Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Unable to inject into process #20

Open
Gu-f opened this issue Oct 27, 2020 · 3 comments
Open

Unable to inject into process #20

Gu-f opened this issue Oct 27, 2020 · 3 comments

Comments

@Gu-f
Copy link

Gu-f commented Oct 27, 2020

[Except] - Unable to inject into process: unable to connect to remote frida-server in
File "d:\python\python37\lib\site-packages\frida\core.py", line 101, in enumerate_processes
return self._impl.enumerate_processes()

我是用pip install安装的frida-dexdump然后直接运行frida-dexdump提示上述报错
我检查了下frida-server都是连接正常的,frida-ps -U 也能正常读 ,请问该怎么解决

@xiuluo211314
Copy link

转发命令设置下,试试
adb forward tcp:27042 tcp:27042
adb forward tcp:27043 tcp:27043

@rootphantomer
Copy link

[Except] - Unable to inject into process: unable to connect to remote frida-server in
File "d:\python\python37\lib\site-packages\frida\core.py", line 101, in enumerate_processes
return self._impl.enumerate_processes()

我是用pip install安装的frida-dexdump然后直接运行frida-dexdump提示上述报错
我检查了下frida-server都是连接正常的,frida-ps -U 也能正常读 ,请问该怎么解决

目前也遇到这个情况,主要是在windows上。

@anexplore
Copy link
Contributor

#23 看我的这个修改,添加一下超时参数试试

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants