Hex Editor in Linux —— hte —— VIM


Bless is a high quality, full featured hex editor.


wxHexEditor is another Free Hex Editor, built because there is no good hex editor for Linux system, specially for big files.


DHEX is a more than just another hex editor.


+++++++++++++++++++++++++++++++++++++++++++++++


VIM can do some rare Hex edit with :

  • :%!xxd to switch into hex mode

  • :%!xxd -r to exit from hex mode

+++++++++++++++++++++++++++++++++++++++++++++++


I strongly recommend ht

Homepage: http://hte.sourceforge.net/


in Fedora23

dnf install ht

[root@localhost quagga]# hte /root/libc.so.6


posted @ 2016-06-26 08:16  张同光  阅读(134)  评论(0编辑  收藏  举报