SamboyCoding/Cpp2IL
Work-in-progress tool to reverse unity's IL2CPP toolchain. observed · 2026-08-28
Health v2 · maintenance only
78/100
- Activity 99
- Release rhythm 39
- Longevity 100
Flags: prerelease_only
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: 219.5
- age_days: 2632
- days_rel: 192
- days_push: 8
- n_releases_24m: 3
Adoption not part of the score
2597 stars · 330 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Cpp2IL is a work-in-progress tool that reverses Unity's IL2CPP build process, recovering managed DLLs from IL2CPP-compiled games. It parses IL2CPP metadata via LibCpp2IL, analyzes platform-specific assembly into an intermediate instruction set, and regenerates CIL for inspection in tools like ILSpy.
Use cases
- recover managed dlls from an il2cpp unity game
- decompile il2cpp game code to inspect method logic
- dump il2cpp metadata for modding a unity game
- analyze il2cpp binary structures programmatically via LibCpp2IL
- reverse engineer unity game internals
- view what a method does in an il2cpp build
When to choose
- you need to inspect or recover code from an IL2CPP-compiled Unity game
- you want a library (LibCpp2IL) to parse IL2CPP metadata in your own tooling
- you're doing game modding or security research on Unity titles
When to avoid
- you need polished, fully accurate decompilation - output CIL is messy and the rewrite is incomplete
- you're targeting non-Unity IL2CPP-like toolchains
- you need a stable API - the development branch is subject to change
Facets
cli-tool · maturity experimental
reverse-engineering parser linter developer-tools reverse-engineering gaming-tools developer-tools cross-platform cli windows il2cpp unity decompiler metadata csharp game-modding macos linux
1 source
- readme: https://github.com/SamboyCoding/Cpp2IL · fetched 2026-08-28 · 37a4c562eaee
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| SamboyCoding/Cpp2IL | main | 78 |
For agents
markdown · JSON · MCP: product_card(name="SamboyCoding/Cpp2IL")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem