1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/devel/distorm/pkg-descr
Brendan Fabeny bbc697578c Update to 3.0.0
Approved by:	makc, miwi (co-mentors, implicit)
2010-10-05 04:38:36 +00:00

10 lines
507 B
Plaintext

diStorm is a binary stream disassembler of x86 instructions. It can operate
in 16, 32, and 64 bit modes, and supports FPU, MMX, SSE, SSE2, SSE3, SSE4,
3DNow! (with extensions), x86-64, VMX, AMD SVM, and AVX instruction sets.
diStorm was written to decode every instruction quickly and accurately, with
robust handling of valid and unused prefixes. The output is a special structure
that can describe any x86 instruction, and later be formatted into text for
display.
WWW: http://code.google.com/p/distorm/