NAND Usage Guide: Difference between revisions

no edit summary
No edit summary
Line 13: Line 13:


== Manual Import ==
== Manual Import ==
Note that if you plan to play online on [[Wiimmfi]], manually importing your NAND using these steps does not work. Follow the instructions above (Automatic Import) instead; if your Dolphin version is so old it doesn't have that option yet, update to a newer one.
=== Extracting NAND files on Linux ===
=== Extracting NAND files on Linux ===
# '''Extract''' the AES IV from keys.bin: <code>dd if=keys.bin of=aes-iv bs=1 skip=360 count=16</code>
# '''Extract''' the AES IV from keys.bin: <code>dd if=keys.bin of=aes-iv bs=1 skip=360 count=16</code>