Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get source code from Click Once Application

Tags:

c#

clickonce

Is it possible to de-compile the executable Click once application into the original source code i.e. the .cs file? Using C#.NET Visual Studio 2010.

like image 293
Kameron Avatar asked Aug 26 '26 18:08

Kameron


1 Answers

You can't decompile it to the original .cs file, but you could use one of the many decompilers (such as Reflector) to decompile the executable into something similar to the original source, provided it wasn't obfuscated or otherwise protected in a means that prevents this.

This will require tools in addition to Visual Studio, however. Visual Studio doesn't have a built-in decompiler (other than Ildasm, which is part of the framework).

like image 66
Reed Copsey Avatar answered Aug 29 '26 08:08

Reed Copsey



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!