hexprinter
Simple program to print a file in hexadecimal representation, with ASCII representation on the side. It can be used to display, decode and analyse 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: