path: pwntools_4.15.0-1/pwnlib/commandline/debug.py
        target = target[0]
        # pidof will sometimes return all PIDs, including init
        if target == 1:
            log.error("Got PID 1 from pidof.  Check the process name, or use --pid 1 to debug init")
