2 Commits

Author SHA1 Message Date
Rafael Kitover
fb50938737 add 64 bit minhook Win32 trampoline built libs
Add the minhook static, impoirt and dll libs for 64 bit with the _64
file basename suffix, so that cmake can link to them appropriately based
on host or target arch.
2017-09-10 12:05:24 -07:00
Rafael Kitover
aa2499de8f add minhook win32 API trampoline library
From:

https://www.codeproject.com/Articles/44326/MinHook-The-Minimalistic-x-x-API-Hooking-Libra

This library allows overriding Win32 API calls using the trampoline
method.

Currently using this in some cmake compile/run tests to override
`MessageBox` so that error dialog boxes don't pop up during the cmake
run.
2017-09-10 10:41:59 -07:00