Hexdump A simple hex dumping program written in C. Setup Building hexdump with make: cd hexdump && make Usage: ./hexdump foo.bin # Hexdump bytes of binary file.