美文网首页
lldb连接越狱设备的步骤

lldb连接越狱设备的步骤

作者: 禾口王No_1 | 来源:发表于2018-12-03 10:18 被阅读13次
    1. iproxy 2222 22
    2. 新开一个窗口2 ssh -p 2222 root@localhost
    3. 在窗口2 debugserver *:1234 -a "WeChat"
    4. 新开窗口3 cd /Users/mac/Desktop/usbmuxd-1.0.8/python-client
    5. 在窗口3 ./tcprelay.py -t 1234:1234
    6. 新开窗口4 lldb
    7. 在窗口4 process connect connect://172.19.18.60:1234 (wifi) process connect connect://localhost:1234 (usb)

    另:制作log的xm文件

     mac@mac  ~  cd desktop
     mac@mac  ~/desktop  touch NewMainFrameViewController.xm
    /opt/theos/bin/logify.pl /Users/mac/Documents/weChatHeaders/NewMainFrameViewController.h > /Users/mac/Desktop/NewMainFrameViewController.xm
    

    相关文章

      网友评论

          本文标题:lldb连接越狱设备的步骤

          本文链接:https://www.haomeiwen.com/subject/odiecqtx.html