Tutorial Manually dump il2cpp on iOS games

AndnixSH

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

166753


In the GUI version of dumper, it will also write the CodeRegistration offset for you

166758


Disassemble binary file with IDA Pro and let it finish loading for a while

Press G and jump to address of CodeRegistration

166754


Press X to view xrefs as follows.

166755


Double-click on the blue selection in the figure to jump.

Look at the red box, It's the unk offset of MetadataRegistration

166756


Relaunch il2cppdumper and dump manually with the offsets you have found

166757
 
Last edited: