Advertisement
Guest User

STSFFAP_1

a guest
Oct 6th, 2015
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. Assuming the stack starts at address 0xFF, and that S
  2. stands for the code we want to execute the stack would then look like this:
  3.  
  4.  
  5. bottom of DDDDDDDDEEEEEEEEEEEE EEEE FFFF FFFF FFFF FFFF top of
  6. memory 89ABCDEF0123456789AB CDEF 0123 4567 89AB CDEF memory
  7. buffer sfp ret a b c
  8.  
  9. <------ [SSSSSSSSSSSSSSSSSSSS][SSSS][0xD8][0x01][0x02][0x03]
  10. ^ |
  11. |____________________________|
  12. top of bottom of
  13. stack stack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement