How to protect my c# code from decompiling
-
I am willing a create C# windows application and wanted to distribute it through internet.But I came to know the the .net assemblies can be decompiled.There are so many Obfuscaters avilable but i don't have money to buy that. Can anybody suggest anything other than Obfuscaters.
-
I am willing a create C# windows application and wanted to distribute it through internet.But I came to know the the .net assemblies can be decompiled.There are so many Obfuscaters avilable but i don't have money to buy that. Can anybody suggest anything other than Obfuscaters.
I believe VS 2008 comes with a obfuscater community edition which will be free.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
I believe VS 2008 comes with a obfuscater community edition which will be free.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
can i use it for 2.0 applications and does Obfuscaters protect my code 100 %.
-
can i use it for 2.0 applications and does Obfuscaters protect my code 100 %.
Member 1739685 wrote:
does Obfuscaters protect my code 100 %.
No. But by asking this question, you likely will not need one. If you have some serious IP to hide, write it in C/C++.
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4a out now (29 May 2008) -
Member 1739685 wrote:
does Obfuscaters protect my code 100 %.
No. But by asking this question, you likely will not need one. If you have some serious IP to hide, write it in C/C++.
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 alpha 4a out now (29 May 2008)No . I don't want anybody to see my code.It is not a case of IP or something like that
-
No . I don't want anybody to see my code.It is not a case of IP or something like that
-
If its something ground breaking, get a patent. You wont be able to stop someone 100% from reading your code. Why are you worried about people seeing your code anyways?
Regards, Gareth. (FKA gareth111)
No commenting ;)
-
I am willing a create C# windows application and wanted to distribute it through internet.But I came to know the the .net assemblies can be decompiled.There are so many Obfuscaters avilable but i don't have money to buy that. Can anybody suggest anything other than Obfuscaters.
If you happen to be knowledgable in a programming aspect you can always write an outstanding article and if you are chosen in the CodeProject monthly competition for best article you can get one for free (depending on language and month).
Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my homepage Oracle Studios Discounted or Free Software for Students: DreamSpark - downloads.channel8.msdn.com MSDN Academic Alliance - www.msdnaa.com
-
No . I don't want anybody to see my code.It is not a case of IP or something like that
You do know that IP stands for Intellectual Property, don you? That would be the only thing that you would really want to protect in the first place.
Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my homepage Oracle Studios Discounted or Free Software for Students: DreamSpark - downloads.channel8.msdn.com MSDN Academic Alliance - www.msdnaa.com
-
If its something ground breaking, get a patent. You wont be able to stop someone 100% from reading your code. Why are you worried about people seeing your code anyways?
Regards, Gareth. (FKA gareth111)
Don't say some bullshit if you don't know the answer. Every company is concerned about their source code. I am creating a product by after a lot of hardwork. Someone simply decompiling my code a creating a new version of it. what is the meaning in that.
-
Don't say some bullshit if you don't know the answer. Every company is concerned about their source code. I am creating a product by after a lot of hardwork. Someone simply decompiling my code a creating a new version of it. what is the meaning in that.