[hexxy] init

This commit is contained in:
mizi 2024-01-15 15:21:26 -09:00
parent 7cb373b833
commit 858addbd20

View file

@ -16,4 +16,6 @@ hexxy --no-color /path/to/file.bin
hexxy file1 file2 file3 hexxy file1 file2 file3
# read from stdin # read from stdin
cat mybinary | hexxy cat mybinary | hexxy
# display offset in Decimal format
hexxy -td file.bin
``` ```