Welcome 微信登录

首页 / 操作系统 / Linux / Linux下编辑十六进制文件

在Linux编辑十六进制使用vi或emacs就行,具体方法如下:VI:vim file
:%!xxd
...
edit
...
:%!xxd -r
:wq eamcs:emacs -f hexl-mode