This commit is contained in:
firmianay
2018-04-23 18:03:55 +08:00
parent 74b678b39f
commit 3a60abe7bb
5 changed files with 598 additions and 6 deletions

View File

@ -2,7 +2,7 @@
from pwn import *
context.log_level = 'debug'
# context.log_level = 'debug'
io = process(['./jmper'], env={'LD_PRELOAD':'./libc-2.19.so'})
elf = ELF('jmper')