getsentry / pdb

A parser for Microsoft PDB (Program Database) debugging information
https://docs.rs/pdb/
Apache License 2.0
368 stars 68 forks source link

Fix DBIExtraStreams offset calculation #105

Closed jarveson closed 3 years ago

jarveson commented 3 years ago

I was referencing this project to figure out pdb format, and I think this calculation is wrong, although mfc_type_server_index looks to be 0 in pdb's which may be why its went unnoticed, going off of https://llvm.org/docs/PDB/DbiStream.html there should only be 6 substream sizes, and the index should be irrelevant