Please point me to FREE/Open source obfuscation tools for .NET assemblies.

Edit: I also want to obfuscate strings in my application. I think Dotfuscator Community Edition doesn't obfuscate an application fully.

link|improve this question
feedback

6 Answers

up vote 19 down vote accepted

Maybe Eazfuscator.NET?

Check out this SO question: Best .NET obfuscation tools/strategy

link|improve this answer
Hi Aziz,I've checked that question. But it's all not free. – Josh Apr 30 '09 at 6:18
Eazfuscator.NET is free, and has string encryption. Give it a try :) – Aziz Apr 30 '09 at 6:20
Why Eazfuscator.NET doesn't obfuscate application's Resources too ? – Danpe Aug 12 '11 at 11:14
It does ... according to their website .. "Resource encryption and compression" – Aziz Aug 13 '11 at 6:40
From what I've tested, it's definitely the best choice. Also currently actively developed by its author (03/2012). – ken2k Mar 13 at 16:47
feedback

Babel Obfuscator looks good:

http://www.babelfor.net/

They have a free version in their underground section:

http://www.babelfor.net/Underground.aspx

link|improve this answer
The link doesn't work any more... – Prabath Siriwardena Sep 6 '11 at 3:54
feedback

Dotfuscator Community Edition?

link|improve this answer
2  
This is so limited. :( – CSharper Apr 30 '09 at 7:12
feedback

Excepting eazfuscator, which seems a very good choice, you could also look at codeplex : http://confuser.codeplex.com/

I didnt made any research, but it seems a nice project.

link|improve this answer
feedback

Freeware .NET Obfuscator Skater Light Edition 1.0 is a free obfuscator for .NET platform.

RustemSoft presents Freeware Light Edition of well-known Skater .NET Obfuscator, an obfuscation tool for .NET code protection.

link|improve this answer
i can not recommend this tool. it creates .exe that isn't executable and (in my case) if the exe is greater than 770kb the obfuscator don#t obfuscate the .exe. .( – Jeffrey Jul 27 '09 at 20:30
feedback

There is only one answer, Eazfuscator.NET.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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