diff --git a/README.md b/README.md index afaea82..8299505 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README.zh-CN.md b/README.zh-CN.md index b087486..f26d59e 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -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`文件以绕过保护