More actions
(Created page with "{{Infobox WiiU Homebrews |title=WiiU-NandExtract-C |image=wiiunandextractc.png |description=Wii (U) NAND Extractor written in C. |author=GaryOderNichts |lastupdated=2020/03/29 |format=exe |type=PC Utilities |version=2.0 |license=GPL-3.0 |download=https://dlhb.gamebrew.org/wiiuhomebrews/wiiunandextractc.7z |website=https://github.com/GaryOderNichts/wiiu-nandextract-c |source=https://github.com/GaryOderNichts/wiiu-nandextract-c |donation=https://k...") |
No edit summary |
||
Line 6: | Line 6: | ||
|lastupdated=2020/03/29 | |lastupdated=2020/03/29 | ||
|format=exe | |format=exe | ||
|type= | |type=File Operation | ||
|version=2.0 | |version=2.0 | ||
|license=GPL-3.0 | |license=GPL-3.0 |
Latest revision as of 02:44, 22 Mayıs 2024
WiiU-NandExtract-C | |
---|---|
General | |
Author | GaryOderNichts |
Type | File Operation |
Version | 2.0 |
License | GPL-3.0 |
Last Updated | 2020/03/29 |
Links | |
Download | |
Website | |
Source | |
Support Author | |
Wii (U) NAND Extractor written in C.
User guide
Usage: ./extractor-linux [output]
keys.bin or otp.bin needs to be in the same folder.
Changelog
v2 2020/03/29
- Fix superblock detection (now supports more nand types).
- Fix fst read issue which may lead to incorrect filesizes.
v1 2020/03/26
- First release.