I lost the original source code of my .exe
. Now I want to edit some more changes. Is there is any way to make the published code of .exe
as readable in C# asp.net?
Asked
Active
Viewed 68 times
-3

Ulf Gjerdingen
- 1,414
- 3
- 16
- 20

Mohan
- 21
- 1
- 4
-
Hey thanks i got it – Mohan Jun 15 '16 at 10:21
1 Answers
-1
Reflector and its add in FileDisassembler
Reflector will show the source code and FileDisassembler will convert it into Visual Studio Solution.
Please check out this link.
And for more knowledge you can check this link as well.

Community
- 1
- 1

Rajdeep Nandi
- 25
- 10