rainers / cv2pdb

converter of DMD CodeView/DWARF debug information to PDB files
Artistic License 2.0
466 stars 110 forks source link

Ghidra support #91

Open FunkyFr3sh opened 4 months ago

FunkyFr3sh commented 4 months ago

Is it supposed to support Ghidra?

When trying to load the pdb file into Ghidra I get the following error: "PDB Error: DebugData Header had not been deserialized at the appropriate time"

Edit: It does work when setting parser to "MSDIA" instead of "Universal" - That does require some additional setup though. I also confirmed that a .pdb file from VS does work fine with "Universal", just the cv2pdb generated one does not