NtProtectVirtualMemory

Mike Hearn mike at plan99.net
Wed Apr 5 17:17:15 CDT 2006


On Wed, 05 Apr 2006 19:06:41 -0400, Segin wrote:
> Hmm... Intresting. I am going to assume, from what I have seen, that 
> emulated Win32 processes have a represenative POSIX process. Is it 
> possible to implement a lookup table of sorts to make it work cross-process?

The wineserver would have to trigger some code in the client, either by
having a signal or a generic background thread that could do it on behalf
of the other process.

Such a scheme has been discussed before for things like CreateRemoteThread
and friends.




More information about the wine-devel mailing list