NAND Usage Guide: Difference between revisions

Jump to navigation Jump to search
mNo edit summary
Line 22: Line 22:


=== Extracting NAND files on Windows ===
=== Extracting NAND files on Windows ===
Use [http://forums.dolphin-emu.org/attachment.php?aid=1383 NAND Tools] consisting of the followings to extract the files from '''nand.bin''':
Use [http://forums.dolphin-emu.org/attachment.php?aid=1383 NAND Tools] to extract the files from '''nand.bin'''. This package includes the following:  
*cmd.lnk
*cmd.lnk
*nand-aes-dump.c
*nand-aes-dump.c
Line 29: Line 29:
*zestig.exe
*zestig.exe


Place '''nand.bin''' and '''keys.bin''' you've acquired from the last section into the working directory, then open '''cmd.lnk''' (A shortcut file that will open <var>%windir%\system32\cmd.exe</var> into shortcut's current directory) then do the required steps:
Place the files '''nand.bin''' and '''keys.bin''' that you've acquired from the last section into the working directory, open '''cmd.lnk''' (A shortcut file that will open a command prompt in the current directory), and then type the following commands into the prompt:


{| class="wikitable"
{| class="wikitable"
|-
|-
!|Step #
!|Step #
!|Code to enter
!|Command
!|Explanation
!|Description
|-
|-
| 1
| 1
| nand-aes-dump.exe
| nand-aes-dump.exe
| It will extract your AES key from your nand.bin into a file called nand-key.bin.
| Extracts the AES key from your nand.bin into a file called nand-key.bin.
|-
|-
| 2
| 2
| NAND-bin2raw.exe nand.bin nand_dec.bin
| NAND-bin2raw.exe nand.bin nand_dec.bin
| It will start the decrypting process and you should now have 2 bin files: encrypted and decrypted nand dump.
| Performs decryption on nand.bin, and writes the output to a file named nand_dec.bin
*The command prompt window may appear silent. This takes a while depending on your storage performance.
*The command prompt window will appear silent. This may take a while depending on your storage performance.
|-
|-
| 3
| 3
|style=white-space:nowrap| zestig.exe nand-key.bin nand_dec.bin nand
|style=white-space:nowrap| zestig.exe nand-key.bin nand_dec.bin nand
| It will extract everything from nand_dec.bin and place them into a new folder called "nand".
| Extracts everything from nand_dec.bin and places it into a new folder called "nand".
|-
|-
| 4
| 4
| exit
| exit
| It will close command prompt.
| Closes your command prompt.
|}
|}
The new folder <var>\nand\</var> will be created in the working directory.
After this is finished, a new folder <var>\nand\</var> should be created in the working directory.


=== Placing the NAND files into Dolphin ===
=== Placing the NAND files into Dolphin ===

Navigation menu