Next: , Previous: , Up: Command-line commands   [Contents][Index]


17.4.36 hexdump

Command: hexdump [--skip offset] [--length len] FILE_OR_DEVICE

Show raw contents of a file or memory. When option --skip is given, ‘offset’ number of bytes are skipped from the start of the device or file given. And --length allows specifying a maximum number of bytes to be shown.

If given the special device named ‘(mem)’, then the ‘offset’ given to --skip is treated as the address of a memory location to dump from.