from pwn import * from LibcSearcher import * local_file = '文件' local_libc = 'libc表' remote_libc = 'libc表' select = 1 if select == 0: r = process(local_file) libc = ELF(local_libc) else: r = remote(地址) libc = ELF(remote_libc) elf = ELF(local_file) context.log_level = 'debug' # ROPgadget --binary ciscn_2019_c_1 --only...