Question
-
Topic
-
python module features
LockedHi
Im trying to find all the features that could be extracted from malware using pefile python module for example
self.ImageVersion = self.pe.OPTIONAL_HEADER.MajorImageVersion
I only know very few . I tried to search for specification or manual that could tell me all the features but with no luck. I read some papers that extracted around 200 ! but they didn’t name them , it would be easier for me if they have named them.
thanks in advance
All Answers
Viewing 0 reply threads