DaveSaunders
DaveSaunders

Reputation: 409

How to compare two .exes

I am working with a turn-around project for a company and suspect that the former CEO took a copy of the source to use as a jump-start for a knock-off of the product at a new company. If I can obtain a copy of the binary, are there any tools that could be used to look and see if I can find any "fingerprints" that match what I have?

The goal is to find a quick-and-dirty approach to compare the two .exes before turning up the heat and pursuing litigation. If I don't turn up any clear hits, then I probably won't spend valuable resources on getting injunctions and stuff like that.

Upvotes: 2

Views: 210

Answers (2)

Paul Ishak
Paul Ishak

Reputation: 1093

Another free one out there is Telerik JustDecompile

Upvotes: 1

DeanOC
DeanOC

Reputation: 7262

JetBrains dotPeek is an excellent tool for looking at .Net assemblies. It's free too. You can download it from here. https://www.jetbrains.com/decompiler/

Upvotes: 1

Related Questions