discovered 30 Mar 2026
Zygisk-Il2CppDumper
→ View on GitHubAI Summary: Zygisk-Il2CppDumper is a tool designed for dumping IL2CPP data at runtime while leveraging Zygisk to effectively bypass various protections, encryptions, and obfuscations. Its primary use case is for developers and security researchers needing to extract and analyze IL2CPP binaries from Android applications. Notable features include its compatibility with Magisk, flexible installation methods, and the ability to automate the dumping process through GitHub Actions or Android Studio.
README
Zygisk-Il2CppDumper
Il2CppDumper with Zygisk, dump il2cpp data at runtime, can bypass protection, encryption and obfuscation.
中文说明请戳这里
How to use
- Install Magisk v24 or later and enable Zygisk
- Build module
- GitHub Actions
- Fork this repo
- Go to the Actions tab in your forked repo
- In the left sidebar, click the Build workflow.
- Above the list of workflow runs, select Run workflow
- Input the game package name and click Run workflow
- Wait for the action to complete and download the artifact
- Android Studio
- Download the source code
- Edit
game.h, modifyGamePackageNameto the game package name - Use Android Studio to run the gradle task
:module:assembleReleaseto compile, the zip package will be generated in theoutfolder
- GitHub Actions
- Install module in Magisk
- Start the game,
dump.cswill be generated in the/data/data/GamePackageName/files/directory