mirror of
https://github.com/GerbilSoft/wiiu-nandextract-c.git
synced 2025-06-18 11:25:30 -04:00
Wii (U) NAND Extractor written in C
.gitignore | ||
aes.c | ||
aes.h | ||
extractor.c | ||
extractor.h | ||
LICENSE | ||
Makefile | ||
README.md |
Note about archival
This code was basically directly translated from C# to C, and is incredibly dirty.
(A lot of unneeded allocations / copying / reading).
This should probably be completely rewritten.
wiiu-nandextract-c
Wii (U) NAND Extractor written in C
Usage
./extractor-linux <nand> [output]
keys.bin or otp.bin needs to be in the same folder.