首页
社区
课程
招聘
[frida] [踩坑] objection报错《Unable to connect to the frida server: unable to connect to remote frida-server: Connection closed》
2021-8-26 18:52 6481

[frida] [踩坑] objection报错《Unable to connect to the frida server: unable to connect to remote frida-server: Connection closed》

2021-8-26 18:52
6481

引言

书接上文,准备好了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,它会自动更新所有库


[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
点赞0
打赏
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回