MinHook

repository·master·Indexed 26 days ago

https://github.com/tsudakageyu/minhook

A minimalistic x86/x64 API hooking library for Windows used for intercepting function calls via detours and trampolines.

Tokens
156
Snippets
1
Records
2
Agent score
41%

What's inside MinHook

  1. Install MinHook using vcpkg

    master

    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