Registry / other / minhook

minhook

JSON →
library1.3.4vcpkgunverified

The Minimalistic x86/x64 API Hooking Library for Windows.

vcpkg install minhook
INSTALL
IMPORT
SIG · MINHOOK
M
minhook
othercppv1.3.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MinHook.h
#include <MinHook.h>

Initialize and uninitialize MinHook

#include <MinHook.h> #include <iostream> int main() { MH_Initialize(); std::cout << "MinHook initialized\n"; MH_Uninitialize(); return 0; }
Debug
Known issues
gotchaWindows-only library; requires administrative privileges for some hooking scenarios
fix
Run as administrator if hooking system APIs
affects: *
Upgrade
Version history
1.3.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

minhook — pip install minhook · libregistry