05 2014 档案

摘要:环境:1、Mac OS X 10.9.22、xcode 5.1.13、gcc 4.84、redsn0w 0.9.15b3前提:1、获取 iOS 4.3.3 的kernelcache,并解密操作步骤:1、修改 datautils0/sandbox.S 的19行,将“movs r2, #19”改为“movs r2, #1”2、编译 datautils0,也可以从此处下载3、制作内核Patch:./ma... 阅读全文
posted @ 2014-05-30 22:07 Proteas 阅读(421) 评论(0) 推荐(0)
摘要:原文地址:http://reverse.put.as/2012/02/02/anti-disassembly-obfuscation-1-apple-doesnt-follow-their-own-mach-o-specifications/当想到这个特性时,我非常高兴!因为我喜欢突破束缚,并且写了一个CrackMe来展示这个有趣的特性。产生问题的原因是:苹果没有遵循自己的文档与标准(Mach-O... 阅读全文
posted @ 2014-05-27 15:30 Proteas 阅读(590) 评论(1) 推荐(0)
摘要:TopicsIntroduction (starting with old devices)How to handle a new FirmwareHow to set up your Mac and Device for Vuln Research/Exploit DevelopmentHow to boot own KernelsHow to patch own Code into the K... 阅读全文
posted @ 2014-05-15 16:31 Proteas 阅读(204) 评论(0) 推荐(0)
摘要:org link:http://dtrace.org/blogs/brendan/2011/10/10/top-10-dtrace-scripts-for-mac-os-x/Top 10 DTrace scripts for Mac OS XSince version 10.5 “Leopard”,... 阅读全文
posted @ 2014-05-14 11:11 Proteas 阅读(907) 评论(0) 推荐(0)
摘要:Mac's are excellent tools for accessing serial device TTY ports (to console into PBX's, switches, and routers). You just need a serial to USB adapter, the right driver, and some Terminalsoftware.You... 阅读全文
posted @ 2014-05-09 13:51 Proteas 阅读(1224) 评论(0) 推荐(0)
摘要:PinSignalDescriptionApple pin numbering*1GNDGround (-), internally connected with Pin 2 on iPod motherboard302GNDAudio & Video ground (-), internally connected with Pin 1 on iPod motherboard293RightLi... 阅读全文
posted @ 2014-05-09 10:40 Proteas 阅读(439) 评论(0) 推荐(0)
摘要:link:http://www.tutorialspoint.com/unix_system_calls/execve.htmNAMEexecve - execute programSYNOPSIS#include int execve(const char *filename, char *const argv[], char *const envp[]); DESCRI... 阅读全文
posted @ 2014-05-06 13:48 Proteas 阅读(392) 评论(0) 推荐(0)