@ -51,4 +51,9 @@ now that we have the dumped il2cpp.so, global-metadata.dat we can run il2cppdump
you will be asked to provide the base address of the dump. Simply add the base address of the dump.bin and the offset into the dump file itself, this will give you the address
in memory of where the `.so` was when we dumped it! (this is called a linear virtual address).
<imgsrc="https://imgur.com/RLokKqr.png"/>
<imgsrc="https://imgur.com/1k2XAXr.png"/>
After you enter the base address `il2cppdumper` will do its job and generate a dummy dll that we will use with `dll2sdk`.