vmray: remove old comments

This commit is contained in:
Mike Hunhoff
2024-06-20 14:04:31 -06:00
parent 19502efff3
commit 9ef705a9ac

View File

@@ -86,7 +86,6 @@ class VMRayExtractor(DynamicFeatureExtractor):
def extract_call_features(
self, ph: ProcessHandle, th: ThreadHandle, ch: CallHandle
) -> Iterator[Tuple[Feature, Address]]:
# TODO (meh)
yield from capa.features.extractors.vmray.call.extract_features(ph, th, ch)
def get_call_name(self, ph, th, ch) -> str: