stephenfewer/ReflectiveDLLInjection
Reflective DLL injection is a library injection technique in which the concept of reflective programming is employed to perform the loading of a library from memory into a host process. 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5416
- days_rel: n/a
- days_push: 1460
- n_releases_24m: 0
Adoption not part of the score
3343 stars · 816 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A C library implementing reflective DLL injection, a technique for loading a library from memory into a host Windows process without touching disk. The library implements a minimal PE loader so it can load itself with minimal host interaction.
Use cases
- inject a DLL into a remote process from memory
- load a library without writing it to disk
- red team tool development
- learn how PE loaders and Windows process injection work
- build custom shellcode that bootstraps a DLL in a host process
When to choose
- you need diskless library injection on Windows from NT4 through Windows 8+
- you are building offensive security or penetration testing tooling
- you want a reference implementation of a minimal in-memory PE loader
When to avoid
- you need a defensive or detection-focused tool
- you target non-Windows platforms
- you need actively maintained support for the latest Windows versions
Facets
library · maturity maintenance
security reverse-engineering security windows windows cpp c dll-injection red-team offensive-security memory-loading pe-loader
1 source
- readme: https://github.com/stephenfewer/ReflectiveDLLInjection · fetched 2026-08-28 · 58663e504203
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| stephenfewer/ReflectiveDLLInjection | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="stephenfewer/ReflectiveDLLInjection")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem