摘要:
PT_DENY_ATTACH[1]is an Apple-specific constant that can prevent debuggers (gdb, DTrace, etc.) from debugging your binary in kernel-level. Calling pt... 阅读全文
摘要:
iOS Assembly Tutorial: Understanding ARM Do you speak assembly? When you write Objective-C code, it eventually turns into machine code – the raw ... 阅读全文
摘要:
1、下载安装程序:http://python.org/download/,Python 3.3.2 Mac OS X 64-bit/32-bit x86-64/i386 Installer2、安装3、以超级用户执行如下脚本: #!/bin/bash rm -R /System/Library/F... 阅读全文