diff options
Diffstat (limited to 'development/ht/README')
-rw-r--r-- | development/ht/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/development/ht/README b/development/ht/README new file mode 100644 index 0000000000000..3d9d2bea15dc5 --- /dev/null +++ b/development/ht/README @@ -0,0 +1,13 @@ +HT is a file viewer, editor and analyzer for text, binary, and +(especially) executable files. + +Features: + File formats supported: + - COFF/XCOFF32, ELF, LE,MZ, NE, PE32/64, Java class, MachO + - X-Box executable (XBE), Flat and PEF. + + Code & Data Analyzer: + - Finds branch sources and destinations recursively + - Finds procedures entries + - Creates labels based on this information + and so on. |