mirror of
https://github.com/mandiant/capa.git
synced 2026-06-12 19:11:32 -07:00
vmray: update comment for extract_process_features
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user