I am having the two delphi generated exe of same project. One exe is generated long time ago and the second exe is generated recentaly using the current source code. Now there is difference in size between these two exe. Is there any way to find out why the size is different and to find way if any new functionality added to new exe by mistake. As exe is in binary. can we convert into any readable format? Or any other tips/comments? Thanks for help.
Note: I dont have the source code from which 1st exe is generated. So cant compare the source code. 🙁
You can use turbodiff from http://corelabs.coresecurity.com/index.php?module=Wiki&action=view&type=tool&name=turbodiff to see the differences between two executables. Of course you will also need the freeware version of IDA 5.0, you can download that from http://www.hex-rays.com/products/ida/support/download_freeware.shtml