06 May 2005 23:00
The College Bums » Buffer Overflow
by roberto (via)Every now and again we all hear about an exploit that takes place thanks to a buffer overflow, but what is a buffer overflow? By definition it is when a program attempts to store more data in an array (buffer) than it was intended to hold, thus overwriting the return address of the function. To show how this is actually done, I’ll explain how to do a simple attack on a fairly small program.
1
(1 marks)