<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>diStorm64</name>
<shortdesc>Open source highly optimized disassembler module for 80x86 and AMD64</shortdesc>
<description>diStorm is a binary stream disassembler. It's capable of disassembling 80x86 
instructions in 64 bits (AMD64, X86-64) and both in 16 and 32 bits. In 
addition, it disassembles FPU, MMX, SSE, SSE2, SSE3, SSSE3, 3DNow! (w/ 
extensions), new x86-64 instruction sets, VMX, and AMD's SVM! diStorm was 
written to decode quickly every instruction as accurately as possible. Robust 
decoding, while taking special care for valid or unused prefixes, is what makes 
this disassembler powerful, especially for research. Another benefit that might 
come in handy is that the module was written as multi-threaded, which means you 
could disassemble several streams or more simultaneously.
For rapidly use, diStorm is compiled for Python and is easily used in C as 
well. diStorm was originally written under Windows and ported later to Linux 
and Mac. The source code is portable and platform independent (supports both 
little and big endianity).
It also can be used as a ring0 disassembler (tested as a kernel driver using 
the DDK under Windows)!</description>
<download-page>http://www.ragestorm.net/distorm/dl.php?id=8</download-page>
<homepage rdf:resource="http://ragestorm.net/distorm/" />
<maintainer><foaf:Person><foaf:name>Gil Dabah</foaf:name>
<foaf:mbox_sha1sum>2c812599f6465b30a5a1d19f093d2e48e950abb7</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.6.21</revision></Version></release>
</Project></rdf:RDF>