Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Perfare authored Aug 5, 2020
1 parent bb6f0ac commit ad8830c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ Riru版Il2CppDumper,在游戏运行时dump数据,用于绕过保护,加密
1. 安装[Magisk](https://github.com/topjohnwu/Magisk)[Riru](https://github.com/RikkaApps/Riru)
2. 下载源码
3. 编辑`game.h`, 修改游戏包名`GamePackageName`和Unity版本`UnityVersion``UnityVersion`的值请看文件内注释
4. 编译
4. 使用Android Studio运行gradle任务`:module:assembleRelease`编译
5. 在Magisk里安装模块
6. 启动游戏,会在`/data/data/GamePackageName/files/`目录下生成`dump.cs`

## TODO
- [x] 使用反射进行dump
- [x] 低版本使用反射进行dump
- [x] 高版本使用`il2cpp_image_get_class`进行dump
- [ ] 完善dump.cs输出
- [ ] 泛型相关输出
- [ ] 生成IDA脚本,头文件
- [ ] 生成IDA脚本
- [ ] 生成头文件

0 comments on commit ad8830c

Please sign in to comment.