11 2014 档案

摘要:Source:http://mjtsai.com/blog/2014/11/21/ios-ipc-via-nsfilecoordinator-and-nsfilepresenter/为什么每次我想到的东西,别人都已经研究了。⊙﹏⊙b汗Tom Harrington:There’s still no full IPC mechanism on iOS.NSDistributedNotificatio... 阅读全文
posted @ 2014-11-27 12:18 Proteas 阅读(710) 评论(0) 推荐(0)
摘要:Source:https://nabla-c0d3.github.io/blog/2013/08/20/intercepting-the-app-stores-traffic-on-ios/TL;DR: By default, MobileSubstrate tweaks do not get injected into system daemons on iOS which explains w... 阅读全文
posted @ 2014-11-23 16:28 Proteas 阅读(440) 评论(0) 推荐(0)
摘要:Source:http://initwithfunk.com/blog/2013/05/31/breaking-bad-with-dtrace/I’ve spent an unwise amount of time recently on a problem that arose when me a... 阅读全文
posted @ 2014-11-07 13:25 Proteas 阅读(286) 评论(0) 推荐(0)
摘要:#!/usr/sbin/dtrace -s #pragma D option flowindent/* monitor file open */syscall::open:entry{ printf("%s %s", execname, copyinstr(arg0));}/* moni... 阅读全文
posted @ 2014-11-02 14:36 Proteas 阅读(221) 评论(0) 推荐(0)