Skip to content

Instantly share code, notes, and snippets.

@pawlos
Last active June 9, 2020 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pawlos/bda6f917821e5068cd3b216a8807d901 to your computer and use it in GitHub Desktop.
Save pawlos/bda6f917821e5068cd3b216a8807d901 to your computer and use it in GitHub Desktop.
from pwn import *
t = process('./ret2win32')
gdb.attach(t)
t.interactive()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment