This is the AMP version of this page.
If you want to load the real page instead, click this text.

Tutorial Manually dump il2cpp on iOS games

AndnixSH

PMT Elite Modder
Original poster
Staff member
Modding-Team
Jun 27, 2017
4,542
302,917
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



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

 
Last edited: