Skip to content

Instantly share code, notes, and snippets.

@tlightsky
Created September 23, 2016 08:28
Show Gist options
  • Save tlightsky/2dc64ca0b7a5a9edfbdb27798430ce4c to your computer and use it in GitHub Desktop.
Save tlightsky/2dc64ca0b7a5a9edfbdb27798430ce4c to your computer and use it in GitHub Desktop.
hex editor
122
down vote
I use Vim as a hex editor:
Open the file in Vim.
Run the command
:% ! xxd
Edit.
Once done, run
:% ! xxd -r
Save.
or xxd file|less :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment