- Fixed loading of 32 bit ELFs
- Use wide ncurses if necessars
- Show search progress in MiB
- [x86] fixed a lot of small bugs
- fixed a crash with the "follow" function on
invalid addresses in analyser
- [x86] AVX updates
- [x86] AVX2
- [x86] BMI, BMI2 and TBM instructions
- fixed loading of ELF files with no section headers
OK, benoit@ (maintainer), edd@, aja@
- install ht as hte to remove conflict with print/texlive/base
(note in pkg/MESSAGE)
- respect CFLAGS and X11BASE
- add OpenBSD target
based on patches from Paul Irofti and Genadijus Paleckis
feedback and ok merdely@
--
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.
Support includes the following file formats:
* Win32 portable executables (PE) (good support)
* Unix executable and linkable format (ELF) (good support)
* DOS standard executables (MZ) (supported)
* Win32 linear executables (LE) (supported)
* Windows/OS2 "new" executables (NE) (supported)
* Unix common object file format (COFF) + DJGPP COFF (supported)
* OS2 linear executables (LX)
* M$ object files (.obj)
WWW: http://hte.sourceforge.net/