-
-
[frida] [踩坑] objection报错《Unable to connect to the frida server: unable to connect to remote frida-server: Connection closed》
-
发表于: 2021-8-26 18:52 7729
-
[frida] [踩坑] objection报错《Unable to connect to the frida server: unable to connect to remote frida-server: Connection closed》
2021-8-26 18:52
7729
引言
书接上文,准备好了frida和frida_tools后,最近开始使用objction,传说很强大
踩坑
启动objection报错《Unable to connect to the frida server: unable to connect to remote frida-server: Connection closed》
按照之前的教程安装frida后pip install frida==12.11.17 frida_tools==8.1.3
,今天有使用命令pip install objection,然后执行objction命令objection.exe -g com.tencent.mm explore
报错了,折腾好久,忽然发现frida版本被改为了15.0.8,很明显与之前使用的12.11.17匹配不上了。
解决方案一:卸载所有frida相关库,安装旧版本的配套objction库
1 2 | pip uninstall frida frida_tools objection pip install frida = = 12.11 . 17 frida_tools = = 8.1 . 3 objection = = 1.9 . 4 |
解决方案二:直接安装最新的objction,它会自动更新所有库
赞赏
他的文章
- [frida] [踩坑] objection报错《Unable to connect to the frida server: unable to connect to remote frida-server: Connection closed》 7730
- [求助]PCHunter最新版无法运行! windows10 教育版 1909 18363.1198 17073
- [原创][frida] 01_Android环境搭建 4235
- [原创]【程序员日记】2020-02-29__抓取CSDN博客保存为本地Markdown文件 4514
- [原创] [Windows驱动开发] 01_内存读取 20776
看原图
赞赏
雪币:
留言: