From owner-cvs-all@FreeBSD.ORG Wed Jan 17 20:47:29 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C736B16A494; Wed, 17 Jan 2007 20:47:29 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B831513C480; Wed, 17 Jan 2007 20:47:29 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l0HKlTAk055862; Wed, 17 Jan 2007 20:47:29 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l0HKlTLt055861; Wed, 17 Jan 2007 20:47:29 GMT (envelope-from miwi) Message-Id: <200701172047.l0HKlTLt055861@repoman.freebsd.org> From: Martin Wilke Date: Wed, 17 Jan 2007 20:47:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/py-distorm Makefile distinfo pkg-descr pkg-plist ports/devel/py-distorm/files patch-Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jan 2007 20:47:29 -0000 miwi 2007-01-17 20:47:29 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-distorm Makefile distinfo pkg-descr pkg-plist devel/py-distorm/files patch-Makefile Log: 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 Revision Changes Path 1.2599 +1 -0 ports/devel/Makefile 1.1 +47 -0 ports/devel/py-distorm/Makefile (new) 1.1 +3 -0 ports/devel/py-distorm/distinfo (new) 1.1 +22 -0 ports/devel/py-distorm/files/patch-Makefile (new) 1.1 +12 -0 ports/devel/py-distorm/pkg-descr (new) 1.1 +6 -0 ports/devel/py-distorm/pkg-plist (new)