Re: Diff-ing two executables?
Re: Diff-ing two executables?
- Subject: Re: Diff-ing two executables?
- From: popey le marin <email@hidden>
- Date: Thu, 21 Aug 2003 14:09:50 +0200
Hello,
I have two Cocoa executables (99.99% identical) which I'd like to
diff. Is there a tool that will allow me to do that?
If you want to compare the source code, fileMerge is your friend.
It can compare a folder of sources, and show you only those that have
changed.
If you want to compare the two compiled programs, I think you should
take a look at the terminal "diff" commande, but I have never tried ...
good luck !
jerome
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.