Buffer Overflow Exercise in Ubuntu

In Ubuntu system, there is some protection scheme deployed to avoid buffer overflow attacks. Before deploying the attack, we should disable all the kernel functionality that protect the system from buffer overflow. The program I am going to use is a small piece of c code that uses a strcpy function. The program is …