Go to file
Maschell 7ed1cee873 first commit 2020-04-27 13:32:37 +02:00
src first commit 2020-04-27 13:32:37 +02:00
.gitignore first commit 2020-04-27 13:32:37 +02:00
LICENSE first commit 2020-04-27 13:32:37 +02:00
Makefile first commit 2020-04-27 13:32:37 +02:00
README.md first commit 2020-04-27 13:32:37 +02:00

README.md

CustomRPXLoader

This custom loader for .rpx files which can be used with any payload.elf loader. (For example https://github.com/wiiu-env/PayloadFromRPX or JsTypeHax)

Usage

Place the payload.elf in the sd:/wiiu folder of your sd card and run a exploit which loads payload.elf, this will load the sd:/wiiu/payload.rpxinto memory and execute it. The maximum size of the payload.rpx depends on the size of this loader, but should > 7Mib.

Building

For building you just need wut installed, then use the make command.

Credits

  • Maschell
  • orboditilt
  • Copy pasted the solution for using wut header in .elf files from RetroArch
  • Copy pasted resolving the ElfRelocations from decaf
  • Copy pasted SD mounting code + devoptabs from libutils