From 90298fe2c84636c8d34ad96ee18bd149a15e8325 Mon Sep 17 00:00:00 2001 From: yelhamer <16624109+yelhamer@users.noreply.github.com> Date: Fri, 21 Jul 2023 15:39:30 +0100 Subject: [PATCH] Update capa/features/extractors/base_extractor.py Co-authored-by: Willi Ballenthin --- capa/features/extractors/base_extractor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/capa/features/extractors/base_extractor.py b/capa/features/extractors/base_extractor.py index 93115ca4..07a40846 100644 --- a/capa/features/extractors/base_extractor.py +++ b/capa/features/extractors/base_extractor.py @@ -128,6 +128,7 @@ class StaticFeatureExtractor: """ raise NotImplementedError() + @abc.abstractmethod def get_sample_hashes(self) -> SampleHashes: """ fetch the hashes for the sample contained within the extractor.