Skip to content

Commit

Permalink
vmray: update comment for extract_process_features
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-hunhoff committed Jul 17, 2024
1 parent b68a91e commit ec7e431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capa/features/extractors/vmray/extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def get_processes(self) -> Iterator[ProcessHandle]:
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:
Expand Down

0 comments on commit ec7e431

Please sign in to comment.