6 repos
Tools and libraries for analyzing, decompiling, and modifying Unity games compiled with IL2CPP (Unity's C++ backend for .NET IL code). The cluster centers on extracting metadata from compiled binaries, injecting code into running games, and integrating with IL2CPP runtime internals—spanning decompilers (Cpp2IL, Il2CppDumper), mod loaders (BepInEx, MelonLoader), and interop frameworks (Il2CppInterop) that bridge managed .NET and native C++ boundaries. Developers here work across C# and C to understand and extend closed-source game executables.