From 30272d5df6b2b606015cd893029b5e075e131b1d Mon Sep 17 00:00:00 2001 From: Mike Hunhoff Date: Tue, 28 Feb 2023 15:21:31 -0700 Subject: [PATCH] Update capa/features/extractors/dnfile/extractor.py Co-authored-by: Moritz --- capa/features/extractors/dnfile/extractor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/capa/features/extractors/dnfile/extractor.py b/capa/features/extractors/dnfile/extractor.py index 39a2deb5..6dcad268 100644 --- a/capa/features/extractors/dnfile/extractor.py +++ b/capa/features/extractors/dnfile/extractor.py @@ -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):