WIP
This commit is contained in:
parent
ba02e70dcc
commit
a6a0740c61
11 changed files with 466 additions and 171 deletions
|
|
@ -11,6 +11,10 @@ requires-python = ">=3.13,<4.0.0"
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
theseus-frida = { path = "../frida" }
|
||||
grodd-runner = {git = "ssh://git@gitlab.inria.fr/CIDRE/malware/grodd-runner.git", optional = true}
|
||||
|
||||
[tool.poetry.extras]
|
||||
grodd = ["grodd-runner"]
|
||||
|
||||
[tool.poetry]
|
||||
packages = [{include = "theseus_autopatcher", from = "src"}]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue