摘要:
简单实现多线程 import threading import time def sing(sing): for i in range(5): print(" sing() {}".format(sing)) time.sleep(1) def dance(dance): for i in rang 阅读全文
摘要:
方法1(使用LibcSearcher): from pwn import * from LibcSearcher import LibcSearcher sh = process('./ret2libc3') ret2libc3 = ELF('./ret2libc3') puts_plt = ret 阅读全文