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

This works with il2cppdumper. PS C:\Users\Dimentox\Downloads\Il2CppInspector-2021.1 (1)> .\Il2CppInspector-cli.exe -i "C:\Program Files (x86)\Steam\steamapps\common\VRising\GameAssembly.dll" -m "C:\Program Files (x86)\Steam\steamapps\common\VRising\VRising_Data\il2cpp_data\Metadata\global-metadata.dat" Il2CppInspector Command-Line Edition Version 2021.1 (c) 2017-2021 Katy Coe - www.djkaty.com - www.github.com/djkaty Using...

bug

Doesn't handle the new attribute stuff yet, but it's better than nothing. Tested on Darkest Dungeon 2. Requires https://github.com/djkaty/Bin2Object/pull/2 to handle the new unity compressed (u)int format

I ran into the following error when trying to unpack Uma Musume (DMM ver): ``` PS > .\Il2CppInspector-cli.exe -i .\GameAssembly.dll -m .\global-metadata.dat Il2CppInspector Command-Line Edition Version 2021.1 (c) 2017-2021 Katy...

unsupported obfuscation
triaged

It have only minimal unity api methods and not have methods like resources.load, object.instantiate :/

enhancement

1. Using latest Il2CppInspector. 2. CLI output: `cc@MacMini 2.24.2 % ../../il2cpp.sh battleroyale Il2CppInspector Command-Line Edition Version 2020.2 (c) 2017-2020 Katy Coe - www.djkaty.com - www.github.com/djkaty Detected metadata version 24.1 Container...

bug

Code: Read config... Initializing metadata... System.NotSupportedException: ERROR: Metadata file supplied is not a supported version[920093868]. в Il2CppDumper.Metadata..ctor(Stream stream) в Il2CppDumper.FormGUI.Init(String il2cppPath, String metadataPath, Metadata& metadata, Il2Cpp& il2Cpp) в Il2CppDumper.FormGUI.Dumper(String file,...

bug

![image](https://user-images.githubusercontent.com/86486680/144517658-c76861d7-0e19-4101-b44e-905f04625efc.png)

bug

hi, how to fix these errors? [Error](https://prnt.sc/9dkpu2xeyjPb) and [il2cpp-types.h](https://prnt.sc/VZyra1uoEZWU)

bug

**BEFORE YOU SUBMIT AN ISSUE** follow these steps: 1. Make sure you are using the latest commit of Il2CppInspector, which is usually ahead of the latest pre-compiled release 2. Make...

bug

Hi! Where is the gci command ?

enhancement