wbenny/injdrv
proof-of-concept Windows Driver for injecting DLL into user-mode processes using APC observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3237
- days_rel: n/a
- days_push: 854
- n_releases_24m: 0
Adoption not part of the score
1296 stars · 299 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity maintenance
security reverse-engineering developer-tools security windows reverse-engineering developer-tools windows cpp c windows-driver dll-injection apc kernel-driver hooking proof-of-concept wow64 etw-tracing
1 source
- readme: https://github.com/wbenny/injdrv · fetched 2026-08-28 · 6ef270670206
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| wbenny/injdrv | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem