Open wildptr opened 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.
@wildptr has this issue been resolved yet?
@rdb0101 No.
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.