PDA

Click to See Complete Forum and Search --> : Database


NightMan
Mar 27th, 2000, 01:56 AM
How can i open and manipulate a binary files, and retrieve the info, if i don't know exactly their structure

Jaguar
Mar 27th, 2000, 06:12 AM
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?