How can a software be “Closed source” if I am downlaoding the files on my device?

466 views

Can’t I just read the files to see the code?

In: 3

14 Answers

Anonymous 0 Comments

The files are compiled, which means an interpreter program used the source code to generate executable files and machine code. It is possible but very hard to reverse engineer such files to get *a* source code, but that is not necessarily *the* source code. Hence the named open respectively closed *source*. It is the source code that is unavailable, not the executable program code.

You are viewing 1 out of 14 answers, click here to view all answers.