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 and view its hex contents$ sbyte myfile.bin
edit specific bytes in a binary file$ sbyte -e myfile.bin
view a file in hexadecimal and ASCII side by side$ sbyte config.dat
modify binary data at a specific offset$ sbyte firmware.img
inspect raw bytes of an executable or compiled file$ sbyte program.exe