Come up with at least two code sequences to set EIP to 0xAABBCCDD.
One sequence would be to push that address and then return.
push 0xAABBCCDD ret
Another sequence would be to simply jump to the address.
jmp 0xAABBCCDD
You could also call the address.
call 0xAABBCCDD
No comments :
Post a Comment