Go to file
GaryOderNichts 5c5ec09780 Fix exiting from the dumper 2021-12-30 20:14:25 +01:00
.github/workflows Add docker and CI support 2021-04-03 20:50:21 +02:00
ios_bsp Use raw2c instead of xxd 2021-04-03 20:45:29 +02:00
ios_fs Use raw2c instead of xxd 2021-04-03 20:45:29 +02:00
ios_kernel Use raw2c instead of xxd 2021-04-03 20:45:29 +02:00
ios_mcp Use raw2c instead of xxd 2021-04-03 20:45:29 +02:00
ios_usb Use raw2c instead of xxd 2021-04-03 20:45:29 +02:00
libs first release 2016-12-12 19:31:02 +01:00
src Fix exiting from the dumper 2021-12-30 20:14:25 +01:00
.gitignore first release 2016-12-12 19:31:02 +01:00
Dockerfile Add docker and CI support 2021-04-03 20:50:21 +02:00
LICENSE Initial commit 2016-12-12 19:29:03 +01:00
Makefile payload.elf port, not working with mii maker payload.elf loader 2020-12-14 20:48:49 +01:00
README.md Add docker and CI support 2021-04-03 20:50:21 +02:00

README.md

wiiu-nanddumper

payload.elf version of the original nanddumper.

Building using the Dockerfile

It's possible to use a docker image for building. This way you don't need anything installed on your host system.

# Build docker image (only needed once)
docker build . -t wiiu-nanddumper-builder

# make 
docker run -it --rm -v ${PWD}:/project wiiu-nanddumper-builder make

# make clean
docker run -it --rm -v ${PWD}:/project wiiu-nanddumper-builder make clean