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
The "strings" program from GNU binutils is very useful. It will print the strings of printable characters in a file, quite often giving a clue to what a file contains or a program does.