Quote:
|
Originally Posted by Maha1980
do you think i can decode it?
|
That's hard to say. Without a published spec of some sort, you're going to have to invest some time in understanding what's inside the file, and how it's structured...
First, try opening it with a hex editor, to see what jumps out at you. If it's a 'database' type of file, you might find either a regular structure of some sort. (maybe fixed length data... maybe data separated by a delimiter.
Once (and if) you can define the file structure, you'll need to write an application that can read the file, and write the data into a database. But, first things first. Before you can read it, you need to know what you're reading.