erocarrera / pefile

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

Use sha256 for exphash #422

Open j-t-1 opened 1 month ago

j-t-1 commented 1 month 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.