GlebYoutuber / IL2CPP
IL2CPP is Unity AOT compiler translates Intermediate Language (IL) from .NET compilers into C ++ code. The executable library provides tools such as a garbage collector, platform independent access to streams and files, and internal call implementations (native code that modifies managed data structures directly).
☆36Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for IL2CPP
- A BinaryReader which can deserialize arbitrary binary formats into objects☆29Updated 2 years ago
- A library to help make deobfuscation plugins for Il2CppInsector☆34Updated 3 years ago
- Unity Runtime Libraries used by MelonLoader for Assembly Generation☆49Updated this week
- An Example Mod for MelonLoader☆11Updated last year
- Tool for analysing and disassembling any unity game. Supports both mono and il2cpp.☆35Updated 3 years ago
- Unity Il2Cpp Reference☆19Updated 2 months ago
- Modified version of Il2CppDumper allows you to dump methods of UserAssembly.dll of the game Genshin Impact☆69Updated 2 years ago
- A lightning-fast memory pattern scanner, capable of scanning gigabytes of data per second.☆27Updated last year
- Fast and cross-platform parser for Microsoft PDB files☆33Updated last week
- A C++ library for accessing Unity's IL2CPP classes, methods, and fields during run-time.☆65Updated 5 months ago
- Lua Encode/Decoder/Disassembler/Decompiler in C#☆90Updated last year
- A plugin for Il2CppInspector that performs quasi deobfuscation☆95Updated 3 years ago
- Fork of jmpews/Dobby with stability edits for Windows☆19Updated 3 months ago
- View IL2Cpp data in dnSpy☆55Updated 2 months ago
- A Lua 5.1 decompiler library written in C#. Based on the original Java version of "unluac" by tehtmi.☆26Updated 5 years ago
- Common code used by MonoMod and other .NET modding libraries. Not to be confused with MonoMod.Utils (for mods).☆75Updated last year
- PandaObfuscator an simple Obfuscator, free, OpenSource for .Net Applications☆20Updated 6 years ago
- [Reworking] A run-time API resolver for IL2CPP Unity(External).☆63Updated 10 months ago
- Extract and patch string literals from Unity's global-metadata.dat files.☆29Updated 11 months ago
- Android Unity global-metadata编辑器☆23Updated 4 years ago
- Fast, pure-C# ARM64 Disassembler☆17Updated 2 weeks ago
- A CSGO Offset Dumper written in C#☆9Updated 2 years ago
- Modified version of Il2CppAssemblyUnhollower that allows you to analysis GenShin Impact's UserAssembly.dll☆44Updated 4 years ago
- IMGUI Native Rendering Plugin for Unity☆33Updated 2 years ago
- Dumping processes using the power of kernel space !☆75Updated 3 years ago
- Lua Loader using MelonLoader☆25Updated 2 years ago
- Provides a scripting framework and API for the game Genshin Impact.☆28Updated 3 years 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…☆66Updated 3 years ago