Re: Diff-ing two executables?
Re: Diff-ing two executables?
- Subject: Re: Diff-ing two executables?
- From: Mike Masukawa <email@hidden>
- Date: Thu, 21 Aug 2003 06:57:06 -0700
Use cmp for binary files.
On Thursday, August 21, 2003, at 05:09 AM, popey le marin wrote:
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.
_______________________________________________
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.