In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "WiiND"

From WiiBrew
Jump to navigation Jump to search
(Relinked to Wayback Machine)
 
(25 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Infobox homebrewapp
+
{{Redundant|BackupMii|specialReason= on a [[vWii]] where [[BootMii]] is not supported}}
 +
 
 +
{{Infobox homebrew
 +
| image      = [[File:DSC00159.JPG|200px|]]
 
| title      = WiiND
 
| title      = WiiND
| desc        = A NAND Dumper(Wii) and Extractor(Windows).
+
| type        = system tool
| type        = NAND Dumper
 
| license    = No license
 
 
| author      = [[User:nicksasa|nicksasa]]
 
| author      = [[User:nicksasa|nicksasa]]
| version    = 1.0
+
| version    = 2.0
| download    = [http://www.mediafire.com/download.php?n2wdnzjmmmm Clickie]
+
| download    = https://web.archive.org/web/20160805065816/http://users.skynet.be/fb440608/WIiNDv2.zip
| source      = Included
+
| peripherals = {{FrontSDHC}} {{USBMSD}}
| peripherals = Wii:No controls
 
                PC:{{USBMouse}} {{USBKeyboard}}
 
| hbc      = 1
 
| fakesigns  = 1
 
 
}}
 
}}
== INFO ==
 
  
 +
== About ==
  
This app dumps to USB and SD:
 
If an usb device is plugged in it will dump to usb.
 
If no usb device is inserted it will dump to sd ;)
 
  
To extract the dump you need your NAND AES KEY, you can get that by using [[Xyzzy]]. If you have runned xyzzy there is a file called keys.txt in the
+
This app dumps the NAND to USB and SD. <br />
root of your sd card. Open it and look for NAND AES KEY. Now make a folder called keys in c:\ and open your favorite hex editor and copy the NAND AES CODE from keys.txt into your hex editor and save the file as
+
 
nand-key.bin in the keys folder.
+
Before you can use USB 2.0 you have to install the "modded" version of the USB 2.0 cIOS (cIOS rev7 + USB 2.0), Don't worry it, won't overwrite anything, it installs as IOS222.
Now just run "extract.exe" and select the nand-dump.img file and it will copy the .img file to the directory where the .exe is and extract it.
+
 
 +
To extract the dump you need your NAND AES KEY, you can get that by using the "Key Grabber" included it's xyzzy but it dumps nand-key.bin and common-key.bin to sd card
 +
when you run the program there will be a nand-key
 +
.bin in the sd card (also a common-key but that's not necessary for unpacking but can be useful for other things ;))
 +
copy the nand-key.bin to c:\keys\ (make the folder keys on your c drive if it doesn't exist) and then just run "extract.exe" and select the nand-dump.img file and it will copy the nand.img to the folder where extract.exe is and extract it
  
 
== Credits ==
 
== Credits ==
Wiipower and TheLemonMan to help me out with code issue's etc and to keep helping me :)
+
Wiipower and TheLemonMan to help me out with code issue's etc., and to keep helping me :) <br />
Segher to make the original nand extractor (zestig) for linux.
+
Segher to make the original NAND extractor (zestig) for Linux. <br />
Hossman to make the little gui for the extractor ;)
+
Hossman to make the little GUI for the extractor ;) <br />
Waninkoko to original make the nand dumper.
+
Waninkoko to original make the NAND dumper. <br />
me, myself and i (nicksasa) to mod the nand dumper to include USB and to port it to the new libogc and to port zestig from segher's tool to windows.
+
Me, (nicksasa) to mod the NAND dumper to include USB and to compile it under the new libogc and to port zestig from Linux to Windows.
 +
Bushing to make xyzzy
 +
Kwiirk to make the special usb 2.0 cios (as the normal USB 2.0 cIOS couldn't access NAND for now)
 +
 
 +
 
 +
== Changelog ==
 +
=== v1 ===
 +
*First release
 +
=== v2 ===
 +
*Now supports USB 2.0
 +
*Added function to dump to SD
 +
*Some minor visual changes

Latest revision as of 19:10, 21 August 2022


WiiND
DSC00159.JPG
General
Author(s)nicksasa
TypeSystem tool
Version2.0
Links
Download
Peripherals
Loads files from SDHC cards in the Front SD slot USB mass storage device

About

This app dumps the NAND to USB and SD.

Before you can use USB 2.0 you have to install the "modded" version of the USB 2.0 cIOS (cIOS rev7 + USB 2.0), Don't worry it, won't overwrite anything, it installs as IOS222.

To extract the dump you need your NAND AES KEY, you can get that by using the "Key Grabber" included it's xyzzy but it dumps nand-key.bin and common-key.bin to sd card when you run the program there will be a nand-key .bin in the sd card (also a common-key but that's not necessary for unpacking but can be useful for other things ;)) copy the nand-key.bin to c:\keys\ (make the folder keys on your c drive if it doesn't exist) and then just run "extract.exe" and select the nand-dump.img file and it will copy the nand.img to the folder where extract.exe is and extract it

Credits

Wiipower and TheLemonMan to help me out with code issue's etc., and to keep helping me :)
Segher to make the original NAND extractor (zestig) for Linux.
Hossman to make the little GUI for the extractor ;)
Waninkoko to original make the NAND dumper.
Me, (nicksasa) to mod the NAND dumper to include USB and to compile it under the new libogc and to port zestig from Linux to Windows. Bushing to make xyzzy Kwiirk to make the special usb 2.0 cios (as the normal USB 2.0 cIOS couldn't access NAND for now)


Changelog

v1

  • First release

v2

  • Now supports USB 2.0
  • Added function to dump to SD
  • Some minor visual changes