Tutorial How to use Auto-Il2CppDumper to dump protected Il2Cpp games (NO magisk/zygisk)

Hello tried the lib call but im not sure what to do after i found oncreate function there is no .local only .register . is it the same or i can just write the function? Or maybe it's not the correct smali?
local and register are same thing. It just the decompiler that likes to use different syntax
 
hey.
after a lot of headaches, i can now debug the game in IDA pro and stop at il2cpp::vm::MetadataCache::Initialize.
can some one please tell me is it possible to dump the .cs file while debugging? i can write a script to call any needed functions.
 
Back
Top Bottom