Update capa/features/extractors/dnfile/extractor.py

Co-authored-by: Moritz <mr-tz@users.noreply.github.com>
This commit is contained in:
Mike Hunhoff
2023-02-28 15:21:31 -07:00
committed by GitHub
parent 23d076e0dc
commit 30272d5df6

View File

@@ -222,7 +222,6 @@ class DnfileFeatureExtractor(FeatureExtractor):
)
def extract_basic_block_features(self, fh, bbh):
# we don't support basic block features
yield from capa.features.extractors.dnfile.basicblock.extract_features(fh, bbh)
def get_instructions(self, fh, bbh):