What's a good hex editor/viewer for the Mac? I've used xxd for viewing hexdumps, and I think it can be used in reverse to make edits. But what I really want is a real hex editor.
closed as not constructive by gnat, Tim Bish, brasofilo, Sam I am, Danack May 1 at 16:54
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
I use Vim as a hex editor:
|
|||
|
|
|
One recommendation I've gotten is Hex Fiend. |
|||||
|
|
|||
|
|
|
I have recently started using 0xED, and like it a lot. |
|||
|
|
On http://www.synalysis.net/ you can get the hex editor I'm developing for the Mac - Synalyze It!. It's free and offers some extra features like histogram, incremental search, support of many text encodings and interactive definition of a "grammar" for your file format. The grammar helps to interpret the files and colors the hex view for easier analysis. |
|||||
|
|
There are probably better options, but I use and kind of like TextWrangler for basic hex editing. File -> hex Dump File |
|||
|
|