Skip to main content

Module hexdump

Module hexdump 

Source
Expand description

A classic 16-column hexdump with absolute file offsets.

Functionsยง

dump
Hexdump data, labelling each row with its absolute offset (base is the file offset of data[0]). At most max bytes are shown; the remainder is summarised. Returns the formatted block (no trailing newline).