Notes of a Programmer
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
.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment