Home All Groups Group Topic Archive Search About

Is all .NET assembles are vulnerable to decompilation ?

Author
1 Nov 2006 5:54 AM
vighnesh
Hi All

Is there anyway to protect .NET assemblies from being decompiled ? As I came
to know that there is a tool called .NET Reflector to decompile the assembly
to Source code. Does this mean all .NET assembles are vulnerable? If not
Please advice, how could we protect from decompilation.a

Thanks in advance

Regards
Vighneswar

Author
1 Nov 2006 12:25 PM
Adam Clauss
"vighnesh" <vighn***@nannacomputers.com> wrote in message
news:eCUFvoX$GHA.4604@TK2MSFTNGP02.phx.gbl...
> Hi All
>
> Is there anyway to protect .NET assemblies from being decompiled ? As I
> came to know that there is a tool called .NET Reflector to decompile the
> assembly to Source code. Does this mean all .NET assembles are vulnerable?
> If not Please advice, how could we protect from decompilation.a

The short answer, is yes.

All assemblies can be decompiled, though there are tools you can use to make
it more difficult called "obfuscators".  Some are free, some you pay for...
I personally have not used any and cannot make any recommendations.  Perhaps
others can.

You could start by checking out:
http://www.google.com/search?q=.net+obfuscator

--
Adam Clauss
Are all your drivers up to date? click for free checkup

Author
2 Nov 2006 6:52 AM
"Hadi Hariri" <>
As Adam mentions, you can use obfuscators. The best one we've found is
XenoCode.



Bookmark and Share