We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 261d571 + 5fadeb8 commit d3a9b1fCopy full SHA for d3a9b1f
commands/pwn.go
@@ -93,7 +93,8 @@ func makePwnScript(ip string, port int) {
93
"from pwn import *\n\n"+
94
"#context.log_level = \"debug\"\n"+
95
"#elf = ELF(\"./%s\", checksec=True)\n"+
96
- "#context.binary = elf\n\n"+
+ "#context.binary = elf\n"+
97
+ "#context.terminal = [\"tmux\", \"splitw\", \"-h\"]\n\n"+
98
"#p = elf.process()\n"+
99
"#p = elf.debug(gdbscript=\"\")\n"+
100
"p = remote(\"%s\", %d)\n\n"+
0 commit comments