This commit is contained in:
Jean-Marie Mineau 2025-04-04 15:08:28 +02:00
parent ba02e70dcc
commit a6a0740c61
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
11 changed files with 466 additions and 171 deletions

View file

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