Il2cppSpy icon indicating copy to clipboard operation
Il2cppSpy copied to clipboard

Integration with Il2CppInspector

Open djkaty opened this issue 4 years ago • 0 comments

Hey!

I was wondering if you'd be interested in using https://github.com/djkaty/Il2CppInspector as your IL2CPP loader?

It has native support for APKs and a type model that is designed to be a re-usable class library, so you would be able to populate your tree views with eg. model.GetAssemblies(), asm.GetTypes(), type.GetMethods() etc. You can call method.GetMethodBody() to retrieve the binary code for a particular method for your disassembler. No wrapper required and the APIs are stable.

There are numerous other features but skimming over the source code is probably easiest :)

Thanks!

djkaty avatar Jul 20 '20 15:07 djkaty