mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
Update capa/features/extractors/base_extractor.py
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user