From: glitteringsounds on 1 Apr 2010 07:56 I need to lookup function parameters(their types infact) from PDB file From dbghelp, we can parse any pdb and can get info like how many functions,addresses function names and others etc. My problem is I am also interested to get function parameters as well. As SYMBOL_INFO structure in callback function only contains symbolName,Addresses and Size. How can we lookup PARAMETERES(in/out Types/names)of any function.
|
Pages: 1 Prev: LBW 0.1: Linux Binaries on Windows Next: Any body know about Dia2Dump SDK and its usage? |