最佳Linux Hex编辑器

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.

Linux提供了许多易于实用的命令行工具。 十六进制编辑器软件包就是其中一些。 在本教程中,我们将查看十六进制编辑器,该编辑器可用于编辑文件,尤其是十六进制格式的二进制文件。

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.

Xxd是Linux应用程序开发人员和系统管理员之间非常流行的十六进制编辑器。 它提供了基本的十六进制编辑器功能。 更详细的内容可以从下面的教程中获得。

How To Use Linux Xxd Command Tutorial For Hex and Binary Operations With Example?

如何通过示例使用Linux Xxd命令教程进行十六进制和二进制操作?

Xxd
Xxd
x

Dhex (Dhex)

Dhex is very good and feature-full editor which provides console based hex edit screen. It provides menus like Goto , Search , HexCal etc.

Dhex是非常好的功能齐全的编辑器,它提供基于控制台的十六进制编辑屏幕。 它提供诸如GotoSearchHexCal等菜单。

We can install dhex like below.

我们可以如下安装dhex。

$ sudo apt install dhex -y
Dhex
Dhex
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.

Vim实际上是一个文本编辑器,但具有编辑十六进制文件的能力。 我们可以使用以下命令安装vim。 我们可以像下面这样安装vim。

$ apt install vim

After opening file we shold change the editor mode into hex with the following vim command.

打开文件后,我们使用以下vim命令将编辑器模式更改为十六进制。

:%!xxd
Vim
Vim
Vim

埃马克斯 (Emacs)

Emacs is alternative text editor to Vim and it provides hex edit features like vim. We can install emacs with the following command.

Emacs是Vim的替代文本编辑器,它提供了Vim等十六进制编辑功能。 我们可以使用以下命令安装emacs。

$ apt install emacs

十六进制 (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.

十六进制不仅仅是十六进制编辑器。 它提供了获取文件差异的信息,可用于比较二进制文件。 它的用户界面基于ncurses。 我们可以像下面这样安装它。

$ apt install hexedit

保佑 (Bless)

Bless is the most advanced hex editor which provides a lot features. We can install bless with the following command.

Bless是提供许多功能的最高级的十六进制编辑器。 我们可以使用以下命令安装bless。

$ apt install bless

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.

它提供了图形用户界面,例如Windows十六进制编辑器。 它可以编辑大型数据文件并阻止设备。 它支持多级撤消-重做操作。 数据可以在屏幕上快速呈现。 增强型数据转换表。

LEARN MORE  Ultimate Sed Tutorial With Examples
了解更多带示例的Ultimate Sed教程
Bless 
Bless 
保佑

妖咒(Hexcurse)

Hexcurse can be installed with the following command.

可以使用以下命令安装Hexcurse。

$ apt install hexcurse

Hexcurse provides two panes those used to show hexadecimal and ASCII format. We can use Goto menu to go to the specified address. Find is used to find specified string.

Hexcurse提供了两个窗格,用于显示十六进制和ASCII格式。 我们可以使用“ Goto菜单转到指定的地址。 Find用于查找指定的字符串。

Hexcurse
Hexcurse
妖咒

翻译自: https://www.poftut.com/best-linux-hex-editors/

  • 0
    点赞
  • 6
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值