View Single Post
Old Jan 10th, 2007, 9:50 AM   #1
magnus.therning
Programmer
 
Join Date: May 2006
Location: Cambridge, UK
Posts: 60
Rep Power: 3 magnus.therning is on a distinguished road
Playing with PDBs in Windows

Well, this isn't really a C++ question as much as a Windows question, but since there's no specific Window area here...

I've been playing around with PDBs in Windows and I've successfully extracted the address of every function in the executable. Now I'm trying to do the same for other compilands (i.e. DLLs) but I'm having problems walking around the "PDB tree". How do I find the external symbols and their addresses?
__________________
Don't comment bad code - rewrite it.
- The Elements of Programming Style (Kernighan & Plaugher)
magnus.therning is offline   Reply With Quote