aboutsummaryrefslogtreecommitdiff
path: root/devel/py-distorm/pkg-descr
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2008-06-15 04:40:32 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2008-06-15 04:40:32 +0000
commit56d1f65c8b8ae1b80eb6e6d5f09d6c324662d311 (patch)
tree1112847bb9bc633f266e322f1a9adde0e6fda0bb /devel/py-distorm/pkg-descr
parent6e88efd417bb16843060619e32114cd6eb0bd018 (diff)
Notes
Diffstat (limited to 'devel/py-distorm/pkg-descr')
-rw-r--r--devel/py-distorm/pkg-descr16
1 files changed, 7 insertions, 9 deletions
diff --git a/devel/py-distorm/pkg-descr b/devel/py-distorm/pkg-descr
index 13c3cbaf003d..a6d8915cd949 100644
--- a/devel/py-distorm/pkg-descr
+++ b/devel/py-distorm/pkg-descr
@@ -1,12 +1,10 @@
diStorm is a binary stream disassembler. It's capable of disassembling
-80x86 instructions in 64 bits (AMD64, X86-64) and both in 16 and 32 bits.
-In addition, it disassembles FPU, MMX, SSE, SSE2, SSE3, SSE4, 3DNow! (w/
-extensions), new x86-64 instruction sets, VMX, and AMD's SVM! diStorm was
-written to decode quickly every instruction as accurately as possible.
-Robust decoding, while taking special care for valid or unused prefixes,
-is what makes this disassembler powerful, especially for research.
-Another benefit that might come in handy is that the module was written
-as multi-threaded, which means you could disassemble several streams or
-more simultaneously.
+80x86 instructions in 16, 32, and 64 bits (AMD64, X86-64). In
+addition, it disassembles FPU, MMX, SSE, SSE2, SSE3, SSE4, 3DNow!
+(with extensions), new x86-64 instruction sets, VMX, and AMD's SVM!
+diStorm was written to decode every instruction quickly and accurately,
+with robust handling of valid and unused prefixes. It supports
+multi-threading, which means you can disassemble several streams
+simultaneously. Also included is a Python PE parser, diSlib64.py.
WWW: http://www.ragestorm.net/distorm/