博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2012年1月4日

摘要: 首先看两个runloop的示例,来源:http://paste.lisp.org/display/86524第一个: #import <Foundation/Foundation.h> static void _perform(void *info __unused) { printf("hello\n"); } static void _timer(CFRunLoopTimerRef timer __unused, void *info) { CFRunLoopSourceSignal(info); } int main (int argc, co... 阅读全文
posted @ 2012-01-04 23:14 Likwo 阅读(571) 评论(0) 推荐(0) 编辑

摘要: 文章来源http://securityreliks.securegossip.com/2011/02/debugging-objective-c-in-asm-with-gdb/有时间看看object c 的汇编,先转一个,有时间了再学习。One of the reasons I have not been posting as regularly is because of a big project I am currently working on. I have delved into the world of Objective-C, and have been enjoying i 阅读全文
posted @ 2012-01-04 21:46 Likwo 阅读(609) 评论(0) 推荐(0) 编辑