Skip to content

Hexdump

Hexdump implementation, ~= stolen from pwntools.

color_scheme = None module-attribute

config_byte_separator = theme.add_param('hexdump-byte-separator', ' ', 'separator of single bytes in hexdump (does NOT affect group separator)') module-attribute

config_colorize_ascii = theme.add_param('hexdump-colorize-ascii', True, 'whether to colorize the hexdump command ascii section') module-attribute

config_separator = theme.add_param('hexdump-ascii-block-separator', '│', 'block separator char of the hexdump command') module-attribute

printable = None module-attribute

groupby(width, array, fill=None)

hexdump(data, address=0, width=16, group_width=4, flip_group_endianness=False, skip=True, offset=0, size=0, count=0, repeat=False, dX_call=False)

load_color_scheme()