cstar

eli's docs

   :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2014年6月1日

摘要: 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 阅读(547) 评论(0) 推荐(0) 编辑