2 releases (1 stable)
1.0.0 | Jan 29, 2024 |
---|---|
0.1.0 | Jan 15, 2024 |
#81 in #demo
585KB
816 lines
byteblitz
a command-line tool for viewing the binary content of files in different formats.
Installation
On macOS/Linux, if you are using Homebrew
brew install noahra/homebrew-byteblitz/byteblitz
On Windows, if you are using Scoop
scoop bucket add scoop-byteblitz https://github.com/noahra/scoop-byteblitz && scoop install byteblitz
On Arch Linux (AUR)
yay -S byteblitz
Usage
byteblitz <file>
If you want to view values (values larger than a single byte) in little endian format you can use the following environment variable.
LITTLE_ENDIAN=1 byteblitz <file>
byteblitz in action ✨
You can switch between different formats.
You can scroll through the values inside the file.
You can even interpret values in little-endian format
Dependencies
~6–11MB
~117K SLoC