From ed2d6029f9ed508fd941ce377e6f0614f9cbd97c Mon Sep 17 00:00:00 2001 From: Perfare Date: Tue, 28 Dec 2021 00:54:53 +0800 Subject: [PATCH] Update README --- README.md | 2 +- README.zh-CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ae129a..e340918 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 - 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 diff --git a/README.zh-CN.md b/README.zh-CN.md index c4de1ae..dbc9a72 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 - 2020.2 +* 支持Unity 5.3 - 2021.2 * 生成IDA和Ghidra的脚本,帮助IDA和Ghidra更好的分析il2cpp文件 * 生成结构体头文件 * 支持从内存dump的`libil2cpp.so`文件以绕过保护