跳过正文

系编-Buffer overflow attack

·50 字· loading · loading ·
Masterlong
作者
Masterlong
熬夜,但是世界之夜
系统级编程 - 这篇文章属于一个选集。
§ 5: 本文

Buffer overflow attack
#

Buffer

  • A consecutive chunk of memory一 In C, such as array and string- On stack, heap etc

Buffer Overflow

  • Place more than the buffer can hold, so overwrite the boundary

Buffer Overflow in C

  • C does not check whether an array index is out of bounds

img

系统级编程 - 这篇文章属于一个选集。
§ 5: 本文

相关文章

系编-Decoding
·47 字· loading · loading
系编-Function Call
·82 字· loading · loading
系编-Representation of code
·164 字· loading · loading