标签:
breakpoint set -r ‘\[UIPasteboard .*\]$‘ br l
这样就能把所有调用UIPasteboard的方法都打印出来了。原来Sina微博用的是[UIPasteboard generalPasteboard].items方法设置粘贴板。这个方法没有hook当然监控不到啦。
UIPasteboard
[UIPasteboard generalPasteboard].items
lldb 设置断点
原文地址:http://www.cnblogs.com/xiongzenghui/p/4673594.html