|
 Originally Posted by ozziegt
Oh I know, but at least people won't be stealing code.
If somebody really wants to steal your code, there's no way to stop them even if you have compiled C/C++ code because of decompilers. They might not understand your code without the comments but they can cut/paste your code from the decompiler and it will re-compile and work the same way.
Even if a decompiler was not available for the particular compiler, there's nothing stopping somebody from taking the machine code and using an assembler to perform the same function. However, it would become so time consuming that it would probably be faster to re-code the program than to steal it.
Basically, it's the same as anything else you're trying to stop from being stolen. You just want to make it hard enough to steal so that they will go elsewhere.
|
|
|