Battelle Interview Question

How does a stack based exploit work?

Interview Answer

Anonymous

Dec 17, 2019

Usually there is a buffer that you can use to write out of bounds to overwrite a return address or some other important piece of data on the stack.

1