moyix / pdbparse

Python code to parse Microsoft PDB files
Other
309 stars 83 forks source link

Make it possible to parse PDB from stream/FLO objects #29

Closed elmirjagudin closed 8 years ago

elmirjagudin commented 8 years ago

Added a new parse_stream() function, that operates on a file-like-object. This is useful for examining PDB images that are for example embedded in other files, or that you have stored in memory only.