二进制查看编辑

hexdump
xxd


二进制形式打开
vim -b data.bin

转换 :
%!xxd 编辑
转回 :
%!xxd -r
完成保存
:wq
原文地址:https://www.cnblogs.com/Searchor/p/11365312.html