码迷,mamicode.com
首页 > 其他好文 > 详细

Pure C static coding analysis tools

时间:2019-11-23 00:08:51      阅读:68      评论:0      收藏:0      [点我收藏+]

标签:xcode   currently   line   static   download   ble   efi   provides   one   

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

标签:xcode   currently   line   static   download   ble   efi   provides   one   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!