mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-17 12:20:59 +02:00
pentoo-rce: add gef with keywords
This commit is contained in:
parent
99b5dae700
commit
00490619df
13 changed files with 9 additions and 77 deletions
|
|
@ -1,2 +0,0 @@
|
|||
DIST ropper-1.13.5.tar.gz 1491220 BLAKE2B 166cf61d2068e71d2e817ad1f90a051f27c5d383596c2ba0902740e247c8a46d801b2f323ee4b6aadcd521407834297ba6fd031fd1c55b967ca60b27870d9388 SHA512 ef9d308352ba4a662ef3eb9da77b7dcd458582d3840acd2c197c20d91023a6a1a2d68340b1557f053b45096a5dad0443e64bb5e48e20c30a953c9a4e8c89b7f2
|
||||
DIST ropper-1.13.6.tar.gz 1491005 BLAKE2B aa82c9791eec2362c79f3cd96995cb505b73c8131b0b6fe6a7d0932e3551dd15ea401383e12ab79901ea05e749cb2ca8244fa3c909e0e8955910d321c8436ea9 SHA512 c3e20bc7182a94984f50c42334a7af1e64bd564615a3aaaa08f432b0641a9557d27fd19bdb6c33a276d66c4b512534c625751e20531c324bde96a58d9c89b6d4
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>email@linxon.ru</email>
|
||||
<name>Yury Martynov</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
|
|
@ -1 +0,0 @@
|
|||
./ropper-9999.ebuild
|
||||
|
|
@ -1 +0,0 @@
|
|||
./ropper-9999.ebuild
|
||||
|
|
@ -1,34 +0,0 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=rdepend
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Use to display information about binary files in different file formats"
|
||||
HOMEPAGE="https://scoding.de/ropper https://github.com/sashs/Ropper"
|
||||
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/sashs/Ropper"
|
||||
else
|
||||
# SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
SRC_URI="https://github.com/sashs/Ropper/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/Ropper-${PV}"
|
||||
|
||||
# wait until dev-libs/keystone is stable
|
||||
KEYWORDS="~amd64 ~arm64 ~mips ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
dev-libs/capstone[python,${PYTHON_USEDEP}]
|
||||
!dev-libs/capstone-bindings
|
||||
dev-libs/keystone[python,${PYTHON_USEDEP}]
|
||||
dev-python/filebytes[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
DIST filebytes-0.10.0.tar.gz 19480 BLAKE2B e6432ac913682009242fba458ed1d588572f0da9e453bddc3c3154987c78851e2f01c6cfb6a1d3b3435dda06683bc138fbd567b4a0fa5c55fef18ec7b91141d9 SHA512 29a28b0d7cc7cce87dc719ff491f2fddb25105e1aae4521e0cbf9ab07ffa5a9df3f23fa31479244613f7ae5a23cc9d0444e1dd67e66153e3c0268b7cba888b14
|
||||
DIST filebytes-0.10.2.tar.gz 20358 BLAKE2B aaa28902842e07dc0224908ee38d367f7f0c8bf7acdc0d7e73e6ca94399a26a764b1b396a3481aaf53a44ec35189c50613e5e2c4445c3dde0884782aab5737c9 SHA512 e3cd8f0be93735021eadc1a891f2e76f89a406fd0280fefb5c788100085a4fb4d468a6a18465151414f843d90149eddbe64da7fb3f88f1f29daa6098f527d4ed
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Classes to parse the following file formats"
|
||||
HOMEPAGE="https://github.com/sashs/filebytes"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm64 x86"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>email@linxon.ru</email>
|
||||
<name>Yury Martynov</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
|
|
@ -13,6 +13,7 @@ KEYWORDS="amd64 arm x86"
|
|||
PDEPEND="hardened? ( sys-apps/paxctl )
|
||||
app-arch/upx
|
||||
sys-devel/gdb
|
||||
dev-util/gef
|
||||
sys-devel/gdb-dashboard
|
||||
amd64? ( dev-util/redasm )
|
||||
amd64? ( dev-util/jd-gui )
|
||||
|
|
@ -7,7 +7,6 @@ app-exploits/osslsigncode
|
|||
app-exploits/proton
|
||||
app-exploits/pwntools
|
||||
app-exploits/ropgadget
|
||||
app-exploits/ropper
|
||||
app-exploits/routersploit
|
||||
app-exploits/powercat
|
||||
app-exploits/the-backdoor-factory
|
||||
|
|
|
|||
|
|
@ -413,3 +413,8 @@ dev-python/jq ~amd64
|
|||
|
||||
#dev-util/androguard
|
||||
~dev-python/pydot-1.4.2-r3
|
||||
|
||||
# required by dev-util/gef (argument)
|
||||
~dev-python/installer-0.4.0_p20220124
|
||||
~dev-python/setuptools-60.5.0
|
||||
=dev-python/filebytes-0.10*
|
||||
|
|
|
|||
|
|
@ -28,3 +28,6 @@ dev-util/jenkins-bin ~amd64
|
|||
~dev-util/nvidia-cuda-sdk-10.1.243
|
||||
~dev-util/nvidia-cuda-toolkit-10.1.243
|
||||
=dev-util/radare2-4*
|
||||
|
||||
=dev-util/gef-2021*
|
||||
=dev-util/ropper-1.13*
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
### Pentoo ###
|
||||
sys-devel/gdb-dashboard
|
||||
sys-devel/gcc-arm-none-eabi
|
||||
sys-devel/gef
|
||||
sys-devel/pwndbg
|
||||
|
||||
### Gentoo ###
|
||||
|
|
|
|||
Loading…
Reference in a new issue