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

it would be nice if we can use generic function such as List.Add function or Dictionary function

enhancement

metadata - https://drive.google.com/file/d/1ZzsCF_RqoeWqY_qlMUThk_hwj_TR520y/view?usp=sharing GameAssembly - https://drive.google.com/file/d/1APSspSf1kOEV5FF6JQ6jyNSOE0NVMNdd/view?usp=sharing ``` Il2CppInspector Command-Line Edition Version 2021.1 (c) 2017-2021 Katy Coe - www.djkaty.com - www.github.com/djkaty Using plugin: IL2CPP API Discovery Using plugin: Binary metadata field...

bug

Good day, Katy and everyone! I'm facing problems for 3 days... and don't know what to do so, I was debugging in IDA and researching for the CodeRegistration and MetadataRegistration,...

bug

When I try to load the IL2PP DLL and the metadata, I get the following CLI output: ``` Il2CppInspector-cli.exe --bin GameAssembly.dll --metadata global-metadata.dat Il2CppInspector Command-Line Edition Version 2021.1 (c) 2017-2021...

bug

I've noticed that running get-plugins.sh requires additional manual actions (chmod +x get-plugins.sh). It can be easily persisted in repository to allow users to run it without any modifications (in case...

I changed the type names from only their names to "namespace.type_name". This is to minimize the chances of two types with the same name. Adding _1 to the type name...

![image](https://user-images.githubusercontent.com/14368203/142220763-2329898a-bcb6-47f8-bfdd-27a12de8d747.png) [metadata.zip](https://github.com/djkaty/Il2CppInspector/files/7555450/metadata.zip)

bug

Apologies if this is a dumb question as I'm fairly new to this tool. When generating a C++ scaffold/DLL injection project, I'm getting a bunch of compile errors. I'm using...

bug

Log: ``` 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: IL2CPP API Discovery Using plugin: Metadata strings...

bug

Error: ``` il2cpp.py> Running... Generated script file by Il2CppInspector - http://www.djkaty.com - https://github.com/djkaty Processing method definitions Processing constructed generic methods Processing custom attributes generators Processing Method.Invoke thunks Processing string literals...

bug