Included in Debian stable
http://packages.debian.org/pscan
Jari
sdesc: "Format string security checker for C files"
ldesc: "A program which attempts to scan C source files for common function
abuses, which often lead to security problems. This program will scan
source files for functions that use variadic functions and warn of
potential abuses. It is a useful tool for those performing source code
audits."
category: Security
requires: cygwin
a) manual
wget \
http://cygwin.cante.net/pscan/pscan-1.2-1-src.tar.bz2 \
http://cygwin.cante.net/pscan/pscan-1.2-1.tar.bz2 \
http://cygwin.cante.net/pscan/setup.hint
b) automatic
gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8
mkdir pscan ; cd pscan
rm -f get.sh get.sh.sig
wget http://cygwin.cante.net/pscan/get.sh \
http://cygwin.cante.net/pscan/get.sh.sig &&
gpg --verify get.sh.sig get.sh &&
sh get.sh
--
Welcome to FOSS revolution: we fix and modify until it shines