vote up 1 vote down star
1

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.

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.

I'm not interested in starting another discussion about the wisdom of code obfuscation, or the lack thereof.

flag
If you find a tool that renames variables to a1, a2 etc. Then I don't see why it wouldn't work with SL. – Jonathan Parker Mar 20 at 8:59
Very good question. I would like the same thing. – BenMaddox Mar 21 at 22:26

4 Answers

vote up 1 vote down

The following link appears to several answers that also work for this question. http://stackoverflow.com/questions/450341/silverlight-and-obfuscation

link|flag
vote up 0 vote down

The version of Dotfuscator Community Edition that will ship with Visual Studio 2010 will support obfuscation of both Silverlight 2 and Silverlight 3 assemblies.

link|flag
vote up 0 vote down

http://code.google.com/p/babelobfuscator/ the free and cool one for now :)

link|flag
vote up 0 vote down

I haven't seen a good & free obfuscator for Silverlight so far. Here is a nice review of some cheap obfuscators: http://www.olsonsoft.com/blogs/stefanolson/post/Selecting-an-obfuscator-for-Silverlight.aspx. The author choosed .NET Reactor as favorit obfuscator.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.