PDA

View Full Version : Determine Dll calls


thetford
01-15-2008, 08:02 PM
Does anyone know of an application that determines when & what dll files are called?

sside
01-17-2008, 07:32 AM
http://www.indigorose.com/forums/showthread.php?p=113902#post113902

Use GetModules to get a table of dll's loaded by a specific process (.exe).

Although i'm not sure if this is what you asked.

With Kind Regards
sside