Buffer-Overflow Vulnerabilities and Attacks
16 Nov

Buffer-Overflow Vulnerabilities and Attacks

In the PC architecture there are four basic read-write memory regions in a program: Stack, Data, BSS (Block Started by Symbol), and Heap. The data, BSS, and heap areas are collectively referred to as the ”data segment”. In the tutorial titled “Memory Layout And The Stack” [1], Peter Jay Salzman described memory layout in a great detail.

Buffer_Overflow

Original Link

Comments are closed.