Crashes on transition to foreground. iOS13

In past two weeks we encountered a sizable amount of crahes on iOS13 only. Most of them are occurring on the transition to the background and are not noticeable by the user. Some of them, however, are occurring on transition from background(after long suspension, not termination) to foreground and as such are perceived as crashes on startup of the app by the user.


This particular crash, on transition to foreground, started to appear after we build our app with Xcode 11.0 GM2(and last version with release version of Xcode 11.0). We still cant reproduce them localy.


Below is a sample stacktrace of one of them. All of them have "[UIWindowScene _prepareForResume]" in their stack of Thread 0 and all of them are ending in repeting "CA::Layer::mark_visible(CA::Transaction*, bool)" calls.


Anything that can point us in the right direction would me much appreciated.


Hardware Model:  iPhone9,4
Process:         App   [2237]
Path:            /private/var/containers/Bundle/Application/C1B49130-FF6D-4CC1-9817-23D9C11CBCF3/App.app/App
Identifier:      ***
Version:         ***
Code Type:       ARM-64
Parent Process:  ??? [1]


Date/Time:       2019-10-03T13:03:09Z
Launch Time:     2019-10-03T12:55:59Z
OS Version:      iPhone OS 13.1.2 (17A860)
Report Version:  104


Exception Type:  SIGSEGV
Exception Codes: SEGV_ACCERR at 0x112ce040
Crashed Thread:  0


Thread 0 Crashed:
0   libobjc.A.dylib                      0x00000001a7865190 objc_msgSend + 16
1   QuartzCore                           0x00000001ae4cd150 CA::Layer::mark_visible(CA::Transaction*, bool) + 380
2   QuartzCore                           0x00000001ae4cd12c CA::Layer::mark_visible(CA::Transaction*, bool) + 344
3   QuartzCore                           0x00000001ae4cd10c CA::Layer::mark_visible(CA::Transaction*, bool) + 312
4   QuartzCore                           0x00000001ae4cd10c CA::Layer::mark_visible(CA::Transaction*, bool) + 312
5   QuartzCore                           0x00000001ae4cd10c CA::Layer::mark_visible(CA::Transaction*, bool) + 312
6   QuartzCore                           0x00000001ae4cd10c CA::Layer::mark_visible(CA::Transaction*, bool) + 312
7   QuartzCore                           0x00000001ae4cd10c CA::Layer::mark_visible(CA::Transaction*, bool) + 312
8   QuartzCore                           0x00000001ae4cd10c CA::Layer::mark_visible(CA::Transaction*, bool) + 312
9   QuartzCore                           0x00000001ae4cd10c CA::Layer::mark_visible(CA::Transaction*, bool) + 312
10  QuartzCore                           0x00000001ae4cd10c CA::Layer::mark_visible(CA::Transaction*, bool) + 312
11  QuartzCore                           0x00000001ae4cd10c CA::Layer::mark_visible(CA::Transaction*, bool) + 312
12  QuartzCore                           0x00000001ae4cd10c CA::Layer::mark_visible(CA::Transaction*, bool) + 312
13  QuartzCore                           0x00000001ae4cd10c CA::Layer::mark_visible(CA::Transaction*, bool) + 312
14  QuartzCore                           0x00000001ae4cd10c CA::Layer::mark_visible(CA::Transaction*, bool) + 312
15  QuartzCore                           0x00000001ae4cd10c CA::Layer::mark_visible(CA::Transaction*, bool) + 312
16  QuartzCore                           0x00000001ae4cd10c CA::Layer::mark_visible(CA::Transaction*, bool) + 312
17  QuartzCore                           0x00000001ae4cd10c CA::Layer::mark_visible(CA::Transaction*, bool) + 312
18  QuartzCore                           0x00000001ae4cd10c CA::Layer::mark_visible(CA::Transaction*, bool) + 312
19  QuartzCore                           0x00000001ae4d622c CA::Layer::set_visible(unsigned int) + 280
20  QuartzCore                           0x00000001ae41d52c CA::Context::set_layer(void const*) + 196
21  UIKitCore                            0x00000001ab323f58 +[_UIContextBinder createContextForBindable:withSubstrate:] + 1068
22  UIKitCore                            0x00000001ab323a04 -[_UIContextBinder _contextForBindable:] + 152
23  UIKitCore                            0x00000001ab3235f8 -[_UIContextBinder updateBindableOrderWithTest:force:] + 468
24  UIKitCore                            0x00000001ab32325c -[_UIContextBinder createContextsWithTest:creationAction:] + 96
25  UIKitCore                            0x00000001abd791b0 -[UIWindowScene _prepareForResume] + 80
26  UIKitCore                            0x00000001ab1a0cc8 -[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:] + 856
27  UIKitCore                            0x00000001ab1a1c34 -[UIScene scene:didUpdateWithDiff:transitionContext:completion:] + 216
28  UIKitCore                            0x00000001ab70ce7c -[UIApplicationSceneClientAgent scene:handleEvent:withCompletion:] + 460
29  FrontBoardServices                   0x00000001acbda43c -[FBSSceneImpl updater:didUpdateSettings:withDiff:transitionContext:completion:] + 540
30  FrontBoardServices                   0x00000001acbfee50 __88-[FBSWorkspaceScenesClient sceneID:updateWithSettingsDiff:transitionContext:completion:]_block_invoke_2 + 116
31  FrontBoardServices                   0x00000001acbe40f8 -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 228
32  FrontBoardServices                   0x00000001acbfed84 __88-[FBSWorkspaceScenesClient sceneID:updateWithSettingsDiff:transitionContext:completion:]_block_invoke + 180
33  libdispatch.dylib                    0x00000001a780e184 _dispatch_client_callout + 12
34  libdispatch.dylib                    0x00000001a77b7038 _dispatch_block_invoke_direct$VARIANT$mp + 220
35  FrontBoardServices                   0x00000001acc23540 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 36
36  FrontBoardServices                   0x00000001acc2320c -[FBSSerialQueue _queue_performNextIfPossible] + 400
37  FrontBoardServices                   0x00000001acc23734 -[FBSSerialQueue _performNextFromRunLoopSource] + 24
38  CoreFoundation                       0x00000001a7abe7e0 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 20
39  CoreFoundation                       0x00000001a7abe738 __CFRunLoopDoSource0 + 76
40  CoreFoundation                       0x00000001a7abded0 __CFRunLoopDoSources0 + 176
41  CoreFoundation                       0x00000001a7ab901c __CFRunLoopRun + 1076
42  CoreFoundation                       0x00000001a7ab88bc CFRunLoopRunSpecific + 460
43  GraphicsServices                     0x00000001b1924328 GSEventRunModal + 100
44  UIKitCore                            0x00000001abb4e6d4 UIApplicationMain + 1932
45  App                                  0x0000000102e6dc94 main (main.m:30)
46  libdyld.dylib                        0x00000001a7943460 start + 0


Thread 1:
0   libsystem_kernel.dylib               0x00000001a79175f4 mach_msg_trap + 8
1   CoreFoundation                       0x00000001a7abe068 __CFRunLoopServiceMachPort + 212
2   CoreFoundation                       0x00000001a7ab9188 __CFRunLoopRun + 1440
3   CoreFoundation                       0x00000001a7ab88bc CFRunLoopRunSpecific + 460
4   Foundation                           0x00000001a7df8994 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 224
5   Foundation                           0x00000001a7df8874 -[NSRunLoop(NSRunLoop) runUntilDate:] + 84
6   UIKitCore                            0x00000001abbe649c -[UIEventFetcher threadMain] + 148
7   Foundation                           0x00000001a7f290b0 __NSThread__start__ + 844
8   libsystem_pthread.dylib              0x00000001a785d1ec _pthread_start + 120
9   libsystem_pthread.dylib              0x00000001a7860aec thread_start + 4


Thread 2:
0   libsystem_kernel.dylib               0x00000001a79175f4 mach_msg_trap + 8
1   CoreFoundation                       0x00000001a7abe068 __CFRunLoopServiceMachPort + 212
2   CoreFoundation                       0x00000001a7ab9188 __CFRunLoopRun + 1440
3   CoreFoundation                       0x00000001a7ab88bc CFRunLoopRunSpecific + 460
4   CoreFoundation                       0x00000001a7ab9608 CFRunLoopRun + 56
5   CoreMotion                           0x00000001b43d864c CLClientCreateIso6709Notation + 149560
6   libsystem_pthread.dylib              0x00000001a785d1ec _pthread_start + 120
7   libsystem_pthread.dylib              0x00000001a7860aec thread_start + 4


Thread 3:
0   libsystem_kernel.dylib               0x00000001a79175f4 mach_msg_trap + 8
1   CoreFoundation                       0x00000001a7abe068 __CFRunLoopServiceMachPort + 212
2   CoreFoundation                       0x00000001a7ab9188 __CFRunLoopRun + 1440
3   CoreFoundation                       0x00000001a7ab88bc CFRunLoopRunSpecific + 460
4   CFNetwork                            0x00000001aad33e68 0x1aad32000 + 7784
5   Foundation                           0x00000001a7f290b0 __NSThread__start__ + 844
6   libsystem_pthread.dylib              0x00000001a785d1ec _pthread_start + 120
7   libsystem_pthread.dylib              0x00000001a7860aec thread_start + 4


Thread 4:
0   libsystem_kernel.dylib               0x00000001a7939148 __select + 8
1   libsystem_pthread.dylib              0x00000001a785d1ec _pthread_start + 120
2   libsystem_pthread.dylib              0x00000001a7860aec thread_start + 4


Thread 5:
0   libsystem_kernel.dylib               0x00000001a7938c8c __psynch_cvwait + 8
1   libc++.1.dylib                       0x00000001a798a7a8 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 20
2   JavaScriptCore                       0x00000001b67163fc void std::__1::condition_variable_any::wait<std::__1::unique_lock<bmalloc::Mutex> >(std::__1::unique_lock<bmalloc::Mutex>&) + 104
3   JavaScriptCore                       0x00000001b6719dcc bmalloc::Scavenger::threadRunLoop() + 196
4   JavaScriptCore                       0x00000001b6719ab4 bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*) + 8
5   JavaScriptCore                       0x00000001b671adc0 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (*)(bmalloc::Scavenger*), bmalloc::Scavenger*> >(void*) + 36
6   libsystem_pthread.dylib              0x00000001a785d1ec _pthread_start + 120
7   libsystem_pthread.dylib              0x00000001a7860aec thread_start + 4


Thread 6:
0   libsystem_kernel.dylib               0x00000001a79175f4 mach_msg_trap + 8
1   CoreFoundation                       0x00000001a7abe068 __CFRunLoopServiceMachPort + 212
2   CoreFoundation                       0x00000001a7ab9188 __CFRunLoopRun + 1440
3   CoreFoundation                       0x00000001a7ab88bc CFRunLoopRunSpecific + 460
4   WebCore                              0x00000001af973100 RunWebThread(void*) + 608
5   libsystem_pthread.dylib              0x00000001a785d1ec _pthread_start + 120
6   libsystem_pthread.dylib              0x00000001a7860aec thread_start + 4


Thread 7:
0   libsystem_kernel.dylib               0x00000001a79175f4 mach_msg_trap + 8
1   CoreFoundation                       0x00000001a7abe068 __CFRunLoopServiceMachPort + 212
2   CoreFoundation                       0x00000001a7ab9188 __CFRunLoopRun + 1440
3   CoreFoundation                       0x00000001a7ab88bc CFRunLoopRunSpecific + 460
4   AVFAudio                             0x00000001b4519e68 GenericRunLoopThread::Entry(void*) + 152
5   AVFAudio                             0x00000001b456adf0 CAPThread::Entry(CAPThread*) + 200
6   libsystem_pthread.dylib              0x00000001a785d1ec _pthread_start + 120
7   libsystem_pthread.dylib              0x00000001a7860aec thread_start + 4


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


Thread 9:
0   libsystem_kernel.dylib               0x00000001a7939a74 __workq_kernreturn + 8
1   libsystem_pthread.dylib              0x00000001a7860ae0 start_wqthread + 4


Thread 10:
0   libsystem_kernel.dylib               0x00000001a7937a40 __bsdthread_ctl + 8
1   libdispatch.dylib                    0x00000001a77b5d44 _dispatch_set_priority_and_mach_voucher_slow$VARIANT$mp + 156
2   libdispatch.dylib                    0x00000001a77b5e7c _dispatch_set_priority_and_voucher_slow$VARIANT$mp + 108
3   libdispatch.dylib                    0x00000001a77ba56c _dispatch_lane_serial_drain$VARIANT$mp + 868
4   libdispatch.dylib                    0x00000001a77bae88 _dispatch_lane_invoke$VARIANT$mp + 464
5   libdispatch.dylib                    0x00000001a77bbfdc _dispatch_workloop_invoke$VARIANT$mp + 1792
6   libdispatch.dylib                    0x00000001a77c4340 _dispatch_workloop_worker_thread + 584
7   libsystem_pthread.dylib              0x00000001a785dfa4 _pthread_wqthread + 272
8   libsystem_pthread.dylib              0x00000001a7860ae0 start_wqthread + 4


Thread 11:
0   libsystem_kernel.dylib               0x00000001a7939170 __select_nocancel + 8
1   libsystem_dnssd.dylib                0x00000001bb6388b4 DNSServiceQueryRecord + 492
2   libsystem_info.dylib                 0x00000001a79e9ea0 _mdns_query_start + 760
3   libsystem_info.dylib                 0x00000001a79e8978 _mdns_search_ex + 1188
4   libsystem_info.dylib                 0x00000001a79e83e4 _mdns_search + 124
5   libsystem_info.dylib                 0x00000001a79e7974 mdns_addrinfo + 892
6   libsystem_info.dylib                 0x00000001a79ed960 search_addrinfo + 260
7   libsystem_info.dylib                 0x00000001a79f1c54 si_addrinfo + 1648
8   libsystem_info.dylib                 0x00000001a79f67a8 si_list_call + 336
9   libsystem_info.dylib                 0x00000001a79f6e94 si_async_launchpad + 140
10  libsystem_info.dylib                 0x00000001a79f6df8 __si_async_call_block_invoke + 28
11  libdispatch.dylib                    0x00000001a780d610 _dispatch_call_block_and_release + 20
12  libdispatch.dylib                    0x00000001a780e184 _dispatch_client_callout + 12
13  libdispatch.dylib                    0x00000001a77b6758 _dispatch_queue_override_invoke + 680
14  libdispatch.dylib                    0x00000001a77c2fd0 _dispatch_root_queue_drain + 372
15  libdispatch.dylib                    0x00000001a77c379c _dispatch_worker_thread2 + 124
16  libsystem_pthread.dylib              0x00000001a785df64 _pthread_wqthread + 208
17  libsystem_pthread.dylib              0x00000001a7860ae0 start_wqthread + 4


Thread 0 crashed with ARM-64 Thread State:
  pc: 0x00000001a7865190 fp: 0x000000016da81b50 sp: 0x000000016da81b10 x0: 0x0000000112c93740 
  x1: 0x00000001df1b4729 x2: 0x0000000000000001 x3: 0x0000000000000810 x4: 0x0000000000000000 
  x5: 0x0000000000000000 x6: 0x000000016da81a28 x7: 0x0000000000000cd0 x8: 0x00000001df1b4000 
  x9: 0x00000000112ce030 x10: 0x00000001ef601388 x11: 0x0000000ffffffff8 x12: 0x00000001061c5ec0 
  x13: 0xe0000000112ce031 x14: 0x0000000000000001 x15: 0x0000000000000036 x16: 0x00000000112ce030 
  x17: 0x00000001ae4c0d20 x18: 0x0000000000000000 x19: 0x0000000000000001 x20: 0x0000000281c32480 
  x21: 0x0000000105f50ea0 x22: 0x00000001060a3e00 x23: 0x0000000281c32480 x24: 0x0000000112c93740 
  x25: 0x0000000281f579e0 x26: 0x00000001ed0b9000 x27: 0xf9a3c710bbce5224 x28: 0x0000000283969380 
  lr: 0x00000001ae4cd150 cpsr: 0x0000000020000000

Replies

Was this log created by an Apple crash reporter? If so, please post the full crash report, not just a snippet.

If it’s not an Apple crash report, please try to get one of those and then post that here.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

We were unable to find crash logs with the exact stacktrace in Apple crash reporter. We only found ones which occure on transition to background.


Incident Identifier: F002A17E-E454-4CB6-A4EF-270C3882524B
CrashReporter Key:   4100cf407564bb08034d20b3234f02d83cd19a20
Hardware Model:      iPhone11,8
Process:             My-App [1726]
Path:                /private/var/containers/Bundle/Application/9C47B654-4921-4F76-9BF1-88652251B0ED/My-App.app/My-App
Identifier:          ***
Version:             ***
AppStoreTools:       11A1002b
AppVariant:          1:iPhone11,8:13
Code Type:           ARM-64 (Native)
Role:                Non UI
Parent Process:      launchd [1]
Coalition:           *** [812]




Date/Time:           2019-10-02 14:17:08.4727 +0300
Launch Time:         2019-10-02 14:13:56.0911 +0300
OS Version:          iPhone OS 13.1.2 (17A860)
Release Type:        User
Baseband Version:    2.01.08
Report Version:      104


Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000000
VM Region Info: 0 is not in any region.  Bytes before following region: 4309368832
      REGION TYPE                      START - END             [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      UNUSED SPACE AT START
--->  
      __TEXT                 0000000100dbc000-00000001018ac000 [ 10.9M] r-x/r-x SM=COW  ...il.app/My-App


Triggered by Thread:  0


Thread 0 name:
Thread 0 Crashed:
0   libobjc.A.dylib                0x000000019fd580bc objc_msgSend + 124
1   libobjc.A.dylib                0x000000019fd76408 objc_release + 136 (objc-object.h:0)
2   CoreUI                        0x00000001ad0bf928 -[_CUIInternalLinkRendition dealloc] + 44 (CUIThemeRendition.m:2874)
3   libobjc.A.dylib                0x000000019fd76408 objc_release + 136 (objc-object.h:0)
4   CoreFoundation                0x00000001a0073d84 cow_cleanup + 172 (NSCollectionAux.h:48)
5   CoreFoundation                0x000000019ff15c24 -[__NSDictionaryM dealloc] + 172 (NSDictionaryM.m:436)
6   libobjc.A.dylib                0x000000019fd76408 objc_release + 136 (objc-object.h:0)
7   libobjc.A.dylib                0x000000019fd779d8 AutoreleasePoolPage::releaseUntil(objc_object**) + 184 (NSObject.mm:777)
8   libobjc.A.dylib                0x000000019fd778c4 objc_autoreleasePoolPop + 232 (NSObject.mm:1037)
9   FrontBoardServices            0x00000001a51b6100 -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 248 (FBSWorkspace.m:358)
10  FrontBoardServices            0x00000001a51d2044 __88-[FBSWorkspaceScenesClient sceneID:updateWithSettingsDiff:transitionContext:completion:]_bloc... + 200 (FBSWorkspaceScenesClient.m:355)
11  libdispatch.dylib              0x000000019fce900c _dispatch_client_callout + 20 (object.m:495)
12  libdispatch.dylib              0x000000019fcebd50 _dispatch_block_invoke_direct + 264 (queue.c:463)
13  FrontBoardServices            0x00000001a51f8384 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 48 (FBSSerialQueue.m:173)
14  FrontBoardServices            0x00000001a51f8030 -[FBSSerialQueue _queue_performNextIfPossible] + 432 (FBSSerialQueue.m:216)
15  FrontBoardServices            0x00000001a51f859c -[FBSSerialQueue _performNextFromRunLoopSource] + 32 (FBSSerialQueue.m:247)
16  CoreFoundation                0x000000019ffbd260 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28 (CFRunLoop.c:1922)
17  CoreFoundation                0x000000019ffbd1b4 __CFRunLoopDoSource0 + 84 (CFRunLoop.c:1956)
18  CoreFoundation                0x000000019ffbc920 __CFRunLoopDoSources0 + 184 (CFRunLoop.c:1992)
19  CoreFoundation                0x000000019ffb77ec __CFRunLoopRun + 1068 (CFRunLoop.c:2882)
20  CoreFoundation                0x000000019ffb7098 CFRunLoopRunSpecific + 480 (CFRunLoop.c:3192)
21  GraphicsServices              0x00000001aa121534 GSEventRunModal + 108 (GSEvent.c:2246)
22  UIKitCore                      0x00000001a40d77ac UIApplicationMain + 1940 (UIApplication.m:4753)
23  My-App                        0x00000001018adc24 main + 248 (main.m:30)
24  libdyld.dylib                  0x000000019fe36f30 start + 4


Thread 1 name:
Thread 1:
0   libsystem_kernel.dylib        0x000000019fe0abc4 mach_msg_trap + 8
1   libsystem_kernel.dylib        0x000000019fe09fe0 mach_msg + 76 (mach_msg.c:103)
2   CoreFoundation                0x000000019ffbcabc __CFRunLoopServiceMachPort + 220 (CFRunLoop.c:2575)
3   CoreFoundation                0x000000019ffb7954 __CFRunLoopRun + 1428 (CFRunLoop.c:2931)
4   CoreFoundation                0x000000019ffb7098 CFRunLoopRunSpecific + 480 (CFRunLoop.c:3192)
5   Foundation                    0x00000001a02fc580 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232 (NSRunLoop.m:374)
6   Foundation                    0x00000001a02fc458 -[NSRunLoop(NSRunLoop) runUntilDate:] + 92 (NSRunLoop.m:421)
7   UIKitCore                      0x00000001a4172668 -[UIEventFetcher threadMain] + 156 (UIEventFetcher.m:637)
8   Foundation                    0x00000001a02fb1e4 -[NSThread main] + 40 (NSThread.m:760)
9   Foundation                    0x00000001a0436a84 __NSThread__start__ + 852 (NSThread.m:724)
10  libsystem_pthread.dylib        0x000000019fd4cd5c _pthread_start + 128 (pthread.c:895)
11  libsystem_pthread.dylib        0x000000019fd54c84 thread_start + 8


Thread 2 name:
Thread 2:
0   libsystem_kernel.dylib        0x000000019fe0abc4 mach_msg_trap + 8
1   libsystem_kernel.dylib        0x000000019fe09fe0 mach_msg + 76 (mach_msg.c:103)
2   CoreFoundation                0x000000019ffbcabc __CFRunLoopServiceMachPort + 220 (CFRunLoop.c:2575)
3   CoreFoundation                0x000000019ffb7954 __CFRunLoopRun + 1428 (CFRunLoop.c:2931)
4   CoreFoundation                0x000000019ffb7098 CFRunLoopRunSpecific + 480 (CFRunLoop.c:3192)
5   CoreFoundation                0x000000019ffb7dc8 CFRunLoopRun + 64 (CFRunLoop.c:3216)
6   CoreMotion                    0x00000001acca196c CLMotionCore::runMotionThread(void*) + 1056 (CLMotionCore.mm:354)
7   libsystem_pthread.dylib        0x000000019fd4cd5c _pthread_start + 128 (pthread.c:895)
8   libsystem_pthread.dylib        0x000000019fd54c84 thread_start + 8


Thread 3 name:
Thread 3:
0   libsystem_kernel.dylib        0x000000019fe0abc4 mach_msg_trap + 8
1   libsystem_kernel.dylib        0x000000019fe09fe0 mach_msg + 76 (mach_msg.c:103)
2   CoreFoundation                0x000000019ffbcabc __CFRunLoopServiceMachPort + 220 (CFRunLoop.c:2575)
3   CoreFoundation                0x000000019ffb7954 __CFRunLoopRun + 1428 (CFRunLoop.c:2931)
4   CoreFoundation                0x000000019ffb7098 CFRunLoopRunSpecific + 480 (CFRunLoop.c:3192)
5   CFNetwork                      0x00000001a3279bc8 -[__CoreSchedulingSetRunnable runForever] + 192 (CoreSchedulingSet.mm:1372)
6   Foundation                    0x00000001a02fb1e4 -[NSThread main] + 40 (NSThread.m:760)
7   Foundation                    0x00000001a0436a84 __NSThread__start__ + 852 (NSThread.m:724)
8   libsystem_pthread.dylib        0x000000019fd4cd5c _pthread_start + 128 (pthread.c:895)
9   libsystem_pthread.dylib        0x000000019fd54c84 thread_start + 8


Thread 4 name:
Thread 4:
0   libsystem_kernel.dylib        0x000000019fe2d180 __select + 8
1   CoreFoundation                0x000000019ffca90c __CFSocketManager + 628 (CFSocket.c:1321)
2   libsystem_pthread.dylib        0x000000019fd4cd5c _pthread_start + 128 (pthread.c:895)
3   libsystem_pthread.dylib        0x000000019fd54c84 thread_start + 8


Thread 5 name:
Thread 5:
0   libsystem_kernel.dylib        0x000000019fe2ccc4 __psynch_cvwait + 8
1   libsystem_pthread.dylib        0x000000019fd50508 _pthread_cond_wait + 680 (pthread_cond.c:591)
2   libc++.1.dylib                0x000000019fe80d04 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28 (__threading_support:287)
3   JavaScriptCore                0x00000001af05c95c void std::__1::condition_variable_any::wait<std::__1::unique_lock<bmalloc::Mutex> >(std::__1::uni... + 104 (condition_variable:204)
4   JavaScriptCore                0x00000001af0603c0 bmalloc::Scavenger::threadRunLoop() + 196 (condition_variable:213)
5   JavaScriptCore                0x00000001af0600b8 bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*) + 16 (Scavenger.cpp:295)
6   JavaScriptCore                0x00000001af0613fc void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, st... + 44 (type_traits:4361)
7   libsystem_pthread.dylib        0x000000019fd4cd5c _pthread_start + 128 (pthread.c:895)
8   libsystem_pthread.dylib        0x000000019fd54c84 thread_start + 8


Thread 6 name:
Thread 6:
0   libsystem_kernel.dylib        0x000000019fe0abc4 mach_msg_trap + 8
1   libsystem_kernel.dylib        0x000000019fe09fe0 mach_msg + 76 (mach_msg.c:103)
2   CoreFoundation                0x000000019ffbcabc __CFRunLoopServiceMachPort + 220 (CFRunLoop.c:2575)
3   CoreFoundation                0x000000019ffb7954 __CFRunLoopRun + 1428 (CFRunLoop.c:2931)
4   CoreFoundation                0x000000019ffb7098 CFRunLoopRunSpecific + 480 (CFRunLoop.c:3192)
5   WebCore                        0x00000001a807a464 RunWebThread(void*) + 564 (WebCoreThread.mm:626)
6   libsystem_pthread.dylib        0x000000019fd4cd5c _pthread_start + 128 (pthread.c:895)
7   libsystem_pthread.dylib        0x000000019fd54c84 thread_start + 8


Thread 7 name:
Thread 7:
0   libsystem_kernel.dylib        0x000000019fe0abc4 mach_msg_trap + 8
1   libsystem_kernel.dylib        0x000000019fe09fe0 mach_msg + 76 (mach_msg.c:103)
2   CoreFoundation                0x000000019ffbcabc __CFRunLoopServiceMachPort + 220 (CFRunLoop.c:2575)
3   CoreFoundation                0x000000019ffb7954 __CFRunLoopRun + 1428 (CFRunLoop.c:2931)
4   CoreFoundation                0x000000019ffb7098 CFRunLoopRunSpecific + 480 (CFRunLoop.c:3192)
5   AVFAudio                      0x00000001acde21b4 GenericRunLoopThread::Entry(void*) + 160 (GenericRunLoopThread.h:91)
6   AVFAudio                      0x00000001ace3328c CAPThread::Entry(CAPThread*) + 208 (CAPThread.cpp:286)
7   libsystem_pthread.dylib        0x000000019fd4cd5c _pthread_start + 128 (pthread.c:895)
8   libsystem_pthread.dylib        0x000000019fd54c84 thread_start + 8


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


Thread 9:
0   libsystem_pthread.dylib        0x000000019fd54c70 start_wqthread + 0


Thread 10:
0   libsystem_pthread.dylib        0x000000019fd54c70 start_wqthread + 0


Thread 11:
0   libsystem_pthread.dylib        0x000000019fd54c70 start_wqthread + 0


Thread 12:
0   libsystem_pthread.dylib        0x000000019fd54c70 start_wqthread + 0


Thread 13:
0   libsystem_pthread.dylib        0x000000019fd54c70 start_wqthread + 0


Thread 14:
0   libsystem_pthread.dylib        0x000000019fd54c70 start_wqthread + 0


Thread 15:
0   libsystem_pthread.dylib        0x000000019fd54c70 start_wqthread + 0


Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x000000010290d050   x1: 0x00000001d7e63447   x2: 0x0000000103700120   x3: 0x0000000000000023
    x4: 0x0000000103700120   x5: 0x000000000000001c   x6: 0x0000000000000000   x7: 0x0000000000000403
    x8: 0x00000001d7e63000   x9: 0x00000001e80f1648  x10: 0x0000000000000000  x11: 0x0000000000000000
   x12: 0x0000000000000000  x13: 0x0000000283b37a70  x14: 0x00000000a56fcf47  x15: 0x000000000000df70
   x16: 0x0000000283b37a70  x17: 0xc72b4381ad0bf8fc  x18: 0x0000000000000000  x19: 0x000000010290e010
   x20: 0x0000000000000007  x21: 0x0000000102900e48  x22: 0x00000001dd437c60  x23: 0x0000000102900dc8
   x24: 0x0000000000000000  x25: 0x0000000000000000  x26: 0x000000016f042cb0  x27: 0x0000000000000000
   x28: 0x0000000000000000   fp: 0x000000016f042780   lr: 0x000000019fd76408
    sp: 0x000000016f042780   pc: 0x000000019fd580bc cpsr: 0x20000000
   esr: 0x56000080  Address size fault


Binary Images:
0x100dbc000 - 0x10207bfff My-App arm64  <9e7852b110813e489a7ef5562085f4e1> /var/containers/Bundle/Application/9C47B654-4921-4F76-9BF1-88652251B0ED/My-App.app/My-App
0x10277c000 - 0x10279bfff CocoaLumberjack arm64  <305de68ade423c3dba7d0d6db5c35fa7> /var/containers/Bundle/Application/9C47B654-4921-4F76-9BF1-88652251B0ED/My-App.app/Frameworks/CocoaLumberjack.framework/CocoaLumberjack
0x1027cc000 - 0x1027d3fff CocoaLumberjackSwift arm64  <de0ef5dcc56e327ca992d2fba0e27d38> /var/containers/Bundle/Application/9C47B654-4921-4F76-9BF1-88652251B0ED/My-App.app/Frameworks/CocoaLumberjackSwift.framework/CocoaLumberjackSwift
0x1027e4000 - 0x1027ebfff My-App-AppStore-Core arm64  <cbe9286610ee3d00b17de61f8d6351df> /var/containers/Bundle/Application/9C47B654-4921-4F76-9BF1-88652251B0ED/My-App.app/Frameworks/My-App-AppStore-Core.framework/My-App-AppStore-Core
0x1028cc000 - 0x1028d7fff libobjc-trampolines.dylib arm64e  <d77245ad184431b89422a0af12d900a9> /usr/lib/libobjc-trampolines.dylib
0x102a98000 - 0x102afffff dyld arm64e  <cbf87389658c3a73a33ea6efaf73701e> /usr/lib/dyld
0x102b7c000 - 0x1030e3fff My-AppShared arm64  <1d855cddb08133c78166ca96c4b04f8f> /var/containers/Bundle/Application/9C47B654-4921-4F76-9BF1-88652251B0ED/My-App.app/Frameworks/My-AppShared.framework/My-AppShared
0x19fc1b000 - 0x19fc31fff libsystem_trace.dylib arm64e  <9bc16767c7a83e15bc8c0965e9f8f00b> /usr/lib/system/libsystem_trace.dylib
0x19fc32000 - 0x19fc65fff libxpc.dylib arm64e  <ba7f10afef4730ebb35f4947b3c79318> /usr/lib/system/libxpc.dylib
0x19fc66000 - 0x19fc66fff libsystem_blocks.dylib arm64e  <91adb2b4377434cc84f88e9a634b6b86> /usr/lib/system/libsystem_blocks.dylib
0x19fc67000 - 0x19fce5fff libsystem_c.dylib arm64e  <15628be24f6937c5a96d72724762f01f> /usr/lib/system/libsystem_c.dylib
0x19fce6000 - 0x19fd22fff libdispatch.dylib arm64e  <ed0789cd8d8039f49651d8707d9c0337> /usr/lib/system/libdispatch.dylib
0x19fd23000 - 0x19fd43fff libsystem_malloc.dylib arm64e  <4aad0fafde283814af10e7123dc72aca> /usr/lib/system/libsystem_malloc.dylib
0x19fd44000 - 0x19fd4afff libsystem_platform.dylib arm64e  <0591390bba0734a7a59d0c652d159244> /usr/lib/system/libsystem_platform.dylib
0x19fd4b000 - 0x19fd55fff libsystem_pthread.dylib arm64e  <b3a6abedcfd038ef9c7847e0e67ac9b3> /usr/lib/system/libsystem_pthread.dylib
0x19fd56000 - 0x19fd86fff libobjc.A.dylib arm64e  <b209ab438c8d31a79fdc1dd500f5c92e> /usr/lib/libobjc.A.dylib
0x19fd87000 - 0x19fdf2fff libcorecrypto.dylib arm64e  <bcf8ec87919a35ea97bc8805433f8998> /usr/lib/system/libcorecrypto.dylib
0x19fdf3000 - 0x19fe06fff libc++abi.dylib arm64e  <a51139874bbf3fc79eb5d42704e8d8e2> /usr/lib/libc++abi.dylib
0x19fe07000 - 0x19fe35fff libsystem_kernel.dylib arm64e  <e449afff549e3ba19a86fcc904364d89> /usr/lib/system/libsystem_kernel.dylib
0x19fe36000 - 0x19fe69fff libdyld.dylib arm64e  <0dc9a4bac3e8348799db1b5c86597af5> /usr/lib/system/libdyld.dylib
0x19fe6a000 - 0x19fe71fff libsystem_darwin.dylib arm64e  <cf1e055948613d70824dfe8f5eab54cf> /usr/lib/system/libsystem_darwin.dylib
0x19fe72000 - 0x19feccfff libc++.1.dylib arm64e  <f466830f41e333a19bc35ffa193fed6f> /usr/lib/libc++.1.dylib
0x19fecd000 - 0x19ff0efff libsystem_info.dylib arm64e  <d8154b10a4863e74a9a26d7f9a86cd1c> /usr/lib/system/libsystem_info.dylib
0x19ff0f000 - 0x1a028cfff CoreFoundation arm64e  <97285acb7b21393aabf603f1dbb5d2a2> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1a028d000 - 0x1a02f3fff SystemConfiguration arm64e  <3dca61e2168c36d98acf0c3602dfff4d> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x1a02f4000 - 0x1a05bffff Foundation arm64e  <672cf0cb49513b9189df55e953aea00f> /System/Library/Frameworks/Foundation.framework/Foundation
0x1a05c0000 - 0x1a05f2fff libCRFSuite.dylib arm64e  <8f291818397432cf9cc7dd75e11f721f> /usr/lib/libCRFSuite.dylib
0x1a05f3000 - 0x1a0773fff CoreServices arm64e  <b961578900d93b1ab3a1af2a6f5d6281> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x1a0774000 - 0x1a07d6fff libSparse.dylib arm64e  <c0aec19d5fc438cb920cbdc231049a37> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1a07d7000 - 0x1a0cd1fff ImageIO arm64e  <e57b30732ce83173866c533cddf48b9d> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x1a0cd2000 - 0x1a0cd4fff ConstantClasses arm64e  <1c8835aab27331239abded3207f06916> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x1a0cd5000 - 0x1a0e6dfff CoreText arm64e  <f1719487becb37fb8a615df6c6d1a59f> /System/Library/Frameworks/CoreText.framework/CoreText
0x1a0e6e000 - 0x1a0fa1fff Security arm64e  <f1588eb39e0934b1a8d15d3bbb92d09d> /System/Library/Frameworks/Security.framework/Security
0x1a0fa2000 - 0x1a1047fff IOKit arm64e  <74b273d7cd333f4a96f47e702f1b4428> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x1a1048000 - 0x1a107ffff libMobileGestalt.dylib arm64e  <ef6e8b51b3743cc3ae48ad101463afc0> /usr/lib/libMobileGestalt.dylib
0x1a1080000 - 0x1a10defff libprotobuf.dylib arm64e  <94ce72ce21e03c94b69234fa728738c4> /usr/lib/libprotobuf.dylib
0x1a10df000 - 0x1a10f1fff libprotobuf-lite.dylib arm64e  <9d7cc6eb89b43fa39ef21dddc473d549> /usr/lib/libprotobuf-lite.dylib
0x1a10f2000 - 0x1a1352fff libicucore.A.dylib arm64e  <ca24cc55ff7c32b6b6a52eacbf28249e> /usr/lib/libicucore.A.dylib
0x1a1353000 - 0x1a137cfff CoreServicesInternal arm64e  <90b53ab447d031448957d995877824cd> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x1a137d000 - 0x1a13c4fff WirelessDiagnostics arm64e  <940df8c52a17312e9088248a1ac77ec4> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x1a13c5000 - 0x1a1400fff libAWDSupport.dylib arm64e  <d9dfc984d7ec312d9669b75484e057e4> /usr/lib/libAWDSupport.dylib
0x1a1401000 - 0x1a1849fff CoreAudio arm64e  <f1d572151e2e32b18ae980a2e7f07804> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1a184a000 - 0x1a1b21fff CoreImage arm64e  <e860040fd30d3486b4ad5d89e9542fb3> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x1a1b22000 - 0x1a1c15fff LanguageModeling arm64e  <d0c7aae64b7d381b901efe4a18e14a94> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x1a1c16000 - 0x1a1c5cfff Lexicon arm64e  <7e605c9d37a63fd1bb3e2431b4b1cf31> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x1a1c5d000 - 0x1a1de3fff libsqlite3.dylib arm64e  <854e207ecbe73f469cb5926001a2f44c> /usr/lib/libsqlite3.dylib
0x1a1de4000 - 0x1a1e14fff MobileKeyBag arm64e  <9fa13c6af29a3dcfa93ca614ad26993d> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1a1e15000 - 0x1a1e1efff libsystem_notify.dylib arm64e  <5375361fa96637b9a0a22e0205daa144> /usr/lib/system/libsystem_notify.dylib
0x1a1e1f000 - 0x1a1ff3fff CoreDuet arm64e  <7cac3a71d35432cb99113d778987444e> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x1a1ff4000 - 0x1a213afff Montreal arm64e  <54161f809bac3b1eb6aed6387d7b0e13> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x1a213b000 - 0x1a2220fff NLP arm64e  <57d4cfec4efa3b35a273f6a2ae80591e> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x1a2221000 - 0x1a223ffff CellularPlanManager arm64e  <77e3a92c13e23094946b85819a495c92> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x1a2240000 - 0x1a227dfff AppSupport arm64e  <32acaa08e6c338919a25a231cfdc7904> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x1a227e000 - 0x1a2753fff libnetwork.dylib arm64e  <f6fa6d8e95353358a66598d4af4f3655> /usr/lib/libnetwork.dylib
0x1a2754000 - 0x1a2863fff ManagedConfiguration arm64e  <f3374eef11c43e598aac469f2a2d2943> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x1a2864000 - 0x1a288efff CoreServicesStore arm64e  <da7fec3d6a49329ca25e41270476fe8a> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
0x1a288f000 - 0x1a28b0fff UserManagement arm64e  <e06302771e9f341ab43739d28e0e5f8e> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1a28b1000 - 0x1a2b66fff CoreML arm64e  <a8f561be599139f6812c44da6d34c534> /System/Library/Frameworks/CoreML.framework/CoreML
0x1a2b67000 - 0x1a2b7dfff ProtocolBuffer arm64e  <25d0db0f98163d56a690dec5c392720f> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1a2b7e000 - 0x1a2b98fff CommonUtilities arm64e  <880c2e0f46943769b9775a3cfd7a5ba3> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1a2b99000 - 0x1a2b99fff libenergytrace.dylib arm64e  <b259b13371613749893562fa61233e70> /usr/lib/libenergytrace.dylib
0x1a2b9a000 - 0x1a2bd2fff RunningBoardServices arm64e  <420e18b822f530ba8221c5687ad7cfe9> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
0x1a2bd3000 - 0x1a2c49fff BaseBoard arm64e  <ab0d4301884c334a9d3dacfdf13c6dbb> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x1a2c4a000 - 0x1a3191fff SiriTTS arm64e  <6ba2ed1468683c1e92cec1e36a13a8e2> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x1a3192000 - 0x1a3202fff CoreLocation arm64e  <faffb50b2eed383e9ea7efc55c0b7114> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x1a3210000 - 0x1a3266fff Accounts arm64e  <c9bcf82c45c33290859c9b8910bfe2c9> /System/Library/Frameworks/Accounts.framework/Accounts
0x1a3267000 - 0x1a3277fff SharedWebCredentials arm64e  <a5ede289f9de358386fcad1f75b03f8d> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x1a3278000 - 0x1a35c3fff CFNetwork arm64e  <32dfbf260bc43fb89aeb35182c8b35fa> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x1a35c4000 - 0x1a36a6fff UIFoundation arm64e  <b74dcac88bee3c06b9c574230a9a6896> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x1a36a7000 - 0x1a47a6fff UIKitCore arm64e  <55d60569dbb73bc98a97dcac95c64d4b> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x1a47a7000 - 0x1a47b5fff AssertionServices arm64e  <db391793afdc347f8ff25aba121ddc62> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1a47b6000 - 0x1a488dfff CoreTelephony arm64e  <ec71ec9a98da3151a10d93866eefe5d0> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x1a488e000 - 0x1a4893fff AggregateDictionary arm64e  <7bfbeed0934d3cad8026c500c4cb9173> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1a4894000 - 0x1a48aafff libsystem_asl.dylib arm64e  <f20fe78e13aa388fb801b6a67e331acb> /usr/lib/system/libsystem_asl.dylib
0x1a48ab000 - 0x1a4925fff CloudDocs arm64e  <09d573a82e9f386daabb22a65ef0b77a> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x1a4926000 - 0x1a4c53fff CoreData arm64e  <66a9b561b6e733cb85e66e436fd8a348> /System/Library/Frameworks/CoreData.framework/CoreData
0x1a4c54000 - 0x1a4e80fff Vision arm64e  <84dd2e1d9c003e629f0a6d1117301f85> /System/Library/Frameworks/Vision.framework/Vision
0x1a4e81000 - 0x1a4ec6fff PhotoFoundation arm64e  <9fdff28a73bf3c3a9ea2114e1d28538d> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x1a4ec7000 - 0x1a4ef2fff BoardServices arm64e  <09dd53b0b100312987ca528acbee68d7> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
0x1a4ef3000 - 0x1a4fa3fff libboringssl.dylib arm64e  <158b8ef8abe93c099a8a5dcb9b09bcb0> /usr/lib/libboringssl.dylib
0x1a4fa4000 - 0x1a4fb2fff libsystem_networkextension.dylib arm64e  <f71fa85bcb30339baaed8922a2711af6> /usr/lib/system/libsystem_networkextension.dylib
0x1a4fb3000 - 0x1a4fd3fff CoreAnalytics arm64e  <cc9fae76bdd63c8782b7b28554c75323> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1a4fd4000 - 0x1a514dfff CloudKit arm64e  <667e79d9af13349d82a41fc755c5b11e> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x1a514e000 - 0x1a519dfff SpringBoardServices arm64e  <44c86adef590305ab8c8dba50c5420b4> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1a519e000 - 0x1a5215fff FrontBoardServices arm64e  <124b166d39053f51a46a646ae3424213> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1a5216000 - 0x1a532efff Network arm64e  <941ed8db788b37bfb15509b8b0fc310a> /System/Library/Frameworks/Network.framework/Network
0x1a532f000 - 0x1a538bfff libusrtcp.dylib arm64e  <a8aec00baea13ea395b655ae798d6f0b> /usr/lib/libusrtcp.dylib
0x1a538c000 - 0x1a5393fff libsystem_symptoms.dylib arm64e  <93716677a360386b97d6493788ec1bc7> /usr/lib/system/libsystem_symptoms.dylib
0x1a5394000 - 0x1a6271fff GeoServices arm64e  <a64d015edfa03a46843c222bb160544b> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x1a6272000 - 0x1a627afff TCC arm64e  <917f36636e14374cb4659fe0e4f09ea8> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1a627b000 - 0x1a62d6fff IMFoundation arm64e  <1e66d8a98893359b8320f34a171f538d> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x1a62d7000 - 0x1a643cfff CoreUtils arm64e  <d343c3aba6803755ba02c2002c3cf0b2> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x1a643d000 - 0x1a64e7fff IMSharedUtilities arm64e  <de8a7dca429c339cbd1df159b2fd03bf> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
0x1a64e8000 - 0x1a6536fff ImageCaptureCore arm64e  <5032c500bb9b3bb8a2298beddc9ccb60> /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore
0x1a6537000 - 0x1a6540fff libsystem_containermanager.dylib arm64e  <a0db1371c356362fadae195e1637e129> /usr/lib/system/libsystem_containermanager.dylib
0x1a6541000 - 0x1a65befff AppleAccount arm64e  <1da968ef2dd73a26b6a11569abe8900f> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1a65bf000 - 0x1a65dafff ApplePushService arm64e  <db32ccfc568b3113911a1afb40e46b67> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1a65db000 - 0x1a66cbfff IDS arm64e  <c0bd05b9eddf307ea8aa64ee9781b00a> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x1a66cc000 - 0x1a67fbfff IDSFoundation arm64e  <a587b5fc55cb38bca7237a04c870fbc5> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x1a67fc000 - 0x1a67fdfff libCTGreenTeaLogger.dylib arm64e  <a1b683ba2ed13e9c8b9a24ceb591821b> /usr/lib/libCTGreenTeaLogger.dylib
0x1a6861000 - 0x1a6962fff CoreMedia arm64e  <c6456b8304cb33a48ddc7b64e9826211> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1a6963000 - 0x1a6973fff UIKitServices arm64e  <ec231ea627c4385cb41025b649012218> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x1a6974000 - 0x1a69c8fff BackBoardServices arm64e  <5b4b7dc5abee30ce92ad6dcb02d9a26a> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1a69c9000 - 0x1a6c1ffff QuartzCore arm64e  <68e87e8e72753847b0e57936442b19fc> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x1a6c20000 - 0x1a6dddfff ColorSync arm64e  <49b450513c43328d84f78fe799d9584b> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1a6dde000 - 0x1a7351fff CoreGraphics arm64e  <e873653343e738309ea41c42ca3b0df8> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1a7352000 - 0x1a748dfff Contacts arm64e  <756942596c2d34a1828be0a506c23f35> /System/Library/Frameworks/Contacts.framework/Contacts
0x1a748e000 - 0x1a74befff UserNotifications arm64e  <bafffed40a2b35ed9337c1d1f0fbbc17> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1a74bf000 - 0x1a74e2fff LocationSupport arm64e  <57abf27237773d1dbf2ca0b421406418> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
0x1a74e3000 - 0x1a7643fff Sharing arm64e  <9e6e36c5c9293e5880146298d9b1e025> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x1a7644000 - 0x1a7c49fff WebKit arm64e  <ea3b1e119b48391baacb8d5f9f67e99c> /System/Library/Frameworks/WebKit.framework/WebKit
0x1a7c4a000 - 0x1a9953fff WebCore arm64e  <d5dcfac025173cd1a8d3e3104b0ce68c> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x1a9954000 - 0x1a996cfff libAccessibility.dylib arm64e  <23150fbd3f2d30568b95d0ddc03ad55d> /usr/lib/libAccessibility.dylib
0x1a996d000 - 0x1a9978fff AXCoreUtilities arm64e  <0a6790b333e13511890797013161aba2> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x1a9979000 - 0x1a99f2fff ContactsFoundation arm64e  <cad1a4fee7c1398083919e6e7ca88370> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x1a99f3000 - 0x1a9a07fff PowerLog arm64e  <f28b16f42a363356b980ec184b570b01> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1a9a08000 - 0x1a9a19fff IOSurface arm64e  <9ebb87f8232d3ceb81bbb317926db148> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1a9a1a000 - 0x1aa11dfff MediaToolbox arm64e  <469251e5c7973035a25c9d80f905bb94> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1aa11e000 - 0x1aa126fff GraphicsServices arm64e  <762205923bb4354a947f8d3c1682cd5f> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1aa127000 - 0x1aa20dfff AccessibilityUtilities arm64e  <8ff96f2225d933178aa618ad02014c9a> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x1aa20e000 - 0x1aa409fff AVFoundation arm64e  <3f38b86cc2c23972ac9e6d18d71c4926> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1aa40a000 - 0x1aa441fff OnBoardingKit arm64e  <51bcdf0941d037338d36d8603e7d816e> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
0x1aa442000 - 0x1aa490fff MobileWiFi arm64e  <62323a0ad7723b8390cb3a53b3bdc36b> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1aa491000 - 0x1aa4a9fff MobileAsset arm64e  <935b5b2f446436cd9d95606354216819> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1aa4aa000 - 0x1aa4b7fff libGSFont.dylib arm64e  <9ac0608f9d633bb096d953f69350a33d> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
0x1aa4b8000 - 0x1aa4c1fff FontServices arm64e  <2602fad7a7ab3d3eb4148892543f14d5> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1aa4c2000 - 0x1aa610fff libFontParser.dylib arm64e  <5466f8e6057038f2bb98222c3eb439c7> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1aa611000 - 0x1aa65cfff AXRuntime arm64e  <a84e4097509331db9632199edfc076f4> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x1aa65d000 - 0x1aa65ffff libAXSafeCategoryBundle.dylib arm64e  <3529dd8116023d6193a33f32bb0477c2> /usr/lib/libAXSafeCategoryBundle.dylib
0x1aa660000 - 0x1aa7a2fff SearchFoundation arm64e  <9d493eef58d73a96be3f9d7a1cbf4967> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x1aa7a3000 - 0x1aa8c7fff Preferences arm64e  <07276a7416ee3c4f8835bbacffee4c16> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x1aa8c8000 - 0x1aaf42fff PhotoLibraryServices arm64e  <91c02d9c1deb32b9897164279f6aafad> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x1aaf43000 - 0x1ab1d0fff vImage arm64e  <23c5969efbc53cba95071dc7faa4e938> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1ab1d1000 - 0x1ab3fdfff AudioToolbox arm64e  <bbcb848bdfdd37c393186890ba4ef50d> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x1ab3fe000 - 0x1ab433fff libAudioToolboxUtility.dylib arm64e  <379be4b3915c3bc18e95fd62ee6916db> /usr/lib/libAudioToolboxUtility.dylib
0x1ab434000 - 0x1ab5ebfff ContactsUI arm64e  <6bdb40ae383434918dd2e83e916a56ec> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x1ab5ec000 - 0x1ab658fff UIAccessibility arm64e  <e453418259b031aa8776b7c8e1f9345d> /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
0x1ab659000 - 0x1ab865fff Photos arm64e  <1192e2c1466336689267b4b9e67d84e6> /System/Library/Frameworks/Photos.framework/Photos
0x1ab866000 - 0x1ab8fbfff ShareSheet arm64e  <442cafdd2a283a8fac2b9860d4e4860c> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
0x1ab8fc000 - 0x1ab90ffff BaseBoardUI arm64e  <fd08fc75793f368391b17e593b780707> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x1ab910000 - 0x1ab9c6fff PDFKit arm64e  <86ba46b9c90b38e2ae95fbe9dc1e0c4b> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1aba48000 - 0x1aba76fff DocumentManager arm64e  <03ea7f6d443b3c1aa621ff290d3bcb7e> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1aba77000 - 0x1abcd7fff libmecabra.dylib arm64e  <c879d196c90d344e9e31c3ea6338a150> /usr/lib/libmecabra.dylib
0x1abcd8000 - 0x1abd4ffff AuthKit arm64e  <090914b11d78388083eaf714ead56050> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x1abd50000 - 0x1ac177fff Intents arm64e  <686b616c210e336589c278e8514f3e3b> /System/Library/Frameworks/Intents.framework/Intents
0x1ac178000 - 0x1ac18cfff libCGInterfaces.dylib arm64e  <8622fd6bd37632e1add1650b918e3cae> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x1ac18d000 - 0x1ac2dcfff WebKitLegacy arm64e  <3526c37744d23540809529793b145515> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1ac2dd000 - 0x1ac348fff TextInput arm64e  <bf2524fd99403ffcb111151429261b17> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x1ac349000 - 0x1ac3c7fff AXMediaUtilities arm64e  <34c65a35ac193959af1380bedb743fe5> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
0x1ac3c8000 - 0x1ac3cbfff XCTTargetBootstrap arm64e  <e9a52ba1dd0f3d3ab82e20eff92e6515> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1ac3cc000 - 0x1ac482fff CorePDF arm64e  <e95f4103d8903d92b115e5dbed7053e3> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1ac483000 - 0x1ac4befff AccessibilityUIUtilities arm64e  <0945e060cd843780904cfd7d60dba5fc> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x1ac4bf000 - 0x1ac87cfff MediaPlayer arm64e  <134daba2c3483ccf902648acd43bb482> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x1ac87d000 - 0x1acb8dfff AppleMediaServices arm64e  <3efdf44040ec317a834abbd1ba81088a> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x1acb8e000 - 0x1acbb5fff CacheDelete arm64e  <57ee9e41f919379ebf70cdd6ca04f73c> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1acbb6000 - 0x1acd7afff CoreMotion arm64e  <69d41764d0ed3b0893ba853ce6ee1828> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x1acd7b000 - 0x1ace67fff AVFAudio arm64e  <a3c98b2ff34b37998c59671aef1b6f1a> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x1ace68000 - 0x1ad064fff RawCamera arm64e  <ebc768357ce33be6bbc537949f18ec51> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x1ad065000 - 0x1ad11efff CoreUI arm64e  <1308ae16e705312ca9662797bc2197b5> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1ad11f000 - 0x1ad143fff AppSupportUI arm64e  <5559927294e43ceab2cf338fa77bb364> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x1ad144000 - 0x1ad17afff CoreVideo arm64e  <0a926baaf4523997a6f4caa26bdabea9> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1ad17b000 - 0x1ad3b5fff AudioToolboxCore arm64e  <d5a7af535d623ccda6cdfb70ad86c7f9> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
0x1ad3b6000 - 0x1ad3fcfff CoreDuetContext arm64e  <e7bd1831bdd53f7d83814503b1eb1d4b> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x1ad3fd000 - 0x1ad437fff SetupAssistant arm64e  <b2570336d05a3422a9ac310c6e747998> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1ad438000 - 0x1ad4f6fff TelephonyUtilities arm64e  <384b5bafe8703c3d873486f1310f8e3a> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x1ad4f7000 - 0x1ad521fff PlugInKit arm64e  <55a924c2787a34c28d1f39b5ef052bf2> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1ad522000 - 0x1ad8aefff libswiftCore.dylib arm64e  <b862efc164493f07a3fbd098bee3872f> /usr/lib/swift/libswiftCore.dylib
0x1ad8af000 - 0x1ad9e7fff AssistantServices arm64e  <c196c37baa863b2d927f8d408eb1e371> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x1ad9e8000 - 0x1ada49fff ProactiveSupport arm64e  <da213655b9493a2b828a654b80127566> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1ada4a000 - 0x1adc91fff MapKit arm64e  <1fc802e79e9330dba1517fd020a0876d> /System/Library/Frameworks/MapKit.framework/MapKit
0x1adc92000 - 0x1adcaafff PrototypeTools arm64e  <212a2cde1a5d350c8ce03106d91e8a1c> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1adcab000 - 0x1add9bfff MediaExperience arm64e  <ba8b5ffe415f35eeb6fd7b9717755b12> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
0x1add9c000 - 0x1ae057fff ********* arm64e  <fff88b3026633d55a6ce72c8fa61d24f> /System/Library/PrivateFrameworks/*********.framework/*********
0x1ae058000 - 0x1ae0b2fff CallKit arm64e  <21bfbb540c8e33d69d60afe419a39a74> /System/Library/Frameworks/CallKit.framework/CallKit
0x1ae0b3000 - 0x1ae27dfff EventKitUI arm64e  <3f254898080c33cfa53d3913726551f1> /System/Library/Frameworks/EventKitUI.framework/EventKitUI
0x1ae27e000 - 0x1ae96ffff VectorKit arm64e  <31025f51084d3ec3b6332b0718f29d79> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x1ae970000 - 0x1aea43fff AVKit arm64e  <9561f6349f9933469f2e160dd8f5e657> /System/Library/Frameworks/AVKit.framework/AVKit
0x1aea44000 - 0x1aea74fff Pegasus arm64e  <5aa2be18a31b32a3a67691d2704aba10> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x1aea75000 - 0x1aea7afff libapp_launch_measurement.dylib arm64e  <a727d8291b9e3a0c9e92a2b9037027ba> /usr/lib/libapp_launch_measurement.dylib
0x1aeb58000 - 0x1aebbbfff CoreSpotlight arm64e  <8a7c5ab6175b32efb6292152fcf215f0> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x1aebbc000 - 0x1aec51fff AddressBookLegacy arm64e  <76c629f0ef503aa9a5660dc0c7e70554> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x1aec52000 - 0x1aec61fff CrashReporterSupport arm64e  <f9365395456330c38576298f8a0b5ce9> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1aec62000 - 0x1aec74fff MobileBluetooth arm64e  <d1b86907ba9c302c8caca826ad266a20> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1aec75000 - 0x1aed33fff LinkPresentation arm64e  <f1e6e098ebd634f8a3715d7d8751be7b> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation
0x1aed34000 - 0x1aed69fff StoreKit arm64e  <f2f183071f4e305087148d7eda95dfce> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x1aed6a000 - 0x1aed6efff libsystem_configuration.dylib arm64e  <834289b5a67f34d1aab1f341ca817c23> /usr/lib/system/libsystem_configuration.dylib
0x1aed6f000 - 0x1aedc8fff RemoteUI arm64e  <3963e39e62423392b89b41a2c6e8d190> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
0x1aedc9000 - 0x1aee19fff AuthKitUI arm64e  <a8d992ae425d349995ff458e73ce1a6e> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
0x1aee1a000 - 0x1aee7ffff CoreRecognition arm64e  <d1d085ce20d93ff3b6b3e7b4b6692cbf> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x1aee80000 - 0x1aef06fff Social arm64e  <361e489b655634e4a6c1a4e36b2e8f0d> /System/Library/Frameworks/Social.framework/Social
0x1aef07000 - 0x1aef56fff WatchKit arm64e  <7229aefc17a532e6b90fb2e59ae57238> /System/Library/Frameworks/WatchKit.framework/WatchKit
0x1aef57000 - 0x1aef65fff HangTracer arm64e  <9d3a32b50fd63a299bb861a5ca57790c> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1aef66000 - 0x1aefcefff CoreNLP arm64e  <4cd34810c6513eb197c070c40d83013f> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x1aefcf000 - 0x1aefd0fff liblangid.dylib arm64e  <344868eff5f033e6856968bb1818250d> /usr/lib/liblangid.dylib
0x1aefd1000 - 0x1afdc9fff JavaScriptCore arm64e  <5c35e53043713551b0955f5c3a5d00b8> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1afdca000 - 0x1afe56fff libTelephonyUtilDynamic.dylib arm64e  <83581f4af84934ce9d0d4df8713443e8> /usr/lib/libTelephonyUtilDynamic.dylib
0x1afe6c000 - 0x1b00f3fff StoreServices arm64e  <7cb5480bb4cd305eac82ae86ada03d4e> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x1b00f4000 - 0x1b00fdfff IOMobileFramebuffer arm64e  <a4b3bf523a373e4aa2340c52f6466d23> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1b00fe000 - 0x1b0265fff SafariServices arm64e  <9a3aeda6f832316cb9636858de7ba19f> /System/Library/Frameworks/SafariServices.framework/SafariServices
0x1b0266000 - 0x1b0442fff Message arm64e  <2ef8851a79b73a85a0a648e2806475b1> /System/Library/PrivateFrameworks/Message.framework/Message
0x1b045a000 - 0x1b0474fff CoreMaterial arm64e  <6230b5ee758e369caa919ebc6fbb3e42> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
0x1b0475000 - 0x1b055ffff libxml2.2.dylib arm64e  <5845f30c219f3697b344a5f59bb539fe> /usr/lib/libxml2.2.dylib
0x1b0560000 - 0x1b142bfff ModelIO arm64e  <8e966a4a7d87333e9c849994af9eed1e> /System/Library/Frameworks/ModelIO.framework/ModelIO
0x1b142c000 - 0x1b183afff ChatKit arm64e  <d482b264b09834bcb99391c8eb5dca0f> /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit
0x1b183b000 - 0x1b1c1bfff PassKitCore arm64e  <827929da56f33aaab75d402922ee0fe6> /System/Library/PrivateFrameworks/PassKitCore.framework/PassKitCore
0x1b1c1c000 - 0x1b1c26fff SymptomAnalytics arm64e  <737b89c1328535f79e0c98c07868f8d0> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/SymptomAnalytics
0x1b1c27000 - 0x1b1c70fff MetadataUtilities arm64e  <a9fcdfac6886377ab2b53c2769d7e071> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1b1c71000 - 0x1b1ccbfff UserActivity arm64e  <6024cc1a91283ee096785edc4219007a> /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity
0x1b1e35000 - 0x1b1e4bfff FMCoreLite arm64e  <70d9fc516fd53d04bfc55b7a317f2765> /System/Library/PrivateFrameworks/FMCoreLite.framework/FMCoreLite
0x1b2317000 - 0x1b2336fff BridgePreferences arm64e  <bf9d8b642938333aa01da2e0ce9a911a> /System/Library/PrivateFrameworks/BridgePreferences.framework/BridgePreferences
0x1b24e5000 - 0x1b250bfff AccountsUI arm64e  <e8cb4b7fc7e23db7baa724efbd6a715d> /System/Library/PrivateFrameworks/AccountsUI.framework/AccountsUI
0x1b250c000 - 0x1b2522fff CertInfo arm64e  <7cc00924415e3bc6b9542955d897a095> /System/Library/PrivateFrameworks/CertInfo.framework/CertInfo
0x1b2523000 - 0x1b258cfff ManagedConfigurationUI arm64e  <ae5b037047733703bcdd1d6b7941dc78> /System/Library/PrivateFrameworks/ManagedConfigurationUI.framework/ManagedConfigurationUI
0x1b258d000 - 0x1b263afff QuickLook arm64e  <5713360f86773d15a7ebfd99902ae632> /System/Library/Frameworks/QuickLook.framework/QuickLook
0x1b263b000 - 0x1b2860fff NetworkExtension arm64e  <3779e9f08b083f58924728125eda16be> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x1b2861000 - 0x1b2897fff DataDetectorsCore arm64e  <8d1286a57727341d825c6edf1b4b998f> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1b2898000 - 0x1b28fafff CalendarFoundation arm64e  <7c05d84b84b43614ba32328d63b31512> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x1b28fb000 - 0x1b29f4fff EventKit arm64e  <ffbf1cf39b4a36a98b04d0f934860300> /System/Library/Frameworks/EventKit.framework/EventKit
0x1b29f5000 - 0x1b2a2afff MediaServices arm64e  <92b16719a5b93941880b3c6a0d339bed> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x1b2b3c000 - 0x1b2ce6fff PencilKit arm64e  <23f76961f88b31448ac007a40265b78a> /System/Library/Frameworks/PencilKit.framework/PencilKit
0x1b2ce7000 - 0x1b2e3dfff MessageUI arm64e  <6b2e7f6c5a6a3c068fb43362181b3686> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x1b2e3e000 - 0x1b2e8bfff AppleAccountUI arm64e  <397ac13fd9d8312e8f1acd65bb8a32ff> /System/Library/PrivateFrameworks/AppleAccountUI.framework/AppleAccountUI
0x1b2e8c000 - 0x1b2ecdfff BiometricKit arm64e  <8c98a7039d1139989bbb5399513a2176> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1b2ece000 - 0x1b2efafff PersistentConnection arm64e  <e3a765e87f2b371d8794504a1ab9043f> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1b2efb000 - 0x1b2f4efff CalendarDaemon arm64e  <45521ef9bea93382a0884b0f594a999e> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1b2f4f000 - 0x1b2fe8fff CalendarDatabase arm64e  <b0d88100749a3f738be5bf26e1d50cef> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x1b2fe9000 - 0x1b31cdfff MediaRemote arm64e  <b22b8fcb5e4c346e8397045065961e86> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x1b31ce000 - 0x1b31d6fff CorePhoneNumbers arm64e  <ede184bead45340a9350a425176353f8> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1b31e7000 - 0x1b320dfff DuetActivityScheduler arm64e  <b9f664aa343137b68ce73a38de7e8d3a> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x1b320e000 - 0x1b32d0fff SpringBoardFoundation arm64e  <adf9423a228338c7a624e1c45e45fff4> /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation
0x1b32d1000 - 0x1b3312fff ContactsAutocompleteUI arm64e  <9c7a49a58e233448b769300c10a79c0e> /System/Library/PrivateFrameworks/ContactsAutocompleteUI.framework/ContactsAutocompleteUI
0x1b3313000 - 0x1b3336fff CoreSVG arm64e  <fe8b126886763a0397939c41093590eb> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
0x1b3337000 - 0x1b3354fff SymptomPresentationFeed arm64e  <4b8bec649fd93b4f8b98987a25233ccd> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/SymptomPresentationFeed
0x1b3355000 - 0x1b3372fff ProactiveEventTracker arm64e  <ae248630d8683a8fa36d50716ba969af> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x1b3373000 - 0x1b337dfff MallocStackLogging arm64e  <a6711caeb659310a8ef94f98cadb2f2d> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
0x1b337e000 - 0x1b3416fff CoreSuggestions arm64e  <6cf5ec42aab0305e8fe7ba22bf0bbe3f> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x1b3417000 - 0x1b35c8fff IMCore arm64e  <16a4f935d7203b4db86e63a06e6fc6dc> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x1b35c9000 - 0x1b361afff DeviceManagement arm64e  <773d278fcb4a3c6e8356aa7e31e8a16b> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
0x1b3e24000 - 0x1b3e30fff BluetoothManager arm64e  <5b6e66b03bc032569339c59b6b6ff82c> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x1b3e31000 - 0x1b3e66fff CoreBluetooth arm64e  <0a9e02b3b51a3bf8b6bfa23afeffd789> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1b3e67000 - 0x1b3e69fff libsystem_sandbox.dylib arm64e  <467a2efb2e4f3c26b721563089869695> /usr/lib/system/libsystem_sandbox.dylib
0x1b3e6a000 - 0x1b3ecefff SpringBoardUIServices arm64e  <c7ecc6c6f9363686829a4d1446124b86> /System/Library/PrivateFrameworks/SpringBoardUIServices.framework/SpringBoardUIServices
0x1b3ecf000 - 0x1b3f02fff TelephonyUI arm64e  <cc80774b599d32a39adf04d9c437b428> /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI
0x1b3f51000 - 0x1b3f85fff TextInputUI arm64e  <ab2096557b9f37edb75db94b21dc126d> /System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI
0x1b3f86000 - 0x1b3f93fff NotificationCenter arm64e  <e20544789dba362fa0616d95743c5767> /System/Library/Frameworks/NotificationCenter.framework/NotificationCenter
0x1b3f94000 - 0x1b3fa0fff ContextKit arm64e  <38f80b5f25be34a68557a1b941c0e427> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
0x1b3fd1000 - 0x1b403bfff Rapport arm64e  <bf5a39bfa6b53191ab19697d77c58872> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1b403c000 - 0x1b4068fff OSAnalytics arm64e  <9939f18f483c365e912a4d970c54cf61> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
0x1b4069000 - 0x1b4097fff MobileInstallation arm64e  <5e08658c0df43a2997b7cd91e8bf0259> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1b4098000 - 0x1b4136fff Metal arm64e  <9c859f4029b73378b008fb573ea44dfa> /System/Library/Frameworks/Metal.framework/Metal
0x1b4137000 - 0x1b413cfff IOAccelerator arm64e  <ca309bd57d6639868e7a7af0dfc27d60> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1b413d000 - 0x1b4148fff MediaAccessibility arm64e  <a8660856d2d03aafad70c301965576ec> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1b4149000 - 0x1b4169fff FindMyDevice arm64e  <defb68aafe313d7c99b01d5e20456b29> /System/Library/PrivateFrameworks/FindMyDevice.framework/FindMyDevice
0x1b416a000 - 0x1b4171fff libsystem_dnssd.dylib arm64e  <dbba793c3d5f37498ab472c7a747136c> /usr/lib/system/libsystem_dnssd.dylib
0x1b4172000 - 0x1b4178fff PushKit arm64e  <2bb95f922cc0377bb6126a4215a1d2e3> /System/Library/Frameworks/PushKit.framework/PushKit
0x1b4179000 - 0x1b4287fff FileProvider arm64e  <429dd66df0cb3862b71ca152d32ad5c3> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1b429a000 - 0x1b429bfff BackgroundTaskAgent arm64e  <2674c3df97923075b00e2e2fcab84c01> /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent
0x1b429c000 - 0x1b42a0fff LinguisticData arm64e  <2bfaa83c53d638a1bf23b9e3af64ddbc> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1b42a1000 - 0x1b42b9fff CoreSDB arm64e  <d019253cefa43ad88b277ec7380e150c> /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
0x1b42ba000 - 0x1b42cafff Categories arm64e  <54569c0088293df18892dfbcb07eb650> /System/Library/PrivateFrameworks/Categories.framework/Categories
0x1b42cb000 - 0x1b42e5fff DoNotDisturb arm64e  <360bcf63df203332b30eaef88d842a54> /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb
0x1b42e6000 - 0x1b43a1fff ************ arm64e  <923c76f6e23433fb933f59ca84c5ddcf> /System/Library/Frameworks/************.framework/************
0x1b43a2000 - 0x1b47c1fff SceneKit arm64e  <835ae6e6d08235b1a023e073c1ef898b> /System/Library/Frameworks/SceneKit.framework/SceneKit
0x1b47c2000 - 0x1b47cafff EmojiKit arm64e  <7d3f12a126733cd481baf5fdc72dea25> /System/Library/PrivateFrameworks/EmojiKit.framework/EmojiKit
0x1b47cb000 - 0x1b47e6fff Messages arm64e  <3cbb7fbefa0c3e41be06d088fe5d4e1d> /System/Library/Frameworks/Messages.framework/Messages
0x1b47e7000 - 0x1b47ebfff CameraKit arm64e  <c5d92508958f3b2e840e8904ee1fa6ae> /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit
0x1b47ec000 - 0x1b47edfff MessageSupport arm64e  <7fec9b70985d3e33ab2b7ad960b8ce6b> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x1b47ee000 - 0x1b484bfff PersonalizationPortrait arm64e  <8fdd6ca53441360ead0636ea65816d86> /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait
0x1b484c000 - 0x1b48bdfff AppStoreDaemon arm64e  <b288f33b20b5347295cc0c9b043e6191> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
0x1b4918000 - 0x1b4920fff SymptomDiagnosticReporter arm64e  <b3b18712fb7e39b8b579905e11f27820> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1b4921000 - 0x1b4923fff IOSurfaceAccelerator arm64e  <8fc590a48393309ea0218f94c4c46b4c> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1b4924000 - 0x1b49d4fff AssetsLibraryServices arm64e  <13f23866fd2d3f868a4f2628ce2b917d> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x1b49d5000 - 0x1b4a04fff DataAccessExpress arm64e  <5245005200f63a7d9a54d4467f3a548c> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1b4a05000 - 0x1b4a75fff EmailFoundation arm64e  <29514ad9eaa737a0bbfa378d65badb4a> /System/Library/PrivateFrameworks/EmailFoundation.framework/EmailFoundation
0x1b4a76000 - 0x1b4a8bfff CoreFollowUp arm64e  <bd6b0126e222350bb0ecfdcc1826e739> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1b4a8c000 - 0x1b4a94fff FamilyCircle arm64e  <36c223c5a0ea3559968c572ebb34616f> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x1b4a95000 - 0x1b4aabfff libcoretls.dylib arm64e  <8e358428a0eb395085121d746ef02139> /usr/lib/libcoretls.dylib
0x1b4b03000 - 0x1b4b96fff libate.dylib arm64e  <9e2bf4f77825325f97c0741da5d57be7> /usr/lib/libate.dylib
0x1b59f5000 - 0x1b5bc4fff iAdCore arm64e  <07654c4c63e8374a9f2c91706c51b0e0> /System/Library/PrivateFrameworks/iAdCore.framework/iAdCore
0x1b5bc5000 - 0x1b5bebfff Pasteboard arm64e  <dc02a43ac62435c9babb4b5d3e4c9306> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
0x1b5bec000 - 0x1b5c3bfff FTServices arm64e  <69dbeb1ec5e43ddc944cd0b1a00fbfe0> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x1b5ce0000 - 0x1b5cf1fff MaterialKit arm64e  <98470cd9c3f03ca4b3c45373d3b492c8> /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit
0x1b5cf2000 - 0x1b5d2bfff SAObjects arm64e  <d072f8f2358831dcacd5ed4d9ccfb818> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x1b5d2c000 - 0x1b5d36fff CoreRecents arm64e  <a4789f4d67fa320c8eb730f8a4e48c7a> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1b5d37000 - 0x1b5d7efff MIME arm64e  <a091cd54534533daa7c708c33b86974f> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x1b5de3000 - 0x1b5df0fff DataMigration arm64e  <9df84a1014cd3d2aa5288203981fd346> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1b5efb000 - 0x1b5f57fff EmailCore arm64e  <dc479ffa78b736ff9ba94efbd9f7dd35> /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore
0x1b5fac000 - 0x1b5fd1fff IconServices arm64e  <47f8c81ce2103b34b41de435142ee060> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
0x1b5fd2000 - 0x1b61c6fff iTunesCloud arm64e  <92e45d8b00f134bfac4471e9826ce218> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x1b61c7000 - 0x1b6434fff MusicLibrary arm64e  <33d6dbd5ad6a38058aa75a02569854be> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x1b6435000 - 0x1b6436fff WatchdogClient arm64e  <1442bd13d71d3f9cad36867f3616e95a> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
0x1b6437000 - 0x1b6448fff libprequelite.dylib arm64e  <b312a0ac1f5730dd957047052632c00c> /usr/lib/libprequelite.dylib
0x1b6468000 - 0x1b646dfff IDSKVStore arm64e  <0b4f1d31d05035c0aed13a4776c19e4d> /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore
0x1b646e000 - 0x1b647efff CoreEmoji arm64e  <9be70ba67ebb308fb175edf2650940a7> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1b647f000 - 0x1b6513fff Email arm64e  <685bdd308b4f36e2abf2a2cf519ebccc> /System/Library/PrivateFrameworks/Email.framework/Email
0x1b6514000 - 0x1b6564fff ClassKit arm64e  <6c973a1b48b23910ab2a051764506cd3> /System/Library/Frameworks/ClassKit.framework/ClassKit
0x1b65d2000 - 0x1b65dcfff CPMS arm64e  <6318ff48c5dd3319bc33f5dc69bc48a5> /System/Library/PrivateFrameworks/CPMS.framework/CPMS
0x1b65dd000 - 0x1b65e5fff RTCReporting arm64e  <a00ea4c0e0d731ccb814477cc66e7831> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1b66ad000 - 0x1b670cfff iAd arm64e  <e35d5cabac9e30e1904e7fc03a4ba4b7> /System/Library/Frameworks/iAd.framework/iAd
0x1b6747000 - 0x1b6794fff MobileBackup arm64e  <97c1ac8728603aaf8642f4467e62afc0> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x1b6848000 - 0x1b684ffff CoreTime arm64e  <5cadc26812c430b1b1f4044d89bb1797> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1b6886000 - 0x1b69c3fff IMDPersistence arm64e  <dcb6823603ff3eb59da373dfa4ee3a66> /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
0x1b6a12000 - 0x1b6a3dfff RemoteConfiguration arm64e  <ad9149358dfd33e6bd199a6f201f469b> /System/Library/PrivateFrameworks/RemoteConfiguration.framework/RemoteConfiguration
0x1b6a3e000 - 0x1b6a68fff DistributedEvaluation arm64e  <6263397d2a183875b8b48b2b1eece46c> /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation
0x1b6a69000 - 0x1b6ab8fff DataAccess arm64e  <bacdb02836633b16978079ab821dc92d> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x1b6dfb000 - 0x1b6e50fff ToneLibrary arm64e  <3b90c3d36a603676b2afefbe8d4469a4> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1b712c000 - 0x1b714bfff AppConduit arm64e  <11b2b86dfd973a5787cccd5411826136> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1b714c000 - 0x1b7165fff IntlPreferences arm64e  <1dc2a8927af734bcacf04bfad1c3bcde> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1b7166000 - 0x1b7176fff PassKit arm64e  <82cef635782d36ff946f0dc52b657494> /System/Library/Frameworks/PassKit.framework/PassKit
0x1b7177000 - 0x1b74dbfff PassKitUI arm64e  <1e6a7fae40ab3a96bb593b1f96e1b77b> /System/Library/PrivateFrameworks/PassKitUI.framework/PassKitUI
0x1b74dc000 - 0x1b75b1fff CoreBrightness arm64e  <b6461886c5ee305792723b38d928e018> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1b75b2000 - 0x1b75b9fff libIOReport.dylib arm64e  <118ed37de8fc3409ad361c2048436658> /usr/lib/libIOReport.dylib
0x1b7753000 - 0x1b7921fff libBNNS.dylib arm64e  <adc92065c90d39f588cdfb9034ece24f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1b7922000 - 0x1b7928fff StudyLog arm64e  <9900b355dd993487a5571479bcb69379> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1b7929000 - 0x1b79b1fff BulletinBoard arm64e  <15c7909177393908b72eb170e9f4feb7> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
0x1b79b2000 - 0x1b7a42fff iTunesStore arm64e  <df269ccfbacb322ab3fe1d15a89f47e3> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x1b84a8000 - 0x1b8502fff SafariCore arm64e  <153830cc06e0381eb13f40f28d17edc1> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x1b8503000 - 0x1b8567fff ScreenTimeCore arm64e  <51ce7e8ab8873dc680057f9fb582e7a9> /System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore
0x1b8568000 - 0x1b88d3fff NewsCore arm64e  <de69b59582ee3fcaa04d8a2705e37973> /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore
0x1b88d4000 - 0x1b88e8fff NewsFoundation arm64e  <8908acd57cac37c8b50d3b9a5ff4378a> /System/Library/PrivateFrameworks/NewsFoundation.framework/NewsFoundation
0x1b88e9000 - 0x1b8b5dfff NewsTransport arm64e  <c431d93ea5bf3dbca42ba377909c41e4> /System/Library/PrivateFrameworks/NewsTransport.framework/NewsTransport
0x1b8b5e000 - 0x1b8b83fff RTTUtilities arm64e  <c77c267d5e73336bb41725e8fc1923e5> /System/Library/PrivateFrameworks/RTTUtilities.framework/RTTUtilities
0x1b8b84000 - 0x1b8b8cfff HearingCore arm64e  <81ecdc15a92e369b87beb9cea88ef710> /System/Library/PrivateFrameworks/HearingCore.framework/HearingCore
0x1b8b8d000 - 0x1b8ba1fff LocalAuthentication arm64e  <d2a2b1577f2a36579e459eeaf4b5b2a0> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1b8ba2000 - 0x1b8ba6fff CommunicationsFilter arm64e  <cb97d631536932d8bfc2b54722300d47> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1b8ba7000 - 0x1b8bcafff AddressBook arm64e  <a9abea2de8f1365a94ab5e41e1f4f795> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x1b8bcb000 - 0x1b8bd6fff CaptiveNetwork arm64e  <2ce00a624c1a3cd4b5fcd0fed79af757> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1b8bd7000 - 0x1b8bd7fff AdSupport arm64e  <64f2847a1b993cdfab7a882a94347acf> /System/Library/Frameworks/AdSupport.framework/AdSupport
0x1b8d26000 - 0x1b8e00fff libBLAS.dylib arm64e  <2642ebc655a03a18bc004e0215086334> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1b8e01000 - 0x1b8e0ffff CTCarrierSpace arm64e  <d81e4ab65a3c3560afa1cc66fbf8a056> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1b9608000 - 0x1b96d9fff CoreParsec arm64e  <e0c1ac2ad6de3bf287fda7a4d7af59d5> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x1b96da000 - 0x1b9729fff CallHistory arm64e  <e6b0b27eb3dd3bdaae5ae5af6d5a1e9c> /System/Library/PrivateFrameworks/CallHistory.framework/CallHistory
0x1b98d6000 - 0x1b98effff libtailspin.dylib arm64e  <ac15a7f3c05839a2b890f8b90c2a2d42> /usr/lib/libtailspin.dylib
0x1b98f0000 - 0x1b992ffff CalendarUIKit arm64e  <b33404fab6743ceb89aea98ad1498040> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
0x1b9930000 - 0x1b994efff KeychainCircle arm64e  <7db8c6888be233d89cc18afed5090284> /System/Library/PrivateFrameworks/KeychainCircle.framework/KeychainCircle
0x1b994f000 - 0x1b9964fff ContactsDonation arm64e  <f14fdc14c6d23520aa6170f888b4a278> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1b99ae000 - 0x1b99b7fff MobileActivation arm64e  <7372ed004d0f3f588e3aaa8354e89b03> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
0x1b99bd000 - 0x1b9a42fff HearingUtilities arm64e  <91de9d4dd44736c48ea5e23ffda27b6d> /System/Library/PrivateFrameworks/HearingUtilities.framework/HearingUtilities
0x1b9a43000 - 0x1b9a52fff MobileIcons arm64e  <5d593a64a24b3599906c8e6d5331019c> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1b9a53000 - 0x1b9b54fff ResponseKit arm64e  <94340f96ace2302aa27d65e89dd04ad9> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x1b9b71000 - 0x1b9babfff Notes arm64e  <c204e82a0bf439d88ad743277d808b70> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x1b9bac000 - 0x1b9bc4fff MetalKit arm64e  <746cbd622e3a38b2861b353421e05ae9> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x1b9c23000 - 0x1b9c6bfff CoreHaptics arm64e  <3a33ccf057fe3cffb4328a67c89cabcd> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
0x1b9c6c000 - 0x1b9d36fff ProofReader arm64e  <245be40f9ff83c65b0048ace3824eb27> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1b9d37000 - 0x1b9d85fff DataDetectorsUI arm64e  <9533287c68b839038b414f59e435cb76> /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI
0x1b9d86000 - 0x1b9d91fff EmailAddressing arm64e  <323885dc79a53ca5b9fd9d50a3f878a9> /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
0x1b9d92000 - 0x1b9da8fff MailServices arm64e  <045b2512b00a3027a11996b950982c0b> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x1b9da9000 - 0x1b9e2efff CoreSymbolication arm64e  <3b60713d87c3314a9964d3a8d16ad596> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1b9e2f000 - 0x1b9e35fff IdleTimerServices arm64e  <72fe495d6519318992bc841bafd8abed> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1b9f16000 - 0x1b9fd3fff VideoSubscriberAccount arm64e  <8929b80edaee3978b145e7a3a7526959> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x1b9fe8000 - 0x1b9febfff FTClientServices arm64e  <5ad3dd5d9f58336a961f60440782aaf0> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x1b9fec000 - 0x1ba055fff ContactsUICore arm64e  <81abb06fb3423e8eabf85dceb19cc9c3> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1ba0e5000 - 0x1ba0f1fff iAdServices arm64e  <056d03d2b3c53ef2b9145e238f1027d8> /System/Library/PrivateFrameworks/iAdServices.framework/iAdServices
0x1ba4e5000 - 0x1ba52dfff LoggingSupport arm64e  <01ca388902cd3471b550bec78c3f9e7d> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1ba63c000 - 0x1ba697fff ProtectedCloudStorage arm64e  <300e1a077b6c3b11b65d50cdeb8b53a4> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1ba786000 - 0x1ba791fff OpenGLES arm64e  <702b7aef0c6833d395c8496af15d07dd> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1ba8fb000 - 0x1ba904fff libGFXShared.dylib arm64e  <a9c19abf78433ce7b0e8bd78d9508eec> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1ba905000 - 0x1ba939fff SharedUtils arm64e  <000b2e16ac973c12b33aed9b001eedaf> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1ba93a000 - 0x1ba988fff PhotosFormats arm64e  <e7597e75bfaa392ba009b7bba1bbe5e6> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x1bba2f000 - 0x1bba6bfff StreamingZip arm64e  <5e336c546bf53392a17b8875760807ce> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1bc6d5000 - 0x1bc90bfff SafariShared arm64e  <bd6d845e99bc35c7866485b56307eea9> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x1bc964000 - 0x1bc97afff NewsServicesInternal arm64e  <196decf7189e3e30a88afd9a57f7b2a1> /System/Library/PrivateFrameworks/NewsServicesInternal.framework/NewsServicesInternal
0x1bc993000 - 0x1bc995fff InternationalTextSearch arm64e  <67efb041157e3a1588983b11c121632d> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1bc9b4000 - 0x1bc9d1fff AssetCacheServices arm64e  <2e06fe8cbe39350185716dfa153638f4> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x1bcec0000 - 0x1bcf00fff PhotosPlayer arm64e  <da4666c69bde3eebace74fc384a382ed> /System/Library/PrivateFrameworks/PhotosPlayer.framework/PhotosPlayer
0x1bcf18000 - 0x1bd35efff AVConference arm64e  <830557018fa433a2941a37d5bb96e34e> /System/Library/PrivateFrameworks/AVConference.framework/AVConference
0x1bd35f000 - 0x1bd364fff IncomingCallFilter arm64e  <7b0f5016c14a356c95115bfd8716aca2> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x1bd380000 - 0x1bd398fff NetworkStatistics arm64e  <7d5b038d755f3f1b9730786aa581ce52> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1bd807000 - 0x1bd80dfff Netrb arm64e  <181d438cbd1c346d914badbe1f776de1> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1bd811000 - 0x1bd841fff EAP8021X arm64e  <018a579ceefc3e1a9ec8107ad82b7004> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1bd842000 - 0x1bd844fff OSAServicesClient arm64e  <7966858bf8f8384eb7eaba6d5a8dee35> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
0x1bd9e8000 - 0x1bd9ecfff libgermantok.dylib arm64e  <0f199acc0f5d37aea1e995c1e859c4c6> /usr/lib/libgermantok.dylib
0x1bd9ed000 - 0x1bdaa0fff libmecab.dylib arm64e  <d62b21b69e1234d2ae7e37a235de3d72> /usr/lib/libmecab.dylib
0x1bdaa1000 - 0x1bdaddfff Catalyst arm64e  <b12310d00e19399b925c2958cc3a1e26> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
0x1bdb50000 - 0x1bdb9dfff NewsToday arm64e  <4c31b76c062734119f480dd82d837bbe> /System/Library/PrivateFrameworks/NewsToday.framework/NewsToday
0x1bdb9e000 - 0x1bdbb3fff EmojiFoundation arm64e  <941953d50ce33ad3a244f53ac1b59fd5> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation
0x1bdc2c000 - 0x1bdc2efff AdAnalytics arm64e  <4ff4fac8af1b30cabda54a29643aee2f> /System/Library/PrivateFrameworks/AdAnalytics.framework/AdAnalytics
0x1bdc2f000 - 0x1bdc6bfff VoiceServices arm64e  <a41e32550261365d9cf1dd91cda5b60b> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x1bdc6c000 - 0x1bdd87fff Navigation arm64e  <98cf063150db382cb681933807d04fc7> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1be09f000 - 0x1be0adfff CoreDuetDaemonProtocol arm64e  <5fd40e5ba6313dc4892b1f910d9038d8> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1be0ae000 - 0x1be0cefff FTAWD arm64e  <32644471341b392cb241cdcf587e2fed> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1bf0df000 - 0x1bf0e1fff OAuth arm64e  <8a810004f7f43d7dad3e3555bf9230e4> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1bf0e2000 - 0x1bf0e5fff AdPlatforms arm64e  <50366ade003735aeb90efa2a90473093> /System/Library/PrivateFrameworks/AdPlatforms.framework/AdPlatforms
0x1bf39f000 - 0x1bf3dcfff DifferentialPrivacy arm64e  <ae540a69d464367086e6fcc2c2ba2eb0> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1bf667000 - 0x1bf682fff CoreCDP arm64e  <48ca62bcf9e53888aafc4111113f853a> /System/Library/PrivateFrameworks/CoreCDP.framework/CoreCDP
0x1bf683000 - 0x1bf812fff EmailDaemon arm64e  <ce1eaa258a1e32a7a1b1df6ae50b56d5> /System/Library/PrivateFrameworks/EmailDaemon.framework/EmailDaemon
0x1bfb81000 - 0x1bfbaefff MailSupport arm64e  <f3952c461e7e3ec5a8db10d5b34cb122> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport
0x1bfbaf000 - 0x1bfc1ffff libarchive.2.dylib arm64e  <87025e7a53043890a7f0bf34f1da4432> /usr/lib/libarchive.2.dylib
0x1bfc20000 - 0x1bfc4ffff C2 arm64e  <125104cd2ff63f07ad47d76d2d28046f> /System/Library/PrivateFrameworks/C2.framework/C2
0x1bfc50000 - 0x1bfc84fff NaturalLanguage arm64e  <f8844361cf773d66991161c4c6d3dc05> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
0x1bfd1a000 - 0x1bfd1bfff libsystem_coreservices.dylib arm64e  <62efb55b6fb2355181d65985144da65d> /usr/lib/system/libsystem_coreservices.dylib
0x1bfd1c000 - 0x1bfd2cfff NewsAnalyticsUpload arm64e  <b963ab4006e634a88c8193870132debb> /System/Library/PrivateFrameworks/NewsAnalyticsUpload.framework/NewsAnalyticsUpload
0x1bfd2d000 - 0x1bfd3efff libmis.dylib arm64e  <a1b51f1d7ce03fe3b18f357b4acdb6c4> /usr/lib/libmis.dylib
0x1bfd3f000 - 0x1bfd96fff WebBookmarks arm64e  <7ddc5239ae573fa4a4274cc6266db303> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x1bfd97000 - 0x1bfda4fff DCIMServices arm64e  <08d156fae0c73433a07f88f2f6566f9c> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1bfda5000 - 0x1bff00fff CloudPhotoLibrary arm64e  <c2f55dc0a23136fc8a4bf08fb4aecb07> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1bff01000 - 0x1bff3bfff ContactsAutocomplete arm64e  <19d9ae392b63303993b3d89472c13e1c> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
0x1bff3c000 - 0x1bff44fff libcopyfile.dylib arm64e  <d54940d091193a078460b24ad28a23fa> /usr/lib/system/libcopyfile.dylib
0x1bff45000 - 0x1bff65fff UsageTracking arm64e  <e0d998f24f203da7a2894509b1add669> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
0x1c02a7000 - 0x1c0339fff AccountsDaemon arm64e  <9de20c2bd7b2381baaffdbaa44beda17> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x1c033a000 - 0x1c0345fff AppleIDSSOAuthentication arm64e  <c801164785093624abc5585b97c1edfe> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1c0346000 - 0x1c0357fff SettingsFoundation arm64e  <fd9597537de83857bf7389f24d9f5108> /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
0x1c03de000 - 0x1c0430fff ClockKit arm64e  <33c529913b8b30efa5a309f9661ad4d7> /System/Library/PrivateFrameworks/ClockKit.framework/ClockKit
0x1c0480000 - 0x1c04fdfff Symbolication arm64e  <64e12c95c71b3080b5f49bb7b492d374> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
0x1c06c1000 - 0x1c0710fff ChunkingLibrary arm64e  <70e30c0e35cb33e0a8a11c141b7760a8> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1c0714000 - 0x1c0718fff DAAPKit arm64e  <aaf5f56817203e6ebc3b181028f25085> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x1c0c1f000 - 0x1c0c21fff CoreDuetDebugLogging arm64e  <ba4f8c32fc973a998b95e1cbb1df0145> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1c1720000 - 0x1c175efff SignpostSupport arm64e  <e42c05a09a493be1b17efc8ad837daa8> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1c199f000 - 0x1c19a8fff SignpostCollection arm64e  <d64f3c7729563a95918451a61bc76713> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1c20f5000 - 0x1c20fcfff URLFormatting arm64e  <22638e420fc23b1fbf7cd0c2698b5c7b> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1c2111000 - 0x1c21b9fff MMCS arm64e  <759122ec91083f5aa8d39187b5e12bcc> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x1c2213000 - 0x1c243efff MobileSpotlightIndex arm64e  <d828607d6f4a32faa891cd5a8e0e6617> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1c283a000 - 0x1c2881fff CoreLocationProtobuf arm64e  <7670d13e0e9b32208f9ff00afd2c1547> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1c290f000 - 0x1c298afff Quagga arm64e  <6395c719ab773d9395757decaa9693e3> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1c2c29000 - 0x1c2c35fff libAXSpeechManager.dylib arm64e  <895404da4fd736e483ea7d9e13523db5> /usr/lib/libAXSpeechManager.dylib
0x1c2c8e000 - 0x1c2c96fff ProgressUI arm64e  <d842976f64863ec2a77677171cd3e79d> /System/Library/PrivateFrameworks/ProgressUI.framework/ProgressUI
0x1c2c9c000 - 0x1c2cb0fff libEDR arm64e  <3418f5ad9482391e86214d7da413f70c> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1c2cb1000 - 0x1c2cbafff IMTranscoding arm64e  <9cdd6cc6c9c537fd9fb0918f10a250a5> /System/Library/PrivateFrameworks/IMTranscoding.framework/IMTranscoding
0x1c3604000 - 0x1c38f1fff VideoProcessing arm64e  <6ebb0a83ff93397bbe48b2cec6345ec8> /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing
0x1c38f2000 - 0x1c3900fff libperfcheck.dylib arm64e  <65fa28c4026c39f5ba309f9e7c62cf4f> /usr/lib/libperfcheck.dylib
0x1c3901000 - 0x1c390cfff libAudioStatistics.dylib arm64e  <ee4a37649d6636e580f36389a0770343> /usr/lib/libAudioStatistics.dylib
0x1c3acc000 - 0x1c3adcfff caulk arm64e  <cc3eeec610b93dc6bb07276c48e668e8> /System/Library/PrivateFrameworks/caulk.framework/caulk
0x1c3b1c000 - 0x1c3b22fff MobileSystemServices arm64e  <1c6232e16abc3a809157f27c8f0316a4> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1c3cc1000 - 0x1c3cd9fff TextToSpeech arm64e  <7725c86189663b149caff103ded19f75> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x1c3cde000 - 0x1c3d19fff ViceroyTrace arm64e  <6232ea7b541d3f05ac69c3e82cc1fcd8> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace
0x1c3d99000 - 0x1c3db2fff CloudServices arm64e  <f1cc389ad6bb3a5bb414f88513c3827a> /System/Library/PrivateFrameworks/CloudServices.framework/CloudServices
0x1c4882000 - 0x1c4897fff RemoteXPC arm64e  <ecfbe45c54483ac4b9c107c751c8cbaa> /System/Library/PrivateFrameworks/RemoteXPC.framework/RemoteXPC
0x1c4c05000 - 0x1c4c41fff libGLImage.dylib arm64e  <40476c4fdcbb38ccb06885af767a2a62> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1c507b000 - 0x1c508cfff libSparseBLAS.dylib arm64e  <328e22435fb338b8bb20fd740eccc01c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1c508d000 - 0x1c50a1fff Engram arm64e  <42d74263c9833bc08c507b0526593889> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1c511c000 - 0x1c5157fff DataDetectorsNaturalLanguage arm64e  <5d57d312a07030adbd1b8a472d9c8b01> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
0x1c5449000 - 0x1c5451fff FSEvents arm64e  <543b3c11bbc43388bc77e860b780e223> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
0x1c5461000 - 0x1c54e0fff CoreDAV arm64e  <c4cd68fbe34e331f924cfe24a9f35aaf> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1c5dec000 - 0x1c5dfcfff RemoteTextInput arm64e  <413eddd2de853186b654983723b68524> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1c5e25000 - 0x1c5e55fff iCalendar arm64e  <5ee0e6556cd133a9bf65125c0c2a91dd> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1c5e72000 - 0x1c5e7bfff CloudPhotoServices arm64e  <7d0e0ab4edaf36f08c8a5a5fa6330308> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1c5ebb000 - 0x1c5ecffff libLinearAlgebra.dylib arm64e  <cab48763a08f3c5c99f7dcf7da034f9d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1c5f30000 - 0x1c5f33fff HSAAuthentication arm64e  <191fb86ec33336e181c03b91d32ba0df> /System/Library/PrivateFrameworks/HSAAuthentication.framework/HSAAuthentication
0x1c5f62000 - 0x1c606afff ConfigurationEngineModel arm64e  <4325a3bee37d3504b989ef03a6fdb5bd> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
0x1c606b000 - 0x1c6072fff CertUI arm64e  <b9a315ddb72335f8a1824bc06aa27fa0> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x1c6179000 - 0x1c6187fff CoreAUC arm64e  <625babb086c2316c8b61c736c7ef33c4> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1c69bb000 - 0x1c69c1fff DuetRecommendation arm64e  <3b715452bb7e3aa99702d31cf23e4cce> /System/Library/PrivateFrameworks/DuetRecommendation.framework/DuetRecommendation
0x1c6bc2000 - 0x1c6c09fff PhysicsKit arm64e  <24933c9f5cd93de28a52a8d2e85f1df6> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1c6c0a000 - 0x1c6c5cfff CorePrediction arm64e  <1eec72976aa43d778f5945e152b1d7b1> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1c70ac000 - 0x1c70f4fff SafariSafeBrowsing arm64e  <c7c30d8f485e3e85a121e9e3f7e7ad8e> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1c74a7000 - 0x1c751efff HomeSharing arm64e  <161b3212eee735588cec76e7282393cf> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x1c75b1000 - 0x1c75cffff GenerationalStorage arm64e  <62db70b3bcc0380a93039eac8c83f1a0> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1c75d0000 - 0x1c75e8fff IMSharedUI arm64e  <85e0ad8d528732c79089f3d3537191e7> /System/Library/PrivateFrameworks/IMSharedUI.framework/IMSharedUI
0x1c7634000 - 0x1c763ffff PersonaKit arm64e  <f5494b3071d831dab103d1bdc5ff5e37> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1c7640000 - 0x1c764cfff PersonaUI arm64e  <b681e8e53067353d838470bb76db74aa> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1c780d000 - 0x1c784cfff AdCore arm64e  <7d71259e49d3333ebb245d724b19cdbe> /System/Library/PrivateFrameworks/AdCore.framework/AdCore
0x1c7a5c000 - 0x1c7a61fff kperf arm64e  <67921ebb9b0c3ec2847ce00eb8a8d1b6> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1c7bf5000 - 0x1c7c04fff AssetsLibrary arm64e  <f08ce924cad630d3a2e63c4a635676a9> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x1c7c32000 - 0x1c7c69fff libpcap.A.dylib arm64e  <93abeafa93953f76bd95a57443580200> /usr/lib/libpcap.A.dylib
0x1c7c6a000 - 0x1c7c6efff NewsDaemon arm64e  <3a507c0e3d2a39c383cbc25900011444> /System/Library/PrivateFrameworks/NewsDaemon.framework/NewsDaemon
0x1c7ee9000 - 0x1c7f31fff CoreCDPInternal arm64e  <40f76b8d52cb393f899a12b4b27c6ff0> /System/Library/PrivateFrameworks/CoreCDPInternal.framework/CoreCDPInternal
0x1c7f32000 - 0x1c7f48fff WebUI arm64e  <c310088ba4ba343b947bc2bfbfeb5581> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x1c7f49000 - 0x1c7f60fff SafariFoundation arm64e  <90b27d51e91c3bd09a3372e86cc65460> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x1c7fa9000 - 0x1c804ffff libvDSP.dylib arm64e  <9e7ceedfde2c3432aa5cf73999e05dd2> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1c8050000 - 0x1c807cfff vCard arm64e  <adffde0fddf33bfd91c0d537736c2cc8> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1c80bf000 - 0x1c814cfff SampleAnalysis arm64e  <48de37f04dcf347fbc3d3069cdd66c8d> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1c814d000 - 0x1c8158fff IntentsFoundation arm64e  <62acc39c9a1d3816b292309ec178fa91> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1c8349000 - 0x1c834afff ParsecSubscriptionServiceSupport arm64e  <03e432abcde438b6810bcc75e0153b0a> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x1c834b000 - 0x1c83d7fff MediaPlatform arm64e  <ee5a59370e3332c18c8a4e127d577d5c> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x1c83d8000 - 0x1c86a4fff MediaLibraryCore arm64e  <df57efd85d4c3a33b78556ad9eacf9cd> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x1c8706000 - 0x1c873ffff PhotosImagingFoundation arm64e  <69ffed4d0d2e347f94e441e1a8937970> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
0x1c8740000 - 0x1c8762fff MediaConversionService arm64e  <cb33bd961cfd3042a8d7daa7d3a5fe78> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
0x1c8763000 - 0x1c8781fff MediaStream arm64e  <7435aab400dd37be96f4dd3bf68fce5a> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1c8782000 - 0x1c8883fff CoreMediaStream arm64e  <0a53f260826032698a6e28a5691253e7> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x1c8899000 - 0x1c88b0fff StorageSettings arm64e  <eb7bccf647673d719f3912eeb92a405c> /System/Library/PrivateFrameworks/StorageSettings.framework/StorageSettings
0x1c899d000 - 0x1c899dfff Accelerate arm64e  <c4cda7234832330fa1ae09776d854409> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1c899f000 - 0x1c8cdcfff libLAPACK.dylib arm64e  <ed4af393df133a45b18f1dccddc41898> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1c8cdd000 - 0x1c8ce1fff libQuadrature.dylib arm64e  <541a519ace41385b9d84b4af10b39213> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1c8ce2000 - 0x1c8d3bfff libvMisc.dylib arm64e  <f39b9024052a3fb1bc03f6e4b4b5f84f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1c8d3c000 - 0x1c8d3cfff vecLib arm64e  <5320a9f197cc319b9fc7c76e84da2491> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1c8d45000 - 0x1c8d52fff AuthenticationServices arm64e  <7150a56bcbd4383ca0f1fee8f698ee44> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
0x1c8d96000 - 0x1c8ea0fff Combine arm64e  <2c7e541042ba36c4b8e427ad748d6b0b> /System/Library/Frameworks/Combine.framework/Combine
0x1c8eb3000 - 0x1c8f02fff CoreMIDI arm64e  <4daf52ff1f2b3d74ac0c460612e617b4> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x1c90bc000 - 0x1c90befff DeviceCheck arm64e  <5fe2aa97f43437118e7c648cf3bd8970> /System/Library/Frameworks/DeviceCheck.framework/DeviceCheck
0x1c90d1000 - 0x1c90f7fff GLKit arm64e  <bd7dff7ede2c3b28b32e139a175b6a1a> /System/Library/Frameworks/GLKit.framework/GLKit
0x1c90f8000 - 0x1c9125fff GSS arm64e  <61287c2c4a4d3ea7854daa7acbbf3435> /System/Library/Frameworks/GSS.framework/GSS
0x1c9139000 - 0x1c916bfff MPSCore arm64e  <a2f7202bde693ba1a947ebf4697e2e38> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1c916c000 - 0x1c91e5fff MPSImage arm64e  <5627b80e55e83480b5b0dae1bc071ae9> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1c91e6000 - 0x1c9208fff MPSMatrix arm64e  <d02a197f98cd3595957c0c874998e473> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1c9209000 - 0x1c921dfff MPSNDArray arm64e  <63ebbd974b273e1298d81166541870a5> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
0x1c921e000 - 0x1c93b3fff MPSNeuralNetwork arm64e  <1d04f375820e3b909884eab7c82fbf08> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1c93b4000 - 0x1c93f9fff MPSRayIntersector arm64e  <e53e63e5d20f3698ab2aa4add216d95c> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1c93fa000 - 0x1c93fafff MetalPerformanceShaders arm64e  <b819bd21e42c317d9f41ea65196245a8> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1c9407000 - 0x1c9407fff MobileCoreServices arm64e  <a90bb560f84b3822bd2231540fc39457> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1c9412000 - 0x1c9413fff libCVMSPluginSupport.dylib arm64e  <b8ddf93e176738babfd144b6cb03984a> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1c9414000 - 0x1c941afff libCoreFSCache.dylib arm64e  <37f349c974f930c6bf872f8a1d5ce8be> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1c941b000 - 0x1c9420fff libCoreVMClient.dylib arm64e  <6507dea92aae3de8a002f2d9a475e07e> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1c9455000 - 0x1c948bfff QuickLookThumbnailing arm64e  <bdf47e85440c30a2844c5bcfe5da50d8> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1c97f9000 - 0x1c98fafff SoundAnalysis arm64e  <ed2c3980e8ab38e69adf6878e041611c> /System/Library/Frameworks/SoundAnalysis.framework/SoundAnalysis
0x1c98fd000 - 0x1c98fdfff UIKit arm64e  <827d3f62ac4f3849a435175e033c57cd> /System/Library/Frameworks/UIKit.framework/UIKit
0x1c991f000 - 0x1c99e5fff VisionKit arm64e  <d952973d6ed733a7be289a61f6d526be> /System/Library/Frameworks/VisionKit.framework/VisionKit
0x1c9cb7000 - 0x1c9deffff ANECompiler arm64e  <2f663fe7cd863aeb9e8c83696336371a> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
0x1c9df0000 - 0x1c9e01fff ANEServices arm64e  <d7fecee9f6d8363d883d614d69ad32e8> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1c9e9c000 - 0x1c9ea0fff ASEProcessing arm64e  <230084eda99e3404ae36c4ec1afd8e63> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1c9eba000 - 0x1c9f1bfff ICE arm64e  <cdba209b789733e691ac1e58bfa391cc> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ICE.framework/ICE
0x1c9f1c000 - 0x1c9f1cfff LegacyHandle arm64e  <9c090e72eb1238adae1817849719a081> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/LegacyHandle.framework/LegacyHandle
0x1c9f1d000 - 0x1c9f23fff SimpleKeyExchange arm64e  <9197537c8254359e81eb67bb36d4b436> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/SimpleKeyExchange.framework/SimpleKeyExchange
0x1c9f24000 - 0x1c9f24fff snatmap arm64e  <5d67dc74831532aa9245f9f736701d3c> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/snatmap.framework/snatmap
0x1c9fa5000 - 0x1c9fdefff AccessibilitySharedSupport arm64e  <a557457ecb7331579583400919e50ef9> /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/AccessibilitySharedSupport
0x1ca03c000 - 0x1ca047fff AccountSettings arm64e  <1d8c3c51334935e284f2e20dccd10943> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x1ca810000 - 0x1ca9c5fff AppleCVA arm64e  <b8001ed9ec9f30ebbd6a13f9a7beeb1a> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA
0x1caa38000 - 0x1caa46fff AppleFSCompression arm64e  <2d9cebf822963598a1a9c79949d7ed82> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1caa4d000 - 0x1caa57fff AppleIDAuthSupport arm64e  <9c5c840287d338fda168939769a2bced> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1caa58000 - 0x1caa9afff AppleJPEG arm64e  <79a818f233f933da8883b061a07a9b7f> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1caab6000 - 0x1caac7fff AppleNeuralEngine arm64e  <258f9f4ee31c34b8abe2357d49c1d492> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1caace000 - 0x1caaf1fff AppleSauce arm64e  <4837b25d7836325dae7599489c5cd809> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1cac2e000 - 0x1cac82fff AutoLoop arm64e  <7bb88cc47f83371caa4d01983439fa86> /System/Library/PrivateFrameworks/AutoLoop.framework/AutoLoop
0x1cacf2000 - 0x1cad22fff Bom arm64e  <11103b9e286338f2b5b59081d28b6ddd> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1cb7b5000 - 0x1cb7bcfff CommonAuth arm64e  <fae540d6b59734bd9f2f419d4669aa57> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x1cb966000 - 0x1cba55fff CoreAppleCVA arm64e  <8255d0179abb3f63a9b0d3ee6f7572a8> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA
0x1cba56000 - 0x1cba75fff CoreCDPUI arm64e  <4ddb89029f0f3e4480be6433ec6585ec> /System/Library/PrivateFrameworks/CoreCDPUI.framework/CoreCDPUI
0x1cbae1000 - 0x1cbbd3fff CoreHandwriting arm64e  <7edf837bdf34370798510792cd84bdf8> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
0x1cbbd4000 - 0x1cbbdffff CoreIDV arm64e  <2ef0074d7bca318caaef64cf6fd6eb83> /System/Library/PrivateFrameworks/CoreIDV.framework/CoreIDV
0x1cbbea000 - 0x1cbbedfff CoreOptimization arm64e  <875ade7864a736f1af291a226583afd4> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1cbd08000 - 0x1cbd13fff DeviceIdentity arm64e  <8d58ebaafda93e3d83c111a9910872f7> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1cbd18000 - 0x1cbd19fff DiagnosticLogCollection arm64e  <8003072c26133ec9a8c815adca7ef855> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x1cbea4000 - 0x1cbebffff DocumentManagerCore arm64e  <6926e11b034035f392cde2453d7b0c5f> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1cbf80000 - 0x1cc53cfff Espresso arm64e  <e8f5d9f99f513bc3bf32dce7a59b4393> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1cc80d000 - 0x1ccc20fff FaceCore arm64e  <8ad0d68b4abd3a0bbdfb1d05b1599d33> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1cccf5000 - 0x1ccd08fff libGSFontCache.dylib arm64e  <95e7d15348ae3f39a79e27b22d38310c> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1ccd6f000 - 0x1ccd7bfff libhvf.dylib arm64e  <0292acc17fae38d8b9e5e9481faee212> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x1ccd9d000 - 0x1ccdb1fff Futhark arm64e  <672f533948893ebf9f802945048fbb05> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1cdab8000 - 0x1cdac4fff GraphVisualizer arm64e  <70712b0f09253ad69e12a16f2325cbbb> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1ce444000 - 0x1ce4b4fff Heimdal arm64e  <d80129d15f1230b28879af4b926c57fc> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x1ce937000 - 0x1ce9a0fff InertiaCam arm64e  <8da75da9f64a3607bb03f313ae0b12aa> /System/Library/PrivateFrameworks/InertiaCam.framework/InertiaCam
0x1ce9e7000 - 0x1ce9edfff InternationalSupport arm64e  <792be37f42e738e2a85f940e589904ad> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1cebf8000 - 0x1cec2dfff LocalAuthenticationPrivateUI arm64e  <23ed4773fc3337d68609f7405f29e45b> /System/Library/PrivateFrameworks/LocalAuthenticationPrivateUI.framework/LocalAuthenticationPrivateUI
0x1cecae000 - 0x1cecaefff Marco arm64e  <d5740de6e0bb306b8ceeff6d6fb00ca0> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1cf17a000 - 0x1cf1a4fff MetricsKit arm64e  <438868c0db0c3ca5b7ef525d7175931f> /System/Library/PrivateFrameworks/MetricsKit.framework/MetricsKit
0x1cf1b2000 - 0x1cf1c4fff MobileDeviceLink arm64e  <f0642307781b34309ad46f4e36b97805> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x1cf1ca000 - 0x1cf1cbfff MobileObliteration arm64e  <a386daf486de3c0db0fdc4d9a58f2ff0> /System/Library/PrivateFrameworks/MobileObliteration.framework/MobileObliteration
0x1cf1d6000 - 0x1cf1dffff MobileStorage arm64e  <278fb24b853333feb96bc2b672037bb7> /System/Library/PrivateFrameworks/MobileStorage.framework/MobileStorage
0x1cf472000 - 0x1cf477fff NewsServices arm64e  <94599b5c15a33f2c9b20be57ed998f1b> /System/Library/PrivateFrameworks/NewsServices.framework/NewsServices
0x1cf47c000 - 0x1cf4bcfff OTSVG arm64e  <c00a24a0539f3c6dafdac3298fa9dc8b> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1cfaa9000 - 0x1cfaeefff PBBridgeSupport arm64e  <5e2301aedfdf3ab3985b1e02d75cc9ee> /System/Library/PrivateFrameworks/PBBridgeSupport.framework/PBBridgeSupport
0x1cfaf7000 - 0x1cfb1efff PassKitUIFoundation arm64e  <a0057b2952d137f3bb6a8a7162af9206> /System/Library/PrivateFrameworks/PassKitUIFoundation.framework/PassKitUIFoundation
0x1cfb40000 - 0x1cfb40fff PhoneNumbers arm64e  <7e38d788f45631b592f24c1815b4425d> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1d1317000 - 0x1d131ffff PrototypeToolsUI arm64e  <1b9285fddb8a3bca9eda75b7a4b4f779> /System/Library/PrivateFrameworks/PrototypeToolsUI.framework/PrototypeToolsUI
0x1d1334000 - 0x1d1348fff QuickLookSupport arm64e  <41507003d5833827b70cfc8937fef2ed> /System/Library/PrivateFrameworks/QuickLookSupport.framework/QuickLookSupport
0x1d14d4000 - 0x1d14e0fff RemoteServiceDiscovery arm64e  <35e081844fb93bf681d7727925f55aec> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/RemoteServiceDiscovery
0x1d153b000 - 0x1d153ffff RevealCore arm64e  <c2ba121d9d33324386c9f492bd3c5eda> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
0x1d1631000 - 0x1d1663fff ScreenReaderCore arm64e  <3c0a5b4a949a3b96b560a0ea5f9fc236> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x1d16d7000 - 0x1d16e3fff SetupAssistantSupport arm64e  <67af340cbb44383abea532d69c051c4d> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1d1702000 - 0x1d1702fff SignpostMetrics arm64e  <8491b11f8bdd35b5a2341b5dbfaf3e7a> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
0x1d1731000 - 0x1d174dfff SiriInstrumentation arm64e  <1f021f3ff9273b23a1b4fd2a5a789107> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
0x1d1ed6000 - 0x1d1ff6fff TextRecognition arm64e  <bf8f7dfe95773cfa8517c2b696e1efc5> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
0x1d1ff7000 - 0x1d209bfff TextureIO arm64e  <aff4765baa9e394b8c245df7b31f765b> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1d21ef000 - 0x1d21fafff TransparencyDetailsView arm64e  <2de8fffb3bc23e63a5292449c9d1dd17> /System/Library/PrivateFrameworks/TransparencyDetailsView.framework/TransparencyDetailsView
0x1d2edd000 - 0x1d33dafff libwebrtc.dylib arm64e  <e634e2818d3b366b9a5fd3bd78788015> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1d34a9000 - 0x1d34bbfff WirelessCoexManager arm64e  <e40b41b1c8763f41988431f8e1ff5e09> /System/Library/PrivateFrameworks/WirelessCoexManager.framework/WirelessCoexManager
0x1d3574000 - 0x1d357cfff kperfdata arm64e  <268ed5f452853e16970edd86308648e6> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1d357d000 - 0x1d35c6fff ktrace arm64e  <6ae5fc68b5c43669a7966bc0dbfb906a> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1d35df000 - 0x1d35ebfff perfdata arm64e  <2f57b5d4778c3edeaff896eb3f1ae0a4> /System/Library/PrivateFrameworks/perfdata.framework/perfdata
0x1d35ec000 - 0x1d35fafff zudp arm64e  <5bd9dbe3109c3c31a698f8d10a4704ce> /System/Library/PrivateFrameworks/zudp.framework/zudp
0x1d3947000 - 0x1d3947fff libAWDProtobufFacetimeiMessage.dylib arm64e  <a817860b12253000abf564ab3a22f1f9> /usr/lib/libAWDProtobufFacetimeiMessage.dylib
0x1d39c2000 - 0x1d3cc3fff libAWDSupportFramework.dylib arm64e  <bd50ea94eafd3c97a57ad202046c438e> /usr/lib/libAWDSupportFramework.dylib
0x1d3e75000 - 0x1d3e7ffff libChineseTokenizer.dylib arm64e  <8e294bf75bd03ac0b337808c053718a2> /usr/lib/libChineseTokenizer.dylib
0x1d3ea4000 - 0x1d4068fff libFosl_dynamic.dylib arm64e  <cc8c01e3cf033599b7dbb5ebc44fb523> /usr/lib/libFosl_dynamic.dylib
0x1d40e5000 - 0x1d40ecfff libMatch.1.dylib arm64e  <a9b270668dc53599999d4114deeae9d0> /usr/lib/libMatch.1.dylib
0x1d419e000 - 0x1d419ffff libSystem.B.dylib arm64e  <dc9e8f20595a30359d1de6bb5ec581cd> /usr/lib/libSystem.B.dylib
0x1d41a8000 - 0x1d41a9fff libThaiTokenizer.dylib arm64e  <5714b83e0221351eaed33967533ee8ac> /usr/lib/libThaiTokenizer.dylib
0x1d42a9000 - 0x1d42befff libapple_nghttp2.dylib arm64e  <20c588bb07ca3f33a0128400556f5576> /usr/lib/libapple_nghttp2.dylib
0x1d4337000 - 0x1d4347fff libbsm.0.dylib arm64e  <be44b231b02339d2ab8ca1751bbab514> /usr/lib/libbsm.0.dylib
0x1d4348000 - 0x1d4354fff libbz2.1.0.dylib arm64e  <6b253115be113d3a98728dccc97b5bb4> /usr/lib/libbz2.1.0.dylib
0x1d4355000 - 0x1d4355fff libcharset.1.dylib arm64e  <d3aac03a385d300cab23e2562146fdac> /usr/lib/libcharset.1.dylib
0x1d4356000 - 0x1d4367fff libcmph.dylib arm64e  <3518804827d43966a3680ff1d59cc23e> /usr/lib/libcmph.dylib
0x1d4368000 - 0x1d437ffff libcompression.dylib arm64e  <c6ccd599cc743516b721634192df3366> /usr/lib/libcompression.dylib
0x1d4380000 - 0x1d4381fff libcoretls_cfhelpers.dylib arm64e  <b596666d7ac7397e960d5d0c309dd7e5> /usr/lib/libcoretls_cfhelpers.dylib
0x1d4382000 - 0x1d4388fff libcupolicy.dylib arm64e  <83f09dda7f83394bb7c19fbacf9d73e4> /usr/lib/libcupolicy.dylib
0x1d43c9000 - 0x1d43d2fff libdscsym.dylib arm64e  <5d63488dd8793920b7e07d32b6702938> /usr/lib/libdscsym.dylib
0x1d43d3000 - 0x1d43f0fff libedit.3.dylib arm64e  <5bfc3fd2d7e43f589951c0e331470a17> /usr/lib/libedit.3.dylib
0x1d440a000 - 0x1d440ffff libheimdal-asn1.dylib arm64e  <48250f2339a03afd89a1f299c63b6c7f> /usr/lib/libheimdal-asn1.dylib
0x1d4410000 - 0x1d4502fff libiconv.2.dylib arm64e  <e573e5050a413d11acf436976c6b7d44> /usr/lib/libiconv.2.dylib
0x1d4518000 - 0x1d4523fff liblockdown.dylib arm64e  <67069c6e24c03429bcc947e9e37219b8> /usr/lib/liblockdown.dylib
0x1d453d000 - 0x1d4555fff liblzma.5.dylib arm64e  <8f71f57782fc37129edf4e65a4ba057f> /usr/lib/liblzma.5.dylib
0x1d48d0000 - 0x1d4900fff libncurses.5.4.dylib arm64e  <7f2d88671e0c3059a800ef9cbd1237bb> /usr/lib/libncurses.5.4.dylib
0x1d4901000 - 0x1d4915fff libnetworkextension.dylib arm64e  <6a7f46a0ca633f42808eba6390024d46> /usr/lib/libnetworkextension.dylib
0x1d4ca1000 - 0x1d4cb9fff libresolv.9.dylib arm64e  <547a0667b3403e76af0de0ae6b64e3c9> /usr/lib/libresolv.9.dylib
0x1d4cba000 - 0x1d4cbcfff libsandbox.1.dylib arm64e  <6510d9eb36023e1d967bd1a42a84e614> /usr/lib/libsandbox.1.dylib
0x1d4cbd000 - 0x1d4cc2fff libsysdiagnose.dylib arm64e  <b84cdaa6d3da3d868d74bc4591b09c77> /usr/lib/libsysdiagnose.dylib
0x1d4cc3000 - 0x1d4cf4fff libtidy.A.dylib arm64e  <dfe0bc85a7f33e0ab2d8e9575915fed8> /usr/lib/libtidy.A.dylib
0x1d4cfc000 - 0x1d4cfffff libutil.dylib arm64e  <3f0b39a6c4cf3b93995718087a08cf73> /usr/lib/libutil.dylib
0x1d4d2d000 - 0x1d4d3efff libz.1.dylib arm64e  <b8cbd4752b7e33b5a8d0f0fa9795596e> /usr/lib/libz.1.dylib
0x1d4d67000 - 0x1d4d69fff liblog_network.dylib arm64e  <bb8ed5751b8f31f1b6bf2d49e297d60c> /usr/lib/log/liblog_network.dylib
0x1d4e0b000 - 0x1d4e0ffff libswiftCoreFoundation.dylib arm64e  <5def5c6a535f384fba05f6955e2a8664> /usr/lib/swift/libswiftCoreFoundation.dylib
0x1d4e10000 - 0x1d4e1efff libswiftCoreGraphics.dylib arm64e  <ce59d8986640390b9464f132c8ba73d4> /usr/lib/swift/libswiftCoreGraphics.dylib
0x1d4e1f000 - 0x1d4e23fff libswiftCoreImage.dylib arm64e  <08bac19d9e9933b9b0c991e26edb2c00> /usr/lib/swift/libswiftCoreImage.dylib
0x1d4e79000 - 0x1d4e82fff libswiftDarwin.dylib arm64e  <a4b2582a1f6a3f7884d114297348d57e> /usr/lib/swift/libswiftDarwin.dylib
0x1d4e83000 - 0x1d4e9ffff libswiftDispatch.dylib arm64e  <acacd9339ffd3fd3be4b41570fa15ebe> /usr/lib/swift/libswiftDispatch.dylib
0x1d4ea0000 - 0x1d5030fff libswiftFoundation.dylib arm64e  <983ab68c14ce33589ea762aece0a07cc> /usr/lib/swift/libswiftFoundation.dylib
0x1d5069000 - 0x1d5070fff libswiftMetal.dylib arm64e  <49505ca11ca43523a3ec2afe4ea1f30f> /usr/lib/swift/libswiftMetal.dylib
0x1d50e5000 - 0x1d50ebfff libswiftObjectiveC.dylib arm64e  <e6a87626489f396e87ee3a7cd36f8c38> /usr/lib/swift/libswiftObjectiveC.dylib
0x1d50f5000 - 0x1d50fafff libswiftQuartzCore.dylib arm64e  <4f6b90486b2634769ec92c36ca48bb29> /usr/lib/swift/libswiftQuartzCore.dylib
0x1d5137000 - 0x1d514bfff libswiftUIKit.dylib arm64e  <bf264db1911339e1b94b0c36966a0c27> /usr/lib/swift/libswiftUIKit.dylib
0x1d5180000 - 0x1d5185fff libcache.dylib arm64e  <2dddbc36aa7732c0b95056290ae4eb5a> /usr/lib/system/libcache.dylib
0x1d5186000 - 0x1d5196fff libcommonCrypto.dylib arm64e  <7925a57ae194355ea75633fb5fb3311f> /usr/lib/system/libcommonCrypto.dylib
0x1d5197000 - 0x1d519afff libcompiler_rt.dylib arm64e  <0d4001df92c13e228a2a9f5b1b00ed08> /usr/lib/system/libcompiler_rt.dylib
0x1d5271000 - 0x1d5271fff liblaunch.dylib arm64e  <c37c2cee50583084bf8459e52ef572fa> /usr/lib/system/liblaunch.dylib
0x1d5272000 - 0x1d5277fff libmacho.dylib arm64e  <39c6830065b53de4b67e8a1ea71cf80d> /usr/lib/system/libmacho.dylib
0x1d5278000 - 0x1d5279fff libremovefile.dylib arm64e  <7e5f05477aa23c14be26a918f669f1a4> /usr/lib/system/libremovefile.dylib
0x1d527a000 - 0x1d527bfff libsystem_featureflags.dylib arm64e  <6a91c6101f8d31a39361086939778789> /usr/lib/system/libsystem_featureflags.dylib
0x1d527c000 - 0x1d52a9fff libsystem_m.dylib arm64e  <69aafc9e28c133999dd9b5b93d3c21a9> /usr/lib/system/libsystem_m.dylib
0x1d52aa000 - 0x1d52affff libunwind.dylib arm64e  <18bdcd9f8dd332f4abd51ebcb12586c7> /usr/lib/system/libunwind.dylib
0x1d5455000 - 0x1d5467fff AccessibilitySettingsLoader arm64e  <6b233a5847a1322d933a57af75fb3aa2> /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader
0x1d5591000 - 0x1d5600fff NanoRegistry arm64e  <ea4e0b7a7db635bd911de56568b884a6> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1d5601000 - 0x1d560efff NanoPreferencesSync arm64e  <a78836fb99313eb29cadbf343329edec> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1d5ac0000 - 0x1d5acdfff NanoSystemSettings arm64e  <7247f9aefbdc300ca28adc4cf1ae1942> /System/Library/PrivateFrameworks/NanoSystemSettings.framework/NanoSystemSettings
0x1d5ca4000 - 0x1d5cabfff NanoResourceGrabber arm64e  <cb6141f254803005bd0b7e200545515d> /System/Library/PrivateFrameworks/NanoResourceGrabber.framework/NanoResourceGrabber
0x1d61c6000 - 0x1d6200fff CryptoTokenKit arm64e  <6e444cd21c263304b95aa875a8715f79> /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit
0x1d7334000 - 0x1d7351fff AppSSO arm64e  <e730c04c271037aa9b0eef2d794435e3> /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO
0x1d7352000 - 0x1d7366fff AppSSOCore arm64e  <890cb25d51983b79a57bb4be5f056ab9> /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore


EOF

Getting the same crash as above. any idea why is this happening?

Getting the same crash as above.

Which one? Mika_Potapov posted two, one on 4 Oct and another on 7 Oct, that are quite different.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

ps DTS is closed 25…29 Nov in observance of the US Thanksgiving holiday.

Also getting a lot of the same crashes (the one posted on 7 Oct), on iOS 13.0–3. Would love to know what’s happening and if there’s anything we could do to work around.

The crash report from 7 Oct looks like a memory management issue. Specifically:

  • The immediate cause of the crash is a memory access exception accessing

    nil
    :
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)  
    Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000000

    .

  • The crashed thread’s backtraces shows that it’s cleaning up an autorelease pool (frame 8 and 7), which likely indicates an over-release problem.

For memory management issues like this, I generally recommend the standard memory debugging tools (specifically, zombies is the go-to tool for over-release issues).

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

We also see a lot of similar crashes from production. Here full symbolicated crashreport from xcode crashes tab (I've deleted app specific labels, and it is very long, sorry ):

Incident Identifier: 1460BAA7-4C68-4D03-91CF-53354C677240
CrashReporter Key:   a82aa95847a7128a2df668970e8c406f7dc06d11
Hardware Model:      iPhone8,1
Process:             application [1462]
Path:                /private/var/containers/Bundle/Application/DF29DEC2-9D0A-4CDC-81C2-0307EBDA23ED/application.app/application
Identifier:          application.bundle.identifier
Version:             19120.1.226 (1912.1.226)
AppStoreTools:       11C29
AppVariant:          1:iPhone8,1:13
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           application.bundle.identifier [800]




Date/Time:           2019-12-17 16:48:09.9952 +0300
Launch Time:         2019-12-17 16:25:48.6134 +0300
OS Version:          iPhone OS 13.1.3 (17A878)
Release Type:        User
Baseband Version:    7.00.01
Report Version:      104


Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x000000001145a610
VM Region Info: 0x1145a610 is not in any region.  Bytes before following region: 4038826480
      REGION TYPE                      START - END             [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      UNUSED SPACE AT START
--->  
      __TEXT                 0000000102014000-0000000102018000 [   16K] r-x/r-x SM=COW  ...p/application


Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [1462]
Triggered by Thread:  0


Thread 0 name:
Thread 0 Crashed:
0   libobjc.A.dylib               0x00000001847dd190 objc_msgSend + 16
1   QuartzCore                     0x000000018b445150 CA::Layer::mark_visible(CA::Transaction*, bool) + 384 (CALayer.mm:2709)
2   QuartzCore                     0x000000018b44512c CA::Layer::mark_visible(CA::Transaction*, bool) + 348 (CALayer.mm:2792)
3   QuartzCore                     0x000000018b44510c CA::Layer::mark_visible(CA::Transaction*, bool) + 316 (CALayer.mm:2788)
4   QuartzCore                     0x000000018b44510c CA::Layer::mark_visible(CA::Transaction*, bool) + 316 (CALayer.mm:2788)
5   QuartzCore                     0x000000018b44510c CA::Layer::mark_visible(CA::Transaction*, bool) + 316 (CALayer.mm:2788)
6   QuartzCore                     0x000000018b44510c CA::Layer::mark_visible(CA::Transaction*, bool) + 316 (CALayer.mm:2788)
7   QuartzCore                     0x000000018b44510c CA::Layer::mark_visible(CA::Transaction*, bool) + 316 (CALayer.mm:2788)
8   QuartzCore                     0x000000018b44510c CA::Layer::mark_visible(CA::Transaction*, bool) + 316 (CALayer.mm:2788)
9   QuartzCore                     0x000000018b44510c CA::Layer::mark_visible(CA::Transaction*, bool) + 316 (CALayer.mm:2788)
10  QuartzCore                     0x000000018b44510c CA::Layer::mark_visible(CA::Transaction*, bool) + 316 (CALayer.mm:2788)
11  QuartzCore                     0x000000018b44510c CA::Layer::mark_visible(CA::Transaction*, bool) + 316 (CALayer.mm:2788)
12  QuartzCore                     0x000000018b44510c CA::Layer::mark_visible(CA::Transaction*, bool) + 316 (CALayer.mm:2788)
13  QuartzCore                     0x000000018b44510c CA::Layer::mark_visible(CA::Transaction*, bool) + 316 (CALayer.mm:2788)
14  QuartzCore                     0x000000018b44510c CA::Layer::mark_visible(CA::Transaction*, bool) + 316 (CALayer.mm:2788)
15  QuartzCore                     0x000000018b44510c CA::Layer::mark_visible(CA::Transaction*, bool) + 316 (CALayer.mm:2788)
16  QuartzCore                     0x000000018b44510c CA::Layer::mark_visible(CA::Transaction*, bool) + 316 (CALayer.mm:2788)
17  QuartzCore                     0x000000018b44510c CA::Layer::mark_visible(CA::Transaction*, bool) + 316 (CALayer.mm:2788)
18  QuartzCore                     0x000000018b44510c CA::Layer::mark_visible(CA::Transaction*, bool) + 316 (CALayer.mm:2788)
19  QuartzCore                     0x000000018b44e22c CA::Layer::set_visible(unsigned int) + 284 (CALayer.mm:2843)
20  QuartzCore                     0x000000018b39552c CA::Context::set_layer(void const*) + 200 (CAContextInternal.mm:996)
21  UIKitCore                     0x000000018829bf58 +[_UIContextBinder createContextForBindable:withSubstrate:] + 1072 (_UIContextBinder.m:452)
22  UIKitCore                     0x000000018829ba04 -[_UIContextBinder _contextForBindable:] + 156 (_UIContextBinder.m:397)
23  UIKitCore                     0x000000018829b5f8 -[_UIContextBinder updateBindableOrderWithTest:force:] + 472 (_UIContextBinder.m:322)
24  UIKitCore                     0x000000018829b25c -[_UIContextBinder createContextsWithTest:creationAction:] + 100 (_UIContextBinder.m:233)
25  UIKitCore                     0x0000000188cf11b0 -[UIWindowScene _prepareForResume] + 84 (UIWindowScene.m:712)
26  UIKitCore                     0x0000000188118cc8 -[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:] + 860 (UIScene.m:1146)
27  UIKitCore                     0x0000000188119c34 -[UIScene scene:didUpdateWithDiff:transitionContext:completion:] + 220 (UIScene.m:1406)
28  UIKitCore                     0x0000000188684e7c -[UIApplicationSceneClientAgent scene:handleEvent:withCompletion:] + 464 (UIApplicationSceneClientAgent.m:80)
29  FrontBoardServices             0x0000000189b5243c -[FBSSceneImpl updater:didUpdateSettings:withDiff:transitionContext:completion:] + 544 (FBSSceneImpl.m:551)
30  FrontBoardServices             0x0000000189b76e50 __88-[FBSWorkspaceScenesClient sceneID:updateWithSettingsDiff:transitionContext:completion:]_bloc... + 120 (FBSWorkspaceScenesClient.m:356)
31  FrontBoardServices             0x0000000189b5c0f8 -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 232 (FBSWorkspace.m:357)
32  FrontBoardServices             0x0000000189b76d84 __88-[FBSWorkspaceScenesClient sceneID:updateWithSettingsDiff:transitionContext:completion:]_bloc... + 184 (FBSWorkspaceScenesClient.m:355)
33  libdispatch.dylib             0x0000000184786184 _dispatch_client_callout + 16 (object.m:495)
34  libdispatch.dylib             0x000000018472f038 _dispatch_block_invoke_direct$VARIANT$mp + 224 (queue.c:463)
35  FrontBoardServices             0x0000000189b9b540 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 40 (FBSSerialQueue.m:173)
36  FrontBoardServices             0x0000000189b9b20c -[FBSSerialQueue _queue_performNextIfPossible] + 404 (FBSSerialQueue.m:216)
37  FrontBoardServices             0x0000000189b9b734 -[FBSSerialQueue _performNextFromRunLoopSource] + 28 (FBSSerialQueue.m:247)
38  CoreFoundation                 0x0000000184a367e0 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24 (CFRunLoop.c:1922)
39  CoreFoundation                 0x0000000184a36738 __CFRunLoopDoSource0 + 80 (CFRunLoop.c:1956)
40  CoreFoundation                 0x0000000184a35ed0 __CFRunLoopDoSources0 + 180 (CFRunLoop.c:1992)
41  CoreFoundation                 0x0000000184a3101c __CFRunLoopRun + 1080 (CFRunLoop.c:2882)
42  CoreFoundation                 0x0000000184a308bc CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192)
43  GraphicsServices               0x000000018e89c328 GSEventRunModal + 104 (GSEvent.c:2246)
44  UIKitCore                     0x0000000188ac66d4 UIApplicationMain + 1936 (UIApplication.m:4753)
45  application                   0x0000000104db0254 main + 2 (main.m:18)
46  libdyld.dylib                 0x00000001848bb460 start + 4


Thread 1 name:
Thread 1:
0   libsystem_kernel.dylib         0x000000018488f5f4 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x000000018488ea60 mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                 0x0000000184a36068 __CFRunLoopServiceMachPort + 216 (CFRunLoop.c:2575)
3   CoreFoundation                 0x0000000184a31188 __CFRunLoopRun + 1444 (CFRunLoop.c:2931)
4   CoreFoundation                 0x0000000184a308bc CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192)
5   Foundation                     0x0000000184d70994 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 228 (NSRunLoop.m:374)
6   Foundation                     0x0000000184d70874 -[NSRunLoop(NSRunLoop) runUntilDate:] + 88 (NSRunLoop.m:421)
7   UIKitCore                     0x0000000188b5e49c -[UIEventFetcher threadMain] + 152 (UIEventFetcher.m:637)
8   Foundation                     0x0000000184ea10b0 __NSThread__start__ + 848 (NSThread.m:724)
9   libsystem_pthread.dylib       0x00000001847d51ec _pthread_start + 124 (pthread.c:895)
10  libsystem_pthread.dylib       0x00000001847d8aec thread_start + 8


Thread 2 name:
Thread 2:
0   libsystem_kernel.dylib         0x000000018488f5f4 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x000000018488ea60 mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                 0x0000000184a36068 __CFRunLoopServiceMachPort + 216 (CFRunLoop.c:2575)
3   CoreFoundation                 0x0000000184a31188 __CFRunLoopRun + 1444 (CFRunLoop.c:2931)
4   CoreFoundation                 0x0000000184a308bc CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192)
5   Foundation                     0x0000000184d70994 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 228 (NSRunLoop.m:374)
6   application                   0x00000001057b9e9c XXXX
7   application                   0x00000001057b8d74 XXXX
8   application                   0x000000010577ff5c XXXX
9   application                   0x0000000105760a94 XXXX
10  application                   0x0000000105787710 XXXX
11  application                   0x0000000105794504 XXXX
12  application                   0x00000001057b7b7c XXXX
13  libsystem_pthread.dylib       0x00000001847d51ec _pthread_start + 124 (pthread.c:895)
14  libsystem_pthread.dylib       0x00000001847d8aec thread_start + 8


Thread 3 name:
Thread 3:
0   libsystem_kernel.dylib         0x00000001848b0c8c __psynch_cvwait + 8
1   libsystem_pthread.dylib       0x00000001847ce204 _pthread_cond_wait$VARIANT$mp + 684 (pthread_cond.c:591)
2   libc++.1.dylib                 0x00000001849027a8 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:287)
3   JavaScriptCore                 0x000000019368e3fc void std::__1::condition_variable_any::wait<std::__1::unique_lock >(std::__1::uni... + 108 (condition_variable:204)
4   JavaScriptCore                 0x0000000193691dcc bmalloc::Scavenger::threadRunLoop() + 200 (condition_variable:213)
5   JavaScriptCore                 0x0000000193691ab4 bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*) + 12 (Scavenger.cpp:295)
6   JavaScriptCore                 0x0000000193692dc0 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, st...="" +="" 40="" (type_traits:4361)<br="">7   libsystem_pthread.dylib       0x00000001847d51ec _pthread_start + 124 (pthread.c:895)
8   libsystem_pthread.dylib       0x00000001847d8aec thread_start + 8


Thread 4 name:
Thread 4:
0   libsystem_kernel.dylib         0x000000018488f5f4 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x000000018488ea60 mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                 0x0000000184a36068 __CFRunLoopServiceMachPort + 216 (CFRunLoop.c:2575)
3   CoreFoundation                 0x0000000184a31188 __CFRunLoopRun + 1444 (CFRunLoop.c:2931)
4   CoreFoundation                 0x0000000184a308bc CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192)
5   AVFAudio                       0x0000000191491e68 GenericRunLoopThread::Entry(void*) + 156 (GenericRunLoopThread.h:91)
6   AVFAudio                       0x00000001914e2df0 CAPThread::Entry(CAPThread*) + 204 (CAPThread.cpp:286)
7   libsystem_pthread.dylib       0x00000001847d51ec _pthread_start + 124 (pthread.c:895)
8   libsystem_pthread.dylib       0x00000001847d8aec thread_start + 8


Thread 5:
0   libsystem_kernel.dylib         0x00000001848b0c8c __psynch_cvwait + 8
1   libsystem_pthread.dylib       0x00000001847ce204 _pthread_cond_wait$VARIANT$mp + 684 (pthread_cond.c:591)
2   libc++.1.dylib                 0x00000001849027a8 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:287)
3   application                   0x0000000106c249bc XXXX
4   application                   0x0000000106c238ac XXXX
5   application                   0x0000000106c1177c XXXX
6   libsystem_pthread.dylib       0x00000001847d51ec _pthread_start + 124 (pthread.c:895)
7   libsystem_pthread.dylib       0x00000001847d8aec thread_start + 8


Thread 6:
0   libsystem_kernel.dylib         0x00000001848b0c8c __psynch_cvwait + 8
1   libsystem_pthread.dylib       0x00000001847ce204 _pthread_cond_wait$VARIANT$mp + 684 (pthread_cond.c:591)
2   libc++.1.dylib                 0x00000001849027a8 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:287)
3   application                   0x0000000106c7720c XXXX
4   application                   0x0000000106c760fc XXXX
5   application                   0x0000000106c1177c XXXX
6   libsystem_pthread.dylib       0x00000001847d51ec _pthread_start + 124 (pthread.c:895)
7   libsystem_pthread.dylib       0x00000001847d8aec thread_start + 8


Thread 7:
0   libsystem_kernel.dylib         0x00000001848b1238 __semwait_signal + 8
1   libsystem_c.dylib             0x000000018471d644 nanosleep + 212 (nanosleep.c:104)
2   libsystem_c.dylib             0x000000018471d444 sleep + 44 (sleep.c:62)
3   application                   0x0000000106b5cab0 XXXX
4   libsystem_pthread.dylib       0x00000001847d51ec _pthread_start + 124 (pthread.c:895)
5   libsystem_pthread.dylib       0x00000001847d8aec thread_start + 8


Thread 8 name:
Thread 8:
0   libsystem_kernel.dylib         0x000000018488f5f4 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x000000018488ea60 mach_msg + 72 (mach_msg.c:103)
2   application                   0x0000000106b6129c XXXX
3   libsystem_pthread.dylib       0x00000001847d51ec _pthread_start + 124 (pthread.c:895)
4   libsystem_pthread.dylib       0x00000001847d8aec thread_start + 8


Thread 9 name:
Thread 9:
0   libsystem_kernel.dylib         0x000000018488f5f4 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x000000018488ea60 mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                 0x0000000184a36068 __CFRunLoopServiceMachPort + 216 (CFRunLoop.c:2575)
3   CoreFoundation                 0x0000000184a31188 __CFRunLoopRun + 1444 (CFRunLoop.c:2931)
4   CoreFoundation                 0x0000000184a308bc CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192)
5   Foundation                     0x0000000184d70994 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 228 (NSRunLoop.m:374)
6   application                   0x00000001057b9e9c XXXX
7   application                   0x00000001057b8d74 XXXX
8   application                   0x000000010577ff5c XXXX
9   application                   0x0000000105760a94 XXXX
10  application                   0x0000000105576958 XXXX
11  application                   0x0000000105794504 XXXX
12  application                   0x00000001057b7b7c XXXX
13  libsystem_pthread.dylib       0x00000001847d51ec _pthread_start + 124 (pthread.c:895)
14  libsystem_pthread.dylib       0x00000001847d8aec thread_start + 8


Thread 10 name:
Thread 10:
0   libsystem_kernel.dylib         0x000000018488f5f4 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x000000018488ea60 mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                 0x0000000184a36068 __CFRunLoopServiceMachPort + 216 (CFRunLoop.c:2575)
3   CoreFoundation                 0x0000000184a31188 __CFRunLoopRun + 1444 (CFRunLoop.c:2931)
4   CoreFoundation                 0x0000000184a308bc CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192)
5   application                   0x00000001057b9ae4 XXXX
6   application                   0x00000001057b8d74 XXXX
7   application                   0x000000010577ff5c XXXX
8   application                   0x0000000105760a94 XXXX
9   application                   0x0000000105794504 XXXX
10  application                   0x00000001057b7b7c XXXX
11  libsystem_pthread.dylib       0x00000001847d51ec _pthread_start + 124 (pthread.c:895)
12  libsystem_pthread.dylib       0x00000001847d8aec thread_start + 8


Thread 11 name:
Thread 11:
0   libsystem_kernel.dylib         0x000000018488f5f4 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x000000018488ea60 mach_msg + 72 (mach_msg.c:103)
2   application                   0x00000001057bb990 XXXX
3   application                   0x00000001057bb7a4 XXXX
4   application                   0x000000010578fa5c XXXX
5   application                   0x00000001057902a8 XXXX
6   application                   0x000000010578ffe8 XXXX
7   application                   0x00000001057b7b7c XXXX
8   libsystem_pthread.dylib       0x00000001847d51ec _pthread_start + 124 (pthread.c:895)
9   libsystem_pthread.dylib       0x00000001847d8aec thread_start + 8


Thread 12 name:
Thread 12:
0   libsystem_kernel.dylib         0x000000018488f5f4 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x000000018488ea60 mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                 0x0000000184a36068 __CFRunLoopServiceMachPort + 216 (CFRunLoop.c:2575)
3   CoreFoundation                 0x0000000184a31188 __CFRunLoopRun + 1444 (CFRunLoop.c:2931)
4   CoreFoundation                 0x0000000184a308bc CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192)
5   application                   0x00000001057b9ae4 base::MessagePumpCFRunLoop::DoRun(base::MessagePump::Delegate*) + 37 (message_pump_mac.mm:0)
6   application                   0x00000001057b8d74 XXXX
7   application                   0x000000010577ff5c XXXX
8   application                   0x0000000105760a94 XXXX
9   application                   0x0000000105794504 XXXX
10  application                   0x00000001057b7b7c XXXX
11  libsystem_pthread.dylib       0x00000001847d51ec _pthread_start + 124 (pthread.c:895)
12  libsystem_pthread.dylib       0x00000001847d8aec thread_start + 8


Thread 13 name:
Thread 13:
0   libsystem_kernel.dylib         0x000000018488f5f4 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x000000018488ea60 mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                 0x0000000184a36068 __CFRunLoopServiceMachPort + 216 (CFRunLoop.c:2575)
3   CoreFoundation                 0x0000000184a31188 __CFRunLoopRun + 1444 (CFRunLoop.c:2931)
4   CoreFoundation                 0x0000000184a308bc CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192)
5   Foundation                     0x0000000184d70994 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 228 (NSRunLoop.m:374)
6   application                   0x00000001057b9e9c XXXX
7   application                   0x00000001057b8d74 XXXX
8   application                   0x000000010577ff5c XXXX
9   application                   0x0000000105760a94 XXXX
10  application                   0x0000000105794504 XXXX
11  application                   0x00000001057b7b7c XXXX
12  libsystem_pthread.dylib       0x00000001847d51ec _pthread_start + 124 (pthread.c:895)
13  libsystem_pthread.dylib       0x00000001847d8aec thread_start + 8


Thread 14:
0   libsystem_kernel.dylib         0x00000001848b0c8c __psynch_cvwait + 8
1   libsystem_pthread.dylib       0x00000001847ce204 _pthread_cond_wait$VARIANT$mp + 684 (pthread_cond.c:591)
2   libc++.1.dylib                 0x00000001849027a8 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:287)
3   application                   0x0000000106c35a08 XXXX
4   application                   0x0000000106c348f8 XXXX
5   application                   0x0000000106c1177c XXXX
6   libsystem_pthread.dylib       0x00000001847d51ec _pthread_start + 124 (pthread.c:895)
7   libsystem_pthread.dylib       0x00000001847d8aec thread_start + 8


Thread 15:
0   libsystem_kernel.dylib         0x00000001848b0c8c __psynch_cvwait + 8
1   libsystem_pthread.dylib       0x00000001847ce204 _pthread_cond_wait$VARIANT$mp + 684 (pthread_cond.c:591)
2   libc++.1.dylib                 0x00000001849027a8 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:287)
3   application                   0x0000000106cbc0b0 XXXX
4   application                   0x0000000106cbafa0 XXXX
5   application                   0x0000000106c1177c XXXX
6   libsystem_pthread.dylib       0x00000001847d51ec _pthread_start + 124 (pthread.c:895)
7   libsystem_pthread.dylib       0x00000001847d8aec thread_start + 8


Thread 16:
0   libsystem_kernel.dylib         0x00000001848b0c8c __psynch_cvwait + 8
1   libsystem_pthread.dylib       0x00000001847ce204 _pthread_cond_wait$VARIANT$mp + 684 (pthread_cond.c:591)
2   libc++.1.dylib                 0x00000001849027a8 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:287)
3   application                   0x0000000106c04e38 XXXX
4   application                   0x0000000106c03d28 XXXX
5   application                   0x0000000106c1177c XXXX
6   libsystem_pthread.dylib       0x00000001847d51ec _pthread_start + 124 (pthread.c:895)
7   libsystem_pthread.dylib       0x00000001847d8aec thread_start + 8


Thread 17:
0   libsystem_kernel.dylib         0x00000001848b0c8c __psynch_cvwait + 8
1   libsystem_pthread.dylib       0x00000001847ce204 _pthread_cond_wait$VARIANT$mp + 684 (pthread_cond.c:591)
2   libc++.1.dylib                 0x00000001849027a8 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:287)
3   application                   0x0000000106c7720c XXXX
4   application                   0x0000000106c760fc XXXX
5   application                   0x0000000106c1177c XXXX
6   libsystem_pthread.dylib       0x00000001847d51ec _pthread_start + 124 (pthread.c:895)
7   libsystem_pthread.dylib       0x00000001847d8aec thread_start + 8


Thread 18 name:
Thread 18:
0   libsystem_kernel.dylib         0x000000018488f5f4 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x000000018488ea60 mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                 0x0000000184a36068 __CFRunLoopServiceMachPort + 216 (CFRunLoop.c:2575)
3   CoreFoundation                 0x0000000184a31188 __CFRunLoopRun + 1444 (CFRunLoop.c:2931)
4   CoreFoundation                 0x0000000184a308bc CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192)
5   CFNetwork                     0x0000000187cabe68 -[__CoreSchedulingSetRunnable runForever] + 192 (CoreSchedulingSet.mm:1372)
6   Foundation                     0x0000000184ea10b0 __NSThread__start__ + 848 (NSThread.m:724)
7   libsystem_pthread.dylib       0x00000001847d51ec _pthread_start + 124 (pthread.c:895)
8   libsystem_pthread.dylib       0x00000001847d8aec thread_start + 8


Thread 19:
0   libsystem_pthread.dylib       0x00000001847d8ad8 start_wqthread + 0


Thread 20 name:
Thread 20:
0   libsystem_kernel.dylib         0x000000018488f5f4 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x000000018488ea60 mach_msg + 72 (mach_msg.c:103)
2   application                   0x00000001057bb990 XXXX
3   application                   0x000000010578fa6c XXXX
4   application                   0x00000001057902a8 XXXX
5   application                   0x000000010578ff38 XXXX
6   application                   0x00000001057b7b7c XXXX
7   libsystem_pthread.dylib       0x00000001847d51ec _pthread_start + 124 (pthread.c:895)
8   libsystem_pthread.dylib       0x00000001847d8aec thread_start + 8


Thread 21 name:
Thread 21:
0   libsystem_kernel.dylib         0x000000018488f5f4 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x000000018488ea60 mach_msg + 72 (mach_msg.c:103)
2   application                   0x00000001057bb990 XXXX
3   application                   0x000000010578fa6c XXXX
4   application                   0x00000001057902a8 XXXX
5   application                   0x000000010578ffbc XXXX
6   application                   0x00000001057b7b7c XXXX
7   libsystem_pthread.dylib       0x00000001847d51ec _pthread_start + 124 (pthread.c:895)
8   libsystem_pthread.dylib       0x00000001847d8aec thread_start + 8


Thread 22:
0   libsystem_pthread.dylib       0x00000001847d8ad8 start_wqthread + 0


Thread 23 name:
Thread 23:
0   libsystem_kernel.dylib         0x000000018488f5f4 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x000000018488ea60 mach_msg + 72 (mach_msg.c:103)
2   application                   0x00000001057bb990 XXXX
3   application                   0x000000010578fa6c XXXX
4   application                   0x00000001057902a8 XXXX
5   application                   0x000000010578ff38 XXXX
6   application                   0x00000001057b7b7c XXXX
7   libsystem_pthread.dylib       0x00000001847d51ec _pthread_start + 124 (pthread.c:895)
8   libsystem_pthread.dylib       0x00000001847d8aec thread_start + 8


Thread 24 name:
Thread 24:
0   libsystem_kernel.dylib         0x000000018488f5f4 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x000000018488ea60 mach_msg + 72 (mach_msg.c:103)
2   application                   0x00000001057bb990 XXXX
3   application                   0x000000010578fa6c XXXX
4   application                   0x00000001057900ac XXXX
5   application                   0x000000010578ffbc XXXX
6   application                   0x00000001057b7b7c XXXX
7   libsystem_pthread.dylib       0x00000001847d51ec _pthread_start + 124 (pthread.c:895)
8   libsystem_pthread.dylib       0x00000001847d8aec thread_start + 8


Thread 25:
0   libsystem_pthread.dylib       0x00000001847d8ad8 start_wqthread + 0


Thread 26 name:
Thread 26:
0   libsystem_kernel.dylib         0x000000018488f5f4 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x000000018488ea60 mach_msg + 72 (mach_msg.c:103)
2   libdispatch.dylib             0x00000001847417f8 _dispatch_mach_send_and_wait_for_reply + 564 (mach.c:830)
3   libdispatch.dylib             0x0000000184741bc0 dispatch_mach_send_with_result_and_wait_for_reply$VARIANT$mp + 52 (mach.c:2006)
4   libxpc.dylib                   0x0000000184685544 xpc_connection_send_message_with_reply_sync + 236 (connection.c:829)
5   ...stem_networkextension.dylib 0x000000018995f098 NEHelperCopyResponse + 44 (NEHelperClient.c:50)
6   ...stem_networkextension.dylib 0x00000001899613f4 NEHelperCopyCurrentNetworkInfo + 116 (NEHelperClient.c:1162)
7   CaptiveNetwork                 0x000000019d12712c __CNCopyCurrentNetworkInfo + 64 (cnsframework.c:664)
8   application                   0x0000000106af5048 XXXX
9   application                   0x0000000106af52d8 XXXX
10  application                   0x0000000106a735e8 XXXX
11  application                   0x0000000106a7355c XXXX
12  application                   0x0000000106a913ec XXXX
13  application                   0x0000000106a8fd78 XXXX
14  application                   0x0000000106a96498 XXXX
15  application                   0x0000000106a98670 XXXX
16  application                   0x0000000106a98598 XXXX
17  application                   0x0000000106aac5b8 XXXX
18  libdispatch.dylib             0x0000000184785610 _dispatch_call_block_and_release + 24 (init.c:1408)
19  libdispatch.dylib             0x0000000184786184 _dispatch_client_callout + 16 (object.m:495)
20  libdispatch.dylib             0x0000000184732464 _dispatch_lane_serial_drain$VARIANT$mp + 608 (inline_internal.h:2487)
21  libdispatch.dylib             0x0000000184732e58 _dispatch_lane_invoke$VARIANT$mp + 420 (queue.c:3820)
22  libdispatch.dylib             0x000000018473c340 _dispatch_workloop_worker_thread + 588 (queue.c:6386)
23  libsystem_pthread.dylib       0x00000001847d5fa4 _pthread_wqthread + 276 (pthread.c:2323)
24  libsystem_pthread.dylib       0x00000001847d8ae0 start_wqthread + 8


Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000114574470   x1: 0x00000001bb687a0a   x2: 0x0000000000000001   x3: 0x0000000000000810
    x4: 0x0000000000000000   x5: 0x0000000000000000   x6: 0x000000016dde9a28   x7: 0x0000000000000cd0
    x8: 0x00000001bb687000   x9: 0x000000001145a600  x10: 0x00000001cb76c388  x11: 0x0000000ffffffff8
   x12: 0x000000010918e6d0  x13: 0x100000001145a603  x14: 0x0000000000000001  x15: 0x00000000d14007fc
   x16: 0x000000001145a600  x17: 0x000000018b438d20  x18: 0x0000000000000000  x19: 0x0000000000000001
   x20: 0x0000000283c6c3c0  x21: 0x0000000108328f90  x22: 0x0000000108835e00  x23: 0x0000000283c6c3c0
   x24: 0x0000000114574470  x25: 0x0000000283f36ce0  x26: 0x00000001c94d5000  x27: 0xd7d0262f6edc748b
   x28: 0x0000000281961920   fp: 0x000000016dde9b50   lr: 0x000000018b445150
    sp: 0x000000016dde9b10   pc: 0x00000001847dd190 cpsr: 0x20000000
   esr: 0x92000006 (Data Abort) byte read Translation fault


Binary Images:
0x102014000 - 0x1024fffff application arm64  <256770ee03ae3fad872c28fe1e555ef0> /var/containers/Bundle/Application/DF29DEC2-9D0A-4CDC-81C2-0307EBDA23ED/application.app/application
0x107968000 - 0x107973fff libobjc-trampolines.dylib arm64  <048eb53f47913e0a9314876c6577aa10> /usr/lib/libobjc-trampolines.dylib
0x10799c000 - 0x1079fffff dyld arm64  <571392a7e1e6369f8805c1a141f3c1c5> /usr/lib/dyld
0x107a78000 - 0x107cebfff application_lib arm64  <20a77e077d9533a891bb5005f8958d26> /var/containers/Bundle/Application/DF29DEC2-9D0A-4CDC-81C2-0307EBDA23ED/application.app/Frameworks/application_lib.framework/application_lib
0x184663000 - 0x184679fff libsystem_trace.dylib arm64   /usr/lib/system/libsystem_trace.dylib
0x18467a000 - 0x1846abfff libxpc.dylib arm64  <217dc1a778213f1fa8373825d770ef05> /usr/lib/system/libxpc.dylib
0x1846ac000 - 0x1846acfff libsystem_blocks.dylib arm64   /usr/lib/system/libsystem_blocks.dylib
0x1846ad000 - 0x184729fff libsystem_c.dylib arm64   /usr/lib/system/libsystem_c.dylib
0x18472a000 - 0x18479efff libdispatch.dylib arm64  <3a5db4e0bc24375d897e51e6cf7d6304> /usr/lib/system/libdispatch.dylib
0x18479f000 - 0x1847befff libsystem_malloc.dylib arm64  <5dbcbc6428083e64890cb59f2ddfeb1d> /usr/lib/system/libsystem_malloc.dylib
0x1847bf000 - 0x1847c9fff libsystem_platform.dylib arm64  <09a51269d3c53ece87b7f32c096af8e7> /usr/lib/system/libsystem_platform.dylib
0x1847ca000 - 0x1847dafff libsystem_pthread.dylib arm64   /usr/lib/system/libsystem_pthread.dylib
0x1847db000 - 0x18480bfff libobjc.A.dylib arm64   /usr/lib/libobjc.A.dylib
0x18480c000 - 0x184877fff libcorecrypto.dylib arm64  <6ddbd01331ce32cb9fce3c5f40880ac5> /usr/lib/system/libcorecrypto.dylib
0x184878000 - 0x18488bfff libc++abi.dylib arm64   /usr/lib/libc++abi.dylib
0x18488c000 - 0x1848b9fff libsystem_kernel.dylib arm64  <92cbd0cb514f3a23a21c169e915052a7> /usr/lib/system/libsystem_kernel.dylib
0x1848ba000 - 0x1848ebfff libdyld.dylib arm64   /usr/lib/system/libdyld.dylib
0x1848ec000 - 0x1848f3fff libsystem_darwin.dylib arm64   /usr/lib/system/libsystem_darwin.dylib
0x1848f4000 - 0x18494afff libc++.1.dylib arm64  <4547c800a6533ece9808c26768583e25> /usr/lib/libc++.1.dylib
0x18494b000 - 0x18498cfff libsystem_info.dylib arm64   /usr/lib/system/libsystem_info.dylib
0x18498d000 - 0x184d01fff CoreFoundation arm64   /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x184d02000 - 0x184d68fff SystemConfiguration arm64  <24254722088c3cb5af21e32f8a1366f9> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x184d69000 - 0x185022fff Foundation arm64  <0df2911e80cb32898a1eed0913d55a12> /System/Library/Frameworks/Foundation.framework/Foundation
0x185023000 - 0x185055fff libCRFSuite.dylib arm64  <5eea9a99dc773f8fa38a7214c7192306> /usr/lib/libCRFSuite.dylib
0x185056000 - 0x1851cffff CoreServices arm64  <4631a29affb23a9d95ff1037507bd066> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x1851d0000 - 0x185231fff libSparse.dylib arm64   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x185232000 - 0x185720fff ImageIO arm64  <71d13168073032b08e658e66dc59001c> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x185721000 - 0x185723fff ConstantClasses arm64   /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x185724000 - 0x1858c0fff CoreText arm64  <47a65ed0e0b43c039a4fe4222224ca3a> /System/Library/Frameworks/CoreText.framework/CoreText
0x1858c1000 - 0x1859ebfff Security arm64  <9d07b519c420314c82d202818501325b> /System/Library/Frameworks/Security.framework/Security
0x1859ec000 - 0x185a8efff IOKit arm64  <8acdb99787bd3d9b841c28ad5b55b74a> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x185a8f000 - 0x185ac5fff libMobileGestalt.dylib arm64   /usr/lib/libMobileGestalt.dylib
0x185ac6000 - 0x185b22fff libprotobuf.dylib arm64  <857eac10094e3fb0a8412969b0b27389> /usr/lib/libprotobuf.dylib
0x185b23000 - 0x185b34fff libprotobuf-lite.dylib arm64   /usr/lib/libprotobuf-lite.dylib
0x185b35000 - 0x185d86fff libicucore.A.dylib arm64  <9204a32b02813cb58029ebca005794cf> /usr/lib/libicucore.A.dylib
0x185d87000 - 0x185db0fff CoreServicesInternal arm64   /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x185db1000 - 0x185df9fff WirelessDiagnostics arm64   /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x185dfa000 - 0x185e33fff libAWDSupport.dylib arm64   /usr/lib/libAWDSupport.dylib
0x185e34000 - 0x1862bafff CoreAudio arm64  <68b4311c467231b2a4bbb640ffefb7b1> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1862bb000 - 0x186586fff CoreImage arm64  <5041875b776930448d5f1e40ff094bce> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x186587000 - 0x186675fff LanguageModeling arm64  <019d35151d7739409fecbaa2f0bc9be4> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x186676000 - 0x1866bcfff Lexicon arm64   /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x1866bd000 - 0x186840fff libsqlite3.dylib arm64   /usr/lib/libsqlite3.dylib
0x186841000 - 0x186870fff MobileKeyBag arm64  <77a7737b65673a42be50c4551d1e3d2b> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x186871000 - 0x18687afff libsystem_notify.dylib arm64   /usr/lib/system/libsystem_notify.dylib
0x18687b000 - 0x186a44fff CoreDuet arm64  <1ba0f3cf789a38b1916b5405c7254039> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x186a45000 - 0x186b86fff Montreal arm64  <58aa00de87a53a988a7a6925b68f96a3> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x186b87000 - 0x186c6efff NLP arm64   /System/Library/PrivateFrameworks/NLP.framework/NLP
0x186c6f000 - 0x186c8bfff CellularPlanManager arm64  <4b2b7c4c96f2339b8073aa7dffc73bf5> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x186c8c000 - 0x186cc9fff AppSupport arm64   /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x186cca000 - 0x187196fff libnetwork.dylib arm64  <66ee12926fe43b729cd6c8dd412fa201> /usr/lib/libnetwork.dylib
0x187197000 - 0x1872a0fff ManagedConfiguration arm64  <7321be890f633f1c8b998ec44e409631> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x1872a1000 - 0x1872cbfff CoreServicesStore arm64  <0d51d3b6cf493681b7fe115573ad8354> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
0x1872cc000 - 0x1872ecfff UserManagement arm64  <2565b0e2de2533c8818b6c7e89d7b2f9> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1872ed000 - 0x1875a4fff CoreML arm64  <6a211919d74f39aa80cbf2f3b0eadd7d> /System/Library/Frameworks/CoreML.framework/CoreML
0x1875a5000 - 0x1875bbfff ProtocolBuffer arm64   /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1875bc000 - 0x1875d6fff CommonUtilities arm64  <70615b240c993a968f7d8b22e810632f> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1875d7000 - 0x1875d7fff libenergytrace.dylib arm64   /usr/lib/libenergytrace.dylib
0x1875d8000 - 0x18760efff RunningBoardServices arm64   /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
0x18760f000 - 0x187682fff BaseBoard arm64   /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x187683000 - 0x187bc8fff SiriTTS arm64   /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x187bc9000 - 0x187c37fff CoreLocation arm64   /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x187c45000 - 0x187c98fff Accounts arm64   /System/Library/Frameworks/Accounts.framework/Accounts
0x187c99000 - 0x187ca9fff SharedWebCredentials arm64  <962b8d7013b836b8a6e2e73119acce6f> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x187caa000 - 0x187ff5fff CFNetwork arm64   /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x187ff6000 - 0x1880d5fff UIFoundation arm64  <762ab2275b383575ab8edadd5cce81ca> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x1880d6000 - 0x189177fff UIKitCore arm64  <82c949dd37f635f7b3ef62ba342f6bf5> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x189178000 - 0x189185fff AssertionServices arm64  <4fef6e63b07c31819944cba5beef11c2> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x189186000 - 0x189257fff CoreTelephony arm64  <8498f53222a138bfa79be9c333d8237b> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x189258000 - 0x18925dfff AggregateDictionary arm64  <627b9cb989923d4887e48fa247a37cfe> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x18925e000 - 0x189274fff libsystem_asl.dylib arm64  <04233c43380135619ce81eb5ed210716> /usr/lib/system/libsystem_asl.dylib
0x189275000 - 0x1892ecfff CloudDocs arm64   /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x1892ed000 - 0x18960efff CoreData arm64   /System/Library/Frameworks/CoreData.framework/CoreData
0x18960f000 - 0x189837fff Vision arm64  <71690c1ca2da32dfaa3334002c6affa8> /System/Library/Frameworks/Vision.framework/Vision
0x189838000 - 0x18987bfff PhotoFoundation arm64   /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x18987c000 - 0x1898a7fff BoardServices arm64  <397361d5d88d315ea2e9979a46efac0c> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
0x1898a8000 - 0x189956fff libboringssl.dylib arm64  <7410767017ce3c4d8b1c5f553acb709b> /usr/lib/libboringssl.dylib
0x189957000 - 0x189965fff libsystem_networkextension.dylib arm64  <20bc358488a93893aac7b5e4a0130106> /usr/lib/system/libsystem_networkextension.dylib
0x189966000 - 0x189986fff CoreAnalytics arm64  <1ae72168247f3e57b56f80b361a65f1a> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x189987000 - 0x189af7fff CloudKit arm64  <92fcfab621483f38b7df5bb78e4c4c87> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x189af8000 - 0x189b44fff SpringBoardServices arm64   /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x189b45000 - 0x189bb8fff FrontBoardServices arm64  <949083b6181132709ca8fe2468c56568> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x189bb9000 - 0x189cd0fff Network arm64  <92a1012a81b43c1890e61982b82d41af> /System/Library/Frameworks/Network.framework/Network
0x189cd1000 - 0x189d2dfff libusrtcp.dylib arm64   /usr/lib/libusrtcp.dylib
0x189d2e000 - 0x189d35fff libsystem_symptoms.dylib arm64   /usr/lib/system/libsystem_symptoms.dylib
0x189d36000 - 0x18abb8fff GeoServices arm64  <761d16b850e43d28946687d4bbb96ea0> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x18abb9000 - 0x18abc1fff TCC arm64   /System/Library/PrivateFrameworks/TCC.framework/TCC
0x18abc2000 - 0x18ac1bfff IMFoundation arm64  <6b88d26a956e3d8cb00bc921cf0d1741> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x18ac1c000 - 0x18ad7bfff CoreUtils arm64  <9bae008296e836f7b0ca309787a1e0e6> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x18ad7c000 - 0x18ae23fff IMSharedUtilities arm64  <8b3fe0796bf83efe87fc8e7633f7b702> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
0x18ae24000 - 0x18ae71fff ImageCaptureCore arm64   /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore
0x18ae72000 - 0x18ae7bfff libsystem_containermanager.dylib arm64  <24b221bed7f339d5b272e017d5ba4dcf> /usr/lib/system/libsystem_containermanager.dylib
0x18ae7c000 - 0x18aef6fff AppleAccount arm64  <94805868ca243c17a018784a27fadd0d> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x18aef7000 - 0x18af12fff ApplePushService arm64   /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x18af13000 - 0x18affcfff IDS arm64   /System/Library/PrivateFrameworks/IDS.framework/IDS
0x18affd000 - 0x18b129fff IDSFoundation arm64  <78406df91d7f3163a93151c8512c3834> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x18b12a000 - 0x18b12bfff libCTGreenTeaLogger.dylib arm64  <47db0a7fe71938d4bf303758cc76bcf3> /usr/lib/libCTGreenTeaLogger.dylib
0x18b18c000 - 0x18b289fff CoreMedia arm64  <4e0d2da77f5b31d0998a027b7e16c987> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x18b28a000 - 0x18b299fff UIKitServices arm64  <1b738cdb4c523ab5a81cf03994ba8be2> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x18b29a000 - 0x18b2ecfff BackBoardServices arm64   /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x18b2ed000 - 0x18b53afff QuartzCore arm64  <5a4a8f86a37d3290ac6a9c03140fa5d3> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x18b53b000 - 0x18b6f8fff ColorSync arm64  <6f2244d3ec8039ce9703fff1c6be602e> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x18b6f9000 - 0x18bc67fff CoreGraphics arm64  <28e4305086b13449ab7514ac4056a1bf> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x18bc68000 - 0x18bd98fff Contacts arm64  <39c73201bd0f37538ee0aff07a5b4b97> /System/Library/Frameworks/Contacts.framework/Contacts
0x18bd99000 - 0x18bdc8fff UserNotifications arm64   /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x18bdc9000 - 0x18bdecfff LocationSupport arm64   /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
0x18bded000 - 0x18bf44fff Sharing arm64  <2432ce4005fb32a6a4d992bc0091cde2> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x18bf45000 - 0x18c4fefff WebKit arm64  <049fc73494c93e5d826fabb56f7e2d25> /System/Library/Frameworks/WebKit.framework/WebKit
0x18c4ff000 - 0x18e0e3fff WebCore arm64  <2545001929ac3112b397178574b6afa5> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x18e0e4000 - 0x18e0fbfff libAccessibility.dylib arm64  <3d25b129f6b33962908f274588266073> /usr/lib/libAccessibility.dylib
0x18e0fc000 - 0x18e107fff AXCoreUtilities arm64  <0b39af12dddf3af6ad6ab5562e6a3eff> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x18e108000 - 0x18e17cfff ContactsFoundation arm64  <3770041970503cd49103e024e44d922d> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x18e17d000 - 0x18e191fff PowerLog arm64  <3a35cb784cb733148a853fdba6ae5441> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x18e192000 - 0x18e1a3fff IOSurface arm64  <4b69c4e924b13c0bb6302065b9bf9665> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x18e1a4000 - 0x18e898fff MediaToolbox arm64   /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x18e899000 - 0x18e8a1fff GraphicsServices arm64  <0bf55c8caf0033c882926d40ffeb6f46> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x18e984000 - 0x18eb73fff AVFoundation arm64   /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x18eb74000 - 0x18ebabfff OnBoardingKit arm64   /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
0x18ebac000 - 0x18ebf9fff MobileWiFi arm64  <32ed7928804239d7ae59d7e706c2ae3c> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x18ebfa000 - 0x18ec12fff MobileAsset arm64  <98105034326f35c783bd932f5ede0386> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x18ec13000 - 0x18ec20fff libGSFont.dylib arm64  <1e3a2506bd9d3ff3a7fd2bd734e6443e> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
0x18ec21000 - 0x18ec2afff FontServices arm64   /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x18ec2b000 - 0x18ed74fff libFontParser.dylib arm64   /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x18edc3000 - 0x18ef01fff SearchFoundation arm64  <816637f6492b340a95b95880d01a1079> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x18ef02000 - 0x18f024fff Preferences arm64  <630a5de04b073e1c8c0bd3d8e070551c> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x18f025000 - 0x18f67bfff PhotoLibraryServices arm64  <764531d928ef3d1da009f10d5993d954> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x18f67c000 - 0x18f8dffff vImage arm64   /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x18f8e0000 - 0x18fb12fff AudioToolbox arm64  <845848c42a7a31338883d56f3dee889b> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x18fb13000 - 0x18fb48fff libAudioToolboxUtility.dylib arm64  <800acfd8417e3c28aee5e654f7982a55> /usr/lib/libAudioToolboxUtility.dylib
0x18fb49000 - 0x18fcf6fff ContactsUI arm64   /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x18fd61000 - 0x18ff61fff Photos arm64  <081139b940433715b543ee1237b1b8be> /System/Library/Frameworks/Photos.framework/Photos
0x18ff62000 - 0x18fff4fff ShareSheet arm64  <2f4b58acc7d6337d8c4ef0d3dab0d78b> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
0x190009000 - 0x1900bdfff PDFKit arm64  <1827bc968a4238afa7ebe460e96b7c02> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x19013b000 - 0x190168fff DocumentManager arm64   /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1903c1000 - 0x190434fff AuthKit arm64  <0e3d32ce73e9392ebef45baeaf331715> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x190435000 - 0x190843fff Intents arm64  <051990c089773064b1f2f0929a599021> /System/Library/Frameworks/Intents.framework/Intents
0x190844000 - 0x190858fff libCGInterfaces.dylib arm64  <7d870225f18b3a34aae31fd62c6aa7d0> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x190859000 - 0x1909a5fff WebKitLegacy arm64   /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1909a6000 - 0x190a0efff TextInput arm64  <0c3b121d00d036d98b4ec76698e7421e> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x190a8c000 - 0x190a8ffff XCTTargetBootstrap arm64   /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x190a90000 - 0x190b45fff CorePDF arm64  <36fe0cc3cffa39a1be4e21a69109d7ba> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x190b81000 - 0x190f38fff MediaPlayer arm64  <0db0bd46a449381c810081714e526b2d> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x190f39000 - 0x191242fff AppleMediaServices arm64   /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x191243000 - 0x191269fff CacheDelete arm64  <0b5da2a547733de3bac919384c9d3699> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x19126a000 - 0x19142bfff CoreMotion arm64  <81ae655a9ea93456ac44fb41da5ac4e0> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x19142c000 - 0x191519fff AVFAudio arm64  <90502188446033e884fd9a1d30a416b4> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x19151a000 - 0x191737fff RawCamera arm64   /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x191738000 - 0x1917eefff CoreUI arm64  <65a0afca82ea340b95a95d5136646a16> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1917ef000 - 0x191813fff AppSupportUI arm64  <6000f496dcd639159beb51486cc0382f> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x191814000 - 0x191849fff CoreVideo arm64  <95d72d7d25aa37e8aa77260884538882> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x19184a000 - 0x191a7efff AudioToolboxCore arm64  <279b39efc6fb3ca7889754e855161fac> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
0x191a7f000 - 0x191ac3fff CoreDuetContext arm64   /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x191ac4000 - 0x191afdfff SetupAssistant arm64  <0f8ec0c6084c32edbe3ac31fd9c897a3> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x191afe000 - 0x191bb8fff TelephonyUtilities arm64  <66b8fec948a73cdab515b85db3c089a7> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x191bb9000 - 0x191be3fff PlugInKit arm64   /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x191be4000 - 0x191f2afff libswiftCore.dylib arm64   /usr/lib/swift/libswiftCore.dylib
0x191f2b000 - 0x192059fff AssistantServices arm64  <0b1380d280c73c96aac8a0240494b676> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x19205a000 - 0x1920bafff ProactiveSupport arm64   /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1920bb000 - 0x1922f3fff MapKit arm64  <405663c5b42433a18336ede9a4920903> /System/Library/Frameworks/MapKit.framework/MapKit
0x1922f4000 - 0x19230bfff PrototypeTools arm64  <1e3a3602813c32339f229a0f99468ade> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x19230c000 - 0x1923f9fff MediaExperience arm64  <9a663f1064af37c5b70518b635fc6cbd> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
0x1923fa000 - 0x1926adfff ********* arm64  <94529087e6343000859f7e58ee890bf8> /System/Library/PrivateFrameworks/*********.framework/*********
0x1926ae000 - 0x192705fff CallKit arm64   /System/Library/Frameworks/CallKit.framework/CallKit
0x1928c7000 - 0x192fc4fff VectorKit arm64  <759e92a1ee4d3c76ae3442dfb0610d7b> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x192fc5000 - 0x193094fff AVKit arm64   /System/Library/Frameworks/AVKit.framework/AVKit
0x193095000 - 0x1930c3fff Pegasus arm64   /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x1930c4000 - 0x1930c6fff libapp_launch_measurement.dylib arm64   /usr/lib/libapp_launch_measurement.dylib
0x1931a1000 - 0x193203fff CoreSpotlight arm64   /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x193204000 - 0x193297fff AddressBookLegacy arm64  <2346d467850636c5a3d21770cf4af3fe> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x193298000 - 0x1932a7fff CrashReporterSupport arm64  <2f3dcb71e4ee37df8ba41ca1bd43a6c9> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1932a8000 - 0x1932bafff MobileBluetooth arm64   /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1932bb000 - 0x193375fff LinkPresentation arm64   /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation
0x193376000 - 0x1933aafff StoreKit arm64   /System/Library/Frameworks/StoreKit.framework/StoreKit
0x1933ab000 - 0x1933affff libsystem_configuration.dylib arm64  <482ba88cc017345a8efbaf6348914f12> /usr/lib/system/libsystem_configuration.dylib
0x1933b0000 - 0x193408fff RemoteUI arm64  <77cf3ae6e5623e4d97d8430b3994a11d> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
0x193409000 - 0x193457fff AuthKitUI arm64  <8cecbd60769e3b7ab368ce0ffca89c9f> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
0x193458000 - 0x1934bcfff CoreRecognition arm64   /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x1934bd000 - 0x193540fff Social arm64  <42cfae1d2504388390d3d2fedcf6cc6d> /System/Library/Frameworks/Social.framework/Social
0x19358f000 - 0x19359dfff HangTracer arm64   /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x19359e000 - 0x193603fff CoreNLP arm64   /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x193604000 - 0x193605fff liblangid.dylib arm64   /usr/lib/liblangid.dylib
0x193606000 - 0x194366fff JavaScriptCore arm64  <6d4e079bcbd2340388dfe601466dfd46> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x194367000 - 0x1943f4fff libTelephonyUtilDynamic.dylib arm64   /usr/lib/libTelephonyUtilDynamic.dylib
0x194409000 - 0x194682fff StoreServices arm64  <92609f6fd8143850bb53b8b358d5dad8> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x194683000 - 0x19468cfff IOMobileFramebuffer arm64  <44222c32b59e3940a50e6a2d204ab9ce> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x19468d000 - 0x1947eafff SafariServices arm64  <84147f514fb037c887c44533b134ae76> /System/Library/Frameworks/SafariServices.framework/SafariServices
0x1949d7000 - 0x1949f1fff CoreMaterial arm64  <4ac1f9baac87368c9e94692f1c4b5b89> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
0x1949f2000 - 0x194ad8fff libxml2.2.dylib arm64  <6e692ba566223b738f3e96ef0b5d078b> /usr/lib/libxml2.2.dylib
0x196144000 - 0x19618cfff MetadataUtilities arm64  <770681b046343cf69c1d8e43a41cb4c3> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x19618d000 - 0x1961e5fff UserActivity arm64  <6bf889f6e3133a9dbbcf90ced3f854a3> /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity
0x196b19000 - 0x196d34fff NetworkExtension arm64  <90b0cbb1a3bf3570ab878a58871442f5> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x196d35000 - 0x196d6bfff DataDetectorsCore arm64   /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x196d6c000 - 0x196dccfff CalendarFoundation arm64  <700ab7227bb333eb9781f6342407c6dc> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x196dcd000 - 0x196ebffff EventKit arm64  <3cd05a3b2f4535cf9e820dcd5e84592f> /System/Library/Frameworks/EventKit.framework/EventKit
0x196ec0000 - 0x196ef4fff MediaServices arm64  <79462d9dfa03390d866910b5d15c75a7> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x19733e000 - 0x19737dfff BiometricKit arm64   /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x19737e000 - 0x1973a9fff PersistentConnection arm64   /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1973aa000 - 0x1973fdfff CalendarDaemon arm64  <18e5c5b220363eb1bd6dded40f58f37a> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1973fe000 - 0x197494fff CalendarDatabase arm64  <0888845be2773a6ebef874da62c2323a> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x197495000 - 0x19766bfff MediaRemote arm64   /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x19766c000 - 0x197674fff CorePhoneNumbers arm64   /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x197685000 - 0x1976aafff DuetActivityScheduler arm64   /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x1977aa000 - 0x1977ccfff CoreSVG arm64  <405dbd55c7b03ade9b467743aecd9ad3> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
0x1977e7000 - 0x197804fff ProactiveEventTracker arm64  <057c3e98ce1e34458dec485cbfff0eb9> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x197805000 - 0x19780ffff MallocStackLogging arm64  <5e3fa430968c3f5ca7caef722499ee36> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
0x197810000 - 0x1978a4fff CoreSuggestions arm64   /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x1978a5000 - 0x197a50fff IMCore arm64  <9a62791251f83680aa5ebcb9b17897d0> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x197a51000 - 0x197aa1fff DeviceManagement arm64   /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
0x197aa2000 - 0x197c91fff HealthKit arm64  <423ae34fd8833978974673575a89ccfd> /System/Library/Frameworks/HealthKit.framework/HealthKit
0x198279000 - 0x198285fff BluetoothManager arm64  <9dc27479919c3da787f4a597416ed6dc> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x198286000 - 0x1982bbfff CoreBluetooth arm64   /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1982bc000 - 0x1982befff libsystem_sandbox.dylib arm64  <8790f7f8f85e333b9bbfdab82787f7a1> /usr/lib/system/libsystem_sandbox.dylib
0x1983a2000 - 0x1983d5fff TextInputUI arm64  <0e4937ceff863259af88c7a1beacc823> /System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI
0x1983e4000 - 0x1983f0fff ContextKit arm64  <30d1957a16ca331b888215237b9c565c> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
0x19841f000 - 0x198486fff Rapport arm64  <95842c19a5783bfeb5aa15933fa7fe96> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x198487000 - 0x1984b3fff OSAnalytics arm64  <741167c0cdd83e4d871c6fcf5b75315a> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
0x1984b4000 - 0x1984e1fff MobileInstallation arm64  <9ac7519f99703268a02317ae8724228b> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1984e2000 - 0x19857cfff Metal arm64   /System/Library/Frameworks/Metal.framework/Metal
0x19857d000 - 0x198583fff IOAccelerator arm64   /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x198584000 - 0x19858ffff MediaAccessibility arm64  <9a969317430d3916aba8c75982d3d188> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1985ad000 - 0x1985b4fff libsystem_dnssd.dylib arm64   /usr/lib/system/libsystem_dnssd.dylib
0x1985b5000 - 0x1985bbfff PushKit arm64   /System/Library/Frameworks/PushKit.framework/PushKit
0x1985bc000 - 0x1986bffff FileProvider arm64  <65d024f77aa03bb0a76f4d8e2c5945af> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1986d3000 - 0x1986d4fff BackgroundTaskAgent arm64   /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent
0x1986d5000 - 0x1986d9fff LinguisticData arm64   /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1986da000 - 0x1986f2fff CoreSDB arm64   /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
0x1986f3000 - 0x198703fff Categories arm64   /System/Library/PrivateFrameworks/Categories.framework/Categories
0x19871e000 - 0x1987d9fff ************ arm64  <568f073809c53b80b5b90e0b0080b71c> /System/Library/Frameworks/************.framework/************
0x198c11000 - 0x198c6cfff PersonalizationPortrait arm64  <31f3503f2e4735b88744db3061d2d9a8> /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait
0x198c6d000 - 0x198cd9fff AppStoreDaemon arm64  <37f2c17020653bed8fd47b697a62a849> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
0x198d33000 - 0x198d3bfff SymptomDiagnosticReporter arm64   /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x198d3c000 - 0x198d3efff IOSurfaceAccelerator arm64  <69fa54616a3031cda2e9833a04cd4e1f> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x198d3f000 - 0x198deafff AssetsLibraryServices arm64  <5fe047d9983b3914aef97f2e35e64591> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x198deb000 - 0x198e1afff DataAccessExpress arm64   /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x198e89000 - 0x198e9efff CoreFollowUp arm64  <49cfbdbda3a833a1ba695f15dcc95078> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x198e9f000 - 0x198ea7fff FamilyCircle arm64  <2616d81120db3b6f990d8b67f4bf49df> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x198ea8000 - 0x198ebdfff libcoretls.dylib arm64  <73cbc7c41bd13c9fb7ab4b3249d2c137> /usr/lib/libcoretls.dylib
0x198f13000 - 0x198fa2fff libate.dylib arm64   /usr/lib/libate.dylib
0x19a235000 - 0x19a25afff Pasteboard arm64   /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
0x19a25b000 - 0x19a2a9fff FTServices arm64   /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x19a35a000 - 0x19a393fff SAObjects arm64  <8fe4b90e06d134189de6c0067fc66d1e> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x19a394000 - 0x19a39efff CoreRecents arm64  <925e4d2b40e0368b8d14357679af3668> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x19a447000 - 0x19a454fff DataMigration arm64  <7b0d9fd981eb3dde8f58522b5e5286d3> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x19a607000 - 0x19a62bfff IconServices arm64  <2320fdd83df33f14b74bf60324e95465> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
0x19a62c000 - 0x19a80ffff iTunesCloud arm64  <6c1cd5e0c2a43c4184660c5f0642b31e> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x19a810000 - 0x19aa75fff MusicLibrary arm64   /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x19aa76000 - 0x19aa77fff WatchdogClient arm64  <99c4b76de07238a1a6a9db0f7b4fd928> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
0x19aa78000 - 0x19aa89fff libprequelite.dylib arm64   /usr/lib/libprequelite.dylib
0x19aaa8000 - 0x19aaadfff IDSKVStore arm64  <99cec916003132e181413673b8d57c00> /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore
0x19aaae000 - 0x19aabefff CoreEmoji arm64  <61b0c15324be377995c806372710b507> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x19ab51000 - 0x19ab9efff ClassKit arm64  <20cbfe4079133f278da27826c4a0117f> /System/Library/Frameworks/ClassKit.framework/ClassKit
0x19ac0b000 - 0x19ac15fff CPMS arm64   /System/Library/PrivateFrameworks/CPMS.framework/CPMS
0x19ac16000 - 0x19ac1efff RTCReporting arm64   /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x19ad77000 - 0x19adc3fff MobileBackup arm64  <9edb3fbc98a13bcca1c2c4d298e6fb2f> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x19ae73000 - 0x19ae7afff CoreTime arm64  <4686ef91e5bf345a9e11204317ac84ee> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x19aeb0000 - 0x19afe8fff IMDPersistence arm64  <3e78094149fd3f73961037c6891cb735> /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
0x19b408000 - 0x19b45cfff ToneLibrary arm64  <3ce640a5408434dc80e18aac06ec7893> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x19b71f000 - 0x19b73dfff AppConduit arm64   /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x19b73e000 - 0x19b756fff IntlPreferences arm64  <3649d7fd9d673c10afb307f8a66c5e60> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x19bab5000 - 0x19bb88fff CoreBrightness arm64  <5e787a9996db3121b6ddf74af3ffd8cb> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x19bb89000 - 0x19bb90fff libIOReport.dylib arm64  <608a00131d4d3adfb6ade4baafe2c905> /usr/lib/libIOReport.dylib
0x19bd20000 - 0x19bec8fff libBNNS.dylib arm64   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x19bec9000 - 0x19becffff StudyLog arm64  <75bd4f9ad94d388090731234304fc77f> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x19bed0000 - 0x19bf54fff BulletinBoard arm64   /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
0x19bf55000 - 0x19bfe3fff iTunesStore arm64  <0429db48490c3a0bb9494958bf87a02b> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x19bff9000 - 0x19c528fff libAudioDSP.dylib arm64   /System/Library/Frameworks/AudioToolbox.framework/libAudioDSP.dylib
0x19c529000 - 0x19ca2dfff AudioCodecs arm64  <14603bab7c843a8bb307bbf57c9e2c60> /System/Library/Frameworks/AudioToolbox.framework/AudioCodecs
0x19ca2e000 - 0x19ca85fff SafariCore arm64  <7984c76c976635c581df4943f835f004> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x19ca86000 - 0x19cae7fff ScreenTimeCore arm64  <3d5756c1e0593b769b7bb5d7a0738191> /System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore
0x19d0e8000 - 0x19d0fbfff LocalAuthentication arm64  <6f95204ae8a3321c9ca4e453569dff7b> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x19d0fc000 - 0x19d100fff CommunicationsFilter arm64  <520048ac3f663a8380f612450d4adf7a> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x19d101000 - 0x19d123fff AddressBook arm64  <13c65256a9f53ff4a82b39583b6b1578> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x19d124000 - 0x19d12ffff CaptiveNetwork arm64  <7b9872f15ef53d949a1ec3c621672d1f> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x19d130000 - 0x19d130fff AdSupport arm64   /System/Library/Frameworks/AdSupport.framework/AdSupport
0x19d281000 - 0x19d333fff libBLAS.dylib arm64  <096dcd9c201133cc83c9f198963ffafb> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x19d334000 - 0x19d342fff CTCarrierSpace arm64  <4f2ac44ddbad31fc9172c6fa5385a89d> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x19db08000 - 0x19dbd5fff CoreParsec arm64  <9fa0b0c4988f39d588fa47eeb6ec7f7e> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x19ddc3000 - 0x19dddcfff libtailspin.dylib arm64  <92a341afb72834eb99f1d815318cf2a6> /usr/lib/libtailspin.dylib
0x19de3a000 - 0x19de4efff ContactsDonation arm64  <2f36cb64ad043317b1c340da77228a4e> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x19de98000 - 0x19dea1fff MobileActivation arm64  <30e70a8a02093ee2b0aa5e6fa10816fc> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
0x19df29000 - 0x19df37fff MobileIcons arm64   /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x19df38000 - 0x19e038fff ResponseKit arm64  <028761cdcf523a50b2f009a5d4f74c09> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x19e0ff000 - 0x19e146fff CoreHaptics arm64  <25d720c635eb30a58467ec76aa553b91> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
0x19e147000 - 0x19e20ffff ProofReader arm64  <5b341390bb22333e92273b1fa7053dc7> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x19e27f000 - 0x19e2fffff CoreSymbolication arm64  <3bb5224121c131908ee079775b7fa1f5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x19e300000 - 0x19e306fff IdleTimerServices arm64   /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x19e3e1000 - 0x19e49bfff VideoSubscriberAccount arm64   /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x19e4b0000 - 0x19e4b3fff FTClientServices arm64   /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x19e4b4000 - 0x19e51afff ContactsUICore arm64   /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x19e984000 - 0x19e9cbfff LoggingSupport arm64  <1efe9eef51d439b1896521d304b8f9cc> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x19ead0000 - 0x19eb2afff ProtectedCloudStorage arm64  <2d8760437fd83e3bb2cdcb37d4c00848> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x19ec14000 - 0x19ec1dfff OpenGLES arm64   /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x19ed7e000 - 0x19ed86fff libGFXShared.dylib arm64  <935e83d3ba7d3a07b84de5e69d47a28c> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x19ed87000 - 0x19edbbfff SharedUtils arm64  <915236f8f8bd365891273fc990603390> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x19edbc000 - 0x19ee09fff PhotosFormats arm64  <1bda4fb3e8713a2fab72b37974f93d43> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x19fe52000 - 0x19fe8efff StreamingZip arm64  <8b969f56f78d3585b589d58d4b23dcc9> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1a0ab4000 - 0x1a0cddfff SafariShared arm64  <345e71084fb537d79d7fa29383f7a26a> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x1a0d63000 - 0x1a0d66fff InternationalTextSearch arm64   /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1a0d84000 - 0x1a0da0fff AssetCacheServices arm64   /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x1a1709000 - 0x1a170efff IncomingCallFilter arm64  <0e05eeb3f7ef30d7ba86a48741bb9362> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x1a172a000 - 0x1a1742fff NetworkStatistics arm64  <6cef360982ae39c0b01abe9084287b17> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1a1b9d000 - 0x1a1ba3fff Netrb arm64  <40a8a1a95e1c38d5af74bbafb0919119> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1a1ba7000 - 0x1a1bd7fff EAP8021X arm64   /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1a1bd8000 - 0x1a1bdafff OSAServicesClient arm64   /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
0x1a1d74000 - 0x1a1d78fff libgermantok.dylib arm64  <519dde12281b39c98940ae8185b07e4d> /usr/lib/libgermantok.dylib
0x1a1d79000 - 0x1a1e2cfff libmecab.dylib arm64  <0656d578f9f93f2a9c8a765db61d3e19> /usr/lib/libmecab.dylib
0x1a1e2d000 - 0x1a1e68fff Catalyst arm64   /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
0x1a1f28000 - 0x1a1f3dfff EmojiFoundation arm64  <88c88377b2a23e67a04c329d701221da> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation
0x1a1fb9000 - 0x1a1ff3fff VoiceServices arm64  <0f1ad589f1a13643977228ccae5c712a> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x1a1ff4000 - 0x1a2109fff Navigation arm64   /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1a21f7000 - 0x1a22fffff libEmbeddedSystemAUs.dylib arm64  <025133e9d6fb3557b9c824bc170f0a4c> /System/Library/Frameworks/AudioToolbox.framework/libEmbeddedSystemAUs.dylib
0x1a2416000 - 0x1a2424fff CoreDuetDaemonProtocol arm64  <3e59e555f21e3203849dda490e1ac19b> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1a2425000 - 0x1a2444fff FTAWD arm64   /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1a33df000 - 0x1a33e1fff OAuth arm64   /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1a3691000 - 0x1a36ccfff DifferentialPrivacy arm64   /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1a3e81000 - 0x1a3ef0fff libarchive.2.dylib arm64   /usr/lib/libarchive.2.dylib
0x1a3ef1000 - 0x1a3f20fff C2 arm64   /System/Library/PrivateFrameworks/C2.framework/C2
0x1a3f21000 - 0x1a3f55fff NaturalLanguage arm64   /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
0x1a3fe9000 - 0x1a3feafff libsystem_coreservices.dylib arm64  <056ff41b4a3e3e058c63563a2b6cc624> /usr/lib/system/libsystem_coreservices.dylib
0x1a3ffc000 - 0x1a400dfff libmis.dylib arm64   /usr/lib/libmis.dylib
0x1a400e000 - 0x1a4064fff WebBookmarks arm64   /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x1a4065000 - 0x1a4072fff DCIMServices arm64  <6d743e4fcd10316ea61dd319ba81a6ed> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1a4073000 - 0x1a41c4fff CloudPhotoLibrary arm64   /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1a41ff000 - 0x1a4207fff libcopyfile.dylib arm64  <0680a413ee233d1d877cbd1a1b98cd7e> /usr/lib/system/libcopyfile.dylib
0x1a4208000 - 0x1a4227fff UsageTracking arm64   /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
0x1a4554000 - 0x1a45e3fff AccountsDaemon arm64  <0de70eb7ac3c3a5b9982fba9df0bd53b> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x1a45e4000 - 0x1a45effff AppleIDSSOAuthentication arm64  <8571665a6d953776b80282e3531a91e2> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1a45f0000 - 0x1a4601fff SettingsFoundation arm64   /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
0x1a4722000 - 0x1a479dfff Symbolication arm64   /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
0x1a4952000 - 0x1a49a0fff ChunkingLibrary arm64  <1ff2202c91fc32198ec48d59ebd8d3c0> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1a49a4000 - 0x1a49a8fff DAAPKit arm64  <6fd2855505703bbdb580a179e8f3c49b> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x1a4e8e000 - 0x1a4e90fff CoreDuetDebugLogging arm64   /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1a5961000 - 0x1a599efff SignpostSupport arm64  <5d0dbc6b595d33e0abef55d64c3b8798> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1a5bd4000 - 0x1a5bddfff SignpostCollection arm64  <4db83358c8c039fda69a821becb01363> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1a6305000 - 0x1a630cfff URLFormatting arm64   /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1a6321000 - 0x1a63c8fff MMCS arm64  <3cf3e9ecab9c34b4bf228559b1a84348> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x1a6421000 - 0x1a6647fff MobileSpotlightIndex arm64   /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1a6a2f000 - 0x1a6a75fff CoreLocationProtobuf arm64  <84dfc3606d803552bdff56b837e57beb> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1a6ae4000 - 0x1a6afffff ScreenshotServices arm64  <356b9fe039bc3ff6b9f1da87eca92ab4> /System/Library/PrivateFrameworks/ScreenshotServices.framework/ScreenshotServices
0x1a6b00000 - 0x1a6b7dfff Quagga arm64  <7a1f4aa0ebee356296d167ebec9d3440> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1a6e86000 - 0x1a6e9afff libEDR arm64  <37b400daffbe3678805197a77f3c43e9> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1a7aa5000 - 0x1a7ab3fff libperfcheck.dylib arm64  <5dd7217122b43afe9a58122605f7a58c> /usr/lib/libperfcheck.dylib
0x1a7ab4000 - 0x1a7abffff libAudioStatistics.dylib arm64   /usr/lib/libAudioStatistics.dylib
0x1a7c76000 - 0x1a7c86fff caulk arm64  <40c59f79f177373787db8857002e4a9a> /System/Library/PrivateFrameworks/caulk.framework/caulk
0x1a7cc6000 - 0x1a7cccfff MobileSystemServices arm64   /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1a8a1a000 - 0x1a8a2efff RemoteXPC arm64   /System/Library/PrivateFrameworks/RemoteXPC.framework/RemoteXPC
0x1a8d91000 - 0x1a8dcafff libGLImage.dylib arm64   /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1a91f0000 - 0x1a9201fff libSparseBLAS.dylib arm64  <2388d02f952132cb891f08249ccb6253> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1a9202000 - 0x1a9215fff Engram arm64  <766e498cdb82360889b73f670b1c3c45> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1a928d000 - 0x1a92c7fff DataDetectorsNaturalLanguage arm64   /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
0x1a95a9000 - 0x1a95b1fff FSEvents arm64   /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
0x1a95c1000 - 0x1a963ffff CoreDAV arm64  <53899828aa7431839999685892419b04> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1a9f81000 - 0x1a9f91fff RemoteTextInput arm64   /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1a9fba000 - 0x1a9fe9fff iCalendar arm64  <1edb3421405c37258b7869c850885a4f> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1aa006000 - 0x1aa00ffff CloudPhotoServices arm64  <579580c7fb583ef28b345db3e02083d8> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1aa04e000 - 0x1aa062fff libLinearAlgebra.dylib arm64  <188a2c0085103d40968c51b56786a050> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1aa0f2000 - 0x1aa1f4fff ConfigurationEngineModel arm64  <924504edd89438ef9d44f52c5ba9936a> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
0x1aa1f5000 - 0x1aa1fcfff CertUI arm64  <1b64d222c3433e2cb7f34a0361706bef> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x1aa2ff000 - 0x1aa30dfff CoreAUC arm64   /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1aad00000 - 0x1aad47fff PhysicsKit arm64  <7559b947b99d34dc92b1168af13a010b> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1aad48000 - 0x1aad99fff CorePrediction arm64  <823145e885533d46a7036c7edd5d3c55> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1ab1cc000 - 0x1ab217fff SafariSafeBrowsing arm64  <94d66640f5f9338d81202be956d09679> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1ab5b6000 - 0x1ab62bfff HomeSharing arm64   /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x1ab6ba000 - 0x1ab6d8fff GenerationalStorage arm64  <7679232cd37d322391458de38cfba542> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1ab73c000 - 0x1ab747fff PersonaKit arm64  <2711c35822cb372b94b26227ac95c3ae> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1ab748000 - 0x1ab754fff PersonaUI arm64  <7e2b07dcaf243495a5799ebab7e881f7> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1ab8fd000 - 0x1ab90bfff Speech arm64  <94d59c965cf8310ba56b484b96a103b5> /System/Library/Frameworks/Speech.framework/Speech
0x1abb55000 - 0x1abb5afff kperf arm64   /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1abce7000 - 0x1abcf5fff AssetsLibrary arm64   /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x1abd22000 - 0x1abd52fff libpcap.A.dylib arm64  <680fb4c1bd6b3049b41a4e03338e5a04> /usr/lib/libpcap.A.dylib
0x1ac00f000 - 0x1ac024fff WebUI arm64  <81259270470a3bd3ad89d23ef319c932> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x1ac025000 - 0x1ac03bfff SafariFoundation arm64  <6bb880ce57d33eaeb03ca9ab25d041ad> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x1ac083000 - 0x1ac11dfff libvDSP.dylib arm64  <17cedcd634703db1947605912da5c153> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1ac11e000 - 0x1ac149fff vCard arm64  <08b7040ecb1f34128c8e037d87456a1a> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1ac18b000 - 0x1ac216fff SampleAnalysis arm64  <5129d9cc0b8d381782ef5759bf290bb2> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1ac217000 - 0x1ac221fff IntentsFoundation arm64  <1dcf59962c193c069e4c9e0bd5694759> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1ac408000 - 0x1ac40afff ParsecSubscriptionServiceSupport arm64   /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x1ac40b000 - 0x1ac49afff MediaPlatform arm64   /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x1ac49b000 - 0x1ac7a8fff MediaLibraryCore arm64  <98bbb008c1ad36eea2afbdbc0a1803e2> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x1ac807000 - 0x1ac83ffff PhotosImagingFoundation arm64  <778695642f4433c9837f685b759990ca> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
0x1ac840000 - 0x1ac862fff MediaConversionService arm64  <8144b5bcc3663c379d0c13c05a24fcc1> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
0x1ac863000 - 0x1ac880fff MediaStream arm64   /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1ac881000 - 0x1ac97cfff CoreMediaStream arm64   /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x1aca14000 - 0x1aca15fff libCyrillicConverter.dylib arm64  <815fc1fd75583309b0c478c248c9a5ac> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
0x1aca93000 - 0x1aca93fff Accelerate arm64  <6e2f0eb242eb3d698c49d7b8937ce681> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1aca95000 - 0x1acdb0fff libLAPACK.dylib arm64   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1acdb1000 - 0x1acdb5fff libQuadrature.dylib arm64  <01a3f7ce12f73cd6bbfc1aa29f62c134> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1acdb6000 - 0x1ace0ffff libvMisc.dylib arm64  <0ce6a4851cc3335aa62b3c574ada23ca> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1ace10000 - 0x1ace10fff vecLib arm64  <2cf4dce3a72b3ddf9c1cc5a73120b032> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1ace19000 - 0x1ace26fff AuthenticationServices arm64  <353bb6739f8b3599a729230956c74b45> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
0x1ace69000 - 0x1acf64fff Combine arm64  <279a12fca7583a3d8d3b98e0dbb1314e> /System/Library/Frameworks/Combine.framework/Combine
0x1acf77000 - 0x1acfc7fff CoreMIDI arm64  <750bf0977f6c3210af90d8e7844f83cd> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x1ad1d1000 - 0x1ad1fefff GSS arm64  <225e035e34ef3230887f4b414afbb0f6> /System/Library/Frameworks/GSS.framework/GSS
0x1ad212000 - 0x1ad243fff MPSCore arm64  <253f3941794d3d36bf90c53ad2876155> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1ad244000 - 0x1ad2bdfff MPSImage arm64   /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1ad2be000 - 0x1ad2e0fff MPSMatrix arm64  <33c124071cf13deea1bb4a48e72fbb41> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1ad2e1000 - 0x1ad2f4fff MPSNDArray arm64  <5a5c21a804e1357ab7064fd433aafd11> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
0x1ad2f5000 - 0x1ad485fff MPSNeuralNetwork arm64  <90d91a4c61f43277ae5aa1420558b674> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1ad486000 - 0x1ad4cbfff MPSRayIntersector arm64   /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1ad4cc000 - 0x1ad4ccfff MetalPerformanceShaders arm64  <524dd85aa77238da874d1229353c75c7> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1ad4d9000 - 0x1ad4d9fff MobileCoreServices arm64   /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1ad4e4000 - 0x1ad4e5fff libCVMSPluginSupport.dylib arm64  <39c3e90d26ed386d9955392a8da964e0> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1ad4e6000 - 0x1ad4ecfff libCoreFSCache.dylib arm64  <32d64b26af353775af862800179e1d1c> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1ad4ed000 - 0x1ad4f2fff libCoreVMClient.dylib arm64  <7418e2f0eb4034e6ab4f783fb21edaa5> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1ad526000 - 0x1ad55afff QuickLookThumbnailing arm64  <795d3c9195bd30c78c78df3a22dab551> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1ad9b4000 - 0x1ad9b4fff UIKit arm64  <44227237da7d3edea3b99cc794e2febc> /System/Library/Frameworks/UIKit.framework/UIKit
0x1adbfb000 - 0x1add43fff ANECompiler arm64  <0d6e93768fa637c6897f0d353809ae7f> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
0x1add44000 - 0x1add54fff ANEServices arm64  <5d2c3db7a40730dfb59284006538da7f> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1addee000 - 0x1addf2fff ASEProcessing arm64  <0be9968405863cd097ab4ed2c3859cb6> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1adf85000 - 0x1adf90fff AccountSettings arm64  <11239ef0cb573b44b94329704ddb767f> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x1ae930000 - 0x1ae93efff AppleFSCompression arm64  <20b78ff40b34321c8397a01f9a92cb7b> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1ae93f000 - 0x1ae949fff AppleIDAuthSupport arm64   /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1ae94a000 - 0x1ae98bfff AppleJPEG arm64   /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1ae9a7000 - 0x1ae9b8fff AppleNeuralEngine arm64   /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1ae9bf000 - 0x1ae9e2fff AppleSauce arm64  <46c45cd4efe533f28302e2818e916179> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1aebd9000 - 0x1aec09fff Bom arm64  <2d8cca84b2113c37a3d6d24acc22224e> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1af664000 - 0x1af66bfff CommonAuth arm64   /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x1afa51000 - 0x1afa55fff CoreOptimization arm64   /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1afb6d000 - 0x1afb78fff DeviceIdentity arm64  <8f5cb2106a6a39a296a2fb946b4cc9f6> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1afd03000 - 0x1afd1dfff DocumentManagerCore arm64  <541299da83fa30a39572afccfcdb9288> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1afdd4000 - 0x1b041efff Espresso arm64  <4bf12b5fa9e43b319c94f443f75826d4> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1b06e4000 - 0x1b0af6fff FaceCore arm64   /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1b0bc6000 - 0x1b0bdafff libGSFontCache.dylib arm64  <805cb023cea63ead9e157671ab941a6f> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1b0c3e000 - 0x1b0c4afff libhvf.dylib arm64  <943e21adebc932fab557c3ba69921476> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x1b0c6c000 - 0x1b0c80fff Futhark arm64   /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1b17c5000 - 0x1b17c5fff libmetal_timestamp.dylib arm64  <7634e2636e723509a188b22ab8886320> /System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libmetal_timestamp.dylib
0x1b1944000 - 0x1b1950fff GraphVisualizer arm64   /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1b2264000 - 0x1b22d3fff Heimdal arm64   /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x1b27f1000 - 0x1b27f7fff InternationalSupport arm64   /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1b2aae000 - 0x1b2aaefff Marco arm64  <84106752c0e433848f3a45d25d8adee3> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1b2f63000 - 0x1b2f8cfff MetricsKit arm64   /System/Library/PrivateFrameworks/MetricsKit.framework/MetricsKit
0x1b2f9a000 - 0x1b2facfff MobileDeviceLink arm64  <6aedf5ec46203ce39055d75f1ce3537c> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x1b2fbe000 - 0x1b2fc7fff MobileStorage arm64  <083ff797373c3a738887e3d82f6f37c6> /System/Library/PrivateFrameworks/MobileStorage.framework/MobileStorage
0x1b325b000 - 0x1b329afff OTSVG arm64   /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1b38e8000 - 0x1b38e8fff PhoneNumbers arm64   /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1b521f000 - 0x1b522bfff RemoteServiceDiscovery arm64   /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/RemoteServiceDiscovery
0x1b5284000 - 0x1b5288fff RevealCore arm64   /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
0x1b541b000 - 0x1b5427fff SetupAssistantSupport arm64  <5c1f14cb73a03d0eb3d6a1bb803ae3f4> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1b5445000 - 0x1b5445fff SignpostMetrics arm64  <6a23f80b3e95362a97024435d699234d> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
0x1b5473000 - 0x1b548ffff SiriInstrumentation arm64  <10d53d18cfd831a0bf1bf3e38b98fa2d> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
0x1b5c08000 - 0x1b5d25fff TextRecognition arm64  <602074cd752f3fc6a6efa37f4d8162bf> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
0x1b5d26000 - 0x1b5dc8fff TextureIO arm64   /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1b6be6000 - 0x1b70cbfff libwebrtc.dylib arm64   /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1b7252000 - 0x1b725afff kperfdata arm64   /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1b725b000 - 0x1b72a2fff ktrace arm64  <614bdefc4f223b10aadade4e08cc09d0> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1b72bb000 - 0x1b72c7fff perfdata arm64  <7fbb27c9d7703b95be175f147f109bdb> /System/Library/PrivateFrameworks/perfdata.framework/perfdata
0x1b72c8000 - 0x1b72d6fff zudp arm64   /System/Library/PrivateFrameworks/zudp.framework/zudp
0x1b75a6000 - 0x1b789ffff libAWDSupportFramework.dylib arm64   /usr/lib/libAWDSupportFramework.dylib
0x1b7a4e000 - 0x1b7a58fff libChineseTokenizer.dylib arm64   /usr/lib/libChineseTokenizer.dylib
0x1b7a7d000 - 0x1b7c30fff libFosl_dynamic.dylib arm64   /usr/lib/libFosl_dynamic.dylib
0x1b7cad000 - 0x1b7cb3fff libMatch.1.dylib arm64   /usr/lib/libMatch.1.dylib
0x1b7d69000 - 0x1b7d6afff libSystem.B.dylib arm64   /usr/lib/libSystem.B.dylib
0x1b7d73000 - 0x1b7d75fff libThaiTokenizer.dylib arm64   /usr/lib/libThaiTokenizer.dylib
0x1b7e74000 - 0x1b7e89fff libapple_nghttp2.dylib arm64  <8f44a3c8d09d3767a9faac6ecd1e117d> /usr/lib/libapple_nghttp2.dylib
0x1b7f02000 - 0x1b7f12fff libbsm.0.dylib arm64  <34e5d47f9eb53fcb90e8d376b2495d76> /usr/lib/libbsm.0.dylib
0x1b7f13000 - 0x1b7f1ffff libbz2.1.0.dylib arm64  <585b38ef25d13a32ae5a58063781d3f3> /usr/lib/libbz2.1.0.dylib
0x1b7f20000 - 0x1b7f20fff libcharset.1.dylib arm64  <8f45b0844d5137cf81dad41df7d09791> /usr/lib/libcharset.1.dylib
0x1b7f21000 - 0x1b7f32fff libcmph.dylib arm64  <613da5e4a09f34fc8d38e2522ca6e355> /usr/lib/libcmph.dylib
0x1b7f33000 - 0x1b7f4afff libcompression.dylib arm64  <0510173465113cb5a85ad77c1f2ab922> /usr/lib/libcompression.dylib
0x1b7f4b000 - 0x1b7f4cfff libcoretls_cfhelpers.dylib arm64  <7c006b990b843bebb47b3a2b7226af4d> /usr/lib/libcoretls_cfhelpers.dylib
0x1b7f4d000 - 0x1b7f53fff libcupolicy.dylib arm64   /usr/lib/libcupolicy.dylib
0x1b7f93000 - 0x1b7f9cfff libdscsym.dylib arm64   /usr/lib/libdscsym.dylib
0x1b7f9d000 - 0x1b7fb9fff libedit.3.dylib arm64   /usr/lib/libedit.3.dylib
0x1b7fd3000 - 0x1b7fd8fff libheimdal-asn1.dylib arm64  <194f2d30c4133319ba80b44b8fb95da5> /usr/lib/libheimdal-asn1.dylib
0x1b7fd9000 - 0x1b80cafff libiconv.2.dylib arm64   /usr/lib/libiconv.2.dylib
0x1b80e0000 - 0x1b80ebfff liblockdown.dylib arm64  <54781e736ccd39a3bca20a8387978134> /usr/lib/liblockdown.dylib
0x1b8105000 - 0x1b811dfff liblzma.5.dylib arm64   /usr/lib/liblzma.5.dylib
0x1b8490000 - 0x1b84bffff libncurses.5.4.dylib arm64  <5e5c455de6ba30b9960c057a460ccf0b> /usr/lib/libncurses.5.4.dylib
0x1b84c0000 - 0x1b84d4fff libnetworkextension.dylib arm64  <3485a06e384737bf9e51cb52409ba639> /usr/lib/libnetworkextension.dylib
0x1b885e000 - 0x1b8876fff libresolv.9.dylib arm64   /usr/lib/libresolv.9.dylib
0x1b8877000 - 0x1b8879fff libsandbox.1.dylib arm64  <79d45127a2a630da946c8a5a32b79900> /usr/lib/libsandbox.1.dylib
0x1b887a000 - 0x1b887ffff libsysdiagnose.dylib arm64  <8d4b261509d83bad93a43a5080fb69e9> /usr/lib/libsysdiagnose.dylib
0x1b8880000 - 0x1b88b1fff libtidy.A.dylib arm64   /usr/lib/libtidy.A.dylib
0x1b88b9000 - 0x1b88bcfff libutil.dylib arm64  <8d7200aea3aa34d5a83e314569bffcb5> /usr/lib/libutil.dylib
0x1b88c1000 - 0x1b88e9fff libxslt.1.dylib arm64   /usr/lib/libxslt.1.dylib
0x1b88ea000 - 0x1b88fbfff libz.1.dylib arm64   /usr/lib/libz.1.dylib
0x1b8924000 - 0x1b8926fff liblog_network.dylib arm64  <7c8fe3bf8f0f3979ad975f4758bfd7d6> /usr/lib/log/liblog_network.dylib
0x1b8936000 - 0x1b8946fff libswiftAVFoundation.dylib arm64  <20511b030f8c3f8992c369d503198181> /usr/lib/swift/libswiftAVFoundation.dylib
0x1b8984000 - 0x1b898cfff libswiftCallKit.dylib arm64  <92697effae823dda9014ee604e155b87> /usr/lib/swift/libswiftCallKit.dylib
0x1b89af000 - 0x1b89bcfff libswiftCoreAudio.dylib arm64  <3f2312b760dd35709e7abba7f4e852d1> /usr/lib/swift/libswiftCoreAudio.dylib
0x1b89c5000 - 0x1b89c9fff libswiftCoreFoundation.dylib arm64   /usr/lib/swift/libswiftCoreFoundation.dylib
0x1b89ca000 - 0x1b89d8fff libswiftCoreGraphics.dylib arm64  <553de35ff7f43a3f82b68c6e14886516> /usr/lib/swift/libswiftCoreGraphics.dylib
0x1b89d9000 - 0x1b89ddfff libswiftCoreImage.dylib arm64  <85cf724cc58639a68a4b4cf0e991a4b7> /usr/lib/swift/libswiftCoreImage.dylib
0x1b89e5000 - 0x1b89effff libswiftCoreMIDI.dylib arm64   /usr/lib/swift/libswiftCoreMIDI.dylib
0x1b89f0000 - 0x1b8a31fff libswiftCoreMedia.dylib arm64  <5e4b2c7dbe123e069bca153a91b2b171> /usr/lib/swift/libswiftCoreMedia.dylib
0x1b8a32000 - 0x1b8a3bfff libswiftDarwin.dylib arm64  <23c9cb3d76153bb390f627cda5f9a33b> /usr/lib/swift/libswiftDarwin.dylib
0x1b8a3c000 - 0x1b8a57fff libswiftDispatch.dylib arm64  <01d8e5464a3c36bd86ad29030e1ab0a5> /usr/lib/swift/libswiftDispatch.dylib
0x1b8a58000 - 0x1b8bdefff libswiftFoundation.dylib arm64  <3124f8c68f44316ab28ee48f9b738a5c> /usr/lib/swift/libswiftFoundation.dylib
0x1b8c1b000 - 0x1b8c22fff libswiftMetal.dylib arm64  <47dc96a7a4183d03ad474866b02844a8> /usr/lib/swift/libswiftMetal.dylib
0x1b8c94000 - 0x1b8c9afff libswiftObjectiveC.dylib arm64  <6eccc5779c82372d8f9f66aba7a4bb68> /usr/lib/swift/libswiftObjectiveC.dylib
0x1b8ca5000 - 0x1b8caafff libswiftQuartzCore.dylib arm64   /usr/lib/swift/libswiftQuartzCore.dylib
0x1b8ce6000 - 0x1b8cfdfff libswiftUIKit.dylib arm64  <58044279dd6b31e080e483b557d99744> /usr/lib/swift/libswiftUIKit.dylib
0x1b8d17000 - 0x1b8d31fff libswiftsimd.dylib arm64  <1f1b0cb00ecb3400a83c71f1d3ae087c> /usr/lib/swift/libswiftsimd.dylib
0x1b8d32000 - 0x1b8d37fff libcache.dylib arm64   /usr/lib/system/libcache.dylib
0x1b8d38000 - 0x1b8d44fff libcommonCrypto.dylib arm64   /usr/lib/system/libcommonCrypto.dylib
0x1b8d45000 - 0x1b8d49fff libcompiler_rt.dylib arm64  <95a2a970877e365fae720a708a8edd68> /usr/lib/system/libcompiler_rt.dylib
0x1b8e1e000 - 0x1b8e1efff liblaunch.dylib arm64   /usr/lib/system/liblaunch.dylib
0x1b8e1f000 - 0x1b8e24fff libmacho.dylib arm64   /usr/lib/system/libmacho.dylib
0x1b8e25000 - 0x1b8e27fff libremovefile.dylib arm64  <056edd870d1a3755b48c06dcbe44441b> /usr/lib/system/libremovefile.dylib
0x1b8e28000 - 0x1b8e29fff libsystem_featureflags.dylib arm64  <112de23b918f32fc95b72d5bbc4de99f> /usr/lib/system/libsystem_featureflags.dylib
0x1b8e2a000 - 0x1b8e57fff libsystem_m.dylib arm64   /usr/lib/system/libsystem_m.dylib
0x1b8e58000 - 0x1b8e5dfff libunwind.dylib arm64   /usr/lib/system/libunwind.dylib
0x1b9137000 - 0x1b919efff NanoRegistry arm64   /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1b919f000 - 0x1b91acfff NanoPreferencesSync arm64   /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1b9a53000 - 0x1b9b37fff AGXMetalA9 arm64  <7ef8d24711843b01ad5f37dc8b68fbd0> /System/Library/Extensions/AGXMetalA9.bundle/AGXMetalA9
0x1b9b5d000 - 0x1b9b95fff CryptoTokenKit arm64  <7d9c8ac55b93346ea01ae84fd05dc422> /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit
0x1bacc4000 - 0x1bace1fff AppSSO arm64  <3244e46ad3f93e6b8007d91292275da1> /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO
0x1bace2000 - 0x1bacf6fff AppSSOCore arm64   /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore


EOF

We also have many crashes with similar stack traces that happens only on iOS 13 and we still don't find the reason. Does anyone have any ideas?