1
vote
1answer
20 views
.OBN Format: Edit and Reconvert Back
I have OBN formatted binary files. To convert it to a text based file, I use a command in unix like-
dd if=FileName.OBN of=Output.txt ibs=1169 obs=1169 cbs=1169 conv=ascii
Where -
if : is input …
