Minimalistic hexadecimal editor for viewing and editing binary files
Minimalistic hexadecimal editor designed to be used in scripts
ired
$ ired /path/to/binary/file
$ ired -o 0x100 /path/to/file
$ echo '41 42 43' | ired /path/to/file