常见缓冲区溢出函数

最常见的C/C++缓冲区溢出函数:
gets
strcpy
gets
fgets
getws
sprintf
strcat
strncpy
scanf
memcpy
memmove

你可能感兴趣的:(Linux下C和汇编)