diff --git a/capa/features/extractors/vmray/extractor.py b/capa/features/extractors/vmray/extractor.py index 8ec94b75..19eb3b61 100644 --- a/capa/features/extractors/vmray/extractor.py +++ b/capa/features/extractors/vmray/extractor.py @@ -70,7 +70,8 @@ class VMRayExtractor(DynamicFeatureExtractor): yield from [] def extract_thread_features(self, ph: ProcessHandle, th: ThreadHandle) -> Iterator[Tuple[Feature, Address]]: - # TODO (meh) + # force this routine to be a generator, + # but we don't actually have any elements to generate. yield from [] def get_calls(self, ph: ProcessHandle, th: ThreadHandle) -> Iterator[CallHandle]: