pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-distorm3 The goal of diStorm3 is to decode x8...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6bf0ae0fdd00
branches: trunk
changeset: 652524:6bf0ae0fdd00
user: pettai <pettai%pkgsrc.org@localhost>
date: Wed Jun 03 22:11:13 2015 +0000
description:
The goal of diStorm3 is to decode x86/AMD64 binary streams and return
a structure that describes each instruction.
diStorm3 is really a decomposer, which means it takes an instruction and
returns a binary structure which describes it rather than static text,
which is great for advanced binary code analysis. diStorm3 is super
lightweight (~45KB), ultra fast and easy to use (a single API)!
diffstat:
devel/py-distorm3/DESCR | 7 +++++++
devel/py-distorm3/Makefile | 19 +++++++++++++++++++
devel/py-distorm3/PLIST | 8 ++++++++
devel/py-distorm3/distinfo | 5 +++++
4 files changed, 39 insertions(+), 0 deletions(-)
diffs (55 lines):
diff -r 6e3bfad1c6c4 -r 6bf0ae0fdd00 devel/py-distorm3/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-distorm3/DESCR Wed Jun 03 22:11:13 2015 +0000
@@ -0,0 +1,7 @@
+The goal of diStorm3 is to decode x86/AMD64 binary streams and return
+a structure that describes each instruction.
+
+diStorm3 is really a decomposer, which means it takes an instruction and
+returns a binary structure which describes it rather than static text,
+which is great for advanced binary code analysis. diStorm3 is super
+lightweight (~45KB), ultra fast and easy to use (a single API)!
diff -r 6e3bfad1c6c4 -r 6bf0ae0fdd00 devel/py-distorm3/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-distorm3/Makefile Wed Jun 03 22:11:13 2015 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2015/06/03 22:11:13 pettai Exp $
+
+DISTNAME= distorm3-3.3.0
+PKGNAME= ${PYPKGPREFIX}-distorm3-3.3.0
+CATEGORIES= devel
+MASTER_SITES= https://pypi.python.org/packages/source/d/distorm3/
+EXTRACT_SUFX= .zip
+
+MAINTAINER= pettai%NetBSD.org@localhost
+HOMEPAGE= http://code.google.com/p/distorm/
+COMMENT= Powerful Disassembler Library For x86/AMD64
+LICENSE= gnu-gpl-v3
+
+PYDISTUTILSPKG= yes
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34
+
+.include "../../lang/python/extension.mk"
+.include "../../lang/python/application.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6e3bfad1c6c4 -r 6bf0ae0fdd00 devel/py-distorm3/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-distorm3/PLIST Wed Jun 03 22:11:13 2015 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2015/06/03 22:11:13 pettai Exp $
+${PYSITELIB}/distorm3/__init__.py
+${PYSITELIB}/distorm3/__init__.pyc
+${PYSITELIB}/distorm3/__init__.pyo
+${PYSITELIB}/distorm3/libdistorm3.so
+${PYSITELIB}/distorm3/sample.py
+${PYSITELIB}/distorm3/sample.pyc
+${PYSITELIB}/distorm3/sample.pyo
diff -r 6e3bfad1c6c4 -r 6bf0ae0fdd00 devel/py-distorm3/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-distorm3/distinfo Wed Jun 03 22:11:13 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/06/03 22:11:13 pettai Exp $
+
+SHA1 (distorm3-3.3.0.zip) = 1870b61e0dfadad3c121eca00f325a705f7c6683
+RMD160 (distorm3-3.3.0.zip) = a145814ce00a5175a5d889770ab1f11a2e6cd2f5
+Size (distorm3-3.3.0.zip) = 145191 bytes
Home |
Main Index |
Thread Index |
Old Index