Why must a program be decompiled before viewing its code? If the computer is running the program, shouldn’t we be able to see what it’s running? 903 viewsJanuary 3, 2024 Question100.55K October 10, 2020 0 Comments Why must a program be decompiled before viewing its code? If the computer is running the program, shouldn’t we be able to see what it’s running? In: Technology 8 Answers ActiveNewestOldest Anonymous Posted October 10, 2020 0 Comments A computer runs on binary instructions. It is programmed in some human readable language. When it is compiled the programming language is converted to binary. We could see the binary instructions but they would not mean anything to a person. You are viewing 1 out of 8 answers, click here to view all answers. Register or Login
Latest Answers