ECCouncil Exam Questions

In Buffer Overflow exploit, which of the following registers gets overwritten with return address of

In Buffer Overflow exploit, which of the following registers gets overwritten with return address of the exploit code?

A.
EAP

B.
EEP

C.
ESP

D.
EIP

Explanation:
EIP is the instruction pointer which is a register, it points to your next command.