wbenny / pdbex

pdbex is a utility for reconstructing structures and unions from the PDB into compilable C headers
MIT License
814 stars 160 forks source link

Download symbols from microsoft public symbol server or other servers #16

Open bugproof opened 4 years ago

bugproof commented 4 years ago

Not needed but would be a pretty useful feature. Download symbols for a dll file, e.g.

pdbex.exe * C:/windows/system32/ntdll.dll -o ntdll.h

Similar to how IDA Pro and a few other tools do it. Make some class PDBSymbolDownloader, that would require using some HTTP lib, libcurl or something

DragonQuestHero commented 3 years ago

nice idea