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





PScan: A tool for scanning C and C++ code for format string problemsCategory: Code Auditing
Language: C, C++, and Objective-C
Posted by John Viega on Sun, Aug 31, 2003 (03:45 PM) GMT

External URL: http://www.striker.ottawa.on.ca/~aland/pscan/

Finds one type of security problem in C code (format string problems). It essentially provides a small subset of the functionality provided by tools like RATS and flawfinder.


[Python Powered]