mirror of
https://github.com/Perfare/Il2CppDumper.git
synced 2025-01-09 03:07:42 -03:00
update README
This commit is contained in:
parent
95f45f0037
commit
101f3c62ef
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ Unity il2cpp reverse engineer
|
|||
|
||||
* Complete DLL restore (except code), can be used to extract `MonoBehaviour` and `MonoScript`
|
||||
* Supports ELF, ELF64, Mach-O, PE, NSO and WASM format
|
||||
* Supports Unity 5.3 - 2021.3
|
||||
* Supports Unity 5.3 - 2022.2
|
||||
* Supports generate IDA, Ghidra and Binary Ninja scripts to help them better analyze il2cpp files
|
||||
* Supports generate structures header file
|
||||
* Supports Android memory dumped `libil2cpp.so` file to bypass protection
|
||||
|
|
|
@ -8,7 +8,7 @@ Unity il2cpp逆向工程
|
|||
|
||||
* 还原DLL文件(不包含代码),可用于提取`MonoBehaviour`和`MonoScript`
|
||||
* 支持ELF, ELF64, Mach-O, PE, NSO和WASM格式
|
||||
* 支持Unity 5.3 - 2021.3
|
||||
* 支持Unity 5.3 - 2022.2
|
||||
* 生成IDA和Ghidra的脚本,帮助IDA和Ghidra更好的分析il2cpp文件
|
||||
* 生成结构体头文件
|
||||
* 支持从内存dump的`libil2cpp.so`文件以绕过保护
|
||||
|
|
Loading…
Reference in a new issue