How to compare obj/exe/dll files

  • Thread starter Thread starter Mariusz102102
  • Start date Start date
M

Mariusz102102

Guest
In huge project (more than 4 000 000 line VS 2008 c++/c code only) I would like do some code formatting changes (i.e. change tabs to 3 spaces in all files etc.). To verify that my change is in 100% safe I would like compare obj/pdb files and/or exe/dll.

At this point I found only

Dumpbin.exe
/RAWDATA MyExe.exe > MyExeRawData.txt

But even if there is no changes in cpp/h files there is 2 line difference between two compilations

How to compare obj/exe/dll files to ensure that from binare code/data there are the same?

Regards,

Mariusz

Continue reading...
 
Back
Top