# Encryqed/Dumper-7

Unreal Engine SDK Generator

Repository: https://github.com/Encryqed/Dumper-7
Canonical: https://ross.abutalabs.com/products/dumper-7
Language: C
License Family: other
Last push: 2026-08-06T20:21:03+00:00

## Health v2 (maintenance only)
Score: 96/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 96, release rhythm 95, longevity 100
- inputs: {"age_days": 1516, "days_push": 27, "days_rel": 38, "gap_med": 7, "n_releases_24m": 2}
- 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 2211, forks 508 (observed 2026-08-28T04:06:26.308035+00:00)

## What it is
Dumper-7 is a C++ DLL that, when injected into an Unreal Engine game, generates a full C++ SDK (headers for engine classes, functions, and offsets) for UE4 and UE5 titles. It supports runtime configuration via an INI file and manual overrides for engine internals like GObjects, FName, and ProcessEvent.

## Use cases
- generate an SDK for an Unreal Engine game
- dump UE4/UE5 game classes and functions for modding
- reverse engineer Unreal Engine game internals
- create headers for calling game functions in a mod
- find GObjects and FName offsets in a UE game
- build cheats or mods that interact with Unreal Engine objects

## When to choose
- you need a generated C++ SDK for any UE4 or UE5 game
- you want automatic discovery of engine structures with manual override options
- you need per-game configuration via an INI file without recompiling

## When to avoid
- you target non-Unreal Engine games
- you need a static/offline dumper that works without running the game
- you require a project with an explicit license permitting redistribution

## Facets
- artifact type: library
- maturity: active
- function: reverse-engineering, sdk, security
- domain: reverse-engineering, developer-tools
- platform: windows, cpp
- tags: unreal-engine, sdk-generator, dll-injection, game-modding, ue4, ue5, code-generation, game-development

## Member repositories
- Encryqed/Dumper-7 (main) score 96

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:26.308035+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-30T02:46:03.704086+00:00, confidence not recorded.
  - readme: https://github.com/Encryqed/Dumper-7 (fetched 2026-08-28T04:06:26.308035+00:00, sha f28ced7e9b65)
- Data as of 2026-08-30T08:39:29.467469+00:00.
