How can i open and manipulate a binary files, and retrieve the info, if i don't know exactly their structure
Printable View
How can i open and manipulate a binary files, and retrieve the info, if i don't know exactly their structure
You're out of luck, lots of looking around with a Hex editor and making tons of assumptions. The "Key" to a binary file is making sure you have the code that put the binary file together.
Any other opinions?