N
N
newdancer2018-02-28 18:24:56
Android
newdancer, 2018-02-28 18:24:56

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

5 answer(s)
#
#, 2018-02-28
@mindtester

the only reliable solution is to give sorts at all

B
Boris Korobkov, 2018-02-28
@BorisKorobkov

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.

X
xmoonlight, 2018-02-28
@xmoonlight

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.

E
Eugene, 2018-03-01
@klim76

write your own compiler that only you will have.

I
Ilya Pavlovsky, 2018-03-01
@TranE91

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 question

Ask a Question

731 491 924 answers to any question