上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 21 下一页
摘要: src:https://wiki.edubuntu.org/ARM/Thumb2PortingHowto#ARM_Assembler_OverviewWhen you see some assembler in a source package, there are some things whic... 阅读全文
posted @ 2013-07-22 14:31 Proteas 阅读(711) 评论(0) 推荐(0) 编辑
摘要: 汇编代码: ; 状态:R0 = imageFileName, R1 = mainBundle, R2 = isRetina PUSH {R4-R7,LR} ; R0 = imageFileName, R1 = mainBundle, R2 = isRetina ADD R7... 阅读全文
posted @ 2013-07-07 01:22 Proteas 阅读(665) 评论(0) 推荐(0) 编辑
摘要: 汇编代码: ; Dump of assembler code for function +[UIImage imageNamed:] ; R0 = UIImage, R1 = "imageNamed:", R2 = imageFileName push {r4, r5, r7, ... 阅读全文
posted @ 2013-07-05 00:17 Proteas 阅读(1477) 评论(2) 推荐(0) 编辑
摘要: 1、在 Slime 的 Buffer 中按逗号“,”;2、在 Command 后输入:sayoonara3、回车,确认。================退出 SBCL输入:(sb-ext:quit)回车,确认 阅读全文
posted @ 2013-07-03 17:48 Proteas 阅读(1151) 评论(0) 推荐(0) 编辑
摘要: source: appleARMv6 Function Calling ConventionsWhen functions (routines) call other functions (subroutines), they may need to pass arguments to them. ... 阅读全文
posted @ 2013-07-02 13:33 Proteas 阅读(660) 评论(0) 推荐(0) 编辑
摘要: 源:http://bbs.pediy.com/showthread.php?t=1595493.在没有symbols的情况下,想要下断objcmethod或者privateframework里面的method就比较麻烦点:一种可以通过class-dump加参数-A导出没有impl的相对地址,然后用gdbinfoshared获取每个模块的加载基址,来算出实际地址,下断,不过这种方法我算到现在还没精确... 阅读全文
posted @ 2013-07-01 16:41 Proteas 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2013-06-30 21:27 Proteas 阅读(797) 评论(0) 推荐(0) 编辑
摘要: 观点: 代码面前没有秘密 添加通知的Demo代码 - (void)scheduleOneLocalNotification{ [[UIApplicationsharedApplication]cancelAllLocalNotifications]; UILocalNotification*loca... 阅读全文
posted @ 2013-06-30 00:36 Proteas 阅读(1118) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2013-06-28 23:37 Proteas 阅读(952) 评论(0) 推荐(0) 编辑
摘要: ASLR:Address Space Layout Randomization查看应用是否进行了 ASLR 保护的方法:otool -hv ${File-Path}I recently encountered issues decrypting applications for security a... 阅读全文
posted @ 2013-06-28 13:55 Proteas 阅读(638) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 21 下一页