We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c68429a commit d4c8eb1Copy full SHA for d4c8eb1
lib/cuckoo/common/integrations/file_extra_info.py
@@ -229,7 +229,7 @@ def static_file_info(
229
if processing_conf.trid.enabled:
230
data_dictionary["trid"] = trid_info(file_path)
231
232
- if processing_conf.die.enabled: # and HAVE_DIE:
+ if processing_conf.die.enabled: # and HAVE_DIE:
233
data_dictionary["die"] = detect_it_easy_info(file_path)
234
235
if HAVE_FLOSS and processing_conf.floss.enabled and "Mono" not in data_dictionary["type"]:
0 commit comments