12 2012 档案
摘要:To set a breakpoint Objective C selectors namedalignLeftEdges:you can enter either of:(lldb) breakpoint set --selector alignLeftEdges:(lldb) breakpoin...
阅读全文
摘要:源:http://cydia.myrepospace.com/urus==========================================iAP Crackerby urus; it cracks easy dlc/inapp purchases. As long as thegam...
阅读全文
摘要:iOS:http://developer.apple.com/library/ios/#technotes/tn2239/_index.htmlMac OS X:http://developer.apple.com/library/ios/#technotes/tn2004/tn2124.html=...
阅读全文
摘要:People know that the gdb package coming from Cydia is broken since 4.3. But here is a simple way to have a working gdb running on your iOS device : us...
阅读全文
摘要:1. Go to /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.0.sdk/SDKSettings.plist and change CODE_SIGNING_REQUIRED to NO and save it. (...
阅读全文
摘要: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...
阅读全文
摘要:源地址:http://bbs.pediy.com/showthread.php?t=138472IDA+GDBServer实现iPhone程序远程调试By:obaby在早期的IDA中包含了一个iphoneserver的程序,这个程序就是配合IDA实现远程调试的。但是在最新版的IDA中这个东西已经不复...
阅读全文
摘要:源地址:http://zhiwei.li/text/2012/04/lldb%E5%8F%82%E6%95%B0/===================1:platform select remote-ios --sysroot/Applications/Xcode.app/Contents/Dev...
阅读全文
摘要:源地址: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...
阅读全文
摘要: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...
阅读全文
摘要: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...
阅读全文
摘要:我们知道在 Objective-C 中给 nil 发送消息程序不会崩溃, Objective-C 是以 C 语言为基础的, PC 上,在 C 语言中对空指针进行操作, 程序会由于越界访问而出现保护错进而崩溃, 但是 Objective-C 中为什么不会崩溃呢? 原因需要从源代码中寻找, 下面是 ob...
阅读全文
摘要: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...
阅读全文
摘要:我们看到有些应用会安装一些Provisioning文件,这时想分析下这些Provisioning文件的内容,比如:为应用带来了哪些好处。在越狱设备上,查找Provisioning文件还是比较方便的,位置:/var/MobileDevice/ProvisioningProfiles只有使用相应的工具将...
阅读全文
摘要:前几个月有个人问如果忘记kindle密码该怎么办, 那时比较忙,现在有空给Amazon发了个email. 的到了如下的办法。If you cannot remember the password for your Kindle, you can reset your password to rega...
阅读全文
摘要:单纯使用 UIWebView 无法获得页面加载完成事件,主要有如下几个原因: 1、iOS 中的 UIWebView 是一个阉割版,很多接口与事件都没有暴漏(使用私有 API 可以)。 2、页面中有 iFrame 或者 ajax 请求。 解决问题的办法是通过 Javascript 向 UIWebVie...
阅读全文