摘要: 手写shellcode连接靶机,缓冲区溢出漏洞 题目: 首先我们看看赛题环境 #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> // 禁用缓冲区 void init() { setvbuf(stdout, NULL, _IONBF, 0); 阅读全文
posted @ 2025-11-24 08:59 Anime_Bucket 阅读(18) 评论(0) 推荐(0)