Manually dump il2cpp on iOS games
This is for x64
binary only on iOS games
Dump decrypted
binary file and global-metadata.dat file
When the
error occur, do NOT close cmd. Remember the offset of codeRegistration
In the GUI
version of dumper, it will also write the CodeRegistration offset for you
Disassemble
binary file with IDA Pro and let it finish loading for a while
Press G and
jump to address of CodeRegistration
Press X to view
xrefs as follows.
Double-click
on the blue selection in the figure to jump.
Look at the red
box, It's the unk offset of MetadataRegistration
Relaunch
il2cppdumper and dump manually with the offsets you have found