使用vi进行16进制编辑
时间:2006-10-11 来源:jensen
使用vi进行16进制编辑
vi text
<now editing in vi>
[esc] :%!xxd
<now editing mycat in hex>
<find some innocuous string or rcsid>
<change the values on the hex side>
[esc] :%!xxd -r
[esc] :wq!
<now editing in vi>
[esc] :%!xxd
<now editing mycat in hex>
<find some innocuous string or rcsid>
<change the values on the hex side>
[esc] :%!xxd -r
[esc] :wq!
相关阅读 更多 +