Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ios: race / EXC_CRASH (SIGABRT) when force-closing app #572

Closed
rebello95 opened this issue Nov 1, 2019 · 4 comments · Fixed by #698
Closed

ios: race / EXC_CRASH (SIGABRT) when force-closing app #572

rebello95 opened this issue Nov 1, 2019 · 4 comments · Fixed by #698
Assignees

Comments

@rebello95
Copy link
Contributor

We're seeing an occasional crash occur (~20% of the time) when force-closing a pre-release version of an app with Envoy Mobile integrated. This is not visible to the end user since the app has already been terminated by the OS, but is a crash nonetheless and prompts TestFlight users to report a bug.

This is a similar problem to the one we saw in #492, but with different stack traces.

Incident Identifier: DBEFE7BA-B387-48E1-A7FF-77A0B81C626C
Beta Identifier:     48C29DCC-CADD-44AB-B3D0-644F35477345
Hardware Model:      iPhone11,2
Process:             Lyft [2987]
Path:                /private/var/containers/Bundle/Application/E3487D07-3AA8-4809-A5A1-C34520FB40A7/Lyft.app/Lyft
Identifier:          com.lyft.ios.alpha
Version:             6.6.0.79458842 (6.6.0)
AppStoreTools:       11B48b
AppVariant:          1:iPhone11,2:13
Beta:                YES
Code Type:           ARM-64 (Native)
Role:                Non UI
Parent Process:      launchd [1]
Coalition:           com.lyft.ios.alpha [895]


Date/Time:           2019-11-01 07:28:31.8004 -0700
Launch Time:         2019-11-01 07:28:27.7693 -0700
OS Version:          iPhone OS 13.2 (17B84)
Release Type:        User
Baseband Version:    2.02.12
Report Version:      104

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

Thread 0 name:
Thread 0:
0   libsystem_kernel.dylib        	0x00000001b07f38f0 __ulock_wait + 8
1   libsystem_pthread.dylib       	0x00000001b0714e34 _pthread_join + 368 (pthread_cancelable.c:397)
2   libc++.1.dylib                	0x00000001b0887260 std::__1::thread::join() + 36 (__threading_support:343)
3   Lyft                          	0x0000000104e543d8 Envoy::Engine::~Engine() + 124
4   Lyft                          	0x0000000104e618d8 std::__1::shared_ptr<Envoy::Network::DnsResolver>::~shared_ptr() + 64
5   libsystem_c.dylib             	0x00000001b0683068 __cxa_finalize_ranges + 416 (atexit.c:284)
6   libsystem_c.dylib             	0x00000001b06833a4 exit + 28 (exit.c:81)
7   UIKitCore                     	0x00000001b4af2e48 -[UIApplication _terminateWithStatus:] + 508 (UIApplication.m:6646)
8   UIKitCore                     	0x00000001b4285cfc -[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionSto... + 128 (_UISceneLifecycleMultiplexer.m:766)
9   UIKitCore                     	0x00000001b4285958 -[_UISceneLifecycleMultiplexer forceExitWithTransitionContext:scene:] + 220 (_UISceneLifecycleMultiplexer.m:417)
10  UIKitCore                     	0x00000001b4ae8eac -[UIApplication workspaceShouldExit:withTransitionContext:] + 216 (UIApplication.m:3663)
11  FrontBoardServices            	0x00000001b5bcaa3c -[FBSUIApplicationWorkspaceShim workspaceShouldExit:withTransitionContext:] + 88 (FBSUIApplicationWorkspace.m:144)
12  FrontBoardServices            	0x00000001b5bf8314 __83-[FBSWorkspaceScenesClient willTerminateWithTransitionContext:withAcknowledgement:]_block_inv... + 80 (FBSWorkspaceScenesClient.m:281)
13  FrontBoardServices            	0x00000001b5bdcfa4 -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 240 (FBSWorkspace.m:357)
14  FrontBoardServices            	0x00000001b5bf82a0 __83-[FBSWorkspaceScenesClient willTerminateWithTransitionContext:withAcknowledgement:]_block_invoke + 140 (FBSWorkspaceScenesClient.m:278)
15  libdispatch.dylib             	0x00000001b06adfd8 _dispatch_client_callout + 20 (object.m:495)
16  libdispatch.dylib             	0x00000001b06b0d1c _dispatch_block_invoke_direct + 264 (queue.c:466)
17  FrontBoardServices            	0x00000001b5c1f304 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 48 (FBSSerialQueue.m:173)
18  FrontBoardServices            	0x00000001b5c1efb0 -[FBSSerialQueue _queue_performNextIfPossible] + 432 (FBSSerialQueue.m:216)
19  FrontBoardServices            	0x00000001b5c1f51c -[FBSSerialQueue _performNextFromRunLoopSource] + 32 (FBSSerialQueue.m:247)
20  CoreFoundation                	0x00000001b098324c __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28 (CFRunLoop.c:1922)
21  CoreFoundation                	0x00000001b09831a0 __CFRunLoopDoSource0 + 84 (CFRunLoop.c:1956)
22  CoreFoundation                	0x00000001b098290c __CFRunLoopDoSources0 + 184 (CFRunLoop.c:1992)
23  CoreFoundation                	0x00000001b097d7d8 __CFRunLoopRun + 1068 (CFRunLoop.c:2882)
24  CoreFoundation                	0x00000001b097d084 CFRunLoopRunSpecific + 480 (CFRunLoop.c:3192)
25  GraphicsServices              	0x00000001babcb534 GSEventRunModal + 108 (GSEvent.c:2246)
26  UIKitCore                     	0x00000001b4aed698 UIApplicationMain + 1940 (UIApplication.m:4758)
27  Lyft                          	0x0000000104e33940 main + 68
28  libdyld.dylib                 	0x00000001b07fce18 start + 4

Thread 1:
0   libsystem_pthread.dylib       	0x00000001b0719c74 start_wqthread + 0

Thread 2:
0   libsystem_pthread.dylib       	0x00000001b0719c74 start_wqthread + 0

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

Thread 4 name:
Thread 4:
0   libsystem_kernel.dylib        	0x00000001b07d0c04 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001b07d0020 mach_msg + 76 (mach_msg.c:103)
2   CoreFoundation                	0x00000001b0982aa8 __CFRunLoopServiceMachPort + 220 (CFRunLoop.c:2575)
3   CoreFoundation                	0x00000001b097d940 __CFRunLoopRun + 1428 (CFRunLoop.c:2931)
4   CoreFoundation                	0x00000001b097d084 CFRunLoopRunSpecific + 480 (CFRunLoop.c:3192)
5   Foundation                    	0x00000001b0cc23d0 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232 (NSRunLoop.m:374)
6   Foundation                    	0x00000001b0cc22a8 -[NSRunLoop(NSRunLoop) runUntilDate:] + 92 (NSRunLoop.m:421)
7   UIKitCore                     	0x00000001b4b89170 -[UIEventFetcher threadMain] + 156 (UIEventFetcher.m:637)
8   Foundation                    	0x00000001b0cc1034 -[NSThread main] + 40 (NSThread.m:760)
9   Foundation                    	0x00000001b0dfca8c __NSThread__start__ + 852 (NSThread.m:724)
10  libsystem_pthread.dylib       	0x00000001b0711d50 _pthread_start + 128 (pthread.c:895)
11  libsystem_pthread.dylib       	0x00000001b0719c88 thread_start + 8

Thread 5:
0   libsystem_pthread.dylib       	0x00000001b0719c74 start_wqthread + 0

Thread 6 Crashed:
0   libsystem_kernel.dylib        	0x00000001b07f2efc __pthread_kill + 8
1   libsystem_pthread.dylib       	0x00000001b0712d10 pthread_kill + 196 (pthread.c:1456)
2   libsystem_c.dylib             	0x00000001b06a2a74 abort + 104 (abort.c:110)
3   Lyft                          	0x0000000104f10188 Envoy::Extensions::TransportSockets::Tls::ContextManagerImpl::~ContextManagerImpl() + 164
4   Lyft                          	0x0000000104f1035c Envoy::Extensions::TransportSockets::Tls::ContextManagerImpl::~ContextManagerImpl() + 12
5   Lyft                          	0x0000000104f2ee88 Envoy::Server::InstanceImpl::~InstanceImpl() + 816
6   Lyft                          	0x0000000104f2f154 Envoy::Server::InstanceImpl::~InstanceImpl() + 12
7   Lyft                          	0x0000000104e6147c Envoy::MainCommonBase::~MainCommonBase() + 40
8   Lyft                          	0x0000000104e54024 Envoy::Engine::run(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<... + 516
9   Lyft                          	0x0000000104e61218 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, st... + 136
10  libsystem_pthread.dylib       	0x00000001b0711d50 _pthread_start + 128 (pthread.c:895)
11  libsystem_pthread.dylib       	0x00000001b0719c88 thread_start + 8

Thread 7:
0   libsystem_pthread.dylib       	0x00000001b0719c74 start_wqthread + 0

Thread 8 name:
Thread 8:
0   libnetwork.dylib              	0x00000001b30808f0 __nw_log_ring_append_block_invoke + 768 (log_ring.c:47)
1   libnetwork.dylib              	0x00000001b30805d8 nw_log_ring_append + 108 (log_ring.c:61)
2   libnetwork.dylib              	0x00000001b30805d8 nw_log_ring_append + 108 (log_ring.c:61)
3   libusrtcp.dylib               	0x00000001b5d7d648 tcp_input + 2364 (tcp_subr.c:2616)
4   libusrtcp.dylib               	0x00000001b5d9bd88 __tcp_input_available_block_invoke + 60 (user_socket.c:1622)
5   libusrtcp.dylib               	0x00000001b5d9bbe4 tcp_input_available + 676 (frame_internal.h:1079)
6   libusrtcp.dylib               	0x00000001b5d712fc nw_protocol_tcp_input_available + 224 (protocol_tcp.c:1867)
7   libnetwork.dylib              	0x00000001b2d570b0 nw_protocol_default_input_available + 72 (protocol_default.c:67)
8   libnetwork.dylib              	0x00000001b2e39220 nw_channel_add_input_frames + 4332 (channel.c:1121)
9   libnetwork.dylib              	0x00000001b2e380b8 nw_channel_update_input_source + 172 (channel.c:1195)
10  libnetwork.dylib              	0x00000001b2e378c8 __nw_channel_create_block_invoke.32 + 56 (channel.c:2056)
11  libdispatch.dylib             	0x00000001b06adfd8 _dispatch_client_callout + 20 (object.m:495)
12  libdispatch.dylib             	0x00000001b06b0758 _dispatch_continuation_pop + 408 (inline_internal.h:2484)
13  libdispatch.dylib             	0x00000001b06c0f18 _dispatch_source_invoke2 + 892 (source.c:568)
14  libdispatch.dylib             	0x00000001b06c08c4 _dispatch_source_invoke + 428 (inline_internal.h:1851)
15  libdispatch.dylib             	0x00000001b06b5fd0 _dispatch_workloop_invoke2 + 572 (inline_internal.h:2525)
16  libdispatch.dylib             	0x00000001b06b5aec _dispatch_workloop_invoke + 428 (inline_internal.h:1851)
17  libdispatch.dylib             	0x00000001b06bdf20 _dispatch_workloop_worker_thread + 580 (queue.c:6445)
18  libsystem_pthread.dylib       	0x00000001b0713a94 _pthread_wqthread + 280 (pthread.c:2324)
19  libsystem_pthread.dylib       	0x00000001b0719c7c start_wqthread + 8

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

Thread 10 name:
Thread 10:
0   libsystem_kernel.dylib        	0x00000001b07d0c04 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001b07d0020 mach_msg + 76 (mach_msg.c:103)
2   CoreFoundation                	0x00000001b0982aa8 __CFRunLoopServiceMachPort + 220 (CFRunLoop.c:2575)
3   CoreFoundation                	0x00000001b097d940 __CFRunLoopRun + 1428 (CFRunLoop.c:2931)
4   CoreFoundation                	0x00000001b097d084 CFRunLoopRunSpecific + 480 (CFRunLoop.c:3192)
5   CFNetwork                     	0x00000001b3c7cf18 -[__CoreSchedulingSetRunnable runForever] + 192 (CoreSchedulingSet.mm:1372)
6   Foundation                    	0x00000001b0cc1034 -[NSThread main] + 40 (NSThread.m:760)
7   Foundation                    	0x00000001b0dfca8c __NSThread__start__ + 852 (NSThread.m:724)
8   libsystem_pthread.dylib       	0x00000001b0711d50 _pthread_start + 128 (pthread.c:895)
9   libsystem_pthread.dylib       	0x00000001b0719c88 thread_start + 8

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

Thread 12 name:
Thread 12:
0   libsystem_kernel.dylib        	0x00000001b07f4464 fsync + 8
1   Foundation                    	0x00000001b0ddf88c _NSWriteDataToFileWithExtendedAttributes + 644 (NSPlatform.m:1077)
2   libswiftFoundation.dylib      	0x00000001e5c4b260 $s10Foundation4DataV5write2to7optionsyAA3URLV_So20NSDataWritingOptionsVtKFySo0G0CKXEfU_Tf4ndnn_n + 196 (Data.swift:2275)
3   libswiftFoundation.dylib      	0x00000001e5b4f82c $s10Foundation13__DataStorageC28withInteriorPointerReferenceyxSnySiG_xSo6NSDataCKXEtKlFyt_Tg5015$... + 188 (<compiler-generated>:0)
4   libswiftFoundation.dylib      	0x00000001e5b55d50 $s10Foundation4DataV15_RepresentationO28withInteriorPointerReferenceyxxSo6NSDataCKXEKlFyt_Tg5015$... + 356 (Data.swift:1513)
5   libswiftFoundation.dylib      	0x00000001e5b58088 $s10Foundation4DataV5write2to7optionsyAA3URLV_So20NSDataWritingOptionsVtKF + 88 (Data.swift:2267)
6   Lyft                          	0x00000001081ce4b0 Archiver.write(_:) + 904
7   Lyft                          	0x00000001081d3190 partial apply for closure #1 in Publisher.track(_:uploadImmediately:) + 52
8   Lyft                          	0x00000001049eafa0 thunk for @escaping @callee_guaranteed () -> () + 28
9   Foundation                    	0x00000001b0dd7a54 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 24 (NSOperation.m:1541)
10  Foundation                    	0x00000001b0cd9538 -[NSBlockOperation main] + 104 (NSOperation.m:1560)
11  Foundation                    	0x00000001b0dd9db0 __NSOPERATION_IS_INVOKING_MAIN__ + 24 (NSOperation.m:2184)
12  Foundation                    	0x00000001b0cd91b4 -[NSOperation start] + 740 (NSOperation.m:2201)
13  Foundation                    	0x00000001b0dda7dc __NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ + 24 (NSOperation.m:2215)
14  Foundation                    	0x00000001b0dda29c __NSOQSchedule_f + 184 (NSOperation.m:2226)
15  libdispatch.dylib             	0x00000001b06ba39c _dispatch_block_async_invoke2 + 144 (queue.c:525)
16  libdispatch.dylib             	0x00000001b06adfd8 _dispatch_client_callout + 20 (object.m:495)
17  libdispatch.dylib             	0x00000001b06b0758 _dispatch_continuation_pop + 408 (inline_internal.h:2484)
18  libdispatch.dylib             	0x00000001b06afeb8 _dispatch_async_redirect_invoke + 596 (queue.c:803)
19  libdispatch.dylib             	0x00000001b06bcbd4 _dispatch_root_queue_drain + 348 (inline_internal.h:2525)
20  libdispatch.dylib             	0x00000001b06bd384 _dispatch_worker_thread2 + 120 (queue.c:6628)
21  libsystem_pthread.dylib       	0x00000001b0713a54 _pthread_wqthread + 216 (pthread.c:2336)
22  libsystem_pthread.dylib       	0x00000001b0719c7c start_wqthread + 8

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

Thread 14 name:
Thread 14:
0   libsystem_kernel.dylib        	0x00000001b07d0c04 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001b07d0020 mach_msg + 76 (mach_msg.c:103)
2   CoreFoundation                	0x00000001b0982aa8 __CFRunLoopServiceMachPort + 220 (CFRunLoop.c:2575)
3   CoreFoundation                	0x00000001b097d940 __CFRunLoopRun + 1428 (CFRunLoop.c:2931)
4   CoreFoundation                	0x00000001b097d084 CFRunLoopRunSpecific + 480 (CFRunLoop.c:3192)
5   Foundation                    	0x00000001b0cc23d0 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232 (NSRunLoop.m:374)
6   Lyft                          	0x0000000105e354e8 -[GMSx_GTMSimpleWorkerThread main] + 184
7   Foundation                    	0x00000001b0dfca8c __NSThread__start__ + 852 (NSThread.m:724)
8   libsystem_pthread.dylib       	0x00000001b0711d50 _pthread_start + 128 (pthread.c:895)
9   libsystem_pthread.dylib       	0x00000001b0719c88 thread_start + 8

Thread 15 name:
Thread 15:
0   libsystem_kernel.dylib        	0x00000001b07f3188 __select + 8
1   CoreFoundation                	0x00000001b09908f8 __CFSocketManager + 628 (CFSocket.c:1321)
2   libsystem_pthread.dylib       	0x00000001b0711d50 _pthread_start + 128 (pthread.c:895)
3   libsystem_pthread.dylib       	0x00000001b0719c88 thread_start + 8

Thread 16:
0   libsystem_pthread.dylib       	0x00000001b0719c74 start_wqthread + 0

Thread 17:
0   libsystem_pthread.dylib       	0x00000001b0719c74 start_wqthread + 0

Thread 18:
0   libsystem_pthread.dylib       	0x00000001b0719c74 start_wqthread + 0

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

Thread 6 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x0000000109cb42c0   x5: 0x0000000000000000   x6: 0x0000000000000000   x7: 0x0000000000000900
    x8: 0x000000016b763000   x9: 0x00000001f8fe3228  x10: 0x00000000000007fb  x11: 0x00000000000007fd
   x12: 0x0000000000000001  x13: 0x000000002fc6a8d2  x14: 0x000000002fe6b000  x15: 0x00000000000000d6
   x16: 0x0000000000000148  x17: 0x00000001ee1d6f10  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x000000000000a413  x21: 0x000000016b7630e0  x22: 0x00000001200245b0  x23: 0x0000000000000000
   x24: 0x0000000000000000  x25: 0x0000000000000000  x26: 0x0000000000000000  x27: 0x0000000000000000
   x28: 0x0000000000000000   fp: 0x000000016b762db0   lr: 0x00000001b0712d10
    sp: 0x000000016b762d90   pc: 0x00000001b07f2efc cpsr: 0x40000000
   esr: 0x56000080  Address size fault

Binary Images:
0x1049e0000 - 0x108c0ffff Lyft arm64  <8b3b51575fd63af28d9bc4536f6fe7fa> /var/containers/Bundle/Application/E3487D07-3AA8-4809-A5A1-C34520FB40A7/Lyft.app/Lyft
0x109d04000 - 0x109d6bfff dyld arm64e  <cfa789d10da63f9a8996daf84ed9d04f> /usr/lib/dyld
0x109e90000 - 0x109e9bfff libobjc-trampolines.dylib arm64e  <31d46b4d9de231598e87e313a1d483bf> /usr/lib/libobjc-trampolines.dylib
0x1b05e0000 - 0x1b05f6fff libsystem_trace.dylib arm64e  <0a180b428ada35968b86432d24b45e23> /usr/lib/system/libsystem_trace.dylib
0x1b05f7000 - 0x1b062afff libxpc.dylib arm64e  <30c739e9b96c3cbe9ed8db1bda3f804e> /usr/lib/system/libxpc.dylib
0x1b062b000 - 0x1b062bfff libsystem_blocks.dylib arm64e  <fd2ec47db2363ef49e21e1ec3062e70e> /usr/lib/system/libsystem_blocks.dylib
0x1b062c000 - 0x1b06aafff libsystem_c.dylib arm64e  <7915a50162793beb9eda380d001391f4> /usr/lib/system/libsystem_c.dylib
0x1b06ab000 - 0x1b06e7fff libdispatch.dylib arm64e  <d174e751b5423a69a5937aa69cf30f23> /usr/lib/system/libdispatch.dylib
0x1b06e8000 - 0x1b0708fff libsystem_malloc.dylib arm64e  <4001cd16e1d13a03bda26cd62f2c20a3> /usr/lib/system/libsystem_malloc.dylib
0x1b0709000 - 0x1b070ffff libsystem_platform.dylib arm64e  <68c3ee8aba3632d788d9b4e2fcce7cf5> /usr/lib/system/libsystem_platform.dylib
0x1b0710000 - 0x1b071afff libsystem_pthread.dylib arm64e  <e539ad86198d3473ba0754b6a03ecd57> /usr/lib/system/libsystem_pthread.dylib
0x1b071b000 - 0x1b074bfff libobjc.A.dylib arm64e  <9e6ef7813ed73536ab5a2ceca74a129f> /usr/lib/libobjc.A.dylib
0x1b074c000 - 0x1b07b8fff libcorecrypto.dylib arm64e  <3181fe49e5173af4918f2936dc9007e4> /usr/lib/system/libcorecrypto.dylib
0x1b07b9000 - 0x1b07ccfff libc++abi.dylib arm64e  <bef405ad732a3185b18ea53a1ed4246b> /usr/lib/libc++abi.dylib
0x1b07cd000 - 0x1b07fbfff libsystem_kernel.dylib arm64e  <c6184bc6a348391ab791173c343a5ce5> /usr/lib/system/libsystem_kernel.dylib
0x1b07fc000 - 0x1b082ffff libdyld.dylib arm64e  <2de87b302cb130c29c0e4bb9022d71e8> /usr/lib/system/libdyld.dylib
0x1b0830000 - 0x1b0837fff libsystem_darwin.dylib arm64e  <8d80cf5abc1f3137b27cd14b45d0f18e> /usr/lib/system/libsystem_darwin.dylib
0x1b0838000 - 0x1b0892fff libc++.1.dylib arm64e  <3acc748cc38735f1999b2a02ac4063b9> /usr/lib/libc++.1.dylib
0x1b0893000 - 0x1b08d4fff libsystem_info.dylib arm64e  <11fe0a87e54239839a89d21b50139b3f> /usr/lib/system/libsystem_info.dylib
0x1b08d5000 - 0x1b0c52fff CoreFoundation arm64e  <046f17df03a83d0399f5bd4cff8123c4> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1b0c53000 - 0x1b0cb9fff SystemConfiguration arm64e  <6b2854d0c9403706a3aa94072832bcca> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x1b0cba000 - 0x1b0f85fff Foundation arm64e  <d2b43a39f0d530d39776956a0f143802> /System/Library/Frameworks/Foundation.framework/Foundation
0x1b0f86000 - 0x1b0fb8fff libCRFSuite.dylib arm64e  <6cae8ba003de3597b87f393ab38b6340> /usr/lib/libCRFSuite.dylib
0x1b0fb9000 - 0x1b113bfff CoreServices arm64e  <21793959de603a65bc5857bb2e3cc785> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x1b113c000 - 0x1b119efff libSparse.dylib arm64e  <7676b663a67534179f805e5f5debda03> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1b119f000 - 0x1b169afff ImageIO arm64e  <0b88e99a3e113afaa507432fe2f4ac8e> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x1b169b000 - 0x1b169dfff ConstantClasses arm64e  <b1b27de7926e3123ac8f6a183c127143> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x1b169e000 - 0x1b1836fff CoreText arm64e  <76fbacb08c7a336eb31ee0d502c1afe6> /System/Library/Frameworks/CoreText.framework/CoreText
0x1b1837000 - 0x1b196cfff Security arm64e  <b58a3ad2545f385e90cca958fba03931> /System/Library/Frameworks/Security.framework/Security
0x1b196d000 - 0x1b1a13fff IOKit arm64e  <b2469a310bcf3f8e8657eaf3a621aff0> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x1b1a14000 - 0x1b1a4bfff libMobileGestalt.dylib arm64e  <e3092f90166e33248559993366cd85b3> /usr/lib/libMobileGestalt.dylib
0x1b1a4c000 - 0x1b1aaafff libprotobuf.dylib arm64e  <6fe35c29eb343d349832ec0a914b1c58> /usr/lib/libprotobuf.dylib
0x1b1aab000 - 0x1b1abdfff libprotobuf-lite.dylib arm64e  <541955e037ea393aa77930c0f31aa342> /usr/lib/libprotobuf-lite.dylib
0x1b1abe000 - 0x1b1d1efff libicucore.A.dylib arm64e  <0a6d5b170c803985b529d5250b7e7f1c> /usr/lib/libicucore.A.dylib
0x1b1d1f000 - 0x1b1d48fff CoreServicesInternal arm64e  <a571bf7addb43185b143988f61063586> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x1b1d49000 - 0x1b1d90fff WirelessDiagnostics arm64e  <8080517b6073306aabc0a4271e6fc523> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x1b1d91000 - 0x1b1dccfff libAWDSupport.dylib arm64e  <91090a39c28f370581f3f4c26831b251> /usr/lib/libAWDSupport.dylib
0x1b1dcd000 - 0x1b2215fff CoreAudio arm64e  <7d43eea042bc30ed936f949a61aa31aa> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1b2216000 - 0x1b24eefff CoreImage arm64e  <a4cdd2f64ae3377786abc34b10dd3062> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x1b24ef000 - 0x1b25e2fff LanguageModeling arm64e  <ecb00b5422c93e958a11f81efad848c1> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x1b25e3000 - 0x1b2629fff Lexicon arm64e  <5e1037ca316b3a3cbe6faa517d742044> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x1b262a000 - 0x1b27b0fff libsqlite3.dylib arm64e  <6f443b783aea3326927def392fbf8d55> /usr/lib/libsqlite3.dylib
0x1b27b1000 - 0x1b27e3fff MobileKeyBag arm64e  <0ed58e2520ae3b71ba83d52b5652ceda> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1b27e4000 - 0x1b27edfff libsystem_notify.dylib arm64e  <f13ab60d3f5d3f04b973b41338b1dc0a> /usr/lib/system/libsystem_notify.dylib
0x1b27ee000 - 0x1b29c3fff CoreDuet arm64e  <cdc721ab31ae30d288c87b2c6c21fac3> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x1b29c4000 - 0x1b2b0afff Montreal arm64e  <4321fdc4d0803526b0e460d0ba2864be> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x1b2b0b000 - 0x1b2bf0fff NLP arm64e  <87ed7d311bdf3bf6a89f75b4a8dfbfa7> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x1b2bf1000 - 0x1b2c0ffff CellularPlanManager arm64e  <fbe9b3c860eb343984bbb345cbaf4115> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x1b2c10000 - 0x1b2c4dfff AppSupport arm64e  <b8ed973953573ef093a332320d3030d3> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x1b2c4e000 - 0x1b3123fff libnetwork.dylib arm64e  <e6f40a18de143275bb986bf8fb3569c6> /usr/lib/libnetwork.dylib
0x1b3124000 - 0x1b3234fff ManagedConfiguration arm64e  <d1a53df09d64359b9d54114200a4f335> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x1b3235000 - 0x1b325ffff CoreServicesStore arm64e  <1fdcb47cb69b3a30bab3965acb24236a> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
0x1b3260000 - 0x1b3281fff UserManagement arm64e  <6facf1dd3d5b3e9bbb3678374f92da8a> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1b3282000 - 0x1b3539fff CoreML arm64e  <fe7fc94e5c2b37678c05878f3fde13d8> /System/Library/Frameworks/CoreML.framework/CoreML
0x1b353a000 - 0x1b3550fff ProtocolBuffer arm64e  <1a70644e171d3bd39be565fb6cfa2666> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1b3551000 - 0x1b356bfff CommonUtilities arm64e  <4ae1515b387a3301aa71d6e08d386ce5> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1b356c000 - 0x1b356cfff libenergytrace.dylib arm64e  <d74b3b6d18d83edcba7ce2499b5423d6> /usr/lib/libenergytrace.dylib
0x1b356d000 - 0x1b35a5fff RunningBoardServices arm64e  <e8a077343aeb3821ac92e97818aee8af> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
0x1b35a6000 - 0x1b361efff BaseBoard arm64e  <525c9d18b5f63ecba1a3ea4727d7a5aa> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x1b361f000 - 0x1b3b92fff SiriTTS arm64e  <02cefe2e6e8a3d16bd2bc179531b7669> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x1b3b93000 - 0x1b3c05fff CoreLocation arm64e  <ad815b00058b3f3e84c81316822c98c6> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x1b3c13000 - 0x1b3c69fff Accounts arm64e  <6383d77e057a3043846fa9f41d0a2f4b> /System/Library/Frameworks/Accounts.framework/Accounts
0x1b3c6a000 - 0x1b3c7afff SharedWebCredentials arm64e  <d95b1046ff7a37aca677ba0a0ee5488c> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x1b3c7b000 - 0x1b3fc7fff CFNetwork arm64e  <b4fee33c78a73ea7b4e21b1244c6e6a2> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x1b3fc8000 - 0x1b40aafff UIFoundation arm64e  <601db17b4b1730a9962ad27a531f470c> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x1b40ab000 - 0x1b51cbfff UIKitCore arm64e  <b856439d6df238fe9689e4c590af1442> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x1b51cc000 - 0x1b51dafff AssertionServices arm64e  <283145db69183bcfa72e24bfd65ce3ba> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1b51db000 - 0x1b52b2fff CoreTelephony arm64e  <ed74a41f817f3e45a8e26ed31190d88c> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x1b52b3000 - 0x1b52b8fff AggregateDictionary arm64e  <845377e457cc3940ae87893a4b0da061> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1b52b9000 - 0x1b52cffff libsystem_asl.dylib arm64e  <1f471e2643e531c6a20a72ca7a120419> /usr/lib/system/libsystem_asl.dylib
0x1b52d0000 - 0x1b534afff CloudDocs arm64e  <b668e693396739febbd7980c62435395> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x1b534b000 - 0x1b567afff CoreData arm64e  <07a6b8a081df3bb5a3c9f4d8abe0c486> /System/Library/Frameworks/CoreData.framework/CoreData
0x1b567b000 - 0x1b58a7fff Vision arm64e  <8c3d770e4f663ea3896d262725042c74> /System/Library/Frameworks/Vision.framework/Vision
0x1b58a8000 - 0x1b58ecfff PhotoFoundation arm64e  <25fa6567168b3f139d3ff8d02140d87a> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x1b58ed000 - 0x1b5918fff BoardServices arm64e  <9258e27b9083347bb48c14490a5602dd> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
0x1b5919000 - 0x1b59c9fff libboringssl.dylib arm64e  <c61db48474f83d138d9b48768fc754b1> /usr/lib/libboringssl.dylib
0x1b59ca000 - 0x1b59d8fff libsystem_networkextension.dylib arm64e  <8277a33ac5e73d5282865bdfadea167b> /usr/lib/system/libsystem_networkextension.dylib
0x1b59d9000 - 0x1b59f9fff CoreAnalytics arm64e  <08d78113048a3a0fb2f8851156320b75> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1b59fa000 - 0x1b5b74fff CloudKit arm64e  <bc281824dde43bbb85c702672f2c6f97> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x1b5b75000 - 0x1b5bc4fff SpringBoardServices arm64e  <2556f77a12523c9abb11dd9f8638319e> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1b5bc5000 - 0x1b5c3cfff FrontBoardServices arm64e  <a4a49d9b42a93ecfb0b96dad6cf3d36b> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1b5c3d000 - 0x1b5d55fff Network arm64e  <c5bab5032e9b39b2a8d7c7e0b4f7fb5d> /System/Library/Frameworks/Network.framework/Network
0x1b5d56000 - 0x1b5db2fff libusrtcp.dylib arm64e  <615f320ed4b437d7a5e55f61996b0e9c> /usr/lib/libusrtcp.dylib
0x1b5db3000 - 0x1b5dbafff libsystem_symptoms.dylib arm64e  <58b7628f6312359c93b723c16c56a394> /usr/lib/system/libsystem_symptoms.dylib
0x1b5dbb000 - 0x1b6d0bfff GeoServices arm64e  <7891922ef1bc3cb3a480f5dbfe72cb90> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x1b6d0c000 - 0x1b6d14fff TCC arm64e  <4601eadd6e493dd4b7f1dcfc51b2b11e> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1b6d15000 - 0x1b6d70fff IMFoundation arm64e  <8f5d30d6b0ae3de49698865e033e10d5> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x1b6d71000 - 0x1b6ed3fff CoreUtils arm64e  <207e7c3a9d803983901e9901289820d2> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x1b6ed4000 - 0x1b6f83fff IMSharedUtilities arm64e  <0929120ec5d132cfb2b954a9ed53611d> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
0x1b6f84000 - 0x1b6fb1fff ImageCaptureCore arm64e  <a5e84ffb95de36c9976693bc0736fd91> /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore
0x1b6fb2000 - 0x1b6fbbfff libsystem_containermanager.dylib arm64e  <e23a07e3122337abbe05bb99bafbaaa8> /usr/lib/system/libsystem_containermanager.dylib
0x1b6fbc000 - 0x1b703afff AppleAccount arm64e  <8ec42377a4ae3591bd5ff7dc6d4435b8> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1b703b000 - 0x1b7056fff ApplePushService arm64e  <2b4ecda867fb32d2865ad7bc570d321c> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1b7057000 - 0x1b7147fff IDS arm64e  <5a11faa03d613426b308757ced46ab6e> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x1b7148000 - 0x1b7279fff IDSFoundation arm64e  <0677eb6e2bd33d928107aa2f27f51645> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x1b727a000 - 0x1b727bfff libCTGreenTeaLogger.dylib arm64e  <599c36584b1e312fb55e519007b5b70d> /usr/lib/libCTGreenTeaLogger.dylib
0x1b72e1000 - 0x1b73e2fff CoreMedia arm64e  <91604a216f2a3b50bda7c9f12bd3a07a> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1b73e3000 - 0x1b73f3fff UIKitServices arm64e  <515935bbbd5b31a7a2efee8a60c2dc0e> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x1b73f4000 - 0x1b7448fff BackBoardServices arm64e  <1ff3d90dfb3d3f53912c13ff3cfaa233> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1b7449000 - 0x1b76a0fff QuartzCore arm64e  <8ebdc7d202de34bc893e0d593bfa4d26> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x1b76a1000 - 0x1b785efff ColorSync arm64e  <a3f0c9361d2638f28b3e842763b66eca> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1b785f000 - 0x1b7dd2fff CoreGraphics arm64e  <3817af679aca32888871c9cefde006a2> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1b7dd3000 - 0x1b7f0efff Contacts arm64e  <f2f117dee47f35dcb56b94c0ec9ab45a> /System/Library/Frameworks/Contacts.framework/Contacts
0x1b7f0f000 - 0x1b7f3ffff UserNotifications arm64e  <6cffde90c4a33dd5a5702b8917d018dd> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1b7f40000 - 0x1b7f63fff LocationSupport arm64e  <65fad4a898493a319e1274cf5bfc3d69> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
0x1b7f64000 - 0x1b80c9fff Sharing arm64e  <e3e6ebb16d5c388d9a1557bd00807493> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x1b80ca000 - 0x1b86d9fff WebKit arm64e  <d26f3d04f45731c38f0fe8c151b67017> /System/Library/Frameworks/WebKit.framework/WebKit
0x1b86da000 - 0x1ba3f7fff WebCore arm64e  <4a311bc685a43bab9f9368813a795b31> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x1ba3f8000 - 0x1ba410fff libAccessibility.dylib arm64e  <e57358a14d213444bd69b6750ac49626> /usr/lib/libAccessibility.dylib
0x1ba411000 - 0x1ba41cfff AXCoreUtilities arm64e  <a40f3509c6503a8aa757cfe15262ad1c> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x1ba41d000 - 0x1ba497fff ContactsFoundation arm64e  <1159a86967923ccdaf2fd8859eb3648f> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x1ba498000 - 0x1ba4acfff PowerLog arm64e  <2c4c07844e1e3260a0f3ec257972cf0b> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1ba4ad000 - 0x1ba4befff IOSurface arm64e  <032f9c327c5e3e79bb1f438fd6075bab> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1ba4bf000 - 0x1babc7fff MediaToolbox arm64e  <a753df04a5b63bab9ee1e45c38991825> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1babc8000 - 0x1babd0fff GraphicsServices arm64e  <1289081a32d03f56ab2b1ca9a28c63bc> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1babd1000 - 0x1bacb7fff AccessibilityUtilities arm64e  <5be70e28f05a3be3bfb60d41a5fdbee0> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x1bacb8000 - 0x1baeb6fff AVFoundation arm64e  <d1d71aef18003e61aa51740792b544bb> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1baeb7000 - 0x1baeeffff OnBoardingKit arm64e  <95c5247ecf8f3078b6754bf76c70dbc2> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
0x1baef0000 - 0x1baf3ffff MobileWiFi arm64e  <0d662868892332a1bd89c4f6a4425ef1> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1baf40000 - 0x1baf58fff MobileAsset arm64e  <857af0240aa63b579d8864cf664f7252> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1baf59000 - 0x1baf66fff libGSFont.dylib arm64e  <0d28feb5a7603d4ea94ef942fdd98cda> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
0x1baf67000 - 0x1baf70fff FontServices arm64e  <11b05eccbfea3eca97dbcf906f58ab0d> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1baf71000 - 0x1bb0bffff libFontParser.dylib arm64e  <035fe6364a5c364bbe787a3dd1d9b8df> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1bb0c0000 - 0x1bb10bfff AXRuntime arm64e  <dc5fdca9a1cc3fe982e8db6ab2fb89f1> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x1bb10c000 - 0x1bb10efff libAXSafeCategoryBundle.dylib arm64e  <e626be98c2ba3b66b91870b8199082a8> /usr/lib/libAXSafeCategoryBundle.dylib
0x1bb10f000 - 0x1bb251fff SearchFoundation arm64e  <10b39ecc85f63b62be98201fcf72f767> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x1bb252000 - 0x1bb378fff Preferences arm64e  <5f635b5f5791350fa07f727dd1fd4074> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x1bb379000 - 0x1bba07fff PhotoLibraryServices arm64e  <6eb881b896f23d5e9637a978f1dc9265> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x1bba08000 - 0x1bbc95fff vImage arm64e  <c56bc642efff3f4e9360618d97c7810d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1bbc96000 - 0x1bbec3fff AudioToolbox arm64e  <e0e68ea0b00f3ea5822b389f3037e894> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x1bbec4000 - 0x1bbef9fff libAudioToolboxUtility.dylib arm64e  <26f4b54e764230a59e8336c7960da710> /usr/lib/libAudioToolboxUtility.dylib
0x1bbefa000 - 0x1bc0c2fff ContactsUI arm64e  <3138fd91a92b36db94793e9cae8fb1f2> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x1bc0c3000 - 0x1bc12efff UIAccessibility arm64e  <5330d73544dc36b586ef8ba3ee23805a> /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
0x1bc12f000 - 0x1bc33dfff Photos arm64e  <57019ccdd49032688cee7fc77d5bdca4> /System/Library/Frameworks/Photos.framework/Photos
0x1bc33e000 - 0x1bc3d5fff ShareSheet arm64e  <8b68e8f11e643034a873656587494ad0> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
0x1bc3d6000 - 0x1bc3e9fff BaseBoardUI arm64e  <febd205da35f35b39b84668a33d68273> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x1bc3ea000 - 0x1bc4a0fff PDFKit arm64e  <be307d4b9f373483a2b93ea8b1d99f8f> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1bc523000 - 0x1bc551fff DocumentManager arm64e  <47c669c373143eba94f65ce73caeef90> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1bc552000 - 0x1bc7b3fff libmecabra.dylib arm64e  <1543cd5639503835af5accf561cc809c> /usr/lib/libmecabra.dylib
0x1bc7b4000 - 0x1bc82dfff AuthKit arm64e  <829e71008c5039b6a15838a62201b526> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x1bc82e000 - 0x1bcc5dfff Intents arm64e  <8300f4caa47b322dac3ed015d3a3fb26> /System/Library/Frameworks/Intents.framework/Intents
0x1bcc5e000 - 0x1bcc72fff libCGInterfaces.dylib arm64e  <62f8e91a557332cab1a73535cea9d6a0> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x1bcc73000 - 0x1bcdc2fff WebKitLegacy arm64e  <c3fc3a947dd837b7a7b46d478909b6ad> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1bcdc3000 - 0x1bce2dfff TextInput arm64e  <557485fe52963ddb96a2464ffad3ef28> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x1bce2e000 - 0x1bceadfff AXMediaUtilities arm64e  <87457ddc6d8f3c259d06317c52503dfe> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
0x1bceae000 - 0x1bceb1fff XCTTargetBootstrap arm64e  <2aeb70989c33303d9d96ba4c526618ee> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1bceb2000 - 0x1bcf68fff CorePDF arm64e  <f84dda60bf9f3d8b91bb1ede5ac54557> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1bcf69000 - 0x1bcfa4fff AccessibilityUIUtilities arm64e  <992d78ccfc913de2b6eec26c23c3f99f> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x1bcfa5000 - 0x1bd366fff MediaPlayer arm64e  <2decf9005d0f3529a0ace29f93fdf7d0> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x1bd367000 - 0x1bd67dfff AppleMediaServices arm64e  <c6f9c9b0a6793e3d847963e37a0624f6> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x1bd67e000 - 0x1bd6a5fff CacheDelete arm64e  <1af104d9395c3f83aa1303ad79bf9460> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1bd6a6000 - 0x1bd86bfff CoreMotion arm64e  <c4d6b2446f7b39af90d58bde34ad51d7> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x1bd86c000 - 0x1bd958fff AVFAudio arm64e  <e642ff520392306c8467db75c8e0f90a> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x1bd959000 - 0x1bdb55fff RawCamera arm64e  <df951b590f8b31d8b51b4784ae0842ad> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x1bdb56000 - 0x1bdc0efff CoreUI arm64e  <e4b1c2dd1a4033cc9ad652dc8b0c0833> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1bdc0f000 - 0x1bdc33fff AppSupportUI arm64e  <7f077e6ae6e137c789bca0e13e49b197> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x1bdc34000 - 0x1bdc6afff CoreVideo arm64e  <1b31096fb4ab3b48b368c1bff38251a2> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1bdc6b000 - 0x1bdea5fff AudioToolboxCore arm64e  <006c91f6a83e3ec7bcaad6fee1386bea> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
0x1bdea6000 - 0x1bdeecfff CoreDuetContext arm64e  <96cd9c477a3a3de48051feb152042b29> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x1bdeed000 - 0x1bdf28fff SetupAssistant arm64e  <2751eff8e50b3378bb4f155e772ebefe> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1bdf29000 - 0x1bdfe8fff TelephonyUtilities arm64e  <a1faf311ee7f370f9e65f576dc0f7de3> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x1bdfe9000 - 0x1be013fff PlugInKit arm64e  <de16d289f4a33a009d967eee570a8650> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1be014000 - 0x1be3a0fff libswiftCore.dylib arm64e  <f8b12a8781c733be9240b3ab7f4288f1> /usr/lib/swift/libswiftCore.dylib
0x1be3a1000 - 0x1be4e2fff AssistantServices arm64e  <f6984e56c192322cbffd2d12aa752459> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x1be4e3000 - 0x1be544fff ProactiveSupport arm64e  <e70fc63acb2c35709fd5dbef36db92ef> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1be545000 - 0x1be78bfff MapKit arm64e  <47e56b1684c73355ab43d67b47575146> /System/Library/Frameworks/MapKit.framework/MapKit
0x1be78c000 - 0x1be7a4fff PrototypeTools arm64e  <70428e47909b3c26b8fa47f4f096f46b> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1be7a5000 - 0x1be897fff MediaExperience arm64e  <4cc63793e1cd36d9a900265b3bc5fd30> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
0x1be898000 - 0x1beb66fff Celestial arm64e  <3ebbaaab4a653fd381ece955e28a2530> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x1beb67000 - 0x1bebc4fff CallKit arm64e  <dc040acc2b213f219f9aeed4f2daa6cd> /System/Library/Frameworks/CallKit.framework/CallKit
0x1bebc5000 - 0x1bed93fff EventKitUI arm64e  <19dab085ad26327dbf490cd7897f6ee9> /System/Library/Frameworks/EventKitUI.framework/EventKitUI
0x1bed94000 - 0x1bf489fff VectorKit arm64e  <7f550784d7f937e9b67e08033ea76463> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x1bf48a000 - 0x1bf55efff AVKit arm64e  <fa8058d2daea3123b5100f00d3c71515> /System/Library/Frameworks/AVKit.framework/AVKit
0x1bf55f000 - 0x1bf58ffff Pegasus arm64e  <350245cb66ad389492f95e710706f2cd> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x1bf590000 - 0x1bf595fff libapp_launch_measurement.dylib arm64e  <9a2dd123a2c231a18021fa4799a61bfd> /usr/lib/libapp_launch_measurement.dylib
0x1bf675000 - 0x1bf6d9fff CoreSpotlight arm64e  <b9ab7f2c86a63d42b57fa5238a551893> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x1bf6da000 - 0x1bf770fff AddressBookLegacy arm64e  <0619e989f37238c6b0b29e3936d086a2> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x1bf771000 - 0x1bf780fff CrashReporterSupport arm64e  <d344ee4d30e63a739e21a6ca5bb68a86> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1bf781000 - 0x1bf793fff MobileBluetooth arm64e  <72aa2b11ea3b35d799e9fd305d857430> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1bf794000 - 0x1bf856fff LinkPresentation arm64e  <6d2cf149960a3b5dbfc056d237c0a235> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation
0x1bf857000 - 0x1bf88dfff StoreKit arm64e  <03bb5c56471334cc9d2cb69a39bbbe5f> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x1bf88e000 - 0x1bf892fff libsystem_configuration.dylib arm64e  <24cfd1ee96873f929b353b2514770736> /usr/lib/system/libsystem_configuration.dylib
0x1bf893000 - 0x1bf8ecfff RemoteUI arm64e  <ce403cb609f0328c960a159119ae4dad> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
0x1bf8ed000 - 0x1bf93cfff AuthKitUI arm64e  <0f866fbb620536a4a770b6a179456621> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
0x1bf93d000 - 0x1bf9a3fff CoreRecognition arm64e  <c826fe19d8a03ef98d5d45654617897a> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x1bf9a4000 - 0x1bfa2afff Social arm64e  <f415f8de3b2237039bd8d52915875aa5> /System/Library/Frameworks/Social.framework/Social
0x1bfa2b000 - 0x1bfa7afff WatchKit arm64e  <945f997a0e01317da6aa58be985c3e2d> /System/Library/Frameworks/WatchKit.framework/WatchKit
0x1bfa7b000 - 0x1bfa89fff HangTracer arm64e  <64e20642eed237f08063b5226b45c69c> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1bfa8a000 - 0x1bfaf2fff CoreNLP arm64e  <2f87e77b81d6319fbe7c5d8b0210eb39> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x1bfaf3000 - 0x1bfaf4fff liblangid.dylib arm64e  <3fa912dbca993fcdbbfbed26b329250a> /usr/lib/liblangid.dylib
0x1bfaf5000 - 0x1c08eefff JavaScriptCore arm64e  <28c2f9399d993987b88dc4f2877d80e1> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1c08ef000 - 0x1c097bfff libTelephonyUtilDynamic.dylib arm64e  <3c9c13a879ab3c0cbe7af9625f5c210a> /usr/lib/libTelephonyUtilDynamic.dylib
0x1c0991000 - 0x1c0c19fff StoreServices arm64e  <3c6965e4dd093c8f94d090cc89599f51> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x1c0c1a000 - 0x1c0c23fff IOMobileFramebuffer arm64e  <abdeac7c198c39b2a635c3924e6f843a> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1c0c24000 - 0x1c0d99fff SafariServices arm64e  <6d1079bc395a32edad475d3d37c3bf58> /System/Library/Frameworks/SafariServices.framework/SafariServices
0x1c0d9a000 - 0x1c0f76fff Message arm64e  <17e2e97993c63ec5902ac8b1e97140d7> /System/Library/PrivateFrameworks/Message.framework/Message
0x1c0f8e000 - 0x1c0fa8fff CoreMaterial arm64e  <cf185ba2919d3db39a6a049175cdbe28> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
0x1c0fa9000 - 0x1c1093fff libxml2.2.dylib arm64e  <e6975f354e483451950a56db308cf629> /usr/lib/libxml2.2.dylib
0x1c1094000 - 0x1c1f5ffff ModelIO arm64e  <d86e61690aa03382aa890755f261a37c> /System/Library/Frameworks/ModelIO.framework/ModelIO
0x1c1f60000 - 0x1c2380fff ChatKit arm64e  <789814207afd3141bfa4330ede4c381d> /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit
0x1c2381000 - 0x1c2778fff PassKitCore arm64e  <efa0ecc5d73e3ddeb01bc71f18415c45> /System/Library/PrivateFrameworks/PassKitCore.framework/PassKitCore
0x1c2784000 - 0x1c27cdfff MetadataUtilities arm64e  <a55837a906d9300fb1faa2ae84712466> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1c27ce000 - 0x1c2828fff UserActivity arm64e  <0f256bd43bed3bbea2ed7bf3ff71ff1e> /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity
0x1c2994000 - 0x1c29aafff FMCoreLite arm64e  <52cdf1ca537b31669c3379afff49756b> /System/Library/PrivateFrameworks/FMCoreLite.framework/FMCoreLite
0x1c2e77000 - 0x1c2e96fff BridgePreferences arm64e  <8b2817a018bf3e1199481ef447e2e9ae> /System/Library/PrivateFrameworks/BridgePreferences.framework/BridgePreferences
0x1c3045000 - 0x1c306cfff AccountsUI arm64e  <62e650e97c943e04abfe6ea21d7aa262> /System/Library/PrivateFrameworks/AccountsUI.framework/AccountsUI
0x1c306d000 - 0x1c3083fff CertInfo arm64e  <dc07a3f5f33239dd8950447eca9457bf> /System/Library/PrivateFrameworks/CertInfo.framework/CertInfo
0x1c3084000 - 0x1c30edfff ManagedConfigurationUI arm64e  <214f945a58bd3af3b9867e4c91264333> /System/Library/PrivateFrameworks/ManagedConfigurationUI.framework/ManagedConfigurationUI
0x1c30ee000 - 0x1c319bfff QuickLook arm64e  <c849fffb2b0d3924a354aeb5bc8c76bf> /System/Library/Frameworks/QuickLook.framework/QuickLook
0x1c319c000 - 0x1c33c2fff NetworkExtension arm64e  <073018cd485337adb2c7a6bd54317faf> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x1c33c3000 - 0x1c33f9fff DataDetectorsCore arm64e  <7ec547aae9023fba930a57e59b2e712e> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1c33fa000 - 0x1c345cfff CalendarFoundation arm64e  <0b77bf957b373c1caeac72b4d4581a85> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x1c345d000 - 0x1c3556fff EventKit arm64e  <951e35286de23f529c30207dff00bbd2> /System/Library/Frameworks/EventKit.framework/EventKit
0x1c3557000 - 0x1c358dfff MediaServices arm64e  <865caa77d25434628cfa02e167eef7d5> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x1c369f000 - 0x1c384afff PencilKit arm64e  <8f092467764b3efb866034e0df0ac8fe> /System/Library/Frameworks/PencilKit.framework/PencilKit
0x1c384b000 - 0x1c39a2fff MessageUI arm64e  <9db8792c96a53f46951b94e256ae88a4> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x1c39a3000 - 0x1c39f0fff AppleAccountUI arm64e  <d33f44eb6b2c301385ecbb711e86b75a> /System/Library/PrivateFrameworks/AppleAccountUI.framework/AppleAccountUI
0x1c39f1000 - 0x1c3a32fff BiometricKit arm64e  <04856fba9b3d3120a1522cf6816b4771> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1c3a33000 - 0x1c3a5ffff PersistentConnection arm64e  <9c54927793333bdd864beb16f67cbf31> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1c3a60000 - 0x1c3ab3fff CalendarDaemon arm64e  <bc831c2ece113e6898fdc718e301554b> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1c3ab4000 - 0x1c3b51fff CalendarDatabase arm64e  <77779e391ea83962bfad0ec0c88ebc07> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x1c3b52000 - 0x1c3d42fff MediaRemote arm64e  <f104da1b8c4d3a0d9d1dc00681813b5e> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x1c3d43000 - 0x1c3d4bfff CorePhoneNumbers arm64e  <15d04091410a33248060f7063bd9a26b> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1c3d4c000 - 0x1c3d5bfff SyncedDefaults arm64e  <47af0f321ac238c6b3644edcf0fc8983> /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults
0x1c3d5c000 - 0x1c3d83fff DuetActivityScheduler arm64e  <27d22f2114ec34a1bb202e223e9381bb> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x1c3d84000 - 0x1c3e49fff SpringBoardFoundation arm64e  <2dcf9a73ebd839a9b25cc882d617690b> /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation
0x1c3e4a000 - 0x1c3e8bfff ContactsAutocompleteUI arm64e  <a4536c411ee23fbf95e5a8793713446a> /System/Library/PrivateFrameworks/ContactsAutocompleteUI.framework/ContactsAutocompleteUI
0x1c3e8c000 - 0x1c3eaffff CoreSVG arm64e  <d2288e66d1e83f40b215c51c9f232521> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
0x1c3ecb000 - 0x1c3ee8fff ProactiveEventTracker arm64e  <f22ba3ba5c79338f94cc410078d0f9cb> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x1c3ee9000 - 0x1c3ef3fff MallocStackLogging arm64e  <6c8651c2d7423be4af2eeb956d6d9bec> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
0x1c3ef4000 - 0x1c3f8dfff CoreSuggestions arm64e  <adf8577028f83117b24d0057759212c6> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x1c3f8e000 - 0x1c4146fff IMCore arm64e  <faa294adc8f333ef902aaba85c4476a7> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x1c4147000 - 0x1c4198fff DeviceManagement arm64e  <a157e4d984fa3aa592b476bff10ec34f> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
0x1c49c3000 - 0x1c49d0fff BluetoothManager arm64e  <46b680af0e113319a68aa9d981ed9fc7> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x1c49d1000 - 0x1c4a06fff CoreBluetooth arm64e  <49ad001947a03c6cbf9dd9a88417ee27> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1c4a07000 - 0x1c4a09fff libsystem_sandbox.dylib arm64e  <ac940b775e2039c68b91cb0ddf4872ff> /usr/lib/system/libsystem_sandbox.dylib
0x1c4a0a000 - 0x1c4a6ffff SpringBoardUIServices arm64e  <7eca6c8f40503ea5a824329a3b01530a> /System/Library/PrivateFrameworks/SpringBoardUIServices.framework/SpringBoardUIServices
0x1c4a70000 - 0x1c4aa3fff TelephonyUI arm64e  <ba1b4284f16530a1a7b958e81d6c4c4a> /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI
0x1c4b35000 - 0x1c4b41fff ContextKit arm64e  <9cc7e57efde1398085dafef55c9af7c3> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
0x1c4b73000 - 0x1c4be2fff Rapport arm64e  <8b661482539a3f2e8f6a24a84a18340e> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1c4be3000 - 0x1c4c0ffff OSAnalytics arm64e  <e63536a8011f3e95b19c84bf3122fcd6> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
0x1c4c10000 - 0x1c4c3ffff MobileInstallation arm64e  <edae48f423123f3e82b5f4772281749c> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1c4c40000 - 0x1c4cdefff Metal arm64e  <a6974597395232798fb2cf18d5c63e58> /System/Library/Frameworks/Metal.framework/Metal
0x1c4cdf000 - 0x1c4ce4fff IOAccelerator arm64e  <3e5de7db901f37b1a6b865f5f3a3abd4> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1c4ce5000 - 0x1c4cf0fff MediaAccessibility arm64e  <253020839238300198e5a96c2bb56dd3> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1c4cf1000 - 0x1c4d11fff FindMyDevice arm64e  <fa0c153c63103e168ce77372e80c2575> /System/Library/PrivateFrameworks/FindMyDevice.framework/FindMyDevice
0x1c4d12000 - 0x1c4d19fff libsystem_dnssd.dylib arm64e  <f0b7ae158bc83657a3028316c74a177c> /usr/lib/system/libsystem_dnssd.dylib
0x1c4d1a000 - 0x1c4d20fff PushKit arm64e  <d5828e45f2113a59aed7b9da50f8f800> /System/Library/Frameworks/PushKit.framework/PushKit
0x1c4d21000 - 0x1c4e2ffff FileProvider arm64e  <0e816e156643351fbed7a2ac92b6f683> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1c4e42000 - 0x1c4e43fff BackgroundTaskAgent arm64e  <1326dfd215da38b3929d7b2ee1133e2c> /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent
0x1c4e44000 - 0x1c4e48fff LinguisticData arm64e  <a168e520fb143f91bbaef9da31dadda7> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1c4e49000 - 0x1c4e61fff CoreSDB arm64e  <6e66c75efe3e3479bb62044ef4da26b8> /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
0x1c4e62000 - 0x1c4e72fff Categories arm64e  <7dbd84cb9e3833c7969a4f0953f018f5> /System/Library/PrivateFrameworks/Categories.framework/Categories
0x1c4e73000 - 0x1c4e8dfff DoNotDisturb arm64e  <e1575889fee335638799688133de6718> /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb
0x1c4e8e000 - 0x1c4f49fff VideoToolbox arm64e  <d5f41209ce3b3120878487e1fd80d0ba> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x1c4f4a000 - 0x1c536afff SceneKit arm64e  <b5750c0f752b3c57b2ed910ad28ada7b> /System/Library/Frameworks/SceneKit.framework/SceneKit
0x1c536b000 - 0x1c5373fff EmojiKit arm64e  <2380f30c8f303472ae1722f525f4b107> /System/Library/PrivateFrameworks/EmojiKit.framework/EmojiKit
0x1c5374000 - 0x1c538ffff Messages arm64e  <54b63a1cec1b3927bca07ef6563dc4e5> /System/Library/Frameworks/Messages.framework/Messages
0x1c5390000 - 0x1c5394fff CameraKit arm64e  <8340af9ae4f434b39e9823996b90fa9e> /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit
0x1c5395000 - 0x1c5396fff MessageSupport arm64e  <fb33ce7772d9358c834d8dfc514eb49e> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x1c5397000 - 0x1c53f4fff PersonalizationPortrait arm64e  <40e14638991f3894ad30d91dcd045a0e> /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait
0x1c53f5000 - 0x1c5468fff AppStoreDaemon arm64e  <18dc35d9cbd931bfba9c6782565f6434> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
0x1c54c3000 - 0x1c54cbfff SymptomDiagnosticReporter arm64e  <dc1d8ca17e873741aaadae86822ebc5f> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1c54cc000 - 0x1c54cefff IOSurfaceAccelerator arm64e  <ebda4ebd7e9831e5bce7fbae46e9505e> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1c54cf000 - 0x1c5580fff AssetsLibraryServices arm64e  <a93f27c0b64d30bdbdcdd2fb968f6c6f> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x1c5581000 - 0x1c55b0fff DataAccessExpress arm64e  <4967d4110d7b3589a49738f057e2ae62> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1c55b1000 - 0x1c5622fff EmailFoundation arm64e  <a584f555249c38a2b42549670e8c347a> /System/Library/PrivateFrameworks/EmailFoundation.framework/EmailFoundation
0x1c5623000 - 0x1c5638fff CoreFollowUp arm64e  <309f310ab82239c294ba17fdeefcc388> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1c5639000 - 0x1c5641fff FamilyCircle arm64e  <85a4341ef85d3149b1ac02a4afabd46f> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x1c5642000 - 0x1c5658fff libcoretls.dylib arm64e  <9fae696c02a83168a707ad46b0a528d3> /usr/lib/libcoretls.dylib
0x1c56b0000 - 0x1c5743fff libate.dylib arm64e  <108fdecd35283b6caa17a0843fd4419d> /usr/lib/libate.dylib
0x1c65a2000 - 0x1c6771fff iAdCore arm64e  <3c8f73b62996393bbbe23dc364ff199a> /System/Library/PrivateFrameworks/iAdCore.framework/iAdCore
0x1c6772000 - 0x1c6798fff Pasteboard arm64e  <93c25e0599b73d0898c5af2aada1a0d3> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
0x1c6799000 - 0x1c67e8fff FTServices arm64e  <7f3b05fd2aee329f87044b0fc5e0451e> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x1c688f000 - 0x1c68a0fff MaterialKit arm64e  <235cc08aad0a3367962a2296e15f3570> /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit
0x1c68a1000 - 0x1c68e7fff SAObjects arm64e  <3aabac30429133e280bbaf1a5dc288d1> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x1c68e8000 - 0x1c68f2fff CoreRecents arm64e  <84b5304be1453d7785136216808d8c7c> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1c68f3000 - 0x1c693afff MIME arm64e  <b0d09e6b99f43300a1c5d278098f1c52> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x1c699f000 - 0x1c69acfff DataMigration arm64e  <12cbfef91c6c3c5e903d0e56e6dd2769> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1c6ab7000 - 0x1c6b13fff EmailCore arm64e  <1528f981ce96367b812ebe2dbb7849eb> /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore
0x1c6b68000 - 0x1c6b8dfff IconServices arm64e  <95da55a7572d397fb8ee50371a8714f5> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
0x1c6b8e000 - 0x1c6d85fff iTunesCloud arm64e  <969823a1735a3d1dba806499317033c3> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x1c6d86000 - 0x1c6ff0fff MusicLibrary arm64e  <c52e942f5c5b3324bfec856b42863fc5> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x1c6ff1000 - 0x1c6ff2fff WatchdogClient arm64e  <8dfda4d7ec5a36ffbad3348d5e93aa8c> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
0x1c6ff3000 - 0x1c7004fff libprequelite.dylib arm64e  <ae19a1cb48c030509afcf5a329499ec3> /usr/lib/libprequelite.dylib
0x1c7027000 - 0x1c702cfff IDSKVStore arm64e  <bf9c306511af347186ae077c9222e5ec> /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore
0x1c702d000 - 0x1c703dfff CoreEmoji arm64e  <7594f97d2ad13f12b9ff68b340087109> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1c703e000 - 0x1c70d6fff Email arm64e  <c0a2111422053ecd91cfaecd10cedb4f> /System/Library/PrivateFrameworks/Email.framework/Email
0x1c70d7000 - 0x1c7127fff ClassKit arm64e  <c61dbcf30ca03066812100276bbc2809> /System/Library/Frameworks/ClassKit.framework/ClassKit
0x1c7128000 - 0x1c7194fff libnfshared.dylib arm64e  <59307e1ae8bf37bcb5d6a3a965fef591> /usr/lib/libnfshared.dylib
0x1c7195000 - 0x1c71a1fff CPMS arm64e  <b57a3f7dfecc31aaa4859426c09a0f87> /System/Library/PrivateFrameworks/CPMS.framework/CPMS
0x1c71a2000 - 0x1c71aafff RTCReporting arm64e  <488d6215b0a6362ba4e686a5fcffcbf4> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1c7275000 - 0x1c72d4fff iAd arm64e  <baec2f351448368ea14802073721d4dc> /System/Library/Frameworks/iAd.framework/iAd
0x1c7310000 - 0x1c735dfff MobileBackup arm64e  <6020240b959832728e6d2b40beff693b> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x1c7411000 - 0x1c7418fff CoreTime arm64e  <49fcd9195f483550b23e395de5f67928> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1c7455000 - 0x1c7597fff IMDPersistence arm64e  <db9d41c367fc3a2c8ffe8acede2dff3f> /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
0x1c7612000 - 0x1c763cfff DistributedEvaluation arm64e  <64cb3d3ac11f31f98e9da2effa789b19> /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation
0x1c763d000 - 0x1c768dfff DataAccess arm64e  <528d11a81573376ba74e716e3372b7a5> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x1c79d9000 - 0x1c7a2ffff ToneLibrary arm64e  <0b63c2c0ec553fc5a4cb682993ef2e77> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1c7d14000 - 0x1c7d33fff AppConduit arm64e  <1d501b16e39d30b4bc948bcdb8fe3c06> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1c7d34000 - 0x1c7d4dfff IntlPreferences arm64e  <e6fd85bcc4a83d1681024b7184ffd611> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1c7d4e000 - 0x1c7d5efff PassKit arm64e  <1c54bf5f8d25346290fe6f335638d1a3> /System/Library/Frameworks/PassKit.framework/PassKit
0x1c7d5f000 - 0x1c80dffff PassKitUI arm64e  <6141c441fb3f3f699a271133a400544d> /System/Library/PrivateFrameworks/PassKitUI.framework/PassKitUI
0x1c80e0000 - 0x1c81b6fff CoreBrightness arm64e  <0c67ce93fe4b3143b42f077f156dbb04> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1c81b7000 - 0x1c81befff libIOReport.dylib arm64e  <f64c72bbb78e3e7d8e2f82a610c632eb> /usr/lib/libIOReport.dylib
0x1c8359000 - 0x1c8527fff libBNNS.dylib arm64e  <95cb5c7546f23381acdaed7a08ad2d5b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1c8528000 - 0x1c852ffff StudyLog arm64e  <8d2c0d43154636d1942c8d3425f1aa6b> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1c8530000 - 0x1c85bafff BulletinBoard arm64e  <bc7a795e013f337fa209b32851e888d7> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
0x1c85bb000 - 0x1c864bfff iTunesStore arm64e  <6a468fc729ca3d01bf153c5869230c1f> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x1c90b2000 - 0x1c910cfff SafariCore arm64e  <13baf57ef6da36bea2c7f45b8c917cb7> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x1c910d000 - 0x1c9171fff ScreenTimeCore arm64e  <a3db6d464a263c539b9fe76c6db575c1> /System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore
0x1c9797000 - 0x1c97abfff LocalAuthentication arm64e  <1bca907a46f73953b4afbfe23da1c4e9> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1c97ac000 - 0x1c97b0fff CommunicationsFilter arm64e  <77d0e09c797138fbb0a6ae6cdce05f64> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1c97b1000 - 0x1c97d4fff AddressBook arm64e  <1304278e5fc03728b1b00ad34e41bea4> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x1c97d5000 - 0x1c97e0fff CaptiveNetwork arm64e  <39716f6e86ef369aaf0ffed08771b801> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1c97e1000 - 0x1c97e1fff AdSupport arm64e  <aa5b8918a13a36ba8e8ea3d38f7bb122> /System/Library/Frameworks/AdSupport.framework/AdSupport
0x1c9930000 - 0x1c9a0afff libBLAS.dylib arm64e  <9f8e10b7336735b093d5414410e0d1ec> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1c9a0b000 - 0x1c9a19fff CTCarrierSpace arm64e  <e1df6c7327fc3f55939a033af62ef1fd> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1ca224000 - 0x1ca2f5fff CoreParsec arm64e  <df0fcc2febb83fd1a604ef882e559681> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x1ca4f3000 - 0x1ca50dfff libtailspin.dylib arm64e  <238db032c42e3b0c9fb88d59685a37b0> /usr/lib/libtailspin.dylib
0x1ca50e000 - 0x1ca54dfff CalendarUIKit arm64e  <9ba44cc53e833449a7e614ba9a82b169> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
0x1ca54e000 - 0x1ca56cfff KeychainCircle arm64e  <47bcff7a2dd93255b7cbc1c701a6c516> /System/Library/PrivateFrameworks/KeychainCircle.framework/KeychainCircle
0x1ca56d000 - 0x1ca582fff ContactsDonation arm64e  <3b182b7ba0493938a11a32fe195f2318> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1ca5cc000 - 0x1ca5d5fff MobileActivation arm64e  <4b288b4b8ebd3facbaa15746821b0cbd> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
0x1ca659000 - 0x1ca668fff MobileIcons arm64e  <04ba23d5b4b83fd4888a9b1bd1dde2a6> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1ca669000 - 0x1ca76afff ResponseKit arm64e  <733cfa2ff96f3f36acc14bfef5c7b4ae> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x1ca787000 - 0x1ca7c1fff Notes arm64e  <a312ceb1acc3343e848ad6a09303b21b> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x1ca7c2000 - 0x1ca7dafff MetalKit arm64e  <8396965a4a0f335ba32e2ba9a3da425b> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x1ca836000 - 0x1ca880fff CoreHaptics arm64e  <44589b0414803b41b2a4e3aef8a6ad65> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
0x1ca881000 - 0x1ca94bfff ProofReader arm64e  <18d37a88b96f37d095572744f9a56403> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1ca99c000 - 0x1ca9a7fff EmailAddressing arm64e  <f8f52deb7708397a9cde81f1e71ce598> /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
0x1ca9a8000 - 0x1ca9befff MailServices arm64e  <433578105f5a3c64b4897c3c21b340ab> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x1ca9bf000 - 0x1caa44fff CoreSymbolication arm64e  <19219f5e25623142895af16a024bf332> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1caa45000 - 0x1caa4bfff IdleTimerServices arm64e  <356ae23d3f083429b83715fd8d14462f> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1cab40000 - 0x1cabfdfff VideoSubscriberAccount arm64e  <ec4f0a9d78703bff9e3958cf978c5aa6> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x1cac12000 - 0x1cac15fff FTClientServices arm64e  <64d1c1b083c23c618f737fcf57004dda> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x1cac16000 - 0x1cac7ffff ContactsUICore arm64e  <3f8aa2c0d5bc321f91d7c980fb1e2896> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1cad0f000 - 0x1cad1bfff iAdServices arm64e  <b8864007e03d3cf39fba4624fc7f94f8> /System/Library/PrivateFrameworks/iAdServices.framework/iAdServices
0x1cb104000 - 0x1cb14cfff LoggingSupport arm64e  <b3074b0f79e2341e9fcdf365f97e72a4> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1cb25a000 - 0x1cb2b5fff ProtectedCloudStorage arm64e  <5ff5ee422a7c328abf776f18d2e3d0f8> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1cb2b6000 - 0x1cb385fff GLEngine arm64e  <2778d908f3573dcda7fa93a24424eb36> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
0x1cb386000 - 0x1cb3a3fff AppleMetalGLRenderer arm64e  <dce2083357cc3ce69068a45f3ded6cb4> /System/Library/Extensions/AppleMetalGLRenderer.bundle/AppleMetalGLRenderer
0x1cb3a4000 - 0x1cb3affff OpenGLES arm64e  <15b9d67ff369316888493c02f797bfac> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1cb3b0000 - 0x1cb518fff libGLProgrammability.dylib arm64e  <bf0d5f8e77e936c59e02acb87ba3116f> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
0x1cb519000 - 0x1cb522fff libGFXShared.dylib arm64e  <b558ce7cd14037eb9141c90d8f56fbf5> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1cb523000 - 0x1cb558fff SharedUtils arm64e  <704c33a92f193b1f934d5c84488df905> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1cb559000 - 0x1cb5a7fff PhotosFormats arm64e  <a65a662c31273b859121204d0455f306> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x1cc656000 - 0x1cc693fff StreamingZip arm64e  <1d2d6f34beaa3cd8ac0aa1e267ea70f6> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1cd30d000 - 0x1cd543fff SafariShared arm64e  <b51a8db0182138e4b39a1a6ee0ef579e> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x1cd5cb000 - 0x1cd5cdfff InternationalTextSearch arm64e  <a0fed5f894dc329ab57ad7c5fce5c714> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1cd5ec000 - 0x1cd609fff AssetCacheServices arm64e  <9afae0f3897031999d395ff390c58270> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x1cdaf9000 - 0x1cdb39fff PhotosPlayer arm64e  <6480caf2851a3f07a664dd0132c3f2ac> /System/Library/PrivateFrameworks/PhotosPlayer.framework/PhotosPlayer
0x1cdf9d000 - 0x1cdfa2fff IncomingCallFilter arm64e  <f82256fe09453b79bb288c8610d38355> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x1cdfbe000 - 0x1cdfd6fff NetworkStatistics arm64e  <da07269eb8d7301f8e3d69c61471ecb9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1ce447000 - 0x1ce44dfff Netrb arm64e  <f2347b77085a337da22f743b6463753d> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1ce451000 - 0x1ce481fff EAP8021X arm64e  <55700088ffb232939e22887f4025db99> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1ce482000 - 0x1ce484fff OSAServicesClient arm64e  <0b843370a4513a40bad6f4fad30286b7> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
0x1ce62c000 - 0x1ce630fff libgermantok.dylib arm64e  <037999dd53733b1fa4aeb070071ca17b> /usr/lib/libgermantok.dylib
0x1ce631000 - 0x1ce6e4fff libmecab.dylib arm64e  <354ac951080f38af918221d53918c2dc> /usr/lib/libmecab.dylib
0x1ce6e5000 - 0x1ce721fff Catalyst arm64e  <1dfb4308e6e33d7b9a29958ef05cc896> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
0x1ce7e3000 - 0x1ce7fbfff EmojiFoundation arm64e  <e8756a923fef31de8c9f82860e241973> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation
0x1ce874000 - 0x1ce876fff AdAnalytics arm64e  <600e7aa16dc430ad9bae4316f9f616f2> /System/Library/PrivateFrameworks/AdAnalytics.framework/AdAnalytics
0x1ce877000 - 0x1ce8b3fff VoiceServices arm64e  <d2f99342aa823257a3ab9efbfd90984d> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x1ce8b4000 - 0x1ce9d1fff Navigation arm64e  <db8a41908be534a683a6a39ceb2f9ac3> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1cecf1000 - 0x1cecfffff CoreDuetDaemonProtocol arm64e  <f8522e4759993919b341eba7b4499b90> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1ced00000 - 0x1ced20fff FTAWD arm64e  <5305d4ddd1e2376788eda1b2cb03990d> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1cfd30000 - 0x1cfd32fff OAuth arm64e  <34dc00be3fd934c9b34f95a6493eddfe> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1cfd33000 - 0x1cfd36fff AdPlatforms arm64e  <2cf852cfd57e312981db021f1129e392> /System/Library/PrivateFrameworks/AdPlatforms.framework/AdPlatforms
0x1cffee000 - 0x1d002bfff DifferentialPrivacy arm64e  <ac4e6e2d5ae539afbfa2804100067057> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1d02b7000 - 0x1d02d3fff CoreCDP arm64e  <f2af554b1e5c32acbcf447ccacc75815> /System/Library/PrivateFrameworks/CoreCDP.framework/CoreCDP
0x1d02d4000 - 0x1d046efff EmailDaemon arm64e  <0529dac3259030488a751060a2301c90> /System/Library/PrivateFrameworks/EmailDaemon.framework/EmailDaemon
0x1d07de000 - 0x1d080bfff MailSupport arm64e  <c7ed3aae9f4839e5b22b2c5a42e2b202> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport
0x1d080c000 - 0x1d087cfff libarchive.2.dylib arm64e  <eb6a4e3048ea360b987f238bd2716b03> /usr/lib/libarchive.2.dylib
0x1d087d000 - 0x1d08aefff C2 arm64e  <0432ddf3e3323f379550fafaf37055a3> /System/Library/PrivateFrameworks/C2.framework/C2
0x1d08af000 - 0x1d08e3fff NaturalLanguage arm64e  <91a7a806622f351cb81b5bc2e5eeae70> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
0x1d0979000 - 0x1d097afff libsystem_coreservices.dylib arm64e  <61f91275f9c83a2e99d8ad585d469212> /usr/lib/system/libsystem_coreservices.dylib
0x1d098c000 - 0x1d099dfff libmis.dylib arm64e  <f4c844e1f9c437b4a68138cf164f56d0> /usr/lib/libmis.dylib
0x1d099e000 - 0x1d09f5fff WebBookmarks arm64e  <2e06965cbb523caea4e5edfc11cd4bd4> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x1d09f6000 - 0x1d0a03fff DCIMServices arm64e  <0c2b8cb807e23d26ba86dce4348740ae> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1d0a04000 - 0x1d0b60fff CloudPhotoLibrary arm64e  <9977f280d0653b489097514b0fc944df> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1d0b61000 - 0x1d0b9cfff ContactsAutocomplete arm64e  <c29a54b1f8ef3c6cad38cb9dcaf87255> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
0x1d0b9d000 - 0x1d0ba5fff libcopyfile.dylib arm64e  <cd72f2d2e0f2343cb9ce22e15518a5d7> /usr/lib/system/libcopyfile.dylib
0x1d0ba6000 - 0x1d0bc6fff UsageTracking arm64e  <fd3b0420d1ae3321ab8524b8f8cd8872> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
0x1d0f1c000 - 0x1d0faffff AccountsDaemon arm64e  <0394218a0a3235d8a41f561e5696c41c> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x1d0fb0000 - 0x1d0fbbfff AppleIDSSOAuthentication arm64e  <94225683a0203cfda96627f71b6f3282> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1d0fbc000 - 0x1d0fcdfff SettingsFoundation arm64e  <1a36279ce8b9309da469f3499ccb6bb4> /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
0x1d1104000 - 0x1d1182fff Symbolication arm64e  <f8f62c98901f34fb82c75a0d61044452> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
0x1d1348000 - 0x1d1397fff ChunkingLibrary arm64e  <a8173620286d3fce81665c16a2c74618> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1d139b000 - 0x1d139ffff DAAPKit arm64e  <2c7bb2a2776f325f8bf564fbe9b18bd8> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x1d18b4000 - 0x1d18b6fff CoreDuetDebugLogging arm64e  <119e1a969fa93ea2b09cf9dafe935a9c> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1d23e7000 - 0x1d2425fff SignpostSupport arm64e  <216690b234593892b9099c419e549f78> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1d2673000 - 0x1d267cfff SignpostCollection arm64e  <b17031c4933d384c92689349cc6fb968> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1d2dd3000 - 0x1d2ddafff URLFormatting arm64e  <ba90267a60493b9eb637f939d8e0395e> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1d2def000 - 0x1d2e97fff MMCS arm64e  <96df9540564337c2b0c7b432a3d25bf2> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x1d2ef1000 - 0x1d3122fff MobileSpotlightIndex arm64e  <7f6eb8bcf1083484a072dd82de3f8871> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1d350b000 - 0x1d3552fff CoreLocationProtobuf arm64e  <3d422a07bf4b339696a785bf2ad500e0> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1d35e0000 - 0x1d365bfff Quagga arm64e  <1666845dc4d13d6aaed47ba1bc4766b5> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1d38fc000 - 0x1d3909fff libAXSpeechManager.dylib arm64e  <64c4201ba949375c8eefe3d70291b372> /usr/lib/libAXSpeechManager.dylib
0x1d3962000 - 0x1d396afff ProgressUI arm64e  <7f94262206003b6aaa854ad2acbc551e> /System/Library/PrivateFrameworks/ProgressUI.framework/ProgressUI
0x1d3970000 - 0x1d3984fff libEDR arm64e  <e199e498463b3ed7af80dde3d1910e46> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1d3985000 - 0x1d398efff IMTranscoding arm64e  <5b38a0d08b623e2eb48aaa54f9655ea0> /System/Library/PrivateFrameworks/IMTranscoding.framework/IMTranscoding
0x1d45cf000 - 0x1d45ddfff libperfcheck.dylib arm64e  <50071e8d6ba53e568abc45b36f2cab4e> /usr/lib/libperfcheck.dylib
0x1d45de000 - 0x1d45e9fff libAudioStatistics.dylib arm64e  <bdb48ca84c813d6db4c9973826e1dfd4> /usr/lib/libAudioStatistics.dylib
0x1d47ae000 - 0x1d47befff caulk arm64e  <eb693d29bf88333e9babd91bf1b86f2e> /System/Library/PrivateFrameworks/caulk.framework/caulk
0x1d47fe000 - 0x1d4804fff MobileSystemServices arm64e  <72f862de263d3d6eb15c3930aec5e4ca> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1d49a3000 - 0x1d49bcfff TextToSpeech arm64e  <d0b93a3da99031b18254b8e48e93c94c> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x1d4a7c000 - 0x1d4a95fff CloudServices arm64e  <2ed836c7577134fbb3b23940e8292a9f> /System/Library/PrivateFrameworks/CloudServices.framework/CloudServices
0x1d58db000 - 0x1d5917fff libGLImage.dylib arm64e  <3290a3c609113f509279488e15ed2134> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1d5d58000 - 0x1d5d69fff libSparseBLAS.dylib arm64e  <cdd29531cbfa3ea98321c619ae5f4061> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1d5d6a000 - 0x1d5d7efff Engram arm64e  <91e89fe7578b322c8aa38fc8e711988a> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1d5df9000 - 0x1d5e34fff DataDetectorsNaturalLanguage arm64e  <bb8e700c2a7d3815a8bac2f0e5f69d39> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
0x1d6131000 - 0x1d6139fff FSEvents arm64e  <9d911e927e5a3b6a941e554079e994b8> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
0x1d614a000 - 0x1d61c9fff CoreDAV arm64e  <50cf07a2f961351da6247e86e01d1112> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1d6add000 - 0x1d6aedfff RemoteTextInput arm64e  <de8105f32e693830b3879aece5720f32> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1d6b16000 - 0x1d6b46fff iCalendar arm64e  <7bd77d1146f3391ea520dce7a4f6262b> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1d6b63000 - 0x1d6b6cfff CloudPhotoServices arm64e  <59981923ffbb39479def7da4741f148a> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1d6bac000 - 0x1d6bc0fff libLinearAlgebra.dylib arm64e  <b5fac4cc59aa3cc7bb510ebb10ef1b1b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1d6c21000 - 0x1d6c24fff HSAAuthentication arm64e  <183ac10450263365a2ee944da148165a> /System/Library/PrivateFrameworks/HSAAuthentication.framework/HSAAuthentication
0x1d6c57000 - 0x1d6d5ffff ConfigurationEngineModel arm64e  <a451b3d7ccca302faf940b5123c8ec74> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
0x1d6d60000 - 0x1d6d67fff CertUI arm64e  <c63d388532963ce7bb669d5e30f28307> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x1d6e6f000 - 0x1d6e7dfff CoreAUC arm64e  <5abeb4c439713268903ecb3945f1f302> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1d78bf000 - 0x1d7906fff PhysicsKit arm64e  <af75e8ddfd4833da946d23dcaa6ae87a> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1d7907000 - 0x1d7959fff CorePrediction arm64e  <ade3a96a8fa63373b641bfde3ea83db2> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1d7da7000 - 0x1d7deffff SafariSafeBrowsing arm64e  <5c51f00085063544aa0682158c9a918a> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1d81ac000 - 0x1d8223fff HomeSharing arm64e  <3541cf38bb0330408043c348c85fb4b4> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x1d82b7000 - 0x1d82d5fff GenerationalStorage arm64e  <988b4c46939b3e0e992e36646da04dd0> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1d82d6000 - 0x1d82eefff IMSharedUI arm64e  <8d696cd062503933a204c3601a0def54> /System/Library/PrivateFrameworks/IMSharedUI.framework/IMSharedUI
0x1d833b000 - 0x1d8346fff PersonaKit arm64e  <29c3948f4403359882c94bb7a739bb25> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1d8347000 - 0x1d8353fff PersonaUI arm64e  <42ee548c24de3f568332c012414b521e> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1d8516000 - 0x1d8555fff AdCore arm64e  <ba9da35752873017a4bcd5342a12d9d4> /System/Library/PrivateFrameworks/AdCore.framework/AdCore
0x1d8765000 - 0x1d876afff kperf arm64e  <476596da85ff3711a551a32f1232622c> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1d890a000 - 0x1d8919fff AssetsLibrary arm64e  <a4fa8572712a3d368551dcbb43168a84> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x1d8947000 - 0x1d897efff libpcap.A.dylib arm64e  <f8912d3b246b39a59f5ad6ba621656db> /usr/lib/libpcap.A.dylib
0x1d8c11000 - 0x1d8c5bfff CoreCDPInternal arm64e  <2dc7fbe4b75f3a229813eb41ccc681f4> /System/Library/PrivateFrameworks/CoreCDPInternal.framework/CoreCDPInternal
0x1d8c5c000 - 0x1d8c71fff WebUI arm64e  <e9adcddcd9993692bc985f153dd1686c> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x1d8c72000 - 0x1d8c89fff SafariFoundation arm64e  <8559e1a7143235fd8e8dfeb4494e5ed4> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x1d8cd6000 - 0x1d8d7cfff libvDSP.dylib arm64e  <d8e0ffb0b3fb309aaea1e13ee1b4f9d5> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1d8d7d000 - 0x1d8da9fff vCard arm64e  <eb03865a6fdf3d0b98cf2335f7c5c94e> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1d8df2000 - 0x1d8e7ffff SampleAnalysis arm64e  <5cb3d2e72a1631948da38bf377855c8c> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1d8e80000 - 0x1d8e8bfff IntentsFoundation arm64e  <1a15649caae337349c98766f0e0f4153> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1d9082000 - 0x1d9083fff ParsecSubscriptionServiceSupport arm64e  <8e75032c4b8834f78925c1a4fc5b679b> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x1d9084000 - 0x1d9110fff MediaPlatform arm64e  <86304c2fa49835c3ac656b7b204d22ca> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x1d9111000 - 0x1d93ddfff MediaLibraryCore arm64e  <97f786e1a7db3e24a4413356bb9ce79f> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x1d943f000 - 0x1d9478fff PhotosImagingFoundation arm64e  <a6ecafb4f2993a8e80a59512151f5b7e> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
0x1d9479000 - 0x1d949bfff MediaConversionService arm64e  <735b3d50abef3c24a6f3ddb49a7c36d7> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
0x1d949c000 - 0x1d94bafff MediaStream arm64e  <dabc8c2993b2337ea3cac8c16de0bf57> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1d94bb000 - 0x1d95bcfff CoreMediaStream arm64e  <f604fff970ef3254bc04317fd0097973> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x1d95d2000 - 0x1d95e9fff StorageSettings arm64e  <5510b0eca9fd394883bc3b0c71f52c6b> /System/Library/PrivateFrameworks/StorageSettings.framework/StorageSettings
0x1d96d7000 - 0x1d96d7fff Accelerate arm64e  <8245f27ca0d1323888d879fe15ec8a2d> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1d96d9000 - 0x1d9a16fff libLAPACK.dylib arm64e  <bf470a13d93a33168979fb2384f3066b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1d9a17000 - 0x1d9a1bfff libQuadrature.dylib arm64e  <6e8e0414c2a83578ab2a5ad6bb68bf90> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1d9a1c000 - 0x1d9a75fff libvMisc.dylib arm64e  <79924e4feed93d938142cad7dea871af> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1d9a76000 - 0x1d9a76fff vecLib arm64e  <864b784b26fa34f2a08e99d738f964ab> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1d9a7f000 - 0x1d9a8cfff AuthenticationServices arm64e  <35e2d6c2460c3327981e1606789d4c3b> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
0x1d9ad0000 - 0x1d9bd8fff Combine arm64e  <545b56eaeb1d30c794f3fd680cd63db0> /System/Library/Frameworks/Combine.framework/Combine
0x1d9beb000 - 0x1d9c3bfff CoreMIDI arm64e  <869ce1ccb5f237d0ace3483381e66ca1> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x1d9c3c000 - 0x1d9c5dfff CoreNFC arm64e  <fa2617ce73ce3df7a31956629bd32a96> /System/Library/Frameworks/CoreNFC.framework/CoreNFC
0x1d9df1000 - 0x1d9df3fff DeviceCheck arm64e  <efcdd1d37c783e22bd38ebac05f2b00b> /System/Library/Frameworks/DeviceCheck.framework/DeviceCheck
0x1d9e06000 - 0x1d9e2cfff GLKit arm64e  <5304c9d14475321f8cc57b159f729c31> /System/Library/Frameworks/GLKit.framework/GLKit
0x1d9e2d000 - 0x1d9e5afff GSS arm64e  <d8154209bb4f3259bee8338a4381be7f> /System/Library/Frameworks/GSS.framework/GSS
0x1d9e6e000 - 0x1d9ea0fff MPSCore arm64e  <0bc8022baf5c33d883fe454c953d6440> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1d9ea1000 - 0x1d9f1afff MPSImage arm64e  <8359cc5f6ff03a58b6778842a81d0838> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1d9f1b000 - 0x1d9f3dfff MPSMatrix arm64e  <f6cfdaf6bd6a3c6f87ec5526295706c5> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1d9f3e000 - 0x1d9f52fff MPSNDArray arm64e  <40a573cecd0e3ce5b57cbe4a19cc7cd5> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
0x1d9f53000 - 0x1da0e8fff MPSNeuralNetwork arm64e  <4e1043f287933dcead8d8bbadb44c0cb> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1da0e9000 - 0x1da12efff MPSRayIntersector arm64e  <4a3f3127c36e32128a48187957efcab9> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1da12f000 - 0x1da12ffff MetalPerformanceShaders arm64e  <4d01ba5cea823348a4e1c91c7397fe0d> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1da13c000 - 0x1da13cfff MobileCoreServices arm64e  <21478280b58438c5899161cc9b6813d0> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1da147000 - 0x1da148fff libCVMSPluginSupport.dylib arm64e  <9c1709fba86a3e0d82dad377400f760e> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1da149000 - 0x1da14ffff libCoreFSCache.dylib arm64e  <ea6b27c55a4631188f2fc20cd91e7ff0> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1da150000 - 0x1da155fff libCoreVMClient.dylib arm64e  <dcaee0b439b839088e176f9db2e3148c> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1da18a000 - 0x1da1c2fff QuickLookThumbnailing arm64e  <702cc4aade473591b3d77d9753c20bc1> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1da5da000 - 0x1da5dafff UIKit arm64e  <860e23835b2232b4894ef61b28b039fd> /System/Library/Frameworks/UIKit.framework/UIKit
0x1da5fc000 - 0x1da6c2fff VisionKit arm64e  <1348e02fcb4f351eb6aaec740395a8e5> /System/Library/Frameworks/VisionKit.framework/VisionKit
0x1da995000 - 0x1daad5fff ANECompiler arm64e  <c4ad8fdf36003090bed46349a357e886> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
0x1daad6000 - 0x1daae7fff ANEServices arm64e  <4ffc7685beab34b1985a6d354d154670> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1daaf0000 - 0x1dab81fff APFS arm64e  <5837460c175f30499cb61ef4c02640d8> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1dab82000 - 0x1dab86fff ASEProcessing arm64e  <965b0ab27973360c8a5a16cabfb59962> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1dac8f000 - 0x1dacc8fff AccessibilitySharedSupport arm64e  <332e9452acac3433991223a3aaf9b5a4> /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/AccessibilitySharedSupport
0x1dad26000 - 0x1dad31fff AccountSettings arm64e  <62e1769021cf36d0acb8a58159ccdbce> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x1db680000 - 0x1db68efff AppleFSCompression arm64e  <faeae4744a5735979d990359212c2118> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1db695000 - 0x1db69ffff AppleIDAuthSupport arm64e  <4e25d793c1893cde9db731e73992c56c> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1db6a0000 - 0x1db6e2fff AppleJPEG arm64e  <5bbfea50254e3b70a76849dab290e45a> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1db6fe000 - 0x1db70ffff AppleNeuralEngine arm64e  <d054f06124b93a37aa22835fe4c7cc93> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1db716000 - 0x1db739fff AppleSauce arm64e  <1f4591e357c13553adb1c8b9b3b90fb7> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1db93e000 - 0x1db96efff Bom arm64e  <88f30c126d8b3abaa60be633841bbfa6> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1dc405000 - 0x1dc40cfff CommonAuth arm64e  <564fec002cc83a9bb5695bd13609e7d9> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x1dc6ac000 - 0x1dc6cbfff CoreCDPUI arm64e  <7bd6e8ad84a13f81a883c60c39cea411> /System/Library/PrivateFrameworks/CoreCDPUI.framework/CoreCDPUI
0x1dc738000 - 0x1dc82bfff CoreHandwriting arm64e  <e9801a257ba431ca86e6f1f9f935c6e5> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
0x1dc82c000 - 0x1dc837fff CoreIDV arm64e  <1ffe9029611a3840bc3314ac62674143> /System/Library/PrivateFrameworks/CoreIDV.framework/CoreIDV
0x1dc842000 - 0x1dc845fff CoreOptimization arm64e  <a4edab64c5ff3417bce443f242271850> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1dc961000 - 0x1dc96cfff DeviceIdentity arm64e  <26d26381aecd35b8b349f7a9face380a> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1dc971000 - 0x1dc972fff DiagnosticLogCollection arm64e  <4f98eb113ef9334780d87e3bbb554164> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x1dcafd000 - 0x1dcb19fff DocumentManagerCore arm64e  <caa4470c3d1c3a99be4d80472e6ba747> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1dcbdb000 - 0x1dd1a9fff Espresso arm64e  <5f366ae6038a380db428ca08b94a47c9> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1dd47d000 - 0x1dd890fff FaceCore arm64e  <b2470b9b5093318abf3320220cc1aa4c> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1dd966000 - 0x1dd979fff libGSFontCache.dylib arm64e  <f975e4fd702134b5bbe32251168b32a6> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1dd9e0000 - 0x1dd9ecfff libhvf.dylib arm64e  <dc622b5e35a7384d953f4850d25d91b7> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x1dda0e000 - 0x1dda22fff Futhark arm64e  <2c827a9d9ad035ca8a992cc5eb8722e3> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1de5a2000 - 0x1de5a2fff libmetal_timestamp.dylib arm64e  <e2406afaf6c8309c89c50f40baa74130> /System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libmetal_timestamp.dylib
0x1de72a000 - 0x1de736fff GraphVisualizer arm64e  <9c52f0ab6eb9385b911d0c50d5078edf> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1df0c2000 - 0x1df132fff Heimdal arm64e  <0e0006a58c0731d781c0cd19e8f1a6e3> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x1df68e000 - 0x1df694fff InternationalSupport arm64e  <9dd0e792a2ac323ead30b6c0460559b2> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1df8a2000 - 0x1df8d7fff LocalAuthenticationPrivateUI arm64e  <17edea627a873d3e9b6ca48fd6ef2962> /System/Library/PrivateFrameworks/LocalAuthenticationPrivateUI.framework/LocalAuthenticationPrivateUI
0x1df959000 - 0x1df959fff Marco arm64e  <21b7aca56373380aa6f4e4ec34b96aee> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1dfe21000 - 0x1dfe4bfff MetricsKit arm64e  <5ac1ea7d9a8f3d0b9bf73158d6dd77f4> /System/Library/PrivateFrameworks/MetricsKit.framework/MetricsKit
0x1dfe59000 - 0x1dfe6cfff MobileDeviceLink arm64e  <86450314acbf331cb7e20e223d3ccfe1> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x1dfe72000 - 0x1dfe73fff MobileObliteration arm64e  <3927e74fcb573aa5a207269b3ef66bee> /System/Library/PrivateFrameworks/MobileObliteration.framework/MobileObliteration
0x1e0124000 - 0x1e0164fff OTSVG arm64e  <7710fe3cb2b7303191d939bfdf547e4b> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1e0751000 - 0x1e0795fff PBBridgeSupport arm64e  <b0c00e8e40e03a4b8940441c03ad02f9> /System/Library/PrivateFrameworks/PBBridgeSupport.framework/PBBridgeSupport
0x1e079e000 - 0x1e07c4fff PassKitUIFoundation arm64e  <892deed2c8bc3277aab373abd3b13946> /System/Library/PrivateFrameworks/PassKitUIFoundation.framework/PassKitUIFoundation
0x1e07e3000 - 0x1e07e3fff PhoneNumbers arm64e  <2349bcf38907304989f0e60eff5d3bdf> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1e1fca000 - 0x1e1fd2fff PrototypeToolsUI arm64e  <9455f8c9f965331c8825dd71bb2aaad1> /System/Library/PrivateFrameworks/PrototypeToolsUI.framework/PrototypeToolsUI
0x1e1fe7000 - 0x1e1ffbfff QuickLookSupport arm64e  <1657ff3bce33311ca157fb35a9d00ae9> /System/Library/PrivateFrameworks/QuickLookSupport.framework/QuickLookSupport
0x1e219f000 - 0x1e21a3fff RevealCore arm64e  <affbf54442c0362ba535f89a962431ac> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
0x1e2295000 - 0x1e22c7fff ScreenReaderCore arm64e  <cb80b6668c7e352f895d0659f5bacf4b> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x1e233d000 - 0x1e2349fff SetupAssistantSupport arm64e  <c2cbe5bef7903743b87dcc8857d4fc3c> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1e2368000 - 0x1e2368fff SignpostMetrics arm64e  <1f8d109a61e2384db3604d604b274ec7> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
0x1e2397000 - 0x1e23b6fff SiriInstrumentation arm64e  <7ebbf20b5a973abf8a9be01e0664a0e9> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
0x1e2b44000 - 0x1e2c64fff TextRecognition arm64e  <6344895a09e0318083fa4189080498bb> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
0x1e2c65000 - 0x1e2d09fff TextureIO arm64e  <726f75bdca4a3f57bc6b9c44fe61c89a> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1e2e5d000 - 0x1e2e68fff TransparencyDetailsView arm64e  <ca60f8b3c0c631579a15c1eee9cda087> /System/Library/PrivateFrameworks/TransparencyDetailsView.framework/TransparencyDetailsView
0x1e3b56000 - 0x1e4053fff libwebrtc.dylib arm64e  <abc9f2b6fa9230fd8433cdf7b9407cd7> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1e41ed000 - 0x1e41f5fff kperfdata arm64e  <df0d3dd0503a34e3afb1fb9c91ee5bd3> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1e41f6000 - 0x1e423ffff ktrace arm64e  <ecf74de5fba13f95bcb5c0c3d10cb0e8> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1e4258000 - 0x1e4264fff perfdata arm64e  <10eb4069e6b53779a78d25622adf7419> /System/Library/PrivateFrameworks/perfdata.framework/perfdata
0x1e4265000 - 0x1e4273fff zudp arm64e  <2183c52728683b0aa793b9386d999ea3> /System/Library/PrivateFrameworks/zudp.framework/zudp
0x1e463b000 - 0x1e4943fff libAWDSupportFramework.dylib arm64e  <ddb9e29650f4345b950f3ca65ed4f35a> /usr/lib/libAWDSupportFramework.dylib
0x1e4af6000 - 0x1e4b00fff libChineseTokenizer.dylib arm64e  <dcd61151b8ea304d8ef8b692194de691> /usr/lib/libChineseTokenizer.dylib
0x1e4b25000 - 0x1e4ce9fff libFosl_dynamic.dylib arm64e  <745fe7aa4d66357b84df64a9a2711c3d> /usr/lib/libFosl_dynamic.dylib
0x1e4d66000 - 0x1e4d6dfff libMatch.1.dylib arm64e  <e471c6444e2c320890a83a100bb79d67> /usr/lib/libMatch.1.dylib
0x1e4e1f000 - 0x1e4e20fff libSystem.B.dylib arm64e  <c99cec598cbb33c2aa6e1fb8a16f05b7> /usr/lib/libSystem.B.dylib
0x1e4e29000 - 0x1e4e2afff libThaiTokenizer.dylib arm64e  <f867c04b48473a46a3fef90420fe06f8> /usr/lib/libThaiTokenizer.dylib
0x1e4f2a000 - 0x1e4f3ffff libapple_nghttp2.dylib arm64e  <3a3c76fc90283dc7840eccb3d9fe0baf> /usr/lib/libapple_nghttp2.dylib
0x1e4fb8000 - 0x1e4fc8fff libbsm.0.dylib arm64e  <9d7d53cf1d3934d58950e1c338710183> /usr/lib/libbsm.0.dylib
0x1e4fc9000 - 0x1e4fd5fff libbz2.1.0.dylib arm64e  <3f5a073db40e3aa4a78c23f6c0617505> /usr/lib/libbz2.1.0.dylib
0x1e4fd6000 - 0x1e4fd6fff libcharset.1.dylib arm64e  <2f2f1fc975ad30d09fcc08f7895a2734> /usr/lib/libcharset.1.dylib
0x1e4fd7000 - 0x1e4fe8fff libcmph.dylib arm64e  <e5d2314802ad3ef6abf5cf5c6853d691> /usr/lib/libcmph.dylib
0x1e4fe9000 - 0x1e5000fff libcompression.dylib arm64e  <af8d971ecb5031cc8884a8bc22601fbc> /usr/lib/libcompression.dylib
0x1e5001000 - 0x1e5002fff libcoretls_cfhelpers.dylib arm64e  <bc0441b8a44936ed83b426dca9569404> /usr/lib/libcoretls_cfhelpers.dylib
0x1e5003000 - 0x1e5009fff libcupolicy.dylib arm64e  <ac53277f54b1314eb4a6db3491f11500> /usr/lib/libcupolicy.dylib
0x1e504a000 - 0x1e5053fff libdscsym.dylib arm64e  <8850adf529663722b843cce8b5b4819c> /usr/lib/libdscsym.dylib
0x1e5054000 - 0x1e5071fff libedit.3.dylib arm64e  <d0a4c4a5ef35369982e26e9a2919c8a9> /usr/lib/libedit.3.dylib
0x1e508b000 - 0x1e5090fff libheimdal-asn1.dylib arm64e  <3dee035ee3cb351da5dfb11c781c7c55> /usr/lib/libheimdal-asn1.dylib
0x1e5091000 - 0x1e5183fff libiconv.2.dylib arm64e  <428596a27c70349a97f2c26b7ed4fff3> /usr/lib/libiconv.2.dylib
0x1e5199000 - 0x1e51a4fff liblockdown.dylib arm64e  <d92fb58538d8380c914e2331d3636b6b> /usr/lib/liblockdown.dylib
0x1e51be000 - 0x1e51d6fff liblzma.5.dylib arm64e  <483dd3d265203a8b9fdbd1c834f0c133> /usr/lib/liblzma.5.dylib
0x1e555c000 - 0x1e558cfff libncurses.5.4.dylib arm64e  <979bff2fd0163444a320b8b78c663d31> /usr/lib/libncurses.5.4.dylib
0x1e558d000 - 0x1e55a1fff libnetworkextension.dylib arm64e  <703dbe678ed53206b0e0ce024c619128> /usr/lib/libnetworkextension.dylib
0x1e592d000 - 0x1e5945fff libresolv.9.dylib arm64e  <e15e172815de31538d49afb974f0e04d> /usr/lib/libresolv.9.dylib
0x1e5946000 - 0x1e5948fff libsandbox.1.dylib arm64e  <74ffe83caa6537b683254094106a8f38> /usr/lib/libsandbox.1.dylib
0x1e5949000 - 0x1e594efff libsysdiagnose.dylib arm64e  <6e4f84349f1a31c596e5e0004c768874> /usr/lib/libsysdiagnose.dylib
0x1e594f000 - 0x1e5980fff libtidy.A.dylib arm64e  <8c2f1da574753b9389ab3dd3ecf5cfa2> /usr/lib/libtidy.A.dylib
0x1e5988000 - 0x1e598bfff libutil.dylib arm64e  <6f4ea9a03dad3e4e9a2ef79309642653> /usr/lib/libutil.dylib
0x1e59b9000 - 0x1e59cafff libz.1.dylib arm64e  <a4d927d93c62318d83885ff23c470024> /usr/lib/libz.1.dylib
0x1e59f3000 - 0x1e59f5fff liblog_network.dylib arm64e  <bdf8f307493a3bc7a0e4f61f7442e611> /usr/lib/log/liblog_network.dylib
0x1e5a05000 - 0x1e5a15fff libswiftAVFoundation.dylib arm64e  <4139bf08cf63323c9f44beb4e83f9cc9> /usr/lib/swift/libswiftAVFoundation.dylib
0x1e5a81000 - 0x1e5a8efff libswiftCoreAudio.dylib arm64e  <4525a043e65a3f64a2754767934057dc> /usr/lib/swift/libswiftCoreAudio.dylib
0x1e5a97000 - 0x1e5a9bfff libswiftCoreFoundation.dylib arm64e  <2185db0ddf8930a796f2e466fca96a4b> /usr/lib/swift/libswiftCoreFoundation.dylib
0x1e5a9c000 - 0x1e5aaafff libswiftCoreGraphics.dylib arm64e  <181474c891b931f1ad24e39cdbc619ae> /usr/lib/swift/libswiftCoreGraphics.dylib
0x1e5aab000 - 0x1e5aaffff libswiftCoreImage.dylib arm64e  <5ef7647b547a3f428e4c9cd0972982d0> /usr/lib/swift/libswiftCoreImage.dylib
0x1e5ab0000 - 0x1e5ab6fff libswiftCoreLocation.dylib arm64e  <434b930954473e5397a5b0a871a0f3f4> /usr/lib/swift/libswiftCoreLocation.dylib
0x1e5ab7000 - 0x1e5ac1fff libswiftCoreMIDI.dylib arm64e  <bf1a416ed9cd318aa7b128913b774022> /usr/lib/swift/libswiftCoreMIDI.dylib
0x1e5ac2000 - 0x1e5b04fff libswiftCoreMedia.dylib arm64e  <eca2f5a99f433492bd780926153ce8de> /usr/lib/swift/libswiftCoreMedia.dylib
0x1e5b05000 - 0x1e5b0efff libswiftDarwin.dylib arm64e  <afc373023cff3c9e9497f5badff83ca2> /usr/lib/swift/libswiftDarwin.dylib
0x1e5b0f000 - 0x1e5b2bfff libswiftDispatch.dylib arm64e  <dc78b0bbb28336b9b542906c91d28827> /usr/lib/swift/libswiftDispatch.dylib
0x1e5b2c000 - 0x1e5cbbfff libswiftFoundation.dylib arm64e  <3ac8f7c0c94938dea6c88710a28bbe3c> /usr/lib/swift/libswiftFoundation.dylib
0x1e5cd4000 - 0x1e5ce1fff libswiftIntents.dylib arm64e  <9e3da1925cf934d2aab4180f29e856d0> /usr/lib/swift/libswiftIntents.dylib
0x1e5cf4000 - 0x1e5cfbfff libswiftMetal.dylib arm64e  <8674010db9e43f209c6abb36a03bfb40> /usr/lib/swift/libswiftMetal.dylib
0x1e5d70000 - 0x1e5d76fff libswiftObjectiveC.dylib arm64e  <4b62e8bd978c359ba1b9b76a093cc7ea> /usr/lib/swift/libswiftObjectiveC.dylib
0x1e5d77000 - 0x1e5d7ffff libswiftPhotos.dylib arm64e  <0805a3c59fdb344697af982893612fae> /usr/lib/swift/libswiftPhotos.dylib
0x1e5d80000 - 0x1e5d85fff libswiftQuartzCore.dylib arm64e  <150cf27f95563a4cb7f64b62c933f2b1> /usr/lib/swift/libswiftQuartzCore.dylib
0x1e5dc2000 - 0x1e5dd6fff libswiftUIKit.dylib arm64e  <8e89b618057f39b68358528b9c67768a> /usr/lib/swift/libswiftUIKit.dylib
0x1e5de7000 - 0x1e5deffff libswiftos.dylib arm64e  <ad06354973df305090a097f95f8e8f24> /usr/lib/swift/libswiftos.dylib
0x1e5df0000 - 0x1e5e0afff libswiftsimd.dylib arm64e  <97964f0d90203a09bda573675d91a4db> /usr/lib/swift/libswiftsimd.dylib
0x1e5e0b000 - 0x1e5e10fff libcache.dylib arm64e  <a4f4b091d52c3be9a997713bad54121f> /usr/lib/system/libcache.dylib
0x1e5e11000 - 0x1e5e21fff libcommonCrypto.dylib arm64e  <3a53630c7b253db180b3e610ef7812fa> /usr/lib/system/libcommonCrypto.dylib
0x1e5e22000 - 0x1e5e25fff libcompiler_rt.dylib arm64e  <793f1795c47c30c9b6c569755d927b7f> /usr/lib/system/libcompiler_rt.dylib
0x1e5efd000 - 0x1e5efdfff liblaunch.dylib arm64e  <a99b9f1feb8338fdbcfcc042cd2e9632> /usr/lib/system/liblaunch.dylib
0x1e5efe000 - 0x1e5f03fff libmacho.dylib arm64e  <a223f34a844139bebfe8d3ac42cdcdae> /usr/lib/system/libmacho.dylib
0x1e5f04000 - 0x1e5f05fff libremovefile.dylib arm64e  <c45ab025c00d3611b0a6eec5d4d86517> /usr/lib/system/libremovefile.dylib
0x1e5f06000 - 0x1e5f07fff libsystem_featureflags.dylib arm64e  <2765c759ac033e71b75107d94c06ec01> /usr/lib/system/libsystem_featureflags.dylib
0x1e5f08000 - 0x1e5f35fff libsystem_m.dylib arm64e  <742ce2f0ac123c7e92228f4e85b24793> /usr/lib/system/libsystem_m.dylib
0x1e5f36000 - 0x1e5f3bfff libunwind.dylib arm64e  <de48ac103da5300bbcdfd7727e920e1c> /usr/lib/system/libunwind.dylib
0x1e6222000 - 0x1e628efff NanoRegistry arm64e  <c7b857607abf340881844acbdeca5081> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1e628f000 - 0x1e629cfff NanoPreferencesSync arm64e  <1d224e280f773299a44b954bb357f9ba> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1e6759000 - 0x1e6766fff NanoSystemSettings arm64e  <f3c314bd080e3a5fbfa7cca7d0bf58ad> /System/Library/PrivateFrameworks/NanoSystemSettings.framework/NanoSystemSettings
0x1e693f000 - 0x1e6946fff NanoResourceGrabber arm64e  <4d95a6cb56c93cceb419e0168c2cd9ce> /System/Library/PrivateFrameworks/NanoResourceGrabber.framework/NanoResourceGrabber
0x1e6c14000 - 0x1e6ed0fff AGXMetalA12 arm64e  <d441191ea2633e23ad99466fe1fd0194> /System/Library/Extensions/AGXMetalA12.bundle/AGXMetalA12
0x1e8017000 - 0x1e8035fff AppSSO arm64e  <439a359e55b03d67876d0a68ec7343a1> /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO
0x1e8036000 - 0x1e804afff AppSSOCore arm64e  <f176b67862553ce6971627741fadadd8> /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore
0x1e8969000 - 0x1e8970fff libswiftCoreNFC.dylib arm64e  <47e653ae8f4b38ec8b97a3d590503f63> /usr/lib/swift/libswiftCoreNFC.dylib

EOF

@rebello95 rebello95 added platform/ios Issues related to iOS core labels Nov 1, 2019
@rebello95 rebello95 added this to the v0.3 "Secondi" milestone Nov 1, 2019
@stale
Copy link

stale bot commented Dec 1, 2019

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Dec 1, 2019
@stale
Copy link

stale bot commented Dec 8, 2019

This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted". Thank you for your contributions.

@rebello95
Copy link
Contributor Author

Upstream fix from @goaway: envoyproxy/envoy#10015
Bump: #698

rebello95 added a commit that referenced this issue Feb 20, 2020
Bumping to include envoyproxy/envoy#10015.

Should resolve #572.

Signed-off-by: Michael Rebello <[email protected]>
@goaway
Copy link
Contributor

goaway commented Feb 20, 2020

Resolution that enables upstream fix here: #699

jpsim pushed a commit to envoyproxy/envoy that referenced this issue Nov 28, 2022
Bumping to include #10015.

Should resolve envoyproxy/envoy-mobile#572.

Signed-off-by: Michael Rebello <[email protected]>
Signed-off-by: JP Simard <[email protected]>
jpsim pushed a commit to envoyproxy/envoy that referenced this issue Nov 29, 2022
Bumping to include #10015.

Should resolve envoyproxy/envoy-mobile#572.

Signed-off-by: Michael Rebello <[email protected]>
Signed-off-by: JP Simard <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants