79494546

Date: 2025-03-08 14:54:51
Score: 1.5
Natty:
Report link

Bvi in Debian stable couldn't do it as well so as suggested here (and somewhere else on SF) I converted my file into textual hex representation with xxd myFile.bin > myFile.txt, edited it and converted it back with xxd -r myFile.txt > myEditedFile.bin. Octal cat myFile.bin | tr '\NNN' '\NNN' > myEditedFile.bin can be of help as well.

Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user5720647