security/py-ropgadget: Add new port

Search gadgets in binaries to facilitate ROP exploitation for several
file formats and architectures.

WWW: https://pypi.org/project/ropgadget/
This commit is contained in:
Emanuel Haupt 2022-04-23 17:46:04 +02:00
parent 7f27c7e0fb
commit 89d5c3e7c1
4 changed files with 28 additions and 0 deletions

View file

@ -959,6 +959,7 @@
SUBDIR += py-pywinrm
SUBDIR += py-requests-credssp
SUBDIR += py-requests-kerberos
SUBDIR += py-ropgadget
SUBDIR += py-ropper
SUBDIR += py-rsa
SUBDIR += py-safe

View file

@ -0,0 +1,20 @@
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
PORTNAME= ropgadget
PORTVERSION= 6.7
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ROPGadget-${PORTVERSION}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Tool to search gadgets to facilitate ROP exploitation
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}capstone>=4.0.1:devel/py-capstone@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1649841568
SHA256 (ROPGadget-6.7.tar.gz) = a048f2e51c397b902e4586997bd4fe62af97984e207567cb63e67d86e8e09c8e
SIZE (ROPGadget-6.7.tar.gz) = 23175

View file

@ -0,0 +1,4 @@
Search gadgets in binaries to facilitate ROP exploitation for several
file formats and architectures
WWW: https://pypi.org/project/ropgadget/