棧溢出練習(1)

具體原理參考:ctf-wiki 測試文件:點擊下載 棧溢出 原理 棧溢出的基本前提是 程序必須向棧上寫入數據。 寫入的數據大小沒有被良好地控制。 例題 源碼: #include <stdio.h> #include <string.h> void success() { puts("You hack me."); } void vulnerable() { char s[12]; gets
相關文章
相關標籤/搜索