Wii (U) NAND Extractor written in C
Go to file
GaryOderNichts cdbc250bab archive
2022-02-22 20:59:19 +01:00
.gitignore some cleanup 2022-02-22 19:55:03 +01:00
aes.c Initial project files 2020-03-25 15:09:19 +01:00
aes.h Initial project files 2020-03-25 15:09:19 +01:00
extractor.c archive 2022-02-22 20:59:19 +01:00
extractor.h some cleanup 2022-02-22 19:55:03 +01:00
LICENSE Initial commit 2020-03-25 15:00:49 +01:00
Makefile some cleanup 2022-02-22 19:55:03 +01:00
README.md archive 2022-02-22 20:59:19 +01:00

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.