Tutorial [Outdated] Manually dump il2cpp on iOS games

AndnixSH

PMT Elite Modder
Staff member
Modding-Team
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:
What if i do all manually and also the CodeRegistration how i can find it ?sorry for comenting afther almost 6 years letter
I think dumper will only ask for manual if auto fails. This tutorial is outdated and I don't mod iOS ganes anymore
 
Back
Top Bottom