BinExp Corner: Episode 2 - Intro to Reverse Engineering

Posted on Fri 27 May 2022 in Tutorials • Tagged with tutorial, binexp, reverse engineering

The second episode in our binary exploration series. In this one we cover a little bit about how to get started reversing binary executables. We'll touch on both static and dynamic analysis, and look at some tools that will give us some insight into what a binary does. We cover process memory structure superficially and touch up on assembly language and CPU registers.


Continue reading

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