关于UIKit偏移值的问题,偏移值为0xfffffffff8d6e000

书上邮件的那个例子MobileMail.app,使用最新的xcode6.3的lldb,查看手机中UIKit的偏移值,发现获取出来的值很奇怪。不知道有没人碰到过。
[ 38] 0xfffffffff8d6e000 /Users/***/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/UIKit.framework/UIKit。。这个偏移值0xfffffffff8d6e000要是加上IDA中的获取的地址30E6A128相加的话明显溢出了。

PS:如果我使用gdb的info share,找不到UIKit。

你把完整的输出贴上来看看
换旧版本的LLDB试试?

我试过旧5.0.1的和新6.3的xcode。都一样。
后来发现了个奇怪的现象。
我使用gdb的info share 虽然没有发现UIKit的偏移,但是发现了很多其他系统库的偏移都一样,我就使用这个做UIKit偏移,然后下断点,居然成功了。
(lldb) br s -a 0x314B912B (ida地址: 30E6A128 ,偏移地址0x64f000:)
Breakpoint 1: where = UIKit`-[UIBarButtonItem(UIInternal) _sendAction:withEvent:] + 119, address = 0x314b912b

以下是gdb给出的信息。
(gdb) info sh
The DYLD shared library state has not yet been initialized.
Requested State Current State
Num Basename Type Address Reason | | Source
| | | | | | | |
1 MobileMail - 0x90000 exec Y Y /private/var/stash/_.f6Q3et/Applications/MobileMail.app/MobileMail at 0x90000 (offset 0x8f000)
2 dyld - 0x2fe2e000 dyld Y Y /usr/lib/dyld at 0x2fe2e000 (offset 0x2e000) with prefix “_dyld
3 SubstrateBootstrap.dylib - 0x1ce000 dyld Y Y /Library/Frameworks/CydiaSubstrate.framework/Libraries/SubstrateBootstrap.dylib at 0x1ce000 (offset 0x1ce000)
4 MobileCoreServices F 0x36931000 dyld Y Y /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices at 0x36931000 (offset 0x64f000)
(objfile is) [memory object “/System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices” at 0x36931000]
5 XPCObjects F 0x38f6b000 dyld Y Y /System/Library/PrivateFrameworks/XPCObjects.framework/XPCObjects at 0x38f6b000 (offset 0x64f000)
(objfile is) [memory object “/System/Library/PrivateFrameworks/XPCObjects.framework/XPCObjects” at 0x38f6b000]
6 libsqlite3.dylib - 0x3673d000 dyld Y Y /usr/lib/libsqlite3.dylib at 0x3673d000 (offset 0x64f000)
(objfile is) [memory object “/usr/lib/libsqlite3.dylib” at 0x3673d000]
7 SpringBoardServices F 0x30689000 dyld Y Y /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices at 0x30689000 (offset 0x64f000)
(objfile is) [memory object “/System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices” at 0x30689000]
8 CertInfo F 0x34982000 dyld Y Y /System/Library/PrivateFrameworks/CertInfo.framework/CertInfo at 0x34982000 (offset 0x64f000)
(objfile is) [memory object “/System/Library/PrivateFrameworks/CertInfo.framework/CertInfo” at 0x34982000]
9 Security F 0x38769000 dyld Y Y /System/Library/Frameworks/Security.framework/Security at 0x38769000 (offset 0x64f000)
(objfile is) [memory object “/System/Library/Frameworks/Security.framework/Security” at 0x38769000]
10 AccountSettings F 0x35483000 dyld Y Y /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings at 0x35483000 (offset 0x64f000)
(objfile is) [memory object “/System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings” at 0x35483000]
11 AccountSettingsUI F 0x35496000 dyld Y Y /System/Library/PrivateFrameworks/AccountSettingsUI.framework/AccountSettingsUI at 0x35496000 (offset 0x64f000)
(objfile is) [memory object “/System/Library/PrivateFrameworks/AccountSettingsUI.framework/AccountSettingsUI” at 0x35496000]
12 AddressBook F 0x38dea000 dyld Y Y /System/Library/Frameworks/AddressBook.framework/AddressBook at 0x38dea000 (offset 0x64f000)
—Type to continue, or q to quit—c
(objfile is) [memory object “/System/Library/Frameworks/AddressBook.framework/AddressBook” at 0x38dea000]
13 AddressBookUI F 0x365a4000 dyld Y Y /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI at 0x365a4000 (offset 0x64f000)
(objfile is) [memory object “/System/Library/Frameworks/AddressBookUI.framework/AddressBookUI” at 0x365a4000]
14 AppSupport F 0x353e6000 dyld Y Y /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport at 0x353e6000 (offset 0x64f000)
(objfile is) [memory object “/System/Library/PrivateFrameworks/AppSupport.framework/AppSupport” at 0x353e6000]
15 EventKit F 0x354b3000 dyld Y Y /System/Library/Frameworks/EventKit.framework/EventKit at 0x354b3000 (offset 0x64f000)
(objfile is) [memory object “/System/Library/Frameworks/EventKit.framework/EventKit” at 0x354b3000]
16 EventKitUI F 0x3880c000 dyld Y Y /System/Library/Frameworks/EventKitUI.framework/EventKitUI at 0x3880c000 (offset 0x64f000)
(objfile is) [memory object “/System/Library/Frameworks/EventKitUI.framework/EventKitUI” at 0x3880c000]
17 CoreFoundation F 0x3501e000 dyld Y Y /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation at 0x3501e000 (offset 0x64f000)
(objfile is) [memory object “/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation” at 0x3501e000]
18 CoreGraphics F 0x36998000 dyld Y Y /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics at 0x36998000 (offset 0x64f000)
(objfile is) [memory object “/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics” at 0x36998000]
19 DataAccess F 0x3915d000 dyld Y Y /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess at 0x3915d000 (offset 0x64f000)
(objfile is) [memory object “/System/Library/PrivateFrameworks/DataAccess.framework/DataAccess” at 0x3915d000]
20 AppleAccount F 0x367df000 dyld Y Y /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount at 0x367df000 (offset 0x64f000)
(objfile is) [memory object “/System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount” at 0x367df000]
21 Foundation F 0x30d79000 dyld Y Y /System/Library/Frameworks/Foundation.framework/Foundation at 0x30d79000 (offset 0x64f000)
(objfile is) [memory object “/System/Library/Frameworks/Foundation.framework/Foundation” at 0x30d79000]
22 GraphicsServices F 0x31d48000 dyld Y Y /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices at 0x31d48000 (offset 0x64f000)
(objfile is) [memory object “/System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices” at 0x31d48000]
23 ManagedConfiguration F 0x39104000 dyld Y Y /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration at 0x39104000 (offset 0x64f000)
(objfile is) [memory object “/System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration” at 0x39104000]
24 MediaPlayer F 0x30a9e000 dyld Y Y /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer at 0x30a9e000 (offset 0x64f000)

你是在哪个系统,什么机器上做的测试?

IOS6 ipadmini

你把LLDB操作的完整步骤贴一下,看看有没有问题

iPad-mini:~ root# debugserver *:1234 -a MobileMail
debugserver-189 for armv7.
Listening to port 1234…
Got a connection, waiting for debugger instructions for process 0.

bogon:characontfornote gaozhimin$ /Applications/Xcode.app/Contents/Developer/usr/bin/lldb
(lldb) process connect connect://10.61.137.70:1234
Process 260 stopped

  • thread #1: tid = 0x1f03, 0x359a5eb4 libsystem_kernel.dylibmach_msg_trap + 20, queue = 'com.apple.main-thread', stop reason = signal SIGSTOP frame #0: 0x359a5eb4 libsystem_kernel.dylibmach_msg_trap + 20
    libsystem_kernel.dylib`mach_msg_trap:
    → 0x359a5eb4 <+20>: pop {r4, r5, r6, r8}
    0x359a5eb8 <+24>: .long 0xe12fff1e ; unknown opcode

libsystem_kernel.dylib`mach_msg_overwrite_trap:
0x359a5ebc <+0>: mov r12, sp
0x359a5ec0 <+4>: push {r4, r5, r6, r8}
(lldb) image list -o -f
[ 0] 0x00051000 /Applications/MobileMail.app/MobileMail(0x0000000000052000)
[ 1] 0x00191000 /Library/MobileSubstrate/MobileSubstrate.dylib(0x0000000000191000)
[ 2] 0x0406f000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
[ 3] 0x07127000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/XPCObjects.framework/XPCObjects
[ 4] 0x085a3000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/libsqlite3.dylib
[ 5] 0xfffffffffbcd9000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
[ 6] 0x005ec000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/CertInfo.framework/CertInfo
[ 7] 0x027dc000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/Security.framework/Security
[ 8] 0x0630e000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
[ 9] 0x03ee0000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/AccountSettingsUI.framework/AccountSettingsUI
[ 10] 0x0a46c000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/AddressBook.framework/AddressBook
[ 11] 0x0213b000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
[ 12] 0xffffffffffdab000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
[ 13] 0x00755000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/EventKit.framework/EventKit
[ 14] 0x08ad6000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/EventKitUI.framework/EventKitUI
[ 15] 0x064ef000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
[ 16] 0x074ef000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
[ 17] 0x09337000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
[ 18] 0x07f06000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
[ 19] 0x0064f000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/Foundation.framework/Foundation
[ 20] 0xfffffffffb418000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
[ 21] 0x08a63000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
[ 22] 0xffffffffffa81000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
[ 23] 0x03d23000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/Message.framework/Message
[ 24] 0xfffffffffff78000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/MessageUI.framework/MessageUI
[ 25] 0x04626000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
[ 26] 0xfffffffffe14f000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/QuartzCore.framework/QuartzCore
[ 27] 0x0aa22000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
[ 28] 0x06311000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/WebCore.framework/WebCore
[ 29] 0x0551a000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/WebKit.framework/WebKit
[ 30] 0xfffffffffc16b000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/Preferences.framework/Preferences
[ 31] 0xfffffffffd405000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/MIME.framework/MIME
[ 32] 0xfffffffffd004000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
[ 33] 0xffffffffffe7f000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
[ 34] 0x05386000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/QuickLook.framework/QuickLook
[ 35] 0xfffffffffb074000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
[ 36] 0xfffffffffffb4000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI
[ 37] 0x02368000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/MailServices.framework/MailServices
[ 38] 0xfffffffffb02f000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/UIKit.framework/UIKit
[ 39] 0x02987000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
[ 40] 0x01eb6000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/libSystem.B.dylib
[ 41] 0x05bd9000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/libobjc.A.dylib
[ 42] 0x02cab000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/libstdc++.6.dylib
[ 43] 0x00596000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/libbsm.0.dylib
[ 44] 0xfffffffffaa11000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/CFNetwork.framework/CFNetwork
[ 45] 0x084ea000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/libc++abi.dylib
[ 46] 0xfffffffffe7e6000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/system/libcache.dylib
[ 47] 0xfffffffffd040000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/system/libcommonCrypto.dylib
[ 48] 0x01a42000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/system/libcompiler_rt.dylib
[ 49] 0x03f07000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/system/libcopyfile.dylib
[ 50] 0x007a7000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/system/libdispatch.dylib
[ 51] 0xfffffffffc22b000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/system/libdnsinfo.dylib
[ 52] 0x02288000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/system/libdyld.dylib
[ 53] 0x060a6000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/system/libkeymgr.dylib
[ 54] 0x01d0f000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/system/liblaunch.dylib
[ 55] 0x02496000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/system/libmacho.dylib
[ 56] 0x00a68000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/system/libremovefile.dylib
[ 57] 0x028e0000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/system/libsystem_blocks.dylib
[ 58] 0x008b2000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/system/libsystem_c.dylib
[ 59] 0x07e71000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/system/libsystem_dnssd.dylib
[ 60] 0x01917000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/system/libsystem_info.dylib
[ 61] 0x05916000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/system/libsystem_kernel.dylib
[ 62] 0xfffffffffc7ce000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/system/libsystem_m.dylib
[ 63] 0xfffffffffcaef000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/system/libsystem_network.dylib
[ 64] 0x021b4000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/system/libsystem_notify.dylib
[ 65] 0x02efe000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/system/libsystem_sandbox.dylib
[ 66] 0x022d3000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/system/libunwind.dylib
[ 67] 0x07227000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/system/libxpc.dylib
[ 68] 0x01979000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/system/libcorecrypto.dylib
[ 69] 0x07d22000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/libicucore.A.dylib
[ 70] 0xfffffffffe25f000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/libxml2.2.dylib
[ 71] 0x02ce4000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/libz.1.dylib
[ 72] 0xfffffffffad17000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/libCRFSuite.dylib
[ 73] 0x005dc000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/liblangid.dylib
[ 74] 0xffffffffff52e000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
[ 75] 0xfffffffffe4d2000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
[ 76] 0x05160000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/libMobileGestalt.dylib
[ 77] 0x02918000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
[ 78] 0x020ae000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
[ 79] 0x055d7000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/CoreSurface.framework/CoreSurface
[ 80] 0xffffffffffcc1000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
[ 81] 0x031c3000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/liblockdown.dylib
[ 82] 0x018a7000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
[ 83] 0x063e3000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/CoreVideo.framework/CoreVideo
[ 84] 0x068f6000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
[ 85] 0x070db000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
[ 86] 0x05a0e000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
[ 87] 0x07864000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
[ 88] 0x02a23000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/CoreImage.framework/CoreImage
[ 89] 0x02de1000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
[ 90] 0x08c66000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/ImageIO.framework/ImageIO
[ 91] 0x09d97000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/CoreText.framework/CoreText
[ 92] 0x06402000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
[ 93] 0x021bc000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/libAccessibility.dylib
[ 94] 0xfffffffffc41c000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/Accelerate.framework/Accelerate
[ 95] 0x0a878000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
[ 96] 0x09d7d000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/libc++.1.dylib
[ 97] 0xffffffffffe8d000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/OpenGLES.framework/OpenGLES
[ 98] 0xfffffffffcccb000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
[ 99] 0x080d1000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
[100] 0x022d4000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
[101] 0x00590000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
[102] 0x0437a000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
[103] 0xfffffffffe709000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/CoreMedia.framework/CoreMedia
[104] 0x0218b000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
[105] 0x00e35000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/CoreAudio.framework/CoreAudio
[106] 0x09bb0000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
[107] 0x04709000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
[108] 0xfffffffffb998000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
[109] 0xffffffffff4e1000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/Bom.framework/Bom
[110] 0x001a0000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
[111] 0x0451b000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/libbz2.1.0.dylib
[112] 0xffffffffffb00000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/TCC.framework/TCC
[113] 0xfffffffffe7cf000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
[114] 0x04ac4000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
[115] 0xfffffffffd224000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/libtidy.A.dylib
[116] 0x072c7000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
[117] 0xffffffffff8af000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
[118] 0xfffffffffd2e0000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
[119] 0x06c0f000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
[120] 0xffffffffff0e0000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
[121] 0x03e72000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
[122] 0x0410e000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/OpenCL.framework/OpenCL
[123] 0x08c03000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/FaceCoreLight.framework/FaceCoreLight
[124] 0xffffffffff796000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
[125] 0xfffffffffe125000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/libxslt.1.dylib
[126] 0x0943a000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/libiconv.2.dylib
[127] 0x07f35000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/libresolv.9.dylib
[128] 0x00d7f000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/libmis.dylib
[129] 0x00be5000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
[130] 0x04fd5000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
[131] 0x0916a000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/CertUI.framework/CertUI
[132] 0xffffffffffb8b000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/MobileSync.framework/MobileSync
[133] 0xffffffffff8f0000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/Accounts.framework/Accounts
[134] 0xfffffffffbea2000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
[135] 0x01ed8000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
[136] 0xfffffffffd8ea000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
[137] 0xfffffffffeca1000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
[138] 0x01ec9000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
[139] 0xfffffffffd616000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
[140] 0x05e2e000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/OAuth.framework/OAuth
[141] 0xfffffffffbe5f000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
[142] 0x02124000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/Notes.framework/Notes
[143] 0x04492000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/CoreLocation.framework/CoreLocation
[144] 0x04fc2000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
[145] 0x0531e000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/CoreData.framework/CoreData
[146] 0x02e25000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
[147] 0x044dc000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
[148] 0x063f4000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
[149] 0x03665000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
[150] 0x01cc1000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/AVFoundation.framework/AVFoundation
[151] 0x06644000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/AirTraffic.framework/AirTraffic
[152] 0xffffffffff923000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
[153] 0xffffffffffc9b000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/Celestial.framework/Celestial
[154] 0x02686000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/IAP.framework/IAP
[155] 0x03073000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
[156] 0x08d01000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
[157] 0x0766b000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
[158] 0x0781d000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/MediaControlSender.framework/MediaControlSender
[159] 0x01071000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/CoreMotion.framework/CoreMotion
[160] 0x035d9000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
[161] 0x07f3e000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
[162] 0x06f0e000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
[163] 0x04744000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
[164] 0x072e2000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/ActorKit.framework/ActorKit
[165] 0x0736a000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
[166] 0x02e30000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/IMCore.framework/IMCore
[167] 0xfffffffffe4ba000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/Marco.framework/Marco
[168] 0x01ce9000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/FTServices.framework/FTServices
[169] 0x0328d000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/libgcc_s.1.dylib
[170] 0x001b8000 /Library/Frameworks/CydiaSubstrate.framework/Libraries/SubstrateLoader.dylib(0x00000000001b8000)
[171] 0x001de000 /Library/MobileSubstrate/DynamicLibraries/RHRevealLoader.dylib(0x00000000001de000)
[172] 0x001e1000 /Library/Frameworks/CydiaSubstrate.framework/CydiaSubstrate(0x00000000001e1000)
[173] 0x001e8000 /Library/MobileSubstrate/DynamicLibraries/WinterBoard.dylib(0x00000000001e8000)
[174] 0x00228000 /Library/MobileSubstrate/DynamicLibraries/testlib.dylib(0x0000000000228000)
[175] 0xfffffffffc35f000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/Message.framework/MailServices/IMAP.framework/IMAP
[176] 0xfffffffffd8c8000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults
[177] 0x03181000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib
[178] 0x04d01000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
[179] 0x042b2000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
[180] 0x00ddb000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
[181] 0x067ac000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/AOSNotification.framework/AOSNotification
[182] 0x04d55000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/CoreServices/RawCamera.bundle/RawCamera
[183] 0xffffffffff5e6000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
[184] 0x03feb000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
[185] 0x02910000 /System/Library/Extensions/IMGSGX543GLDriver.bundle/IMGSGX543GLDriver(0x00000000332f6000)
[186] 0x03f12000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
[187] 0x0450e000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/System/Library/PrivateFrameworks/GPUSupport.framework/libGPUSupportMercury.dylib
[188] 0x000a1000 /Users/gaozhimin/Library/Developer/Xcode/iOS DeviceSupport/6.0.1 (10A523)/Symbols/usr/lib/dyld
(lldb)

我靠,那我还真不知道是怎么回事……升iOS 8得了

可能是系统的原因造成的,连那个MobileNotes的例子,找到NotesDisplayController,用cycript设置,title名称不会变化,找了半天用NoteNavigationbar下面的label才能修改,现在在考虑怎么样把Controller和这个label关联上。
PS:让大神费心了,谢谢~