ohio813 / pdbparse

Automatically exported from code.google.com/p/pdbparse
0 stars 0 forks source link

How to find the type of a global symbol #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, I cannot find your email so I write this issue.

I can use pdbparse to find global symbols, and all the types. However, I cannot 
connect them. 

For example, I find the 'symbol' of a global procedure, whose name is 
'hello_world', and there is a 'type' in TPI describe the 'hello_world' 
procedure. However, there is no information in the 'symbol' to point to the 
'type'. 

So, I think there must be some information in the PDB file to describe the type 
of a symbol, the problem is where I can find it?

Thank you!

Original issue reported on code.google.com by ZhouXuN...@gmail.com on 4 Jan 2015 at 8:34