hexyl
CLIA command-line hex viewer with colored output.
0 views
Installation
Homebrew
brew install hexylCargo
cargo install hexylLinks
License
MIT OR Apache-2.0AI Agent Notes
View binary files as colored hex dumps
When to use
Inspecting binary files or checking file signatures
Examples
hexyl file.binhexyl --length 256 image.png
Proven Recipes
View binary file as hex🟢 99% success
hexyl file.binView first 256 bytes🟢 99% success
hexyl --length 256 file.bin