anhkgg/SuperDllHijack
SuperDllHijack:A general DLL hijack technology, don't need to manually export the same function interface of the DLL, so easy! 一种通用Dll劫持技术,不再需要手工导出Dll的函数接口了 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: 2834
- days_rel: n/a
- days_push: 1757
- n_releases_24m: 0
Adoption not part of the score
1035 stars · 268 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
SuperDllHijack is a C++ library implementing a general DLL hijacking technique for Windows that forwards calls to the original DLL without requiring manual export of its function interfaces. It works by loading a renamed original DLL and resolving exports automatically at runtime.
Use cases
- hijack a DLL without manually exporting its functions
- test applications for DLL hijacking vulnerabilities
- load a proxy DLL that forwards to the original library
- demonstrate DLL sideloading techniques on Windows
When to choose
- you need a generic DLL hijack proxy without writing export stubs
- you are doing Windows security research or penetration testing
When to avoid
- you need cross-platform support (Windows only)
- you want a maintained tool with recent updates
- your use case is defensive-only scanning rather than hijacking
Facets
library · maturity maintenance
security reverse-engineering security reverse-engineering windows windows cpp dll-hijacking dll-injection pentesting red-team
1 source
- readme: https://github.com/anhkgg/SuperDllHijack · fetched 2026-08-28 · 2f4a56ef7bbc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| anhkgg/SuperDllHijack | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="anhkgg/SuperDllHijack")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem