Il2CppInspector icon indicating copy to clipboard operation
Il2CppInspector copied to clipboard

Powerful automated tool for reverse engineering Unity IL2CPP binaries

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

When trying to import it with the command line; it says this: Il2CppInspector --m global-metadata.dat -i GameAssembly.dll Il2CppInspector Command-Line Edition Version 2021.1 (c) 2017-2021 Katy Coe - www.djkaty.com - www.github.com/djkaty...

bug

it would be wonderful if you added support for NSO files i will provide you with a sample meta inf and main file soon, meanwhile. [Information about NSO format](https://switchbrew.org/wiki/NSO)

enhancement

I'm attempting to decompile a dll with Ghidra and I'm having some difficulty getting the script I got from the GUI to run properly. I've spent days trying and re-trying...

bug

Il2CppInspector is currently unable to dump field information for internal Unity classes (from namespace UnityEngine) like GameObject and Transform. API reference for Transform class : https://docs.unity3d.com/ScriptReference/Transform.html Extract from header dump...

bug

First of all, thanks a lot for the wonderful project! I trying to access/modify in memory game structures for an ARM 32 bit game externally (using RPM). I was able...

enhancement

Hello djkaty, I am very happy to see that Il2CppInspector has become perfect. I have some needs and suggestions here, hoping to help Il2CppInspector become better. 1. Output restore dll...

enhancement

Game example: BLOCKADE 3D Classic ![image](https://user-images.githubusercontent.com/35796520/107851802-e83e6c00-6e0c-11eb-99a6-9fcbb135a032.png) Expected unity version to be at offset 0x14 as shown above ![image](https://user-images.githubusercontent.com/35796520/107851825-f8564b80-6e0c-11eb-99b7-178a672dfe2f.png) Offset in BLOCKADE 3D Classic 0x30 ![image](https://user-images.githubusercontent.com/35796520/107851836-0c01b200-6e0d-11eb-8efd-afa807012f1a.png) Empty game built with the...

bug
triaged

Allows you to export to the same directory of package, and name file without selecting path manually And it will create folder if you export DLLs, C++ and VS solution...

The generated Ghidra Python output contains the following line: with open(os.path.join(GetScriptDirectory(), ".\\metadata.json"), "r") as jsonFile: When running Ghidra on Linux, the script fails because this doesn’t result in a valid...

bug

![image](https://user-images.githubusercontent.com/35796520/107967463-6cc7f080-6fad-11eb-9b4b-73a21d54c15a.png) I presume this happens to one of the Add calls instead of the TryAdd calls I will try to look into it.

bug