bed

Binary editor written in Go for viewing and editing binary files

brewmacoslinux
Try with needOr install directly
Source

About

Binary editor written in Go

Commands

bed

Examples

Open a binary file for interactive editing$ bed myfile.bin
View a binary file in hexadecimal format$ bed -r myfile.bin
Edit specific bytes at an offset in a binary file$ bed -o 0x100 myfile.bin