Il2CppInspector 2020.1
So djkaty wanted me to post about it. Here you go =D Il2CppInspector 2020.1 delivers dozens of improvements including several major new features: IDA functionality enhancements : Il2CppInspector now outputs type declarations for all IL2CPP internal types and types used by the application, including all generic instances, plus address mapping for every type definition and method argument types. Boxed types are generated as required. Memory-mapped vtables are generated for every type. Function boundary mapping has also been improved. C++ scaffolding output module : You can now output C++ headers with type declarations for all IL2CPP internal types and types used by the application, including all generic instances and inferred usages from metadata, plus all vtables and applicable boxed types. You can select which C++ compiler to target for the output (MSVC or GCC). Perfect for use with x64dbg among others! Native APK and (dec