Buffer Overflow

What

In simple terms, buffer overflow is when as user you input more data to an application that what's expected from you which can lead to you overwriting important variables in the memory such as the return pointer of the current stack frame.

Last updated

Was this helpful?