automagical frida setup

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2025-03-14 13:22:47 +01:00
parent 5b4dd74a5e
commit 6380ce9917
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
4 changed files with 123 additions and 57 deletions

View file

@ -8,7 +8,7 @@ authors = [
readme = "README.md"
requires-python = ">=3.13,<4.0.0"
dependencies = [
"frida (>=16.6.6,<17.0.0)",
"frida (==16.7.0)",
"frida-tools (>=13.6.1,<14.0.0)",
"androguard (>=4.1.2,<5.0.0)"
]
@ -24,5 +24,6 @@ collect-runtime-data = 'theseus_frida.__init__:main'
[tool.poetry]
include = [
{ path = "theseus_frida/hook.js", format = ["sdist", "wheel"] },
{ path = "theseus_frida/StackConsumer.dex.b64", format = ["sdist", "wheel"] }
{ path = "theseus_frida/StackConsumer.dex.b64", format = ["sdist", "wheel"] },
{ path = "theseus_frida/frida-server-16.7.0-android-x86_64.xz", format = ["sdist", "wheel"] }
]