Buffer Overflow Tutorial Part 2 : Intro to assembly
Last time I wrote about the stack and its basic operations, namely, Push and Pop. Continuing our tutorial of Buffer Overflow tutorial, this time we’re going to get introduced to Assembly language. Please note that there’s a lot of theory we need to cover before we could actually dive into the practical aspects of buffer […]