0vercl0k / symbolizer-rs

A fast execution trace symbolizer for Windows that runs on all major platforms and doesn't depend on any Microsoft libraries.
MIT License
84 stars 12 forks source link

Fallback to download the binary of symsrvs if DebugDirectory isn't readable #4

Closed 0vercl0k closed 3 months ago

0vercl0k commented 4 months ago

Sometimes, the debug directory is not present in the dump files, so try to download the binary off symsrvs (via checksum / name / size) and then parse this one off. (Suggested by Kiwids, thank you!)

0vercl0k commented 3 months ago

Implemented in https://github.com/0vercl0k/addr-symbolizer-rs/commit/5b24994bdbb4e784e0b32fd0517345aa2b63ec78