1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/devel/distorm/pkg-descr
Li-Wen Hsu 77992571ed Add distorm 1.7.29, fast x86 and x86-64 disassembler library.
PR:		ports/123627
Submitted by:	bf <bf2006a at yahoo.com>
2008-06-15 04:46:11 +00:00

11 lines
525 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.
WWW: http://www.ragestorm.net/distorm/