type: capa.features.extractors.pefile

This commit is contained in:
William Ballenthin
2021-06-09 22:56:02 -06:00
parent 8a0ae7ae55
commit e29922af57
+1 -1
View File
@@ -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)