How can we help you today? How can we help you today?

Disassemble is not working? using reflector 6.5.0.135

I am not seeing any c# when i try to disasseble a exe

I am using reflector 6.5.0.135. I never used this tool before.

I do see some assembly attributes, like Assembly:AssemblyVersion xxxxx

For a C# exe, shouldn't i see a Main() method?

What am I missing?
petercli
0

Comments

1 comment

  • Clive Tong
    To see some C#, you need to have selected a namespace, type or method.

    Check that the Disassembler Pane is shown - if you have selected an assembly, say mscorlib, then pressing space will display it. Then expand the tree view until you reach something more interesting - from mscorlib, you could expand to CommonLanguageRuntimeLibrary and then go to the namespace Microsoft.Runtime.Hosting. When you select that, some C# code will be displayed.
    Clive Tong
    0

Add comment

Please sign in to leave a comment.