Hex Editor for Mac or Any Platform Actually - MacVim (Vim)
~ 30 sec read. Published 23 May 2013 Here's how to use Vim as a handy HEX editor:
- Open the file in Vim.
- Run the command to convert
:% ! xxd</li>
- Edit all you need (i to get into insert edit mode)
- Once done, run to convert back
:% ! xxd -r</li>
- Save (it's :wq)
</ol>