# everdox/InfinityHook

Hook system calls, context switches, page faults and more.

Repository: https://github.com/everdox/InfinityHook
Canonical: https://ross.abutalabs.com/products/infinityhook
Language: C++
License Family: other
Last push: 2023-05-09T16:15:37+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 2605, "days_push": 1212, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2673, forks 514 (observed 2026-08-28T04:07:09.566193+00:00)

## What it is
InfinityHook is a Windows kernel library that hooks system calls, context switches, page faults, and DPCs by abusing ETW trace mechanics, remaining compatible with Patchguard and VBS/Hyperguard. It ships as a kernel driver sample exposing a single initialization API with a user-defined callback for intercepting and redirecting system calls.

## Use cases
- hook system calls in a Windows kernel driver
- monitor syscall activity without triggering Patchguard
- intercept and redirect kernel function pointers
- build kernel event tracing and monitoring tools
- research stealthy kernel hooking techniques
- observe context switches and page faults in the kernel

## When to choose
- you need syscall hooking on Windows 7 through Windows 10 that survives Patchguard
- you want a minimal, portable kernel hooking library with a single callback API
- you are doing kernel security research or building monitoring/anti-cheat tooling

## When to avoid
- you need a supported, licensed library for production software (no license is provided)
- you target non-Windows platforms
- you want a maintained solution guaranteed to work on the latest Windows versions
- you are not comfortable developing and loading kernel drivers

## Facets
- artifact type: library
- maturity: maintenance
- function: security, reverse-engineering, developer-tools
- domain: security, operating-systems, reverse-engineering
- platform: windows, cpp
- tags: kernel-driver, rootkit, etw, syscall-hooking, patchguard-bypass, windows-kernel

## Member repositories
- everdox/InfinityHook (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:09.566193+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-30T02:18:05.277412+00:00, confidence not recorded.
  - readme: https://github.com/everdox/InfinityHook (fetched 2026-08-28T04:07:09.566193+00:00, sha 2a99f24f649f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
