2016年4月4日

摘要: 所有命令选择与input 值用 —- 区分1 p/x 16 转16进制https://sourceware.org/gdb/onlinedocs/gdb/Output-Formats.html/t 二进制 /s 字符串 /c char /d 十进制2 c/s/n/f continume/ step into /next /finish3frame info4thread return ... 阅读全文
posted @ 2016-04-04 21:28 anjuncc 阅读(188) 评论(0) 推荐(0)
摘要: 1 use the cc1 for generating IR:clang -cc1 -emit-llvm testfile.c -o testfile.llhttp://llvm.org/docs/LangRef.html2 To convert LLVM IR in test.ll to bitcode format,llvm-as test.ll –o test.bchexdump -C t... 阅读全文
posted @ 2016-04-04 19:42 anjuncc 阅读(179) 评论(0) 推荐(0)
摘要: 1 ocoa Touch Layer{ App Extensions https://developer.apple.com/library/ios/documentation/General/Conceptual/ExtensibilityPG/index.html Handoff https://developer.apple.com/library/ios/documentation/Use... 阅读全文
posted @ 2016-04-04 16:50 anjuncc 阅读(176) 评论(0) 推荐(0)
摘要: http://alcatraz.io/https://github.com/macoscope/CodePilotprepocurl -fsSL https://raw.githubusercontent.com/supermarin/Alcatraz/deploy/Scripts/install.sh | sh 阅读全文
posted @ 2016-04-04 16:49 anjuncc 阅读(73) 评论(0) 推荐(0)
摘要: 昨天我大脑中还在盘旋几个关键字:健康 选择 方向 方法今天只有选择了,健康 是你选择了一种生活习惯,你能掌控的也就是好的习惯,选择了一种正确的价值观,选择了一个好的开始方向有很多,你的选择是结果方法 决定选择,还是选择正确的方法 决定更好的选择?成了鸡生蛋,蛋生鸡的问题,所以以然选择选择这个词最后统 阅读全文
posted @ 2016-04-04 14:24 anjuncc 阅读(120) 评论(0) 推荐(0)
摘要: Implicit declaration of function 'instrumentObjcMessageSends' is invalid in C99FIX: addextern void instrumentObjcMessageSends(BOOL);也可以lldb>call (void)instrumentObjcMessageSends(YES)_objc_msgForward... 阅读全文
posted @ 2016-04-04 10:28 anjuncc 阅读(264) 评论(0) 推荐(0)

导航