Home All Groups Group Topic Archive Search About

PROTECT FROM DECOMPILERS

Author
14 Jul 2006 10:36 PM
Diego Flórez
Is there some way to protect my .NET code from decompilers, besides
obfuscation???

thanks!

Author
16 Jul 2006 11:44 PM
Mary Chipman [MSFT]
The only way to totally protect your code is to create a Web service
where your code is never executing on the client machine. Otherwise,
obfuscation is it.

--Mary

On Fri, 14 Jul 2006 17:36:47 -0500, "Diego Flórez"
<diegoflore***@gmail.com> wrote:

Show quoteHide quote
>Is there some way to protect my .NET code from decompilers, besides
>obfuscation???
>
>thanks!
>