Skip to content

Commit

Permalink
Fix a link in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
orboditilt committed Jan 6, 2019
1 parent 8619b2c commit e58e1d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit e58e1d9

Please sign in to comment.