Difference between revisions of "WiiND"
Line 1: | Line 1: | ||
{{Infobox homebrewapp | {{Infobox homebrewapp | ||
| title = WiiND | | title = WiiND | ||
− | | desc = A NAND Dumper(Wii) and Extractor(Windows). | + | | desc = A NAND Dumper (Wii) and Extractor (Windows). |
| type = NAND Dumper | | type = NAND Dumper | ||
| license = No license | | license = No license | ||
Line 15: | Line 15: | ||
− | This app dumps to USB and SD | + | This app dumps the NAND to USB and SD. <br> |
− | If | + | If a USB device is plugged in it will attempt to dump to said USB device. <br> |
− | If no | + | If no USB device is inserted it will attempt to dump to the SD card ;) <br> |
− | To extract the dump you need your NAND AES KEY, you can get that by using [[Xyzzy]]. If you have | + | To extract the dump you need your NAND AES KEY, you can get that by using [[Xyzzy]]. If you have ran xyzzy, it will have created a file named "keys.txt" in the |
− | root of your | + | root of your SD card. Open it and look for the NAND AES KEY. Now, make a folder called "keys" in C:\ and open your favorite hex editor. Copy the NAND AES KEY from "keys.txt" into your hex editor and save the file as |
− | nand-key.bin in the keys folder. | + | "nand-key.bin" in the keys folder.<br> |
− | Now just run " | + | Now just run "Extract.exe" and select the "nand-dump.img" file. It will copy the NAND dump file to the directory 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 | + | Segher to make the original NAND extractor (zestig) for Linux. <br> |
− | Hossman to make the little | + | Hossman to make the little GUI for the extractor ;) <br> |
− | Waninkoko to original make the | + | Waninkoko to original make the NAND dumper. <br> |
− | + | 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. |
Revision as of 23:46, 11 March 2009
WiiND | |
General | |
---|---|
Author(s) | nicksasa |
Type | NAND Dumper |
Version | 1.0 |
License | No license |
Links | |
[[Clickie|Download]] | |
Source | |
Peripherals | |
![]() ![]() |
INFO
This app dumps the NAND to USB and SD.
If a USB device is plugged in it will attempt to dump to said USB device.
If no USB device is inserted it will attempt to dump to the SD card ;)
To extract the dump you need your NAND AES KEY, you can get that by using Xyzzy. If you have ran xyzzy, it will have created a file named "keys.txt" in the
root of your SD card. Open it and look for the NAND AES KEY. Now, make a folder called "keys" in C:\ and open your favorite hex editor. Copy the NAND AES KEY from "keys.txt" into your hex editor and save the file as
"nand-key.bin" in the keys folder.
Now just run "Extract.exe" and select the "nand-dump.img" file. It will copy the NAND dump file to the directory 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.