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).
☆37Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for IL2CPP
- A BinaryReader which can deserialize arbitrary binary formats into objects☆30Updated 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☆48Updated last week
- Unity Il2Cpp Reference☆19Updated 2 months ago
- A lightning-fast memory pattern scanner, capable of scanning gigabytes of data per second.☆27Updated last year
- A C++ library for accessing Unity's IL2CPP classes, methods, and fields during run-time.☆65Updated 6 months ago
- Fast and cross-platform parser for Microsoft PDB files☆33Updated 3 weeks ago
- Tool for analysing and disassembling any unity game. Supports both mono and il2cpp.☆35Updated 3 years ago
- IMGUI Native Rendering Plugin for Unity☆33Updated 2 years ago
- Extract and patch string literals from Unity's global-metadata.dat files.☆30Updated 11 months ago
- Extremely lightweight, yet flexible HTML UI☆57Updated 3 months ago
- Just a simple C++ version of CE's Speed Hack.☆37Updated 4 years ago
- A native DLL mapping library that supports direct memory mapping☆29Updated 7 months ago
- [Reworking] A run-time API resolver for IL2CPP Unity(External).☆63Updated 10 months ago
- Lua Encode/Decoder/Disassembler/Decompiler in C#☆91Updated last year
- View IL2Cpp data in dnSpy☆55Updated 2 months ago
- dumps il2cpp dummy dlls during runtime☆98Updated 3 years ago
- Minimal .NET wrapper around the simple, easy to use Flat Assembler written by Tomasz Grysztar. Supports both x64 and x86 development.☆35Updated 8 months ago
- A plugin for Il2CppInspector that performs quasi deobfuscation☆95Updated 3 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…☆67Updated 3 years ago
- Mono/Unity assembly injection☆61Updated 4 years ago
- A CSGO Offset Dumper written in C#☆9Updated 2 years ago
- Disables virtualprotect checks/hooks so you can modify memory and change memory protection in binaries protected by VMProtect.☆114Updated 3 years ago
- 一种通过底层api和微软官方公钥,实现的数字许可证的生成,完全绕开gatherosstate.exe,不再需要繁琐的释放文件、模拟win7、获取门票再激活,此程序program.cs将模仿gatheroststate 生成数字门票,其中原理和api感谢@laomms 提供的思…☆19Updated 2 years ago
- Dumping processes using the power of kernel space !☆75Updated 3 years ago
- An Example Mod for MelonLoader☆11Updated last year
- A Lua 5.1 decompiler library written in C#. Based on the original Java version of "unluac" by tehtmi.☆30Updated 6 years ago
- A tool interoperate between CoreCLR and Il2Cpp at runtime☆211Updated last month