python module features - TechRepublic
Question
May 25, 2022 at 04:59 AM
pumper05sanity

python module features

by pumper05sanity . Updated 4 years ago

Hi

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

This discussion is locked

All Comments