pkgsrc-wip/ht/DESCR
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

18 lines
587 B
Text

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, ...