Il2CppDumper
Unity il2cpp reverse engineer observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
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: 3533
- days_rel: n/a
- days_push: 745
- n_releases_24m: 0
Adoption not part of the score
9339 stars · 1896 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Il2CppDumper is a C# command-line tool that extracts type, method, and string information from Unity IL2CPP binaries and their global-metadata.dat files. It restores dummy DLLs and generates analysis scripts for IDA, Ghidra, and Binary Ninja to aid reverse engineering of Unity games.
Use cases
- dump il2cpp metadata from a unity game
- restore dummy dlls from libil2cpp.so and global-metadata.dat
- generate ida or ghidra scripts for il2cpp analysis
- extract monobehaviour and monoscript info from a unity build
- reverse engineer an android unity game
- analyze il2cpp wasm or nso binaries
When to choose
- you need to reverse engineer a Unity IL2CPP game's code structure
- you want symbol and structure information loaded into IDA, Ghidra, or Binary Ninja
- you need to inspect MonoBehaviour/MonoScript definitions from a compiled Unity app
When to avoid
- you need to decompile actual native code logic - it only restores metadata, not code
- you are working with Mono (non-IL2CPP) Unity builds
- you want a GUI tool - it is command-line driven
Facets
cli-tool · maturity active
reverse-engineering parser developer-tools reverse-engineering security windows cli unity il2cpp game-reversing ida ghidra binary-ninja metadata-dumping game-development linux macos android
1 source
- readme: https://github.com/Perfare/Il2CppDumper · fetched 2026-08-28 · c173c0466eee
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Perfare/Il2CppDumper | main | 23 |
| Perfare/Zygisk-Il2CppDumper | plugin | 32 |
For agents
markdown · JSON · MCP: product_card(name="Perfare/Il2CppDumper")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem