A simple binary file reader that dumps the output to stdout
cargo install bred
```
Usage: bred.exe [OPTIONS]
Arguments:
Options:
-l, --length
To use, simply input a file (stdin support coming soon), and add any desired options.
_
The --length
option changes how many characters to print (not including any formatting like offsets and borders).
The --chunk
option changes how large the buffer array should be; the bigger it is, the faster but uses more memory.
The --hex
option simply prints the file in hexadecimal.
The --color
option uses colors to differentiate between letters (\0
are gray, and others indicate how large the character code is).
The --space
option replaces all the spaces (0x20
) with a green-colored _
. This also affects the hex output.