Protostar Stack4
The application is a super simple buffer overflow. The c code is only a few lines. The objective is to change the return address to the win function. C Code #include <stdlib.h> #include <unistd.h> #include <stdio.h> #include <string.h>…