HEXDUMP

root@dev:~$ hexdump {binaryFile}
 * without options, hexdump will display the memory addresses

root@def:~$ hexdump -C {binaryFile}
 * the -C option tells hexdump to interpet any characters or strings it sees

Last updated