binary editor
Vim
Vim.icon
xxd
xxd - make a hexdump or do the reverse.
$ vim -b binary-file
binary mode で file を開く
$ :%!xxd
編輯
$ :%!xxd -r
保存
Emacs
Emacs.icon
hexl-mode
Hexl Mode
$ M-x hexl-find-file
hexl-mode で file を開く
$ M-x hexl-mode
既に開いた file を hexl-mode で見る
編輯
保存
$ M-x hexl-mode-exit