|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Safe Source CodeBy deploying your application as a Web service. Any time code must
exist on a client machine, it is vulnerable. If you cannot deploy as a web service, then check out code obfuscators, which make it more difficult. Click this link for more information: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dotfuscator/dotf6duz.asp --Mary On Fri, 23 Sep 2005 10:37:10 -0700, "icudret" <icud***@discussions.microsoft.com> wrote: Show quoteHide quote >how can protect my source code from decompiler? Mary is right, anytime you give out an executable it is impossible to
guarantee that the client cannot reverse engineer your application (while ensuring it runs atleast). This problem goes away with the web application model. If this is not an option, you can raise the bar by embracing a good obfuscator. Good obfuscators can add spaghetti flow, rename stuff, perform overload induction....all in attempts of making the job of reverse engineering harder.
Other interesting topics
LogonUser
Can i run more then one session on the computer? TripleDESCryptoServiceProvider Code Signing Certificates for individuals / open-source Correctly using RSACryptoServiceProvider? windows authentication problem simple way to encrypt data security engineering for windows forms aspnet users permission under SSL on windows server 2003 how to get the number of milliseconds between two System.DateTime objects |
|||||||||||||||||||||||