how to compare two exe's and if their any changes how to show in winmerge tool. this is c# project
pls suggest me
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
yashu vPosted Apr 28, 2016, 6:15 AM
yashu vPosted Apr 26, 2016, 5:31 AM
Bhuvanesh MohankumarPosted Apr 26, 2016, 5:03 AM
Try using Reflection concept to read the exec files and get the details of the file.
Compare the two files using the external comparer assemblies and create the report.