# 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的函数接口了

Repository: https://github.com/anhkgg/SuperDllHijack
Canonical: https://ross.abutalabs.com/products/superdllhijack
Language: C++
License: Apache-2.0
License Family: permissive
Topics: dllhijack, hook, inject
Last push: 2021-11-10T14:40:55+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": 2834, "days_push": 1757, "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 1035, forks 268 (observed 2026-08-28T04:03:19.073805+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: security, reverse-engineering
- domain: security, reverse-engineering, windows
- platform: windows, cpp
- tags: dll-hijacking, dll-injection, pentesting, red-team

## Member repositories
- anhkgg/SuperDllHijack (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:19.073805+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-30T07:04:52.466019+00:00, confidence not recorded.
  - readme: https://github.com/anhkgg/SuperDllHijack (fetched 2026-08-28T04:03:19.073805+00:00, sha 2f4a56ef7bbc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
