Decipher binary format of file
Posted
by ryudice
on Stack Overflow
See other posts from Stack Overflow
or by ryudice
Published on 2010-03-08T03:43:27Z
Indexed on
2010/03/08
3:51 UTC
Read the original article
Hit count: 397
reverse-engineering
I have a binary file to which I'm trying to write however I dont have the file format specification nor have found it using google, I've been looking at the file using a hex editor but so far has only give me a headache, is there a better way to decipher the format of the file so that I can append data to it?
© Stack Overflow or respective owner