# Exploit form generated by pwninit
# https://github.com/ICEB3AR/pwninit

from pwn import*

context.log_level = 'debug'

s = process([{binary_name}], env = {"LD_PRELOAD":"{libc_name}"})
#s = remote('remote', port)
e = ELF({binary_name})

s.interactive()