Finding a function from its address
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 开发者_如何学JAVAI cannot debug it.
I debug using VS2005, btw.
精彩评论