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.
User contributions licensed under CC BY-SA 3.0