fix pwndbg bug

This commit is contained in:
caandt 2024-10-27 14:09:29 -05:00
parent ad7baafe11
commit 19a7d37017

View file

@ -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 -"'