Il2CppInspector
Il2CppInspector copied to clipboard
Powerful automated tool for reverse engineering Unity IL2CPP binaries
On later versions of unity on iOS the main binary loads as framework called "UnityFramework". It dumps fine on il2cppdumper but on il2cppinspector it doesnt recognize the framework/library at all....
Few quick fixes for correct cpp scaffolding generation
codm 1.0.24 (previous version) is working fully & no metadat error! but this latest version (1.0.26) (32bit) error on metadat processing i checked the metadata... its not encrypted (hex byte...
I can't find v1.2 or v1.1 UnityPlayer.dll so I can't simply dump global-metadata. Where can I get the version history UnityPlayer.dll?
I would like to ask for support for ios libraries. When I use Prefare's Il2CppDumper to dump an ios library, it dumps it correctly. When I tried with Il2CppInspector, it...
1. Using latest submit. 2. CLI output: `../../../il2cpp.sh codm Il2CppInspector Command-Line Edition Version 2021.1 (c) 2017-2021 Katy Coe - www.djkaty.com - www.github.com/djkaty Using plugin: Binary file XOR decryptor Using plugin:...
I'm having trouble getting Il2CppInspector to load an arm64-v8a libil2cpp.so file for a mobile game. It works fine with the armeabi-v7a binary for the same game (in the same APK)...
Hi djkaty! I'm trying to use this tool but am getting a `startIndex cannot be larger than length of string` error. The `global-metadata.dat` and `libil2cpp.so` files are [here](https://drive.google.com/drive/folders/1TH-S9jeij8C6Fx27JQzKdu2EmSIr-78a). Thanks for...
It seems that all games that are upgraded to 2019.4.21f1 can't be dumped. There is no protection, I checked in metadata.dat file. Even crappy games like rip off among us...
This might sounds like a dumb question, i know you need to decrypt binary first from memory. As i got an Apple M1 computer which can run iOS apps, i...