az-123-none / mhook

API hooking library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mhook, an API hooking library

This is fork of original library ( http://codefromthe70s.org/mhook23.aspx ) with a few little modifications.

Changes

  1. CMake build.
  2. Maximum hooks number increased.
  3. Placing more than 1 hook to allocated memory page. 64KB is too much for only one 100-bytes trampoline.
  4. Support for MinGW compiler.

About

API hooking library

License:MIT License


Languages

Language:C 83.5%Language:C++ 16.5%