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

Difference between revisions of "Getwiinandkey"

From WiiBrew
Jump to navigation Jump to search
(Page created)
 
m (wiinandfuse does not require the NAND key to be extracted from a BootMii dump. removing the reference.)
 
Line 15: Line 15:
 
}}
 
}}
  
PC utility to extract the NAND AES key from a [[BootMii|BootMii beta 4]] NAND or key dump, and write it to a new file ready for further use (e.g. [[wiinandfuse]], [[Segher's Wii.git]]).
+
PC utility to extract the NAND AES key from a [[BootMii|BootMii beta 4]] NAND or key dump, and write it to a new file ready for further use (e.g. [[Segher's Wii.git]]).
  
 
==Usage==
 
==Usage==

Latest revision as of 12:04, 19 July 2010

getwiinandkey
General
Author(s)Peter
TypePC utility
Version0.1
LicenceGPL
Links
Download
Website
Source

PC utility to extract the NAND AES key from a BootMii beta 4 NAND or key dump, and write it to a new file ready for further use (e.g. Segher's Wii.git).

Usage

getwiinandkey <dump> <output>

Where <dump> is the NAND or key dump file and <output> is the file where the NAND key will be written.

The initial build has had minimal testing. Please be gentle, but let me know if you spot a problem.

Build

getwiinandkey can be built on Linux and Mac OS X through gcc

gcc getwiinandkey.c -o getwiinandkey

The download archive also contains a pre-compiled Windows binary.

Thanks

To Team Twiizers for BootMii.

Changelog

  • v0.1 Initial release
    • Only known to work with dumps created by BootMii beta 4