Hello,
I need to get stack frame of function from any pdb (All in/out arguments and their types). I got function name and address of certain function from pdb, now I need to know all parameters(in/out) of that function from pdb file programmatically. Is there any way..??
Edit: the functions in question are written in unmanaged code.
Regards Usman