Click to See Complete Forum and Search --> : Dlls loaded


Quell
January 30th, 2005, 12:17 PM
Hey.
How can i find out what dlles are loaded into the process?
thx

Mick
January 30th, 2005, 12:21 PM
You can use the PSAPI.

Enumerating modules (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/perfmon/base/enumerating_all_modules_for_a_process.asp)

NoHero
January 31st, 2005, 01:19 AM
You can use the PSAPI.

Enumerating modules (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/perfmon/base/enumerating_all_modules_for_a_process.asp)

Or If you have to be compatible with Win9x the toolhelp functions:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/perfmon/base/tool_help_library.asp

/ 6 posts to go