I have a binary file. I don\'t know how it\'s formatted, I only know it comes from a delphi code.
Does it exist any way to analyze a binary file?
Does it exist
If you have access to the application that creates the file, you can apply changes to the application, then save the file and see the effects (Keep in mind that numbers are probably stored in little endian):
In order to test the hypotheses you worked out with the steps above, edit one of the files and have the application read it.
If you don't have access to the application itself, I suggest that you forget about it and find another way to solve your problem. There is a very high probability that it will be faster...