Skip to content

Commit

Permalink
sigs set_path
Browse files Browse the repository at this point in the history
  • Loading branch information
doomedraven committed Dec 16, 2024
1 parent 7aae5b7 commit 11f231a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
3 changes: 3 additions & 0 deletions lib/cuckoo/core/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,9 @@ def run(self, test_signature: str = False):
for sig in self.evented_list:
if sig.matched:
continue

# Give it the path to the analysis results folder.
sig.set_path(self.analysis_path)
try:
pretime = timeit.default_timer()
result = sig.on_complete()
Expand Down
24 changes: 12 additions & 12 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ orjson = "3.9.15"
SFlock2 = {version = "0.3.66", extras = ["shellcode","linux"]}
# volatility3 = "2.0.0"
# XLMMacroDeobfuscator = "0.2.7"
pyzipper = "0.3.5"
pyzipper = "0.3.6"
flare-capa = "8.0.1"
Cython = "0.29.24"
# pyre2 = "0.3.6" # Dead for python3.11
Expand Down

0 comments on commit 11f231a

Please sign in to comment.