[categories] [index] [all (552)] [latest]
Set the 4th byte of /tmp/test to 0xFF:
/tmp/test
0xFF
$ printf '\xFF' | dd bs=1 seek=4 conv=notrunc of=/tmp/test