frida-dexdump icon indicating copy to clipboard operation
frida-dexdump copied to clipboard

Unable to inject into process

Open Gu-f opened this issue 4 years ago • 3 comments

[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 也能正常读 ,请问该怎么解决

Gu-f avatar Oct 27 '20 07:10 Gu-f

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

xiuluo211314 avatar Oct 30 '20 11:10 xiuluo211314

[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上。

rootphantomer avatar Nov 05 '20 15:11 rootphantomer

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

anexplore avatar Dec 17 '20 06:12 anexplore