diff --git a/dumper/README.md b/dumper/README.md new file mode 100644 index 000000000..fd9698f7c --- /dev/null +++ b/dumper/README.md @@ -0,0 +1,23 @@ +# Dumping libil2cpp.so + +In order to use il2cppdumper we need to first dump the libil2cpp.so shared object out of memory using game guardian. Simply install game guardian and run it. + + + +After starting game guardian go into the game and open game guardian menu. Then go to the following tab and click the following button: + + + +After that click on the following button (do not change any values!) + + + +Now that we dumped all of the games memory to disk, we are going to transfer those files to your computer! if you are using LDPlayer copy the dump folder into your `Pictures` folder. + + + +After the dump folder has been moved to the `Pictures` folder simply click the following button to view the files on your pc: + + + +Now that we have the dump files we are going to need to cut the desired shared object file out of the `.bin` memory range that contains our shared object. \ No newline at end of file