DLL disassembly

  • Thread starter Thread starter popman
  • Start date Start date
P

popman

Hi Everyone,


I've developed a web control and compiled it to dll.But The dll can be
disassembly and shown most of the source code.
What should I do if I deploy the dll to clients and wanna protect the
source code at the same time?


Thanks
 
You need to obfuscate the dll. To do that you can use Dotfuscator community
edition that comes with VS.NET. This edition offers some amount of
protection but to get maximum protection you need to buy their professional
edition(That's what we use). There are also other obfuscators on the market
as well just do a search for "obfuscators".

Shawn
 

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

Back
Top