in reply to Re: Getting compile time out of Windows binary (exe and dll) files
in thread Getting compile time out of Windows binary (exe and dll) files

Or alternatively calling 'diff' or even the win32 equivalent 'comp' to see if the files are different (both work with binary files).

Or even more technically downloading MinGW and using the 'objdump.exe' tool?

  • Comment on Re^2: Getting compile time out of Windows binary (exe and dll) files