Dump Lib libil2cpp.so from Memory of Game Process and Generate structure dump.cs
- No need of Ptrace
- Support Only arm-v7a 32bit
- Support Only IL2CPP Metadata v24
- Dumping of Lib from Memory of Game
- Dumping of Internal Game Structure as .cs file(Need to Find Pointers Manually)
- Support Both Fast & Slow Dumping
- Install Android NDK, if not.
- Open Shell in This Folder
- Use and Execute ndk-build of NDK Here
- Output will be in libs Folder.
- Needs Root Access
- Get Root Shell through Adb or Terminal Apps
- For Usage Help: il2cppdumper -h
- For General Usage: il2cppdumper <option(s)> -o FilePath
./il2cppdumper -h
IL2CPPDumper v0.1 <==> Made By KMODs(kp7742)
Usage: il2cppdumper <option(s)> -o FilePath
Dump Lib libil2cpp.so from Memory of Game Process and Generate structure dump.cs
@@Unity il2cpp v24 Supported Only@@
Options:
--Lib Args--------------------------------------------------------------
-l --lib Dump libil2cpp.so from Memory
-p --package <packageName> Package Name of Game
-f --fast Enable Fast Dumping
(May Miss Some Bytes in Dump)
--Script Args-----------------------------------------------------------
-s --script Generate structure dump.cs
-p --package <packageName> Package Name of Game
-g --global <address> GlobalMetaData Address
-m --meta <address> MetadataRegistration Address
-c --code <address> CodeRegistration Address
--Other Args------------------------------------------------------------
-o --output <outputFilePath> Generate file path
-h --help Display this information
- Il2CppDumper-Perfare: CS Dumping Code
Email: patel.kuldip91@gmail.com