Search code examples
.netencryptiondecompiling

How to prevent .net application to be decompiled


Possible Duplicates:
What is the best .NET obfuscator on the market?
Best .NET obfuscation tools/strategy

Hi there,

I'm ending my development of a small business application, using NET 4.0.

I would like to know which tool are you using to prevent your code to be decompiled/stolen.

I know that exists a few tools in the market, but I would like to know the best ones, keeping in mind that I'm using reflection to access properties and some methods

Thanks


Solution

  • You can use Visual Studio's Dotfuscator.