Re: unicows update and PE memory format

2003-11-25 Thread Shachar Shemesh
Rolf Kalbermatter wrote: Now here's the puzzle - GetProcAddress is never called. Neither are these functions imported from the DLL in the PE header. In fact, unicows.dll does not even appear in the PE header (which makes sense - on NT you don't even want to install it). This means that unicows.

Re: unicows update and PE memory format

2003-11-25 Thread Rolf Kalbermatter
Message: 4 Subject: Re: PE stack trick not working on lowmem machines From: Mike Hearn <[EMAIL PROTECTED]> To: Alexandre Julliard <[EMAIL PROTECTED]> Cc: Marcus Meissner <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Date: Mon, 24 Nov 2003 21:00:33 + On Mon, 2003-11-24 at 20:38, Alexandre Julliard wro

Re: unicows update and PE memory format

2003-11-25 Thread Shachar Shemesh
Steven Edwards wrote: --- Shachar Shemesh <[EMAIL PROTECTED]> wrote: If anyone can help me shed more light on this, I would be most grateful. I dont know if you've seen this or not. Maybe it will be of some help. http://libunicows.sourceforge.net/ Thanks Steven I guess the same proble

Re: unicows update and PE memory format

2003-11-24 Thread Steven Edwards
--- Shachar Shemesh <[EMAIL PROTECTED]> wrote: > If anyone can help me shed more light on this, I would be most > grateful. I dont know if you've seen this or not. Maybe it will be of some help. http://libunicows.sourceforge.net/ Thanks Steven __ Do you Yahoo!?

Re: unicows update and PE memory format

2003-11-24 Thread Alexandre Julliard
Shachar Shemesh <[EMAIL PROTECTED]> writes: > Some tracing leads me to suspect (I have not done enough research to > determine yet) that it accesses the PE header of kernel32 directly. It > appears that unicows.dll enountered the exact same problem we have vis > a vis GetProcAddress, and have happ

Re: unicows update and PE memory format

2003-11-24 Thread Shachar Shemesh
Alexandre Julliard wrote: Shachar Shemesh <[EMAIL PROTECTED]> writes: It seems that I won't be able to use the forwarding inside the spec file. I'm not sure exactly why that is, but I think the unicows.lib link time library tries to load stuff by doing "GetModuleHandle", and then fetching rela

Re: unicows update and PE memory format

2003-11-24 Thread Alexandre Julliard
Shachar Shemesh <[EMAIL PROTECTED]> writes: > It seems that I won't be able to use the forwarding inside the spec > file. I'm not sure exactly why that is, but I think the unicows.lib > link time library tries to load stuff by doing "GetModuleHandle", and > then fetching relative values from that

unicows update and PE memory format

2003-11-24 Thread Shachar Shemesh
Hi list, Here is a quick update. It seems that I won't be able to use the forwarding inside the spec file. I'm not sure exactly why that is, but I think the unicows.lib link time library tries to load stuff by doing "GetModuleHandle", and then fetching relative values from that place. Is there