View Single Post
HL-SDK
Member
Join Date: Jan 2009
Old 02-09-2010 , 15:53   Re: Intercept dll's loading (windows)
Reply With Quote #4

If loadlibrary is an import, detour that and check if it is loading the dll you're interested in.

What are you looking for specifically? If you just while(!handle) { handle = GetModuleHandle("silly.dll"); Sleep(10); }; You may be OK, unless you're looking for some stuff that gets called real early on.

Last edited by HL-SDK; 02-09-2010 at 15:57.
HL-SDK is offline