diff --git a/dumper/README.md b/dumper/README.md index 85448afe7..f04a3625d 100644 --- a/dumper/README.md +++ b/dumper/README.md @@ -40,4 +40,8 @@ Now that we have the memory selected, click file->new then paste, save as `il2cp # 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`. \ No newline at end of file +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`. + + + +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