- Вложения
- Вложения
Код: Выделить всё
R3 - URLSearchHook: (no name) - {A55F9C95-2BB1-4EA2-BC77-DFAAB78832CE} - (no file)
F2 - REG:system.ini: UserInit=C:\WINDOWS\system32\userinit.exe,C:\WINDOWS\system32\daa8779d.exe,C:\WINDOWS\system32\ucagej.exe,Код: Выделить всё
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
QuarantineFile('c:\docume~1\1e86~1\locals~1\temp\~tm1b6.tmp','');
QuarantineFile('c:\documents and settings\михаил\главное меню\программы\автозагрузка\wwwznv32.exe','');
QuarantineFile('c:\windows\system32\2b49027a.exe','');
QuarantineFile('c:\windows\system32\uwfkkb.exe','');
QuarantineFile('c:\program files\internet explorer\setupapi.dll','');
DeleteFile('c:\docume~1\1e86~1\locals~1\temp\~tm1b6.tmp');
DeleteFile('c:\documents and settings\михаил\главное меню\программы\автозагрузка\wwwznv32.exe');
DeleteFile('c:\windows\system32\2b49027a.exe');
DeleteFile('c:\windows\system32\uwfkkb.exe');
DeleteFile('c:\program files\internet explorer\setupapi.dll');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','explorer');
RegKeyStrParamWrite('HKLM', 'SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon', 'UserInit', GetEnvironmentVariable('WinDir')+'\system32\userinit.exe,');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
ExecuteRepair(20);
RebootWindows(true);
end.Код: Выделить всё
begin
CreateQurantineArchive(GetAVZDirectory+'quarantine.zip');
end.