dhex 0.60 running on Mac OS X 10.6 |
|
Original author(s) | Thomas Dettbarn |
---|---|
Developer(s) | Thomas Dettbarn |
Initial release | March 8, 2004[1] |
Stable release | 0.65 / 14 February 2011 |
Written in | C |
Operating system | Cross-platform |
Type | Hex editor |
License | GNU General Public License |
Website | www.dettus.net/dhex |
dhex is a hex editor with a diff mode. It is intended for low-level analysis of large binary files.
Based on ncurses, it can run on any number of systems and scenarios.
Contents |
dhex is a hex editor. It can be used to alter individual bytes in large files, whilst being a console-based program based on ncurses. Its special feature is the diff mode: With it, the user has a visual tool for binary file comparison.
The program's appearance can be changed to a certain degree with themes, where the colors and key bindings can be customized. This way it is possible to use it on a monochrome monitor, even though the default appearance uses lots of colors.
All its configuration- and meta files are stored in ASCII-format, and can be edited easily with a third-party editor, or exchanged between computers.