03 2014 档案

摘要:Quick Time Plugin 的类图。pdf version:http://pan.baidu.com/s/1o6oFV8Q 阅读全文
posted @ 2014-03-31 11:00 Proteas 阅读(137) 评论(0) 推荐(0)
摘要:#include #include #include #include #include int write32(vm_address_t offset, unsigned int data) { data = CFSwapInt32(data); kern_return_t err; m... 阅读全文
posted @ 2014-03-28 23:12 Proteas 阅读(1174) 评论(0) 推荐(0)
摘要:src:https://developer.apple.com/library/mac/qa/qa1176/_index.htmlTechnical Q&A QA1176Getting a Packet TraceQ: I'm trying to debug a network problem. How do I get a packet trace?A:This depends on you... 阅读全文
posted @ 2014-03-13 14:32 Proteas 阅读(549) 评论(0) 推荐(0)
摘要:说明: 这里的调试是指使用 lldb 远程调试 iOS 应用 设置断点是指在 ObjC 方法上设置断点 使用场景: 1、调试被 strip 了的 iOS 应用 2、调试被 strip 了的 iOS 系统 dylib 在调试时没有符号的 iOS 应用时,设置断点非常不方便: 1、App:在没... 阅读全文
posted @ 2014-03-05 20:15 Proteas 阅读(466) 评论(0) 推荐(0)