path: pwntools_4.15.0-1/pwnlib/adb/adb.py
        if 'not found' in data:
            io = process(['pidof', name])
            data = io.recvall()
