Formats binary data as hexdump output with ASCII representation.
Produces hexdump-style output similar to xxd or hexdump commands,
showing hex values and ASCII characters side-by-side. Each line shows
16 bytes with offset, hex values, and printable ASCII characters.
Formats binary data as hexdump output with ASCII representation.
Produces hexdump-style output similar to
xxdorhexdumpcommands, showing hex values and ASCII characters side-by-side. Each line shows 16 bytes with offset, hex values, and printable ASCII characters.