Skip to content

Instantly share code, notes, and snippets.

@pawlos
Last active June 9, 2020 19:38
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/8d26969a086765b76df1b2f4a5738a4d to your computer and use it in GitHub Desktop.
Save pawlos/8d26969a086765b76df1b2f4a5738a4d to your computer and use it in GitHub Desktop.
from pwn import *
t = process('./ret2win32')
context.terminal = ['/c/tools/wsl-terminal/open-wsl.exe','-e']
gdb.attach(t)
t.interactive()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment