How to access physical memory location from IP address
-
Can someone assist me how to read/write physical memory location from IP address? Thanks.
User code can just access virtual memory (i.e. it doesn't know the physical address is accessing).
fingerss5 wrote:
from IP address
If you mean: "from a remote PC" then you have to write a client-server application for the purpose. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
Can someone assist me how to read/write physical memory location from IP address? Thanks.
fingerss5 wrote:
Can someone assist me how to read/write physical memory location from IP address?
Just what do you mean? An IP address has nothing to do with memory. If you mean on a remote machine, then say so. And the other posters comments are entirely valid if that is the case.
============================== Nothing to say.
-
Can someone assist me how to read/write physical memory location from IP address? Thanks.
[ This ] talks about Shared memory access permissions on Windows. Maybe [ this ] article on Memory-mapped files might help but it applies to XP, not Vista/Windows 7. ("Memory-mapped files allow a file on disk to be associated with an address space. Once this mapping is done the data in the file can be accessed as if the file was in memory." ) MSDN has lots on Memory-mapped files, google "Sharing Memory Over Networks" and/or "Memory-mapped files".
-
[ This ] talks about Shared memory access permissions on Windows. Maybe [ this ] article on Memory-mapped files might help but it applies to XP, not Vista/Windows 7. ("Memory-mapped files allow a file on disk to be associated with an address space. Once this mapping is done the data in the file can be accessed as if the file was in memory." ) MSDN has lots on Memory-mapped files, google "Sharing Memory Over Networks" and/or "Memory-mapped files".