poke

Extensible editor for structured binary data with interactive visualization

brewmacoslinux
Try with needOr install directly
Source

About

Extensible editor for structured binary data

Commands

poke

Examples

Open a binary file for interactive editing$ poke /path/to/binary/file
Execute a poke script to inspect and modify file structure$ poke -c 'open "/path/to/file"; .set 0#B 0xFF' file.bin
Load and use a custom definition file for file format parsing$ poke -L /path/to/definitions.pk file.dat