mirror of
https://github.com/Perfare/Il2CppDumper.git
synced 2025-01-10 03:27:28 -03:00
Update README.md
This commit is contained in:
parent
44032d6d08
commit
6e3601f307
2 changed files with 10 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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信息
|
||||
|
|
Loading…
Reference in a new issue