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/

猜你喜欢

转载自www.cnblogs.com/eesky/p/11914721.html