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