Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Assuming the stack starts at address 0xFF, and that S
- stands for the code we want to execute the stack would then look like this:
- bottom of DDDDDDDDEEEEEEEEEEEE EEEE FFFF FFFF FFFF FFFF top of
- memory 89ABCDEF0123456789AB CDEF 0123 4567 89AB CDEF memory
- buffer sfp ret a b c
- <------ [SSSSSSSSSSSSSSSSSSSS][SSSS][0xD8][0x01][0x02][0x03]
- ^ |
- |____________________________|
- top of bottom of
- stack stack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement