Actions

Difference between revisions of "Hex editor"

From Sonic Retro

(rm unnecessary reference to od; fix odd wording)
(Redirected page to sega:Hex editor)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
A '''hex editor''' (or ''binary file editor'' or ''byte editor'') is a type of computer program that allows a user to manipulate binary (normally non-plain text)  computer files. Hex editors that were designed to edit floppy or hard disks directly are sometimes called ''disk editors'' or ''sector editors''.
+
#REDIRECT [[sega:Hex editor]]
 
 
Using a hex editor a user can see or edit the raw binary data that a file contains, as opposed to the interpretation of the same data that other, higher level application software presents. For example, this could be raw image data, in contrast to the way image editing software would interpret the same file.
 
 
 
In most hex editor applications the data of the computer file is represented as [[hexadecimal]] values grouped in two groups of 8 bytes and one group of 16 [[ASCII]] characters, nonprintable characters normally are represented by a dot "." in the ASCII part.
 
 
 
==External links==
 
* [http://hexplorer.sourceforge.net/ Hexplorer] - an open-source hex editor for Microsoft Windows
 
* [http://hxd.mh-nexus.de/ HxD] - freeware hex, disk and RAM editor
 
 
 
[[Category:Programs]]
 
[[Category:Hacking Information]]
 

Latest revision as of 13:40, 16 April 2010

Redirect to: