Ross ROSS = Recommend OSS · open-source software intelligence for agents

stevemk14ebr/PolyHook_2_0

C++20, x86/x64 Hooking Libary v2.0 observed · 2026-08-28

github.com/stevemk14ebr/PolyHook_2_0 · C++ · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

73/100

  • Activity 90
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: 3454
  • days_rel: n/a
  • days_push: 65
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1890 stars · 254 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

PolyHook 2.0 is a C++20 library for hooking functions at runtime on x86 and x64 architectures. It supports multiple hooking techniques (inline, detours, virtual table, exception-based) and integrates disassemblers like Capstone and Zydis plus AsmJit for code generation.

Use cases

  • hook a C++ function at runtime on x64
  • intercept Windows API calls
  • build a game mod that detours engine functions
  • instrument native code for research
  • hook functions in a WOW64 subsystem
  • redirect calls to a target address with a trampoline

When to choose

  • you need low-level x86/x64 function hooking in C++
  • you want multiple hooking strategies in one library
  • you need cross-platform (Windows/Linux) hooking support
  • you want a vcpkg-installable hooking library

When to avoid

  • you only need managed/.NET or Java method hooking
  • you need a high-level instrumentation framework like Frida with scripting
  • your target architecture is ARM
  • you want a pure-header library without dependencies

Facets

library · maturity active

security reverse-engineering developer-tools security reverse-engineering developer-tools operating-systems windows cpp cross-platform function-hooking detours inline-hooking x86 x64 c++20 disassembly capstone zydis asmjit linux

1 source

Member repositories

RepositoryRoleHealth v2
stevemk14ebr/PolyHook_2_0main73

For agents

markdown · JSON · MCP: product_card(name="stevemk14ebr/PolyHook_2_0")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem