Update README.md

workingdir/cra0-upated
xerox 4 years ago
parent 41af24060c
commit de6c4c8914

@ -38,7 +38,7 @@ and subtracting it with the start address. (`0x98495000` - `0x92154000` = `0x634
Now that we have the memory selected, click file->new then paste, save as `il2cpp.so`.
# using il2cppdumper
# Using il2cppdumper
Take the dumped `il2cpp.so` and `global-metadata.dat` file, put together in a new folder + make a folder inside of that new folder called `output`.
@ -57,3 +57,13 @@ After you enter the base address `il2cppdumper` will do its job and generate a d
<img src="https://imgur.com/TFeDbpL.png"/>
# Using Dll2SDK
Now that we have generated all dummy dll's and il2cpp.h we can use dll2sdk to make a c++ sdk for the game :)
<img src="https://imgur.com/PgOm9MY.png"/>
Now simply run dll2sdk and it will create all of the c++ files you need!

Loading…
Cancel
Save