iOS 10 iMessage extension crashes when trying to expand

Hi,


I have an iMessage extension that works in iOS 11 fine. However in iOS 10 if you compact it manually and then tap on a textfield, my code requests it changes the presentation style to .expanded. This should expand the viewcontroller however this isn't what happens. Instead it detaches itself from the debugger and crashes the app.


    func didBecomeFocused(searchBar:MessengerSearchBar) {
        assert(Thread.isMainThread)
     
        if (messagesViewController.presentationStyle != .expanded) {
            messagesViewController.requestPresentationStyle(.expanded)
        }
    }


I've plugged the device in and can see the crash report below however it doesn't say what the exception actually is. Also I would expect that if this wasn't allowed it should silently ignore it. Why does the app crash from what seems like a legitimate API call and what would be the suggestions to fixing this? I've tried wrapping the requestPresentationStyle() call in a DispatchQueue.main.async but that didn't work either.


Regards,

Richard


Incident Identifier: E3D883D9-8625-4AFC-B53E-A2FDE3F7AE5A
CrashReporter Key:   5b70500e1c00b8e76b8c6c1f170da0d00017ac2e
Hardware Model:      iPhone9,4
Process:             MobileSMS [7658]
Path:                /Applications/MobileSMS.app/MobileSMS
Identifier:          com.apple.MobileSMS
Version:             1.0 (5.0)
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           com.apple.MobileSMS [2929]


Date/Time:           2017-11-30 10:14:28.6371 +0000
Launch Time:         2017-11-30 10:14:12.6493 +0000
OS Version:          iPhone OS 10.3.3 (14G60)
Report Version:      104

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Triggered by Thread:  0

Application Specific Information:
abort() called

Filtered syslog:
None found

Last Exception Backtrace:
0   CoreFoundation                     0x189ab6fe0 __exceptionPreprocess + 124
1   libobjc.A.dylib                    0x188518538 objc_exception_throw + 55
2   CoreFoundation                     0x189ab6f28 +[NSException raise:format:] + 115
3   UIKit                              0x18fc63ccc -[UIView+ 568524 (Hierarchy) _associatedViewControllerForwardsAppearanceCallbacks:performHierarchyCheck:isRoot:] + 295
4   UIKit                              0x18fbf0914 -[UIView+ 96532 (Hierarchy) _willMoveToWindow:withAncestorView:] + 243
5   UIKit                              0x18fbe3d6c __85-[UIView+ 44396 (Hierarchy) _makeSubtreePerformSelector:withObject:withObject:copySublayers:]_block_invoke + 87
6   UIKit                              0x18fbe3c50 -[UIView+ 44112 (Hierarchy) _makeSubtreePerformSelector:withObject:withObject:copySublayers:] + 447
7   UIKit                              0x18fbefda8 -[UIView+ 93608 (Internal) _addSubview:positioned:relativeTo:] + 455
8   UIKit                              0x18fbefbc8 -[UIView+ 93128 (Hierarchy) addSubview:] + 827
9   ChatKit                            0x19a4747f4 -[CKFullScreenAppViewController animateBrowserViewFromSourceRect:interactive:switcherFooterView:completion:] + 1519
10  ChatKit                            0x19a51da28 __100-[CKBrowserTransitionCoordinator transitionCurrentBrowserToExpandedPresentationAnimated:completion:]_block_invoke.217 + 343
11  UIKit                              0x18ff36268 -[UIPresentationController transitionDidFinish:] + 1315
12  UIKit                              0x1900a76cc -[_UICurrentContextPresentationController transitionDidFinish:] + 43
13  UIKit                              0x18ff39a58 __56-[UIPresentationController runTransitionForCurrentState]_block_invoke_2 + 187
14  UIKit                              0x18fd0d590 -[_UIViewControllerTransitionContext completeTransition:] + 115
15  Foundation                         0x18a594c4c __NSFireDelayedPerform + 407
16  CoreFoundation                     0x189a65aa4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 27
17  CoreFoundation                     0x189a657a8 __CFRunLoopDoTimer + 855
18  CoreFoundation                     0x189a65068 __CFRunLoopDoTimers + 243
19  CoreFoundation                     0x189a62c8c __CFRunLoopRun + 1483
20  CoreFoundation                     0x189992da4 CFRunLoopRunSpecific + 423
21  GraphicsServices                   0x18b3fd074 GSEventRunModal + 99
22  UIKit                              0x18fc4dc9c UIApplicationMain + 207
23  MobileSMS                          0x10009d894 0x10007c000 + 137364
24  libdyld.dylib                      0x1889a159c start + 3


Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   libsystem_kernel.dylib             0x0000000188ab1014 __pthread_kill + 8
1   libsystem_pthread.dylib            0x0000000188b7b264 pthread_kill + 112
2   libsystem_c.dylib                  0x0000000188a259c4 abort + 140
3   libc++abi.dylib                    0x00000001884f11b0 __cxa_bad_cast + 0
4   libc++abi.dylib                    0x000000018850ac04 default_unexpected_handler+ 109572 () + 0
5   libobjc.A.dylib                    0x0000000188518820 _objc_terminate+ 34848 () + 124
6   libc++abi.dylib                    0x00000001885075d4 std::__terminate(void (*)+ 95700 ()) + 16
7   libc++abi.dylib                    0x00000001885071a8 __cxa_rethrow + 144
8   libobjc.A.dylib                    0x00000001885186f8 objc_exception_rethrow + 44
9   CoreFoundation                     0x0000000189992e10 CFRunLoopRunSpecific + 532
10  GraphicsServices                   0x000000018b3fd074 GSEventRunModal + 100
11  UIKit                              0x000000018fc4dc9c UIApplicationMain + 208
12  MobileSMS                          0x000000010009d894 0x10007c000 + 137364
13  libdyld.dylib                      0x00000001889a159c start + 4

Thread 1:
0   libsystem_kernel.dylib             0x0000000188ab1a88 __workq_kernreturn + 8
1   libsystem_pthread.dylib            0x0000000188b76fd0 _pthread_wqthread + 792
2   libsystem_pthread.dylib            0x0000000188b76cac start_wqthread + 4

Thread 2:
0   libsystem_kernel.dylib             0x0000000188ab1a88 __workq_kernreturn + 8
1   libsystem_pthread.dylib            0x0000000188b771a4 _pthread_wqthread + 1260
2   libsystem_pthread.dylib            0x0000000188b76cac start_wqthread + 4

Thread 3:
0   libsystem_pthread.dylib            0x0000000188b76ca8 start_wqthread + 0

Thread 4 name:  com.apple.uikit.eventfetch-thread
Thread 4:
0   libsystem_kernel.dylib             0x0000000188a93224 mach_msg_trap + 8
1   libsystem_kernel.dylib             0x0000000188a9309c mach_msg + 72
2   CoreFoundation                     0x0000000189a64e90 __CFRunLoopServiceMachPort + 192
3   CoreFoundation                     0x0000000189a62ae4 __CFRunLoopRun + 1060
4   CoreFoundation                     0x0000000189992da4 CFRunLoopRunSpecific + 424
5   Foundation                         0x000000018a4addb4 -[NSRunLoop+ 52660 (NSRunLoop) runMode:beforeDate:] + 304
6   Foundation                         0x000000018a4ceb84 -[NSRunLoop+ 187268 (NSRunLoop) runUntilDate:] + 96
7   UIKit                              0x00000001905d7830 -[UIEventFetcher threadMain] + 136
8   Foundation                         0x000000018a5ab318 __NSThread__start__ + 996
9   libsystem_pthread.dylib            0x0000000188b7968c _pthread_body + 240
10  libsystem_pthread.dylib            0x0000000188b7959c _pthread_body + 0
11  libsystem_pthread.dylib            0x0000000188b76cb4 thread_start + 4

Thread 5:
0   libsystem_kernel.dylib             0x0000000188a93224 mach_msg_trap + 8
1   libsystem_kernel.dylib             0x0000000188a9309c mach_msg + 72
2   CoreFoundation                     0x0000000189a64e90 __CFRunLoopServiceMachPort + 192
3   CoreFoundation                     0x0000000189a62ae4 __CFRunLoopRun + 1060
4   CoreFoundation                     0x0000000189992da4 CFRunLoopRunSpecific + 424
5   Foundation                         0x000000018a4addb4 -[NSRunLoop+ 52660 (NSRunLoop) runMode:beforeDate:] + 304
6   Foundation                         0x000000018a4ceb84 -[NSRunLoop+ 187268 (NSRunLoop) runUntilDate:] + 96
7   AssistantServices                  0x00000001927c3d9c -[AFContextManager startCenter:] + 336
8   Foundation                         0x000000018a5ab318 __NSThread__start__ + 996
9   libsystem_pthread.dylib            0x0000000188b7968c _pthread_body + 240
10  libsystem_pthread.dylib            0x0000000188b7959c _pthread_body + 0
11  libsystem_pthread.dylib            0x0000000188b76cb4 thread_start + 4

Thread 6:
0   libsystem_pthread.dylib            0x0000000188b76ca8 start_wqthread + 0

Thread 7 name:  CommonUtilities-WiFi-Thread
Thread 7:
0   libsystem_kernel.dylib             0x0000000188a93224 mach_msg_trap + 8
1   libsystem_kernel.dylib             0x0000000188a9309c mach_msg + 72
2   CoreFoundation                     0x0000000189a64e90 __CFRunLoopServiceMachPort + 192
3   CoreFoundation                     0x0000000189a62ae4 __CFRunLoopRun + 1060
4   CoreFoundation                     0x0000000189992da4 CFRunLoopRunSpecific + 424
5   CoreFoundation                     0x00000001899df9c0 CFRunLoopRun + 112
6   CommonUtilities                    0x000000018bd51c44 0x18bd4b000 + 27716
7   Foundation                         0x000000018a5ab318 __NSThread__start__ + 996
8   libsystem_pthread.dylib            0x0000000188b7968c _pthread_body + 240
9   libsystem_pthread.dylib            0x0000000188b7959c _pthread_body + 0
10  libsystem_pthread.dylib            0x0000000188b76cb4 thread_start + 4

Thread 8:
0   libsystem_pthread.dylib            0x0000000188b76ca8 start_wqthread + 0

Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x00000001742f4db7
    x4: 0x000000018850bb07   x5: 0x000000016fd83600   x6: 0x000000000000006e   x7: 0x000000016fd82758
    x8: 0x0000000008000000   x9: 0x0000000004000000  x10: 0x000000000000000b  x11: 0x000000000000000b
   x12: 0x0000000000000010  x13: 0x0000000189d01c0e  x14: 0x0000040000000400  x15: 0x0000000000000000
   x16: 0x0000000000000148  x17: 0x0000000100000000  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x00000001afc25b40  x21: 0x000000016fd83600  x22: 0x00000001afc2cbb8  x23: 0x0000000000000001
   x24: 0x0000000170019e80  x25: 0x0000000000000000  x26: 0x0000000000000001  x27: 0x0000000000000000
   x28: 0x000000016fd83c70   fp: 0x000000016fd83560   lr: 0x0000000188b7b264
    sp: 0x000000016fd83540   pc: 0x0000000188ab1014 cpsr: 0x00000000

Binary Images:
0x10007c000 - 0x1000c7fff MobileSMS arm64   /Applications/MobileSMS.app/MobileSMS
0x10013c000 - 0x10016ffff dyld arm64   /usr/lib/dyld
0x104358000 - 0x10435ffff RichLinkProvider arm64   /System/Library/Messages/iMessageBalloons/RichLinkProvider.bundle/RichLinkProvider
0x10464c000 - 0x10469bfff ASMessagesProvider arm64   /System/Library/Messages/iMessageBalloons/ASMessagesProvider.bundle/ASMessagesProvider
0x10471c000 - 0x10474ffff AssetExplorer arm64   /System/Library/Messages/iMessageBalloons/AssetExplorer.bundle/AssetExplorer
0x104e4c000 - 0x104e63fff MSMessageExtensionBalloonPlugin arm64   /System/Library/Messages/iMessageBalloons/MSMessageExtensionBalloonPlugin.bundle/MSMessageExtensionBalloonPlugin
0x188498000 - 0x188499fff libSystem.B.dylib arm64   /usr/lib/libSystem.B.dylib
0x18849a000 - 0x1884effff libc++.1.dylib arm64   /usr/lib/libc++.1.dylib
0x1884f0000 - 0x18850cfff libc++abi.dylib arm64   /usr/lib/libc++abi.dylib
0x188510000 - 0x1888edfff libobjc.A.dylib arm64   /usr/lib/libobjc.A.dylib
0x1888ee000 - 0x1888f2fff libcache.dylib arm64   /usr/lib/system/libcache.dylib
0x1888f3000 - 0x1888fefff libcommonCrypto.dylib arm64   /usr/lib/system/libcommonCrypto.dylib
0x1888ff000 - 0x188902fff libcompiler_rt.dylib arm64   /usr/lib/system/libcompiler_rt.dylib
0x188903000 - 0x18890afff libcopyfile.dylib arm64   /usr/lib/system/libcopyfile.dylib
0x18890b000 - 0x18896cfff libcorecrypto.dylib arm64   /usr/lib/system/libcorecrypto.dylib
0x18896d000 - 0x18899cfff libdispatch.dylib arm64   /usr/lib/system/libdispatch.dylib
0x18899d000 - 0x1889a1fff libdyld.dylib arm64   /usr/lib/system/libdyld.dylib
0x1889a2000 - 0x1889a2fff liblaunch.dylib arm64   /usr/lib/system/liblaunch.dylib
0x1889a3000 - 0x1889a8fff libmacho.dylib arm64   /usr/lib/system/libmacho.dylib
0x1889a9000 - 0x1889aafff libremovefile.dylib arm64   /usr/lib/system/libremovefile.dylib
0x1889ab000 - 0x1889c2fff libsystem_asl.dylib arm64   /usr/lib/system/libsystem_asl.dylib
0x1889c3000 - 0x1889c3fff libsystem_blocks.dylib arm64   /usr/lib/system/libsystem_blocks.dylib
0x1889c4000 - 0x188a40fff libsystem_c.dylib arm64   /usr/lib/system/libsystem_c.dylib
0x188a41000 - 0x188a45fff libsystem_configuration.dylib arm64   /usr/lib/system/libsystem_configuration.dylib
0x188a46000 - 0x188a4bfff libsystem_containermanager.dylib arm64   /usr/lib/system/libsystem_containermanager.dylib
0x188a4c000 - 0x188a4dfff libsystem_coreservices.dylib arm64   /usr/lib/system/libsystem_coreservices.dylib
0x188a4e000 - 0x188a66fff libsystem_coretls.dylib arm64   /usr/lib/system/libsystem_coretls.dylib
0x188a67000 - 0x188a6dfff libsystem_dnssd.dylib arm64   /usr/lib/system/libsystem_dnssd.dylib
0x188a6e000 - 0x188a91fff libsystem_info.dylib arm64   /usr/lib/system/libsystem_info.dylib
0x188a92000 - 0x188ab6fff libsystem_kernel.dylib arm64   /usr/lib/system/libsystem_kernel.dylib
0x188ab7000 - 0x188ae3fff libsystem_m.dylib arm64   /usr/lib/system/libsystem_m.dylib
0x188ae4000 - 0x188afffff libsystem_malloc.dylib arm64   /usr/lib/system/libsystem_malloc.dylib
0x188b00000 - 0x188b59fff libsystem_network.dylib arm64   /usr/lib/system/libsystem_network.dylib
0x188b5a000 - 0x188b63fff libsystem_networkextension.dylib arm64   /usr/lib/system/libsystem_networkextension.dylib
0x188b64000 - 0x188b6efff libsystem_notify.dylib arm64   /usr/lib/system/libsystem_notify.dylib
0x188b6f000 - 0x188b75fff libsystem_platform.dylib arm64   /usr/lib/system/libsystem_platform.dylib
0x188b76000 - 0x188b7ffff libsystem_pthread.dylib arm64   /usr/lib/system/libsystem_pthread.dylib
0x188b80000 - 0x188b83fff libsystem_sandbox.dylib arm64   /usr/lib/system/libsystem_sandbox.dylib
0x188b84000 - 0x188b8bfff libsystem_symptoms.dylib arm64   /usr/lib/system/libsystem_symptoms.dylib
0x188b8c000 - 0x188b9efff libsystem_trace.dylib arm64   /usr/lib/system/libsystem_trace.dylib
0x188b9f000 - 0x188ba4fff libunwind.dylib arm64   /usr/lib/system/libunwind.dylib
0x188ba5000 - 0x188ba5fff libvminterpose.dylib arm64   /usr/lib/system/libvminterpose.dylib
0x188ba6000 - 0x188bccfff libxpc.dylib arm64   /usr/lib/system/libxpc.dylib
0x188bcd000 - 0x188de2fff libicucore.A.dylib arm64   /usr/lib/libicucore.A.dylib
0x188de3000 - 0x188df4fff libz.1.dylib arm64   /usr/lib/libz.1.dylib
0x18998a000 - 0x189d0bfff CoreFoundation arm64   /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x189d0c000 - 0x189d1cfff libbsm.0.dylib arm64   /usr/lib/libbsm.0.dylib
0x189d1d000 - 0x189d1dfff libenergytrace.dylib arm64   /usr/lib/libenergytrace.dylib
0x189d1e000 - 0x189d99fff IOKit arm64   /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x189d9a000 - 0x189dbbfff libMobileGestalt.dylib arm64   /usr/lib/libMobileGestalt.dylib
0x189dbc000 - 0x189ea5fff libxml2.2.dylib arm64   /usr/lib/libxml2.2.dylib
0x189ea6000 - 0x189f40fff Security arm64   /System/Library/Frameworks/Security.framework/Security
0x189f41000 - 0x189facfff SystemConfiguration arm64   /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x189fad000 - 0x18a0bdfff libsqlite3.dylib arm64   /usr/lib/libsqlite3.dylib
0x18a0be000 - 0x18a432fff CFNetwork arm64   /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x18a433000 - 0x18a440fff libbz2.1.0.dylib arm64   /usr/lib/libbz2.1.0.dylib
0x18a441000 - 0x18a459fff liblzma.5.dylib arm64   /usr/lib/liblzma.5.dylib
0x18a45a000 - 0x18a474fff libCRFSuite.dylib arm64   /usr/lib/libCRFSuite.dylib
0x18a475000 - 0x18a49efff libarchive.2.dylib arm64   /usr/lib/libarchive.2.dylib
0x18a49f000 - 0x18a4a0fff liblangid.dylib arm64   /usr/lib/liblangid.dylib
0x18a4a1000 - 0x18a770fff Foundation arm64   /System/Library/Frameworks/Foundation.framework/Foundation
0x18a771000 - 0x18a81cfff libBLAS.dylib arm64   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x18a81d000 - 0x18ab4bfff libLAPACK.dylib arm64   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x18ab4c000 - 0x18ade6fff vImage arm64   /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x18ade7000 - 0x18ae0cfff libvMisc.dylib arm64   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x18ae0d000 - 0x18ae21fff libLinearAlgebra.dylib arm64   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x18ae22000 - 0x18ae33fff libSparseBLAS.dylib arm64   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x18ae34000 - 0x18aea9fff libvDSP.dylib arm64   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x18aeaa000 - 0x18aeaafff vecLib arm64   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x18aeab000 - 0x18aeabfff Accelerate arm64   /System/Library/Frameworks/Accelerate.framework/Accelerate
0x18aeac000 - 0x18b3f0fff CoreGraphics arm64   /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x18b3f1000 - 0x18b405fff GraphicsServices arm64   /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x18b406000 - 0x18b453fff AppSupport arm64   /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x18b454000 - 0x18b581fff MobileCoreServices arm64   /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x18b582000 - 0x18b5e3fff BaseBoard arm64   /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x18b5e4000 - 0x18b5f3fff AssertionServices arm64   /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x18b5f4000 - 0x18b621fff BackBoardServices arm64   /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x18b622000 - 0x18b625fff MobileSystemServices arm64   /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x18b626000 - 0x18b675fff FrontBoardServices arm64   /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x18b679000 - 0x18b6adfff SpringBoardServices arm64   /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x18b6ae000 - 0x18b6c8fff MobileKeyBag arm64   /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x18b6c9000 - 0x18b6d1fff IOSurface arm64   /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface
0x18b6d2000 - 0x18b6ddfff liblockdown.dylib arm64   /usr/lib/liblockdown.dylib
0x18b6de000 - 0x18b6f4fff CrashReporterSupport arm64   /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x18b6f5000 - 0x18b6f7fff IOSurfaceAccelerator arm64   /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x18b6f8000 - 0x18b738fff AppleJPEG arm64   /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x18b739000 - 0x18bcc6fff ImageIO arm64   /System/Library/Frameworks/ImageIO.framework/ImageIO
0x18bcc7000 - 0x18bccdfff TCC arm64   /System/Library/PrivateFrameworks/TCC.framework/TCC
0x18bcce000 - 0x18bcd2fff AggregateDictionary arm64   /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x18bcd3000 - 0x18bcdffff PowerLog arm64   /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x18bce0000 - 0x18bd4afff libTelephonyUtilDynamic.dylib arm64   /usr/lib/libTelephonyUtilDynamic.dylib
0x18bd4b000 - 0x18bd5dfff CommonUtilities arm64   /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x18bd5e000 - 0x18bd73fff libcompression.dylib arm64   /usr/lib/libcompression.dylib
0x18bd74000 - 0x18c00cfff CoreData arm64   /System/Library/Frameworks/CoreData.framework/CoreData
0x18c00d000 - 0x18c012fff libCoreVMClient.dylib arm64   /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x18c013000 - 0x18c018fff IOAccelerator arm64   /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x18c019000 - 0x18c01afff libCVMSPluginSupport.dylib arm64   /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x18c01b000 - 0x18c01efff libCoreFSCache.dylib arm64   /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x18c01f000 - 0x18c060fff libGLImage.dylib arm64   /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x18c061000 - 0x18c06bfff libGFXShared.dylib arm64   /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x18c06c000 - 0x18c074fff IOMobileFramebuffer arm64   /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x18c075000 - 0x18c075fff libmetal_timestamp.dylib arm64   /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
0x18c076000 - 0x18c0d7fff Metal arm64   /System/Library/Frameworks/Metal.framework/Metal
0x18c0d8000 - 0x18c0e2fff OpenGLES arm64   /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x18c0e3000 - 0x18c107fff CoreVideo arm64   /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x18c108000 - 0x18c10afff OAuth arm64   /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x18c112000 - 0x18c14efff Accounts arm64   /System/Library/Frameworks/Accounts.framework/Accounts
0x18c14f000 - 0x18c241fff libiconv.2.dylib arm64   /usr/lib/libiconv.2.dylib
0x18c242000 - 0x18c38ffff CoreAudio arm64   /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x18c390000 - 0x18c393fff UserFS arm64   /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x18c394000 - 0x18c4a1fff CoreMedia arm64   /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x18c4a2000 - 0x18c4a8fff libcupolicy.dylib arm64   /usr/lib/libcupolicy.dylib
0x18c4a9000 - 0x18c532fff CoreTelephony arm64   /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x18c533000 - 0x18c640fff libFontParser.dylib arm64   /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x18c641000 - 0x18c6d0fff ************ arm64   /System/Library/Frameworks/************.framework/************
0x18c6d1000 - 0x18c6d1fff FontServices arm64   /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x18c6d2000 - 0x18c81efff CoreText arm64   /System/Library/Frameworks/CoreText.framework/CoreText
0x18c81f000 - 0x18c839fff ProtocolBuffer arm64   /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x18c83a000 - 0x18c862fff PersistentConnection arm64   /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x18c863000 - 0x18c869fff DataMigration arm64   /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x18c86a000 - 0x18ccbefff AudioToolbox arm64   /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x18ccbf000 - 0x18ce9cfff QuartzCore arm64   /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x18ce9d000 - 0x18cea3fff Netrb arm64   /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x18cea4000 - 0x18ceb4fff libcmph.dylib arm64   /usr/lib/libcmph.dylib
0x18ceb5000 - 0x18ced5fff libmis.dylib arm64   /usr/lib/libmis.dylib
0x18ced6000 - 0x18cfc7fff LanguageModeling arm64   /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x18cfc8000 - 0x18d0befff ManagedConfiguration arm64   /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x18d0bf000 - 0x18d0d5fff libmarisa.dylib arm64   /usr/lib/libmarisa.dylib
0x18d0d6000 - 0x18d1a6fff ProofReader arm64   /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x18d1a7000 - 0x18d1b1fff MediaAccessibility arm64   /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x18d1b2000 - 0x18d1c2fff MobileAsset arm64   /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x18d1c3000 - 0x18d234fff ColorSync arm64   /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x18d235000 - 0x18d2a5fff MetalPerformanceShaders arm64   /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x18d2a6000 - 0x18d6d5fff FaceCore arm64   /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x18d6d6000 - 0x18d752fff Quagga arm64   /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x18d753000 - 0x18d91cfff CoreImage arm64   /System/Library/Frameworks/CoreImage.framework/CoreImage
0x18d91d000 - 0x18d96cfff TextInput arm64   /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x18d96d000 - 0x18d97dfff libAccessibility.dylib arm64   /usr/lib/libAccessibility.dylib
0x18d97e000 - 0x18d98cfff MobileInstallation arm64   /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x18d98d000 - 0x18e3cffff JavaScriptCore arm64   /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x18e3d0000 - 0x18e621fff StoreServices arm64   /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x18e622000 - 0x18f817fff WebCore arm64   /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x18f818000 - 0x18f840fff libxslt.1.dylib arm64   /usr/lib/libxslt.1.dylib
0x18f841000 - 0x18f9adfff WebKitLegacy arm64   /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x18f9ae000 - 0x18fa73fff CoreUI arm64   /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x18fa74000 - 0x18fa9bfff DictionaryServices arm64   /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
0x18fa9c000 - 0x18fa9ffff HangTracer arm64   /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x18faa0000 - 0x18faf4fff PhysicsKit arm64   /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x18faf5000 - 0x18fbccfff UIFoundation arm64   /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x18fbd9000 - 0x19097ffff UIKit arm64   /System/Library/Frameworks/UIKit.framework/UIKit
0x190980000 - 0x1909a8fff CoreBluetooth arm64   /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1909a9000 - 0x1909d1fff DataAccessExpress arm64   /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1909d2000 - 0x1909f2fff NetworkStatistics arm64   /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1909f3000 - 0x190a7cfff AddressBook arm64   /System/Library/Frameworks/AddressBook.framework/AddressBook
0x190a7d000 - 0x190bddfff CoreMotion arm64   /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x190bde000 - 0x190c08fff CacheDelete arm64   /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x190c09000 - 0x190c16fff CoreAUC arm64   /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x190c17000 - 0x191182fff MediaToolbox arm64   /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x191183000 - 0x191330fff ********* arm64   /System/Library/PrivateFrameworks/*********.framework/*********
0x191331000 - 0x191340fff IntlPreferences arm64   /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x191341000 - 0x191343fff CoreDuetDebugLogging arm64   /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x191344000 - 0x191358fff CoreDuetDaemonProtocol arm64   /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x191359000 - 0x19142efff CoreDuet arm64   /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x19142f000 - 0x1915e5fff AVFoundation arm64   /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1915e6000 - 0x19161afff libtidy.A.dylib arm64   /usr/lib/libtidy.A.dylib
0x19161b000 - 0x191681fff IMFoundation arm64   /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x191682000 - 0x191d25fff GeoServices arm64   /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x191d26000 - 0x191d27fff DiagnosticLogCollection arm64   /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x191d28000 - 0x191d29fff Marco arm64   /System/Library/PrivateFrameworks/Marco.framework/Marco
0x191d2a000 - 0x191daffff CoreLocation arm64   /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x191db0000 - 0x191db5fff ConstantClasses arm64   /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x191db6000 - 0x191dc0fff libChineseTokenizer.dylib arm64   /usr/lib/libChineseTokenizer.dylib
0x191dc1000 - 0x192046fff libmecabra.dylib arm64   /usr/lib/libmecabra.dylib
0x192047000 - 0x192099fff IDSFoundation arm64   /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x19209a000 - 0x192162fff IDS arm64   /System/Library/PrivateFrameworks/IDS.framework/IDS
0x192163000 - 0x192181fff MediaServices arm64   /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x192182000 - 0x1921c5fff AuthKit arm64   /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x1921c6000 - 0x1921cbfff libheimdal-asn1.dylib arm64   /usr/lib/libheimdal-asn1.dylib
0x1921cc000 - 0x1922a0fff MediaRemote arm64   /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x1922a1000 - 0x192425fff MobileSpotlightIndex arm64   /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x192426000 - 0x192445fff PlugInKit arm64   /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x192446000 - 0x192482fff ProtectedCloudStorage arm64   /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x192483000 - 0x19249efff libresolv.9.dylib arm64   /usr/lib/libresolv.9.dylib
0x19249f000 - 0x1924b4fff ApplePushService arm64   /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1924b5000 - 0x192504fff ContactsFoundation arm64   /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x192505000 - 0x192507fff ParsecSubscriptionServiceSupport arm64   /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x192508000 - 0x1925bbfff Contacts arm64   /System/Library/Frameworks/Contacts.framework/Contacts
0x1925bc000 - 0x192605fff CoreSpotlight arm64   /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x192606000 - 0x19262efff vCard arm64   /System/Library/PrivateFrameworks/vCard.framework/vCard
0x19262f000 - 0x1926bbfff VoiceServices arm64   /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x1926bc000 - 0x19270bfff SAObjects arm64   /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x1927a8000 - 0x19284afff AssistantServices arm64   /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x19284b000 - 0x19285ffff FMCoreLite arm64   /System/Library/PrivateFrameworks/FMCoreLite.framework/FMCoreLite
0x192860000 - 0x192862fff MessageSupport arm64   /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x192863000 - 0x1928b8fff MIME arm64   /System/Library/PrivateFrameworks/MIME.framework/MIME
0x19294e000 - 0x19296afff AppleIDSSOAuthentication arm64   /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x19296b000 - 0x19297bfff MailServices arm64   /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x19297c000 - 0x1929effff AppleAccount arm64   /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1929f0000 - 0x1929f4fff CommunicationsFilter arm64   /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1929f5000 - 0x192a1afff ChunkingLibrary arm64   /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x192a1b000 - 0x192a26fff CaptiveNetwork arm64   /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x192a27000 - 0x192a55fff EAP8021X arm64   /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x192a56000 - 0x192a5dfff AssetCacheServices arm64   /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x192a5e000 - 0x192b26fff MMCS arm64   /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x192b27000 - 0x192b57fff MobileWiFi arm64   /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x192b58000 - 0x192b9afff ContentIndex arm64   /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x192b9b000 - 0x192ba3fff MobileIcons arm64   /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x192ba4000 - 0x192bb1fff MobileBluetooth arm64   /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x192bb2000 - 0x192becfff NanoRegistry arm64   /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x192bed000 - 0x192bf7fff BluetoothManager arm64   /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x192bf8000 - 0x192c28fff Bom arm64   /System/Library/PrivateFrameworks/Bom.framework/Bom
0x192c29000 - 0x192c31fff CertUI arm64   /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x192c32000 - 0x192c83fff FTServices arm64   /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x192c84000 - 0x192ce2fff CoreDAV arm64   /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x192ce3000 - 0x192cf1fff BaseBoardUI arm64   /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x192cf2000 - 0x192d08fff UserManagement arm64   /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x192d09000 - 0x192dd0fff CorePDF arm64   /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x192dd1000 - 0x192e05fff iCalendar arm64   /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x192e06000 - 0x192e0dfff libtzupdate.dylib arm64   /usr/lib/libtzupdate.dylib
0x192e0e000 - 0x192e6cfff CalendarFoundation arm64   /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x192e6d000 - 0x192e73fff IncomingCallFilter arm64   /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x192e74000 - 0x192f6efff Preferences arm64   /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x192f6f000 - 0x193008fff CalendarDatabase arm64   /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x193009000 - 0x19304efff CalendarDaemon arm64   /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x19304f000 - 0x19311ffff EventKit arm64   /System/Library/Frameworks/EventKit.framework/EventKit
0x193120000 - 0x193455fff WebKit arm64   /System/Library/Frameworks/WebKit.framework/WebKit
0x193456000 - 0x1934a1fff WebBookmarks arm64   /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x1934a2000 - 0x1935e6fff ContactsUI arm64   /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x1935e7000 - 0x193db8fff ModelIO arm64   /System/Library/Frameworks/ModelIO.framework/ModelIO
0x193db9000 - 0x193dbffff DAAPKit arm64   /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x193dc0000 - 0x193e45fff CoreSymbolication arm64   /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x193e46000 - 0x193edffff TelephonyUtilities arm64   /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x193ee0000 - 0x193f10fff GLKit arm64   /System/Library/Frameworks/GLKit.framework/GLKit
0x193f11000 - 0x194181fff MusicLibrary arm64   /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x194182000 - 0x1941c0fff Notes arm64   /System/Library/PrivateFrameworks/Notes.framework/Notes
0x1941c1000 - 0x194298fff AddressBookUI arm64   /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
0x194299000 - 0x194375fff CloudKit arm64   /System/Library/Frameworks/CloudKit.framework/CloudKit
0x194376000 - 0x1943ecfff iTunesStore arm64   /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x1943ed000 - 0x1943f3fff CloudPhotoServices arm64   /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1943f4000 - 0x1944eafff CloudPhotoLibrary arm64   /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1944eb000 - 0x194542fff DataAccess arm64   /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x194543000 - 0x19456bfff AssetsLibraryServices arm64   /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x19456c000 - 0x194608fff HomeSharing arm64   /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x194609000 - 0x194637fff ACTFramework arm64   /System/Library/PrivateFrameworks/ACTFramework.framework/ACTFramework
0x194638000 - 0x194643fff DCIMServices arm64   /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x194644000 - 0x194773fff CoreMediaStream arm64   /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x194774000 - 0x19478dfff PhotosFormats arm64   /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x19478e000 - 0x194795fff XPCKit arm64   /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
0x194796000 - 0x194b6dfff MediaPlayer arm64   /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x194b6e000 - 0x194c53fff CameraKit arm64   /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit
0x194c54000 - 0x194c5bfff CoreTime arm64   /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x194c5c000 - 0x194c78fff MediaStream arm64   /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x194c79000 - 0x195016fff PhotoLibraryServices arm64   /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x195017000 - 0x19504dfff PrototypeTools arm64   /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x19504e000 - 0x1950bbfff libprotobuf.dylib arm64   /usr/lib/libprotobuf.dylib
0x1950bc000 - 0x1950e0fff ScreenReaderCore arm64   /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x1950e1000 - 0x195194fff BulletinBoard arm64   /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
0x195195000 - 0x195195fff MobileObliteration arm64   /System/Library/PrivateFrameworks/MobileObliteration.framework/MobileObliteration
0x195196000 - 0x1951b6fff TextToSpeech arm64   /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x1951b7000 - 0x19523ffff SpringBoardFoundation arm64   /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation
0x195240000 - 0x195242fff libAXSafeCategoryBundle.dylib arm64   /usr/lib/libAXSafeCategoryBundle.dylib
0x195243000 - 0x19524cfff libAXSpeechManager.dylib arm64   /usr/lib/libAXSpeechManager.dylib
0x19524d000 - 0x1952f0fff AccessibilityUtilities arm64   /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x1952f1000 - 0x195428fff Message arm64   /System/Library/PrivateFrameworks/Message.framework/Message
0x195476000 - 0x1954affff ToneLibrary arm64   /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1954dc000 - 0x19550dfff DataDetectorsCore arm64   /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x19551c000 - 0x19577cfff libAWDSupportFramework.dylib arm64   /usr/lib/libAWDSupportFramework.dylib
0x1957bf000 - 0x1957fffff WirelessDiagnostics arm64   /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x195800000 - 0x195914fff Photos arm64   /System/Library/Frameworks/Photos.framework/Photos
0x195915000 - 0x19594efff AXRuntime arm64   /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x19594f000 - 0x195970fff LatentSemanticMapping arm64   /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/LatentSemanticMapping
0x195971000 - 0x1959d2fff RemoteUI arm64   /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
0x1959d3000 - 0x1959ecfff GenerationalStorage arm64   /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1959ed000 - 0x1959f8fff CoreRecents arm64   /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1959fb000 - 0x195a04fff AccessibilityUIUtilities arm64   /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x195a05000 - 0x195af8fff ResponseKit arm64   /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x195af9000 - 0x195b0cfff AssetsLibrary arm64   /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x195b48000 - 0x196151fff VectorKit arm64   /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x196152000 - 0x196366fff MapKit arm64   /System/Library/Frameworks/MapKit.framework/MapKit
0x196367000 - 0x196383fff AuthKitUI arm64   /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
0x196384000 - 0x196387fff FTClientServices arm64   /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x196388000 - 0x19639bfff QuickLookThumbnailing arm64   /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x196498000 - 0x1964a0fff AXMediaUtilities arm64   /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AXMediaUtilities.framework/AXMediaUtilities
0x1964a1000 - 0x196538fff QuickLook arm64   /System/Library/Frameworks/QuickLook.framework/QuickLook
0x196539000 - 0x196588fff UIAccessibility arm64   /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
0x196589000 - 0x1965c2fff ContactsAutocomplete arm64   /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
0x1965d3000 - 0x1966b2fff MessageUI arm64   /System/Library/Frameworks/MessageUI.framework/MessageUI
0x1966b3000 - 0x19672cfff libnetwork.dylib arm64   /usr/lib/libnetwork.dylib
0x196740000 - 0x1967c0fff Network arm64   /System/Library/PrivateFrameworks/Network.framework/Network
0x1967c7000 - 0x196869fff Social arm64   /System/Library/Frameworks/Social.framework/Social
0x19686a000 - 0x196882fff CoreSDB arm64   /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
0x1968c6000 - 0x19698efff CoreUtils arm64   /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x19698f000 - 0x1969a5fff FTAWD arm64   /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x196a0f000 - 0x196b76fff IMCore arm64   /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x196b82000 - 0x196b82fff AdSupport arm64   /System/Library/Frameworks/AdSupport.framework/AdSupport
0x196b83000 - 0x196ba5fff StoreKit arm64   /System/Library/Frameworks/StoreKit.framework/StoreKit
0x196ba6000 - 0x196bd4fff AirTraffic arm64   /System/Library/PrivateFrameworks/AirTraffic.framework/AirTraffic
0x196bda000 - 0x196c31fff ImageCapture arm64   /System/Library/PrivateFrameworks/ImageCapture.framework/ImageCapture
0x196c32000 - 0x196c47fff iPhotoMigrationSupport arm64   /System/Library/PrivateFrameworks/iPhotoMigrationSupport.framework/iPhotoMigrationSupport
0x196c48000 - 0x196c69fff SharedUtils arm64   /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x196c7a000 - 0x196d0bfff PhotoLibrary arm64   /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
0x196d0c000 - 0x196ed2fff iTunesStoreUI arm64   /System/Library/PrivateFrameworks/iTunesStoreUI.framework/iTunesStoreUI
0x196f1b000 - 0x196f2dfff LocalAuthentication arm64   /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x196f2e000 - 0x196f64fff CalendarUIKit arm64   /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
0x196f9b000 - 0x196faafff SetupAssistant arm64   /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x196fda000 - 0x19719cfff EventKitUI arm64   /System/Library/Frameworks/EventKitUI.framework/EventKitUI
0x19719d000 - 0x197222fff CoreRecognition arm64   /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x197223000 - 0x19723afff FindMyDevice arm64   /System/Library/PrivateFrameworks/FindMyDevice.framework/FindMyDevice
0x197253000 - 0x197284fff Pegasus arm64   /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x197285000 - 0x1972f6fff WebInspector arm64   /System/Library/PrivateFrameworks/WebInspector.framework/WebInspector
0x197349000 - 0x197392fff AVKit arm64   /System/Library/Frameworks/AVKit.framework/AVKit
0x1973c6000 - 0x19748cfff ITMLKit arm64   /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit
0x19748d000 - 0x1976b7fff SafariShared arm64   /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x1976b8000 - 0x1976cafff SiriTasks arm64   /System/Library/PrivateFrameworks/SiriTasks.framework/SiriTasks
0x19789a000 - 0x19794afff IMAVCore arm64   /System/Library/PrivateFrameworks/IMAVCore.framework/IMAVCore
0x19794b000 - 0x1979cdfff PhotoEditSupport arm64   /System/Library/PrivateFrameworks/PhotoEditSupport.framework/PhotoEditSupport
0x1979da000 - 0x197e2bfff StoreKitUI arm64   /System/Library/PrivateFrameworks/StoreKitUI.framework/StoreKitUI
0x197fb9000 - 0x197ff1fff WebUI arm64   /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x19801d000 - 0x19848ffff PhotosUI arm64   /System/Library/Frameworks/PhotosUI.framework/PhotosUI
0x198490000 - 0x19854cfff SafariServices arm64   /System/Library/Frameworks/SafariServices.framework/SafariServices
0x19854d000 - 0x198610fff IMDPersistence arm64   /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
0x198611000 - 0x19865efff MPUFoundation arm64   /System/Library/PrivateFrameworks/MPUFoundation.framework/MPUFoundation
0x19866c000 - 0x198727fff Radio arm64   /System/Library/PrivateFrameworks/Radio.framework/Radio
0x198b48000 - 0x198b9dfff MediaPlayerUI arm64   /System/Library/PrivateFrameworks/MediaPlayerUI.framework/MediaPlayerUI
0x198f08000 - 0x198f10fff AccessibilityUI arm64   /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUI.framework/AccessibilityUI
0x198f94000 - 0x198fcefff DataDetectorsUI arm64   /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI
0x19939c000 - 0x1993a4fff FrontBoardUIServices arm64   /System/Library/PrivateFrameworks/FrontBoardUIServices.framework/FrontBoardUIServices
0x1994af000 - 0x19969dfff PassKitCore arm64   /System/Library/PrivateFrameworks/PassKitCore.framework/PassKitCore
0x1996b4000 - 0x1996e5fff WirelessProximity arm64   /System/Library/PrivateFrameworks/WirelessProximity.framework/WirelessProximity
0x1996f0000 - 0x19973bfff libnfshared.dylib arm64   /usr/lib/libnfshared.dylib
0x19973c000 - 0x199857fff HealthKit arm64   /System/Library/Frameworks/HealthKit.framework/HealthKit
0x1998d8000 - 0x199957fff CommunicationsSetupUI arm64   /System/Library/PrivateFrameworks/CommunicationsSetupUI.framework/CommunicationsSetupUI
0x199958000 - 0x1999d1fff CoreHandwriting arm64   /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
0x199a26000 - 0x199acffff FrontBoard arm64   /System/Library/PrivateFrameworks/FrontBoard.framework/FrontBoard
0x199adf000 - 0x199b73fff MediaPlatform arm64   /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x19a317000 - 0x19a648fff ChatKit arm64   /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit
0x19a649000 - 0x19a6a7fff CoreBrightness arm64   /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x19a6eb000 - 0x19a712fff FMF arm64   /System/Library/PrivateFrameworks/FMF.framework/FMF
0x19a9d6000 - 0x19ab03fff StoreServicesCore arm64   /System/Library/PrivateFrameworks/StoreServicesCore.framework/StoreServicesCore
0x19ad8e000 - 0x19ad92fff ZoomServices arm64   /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/ZoomServices.framework/ZoomServices
0x19ade0000 - 0x19ae3efff CoreSuggestions arm64   /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x19b042000 - 0x19b49ffff MediaLibraryCore arm64   /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x19b4a0000 - 0x19b4a1fff MobileDelete arm64   /System/Library/PrivateFrameworks/MobileDelete.framework/MobileDelete
0x19b62a000 - 0x19b68efff UserActivity arm64   /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity
0x19baf6000 - 0x19bbf9fff AnnotationKit arm64   /System/Library/PrivateFrameworks/AnnotationKit.framework/AnnotationKit
0x19c042000 - 0x19c061fff CoreNLP arm64   /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x19e120000 - 0x19e12bfff AccessibilitySettingsLoader arm64   /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader
0x19e1d7000 - 0x19e1e5fff QuickSpeak arm64   /System/Library/AccessibilityBundles/QuickSpeak.bundle/QuickSpeak
0x19e3c7000 - 0x19e668fff RawCamera arm64   /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x19e697000 - 0x19e6abfff libCGInterfaces.dylib arm64   /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x19f55d000 - 0x19f56bfff AppleFSCompression arm64   /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x19f56c000 - 0x19f577fff AppleIDAuthSupport arm64   /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x19f900000 - 0x19faa2fff CameraUI arm64   /System/Library/PrivateFrameworks/CameraUI.framework/CameraUI
0x1a026c000 - 0x1a0291fff CoreServicesInternal arm64   /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x1a05d5000 - 0x1a05e0fff DiagnosticExtensions arm64   /System/Library/PrivateFrameworks/DiagnosticExtensions.framework/DiagnosticExtensions
0x1a0a05000 - 0x1a0a11fff libGSFontCache.dylib arm64   /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1a0a12000 - 0x1a0a43fff libTrueTypeScaler.dylib arm64   /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
0x1a0ac5000 - 0x1a0af1fff Futhark arm64   /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1a19c6000 - 0x1a19f7fff MarkupUI arm64   /System/Library/PrivateFrameworks/MarkupUI.framework/MarkupUI
0x1a1db3000 - 0x1a1db7fff MobileLookup arm64   /System/Library/PrivateFrameworks/MobileLookup.framework/MobileLookup
0x1a1db8000 - 0x1a1dc1fff MobileStorage arm64   /System/Library/PrivateFrameworks/MobileStorage.framework/MobileStorage
0x1a21bd000 - 0x1a2211fff NearField arm64   /System/Library/PrivateFrameworks/NearField.framework/NearField
0x1a2928000 - 0x1a2956fff SafariSafeBrowsing arm64   /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1a2d32000 - 0x1a2d37fff TextInputUI arm64   /System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI
0x1a3471000 - 0x1a3640fff libFosl_dynamic.dylib arm64   /usr/lib/libFosl_dynamic.dylib
0x1a3641000 - 0x1a364bfff libMobileGestaltExtensions.dylib arm64   /usr/lib/libMobileGestaltExtensions.dylib
0x1a3a5c000 - 0x1a3a8efff libpcap.A.dylib arm64   /usr/lib/libpcap.A.dylib
0x1a3ac9000 - 0x1a3b99fff AVFAudio arm64   /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x1a3b9a000 - 0x1a3ba3fff ProactiveEventTracker arm64   /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x1a3ba4000 - 0x1a3d3afff Intents arm64   /System/Library/Frameworks/Intents.framework/Intents
0x1a3d3b000 - 0x1a3d91fff CallKit arm64   /System/Library/Frameworks/CallKit.framework/CallKit
0x1a3ddd000 - 0x1a3e60fff UserNotificationsUIKit arm64   /System/Library/PrivateFrameworks/UserNotificationsUIKit.framework/UserNotificationsUIKit
0x1a3e7b000 - 0x1a3e9efff UserNotifications arm64   /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1a3eb1000 - 0x1a3ebffff PersonaKit arm64   /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1a3ec0000 - 0x1a40bbfff CVML arm64   /System/Library/PrivateFrameworks/CVML.framework/CVML
0x1a40bc000 - 0x1a40e7fff IMSharedUtilities arm64   /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
0x1a414f000 - 0x1a417afff AppStoreDaemon arm64   /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
0x1a41be000 - 0x1a4272fff Navigation arm64   /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1a4371000 - 0x1a4414fff TextureIO arm64   /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1a4415000 - 0x1a4432fff UserNotificationsKit arm64   /System/Library/PrivateFrameworks/UserNotificationsKit.framework/UserNotificationsKit
0x1a48a5000 - 0x1a48a7fff SpeakTypingServices arm64   /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/SpeakTypingServices.framework/SpeakTypingServices
0x1a4942000 - 0x1a498bfff ContactsUICore arm64   /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1a49d1000 - 0x1a49e5fff EmojiFoundation arm64   /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation
0x1a4ca6000 - 0x1a4d07fff MediaPlaybackCore arm64   /System/Library/PrivateFrameworks/MediaPlaybackCore.framework/MediaPlaybackCore
0x1a51d5000 - 0x1a51f1fff SearchFoundation arm64   /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x1a583a000 - 0x1a58c9fff AGXMetalA10 arm64   /System/Library/Extensions/AGXMetalA10.bundle/AGXMetalA10
0x1a58e8000 - 0x1a58fafff libBNNS.dylib arm64   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1a58fb000 - 0x1a58fffff libQuadrature.dylib arm64   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1a5a83000 - 0x1a5a9dfff Messages arm64   /System/Library/Frameworks/Messages.framework/Messages
0x1a5aa4000 - 0x1a5b54fff VideoSubscriberAccount arm64   /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x1a5d5a000 - 0x1a5d6bfff CoreEmoji arm64   /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1a5d6c000 - 0x1a5d84fff CoreInterest arm64   /System/Library/PrivateFrameworks/CoreInterest.framework/CoreInterest
0x1a5f15000 - 0x1a5f90fff CoreParsec arm64   /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x1a5f91000 - 0x1a5fa1fff CoreSuggestionsUI arm64   /System/Library/PrivateFrameworks/CoreSuggestionsUI.framework/CoreSuggestionsUI
0x1a5ffd000 - 0x1a602efff DifferentialPrivacy arm64   /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1a60e8000 - 0x1a60f1fff EmojiKit arm64   /System/Library/PrivateFrameworks/EmojiKit.framework/EmojiKit
0x1a629a000 - 0x1a629afff IntentsFoundation arm64   /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1a62a9000 - 0x1a6325fff LinkPresentation arm64   /System/Library/PrivateFrameworks/LinkPresentation.framework/LinkPresentation
0x1a6328000 - 0x1a633cfff MailSupport arm64   /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport
0x1a634b000 - 0x1a6351fff MaterialKit arm64   /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit
0x1a63e3000 - 0x1a64affff NLP arm64   /System/Library/PrivateFrameworks/NLP.framework/NLP
0x1a6540000 - 0x1a65affff PDFKit arm64   /System/Library/PrivateFrameworks/PDFKit.framework/PDFKit
0x1a6aa7000 - 0x1a6d13fff PhotosUICore arm64   /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore
0x1a6d81000 - 0x1a6d9dfff SafariCore arm64   /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x1a6f62000 - 0x1a6f67fff SymptomDiagnosticReporter arm64   /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1a772c000 - 0x1a77a4fff libate.dylib arm64   /usr/lib/libate.dylib
0x1a77a5000 - 0x1a77a5fff libcoretls.dylib arm64   /usr/lib/libcoretls.dylib
0x1a77a6000 - 0x1a77a7fff libcoretls_cfhelpers.dylib arm64   /usr/lib/libcoretls_cfhelpers.dylib

EOF