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?
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
Latest Answers