sbyte

Console-based byte editor for viewing and editing binary files

cargomacoslinuxwindows
Try with needOr install directly
Source

About

Console-based byte editor

Commands

sbyte

Examples

Open a binary file in the editor$ sbyte filename.bin
Edit specific bytes in a file at hex offset$ sbyte -o 0x100 filename.bin
View file in hex dump format with editing capability$ sbyte /path/to/binary/file