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
attach
Traceback (most recent call last):
File "D:\PythonCode\r0capture\r0capture.py", line 365, in
ssl_log(
File "D:\PythonCode\r0capture\r0capture.py", line 267, in ssl_log
session = device.attach(process)
^^^^^^^^^^^^^^^^^^^^^^
File "D:\Program Files\Python\Lib\site-packages\frida\core.py", line 86, in wrapper
return f(*args, **kwargs)
^^^^^^^^^^^^^^^^^^
File "D:\Program Files\Python\Lib\site-packages\frida\core.py", line 1010, in attach
return Session(self._impl.attach(self._pid_of(target), **kwargs)) # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
frida.ProcessNotRespondingError: process with pid 19028 either refused to load frida-agent, or terminated during injection
怀疑是多次启动frida导致,手机重启后再次执行报错,并且APP会闪退
The text was updated successfully, but these errors were encountered:
版本:frida-server-16.1.3
attach
Traceback (most recent call last):
File "D:\PythonCode\r0capture\r0capture.py", line 365, in
ssl_log(
File "D:\PythonCode\r0capture\r0capture.py", line 267, in ssl_log
session = device.attach(process)
^^^^^^^^^^^^^^^^^^^^^^
File "D:\Program Files\Python\Lib\site-packages\frida\core.py", line 86, in wrapper
return f(*args, **kwargs)
^^^^^^^^^^^^^^^^^^
File "D:\Program Files\Python\Lib\site-packages\frida\core.py", line 1010, in attach
return Session(self._impl.attach(self._pid_of(target), **kwargs)) # type: ignore
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
frida.ProcessNotRespondingError: process with pid 19028 either refused to load frida-agent, or terminated during injection
怀疑是多次启动frida导致,手机重启后再次执行报错,并且APP会闪退
The text was updated successfully, but these errors were encountered: