View Single Post
joaquimandrade
Veteran Member
Join Date: Dec 2008
Location: Portugal
Old 02-09-2010 , 22:16   Re: Intercept dll's loading (windows)
Reply With Quote #5

Quote:
Originally Posted by HL-SDK View Post
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.
What Im looking is not for Half Life 2 so nevermind. Thanks both for the comments I will investigate more myself.
__________________
joaquimandrade is offline