mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
56d1f65c8b
- 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)
11 lines
575 B
Plaintext
11 lines
575 B
Plaintext
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/
|