Re: Diff-ing two executables?
Re: Diff-ing two executables?
- Subject: Re: Diff-ing two executables?
- From: Eric Blair <email@hidden>
- Date: Thu, 21 Aug 2003 10:23:25 -0400
On Thursday, August 21, 2003 at 8: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 ...
>
>
If you want to diff the hex dumps of the exectuables and have BBEdit,
I've written a perl script that will diff the hex dumps of two files.
http://raoli.com/projects/bbhexdiff/
--Eric
_______________________________________________
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.