Question: What does the followiing program do ? pop eax; get the return address add eax, 3 ; add 3 push eax; put it back on
What does the followiing program do
pop eax; get the return address
add eax, ; add
push eax; put it back on the stack
ret
return to an address that was bytes higher in memory than the return address currently on the stack
return to an address that was bytes lower in memory than the return address currently on the stack
return to an address that was bytes higher in memory than the return address currently on the stack
return to an address that was bytes higher in memory than the return address currently on the stack
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
