Commit graph

2 commits

Author SHA1 Message Date
Martti Kuparinen
a1ee2a41ea COMMENT should start with a capital letter. 2003-07-21 17:33:10 +00:00
pancake ;)
67417507e9 Initial import of ht
HT is a file editor/viewer/analyzer for executables. The goal is to combine 
the low-level functionality of a debugger and the usability of IDEs. We aim 
towards a perfect hex-editing ability and support of the most important file 
formats.

Features:
 - Supported formats: 
   * Win32 PE, LE, NE, *.obj
   * Unix  ELF, COFF *.o
   * OS/2  NE, LX
 - Copy, paste, histories, undo.
 - Searching/Replacing:
   * hex/text search/replace
   * C/ASM string search/replace
   * regular expresion search/replace
 - Debugging features:
   * call/jmp tables
   * .map, .sym, label generation, ...
2003-06-03 14:29:07 +00:00