How to tell if two exe's are the same code-wise?
- by yumcious
Is there a way to detect whether two EXE's (compiled from VS.Net 2008 for C++/MFC) do not have any code-level changes between them i.e. for purposes of knowing that there have been no statement changes.
This is for compliance purposes when my vendor ships me an exe, ostensibly with no changes made to the code since the last time we tested it.
Is there a tool to check that this is so?
Cheers