摘要: #include<stdio.h> #include <fcntl.h> #include <unistd.h> #include<stdio.h> void exploit(){ system("/bin/sh"); } void func(){ char str[0x20]; int fd=op 阅读全文
posted @ 2022-01-26 00:06 磐正 阅读(48) 评论(0) 推荐(0)