wargames
You are not logged in.
Is there other way except for hijacking ebp to solve level 10? I can't seem to hijack ebp successfully. It requires more than the last byte to hijack successfully.
Offline
There is another way, but ebp is easier. And you are a little off. After esp is transferred a word is popped, so adding is wrong. Do the math.
Offline
I guess what I meant by needing more than the last byte is that the ebp of function f is at dbe8 while the ebp of main is at dc18. Therefore by hijacking the last byte doesn't give me the successful attack. Maybe I'm too dumb to figure this out. Could you point me to the right direction, Agrajag?
Thanks
Offline
You can overwrite more than the last byte. Read the code carefully.
Offline
Thanks so much for the help, Agrajag. I've finally figured it out ![]()
Offline
No problem. You might get responses faster over irc, the forum is not checked very frequently.
Offline