What is the difference between jmp function
and mov function, %eip
Actually, What happens when i change the eip
value forcefully?
I know that a eip
is instruction pointer that pointing the instruction that will be executed by CPU.
This means that the CPU reads the eip
and load the instruction from memory by referring eip
.
Is it possible?