美文网首页
iOS开发常用一些命令

iOS开发常用一些命令

作者: xiahua007 | 来源:发表于2016-11-11 10:23 被阅读12次

rvictl  -s iphone的UDID 

开启手机与Mac的虚拟接口,这样就可以使用wireshark 抓包手机数据

rvictl Options:

-l, -L                    List currently active devices

-s, -S                    Start a device or set of devices

-x, -X                    Stop a device or set of devices

添加权限给 wireshark

sudo chgrp admin /dev/bpf*

sudo chmod g+rw /dev/bpf*

检查是否应用内使用了广告标识符

grep -r advertisingIdentifier .

相关文章

网友评论

      本文标题:iOS开发常用一些命令

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