@tengge wrote:
第一步 打开监听:
iPhone:~ root# debugserver -x backboard 192.168.1.101:1234 /var/mobile/Containers/Bundle/Application/2302E216-267D-4E78-806F-6DB264E3C7FE/WeChat.app/WeChat
debugserver-@(#)PROGRAM:debugserver PROJECT:debugserver-340.3.51.1
for arm64.
Listening to port 1234 for a connection from 192.168.1.101...
第二步 打开lldb:
/Applications/Xcode.app/Contents/Developer/usr/bin/lldbb
第三步 lldb连接 报了2个错
(lldb) process connect connect://192.168.1.101:1234
error: failed to get reply to handshake packet
error: rejecting incoming connection from 192.168.1.102 (expecting 192.168.1.101)之前我按照这3步是可以成功连接的,今天不知道为啥这样了
Posts: 5
Participants: 2