posted @ 2015-01-21 20:36
随笔分类 - iPhone越狱开发
摘要:Core Foundation DEMO:Tweak端: CFNotificationCenterAddObserver(CFNotificationCenterGetDarwinNotifyCenter(), NULL, &Notificati...
阅读全文
摘要:http://bbs.chinapyg.com/forum.php?mod=viewthread&tid=74423&extra=page%3D1%26filter%3Dtypeid%26typeid%3D358材料:越狱设备一台sslkillswitch插件Fiddler2--->www.fidd...
阅读全文
posted @ 2015-01-21 20:02
摘要:版主提供了 anti dylib 的文章,http://bbs.chinapyg.com/thread-76158-1-1.html原理很简单,看下面源代码即可~ 在Build Settings中找到“Other Linker Flags”在其中加上-Wl,-sectcreate,__REST...
阅读全文
posted @ 2015-01-21 19:50
摘要:Hook ptrace 调试加入了ptrace函数的程序#import #if !defined(PT_DENY_ATTACH)#define PT_DENY_ATTACH 31#endifstatic int (*_ptraceHook)(int request, pid_t pid, caddr...
阅读全文
posted @ 2015-01-21 18:00
摘要:#include #include #include #include #include static bool AmIBeingDebugged(void) // Returns true if the current process is being debugged (either ...
阅读全文
posted @ 2015-01-21 17:53
摘要:收集了不少Entitlement,当然也肯定有遗漏。有的就是key的字面意思,就不多做解释。不过有的虽然字面意思好理解,不过具体的用处不太清楚,就写的Unknown use。在替换entitlement的时候,只换上自己所需要的权限就行。原文在此。CanInheritApplicationState...
阅读全文
posted @ 2015-01-21 17:48
摘要:IOS Application Security Testing Cheat Sheet[hide]1DRAFT CHEAT SHEET - WORK IN PROGRESS2Introduction3Information gathering4Application traffic analysi...
阅读全文
posted @ 2015-01-21 17:43
浙公网安备 33010602011771号