Fix a link in the README

This commit is contained in:
orboditilt 2019-01-06 18:12:03 +01:00
parent 8619b2c680
commit e58e1d902a
1 changed files with 3 additions and 3 deletions

View File

@ -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`.