Edit and inspect structured binary data with an interactive hex editor
Extensible editor for structured binary data
poke$ poke myfile.bin$ poke -c '(set-byte 0x100 0xFF)' myfile.bin$ poke -L myformat.pkl myfile.bin$ poke -c '(search 0 #xFF)' myfile.bin$ poke -c '(dump)' -L format.pkl data.img