vim:edit_in_binary
This is an old revision of the document!
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.1576348695.txt.gz · Last modified: 2020/07/15 09:30 (external edit)