1 dépôt
Generating scripts that apply type information and structure definitions to disassemblers like IDA, Ghidra, and Binary Ninja.
Distinct from Binary Disassembly: Distinct from Binary Disassembly: generates scripts for disassemblers rather than performing the disassembly itself.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Disassembler Script Generators. Refine with filters or upvote what's useful.
Il2CppDumper is a reverse engineering tool that recovers original .NET assembly structure from Unity games compiled with il2cpp. It parses il2cpp binaries across multiple executable formats including ELF, Mach-O, PE, NSO, and WASM, and reconstructs the original DLL structure from embedded metadata tables, enabling decompilation and analysis of game code. The tool generates disassembler scripts for IDA, Ghidra, and Binary Ninja that apply recovered type definitions and structure layouts to the binary analysis. It also strips protection layers from memory-dumped libil2cpp.so files and simple PE
Creates IDA, Ghidra, and Binary Ninja scripts with type information for il2cpp binary analysis.