Update capa/features/extractors/base_extractor.py

This commit is contained in:
Willi Ballenthin
2023-06-14 10:59:07 +02:00
committed by GitHub
parent 7a94f524b4
commit 4c701f4b6c

View File

@@ -322,10 +322,7 @@ class DynamicExtractor(FeatureExtractor):
@abc.abstractmethod
def get_threads(self, ph: ProcessHandle) -> Iterator[ThreadHandle]:
"""
Yields all the threads that a process created.
Attributes:
ph: parent process
Enumerate threads in the given process.
"""
raise NotImplementedError()