erocarrera / pefile

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

TypeError in parse_import_directory() #129

Open wildptr opened 8 years ago

wildptr commented 8 years ago

At line 3777 of pefile.py, a TypeError may be raised upon the call to symbol.name.startswith() due to symbol.name occasionally being of type str rather than bytes.

rdb0101 commented 8 years ago

@wildptr has this issue been resolved yet?

wildptr commented 8 years ago

@rdb0101 No.