Windows-Rootkits/SSDT-SSSDT-Manager
2016-08-29 16:01:14 +08:00
..
EnumSSSDTManager Add files via upload 2016-08-29 15:46:21 +08:00
EnumSSSDTManagerRing0 Add files via upload 2016-08-29 15:50:25 +08:00
ReadMe.txt Create ReadMe.txt 2016-08-29 16:01:14 +08:00

1.send Io Control Code to Ring0 to get SSDT&SSSDT Information
include:functionIndex/Function Name/Current Address/Original Address/Is Hooked/the module belong
include:reload ntoskrnl.exe(SSDT)/win32k.sys(SSSDT) to compare

2.if current Address is not compare to  Original Address means the function is SSDT Hook
  if the code is not compare to the code in ntoskrnl.exe/win32k.sys in the first 32 bytes in the function,it is Inline Hook
  
3.Resume SSDT Hook/Inline Hook