Silverlight Code Obfuscation - Stack Overflow most recent 30 from stackoverflow.com 2009-12-19T08:12:36Z http://stackoverflow.com/feeds/question/664989 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/664989/silverlight-code-obfuscation 1 Silverlight Code Obfuscation Nobody Important 2009-03-20T04:30:26Z 2009-11-03T17:36:11Z <p>I'm looking for recommendations of any free tools available for Silverlight code obfuscation. The professional version of obfuscator supports Silverlight, but the community edition of Obfuscator does not.</p> <p>Obfuscar from Google Code requires manual specification of every item that shouldn't be obfuscated, so every control and property referenced in XAML must be manually listed. There's no option to not obfuscate names of any public types and members. Even if I manually specify every public class and member, I don't know yet whether there are any other Silverlight issues lurking.</p> <p>I'm not interested in starting another discussion about the wisdom of code obfuscation, or the lack thereof.</p> http://stackoverflow.com/questions/664989/silverlight-code-obfuscation/670159#670159 1 Answer by BenMaddox for Silverlight Code Obfuscation BenMaddox 2009-03-21T22:54:58Z 2009-03-21T22:54:58Z <p>The following link appears to several answers that also work for this question. <a href="http://stackoverflow.com/questions/450341/silverlight-and-obfuscation">http://stackoverflow.com/questions/450341/silverlight-and-obfuscation</a></p> http://stackoverflow.com/questions/664989/silverlight-code-obfuscation/783995#783995 0 Answer by Joe Kuemerle for Silverlight Code Obfuscation Joe Kuemerle 2009-04-23T23:34:21Z 2009-04-23T23:34:21Z <p>The version of Dotfuscator Community Edition that will ship with Visual Studio 2010 will support obfuscation of both Silverlight 2 and Silverlight 3 assemblies.</p> http://stackoverflow.com/questions/664989/silverlight-code-obfuscation/1264342#1264342 0 Answer by pooran for Silverlight Code Obfuscation pooran 2009-08-12T05:20:33Z 2009-08-12T05:20:33Z <p><a href="http://code.google.com/p/babelobfuscator/" rel="nofollow">http://code.google.com/p/babelobfuscator/</a> the free and cool one for now :)</p> http://stackoverflow.com/questions/664989/silverlight-code-obfuscation/1668955#1668955 0 Answer by Mike for Silverlight Code Obfuscation Mike 2009-11-03T17:36:11Z 2009-11-03T17:36:11Z <p>I haven't seen a good &amp; free obfuscator for Silverlight so far. Here is a nice review of some cheap obfuscators: <a href="http://www.olsonsoft.com/blogs/stefanolson/post/Selecting-an-obfuscator-for-Silverlight.aspx" rel="nofollow">http://www.olsonsoft.com/blogs/stefanolson/post/Selecting-an-obfuscator-for-Silverlight.aspx</a>. The author choosed .NET Reactor as favorit obfuscator.</p>