opentitanlib::util

Module hexdump

Source

Enums§

Functions§

  • Print a hexdump of a buffer to writer. The hexdump includes the offset, hex bytes and printable ASCII characters.
  • Parses a hexdump string in a variety of forms, returning the resulting bytes.
  • Print a hexdump of a buffer to a string.