Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "Talk:Vulnerability"
From NetSec
(Created page with "{{info|This is a research page. Feel free to contribute anything.}} == Vulnerability Research == Grepping for uses of potentially unsafe functions: * grep -rRiIn "strcat\|strc...") |
(No difference)
|
Revision as of 14:42, 11 August 2012
This is a research page. Feel free to contribute anything. |
Vulnerability Research
Grepping for uses of potentially unsafe functions:
- grep -rRiIn "strcat\|strcpy\|sprintf\|memcpy\|malloc\|calloc" /path/to/project