GameBoy Header Beautifier (GHB) is a command line tool to help you retrieve informations from a GameBoy (Color) ROM. It reads its header and outputs all it finds.
Check out this link for more informations about the GameBoy cartridge header.
Clone the repo, make, run.
$ git clone git@github.com:Geospace/ghb.git
$ cd ghb/
ghb $ make
ghb $ ./ghb
GHB is a GameBoy Header Beautifier.
It reads a GambeBoy (Color) ROM file and prints some informations.
USAGE:
./ghb [-hf] [ROM file]
OPTIONS:
-h Print this usage and exit.
-f Force file analysis even though it does not seem valid.
GHB is written in plain C11 and should run on approximately any modern system.
Although development happen primarily on macOS and Linux, GHB should build and work on Windows. You may have to enable the ANSI sequences in your terminal emulator to enjoy the colors.
Open an issue, a pull request, fork the project, do whatever you want ! :)