Buffer overflow in C program results in segmentation fault error
I wrote a C program which contains a scanf call. I tested buffer overflow with that program and I overflow eip with the address of a function that I want to execute. But it only shows segmentation fault. Does my attack succee… Continue reading Buffer overflow in C program results in segmentation fault error