WinAPI Hooking
- Published 06/08/2006
Learn to intercept WinAPI calls.
Learn how to hook a DirectX/COM Interface. The DirectInput interface was used as an example of how to hook an interface function.
Sample hook function that works even if the DLL is loaded by calling LoadLibrary or the DLL isn't used by the hooked module directly.
Enables you to hook third-party DLL functions