This simple C program (main.c) expose a stack injection vulnerablity. This program can also be run as a TCP server using the make serve_vulnerability command. The main goal of this challenge is to run ...
This repository is a brief tutorial on how a buffer overflow attack works, with an example C implementation. With the example we will be able to skip some lines in the main code. - berkaygiris/buf ...