Re: Read RAM from Process

2007-12-09 Thread Marcus Meissner
On Sun, Dec 09, 2007 at 01:58:53PM +0100, Kai Lauterbach wrote: > Hi, > > at the moment I'm writing a little Linux based program to read some > variables from a Windows application. But my problem is, that i can't > access to the virtual memory of the Win App running under wine. I don't > know how

Read RAM from Process

2007-12-09 Thread Kai Lauterbach
Hi, at the moment I'm writing a little Linux based program to read some variables from a Windows application. But my problem is, that i can't access to the virtual memory of the Win App running under wine. I don't know how to do this. c/c++ isn't the problem but the right way to do it. I've alrea