
Curated weggli queries for static analysis of C/C++ code to identify dangerous functions, stack issues, and malloc overflow vulnerabilities.
You can read them and use them one by one, or launch them by batch:
Usage:
$ bash dangerous_functions.qry code.c
$ bash malloc_overflow.qry -e cc sourcedir/
There is threee categories:
They are autodocumented, you can read them.