06 2013 档案
摘要:ref:http://kmittal82.wordpress.com/2012/02/17/armthumbthumb-2/A few months ago I gave a presentation titled “Introduction to the ARM architecture”. On...
阅读全文
摘要:观点: 代码面前没有秘密 添加通知的Demo代码 - (void)scheduleOneLocalNotification{ [[UIApplicationsharedApplication]cancelAllLocalNotifications]; UILocalNotification*loca...
阅读全文
摘要:Add r0, PC, # g_oalAddressTable - (+ 8) instruction,a lot of people had cprogramdev.com Forum asked,I answered,and now actually in my development boar...
阅读全文
摘要:ASLR:Address Space Layout Randomization查看应用是否进行了 ASLR 保护的方法:otool -hv ${File-Path}I recently encountered issues decrypting applications for security a...
阅读全文
摘要: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...
阅读全文
摘要:打算安装这个程序,但是听说这个软件在 Mac 上有问题,所以先记录下卸载方法。方法一:双击 pkg 文件后,当看到安装器界面时:按 Command + i 打开安装包的信息窗口:展开后可以看到将要安装的文件列表,然后手动删除。方法二:可以使用 pkgutil 命令:1、执行:pkgutil --pk...
阅读全文
摘要:在 clang 的扩展下,可以重载 C 函数,例如重载 sin 函数: float __attribute__((overloadable)) sin(float x) { return sinf(x); }double __attribute__((overloadable)) ...
阅读全文
摘要:mov: movesub: subtractcmp: comparecmpls: ls--->lower or same, le--->less or equal, hi--->higherldr: load registerlsl: logical shift leftstr: store reg...
阅读全文
摘要:iOS Assembly Tutorial: Understanding ARM Do you speak assembly? When you write Objective-C code, it eventually turns into machine code – the raw ...
阅读全文
摘要:1、Completion Dictionary:代码完成 | http://www.obdev.at/products/completion-dictionary/index.html2、Code Pilot :| http://codepilot.cc/3、Accessorizer:| http:...
阅读全文
浙公网安备 33010602011771号