From e58e1d902a02231f739a9bd45b6b70f95531c593 Mon Sep 17 00:00:00 2001 From: orboditilt <45944072+orboditilt@users.noreply.github.com> Date: Sun, 6 Jan 2019 18:12:03 +0100 Subject: [PATCH] Fix a link in the README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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`.