Difference between revisions of "WiiND"
Line 6: | Line 6: | ||
If no usb device is inserted it will dump to sd ;) | If no usb device is inserted it will dump to sd ;) | ||
− | To extract the dump (to make wads of you vc games, ioses etc) you need your NAND AES KEY, you can get that by using [ | + | To extract the dump (to make wads of you vc games, ioses etc) you need your NAND AES KEY, you can get that by using [http://wiibrew.org/wiki/Xyzzy Xyzzy], if you have runned xyzzy there is a file called keys.txt in the |
root of your sd card, open it and look for NAN 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 | root of your sd card, open it and look for NAN 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 | nand-key.bin in the keys folder |
Revision as of 17:25, 11 March 2009
INFO
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 (to make wads of you vc games, ioses etc) 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 root of your sd card, open it and look for NAN 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 and then 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
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, 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