diff --git a/capa/features/extractors/base_extractor.py b/capa/features/extractors/base_extractor.py index b67488c6..c4572231 100644 --- a/capa/features/extractors/base_extractor.py +++ b/capa/features/extractors/base_extractor.py @@ -345,6 +345,7 @@ class DynamicFeatureExtractor: # super().__init__() + @abc.abstractmethod def get_sample_hashes(self) -> SampleHashes: """ fetch the hashes for the sample contained within the extractor.