fix pwndbg bug
This commit is contained in:
parent
ad7baafe11
commit
19a7d37017
|
|
@ -2,6 +2,8 @@ import atexit
|
|||
import os
|
||||
import argparse
|
||||
from pwndbg.commands.context import contextoutput
|
||||
from pwnlib.constants import linux
|
||||
linux.riscv64 = None
|
||||
|
||||
class Tmux(gdb.Command):
|
||||
pane_args = '-P -F "#{pane_id}:#{pane_tty}" -d "cat -"'
|
||||
|
|
|
|||
Loading…
Reference in a new issue