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...
阅读全文
摘要: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...
阅读全文
摘要: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...
阅读全文
摘要:#!/usr/sbin/dtrace -s #pragma D option flowindent/* monitor file open */syscall::open:entry{ printf("%s %s", execname, copyinstr(arg0));}/* moni...
阅读全文
浙公网安备 33010602011771号