vmray: remove outdated comments

This commit is contained in:
Mike Hunhoff
2024-07-18 08:50:20 -06:00
parent 330c77a32a
commit fd7bd94b48

View File

@@ -76,7 +76,6 @@ class VMRayExtractor(DynamicFeatureExtractor):
yield from []
def get_process_name(self, ph) -> str:
# TODO (meh): bring to parity with cape sandbox extractor https://github.com/mandiant/capa/issues/2148
process: Process = ph.inner
return process.image_name