Win32 Import table enumeration and API hooking
This is sample code and a sample application to illustrate both the enumeration of a module's import table as well as API hooking and how they relate.
Source Code
Application
Documentation
|
Inspector (Win32 Debug tool)
Right now this is just a framework and an interface based on SetWindowHookEx(). It handles everything from attaching to a process, detaching from a process, inter-process communication and multiple process management. The programmer is relieved from such issues. The framework also allows for simple addition of features without any adverse affects. This file will be updated regularly.
Source Code
Application
Documentation |