Expand description
Hexdump and hex string utilities.
Functions§
- hexdump
- Generate a hexdump of bytes in the style of
xxdor Scapy’s hexdump. - hexstr
- Generate a compact hex string representation.
- hexstr_
sep - Generate hex string with separator.
- parse_
hex - Parse a hex string into bytes.
- pretty_
bytes - Convert bytes to a pretty-printed representation (like Scapy’s show()).