What lies behind this complicated shellcode on linux?
It’s pretty much my first time playing around with a buffer overflow exploit. I’ve written a simple C program that is vulnerable to buffer overflows:
#include <stdio.h>
#include <stdlib.h>
#include <string.h&g… Continue reading What lies behind this complicated shellcode on linux?