r0ysue / r0capture

安卓应用层抓包通杀脚本

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

使用最新版Attach 模式报错,请大佬帮忙看看

OwnerCM opened this issue · comments

版本: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会闪退