How to accesing other process's recourses

Nicholas Sherlock n.sherlock@gmail.com
Thu Oct 15 14:46:00 GMT 2009


d3d1 wrote:
> Hi All,
> 
> If 2 programs running at same time, is it possible one of those applications
> access the other's recourses such as memory data?

On Windows, yes. Look at the ReadProcessMemory / WriteProcessMemory 
APIs. This is not a GCC question, however.

Cheers,
Nicholas Sherlock



More information about the Gcc-help mailing list