bookmark this page - make qweas your homepage | ||
Help Center - What's New - Newsletter - Press | ||
Get Buttons - Link to Us - Feedback - Contact Us |
Home | Download | Store | New Releases | Most Popular | Editor Picks | Special Prices | Rate | News | FAQ |
|
Hexprobe Hex Editor 2.42 - User Guide and FAQScreenshots - More Details
What is a Hex Editor? In modern computer system, a collection of related data or program records is normally kept in a named file. Thus, in the abstract, a file is merely a heap of the sized and ordered data that the computer could access. A text file is a file that contains information expressed in text form whose contents are interpreted as printable characters (usually in the form of words and numbers), plus certain control characters (carriage return, tab, etc.). It can be viewed and edited using a "text editor" (see figure below). A binary file is a file the bytes of which may contain any of the 256 different possible binary values. Generally, binary files can be edited only by the application in which they were created. An application has to know exactly how the data inside the files is laid out to make use of the file. There are many types of binary files. Executable files (.EXE, .DLL etc) are binary files. Database files and even word processor documents are normally binary files. A hex editor is a type of computer program that allows a user to manipulate binary computer files. Using a hex editor a user can analyze or edit the raw and exact contents of a file as opposed to the interpretation of the same content that other, higher-level application software may associate with the file format. For example, this could be raw image data, in contrast to the way image-editing software would interpret the same file. Since a hex editor is used to edit binary files, it is sometimes called a binary editor or a binary file editor. You need a hex editor for mainly two reasons: Analyzing file structure. You can't see the bytes stored in a file using a regular application to open it. You may need this knowledge to write an application that would interpret the contents of the file. Editing file contents. This also needs to know exactly the file structure. If you don't know how watermarks are stored in a MPEG file, you could not do anything about them. Screenshots - More Details |
Search -
Download -
Store -
Directory -
Service -
Developer Center
© 2006 Qweas Home - Privacy Policy - Terms of Use - Site Map - About Qweas |