erocarrera / pefile

pefile is a Python module to read and work with PE (Portable Executable) files
MIT License
1.88k stars 522 forks source link

Use sha256 for exphash #422

Open j-t-1 opened 2 months ago

j-t-1 commented 2 months ago

Replace md5 by sha256. The asymmetry in imphash (md5) and exphash (sha256) is how they are defined and this choice is external to pefile.