Buffer Overruns

Hacker Halted 2010

130
vote

A buffer overrun is writting to more memory than was reserved. Since this often happens on the stack, an understanding of how the stack works is essential. This paper written by Lefty presents how the stack is implemented on linux, and how to exploit buffer overrun flaws.
http://doc.bughunter.net/buffer-overflow/buffer-overrun.html

Trackback URL for this post:

http://secgeeks.com/trackback/54