From fd95af925d3c22abeeb80fd64fd3148ef8971acb Mon Sep 17 00:00:00 2001 From: doomedraven Date: Wed, 21 Feb 2024 15:29:53 +0100 Subject: [PATCH] Update zip_compound.py --- analyzer/windows/modules/packages/zip_compound.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analyzer/windows/modules/packages/zip_compound.py b/analyzer/windows/modules/packages/zip_compound.py index cca550882aa..f3ab22dca07 100644 --- a/analyzer/windows/modules/packages/zip_compound.py +++ b/analyzer/windows/modules/packages/zip_compound.py @@ -9,7 +9,7 @@ from lib.common.abstracts import Package from lib.common.exceptions import CuckooPackageError -from lib.common.zip_utils import extract_zip, get_interesting_files +from lib.common.zip_utils import extract_zip from lib.core.compound import create_custom_folders, extract_json_data log = logging.getLogger(__name__)