Skip to content

Instantly share code, notes, and snippets.

View astra1dev's full-sized avatar
🐈
meow

Astral✨ astra1dev

🐈
meow
View GitHub Profile
@astra1dev
astra1dev / i2cpp_ghidra.md
Last active July 8, 2026 12:22 — forked from BadMagic100/i2cpp_ghidra.md
Instructions to get a useful decompilation out of an il2cpp game. Or, "I spent hours to trial and error so hopefully you won't have to"

Decompiling IL2CPP Games with Il2CppInspectorRedux and Ghidra

This guide will walk through how to decompile/reverse engineer IL2CPP games for modding usage.

Note

This is a fork of a gist by BadMagic100. I modified it to use Il2CppInspectorRedux instead of Il2CppDumper since newer Unity versions use newer IL2CPP metadata versions that are not supported by Il2CppDumper.

Note: expect this entire process to take upwards of an hour. Have something ready to do on the side while waiting for processing to finish.