15 lines
583 B
Bash
15 lines
583 B
Bash
# Template file for 'python3-ropgadget'
|
|
pkgname=python3-ropgadget
|
|
version=6.6
|
|
revision=1
|
|
wrksrc="ROPGadget-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel"
|
|
depends="capstone-python3 python3"
|
|
short_desc="Search gadgets in binaries to facilitate ROP exploitation"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/JonathanSalwan/ROPgadget"
|
|
distfiles="${PYPI_SITE}/R/ROPGadget/ROPGadget-${version}.tar.gz"
|
|
checksum=dc61186e0114ec67ec7ce374df8fd2ddc2a7cba129a1242338e900a7483fba22
|