Sunday, March 18, 2012

Import Address Table Hooking with Injex

I have completed adding support to Injex for Import Address Table hooking. Its VERY easy to perform now. To hook the function all you need to know is the module name (ie. "kernel32.dll") and the function name (ie. "WriteFile").

Example of Hooking "WriteFile" in ANY program:


No comments:

Post a Comment