TsudaKageyu/minhook
The Minimalistic x86/x64 API Hooking Library for Windows observed · 2026-08-28
Health v2 · maintenance only
62/100
- Activity 87
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4863
- days_rel: 523
- days_push: 81
- n_releases_24m: 1
Adoption not part of the score
5955 stars · 1079 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
MinHook is a minimalistic, lightweight C library for intercepting (hooking) x86 and x64 function calls on Windows, using a trampoline/detour mechanism similar to Microsoft Detours. It provides a simple API to create, enable, disable, and remove hooks on arbitrary functions or Win32 APIs from user-mode code.
Use cases
- hook winapi functions on windows
- intercept calls to a dll function
- api hooking library alternative to microsoft detours
- create a directx overlay by hooking present
- redirect a windows api call to my own implementation
- monitor or log function calls in a native application
When to choose
- You need user-mode function hooking on Windows for both x86 and x64
- You want a tiny footprint and a plain C API with no dependencies
- You prefer a permissive BSD-2-Clause license over Microsoft Detours' licensing
- You need an easy-to-integrate library with CMake, NuGet, MinGW, and Visual Studio support
When to avoid
- You need hooking on Linux, macOS, or other non-Windows platforms
- You require ARM64 or other non-x86/x64 architectures
- You need kernel-mode or driver-level hooking
- You need managed/.NET runtime hooking rather than native function detours
Facets
library · maturity stable
reverse-engineering security developer-tools security developer-tools gaming-tools operating-systems windows cpp api-hooking function-interception detours trampoline x86 x64 winapi dll-injection game-modding user-mode-hooking cmake mingw
2 sources
- readme: https://github.com/TsudaKageyu/minhook · fetched 2026-08-28 · 9aac829a1c8b
- homepage: http://www.codeproject.com/KB/winsdk/LibMinHook.aspx · fetched 2026-08-29 · 44136fa355b3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| TsudaKageyu/minhook | main | 62 |
For agents
markdown · JSON · MCP: product_card(name="TsudaKageyu/minhook")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem