Support metadata v24

This commit is contained in:
Katy Coe
2017-11-09 12:22:39 +01:00
parent 3809f88abf
commit 8cf13a0b87
3 changed files with 14 additions and 3 deletions

View File

@@ -3,9 +3,10 @@ Extract types, methods, properties and fields from Unity IL2CPP binaries.
* Supports ELF (Android .so), PE (Windows .exe), Mach-O (Apple iOS/Mac) and Universal Binary (Fat Mach-O) file formats
* Supports ARMv7, ARMv7 Thumb T1 and x86 architectures regardless of file format
* Supports metadata versions 21, 22 and 23
* Supports metadata versions 21, 22, 23 and 24
* No manual reverse-engineering required; all data is calculated automatically
* **Il2CppInspector** re-usable class library
* **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
Class library targets .NET Standard 1.5. Application targets .NET Core 2.0. Built with Visual Studio 2017.