From de6c4c89145ca13467ff827e955c4f63c0695afd Mon Sep 17 00:00:00 2001 From: xerox Date: Sat, 1 Aug 2020 05:21:28 +0000 Subject: [PATCH] Update README.md --- dumper/README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/dumper/README.md b/dumper/README.md index 6694499d3..db0a0522a 100644 --- a/dumper/README.md +++ b/dumper/README.md @@ -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 +# 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 :) + + + +Now simply run dll2sdk and it will create all of the c++ files you need! + + +