C – Simple Buffer Overflow Exploitation, how is the EIP overwritten in different type calling functions?

General Background:
I have written an echo server trying to implement an example of BoF in C that utilizes a strcpy() function call like such:

// …. including the corresponding libraries depending on host environment

#in… Continue reading C – Simple Buffer Overflow Exploitation, how is the EIP overwritten in different type calling functions?