mirror of
https://github.com/Perfare/Il2CppDumper.git
synced 2025-01-09 19:27:17 -03:00
Update README
This commit is contained in:
parent
9839d61cc7
commit
7c87d132cd
2 changed files with 20 additions and 6 deletions
13
README.md
13
README.md
|
@ -13,7 +13,8 @@ Unity il2cpp reverse engineer
|
|||
* Supports Unity 5.3 - 2020
|
||||
* Supports generate IDA and Ghidra scripts to help IDA and Ghidra better analyze il2cpp files
|
||||
* Supports generate structures header file
|
||||
* Supports Android memory dumped `libil2cpp.so` file to bypass 99% protection
|
||||
* Supports Android memory dumped `libil2cpp.so` file to bypass protection
|
||||
* Support bypassing simple PE protection
|
||||
|
||||
## Usage
|
||||
|
||||
|
@ -82,13 +83,19 @@ Available options:
|
|||
|
||||
Make sure you choose the correct file. Sometimes games may obfuscate this file for content protection purposes and so on. Deobfuscating of such files is beyond the scope of this program, so please **DO NOT** file an issue regarding to deobfuscating.
|
||||
|
||||
If your file is `libil2cpp.so` and you have a rooted Android phone, you can try my other project [Riru-Il2CppDumper](https://github.com/Perfare/Riru-Il2CppDumper), it can bypass this protection.
|
||||
|
||||
#### `ERROR: Can't use auto mode to process file, try manual mode.`
|
||||
|
||||
Make sure the executable is not protected, you can open a new issue and upload the file, I will try to solve.
|
||||
Please note that the executable file for the PC platform is `GameAssembly.dll` or `*Assembly.dl`
|
||||
|
||||
You can open a new issue and upload the file, I will try to solve.
|
||||
|
||||
#### `ERROR: This file may be protected.`
|
||||
|
||||
Il2CppDumper detected that the executable file has been protected, use `GameGuardian` to dump `libil2cpp.so` from the game memory, then use Il2CppDumper to load and follow the prompts, can bypass 99% protection
|
||||
Il2CppDumper detected that the executable file has been protected, use `GameGuardian` to dump `libil2cpp.so` from the game memory, then use Il2CppDumper to load and follow the prompts, can bypass most protections.
|
||||
|
||||
If you have a rooted Android phone, you can try my other project [Riru-Il2CppDumper](https://github.com/Perfare/Riru-Il2CppDumper), it can bypass almost all protections.
|
||||
|
||||
## Credits
|
||||
|
||||
|
|
|
@ -11,7 +11,8 @@ Unity il2cpp逆向工程
|
|||
* 支持Unity 5.3 - 2020
|
||||
* 生成IDA和Ghidra的脚本,帮助IDA和Ghidra更好的分析il2cpp文件
|
||||
* 生成结构体头文件
|
||||
* 支持从内存dump的`libil2cpp.so`文件以绕过99%的保护
|
||||
* 支持从内存dump的`libil2cpp.so`文件以绕过保护
|
||||
* 支持绕过简单的PE保护
|
||||
|
||||
## 使用说明
|
||||
|
||||
|
@ -76,13 +77,19 @@ Il2CppDumper.exe <executable-file> <global-metadata> <output-directory>
|
|||
|
||||
global-metadata.dat已被加密。关于解密的问题请去相关破解论坛寻求帮助,请不要在issues提问!
|
||||
|
||||
如果你的文件是`libil2cpp.so`并且你拥有一台已root的安卓手机,你可以尝试我的另一个项目[Riru-Il2CppDumper](https://github.com/Perfare/Riru-Il2CppDumper),它能够无视global-metadata.dat加密
|
||||
|
||||
#### `ERROR: Can't use auto mode to process file, try manual mode.`
|
||||
|
||||
确认可执行文件未受保护后,你可以打开一个新的issue,并上传文件,我会尝试解决
|
||||
请注意PC平台的可执行文件是`GameAssembly.dll`或者`*Assembly.dll`
|
||||
|
||||
你可以打开一个新的issue,并上传文件,我会尝试解决
|
||||
|
||||
#### `ERROR: This file may be protected.`
|
||||
|
||||
Il2CppDumper检测到可执行文件已被保护,使用`GameGuardian`从游戏内存中dump `libil2cpp.so`,然后使用Il2CppDumper载入按提示操作,即可绕过99%的保护
|
||||
Il2CppDumper检测到可执行文件已被保护,使用`GameGuardian`从游戏内存中dump `libil2cpp.so`,然后使用Il2CppDumper载入按提示操作,可绕过大部分保护
|
||||
|
||||
如果你拥有一台已root的安卓手机,你可以尝试我的另一个项目[Riru-Il2CppDumper](https://github.com/Perfare/Riru-Il2CppDumper),它能够绕过几乎所有保护
|
||||
|
||||
## 感谢
|
||||
|
||||
|
|
Loading…
Reference in a new issue