BepInEx / Il2CppInteropLinks
A tool interoperate between CoreCLR and Il2Cpp at runtime
☆328Updated last month
Alternatives and similar repositories for Il2CppInterop
Users that are interested in Il2CppInterop are comparing it to the libraries listed below
Sorting:
- A library for making plugins which target IL2CPP and Mono Unity games.☆128Updated 2 years ago
- A tool to generate Managed->IL2CPP proxy assemblies☆538Updated last year
- An in-game UI for exploring, debugging and modifying IL2CPP and Mono Unity games.☆183Updated 2 years ago
- View IL2Cpp data in dnSpy☆90Updated last year
- Collection of source code for Unity IL2CPP☆198Updated last year
- Doorstop -- run C# before Unity does!☆543Updated this week
- IMGUI Native Rendering Plugin for Unity☆41Updated 4 years ago
- A plugin for Il2CppInspector that performs quasi deobfuscation☆125Updated 4 years ago
- Unity Runtime Libraries used by Legacy MelonLoader for Assembly Generation☆57Updated this week
- This guide provides illustrative examples demonstrating the usage of Il2cppInspector C++ scaffold.☆224Updated last month
- Read and write unity assets/bundle files, based on https://github.com/SeriousCache/UABE☆627Updated 3 weeks ago
- Patched Unity Mono Builds for use with dnSpy☆151Updated 4 years ago
- Harmony built on top of MonoMod.RuntimeDetours with additional features☆481Updated 2 months ago
- The official repository of plugins for Il2CppInspector☆115Updated 2 years ago
- Continuation of Il2CppInspector - A powerful automated tool for reverse engineering Unity IL2CPP binaries.☆433Updated this week
- Continuation of Il2CppInspector - A powerful automated tool for reverse engineering Unity IL2CPP binaries.☆152Updated last week
- UnityExplorer mod fork focused on providing tools for creating marketing material for Unity games.☆270Updated 2 months ago
- Tools for debugging and developing BepInEx plugins (mono)☆125Updated last month
- An in-game UI for exploring, debugging and modifying IL2CPP and Mono Unity games.☆766Updated this week
- Build scripts & historical header files for every available minor version of Unity's Il2Cpp project☆153Updated 2 months ago
- Example on how to implement a C# mod in a Il2Cpp game and injecting a custom Type during runtime into the Il2Cpp Domain, using the previe…