hexdumps
Hex dumps are a representation of binary data in hexadecimal form, designed to make the contents of a file or memory region readable to humans without specialized tooling. A typical dump presents an offset address, a sequence of hex byte values, and an ASCII interpretation of those bytes on the same line.
Lines are usually 16 bytes long, though many tools allow different widths. The hex values show each
Common tools include xxd, hexdump, od, and hd. They offer various formats and options, such as showing
Uses of hex dumps include examining file formats and network packets, debugging programs that read or write