Skip to content

cmput402-w19/sca-demos-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

CMPUT 402/501 C/C++ Static Analysis Tools Demo

CPPCheck

  • Follow the instructions on the cppcheck website to install cppcheck

  • Once you have it installed, run cppcheck test.c (test.c is inside the SamplePrograms folder)

FlawFinder

  • Follow instructions on the FlawFinder website to install the tool

  • Run flawfinder SamplePrograms/

Clang Static Analyzer

  • Download the appropriate binary for your OS from the website

  • Run scan-build gcc test.c

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages