githubEdit

buffer overflow 1

Challenge

Control the return address. Now we're cooking! You can overflow the buffer and return to the flag function in the programarrow-up-right. You can view source herearrow-up-right. And connect with it using nc saturn.picoctf.net 62849

Solution

This is a basic buffer overflow where we overwrite the return address of vuln to the address of win. See the exploit script.pyarrow-up-right for more information.

Flag

picoCTF{addr3ss3s_ar3_3asy_ad2f467b}

Last updated