Skip to content

Nightkingale/Coffee-Reading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Coffee Reading

A command-line parser for Wii U OTP/SEEPROMs.

Coffee Reading is a tool that can be run through Command Prompt or Terminal to parse Wii U OTP (one-time programmable) or SEEPROM (serial electrically erasable programmable read only memory) files and present them in an easily-readable format. Please do not share any values obtained from this program! Many are illegal to share due to copyright law and/or unique to your own console!

Installation

A Windows executable will be bundled with each release. Linux users will need to use the Python script in the source code in order to run the program.

Usage

A Wii U OTP or SEEPROM file is most commonly obtained when following our hacking guide, with the help of wiiu-nanddumper.

  • Call the executable file and provide the path to your dumped one-time programmable. By default, only unique values are shown in the program. In order to read the entire file, pass --unknown (or -u) as an argument.
  • The ability to save a report of obtained values is also available. Provide --save (or -s) as an argument to the program to do so. A text file named with a timestamp will be generated in the same directory as the tool. This can be used to refer to certain values without having to run the program again in the future.

Example inputs may include:

  • Coffee-Reading.exe -s -u otp.bin
  • ./Coffee-Reading -s -u otp.bin