mhook
mhook copied to clipboard
API hooking library
Mhook, an API hooking library
This is fork of original library ( http://codefromthe70s.org/mhook23.aspx ) with a few little modifications.
Changes
- CMake build.
- Maximum hooks number increased.
- Placing more than 1 hook to allocated memory page. 64KB is too much for only one 100-bytes trampoline.
- Support for MinGW compiler.