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?

897 views

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

Anonymous 0 Comments

Computer code is just how to tel the computer to do something. The computer uses binary to run the code. Gaint lines or binary code is unreadable

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