path: pwntools_4.15.0-1/pwnlib/commandline/debug.py
            target = pidof(args.process)
        # pidof() returns a list
        if not target:
            log.error("Could not find a PID for %r", args.process)
