(C-x means ctrl+x, M-x means alt+x)
The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf:
| from scapy.all import TCP, IP, Raw, sniff | |
| import threading | |
| import os | |
| import sys | |
| import termios | |
| import tty | |
| seen = set() | |
| import subprocess | |
| import re | |
| import os | |
| import select | |
| import sys | |
| def get_gdb_pid(): | |
| gdb_proc = subprocess.Popen( | |
| ["pgrep", "-f", "gdb"], | |
| stdout=subprocess.PIPE, |