This is a port of FullKeyDumper to work inside Aroma.
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
You will need the following dependencies installed: wut and libmocha. After installing them, simply run make
to build the application.
Credits to Rambo6Glaz for making the initial version of FullKeyDumper.