dreamdoctor
❔ Read a .pdb file in C#
Unfortunately, as with every other library I've tried, I can't find a single example to demonstrate how to read native Windows PDB files using the SharpPdb library. I even tried asking ChatGPT, however the code it gave me was basically nonsense.
19 replies
❔ Read a .pdb file in C#
Everything I can find says to use
Microsoft.DiaSymReader.Native
(https://www.nuget.org/packages/Microsoft.DiaSymReader.Native/), however I cannot find a single piece of documentation or further information anywhere.19 replies