Finding a function from its address

0

How can i get which function is pointed by a function pointer? I have the value of the function pointer, lets say 0x00001AC4, and I have the whole source code, but I don't know to which function the pointer refers, therefore I cannot debug it.

I debug using VS2005, btw.

debugging
visual-studio-2005
function-pointers

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0