Does anyone know of an application that determines when & what dll files are called?
Professional Software Development Tools
Does anyone know of an application that determines when & what dll files are called?
http://www.indigorose.com/forums/sho...902#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