mirror of
https://github.com/NotAShelf/hexxy.git
synced 2024-11-01 12:01:15 +00:00
Personal fork of Hexxy, with better execution speed.
go.mod | ||
go.sum | ||
hexxy.go | ||
img.png | ||
README.md |
Hexxy
A modern alternative to xxd
and hexdump
Huge thanks to for the idea and reference. The idea and code for colorizing xxd/hexdump output in a gradient format came from them.
Example usage
hexxy /path/to/file.bin
# dont output with color
hexxy --no-color /path/to/file.bin
# refer to multiple files
hexxy file1 file2 file3
# read from stdin
cat mybinary | hexxy
# display offset in Decimal format
hexxy -td file.bin