https://github.com/apachecn-archive/zygisk-il2cppdumper
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.5%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: apachecn-archive
- License: mit
- Language: C
- Default Branch: master
- Size: 1.56 MB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 0
- Releases: 0
Created about 3 years ago
· Last pushed about 3 years ago
Metadata Files
Readme
License
README.md
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
Owner
- Name: ApacheCN 归档
- Login: apachecn-archive
- Kind: organization
- Email: wizard.z@qq.com
- Repositories: 180
- Profile: https://github.com/apachecn-archive
防止重要项目丢失而设立的归档
GitHub Events
Total
- Fork event: 5
Last Year
- Fork event: 5
Dependencies
.github/workflows/build.yml
actions
- actions/checkout v3 composite
- actions/setup-java v3 composite
- actions/upload-artifact v3 composite
build.gradle
maven
module/build.gradle
maven