Getwiinandkey

From WiiBrew
Jump to navigation Jump to search
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