Skip to content

Commit

Permalink
inno
Browse files Browse the repository at this point in the history
  • Loading branch information
doomedraven committed Dec 16, 2024
1 parent 6e49d0d commit 342745d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conf/default/selfextract.conf.default
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ timeout = 60
# Use https://github.com/gdesmar/innoextract
[Inno_extract]
enabled = yes
binary = data/innounp
binary = data/innoextract
timeout = 60

# https://github.com/mstrobel/procyon/releases
Expand Down
2 changes: 1 addition & 1 deletion lib/cuckoo/common/integrations/file_extra_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ def Inno_extract(file: str, *, data_dictionary: dict, **_) -> ExtractorReturnTyp
return

if not path_exists(innoextact_binary):
log.error("Missed dependency: sudo apt install innoextract")
log.error("Missed dependency: Get a release from https://github.com/gdesmar/innoextract")
return

password = ""
Expand Down

0 comments on commit 342745d

Please sign in to comment.