1

Possible Duplicate:
Protect .NET code from reverse engineering?

Hi All,

There are tools that can allow you to see the source code of dll assembly. I want to find out how to prevent that, so that C sharp source code is protected.

Community
  • 1
  • 1
Pingpong
  • 6,920
  • 18
  • 73
  • 174

1 Answers1

1

You want to look into Code Obfuscation. I have used dotfuscator for .net and has worked well.

Bala R
  • 104,615
  • 23
  • 192
  • 207