freebsd-ports/devel/py-distorm/pkg-descr
Li-Wen Hsu 56d1f65c8b - Update to 1.7.29
- Bundle PE parser diSlib64.py
- Move Python library into ${PYTHON_SITELIBDIR}
- Pass maintainership to submitter

PR:		ports/123627
Submitted by:	bf <bf2006a AT yahoo.com>
Approved by:	Lutz Boehne <lboehne AT damogran.de> (maintainer)
2008-06-15 04:40:32 +00:00

10 lines
575 B
Text

diStorm is a binary stream disassembler. It's capable of disassembling
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/