# EasyHook/EasyHook

EasyHook - The reinvention of Windows API Hooking

Repository: https://github.com/EasyHook/EasyHook
Canonical: https://ross.abutalabs.com/products/easyhook
Homepage: https://easyhook.github.io
Language: C
License: MIT
License Family: permissive
Last push: 2024-01-25T14:38:36+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4042, "days_push": 951, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3292, forks 672 (observed 2026-08-28T04:07:53.981924+00:00)

## What it is
EasyHook is a Windows API hooking library that lets you intercept and extend unmanaged code APIs with managed (.NET) or native hook handlers. It supports 32- and 64-bit Windows targets and can inject .NET assemblies or native DLLs into running processes.

## Use cases
- hook Windows API functions in a running process
- inject a .NET assembly into a native application
- intercept function calls for debugging or tracing
- extend unmanaged code with managed hook handlers
- monitor API calls in 32- and 64-bit Windows processes
- build instrumentation or anti-cheat research tools

## When to choose
- you need to hook Windows APIs from managed .NET code
- you need to inject into both 32-bit and 64-bit processes
- you want a mature, MIT-licensed hooking library with COM interface support

## When to avoid
- you target Linux or macOS - EasyHook is Windows-only
- you need .NET Core/.NET 5+ injection - it supports .NET Framework 3.5/4.0
- you need a cross-platform hooking solution

## Facets
- artifact type: library
- maturity: maintenance
- function: security, reverse-engineering, developer-tools
- domain: security, reverse-engineering, windows, developer-tools
- platform: windows, cpp, dotnet
- tags: api-hooking, dll-injection, interception, native-code, managed-code, x64, x86

## Member repositories
- EasyHook/EasyHook (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:53.981924+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:43:11.493174+00:00, confidence not recorded.
  - readme: https://github.com/EasyHook/EasyHook (fetched 2026-08-28T04:07:53.981924+00:00, sha 408e6c0cbdd8)
  - homepage: https://easyhook.github.io (fetched 2026-08-29T09:35:39.369009+00:00, sha a779ffa5ca9f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
