Jump to content

Development/Architecture/KDE3/Hex Editor: Difference between revisions

From KDE TechBase
Dhaumann (talk | contribs)
port http://developer.kde.org/documentation/library/kdeqt/kde3arch/tools-khexedit.html
 
Dhaumann (talk | contribs)
Line 13: Line 13:


''Initial Author:'' [mailto:ettrich@kde.org Matthias Ettrich]
''Initial Author:'' [mailto:ettrich@kde.org Matthias Ettrich]
[[Category:KDE3]]
[[Category:Architecture]]

Revision as of 09:45, 23 January 2007

KDE Architecture - Hex Editor

Hex Editor KHexEdit

KHexEdit is a versatile and customizable hex editor. It displays data in hexadecimal, octal, binary and text mode. New input can be inserted into the file or it can replace current data just like in a common text editor. Undo/Redo functionality is included as well as formatted printing and HTML export.

For detailed information on KHexEdit, see the Official KHexEdit Homepage.


Initial Author: Matthias Ettrich