xiaofen9 / SSDTHOOK

An SSDT hook for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rootkit

Intro

This is a project about rootkit on Win32. SSDTHOOK implements a driver-level hook in SSDT TABLE of windows system. I complied it on VS2013. If you want to use the code, you are recommand to import in VS2013...

System

I have tested the hook on the following systems. Windows server 2003 Windows server 2008 Windows xp Windows 7

There are further explain about the project in README.docx in CHINESE.

About

An SSDT hook for Windows


Languages

Language:C 99.5%Language:C++ 0.5%