od -A x -t x1z firmware.bin

Category: Administration

od -A x -t x1z firmware.bin

Dump binary with hex offsets and ASCII

od is the octal dump utility, and -A x switches addresses to hex while -t x1z prints each byte in hex followed by printable ASCII in the margin. This is the fastest way to eyeball binary file contents. Plain od -c shows bytes as escaped characters.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.