How to get the memory address of a process? 
Author Message
 How to get the memory address of a process?

Hi people.

I need to know the memory address where a process is running, but I
just have the processID and the its handle.

How can I do that?

Thanks.
--
Rafael Bonilla Armijos.

Sent via Deja.com http://www.*-*-*.com/
Before you buy.



Fri, 06 Sep 2002 03:00:00 GMT  
 How to get the memory address of a process?
In general, 32-bit windows applications have no knowledge of actual memory
addresses, either their own or those of other applications. This is
necessary for reliable preemptive multitasking. Even when two applications
share data, they do so through a shared memory file mapping, not through
knowing actual physical ram addresses. To the best of my knowledge, only
code running at Ring 0 (such as a device driver)  can address actual
physical ram.

Perhaps if you indicated exactly what you want to do, someone might be able
to provide more helpful advice.




Sat, 07 Sep 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. howto determine base memory address of a process?

2. getting memory address of a variable.

3. Q: Getting calling process from in-process server dll

4. Q: Getting calling process from in-process server dll

5. Q: Getting calling process from in-process server dll

6. How to get data from I/O address or memory address

7. getting address from the address book

8. Getting addresses out of Lotus Notes Address Book

9. Getting the ip address based on the MAC Address

10. Getting a machine's MAC address given a NETBIOS machine name or IP address

11. Automate address book import process?

12. Need help reading a heap address from another process

 

 
Powered by phpBB® Forum Software