Show two .exe files side by side and highlight differences

  • Thread starter Thread starter Tenko Kuugen
  • Start date Start date
Status
Not open for further replies.
T

Tenko Kuugen

Guest
Anyone know if there's a program for this?
I need to document all the changes I made to my .exe so I can apply them again to a clean one since the old one is kinda irreversibly trashed since Aali dropped support for the old Menu Overhaul with his latest driver.
On that note, does anyone still have the old Menu Overhaul mod? I need an .exe with just that to compare a clean and MO-only .exe so I can ignore those changes for my documentation of my own changes to the .exe
 
A quick Google search turns up WinMerge, which I've heard of before. If you have Tifa's Bootleg Torrent, it's in there. I'll send it to you over PM regardless.
 
WinMerge only compares text files. .exe files in hex aren't text files so that's not gonna work out.

If only I had actually kept track of what version of MO I used. Sigh.
 
Get Notepad++ and get the hex editor plugin.

N++ can compare files even without the plugin, but comparing exes in ASCII isn't a very good idea. The hex editor plugin solves that problem.
 
There's a program I use at work called Beyond Compare that can do hex compares. I use it a LOT with text/code and even binary comparisons.
 
Status
Not open for further replies.
Back
Top