mirror of
https://github.com/mandiant/capa.git
synced 2026-07-07 21:07:17 -07:00
type: capa.features.extractors.pefile
This commit is contained in:
@@ -136,7 +136,7 @@ FILE_HANDLERS = (
|
||||
|
||||
|
||||
class PefileFeatureExtractor(FeatureExtractor):
|
||||
def __init__(self, path):
|
||||
def __init__(self, path: str):
|
||||
super(PefileFeatureExtractor, self).__init__()
|
||||
self.path = path
|
||||
self.pe = pefile.PE(path)
|
||||
|
||||
Reference in New Issue
Block a user