path: pwntools_4.15.0-1/pwnlib/commandline/debug.py
            target = adb.pidof(args.process)
        else:
            target = pidof(args.process)
        # pidof() returns a list
