From 8528c4db9ab7059f88b0fd99d8797af5986f09a2 Mon Sep 17 00:00:00 2001 From: Katy Coe Date: Tue, 5 Nov 2019 20:09:27 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1dce00..796c057 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ Extract types, methods, properties and fields from Unity IL2CPP binaries. * 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 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 and default field values +* 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 +* C# syntactic sugar for CTS value types, compiler-generated types, nullable types, fixed-size arrays and variable length argument lists * Static symbol table scanning for ELF and Mach-O binaries if present * Dynamic symbol table scanning for ELF binaries if present * Symbol relocation handling for ELF binaries