实现 il2cpp-hook 功能的 zygisk 模块项目。
Find a file
2025-10-23 18:44:12 +08:00
.github/workflows 初始化 2025-10-23 17:50:50 +08:00
gradle/wrapper 初始化 2025-10-23 17:50:50 +08:00
module v1.0.0版 指定关卡数字,保存文件在/sdcard/Documents/logs/arrows-log.txt中。 2025-10-23 18:44:12 +08:00
template/magisk_module v1.0.0版 指定关卡数字,保存文件在/sdcard/Documents/logs/arrows-log.txt中。 2025-10-23 18:44:12 +08:00
.gitattributes 初始化 2025-10-23 17:50:50 +08:00
.gitignore 初始化 2025-10-23 17:50:50 +08:00
build.gradle 初始化 2025-10-23 17:50:50 +08:00
gradle.properties 初始化 2025-10-23 17:50:50 +08:00
gradlew 初始化 2025-10-23 17:50:50 +08:00
gradlew.bat 初始化 2025-10-23 17:50:50 +08:00
LICENSE 初始化 2025-10-23 17:50:50 +08:00
module.gradle v1.0.0版 指定关卡数字,保存文件在/sdcard/Documents/logs/arrows-log.txt中。 2025-10-23 18:44:12 +08:00
README.md 初始化 2025-10-23 17:50:50 +08:00
README.zh-CN.md 初始化 2025-10-23 17:50:50 +08:00
settings.gradle 初始化 2025-10-23 17:50:50 +08:00

Zygisk-Il2CppDumper

Il2CppDumper with Zygisk, dump il2cpp data at runtime, can bypass protection, encryption and obfuscation.

中文说明请戳这里

How to use

  1. Install Magisk v24 or later and enable Zygisk
  2. Build module
    • GitHub Actions
      1. Fork this repo
      2. Go to the Actions tab in your forked repo
      3. In the left sidebar, click the Build workflow.
      4. Above the list of workflow runs, select Run workflow
      5. Input the game package name and click Run workflow
      6. Wait for the action to complete and download the artifact
    • Android Studio
      1. Download the source code
      2. Edit game.h, modify GamePackageName to the game package name
      3. Use Android Studio to run the gradle task :module:assembleRelease to compile, the zip package will be generated in the out folder
  3. Install module in Magisk
  4. Start the game, dump.cs will be generated in the /data/data/GamePackageName/files/ directory