8 skills found
BryanGIG / PADumperProcess Android Memory Dumper
MlgmXyysd / Il2CppMemoryDumperDump Il2Cpp unprotected executable ELF and metadata from process memory
haitor888 / Il2cppMemoryProfilerNo description available
Glatrix / Il2cpp ResolvesA dumped list of some of Unity Engine's Functions, which memory addresses can be found using the method's definition, in Il2cpp.Resolve_icall
CameroonD / Il2CppMetadataExtractorSimple and easy to use Frida script for dumping decrypted Il2cpp global-metadata.dat files from a Unity application's memory.
NepMods / NepAU**NepAu** (Native Lib for Auto-Update) is a runtime dynamic analysis library designed to interface with Unity IL2CPP binaries and native libraries (`.so`). Ideal for reverse engineering, modding, and automation, it provides an elegant and consistent interface to access classes, fields, methods, symbols, and patterns in memory.
s3rg0x / IOS Game RE Cheating Writeup Unity Based Arcade GameWriteup on reverse engineering and cheating in an iOS Unity arcade game using static analysis, IL2CPP metadata dumping, and LLDB for memory patching, conditional breakpoints, and runtime register manipulation. A fun case study in basic iOS game hacking techniques.
rdev-cpp / IL2CPP Auto ResolverC++ IL2CPP Auto-Resolver - Automatic function discovery for Unity game modding. No manual address hunting required.