How to create a .MAP file from a .PDB file
Posted
by SamB
on Stack Overflow
See other posts from Stack Overflow
or by SamB
Published on 2010-03-16T00:17:04Z
Indexed on
2010/03/16
0:19 UTC
Read the original article
Hit count: 673
I would like to create a simple .MAP file listing addresses and symbol names from a PDB file. My natural inclination was to look for a tool named "pdb2map", but most of the results I get for that appear to refer to a sample program from the CD included with Debugging Applications for Microsoft .NET and Microsoft Windows, which unfortunately is not also posted on the 'net.
Anyone know a good tool for this? Thanks.
© Stack Overflow or respective owner