1.

What Is A Static Analysis Tool?

Answer»

Static program analysis is the analysis of computer software that is PERFORMED without ACTUALLY EXECUTING programs (analysis performed on executing programs is known as dynamic analysis). In most CASES the analysis is performed on some version of the source code, and in the other cases, some FORM of the object code.

Static program analysis is the analysis of computer software that is performed without actually executing programs (analysis performed on executing programs is known as dynamic analysis). In most cases the analysis is performed on some version of the source code, and in the other cases, some form of the object code.



Discussion

No Comment Found