Linux provides a lot of command line tools for easy and practical use. Hex editor packages are some of them. In this tutorial we will look hex editor which can be used to edit files especially binary files in hexadecimal format.
x (Xxd)
Xxd is very popular hex editor between Linux application developers and system administrators. It provides basic hex editor features. More detailed can be get from following tutorial.
How To Use Linux Xxd Command Tutorial For Hex and Binary Operations With Examplep>
如何通过示例使用Linux Xxd命令教程进行十六进制和二进制操作p>
Dhex (Dhex)
Dhex is very good and feature-full editor which provides console based hex edit screen. It provides menus like , , etc.
We can install dhex like below.
我们可以如下安装dhex。
Vim (Vim)
Vim is actually a text editor but have ability to edit hex files. We can install vim with the following command. We can install vim like below.
After opening file we shold change the editor mode into hex with the following vim command.
埃马克斯 (Emacs)
Emacs is alternative text editor to Vim and it provides hex edit features like vim. We can install emacs with the following command.
十六进制 (Hexedit)
Hexed is a bit more than a hex editor. It provides getting diff of files and can be used to compare binary files. It is user interface is based on ncurses. We can install it like below.
保佑 (Bless)
Bless is the most advanced hex editor which provides a lot features. We can install bless with the following command.
It provides graphical user interface like Windows hex editors. It cat edit large data files and block devices. It supports multilevel undo-redo operations. Data can be rendered fast in screen. Enhanced data conversion table.
LEARN MORE Ultimate Sed Tutorial With Examples
了解更多带示例的Ultimate Sed教程
妖咒(Hexcurse)
Hexcurse can be installed with the following command.
可以使用以下命令安装Hexcurse。
Hexcurse provides two panes those used to show hexadecimal and ASCII format. We can use menu to go to the specified address. is used to find specified string.
Hexcurse提供了两个窗格,用于显示十六进制和ASCII格式。 我们可以使用“ 菜单转到指定的地址。 用于查找指定的字符串。
翻译自: https://www.poftut.com/best-linux-hex-editors/
文章知识点与官方知识档案匹配,可进一步学习相关知识Java技能树首页概览93644 人正在系统学习中 相关资源:斯维尔软件
声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!