Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Perfare committed Apr 5, 2022
1 parent c9ef1e1 commit 285b4eb
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 10 deletions.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,17 @@ Il2CppDumper with Zygisk, dump il2cpp data at runtime, can bypass protection, en

## How to use
1. Install [Magisk](https://github.com/topjohnwu/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
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
19 changes: 14 additions & 5 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,17 @@ Zygisk版Il2CppDumper,在游戏运行时dump il2cpp数据,可以绕过保护

## 如何食用
1. 安装[Magisk](https://github.com/topjohnwu/Magisk) v24以上版本并开启Zygisk
2. 下载源码
3. 编辑`game.h`, 修改`GamePackageName`为游戏包名
4. 使用Android Studio运行gradle任务`:module:assembleRelease`编译,zip包会生成在`out`文件夹下
5. 在Magisk里安装模块
6. 启动游戏,会在`/data/data/GamePackageName/files/`目录下生成`dump.cs`
2. 生成模块
- GitHub Actions
1. Fork这个项目
2. 在你fork的项目中选择**Actions**选项卡
3. 在左边的侧边栏中,单击**Build**
4. 选择**Run workflow**
5. 输入游戏包名并点击**Run workflow**
6. 等待操作完成并下载
- Android Studio
1. 下载源码
2. 编辑`game.h`, 修改`GamePackageName`为游戏包名
3. 使用Android Studio运行gradle任务`:module:assembleRelease`编译,zip包会生成在`out`文件夹下
3. 在Magisk里安装模块
4. 启动游戏,会在`/data/data/GamePackageName/files/`目录下生成`dump.cs`

0 comments on commit 285b4eb

Please sign in to comment.