C#.NET Obfuscator

  • Thread starter Thread starter Divyesh
  • Start date Start date
D

Divyesh

Hello,

Can anybody suggest obfuscator's available for .NET in specific for C#?
Also if possible, share your experience.

Thanks,
Divyesh
 
Hi,
You can find various obfuscator tools for C# from the following link,
http://msdn.microsoft.com/vcsharp/programming/tools/ and see Obfuscators
section.
I have tried also Community Edition of Dotfuscator which comes with VS.NET
2003. the problem with it is minimal functionalities and it just changes the
names and show that code when you decompile.
But, .Net Reactor is a really good one i have tried found on the following
link:
http://www.itlocation.com/en/software/prd64396,,.htm

I have used Reflector .Net Decompiler to test Obfuscated code..

HTH,
 
After obfuscation all namespace / class / method name changes, does that
mean all my application refering obfucated dll has to change!!
I am sure, ther should be better solution to that. i will be gr8 if somebody
can share that.
 
After obfuscation all namespace / class / method name changes, does that
mean all my application refering obfucated dll has to change!!
I am sure, ther should be better solution to that. i will be gr8 if somebody
can share that.
 
Back
Top