1
1
1Tima12019-11-22 18:24:41
Programming
1Tima1, 2019-11-22 18:24:41

Why can't applications see the source code?

Only if the developer himself does not post it?

Answer the question

In order to leave comments, you need to log in

6 answer(s)
S
Saboteur, 2019-11-22
@1Tima1

If you are talking about executable files, such as exe, then there is simply NO source code in them. Read what compilation is.
If you run the script yourself, then it is the source.
In general, you should at least read a little about how a computer and programs on it work.

D
Dr. Bacon, 2019-11-22
@bacon

It's time to learn what compilation is.

R
Ronald McDonald, 2019-11-22
@Zoominger

To hide the implementation, for example, and it was not stolen.
To protect the program from hacking.
To protect the program from plagiarism.
Also, because the source code itself is nothing, it is translated into instructions that are already running.

I
Ilya bow, 2019-11-22
@8889996

Because it's not there.

C
CityCat4, 2019-11-22
@CityCat4

What, sorry, "applications"?

G
Grigory Boev, 2019-11-22
@ProgrammerForever

.net are decompiled to source. I decided to try to decompile my program using DotPicker , and I went nuts when I even saw my comments in the code.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question