As the title states, I'd like some help in being able to see what is happening in a process through a memory dump. I can .dump the memory and can see what DLL's are loaded into memory by the process but I want to see the addresses that are being used and what might be going on at those addresses. Also, is it possible to see what is happening in memory at that exact moment while the process is running. Is that what Olly is for?