bvi

Vi-like binary file editor for viewing and editing hexadecimal data

brewmacoslinux
Try with needOr install directly
Source

About

Vi-like binary file (hex) editor

Commands

bvi

Examples

Open a binary file for editing in vi-like interface$ bvi /path/to/binary/file
Open a file and navigate to a specific byte offset$ bvi +0x100 /path/to/file
View and edit a file in read-only mode$ bvi -R /path/to/binary/file