breakpoint set -r '\[UIPasteboard .*\]$' br l
这样就能把所有调用UIPasteboard的方法都打印出来了。原来Sina微博用的是[UIPasteboard generalPasteboard].items方法设置粘贴板。这个方法没有hook当然监控不到啦。
UIPasteboard
[UIPasteboard generalPasteboard].items
posted on 2015-07-24 15:17 ZainH 阅读(750) 评论(0) 收藏 举报