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
  • 7,681
  • 21
  • 83
  • 209

1 Answers1

1

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

Bala R
  • 107,317
  • 23
  • 199
  • 210