diff --git a/README.md b/README.md index 86ccfb9..3758571 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ This fork is supposed a common base for Wii U ROP-chains. -# Building +## Building Before using the ROP-chain, some files need to be compiled/generated, you can do it with `make`. The makefile expects some binaries/files. - `bin/ropgadget_patternfinder(.exe)` [Download](https://github.com/wiiu-env/ropgadget_patternfinder/releases) - `bin/rpl2elf(.exe)` [Download](https://github.com/wiiu-env/rpl2elf/releases) -- `bin/FileDownloader.jar` [Download] (https://github.com/wiiu-env/NUSFileDownloader/releases). -- `common.key` containing the reatil wii u common key (in binary form, 16 bytes). +- `bin/FileDownloader.jar` [Download](https://github.com/wiiu-env/NUSFileDownloader/releases) +- `common.key` containing the retail Wii U common key (in binary form, 16 bytes). When you have all needed files, you can use `make`.