vmray: update comment for extract_process_features

This commit is contained in:
Mike Hunhoff
2024-07-17 12:10:18 -06:00
parent b68a91e10b
commit ec7e43193e
+1 -1
View File
@@ -56,7 +56,7 @@ class VMRayExtractor(DynamicFeatureExtractor):
yield from capa.features.extractors.vmray.file.get_processes(self.analysis)
def extract_process_features(self, ph: ProcessHandle) -> Iterator[Tuple[Feature, Address]]:
# TODO (meh): https://github.com/mandiant/capa/issues/2148
# we have not identified process-specific features for VMRay yet
yield from []
def get_process_name(self, ph) -> str: