Sed-like editor for binary files with pattern matching and substitution
Sed-like editor for binary files
bbe$ bbe -e 's/\x00\x01\x02/\xff\xfe\xfd/' input.bin -o output.bin$ bbe -e 'p' input.bin | head -20$ bbe -e 's/\x00//g' input.bin -o output.bin