ROPgadget: 6.0 bump

This commit is contained in:
blshkv 2020-01-22 18:22:05 +08:00
parent 3030d208e4
commit 6ed69474f4
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
2 changed files with 24 additions and 0 deletions

View file

@ -1 +1,2 @@
DIST ROPgadget-5.9.tar.gz 6078209 BLAKE2B b047617724ccc1a726b493f8d8b5ead5d509430b31b970fc383d220d0c8634532a8a050e4172797906637de4e2a68783bbeef82fccdc3780e4520fe636533520 SHA512 8eed7345787dcafea58950c1f4100eee5ec2fa02854fb50cb319f9de6abf5dad4dc21a5f3b055b8082d0718f5f0023993288321d8f1daa074bf7c899dd482b7e
DIST ROPgadget-6.0.tar.gz 6078800 BLAKE2B d28cee258fb249fc8eafeab79da37f59d8e8d639a0749d784cdba7d31e66477e9304f93e8f6c662f1dd43392c024f75d158e6e51801060f161bcabaa4292a4e0 SHA512 fa29a94821ecaf923d910e42703a58d98564f008d99c95129d9925a7178b271d5200d208a3aea35ec9f018be9c78d0baaa9fd54d4dbf5e5b77cb5a46653d91a8

View file

@ -0,0 +1,23 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
#python2 is supported but we move on
PYTHON_COMPAT=( python3_{5,6,7} )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1
DESCRIPTION="Tool to search for gadgets in binaries to facilitate your ROP exploitation"
HOMEPAGE="https://github.com/JonathanSalwan/ROPgadget http://shell-storm.org/project/ROPgadget/"
SRC_URI="https://github.com/JonathanSalwan/ROPgadget/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
LICENSE="GPL-2"
SLOT="0"
DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}
dev-libs/capstone[python,${PYTHON_USEDEP}]
!!dev-libs/capstone-bindings"