Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > How to identify given DLL is WIN32 or .NET assembly?

Reply
Thread Tools

How to identify given DLL is WIN32 or .NET assembly?

 
 
Gnanaprakash Rathinam
Guest
Posts: n/a
 
      03-15-2005
Hi All,

Is there a way to identify given .dll is WIN32 or .NET assembly by looking
into PE headers?

Thanks,
GP.


 
Reply With Quote
 
 
 
 
Mattias Sjögren
Guest
Posts: n/a
 
      03-15-2005
>Is there a way to identify given .dll is WIN32 or .NET assembly by looking
>into PE headers?


Yes. Assemblies (or rather the modules that make up the assembly) have
a CLI header (IMAGE_COR20_HEADER) pointed to by data directory #15 in
the PE header.



Mattias

--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
 
Reply With Quote
 
 
 
 
Alain Leroy
Guest
Posts: n/a
 
      03-17-2005
You can always use "ildasm.exe".

"Gnanaprakash Rathinam" <> a écrit dans le
message de news: flvZd.26$...
> Hi All,
>
> Is there a way to identify given .dll is WIN32 or .NET assembly by looking
> into PE headers?
>
> Thanks,
> GP.
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
" Given BACK what was freely GIVEN " 2Barter.net C++ 0 12-13-2006 02:56 AM
Days in a given date range for a given month......... Lord0 Java 1 04-19-2006 04:54 PM
generate all possible strings of given length given a set of characters chiara C Programming 6 10-06-2005 01:43 AM
Daylight Saving time: How to identify if a given time is invalid? Pranav Kantawala Java 5 02-25-2004 06:28 PM
msvcrt.dll, msvcirt.dll, msvcrt20.dll and msvcrt40.dll, explanation please! Snoopy NZ Computing 16 08-25-2003 12:34 PM



Advertisments