FSHED description
FSHED is a hex editor ment for users of our Search and Replace windows grep application
FSHED is a hex editor ment for users of our Search and Replace windows grep application who needed a hex editor/viewer for use when search-replacing binary files. We have a longtime standalone hex viewer - HexView - that Search and Replace will use automatically if HexView is present. However, some users wanted edit functions. We therefore made FSHED.
Features include: Insert File; Revert; Bookmarking; Clipboard Paste choices; Block Selection; Search/Replace; Read only switch; Print
Preview; Display Choices (Bytes per line, Offset length, ANSI/OEM, Little-Endian/Big-Endian, Font Size, Screen Colors, & more); Command Line Switches (offset at offset & selection length); & more.
FSHED is not intended to be a full featured programmers hex editor. But if you need a lightweight editor that is free, you are welcome to use it.
To configure FSHED for use as the binary editor for Search and Replace, go to the Search and Replace Options|General dialog and specify the path to the FSHED. For example:
c:toolsfshedfshed.exe "%path%" /s%start% /l%length%
Portions of FSHED use functions in the "frhed - Free Hex Editor" by Raihan Kibria and others (www.kibria.de). Compared to frhed, FSHED is MFC based and has different user interface with additions such as support for multiple documents and printing. The partial source code for FSHED is available below. You may use this freely in conjunction the frhed source available on Raihan Kibria's site.