ChatterBank7 mins ago
Selling & Protecting Software
Can anyone offer advice on this please? I am writing a small Visual Basic program that I believe to be quite novel and may be of interest to other people. What is the best way to protect and sell this software?
I am not expecting to make a lot of money from this but it would be nice to make something.
Answers
No best answer has yet been selected by DavidUK. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.If you are wanting to stop people from decompiling and using your code, then this can be a little tricky. .NET application are easily decompiled (ildasm) but can be made a little more difficult with obfuscation. There are 3rd party apps that can do this (Visual Studio .NET has one built in I think called Dotfuscator). Native binary executables are more difficult again to disassemble. Anyone doing this isn't going to be stopped I don't think.
Thanks both for your advice. I accept that I can't prevent other people copying my idea. Also, I don't think decompiling is a problem because anyone could very easily write a program to do what my program does anyway.
As I said, it would just be nice to make something from my idea. I was assuming that I could set up a website selling the program but with at least some protection of the .exe file. I'm not clear how much Xheo would cost but I suspect it would be more than would be worthwhile. Is there any free, or at least cheap, way of preventing someone simply copying the .exe and passing it around?
Related Questions
Sorry, we can't find any related questions. Try using the search bar at the top of the page to search for some keywords, or choose a topic and submit your own question.