in

Chennai .Net User Group

A platform that enables you to Learn, Share & Grow (India's first .Net user group)

Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • Re: how to protect c# dll from disassembling?.

    Try CliSecure, a .NET obfuscator and code protection tool by SecureTeam. You may find it here: http://www.secureteam.net It's only 299$ for the express edition, it might worth your time and effort developing your own solution.
    Posted to C# (Forum) by Bala22 on 06-29-2010
  • Re: how to protect c# dll from disassembling?.

    Another obfuscator which gives good protection to your .net assemblies is Crypto Obfuscator ( http://www.ssware.com/cryptoobfuscator/obfuscator-net.htm )
    Posted to C# (Forum) by LogicNP on 12-26-2009
  • IL and Protecting Your Intellectual Property

    Some people are concerned that IL doesn't offer enough intellectual property protection for their algorithms. In other words, they think that you could build a managed module and that someone else could use a tool, such as an IL Disassembler, to easily reverse engineer exactly what your application's...
    Posted to C# (Forum) by Yuvaraj Delli on 11-20-2008
  • Re: how to protect c# dll from disassembling?.

    You can use the obfuscator that's built into ASP.NET 1.x and above, or you could use one of these 3rd party obfuscators which generally claim to be better: http://www.lesser-software.com/ilobf.htm http://www.junglecreatures.com/DesktopDefault.aspx http://www.9rays.net/cgi-bin/compone...i?act=1&cid...
    Posted to C# (Forum) by Yuvaraj Delli on 11-08-2008
Page 1 of 1 (4 items)
Copyright © 2002-2008 Chennai .Net User Group. All Rights Reserved. Microsoft and Microsoft logo's are trademarks of Microsoft Corporation