<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://k2.ixota.com/index.php?action=history&amp;feed=atom&amp;title=Linux%2FHex_Editor</id>
	<title>Linux/Hex Editor - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://k2.ixota.com/index.php?action=history&amp;feed=atom&amp;title=Linux%2FHex_Editor"/>
	<link rel="alternate" type="text/html" href="https://k2.ixota.com/index.php?title=Linux/Hex_Editor&amp;action=history"/>
	<updated>2026-06-26T11:04:13Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.1</generator>
	<entry>
		<id>https://k2.ixota.com/index.php?title=Linux/Hex_Editor&amp;diff=4577&amp;oldid=prev</id>
		<title>Kenneth: /* DHEX */</title>
		<link rel="alternate" type="text/html" href="https://k2.ixota.com/index.php?title=Linux/Hex_Editor&amp;diff=4577&amp;oldid=prev"/>
		<updated>2018-01-22T04:12:38Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;DHEX&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== DHEX ==&lt;br /&gt;
&lt;br /&gt;
apt:&lt;br /&gt;
 apt-get install dhex&lt;br /&gt;
&lt;br /&gt;
source:&lt;br /&gt;
 wget http://www.dettus.net/dhex/dhex_latest.tar.gz&lt;br /&gt;
 tar -zvxf dhex_latest.tar.gz&lt;br /&gt;
 cd dhex_*  # cd dhex_0.68&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
 wget http://www.dettus.net/dhex/dhex_0.68.tar.gz&lt;br /&gt;
 tar -zvxf dhex_0.68.tar.gz&lt;br /&gt;
 cd dhex_0.68&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
&lt;br /&gt;
site: http://www.dettus.net/dhex/&lt;br /&gt;
&lt;br /&gt;
ref: [https://askubuntu.com/questions/344642/please-recommend-a-hex-editor-for-shell]&lt;br /&gt;
&lt;br /&gt;
== VIM ==&lt;br /&gt;
&lt;br /&gt;
To view in hex:&lt;br /&gt;
 :%!xxd&lt;br /&gt;
&lt;br /&gt;
You can try converting back to binary, but may add extra new lines: [https://askubuntu.com/questions/344642/please-recommend-a-hex-editor-for-shell] [http://www.kevssite.com/2009/04/21/using-vi-as-a-hex-editor/]&lt;br /&gt;
 :%!xxd -r&lt;br /&gt;
&lt;br /&gt;
== Bless Hex Editor ==&lt;br /&gt;
&lt;br /&gt;
 apt install bless&lt;br /&gt;
&lt;br /&gt;
Bless Hex Editor is a is a binary (hex) editor and currently provides the following features:&lt;br /&gt;
*    Efficient editing of large data files and block devices.&lt;br /&gt;
*    Multilevel undo - redo operations.&lt;br /&gt;
*    Customizable data views.&lt;br /&gt;
*    Fast data rendering on screen.&lt;br /&gt;
*    Multiple tabs.&lt;br /&gt;
*    Fast find and replace operations.&lt;br /&gt;
*    A data conversion table.&lt;br /&gt;
*    Advanced copy/paste capabilities.&lt;br /&gt;
*    Highlighting of selection pattern matches in the file.&lt;br /&gt;
*    Plugin based architecture.&lt;br /&gt;
*    Export of data to text and html (others with plugins).&lt;br /&gt;
*    Bitwise operations on data.&lt;br /&gt;
*    A comprehensive user manual.&lt;br /&gt;
&lt;br /&gt;
ref: [https://askubuntu.com/questions/344642/please-recommend-a-hex-editor-for-shell]&lt;br /&gt;
&lt;br /&gt;
== hexcurse ==&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install hexcurse&lt;br /&gt;
&lt;br /&gt;
ref: [https://askubuntu.com/questions/344642/please-recommend-a-hex-editor-for-shell]&lt;br /&gt;
&lt;br /&gt;
== ht ==&lt;br /&gt;
&lt;br /&gt;
 sudo apt-get install ht&lt;br /&gt;
&lt;br /&gt;
 hte&lt;br /&gt;
&lt;br /&gt;
ref: [https://askubuntu.com/questions/344642/please-recommend-a-hex-editor-for-shell]&lt;br /&gt;
&lt;br /&gt;
== xxd ==&lt;br /&gt;
&lt;br /&gt;
 xxd [file]&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
		
	</entry>
</feed>