From 7d9bd56e3c332581ebb35b558eed6ae4d760a299 Mon Sep 17 00:00:00 2001 From: xerox Date: Sat, 1 Aug 2020 05:01:09 +0000 Subject: [PATCH] Update README.md --- dumper/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dumper/README.md b/dumper/README.md index 6f183f594..1b25a8172 100644 --- a/dumper/README.md +++ b/dumper/README.md @@ -48,6 +48,7 @@ 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 look at your maps.text file (inside of the dump folder from android). My dump base is: +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). \ No newline at end of file