path: pwntools_4.15.0-1/pwnlib/windbg.py
        pid = target
    elif isinstance(target, str):
        # pidof picks the youngest process
        pids = list(proc.pidof(target))
        if not pids:
