When you buy software, the source code usually is not made public, but doesn’t your computer still have to run the code to use the software? How can it run the code without allowing the user to see the code?

1.49K views

When you buy software, the source code usually is not made public, but doesn’t your computer still have to run the code to use the software? How can it run the code without allowing the user to see the code?

In: Technology

12 Answers

Anonymous 0 Comments

The computer runs object code i.e. code that has been converted from a human friendly programming language to machine friendly binary code. It’s possible to decompile this code so object code isn’t a complete black box to us humans

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