Skip to content

wiiu-env/wiiu-nanddumper-payload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors