pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ropper Import Ropper-1.9.5 as devel/ropper



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c08b891ec44
branches:  trunk
changeset: 348468:3c08b891ec44
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Tue Jun 14 07:14:39 2016 +0000

description:
Import Ropper-1.9.5 as devel/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.

Originally packaged in pkgsrc-wip by myself.

diffstat:

 devel/ropper/DESCR    |    4 ++
 devel/ropper/Makefile |   25 ++++++++++++
 devel/ropper/PLIST    |  100 ++++++++++++++++++++++++++++++++++++++++++++++++++
 devel/ropper/distinfo |    6 +++
 4 files changed, 135 insertions(+), 0 deletions(-)

diffs (151 lines):

diff -r b639e30ecee3 -r 3c08b891ec44 devel/ropper/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ropper/DESCR        Tue Jun 14 07:14:39 2016 +0000
@@ -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 -r b639e30ecee3 -r 3c08b891ec44 devel/ropper/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ropper/Makefile     Tue Jun 14 07:14:39 2016 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2016/06/14 07:14:39 kamil Exp $
+
+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
+
+DEPENDS+=      ${PYPKGPREFIX}-capstone-[0-9]*:../../devel/py-capstone
+DEPENDS+=      ${PYPKGPREFIX}-filebytes-[0-9]*:../../devel/py-filebytes
+DEPENDS+=      ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline
+# Optional but needed for extra features
+# The keystone software is now public so this will be likely by mandatory soon
+DEPENDS+=      ${PYPKGPREFIX}-keystone-[0-9]*:../../emulators/py-keystone
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b639e30ecee3 -r 3c08b891ec44 devel/ropper/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ropper/PLIST        Tue Jun 14 07:14:39 2016 +0000
@@ -0,0 +1,100 @@
+@comment $NetBSD: PLIST,v 1.1 2016/06/14 07:14:39 kamil Exp $
+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 -r b639e30ecee3 -r 3c08b891ec44 devel/ropper/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ropper/distinfo     Tue Jun 14 07:14:39 2016 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/06/14 07:14:39 kamil Exp $
+
+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