首页 > 其他 > 详细

Pure C static coding analysis tools

时间:2019-11-22 23:58:14      阅读:123      评论:0      收藏:0      [点我收藏+]

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

原文:https://www.cnblogs.com/eesky/p/11914721.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!