Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.2 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.2 KB

xyzzy-mod

Wii console keys extractor.

Xyzzy is a homebrew application that allows the extraction of the OTP and SEEPROM Encryption Keys.

This modified version uses full hardware access through the HW_AHBPROT flag to read the OTP and SEEPROM chips, the System Menu binary and the ES module from the current IOS, in order to retrieve the console keys. Thus, it no longer installs a modified IOS11 nor uses PatchMii.

Other changes include:

  • Compatibility with USB mass storage devices.
  • Support for GCN controllers and newer WiiMotes.
  • Retrieves SD IV, MD5 Blanker and MAC address.
  • Besides generating a "keys.txt" file with a hexdump of every dumped key, which follows the format required by wad2bin, these files are also created:
    • "device.cert" (raw device certificate dump).
    • "otp.bin" (raw OTP memory dump).
    • "seeprom.bin" (raw SEEPROM memory dump) (Wii only).
    • "bootmii_keys.bin" (follows the BootMii keys.bin format) (Wii only).
    • "vwii_sram_otp.bin" (raw vWii OTP bank 6 dump with Wii U OTP data) (Wii U only).
    • "boot0.bin" (raw ARM boot0 Mask ROM dump).

Output files are saved to "/xyzzy/{console_id}" on the selected storage device.