diff --git a/dev-python/hexdump/Manifest b/dev-python/hexdump/Manifest new file mode 100644 index 000000000..f9ca8fec6 --- /dev/null +++ b/dev-python/hexdump/Manifest @@ -0,0 +1 @@ +DIST hexdump-3.3.zip 12658 BLAKE2B c9d03540df517340a7e665663e53d3a60ca5d00e1105d5d04a4b7c71eb8dc34b08d224f278309ae2e654dcf2bdd4246bd704f33760fd52bb14fd549bc735dea5 SHA512 3299f6a29dcf4293616c5ea652397429ee844ca30964ee0fc784fb2a93252b75eb28fb797640e26477eb6b291aa38e14ad5046d8b4488dc4e03bd79b9449898b diff --git a/dev-python/hexdump/hexdump-3.3.ebuild b/dev-python/hexdump/hexdump-3.3.ebuild new file mode 100644 index 000000000..438b6c91f --- /dev/null +++ b/dev-python/hexdump/hexdump-3.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=no +inherit distutils-r1 + +DESCRIPTION="Dump binary data to hex format and restore from there" +HOMEPAGE="https://bitbucket.org/techtonik/hexdump/src" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND}" + +S=${WORKDIR} diff --git a/dev-util/jnitrace/Manifest b/dev-util/jnitrace/Manifest new file mode 100644 index 000000000..0009bc932 --- /dev/null +++ b/dev-util/jnitrace/Manifest @@ -0,0 +1 @@ +DIST jnitrace-3.0.8.tar.gz 77913 BLAKE2B 5bfbf1c6daaf13f233bf83d7920939a0c5332f3aa4ccbc0dc059d173496e58a14af778ad7c69fa6608124b2284b2120961e9874f776fe8958ad72547ca6a7d0b SHA512 f6ad5aa2c666c0ea5c75e27f525dcaa650b8983cf7083336307ebe9e3c560e03075b2c5206a1e6a2e24b0ce5db31b007199c5a07d0c5805496c256809f9ea177 diff --git a/dev-util/jnitrace/jnitrace-3.0.8.ebuild b/dev-util/jnitrace/jnitrace-3.0.8.ebuild new file mode 100644 index 000000000..9c12fa9c3 --- /dev/null +++ b/dev-util/jnitrace/jnitrace-3.0.8.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="A Frida based tool that traces usage of the JNI API in Android apps." +HOMEPAGE="https://github.com/chame1eon/jnitrace" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=">=dev-python/frida-python-12.5.0[${PYTHON_USEDEP}] + dev-python/colorama[${PYTHON_USEDEP}] + dev-python/hexdump[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/profiles/pentoo/base/package.accept_keywords/dev-python b/profiles/pentoo/base/package.accept_keywords/dev-python index 36b383c88..d0e12c170 100644 --- a/profiles/pentoo/base/package.accept_keywords/dev-python +++ b/profiles/pentoo/base/package.accept_keywords/dev-python @@ -538,3 +538,6 @@ dev-python/beautifultable #seafile dev-python/django-pylibmc dev-python/captcha + +#jnitraace +dev-python/hexdump diff --git a/profiles/pentoo/base/package.accept_keywords/dev-util b/profiles/pentoo/base/package.accept_keywords/dev-util index 30669a9f3..591d4b461 100644 --- a/profiles/pentoo/base/package.accept_keywords/dev-util +++ b/profiles/pentoo/base/package.accept_keywords/dev-util @@ -12,6 +12,7 @@ dev-util/dwarf-debugger =dev-util/frida-tools-7.2* dev-util/ghidra dev-util/jd-gui +dev-util/jnitrace =dev-util/lief-0.10* dev-util/mobsf ** dev-util/objection @@ -46,3 +47,4 @@ dev-util/jenkins-bin ~amd64 #needed by dev-libs/intel-neo, no stable version so no point pinning it dev-util/intel-graphics-compiler dev-util/spirv-llvm-translator +