Re: Question: How to link kernel32.dll.so to get loaded at a fixed

2007-11-15 Thread Alexandre Julliard
"Dan Kegel" <[EMAIL PROTECTED]> writes: > Good question. It's probably pretty involved; you may have to wait > for an expert to try it and see what it breaks. Alexandre suggested > it might not work recently (see > http://bugs.winehq.org/show_bug.cgi?id=10273#c17 ), but > perhaps he's being ove

Re: Question: How to link kernel32.dll.so to get loaded at a fixed address (0x7bf0000) each time in a Solaris environment

2007-11-15 Thread Marcus Meissner
On Thu, Nov 15, 2007 at 01:12:07PM +0100, Chris McKillroy wrote: > Hello everybody, > > I recently run into the following problem: > > I tried to use a DLL injection into a process started by a controller > Process using an external code hooking dll > (http://www.madshi.net/madCodeHookDescription

re: Question: How to link kernel32.dll.so to get loaded at a fixed

2007-11-15 Thread Dan Kegel
Chris McKillroy asked: > I tried to use a DLL injection ... > (http://www.madshi.net/madCodeHookDescription.htm) > Under Solaris10 (wine version 0.9.49) the child process regularly > crashed... [because] kernel32.dll.so > always gets loaded to a varying address by the runtime linker Yep. Known pr

Question: How to link kernel32.dll.so to get loaded at a fixed address (0x7bf0000) each time in a Solaris environment

2007-11-15 Thread Chris McKillroy
Hello everybody, I recently run into the following problem: I tried to use a DLL injection into a process started by a controller Process using an external code hooking dll (http://www.madshi.net/madCodeHookDescription.htm) to achieve some sort of datalink. In a windows environment the solution w