Questions about this topic? Sign up to ask in the talk tab.

Talk:Vulnerability

From NetSec
Revision as of 15:42, 11 August 2012 by LashawnSeccombe (Talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
c3el4.png 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