Frhed
From Wikipedia, the free encyclopedia
Frhed | |
Frhed under Windows XP |
|
Developer: | Raihan Kibria |
---|---|
Latest release: | 1.1 beta1 / March 15, 2002 |
OS: | Microsoft Windows |
Use: | Hex editor |
License: | GPL |
Website: | kibria.de/frhed.html |
Frhed is a binary file editor or hex editor for the Microsoft Windows platform. The name is an abbreviation of "FRee Hex EDitor". The C++ source code has been released under the GNU General Public License. It is included on the Open Source Software CD.
[edit] Advanced features
- Partially open files
- Search for any combination of text and binary data using escape sequences, e.g. <bh:00>txt<wd:1000> searches for a byte with hexadecimal value 0 followed by the text string "txt" followed by a word with decimal value 1000
- Apply binary templates for structured information
- describe data in a C-struct-like syntax, then read out the correct data values from the raw binary
- e.g. the template "CHAR c; INT x;" reads and prints a character followed by a 32-bit integer from the current cursor position
- Hard disk sector access; however, this feature is currently read-only
- Apply cryptographic algorithms to data