Hex is a simple binary to hex converter and hex to binary converter.
On GNU and other supported systems type make or make all
Make will make 2 binaries in the bin folder, hex and unhex. Call them with the name of a file to convert it into hex or use STDIN, STDOUT and STDERR. See ./hex --help and ./unhex --help for more info. That's it