hxx
hxx
is a minimal re-implementation of the xxd
command-line utility.
Usage
)
)
)
Installation
From crates.io
From Source
Example
# Hex dump a file to stdout
# Hex dump with 32 bytes per line and 4-byte groupings to stdout
# Read from stdin and hex dump to stdout
|
# Read from stdin and hex dump to file
|
# Reverse a hex dump back into a binary file