Skip to content

PretendoNetwork/BetterKeyDumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

BetterKeyDumper

This is a port of FullKeyDumper to work inside Aroma.

Usage

This dumps the console's OTP and the BOSS and IDBE keys from the system and shows them on the screen. When exiting the application, it saves them into files on the root of the SD card:

  • OTP: otp.bin
  • BOSS keys: boss_keys.bin
  • IDBE keys: idbe_keys.bin

Building

You will need the following dependencies installed: wut and libmocha. After installing them, simply run make to build the application.

Credits

Credits to Rambo6Glaz for making the initial version of FullKeyDumper.