Update README.md

This commit is contained in:
Katy Coe
2019-11-09 23:59:48 +01:00
parent 5bee7665e9
commit 192ad0b520

View File

@@ -6,8 +6,8 @@ Extract types, methods, properties and fields from Unity IL2CPP binaries.
* 32-bit and 64-bit support for all file formats * 32-bit and 64-bit support for all file formats
* Supports ARMv7, Thumb-2, ARMv8 (A64), x86 and x64 architectures regardless of file format * Supports ARMv7, Thumb-2, ARMv8 (A64), x86 and x64 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) * 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, constructors, fields, properties, enumerations, events, delegates, interfaces, structs, pointers, attributes, nested types, generic types, generic methods, default field values and default method parameter values * Support for classes, methods, constructors, fields, properties, enumerations, events, delegates, interfaces, structs, pointers, references, attributes, nested types, generic types, generic methods, default field values and default method parameter values
* C# syntactic sugar for CTS value types, compiler-generated types, nullable types, fixed-size arrays and variable length argument lists * C# syntactic sugar for CTS value types, compiler-generated types, operator overloading, indexers, user-defined conversion operators, nullable types, fixed-size arrays, variable length argument lists and method hiding
* Static symbol table scanning for ELF and Mach-O binaries if present * Static symbol table scanning for ELF and Mach-O binaries if present
* Dynamic symbol table scanning for ELF binaries if present * Dynamic symbol table scanning for ELF binaries if present
* Symbol relocation handling for ELF binaries * Symbol relocation handling for ELF binaries