hexhog

Hex viewer and editor for inspecting and modifying binary files

brewmacoslinux
Try with needOr install directly
Source

About

Hex viewer/editor

Commands

hexhog

Examples

View a binary file in hexadecimal format$ hexhog filename.bin
Open a file in edit mode to modify hex values$ hexhog -e filename.bin
Display specific byte range of a file$ hexhog -o 0x100 -l 0x50 filename.bin