Showing posts with label Hex Editor. Show all posts
Showing posts with label Hex Editor. Show all posts

Friday, September 13, 2013

Vim as Hex Editor


Vi Improved (vim) is a great tool. It can serve as a good Hex editor if the file you are viewing is not too big.

Once you open a file using Vim, use command %!xxd to enter hex mode. To exit hex mode, use %!xxd -r.