hexyl

CLI

A command-line hex viewer with colored output.

0 views

Installation

Homebrewbrew install hexyl
Cargocargo install hexyl

Links

License

MIT OR Apache-2.0

AI Agent Notes

View binary files as colored hex dumps

When to use

Inspecting binary files or checking file signatures

Examples
  • hexyl file.bin
  • hexyl --length 256 image.png

Proven Recipes

View binary file as hex🟢 99% success
hexyl file.bin
View first 256 bytes🟢 99% success
hexyl --length 256 file.bin