|
You can dissasemble the .NET application in IDA 4.17 or 4.30, which have module for "IL" processor, save the database and then open it in IDA 4.5.
And you can easy dissasemble .NET programs in their own (MS) disassembler - ILDASM.exe.
Of course this is not disassembling to x86 asm, the result code is "intermediate language" ="IL asembler".
|