|
-
Apr 30th, 2005, 02:53 AM
#1
Thread Starter
Lively Member
-
Apr 30th, 2005, 04:01 AM
#2
Re: Protecting my source code
There is an obfuscator for .NET assemblies, which basically scrambles the names of your class members. They can, however, be decompiled by someone who's dedicated enough and has the time.
-
Apr 30th, 2005, 04:12 AM
#3
Re: Protecting my source code
There are two typoes of protection: technical and legal.
Technical is things like obfuscation etc.
Legal is asserting your copyright (put (c) notice in every module) and restricting the license options in plain unambiguous English.
If you do both of these then you should be OK.
-
Apr 30th, 2005, 04:46 AM
#4
Re: Protecting my source code
they have a product on this page which converts IL code to native code and makes it impossible to decompile back to .NET... but the price is high
http://www.remotesoft.com/
I think it's the native compiler
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Apr 30th, 2005, 08:39 AM
#5
Re: Protecting my source code
Most of the time, an obfuscator will suffice (VS2003 includes one for free). If your app encompasses code/algorithms that give you a clear competitive advantage, you may want to consider remotesoft's protector.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|