# wbenny/injdrv

proof-of-concept Windows Driver for injecting DLL into user-mode processes using APC

Repository: https://github.com/wbenny/injdrv
Canonical: https://ross.abutalabs.com/products/injdrv
Language: C
License: MIT
License Family: permissive
Topics: windows-driver, apc, injection, hooking
Last push: 2024-05-01T13:30:40+00:00

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

## Adoption (not part of the score)
Stars 1296, forks 299 (observed 2026-08-28T04:04:16.974543+00:00)

## What it is
A proof-of-concept Windows kernel driver that injects DLLs into user-mode processes using Asynchronous Procedure Calls (APC). It hooks into process and image load notifications to inject early in process initialization, with a demonstrative DLL that hooks ntdll functions and traces calls via ETW.

## Use cases
- inject a DLL into a user-mode process from a kernel driver
- learn how APC-based DLL injection works on Windows
- hook ntdll functions in newly created processes
- inject DLLs into Wow64 processes on x64 Windows
- study Windows kernel driver development with process callbacks
- trace API calls using ETW from an injected DLL

## When to choose
- you need a small, readable reference implementation of kernel-mode APC DLL injection
- you want to inject DLLs very early in process initialization
- you need support for x86, x64, ARM32, ARM64 and Wow64 injection
- you are researching Windows internals or building security/monitoring tooling

## When to avoid
- you need a production-ready, supported injection solution
- you want user-mode-only injection without a kernel driver
- you need documentation beyond a proof-of-concept or long-term maintenance guarantees
- your target is Windows 11 or newer (support is stated for Windows 7 through 10)

## Facets
- artifact type: library
- maturity: maintenance
- function: security, reverse-engineering, developer-tools
- domain: security, windows, reverse-engineering, developer-tools
- platform: windows, cpp, c
- tags: windows-driver, dll-injection, apc, kernel-driver, hooking, proof-of-concept, wow64, etw-tracing

## Member repositories
- wbenny/injdrv (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:16.974543+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-30T04:53:58.758737+00:00, confidence not recorded.
  - readme: https://github.com/wbenny/injdrv (fetched 2026-08-28T04:04:16.974543+00:00, sha 6ef270670206)
- Data as of 2026-08-30T08:39:29.467469+00:00.
