moyix / pdbparse

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

Added possible values for field Machine in DBIHeader #32

Closed citruz closed 7 years ago

citruz commented 7 years ago

The library currently only supports 4 possible machine types in the DBI header (Unknown, x86, Intel64 and AMD64). However, the PE format defines many more types (see the pefile library for example). This caused the parser to fail for one of my test files. I added all values from the linked file to the ENUM.