User Tools

Site Tools


vim:edit_in_binary

VIM - Edit in Binary

Load the binary file.

Pipe it through xxd to get it in hex dump format.

:%!xxd

To put it back into binary.

Pipe it through xxd in reverse to put it back into binary.

:%!xxd -r
vim/edit_in_binary.txt · Last modified: 2020/07/15 10:30 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki