67417507e9
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, ...
18 lines
587 B
Text
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, ...
|