Commit graph

5 commits

Author SHA1 Message Date
Martin Wilke
71c5aca73d - Update to 1.6.20
PR:             109793
Submitted by:   Li-Wen Hsu <lwhsu@lwhsu.org>
Approved by:    maintainer via irc
2007-03-06 19:07:10 +00:00
Martin Wilke
82622e4309 - Update to 1.6.19
PR:             109650
Submitted by:   Lutz Boehne<lboehne@damogran.de> (maintainer)
2007-03-01 10:03:51 +00:00
Cheng-Lung Sung
a779fe9027 - Update to 1.5.18
- Remove 4.x related stuff

PR:		ports/109146
Submitted by:	Li-Wen Hsu <lwhsu_AT_lwhsu dot org>
Reviewed by:	maintainer (Lutz Boehne)
Approved by:	maintainer
2007-02-22 10:04:47 +00:00
Joseph Koshy
af30218866 Update checksums and size for this port's distfile.
The changes upstream have been checked by the port's maintainer---the
changes relevant to FreeBSD are to documentation ("README" and
"CHANGES" files).

Approved by:	 Lutz Boehne <lboehne at damogran dot de> [MAINTAINER]
2007-02-04 02:57:28 +00:00
Martin Wilke
6db9080ca3 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, SSE4, 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.

WWW: http://www.ragestorm.net/distorm/

PR:		ports/107977
Submitted by:	Lutz Boehne <lboehne at damogran.de>
2007-01-17 20:47:29 +00:00