from pwn import * from struct import pack from LibcSearcher import * from ae64 import AE64 import base64 from ctypes import *
debug = 0 if debug: p = process('/home/feichai/ctf_file/pwn') libc=ELF("/lib/x86_64-linux-gnu/libc.so.6") else: p = remote('0.0.0.0', 8888) libc=ELF("/home/feichai/ctf_file/libc.so.6")
from pwn import * from struct import pack from LibcSearcher import * from ae64 import AE64 import base64 from ctypes import *
debug = 0 if debug: p = process('/home/feichai/ctf_file/gift_rop') libc=ELF("/lib/x86_64-linux-gnu/libc.so.6") else: p = remote('0.0.0.0', 8888) libc=ELF("/home/feichai/ctf_file/libc.so.6")
from pwn import * from struct import pack from LibcSearcher import * from ae64 import AE64 import base64 from ctypes import *
debug = 0 if debug: p = process('/home/feichai/ctf_file/pwn') libc=ELF("/lib/x86_64-linux-gnu/libc.so.6") else: p = remote('0.0.0.0', 8888) libc=ELF("/home/feichai/ctf_file/libc.so.6")