Il2CppInspector icon indicating copy to clipboard operation
Il2CppInspector copied to clipboard

Powerful automated tool for reverse engineering Unity IL2CPP binaries

Results 63 Il2CppInspector issues
Sort by recently updated
recently updated
newest added

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....

bug

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...

bug

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?

bug

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...

enhancement

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:...

bug

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)...

bug
triaged

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...

bug

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...

bug
triaged

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...

enhancement