ROPgadget: fix capstone

This commit is contained in:
blshkv 2019-11-02 08:37:12 +08:00
parent 00e473d697
commit c7e451e404
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
2 changed files with 1 additions and 21 deletions

View file

@ -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}"

View file

@ -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}]"