From f78d7f8250afcd4b724731ea5b783914e83ae52a Mon Sep 17 00:00:00 2001 From: Katy Coe Date: Tue, 22 Oct 2019 00:41:38 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ba8ec08..87ba308 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Extract types, methods, properties and fields from Unity IL2CPP binaries. * No manual reverse-engineering required; all data is calculated automatically * Support for classes, methods, fields, properties, enumerations, events, delegates, interfaces, structs and default field values * Static and dynamic symbol table scanning for ELF binaries if present +* Symbol relocation handling for ELF binaries * **Il2CppInspector** re-usable class library for low-level access to IL2CPP binaries and metadata * **Il2CppReflector** re-usable class library for high-level .NET Reflection-style access to IL2CPP types and data as a tree model * Test chassis for automated integration testing of IL2CPP binaries