How to tell if two exe's are the same code-wise?

Posted by yumcious on Stack Overflow See other posts from Stack Overflow or by yumcious
Published on 2010-04-09T03:50:39Z Indexed on 2010/04/09 3:53 UTC
Read the original article Hit count: 327

Filed under:
|
|
|
|

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

© Stack Overflow or respective owner

Related posts about visual

Related posts about studio