Skip to content

max20091/Zygisk-Il2CppDumper-HG2

 
 

Repository files navigation

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

Houkai Gakuen 2 known APK names

  1. CN: com.miHoYo.HSoDv2Original(.insert server name here if 3rd party server)
  2. JP: com.miHoYo.HSoDv2JPOriginalEx

About

Houkai Gakuen 2 IL2CPP dumper for rooted devices

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 56.3%
  • C++ 40.5%
  • CMake 2.4%
  • Shell 0.3%
  • Assembly 0.2%
  • HTML 0.1%
  • Other 0.2%