上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 21 下一页
摘要: 1. Go to /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.0.sdk/SDKSettings.plist and change CODE_SIGNING_REQUIRED to NO and save it. (... 阅读全文
posted @ 2012-12-20 19:52 Proteas 阅读(383) 评论(0) 推荐(0) 编辑
摘要: debugserveris a console app that as server for remote gdb debugging. It is installed when a device is marked for development. It can be found in/Devel... 阅读全文
posted @ 2012-12-20 19:29 Proteas 阅读(1321) 评论(0) 推荐(0) 编辑
摘要: 源地址:http://bbs.pediy.com/showthread.php?t=138472IDA+GDBServer实现iPhone程序远程调试By:obaby在早期的IDA中包含了一个iphoneserver的程序,这个程序就是配合IDA实现远程调试的。但是在最新版的IDA中这个东西已经不复... 阅读全文
posted @ 2012-12-20 18:46 Proteas 阅读(795) 评论(0) 推荐(0) 编辑
摘要: 源地址:http://zhiwei.li/text/2012/04/lldb%E5%8F%82%E6%95%B0/===================1:platform select remote-ios --sysroot/Applications/Xcode.app/Contents/Dev... 阅读全文
posted @ 2012-12-20 16:57 Proteas 阅读(1880) 评论(0) 推荐(0) 编辑
摘要: 源地址:http://zhiwei.li/text/2012/04/%E7%94%A8ida-6-2%E5%AF%BC%E5%87%BA%E7%9A%84idc%E5%A2%9E%E5%BC%BAida-6-1%E7%9A%84%E5%88%86%E6%9E%90/ 在IDA 6.2对Objecti... 阅读全文
posted @ 2012-12-20 16:57 Proteas 阅读(456) 评论(0) 推荐(0) 编辑
摘要: In my OS X programming of late, one debugging technique I thought would be handy is the ability log and trace Objective-C messages sent. It turns o... 阅读全文
posted @ 2012-12-18 15:03 Proteas 阅读(406) 评论(0) 推荐(0) 编辑
摘要: Here's the disassembly for objc_msgSend on ARMv6, iOS4.2.1 (sorry no ARMv7 devices on my desk at the moment). I'll try to annotate it: 0x32d98f0c : t... 阅读全文
posted @ 2012-12-17 23:25 Proteas 阅读(577) 评论(0) 推荐(0) 编辑
摘要: 我们知道在 Objective-C 中给 nil 发送消息程序不会崩溃, Objective-C 是以 C 语言为基础的, PC 上,在 C 语言中对空指针进行操作, 程序会由于越界访问而出现保护错进而崩溃, 但是 Objective-C 中为什么不会崩溃呢? 原因需要从源代码中寻找, 下面是 ob... 阅读全文
posted @ 2012-12-17 23:20 Proteas 阅读(2527) 评论(3) 推荐(1) 编辑
摘要: 0 0 1 185 1060 Tech-P 8 2 1243 14.0 Normal 0 10 pt 0 2 false false false EN-US ZH-CN... 阅读全文
posted @ 2012-12-16 10:54 Proteas 阅读(425) 评论(0) 推荐(0) 编辑
摘要: 我们看到有些应用会安装一些Provisioning文件,这时想分析下这些Provisioning文件的内容,比如:为应用带来了哪些好处。在越狱设备上,查找Provisioning文件还是比较方便的,位置:/var/MobileDevice/ProvisioningProfiles只有使用相应的工具将... 阅读全文
posted @ 2012-12-14 13:07 Proteas 阅读(325) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 21 下一页