How to tell what dlls are mapped into a process
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I have my dll injected into another process. Is there a way from that dll that I can tell what other dll's are mapped into the process, and be able to get the module handle to one of them? Any help is appreciated. -Dev578
Dev578 wrote: Is there a way from that dll that I can tell what other dll's are mapped into the process
EnumProcessModules()
will do that for you. MSDN has a page called "Enumerating All Modules For a Process" that should have you the code you need. --Mike-- Personal stuff:: Ericahist | Homepage Shareware stuff:: 1ClickPicGrabber | RightClick-Encrypt CP stuff:: CP SearchBar v2.0.2 | C++ Forum FAQ ---- #include "witty-quote.h"