assembly protection ?

G

Guest

Hi,

is there a way to protect your assemblies from being viewed by such tools as ildasm ?

thnx

Chris

**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
 
J

Jon Skeet [C# MVP]

cody said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top