pwn 练习笔记 暑假的第一天

pwnable  bof 源码如下 #include <stdio.h> #include <string.h> #include <stdlib.h> void func(int key){     char overflowme[32];     printf("overflow me : ");     gets(overflowme);    // smash me!     if(key
相关文章
相关标签/搜索