Advertisement
Guest User

STSFFAP_2

a guest
Oct 6th, 2015
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. The CALL instruction can simply call the
  2. start of our code above. Assuming now that J stands for the JMP instruction,
  3. C for the CALL instruction, and s for the string, the execution flow would
  4. now be:
  5.  
  6.  
  7. bottom of DDDDDDDDEEEEEEEEEEEE EEEE FFFF FFFF FFFF FFFF top of
  8. memory 89ABCDEF0123456789AB CDEF 0123 4567 89AB CDEF memory
  9. buffer sfp ret a b c
  10.  
  11. <------ [JJSSSSSSSSSSSSSSCCss][ssss][0xD8][0x01][0x02][0x03]
  12. ^|^ ^| |
  13. |||_____________||____________| (1)
  14. (2) ||_____________||
  15. |______________| (3)
  16. top of bottom of
  17. stack stack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement