SecureProgramming.com
Login
Username: 
Password: 
Forgot your password?
Create a new account





Flawfinder: a code auditing toolCategory: Code Auditing
Language: C, C++, and Objective-C
Posted by John Viega on Sun, Aug 31, 2003 (03:43 PM) GMT

External URL: http://www.dwheeler.com/flawfinder/

This is a tool to help source code auditors find potential trouble spots in C and C++ code.


This tool is just a simple token-based pattern matching tool. Nonetheless, it looks for a wide variety of problem types, and as such is useful. Generally, RATS is a similar tool providing a superset of functionality (the databases aren't proprietary, and RATS handles several other programming languages).



[Python Powered]