The phrase "source-code static analysis tool" is a general term for a tool that extracts information from the source code itself without executing the program.
词组“源代码静态分析工具”是一个通用的词汇,它表示用于在未执行程序的情况下从源代码提取信息的工具。
The input for this tool is the application's source code and the resulting binaries compiled with certain compiler options enabled.
这个工具的输入是应用程序的源代码和使用某些编译器选项编译的二进制文件。
However, the tool does not aid in identifying the faulty source code responsible for causing the memory leak.
不过,该工具不能帮助确定导致内存泄漏的错误源代码。
So you have to somehow convert the source code, the C code into 0s and 1s and for that process there exist this tool called a compiler that someone else wrote that takes this stuff as input and produces this stuff as output.
所以你必须把源代码,即C语言代码转换成二进制文件,这个过程就需要我们提到的编译器了,它是由别人编写的一个软件,以这些代码作为输入,将会产生的输出。
应用推荐