Ranchero-Software / NetNewsWire

RSS reader for macOS and iOS.
https://netnewswire.com/
MIT License
8.31k stars 526 forks source link

BatchUpdate.isPerforming.getter crash #3143

Closed brentsimmons closed 3 years ago

brentsimmons commented 3 years ago

This looks like a threading bug — note thread 6 (the crashing thread). My guess is that SceneCoordinator is not meant to be doing this work on a background thread.

Incident Identifier: 68BF6A67-ED6F-43B6-B107-F1FE1A62C6C1
Hardware Model:      iPhone13,4
Process:             NetNewsWire [12418]
Path:                /private/var/containers/Bundle/Application/1C0DA6F4-B2B3-4D70-95C4-CBD2C2846ED5/NetNewsWire.app/NetNewsWire
Identifier:          com.ranchero.NetNewsWire.iOS
Version:             603 (6.0)
AppStoreTools:       12E262
AppVariant:          1:iPhone13,4:14
Beta:                YES
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           com.ranchero.NetNewsWire.iOS [1873]

Date/Time:           2021-05-20 22:12:28.9803 -0400
Launch Time:         2021-05-17 21:24:38.2008 -0400
OS Version:          iPhone OS 14.5.1 (18E212)
Release Type:        User
Baseband Version:    1.62.11
Report Version:      104

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000001, 0x0000000104a6ff34
Termination Signal: Trace/BPT trap: 5
Termination Reason: Namespace SIGNAL, Code 0x5
Terminating Process: exc handler [12418]
Triggered by Thread:  6

Thread 0 name:
Thread 0:
0   libswiftCore.dylib              0x00000001a06ebd40 swift::RefCounts<swift::RefCountBitsT<(swift::RefCountInlinedness)1> >::incrementSlow(swift::RefCountBitsT<(swift::RefCountInlinedness)1>, unsigned int) + 152 (atomic:1036)
1   libswiftCore.dylib              0x00000001a06b69e0 swift_retain + 124 (RefCount.h:813)
2   libswiftCore.dylib              0x00000001a06b69e0 swift_retain + 124 (RefCount.h:813)
3   Account                         0x0000000104c36f38 AccountManager.activeAccounts.getter + 316
4   Account                         0x0000000104c37cc4 AccountManager.combinedRefreshProgress.getter + 36 (__hidden#3314_:92)
5   NetNewsWire                     0x0000000104932bd0 RefreshProgressView.progressChanged(animated:) + 336 (RefreshProgressView.swift:64)
6   NetNewsWire                     0x000000010493358c progressDidChange + 8 (RefreshProgressView.swift:40)
7   NetNewsWire                     0x000000010493358c @objc RefreshProgressView.progressDidChange(_:) + 128 (<compiler-generated>:39)
8   CoreFoundation                  0x000000019c741534 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 28 (CFNotificationCenter.c:706)
9   CoreFoundation                  0x000000019c7414dc ___CFXRegistrationPost_block_invoke + 52 (CFNotificationCenter.c:173)
10  CoreFoundation                  0x000000019c740a48 _CFXRegistrationPost + 440 (CFNotificationCenter.c:198)
11  CoreFoundation                  0x000000019c740408 _CFXNotificationPost + 716 (CFNotificationCenter.c:1071)
12  Foundation                      0x000000019da3867c -[NSNotificationCenter postNotificationName:object:userInfo:] + 64 (NSNotification.m:575)
13  Account                         0x0000000104c1629c _hidden#70_ + 340 (__hidden#1472_:963)
14  Account                         0x0000000104c16ba0 _hidden#80_ + 136
15  CoreFoundation                  0x000000019c741534 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 28 (CFNotificationCenter.c:706)
16  CoreFoundation                  0x000000019c7414dc ___CFXRegistrationPost_block_invoke + 52 (CFNotificationCenter.c:173)
17  CoreFoundation                  0x000000019c740a48 _CFXRegistrationPost + 440 (CFNotificationCenter.c:198)
18  CoreFoundation                  0x000000019c740408 _CFXNotificationPost + 716 (CFNotificationCenter.c:1071)
19  Foundation                      0x000000019da3867c -[NSNotificationCenter postNotificationName:object:userInfo:] + 64 (NSNotification.m:575)
20  RSWeb                           0x0000000104abd994 _hidden#451_ + 96 (__hidden#475_:100)
21  RSWeb                           0x0000000104aded48 _hidden#453_ + 20 (__hidden#145_:0)
22  libdispatch.dylib               0x000000019c3d1a54 _dispatch_call_block_and_release + 32 (init.c:1466)
23  libdispatch.dylib               0x000000019c3d37ec _dispatch_client_callout + 20 (object.m:559)
24  libdispatch.dylib               0x000000019c3e1c40 _dispatch_main_queue_callback_4CF + 884 (inline_internal.h:2557)
25  CoreFoundation                  0x000000019c7601f8 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 16 (CFRunLoop.c:1790)
26  CoreFoundation                  0x000000019c75a0d0 __CFRunLoopRun + 2524 (CFRunLoop.c:3118)
27  CoreFoundation                  0x000000019c7591c0 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
28  GraphicsServices                0x00000001b3d41734 GSEventRunModal + 164 (GSEvent.c:2259)
29  UIKitCore                       0x000000019f1c77e4 -[UIApplication _run] + 1072 (UIApplication.m:3269)
30  UIKitCore                       0x000000019f1cd054 UIApplicationMain + 168 (UIApplication.m:4740)
31  NetNewsWire                     0x00000001048199dc main + 68 (AddFeedSelectFolderTableViewCell.swift:21)
32  libdyld.dylib                   0x000000019c415cf8 start + 4

Thread 1 name:
Thread 1:
0   libsystem_kernel.dylib          0x00000001ca8d44fc mach_msg_trap + 8
1   libsystem_kernel.dylib          0x00000001ca8d3884 mach_msg + 76 (mach_msg.c:103)
2   CoreFoundation                  0x000000019c75fd10 __CFRunLoopServiceMachPort + 372 (CFRunLoop.c:2641)
3   CoreFoundation                  0x000000019c759bb0 __CFRunLoopRun + 1212 (CFRunLoop.c:2974)
4   CoreFoundation                  0x000000019c7591c0 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
5   Foundation                      0x000000019da39fac -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232 (NSRunLoop.m:377)
6   Foundation                      0x000000019da39e78 -[NSRunLoop(NSRunLoop) runUntilDate:] + 92 (NSRunLoop.m:424)
7   UIKitCore                       0x000000019f27c38c -[UIEventFetcher threadMain] + 516 (UIEventFetcher.m:929)
8   Foundation                      0x000000019dbab2fc __NSThread__start__ + 864 (NSThread.m:724)
9   libsystem_pthread.dylib         0x00000001e831cc00 _pthread_start + 320 (pthread.c:881)
10  libsystem_pthread.dylib         0x00000001e8325758 thread_start + 8

Thread 2 name:
Thread 2:
0   libsystem_kernel.dylib          0x00000001ca8f90cc __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x00000001e8320434 _pthread_cond_wait + 1248 (pthread_cond.c:636)
2   libc++.1.dylib                  0x00000001b12e0efc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28 (__threading_support:428)
3   JavaScriptCore                  0x00000001a6b8adc0 0x1a5bba000 + 16584128
4   JavaScriptCore                  0x00000001a6b8f204 0x1a5bba000 + 16601604
5   JavaScriptCore                  0x00000001a6b8ee10 0x1a5bba000 + 16600592
6   JavaScriptCore                  0x00000001a6b90328 0x1a5bba000 + 16605992
7   libsystem_pthread.dylib         0x00000001e831cc00 _pthread_start + 320 (pthread.c:881)
8   libsystem_pthread.dylib         0x00000001e8325758 thread_start + 8

Thread 3 name:
Thread 3:
0   libsystem_kernel.dylib          0x00000001ca8d44fc mach_msg_trap + 8
1   libsystem_kernel.dylib          0x00000001ca8d3884 mach_msg + 76 (mach_msg.c:103)
2   CoreFoundation                  0x000000019c75fd10 __CFRunLoopServiceMachPort + 372 (CFRunLoop.c:2641)
3   CoreFoundation                  0x000000019c759bb0 __CFRunLoopRun + 1212 (CFRunLoop.c:2974)
4   CoreFoundation                  0x000000019c7591c0 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
5   AudioSession                    0x00000001a41d5f20 GenericRunLoopThread::Entry(void*) + 164 (GenericRunLoopThread.h:91)
6   AudioSession                    0x00000001a41d80d8 CAPThread::Entry(CAPThread*) + 92 (CAPThread.cpp:321)
7   libsystem_pthread.dylib         0x00000001e831cc00 _pthread_start + 320 (pthread.c:881)
8   libsystem_pthread.dylib         0x00000001e8325758 thread_start + 8

Thread 4:
0   libsystem_pthread.dylib         0x00000001e8325744 start_wqthread + 0

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

Thread 6 name:
Thread 6 Crashed:
0   RSCore                          0x0000000104a6ff34 __hidden#409_ + 0 (__hidden#1393_:0)
1   RSCore                          0x0000000104a6ff34 BatchUpdate.isPerforming.getter + 56 (__hidden#1393_:31)
2   NetNewsWire                     0x0000000104887df4 SceneCoordinator.rebuildBackingStores(initialLoad:updateExpandedNodes:completion:) + 88 (SceneCoordinator.swift:1449)
3   NetNewsWire                     0x000000010488af7c SceneCoordinator.containerChildrenDidChange(_:) + 364 (SceneCoordinator.swift:463)
4   NetNewsWire                     0x000000010488c094 @objc SceneCoordinator.statusesDidChange(_:) + 136
5   CoreFoundation                  0x000000019c741534 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 28 (CFNotificationCenter.c:706)
6   CoreFoundation                  0x000000019c7414dc ___CFXRegistrationPost_block_invoke + 52 (CFNotificationCenter.c:173)
7   CoreFoundation                  0x000000019c740a48 _CFXRegistrationPost + 440 (CFNotificationCenter.c:198)
8   CoreFoundation                  0x000000019c740408 _CFXNotificationPost + 716 (CFNotificationCenter.c:1071)
9   Foundation                      0x000000019da3867c -[NSNotificationCenter postNotificationName:object:userInfo:] + 64 (NSNotification.m:575)
10  Account                         0x0000000104d4a354 __hidden#2705_ + 84 (__hidden#1749_:164)
11  Account                         0x0000000104d4a354 __hidden#2677_ + 84 (__hidden#21693_:131)
12  Account                         0x0000000104d4a354 _hidden#21644_ + 168 (__hidden#1474_:129)
13  Account                         0x0000000104c4864c _hidden#4071_ + 168 (__hidden#4449_:216)
14  Account                         0x0000000104c535e4 _hidden#4253_ + 84 (__hidden#4449_:865)
15  RSCore                          0x0000000104a679b0 CloudKitZone.modify(recordsToSave:recordIDsToDelete:completion:) + 640 (__hidden#893_:550)
16  RSCore                          0x0000000104a6a37c _hidden#518_ + 776 (__hidden#893_:492)
17  RSCore                          0x0000000104a6db0c _hidden#583_ + 36 (__hidden#305_:0)
18  RSCore                          0x0000000104a65d0c _hidden#497_ + 68 (__hidden#305_:0)
19  CloudKit                        0x00000001a27bf8cc 0x1a26fb000 + 805068
20  CloudKit                        0x00000001a27b2f44 0x1a26fb000 + 753476
21  CloudKit                        0x00000001a27b2a7c 0x1a26fb000 + 752252
22  CloudKit                        0x00000001a27bf778 0x1a26fb000 + 804728
23  CoreFoundation                  0x000000019c7eb874 __invoking___ + 148
24  CoreFoundation                  0x000000019c6beba4 -[NSInvocation invoke] + 380 (NSForwarding.m:3486)
25  CoreFoundation                  0x000000019c6bf1a8 -[NSInvocation invokeWithTarget:] + 80 (NSForwarding.m:3587)
26  CloudKit                        0x00000001a2727a84 0x1a26fb000 + 182916
27  libdispatch.dylib               0x000000019c3e2454 _dispatch_block_async_invoke2 + 148 (queue.c:527)
28  libdispatch.dylib               0x000000019c3d37ec _dispatch_client_callout + 20 (object.m:559)
29  libdispatch.dylib               0x000000019c3dafd4 _dispatch_lane_serial_drain + 620 (inline_internal.h:2557)
30  libdispatch.dylib               0x000000019c3dbc04 _dispatch_lane_invoke + 456 (queue.c:3862)
31  libdispatch.dylib               0x000000019c3e648c _dispatch_workloop_worker_thread + 764 (queue.c:6589)
32  libsystem_pthread.dylib         0x00000001e831e7a4 _pthread_wqthread + 276 (pthread.c:2232)
33  libsystem_pthread.dylib         0x00000001e832574c start_wqthread + 8

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

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

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

Thread 6 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x00000001eb7d0848   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x0000000000000000   x5: 0x0000000000000002   x6: 0x0000000000000000   x7: 0x0000000000000002
    x8: 0x000000016ba47000   x9: 0x0000000104bbf8c0  x10: 0x00000002960cb1d8  x11: 0x0007000282362c00
   x12: 0x0000000000000000  x13: 0x0000000282362bf0  x14: 0x00000000c1000006  x15: 0x00000001ff479590
   x16: 0x00000001e831cfc8  x17: 0x9863fc019da4230c  x18: 0x0000000000000000  x19: 0x0000000000000000
   x20: 0x0000000280d277c0  x21: 0x0000000000000000  x22: 0x0000000000000000  x23: 0x000000010be07300
   x24: 0x0000000000000000  x25: 0x0000000000000000  x26: 0x00000001ffc99790  x27: 0x00000001ff474000
   x28: 0x0000000000001c00   fp: 0x000000016ba457e0   lr: 0x96527e8104a6ff1c
    sp: 0x000000016ba457e0   pc: 0x0000000104a6ff34 cpsr: 0x80001000
   esr: 0xf2000001  Address size fault

Binary Images:
0x104814000 - 0x10497ffff NetNewsWire arm64  <7bdafc9f33c036608887e34f2dc795a0> /var/containers/Bundle/Application/1C0DA6F4-B2B3-4D70-95C4-CBD2C2846ED5/NetNewsWire.app/NetNewsWire
0x104a5c000 - 0x104a93fff RSCore arm64  <17a417aa1e19369da2e4c06292892bab> /var/containers/Bundle/Application/1C0DA6F4-B2B3-4D70-95C4-CBD2C2846ED5/NetNewsWire.app/Frameworks/RSCore.framework/RSCore
0x104ab4000 - 0x104aebfff RSWeb arm64  <4896123a128532638a153692eb20a798> /var/containers/Bundle/Application/1C0DA6F4-B2B3-4D70-95C4-CBD2C2846ED5/NetNewsWire.app/Frameworks/RSWeb.framework/RSWeb
0x104b10000 - 0x104b83fff dyld arm64e  <ca553810334f351692ecaedeaa5c0426> /usr/lib/dyld
0x104c08000 - 0x104e03fff Account arm64  <e8730e53d85d30d19aaa530a21efddee> /var/containers/Bundle/Application/1C0DA6F4-B2B3-4D70-95C4-CBD2C2846ED5/NetNewsWire.app/Frameworks/Account.framework/Account
0x104e88000 - 0x104eb7fff RSParser arm64  <233dbf4d8db732649349e0de9537eb2a> /var/containers/Bundle/Application/1C0DA6F4-B2B3-4D70-95C4-CBD2C2846ED5/NetNewsWire.app/Frameworks/RSParser.framework/RSParser
0x104ed8000 - 0x104f07fff RSDatabase arm64  <48ce104031ce36d08b3e55b506d2adf0> /var/containers/Bundle/Application/1C0DA6F4-B2B3-4D70-95C4-CBD2C2846ED5/NetNewsWire.app/Frameworks/RSDatabase.framework/RSDatabase
0x104f24000 - 0x104f37fff Articles arm64  <68c3d2d1538639b1a7345933ded2d743> /var/containers/Bundle/Application/1C0DA6F4-B2B3-4D70-95C4-CBD2C2846ED5/NetNewsWire.app/Frameworks/Articles.framework/Articles
0x104f4c000 - 0x104f93fff Secrets arm64  <37574e15b015319783bf45c8dc774708> /var/containers/Bundle/Application/1C0DA6F4-B2B3-4D70-95C4-CBD2C2846ED5/NetNewsWire.app/Frameworks/Secrets.framework/Secrets
0x104fb8000 - 0x104febfff ArticlesDatabase arm64  <466e3ee883e33017b052b256991024d8> /var/containers/Bundle/Application/1C0DA6F4-B2B3-4D70-95C4-CBD2C2846ED5/NetNewsWire.app/Frameworks/ArticlesDatabase.framework/ArticlesDatabase
0x105004000 - 0x10500ffff SyncDatabase arm64  <bc9c532762fe3beaa91da00dbf8980dc> /var/containers/Bundle/Application/1C0DA6F4-B2B3-4D70-95C4-CBD2C2846ED5/NetNewsWire.app/Frameworks/SyncDatabase.framework/SyncDatabase
0x105020000 - 0x10502bfff RSTree arm64  <55bd6f5c481f3a87abbd180c90963d19> /var/containers/Bundle/Application/1C0DA6F4-B2B3-4D70-95C4-CBD2C2846ED5/NetNewsWire.app/Frameworks/RSTree.framework/RSTree
0x1050ec000 - 0x1050f7fff libobjc-trampolines.dylib arm64e  <f23e71e84220389a901aa5f2398905ee> /usr/lib/libobjc-trampolines.dylib
0x19c3cf000 - 0x19c413fff libdispatch.dylib arm64e  <ffc93e7e836032a09eb5fe3761b8c90a> /usr/lib/system/libdispatch.dylib
0x19c414000 - 0x19c450fff libdyld.dylib arm64e  <b08ab7c264e839379487c33d0175fd34> /usr/lib/system/libdyld.dylib
0x19c451000 - 0x19c6bcfff libicucore.A.dylib arm64e  <ab7fcb3c67263f4697a573d41da6f4ea> /usr/lib/libicucore.A.dylib
0x19c6bd000 - 0x19ca7cfff CoreFoundation arm64e  <58500388bf36397c84cf17315a3445b6> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x19ca7d000 - 0x19cc2bfff CoreServices arm64e  <6c07f046e45a3faf97885725a53f1ee7> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x19cc2c000 - 0x19cc73fff WirelessDiagnostics arm64e  <00bcb812dfb03063ab26dd7742bebaf5> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x19cc74000 - 0x19ccf0fff SystemConfiguration arm64e  <73f1b810e3ac3491a337b14b62ce0bd1> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x19ccf1000 - 0x19cde6fff CoreTelephony arm64e  <07e708ee6f8d3cb9a37383f72b4c3eea> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x19cde7000 - 0x19d278fff CFNetwork arm64e  <048134a8c3cb3b41bc1df2f16e824512> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x19d279000 - 0x19d9bcfff libnetwork.dylib arm64e  <816831deee0435f8a76cf90daa7b1ae6> /usr/lib/libnetwork.dylib
0x19d9bd000 - 0x19da31fff Accounts arm64e  <206a05d79eab36ca96deb5c27cf4768f> /System/Library/Frameworks/Accounts.framework/Accounts
0x19da32000 - 0x19dce7fff Foundation arm64e  <63d26deea1fb34b09adacc52e7f1d60c> /System/Library/Frameworks/Foundation.framework/Foundation
0x19dce8000 - 0x19e04afff ImageIO arm64e  <028eba55dac633e7a775dd9d9d9a0f35> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x19e04b000 - 0x19e063fff libCGInterfaces.dylib arm64e  <07adb5c8cdf53fc2b9841a662bd44775> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x19e064000 - 0x19e5fcfff CoreGraphics arm64e  <5c35f490b0b43b64a48a2a9d319191b8> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x19e5fd000 - 0x19fa08fff UIKitCore arm64e  <186c18fd10823811a76188e8376c7e69> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x19fa09000 - 0x19fa27fff libAccessibility.dylib arm64e  <09f834f076c73667b8287bc52eb4c491> /usr/lib/libAccessibility.dylib
0x19fa28000 - 0x19fcbcfff QuartzCore arm64e  <b5b69ca265b2359fbcff24fd57d1ebf7> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x19fcbd000 - 0x19fd27fff BackBoardServices arm64e  <ac98379f333d3d5fbd6312905a1a9ace> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x19fd28000 - 0x19fdaffff TextInput arm64e  <4e970142a01737c8be9e8418392f2e0c> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x19fdb0000 - 0x19fe18fff libusrtcp.dylib arm64e  <1d45f4eed723396fa68fa82936fd4276> /usr/lib/libusrtcp.dylib
0x19fe19000 - 0x1a01d0fff AppleMediaServices arm64e  <bae84fb330473e73bc41a3581a93a116> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x1a01d1000 - 0x1a0333fff libswiftFoundation.dylib arm64e  <991b8be787fc37a7a071c35dd3be3188> /usr/lib/swift/libswiftFoundation.dylib
0x1a0334000 - 0x1a0775fff libswiftCore.dylib arm64e  <c619b3274d693b8dbeac10db207910ed> /usr/lib/swift/libswiftCore.dylib
0x1a0776000 - 0x1a0791fff UIKitServices arm64e  <efe515c39c4730458117fad6a0f01c1c> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x1a0792000 - 0x1a08e7fff Preferences arm64e  <3e43c75283f33dbca325568ce4724ced> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x1a08e8000 - 0x1a0af3fff ContactsUI arm64e  <749637f4bee034388db71ebc43b59264> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x1a0af4000 - 0x1a0ca9fff CoreText arm64e  <45e9e61d0dc13cd3aa4f6579c3ac1568> /System/Library/Frameworks/CoreText.framework/CoreText
0x1a0caa000 - 0x1a0cc3fff ExtensionKit arm64e  <4312dac44db23e688afe6e4dc9686d8c> /System/Library/PrivateFrameworks/ExtensionKit.framework/ExtensionKit
0x1a0cc4000 - 0x1a0cd9fff ChronoServices arm64e  <ac6fdd039faa3a58958d10957993d96c> /System/Library/PrivateFrameworks/ChronoServices.framework/ChronoServices
0x1a0cda000 - 0x1a0d5dfff BaseBoard arm64e  <2a3bc731c5423387ae6abf72e43dc76f> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x1a0d5e000 - 0x1a0fa9fff CoreDuet arm64e  <745d8b020d4d3c8ba80ac15fdfdb7f5b> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x1a0faa000 - 0x1a1103fff Contacts arm64e  <9bd9f9345dda33e4b65380257b0aa2a7> /System/Library/Frameworks/Contacts.framework/Contacts
0x1a1104000 - 0x1a2664fff GeoServices arm64e  <9b1779e9985d39c0b87b6d5bd3f3ba8c> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x1a2665000 - 0x1a26fafff CoreLocation arm64e  <c673bf8e505230bb9d096c1e3c6cf76c> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x1a26fb000 - 0x1a289cfff CloudKit arm64e  <c1d2686f90213259818ecad2adeb113d> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x1a289d000 - 0x1a2c11fff CoreData arm64e  <4ae82cd06dc234acb4d44a4fbe4095f3> /System/Library/Frameworks/CoreData.framework/CoreData
0x1a2c12000 - 0x1a2cb0fff WidgetKit arm64e  <d49b8c71ab0b37fb9e254012d6481b4a> /System/Library/Frameworks/WidgetKit.framework/WidgetKit
0x1a2cb1000 - 0x1a39affff SwiftUI arm64e  <f0863216d2dd3a8689191574e1602bb2> /System/Library/Frameworks/SwiftUI.framework/SwiftUI
0x1a39b0000 - 0x1a39bafff libswiftCoreGraphics.dylib arm64e  <e42cd51affd93d4b9a53b7f31fb03f2b> /usr/lib/swift/libswiftCoreGraphics.dylib
0x1a39bb000 - 0x1a39fafff AppSupport arm64e  <04497297f87a33a4ada345e414053b66> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x1a39fb000 - 0x1a3b1cfff ManagedConfiguration arm64e  <8e13ff88f8d9312dbf17fab0d289b78d> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x1a3b1d000 - 0x1a3b8bfff IMFoundation arm64e  <5eec2fe3679239c6a9b7682735136272> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x1a3b8c000 - 0x1a3c99fff IDS arm64e  <61e3a10c6aa93b449313bd74d8d0a684> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x1a3c9a000 - 0x1a3debfff Security arm64e  <a5dcbb29f11631d0b260c2dfb13dc646> /System/Library/Frameworks/Security.framework/Security
0x1a3dec000 - 0x1a41c8fff MediaPlayer arm64e  <cf3c59c6cc5c368893a6828b84d21b57> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x1a41c9000 - 0x1a41e0fff AudioSession arm64e  <f97d28c3922733af9adf0f2132df864f> /System/Library/PrivateFrameworks/AudioSession.framework/AudioSession
0x1a41e1000 - 0x1a4385fff AVFCore arm64e  <e90b96040f3439009de776a8ac04c954> /System/Library/PrivateFrameworks/AVFCore.framework/AVFCore
0x1a4386000 - 0x1a4922fff Intents arm64e  <679e85b3c24834e38f649b23d80ecdfa> /System/Library/Frameworks/Intents.framework/Intents
0x1a4923000 - 0x1a4971fff TextInputUI arm64e  <ee7b52e761c63cbca489822fdbcd3946> /System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI
0x1a4972000 - 0x1a4c83fff CoreImage arm64e  <198570e5a97e3b79835975d64a9a8321> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x1a4c84000 - 0x1a4d41fff ColorSync arm64e  <f8e0a67871283785a955df3e73d47ff5> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1a4d42000 - 0x1a4d7dfff CoreVideo arm64e  <bbd3b44b50353fd99442d4254ecffde0> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1a4d7e000 - 0x1a559dfff MediaToolbox arm64e  <49aedcafce783c6ea9adb7ca63be49c5> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1a559e000 - 0x1a569ffff CoreMedia arm64e  <2a0f257912c130a5a72ae29c23636678> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1a56a0000 - 0x1a5910fff AudioToolbox arm64e  <1e0023f6e1783baea294758ed5a12c5f> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x1a5911000 - 0x1a5961fff CoreHaptics arm64e  <9f631dabcbf63e0690c1f6b2f164f57d> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
0x1a5962000 - 0x1a59c0fff UserActivity arm64e  <33792a46e2e53fbc999f0942004d1285> /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity
0x1a59c1000 - 0x1a5ac8fff UIFoundation arm64e  <29ff2b7a379d3c298d6d9e0cb7e8cde7> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x1a5ac9000 - 0x1a5aeefff libsystem_info.dylib arm64e  <a64375ac16443a9f8c0398df6855971e> /usr/lib/system/libsystem_info.dylib
0x1a5aef000 - 0x1a5b6efff libsystem_c.dylib arm64e  <7a2b5cfaf443345b9a818746d01ca8c0> /usr/lib/system/libsystem_c.dylib
0x1a5b6f000 - 0x1a5bb9fff RunningBoardServices arm64e  <4fd570b3d26f3ea1a4f91ee1d63a8e23> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
0x1a5bba000 - 0x1a6c87fff JavaScriptCore arm64e  <b2d06175ce4132d4bae4b48d9318ae43> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1a7243000 - 0x1a72d1fff ContactsFoundation arm64e  <1c2922f8fd1c316aa2bcaa70ffd8734a> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x1a72d2000 - 0x1a7514fff HealthKit arm64e  <1bc794f284cf3595a98f28451784c348> /System/Library/Frameworks/HealthKit.framework/HealthKit
0x1a7515000 - 0x1a7537fff ProactiveEventTracker arm64e  <97680381232d36dabd1de93f9a758239> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x1a7538000 - 0x1a7582fff Lexicon arm64e  <3c57df5d5f6b39878f0fc9886919d9b6> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x1a7583000 - 0x1a75ecfff PersonalizationPortrait arm64e  <b422ac5b4bd13792b6c13b808c910568> /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait
0x1a75ed000 - 0x1a763bfff CoreDuetContext arm64e  <e61c76ac3d5e38e0be6088c81e8ddff9> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x1a763c000 - 0x1a76e7fff IOKit arm64e  <6fca9166daed3a14af0084023652a54f> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x1a76e8000 - 0x1a76f6fff DataMigration arm64e  <05b3e601d2213dab97bae982c8539b6d> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1a76f7000 - 0x1a7752fff SpringBoardServices arm64e  <ca19c1623cee3dbe98ee4f220c5edc13> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1a7753000 - 0x1a7764fff ContextKit arm64e  <5c562a798c20348b83efbb846f612292> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
0x1a7765000 - 0x1a79d8fff CoreMotion arm64e  <4b414798c90632069f91752086513a84> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x1a79d9000 - 0x1a7b16fff EventKit arm64e  <4288fb3d413a33479aaf61687b3f9f82> /System/Library/Frameworks/EventKit.framework/EventKit
0x1a8067000 - 0x1a8306fff MediaRemote arm64e  <bdf03d937e283203b6ff714b73e6eb92> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x1a8307000 - 0x1a84b1fff CoreUtils arm64e  <14c8cde85362354387402aeb5298fe4a> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x1a84b2000 - 0x1a84c7fff FamilyCircle arm64e  <e00e1fff28a4359eb4a98f0fd9e52ed2> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x1a84c8000 - 0x1a8534fff CoreSpotlight arm64e  <3407c4f701a53ec887e32250be69eba2> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x1a8535000 - 0x1a8881fff NewsCore arm64e  <96c7f4ddedb03dfdafba67bc0ff90a9c> /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore
0x1a8882000 - 0x1a8a50fff AssistantServices arm64e  <4ff4d127aec43b4fa0d0cba807cd0571> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x1a8a51000 - 0x1a8b15fff CoreUI arm64e  <01c884bbadb5397da797b8f767f0f266> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1a8b16000 - 0x1a8b63fff SafariSafeBrowsing arm64e  <e611d4d29318308789efea6658daf432> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1a8b64000 - 0x1a933cfff WebKit arm64e  <70791cdb4e4331a68ae38d9cff56d93d> /System/Library/Frameworks/WebKit.framework/WebKit
0x1a933d000 - 0x1ab8d8fff WebCore arm64e  <5f7e0e806d093fb2876374ae95f734e0> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x1ab8d9000 - 0x1ab936fff libMobileGestalt.dylib arm64e  <11459c2b74a53ee3ab82200452b03e37> /usr/lib/libMobileGestalt.dylib
0x1ab937000 - 0x1ab952fff CommonUtilities arm64e  <6a2a2c33edbe31f58dfdfc8e06bd5424> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1ab953000 - 0x1abab8fff IDSFoundation arm64e  <63f4ea66cbb03d1bb121986de2bea1c7> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x1abab9000 - 0x1abbbffff IMSharedUtilities arm64e  <35d741f65c773f089f285c5470577f02> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
0x1abbc0000 - 0x1abc68fff CoreSuggestions arm64e  <da35bd2854ee31d19ceca5051ebfb4cd> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x1abc69000 - 0x1abd05fff AddressBookLegacy arm64e  <03cac203bcd33feba2530a290a58b447> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x1abd06000 - 0x1abd37fff UserNotifications arm64e  <316675c0962e3a3cb3c20a693a6424f9> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1abd38000 - 0x1abdc1fff FrontBoardServices arm64e  <aef93719639a3862864995b3fa53899f> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1abdc2000 - 0x1abde5fff libsystem_malloc.dylib arm64e  <a5addce2985231c28a5b03fadb759923> /usr/lib/system/libsystem_malloc.dylib
0x1abde6000 - 0x1ac0aafff MapKit arm64e  <ef52fe4550533d75bf7109faf5aefa58> /System/Library/Frameworks/MapKit.framework/MapKit
0x1ac0ab000 - 0x1ac84afff VectorKit arm64e  <61e9b915d1f537c2b0aa62d28b994733> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x1ac84b000 - 0x1ac8d9fff AuthKit arm64e  <cac57f849df837d9be9271c7fe81a32e> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x1ac8da000 - 0x1ac96bfff AppleAccount arm64e  <978ae783060732c58fc487ee49953678> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1ac96c000 - 0x1acbd3fff AudioToolboxCore arm64e  <def3b64587fc30e6b5180f141873c1c1> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
0x1acc07000 - 0x1aced9fff StoreServices arm64e  <5640d1cd07ae38e58e79809a6c5f7f65> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x1aceda000 - 0x1ad069fff Sharing arm64e  <b3efed4ba4ed30a282c13dae680c95e8> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x1ad06a000 - 0x1ad10afff ShareSheet arm64e  <e74c095cea19376aab6a16361482e261> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
0x1ad10b000 - 0x1ad1cefff CoreParsec arm64e  <281c81690f56300baa4fc43572ba38c7> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x1ad1cf000 - 0x1ad216fff PhotoFoundation arm64e  <12520ee704b938e0a072736bf5570179> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x1ad217000 - 0x1ad455fff Photos arm64e  <4e9543ad4f5533d390a75966b2353044> /System/Library/Frameworks/Photos.framework/Photos
0x1ad456000 - 0x1adb72fff PhotoLibraryServices arm64e  <72712adf548c3ec29c7c885c8e78b79c> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x1adb73000 - 0x1adc32fff AssetsLibraryServices arm64e  <8cf235c08dd43355bbcc29d085bcaa3f> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x1adc33000 - 0x1adc82fff MobileBackup arm64e  <a3e62bc478cd31b6996a7241befe028f> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x1adc83000 - 0x1adc96fff MSUDataAccessor arm64e  <a82d68dcfe6f3528b6992d04996f899a> /System/Library/PrivateFrameworks/MSUDataAccessor.framework/MSUDataAccessor
0x1adc97000 - 0x1adcbefff MobileAsset arm64e  <7c415caed5e53bc1b4070f30101ee8c0> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1adcbf000 - 0x1adccefff libsystem_networkextension.dylib arm64e  <3fbd7ab2b56134ddafff3f701a0e8d70> /usr/lib/system/libsystem_networkextension.dylib
0x1adccf000 - 0x1adf16fff NetworkExtension arm64e  <9aac742ed5f73619bc05ea4f2d8601fb> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x1adf17000 - 0x1adf4dfff Trial arm64e  <2ac64392246b3648a5317a43d048b489> /System/Library/PrivateFrameworks/Trial.framework/Trial
0x1adf4e000 - 0x1ae7cdfff CoreML arm64e  <e63b5688e4bf311e81af768de88859aa> /System/Library/Frameworks/CoreML.framework/CoreML
0x1ae7ce000 - 0x1aef41fff Espresso arm64e  <ae4e89e1d605329cb29a0e5b6dceaafb> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1aef42000 - 0x1af04afff VideoToolbox arm64e  <29248b123cde35a588a195c32c022922> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x1af04b000 - 0x1af093fff OnBoardingKit arm64e  <fa5456cb1c493bd5a30b3f59fac560eb> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
0x1af094000 - 0x1af188fff AccessibilityUtilities arm64e  <fa0784ddfac430599cd015d5f6c2dbfb> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x1af189000 - 0x1af19afff AXCoreUtilities arm64e  <014031bc30613d918e3c9c3fc107b99d> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x1af19b000 - 0x1af71bfff PhotosUI arm64e  <4a9e11f21ef63cb0a56e72c3f7d3c61c> /System/Library/Frameworks/PhotosUI.framework/PhotosUI
0x1af71c000 - 0x1affe5fff PhotosUICore arm64e  <6b0f1a9ab51c38e39c667f27e64e6506> /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore
0x1affe6000 - 0x1b015afff Montreal arm64e  <92ef6ab63ca73bcc891a7606e41479ac> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x1b015b000 - 0x1b026efff LanguageModeling arm64e  <b5a21e1a28553a3bae456d0aa72d82a5> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x1b026f000 - 0x1b0277fff InternationalSupport arm64e  <f35c75e17e373e3c8f3fdc2b8cafbe8c> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1b0278000 - 0x1b04c7fff iTunesCloud arm64e  <6cdd416a074b3f20bcdca5d74d1ad92d> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x1b04c8000 - 0x1b050dfff libswiftUIKit.dylib arm64e  <6fec7ff46dce3122808ec2852bc4403f> /usr/lib/swift/libswiftUIKit.dylib
0x1b050e000 - 0x1b0592fff UIAccessibility arm64e  <402ff09b50c7320eaf2520fe0d5c83b8> /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
0x1b0624000 - 0x1b06cdfff CalendarDatabase arm64e  <fe3291441ced3c34a5d459f5dadd6bb7> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x1b071c000 - 0x1b07fffff LinkPresentation arm64e  <5567c66e9f79320283ae3121957cb95e> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation
0x1b0800000 - 0x1b093efff Combine arm64e  <ad79dd78c66638688a909246fa175a20> /System/Library/Frameworks/Combine.framework/Combine
0x1b09cb000 - 0x1b09dcfff UniformTypeIdentifiers arm64e  <cd3a71afaafe3202acdc7eb159799ce1> /System/Library/Frameworks/UniformTypeIdentifiers.framework/UniformTypeIdentifiers
0x1b09dd000 - 0x1b0a5efff CloudDocs arm64e  <e288ab835d5b385686c109a77aa52153> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x1b0c58000 - 0x1b0cd3fff EmailFoundation arm64e  <8348b930f2c430538d3a47b7ba60b3a1> /System/Library/PrivateFrameworks/EmailFoundation.framework/EmailFoundation
0x1b0f95000 - 0x1b0fd8fff MediaServices arm64e  <7bdd6cc77a88373384388d05968d2881> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x1b0fd9000 - 0x1b1163fff SearchFoundation arm64e  <5ebd338a9e4a3b62aeedb10b04f17576> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x1b1164000 - 0x1b11befff WebBookmarks arm64e  <0453019872023b9d8c29da410982bd3c> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x1b123d000 - 0x1b1274fff libobjc.A.dylib arm64e  <5e3463af65df310784dd1a10b3ebb1c8> /usr/lib/libobjc.A.dylib
0x1b1275000 - 0x1b12d6fff LoggingSupport arm64e  <77706ef2861c33a5b898594e23a594f4> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1b12d7000 - 0x1b1332fff libc++.1.dylib arm64e  <e75ee07c2fbf363595482f3648371925> /usr/lib/libc++.1.dylib
0x1b1333000 - 0x1b134cfff libc++abi.dylib arm64e  <5f0f3e96ff313253998119ea89a8a578> /usr/lib/libc++abi.dylib
0x1b134d000 - 0x1b138efff SetupAssistant arm64e  <0ef8f8e8fcdb333298ea5cb56463af6e> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1b14e0000 - 0x1b1522fff CoreAutoLayout arm64e  <9d52b2d988f63696bdd72c5c39cb55e2> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/CoreAutoLayout
0x1b1523000 - 0x1b167afff Network arm64e  <ea77aa5767793c6495067d33a143a93e> /System/Library/Frameworks/Network.framework/Network
0x1b167b000 - 0x1b16b1fff MobileKeyBag arm64e  <43a5e051c9453f31a55947e10cfae6fb> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1b18e2000 - 0x1b18f4fff BaseBoardUI arm64e  <8d0e07c01ee337489132f8babe88b7e4> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x1b18f5000 - 0x1b19a3fff libvDSP.dylib arm64e  <b7f54bcfd7a03857961a3398ac014859> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1b19a4000 - 0x1b19d7fff libAudioToolboxUtility.dylib arm64e  <39ffaacc889c35beb97e065a31c391c2> /usr/lib/libAudioToolboxUtility.dylib
0x1b1bab000 - 0x1b1c36fff CoreNLP arm64e  <2c7f216138d836e0acbf898cae55e845> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x1b1c37000 - 0x1b1d4cfff FileProvider arm64e  <1b1a916cc61e320ea9d07374aef73435> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1b1d4d000 - 0x1b1d5efff BiomeStorage arm64e  <edca4835bd3a3af5b9ce01d7f21425ec> /System/Library/PrivateFrameworks/BiomeStorage.framework/BiomeStorage
0x1b1d5f000 - 0x1b1d77fff libswiftDispatch.dylib arm64e  <62b14104518738ae9130167ff084bde9> /usr/lib/swift/libswiftDispatch.dylib
0x1b1d78000 - 0x1b1dadfff DataDetectorsCore arm64e  <75f6765602563e158e75c8a6dba02097> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1b1dae000 - 0x1b1e4afff Symbolication arm64e  <8aa08212e2a03dbbba0c6b998cef9707> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
0x1b1e4b000 - 0x1b1e59fff CrashReporterSupport arm64e  <0569dabbb67139a7a8d08c3580d6b540> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1b1ebb000 - 0x1b1f8bfff TelephonyUtilities arm64e  <d6393deaf7d73901aa2906481bdb2032> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x1b1fc3000 - 0x1b21b0fff MPSNeuralNetwork arm64e  <586e47f1d92936058fc65c0b0e87acb7> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1b21b1000 - 0x1b2206fff MPSCore arm64e  <622a2dcf4d1334669fd09348bb6b4f02> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1b2361000 - 0x1b23cafff CalendarFoundation arm64e  <a7b3e3c7ae4e3f42a8d75b41ef82c615> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x1b242b000 - 0x1b2514fff NLP arm64e  <4078734e2be43bc3841bd411628835e2> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x1b2515000 - 0x1b253cfff AppSupportUI arm64e  <7eb6be0948d433a0a403e0429feacfa3> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x1b2546000 - 0x1b2599fff FTServices arm64e  <4027654fdf96326cbd315d6102b700f0> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x1b259a000 - 0x1b264cfff libboringssl.dylib arm64e  <727308976954333f9ea70fce4af877e3> /usr/lib/libboringssl.dylib
0x1b264d000 - 0x1b2663fff ProtocolBuffer arm64e  <d07ee4972be53857aa4382df727e3da6> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1b2664000 - 0x1b2764fff AVKit arm64e  <1d20a2c3e3053aa39cdb2cd947301dd5> /System/Library/Frameworks/AVKit.framework/AVKit
0x1b2765000 - 0x1b276dfff BackgroundTasks arm64e  <11165a7ab0cd34e594505be104503d7c> /System/Library/Frameworks/BackgroundTasks.framework/BackgroundTasks
0x1b28d2000 - 0x1b28e1fff AssertionServices arm64e  <06da174e39c83cb898bb81db943434df> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1b295f000 - 0x1b2a39fff Metal arm64e  <242392f1b3f63c49b1b009c6e11c5b6c> /System/Library/Frameworks/Metal.framework/Metal
0x1b2a3a000 - 0x1b2b8efff MediaExperience arm64e  <cf0e134b2bbc37aea64bf440e7a4bd22> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
0x1b2b8f000 - 0x1b2f97fff VideoProcessing arm64e  <5e173771f2e239629c56225a66aa42c9> /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing
0x1b2f98000 - 0x1b2faefff libsystem_trace.dylib arm64e  <de6b2aa8d12e39bf997ea9cc29bea159> /usr/lib/system/libsystem_trace.dylib
0x1b2faf000 - 0x1b2fe0fff CoreServicesInternal arm64e  <057a9ad89d763e2291d15a51c521facc> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x1b2fe1000 - 0x1b3050fff SafariCore arm64e  <d49cf3a2e0db3072912cce43c0a047b3> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x1b3051000 - 0x1b3284fff SafariShared arm64e  <f31ae73b625c35068acdaf15567378b8> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x1b3285000 - 0x1b3316fff AppStoreDaemon arm64e  <98f454c8a70430988f8bda9c65384bac> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
0x1b36f0000 - 0x1b378afff AXMediaUtilities arm64e  <58ea334d0e0c3f2aa3a753b4f64e1802> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
0x1b3c7b000 - 0x1b3cf3fff SAObjects arm64e  <2ee46702bcbb30158e8af6023c656c16> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x1b3cf4000 - 0x1b3d3dfff VoiceServices arm64e  <82f933fc10bb3ddaa0a620573810645e> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x1b3d3e000 - 0x1b3d46fff GraphicsServices arm64e  <fd6e6f8068c635e09d0d09c1167643ad> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1b3d47000 - 0x1b3d99fff DeviceManagement arm64e  <67d349140ec83b059732b8a8335d7eac> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
0x1b3d9a000 - 0x1b3f13fff Translation arm64e  <c4e4fc4484d83ebf82410de097cac8e2> /System/Library/PrivateFrameworks/Translation.framework/Translation
0x1b3f14000 - 0x1b3f28fff PowerLog arm64e  <d7bc9acb68dc334b83a6b5fd5efedf44> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1b3f29000 - 0x1b3f50fff DuetActivityScheduler arm64e  <ab3eed6273d93cee84753b4dddd55b4a> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x1b4402000 - 0x1b4697fff NewsTransport arm64e  <ca6a7e45dc943a2c9e90b0d7fbe6f898> /System/Library/PrivateFrameworks/NewsTransport.framework/NewsTransport
0x1b59e6000 - 0x1b5c8bfff Vision arm64e  <9c7f7926d6633473ac76437f7321bf9d> /System/Library/Frameworks/Vision.framework/Vision
0x1b5ce6000 - 0x1b5d50fff ProactiveSupport arm64e  <22cfe32cec853c6fa9c1c3c865b0cca7> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1b5d7c000 - 0x1b5d9bfff ApplePushService arm64e  <8c892fe2bd8c31e78af67ae513b7e2c5> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1b5d9c000 - 0x1b5dc5fff BoardServices arm64e  <51079d716df0363c8697097c285f533b> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
0x1b5dc6000 - 0x1b5dd2fff libswiftCloudKit.dylib arm64e  <3c4f0b765775341ea2c293a274459128> /usr/lib/swift/libswiftCloudKit.dylib
0x1b5f3a000 - 0x1b5f6afff libncurses.5.4.dylib arm64e  <9df61b26570b3caa8cf83d6d460e65fd> /usr/lib/libncurses.5.4.dylib
0x1b5f6b000 - 0x1b5faafff OSAnalytics arm64e  <113e1451f4fa36cab9f31557a9ac64b5> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
0x1b5fab000 - 0x1b6006fff CoreBluetooth arm64e  <42ebbb4dbfcc3f07b151784b68845faa> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1b61fa000 - 0x1b623dfff TemplateKit arm64e  <8cae50ec1ef632789d2b5dff0d5d3e2d> /System/Library/PrivateFrameworks/TemplateKit.framework/TemplateKit
0x1b623e000 - 0x1b6272fff MobileInstallation arm64e  <4c31ffbe97ab397fbe651d242d1a06ec> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1b6273000 - 0x1b6300fff libTelephonyUtilDynamic.dylib arm64e  <d872fe6678c1340b84b685fb75cdd339> /usr/lib/libTelephonyUtilDynamic.dylib
0x1b6301000 - 0x1b636efff NanoRegistry arm64e  <5057570e0b9c382f81055c6d1346aa2c> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1b636f000 - 0x1b644dfff SpringBoardFoundation arm64e  <c8eec7df425834adaa46272fbf2e4802> /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation
0x1b644e000 - 0x1b646afff CoreMaterial arm64e  <54f2177002dc3c65b7d217d25315d21b> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
0x1b646b000 - 0x1b64e0fff SpringBoardUIServices arm64e  <1f1c9dea84cf36498a6563ee1b91f32a> /System/Library/PrivateFrameworks/SpringBoardUIServices.framework/SpringBoardUIServices
0x1b64e1000 - 0x1b6666fff libsqlite3.dylib arm64e  <ded140ca959b386e8a752cf0dbfa0924> /usr/lib/libsqlite3.dylib
0x1b6667000 - 0x1b672cfff AVFCapture arm64e  <98773cb379493cea94f8d75e183ef3d0> /System/Library/PrivateFrameworks/AVFCapture.framework/AVFCapture
0x1b672d000 - 0x1b6a78fff CMCapture arm64e  <16d6b3c56d2936c28b2e5c6c62abdf39> /System/Library/PrivateFrameworks/CMCapture.framework/CMCapture
0x1b6c33000 - 0x1b6e9ffff MobileSpotlightIndex arm64e  <7ac2add75d99391f84b34e6492c96c9d> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1b6ea0000 - 0x1b6f48fff Email arm64e  <7b39405d1e593d9387810f9829578d4c> /System/Library/PrivateFrameworks/Email.framework/Email
0x1b6f66000 - 0x1b6fabfff AccessibilityUIUtilities arm64e  <e8b373f970ca3be4b511bf724d410f1c> /System/Library/PrivateFrameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x1b6fac000 - 0x1b7184fff EventKitUI arm64e  <9791724d5f093257973770ea01167893> /System/Library/Frameworks/EventKitUI.framework/EventKitUI
0x1b72cd000 - 0x1b72d7fff libsystem_notify.dylib arm64e  <72bb0e384af237efa46c22e51a15cd6c> /usr/lib/system/libsystem_notify.dylib
0x1b72d8000 - 0x1b731bfff CryptoTokenKit arm64e  <28e1ecc026483020833a2a50acdc7d7f> /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit
0x1b7386000 - 0x1b73f9fff libcorecrypto.dylib arm64e  <2760abe2cf5d34e8be82883ccb0df035> /usr/lib/system/libcorecrypto.dylib
0x1b73fa000 - 0x1b741dfff UserManagement arm64e  <c77fab4fc2fd3dfeb6aa3f8c074cb778> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1b74f5000 - 0x1b750ffff libsystem_asl.dylib arm64e  <7ea474d4da40363ca729cb534d12462c> /usr/lib/system/libsystem_asl.dylib
0x1b7510000 - 0x1b7534fff AppSSO arm64e  <5faf5addf6d73fadb9318d5bedf4866f> /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO
0x1b7535000 - 0x1b7555fff SharedWebCredentials arm64e  <c414ff40c4f632658c7dead712a1bd2e> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x1b7556000 - 0x1b7726fff SafariServices arm64e  <0ab22ec87fe2313ab3b7fa7452b0c747> /System/Library/Frameworks/SafariServices.framework/SafariServices
0x1b777b000 - 0x1b77b1fff DataAccessExpress arm64e  <5dc11e3861f73241bf4be1ddd1297d5b> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1b77b2000 - 0x1b77e9fff CoreServicesStore arm64e  <779d9f99f61636eea0ee34c5a44f6fcb> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
0x1b77ea000 - 0x1b781cfff CoreAnalytics arm64e  <9705d34d797e36f5af4d5408463f07c0> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1b781d000 - 0x1b7828fff SymptomAnalytics arm64e  <1f8cec54a1e3365b8e2f7ed8de95e8b2> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/SymptomAnalytics
0x1b7a22000 - 0x1b7a31fff NanoPreferencesSync arm64e  <1bcd78a38e8a3c718e047a2ae03d23b1> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1b829c000 - 0x1b82c6fff IconServices arm64e  <f2c26c70509c330cacaeaeb5dfefb058> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
0x1b834f000 - 0x1b8407fff QuickLook arm64e  <3b988ab81a8d3331b812c1c04fe97cc2> /System/Library/Frameworks/QuickLook.framework/QuickLook
0x1b8d51000 - 0x1b900efff vImage arm64e  <7d619ec35f6a3fd792390c09e8c2e1ef> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1b9e14000 - 0x1b9feefff IMCore arm64e  <7bbd9148883132da98f0d8e67a8d7783> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x1b9fef000 - 0x1ba001fff NewsServicesInternal arm64e  <154539c311ad3e4c97c1c448847ddcb9> /System/Library/PrivateFrameworks/NewsServicesInternal.framework/NewsServicesInternal
0x1ba0e3000 - 0x1ba0fafff IAP arm64e  <4f525bd552ac31a1abbfaefa8cee92df> /System/Library/PrivateFrameworks/IAP.framework/IAP
0x1ba0fb000 - 0x1ba156fff ktrace arm64e  <4908d2c4b5143ea28bfb557d2c5921a2> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1ba157000 - 0x1ba159fff libAXSafeCategoryBundle.dylib arm64e  <289938260a8736fc985c83d4da421ebc> /usr/lib/libAXSafeCategoryBundle.dylib
0x1ba479000 - 0x1ba487fff Celestial arm64e  <6cf09e6694db3db9af109d33af95f353> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x1ba4f7000 - 0x1ba52dfff TelephonyUI arm64e  <182e9fe9f7df3fd7a8c21d491e3b95ec> /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI
0x1ba52e000 - 0x1ba575fff Pegasus arm64e  <2252f88f414632e1a4c6069a4362f422> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x1ba576000 - 0x1ba6dcfff WebKitLegacy arm64e  <37b7f1a01eb93036a451a62bf0c3daae> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1ba751000 - 0x1ba7d0fff ClassKit arm64e  <6fae3aeaea1034d7ac6ae4bc057f8b8a> /System/Library/Frameworks/ClassKit.framework/ClassKit
0x1ba7d1000 - 0x1ba817fff StoreKit arm64e  <45e16b0cc0073303974671bac282438f> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x1bb7a4000 - 0x1bb944fff Silex arm64e  <6bd6823796f53986a3a33715217c91d4> /System/Library/PrivateFrameworks/Silex.framework/Silex
0x1bb945000 - 0x1bb94ffff IOMobileFramebuffer arm64e  <e86db1bb18a430c6a07fc0ef87b540a8> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1bb950000 - 0x1bb9c4fff ScreenTimeCore arm64e  <eb2c076acb1b31e986bc9918302d46f2> /System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore
0x1bba70000 - 0x1bbbf2fff CloudPhotoLibrary arm64e  <a702f5dda77a3044a9c6c9a25c6dd1f6> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1bbbf3000 - 0x1bbebafff MusicLibrary arm64e  <42882a66dbee3f3ea96c2d9efe96405c> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x1bbebb000 - 0x1bbf23fff CallKit arm64e  <ed6b8e24124d3733a477cb6f1dd1359e> /System/Library/Frameworks/CallKit.framework/CallKit
0x1bbf5e000 - 0x1bbfc6fff AXRuntime arm64e  <4054936e248b3adb81b10aa941922c9c> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x1bbfc7000 - 0x1bbfe6fff PrototypeTools arm64e  <8119aabb892c3994a2a62225c9dc19c5> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1bbfe7000 - 0x1bc012fff PersistentConnection arm64e  <058616437e3638aea65eaae1560381d9> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1bc0f2000 - 0x1bc134fff BiomeStreams arm64e  <2ce2484c6e8f3d08ae8dcb387fdfced8> /System/Library/PrivateFrameworks/BiomeStreams.framework/BiomeStreams
0x1bc14f000 - 0x1bc3fdfff PencilKit arm64e  <6a43292eec84362299d0964068e5539a> /System/Library/Frameworks/PencilKit.framework/PencilKit
0x1bc4a9000 - 0x1bc4bbfff libswiftUniformTypeIdentifiers.dylib arm64e  <099a818e41a93abdae1dfc5198cfcc2c> /usr/lib/swift/libswiftUniformTypeIdentifiers.dylib
0x1bc4bc000 - 0x1bc628fff CoreSpeech arm64e  <2f61d947acfe306d99fbf1cffe576a9b> /System/Library/PrivateFrameworks/CoreSpeech.framework/CoreSpeech
0x1bc629000 - 0x1bc784fff IMDPersistence arm64e  <df2a649d317a3588a190bf9fee3ecc0e> /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
0x1bca21000 - 0x1bcae6fff SafariSharedUI arm64e  <353c3c2465b03c06ba4ec3846e9e0738> /System/Library/PrivateFrameworks/SafariSharedUI.framework/SafariSharedUI
0x1bcae7000 - 0x1bcb02fff TextToSpeech arm64e  <0fcff2edf8f83b07b1c54e45d5e2c25f> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x1bcb03000 - 0x1bcb19fff AppSSOCore arm64e  <8d7766e53db03899bd87534e1b0317e7> /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore
0x1bcb1a000 - 0x1bcb24fff libMobileGestaltExtensions.dylib arm64e  <fd74ca2ae1fb388fb1ec3b426856070c> /usr/lib/libMobileGestaltExtensions.dylib
0x1bcb25000 - 0x1bcb3bfff CoreFollowUp arm64e  <5e4f0a8a1a9d342cb08b25923c152133> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1bcb3c000 - 0x1bcbb4fff Rapport arm64e  <1406806a4b8633e9b72a590d02c1b709> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1bcbb5000 - 0x1bcc0cfff NewsToday arm64e  <4aa42f4e5f9d36c6b4efb4ed5d163721> /System/Library/PrivateFrameworks/NewsToday.framework/NewsToday
0x1bcc97000 - 0x1bcca8fff Categories arm64e  <0eb19e880c2f3dc28372e27904e31288> /System/Library/PrivateFrameworks/Categories.framework/Categories
0x1bcf76000 - 0x1bcf9dfff LocationSupport arm64e  <beb6ad59ebe93ffaa79f5bb26a241ef8> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
0x1bcf9e000 - 0x1bcfd1fff iCalendar arm64e  <f46b1543617531ab811f8955ae291f49> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1bcfd2000 - 0x1bd000fff CoreAccessories arm64e  <e9cf8329c3cc3e3eaadef4a62236bc3e> /System/Library/PrivateFrameworks/CoreAccessories.framework/CoreAccessories
0x1bd001000 - 0x1bd0fffff ConfigurationEngineModel arm64e  <843da2d740273a2ca9c807ecf79a1e3f> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
0x1bd100000 - 0x1bd12afff CacheDelete arm64e  <b40d8bb0baaa31b2b1ac59d4185a0ecf> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1bd12b000 - 0x1bd1a5fff CVNLP arm64e  <bfbd395ae83732198d8c3b35bda9e564> /System/Library/PrivateFrameworks/CVNLP.framework/CVNLP
0x1bd1a6000 - 0x1bd1e2fff AdCore arm64e  <6f0716c92379372b832cfd33a45d8664> /System/Library/PrivateFrameworks/AdCore.framework/AdCore
0x1bd315000 - 0x1bd317fff OSAServicesClient arm64e  <a1160a791cd13397ab3d33fcbfca9d71> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
0x1bd318000 - 0x1bd31afff BiomeFoundation arm64e  <d81bc2689d5b3200ae3e4933fff7bb9e> /System/Library/PrivateFrameworks/BiomeFoundation.framework/BiomeFoundation
0x1bd31b000 - 0x1bd374fff ProtectedCloudStorage arm64e  <99223768f3d839a4b14ae65a3f43c642> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1bd375000 - 0x1bd3aafff C2 arm64e  <5f732b028303354e88fed94997bb1d3b> /System/Library/PrivateFrameworks/C2.framework/C2
0x1bd3ab000 - 0x1bd616fff DifferentialPrivacy arm64e  <c60c53b059a13cb4a1fe9fff62bcbd40> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1bd848000 - 0x1be0adfff EmbeddedAcousticRecognition arm64e  <87911efdb77133dda7fc06acd98b0f67> /System/Library/PrivateFrameworks/EmbeddedAcousticRecognition.framework/EmbeddedAcousticRecognition
0x1be0ae000 - 0x1be16cfff SiriInstrumentation arm64e  <18dc4558333d351c87519c978d42dd04> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
0x1be16d000 - 0x1be1b0fff BiometricKit arm64e  <6d4882ff7b9830d99c5f3e3841cc841e> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1be205000 - 0x1be2b3fff CoreSymbolication arm64e  <d4c99b0d6aa636da839f96aca615ca52> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1be2b4000 - 0x1be2effff Proximity arm64e  <7a7d6916383d38ff8bfae1b4550cc248> /System/Library/PrivateFrameworks/Proximity.framework/Proximity
0x1be32c000 - 0x1be3bdfff SpeakerRecognition arm64e  <c3ce1dad3dee33dea957de323b9dea6d> /System/Library/PrivateFrameworks/SpeakerRecognition.framework/SpeakerRecognition
0x1bea78000 - 0x1bea79fff MessageSupport arm64e  <3b36794fd5fd385e8381b6d56efb163d> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x1bea7a000 - 0x1bea8cfff IOSurface arm64e  <3465394de5cd368cb62f4ad3b48ce973> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1bea8d000 - 0x1beaf0fff MobileWiFi arm64e  <2fd07f3cde8537028d099c1915be5689> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1beaf5000 - 0x1beb15fff DataDeliveryServices arm64e  <ad8701a2401f326d806ca8c82ccd8e48> /System/Library/PrivateFrameworks/DataDeliveryServices.framework/DataDeliveryServices
0x1beb4f000 - 0x1beb66fff NewsFoundation arm64e  <49c4c09496cf3ccf92a5173e650b418a> /System/Library/PrivateFrameworks/NewsFoundation.framework/NewsFoundation
0x1befc7000 - 0x1bf06ffff MMCS arm64e  <4a8db91f4a113e43a11704a6c9f6dc1c> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x1bf0e6000 - 0x1bf121fff libGLImage.dylib arm64e  <7f45e7b9e4ab36a3ab0426d4226e1e32> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1bf122000 - 0x1bf129fff libsystem_symptoms.dylib arm64e  <f47448fac0863fa9ace974c38acc3fa5> /usr/lib/system/libsystem_symptoms.dylib
0x1bf175000 - 0x1bf6ccfff CoreAudio arm64e  <dbd12b6cf18f3e83939810d4e1e2705e> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1bf6cd000 - 0x1bf6e4fff ContactsDonation arm64e  <5d2ad700f2203d788b49711c8b0a06da> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1bf6e5000 - 0x1bf702fff IntentsCore arm64e  <c7f4315040ed3b0fb09ae9aaa5a16bfe> /System/Library/PrivateFrameworks/IntentsCore.framework/IntentsCore
0x1bf703000 - 0x1bf77bfff FrontBoard arm64e  <0e0bd4b05c233fbc9bc4a225dc4a5c0b> /System/Library/PrivateFrameworks/FrontBoard.framework/FrontBoard
0x1bf7a7000 - 0x1bf7ddfff ImageCaptureCore arm64e  <8449b630e8fc342689525bfc2a1d2b9e> /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore
0x1bf843000 - 0x1bf8aafff RenderBox arm64e  <c6ef93b703253d488513f5c0b6d1eea7> /System/Library/PrivateFrameworks/RenderBox.framework/RenderBox
0x1bf94b000 - 0x1bfa90fff Navigation arm64e  <3d036d20aae035c780aa7c1b2e7bd153> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1bfa91000 - 0x1bfaadfff SafariFoundation arm64e  <a27d30fbf88a3db2ae154d2cfcd3c01f> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x1bfc37000 - 0x1bfc4afff MaterialKit arm64e  <9caad6c613e235b1874ce8d1c9d27e76> /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit
0x1bfdf4000 - 0x1bfe04fff CoreAUC arm64e  <cc142186046c38fbb8a860e616cfc96a> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1c0654000 - 0x1c066afff SettingsFoundation arm64e  <869ce99c636f3a32b35795e960f62dd8> /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
0x1c0db0000 - 0x1c0fcbfff RawCamera arm64e  <d99846f82559365f8d8169113605df7a> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x1c1036000 - 0x1c1096fff ToneLibrary arm64e  <b8c66787e2f73879bdc2f1eb12d26455> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1c1097000 - 0x1c1101fff TrialProto arm64e  <1394646917553bc39c112ba8df032e0d> /System/Library/PrivateFrameworks/TrialProto.framework/TrialProto
0x1c1102000 - 0x1c1166fff iAd arm64e  <879740e481d433ddaef069e23345cbfd> /System/Library/Frameworks/iAd.framework/iAd
0x1c18d5000 - 0x1c18e2fff MediaSafetyNet arm64e  <e6eec0f4678a3eee94f6cb9a505be335> /System/Library/PrivateFrameworks/MediaSafetyNet.framework/MediaSafetyNet
0x1c18e3000 - 0x1c191efff TimeSync arm64e  <37e68b2c1b5e3992859865bd6493f3d3> /System/Library/PrivateFrameworks/TimeSync.framework/TimeSync
0x1c19b6000 - 0x1c19fbfff ExposureNotification arm64e  <9ba8317a75f63301a4248cde40ee1e5d> /System/Library/Frameworks/ExposureNotification.framework/ExposureNotification
0x1c208a000 - 0x1c2093fff CoreTime arm64e  <2943aaa14f033444882c5d11f6743422> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1c282c000 - 0x1c2a28fff NeutrinoCore arm64e  <d0a2ee62d82e372db42daddf284c828a> /System/Library/PrivateFrameworks/NeutrinoCore.framework/NeutrinoCore
0x1c2a38000 - 0x1c2b35fff TextRecognition arm64e  <72db6868a6193615b29309ccf2ad623d> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
0x1c2b36000 - 0x1c2c4ffff JasperDepth arm64e  <5503224e40aa3ff6a78d998838dfb989> /System/Library/PrivateFrameworks/JasperDepth.framework/JasperDepth
0x1c2c50000 - 0x1c2c59fff ContextKitExtraction arm64e  <8f936f9715643cc7b1a2ed0875d31273> /System/Library/PrivateFrameworks/ContextKitExtraction.framework/ContextKitExtraction
0x1c2c5a000 - 0x1c2c61fff DuetRecommendation arm64e  <3dff7ea575f334a4a9021c10bd971904> /System/Library/PrivateFrameworks/DuetRecommendation.framework/DuetRecommendation
0x1c2d2e000 - 0x1c2d30fff libswiftObjectiveC.dylib arm64e  <212c3aa6b00e349f8fbdc7fce8f8161f> /usr/lib/swift/libswiftObjectiveC.dylib
0x1c2d31000 - 0x1c2f80fff libmorphun.dylib arm64e  <3e69843e4cef37228e7bf584ba970a3c> /usr/lib/libmorphun.dylib
0x1c35ce000 - 0x1c3635fff EmailCore arm64e  <95a1a6915b5f306e9dd27af9ec76f748> /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore
0x1c3fa4000 - 0x1c3ff0fff MIME arm64e  <14c1b0da11c53164a2474eb070e34030> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x1c42d6000 - 0x1c42ecfff MailServices arm64e  <7b0f7baa56cb338a806354741b442a4a> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x1c42ed000 - 0x1c4326fff PhotosPlayer arm64e  <590a2b9e85a0341394490aa291ce703e> /System/Library/PrivateFrameworks/PhotosPlayer.framework/PhotosPlayer
0x1c436b000 - 0x1c43eefff CoreDAV arm64e  <3634be0845153a339be39a57f16ebd5d> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1c43ef000 - 0x1c4400fff AXAssetLoader arm64e  <9f54b0a57b23323bae44f4c43462a930> /System/Library/PrivateFrameworks/AXAssetLoader.framework/AXAssetLoader
0x1c4418000 - 0x1c446bfff DataDetectorsUI arm64e  <4899018136b1332786314a1e819d97af> /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI
0x1c458f000 - 0x1c45cdfff CalendarUIKit arm64e  <d0b652fe245232ea856e09aafbd8701c> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
0x1c45ce000 - 0x1c45ddfff MobileIcons arm64e  <bf17aa446c6e3d568905ad5dffeb4caa> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1c49af000 - 0x1c4a83fff ProofReader arm64e  <ce41ce3541ce330a9af6a4471fff7bcf> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1c5c8e000 - 0x1c5ce5fff AccessibilitySharedSupport arm64e  <810284d14f4c32c29cfa5c1163665edd> /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/AccessibilitySharedSupport
0x1c5ce6000 - 0x1c5cf0fff MallocStackLogging arm64e  <0a810c71bcc83f0cb57d6896c6bbe154> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
0x1c5d0e000 - 0x1c5d3dfff AttributeGraph arm64e  <7f0d7b97a9fc383bb4a9768fc839840e> /System/Library/PrivateFrameworks/AttributeGraph.framework/AttributeGraph
0x1c5f29000 - 0x1c5f74fff MetadataUtilities arm64e  <c1f0d5de3319301b91d4b15033509770> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1c5f75000 - 0x1c5fa2fff BannerKit arm64e  <b1c7ebead9d034ea97cbbe2ae9cf14bc> /System/Library/PrivateFrameworks/BannerKit.framework/BannerKit
0x1c64de000 - 0x1c64e4fff SilexVideo arm64e  <3e8ed6d3a13b3449817a60efe97ebdce> /System/Library/PrivateFrameworks/SilexVideo.framework/SilexVideo
0x1c6708000 - 0x1c6766fff CoreLocationProtobuf arm64e  <ba7659abdc7b39e5a7bbac288870b5b5> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1c6983000 - 0x1c69b5fff Bom arm64e  <0f1f2d0647a235f9abe4b25c4fa63184> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1c69e7000 - 0x1c69edfff PushKit arm64e  <012004fe051e3f76abcab3d9c24f488e> /System/Library/Frameworks/PushKit.framework/PushKit
0x1c69ee000 - 0x1c6a57fff PhotosFormats arm64e  <012f2dd22a7831c794a251f9bf57629d> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x1c6a58000 - 0x1c6ac7fff VisualLocalization arm64e  <b2d07df540cb3d07966f46f104a17953> /System/Library/PrivateFrameworks/VisualLocalization.framework/VisualLocalization
0x1c6be9000 - 0x1c6c79fff Quagga arm64e  <6410201142df3c95aa8b27289e5b30ae> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1c6c7a000 - 0x1c6c82fff StudyLog arm64e  <fd70df9b78f13d2b89af05c1324d87f8> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1c6c83000 - 0x1c6cccfff CryptoKit arm64e  <d3e7c22eb7b938fbab05ceda71fdc8b1> /System/Library/Frameworks/CryptoKit.framework/CryptoKit
0x1c7c33000 - 0x1c7c74fff NaturalLanguage arm64e  <4e6da6648c893f7399968759d5805d4c> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
0x1c8307000 - 0x1c8548fff ARKitCore arm64e  <663a16fc06b63e3aa5d121c9d110adfb> /System/Library/PrivateFrameworks/ARKitCore.framework/ARKitCore
0x1c872e000 - 0x1c874dfff MediaStream arm64e  <f5803b1a5bbe394db960ae247d8f4ec9> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1c8f57000 - 0x1c8f66fff libAXSpeechManager.dylib arm64e  <614040cbae0d35cfb0237475f4df1ada> /usr/lib/libAXSpeechManager.dylib
0x1c929f000 - 0x1c93ccfff InternalSwiftProtobuf arm64e  <0fc3875e7a833526a122174d49ba62c6> /System/Library/PrivateFrameworks/InternalSwiftProtobuf.framework/InternalSwiftProtobuf
0x1c94ec000 - 0x1c9515fff MediaConversionService arm64e  <dbe13a8fceca3c5dadf4b6de89c62b05> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
0x1c966b000 - 0x1c97aefff CoreHandwriting arm64e  <be4f616232a33576b633f233c5419032> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
0x1c9fe0000 - 0x1c9febfff AppleIDAuthSupport arm64e  <48c91b83505e3b57a3768d91167ba53b> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1c9ffb000 - 0x1ca012fff LocalAuthentication arm64e  <0663b2bfee1e34638a4708781c5a2d4a> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1ca013000 - 0x1ca019fff IOAccelerator arm64e  <0fa0e2c0b79437b3b921d39911cee384> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1ca404000 - 0x1ca40efff CloudPhotoServices arm64e  <d0101352389c395b843d1c4f049ebc28> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1ca456000 - 0x1ca501fff iTunesStore arm64e  <55595cf3359a313fb5fdea0e1e2f5db3> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x1ca8d0000 - 0x1ca902fff libsystem_kernel.dylib arm64e  <8c05f540631539e293852765f56e844a> /usr/lib/system/libsystem_kernel.dylib
0x1cac0b000 - 0x1cad15fff ResponseKit arm64e  <a1021543cff83582860560a878a60a16> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x1cad16000 - 0x1cad50fff EmojiFoundation arm64e  <b5c7fc06af5e367db033d1ba87b6a74d> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation
0x1cb380000 - 0x1cb38dfff FontServices arm64e  <064aca6f5c0f3fbbac15b4b88e61df12> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1cb547000 - 0x1cb553fff MediaAccessibility arm64e  <8ec945a4ae953fe4b053ce4d85ad41ab> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1cb594000 - 0x1cbb70fff SiriTTS arm64e  <51b960203fd23590917cb860f169b75c> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x1cbb71000 - 0x1cbb7ffff SetupAssistantSupport arm64e  <d5903898995b36b1b046080ac2720914> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1cbb88000 - 0x1cbbe8fff Social arm64e  <482086914f8b36be9c9a8c27176337bc> /System/Library/Frameworks/Social.framework/Social
0x1cbcc3000 - 0x1cbcf4fff VirtualGarage arm64e  <e213a23964383e53ae8539e9ad4feed8> /System/Library/PrivateFrameworks/VirtualGarage.framework/VirtualGarage
0x1cbcf5000 - 0x1cbd1afff NetAppsUtilities arm64e  <9f09d90836fe35b9af55408dbd840a4a> /System/Library/PrivateFrameworks/NetAppsUtilities.framework/NetAppsUtilities
0x1cbd1b000 - 0x1cbd7cfff Osprey arm64e  <b9d3de4fc48238789e441a5692d48dc7> /System/Library/PrivateFrameworks/Osprey.framework/Osprey
0x1ccf39000 - 0x1ccf46fff libdscsym.dylib arm64e  <ec7945da59ec337ab29380f3e7ad5581> /usr/lib/libdscsym.dylib
0x1ccf47000 - 0x1ccf57fff HangTracer arm64e  <430aab222f0334edb52e4bf7a4a3f9d0> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1cd113000 - 0x1cd1cefff SampleAnalysis arm64e  <5ac5570419fd388f87ec8a410e856b15> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1cd1cf000 - 0x1cd1fefff PlugInKit arm64e  <82eb44db978633ee85691c868f25c716> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1cd2b2000 - 0x1cd2b3fff libSystem.B.dylib arm64e  <d26d5975ef8b3a65b8cb7930f8672da6> /usr/lib/libSystem.B.dylib
0x1cd5c4000 - 0x1cd5d1fff MobileActivation arm64e  <89fc5bde0d333f588f0a451afc4b14fa> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
0x1cd5d2000 - 0x1cd62afff CalendarDaemon arm64e  <5f9e7b971b7638e2b205f9061153cee8> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1cd71f000 - 0x1cd78ffff libarchive.2.dylib arm64e  <d4f11823f8dd3c059c2edffd520956ad> /usr/lib/libarchive.2.dylib
0x1cd790000 - 0x1cd7b4fff libtailspin.dylib arm64e  <94d0bc453ec037cbbd1251d74818fc5c> /usr/lib/libtailspin.dylib
0x1cd7b5000 - 0x1cdc72fff libBNNS.dylib arm64e  <ac4ba004bf36344a887a5c4382aa90ed> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1cdc73000 - 0x1cdcb6fff SharedUtils arm64e  <e9b3f68e3a653f0f805a137a20a4c2b4> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1cdcd9000 - 0x1cdea3fff iAdCore arm64e  <9f76b6488d9b3c80bd09b87867e72e08> /System/Library/PrivateFrameworks/iAdCore.framework/iAdCore
0x1cdf6a000 - 0x1cdf6ffff libsysdiagnose.dylib arm64e  <a128b3c255b1323cb5b4b2ce32d87fcb> /usr/lib/libsysdiagnose.dylib
0x1cdfac000 - 0x1ce0b7fff CoreMediaStream arm64e  <112b60b7bb6f30b8a3a491734947bab4> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x1ce28f000 - 0x1ce2c8fff ARKit arm64e  <fb6ee17236073fc3b027d357b134b2e7> /System/Library/Frameworks/ARKit.framework/ARKit
0x1ce2c9000 - 0x1ce2c9fff AVFoundation arm64e  <bd9529232fa339b78bffa4088f0b5f75> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1ce2ca000 - 0x1ce2cafff Accelerate arm64e  <baf3bf06407f3cef8575aa9db846df44> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1ce2cb000 - 0x1ce535fff libBLAS.dylib arm64e  <6f55ec39731d39669c5476fe4d453e7b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1ce536000 - 0x1ce9f2fff libLAPACK.dylib arm64e  <5dc4f213b2bc3f78a650b27dabf3b874> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1ce9f3000 - 0x1cea07fff libLinearAlgebra.dylib arm64e  <1f37432fbd5c3864afb0545a456904d6> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1cea08000 - 0x1cea0cfff libQuadrature.dylib arm64e  <05c8929914b13f8cb87750b5c2f1679f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1cea0d000 - 0x1cea6ffff libSparse.dylib arm64e  <569942602f8335198b461ee8ba30315b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1cea70000 - 0x1cea82fff libSparseBLAS.dylib arm64e  <f3d9df744e343fa586fc2cf88569c257> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1cea83000 - 0x1cead6fff libvMisc.dylib arm64e  <85e8b76d450133ae90437b8d604a8665> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1cead7000 - 0x1cead7fff vecLib arm64e  <9f93937dcb963dd4a591605605408b74> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1cead8000 - 0x1ceadbfff Accessibility arm64e  <4a6fad2e9e2f357080925d7d98bb9136> /System/Library/Frameworks/Accessibility.framework/Accessibility
0x1ceadc000 - 0x1ceaddfff AdSupport arm64e  <b362a3aefa223ef28c4c4036ad5ebd69> /System/Library/Frameworks/AdSupport.framework/AdSupport
0x1ceb0f000 - 0x1ceb12fff AppTrackingTransparency arm64e  <67a29cd32b6a3c58a38c944684786910> /System/Library/Frameworks/AppTrackingTransparency.framework/AppTrackingTransparency
0x1ceb13000 - 0x1ceb24fff AssetsLibrary arm64e  <ef8878dcaaec33dbbf5ee8202c63ca9d> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x1cec3a000 - 0x1cec57fff AuthenticationServices arm64e  <08dab900e27a363b92f8f974cda621a6> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
0x1cecbe000 - 0x1ced33fff ClockKit arm64e  <c030f071ee85365d8eb51e1474ce7f74> /System/Library/Frameworks/ClockKit.framework/ClockKit
0x1ced46000 - 0x1cedaffff CoreMIDI arm64e  <699e1d06a916313695787af127e2bda8> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x1cf2db000 - 0x1cf2f2fff ExternalAccessory arm64e  <b51d2faf605d3ffeb00dc171c0bce04b> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory
0x1cf306000 - 0x1cf32cfff GLKit arm64e  <6fbca71ffe5430288821da76610b7b26> /System/Library/Frameworks/GLKit.framework/GLKit
0x1cf32d000 - 0x1cf35afff GSS arm64e  <e24668769d46368db6af928e99813516> /System/Library/Frameworks/GSS.framework/GSS
0x1cf4d3000 - 0x1cf657fff MLCompute arm64e  <c889e0ef1c0b3c56bb5b6edb4d364738> /System/Library/Frameworks/MLCompute.framework/MLCompute
0x1cf67e000 - 0x1cf696fff MetalKit arm64e  <d76fa64b123935ecb41eab68f571b074> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x1cf697000 - 0x1cf71dfff MPSImage arm64e  <2d6c5b162a7033429adf7a8fdb84e48e> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1cf71e000 - 0x1cf744fff MPSMatrix arm64e  <e7abf0bc853731fb8c825e40543edeef> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1cf745000 - 0x1cf77ffff MPSNDArray arm64e  <6a4c5835442b3065ae2cd6b6ca45beab> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
0x1cf780000 - 0x1cf7c8fff MPSRayIntersector arm64e  <f9f9608a889e3190a38a3b7612526539> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1cf7c9000 - 0x1cf7c9fff MetalPerformanceShaders arm64e  <c1a83facc24f32b7a6ce21d4ba83ee6a> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1cfb66000 - 0x1cfb66fff MobileCoreServices arm64e  <c5ccbb715fc632649cb64a5178106626> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1cfb67000 - 0x1d05c6fff ModelIO arm64e  <4e7a92056fde33599eeb589dc5b34b6a> /System/Library/Frameworks/ModelIO.framework/ModelIO
0x1d0646000 - 0x1d0675fff OpenAL arm64e  <8989632f145b398f80b588b1786d133c> /System/Library/Frameworks/OpenAL.framework/OpenAL
0x1d0746000 - 0x1d074efff OpenGLES arm64e  <10b9b296d0c73ac9b20e4be5d48a3e4e> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1d074f000 - 0x1d0750fff libCVMSPluginSupport.dylib arm64e  <4c021c28dd3a3a398e210461335b3b34> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1d0751000 - 0x1d0757fff libCoreFSCache.dylib arm64e  <da6fb0f94c093d7ba647968cdd3d2eb3> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1d0758000 - 0x1d075dfff libCoreVMClient.dylib arm64e  <1836f8b71f403eb6957c424c3ef66639> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1d075e000 - 0x1d0767fff libGFXShared.dylib arm64e  <a929d5af04bd39e1a2ea52dca41b2aac> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1d0920000 - 0x1d09e6fff PDFKit arm64e  <a2abdf832c9439588193ea9fe4bd47a9> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1d09f5000 - 0x1d0a30fff QuickLookThumbnailing arm64e  <21367c19bef53438847166f81d543f79> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1d0ca0000 - 0x1d0ccefff ReplayKit arm64e  <788a6e54fab13b5caa1f6f5719082025> /System/Library/Frameworks/ReplayKit.framework/ReplayKit
0x1d0ccf000 - 0x1d10fafff SceneKit arm64e  <6fb14808c0aa32079075e1d058a4e543> /System/Library/Frameworks/SceneKit.framework/SceneKit
0x1d1102000 - 0x1d1246fff SoundAnalysis arm64e  <79eb469d48e23ea29b89ef5e3654aa4c> /System/Library/Frameworks/SoundAnalysis.framework/SoundAnalysis
0x1d1247000 - 0x1d1258fff Speech arm64e  <db5ff2ebb2323d1b8e7f2a27d6755e9c> /System/Library/Frameworks/Speech.framework/Speech
0x1d1259000 - 0x1d1372fff SpriteKit arm64e  <542a4a29c8bd39b59743ccb5d7fa5343> /System/Library/Frameworks/SpriteKit.framework/SpriteKit
0x1d1375000 - 0x1d1375fff UIKit arm64e  <62b6934197173978be1600e08c127b47> /System/Library/Frameworks/UIKit.framework/UIKit
0x1d137f000 - 0x1d1447fff VideoSubscriberAccount arm64e  <ea987fb33bf6334c9a550ecce9a78c09> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x1d1448000 - 0x1d2032fff libfaceCore.dylib arm64e  <beb92eeaf50b30f6b264ac424703ae7e> /System/Library/Frameworks/Vision.framework/libfaceCore.dylib
0x1d258a000 - 0x1d258dfff AFKUser arm64e  <4c5b875ab894324b9cc24f432a0ad4dd> /System/Library/PrivateFrameworks/AFKUser.framework/AFKUser
0x1d2653000 - 0x1d28d9fff ANECompiler arm64e  <c5da2568cf313d72b714589628cc0f08> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
0x1d28da000 - 0x1d28eefff ANEServices arm64e  <c53cda2ef94d3d12b15a29e0052c4c46> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1d28f3000 - 0x1d29b1fff APFS arm64e  <4b51fdcb47713c60a9bb0d84d84fc587> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1d29b2000 - 0x1d29b8fff ASEProcessing arm64e  <477c867675ad3a78b5d43c12d14bf0b1> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1d31c5000 - 0x1d31c7fff AdAnalytics arm64e  <afef1a3336513f4396459537e0035de7> /System/Library/PrivateFrameworks/AdAnalytics.framework/AdAnalytics
0x1d31c8000 - 0x1d31ccfff AdPlatforms arm64e  <cd6c7d888c463fa081483ca9e8103a90> /System/Library/PrivateFrameworks/AdPlatforms.framework/AdPlatforms
0x1d31d9000 - 0x1d31defff AggregateDictionary arm64e  <42de7a0ca2203854abcb147f9f93f586> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1d3373000 - 0x1d3449fff AirPlaySync arm64e  <85302ca9d90938e8ae2e9f1fbfbaf289> /System/Library/PrivateFrameworks/AirPlaySync.framework/AirPlaySync
0x1d3552000 - 0x1d356efff AlgosScoreFramework arm64e  <1c12ab2016883a19855f7de20c171c94> /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/AlgosScoreFramework
0x1d3698000 - 0x1d3821fff AppC3D arm64e  <190dc87e9aa2331798af5a28d768ee72> /System/Library/PrivateFrameworks/AppC3D.framework/AppC3D
0x1d3822000 - 0x1d3844fff AppConduit arm64e  <c5180e8680563f289c373b66dbc614c5> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1d394d000 - 0x1d3957fff AppStoreOverlays arm64e  <80b7ff8104e237bfa5e2a5e99d8274b4> /System/Library/PrivateFrameworks/AppStoreOverlays.framework/AppStoreOverlays
0x1d398e000 - 0x1d4a5afff AppleCV3D arm64e  <22439a9d313f3603913d6fde3ae23a0f> /System/Library/PrivateFrameworks/AppleCV3D.framework/AppleCV3D
0x1d4a5b000 - 0x1d4a80fff AppleCV3DMOVKit arm64e  <54299f6510693e4ca9fb533b26799061> /System/Library/PrivateFrameworks/AppleCV3DMOVKit.framework/AppleCV3DMOVKit
0x1d4a81000 - 0x1d4a89fff AppleCV3DModels arm64e  <c2a47fc3a39030a1a8daa097dc6d5a32> /System/Library/PrivateFrameworks/AppleCV3DModels.framework/AppleCV3DModels
0x1d4a8a000 - 0x1d4c2bfff AppleCVA arm64e  <9360db7d55a932008897bc95e996018e> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA
0x1d4c2c000 - 0x1d4c7bfff AppleDepth arm64e  <72e388cd94a03be4afcfc5f7c0ae9c80> /System/Library/PrivateFrameworks/AppleDepth.framework/AppleDepth
0x1d4c7c000 - 0x1d4c8bfff AppleFSCompression arm64e  <5445b3f4f3d33244a7bad770497b1d39> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1d4c99000 - 0x1d4cbdfff AppleIDSSOAuthentication arm64e  <882334e830de3bf4981b2ec2e7fb9033> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1d4cbe000 - 0x1d4d03fff AppleJPEG arm64e  <67d4772de42d39c1862f259974abdc90> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1d4da2000 - 0x1d4db5fff AppleNeuralEngine arm64e  <dfc9cc40732a349e806080681257ce87> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1d4dbf000 - 0x1d4de3fff AppleSauce arm64e  <077e80c228653d7a9b700b3a6244a0d6> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1d4e16000 - 0x1d4e34fff AssetCacheServices arm64e  <a388a37c0c4037ea9f70196ef12ebdc5> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x1d4f9c000 - 0x1d4ff9fff AuthKitUI arm64e  <670a55258b203f59892a20f6a4e492d7> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
0x1d4ffa000 - 0x1d504dfff AutoLoop arm64e  <7f6b24153e9133b994ed05b240e567c2> /System/Library/PrivateFrameworks/AutoLoop.framework/AutoLoop
0x1d5063000 - 0x1d5064fff BackgroundTaskAgent arm64e  <ab3adfaa0176366ebd54f305989e8341> /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent
0x1d5086000 - 0x1d509ffff BiomePubSub arm64e  <b3bf76c13e60328281cec2a4c3d07d64> /System/Library/PrivateFrameworks/BiomePubSub.framework/BiomePubSub
0x1d53a0000 - 0x1d53affff BluetoothManager arm64e  <3e45b39719b93ddd81418f6c74c29d53> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x1d544a000 - 0x1d545afff BrailleTranslation arm64e  <3ab6ebf68b763bcd998f4761d0bcbd1c> /System/Library/PrivateFrameworks/BrailleTranslation.framework/BrailleTranslation
0x1d5653000 - 0x1d565dfff CMCaptureCore arm64e  <e74013fc4e54331b9a1be1fb7c634c41> /System/Library/PrivateFrameworks/CMCaptureCore.framework/CMCaptureCore
0x1d565e000 - 0x1d5674fff CPAnalytics arm64e  <3486e32ba4d53d64b4598111ec2ec346> /System/Library/PrivateFrameworks/CPAnalytics.framework/CPAnalytics
0x1d5677000 - 0x1d5686fff CPMS arm64e  <510adbf01f3c34c0bf8df60d23c1f0b0> /System/Library/PrivateFrameworks/CPMS.framework/CPMS
0x1d5687000 - 0x1d5696fff CTCarrierSpace arm64e  <0bfb09554dd03e6baea1763bcb986154> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1d5801000 - 0x1d582bfff CameraEditKit arm64e  <b89401f964503bef8ef3466b91daf512> /System/Library/PrivateFrameworks/CameraEditKit.framework/CameraEditKit
0x1d599b000 - 0x1d59a6fff CaptiveNetwork arm64e  <2ee00109262a328c901a31515130e35c> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1d5ac5000 - 0x1d5b11fff Catalyst arm64e  <c594de90310d3869bc34767dc003d0a5> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
0x1d5b36000 - 0x1d5b5afff CellularPlanManager arm64e  <fdc9a3a4493934859f5905dde224a3bc> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x1d5b72000 - 0x1d5b7afff CertUI arm64e  <7f400f7ae31b3255bacb91c53da10ddb> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x1d5b83000 - 0x1d5bd2fff ChunkingLibrary arm64e  <fbd94f97e4153c77956261e4b30a12a9> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1d6033000 - 0x1d603afff CommonAuth arm64e  <e2d680c861fe3bad96b5272a3fe451d8> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x1d603b000 - 0x1d603ffff CommunicationsFilter arm64e  <c3d43e4a6d1a3bb6b8f638174f5f23ee> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1d6112000 - 0x1d6115fff ConstantClasses arm64e  <8f8d1129ded33b0db5bd7a68305095bb> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x1d611f000 - 0x1d615dfff ContactsAutocomplete arm64e  <fdaa7f38989336a7825704339e05ac7b> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
0x1d6163000 - 0x1d61dbfff ContactsUICore arm64e  <a3e64106d2d831018aea59890d0771dc> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1d6218000 - 0x1d6271fff CoreAppleCVA arm64e  <a6406fd5e8cd3ee8a6a48d9b59054fc9> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA
0x1d6272000 - 0x1d636dfff CoreBrightness arm64e  <1a8e87225aa4361ca8654f55f4ad9cae> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1d63d9000 - 0x1d63e6fff CoreDuetDaemonProtocol arm64e  <624ea208abc737b3bfa11f4330272f4b> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1d63e9000 - 0x1d63ebfff CoreDuetDebugLogging arm64e  <45c441ce262a3f70808af88294437173> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1d63fa000 - 0x1d640cfff CoreEmoji arm64e  <f05a6726815b39c3b2c86cb2fda6ffb7> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1d6a34000 - 0x1d6a38fff CoreOptimization arm64e  <9dad0d94b8d936aba9443f8965d581c5> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1d6a39000 - 0x1d6af5fff CorePDF arm64e  <9c4352c55561371aa0d5b5ba140546a7> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1d6af6000 - 0x1d6afefff CorePhoneNumbers arm64e  <8870ad9e62ae3f80b1727a183914c7fd> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1d6aff000 - 0x1d6b56fff CorePrediction arm64e  <153c1cd36d3e35979f15ac05f5a8a91e> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1d6b57000 - 0x1d7482fff CoreRE arm64e  <216b3e7b3a8330f88c0774f9d69df2fe> /System/Library/PrivateFrameworks/CoreRE.framework/CoreRE
0x1d7483000 - 0x1d748efff CoreRecents arm64e  <4cee9425acec364fb64aaa43ab73364d> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1d748f000 - 0x1d74f6fff CoreRecognition arm64e  <4e0f6848a0ed32e1a7309fa797cf62fd> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x1d74f7000 - 0x1d750ffff CoreSDB arm64e  <321a616ad22e3c52a153d9dbab5bd044> /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
0x1d7510000 - 0x1d753afff CoreSVG arm64e  <c51397eb25e43a9ebb280141a297a2ee> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
0x1d7710000 - 0x1d7713fff CryptoKitCBridging arm64e  <51dcd880ef8334e69fbfedd7b8ddfcbc> /System/Library/PrivateFrameworks/CryptoKitCBridging.framework/CryptoKitCBridging
0x1d7742000 - 0x1d7746fff DAAPKit arm64e  <eada5b67d0fa36d3af03064a01bc3bfc> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x1d7767000 - 0x1d7774fff DCIMServices arm64e  <763a7c994a8a3a3e98f037840f04cdaf> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1d778b000 - 0x1d77c7fff DataDetectorsNaturalLanguage arm64e  <c03b36e3cbbf36bcbe9717577c8a16d0> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
0x1d7825000 - 0x1d785afff DeviceIdentity arm64e  <0ed5e8ef6032389599710e4b18bf7ab2> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1d798a000 - 0x1d79c1fff DistributedEvaluation arm64e  <cda9d3e3ab4b31b9834547d4db7c4e2c> /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation
0x1d7ae1000 - 0x1d7b1bfff DocumentManager arm64e  <42180568809b3aa989585e006f41c4dd> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1d7b1c000 - 0x1d7b3afff DocumentManagerCore arm64e  <6a9d4bbf6875330e9a36873be05ec09e> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1d7bc1000 - 0x1d7bc3fff DragUI arm64e  <e78cc45649ae30a0b0c0ad622232e9a7> /System/Library/PrivateFrameworks/DragUI.framework/DragUI
0x1d7bf4000 - 0x1d7c25fff EAP8021X arm64e  <fb49182a93203b5abaca4aad0f3c6c64> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1d7c3c000 - 0x1d7c46fff EmailAddressing arm64e  <3163edee24693705a39f7a2bbcdb4aeb> /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
0x1d7c55000 - 0x1d7c6afff Engram arm64e  <b915c21debae308d933e55e9ba5e2150> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1d7da3000 - 0x1d7da9fff ExtensionFoundation arm64e  <8ee34203f5903a26b468906159c8c51a> /System/Library/PrivateFrameworks/ExtensionFoundation.framework/ExtensionFoundation
0x1d7f39000 - 0x1d7f41fff FSEvents arm64e  <0d5c0f848cb4369892dee6536dd9e2b7> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
0x1d7f42000 - 0x1d7f61fff FTAWD arm64e  <ba306f1eae7737f3baf7823947ea7cff> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1d7f62000 - 0x1d7f65fff FTClientServices arm64e  <d80bad11fbcb32d9b1be5004cda95ac2> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x1d7f66000 - 0x1d8379fff FaceCore arm64e  <efecda2af0b538fbb076db6095c32136> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1d8380000 - 0x1d8385fff FeatureFlagsSupport arm64e  <add1170f38873cfd8499e57f268703dd> /System/Library/PrivateFrameworks/FeatureFlagsSupport.framework/FeatureFlagsSupport
0x1d8386000 - 0x1d8391fff FeedbackLogger arm64e  <122208d23060334a8d8ecf819a22e50b> /System/Library/PrivateFrameworks/FeedbackLogger.framework/FeedbackLogger
0x1d8527000 - 0x1d8669fff libFontParser.dylib arm64e  <96cd45aa6d253f7b8b9e44de7c87e3c1> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1d866a000 - 0x1d8672fff libGSFont.dylib arm64e  <ae807ffeae523dc6955ca1bce826065c> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
0x1d8673000 - 0x1d86b0fff libGSFontCache.dylib arm64e  <9b28465f8a1d32dca2a6114cbd3cfb5f> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1d8716000 - 0x1d8723fff libhvf.dylib arm64e  <01a10beba20b34caa33dff095d4acda4> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x1d874b000 - 0x1d8762fff Futhark arm64e  <ff3d27dcab27314ca9d66fc748598fb5> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1d92f5000 - 0x1d92f5fff libmetal_timestamp.dylib arm64e  <c4e7f89276b03f408cc03b7357419bb3> /System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libmetal_timestamp.dylib
0x1d93d6000 - 0x1d93f4fff GenerationalStorage arm64e  <bc8b93d7db123fc98afdf567a3123b8d> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1d93f5000 - 0x1d9402fff GraphVisualizer arm64e  <cdac8d1c40fe3902861db31d039b99d5> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1d9430000 - 0x1d943cfff HID arm64e  <e4fc6e3648b73e578446e119bc5de69a> /System/Library/PrivateFrameworks/HID.framework/HID
0x1d96d3000 - 0x1d9745fff Heimdal arm64e  <9fe45e03a1263da0b4cd4cabccbc0e78> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x1d9b37000 - 0x1d9babfff HomeSharing arm64e  <86c166aa0fa1381d8e77a06fe752177e> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x1d9c05000 - 0x1d9c0bfff IDSKVStore arm64e  <35d8926cdb8032749e256e949789de98> /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore
0x1d9f13000 - 0x1d9f2ffff IOGPU arm64e  <59031d4d4b0f36fa96bf3f81b1e46d49> /System/Library/PrivateFrameworks/IOGPU.framework/IOGPU
0x1d9f31000 - 0x1d9f3afff IOKitten arm64e  <98749cb53f95340ba7e8950047b53591> /System/Library/PrivateFrameworks/IOKitten.framework/IOKitten
0x1d9f3b000 - 0x1d9f3dfff IOSurfaceAccelerator arm64e  <39e9a2a42dc63683a06985854334d71f> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1d9f65000 - 0x1d9f6cfff IdleTimerServices arm64e  <4bf38e2414f13efdaa5686bd0a1730fe> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1d9f75000 - 0x1d9f7bfff IncomingCallFilter arm64e  <4b8c65e0825330d0950f4558cf173649> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x1d9f7c000 - 0x1d9ff8fff InertiaCam arm64e  <259545eebc783325b506ace1b0c12e2f> /System/Library/PrivateFrameworks/InertiaCam.framework/InertiaCam
0x1da03c000 - 0x1da049fff IntentsFoundation arm64e  <e89732cd31583b74afbd12ecbbab7d97> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1da063000 - 0x1da065fff InternationalTextSearch arm64e  <0dd92c9a5aad3ce6a355eb68bddd181c> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1da066000 - 0x1da082fff IntlPreferences arm64e  <97781264677a303ca96cc3ad3c2ac93d> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1da0cb000 - 0x1da0e7fff Jet arm64e  <2578c453ff663f839877626877953470> /System/Library/PrivateFrameworks/Jet.framework/Jet
0x1da2b3000 - 0x1da2d2fff LatentSemanticMapping arm64e  <0ea8d48817163c72ac39b5c316478996> /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/LatentSemanticMapping
0x1da2e7000 - 0x1da2edfff LinguisticData arm64e  <da19be7cd01e38a6ace1c9e1caefd57d> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1da33d000 - 0x1da375fff LocalAuthenticationPrivateUI arm64e  <615546c2badf3874a842c35ef2cafe58> /System/Library/PrivateFrameworks/LocalAuthenticationPrivateUI.framework/LocalAuthenticationPrivateUI
0x1da477000 - 0x1da4b2fff MOVStreamIO arm64e  <ca50f11dceea354d873d5f99227d1e69> /System/Library/PrivateFrameworks/MOVStreamIO.framework/MOVStreamIO
0x1da543000 - 0x1da543fff Marco arm64e  <163aa463ff9831c7a6a2828ab62438cc> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1da84f000 - 0x1dab12fff MediaLibraryCore arm64e  <5eacee4014b73f7eab9ec570ff9ac1ec> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x1dab13000 - 0x1dab65fff MediaPlatform arm64e  <ceb59b0154c035ecb9c678eeda2d0f7e> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x1daf56000 - 0x1db028fff MetalTools arm64e  <63a418e8ba7e3535a26076812fe7b4b6> /System/Library/PrivateFrameworks/MetalTools.framework/MetalTools
0x1db04a000 - 0x1db0a6fff MetricsKit arm64e  <e458c0d47e3b394d90472b87a0afc18c> /System/Library/PrivateFrameworks/MetricsKit.framework/MetricsKit
0x1db0b7000 - 0x1db0f0fff MobileBluetooth arm64e  <0f93956eb2d237e98f41529173afcedb> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1db111000 - 0x1db113fff MobileObliteration arm64e  <47632adb3996361a87a32b1a3b90976b> /System/Library/PrivateFrameworks/MobileObliteration.framework/MobileObliteration
0x1db171000 - 0x1db177fff MobileSystemServices arm64e  <998167bcb61a3a8e8f7f9396e00ee00f> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1db521000 - 0x1db527fff Netrb arm64e  <8619e78892ce3de892782a39df7e9c3e> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1db5fc000 - 0x1db61afff NeutrinoKit arm64e  <4b591510c7863196ab359677269a6bf6> /System/Library/PrivateFrameworks/NeutrinoKit.framework/NeutrinoKit
0x1db636000 - 0x1db649fff NewsAnalyticsUpload arm64e  <4035149519f23c08af556020376a569e> /System/Library/PrivateFrameworks/NewsAnalyticsUpload.framework/NewsAnalyticsUpload
0x1db64a000 - 0x1db650fff NewsDaemon arm64e  <ca360e36b89b3460a336022cbf18e854> /System/Library/PrivateFrameworks/NewsDaemon.framework/NewsDaemon
0x1db651000 - 0x1db655fff NewsServices arm64e  <96477cc309a53d21860ee597593ad457> /System/Library/PrivateFrameworks/NewsServices.framework/NewsServices
0x1db656000 - 0x1db658fff OAuth arm64e  <b41d0b7716983ca49ee8aad94bbe146b> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1db676000 - 0x1db6b5fff OTSVG arm64e  <d0ee17002afd314e8a34fe255bc67b04> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1dbcf2000 - 0x1dbcf4fff ParsecSubscriptionServiceSupport arm64e  <c517247bb333381db7dcc947005296b2> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x1dbcf9000 - 0x1dbd23fff Pasteboard arm64e  <1067d9ab70863b4c89439fe0e2a9b311> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
0x1dbd53000 - 0x1dbd5dfff PersonaKit arm64e  <dd7c14a8474c3bf8ab99490e87ece1c0> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1dbd5e000 - 0x1dbd6afff PersonaUI arm64e  <ff3d99bf7bc53c56847e4cfa6c838a7e> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1dbda4000 - 0x1dbda4fff PhoneNumbers arm64e  <283e61ef85573c22bf02cbbcfdb0c323> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1dbdad000 - 0x1dbec4fff PhotoImaging arm64e  <60c339bc95ca3161b6d4f7fec210c938> /System/Library/PrivateFrameworks/PhotoImaging.framework/PhotoImaging
0x1dbec5000 - 0x1dbf22fff PhotoLibrary arm64e  <a2d07d41fcc53487a99af1f6e817b95a> /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
0x1dbf6b000 - 0x1dbfaafff PhotosImagingFoundation arm64e  <76e881d6698e31aa9f397c6c613cefc0> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
0x1dbfab000 - 0x1dbff5fff PhysicsKit arm64e  <967a4ee77a653e91bbeccd5b7a774035> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1dc09e000 - 0x1dc0a9fff PointerUIServices arm64e  <5735e3ca52fa33ab97c7722d524f0406> /System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices
0x1dd4ec000 - 0x1dd4f4fff ProgressUI arm64e  <b909d0d9f52f3f0da0b5c8c8d84ef5bb> /System/Library/PrivateFrameworks/ProgressUI.framework/ProgressUI
0x1dd4f5000 - 0x1dd502fff PrototypeToolsUI arm64e  <18c7fedfa5c83fe5bd1c2bcb423bd888> /System/Library/PrivateFrameworks/PrototypeToolsUI.framework/PrototypeToolsUI
0x1dd565000 - 0x1dd57afff QuickLookSupport arm64e  <17f914a80cca324d9af2737cfc4507b4> /System/Library/PrivateFrameworks/QuickLookSupport.framework/QuickLookSupport
0x1dd57f000 - 0x1dd58afff RTCReporting arm64e  <94c8ebfc7c9332588a0b81a2af088427> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1dd766000 - 0x1dd793fff RemoteConfiguration arm64e  <418a2be3b75b3c3ba28e4c621d1f92c5> /System/Library/PrivateFrameworks/RemoteConfiguration.framework/RemoteConfiguration
0x1dd8ca000 - 0x1dd8dafff RemoteTextInput arm64e  <cf37feba3de13fccbc0b44574be9e169> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1dd8db000 - 0x1dd942fff RemoteUI arm64e  <56a883d0b0023196b9184976dc1f9c08> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
0x1dd97a000 - 0x1dd97efff RevealCore arm64e  <26ab377f80a03cc9a2c394321236162e> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
0x1dd995000 - 0x1ddd1cfff SDAPI arm64e  <05653a95db953080ab6cdab758e85dd7> /System/Library/PrivateFrameworks/SDAPI.framework/SDAPI
0x1dde1d000 - 0x1dde24fff SceneIntelligence arm64e  <c3cb337272ff3a898d3d06e694f527ae> /System/Library/PrivateFrameworks/SceneIntelligence.framework/SceneIntelligence
0x1dde93000 - 0x1ddec8fff ScreenReaderCore arm64e  <61f3cd1c43673fbf84e1778b2c149af9> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x1ddec9000 - 0x1ddf0ffff ScreenReaderOutput arm64e  <30e33fbc6c6c34b28d845c84320fd61e> /System/Library/PrivateFrameworks/ScreenReaderOutput.framework/ScreenReaderOutput
0x1df498000 - 0x1df4a2fff SignpostCollection arm64e  <880daadfb00133f08aa21e266b29a194> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1df4a3000 - 0x1df4a3fff SignpostMetrics arm64e  <7c1d4469024532e08dac202b7728aa46> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
0x1df4a5000 - 0x1df4e2fff SignpostSupport arm64e  <44b3997f78fe3a5085e756c64b233c7e> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1df4e3000 - 0x1df4fcfff SilexWeb arm64e  <ad786429e78933bc9ea5089ff3cf725b> /System/Library/PrivateFrameworks/SilexWeb.framework/SilexWeb
0x1e00d8000 - 0x1e00d8fff SoftLinking arm64e  <2d8bc330e3da3ff99a15b32f4b506fa4> /System/Library/PrivateFrameworks/SoftLinking.framework/SoftLinking
0x1e04d0000 - 0x1e050efff StreamingZip arm64e  <9fa6ddfd7f1b37c9ae6875d7d9356af5> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1e0516000 - 0x1e0520fff SymptomDiagnosticReporter arm64e  <9458c6a387043fdcb150a2c9387ad825> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1e0521000 - 0x1e052cfff SymptomReporter arm64e  <c4d5e500b4613744a7b019d036edf0db> /System/Library/PrivateFrameworks/SymptomReporter.framework/SymptomReporter
0x1e0551000 - 0x1e056dfff SymptomPresentationFeed arm64e  <93e1d119454d3a14a3594cc9e7b384ff> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/SymptomPresentationFeed
0x1e05aa000 - 0x1e05bafff TCC arm64e  <97b79f6b24a23d27b256621eb989af3f> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1e05bb000 - 0x1e0a25fff TSReading arm64e  <e8eee54ca47633178215feda9198ebfc> /System/Library/PrivateFrameworks/TSReading.framework/TSReading
0x1e0a26000 - 0x1e0aadfff TSUtility arm64e  <12e4ee3c9445394abf404432017f994a> /System/Library/PrivateFrameworks/TSUtility.framework/TSUtility
0x1e0e94000 - 0x1e0f47fff TextureIO arm64e  <257b9d7032253e2b94f956fce4232e98> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1e1158000 - 0x1e1163fff TransparencyDetailsView arm64e  <6073e26c77c2371cb1c1a95fbba2a204> /System/Library/PrivateFrameworks/TransparencyDetailsView.framework/TransparencyDetailsView
0x1e1177000 - 0x1e117efff URLFormatting arm64e  <1631bf6bee8e3c46b9dda29c2bfc4ebd> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1e117f000 - 0x1e1758fff USDKit arm64e  <408cd7b28fa232608694e94faea680a6> /System/Library/PrivateFrameworks/USDKit.framework/USDKit
0x1e175a000 - 0x1e1783fff UsageTracking arm64e  <74018a6ee3ab391b8f85904d5357f831> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
0x1e2269000 - 0x1e22a5fff VoiceOverServices arm64e  <8a139b22897f32d2bb275cd7d62d15f6> /System/Library/PrivateFrameworks/VoiceOverServices.framework/VoiceOverServices
0x1e22ae000 - 0x1e2377fff VoiceTrigger arm64e  <c4114ac5b06f303b9945ec11d38e3a6d> /System/Library/PrivateFrameworks/VoiceTrigger.framework/VoiceTrigger
0x1e2446000 - 0x1e2447fff WatchdogClient arm64e  <76470639eea73fe48e68ca7f974aadef> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
0x1e246e000 - 0x1e2483fff WebContentAnalysis arm64e  <f28229b9c3803263966170388e07c9cc> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalysis
0x1e27b1000 - 0x1e2ef2fff libwebrtc.dylib arm64e  <9938e9051ab53628b67c34931a48264d> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1e2f71000 - 0x1e2f86fff WebUI arm64e  <c5720175bb4e3b1f927218deae1c338d> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x1e34a9000 - 0x1e34acfff XCTTargetBootstrap arm64e  <ea2cbf73de53325b8c578e1071951a50> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1e353e000 - 0x1e355dfff caulk arm64e  <dedb334482b03c669746a0b88be05e4c> /System/Library/PrivateFrameworks/caulk.framework/caulk
0x1e3571000 - 0x1e357efff iAdServices arm64e  <f3c28dbfb4483133aaa8b35bcb8ed268> /System/Library/PrivateFrameworks/iAdServices.framework/iAdServices
0x1e5b35000 - 0x1e5b3afff kperf arm64e  <b3369e932fd8339780c3ddf9dfd34629> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1e5b3b000 - 0x1e5b43fff kperfdata arm64e  <8db73a6050f93ec3a00a4a5576cdbaca> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1e5b44000 - 0x1e5b5afff libEDR arm64e  <5c80cebe537a3d348ad79555f55c9381> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1e5b73000 - 0x1e5b83fff perfdata arm64e  <3a321764ae643d22bd21242cef26fd09> /System/Library/PrivateFrameworks/perfdata.framework/perfdata
0x1e5b84000 - 0x1e5bb3fff vCard arm64e  <d766cd1eb4823bbcab7a2bb9ba38b21e> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1e6417000 - 0x1e6456fff libAWDSupport.dylib arm64e  <a40ba451b7ca356e9548fd4ee3a5e242> /usr/lib/libAWDSupport.dylib
0x1e6457000 - 0x1e67f8fff libAWDSupportFramework.dylib arm64e  <89e073dfc268370d8a4ffbbad7e7e3e0> /usr/lib/libAWDSupportFramework.dylib
0x1e6987000 - 0x1e6996fff libAudioStatistics.dylib arm64e  <dfd5dc568a383cd79baf3a99caf4cc0f> /usr/lib/libAudioStatistics.dylib
0x1e6b3a000 - 0x1e6b6cfff libCRFSuite.dylib arm64e  <14326fda68c1379b991b324ed6c712fd> /usr/lib/libCRFSuite.dylib
0x1e6b6d000 - 0x1e6b6efff libCTGreenTeaLogger.dylib arm64e  <03e020e7a71e3c0fb47376d9c50965a5> /usr/lib/libCTGreenTeaLogger.dylib
0x1e6b6f000 - 0x1e6b79fff libChineseTokenizer.dylib arm64e  <fd07d3dfcaf0339199d0fc62f86e8d57> /usr/lib/libChineseTokenizer.dylib
0x1e6e10000 - 0x1e6e17fff libIOReport.dylib arm64e  <12ba77a7c9563b3e8ba89bbfafd457fd> /usr/lib/libIOReport.dylib
0x1e6e93000 - 0x1e6e9afff libMatch.1.dylib arm64e  <21262094f3133777be13ee2fe3756d6a> /usr/lib/libMatch.1.dylib
0x1e6efc000 - 0x1e6f53fff libParallelCompression.dylib arm64e  <25741b019ece327aadb8bd31e5e92f6a> /usr/lib/libParallelCompression.dylib
0x1e6fb6000 - 0x1e6fb7fff libThaiTokenizer.dylib arm64e  <9300b3efd3bc3228852b4687ec5a7362> /usr/lib/libThaiTokenizer.dylib
0x1e7223000 - 0x1e7225fff libapp_launch_measurement.dylib arm64e  <54c205c4323a39fca3ab363ae14e7669> /usr/lib/libapp_launch_measurement.dylib
0x1e7226000 - 0x1e723cfff libapple_nghttp2.dylib arm64e  <ae2215e796a13def9036300e8fa34ee1> /usr/lib/libapple_nghttp2.dylib
0x1e723d000 - 0x1e72cefff libate.dylib arm64e  <cf5449ab47993bcca8e867db66932121> /usr/lib/libate.dylib
0x1e735f000 - 0x1e736ffff libbsm.0.dylib arm64e  <3f5799e0ad99395da935c088abb12f8b> /usr/lib/libbsm.0.dylib
0x1e7370000 - 0x1e737cfff libbz2.1.0.dylib arm64e  <2bb355466b0b31eca1db0ac6667ce929> /usr/lib/libbz2.1.0.dylib
0x1e737d000 - 0x1e737dfff libcharset.1.dylib arm64e  <1b7a123026e53636a7c19cd035666f0c> /usr/lib/libcharset.1.dylib
0x1e737e000 - 0x1e738ffff libcmph.dylib arm64e  <983eb5b489043206aeb644a17286076a> /usr/lib/libcmph.dylib
0x1e7390000 - 0x1e73a7fff libcompression.dylib arm64e  <38c52ab2584237f08c6eb022062acd0d> /usr/lib/libcompression.dylib
0x1e73a8000 - 0x1e73befff libcoretls.dylib arm64e  <93424c7b691b33698a294fabeb1f71bb> /usr/lib/libcoretls.dylib
0x1e73bf000 - 0x1e73c0fff libcoretls_cfhelpers.dylib arm64e  <68fa0c7f2cdc3bc5b67a54b4fcb31347> /usr/lib/libcoretls_cfhelpers.dylib
0x1e73e6000 - 0x1e73edfff libcupolicy.dylib arm64e  <35e81052825038189be0ded942431cd3> /usr/lib/libcupolicy.dylib
0x1e73ee000 - 0x1e73f5fff libdns_services.dylib arm64e  <1dfca5741d793edb8cdedf7fcf069756> /usr/lib/libdns_services.dylib
0x1e73f6000 - 0x1e7413fff libedit.3.dylib arm64e  <1d4dcc9f47bd3feda831d6faacc372f5> /usr/lib/libedit.3.dylib
0x1e7414000 - 0x1e7418fff libenergytrace.dylib arm64e  <2a8033ac772e35398a3730a6f679e924> /usr/lib/libenergytrace.dylib
0x1e7419000 - 0x1e7432fff libexpat.1.dylib arm64e  <d8c88cc120a43ddf8adb4911b35f427c> /usr/lib/libexpat.1.dylib
0x1e745f000 - 0x1e7463fff libgermantok.dylib arm64e  <4903e4559fd93191929d4d15f37a7aee> /usr/lib/libgermantok.dylib
0x1e7464000 - 0x1e7469fff libheimdal-asn1.dylib arm64e  <a01bf790b3233506924eabc818530b2f> /usr/lib/libheimdal-asn1.dylib
0x1e746a000 - 0x1e755bfff libiconv.2.dylib arm64e  <8036e34928c530af9baf314fdce2766b> /usr/lib/libiconv.2.dylib
0x1e757a000 - 0x1e757bfff liblangid.dylib arm64e  <ed9c421652b130539e5a6c2db39e4468> /usr/lib/liblangid.dylib
0x1e757c000 - 0x1e7587fff liblockdown.dylib arm64e  <f411493e831f3afdbb4d13c1ee9e2c81> /usr/lib/liblockdown.dylib
0x1e7588000 - 0x1e75a0fff liblzma.5.dylib arm64e  <df8e9a6bf1dc337b92662a96d1754405> /usr/lib/liblzma.5.dylib
0x1e75cf000 - 0x1e7625fff libmecab.dylib arm64e  <3dde07bef6d3340d8cbc821aeeb1cc8f> /usr/lib/libmecab.dylib
0x1e7626000 - 0x1e7860fff libmecabra.dylib arm64e  <798cf82ca32c3c8e936b37372057334d> /usr/lib/libmecabra.dylib
0x1e7861000 - 0x1e7874fff libmis.dylib arm64e  <fd688d28b122357890b76310ac59a2d6> /usr/lib/libmis.dylib
0x1e7875000 - 0x1e788bfff libnetworkextension.dylib arm64e  <caa737d95b053a6e9b862b6ef8df5768> /usr/lib/libnetworkextension.dylib
0x1e7c36000 - 0x1e7c71fff libpcap.A.dylib arm64e  <907c82354f473a019838c1025f3d28ae> /usr/lib/libpcap.A.dylib
0x1e7c72000 - 0x1e7c7ffff libperfcheck.dylib arm64e  <c65c7bcde0143e2eb11d33f6060c818b> /usr/lib/libperfcheck.dylib
0x1e7c87000 - 0x1e7c99fff libprequelite.dylib arm64e  <9a81fbfd6fc131b09b528d70024e69f8> /usr/lib/libprequelite.dylib
0x1e7c9a000 - 0x1e7cacfff libprotobuf-lite.dylib arm64e  <b67dc62902ab3eff913cec3ae122dcef> /usr/lib/libprotobuf-lite.dylib
0x1e7cad000 - 0x1e7d0efff libprotobuf.dylib arm64e  <d62fcdc315b53fe4852a9c77d199fe10> /usr/lib/libprotobuf.dylib
0x1e7d0f000 - 0x1e7dacfff libquic.dylib arm64e  <57508f7b70553d7d8a5e035b36aa7f1f> /usr/lib/libquic.dylib
0x1e7dad000 - 0x1e7dc5fff libresolv.9.dylib arm64e  <dde22db6e9b53477a42cd91c175c8802> /usr/lib/libresolv.9.dylib
0x1e7dc6000 - 0x1e7dc8fff libsandbox.1.dylib arm64e  <9fe12bdc2440379d908e17e6363b7705> /usr/lib/libsandbox.1.dylib
0x1e7e10000 - 0x1e7e13fff libutil.dylib arm64e  <05a80aff4b8e3d21b3e3cf3570b822b3> /usr/lib/libutil.dylib
0x1e7e14000 - 0x1e7f00fff libxml2.2.dylib arm64e  <d687e7bdb55d32d4aaa6accaf0f08f98> /usr/lib/libxml2.2.dylib
0x1e7f05000 - 0x1e7f2efff libxslt.1.dylib arm64e  <bca0f5cf4b9b30b9b08ec8cc9baa829c> /usr/lib/libxslt.1.dylib
0x1e7f2f000 - 0x1e7f40fff libz.1.dylib arm64e  <913f1bb4d19f31a9869fa780d7481027> /usr/lib/libz.1.dylib
0x1e7f80000 - 0x1e7f82fff liblog_network.dylib arm64e  <c8ce012dd20d3f428fa52128ebaa13b8> /usr/lib/log/liblog_network.dylib
0x1e7f8b000 - 0x1e7f92fff libswiftAVFoundation.dylib arm64e  <7d9512fd9a1c3a329686f54cab4338fe> /usr/lib/swift/libswiftAVFoundation.dylib
0x1e7f93000 - 0x1e8000fff libswiftAccelerate.dylib arm64e  <5fa8a3282ca23295868663ca958868a3> /usr/lib/swift/libswiftAccelerate.dylib
0x1e8021000 - 0x1e8027fff libswiftCompression.dylib arm64e  <adbd14e29c3736b9bbb10fe930e4500f> /usr/lib/swift/libswiftCompression.dylib
0x1e802b000 - 0x1e8033fff libswiftCoreAudio.dylib arm64e  <899a04b2c0af3dfbad95413b8c00b026> /usr/lib/swift/libswiftCoreAudio.dylib
0x1e8034000 - 0x1e8038fff libswiftCoreData.dylib arm64e  <c26d30347e8e3fd196fafdb57195bf6b> /usr/lib/swift/libswiftCoreData.dylib
0x1e8039000 - 0x1e8039fff libswiftCoreFoundation.dylib arm64e  <cbbebe44e2f03e118193f98289b9b395> /usr/lib/swift/libswiftCoreFoundation.dylib
0x1e803a000 - 0x1e803afff libswiftCoreImage.dylib arm64e  <374d34b0c465344aa2af27045b325c5a> /usr/lib/swift/libswiftCoreImage.dylib
0x1e803b000 - 0x1e803dfff libswiftCoreLocation.dylib arm64e  <cc9bf7dc3ff9320c80ca2e8be644a0dd> /usr/lib/swift/libswiftCoreLocation.dylib
0x1e803e000 - 0x1e8047fff libswiftCoreMIDI.dylib arm64e  <284cbc0f8cd53074bdbf88b1cc3090ef> /usr/lib/swift/libswiftCoreMIDI.dylib
0x1e8048000 - 0x1e804bfff libswiftCoreML.dylib arm64e  <29b327838d0c3b31a342267323374eff> /usr/lib/swift/libswiftCoreML.dylib
0x1e804c000 - 0x1e8088fff libswiftCoreMedia.dylib arm64e  <44d0887f0a033189a6d8bb9fb03fd982> /usr/lib/swift/libswiftCoreMedia.dylib
0x1e8094000 - 0x1e8095fff libswiftCryptoTokenKit.dylib arm64e  <deb648e89e5637b0ba329e788faec1df> /usr/lib/swift/libswiftCryptoTokenKit.dylib
0x1e8096000 - 0x1e809ffff libswiftDarwin.dylib arm64e  <077709cc5a63301c862f4ae5d194520e> /usr/lib/swift/libswiftDarwin.dylib
0x1e80a6000 - 0x1e80b1fff libswiftIntents.dylib arm64e  <8b181a95104936c6b8b0116bef3af8cc> /usr/lib/swift/libswiftIntents.dylib
0x1e80bf000 - 0x1e80c3fff libswiftMetal.dylib arm64e  <cc064f3ab2663d60982a5bfa5decc577> /usr/lib/swift/libswiftMetal.dylib
0x1e8138000 - 0x1e8139fff libswiftQuartzCore.dylib arm64e  <b6463a9b30fb348fa7ad964208e0feb8> /usr/lib/swift/libswiftQuartzCore.dylib
0x1e8173000 - 0x1e8174fff libswiftVision.dylib arm64e  <3521ae51c6f23d24b0d9ed50e84b283c> /usr/lib/swift/libswiftVision.dylib
0x1e8177000 - 0x1e8179fff libswiftWebKit.dylib arm64e  <b3ba2a7fdc663c8fb14c9a637bc2e5a3> /usr/lib/swift/libswiftWebKit.dylib
0x1e817a000 - 0x1e818cfff libswiftos.dylib arm64e  <b6bf34a88f083132a229d0d1b7388f0e> /usr/lib/swift/libswiftos.dylib
0x1e818d000 - 0x1e819ffff libswiftsimd.dylib arm64e  <0bccaf89c44a335e8f61513745b5f942> /usr/lib/swift/libswiftsimd.dylib
0x1e81a0000 - 0x1e81a5fff libcache.dylib arm64e  <8c6d6165fd3331ac8f7873af9099e7f3> /usr/lib/system/libcache.dylib
0x1e81a6000 - 0x1e81b3fff libcommonCrypto.dylib arm64e  <8ac037694aab308abbe41dcaf576d634> /usr/lib/system/libcommonCrypto.dylib
0x1e81b4000 - 0x1e81b7fff libcompiler_rt.dylib arm64e  <c1ca7500e55e3fd4852014fd05ecdfee> /usr/lib/system/libcompiler_rt.dylib
0x1e81b8000 - 0x1e81c0fff libcopyfile.dylib arm64e  <7227b64cfd03301689ea92784a6f8835> /usr/lib/system/libcopyfile.dylib
0x1e82a6000 - 0x1e82a6fff liblaunch.dylib arm64e  <bc02b6cc6f65332d964f669a23c50199> /usr/lib/system/liblaunch.dylib
0x1e82a7000 - 0x1e82acfff libmacho.dylib arm64e  <c50ed14895b030acbadc6caf1a399dc3> /usr/lib/system/libmacho.dylib
0x1e82ad000 - 0x1e82affff libremovefile.dylib arm64e  <92a5542338d53c8f9222132940abb36a> /usr/lib/system/libremovefile.dylib
0x1e82b0000 - 0x1e82b1fff libsystem_blocks.dylib arm64e  <af2c7fda17b436139bac35a64a801967> /usr/lib/system/libsystem_blocks.dylib
0x1e82b2000 - 0x1e82b4fff libsystem_collections.dylib arm64e  <5477100d4fe836bb985329f17506eac0> /usr/lib/system/libsystem_collections.dylib
0x1e82b5000 - 0x1e82b9fff libsystem_configuration.dylib arm64e  <612ef67c1bc33f6880c93226eae86bf3> /usr/lib/system/libsystem_configuration.dylib
0x1e82ba000 - 0x1e82ccfff libsystem_containermanager.dylib arm64e  <e60ba1c8e8e53c52b73dcc4fec1fb3ff> /usr/lib/system/libsystem_containermanager.dylib
0x1e82cd000 - 0x1e82cefff libsystem_coreservices.dylib arm64e  <91a23b901d893e09ae7919db3dbf905c> /usr/lib/system/libsystem_coreservices.dylib
0x1e82cf000 - 0x1e82d8fff libsystem_darwin.dylib arm64e  <33c070a2acdc317eacc897d32bfc8b12> /usr/lib/system/libsystem_darwin.dylib
0x1e82d9000 - 0x1e82e1fff libsystem_dnssd.dylib arm64e  <ece151b095b93705ad3b89e5484cd0c5> /usr/lib/system/libsystem_dnssd.dylib
0x1e82e2000 - 0x1e82e4fff libsystem_featureflags.dylib arm64e  <75dc696472933ac3ae03dfbce443e66f> /usr/lib/system/libsystem_featureflags.dylib
0x1e82e5000 - 0x1e8312fff libsystem_m.dylib arm64e  <6ea765d836213dec9765713265931fcd> /usr/lib/system/libsystem_m.dylib
0x1e8313000 - 0x1e8319fff libsystem_platform.dylib arm64e  <f35753b991203131858fb0a60e2f4238> /usr/lib/system/libsystem_platform.dylib
0x1e831a000 - 0x1e831afff libsystem_product_info_filter.dylib arm64e  <6d31b687806130e492c612a8b04663ae> /usr/lib/system/libsystem_product_info_filter.dylib
0x1e831b000 - 0x1e8326fff libsystem_pthread.dylib arm64e  <ee321b1157413b4aa3dca7d210f15a1d> /usr/lib/system/libsystem_pthread.dylib
0x1e8327000 - 0x1e832afff libsystem_sandbox.dylib arm64e  <d4ad0fc690873db7b16f057ac96014da> /usr/lib/system/libsystem_sandbox.dylib
0x1e832b000 - 0x1e8335fff libunwind.dylib arm64e  <7b646b04009c394ab1b9c9e9c1d26221> /usr/lib/system/libunwind.dylib
0x1e8336000 - 0x1e836cfff libxpc.dylib arm64e  <51b3f90e3b21383e9dbdae48625c9e9d> /usr/lib/system/libxpc.dylib
0x1e9415000 - 0x1e98c4fff AGXMetalA14 arm64e  <668e1af61ca332119f8656bf2da3876c> /System/Library/Extensions/AGXMetalA14.bundle/AGXMetalA14
0x1e98c5000 - 0x1e99d1fff AVFAudio arm64e  <d404f5fbdcd338a8892327ecc6b36a78> /System/Library/Frameworks/AVFAudio.framework/AVFAudio
0x1e9e44000 - 0x1e9e4afff AuthenticationServicesCore arm64e  <fa7525ec8c4d32bfb003d1091eec2aa5> /System/Library/PrivateFrameworks/AuthenticationServicesCore.framework/AuthenticationServicesCore
0x1e9e4b000 - 0x1e9e58fff CMImaging arm64e  <77b54575b46c3705a95e4765422dcb75> /System/Library/PrivateFrameworks/CMImaging.framework/CMImaging
0x1e9e59000 - 0x1e9e6ffff CinematicFraming arm64e  <ec72da489f4d39a78646d81a31c49cac> /System/Library/PrivateFrameworks/CinematicFraming.framework/CinematicFraming
0x1e9f25000 - 0x1e9f3dfff CoreSpeechFoundation arm64e  <81bd2bf5cd523f24b63dfbbe76d1dcda> /System/Library/PrivateFrameworks/CoreSpeechFoundation.framework/CoreSpeechFoundation
0x1ea0ea000 - 0x1ea0fafff MobileSafari arm64e  <ff0ca023373c342b942b0f1e03985969> /System/Library/PrivateFrameworks/MobileSafari.framework/MobileSafari
0x1ea176000 - 0x1eaa0cfff PegasusAPI arm64e  <608f7182e4a63807a7581c8f72412e73> /System/Library/PrivateFrameworks/PegasusAPI.framework/PegasusAPI
0x1eab5a000 - 0x1eab5efff SiriLiminal arm64e  <819e382f1c9f302ea1937c516664df39> /System/Library/PrivateFrameworks/SiriLiminal.framework/SiriLiminal
0x1eace7000 - 0x1eacf9fff SpotlightLinguistics arm64e  <c514c4d80fca3b34adaff321f94db77d> /System/Library/PrivateFrameworks/SpotlightLinguistics.framework/SpotlightLinguistics

EOF
vincode-io commented 3 years ago

This is fixed on both ios-candidate and mac-release.