[go: up one dir, main page]

Skip to content

Using Zygisk to dump il2cpp data at runtime, patched for extracting global-metadata.dat

License

Notifications You must be signed in to change notification settings

000ylop/Zygisk-Il2CppDumper

 
 

Repository files navigation

Zygisk-Il2CppDumper

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

写死了地址来导出一些初始化完成后会清零解密好的GM的游戏

Phigros TaptapCN Arm64

Version Address
3.8.0 0x4597F38
3.6.0 0x459B7C0
3.5.2 0x458EA08
3.5.1 0x45936B8
3.5.0.1 0x458B2F8
3.4.3 0x457AF30
3.4.2 0x4578128
3.1.0 0x5015E88

获取地址:

image

中文说明请戳这里

Credit

@luoshuijs

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

About

Using Zygisk to dump il2cpp data at runtime, patched for extracting global-metadata.dat

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • C 69.3%
  • C++ 29.3%
  • Other 1.4%