问题
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.
回答1:
I use Vim as a hex editor:
- Open the file in Vim.
Run the command
:% ! xxd
- Edit.
Once done, run
:% ! xxd -r
- Save.
回答2:
- Open file with Xcode and press Command + Shift + J
- Right click file name in left pane
- Open as -> Hex
回答3:
One recommendation I've gotten is Hex Fiend.
回答4:
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.
The grammar helps to interpret the files and colors the hex view for easier analysis.
回答5:
I have recently started using 0xED, and like it a lot.
回答6:
There are probably better options, but I use and kind of like TextWrangler for basic hex editing. File -> hex Dump File
回答7:
The one that I like is HexEdit Quick and easy to use
来源:https://stackoverflow.com/questions/827326/whats-a-good-hex-editor-viewer-for-the-mac