update README

This commit is contained in:
Perfare 2023-03-03 07:51:40 +08:00
parent 95f45f0037
commit 101f3c62ef
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ Unity il2cpp reverse engineer
* Complete DLL restore (except code), can be used to extract `MonoBehaviour` and `MonoScript` * Complete DLL restore (except code), can be used to extract `MonoBehaviour` and `MonoScript`
* Supports ELF, ELF64, Mach-O, PE, NSO and WASM format * 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 IDA, Ghidra and Binary Ninja scripts to help them better analyze il2cpp files
* Supports generate structures header file * Supports generate structures header file
* Supports Android memory dumped `libil2cpp.so` file to bypass protection * Supports Android memory dumped `libil2cpp.so` file to bypass protection

View file

@ -8,7 +8,7 @@ Unity il2cpp逆向工程
* 还原DLL文件不包含代码可用于提取`MonoBehaviour`和`MonoScript` * 还原DLL文件不包含代码可用于提取`MonoBehaviour`和`MonoScript`
* 支持ELF, ELF64, Mach-O, PE, NSO和WASM格式 * 支持ELF, ELF64, Mach-O, PE, NSO和WASM格式
* 支持Unity 5.3 - 2021.3 * 支持Unity 5.3 - 2022.2
* 生成IDA和Ghidra的脚本帮助IDA和Ghidra更好的分析il2cpp文件 * 生成IDA和Ghidra的脚本帮助IDA和Ghidra更好的分析il2cpp文件
* 生成结构体头文件 * 生成结构体头文件
* 支持从内存dump的`libil2cpp.so`文件以绕过保护 * 支持从内存dump的`libil2cpp.so`文件以绕过保护