From 41af24060cc1c910c337a606cf333527b9a6ae84 Mon Sep 17 00:00:00 2001 From: xerox Date: Sat, 1 Aug 2020 05:17:23 +0000 Subject: [PATCH] Update README.md --- dumper/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dumper/README.md b/dumper/README.md index 1b25a8172..6694499d3 100644 --- a/dumper/README.md +++ b/dumper/README.md @@ -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). - \ No newline at end of file + + +After you enter the base address `il2cppdumper` will do its job and generate a dummy dll that we will use with `dll2sdk`. + + +