Can Relay miss some calls in initialization stage?

Marcus Meissner marcus at jet.franken.de
Fri Jul 9 13:29:45 CDT 2010


On Fri, Jul 09, 2010 at 10:34:10AM -0400, Hayan Lee wrote:
> Hi, all
> 
> I'm working on relay layer in WINE.
> When I turn on WINEDEBUG=+relay, relay looks to miss some calls.
> 
> When is the relay layer loaded?
> Before dll loaded or after?
> 
> If WINE does something in its initialization step, relay can catch those or
> not?

The DLL loader hooks the relay code into the exported functions.

So any inter-DLL call should be visible.

There are default filters which might trigger or other things.

Exactly what calls are you missing?

Ciao, Marcus



More information about the wine-devel mailing list