摘要:
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”,... 阅读全文
摘要:
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... 阅读全文
摘要:
PinSignalDescriptionApple pin numbering*1GNDGround (-), internally connected with Pin 2 on iPod motherboard302GNDAudio & Video ground (-), internally connected with Pin 1 on iPod motherboard293RightLi... 阅读全文
摘要:
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... 阅读全文
摘要:
src:http://stackoverflow.com/questions/8793099/unload-dynamic-library-needs-two-dlclose-callsQuestion:I have a dynamic library which I load usingdlope... 阅读全文
摘要:
=========================================================================a.c----------------------------------void main (int argc, char **argv) { p... 阅读全文
摘要:
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... 阅读全文
摘要:
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... 阅读全文
摘要:
export DEVELOPER_DIR := $(shell xcode-select --print-path)PLATFORM="$(DEVELOPER_DIR)/Platforms/iPhoneOS.platform"SDK_DEVICE="$(DEVELOPER_DIR)/Platfo... 阅读全文
摘要:
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 阅读全文