This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.


Cheers,
Nicholas Sherlock


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]