2 stable releases
1.1.0 | Aug 20, 2024 |
---|---|
1.0.0 | Jul 21, 2024 |
#553 in Parser implementations
73 downloads per month
6KB
123 lines
(S)imple (H)ex (A)nd (B)inary (I)nspector
Shabi is a very simple tool that allows you to view binary files in hex or in binary in the terminal.
It comes with colors out of the box, but you can use the -C
or --no-colors
flag to disable them.
Usage
Inspecting a binary file:
shabi -i <PATH_TO_BINARY_FILE>
For a list of available options, run:
shabi --help
There are options for changing the output format, disabling colors, specifying how many bytes to go on one line, etc...
Dependencies
~1.2–1.8MB
~34K SLoC