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.
Mike AkersWhat'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. HxD Hex Editor is a carefully designed and fast hex editor for Windows PC which, additionally to raw disk editing and modifying of main memory (RAM), handles files of any size. The easy to use interface offers features such as searching and replacing, exporting, checksums/digests, insertion of byte patterns, a file shredder, concatenation or splitting of files, statistics and much more. A fast and clever open source hex editor. For Mac OS X. Insert, delete, rearrange. Hex Fiend does not limit you to in-place changes like some hex editors. Work with huge files. Hex Fiend can handle as big a file as you’re able to create. It’s been tested on files as large as 118 GB. Small footprint. A fast and clever open source hex editor. For Mac OS X. Insert, delete, rearrange. Hex Fiend does not limit you to in-place changes like some hex editors. Work with huge files. Hex Fiend can handle as big a file as you’re able to create. It’s been tested on files as large as 118 GB. Small footprint.
Mike Akersclosed as not constructive by gnat, Tim Bish, brasofilo, Sam I am, DanackMay 1 '13 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 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, visit the help center for guidance. If this question can be reworded to fit the rules in the help center, please edit the question.
7 Answers
I use Vim as a hex editor:
- Open the file in Vim.
Run the command
:% ! xxd
- Edit.
Once done, run
:% ! xxd -r
- Save.
- Open file with Xcode and press Command + Shift + J
- Right click file name inleft pane
- Open as -> Hex
On http://www.synalysis.net/ you can get the hex editor I'm developing for the Mac - Synalyze It!. It costs 7 € / 40 € (Pro version) and offers some extra features like histogram, incremental search, support of many text encodings and interactive definition of a 'grammar' for your file format.
Hxd Hex Editor Mac Os
The grammar helps to interpret the files and colors the hex view for easier analysis.
UnapiedraI have recently started using 0xED, and like it a lot.
mschmidtThere are probably better options, but I use and kind of like TextWrangler for basic hex editing. File -> hex Dump File
Pablo Santa CruzPablo Santa CruzHxd Freeware Hex Editor
The one that I like is HexEdit Quick and easy to use