"####" does not contain a CLI header
-
Thursday, August 23, 2007 2:11 AM
Hi, experts
When i use Lutz Roeder's .NET Reflector to disassemble a dll file, it turns out the following error messsage without any results.
How can disassemble this dll file?
Thank you in advance
All Replies
-
Thursday, August 23, 2007 7:44 AM
Apparently is isn't a managed code executable. If it contains native code you need a native code disassembler, not Reflector.
-
Thursday, August 23, 2007 7:50 AM
Thanks, Mattias.
I do agree with you that i need a native code disassembler. Would you please recommend some tools to me ?
-
Thursday, August 23, 2007 8:06 AM
The .NET BCL forum is probably not the best place to ask for disassembler recommendations. But if you already have Visual Studio you have simple disassemblers in the IDE and in Dumpbin.exe.
-
Thursday, August 23, 2007 8:09 AM
Thank you so much

