jnitrace: 3.0.8 initial ebuild

This commit is contained in:
blshkv 2020-05-23 14:54:37 +08:00
parent c1ec46bc84
commit 09decba84e
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
6 changed files with 51 additions and 0 deletions

View file

@ -0,0 +1 @@
DIST hexdump-3.3.zip 12658 BLAKE2B c9d03540df517340a7e665663e53d3a60ca5d00e1105d5d04a4b7c71eb8dc34b08d224f278309ae2e654dcf2bdd4246bd704f33760fd52bb14fd549bc735dea5 SHA512 3299f6a29dcf4293616c5ea652397429ee844ca30964ee0fc784fb2a93252b75eb28fb797640e26477eb6b291aa38e14ad5046d8b4488dc4e03bd79b9449898b

View file

@ -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}

View file

@ -0,0 +1 @@
DIST jnitrace-3.0.8.tar.gz 77913 BLAKE2B 5bfbf1c6daaf13f233bf83d7920939a0c5332f3aa4ccbc0dc059d173496e58a14af778ad7c69fa6608124b2284b2120961e9874f776fe8958ad72547ca6a7d0b SHA512 f6ad5aa2c666c0ea5c75e27f525dcaa650b8983cf7083336307ebe9e3c560e03075b2c5206a1e6a2e24b0ce5db31b007199c5a07d0c5805496c256809f9ea177

View file

@ -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}"

View file

@ -538,3 +538,6 @@ dev-python/beautifultable
#seafile
dev-python/django-pylibmc
dev-python/captcha
#jnitraace
dev-python/hexdump

View file

@ -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