Cpp2IL
Cpp2IL copied to clipboard
Work-in-progress tool to reverse unity's IL2CPP toolchain.
I encountered some errors with Cpp2IL while trying to decompile Trailmakers via AssetRipper, with the following error showing up multiple times in an aggregate exception ` ---> System.ArgumentException: An item...
unity version 2021.3.36 IL2CPP Metadata version 29 Cpp2IL.Core.Exceptions.LibCpp2ILInitializationException: Fatal Exception initializing LibCpp2IL! ---> System.Exception: Failed to find pCodegenModules at LibCpp2IL.BinarySearcher.FindCodeRegistrationPost2019() at LibCpp2IL.Il2CppBinary.PlusSearch(Int32 methodCount, Int32 typeDefinitionsCount) at LibCpp2IL.Elf.ElfFile.FindCodeAndMetadataRegDefaultBehavior() at LibCpp2IL.Elf.ElfFile.FindCodeAndMetadataReg() at...