Answer the question
In order to leave comments, you need to log in
How to make it impossible to compile code on another computer?
How to make it impossible to compile the code on another computer? There is a need for the compiler to give errors when compiling on another computer!
For example, there is a decoding file without which some of the classes for compilation will not be available. What will advise?!
Answer the question
In order to leave comments, you need to log in
It is technically impossible to forbid compiling source codes.
You can complicate the work of the compiled application a little: for example, content can be returned from your server only in response to a valid key/certificate/license.
Connecting files through system environment variables, through virtual drives or symbolic links - will not allow you to correctly build the project for compilation, because. not all information will be contained in the source code, or not all files will be available to the compiler.
no way. If a specialist is driving, he will be able to fix and rebuild the unassembled code. If you want to protect yourself from freelance publication (non-payment of money or it doesn’t matter at all), keep private keys with you and do not put them in the VCS.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question