What's a good hex editor/viewer for the Mac? [closed]

拟墨画扇 提交于 2019-12-02 13:48:12

I use Vim as a hex editor:

  1. Open the file in Vim.
  2. Run the command

    :% ! xxd

  3. Edit.
  4. Once done, run

    :% ! xxd -r

  5. Save.
  1. Open file with Xcode and press Command + Shift + J
  2. Right click file name in left pane
  3. Open as -> Hex

One recommendation I've gotten is Hex Fiend.

pi3

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.

pgb

I have recently started using 0xED, and like it a lot.

There are probably better options, but I use and kind of like TextWrangler for basic hex editing. File -> hex Dump File

The one that I like is HexEdit Quick and easy to use

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!