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

accept dot in valid charset for name #346

Closed nbourdau closed 2 years ago

nbourdau commented 2 years ago

Optimization may introduce name with .part.NUM or .constprop.NUM. Hence name containing dot must not be rejected.

This is the same pull request #270 but rebased on current master