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, 3 ; add 3
push eax; put it back on the stack
ret
return to an address that was 3 bytes higher in memory than the return address currently on the stack
return to an address that was 3 bytes lower in memory than the return address currently on the stack
return to an address that was 6 bytes higher in memory than the return address currently on the stack
return to an address that was 12 bytes higher in memory than the return address currently on the stack
 What does the followiing program do? pop eax; get the return

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!