views:

28

answers:

0

In the Disassembly window, I have something like:

   call        dword ptr ds:[6275FCh] 

What can I type in the address box, in order to go to the indirect address pointed to by [6275FCh], without having to copy-paste it from the Memory window, and of course without tracing into the thing?

EDIT: Actually the ultimate dream would be to resolve the address directly to a symbol, but I doubt that is possible...