Bless is a high quality, full featured hex editor.
It is written in mono/Gtk# and its primary platform is GNU/Linux. However it should be able to run without problems on every platform that mono and Gtk# run.
Bless currently provides the following features:
Efficient editing of large data files and block devices.
Multilevel undo - redo operations.
Customizable data views.
Fast data rendering on screen.
Multiple tabs.
Fast find and replace operations.
A data conversion table.
Advanced copy/paste capabilities.
Highlighting of selection pattern matches in the file.
Plugin based architecture.
Export of data to text and html (others with plugins).
Bitwise operations on data.
A comprehensive user manual.
wxHexEditor is another Free Hex Editor, built because there is no good hex editor for Linux system, specially for big files.
It uses 64 bit file descriptors (supports files or devices up to 2^64 bytes , means some exabytes but tested only 1 PetaByte file (yet). ).
It does NOT copy whole file to your RAM. That make it FAST and can open files (which sizes are Multi Giga < Tera < Peta < Exabytes)
Could open your devices on Linux, Windows or MacOSX.
Memory Usage : Currently ~10 MegaBytes while opened multiple > ~8GB files.
Could operate thru XOR encryption.
Written with C++/wxWidgets GUI libs and can be used with other OSes such as Mac OS, Windows as native application.
You can copy/edit your Disks, HDD Sectors with it.( Usefull for rescue files/partitions by hand. )
You can delete/insert bytes to file, more than once, without creating temp file.
DHEX is a more than just another hex editor: It includes a diff mode, which can be used to easily and conveniently compare two binary files. Since it is based on ncurses and is themeable, it can run on any number of systems and scenarios. With its utilization of search logs, it is possible to track changes in different iterations of files easily. Wikipedia article
发布评论
评论(4)
Bless 是一个高质量、全功能的十六进制编辑器。
它是编写的在 mono/Gtk# 中,其主要平台是 GNU/Linux。然而,它应该能够在 mono 和 Gtk# 运行的每个平台上毫无问题地运行。
Bless 目前提供以下功能:
wxHexEditor是另一个免费的十六进制编辑器,因为Linux系统没有好的十六进制编辑器而构建,特别适用于大文件。
DHEX 不仅仅是另一个十六进制编辑器: 它包括差异模式,可以用来轻松方便地比较两个二进制文件。由于它基于 ncurses 并且可主题化,因此它可以在任意数量的系统和场景上运行。通过利用搜索日志,可以轻松跟踪文件不同迭代中的更改。 维基百科文章
您可以在 Linux 上排序以在此处找到更多内容:
http://en.wikipedia.org/wiki/Comparison_of_hex_editors
Bless is a high quality, full featured hex editor.
It is written in mono/Gtk# and its primary platform is GNU/Linux. However it should be able to run without problems on every platform that mono and Gtk# run.
Bless currently provides the following features:
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: It includes a diff mode, which can be used to easily and conveniently compare two binary files. Since it is based on ncurses and is themeable, it can run on any number of systems and scenarios. With its utilization of search logs, it is possible to track changes in different iterations of files easily. Wikipedia article
You can sort on Linux to find some more here:
http://en.wikipedia.org/wiki/Comparison_of_hex_editors
我是一名 VI 会员。我可以使用以下命令进行一些罕见的十六进制编辑:
:%!xxd
以切换到十六进制模式:%!xxd -r
退出十六进制模式但我强烈推荐
ht
主页:http://hte.sourceforge.net/
注意:该包名为
ht
,而可执行文件名为hte< /code> 软件包安装后。
I am a VIMer. I can do some rare Hex edits with:
:%!xxd
to switch into hex mode:%!xxd -r
to exit from hex modeBut I strongly recommend
ht
Homepage: http://hte.sourceforge.net/
Note: The package is called
ht
, whereas the executable is namedhte
after the package was installed.就我个人而言,我将 Emacs 与 hexl-mod 一起使用。
Emacs 能够处理非常大的文件。您可以轻松使用搜索/替换值。最后,您可以使用 'ediff' 进行一些比较。
Personally, I use Emacs with hexl-mod.
Emacs is able to work with really huge files. You can use search/replace value easily. Finally, you can use 'ediff' to do some diffs.
wxHexEditor 是 Linux 上唯一的 GUI 磁盘编辑器。谷歌“wxhexeditor site:archive.getdeb.net”并下载 .deb 文件进行安装
wxHexEditor is the only GUI disk editor for linux. to google "wxhexeditor site:archive.getdeb.net" and download the .deb file to install