Hi,
How to decompile my compiled program?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Sep 15, 2011, 10:45 AM
http://www.jetbrains.com/decompiler/
It's still a work in progress but I've used it a few times and it looks promising.
Notice that no decompiler can recover the original local variable names, any comments or preprocessing directives, all of which are lost when the source code is compiled to IL.
Sam HobbsPosted Sep 15, 2011, 10:51 PM
The JetBrains web site states that dotPeek might harm our computer. Yes, they say that in their web site.
Roy SPosted Sep 15, 2011, 10:05 AM
But unfortunately it's no longer free... You can use the trail version or another program called IL Spy which does the same and it's free (you can even get the source code of it).
To actually decompile it, just open the exe in the program and select it. There should be an option somewhere like 'decompile', 'export' or 'save code'.