GousuYS / Zygisk-Il2CppDumper

Using Zygisk to dump il2cpp data at runtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. Download the source code
  3. Edit game.h, modify GamePackageName to the game package name
  4. Use Android Studio to run the gradle task :module:assembleRelease to compile, the zip package will be generated in the out folder
  5. Install modules in Magisk
  6. Start the game, dump.cs will be generated in the /data/data/GamePackageName/files/ directory

About

Using Zygisk to dump il2cpp data at runtime

License:MIT License


Languages

Language:C 56.3%Language:C++ 40.5%Language:CMake 2.4%Language:Shell 0.3%Language:Assembly 0.2%Language:HTML 0.1%Language:Objective-C++ 0.1%Language:CSS 0.1%