-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: failed to get reply to handshake packet #5
Comments
用issh了吗? |
用了的,发现是脚本里debugserver签名的权限文件内容不太兼容13,改了就可以了 |
我这边在13上测试是OK的,你修改了什么字段,我看下是否有问题 |
求教,我也是这个问题 |
确实和端口转发没有关系。设备是iOS13,我之前第一次没改权限的时候debugserver连应用都启动不了,改了权限能启动应用的时候又遇到了这个错误,应该是权限没有弄对,不知道iOS13应该给debugserver添加什么权限 |
我提供两个解决的思路,第一:手动设置代理,这样能看到连接错误的原因。第二:确实某些情况会导致端口转发有问题,这个和xia0LLDB本身无关,主要是iproxy的bug,可以通过重新插拔数据线来测试。 |
iOS13我这边使用都是没有问题的,方便把你的设备信息以及越狱的方式发出来我看下吗 |
拔掉数据线重插好使了,但是下断点有问题。。跟着文章来的 |
已经有更优雅的方式来脱壳了,见:http://4ch12dy.site/2020/02/26/lldb-how-to-dump-gracefully/lldb-how-to-dump-gracefully/ 其实就是在lldb挂上去后直接输入 |
先确保你的电脑正常能ssh到设备上, 看起来像是手机上ssh server的问题。 |
正常的,通过usb连接和ip地址连接ssh都没问题 |
谢谢耐心回复,我自己再找找原因 |
debugserver用固定的127.0.0.1启动,不然会lldb可能连接到ipv6的地址。
|
iOS 13.3出现错误后再iOS9.1上也是这个错误
The text was updated successfully, but these errors were encountered: