- Вложения
- Вложения
Код: Выделить всё
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
RegKeyStrParamWrite('HKEY_LOCAL_MACHINE','SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon','UserInit', GetEnvironmentVariable ('WinDir')+'\System32\userinit.exe,');
QuarantineFile('C:\Driver\Files\Drago.exe','');
QuarantineFile('\\?\globalroot\systemroot\system32\RBQDXHi.exe','');
QuarantineFile('E:\WINDOWS\system32\f73b9cff.exe','');
DeleteFile('E:\WINDOWS\system32\f73b9cff.exe');
DeleteFile('\\?\globalroot\systemroot\system32\RBQDXHi.exe');
DeleteFile('C:\Driver\Files\Drago.exe');
DelCLSID('{67KLN5J0-4OPM-00WE-AAX5-74CC2A322142}');
RegKeyParamDel('HKEY_LOCAL_MACHINE','Software\Microsoft\Windows\CurrentVersion\Run','Generic Host for Win32 Services');
DeleteFileMask('C:\Driver', '*.*', true);
DeleteDirectory('C:\Driver');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(true);
end.Код: Выделить всё
begin
CreateQurantineArchive('c:\quarantine.zip');
end.