# guidedhacking/GuidedHacking-Injector

The BEST DLL Injector Library.

Repository: https://github.com/guidedhacking/GuidedHacking-Injector
Canonical: https://ross.abutalabs.com/products/guidedhacking-injector
Homepage: https://guidedhacking.com/resources/guided-hacking-dll-injector.4/
Language: C++
License: NOASSERTION
License Family: other
Topics: dll-injection, manual-mapping, shellcode-injection, pe-loader, pe-format, dll-inject, dll-injector, dllinjector, game-hacking, injection, injector, injector-x64
Last push: 2025-05-15T00:57:08+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 21, release rhythm 8, longevity 100
- inputs: {"age_days": 2355, "days_push": 476, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1377, forks 282 (observed 2026-08-28T04:04:33.357482+00:00)

## What it is
A C++ DLL injection library supporting x86, WOW64, and x64 injection with five injection methods and six shellcode execution techniques. It includes manual mapping features like import resolution, TLS initialization, and various cloaking options.

## Use cases
- inject a dll into a running process
- manually map a pe image into remote memory
- bypass session separation when injecting across sessions
- execute shellcode in a target process via thread hijacking or APC
- cloak an injected module by unlinking it from the PEB
- build a custom dll injector tool

## When to choose
- you need a feature-rich Windows DLL injection library with x64 and WOW64 support
- you want manual mapping with SEH, TLS, and delayed import support
- you're doing game hacking or reverse engineering research on Windows

## When to avoid
- you need a cross-platform injector for Linux or macOS
- you want a GUI out of the box (use the companion GH Injector GUI instead)
- your use case is unrelated to process injection or Windows internals

## Facets
- artifact type: library
- maturity: active
- function: security, reverse-engineering
- domain: security, reverse-engineering, gaming-tools, windows
- platform: windows, cpp
- tags: dll-injection, manual-mapping, game-hacking, shellcode-injection, pe-loader

## Member repositories
- guidedhacking/GuidedHacking-Injector (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:33.357482+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:40:26.340477+00:00, confidence not recorded.
  - readme: https://github.com/guidedhacking/GuidedHacking-Injector (fetched 2026-08-28T04:04:33.357482+00:00, sha a2a03b59f915)
- Data as of 2026-08-30T08:39:29.467469+00:00.
