Update README.md

This commit is contained in:
Perfare 2020-02-23 02:31:34 +08:00
parent 44032d6d08
commit 6e3601f307
2 changed files with 10 additions and 6 deletions

View file

@ -23,11 +23,9 @@ The program will then generate all the output files in current working directory
### Command-line
```
Il2CppDumper.exe <executable-file> <global-metadata> [unityVersion] [mode]
Il2CppDumper.exe <executable-file> <global-metadata> [mode]
```
`unityVersion` Open any Unity asset file with a hex editor (Usually exists in the `Data` folder of the game), You can find the Unity version number at the beginning, similar to "5.6", "2017.2"
`mode` 1 - Manual, 2 - Auto
### Outputs
@ -48,6 +46,10 @@ For IDA
For Ghidra
#### script.json
For ida.py and ghidra.py
#### stringliteral.json
Contains all stringLiteral information

View file

@ -21,11 +21,9 @@ Unity il2cpp逆向工程
### 命令行
```
Il2CppDumper.exe <executable-file> <global-metadata> [unityVersion] [mode]
Il2CppDumper.exe <executable-file> <global-metadata> [mode]
```
`unityVersion` 用十六进制编辑器打开任意Unity资产文件一般存在于游戏的`Data`文件夹下即可在开头找到Unity版本号类似”5.6“”2017.2“
`mode` 1 - 手动2 - 自动
### 输出文件
@ -46,6 +44,10 @@ Il2CppDumper.exe <executable-file> <global-metadata> [unityVersion] [mode]
用于Ghidra
#### script.json
用于IDA和Ghidra脚本
#### stringliteral.json
包含所有stringLiteral信息