Ranchero-Software / NetNewsWire

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

UITableView update crash #2985

Closed brentsimmons closed 3 years ago

brentsimmons commented 3 years ago
Hardware Model:      iPad7,3
Process:             NetNewsWire [923]
Path:                /private/var/containers/Bundle/Application/74EECE00-07F5-4100-8944-C2A9FFB9C11E/NetNewsWire.app/NetNewsWire
Identifier:          com.ranchero.NetNewsWire.iOS
Version:             600 (6.0)
AppStoreTools:       12D4d
AppVariant:          1:iPad7,3:14
Beta:                YES
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           com.ranchero.NetNewsWire.iOS [530]

Date/Time:           2021-04-11 13:41:30.7740 -0600
Launch Time:         2021-04-11 13:40:10.9241 -0600
OS Version:          iPhone OS 14.5 (18E5198a)
Release Type:        Beta
Baseband Version:    n/a
Report Version:      104

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0xfffffffffffffff8
VM Region Info: 0xfffffffffffffff8 is not in any region.  Bytes after previous region: 18446743592673214457  
      REGION TYPE                 START - END      [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      commpage (reserved)     1000000000-7000000000 [384.0G] ---/--- SM=NUL  ...(unallocated)
--->  
      UNUSED SPACE AT END

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

Thread 0 name:
Thread 0 Crashed:
0   UIKitCore                       0x000000018a232b58 __46-[UITableView _updateWithItems:updateSupport:]_block_invoke + 56 (UITableView.m:3995)
1   UIKitCore                       0x000000018a232b58 __46-[UITableView _updateWithItems:updateSupport:]_block_invoke + 56 (UITableView.m:3995)
2   UIKitCore                       0x000000018a232c58 __46-[UITableView _updateWithItems:updateSupport:]_block_invoke.1067 + 204 (UITableView.m:4080)
3   UIKitCore                       0x000000018a2320b0 -[UITableView _updateWithItems:updateSupport:] + 1960 (UITableView.m:4088)
4   UIKitCore                       0x000000018a22ab0c -[UITableView _endCellAnimationsWithContext:] + 11320 (UITableView.m:2424)
5   UIKitCore                       0x000000018a241e3c -[UITableView endUpdatesWithContext:] + 160 (UITableView.m:7759)
6   UIKitCore                       0x000000018a24200c -[UITableView _performBatchUpdates:withContext:completion:] + 260 (UITableView.m:7785)
7   UIKitCore                       0x000000018a24212c -[UITableView performBatchUpdates:completion:] + 116 (UITableView.m:7796)
8   UIKitCore                       0x000000018a26cbc8 -[UITableView _performDiffableUpdate:] + 48 (UITableView.m:17892)
9   UIKitCore                       0x00000001897956e0 -[_UIDiffableDataSourceViewUpdater _performUpdateWithCollectionViewUpdateItems:dataSourceSnapshot:updateHandler:completion:viewPropertyAnimator:customAnimationsProvider:] + 812 (_UIDiffableDataSourceViewUpdater.m:138)
10  UIKitCore                       0x000000018978da38 -[__UIDiffableDataSource _commitNewDataSource:withViewUpdates:viewPropertyAnimator:customAnimationsProvider:commitAlongsideHandler:completion:] + 396 (_UIDiffableDataSourceImpl.m:907)
11  UIKitCore                       0x000000018978ca9c __113-[__UIDiffableDataSource _applyDifferencesFromSnapshot:viewPropertyAnimator:customAnimationsProvider:completion:]_block_invoke.218 + 260 (_UIDiffableDataSourceImpl.m:736)
12  UIKitCore                       0x000000018978cdb4 __113-[__UIDiffableDataSource _applyDifferencesFromSnapshot:viewPropertyAnimator:customAnimationsProvider:completion:]_block_invoke.238 + 124 (_UIDiffableDataSourceImpl.m:774)
13  libdispatch.dylib               0x00000001873ed298 _dispatch_client_callout + 16 (object.m:559)
14  libdispatch.dylib               0x000000018739c818 _dispatch_lane_barrier_sync_invoke_and_complete + 56 (queue.c:998)
15  UIKitCore                       0x000000018978c62c -[__UIDiffableDataSource _applyDifferencesFromSnapshot:viewPropertyAnimator:customAnimationsProvider:completion:] + 980 (_UIDiffableDataSourceImpl.m:757)
16  libswiftUIKit.dylib             0x000000019a7b2938 UICollectionViewDiffableDataSource.apply(_:animatingDifferences:completion:) + 224
17  NetNewsWire                     0x0000000104b509b4 MasterFeedDataSourceOperation.run() + 212 (MasterFeedDataSourceOperation.swift:33)
18  RSCore                          0x0000000104ca9e10 _hidden#2099_ + 108 (__hidden#2230_:203)
19  RSCore                          0x0000000104ca0c5c _hidden#490_ + 20 (__hidden#305_:0)
20  libdispatch.dylib               0x00000001873ec2b0 _dispatch_call_block_and_release + 24 (init.c:1466)
21  libdispatch.dylib               0x00000001873ed298 _dispatch_client_callout + 16 (object.m:559)
22  libdispatch.dylib               0x000000018739bce4 _dispatch_main_queue_callback_4CF$VARIANT$mp + 904 (inline_internal.h:2557)
23  CoreFoundation                  0x0000000187734170 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12 (CFRunLoop.c:1790)
24  CoreFoundation                  0x000000018772e5d0 __CFRunLoopRun + 2528 (CFRunLoop.c:3118)
25  CoreFoundation                  0x000000018772d6a8 CFRunLoopRunSpecific + 572 (CFRunLoop.c:3242)
26  GraphicsServices                0x000000019dd50570 GSEventRunModal + 160 (GSEvent.c:2259)
27  UIKitCore                       0x000000018a04b698 -[UIApplication _run] + 1052 (UIApplication.m:3269)
28  UIKitCore                       0x000000018a050c14 UIApplicationMain + 164 (UIApplication.m:4740)
29  NetNewsWire                     0x0000000104a59b60 main + 68 (AddFeedSelectFolderTableViewCell.swift:21)
30  libdyld.dylib                   0x000000018740c140 start + 4

Thread 1 name:
Thread 1:
0   libsystem_kernel.dylib          0x00000001b2caa908 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x00000001b2ca9d0c mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                  0x0000000187733c90 __CFRunLoopServiceMachPort + 368 (CFRunLoop.c:2641)
3   CoreFoundation                  0x000000018772e090 __CFRunLoopRun + 1184 (CFRunLoop.c:2974)
4   CoreFoundation                  0x000000018772d6a8 CFRunLoopRunSpecific + 572 (CFRunLoop.c:3242)
5   Foundation                      0x000000018897d054 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 228 (NSRunLoop.m:377)
6   Foundation                      0x000000018897cf34 -[NSRunLoop(NSRunLoop) runUntilDate:] + 88 (NSRunLoop.m:424)
7   UIKitCore                       0x000000018a0f81d8 -[UIEventFetcher threadMain] + 504 (UIEventFetcher.m:929)
8   Foundation                      0x0000000188ad9d70 __NSThread__start__ + 848 (NSThread.m:724)
9   libsystem_pthread.dylib         0x00000001cedbfc78 _pthread_start + 288 (pthread.c:881)
10  libsystem_pthread.dylib         0x00000001cedc4878 thread_start + 8

Thread 2 name:
Thread 2:
0   libsystem_malloc.dylib          0x0000000196252b50 small_free_list_add_ptr + 276 (magazine_small.c:94)
1   libsystem_malloc.dylib          0x0000000196255268 small_malloc_from_free_list + 520 (magazine_small.c:2040)
2   libsystem_malloc.dylib          0x0000000196253874 small_malloc_should_clear + 192 (magazine_small.c:2103)
3   libsystem_malloc.dylib          0x0000000196250ac8 szone_malloc_should_clear + 116 (magazine_malloc.c:238)
4   libsystem_malloc.dylib          0x000000019625cae8 _malloc_zone_malloc + 144 (malloc.c:1548)
5   libswiftCore.dylib              0x000000018b3f698c swift_slowAlloc + 60 (Heap.cpp:92)
6   libswiftCore.dylib              0x000000018b3f6b50 swift_allocObject + 52 (HeapObject.cpp:130)
7   libswiftCore.dylib              0x000000018b242f20 static _SetStorage.allocate(scale:age:seed:) + 124 (SetStorage.swift:343)
8   libswiftCore.dylib              0x000000018b269c18 Set.init(minimumCapacity:) + 40 (NativeSet.swift:42)
9   ArticlesDatabase                0x0000000104e0c73c __hidden#302_ + 64 (__hidden#683_:864)
10  ArticlesDatabase                0x0000000104e0c73c __hidden#988_ + 64 (__hidden#683_:869)
11  ArticlesDatabase                0x0000000104e0c73c __hidden#987_ + 64 (__hidden#683_:0)
12  ArticlesDatabase                0x0000000104e0c73c _hidden#400_ + 880
13  ArticlesDatabase                0x0000000104e0c234 _hidden#399_ + 220 (__hidden#683_:247)
14  ArticlesDatabase                0x0000000104e16b88 _hidden#516_ + 40 (__hidden#224_:0)
15  RSDatabase                      0x0000000104d9754c _hidden#396_ + 96 (__hidden#472_:244)
16  RSDatabase                      0x0000000104d97598 _hidden#397_ + 20 (__hidden#49_:0)
17  libswiftObjectiveC.dylib        0x00000001ab779f50 autoreleasepool<A>(invoking:) + 56 (ObjectiveC.swift:172)
18  RSDatabase                      0x0000000104d964e8 _hidden#370_ + 192
19  RSDatabase                      0x0000000104d97208 _hidden#384_ + 32
20  RSDatabase                      0x0000000104d95cd4 _hidden#364_ + 20 (__hidden#49_:0)
21  libdispatch.dylib               0x00000001873ec2b0 _dispatch_call_block_and_release + 24 (init.c:1466)
22  libdispatch.dylib               0x00000001873ed298 _dispatch_client_callout + 16 (object.m:559)
23  libdispatch.dylib               0x0000000187395a44 _dispatch_lane_serial_drain$VARIANT$mp + 612 (inline_internal.h:2557)
24  libdispatch.dylib               0x000000018739654c _dispatch_lane_invoke$VARIANT$mp + 468 (queue.c:3862)
25  libdispatch.dylib               0x000000018739590c _dispatch_lane_serial_drain$VARIANT$mp + 300 (inline_internal.h:2598)
26  libdispatch.dylib               0x000000018739651c _dispatch_lane_invoke$VARIANT$mp + 420 (queue.c:3862)
27  libdispatch.dylib               0x000000018739ffb0 _dispatch_workloop_worker_thread + 712 (queue.c:6589)
28  libsystem_pthread.dylib         0x00000001cedc15bc _pthread_wqthread + 272 (pthread.c:2232)
29  libsystem_pthread.dylib         0x00000001cedc486c start_wqthread + 8

Thread 3 name:
Thread 3:
0   libsystem_kernel.dylib          0x00000001b2cce580 __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x00000001cedb930c _pthread_cond_wait$VARIANT$mp + 1236 (pthread_cond.c:636)
2   libc++.1.dylib                  0x000000019b4e6a20 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:428)
3   JavaScriptCore                  0x000000019128c5b8 void std::__1::condition_variable_any::wait<std::__1::unique_lock<bmalloc::Mutex> >(std::__1::unique_lock<bmalloc::Mutex>&) + 108 (condition_variable:203)
4   JavaScriptCore                  0x0000000191290de4 bmalloc::Scavenger::threadRunLoop() + 252 (condition_variable:212)
5   JavaScriptCore                  0x0000000191290800 bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*) + 12 (Scavenger.cpp:395)
6   JavaScriptCore                  0x0000000191291f18 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (*)(bmalloc::Scavenger*), bmalloc::Scaveng... + 44 (type_traits:3747)
7   libsystem_pthread.dylib         0x00000001cedbfc78 _pthread_start + 288 (pthread.c:881)
8   libsystem_pthread.dylib         0x00000001cedc4878 thread_start + 8

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

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

Thread 6 name:
Thread 6:
0   CoreGraphics                    0x00000001890e9518 resample_filter + 464 (resample.c:263)
1   CoreGraphics                    0x00000001890e9454 resample_filter + 268 (resample.c:232)
2   CoreGraphics                    0x00000001891652c8 img_interpolate_stage + 1104 (resample.c:999)
3   CoreGraphics                    0x0000000189169e5c img_data_lock + 5292 (CGSImage.c:5249)
4   CoreGraphics                    0x0000000189166f90 CGSImageDataLock + 1060 (CGSImage.c:5839)
5   CoreGraphics                    0x0000000188f8f590 ripc_AcquireRIPImageData + 712 (RIPImage.c:261)
6   CoreGraphics                    0x0000000189183124 ripc_DrawImage + 1148 (RIPContext.c:1403)
7   CoreGraphics                    0x000000018916e014 CGContextDrawImageWithOptions + 1212 (CGContextDelegate.c:468)
8   ImageIO                         0x0000000188cd180c CGImageCreateCopyWithParametersNew(CGImage*, CGColor*, CGAffineTransform, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, CGColorSpace*, unsigned int, bool, CGColorRender... + 1648 (CGImageCopy.cpp:780)
9   ImageIO                         0x0000000188cae870 IIOImageSource::createThumbnailAtIndex(unsigned long, IIODictionary*) + 2616 (CGImageSource.cpp:1950)
10  ImageIO                         0x0000000188cb2024 CGImageSourceCreateThumbnailAtIndex + 368 (CGImageSource.cpp:3991)
11  RSCore                          0x0000000104cb0874 0x104c8c000 + 149620 (__hidden#2684_:214)
12  RSCore                          0x0000000104cb0668 0x104c8c000 + 149096 (__hidden#2684_:201)
13  NetNewsWire                     0x0000000104a7f024 specialized static UIImage.scaledForIcon(_:) + 176 (RSImage-Extensions.swift:28)
14  NetNewsWire                     0x0000000104a7ed90 closure #1 in IconScalerQueue.scaledForIcon(_:_:) + 184 (RSImage-Extensions.swift:0)
15  NetNewsWire                     0x0000000104b20138 thunk for @escaping @callee_guaranteed () -> () + 20 (<compiler-generated>:0)
16  libdispatch.dylib               0x00000001873ec2b0 _dispatch_call_block_and_release + 24 (init.c:1466)
17  libdispatch.dylib               0x00000001873ed298 _dispatch_client_callout + 16 (object.m:559)
18  libdispatch.dylib               0x0000000187395a44 _dispatch_lane_serial_drain$VARIANT$mp + 612 (inline_internal.h:2557)
19  libdispatch.dylib               0x000000018739651c _dispatch_lane_invoke$VARIANT$mp + 420 (queue.c:3862)
20  libdispatch.dylib               0x000000018739ffb0 _dispatch_workloop_worker_thread + 712 (queue.c:6589)
21  libsystem_pthread.dylib         0x00000001cedc15bc _pthread_wqthread + 272 (pthread.c:2232)
22  libsystem_pthread.dylib         0x00000001cedc486c start_wqthread + 8

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

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

Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x7fffffffffffffff   x1: 0x00000001d184449e   x2: 0x0000000000000000   x3: 0x000000016b3a92f0
    x4: 0x0000000000000010   x5: 0x0000000000000001   x6: 0x0000000281aa4a50   x7: 0x00000000000000fd
    x8: 0x8344a9c2423f008c   x9: 0x8344a9c2423f008c  x10: 0x00000001d53ad538  x11: 0x0fe90001d53ad539
   x12: 0x0000000000bfd200  x13: 0x000041a1d7ab05e5  x14: 0x00000000000000ad  x15: 0x00000001d7ab05e0
   x16: 0x000000019b46b540  x17: 0x000000018a281508  x18: 0x0000000000000000  x19: 0x00000002820e98c0
   x20: 0x0000000000000000  x21: 0x0000000281a7e670  x22: 0x00000001d14c399e  x23: 0x0000000000000001
   x24: 0x00000001d123051e  x25: 0x0000000142043e00  x26: 0x0000000100000002  x27: 0x00000001d8449000
   x28: 0x0000000000000000   fp: 0x000000016b3a92a0   lr: 0x000000018a232b58
    sp: 0x000000016b3a9290   pc: 0x000000018a232b58 cpsr: 0x60000000
   esr: 0x92000005 (Data Abort) byte read Translation fault

Binary Images:
0x104a54000 - 0x104bbbfff NetNewsWire arm64  <ec4b57cb2ec73fb5a8c1f41f8ffd97de> /var/containers/Bundle/Application/74EECE00-07F5-4100-8944-C2A9FFB9C11E/NetNewsWire.app/NetNewsWire
0x104c8c000 - 0x104cc3fff RSCore arm64  <78905740061e3bf5bb1fcd6cef0305e3> /var/containers/Bundle/Application/74EECE00-07F5-4100-8944-C2A9FFB9C11E/NetNewsWire.app/Frameworks/RSCore.framework/RSCore
0x104ce4000 - 0x104d1bfff RSWeb arm64  <e4c95bf947293ba88283c8217c402aee> /var/containers/Bundle/Application/74EECE00-07F5-4100-8944-C2A9FFB9C11E/NetNewsWire.app/Frameworks/RSWeb.framework/RSWeb
0x104d3c000 - 0x104d6bfff RSParser arm64  <c2a05cd7040d3dfb82c3fddafe90772c> /var/containers/Bundle/Application/74EECE00-07F5-4100-8944-C2A9FFB9C11E/NetNewsWire.app/Frameworks/RSParser.framework/RSParser
0x104d8c000 - 0x104dbbfff RSDatabase arm64  <f9a4ec1ee1c93433b1738053ae6c5eae> /var/containers/Bundle/Application/74EECE00-07F5-4100-8944-C2A9FFB9C11E/NetNewsWire.app/Frameworks/RSDatabase.framework/RSDatabase
0x104dd8000 - 0x104debfff Articles arm64  <1445dbd8755931d98e1eef41cdf3ddd8> /var/containers/Bundle/Application/74EECE00-07F5-4100-8944-C2A9FFB9C11E/NetNewsWire.app/Frameworks/Articles.framework/Articles
0x104e00000 - 0x104e33fff ArticlesDatabase arm64  <c814ae0a556a309c8091cf361feb821a> /var/containers/Bundle/Application/74EECE00-07F5-4100-8944-C2A9FFB9C11E/NetNewsWire.app/Frameworks/ArticlesDatabase.framework/ArticlesDatabase
0x104e50000 - 0x104ebbfff dyld arm64  <05dca752fdb6382b9a5081a8edbb971a> /usr/lib/dyld
0x104f3c000 - 0x105137fff Account arm64  <c0bf354befeb3b61918ebcdfd6140af8> /var/containers/Bundle/Application/74EECE00-07F5-4100-8944-C2A9FFB9C11E/NetNewsWire.app/Frameworks/Account.framework/Account
0x1051bc000 - 0x105203fff Secrets arm64  <c768f184f77832a8a0c61ca20f02c416> /var/containers/Bundle/Application/74EECE00-07F5-4100-8944-C2A9FFB9C11E/NetNewsWire.app/Frameworks/Secrets.framework/Secrets
0x105228000 - 0x105233fff SyncDatabase arm64  <bf88c5c198ad3b06b119406d076f9263> /var/containers/Bundle/Application/74EECE00-07F5-4100-8944-C2A9FFB9C11E/NetNewsWire.app/Frameworks/SyncDatabase.framework/SyncDatabase
0x105244000 - 0x10524ffff RSTree arm64  <f5df3552aefd39dba7d3a60bc7c8c91f> /var/containers/Bundle/Application/74EECE00-07F5-4100-8944-C2A9FFB9C11E/NetNewsWire.app/Frameworks/RSTree.framework/RSTree
0x105300000 - 0x10530bfff libobjc-trampolines.dylib arm64  <2f316e59cca93a9db683a72a6f35716d> /usr/lib/libobjc-trampolines.dylib
0x18738c000 - 0x18740afff libdispatch.dylib arm64  <02f26d96b959344e9ef214f9ceb0a7e0> /usr/lib/system/libdispatch.dylib
0x18740b000 - 0x187441fff libdyld.dylib arm64  <1b17e4b4dde43be099f7ebc90b0bcce5> /usr/lib/system/libdyld.dylib
0x187442000 - 0x187699fff libicucore.A.dylib arm64  <d84a101ccd76356c92200da8a0b58039> /usr/lib/libicucore.A.dylib
0x18769a000 - 0x187a45fff CoreFoundation arm64  <28d840eb33ba36e99690def0f6555af8> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x187a46000 - 0x187be2fff CoreServices arm64  <054b41c76c063eab8b979bf0676afc04> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x187be3000 - 0x187c2afff WirelessDiagnostics arm64  <74896a9016e83433a43bbb88d897403a> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x187c2b000 - 0x187ca4fff SystemConfiguration arm64  <d405bd43dd6639a787f8d551ce93b27b> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x187ca5000 - 0x187d8efff CoreTelephony arm64  <716e49ba1fcc31e6a27d19baf3a76b3b> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x187d8f000 - 0x18820cfff CFNetwork arm64  <ba31ce19166a38ec87bf8cdda787bb1b> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x18820d000 - 0x188905fff libnetwork.dylib arm64  <33357e38b0683c2aad00e94670101936> /usr/lib/libnetwork.dylib
0x188906000 - 0x188974fff Accounts arm64  <78e9d955f6e1364f9475a3e70795e2a6> /System/Library/Frameworks/Accounts.framework/Accounts
0x188975000 - 0x188c0afff Foundation arm64  <bff59c9ef65e3f1fa6ebb4481fcd94df> /System/Library/Frameworks/Foundation.framework/Foundation
0x188c0b000 - 0x188f73fff ImageIO arm64  <4efb685d2cb23b66a2ec205eb6d8b87a> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x188f74000 - 0x188f8cfff libCGInterfaces.dylib arm64  <c9015b1110173caa8983bfef57549eaa> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x188f8d000 - 0x18951bfff CoreGraphics arm64  <04ec301b4c293148a57d892538cb8335> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x18951c000 - 0x18a843fff UIKitCore arm64  <30ffa325952a3b81905cd8cdf37bff68> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x18a844000 - 0x18a861fff libAccessibility.dylib arm64  <b4b039b9b9c737dcb9e9d5f80695f945> /usr/lib/libAccessibility.dylib
0x18a862000 - 0x18aae3fff QuartzCore arm64  <ba5003f153373309abaad935c82c529e> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x18aae4000 - 0x18ab48fff BackBoardServices arm64  <e4d27f137a923248933bfede97994d7b> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x18ab49000 - 0x18abcafff TextInput arm64  <15fb68da5e203b788f12d2a33202d167> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x18abcb000 - 0x18ac32fff libusrtcp.dylib arm64  <c267c4dc7fa4318ab420c3a5f1025678> /usr/lib/libusrtcp.dylib
0x18ac33000 - 0x18afb9fff AppleMediaServices arm64  <54ceeb437429388683f192db2898cab6> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x18afba000 - 0x18b101fff libswiftFoundation.dylib arm64  <ea6edaa085e835568ca1f3d2e1b401dc> /usr/lib/swift/libswiftFoundation.dylib
0x18b102000 - 0x18b4acfff libswiftCore.dylib arm64  <a4779f5908a4399c9c10dbb2f8504ee8> /usr/lib/swift/libswiftCore.dylib
0x18b4ad000 - 0x18b4c7fff UIKitServices arm64  <e6f35aa18ec83540b1898da7269c83b4> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x18b4c8000 - 0x18b60dfff Preferences arm64  <ad6573bd482d3bea882ddfe53486e6ba> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x18b60e000 - 0x18b800fff ContactsUI arm64  <bed7d2a235dd3bafac55363705da8e96> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x18b801000 - 0x18b9b8fff CoreText arm64  <3c767369058a3966aebbcbfdf231d9a5> /System/Library/Frameworks/CoreText.framework/CoreText
0x18b9b9000 - 0x18b9d1fff ExtensionKit arm64  <081b8b405cda3c0988f00c4298472c63> /System/Library/PrivateFrameworks/ExtensionKit.framework/ExtensionKit
0x18b9d2000 - 0x18b9e6fff ChronoServices arm64  <258466dc15b63ccdbe9789f3de33de77> /System/Library/PrivateFrameworks/ChronoServices.framework/ChronoServices
0x18b9e7000 - 0x18ba63fff BaseBoard arm64  <10d71a62941739b2a95b5b031f6e3d23> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x18ba64000 - 0x18bc96fff CoreDuet arm64  <9120713f9cf833268ecc647659ac6398> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x18bc97000 - 0x18bddafff Contacts arm64  <9d9818ece01f3eb8bb9b38dba84c91b8> /System/Library/Frameworks/Contacts.framework/Contacts
0x18bddb000 - 0x18d24ffff GeoServices arm64  <5dda50189d6d368883ac53f6c208dade> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x18d250000 - 0x18d2e2fff CoreLocation arm64  <8d56406c1a313adc897bd559a8a85544> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x18d2e3000 - 0x18d471fff CloudKit arm64  <46bd3f387a9b36739315fe239edc3d02> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x18d472000 - 0x18d7d0fff CoreData arm64  <9060d39c043031ac8dfeeb5efd1f29a7> /System/Library/Frameworks/CoreData.framework/CoreData
0x18d7d1000 - 0x18d85dfff WidgetKit arm64  <1571ed1416a534a6ae5475d086d77df0> /System/Library/Frameworks/WidgetKit.framework/WidgetKit
0x18d85e000 - 0x18e3c3fff SwiftUI arm64  <bb1075abddf03a70a3cab170ab036a0f> /System/Library/Frameworks/SwiftUI.framework/SwiftUI
0x18e3c4000 - 0x18e3cdfff libswiftCoreGraphics.dylib arm64  <c0744329df0a363ea6459bb979726f57> /usr/lib/swift/libswiftCoreGraphics.dylib
0x18e3ce000 - 0x18e40cfff AppSupport arm64  <689b8878c0cf31c19d44a612929db6b0> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x18e40d000 - 0x18e523fff ManagedConfiguration arm64  <c310ed2e9e4e3d9f9b1e637a5cdb3b53> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x18e524000 - 0x18e58dfff IMFoundation arm64  <58bbced2bcca3be7a34ca2c83b1ff864> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x18e58e000 - 0x18e68dfff IDS arm64  <35c5a979a457310ead2727fd246af5b1> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x18e68e000 - 0x18e7d0fff Security arm64  <e7915f613d643240bdd40a7d2fb2a846> /System/Library/Frameworks/Security.framework/Security
0x18e7d1000 - 0x18eb8afff MediaPlayer arm64  <f78856ac33c73582a53180ffc7666afc> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x18eb8b000 - 0x18eba2fff AudioSession arm64  <b726178d2aa7316a83398789ccb0a45a> /System/Library/PrivateFrameworks/AudioSession.framework/AudioSession
0x18eba3000 - 0x18ed1ffff AVFCore arm64  <ea9eedd41a4935e09ac1ad82f2701a82> /System/Library/PrivateFrameworks/AVFCore.framework/AVFCore
0x18ed20000 - 0x18f277fff Intents arm64  <72a732ba91b337778e5c2116d03a1285> /System/Library/Frameworks/Intents.framework/Intents
0x18f278000 - 0x18f2c3fff TextInputUI arm64  <24b9955b4b503367b27cd338131402d2> /System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI
0x18f2c4000 - 0x18f5bbfff CoreImage arm64  <effae6e9092a3d59bf4817d2a1e25ac3> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x18f5bc000 - 0x18f675fff ColorSync arm64  <4ab2830a11a435a0985c36c39ed0db2d> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x18f676000 - 0x18f6affff CoreVideo arm64  <e1cc1f95cf5e31f687a18bcbf2329ac0> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x18f6b0000 - 0x18fdfafff MediaToolbox arm64  <a6c91da734c339cd9609163ddcf675de> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x18fdfb000 - 0x18feeefff CoreMedia arm64  <134440be94fd3c91970298da94d8778e> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x18feef000 - 0x190118fff AudioToolbox arm64  <92e0eca058843825afb0a872a621ec06> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x190119000 - 0x190168fff CoreHaptics arm64  <656f4128c36935f683da29bd5ca9b64f> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
0x190169000 - 0x1901c4fff UserActivity arm64  <b7b14b1748223ee2834fa698dd48f000> /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity
0x1901c5000 - 0x1902c6fff UIFoundation arm64  <4f3dd877185632a5819f07bb6642db63> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x1902c7000 - 0x1902ecfff libsystem_info.dylib arm64  <f272852201903064ab79025ad80592db> /usr/lib/system/libsystem_info.dylib
0x1902ed000 - 0x190369fff libsystem_c.dylib arm64  <3429c9c69b323833893392014cbe7dde> /usr/lib/system/libsystem_c.dylib
0x19036a000 - 0x1903b0fff RunningBoardServices arm64  <ae0f9e9fe067388485e94d56cedf51ba> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
0x1903b1000 - 0x1913a2fff JavaScriptCore arm64  <4a74739e4017377ca3ea2a962ece0b49> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x191925000 - 0x1919a6fff ContactsFoundation arm64  <a097f9c2d89f392ab5494eaa20b8b3ff> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x1919a7000 - 0x191bc8fff HealthKit arm64  <22311d515dbf36f5a7a25aa8873d7530> /System/Library/Frameworks/HealthKit.framework/HealthKit
0x191bc9000 - 0x191beafff ProactiveEventTracker arm64  <99c6833a8bcc3c6b8d029d9efbd6176a> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x191beb000 - 0x191c35fff Lexicon arm64  <a18784c9cb363c928ebb783de05c4646> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x191c36000 - 0x191c9afff PersonalizationPortrait arm64  <22e26ba71fd03552a2d8c8963bb1eb50> /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait
0x191c9b000 - 0x191ce5fff CoreDuetContext arm64  <657f6a9cf6ad31fb874002d79ba21dd2> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x191ce6000 - 0x191d8cfff IOKit arm64  <558b4926296c32f0ba0ebd29253890e3> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x191d8d000 - 0x191d9bfff DataMigration arm64  <6409c3b41ebf3d4e9ae73ac005228351> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x191d9c000 - 0x191df2fff SpringBoardServices arm64  <3ea75a1e444434f484f32cbad4f2ddf2> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x191df3000 - 0x191e03fff ContextKit arm64  <ce63b76094f931529d9d834017bae456> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
0x191e04000 - 0x19206bfff CoreMotion arm64  <0eedaee10dfa339ba55114a221db7464> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x19206c000 - 0x192199fff EventKit arm64  <dbf96d4f70c83ca8985048bee03fca37> /System/Library/Frameworks/EventKit.framework/EventKit
0x1926ad000 - 0x192927fff MediaRemote arm64  <bc39bb14c39b39a9bbfa0409a644a767> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x192928000 - 0x192abbfff CoreUtils arm64  <388be5e3320932d2a884b08be9ed2d18> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x192abc000 - 0x192ad0fff FamilyCircle arm64  <85387b6f63473d2e80d4aaaea4cdd9d4> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x192ad1000 - 0x192b39fff CoreSpotlight arm64  <cc344466a4fa3df3be43d173f5ba0793> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x192e5b000 - 0x19300efff AssistantServices arm64  <f0a479e329a73e748483bbad026e18e5> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x19300f000 - 0x1930cefff CoreUI arm64  <d63609ad4c5636f38589deeb9f6d2aa7> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1930cf000 - 0x19311efff SafariSafeBrowsing arm64  <f04b3375c7d8324c8733ac11e064c415> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x19311f000 - 0x1938a9fff WebKit arm64  <d01e5b168a3d33ba9eff7f7a5ec351f2> /System/Library/Frameworks/WebKit.framework/WebKit
0x1938aa000 - 0x195d8dfff WebCore arm64  <28d2e19ed2273ccda08bc7baa49e4ccb> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x195d8e000 - 0x195deafff libMobileGestalt.dylib arm64  <8874d0c2114e3c7b9d2a94f8cbe8b722> /usr/lib/libMobileGestalt.dylib
0x195deb000 - 0x195e04fff CommonUtilities arm64  <19fadc07981b3d5e897ea82b1c6234da> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x195e05000 - 0x195f62fff IDSFoundation arm64  <ffc0249173a638ce8468353a549bdb32> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x195f63000 - 0x196062fff IMSharedUtilities arm64  <cff318561f0b34d7ba0dff6f15b89c07> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
0x196063000 - 0x196102fff CoreSuggestions arm64  <93b600ff58933e4abeecd35b550a6696> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x196103000 - 0x19619bfff AddressBookLegacy arm64  <0894b14acaa439a5b70427ba68e4d63e> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x19619c000 - 0x1961cbfff UserNotifications arm64  <0f6a84250faa3e97b22964025c7ba2ad> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1961cc000 - 0x196249fff FrontBoardServices arm64  <d2e749739ab23b08a7e0b6e9807a51ef> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x19624a000 - 0x19626cfff libsystem_malloc.dylib arm64  <c731b1f56ee636eea409dac1f3f8fd05> /usr/lib/system/libsystem_malloc.dylib
0x19626d000 - 0x19650ffff MapKit arm64  <ab17706a59ff3a96b13b30852a293828> /System/Library/Frameworks/MapKit.framework/MapKit
0x196510000 - 0x196cbafff VectorKit arm64  <e9dd09d1a4873303b10fbc85ab1e7a87> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x196cbb000 - 0x196d3ffff AuthKit arm64  <fbb601439fdc38fbb1df8bfec08e7ff5> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x196d40000 - 0x196dccfff AppleAccount arm64  <a89f195ee9f93127ac22c5f6faf295da> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x196dcd000 - 0x197021fff AudioToolboxCore arm64  <a31970aaf5293eee84f13c9752c4c934> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
0x197052000 - 0x1972dffff StoreServices arm64  <8e0e84091f1e3906aa355ac370faeb12> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x1972e0000 - 0x197454fff Sharing arm64  <2ffedcc2faf537a6bf8fc579ae04ce3f> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x197455000 - 0x1974effff ShareSheet arm64  <90c562b1712635729070fc0951ac49f8> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
0x1974f0000 - 0x1975acfff CoreParsec arm64  <93c3b7f88fa3326d82c226b38eabb9c6> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x1975ad000 - 0x1975f0fff PhotoFoundation arm64  <ec86c09f7b033c6880c1af5da5b9f32a> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x1975f1000 - 0x197814fff Photos arm64  <d95b5f2ed08831b6b5f4d2b536edfdd1> /System/Library/Frameworks/Photos.framework/Photos
0x197815000 - 0x197ee0fff PhotoLibraryServices arm64  <1a8678b97390341dbc7612b13a98ded1> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x197ee1000 - 0x197f96fff AssetsLibraryServices arm64  <d4e6e7b6eec13465bbd68e05bb6ea8f1> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x197f97000 - 0x197fe4fff MobileBackup arm64  <10ff5fc2bcfb32a290b1f8df7658e68f> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x197fe5000 - 0x197ff7fff MSUDataAccessor arm64  <e997cc1985a532e4b4906420bc108dca> /System/Library/PrivateFrameworks/MSUDataAccessor.framework/MSUDataAccessor
0x197ff8000 - 0x19801efff MobileAsset arm64  <1c6fd462a10f36938f5c58c5e93bf4ff> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x19801f000 - 0x19802efff libsystem_networkextension.dylib arm64  <ed33c253dcca34569b3399bd9936459a> /usr/lib/system/libsystem_networkextension.dylib
0x19802f000 - 0x198260fff NetworkExtension arm64  <4e644c9d0b053240affb06da3331a673> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x198261000 - 0x198294fff Trial arm64  <0a5e5e6c1b383bd7a95820c5e8a46e5f> /System/Library/PrivateFrameworks/Trial.framework/Trial
0x198295000 - 0x198b12fff CoreML arm64  <cfc53281f3703c64a152b0e169e08687> /System/Library/Frameworks/CoreML.framework/CoreML
0x198b13000 - 0x19932dfff Espresso arm64  <9a6ebd62c3283fd38ca61834fe27ef4f> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x19932e000 - 0x199431fff VideoToolbox arm64  <f22a2e3adc7c3a859db72fb92da36682> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x199432000 - 0x199478fff OnBoardingKit arm64  <a10ca9ca3d7336898d90d0c843bb8854> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
0x199562000 - 0x199571fff AXCoreUtilities arm64  <ad500aa1a0a83694ab67d6e0f003753c> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x199572000 - 0x199aacfff PhotosUI arm64  <60146ec76dd43ccb9877ecded733e71b> /System/Library/Frameworks/PhotosUI.framework/PhotosUI
0x199aad000 - 0x19a303fff PhotosUICore arm64  <316b4d48b37337bd812090b349a1b743> /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore
0x19a304000 - 0x19a471fff Montreal arm64  <6ab6f4d0203535df9ad37329fc9bff21> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x19a472000 - 0x19a57dfff LanguageModeling arm64  <4605fb023a3830afb9e3a3e3657ecdcb> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x19a57e000 - 0x19a586fff InternationalSupport arm64  <e1bd49a8fded38dda5e32eb333c0f114> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x19a587000 - 0x19a79cfff iTunesCloud arm64  <f82c921ba0b23cb4ac5869fde07711cc> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x19a79d000 - 0x19a7dbfff libswiftUIKit.dylib arm64  <3959a5da224a380199b8a18ac2139799> /usr/lib/swift/libswiftUIKit.dylib
0x19a8e5000 - 0x19a987fff CalendarDatabase arm64  <49c6aada0ddd3f25bc7e958994c171ff> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x19a9d2000 - 0x19aaabfff LinkPresentation arm64  <ae415e85ffaa317b944ec450d38c15fa> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation
0x19aaac000 - 0x19aba2fff Combine arm64  <1cbc1300d1563ae1a05cca938a5973d3> /System/Library/Frameworks/Combine.framework/Combine
0x19ac26000 - 0x19ac37fff UniformTypeIdentifiers arm64  <fd20388764ba3b86b164a268b4b6d6d5> /System/Library/Frameworks/UniformTypeIdentifiers.framework/UniformTypeIdentifiers
0x19ac38000 - 0x19acb3fff CloudDocs arm64  <96cb9717e55c3bb59f6c82a2be5f49f1> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x19b1b4000 - 0x19b1f4fff MediaServices arm64  <80514136ea8a32f6990e55a0fcbad4b5> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x19b1f5000 - 0x19b375fff SearchFoundation arm64  <32b45139a3e8313a95698903017855fa> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x19b376000 - 0x19b3cdfff WebBookmarks arm64  <b2d2eb5a080f3134846a033ca03f5507> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x19b446000 - 0x19b47bfff libobjc.A.dylib arm64  <26dae9aa53243657a98d71f47a25f09f> /usr/lib/libobjc.A.dylib
0x19b47c000 - 0x19b4d9fff LoggingSupport arm64  <11413c7d97ef3a409d3c51e807a22876> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x19b4da000 - 0x19b533fff libc++.1.dylib arm64  <0a24277aa78e37d99b9ffc4187d27272> /usr/lib/libc++.1.dylib
0x19b534000 - 0x19b54cfff libc++abi.dylib arm64  <13c36d34bbbf3d7c97f405f50d4206a9> /usr/lib/libc++abi.dylib
0x19b54d000 - 0x19b58afff SetupAssistant arm64  <2c3e66807f823e2e991d1387c068630d> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x19b6bf000 - 0x19b6fdfff CoreAutoLayout arm64  <b7dd07ecb7133081ad0c4b8bffc87886> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/CoreAutoLayout
0x19b6fe000 - 0x19b84ffff Network arm64  <260f6207a69c3f8ea98a4b8de34e31dc> /System/Library/Frameworks/Network.framework/Network
0x19b850000 - 0x19b884fff MobileKeyBag arm64  <59a962caa15b3d69b2c6e83b9d38ff47> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x19ba99000 - 0x19baaafff BaseBoardUI arm64  <3f10258d40ca3240b0c18892942d6082> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x19baab000 - 0x19bb43fff libvDSP.dylib arm64  <e64631a618873a9d8086ee3c51afe1ac> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x19bb44000 - 0x19bb76fff libAudioToolboxUtility.dylib arm64  <18124dbc584638faa9b66b9775712890> /usr/lib/libAudioToolboxUtility.dylib
0x19bd27000 - 0x19bdaefff CoreNLP arm64  <bb0ee81f6c1c31da9ef20c6013fdb067> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x19bdaf000 - 0x19beb5fff FileProvider arm64  <9698464b563f3d2db4d1f1b267751d26> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x19beb6000 - 0x19bec6fff BiomeStorage arm64  <7bd49afb337f3e158f53feaa70a83f44> /System/Library/PrivateFrameworks/BiomeStorage.framework/BiomeStorage
0x19bec7000 - 0x19beddfff libswiftDispatch.dylib arm64  <d95268a260c435698620fb1dcb09e648> /usr/lib/swift/libswiftDispatch.dylib
0x19bede000 - 0x19bf12fff DataDetectorsCore arm64  <5d2683abc78f3e09bbc70385f8287af2> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x19bf13000 - 0x19bfa9fff Symbolication arm64  <a298c8f38b8334c3b3017ed4bcfa90c3> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
0x19bfaa000 - 0x19bfb8fff CrashReporterSupport arm64  <6ca0c41fbb69349fa60f6782af13b6b0> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x19c012000 - 0x19c0d8fff TelephonyUtilities arm64  <7298a2161c4e3508b352059b23e9d668> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x19c10d000 - 0x19c2f3fff MPSNeuralNetwork arm64  <0f14f5b3fa1139139acf6a59b3fea7c2> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x19c2f4000 - 0x19c346fff MPSCore arm64  <7a9bc23277eb3a28ac543bf1fa722ed8> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x19c496000 - 0x19c4fbfff CalendarFoundation arm64  <7301e9225a563dc98ac10a402f503ea7> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x19c557000 - 0x19c642fff NLP arm64  <285acea954903436adca4746c49c15bd> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x19c643000 - 0x19c669fff AppSupportUI arm64  <59a8f2cb5b073837b8a4d02064e39cda> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x19c672000 - 0x19c6c3fff FTServices arm64  <94787179ddf83f3caf6b9da74a42b174> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x19c6c4000 - 0x19c772fff libboringssl.dylib arm64  <e2170367a7903b4db00f2cdbabcd4bc8> /usr/lib/libboringssl.dylib
0x19c773000 - 0x19c788fff ProtocolBuffer arm64  <ae5153a9dad039ef8289e3e288a187d1> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x19c789000 - 0x19c87efff AVKit arm64  <9c8f7986a3873372bf67449ed133efb6> /System/Library/Frameworks/AVKit.framework/AVKit
0x19c87f000 - 0x19c887fff BackgroundTasks arm64  <a152502b43513dbc98ec002b12532c84> /System/Library/Frameworks/BackgroundTasks.framework/BackgroundTasks
0x19c9dc000 - 0x19c9eafff AssertionServices arm64  <058c3c22f7f33d0a98edfac30240ea3f> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x19ca66000 - 0x19cb39fff Metal arm64  <fc7403c808b93168a99bf7fc173009ef> /System/Library/Frameworks/Metal.framework/Metal
0x19cb3a000 - 0x19cc75fff MediaExperience arm64  <f21ace77cd443817abba705ace4ddd37> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
0x19cc76000 - 0x19d040fff VideoProcessing arm64  <2243e58a8d523ab1a426d52ebbc6aed3> /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing
0x19d041000 - 0x19d057fff libsystem_trace.dylib arm64  <051991e39a4431de8ee5b23a30d33db4> /usr/lib/system/libsystem_trace.dylib
0x19d058000 - 0x19d088fff CoreServicesInternal arm64  <63df4469e6c136a199b4f70dafffd970> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x19d089000 - 0x19d0f2fff SafariCore arm64  <56245df5eb1531638978400f46d466f5> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x19d0f3000 - 0x19d30efff SafariShared arm64  <0de5a83bb77637658dea3b2aec4bbb8f> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x19dc90000 - 0x19dd05fff SAObjects arm64  <ef1e8e3306e03038bf7931906ccee650> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x19dd06000 - 0x19dd4cfff VoiceServices arm64  <4a4cdd810747322dbad0d5d045ad5680> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x19dd4d000 - 0x19dd55fff GraphicsServices arm64  <ec974d10e12633d1bed764a6b30ad556> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x19dd56000 - 0x19dda6fff DeviceManagement arm64  <2b19aa1374cd34d5b9ea508653c18cc1> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
0x19dda7000 - 0x19df0afff Translation arm64  <b95760a99158373394534c93f9b46243> /System/Library/PrivateFrameworks/Translation.framework/Translation
0x19df0b000 - 0x19df1efff PowerLog arm64  <399d6fa6b12b39eeb3122345d7e9d2b8> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x19df1f000 - 0x19df45fff DuetActivityScheduler arm64  <05267b27230439648f112a6ecdaac892> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x19f6dc000 - 0x19f975fff Vision arm64  <5e96605464ec35cc93a883ea59717e52> /System/Library/Frameworks/Vision.framework/Vision
0x19f9cd000 - 0x19fa33fff ProactiveSupport arm64  <c057685d67913904aa782c54459e167c> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x19fa5d000 - 0x19fa7afff ApplePushService arm64  <c09d1eec5e8437e28c051d8aa303f431> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x19fa7b000 - 0x19faa2fff BoardServices arm64  <c8726e341c8e32eeaf92bfd84c4d1557> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
0x19faa3000 - 0x19faaefff libswiftCloudKit.dylib arm64  <4ef3ec0e067d391bbbd650d7c6c214f0> /usr/lib/swift/libswiftCloudKit.dylib
0x19fbf2000 - 0x19fc21fff libncurses.5.4.dylib arm64  <f1c7d59d59af32199989dddf90b29d22> /usr/lib/libncurses.5.4.dylib
0x19fc22000 - 0x19fc60fff OSAnalytics arm64  <29a7d9b7b9f53d8591a723fae351ef51> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
0x19fc61000 - 0x19fcb9fff CoreBluetooth arm64  <7eaff64323893062a87ef670267c2fa9> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x19fe8b000 - 0x19feccfff TemplateKit arm64  <1391757298c331289921b9de5aef843e> /System/Library/PrivateFrameworks/TemplateKit.framework/TemplateKit
0x19fecd000 - 0x19fefefff MobileInstallation arm64  <3677b4bf07693223b02d545338050739> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x19feff000 - 0x19ff8cfff libTelephonyUtilDynamic.dylib arm64  <5213164e65853e2fabccb586db52795b> /usr/lib/libTelephonyUtilDynamic.dylib
0x19ff8d000 - 0x19fff3fff NanoRegistry arm64  <4c9327c301803d8ca2d70a43344ef375> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1a00ca000 - 0x1a00e5fff CoreMaterial arm64  <c6b514bcca8a3d2ba3e293e8b15594b9> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
0x1a0156000 - 0x1a02d4fff libsqlite3.dylib arm64  <258018259dcd355c9a2f33f3ff830e1e> /usr/lib/libsqlite3.dylib
0x1a02d5000 - 0x1a038ffff AVFCapture arm64  <65aab69fdfb5337ebfec4221f36b3662> /System/Library/PrivateFrameworks/AVFCapture.framework/AVFCapture
0x1a0390000 - 0x1a06bdfff CMCapture arm64  <9e251dee1b39340da3d32ed1933d7676> /System/Library/PrivateFrameworks/CMCapture.framework/CMCapture
0x1a085a000 - 0x1a0abefff MobileSpotlightIndex arm64  <1075d1bf47073ad8819ddaba332a4ad2> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1a0ec0000 - 0x1a0ecafff libsystem_notify.dylib arm64  <ebf3c06468373688a160b7bfd194c186> /usr/lib/system/libsystem_notify.dylib
0x1a0ecb000 - 0x1a0f0afff CryptoTokenKit arm64  <2bb3496dc03030abb66574a15ea1c036> /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit
0x1a0f70000 - 0x1a0fe1fff libcorecrypto.dylib arm64  <49a662510a343bc4beb645ca13888d82> /usr/lib/system/libcorecrypto.dylib
0x1a0fe2000 - 0x1a1003fff UserManagement arm64  <2769765e852b34b39ee72901db0a5357> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1a10d0000 - 0x1a10e6fff libsystem_asl.dylib arm64  <8502521f3a46312c9ee98039e728870e> /usr/lib/system/libsystem_asl.dylib
0x1a10e7000 - 0x1a1109fff AppSSO arm64  <5d72b26331fe3d36a0022c54f0ecdb65> /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO
0x1a110a000 - 0x1a1129fff SharedWebCredentials arm64  <373385390e5c3b2b906865f1bcf2929d> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x1a112a000 - 0x1a12e1fff SafariServices arm64  <399960f5ff8330f39407b9e89d77effe> /System/Library/Frameworks/SafariServices.framework/SafariServices
0x1a1334000 - 0x1a1368fff DataAccessExpress arm64  <84aa73bd000d3dc18d9fbbfc01135122> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1a1369000 - 0x1a139ffff CoreServicesStore arm64  <3ac368d64a733f88b7f6b1fd11633bf8> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
0x1a13a0000 - 0x1a13d0fff CoreAnalytics arm64  <5cbeb8c1b7263c1f8491897d77dbe523> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1a13d1000 - 0x1a13dbfff SymptomAnalytics arm64  <3a1b519753863ff3b2a68fd4a2ed2a49> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/SymptomAnalytics
0x1a15bd000 - 0x1a15ccfff NanoPreferencesSync arm64  <cc4d30c9b59231c9a7145f37d73818c1> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1a1a87000 - 0x1a1ab0fff IconServices arm64  <3bc9f10049b93dddb4711a81f3c17605> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
0x1a24b9000 - 0x1a274bfff vImage arm64  <2826458027d7347cbb6af8c6f24e3e2c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1a33f2000 - 0x1a35bffff IMCore arm64  <698d2f4169553cb189a5ef45e9696308> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x1a36a8000 - 0x1a36bffff IAP arm64  <5e15db6e4361376ebef917534d1e1908> /System/Library/PrivateFrameworks/IAP.framework/IAP
0x1a36c0000 - 0x1a3716fff ktrace arm64  <115e938115ca31358b75d1abd5ef83f2> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1a386d000 - 0x1a387afff Celestial arm64  <2250a3e73cba3087b5d42fe861d1a971> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x1a3918000 - 0x1a395bfff Pegasus arm64  <c7fd32b447ca335582e505850fa04ff9> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x1a395c000 - 0x1a3abcfff WebKitLegacy arm64  <2b4386c27805352588103e2a8ca83937> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1a3b2c000 - 0x1a3ba4fff ClassKit arm64  <7e22d6a87a913f178fdef4d85cfbc240> /System/Library/Frameworks/ClassKit.framework/ClassKit
0x1a4aaa000 - 0x1a4ab4fff IOMobileFramebuffer arm64  <8bb89619acc530db82bf9b15fb04655f> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1a4ab5000 - 0x1a4b25fff ScreenTimeCore arm64  <4640c0dac295355db6398195dfa67522> /System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore
0x1a4bc9000 - 0x1a4d36fff CloudPhotoLibrary arm64  <8ae7907ba5a1367a8da1453630410c22> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1a4d37000 - 0x1a4ff1fff MusicLibrary arm64  <471a7a461b5a3b8aab55f0e6f83b4538> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x1a4ff2000 - 0x1a5054fff CallKit arm64  <e117751f761f343c9865999e165087cf> /System/Library/Frameworks/CallKit.framework/CallKit
0x1a50f1000 - 0x1a510ffff PrototypeTools arm64  <33596b1cfb833b6d961f50c5b7476b5a> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1a5110000 - 0x1a513afff PersistentConnection arm64  <82ab51d0ae673be49d4705cdf90ac563> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1a513b000 - 0x1a517afff BiomeStreams arm64  <ffdc703d2d803c10a3fce0c0834c2bb4> /System/Library/PrivateFrameworks/BiomeStreams.framework/BiomeStreams
0x1a5193000 - 0x1a5425fff PencilKit arm64  <533c07731473375299bbfe44d1f9cec8> /System/Library/Frameworks/PencilKit.framework/PencilKit
0x1a54c9000 - 0x1a54d9fff libswiftUniformTypeIdentifiers.dylib arm64  <1a86ab6744703c1c86cbbdec6ee0f06e> /usr/lib/swift/libswiftUniformTypeIdentifiers.dylib
0x1a54da000 - 0x1a5633fff CoreSpeech arm64  <c39f8e5bbb7c30a4acc80e6d27119446> /System/Library/PrivateFrameworks/CoreSpeech.framework/CoreSpeech
0x1a5634000 - 0x1a5785fff IMDPersistence arm64  <085a900e08fc3fa1a2c81fe131723c0b> /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
0x1a59d5000 - 0x1a5a8efff SafariSharedUI arm64  <999417840ed5314ea66d211413e59c12> /System/Library/PrivateFrameworks/SafariSharedUI.framework/SafariSharedUI
0x1a5aaa000 - 0x1a5abffff AppSSOCore arm64  <ef42315e616b3a1e8f830a5c6eb26eae> /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore
0x1a5aca000 - 0x1a5adffff CoreFollowUp arm64  <ddd36fe521c030c2857ab06a79612392> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1a5ae0000 - 0x1a5b52fff Rapport arm64  <2c131ead07773ac88ccd241ff2b05c05> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1a5c2f000 - 0x1a5c3ffff Categories arm64  <0e45e3ad2ab4333088df729bf7d7d218> /System/Library/PrivateFrameworks/Categories.framework/Categories
0x1a5ef9000 - 0x1a5f1ffff LocationSupport arm64  <e4d040284ee43f00a48f582203dc9551> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
0x1a5f20000 - 0x1a5f51fff iCalendar arm64  <dcb01ef6a4813e38adad401389e7d6a3> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1a5f52000 - 0x1a5f7efff CoreAccessories arm64  <8082bb3591dc35ed8ea1fbab178f6248> /System/Library/PrivateFrameworks/CoreAccessories.framework/CoreAccessories
0x1a5f7f000 - 0x1a6070fff ConfigurationEngineModel arm64  <10523db6e6e634be8d6a3eba85b8a13d> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
0x1a6071000 - 0x1a6099fff CacheDelete arm64  <98899638fd9c3ba78a89a83a3de789c2> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1a609a000 - 0x1a6110fff CVNLP arm64  <d8f67b80cd4133128fdbe513597f0567> /System/Library/PrivateFrameworks/CVNLP.framework/CVNLP
0x1a626e000 - 0x1a6270fff OSAServicesClient arm64  <3a4faa0ec7ae3c9aab7b812113119a5a> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
0x1a6271000 - 0x1a6273fff BiomeFoundation arm64  <1f4e8daefc3a3010a5fdc321809dc3ea> /System/Library/PrivateFrameworks/BiomeFoundation.framework/BiomeFoundation
0x1a6274000 - 0x1a62cbfff ProtectedCloudStorage arm64  <f5cad7872edd36de8abe818850a6b0a6> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1a62cc000 - 0x1a62fffff C2 arm64  <28203f7d51ff3675b21df06cfdad6ecb> /System/Library/PrivateFrameworks/C2.framework/C2
0x1a6300000 - 0x1a6567fff DifferentialPrivacy arm64  <a979ec904a843aeda79062fa42d2ab36> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1a676f000 - 0x1a6fb4fff EmbeddedAcousticRecognition arm64  <ec17c2c4496b32f7ad6ac82352e6d551> /System/Library/PrivateFrameworks/EmbeddedAcousticRecognition.framework/EmbeddedAcousticRecognition
0x1a6fb5000 - 0x1a706dfff SiriInstrumentation arm64  <846dec5a563837a9afb2a6a567b2bf67> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
0x1a706e000 - 0x1a70aefff BiometricKit arm64  <45892f0885a134918cbebbbc93482d28> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1a70f8000 - 0x1a71a1fff CoreSymbolication arm64  <467e95098ce832ecb62e05bf7f4db572> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1a720e000 - 0x1a729afff SpeakerRecognition arm64  <013c73fadf75371ead0ff9534c12be1a> /System/Library/PrivateFrameworks/SpeakerRecognition.framework/SpeakerRecognition
0x1a78de000 - 0x1a78effff IOSurface arm64  <8d27c4f2e663367db72d5c96b922ab72> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1a78f0000 - 0x1a7951fff MobileWiFi arm64  <5ae0185fe2d837948b19ade8711a4b90> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1a7956000 - 0x1a7974fff DataDeliveryServices arm64  <ab78ddd1103e3000bf41fb2de26a2e6b> /System/Library/PrivateFrameworks/DataDeliveryServices.framework/DataDeliveryServices
0x1a7d57000 - 0x1a7dfcfff MMCS arm64  <d3169e11be7936c5a999220a2e35cb6a> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x1a7e49000 - 0x1a7e82fff libGLImage.dylib arm64  <1f8a521e53473b84977607f338ece06f> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1a7e83000 - 0x1a7e8afff libsystem_symptoms.dylib arm64  <d82c9efae55d3a9fa3ebe22bad79a849> /usr/lib/system/libsystem_symptoms.dylib
0x1a7ed4000 - 0x1a847bfff CoreAudio arm64  <18575b2d2119329a838483d1da3d7261> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1a847c000 - 0x1a8491fff ContactsDonation arm64  <6e959a25eff7380fb1e5a75be510c444> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1a8492000 - 0x1a84aefff IntentsCore arm64  <7bb3beffcd823077a784de3f230bd5c2> /System/Library/PrivateFrameworks/IntentsCore.framework/IntentsCore
0x1a854b000 - 0x1a857ffff ImageCaptureCore arm64  <766ebb519d33318094ee30a806fa74ec> /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore
0x1a85dc000 - 0x1a863ffff RenderBox arm64  <5b672ff9c1763dd7a37b31306dcdad7a> /System/Library/PrivateFrameworks/RenderBox.framework/RenderBox
0x1a86d8000 - 0x1a880ffff Navigation arm64  <b2f614904b4d3c579cae59a952d759d8> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1a8810000 - 0x1a882afff SafariFoundation arm64  <224469952ff33789950db5e4f04c11b2> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x1a89a0000 - 0x1a89b2fff MaterialKit arm64  <fde462e5368234c6abaf6bf4aaef3efd> /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit
0x1a8b2f000 - 0x1a8b3ffff CoreAUC arm64  <5fd7f63f7c55335a9387d53c934f8ff7> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1a9352000 - 0x1a9366fff SettingsFoundation arm64  <f47313d760413212b1e8014642a4ef7c> /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
0x1a9a57000 - 0x1a9c8ffff RawCamera arm64  <04dd0c236074360d8a0337e605b83664> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x1a9cf4000 - 0x1a9d4efff ToneLibrary arm64  <738980cb7f203006817220dea7c62eb4> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1a9d4f000 - 0x1a9db2fff TrialProto arm64  <27da295fdefa37afa33c84f50029d2e9> /System/Library/PrivateFrameworks/TrialProto.framework/TrialProto
0x1aa533000 - 0x1aa540fff MediaSafetyNet arm64  <d69e9d83fdc13fbaa26b12afc69f215c> /System/Library/PrivateFrameworks/MediaSafetyNet.framework/MediaSafetyNet
0x1aa541000 - 0x1aa57afff TimeSync arm64  <2287f414587a39eca0d5f68345ecc94a> /System/Library/PrivateFrameworks/TimeSync.framework/TimeSync
0x1aa5d0000 - 0x1aa611fff ExposureNotification arm64  <2268c46ce6a53378bd8ef3ec6d33c5ce> /System/Library/Frameworks/ExposureNotification.framework/ExposureNotification
0x1aac6d000 - 0x1aac76fff CoreTime arm64  <10d9c99a2d5235bf83386cabfcc7954f> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1ab3ad000 - 0x1ab59bfff NeutrinoCore arm64  <c73886fe090732128b7d85ce99e2449f> /System/Library/PrivateFrameworks/NeutrinoCore.framework/NeutrinoCore
0x1ab5aa000 - 0x1ab6a2fff TextRecognition arm64  <9bcb561007ce3aec8df4ef3054b30bad> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
0x1ab6a3000 - 0x1ab6acfff ContextKitExtraction arm64  <e912fe36154936599f6aa8edee698421> /System/Library/PrivateFrameworks/ContextKitExtraction.framework/ContextKitExtraction
0x1ab778000 - 0x1ab77afff libswiftObjectiveC.dylib arm64  <d122c49b910c38d7865d4c2d3486c36d> /usr/lib/swift/libswiftObjectiveC.dylib
0x1ab77b000 - 0x1ab9bdfff libmorphun.dylib arm64  <8af3e923e2b13c0ab329193a4ca76b62> /usr/lib/libmorphun.dylib
0x1acc3e000 - 0x1acc73fff PhotosPlayer arm64  <7097763b1a6b3e69adc45c845524494b> /System/Library/PrivateFrameworks/PhotosPlayer.framework/PhotosPlayer
0x1accb4000 - 0x1acd31fff CoreDAV arm64  <ca0d2e8ecf413dd8bf9a888f7f957eb1> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1acef7000 - 0x1acf05fff MobileIcons arm64  <18abf4bfc0e1351a8132a11727d35040> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1ad2b3000 - 0x1ad383fff ProofReader arm64  <b0aa56ad277d3b1e9aaf2d176c4746af> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1ae534000 - 0x1ae53efff MallocStackLogging arm64  <2143c9224a6c3a5bb6ee04d975111006> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
0x1ae558000 - 0x1ae583fff AttributeGraph arm64  <66594fb4cb72350cb19dd85d1064dd68> /System/Library/PrivateFrameworks/AttributeGraph.framework/AttributeGraph
0x1ae75b000 - 0x1ae7a5fff MetadataUtilities arm64  <e2434da20bfb362e845a01de8799275b> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1aee99000 - 0x1aeef4fff CoreLocationProtobuf arm64  <6cbdd60237bd395bb33306f5b44b5983> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1af101000 - 0x1af133fff Bom arm64  <3e98d0cdf430371eb66322a411a948e3> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1af165000 - 0x1af16bfff PushKit arm64  <c25acfb8f16d3ffc9d512da7e8e61da7> /System/Library/Frameworks/PushKit.framework/PushKit
0x1af16c000 - 0x1af1d1fff PhotosFormats arm64  <fe06c9aa01a73ab5b7b79a978662d59c> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x1af355000 - 0x1af3e6fff Quagga arm64  <3f6bf2bedcd4370994461f716eed29d3> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1af3e7000 - 0x1af3eefff StudyLog arm64  <2b1c0bd44a9b3407a4de04fd1bb2084e> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1af3ef000 - 0x1af431fff CryptoKit arm64  <afdc29952cb23b2fa484c45be872bf34> /System/Library/Frameworks/CryptoKit.framework/CryptoKit
0x1b0252000 - 0x1b0291fff NaturalLanguage arm64  <0dde9ad360cf382792b875ad762191e2> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
0x1b0cde000 - 0x1b0cfafff MediaStream arm64  <7593e99fc1b8317cbdf667dd45024912> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1b1785000 - 0x1b189cfff InternalSwiftProtobuf arm64  <866f9c783a82361f9b37b164ba1fba3c> /System/Library/PrivateFrameworks/InternalSwiftProtobuf.framework/InternalSwiftProtobuf
0x1b19a7000 - 0x1b19cefff MediaConversionService arm64  <3695c48c380d37b3a3e204fa2b00cec5> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
0x1b1b17000 - 0x1b1c4ffff CoreHandwriting arm64  <dd1ac5918bf33f2f9e88c9357bd1f50f> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
0x1b239e000 - 0x1b23a9fff AppleIDAuthSupport arm64  <ca3d3d2574783e84ad984a1a73e005ff> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1b23b8000 - 0x1b23cdfff LocalAuthentication arm64  <b433d2a708d332d49d9019cda70639e8> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1b2445000 - 0x1b244bfff IOAccelerator arm64  <101794ad81273dcaa0b5adaa81564f38> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1b280f000 - 0x1b2819fff CloudPhotoServices arm64  <b07a04621a333a639992816b643f14f6> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1b285d000 - 0x1b28eefff iTunesStore arm64  <beb7c96d87db3d2292f0cb8b9f4a5f7f> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x1b2ca7000 - 0x1b2cd7fff libsystem_kernel.dylib arm64  <d0eb6ad7297a3abda66c7e919f3689f4> /usr/lib/system/libsystem_kernel.dylib
0x1b2f9d000 - 0x1b30a4fff ResponseKit arm64  <5ad1bb15fdf034048da933ea5d6d2689> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x1b30a5000 - 0x1b30ddfff EmojiFoundation arm64  <ff791336b79c3694bc791ed0508012e3> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation
0x1b36b9000 - 0x1b36c5fff FontServices arm64  <5d5cc5c9547836a8964922612e002ed4> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1b3856000 - 0x1b3861fff MediaAccessibility arm64  <d4ec2c35c4af36bbbec823aacd92ca5e> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1b38a0000 - 0x1b3e91fff SiriTTS arm64  <7a9bc8638d123208aed0533337d42b55> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x1b3e92000 - 0x1b3ea0fff SetupAssistantSupport arm64  <99a5c67a82d933018dbd8f27a1057ba1> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1b3ea8000 - 0x1b3f03fff Social arm64  <a83d77b61b5b38ab9ef48961811f9012> /System/Library/Frameworks/Social.framework/Social
0x1b3fd9000 - 0x1b4008fff VirtualGarage arm64  <83aba296501c393496c0eae004d000f6> /System/Library/PrivateFrameworks/VirtualGarage.framework/VirtualGarage
0x1b4009000 - 0x1b402bfff NetAppsUtilities arm64  <ca594003133331afa1b7bdeff879d820> /System/Library/PrivateFrameworks/NetAppsUtilities.framework/NetAppsUtilities
0x1b402c000 - 0x1b408dfff Osprey arm64  <7159978e968f34b08d1b30068685d742> /System/Library/PrivateFrameworks/Osprey.framework/Osprey
0x1b54ae000 - 0x1b54bafff libdscsym.dylib arm64  <dfc775f4b4f03e91b46f6739e67399bf> /usr/lib/libdscsym.dylib
0x1b54bb000 - 0x1b54cafff HangTracer arm64  <2fa168de3fa5372c9435fa4cf9ff7c25> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1b5679000 - 0x1b572ffff SampleAnalysis arm64  <e40b7749287e30619b9380e614140663> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1b5730000 - 0x1b575dfff PlugInKit arm64  <7d0340d6185d369280029e13f623999e> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1b5806000 - 0x1b5807fff libSystem.B.dylib arm64  <665291a6d66d39f2bac3573b28920bc7> /usr/lib/libSystem.B.dylib
0x1b5af3000 - 0x1b5afffff MobileActivation arm64  <b6104f16894c3707875429c881eae2d3> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
0x1b5b00000 - 0x1b5b56fff CalendarDaemon arm64  <01cecb84c05d363687828b2b788f7923> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1b5c43000 - 0x1b5cb1fff libarchive.2.dylib arm64  <a94c9e0b45e33be184e31302c5983e0c> /usr/lib/libarchive.2.dylib
0x1b5cb2000 - 0x1b5cd5fff libtailspin.dylib arm64  <e18ae14834a2302eab227f460867f8df> /usr/lib/libtailspin.dylib
0x1b5cd6000 - 0x1b60fafff libBNNS.dylib arm64  <bfe5dfbe82ff366eb70cdf76ad02ef06> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1b60fb000 - 0x1b613cfff SharedUtils arm64  <2ec67554083c3a459e48e7733276ebf1> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1b63da000 - 0x1b63dffff libsysdiagnose.dylib arm64  <d6060702418f3d329e4e8eb988fa2065> /usr/lib/libsysdiagnose.dylib
0x1b641a000 - 0x1b6519fff CoreMediaStream arm64  <d0f33fd47cbc3d939df4163a8b6e483a> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x1b6716000 - 0x1b6716fff AVFoundation arm64  <a3b5c4b378043e0fb9f2290999a89b36> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1b6717000 - 0x1b6717fff Accelerate arm64  <5d9b328836c43351b3e0931d430b1c3d> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1b6718000 - 0x1b67c4fff libBLAS.dylib arm64  <6812675b4b123a118c62565c1c2820fd> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1b67c5000 - 0x1b6ad6fff libLAPACK.dylib arm64  <fb0de9574a933f9696013d429353d892> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1b6ad7000 - 0x1b6aebfff libLinearAlgebra.dylib arm64  <d3dc6384447530199b00d8d94a4ec8c9> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1b6aec000 - 0x1b6af0fff libQuadrature.dylib arm64  <80d51ff0534a34cb803dccb96729e9a1> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1b6af1000 - 0x1b6b52fff libSparse.dylib arm64  <45719137fdd33d078bcbe2a7860546a9> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1b6b53000 - 0x1b6b64fff libSparseBLAS.dylib arm64  <3975ecfd19113b61ba293287d5c81246> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1b6b65000 - 0x1b6bb8fff libvMisc.dylib arm64  <ebe6a3dc3f9a3be18dfeac0f4f0a6473> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1b6bb9000 - 0x1b6bb9fff vecLib arm64  <8cea8819653f328ba1adc98d1d685d49> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1b6bf0000 - 0x1b6bf3fff AppTrackingTransparency arm64  <c6736237beaa32c398e999d402670de6> /System/Library/Frameworks/AppTrackingTransparency.framework/AppTrackingTransparency
0x1b6bf4000 - 0x1b6c03fff AssetsLibrary arm64  <640f581146aa35fc902e3a49b335b637> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x1b6d06000 - 0x1b6d21fff AuthenticationServices arm64  <004f454567e930c7a8d83202c1ec4701> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
0x1b6e03000 - 0x1b6e6cfff CoreMIDI arm64  <747236b3077f367ab09a2b496301ca28> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x1b739b000 - 0x1b73b1fff ExternalAccessory arm64  <9fc77d96778730a5af186ab1698dca51> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory
0x1b7581000 - 0x1b76fdfff MLCompute arm64  <bf8021dccdfe301ba555d39f21028751> /System/Library/Frameworks/MLCompute.framework/MLCompute
0x1b7721000 - 0x1b7738fff MetalKit arm64  <0fef170fc75b3ca4896450e4ff1c5e27> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x1b7739000 - 0x1b77befff MPSImage arm64  <5570d9b54db6302381a10928e8a781d8> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1b77bf000 - 0x1b77e5fff MPSMatrix arm64  <73fa9e4e252d36c993e6650323a58e21> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1b77e6000 - 0x1b781ffff MPSNDArray arm64  <baf0d444de773eaab4124fc4ba1f75f2> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
0x1b7820000 - 0x1b7867fff MPSRayIntersector arm64  <22506c93060a36479b635a606990835f> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1b7868000 - 0x1b7868fff MetalPerformanceShaders arm64  <68d06a69c2a63d5ea953772df6cd91ba> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1b7be9000 - 0x1b7be9fff MobileCoreServices arm64  <777f3d63338738e182e0646c57810b4e> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1b87be000 - 0x1b87c6fff OpenGLES arm64  <cd7485f4be93394e94ad8fc2dea2f084> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1b87c7000 - 0x1b87c8fff libCVMSPluginSupport.dylib arm64  <99f50e0294973ce2b72bbb37fba5034e> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1b87c9000 - 0x1b87cffff libCoreFSCache.dylib arm64  <e5fac099243131edb61e670418e078d5> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1b87d0000 - 0x1b87d5fff libCoreVMClient.dylib arm64  <38751ce2ab3b388bb004e0253a1401a3> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1b87d6000 - 0x1b87defff libGFXShared.dylib arm64  <cf9f37d91eea383a9684fd2fb1f44051> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1b8988000 - 0x1b8a47fff PDFKit arm64  <acd5644957b3340b9db45baf52d88bab> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1b8a55000 - 0x1b8a8dfff QuickLookThumbnailing arm64  <2afdec69ebf73cb198ad3c988a9e5016> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1b90fb000 - 0x1b9238fff SoundAnalysis arm64  <dcdff939cf4334e88ddbe520662f510c> /System/Library/Frameworks/SoundAnalysis.framework/SoundAnalysis
0x1b9239000 - 0x1b9249fff Speech arm64  <648c05f8079833879ee32e640145118a> /System/Library/Frameworks/Speech.framework/Speech
0x1b9365000 - 0x1b9365fff UIKit arm64  <73bb3b12d3d93022ad77d271ec1b3f8e> /System/Library/Frameworks/UIKit.framework/UIKit
0x1b936e000 - 0x1b9431fff VideoSubscriberAccount arm64  <7eb2d8cf4133304a82a0d103cd58863e> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x1b9432000 - 0x1ba01bfff libfaceCore.dylib arm64  <58f1ad82b9b53af3b6472b5c7d330756> /System/Library/Frameworks/Vision.framework/libfaceCore.dylib
0x1ba500000 - 0x1ba503fff AFKUser arm64  <be87fc1eb3023d8799235a3067902afe> /System/Library/PrivateFrameworks/AFKUser.framework/AFKUser
0x1ba5c4000 - 0x1ba842fff ANECompiler arm64  <bad83d35d04b3c2a96a9f140502d340c> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
0x1ba843000 - 0x1ba857fff ANEServices arm64  <68bd07f8c8823a34b4c9665c6c70c152> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1ba85c000 - 0x1ba918fff APFS arm64  <bf99c6e9734e36879b6fc191de04b357> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1ba919000 - 0x1ba91ffff ASEProcessing arm64  <ba0de89c1525342789cf05dc4667db91> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1bb0f4000 - 0x1bb0f9fff AggregateDictionary arm64  <324f35e137cb3167841c78c78bb97417> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1bb286000 - 0x1bb35efff AirPlaySync arm64  <23f1e6ce8165300db9fe989c41a7d949> /System/Library/PrivateFrameworks/AirPlaySync.framework/AirPlaySync
0x1bb462000 - 0x1bb47dfff AlgosScoreFramework arm64  <ae4379141f7b371bba05937c4a7ac12d> /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/AlgosScoreFramework
0x1bb59a000 - 0x1bb716fff AppC3D arm64  <2a3bbf26c4843dd9acd333f11a3ba358> /System/Library/PrivateFrameworks/AppC3D.framework/AppC3D
0x1bb717000 - 0x1bb738fff AppConduit arm64  <bcac6ee3ea583d7184f13cb06b3cf175> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1bc6fb000 - 0x1bc895fff AppleCVA arm64  <3c445327b022312b9f711a1a43c805e3> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA
0x1bc8e5000 - 0x1bc8f4fff AppleFSCompression arm64  <90014b3d3bb43219a33b84e6520a0693> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1bc902000 - 0x1bc90ffff AppleIDSSOAuthentication arm64  <53dd559cc57e38a2a142f7d0d1c3f37e> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1bc910000 - 0x1bc954fff AppleJPEG arm64  <eb0dc6ee46d83e3ea4aa2001ba29bfe7> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1bc9e4000 - 0x1bc9f6fff AppleNeuralEngine arm64  <35eac4bab25e31dfafc2aa2540826399> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1bca00000 - 0x1bca23fff AppleSauce arm64  <104a591f96153362b3f7ef8a03f503be> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1bca53000 - 0x1bca6ffff AssetCacheServices arm64  <e36f18bfee833e3fbd800091fa029a97> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x1bcbcc000 - 0x1bcc25fff AuthKitUI arm64  <a66d2b7a7c523579b53ae275357ba0f6> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
0x1bcc26000 - 0x1bcc78fff AutoLoop arm64  <4a39fd6e64dd3a8d96bb210a751fca06> /System/Library/PrivateFrameworks/AutoLoop.framework/AutoLoop
0x1bcc8e000 - 0x1bcc8ffff BackgroundTaskAgent arm64  <d15bce4f1a0736a7a4a6eeb7b40a3c8d> /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent
0x1bccb0000 - 0x1bccc8fff BiomePubSub arm64  <b31dac30aede36ccb0585196243d161c> /System/Library/PrivateFrameworks/BiomePubSub.framework/BiomePubSub
0x1bcf6a000 - 0x1bcf79fff BluetoothManager arm64  <5b5119f9b01531ca99e8b4a1697f5947> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x1bd1d6000 - 0x1bd1e0fff CMCaptureCore arm64  <7db422d287373cf6b24d9e39d7c6d29d> /System/Library/PrivateFrameworks/CMCaptureCore.framework/CMCaptureCore
0x1bd1e1000 - 0x1bd1f6fff CPAnalytics arm64  <f2fb247bebf83e359f14dedf1746ec8e> /System/Library/PrivateFrameworks/CPAnalytics.framework/CPAnalytics
0x1bd1f9000 - 0x1bd208fff CPMS arm64  <0637e4d3b8da3ff5a57cf6d5b5ed2e24> /System/Library/PrivateFrameworks/CPMS.framework/CPMS
0x1bd209000 - 0x1bd217fff CTCarrierSpace arm64  <0822e3112423373a96f50058842a5cb9> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1bd381000 - 0x1bd3a9fff CameraEditKit arm64  <4e232d81697f3a22a1f2ecfabae49c01> /System/Library/PrivateFrameworks/CameraEditKit.framework/CameraEditKit
0x1bd508000 - 0x1bd513fff CaptiveNetwork arm64  <ba0dd84990aa3ad6a09d461744d732ad> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1bd626000 - 0x1bd66efff Catalyst arm64  <f38fc12aefe230d78f4ddbcd9fbda3c4> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
0x1bd66f000 - 0x1bd68ffff CellularPlanManager arm64  <5a2f1e5083753962bc6319fe3c58c22c> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x1bd6a6000 - 0x1bd6aefff CertUI arm64  <15d44f43df4a3060b2f705e0c30f964d> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x1bd6b7000 - 0x1bd705fff ChunkingLibrary arm64  <ffbb653259dd330995ba5b9e14d602b6> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1bdb10000 - 0x1bdb14fff CommunicationsFilter arm64  <62c25eb0ad743dbaa0e987de81142bee> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1bdbc4000 - 0x1bdbc7fff ConstantClasses arm64  <843485573e6235cba6e1c22521228244> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x1bdbd1000 - 0x1bdc0bfff ContactsAutocomplete arm64  <f9c8d82e1e41334d805f02264aa1fc75> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
0x1bdc11000 - 0x1bdc80fff ContactsUICore arm64  <1c29bc569cab35dc861f2f4ebba2426f> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1bdcba000 - 0x1bdd11fff CoreAppleCVA arm64  <a3338532fd7b3c21a0b68c86cd336f37> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA
0x1bdd12000 - 0x1bde08fff CoreBrightness arm64  <3eae153c7dfc33df8a92fcd766487288> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1bde70000 - 0x1bde7dfff CoreDuetDaemonProtocol arm64  <1842b0d0a4a830d5b07e9253068cd86c> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1bde80000 - 0x1bde82fff CoreDuetDebugLogging arm64  <3bb90c5bffb0312ea00ec3c873e7224c> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1bde91000 - 0x1bdea3fff CoreEmoji arm64  <ad7e3a4f4b723d1fb2bb39f1dcb78600> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1be49e000 - 0x1be4a2fff CoreOptimization arm64  <a2ad5fc3aba633cd8581ce19ce46d53b> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1be4a3000 - 0x1be55bfff CorePDF arm64  <bcc98e7821e2305f93a19ec3ed18149e> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1be55c000 - 0x1be564fff CorePhoneNumbers arm64  <57f3cbabeb563867b9bf4d250bdb8e1e> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1be565000 - 0x1be5b9fff CorePrediction arm64  <4a68d416b0273e19a104445c63c92ff0> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1beea6000 - 0x1beeb0fff CoreRecents arm64  <c3be2569f317357792def13b4ccb4ae4> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1beeb1000 - 0x1bef16fff CoreRecognition arm64  <5e54b163be1f3bc58a51f7879069b276> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x1bef17000 - 0x1bef2ffff CoreSDB arm64  <be8c5617035a33578f37bfcfbba644e2> /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
0x1bef30000 - 0x1bef58fff CoreSVG arm64  <079d91e4d32f3d4f901d059d9b50e7b0> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
0x1bf118000 - 0x1bf11bfff CryptoKitCBridging arm64  <1c8a0ec05b023419b1a8e5f5fc98a654> /System/Library/PrivateFrameworks/CryptoKitCBridging.framework/CryptoKitCBridging
0x1bf146000 - 0x1bf14afff DAAPKit arm64  <392d709659ca328bb00922b77c892cd9> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x1bf16a000 - 0x1bf177fff DCIMServices arm64  <cc94481c62bd3f96a43a9d89b710dac2> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1bf18e000 - 0x1bf1c9fff DataDetectorsNaturalLanguage arm64  <6c664227cd503366a2e19e0217bba47e> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
0x1bf22a000 - 0x1bf25ffff DeviceIdentity arm64  <a356ae16b6463491b44b0f0222dccfc9> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1bf384000 - 0x1bf3b9fff DistributedEvaluation arm64  <fe694332a9f83a708f10547c8403af70> /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation
0x1bf4ce000 - 0x1bf506fff DocumentManager arm64  <373d7ff2cb1a3bd1ac2b190476c1dbe0> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1bf507000 - 0x1bf524fff DocumentManagerCore arm64  <deb58f3b80933ad891c72a2ad177f662> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1bf5a2000 - 0x1bf5a4fff DragUI arm64  <a54a06dbed683ac9945f0c905a644937> /System/Library/PrivateFrameworks/DragUI.framework/DragUI
0x1bf5d3000 - 0x1bf603fff EAP8021X arm64  <6e217ae97aa835c1ade61dd7d39ac49d> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1bf630000 - 0x1bf644fff Engram arm64  <70c0ac100e7d31f2bc499d878f0c0a85> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1bf776000 - 0x1bf77cfff ExtensionFoundation arm64  <4732e4d1d2e433a4a8ede1940085f3d0> /System/Library/PrivateFrameworks/ExtensionFoundation.framework/ExtensionFoundation
0x1bf8f0000 - 0x1bf8f8fff FSEvents arm64  <fcc5f0b6b3f3326d9ebba3cb61082ac9> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
0x1bf8f9000 - 0x1bf918fff FTAWD arm64  <31df2536163f34f49da016a7c5740c3c> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1bf919000 - 0x1bf91cfff FTClientServices arm64  <28ebd90ccb1c3f7886ff8722ee415464> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x1bf91d000 - 0x1bfd2ffff FaceCore arm64  <1588fee8cd89347cba62021713120e00> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1bfd36000 - 0x1bfd3bfff FeatureFlagsSupport arm64  <f8e6282d57003b2c902b285ac30d3cb2> /System/Library/PrivateFrameworks/FeatureFlagsSupport.framework/FeatureFlagsSupport
0x1bfd3c000 - 0x1bfd46fff FeedbackLogger arm64  <081b4cb9f7b73b6ba7efe0da98195dc4> /System/Library/PrivateFrameworks/FeedbackLogger.framework/FeedbackLogger
0x1bfec7000 - 0x1c0002fff libFontParser.dylib arm64  <159a5dc11bf3320daf513ec20359725d> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1c0003000 - 0x1c000bfff libGSFont.dylib arm64  <7e9c9eab016736018b6ef65a40f5271f> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
0x1c000c000 - 0x1c0049fff libGSFontCache.dylib arm64  <9af9feb2dc0530ef848eb97b3b5b79c4> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1c00ac000 - 0x1c00b9fff libhvf.dylib arm64  <be16d36c85593d4f97dcf74acb5eef24> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x1c00df000 - 0x1c00f5fff Futhark arm64  <b593de549d9032eb9f319d8a95d5c9ba> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1c0d14000 - 0x1c0d31fff GenerationalStorage arm64  <73b6e7a7d8833549b0c753995d6e0bb3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1c0d32000 - 0x1c0d3ffff GraphVisualizer arm64  <697d40896a193bc48f4a104c3b94802f> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1c0d6c000 - 0x1c0d77fff HID arm64  <6c67a1de27353090b3fcad66dbaca85a> /System/Library/PrivateFrameworks/HID.framework/HID
0x1c1336000 - 0x1c13a9fff HomeSharing arm64  <60da3d0dfebf31a988938a74647530f1> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x1c1403000 - 0x1c1408fff IDSKVStore arm64  <195a8e017c6835878a3aa1a3d6c15982> /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore
0x1c16ff000 - 0x1c171afff IOGPU arm64  <1d011694e6d33219850161b0293407d8> /System/Library/PrivateFrameworks/IOGPU.framework/IOGPU
0x1c171c000 - 0x1c1725fff IOKitten arm64  <15df981d04ab3a75bce1640467843d0b> /System/Library/PrivateFrameworks/IOKitten.framework/IOKitten
0x1c1726000 - 0x1c1728fff IOSurfaceAccelerator arm64  <777bbc599fb93e39ad7555536acb6aae> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1c174f000 - 0x1c1756fff IdleTimerServices arm64  <381d492ad32a393595c9739aef4316cf> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1c175e000 - 0x1c1763fff IncomingCallFilter arm64  <f44bad7f08d03d4fbd0e60c866a4fe2f> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x1c1764000 - 0x1c17e2fff InertiaCam arm64  <c2e548a1bd453de688ef7940810c2350> /System/Library/PrivateFrameworks/InertiaCam.framework/InertiaCam
0x1c1825000 - 0x1c1831fff IntentsFoundation arm64  <5f053937a75a3ce4adef6eb243e64dfb> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1c1849000 - 0x1c184cfff InternationalTextSearch arm64  <6a21a48beb2134a399e9574d0e68b2aa> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1c184d000 - 0x1c1867fff IntlPreferences arm64  <c4f69893a4da3a08a86d003b7397fb35> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1c1a82000 - 0x1c1aa0fff LatentSemanticMapping arm64  <dd2086d9ef373283bdd46ea41a3e0e80> /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/LatentSemanticMapping
0x1c1ab4000 - 0x1c1abafff LinguisticData arm64  <55b4b078ae7339219bfd9a91bf759709> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1c1b06000 - 0x1c1b3dfff LocalAuthenticationPrivateUI arm64  <5bf18de3f85b399989a99c46f4a6f921> /System/Library/PrivateFrameworks/LocalAuthenticationPrivateUI.framework/LocalAuthenticationPrivateUI
0x1c1cfc000 - 0x1c1cfcfff Marco arm64  <eccf421561213077bb630b54a5ad2bef> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1c1fdf000 - 0x1c22f4fff MediaLibraryCore arm64  <9385c22b079238a49622c9c9e13eaf5a> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x1c22f5000 - 0x1c2347fff MediaPlatform arm64  <b7b792a66b8f30b3a552e5ff094831c1> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x1c2713000 - 0x1c27dbfff MetalTools arm64  <ed344c7741de3ca18ca46ba2f3598e89> /System/Library/PrivateFrameworks/MetalTools.framework/MetalTools
0x1c27fd000 - 0x1c2854fff MetricsKit arm64  <f1c373e3c440355eb7b94b735c874ab7> /System/Library/PrivateFrameworks/MetricsKit.framework/MetricsKit
0x1c2864000 - 0x1c289afff MobileBluetooth arm64  <05b08ee37439322da40931b34a87057c> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1c291a000 - 0x1c2920fff MobileSystemServices arm64  <be9355ba4b23362db4f3049e0dad605b> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1c29f4000 - 0x1c29fafff Netrb arm64  <fa168c3cafbb3078bd13d3440efe82a2> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1c2aca000 - 0x1c2ae7fff NeutrinoKit arm64  <260a4d52b3f9339faed032ee725cfdd8> /System/Library/PrivateFrameworks/NeutrinoKit.framework/NeutrinoKit
0x1c2b22000 - 0x1c2b24fff OAuth arm64  <38cc0e913bfa3c318c23af94d9af0401> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1c2b42000 - 0x1c2b80fff OTSVG arm64  <991cabdfd49c3a459ecab5d70f3851d1> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1c316b000 - 0x1c316dfff ParsecSubscriptionServiceSupport arm64  <51bd8dbd189d3cf2b4c645a3faa41898> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x1c3172000 - 0x1c3198fff Pasteboard arm64  <dcd98dca4a4e30deaf9835b17487657d> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
0x1c31c4000 - 0x1c31cefff PersonaKit arm64  <c1d75567ea2a3c11b45430ae7d47911f> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1c31cf000 - 0x1c31dafff PersonaUI arm64  <3bcda5cd32ba3d8d9168ee93336baff5> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1c3213000 - 0x1c3213fff PhoneNumbers arm64  <75015489e18730d98091bd5bf8ef14e8> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1c321c000 - 0x1c332dfff PhotoImaging arm64  <83494fa8928132159573970877b91557> /System/Library/PrivateFrameworks/PhotoImaging.framework/PhotoImaging
0x1c332e000 - 0x1c3386fff PhotoLibrary arm64  <88691cceb0be37409a98cb92b5743e76> /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
0x1c33cd000 - 0x1c3409fff PhotosImagingFoundation arm64  <af5e428818a930b797c9556b58d6db64> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
0x1c340a000 - 0x1c3453fff PhysicsKit arm64  <5e14b9c660373aa7ab51dc98967701b2> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1c34f3000 - 0x1c3501fff PointerUIServices arm64  <f95f80d5ee3b31dcbc24f2fd754dd4d6> /System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices
0x1c48cf000 - 0x1c48dbfff PrototypeToolsUI arm64  <c90a0d976a8939f2b5688229186b1a92> /System/Library/PrivateFrameworks/PrototypeToolsUI.framework/PrototypeToolsUI
0x1c4954000 - 0x1c495efff RTCReporting arm64  <53b0da0ae77a3ec7a7587d07f06a4767> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1c4bca000 - 0x1c4bd9fff RemoteTextInput arm64  <36011d7be52e3e2d93daf407bbbf1d32> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1c4bda000 - 0x1c4c3dfff RemoteUI arm64  <3629555b82c431c1adaa026f2e626483> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
0x1c4c6a000 - 0x1c4c6efff RevealCore arm64  <48535b56b014381f95e671f638aebfd1> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
0x1c4c84000 - 0x1c4ff7fff SDAPI arm64  <2ecedc86702734b68d6d59631c2c6160> /System/Library/PrivateFrameworks/SDAPI.framework/SDAPI
0x1c6481000 - 0x1c648afff SignpostCollection arm64  <b0ba93839dda3ac98c67072304bf1cda> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1c648b000 - 0x1c648bfff SignpostMetrics arm64  <4e207956508a3da782d2be813e2988e4> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
0x1c648d000 - 0x1c64c8fff SignpostSupport arm64  <379f197408e037d9b7995d8422a19897> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1c6f9b000 - 0x1c6f9bfff SoftLinking arm64  <246cd81c26d33ffe9131030590a28b07> /System/Library/PrivateFrameworks/SoftLinking.framework/SoftLinking
0x1c735a000 - 0x1c7397fff StreamingZip arm64  <6404dd6804643c459a95325bb187855b> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1c739f000 - 0x1c73a8fff SymptomDiagnosticReporter arm64  <3af41d4e50f33816acff38dc4b335c61> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1c73a9000 - 0x1c73b3fff SymptomReporter arm64  <b5cf64c815873da8ba5e2e29f7d729a3> /System/Library/PrivateFrameworks/SymptomReporter.framework/SymptomReporter
0x1c73d7000 - 0x1c73f1fff SymptomPresentationFeed arm64  <a0ec1fdab65434be94b841a62bcadfe6> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/SymptomPresentationFeed
0x1c742a000 - 0x1c7439fff TCC arm64  <56e9c58bb90e32d7946006ebb1190d98> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1c7ca0000 - 0x1c7d51fff TextureIO arm64  <c98fac7e435632559cc069baeb0a7bcf> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1c7f67000 - 0x1c7f6efff URLFormatting arm64  <e1ad516ec83838059d83a4b29b600ecf> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1c8548000 - 0x1c8570fff UsageTracking arm64  <ec1d19d50736307a83449a0bb3cf46f6> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
0x1c900a000 - 0x1c90cdfff VoiceTrigger arm64  <dce67eb2debc3ae1badd943aabcc1263> /System/Library/PrivateFrameworks/VoiceTrigger.framework/VoiceTrigger
0x1c9195000 - 0x1c9196fff WatchdogClient arm64  <1c8345bf90623f05be73abf72d8ce99a> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
0x1c91bc000 - 0x1c91d0fff WebContentAnalysis arm64  <196428275bc33436b7e229cdd6388b0a> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalysis
0x1c94de000 - 0x1c9c02fff libwebrtc.dylib arm64  <4b845e573f6730bfa9d228d62d4136be> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1c9c82000 - 0x1c9c96fff WebUI arm64  <6c06fa7ae0cc35d2b54036ddaf2cba3c> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x1ca17d000 - 0x1ca180fff XCTTargetBootstrap arm64  <994d2aacb7ee30d8a440df115be6b8c7> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1ca205000 - 0x1ca224fff caulk arm64  <bf732e9f5ae63100b332fdbea4744111> /System/Library/PrivateFrameworks/caulk.framework/caulk
0x1cc6aa000 - 0x1cc6affff kperf arm64  <315c1e22fe073abe9a236afa203d264f> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1cc6b0000 - 0x1cc6b8fff kperfdata arm64  <b77316bca5db30339d76b21ce683c917> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1cc6b9000 - 0x1cc6cffff libEDR arm64  <512d130e45753f7caadee5d7c0ed5837> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1cc6e8000 - 0x1cc6f8fff perfdata arm64  <4e9ebaeefddd361b9cf5b748a8d9846d> /System/Library/PrivateFrameworks/perfdata.framework/perfdata
0x1cc6f9000 - 0x1cc729fff vCard arm64  <f50b9b9627e638b99b3805315ffe63dd> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1ccf64000 - 0x1ccfa0fff libAWDSupport.dylib arm64  <21e012b42ff036dab512c26f40441488> /usr/lib/libAWDSupport.dylib
0x1ccfa1000 - 0x1cd335fff libAWDSupportFramework.dylib arm64  <d31b7b40ce76352da619a7ba604bf6ba> /usr/lib/libAWDSupportFramework.dylib
0x1cd4bd000 - 0x1cd4ccfff libAudioStatistics.dylib arm64  <6a585d73c044358aa0699dbf5f15c723> /usr/lib/libAudioStatistics.dylib
0x1cd66b000 - 0x1cd69dfff libCRFSuite.dylib arm64  <0a50b4af8a403de3ab8e4401603e3a3d> /usr/lib/libCRFSuite.dylib
0x1cd69e000 - 0x1cd69ffff libCTGreenTeaLogger.dylib arm64  <3b32348d4a4937019b87415f4f4d8ab3> /usr/lib/libCTGreenTeaLogger.dylib
0x1cd6a0000 - 0x1cd6aafff libChineseTokenizer.dylib arm64  <58838c8cd537329bb573c4d6842576ba> /usr/lib/libChineseTokenizer.dylib
0x1cd929000 - 0x1cd930fff libIOReport.dylib arm64  <973d28f627263ec0961d9f6a29d03650> /usr/lib/libIOReport.dylib
0x1cd9a7000 - 0x1cd9adfff libMatch.1.dylib arm64  <f5dc54cdc8603148a4146d55a716274b> /usr/lib/libMatch.1.dylib
0x1cdaca000 - 0x1cdacffff libThaiTokenizer.dylib arm64  <4d513395654636c0a5f6a16485097230> /usr/lib/libThaiTokenizer.dylib
0x1cdd2f000 - 0x1cdd31fff libapp_launch_measurement.dylib arm64  <d519faa4f39638d687c1e04c86b7c45d> /usr/lib/libapp_launch_measurement.dylib
0x1cdd32000 - 0x1cdd48fff libapple_nghttp2.dylib arm64  <83f42af1eff73facaed82a2790e959cc> /usr/lib/libapple_nghttp2.dylib
0x1cdd49000 - 0x1cddd9fff libate.dylib arm64  <a4e9c295968e3078ab8b655cd48f9399> /usr/lib/libate.dylib
0x1cde6a000 - 0x1cde7afff libbsm.0.dylib arm64  <8913d1c0ab743071bcfb80753ce42fd7> /usr/lib/libbsm.0.dylib
0x1cde7b000 - 0x1cde87fff libbz2.1.0.dylib arm64  <35d3ceb71e8b3e149646ed19bb15e430> /usr/lib/libbz2.1.0.dylib
0x1cde88000 - 0x1cde88fff libcharset.1.dylib arm64  <b9756372384b32a9868ff805788ed7bc> /usr/lib/libcharset.1.dylib
0x1cde89000 - 0x1cde9afff libcmph.dylib arm64  <0d9070d1d39238eaadd42168ad2f5563> /usr/lib/libcmph.dylib
0x1cde9b000 - 0x1cdeb2fff libcompression.dylib arm64  <72621f84693230c3b3e0bd73774a9f18> /usr/lib/libcompression.dylib
0x1cdeb3000 - 0x1cdec8fff libcoretls.dylib arm64  <f1592201c69e3ccb90bd3c03cc57d741> /usr/lib/libcoretls.dylib
0x1cdec9000 - 0x1cdecafff libcoretls_cfhelpers.dylib arm64  <e87c7308fc2e39e59a2812c3494289f4> /usr/lib/libcoretls_cfhelpers.dylib
0x1cdef0000 - 0x1cdef6fff libcupolicy.dylib arm64  <844213f6e96737f3b92b44f4432ce4ec> /usr/lib/libcupolicy.dylib
0x1cdef7000 - 0x1cdefefff libdns_services.dylib arm64  <32896de93d333e2abfee4adb451fe275> /usr/lib/libdns_services.dylib
0x1cdeff000 - 0x1cdf1bfff libedit.3.dylib arm64  <c77f05ceb0c130f88a7c601ce30dc59b> /usr/lib/libedit.3.dylib
0x1cdf1c000 - 0x1cdf20fff libenergytrace.dylib arm64  <11c15123f8323d17904aa55463649d9a> /usr/lib/libenergytrace.dylib
0x1cdf21000 - 0x1cdf38fff libexpat.1.dylib arm64  <850b9fa4b01d39d1aacbb237dd0e3d6a> /usr/lib/libexpat.1.dylib
0x1cdf63000 - 0x1cdf67fff libgermantok.dylib arm64  <c369380030663addb383ff73ecf2cbd0> /usr/lib/libgermantok.dylib
0x1cdf68000 - 0x1cdf6dfff libheimdal-asn1.dylib arm64  <2af87e41b06e3c8ca1e4c5eb5ec7e712> /usr/lib/libheimdal-asn1.dylib
0x1cdf6e000 - 0x1ce05ffff libiconv.2.dylib arm64  <d4b8e06c0f1d3c209f4d335f7be60530> /usr/lib/libiconv.2.dylib
0x1ce07e000 - 0x1ce07ffff liblangid.dylib arm64  <581f69d1be8d3cdba2e04e6bab38d2ac> /usr/lib/liblangid.dylib
0x1ce080000 - 0x1ce08bfff liblockdown.dylib arm64  <a223c915c3a838ff96615f0847fe5050> /usr/lib/liblockdown.dylib
0x1ce08c000 - 0x1ce0a4fff liblzma.5.dylib arm64  <bfc64fa844263eee9904c331d08507b9> /usr/lib/liblzma.5.dylib
0x1ce0d2000 - 0x1ce126fff libmecab.dylib arm64  <7ab6bc4780ff3bb59e426d20fb8e7d74> /usr/lib/libmecab.dylib
0x1ce127000 - 0x1ce353fff libmecabra.dylib arm64  <13f990ea986d3875b613b315731aa57d> /usr/lib/libmecabra.dylib
0x1ce354000 - 0x1ce366fff libmis.dylib arm64  <a93a8ca1122931e89952ed072b1a7038> /usr/lib/libmis.dylib
0x1ce367000 - 0x1ce37cfff libnetworkextension.dylib arm64  <051060497dec3435adf8622f1413a2d5> /usr/lib/libnetworkextension.dylib
0x1ce720000 - 0x1ce754fff libpcap.A.dylib arm64  <9e0fb249631335c79dc96918009c1d08> /usr/lib/libpcap.A.dylib
0x1ce755000 - 0x1ce762fff libperfcheck.dylib arm64  <df344a44d216336a9577ceeeec63ccfb> /usr/lib/libperfcheck.dylib
0x1ce76a000 - 0x1ce77bfff libprequelite.dylib arm64  <d97e45930e5a36fda1517f220bb78f88> /usr/lib/libprequelite.dylib
0x1ce77c000 - 0x1ce78dfff libprotobuf-lite.dylib arm64  <75b1f6b69c3b330e8b2b303792114cb6> /usr/lib/libprotobuf-lite.dylib
0x1ce78e000 - 0x1ce7ebfff libprotobuf.dylib arm64  <a126f0c5692a39369f5b988870a50898> /usr/lib/libprotobuf.dylib
0x1ce7ec000 - 0x1ce887fff libquic.dylib arm64  <0dce5426c42039418ba7b8cc50d2d480> /usr/lib/libquic.dylib
0x1ce888000 - 0x1ce89ffff libresolv.9.dylib arm64  <a87bc6b61afd3d2b8a9eb56c50c6b38a> /usr/lib/libresolv.9.dylib
0x1ce8a0000 - 0x1ce8a2fff libsandbox.1.dylib arm64  <fe20288771e13a48bf27f0ea27ffa4e5> /usr/lib/libsandbox.1.dylib
0x1ce8e9000 - 0x1ce8ecfff libutil.dylib arm64  <5b7f03e362cd331b9881687ef58004fe> /usr/lib/libutil.dylib
0x1ce8ed000 - 0x1ce9d2fff libxml2.2.dylib arm64  <041a6599f6043da2a369e25f549df9ec> /usr/lib/libxml2.2.dylib
0x1ce9d7000 - 0x1ce9fffff libxslt.1.dylib arm64  <003bbfcb8f9a37faadbe8a5a67869098> /usr/lib/libxslt.1.dylib
0x1cea00000 - 0x1cea11fff libz.1.dylib arm64  <f9ea39c182a930c585ffc6aa5f10069d> /usr/lib/libz.1.dylib
0x1cea47000 - 0x1cea49fff liblog_network.dylib arm64  <26ccae395cfd35258cda33b0d34156f2> /usr/lib/log/liblog_network.dylib
0x1cea51000 - 0x1cea57fff libswiftAVFoundation.dylib arm64  <624f518728bc3c3d938262e7ba0ecf5d> /usr/lib/swift/libswiftAVFoundation.dylib
0x1cea58000 - 0x1ceab6fff libswiftAccelerate.dylib arm64  <a822377e6cd43095a1a0e9037c6139a1> /usr/lib/swift/libswiftAccelerate.dylib
0x1cead5000 - 0x1ceadafff libswiftCompression.dylib arm64  <b44eaa2ed77a39cf89775077819afe28> /usr/lib/swift/libswiftCompression.dylib
0x1ceadd000 - 0x1ceae5fff libswiftCoreAudio.dylib arm64  <b871b9acc3a6311086403cfbc9cd19de> /usr/lib/swift/libswiftCoreAudio.dylib
0x1ceae6000 - 0x1ceaeafff libswiftCoreData.dylib arm64  <98797ba2e63e3d13a28655e41b66f434> /usr/lib/swift/libswiftCoreData.dylib
0x1ceaeb000 - 0x1ceaebfff libswiftCoreFoundation.dylib arm64  <0b93d759e63735ffa5041522cbaa35a9> /usr/lib/swift/libswiftCoreFoundation.dylib
0x1ceaec000 - 0x1ceaecfff libswiftCoreImage.dylib arm64  <8b601cbd529033589c46e6d2860683d2> /usr/lib/swift/libswiftCoreImage.dylib
0x1ceaed000 - 0x1ceaeffff libswiftCoreLocation.dylib arm64  <ed1719fb23873f8a9d9ccbbc0127ab3b> /usr/lib/swift/libswiftCoreLocation.dylib
0x1ceaf0000 - 0x1ceaf8fff libswiftCoreMIDI.dylib arm64  <ab0ee4cfcb8d3cbd9756faa952feebdf> /usr/lib/swift/libswiftCoreMIDI.dylib
0x1ceaf9000 - 0x1ceafcfff libswiftCoreML.dylib arm64  <53df5ab4b68b3ce9a5a91df84850a5c3> /usr/lib/swift/libswiftCoreML.dylib
0x1ceafd000 - 0x1ceb34fff libswiftCoreMedia.dylib arm64  <f65d67202a3e317b9aef44d5a88c857f> /usr/lib/swift/libswiftCoreMedia.dylib
0x1ceb3f000 - 0x1ceb40fff libswiftCryptoTokenKit.dylib arm64  <ed938e9eef0d34d78aa95943a6f3204f> /usr/lib/swift/libswiftCryptoTokenKit.dylib
0x1ceb41000 - 0x1ceb4afff libswiftDarwin.dylib arm64  <4794c7bfb13b30f1b9b247d969aad91f> /usr/lib/swift/libswiftDarwin.dylib
0x1ceb51000 - 0x1ceb5bfff libswiftIntents.dylib arm64  <34fd2fa9bda13f34b4b70e9972cbca3d> /usr/lib/swift/libswiftIntents.dylib
0x1ceb69000 - 0x1ceb6dfff libswiftMetal.dylib arm64  <d16fd726e18b3385b6f20aec43f0021e> /usr/lib/swift/libswiftMetal.dylib
0x1cebd6000 - 0x1cebd7fff libswiftQuartzCore.dylib arm64  <4e83706ab8bc369392cc54b60c7dfc55> /usr/lib/swift/libswiftQuartzCore.dylib
0x1cec0f000 - 0x1cec10fff libswiftVision.dylib arm64  <7fb830d853383ed5b45f34faf1ecb59f> /usr/lib/swift/libswiftVision.dylib
0x1cec13000 - 0x1cec15fff libswiftWebKit.dylib arm64  <fa5aed21aed7311cb9bd4a7af7ed8f50> /usr/lib/swift/libswiftWebKit.dylib
0x1cec16000 - 0x1cec27fff libswiftos.dylib arm64  <29a81c8e8ef035dba7498f915bb1cedc> /usr/lib/swift/libswiftos.dylib
0x1cec28000 - 0x1cec3afff libswiftsimd.dylib arm64  <d505be3b47a83f6381f6795b1eacfd2f> /usr/lib/swift/libswiftsimd.dylib
0x1cec3b000 - 0x1cec40fff libcache.dylib arm64  <d691cd9e4b8235278440bf00ae15b188> /usr/lib/system/libcache.dylib
0x1cec41000 - 0x1cec4dfff libcommonCrypto.dylib arm64  <68fa3001ab6c31bdb26ea7de57430bed> /usr/lib/system/libcommonCrypto.dylib
0x1cec4e000 - 0x1cec52fff libcompiler_rt.dylib arm64  <bbcdf323034d3805991af6f61fc05b9d> /usr/lib/system/libcompiler_rt.dylib
0x1cec53000 - 0x1cec5bfff libcopyfile.dylib arm64  <d00d245b48e5315d9d0b7aedeb16f76a> /usr/lib/system/libcopyfile.dylib
0x1ced3d000 - 0x1ced3dfff liblaunch.dylib arm64  <6c3144b4e72f341db9467ed09018d405> /usr/lib/system/liblaunch.dylib
0x1ced3e000 - 0x1ced43fff libmacho.dylib arm64  <508867c438a436b8a75f02fe4b1394c0> /usr/lib/system/libmacho.dylib
0x1ced44000 - 0x1ced46fff libremovefile.dylib arm64  <505ede572a663073a9807758cdf58d5e> /usr/lib/system/libremovefile.dylib
0x1ced47000 - 0x1ced48fff libsystem_blocks.dylib arm64  <f9b40781855638e6a26fadcdd8d1bdcf> /usr/lib/system/libsystem_blocks.dylib
0x1ced49000 - 0x1ced4bfff libsystem_collections.dylib arm64  <38401c13d0823c00b9c9d7a4e35906e7> /usr/lib/system/libsystem_collections.dylib
0x1ced4c000 - 0x1ced50fff libsystem_configuration.dylib arm64  <4cd84dead6c335c1ba603c073bea49df> /usr/lib/system/libsystem_configuration.dylib
0x1ced51000 - 0x1ced63fff libsystem_containermanager.dylib arm64  <99f849fdf7ce3db5ba5beeb8bebd05cf> /usr/lib/system/libsystem_containermanager.dylib
0x1ced64000 - 0x1ced65fff libsystem_coreservices.dylib arm64  <470649103ec43f4dbb3da9cca45d81a2> /usr/lib/system/libsystem_coreservices.dylib
0x1ced66000 - 0x1ced6ffff libsystem_darwin.dylib arm64  <b2933ea1278c35f8a2e650f1d3a9be45> /usr/lib/system/libsystem_darwin.dylib
0x1ced70000 - 0x1ced78fff libsystem_dnssd.dylib arm64  <b93a965bdf12302fb03750f74d5b9cb4> /usr/lib/system/libsystem_dnssd.dylib
0x1ced79000 - 0x1ced7bfff libsystem_featureflags.dylib arm64  <6b0173d35a6234b28bb05863b9a2826f> /usr/lib/system/libsystem_featureflags.dylib
0x1ced7c000 - 0x1ceda9fff libsystem_m.dylib arm64  <a53d8a7f0824346ab8f86a4c56cf6240> /usr/lib/system/libsystem_m.dylib
0x1cedaa000 - 0x1cedb4fff libsystem_platform.dylib arm64  <f492c5f2fff2330fbc8c124e7b4a4c51> /usr/lib/system/libsystem_platform.dylib
0x1cedb5000 - 0x1cedb5fff libsystem_product_info_filter.dylib arm64  <31221c3824be300588644e8c3461017d> /usr/lib/system/libsystem_product_info_filter.dylib
0x1cedb6000 - 0x1cedc6fff libsystem_pthread.dylib arm64  <cd243f121fdb3d87a07d45995cfc0d27> /usr/lib/system/libsystem_pthread.dylib
0x1cedc7000 - 0x1cedcafff libsystem_sandbox.dylib arm64  <1817e22cf708374486ee53158e69cf31> /usr/lib/system/libsystem_sandbox.dylib
0x1cedcb000 - 0x1cedd4fff libunwind.dylib arm64  <a5cf565d230a3088af8a11b34244ec78> /usr/lib/system/libunwind.dylib
0x1cedd5000 - 0x1cee07fff libxpc.dylib arm64  <4f2d4138f5a83f9784be538f4fe95bc8> /usr/lib/system/libxpc.dylib
0x1cf4ad000 - 0x1cf5b0fff AGXMetalA10 arm64  <01c6db02358a3f3b95cb0cdf6170c19d> /System/Library/Extensions/AGXMetalA10.bundle/AGXMetalA10
0x1cf5b1000 - 0x1cf6c0fff AVFAudio arm64  <338f77a3aeab33b48f414fae5a50c4fb> /System/Library/Frameworks/AVFAudio.framework/AVFAudio
0x1cf860000 - 0x1cf866fff AuthenticationServicesCore arm64  <712c055af2133cf9ad4570cdba7a4532> /System/Library/PrivateFrameworks/AuthenticationServicesCore.framework/AuthenticationServicesCore
0x1cf867000 - 0x1cf873fff CMImaging arm64  <6a65833c91283f4592298b828710db83> /System/Library/PrivateFrameworks/CMImaging.framework/CMImaging
0x1cf945000 - 0x1cf95cfff CoreSpeechFoundation arm64  <a2504a126b9e31e3a62b543752872c54> /System/Library/PrivateFrameworks/CoreSpeechFoundation.framework/CoreSpeechFoundation
0x1cfae5000 - 0x1cfaf4fff MobileSafari arm64  <cb5a7aaeae9e313a9699a2b6600eca06> /System/Library/PrivateFrameworks/MobileSafari.framework/MobileSafari
0x1cfb5d000 - 0x1d026bfff PegasusAPI arm64  <9285705234973e5382156b4855278d16> /System/Library/PrivateFrameworks/PegasusAPI.framework/PegasusAPI
0x1d0395000 - 0x1d0399fff SiriLiminal arm64  <a2c9941073bc3256ba4015faa0d72ce3> /System/Library/PrivateFrameworks/SiriLiminal.framework/SiriLiminal
0x1d0508000 - 0x1d051afff SpotlightLinguistics arm64  <e2a3206bdf2f39738e8af551e56dd91d> /System/Library/PrivateFrameworks/SpotlightLinguistics.framework/SpotlightLinguistics

EOF
vincode-io commented 3 years ago

I'm not sure what we can do to mitigate this one. It looks like an Apple bug triggering. We're not even directly manipulating the UITableView. It is being done by the diffable datasource. Also, this is being run on 14.5 beta, so maybe their having some problem there?

brentsimmons commented 3 years ago

It’s happening on multiple OS releases.

But! It appears to be iPad-only, which is another interesting clue.