What is a good program to get a nice, human readable form of the CLI of a portable executable file? I don't want a full disassembler because I'd like to learn how they work (or, in my case, not work).
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
I recommend reflector. It can show you IL, C# and a lot more. [edited] Since reflector is not free anymore I am using ILSpy [/edited] Best Adriano |
||||
|
|
|
You should be to use ILDASM to extract the IL
|
|||
|
|