Simple Solutions for Complex Problems
Thursday, August 9, 2007
editing binary file using VI
Not using VI as HEX editor for quite long time. nearly forgot how to do it.
Here are the commands:
vi ~/myBinary.so
[esc]:%!xxd
[esc]:%!xxd -r
[esc]:wq!
1 comment:
loxop
said...
Thanks, it helped!
September 17, 2009 at 7:01 PM
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
1 comment:
Thanks, it helped!
Post a Comment