31 Oct
2008
31 Oct
'08
11:06 a.m.
On Fri, Oct 31, 2008 at 8:51 AM, Henri Verbeet <hverbeet(a)gmail.com> wrote:
2008/10/31 Dan Kegel <dank(a)kegel.com>:
How would we do this on Windows? (We need the winetest results to be reliable, too.) That was the main reason I didn't go for LD_PRELOAD... I guess we do some sort of DLL injection, but I haven't done it personally before.
You could patch the IAT, but that's quite a bit less nice than LD_PRELOAD, of course.
The thing is, I want to support running tests on Windows as well. May as well do it the same way everywhere... - Dan