From ae1e30fcaedefd35e47afe6989e38c31b5088fc2 Mon Sep 17 00:00:00 2001 From: xerox Date: Sat, 1 Aug 2020 04:57:35 +0000 Subject: [PATCH] Update README.md --- dumper/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dumper/README.md b/dumper/README.md index f04a3625d..6f183f594 100644 --- a/dumper/README.md +++ b/dumper/README.md @@ -44,4 +44,10 @@ Take the dumped `il2cpp.so` and `global-metadata.dat` file, put together in a ne -now that we have the dumped il2cpp.so, global-metadata.dat we can run il2cppdumper.exe and this will generate a few files for us inside of `output` folder. \ No newline at end of file +now that we have the dumped il2cpp.so, global-metadata.dat we can run il2cppdumper.exe and this will generate a few files for us inside of `output` folder. + + + +you will be asked to provide the base address of the dump. Simply look at your maps.text file (inside of the dump folder from android). My dump base is: + + \ No newline at end of file