Category: Exploit Writing
-
Smashing the Stack
Hi everyone, in this blog post I’ll be talking about how to perform a stack buffer overflow exploit, also practically demonstrating the exploit. But first, we’re going to talk about what a buffer overflow attack is and why it works the way it is. \x01 – Introduction I’ve spent quite the time studying this topic…