Silverlight Code Obfuscation - Stack Overflow most recent 30 from stackoverflow.com2009-12-19T08:12:36Zhttp://stackoverflow.com/feeds/question/664989http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/664989/silverlight-code-obfuscation1Silverlight Code ObfuscationNobody Important2009-03-20T04:30:26Z2009-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#6701591Answer by BenMaddox for Silverlight Code ObfuscationBenMaddox2009-03-21T22:54:58Z2009-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#7839950Answer by Joe Kuemerle for Silverlight Code ObfuscationJoe Kuemerle2009-04-23T23:34:21Z2009-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#12643420Answer by pooran for Silverlight Code Obfuscationpooran2009-08-12T05:20:33Z2009-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#16689550Answer by Mike for Silverlight Code ObfuscationMike2009-11-03T17:36:11Z2009-11-03T17:36:11Z<p>I haven't seen a good & 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>