summaryrefslogtreecommitdiff
path: root/development/ht/README
diff options
context:
space:
mode:
authorDavidson Francis <davidsondfgl@gmail.com>2018-05-04 23:29:51 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-05-05 06:46:31 +0700
commitcc9ebf8d845403f2c336f0810530d52ca9a55b54 (patch)
treeb142995739154b30db5a764e9760a86301dff82e /development/ht/README
parent716ba1876fdce54adb1f824b567ebdc08e2e6ad2 (diff)
downloadslackbuilds-cc9ebf8d845403f2c336f0810530d52ca9a55b54.tar.gz
development/ht: Added (file viewer, analyzer for files).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/ht/README')
-rw-r--r--development/ht/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/development/ht/README b/development/ht/README
new file mode 100644
index 0000000000..3d9d2bea15
--- /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.