pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import ropper-1.9.5 as wip/ropper.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Jun 13 02:11:21 2016 +0200
Changeset:	ea6b644024b93ada0b9c99f2fea350cda607beba

Added Files:
	ropper/DESCR
	ropper/Makefile
	ropper/PLIST
	ropper/distinfo

Log Message:
Import ropper-1.9.5 as wip/ropper.

You can use ropper to display information about binary files in different file
formats and you can search for gadgets to build rop chains for different
architectures (x86/X86_64, ARM/ARM64, MIPS/MIPS64, PowerPC). For disassembly
ropper uses the awesome Capstone Framework.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ea6b644024b93ada0b9c99f2fea350cda607beba

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ropper/DESCR    |   4 +++
 ropper/Makefile |  19 +++++++++++
 ropper/PLIST    | 100 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ropper/distinfo |   6 ++++
 4 files changed, 129 insertions(+)

diffs:
diff --git a/ropper/DESCR b/ropper/DESCR
new file mode 100644
index 0000000..68c29ff
--- /dev/null
+++ b/ropper/DESCR
@@ -0,0 +1,4 @@
+You can use ropper to display information about binary files in different file
+formats and you can search for gadgets to build rop chains for different
+architectures (x86/X86_64, ARM/ARM64, MIPS/MIPS64, PowerPC). For disassembly
+ropper uses the awesome Capstone Framework.
diff --git a/ropper/Makefile b/ropper/Makefile
new file mode 100644
index 0000000..1bd0b6b
--- /dev/null
+++ b/ropper/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	Ropper-1.9.5
+PKGNAME=	${DISTNAME:tl}
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=sashs/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/sashs/Ropper/
+COMMENT=	Display information about executables and search for gadgets
+LICENSE=	gnu-gpl-v2
+
+WRKSRC=		${WRKDIR}/${DISTNAME}
+USE_LANGUAGES=	# none
+
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ropper/PLIST b/ropper/PLIST
new file mode 100644
index 0000000..b8a4439
--- /dev/null
+++ b/ropper/PLIST
@@ -0,0 +1,100 @@
+@comment $NetBSD$
+bin/ropper
+${PYSITELIB}/ropper-1.9.5-py2.7.egg-info/PKG-INFO
+${PYSITELIB}/ropper-1.9.5-py2.7.egg-info/SOURCES.txt
+${PYSITELIB}/ropper-1.9.5-py2.7.egg-info/dependency_links.txt
+${PYSITELIB}/ropper-1.9.5-py2.7.egg-info/requires.txt
+${PYSITELIB}/ropper-1.9.5-py2.7.egg-info/top_level.txt
+${PYSITELIB}/ropper/__init__.py
+${PYSITELIB}/ropper/__init__.pyc
+${PYSITELIB}/ropper/__init__.pyo
+${PYSITELIB}/ropper/arch.py
+${PYSITELIB}/ropper/arch.pyc
+${PYSITELIB}/ropper/arch.pyo
+${PYSITELIB}/ropper/common/__init__.py
+${PYSITELIB}/ropper/common/__init__.pyc
+${PYSITELIB}/ropper/common/__init__.pyo
+${PYSITELIB}/ropper/common/abstract.py
+${PYSITELIB}/ropper/common/abstract.pyc
+${PYSITELIB}/ropper/common/abstract.pyo
+${PYSITELIB}/ropper/common/coloredstring.py
+${PYSITELIB}/ropper/common/coloredstring.pyc
+${PYSITELIB}/ropper/common/coloredstring.pyo
+${PYSITELIB}/ropper/common/enum.py
+${PYSITELIB}/ropper/common/enum.pyc
+${PYSITELIB}/ropper/common/enum.pyo
+${PYSITELIB}/ropper/common/error.py
+${PYSITELIB}/ropper/common/error.pyc
+${PYSITELIB}/ropper/common/error.pyo
+${PYSITELIB}/ropper/common/utils.py
+${PYSITELIB}/ropper/common/utils.pyc
+${PYSITELIB}/ropper/common/utils.pyo
+${PYSITELIB}/ropper/console.py
+${PYSITELIB}/ropper/console.pyc
+${PYSITELIB}/ropper/console.pyo
+${PYSITELIB}/ropper/gadget.py
+${PYSITELIB}/ropper/gadget.pyc
+${PYSITELIB}/ropper/gadget.pyo
+${PYSITELIB}/ropper/loaders/__init__.py
+${PYSITELIB}/ropper/loaders/__init__.pyc
+${PYSITELIB}/ropper/loaders/__init__.pyo
+${PYSITELIB}/ropper/loaders/elf.py
+${PYSITELIB}/ropper/loaders/elf.pyc
+${PYSITELIB}/ropper/loaders/elf.pyo
+${PYSITELIB}/ropper/loaders/loader.py
+${PYSITELIB}/ropper/loaders/loader.pyc
+${PYSITELIB}/ropper/loaders/loader.pyo
+${PYSITELIB}/ropper/loaders/mach_o.py
+${PYSITELIB}/ropper/loaders/mach_o.pyc
+${PYSITELIB}/ropper/loaders/mach_o.pyo
+${PYSITELIB}/ropper/loaders/pe.py
+${PYSITELIB}/ropper/loaders/pe.pyc
+${PYSITELIB}/ropper/loaders/pe.pyo
+${PYSITELIB}/ropper/loaders/raw.py
+${PYSITELIB}/ropper/loaders/raw.pyc
+${PYSITELIB}/ropper/loaders/raw.pyo
+${PYSITELIB}/ropper/options.py
+${PYSITELIB}/ropper/options.pyc
+${PYSITELIB}/ropper/options.pyo
+${PYSITELIB}/ropper/printer/__init__.py
+${PYSITELIB}/ropper/printer/__init__.pyc
+${PYSITELIB}/ropper/printer/__init__.pyo
+${PYSITELIB}/ropper/printer/elfprinter.py
+${PYSITELIB}/ropper/printer/elfprinter.pyc
+${PYSITELIB}/ropper/printer/elfprinter.pyo
+${PYSITELIB}/ropper/printer/machprinter.py
+${PYSITELIB}/ropper/printer/machprinter.pyc
+${PYSITELIB}/ropper/printer/machprinter.pyo
+${PYSITELIB}/ropper/printer/peprinter.py
+${PYSITELIB}/ropper/printer/peprinter.pyc
+${PYSITELIB}/ropper/printer/peprinter.pyo
+${PYSITELIB}/ropper/printer/printer.py
+${PYSITELIB}/ropper/printer/printer.pyc
+${PYSITELIB}/ropper/printer/printer.pyo
+${PYSITELIB}/ropper/printer/rawprinter.py
+${PYSITELIB}/ropper/printer/rawprinter.pyc
+${PYSITELIB}/ropper/printer/rawprinter.pyo
+${PYSITELIB}/ropper/rop.py
+${PYSITELIB}/ropper/rop.pyc
+${PYSITELIB}/ropper/rop.pyo
+${PYSITELIB}/ropper/ropchain/__init__.py
+${PYSITELIB}/ropper/ropchain/__init__.pyc
+${PYSITELIB}/ropper/ropchain/__init__.pyo
+${PYSITELIB}/ropper/ropchain/arch/__init__.py
+${PYSITELIB}/ropper/ropchain/arch/__init__.pyc
+${PYSITELIB}/ropper/ropchain/arch/__init__.pyo
+${PYSITELIB}/ropper/ropchain/arch/ropchainx86.py
+${PYSITELIB}/ropper/ropchain/arch/ropchainx86.pyc
+${PYSITELIB}/ropper/ropchain/arch/ropchainx86.pyo
+${PYSITELIB}/ropper/ropchain/arch/ropchain${MACHINE_ARCH}.py
+${PYSITELIB}/ropper/ropchain/arch/ropchain${MACHINE_ARCH}.pyc
+${PYSITELIB}/ropper/ropchain/arch/ropchain${MACHINE_ARCH}.pyo
+${PYSITELIB}/ropper/ropchain/ropchain.py
+${PYSITELIB}/ropper/ropchain/ropchain.pyc
+${PYSITELIB}/ropper/ropchain/ropchain.pyo
+${PYSITELIB}/ropper/search/__init__.py
+${PYSITELIB}/ropper/search/__init__.pyc
+${PYSITELIB}/ropper/search/__init__.pyo
+${PYSITELIB}/ropper/search/search.py
+${PYSITELIB}/ropper/search/search.pyc
+${PYSITELIB}/ropper/search/search.pyo
diff --git a/ropper/distinfo b/ropper/distinfo
new file mode 100644
index 0000000..1a475a5
--- /dev/null
+++ b/ropper/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (Ropper-1.9.5.tar.gz) = fa2a1189e97afc2b3920eb56ed6b85a1c7e864b3
+RMD160 (Ropper-1.9.5.tar.gz) = 71841993f4e714a42066adf65f85927acd9585f3
+SHA512 (Ropper-1.9.5.tar.gz) = cb14b763ab181c6e0e6ffb17a2fa533aef897d14775ea42037a66929e6d1992c69aa323693830a8e48510ffee48c84510d1fa7047d9fd6777c9549dbac8ac403
+Size (Ropper-1.9.5.tar.gz) = 600503 bytes


Home | Main Index | Thread Index | Old Index