Overview of MinHook
masterMinHook is a minimalistic x86/x64 API hooking library for Windows. It is designed to be lightweight and provides a simple interface for creating detours and trampolines for function hooking.
repository·master·Indexed 26 days ago
https://github.com/tsudakageyu/minhookA minimalistic x86/x64 API hooking library for Windows used for intercepting function calls via detours and trampolines.
You can install MinHook using the vcpkg dependency manager. Follow these steps to clone, bootstrap, integrate, and install the library:
git clone https://github.com/microsoft/vcpkg
.\vcpkg\bootstrap-vcpkg.bat
.\vcpkg\vcpkg integrate install
.\vcpkg\vcpkg install minhook