Lines 1-12
Link Here
|
1 |
diStorm is a binary stream disassembler. It's capable of disassembling |
1 |
diStorm is a binary stream disassembler. It's capable of disassembling |
2 |
80x86 instructions in 64 bits (AMD64, X86-64) and both in 16 and 32 bits. |
2 |
80x86 instructions in 16, 32, and 64 bits (AMD64, X86-64). In |
3 |
In addition, it disassembles FPU, MMX, SSE, SSE2, SSE3, SSE4, 3DNow! (w/ |
3 |
addition, it disassembles FPU, MMX, SSE, SSE2, SSE3, SSE4, 3DNow! |
4 |
extensions), new x86-64 instruction sets, VMX, and AMD's SVM! diStorm was |
4 |
(with extensions), new x86-64 instruction sets, VMX, and AMD's SVM! |
5 |
written to decode quickly every instruction as accurately as possible. |
5 |
diStorm was written to decode every instruction quickly and accurately, |
6 |
Robust decoding, while taking special care for valid or unused prefixes, |
6 |
with robust handling of valid and unused prefixes. It supports |
7 |
is what makes this disassembler powerful, especially for research. |
7 |
multi-threading, which means you can disassemble several streams |
8 |
Another benefit that might come in handy is that the module was written |
8 |
simultaneously. Also included is a Python PE parser, diSlib64.py. |
9 |
as multi-threaded, which means you could disassemble several streams or |
|
|
10 |
more simultaneously. |
11 |
|
9 |
|
12 |
WWW: http://www.ragestorm.net/distorm/ |
10 |
WWW: http://www.ragestorm.net/distorm/ |