hexprinter
Simple program to print a file in hexadecimal representation, with ascii representation on the side. It can be used to display, decode and analyze binary data. Optionally, one can give a start offset to begin printing from, and an end offset to stop printing at.
Compiling
g++ hexprinter.cc -o hexprinter
The code is available at my GitHub account.
Screenshot of the program: