Update README

This commit is contained in:
Perfare 2021-12-28 00:54:53 +08:00
parent 59eefafcf4
commit ed2d6029f9
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`
* Supports ELF, ELF64, Mach-O, PE, NSO and WASM format
* Supports Unity 5.3 - 2020.2
* Supports Unity 5.3 - 2021.2
* 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 protection

View file

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