Wii NAND Extractor: Difference between revisions

From GameBrew
(Created page with "{{#seo: |title=Wii Homebrew PC Tools (PC Utilities) - GameBrew |title_mode=append |image=wiinandextractor.png |image_alt=Wii NAND Extractor }} {{Infobox Wii Homebrews |title=Wii NAND Extractor |image=wiinandextractor.png |description=Browse and extract Wii NAND dumps. |author=hakito |lastupdated=2021/01/05 |type=PC Utilities |version=1.1.1 |license=GPL-3.0 |download=[https://dlhb.gamebrew.org/wiihomebrews/wiinandextractor.7z Source Only] |website=https://github.com/hakit...")
 
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#seo:
|title=Wii Homebrew PC Tools (PC Utilities) - GameBrew
|title_mode=append
|image=wiinandextractor.png
|image_alt=Wii NAND Extractor
}}
{{Infobox Wii Homebrews
{{Infobox Wii Homebrews
|title=Wii NAND Extractor
|title=Wii NAND Extractor
|image=wiinandextractor.png
|image=wiinandextractor02.png
|description=Browse and extract Wii NAND dumps.
|description=Browse and extract Wii NAND dumps.
|author=hakito
|author=Ben Wilson/parannoyed
|lastupdated=2021/01/05
|lastupdated=2009/09/30
|type=PC Utilities
|type=PC Utilities
|version=1.1.1
|version=0.1.3
|license=GPL-3.0
|license=GPL-3.0
|download=[https://dlhb.gamebrew.org/wiihomebrews/wiinandextractor.7z Source Only]
|download=https://dlhb.gamebrew.org/wiihomebrews/wiinandextractor.7z?k33p0fil35
|website=https://github.com/hakito/Wii-NAND-Extractor
|website=https://sites.google.com/site/parannoyedwii/projects/wii-nand-extractor
|source=https://github.com/hakito/Wii-NAND-Extractor
|source=https://sites.google.com/site/parannoyedwii/projects/wii-nand-extractor
}}
}}
The '''Wii NAND Extractor''' is a modified version of the original [https://sites.google.com/site/parannoyedwii/projects/wii-nand-extractor Wii NAND Extractor created by Ben Williams] in version 0.1.3.
A program that allows you to browse and extract Wii NAND dumps.


The project has several key features, including the ability to browse and extract Wii NAND dumps, including BootMii and other standard Wii NAND dumps with both ECC and non-ECC configurations. The extractor supports both single file and directory extraction.
Written in C#, source code included.


Additionally, it provides a summary of the total space used, the number of files, and detailed information about each file, including its mode, attribute, UID, GID, and size.  
==Features==
*Allows you to browse and extract Wii NAND dumps, including BootMii and any other "standard" Wii NAND dump (ECC and non-ECC).
*Single file or selected directory extraction supported.
*Displays total space used, total files, and each individual file mode, attribute, UID, GID, and size.
*Looks for BootMii keys.bin in the same directory as NAND file.


Finally, the Wii NAND Extractor also searches for the key.bin file from BootMii in the same directory as the NAND file.
==User guide==
Requires .NET 3.5 to use.


'''Note: Source Only'''
Open a dump file.


==Usage==
Use the "Extract All" menu option, or right click on a file/directory and select "Extract".
* Open a dump file.
* Use the Extract All menu option, or right click on a file/directory and select Extract.


==Changelog==
==Changelog==
'''20210105: 1.1.1 - Bugfix Export single file'''
'''v0.1.3 2009/08/30'''
* Fix exporting a single file
* Non-ECC dump support, file details, menu icons.
* Extend copyright in about dialog
* Sep 23 2009, had a baby boy, Liam Elijah: 8lb 4oz, 19.75"
 
'''20201228: 1.1 - Fork with usability improvements'''
* Export folder can be chosen upon export
* NAND filepath and export folder can be stored in settings.
* The NAND file from the app settings is automatically loaded.
* DEBUG builds automatically persist the last NAND file and export folder
 
'''20090930: 0.1.3 - non-ECC dump support, file details, menu icons'''
* Sep 23 2009, had a baby boy, Liam Elijah: 8lb 4oz, 19.75
* Added support for non-ECC dumps.
* Added support for non-ECC dumps.
* Viewer displays additional file and NAND details.
* Viewer displays additional file and NAND details.
Line 50: Line 38:
* Filenames containing ":" are replaced with "-" (ie. HP:OOTP == HP-OOTP).
* Filenames containing ":" are replaced with "-" (ie. HP:OOTP == HP-OOTP).
* Crystal Project icons, needed some color.
* Crystal Project icons, needed some color.
 
'''v0.1.2 2009/09/14'''
'''20090914: 0.1.2 - Updated for BootMii b3 and any ECC dump'''
* Updated for BootMii b3 and any ECC dump.
* Supports extraction of any full (with ECC) Wii NAND dump .
* Supports extraction of any full (with ECC) Wii NAND dump .
* Now looks for BootMii keys.bin in the same directory as NAND file.
* Now looks for BootMii keys.bin in the same directory as NAND file.
* Allows manual entry and saving of NAND key.
* Allows manual entry and saving of NAND key.
 
'''v0.1.1 2009/09/03'''
'''20090903: 0.1.1 - Initial release'''
* Initial release.
* Only supports BootMii b1 and b2.
* Only supports BootMii b1 and b2.


==Copyright==
==Credits==
* Copyright 2009 Ben Wilson / [http://sites.google.com/site/parannoyedwii/ parannoyed]
Thanks to:
* Copyright 2020, 2021 Gerd Katzenbeisser
*[http://www.wiibrew.org/ Wiibrew.org]  
 
*[http://git.infradead.org/?p=users/segher/wii.git Segher's Wii.git]  
==Thanks to==
*[http://bootmii.org/ BootMii]  
* [http://www.wiibrew.org/ Wiibrew.org]
*[http://www.everaldo.com/crystal/ Crystal Project] (GPL icon set)
* [https://www.gamebrew.org/wiki/Segher%27s_Wii.git Segher's Wii.gitsegher/wii.git]
* [[BootMii Wii|BootMii]]
* [http://www.everaldo.com/crystal/ Crystal Project](GPL icon set)


==External Links==
==External links==
* Official Site - https://sites.google.com/site/parannoyedwii/projects/wii-nand-extractor
* Author's websote - https://sites.google.com/site/parannoyedwii/projects/wii-nand-extractor
* Github - https://github.com/hakito/Wii-NAND-Extractor

Latest revision as of 10:31, 28 January 2024

Wii NAND Extractor
Wiinandextractor02.png
General
AuthorBen Wilson/parannoyed
TypePC Utilities
Version0.1.3
LicenseGPL-3.0
Last Updated2009/09/30
Links
Download
Website
Source

A program that allows you to browse and extract Wii NAND dumps.

Written in C#, source code included.

Features

  • Allows you to browse and extract Wii NAND dumps, including BootMii and any other "standard" Wii NAND dump (ECC and non-ECC).
  • Single file or selected directory extraction supported.
  • Displays total space used, total files, and each individual file mode, attribute, UID, GID, and size.
  • Looks for BootMii keys.bin in the same directory as NAND file.

User guide

Requires .NET 3.5 to use.

Open a dump file.

Use the "Extract All" menu option, or right click on a file/directory and select "Extract".

Changelog

v0.1.3 2009/08/30

  • Non-ECC dump support, file details, menu icons.
  • Sep 23 2009, had a baby boy, Liam Elijah: 8lb 4oz, 19.75"
  • Added support for non-ECC dumps.
  • Viewer displays additional file and NAND details.
  • Improved exception handling and other misc improvements.
  • Filenames containing ":" are replaced with "-" (ie. HP:OOTP == HP-OOTP).
  • Crystal Project icons, needed some color.

v0.1.2 2009/09/14

  • Updated for BootMii b3 and any ECC dump.
  • Supports extraction of any full (with ECC) Wii NAND dump .
  • Now looks for BootMii keys.bin in the same directory as NAND file.
  • Allows manual entry and saving of NAND key.

v0.1.1 2009/09/03

  • Initial release.
  • Only supports BootMii b1 and b2.

Credits

Thanks to:

External links

Advertising: