You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 callmethod.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!
The text was updated successfully, but these errors were encountered: