About MSIL Disassembler

J

jackie

when i try to use msil disassembler to disassemble the .exe file
generated by vc++2005,it says "has no valid CLR header",what does that
mean?? thx for your help in advance..
 
B

Bartc

jackie said:
when i try to use msil disassembler to disassemble the .exe file
generated by vc++2005,it says "has no valid CLR header",what does that
mean?? thx for your help in advance..

Er, probably that it doesn't have a valid CLR header. EXE files are
generally binary, not IL.

But you might have better feedback in a forum dealing with C++ and/or MS
stuff.
 
H

Harold Aptroot

jackie said:
when i try to use msil disassembler to disassemble the .exe file
generated by vc++2005,it says "has no valid CLR header",what does that
mean?? thx for your help in advance..

Is it compiled as C++/CLR or C++/native? (native can't be be
msil-disassembled, because it's not msil)
 
J

jackie

Is it compiled as C++/CLR or C++/native? (native can't be be
msil-disassembled, because it's not msil)

So,what assembler can i use to assemble C++/native? thx.
 
J

jackie

i know in linux,objdump maybe a good choice for disassemble,but i use
ms windows and vs2005,so what assembler will be better for me to use
for c++/native? thx.
 
H

Harold Aptroot

jackie said:
i know in linux,objdump maybe a good choice for disassemble,but i use
ms windows and vs2005,so what assembler will be better for me to use
for c++/native? thx.

The disassembler that comes with nasm maybe?
 
B

Bartc

jackie said:
i know in linux,objdump maybe a good choice for disassemble,but i use
ms windows and vs2005,so what assembler will be better for me to use
for c++/native? thx.

You want to disassemble to x86 code, not MSIL? Try pedump.exe or dumppe.exe.
 

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

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,189
Latest member
CryptoTaxSoftware

Latest Threads

Top