Update capa/features/extractors/base_extractor.py

This commit is contained in:
Willi Ballenthin
2023-06-14 10:58:59 +02:00
committed by Yacine Elhamer
parent dc371580a5
commit 6c58e26f14

View File

@@ -305,10 +305,7 @@ class DynamicExtractor(FeatureExtractor):
@abc.abstractmethod
def get_processes(self) -> Iterator[ProcessHandle]:
"""
Yields all the child-processes of a parent one.
Attributes:
ph: parent process
Enumerate processes in the trace.
"""
raise NotImplementedError()