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
Get the Delphi application and open it in IDA Pro freeware version, and find where it writes the file, and decode how it writes the file that way.
Unless it's plan text.