Implement and output events

This commit is contained in:
Katy Coe
2017-11-28 13:57:16 +01:00
parent 1a81e9a0fb
commit 09fd023a9f
6 changed files with 93 additions and 5 deletions

View File

@@ -5,6 +5,7 @@ Extract types, methods, properties and fields from Unity IL2CPP binaries.
* Supports ARMv7, ARMv7 Thumb T1 and x86 architectures regardless of file format
* Supports metadata versions 21, 22, 23 and 24
* No manual reverse-engineering required; all data is calculated automatically
* Special language construct/syntax support for enumerations and events
* **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