04 2014 档案

摘要:src:http://stackoverflow.com/questions/8793099/unload-dynamic-library-needs-two-dlclose-callsQuestion:I have a dynamic library which I load usingdlope... 阅读全文
posted @ 2014-04-22 11:17 Proteas 阅读(495) 评论(0) 推荐(0)
摘要:=========================================================================a.c----------------------------------void main (int argc, char **argv) { p... 阅读全文
posted @ 2014-04-21 17:37 Proteas 阅读(449) 评论(0) 推荐(0)
摘要:src:http://blog.thireus.com/tag/kernelcache Before going further it is important to enumerate some of the main security features available on iOS. The... 阅读全文
posted @ 2014-04-17 11:43 Proteas 阅读(558) 评论(0) 推荐(0)
摘要:If want to do iOS kernel debugging on A4 device, first you should installVirtual COM port (VCP) drivers. After has installed the driver on OS X Maveri... 阅读全文
posted @ 2014-04-14 11:13 Proteas 阅读(407) 评论(0) 推荐(0)
摘要:export DEVELOPER_DIR := $(shell xcode-select --print-path)PLATFORM="$(DEVELOPER_DIR)/Platforms/iPhoneOS.platform"SDK_DEVICE="$(DEVELOPER_DIR)/Platfo... 阅读全文
posted @ 2014-04-09 11:14 Proteas 阅读(509) 评论(0) 推荐(0)
摘要:just my thinking, 3 ways to escape from sandbox on jailbreak device, to do file copying or execute super commands.Way-1, Use MobileSubstrate to inject to root process, for example: locationd.Way-2, signed your app with debug permission. and dynamicly inject code to other process.Way-3, signed your a 阅读全文
posted @ 2014-04-04 13:57 Proteas 阅读(258) 评论(0) 推荐(0)