readme
来自「源码漏洞检查」· 代码 · 共 12 行
TXT
12 行
ITS4 is a tool that statically scans C and C++ source code forpotential security vulnerabilities. It is a command-line tool thatworks across Unix environments (hopefully) and will also work underWindows. ITS4 scans code, looking for function calls that arepotentially dangerous. For some calls, ITS4 tries to perform somecode analysis to determine how risky the call is. In each case, ITS4provides a problem report, including a short description of thepotential problem and suggestions on how to fix the code.See the file INSTALL for installation instructions, and the fileCHANGES for modifications since 1.0.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?