From 344b3e993137ec032c623c37dbe07a7efed2aa88 Mon Sep 17 00:00:00 2001 From: yelhamer <16624109+yelhamer@users.noreply.github.com> Date: Fri, 21 Jul 2023 15:43:56 +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 b67488c67..c45722316 100644 --- a/capa/features/extractors/base_extractor.py +++ b/capa/features/extractors/base_extractor.py @@ -345,6 +345,7 @@ def __init__(self): # super().__init__() + @abc.abstractmethod def get_sample_hashes(self) -> SampleHashes: """ fetch the hashes for the sample contained within the extractor.