This is fork of original library ( http://codefromthe70s.org/mhook23.aspx ) with a few little modifications.
- 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.