0X0000008E(0XC0000005,0X8064AE4D,0XB5A52B44,0X00000000)
пробовал запуститься в безопасном режиме но он не загружается (висит просто черный экран с мигающим _ )
Очень не хотелось бы переустанавливать систему, надеюсь на вашу помощь
- Вложения
Код: Выделить всё
F2 - REG:system.ini: UserInit=C:\WINDOWS\SYSTEM32\Userinit.exe,\\?\globalroot\systemroot\system32\5boSO8W.exe,\\?\globalroot\systemroot\system32\tRcHFLJ.exe,Код: Выделить всё
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
QuarantineFile('\\?\globalroot\systemroot\system32\trchflj.exe','');
QuarantineFile('c:\windows\system32\drivers\sfc.sys','');
DeleteFile('\\?\globalroot\systemroot\system32\trchflj.exe');
DeleteFile('c:\windows\system32\drivers\sfc.sys');
QuarantineFile('%windir%\system32\sfcfiles.dll','');
RenameFile('%windir%\system32\sfcfiles.dll', '%windir%\system32\sfcfiles.bak');
CopyFile('%windir%\system32\dllcache\sfcfiles.dll', '%windir%\system32\sfcfiles.dll');
DeleteFile('%windir%\system32\sfcfiles.bak');
BC_ImportAll;
ExecuteSysClean;
BC_Activate;
RebootWindows(true);
end.Код: Выделить всё
begin
CreateQurantineArchive(GetAVZDirectory+'quarantine.zip');
end.Код: Выделить всё
begin
SetAVZGuardStatus(True);
SearchRootkit(true, true);
SetServiceStart('krnllds', 4);
StopService('krnllds');
QuarantineFile('C:\WINDOWS\System32\Drivers\sfc.SYS','');
QuarantineFile('C:\WINDOWS\system32\comca.dll','');
QuarantineFile('ibuntu.dll','');
QuarantineFile('\\?\globalroot\systemroot\system32\tRcHFLJ.exe','');
QuarantineFile('C:\WINDOWS\system32\krnllds.sys','');
DeleteFile('C:\WINDOWS\system32\krnllds.sys');
DeleteFile('\\?\globalroot\systemroot\system32\tRcHFLJ.exe');
DeleteFile('ibuntu.dll');
DeleteFile('C:\WINDOWS\system32\comca.dll');
DeleteFile('C:\WINDOWS\System32\Drivers\sfc.SYS');
DelBHO('{B5DD9986-22C4-49AD-9713-196EC17FB503}');
BC_ImportALL;
ExecuteSysClean;
BC_DeleteSvc('krnllds');
BC_Activate;
RebootWindows(true);
end.Код: Выделить всё
begin
CreateQurantineArchive(GetAVZDirectory+'quarantine.zip');
end.