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

随笔分类 -  iPhone越狱开发

摘要:Core Foundation DEMO:Tweak端: CFNotificationCenterAddObserver(CFNotificationCenterGetDarwinNotifyCenter(), NULL, &Notificati... 阅读全文

posted @ 2015-01-21 20:36 BradyChen 阅读(3147) 评论(0) 推荐(0)

摘要: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 BradyChen 阅读(873) 评论(0) 推荐(0)

摘要:版主提供了 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 BradyChen 阅读(1225) 评论(0) 推荐(0)

摘要: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 BradyChen 阅读(903) 评论(0) 推荐(0)

摘要:#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 BradyChen 阅读(218) 评论(0) 推荐(0)

摘要:收集了不少Entitlement,当然也肯定有遗漏。有的就是key的字面意思,就不多做解释。不过有的虽然字面意思好理解,不过具体的用处不太清楚,就写的Unknown use。在替换entitlement的时候,只换上自己所需要的权限就行。原文在此。CanInheritApplicationState... 阅读全文

posted @ 2015-01-21 17:48 BradyChen 阅读(7196) 评论(0) 推荐(0)

摘要:IOS Application Security Testing Cheat Sheet[hide]1DRAFT CHEAT SHEET - WORK IN PROGRESS2Introduction3Information gathering4Application traffic analysi... 阅读全文

posted @ 2015-01-21 17:43 BradyChen 阅读(944) 评论(0) 推荐(0)