This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: How to accesing other process's recourses
- From: Brian McGrew <brian at visionpro dot com>
- To: Nicholas Sherlock <n dot sherlock at gmail dot com>, <gcc-help at gcc dot gnu dot org>
- Date: Thu, 15 Oct 2009 07:10:38 -0700
- Subject: Re: How to accesing other process's recourses
> 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.
-----
If there's a way to do this on Linux using gcc-4.1.1 and kernel-2.6.23++ I
would love to hear it! Persaonlly, I know it's not a gcc question, but
you's guys are the guru's and it would help me out tremendously!!!
TIA,
-b