gets()函數緩衝區溢出實驗

用於測試的漏洞程序如下: #include<stdio.h> #include<windows.h> void pf() { char buf[50]; gets(buf); printf("%s\n",buf); } int main() { int a; printf("this is just a test\n"); pf(); system("pause"
相關文章
相關標籤/搜索