|
-
May 24th, 2007, 03:48 PM
#8
Re: Check if DLL is managed or not
 Originally Posted by Siddhartha
That's interesting - but I am not sure if finding exported functions is relevant to this problem.
Devil is in the details I wanted to point at the PE format, from which you can easily get the dependent dlls , mscoree.dll would show up there.
The attached sample ( depends.exe ) has implemented it in a class called MODULE_DEPENDENCY_LIST. OP can simply use this class and find the dependent module name there.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|