I want to ask if there is any program I can use to decompile an exe or dll, to C# code, because, by mistake I erased the source code and I want to make modifications.
Asked
Active
Viewed 6,447 times
0
-
10"because by mistake I erase the source code and I want to make modification" - sounds legit... – Marc Gravell Sep 10 '13 at 10:38
-
5Maybe i can [google](http://bit.ly/1fUdi6d) this for you? – Stefan Koenen Sep 10 '13 at 10:35
-
3Is it an exe or is a dll? Can't you tell? Anyway, the source code is in your revision control system. – David Heffernan Sep 10 '13 at 10:43
-
Why do you even ask a question here? Its much easier to google this?!?! – Felix K. Sep 10 '13 at 10:52
-
I will try reflector as it is suggested here. I have both exe & dll. Ok I admit it's sounds illegal but I think 'serious' programs are obfuscated and have encryption or other security messures. – Stathis Andronikos Sep 10 '13 at 10:57
2 Answers
1
Reflector
is a decent disassembler But it is a paid software these days, but worth considering.

Krishna Sarma
- 1,852
- 2
- 29
- 52