mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
19 lines
900 B
Plaintext
19 lines
900 B
Plaintext
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.
|
|
|
|
Support means that HT will be able to correctly display and modify the
|
|
executable header, image and other extensions specific to the file (import/
|
|
export sections, relocations, debugging information etc.). Support will
|
|
probably include 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)
|
|
- Microsoft object files (.obj)
|