Accessing Physical memory in Windows

Dear All,

I need to read the physical memory contents during testing of some hardware devices for a PC. Is there any utility/drivern etc. that can let me do that in Win2K ?
Thanks in advance
Basudeb Gupta

You are going to have to be a bit more specific in describing what you are
trying to do. What sort of hardware devices? What memory?

In general the answer is that no you cannot directly access physical memory.
You can map specific regions of physical memory into virtual memory in
either a kernel of user process virtual address space. There is no driver
that performs a generic ‘read physical memory’ service.

=====================
Mark Roddy DDK MVP
Windows 2003/XP/2000 Consulting
Hollis Technology Solutions 603-321-1032
www.hollistech.com

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of basudeb gupta
Sent: Tuesday, June 06, 2006 6:26 AM
To: Windows System Software Devs Interest List
Subject: [ntdev] Accessing Physical memory in Windows

Dear All,

I need to read the physical memory contents during testing of
some hardware devices for a PC. Is there any utility/drivern
etc. that can let me do that in Win2K ?
Thanks in advance
Basudeb Gupta


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online
at http://www.osronline.com/page.cfm?name=ListServer

> > I need to read the physical memory contents
There is something from Mark
(http://www.sysinternals.com/Information/TipsAndTrivia.html) plus parts of
what’s there at http://www.codeproject.com/system/soviet_kernel_hack.asp.

Hope you are not a hacker, soviet or not:-)

Google for “Device PhysicalMemory”, if \Device\PhysicalMemory is what you
need to access.

----- Original Message -----
From: “basudeb gupta”
To: “Windows System Software Devs Interest List”
Sent: Tuesday, June 06, 2006 6:25 AM
Subject: [ntdev] Accessing Physical memory in Windows

>
> Dear All,
>
> I need to read the physical memory contents during testing of some
> hardware devices for a PC. Is there any utility/drivern etc. that can let
> me do that in Win2K ?
> Thanks in advance
> Basudeb Gupta
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer

After 2K there are no soviets or hackers. Don’t run in current platforms.

Thanks for the info and the link. I forgot about it. It has been a while since I walked this way.

----- Original Message ----
From: sh_alex
To: Windows System Software Devs Interest List
Sent: Tuesday, June 6, 2006 5:16:20 PM
Subject: Re: [ntdev] Accessing Physical memory in Windows

> > I need to read the physical memory contents
There is something from Mark
(http://www.sysinternals.com/Information/TipsAndTrivia.html) plus parts of
what’s there at http://www.codeproject.com/system/soviet_kernel_hack.asp.

Hope you are not a hacker, soviet or not:-)

Google for “Device PhysicalMemory”, if \Device\PhysicalMemory is what you
need to access.

----- Original Message -----
From: “basudeb gupta”
To: “Windows System Software Devs Interest List”
Sent: Tuesday, June 06, 2006 6:25 AM
Subject: [ntdev] Accessing Physical memory in Windows

>
> Dear All,
>
> I need to read the physical memory contents during testing of some
> hardware devices for a PC. Is there any utility/drivern etc. that can let
> me do that in Win2K ?
> Thanks in advance
> Basudeb Gupta
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer


Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer