Jon
Tue Apr 20 12:44:37 CDT 2004
cody <please_dont.spam.deutronium@gmx.de> wrote:
> > > is there a way to protect your assemblies from being viewed by such
> tools as ildasm ?
> >
> > See
http://www.pobox.com/~skeet/csharp/faq/#obfuscation
>
> Obfuscation tools can make a .net assembly harder to *decompile* but cannot
> *disassemble*
> I know you will know that but I just wanted to point that fact out :)
Sure. However, the point of what I wrote in the FAQ is that for the
most part, the spectre of thousands of hackers breaking your code is
just that - a spectre. Most code is easier to write from scratch than
trying to understand decompiled or disassembled obfuscated code.
--
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too