Dissecting managed PE file (EXE or DLL)

G

Guest

Hell all,

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.

thanks
pradeep_tp
 
G

Guest

my apologies for making spelling mistake in the word "Hello". "Hell" should
read "Hello". I wish there was some means of editing the posts here.
 
M

Marcus Cuda

pradeep_TP said:
Hell all,

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.

thanks
pradeep_tp
Check out PE Explorer - http://www.heaventools.com. Not free, but works well with managed files.
Marcus
 
M

Mattias Sjögren

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top