mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 23:59:48 -08:00
remove default implementation
Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com>
This commit is contained in:
@@ -303,10 +303,6 @@ class DynamicExtractor(FeatureExtractor):
|
|||||||
|
|
||||||
This class is not instantiated directly; it is the base class for other implementations.
|
This class is not instantiated directly; it is the base class for other implementations.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self):
|
|
||||||
super().__init__()
|
|
||||||
|
|
||||||
@abc.abstractmethod
|
@abc.abstractmethod
|
||||||
def get_processes(self) -> Iterator[ProcessHandle]:
|
def get_processes(self) -> Iterator[ProcessHandle]:
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user