BinExp Corner: Episode 1 - Stack Buffer Overflows

Posted on Sat 06 March 2021 in Tutorials • Tagged with tutorial, binexp, buffer overflows

The first of what's hopefully going to be a series on binary exploitation. We'll take a look at Windows 32bit Stack Buffer Overflows and show you why they are exploited the way they are. We'll also dive into some considerations about Buffer Overflows in general. And present an example of how to develop an exploit via this technique.


Continue reading