Главная страница | назад





Article #27784: How can I create an identical binary executable in Delphi?

QUESTION:

Does Delphi create binary identical executable files?

ANSWER:

No, Delphi adds Timestamps in the executable. At this point there are not any flags you can set to get an identical binary executable. The Timestamps coincide with the file datestamp, so you could use this aspect to see if anyone has changed the application in anyway. Timestamps can also be used as a simple version control system, by comparing the executables. The compiler uses the system clock for the stamp.

Last Modified: 25-SEP-01