Mattias
Sun Jan 15 07:51:22 CST 2006
>I m just curious to know whether there is any tools/utilities through which
>I can open a managed EXE file and see such details as PE hader, .text and
>idata section, CLR header, IL, Metadata etc. while ILASM can only show
>manifests and IL code, i wonder how one can see sections like .text and
>.section contained inside a managed PE file.
One that I came across recently is CFF Explorer at
http://pmode.net/CFF.php. I haven't actually tried it yet but it looks
promising and it's free.
Remotesoft has a similar tool at
http://www.remotesoft.com/dotexplorer/index.html
Dumpbin.exe included with the Platform SDK and VS may also be useful.
Mattias
--
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ |
http://www.dotnetinterop.com
Please reply only to the newsgroup.