mirror of
https://github.com/mandiant/capa.git
synced 2026-02-05 03:16:56 -08:00
Update capa/features/extractors/base_extractor.py
This commit is contained in:
committed by
Yacine Elhamer
parent
dc371580a5
commit
6c58e26f14
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user