Zygisk-Il2CppDumper is an Android reverse engineering utility that adapts Il2CppDumper-style metadata extraction to a Zygisk runtime environment. It is designed for Unity games and applications that use IL2CPP, where static extraction may be difficult because metadata can be protected, encrypted, or obfuscated. The tool runs through a Magisk/Zygisk module and targets a specific package name during execution. Its main output is a dump.cs file that helps researchers inspect IL2CPP classes, methods, and structures. The project is most relevant to authorized reverse engineering, interoperability research, debugging, and security analysis. Because it works on protected app internals, it should only be used on software the user owns, controls, or has explicit permission to assess.
Features
- Zygisk-based runtime dumping
- Unity IL2CPP metadata extraction
- Magisk module workflow
- Target package configuration
- dump.cs output generation
- Authorized reverse engineering support