Wikipedia

Frhed

Frhed
Developer(s)Raihan Kibria
Stable release
1.6.0 / June 23, 2009 (2009-06-23)
Written inC++
Operating systemMicrosoft Windows
TypeHex editor
LicenseGPL
Websitefrhed.sourceforge.net

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.

Advanced features

  • Partially open files
    • load, edit and write back only a part of a very large file, e.g. load a 1 MB chunk at the very end of a 650 MB ISO file, change a value and write it back to correct position in the original file. This however isn't very practical as you have to know the exact position and length of the data you want to edit.
  • 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 and only available on Windows NT
  • Apply cryptographic algorithms to data (plugins are not currently available as they were not GPL licensed code)

See also

External links

This article is copied from an article on Wikipedia® - the free encyclopedia created and edited by its online user community. The text was not checked or edited by anyone on our staff. Although the vast majority of Wikipedia® encyclopedia articles provide accurate and timely information, please do not assume the accuracy of any particular article. This article is distributed under the terms of GNU Free Documentation License.

Copyright © 2003-2025 Farlex, Inc Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.