Pure C static coding analysis tools

Posted eesky

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Pure C static coding analysis tools相关的知识,希望对你有一定的参考价值。

Cppcheck - A tool for static C/C++ code analysis
cppcheck.sourceforge.net
Cppcheck is a static analysis tool for C/C++ code. It provides unique code analysis to detect bugs and focuses on detecting undefined behaviour and dangerous coding constructs. The goal is to detect only real errors in the code (i.e. have very few false positives).
http://cppcheck.sourceforge.net/


Flawfinder download | SourceForge.net
https://sourceforge.net/projects/flawfinder
Oct 24, 2019 · Download Flawfinder for free. Finds vulnerabilities in C/C++ source code. Flawfinder is a program that examines C source code and reports possible security weaknesses (``flaws‘‘) sorted by risk level. It‘s very useful for quickly finding and removing some security problems before a …apt-
https://dwheeler.com/flawfinder/


Clang Static Analyzer
https://clang-analyzer.llvm.org
Clang Static Analyzer. The Clang Static Analyzer is a source code analysis tool that finds bugs in C, C++, and Objective-C programs. Currently it can be run either as a standalone tool or within Xcode.The standalone tool is invoked from the command line, and is intended to …
https://askubuntu.com/posts/1033820/edit
https://clang-analyzer.llvm.org/

 

 

 

 

 

 

以上是关于Pure C static coding analysis tools的主要内容,如果未能解决你的问题,请参考以下文章

qt-creator debug pure C

C语言中Code Area(代码区)/Static Area(静态区)/Heap(堆)/Stack(栈)的内存映射区块是什么?

Xshell使用xftp传输文件,使用pure-ftpd搭建ftp服务

json Datos queseenvíanal registerLead

使用pure-ftpd搭建FTP服务

PURE Javascript 是同步的还是异步的?