add flowdroid tests
This commit is contained in:
parent
0b92b87bbe
commit
9b4eccfc70
6 changed files with 24 additions and 0 deletions
|
|
@ -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"] }
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue