Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Are there any Binary Diff tools for Mac OS X with a GUI? There are a gazillion text-based diff tools, but I need to compare two binary files. Essentially two Hex Editors with Dec/Hex View next to each other (the binary files are a custom file format, so not images or anything that has a more specialized diff tool)

share|improve this question

4 Answers

up vote 2 down vote accepted

there is Ellié Computing Merge (http://www.elliecomputing.com) (NB: I work for ECMerge). it can compare arbitrarily large files with usual Hex+ASCII views and side by side visual diff. it works on mac and linux/windows as well

share|improve this answer
That works perfectly! – Michael Stum Oct 31 '11 at 7:17

I just discoverd Hex Fiend – love at first sight!

Hex Fiend

share|improve this answer
3  
in case you can't find how to do this - open both files and then under the "find" menu there is "compare x and x..." - this was not obvious to me at first. – cwd Dec 14 '12 at 2:56

have you tried araxis merge?

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.