From adb26aef9b2e22d7aceb9299dc40fff33583b6cf Mon Sep 17 00:00:00 2001 From: Katy Coe Date: Sun, 27 Oct 2019 22:02:34 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e4c246..a4f9660 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Extract types, methods, properties and fields from Unity IL2CPP binaries. * **No manual reverse-engineering required; all data is calculated automatically!** * Supports ELF (Android .so), PE (Windows .exe), Mach-O (Apple iOS/Mac) and Universal Binary (Fat Mach-O) file formats * 32-bit support for all file formats; 64-bit support for ELF and Mach-O file formats -* Supports ARMv7, ARMv7 Thumb T1, ARMv8 (A64) and x86 architectures regardless of file format -* Supports metadata versions 21, 22, 23, 24, 24.1 (Unity 2018.3+) and 24.2 (Unity 2019+) +* Supports ARMv7, Thumb-2, ARMv8 (A64) and x86 architectures regardless of file format +* Supports metadata versions 16, 21, 22, 23, 24, 24.1 (Unity 2018.3+) and 24.2 (Unity 2019+) (other versions may or may not work) * Support for classes, methods, fields, properties, enumerations, events, delegates, interfaces, structs and default field values * Static symbol table scanning for ELF and Mach-O binaries if present * Dynamic symbol table scanning for ELF binaries if present