You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "D:/Projects/arida-master/main.py", line 47, in
session = frida.get_usb_device().attach(app_info["package_name"])
File "C:\Users\Home\AppData\Local\Programs\Python\Python38\lib\site-packages\frida\core.py", line 26, in wrapper
return f(*args, **kwargs)
File "C:\Users\Home\AppData\Local\Programs\Python\Python38\lib\site-packages\frida\core.py", line 156, in attach
return Session(self._impl.attach(self._pid_of(target), *args, **kwargs))
frida.TransportError: timeout was reached
The text was updated successfully, but these errors were encountered:
下载下来的项目 只更改了frida目录路径
我自己调试用frida正常使用。
但是你的项目安装了两个apk后大离开,却无法使用,均为改动。
File "D:/Projects/arida-master/main.py", line 47, in
session = frida.get_usb_device().attach(app_info["package_name"])
File "C:\Users\Home\AppData\Local\Programs\Python\Python38\lib\site-packages\frida\core.py", line 26, in wrapper
return f(*args, **kwargs)
File "C:\Users\Home\AppData\Local\Programs\Python\Python38\lib\site-packages\frida\core.py", line 156, in attach
return Session(self._impl.attach(self._pid_of(target), *args, **kwargs))
frida.TransportError: timeout was reached
The text was updated successfully, but these errors were encountered: