摘要:
Format String 格式化串漏洞考虑如下的代码:1 #include2 int main()3 {4 int a=44,b=77;5 printf("a=%d, b=%d\n",a,b);6 printf("a=%d, b=%d\n");7 return 0;... 阅读全文
posted @ 2014-06-01 21:31
exclm
阅读(567)
评论(0)
推荐(0)
|
摘要:
Format String 格式化串漏洞考虑如下的代码:1 #include2 int main()3 {4 int a=44,b=77;5 printf("a=%d, b=%d\n",a,b);6 printf("a=%d, b=%d\n");7 return 0;... 阅读全文
posted @ 2014-06-01 21:31
exclm
阅读(567)
评论(0)
推荐(0)
|