Hi Jack,
to view content of RAM one need to use debugger and have some programming skills.
basic information about debuggers you may find at https://docs.microsoft.com/en-us/windows-hardwa...
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I want to check all the data stored in the Primary Memory(RAM). that where all the data store in RAM,and how can we see that at the place where it is situated.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hi Jack,
to view content of RAM one need to use debugger and have some programming skills.
basic information about debuggers you may find at https://docs.microsoft.com/en-us/windows-hardwa...
Hi Dave,
Thanks for replying..
I want to check the stored data of primary memory.
As we can check the data of secondary storage as stored caches and temporary file for performed process for secondary storages
Hi CoddyJack
I am Dave, an Independent Advisor, I will help you with this . . .
Most of the data stored in RAM is in BitCode and is not human readable, each application or process is allocated a section of RAM, and Windows will block any other processes accessing that section of RAM, may I ask what you are trying to achieve by reading data back from RAM
Hi CoddyJack
As far as I know that is not possible, but see if anyone comes along with a way to do that, i would be very interested to see if they do . . .