Last active
June 9, 2020 19:38
-
-
Save pawlos/8d26969a086765b76df1b2f4a5738a4d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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