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

Zulu121

Platinian
Jul 2, 2019
14
1
3
Earth
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?
 

AndnixSH

PMT Elite Modder
Original poster
Staff member
Modding-Team
Jun 27, 2017
4,555
304,731
1,213
Modding World
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
 

reverser69

Rookie
Jun 16, 2023
3
1
3
29
us
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.