ECCouncil Exam Questions

which of the following registers gets overwritten with return address of the exploit code?

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

A.
EIP

B.
ESP

C.
EAP

D.
EEP

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