add flowdroid tests

This commit is contained in:
Jean-Marie Mineau 2025-02-07 14:37:54 +01:00
parent 0b92b87bbe
commit 9b4eccfc70
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
6 changed files with 24 additions and 0 deletions

View file

@ -21,3 +21,8 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
collect-reflection-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"] }
]