Il2CppInspector 2.0
Il2CppInspector helps you to reverse engineer IL2CPP applications, providing the most complete analysis available from any public IL2CPP tooling.
Main features:
Output IL2CPP type definitions, metadata and method pointers as C# stub code
Create Visual Studio solutions directly from IL2CPP files
Create IDA Python scripts to populate symbol and function information
.NET Reflection-style API to allow you to query the IL2CPP type model, easily create new output modules and integrate Il2CppInspector with your own applications
Works on Windows, MacOS X and Linux. Integrated GUI for Windows users
NOTE: Il2CppInspector is not a decompiler. It can provide you with the structure of an application and function addresses for every method so that you can easily jump straight to methods of interest in your disassembler. It does not attempt to recover the entire source code of the application !