Ret2libc

Exploit Exercises - …

The Stack6 challenge was definitely a learning experience for me. This actually went beyond my existing skills, and made me learn some new stuff.

We are given the following code.

#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#include <string.h>

void …