byteblitz

Crates.iobyteblitz
lib.rsbyteblitz
version1.0.0
sourcesrc
created_at2024-01-15 19:01:12.814407
updated_at2024-01-29 19:07:34.159921
descriptionA tool to examine the binary contents of files
homepagehttps://github.com/noahra/byteblitz
repositoryhttps://github.com/noahra/byteblitz
max_upload_size
id1100616
size645,830
Noah Rahimzadagan (noahra)

documentation

README

byteblitz

a command-line tool for viewing the binary content of files in different formats.

GitHub Release   GitHub Actions Workflow Status   GitHub License


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.



demo

You can scroll through the values inside the file.

demo You can even interpret values in little-endian format

demo

Commit count: 0

cargo fmt