mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-06 07:44:52 +01:00
ROPgadget: fix capstone
This commit is contained in:
parent
00e473d697
commit
c7e451e404
2 changed files with 1 additions and 21 deletions
|
|
@ -1,20 +0,0 @@
|
|||
# Copyright 1999-2018 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Tool to search for gadgets in binaries to facilitate your ROP exploitation"
|
||||
HOMEPAGE="http://shell-storm.org/project/ROPgadget/"
|
||||
SRC_URI="https://github.com/JonathanSalwan/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-libs/capstone-bindings[python,${PYTHON_USEDEP}]"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
|
@ -18,4 +18,4 @@ KEYWORDS="~amd64 ~x86"
|
|||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}
|
||||
dev-libs/capstone[python,${PYTHON_USEDEP}]"
|
||||
dev-libs/capstone-bindings[python,${PYTHON_USEDEP}]"
|
||||
Loading…
Reference in a new issue