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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top