Ranchero-Software / NetNewsWire

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

MasterFeedViewController drag-and-drop force-unwrap crashes #2995

Closed brentsimmons closed 3 years ago

brentsimmons commented 3 years ago

They’re related and similar. One at MasterFeedViewController.swift:373 and one at MasterFeedViewController.swift:388.

Hardware Model:      iPhone11,8
Process:             NetNewsWire [32925]
Path:                /private/var/containers/Bundle/Application/63871AB2-F3B8-4AC7-9989-CAEF97A18DAD/NetNewsWire.app/NetNewsWire
Identifier:          com.ranchero.NetNewsWire.iOS
Version:             600 (6.0)
AppStoreTools:       12D4d
AppVariant:          1:iPhone11,8:14
Beta:                YES
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           com.ranchero.NetNewsWire.iOS [5836]

Date/Time:           2021-04-12 14:16:22.7497 +0800
Launch Time:         2021-04-12 13:42:47.7718 +0800
OS Version:          iPhone OS 14.4.2 (18D70)
Release Type:        User
Baseband Version:    3.02.02
Report Version:      104

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

Thread 0 name:
Thread 0 Crashed:
0   NetNewsWire                     0x000000010210478c Swift runtime failure: Unexpectedly found nil while unwrapping an Optional value + 0 (MasterFeedViewController.swift:373)
1   NetNewsWire                     0x000000010210478c MasterFeedViewController.tableView(_:targetIndexPathForMoveFromRowAt:toProposedIndexPath:) + 4824 (MasterFeedViewController.swift:373)
2   NetNewsWire                     0x00000001021041ec MasterFeedViewController.tableView(_:targetIndexPathForMoveFromRowAt:toProposedIndexPath:) + 3384 (MasterFeedViewController.swift:373)
3   NetNewsWire                     0x0000000102104890 @objc MasterFeedViewController.tableView(_:targetIndexPathForMoveFromRowAt:toProposedIndexPath:) + 244 (<compiler-generated>:0)
4   UIKitCore                       0x0000000191119e78 -[UITableView _retargetedReorderIndexPathForInitialIndexPath:proposedIndexPath:] + 356 (UITableView.m:15164)
5   UIKitCore                       0x0000000191111590 -[UITableView _updatedDropProposalForIndexPath:dropSession:withDefaultProposal:] + 1424 (UITableView.m:13256)
6   UIKitCore                       0x00000001910d224c -[_UITableViewDropController updateTargetIndexPathAndDropProposalForSession:] + 232 (_UITableViewDropController.m:150)
7   UIKitCore                       0x00000001910d27a4 -[_UITableViewDropController dropInteraction:sessionDidUpdate:] + 156 (_UITableViewDropController.m:272)
8   UIKitCore                       0x000000019089b54c -[UIDropInteraction _dragDestinationGestureStateChanged:] + 1344 (UIDropInteraction.m:0)
9   UIKitCore                       0x0000000190a309f0 -[UIGestureRecognizerTarget _sendActionWithGestureRecognizer:] + 56 (UIGestureRecognizer.m:136)
10  UIKitCore                       0x0000000190a3a354 _UIGestureRecognizerSendTargetActions + 116 (UIGestureRecognizer.m:1545)
11  UIKitCore                       0x0000000190a36f90 _UIGestureRecognizerSendActions + 284 (UIGestureRecognizer.m:1584)
12  UIKitCore                       0x0000000190a36508 -[UIGestureRecognizer _updateGestureForActiveEvents] + 636 (UIGestureRecognizer.m:0)
13  UIKitCore                       0x0000000190a2a634 _UIGestureEnvironmentUpdate + 2000 (UIGestureEnvironment.m:206)
14  UIKitCore                       0x0000000190a299e0 -[UIGestureEnvironment _updateForEvent:window:] + 764 (UIGestureEnvironment.m:1320)
15  UIKitCore                       0x0000000190f31f70 -[UIWindow sendEvent:] + 4268 (UIWindow.m:0)
16  UIKitCore                       0x0000000190f0b1d4 -[UIApplication sendEvent:] + 712 (UIApplication.m:11240)
17  UIKitCore                       0x0000000190f950ec __dispatchPreprocessedEventFromEventQueue + 7360 (UIEventDispatcher.m:2214)
18  UIKitCore                       0x0000000190f980a4 __processEventQueue + 6460 (UIEventDispatcher.m:2518)
19  UIKitCore                       0x0000000190f8f550 __eventFetcherSourceCallback + 160 (UIEventDispatcher.m:2588)
20  CoreFoundation                  0x000000018e4b176c __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28 (CFRunLoop.c:1967)
21  CoreFoundation                  0x000000018e4b1668 __CFRunLoopDoSource0 + 208 (CFRunLoop.c:2011)
22  CoreFoundation                  0x000000018e4b0960 __CFRunLoopDoSources0 + 268 (CFRunLoop.c:2048)
23  CoreFoundation                  0x000000018e4aaa8c __CFRunLoopRun + 824 (CFRunLoop.c:2925)
24  CoreFoundation                  0x000000018e4aa21c CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
25  GraphicsServices                0x00000001a6074784 GSEventRunModal + 164 (GSEvent.c:2259)
26  UIKitCore                       0x0000000190eeaee8 -[UIApplication _run] + 1072 (UIApplication.m:3253)
27  UIKitCore                       0x0000000190ef075c UIApplicationMain + 168 (UIApplication.m:4707)
28  NetNewsWire                     0x00000001020a9b60 main + 68 (AddFeedSelectFolderTableViewCell.swift:21)
29  libdyld.dylib                   0x000000018e16a6b0 start + 4

Thread 1 name:
Thread 1:
0   libsystem_kernel.dylib          0x00000001bc4612d0 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x00000001bc460660 mach_msg + 76 (mach_msg.c:103)
2   CoreFoundation                  0x000000018e4b0c30 __CFRunLoopServiceMachPort + 380 (CFRunLoop.c:2641)
3   CoreFoundation                  0x000000018e4aac14 __CFRunLoopRun + 1216 (CFRunLoop.c:2974)
4   CoreFoundation                  0x000000018e4aa21c CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
5   Foundation                      0x000000018f759df0 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232 (NSRunLoop.m:374)
6   Foundation                      0x000000018f759cbc -[NSRunLoop(NSRunLoop) runUntilDate:] + 92 (NSRunLoop.m:421)
7   UIKitCore                       0x0000000190f9ec48 -[UIEventFetcher threadMain] + 516 (UIEventFetcher.m:838)
8   Foundation                      0x000000018f8cba34 __NSThread__start__ + 864 (NSThread.m:724)
9   libsystem_pthread.dylib         0x00000001d9fdfcb0 _pthread_start + 320 (pthread.c:881)
10  libsystem_pthread.dylib         0x00000001d9fe8778 thread_start + 8

Thread 2 name:
Thread 2:
0   libsystem_kernel.dylib          0x00000001bc4612d0 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x00000001bc460660 mach_msg + 76 (mach_msg.c:103)
2   CoreFoundation                  0x000000018e4b0c30 __CFRunLoopServiceMachPort + 380 (CFRunLoop.c:2641)
3   CoreFoundation                  0x000000018e4aac14 __CFRunLoopRun + 1216 (CFRunLoop.c:2974)
4   CoreFoundation                  0x000000018e4aa21c CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
5   AudioSession                    0x0000000195ff30c4 GenericRunLoopThread::Entry(void*) + 164 (GenericRunLoopThread.h:91)
6   AudioSession                    0x0000000195ff525c CAPThread::Entry(CAPThread*) + 92 (CAPThread.cpp:321)
7   libsystem_pthread.dylib         0x00000001d9fdfcb0 _pthread_start + 320 (pthread.c:881)
8   libsystem_pthread.dylib         0x00000001d9fe8778 thread_start + 8

Thread 3:
0   libsystem_pthread.dylib         0x00000001d9fe8764 _pthread_atomic_xchg_uint32_relaxed + 8 (pthread_dependency.c:114)

Thread 4:
0   libsystem_pthread.dylib         0x00000001d9fe8764 _pthread_atomic_xchg_uint32_relaxed + 8 (pthread_dependency.c:114)

Thread 5:
0   libsystem_pthread.dylib         0x00000001d9fe8764 _pthread_atomic_xchg_uint32_relaxed + 8 (pthread_dependency.c:114)

Thread 6:
0   libsystem_pthread.dylib         0x00000001d9fe8764 _pthread_atomic_xchg_uint32_relaxed + 8 (pthread_dependency.c:114)

Thread 7:
0   libsystem_pthread.dylib         0x00000001d9fe8764 _pthread_atomic_xchg_uint32_relaxed + 8 (pthread_dependency.c:114)

Thread 8:
0   libsystem_pthread.dylib         0x00000001d9fe8764 _pthread_atomic_xchg_uint32_relaxed + 8 (pthread_dependency.c:114)

Thread 9:
0   libsystem_pthread.dylib         0x00000001d9fe8764 _pthread_atomic_xchg_uint32_relaxed + 8 (pthread_dependency.c:114)

Thread 10:
0   libsystem_pthread.dylib         0x00000001d9fe8764 _pthread_atomic_xchg_uint32_relaxed + 8 (pthread_dependency.c:114)

Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000001   x1: 0x0000000000000001   x2: 0x00000001ed4d6cf0   x3: 0x00000001ed4d6cf0
    x4: 0x0000000191fe0100   x5: 0xc000000000000012   x6: 0x40000002824559e0   x7: 0x50000002824487b0
    x8: 0x0000000000000000   x9: 0x0000000000000000  x10: 0x020000015d845f17  x11: 0x030000015d845f17
   x12: 0x00000000000000ce  x13: 0x000000015c963cd0  x14: 0xd2f4ae76f94595b9  x15: 0x00000001f137db80
   x16: 0x00000001a356d010  x17: 0x000000030630c270  x18: 0x00000001048ff3d0  x19: 0x000000016dd57f00
   x20: 0x0000000282860460  x21: 0x0000000281d08210  x22: 0x0000000283f18540  x23: 0x00000001ed4d6cf0
   x24: 0x0000000283f9b700  x25: 0x00000001ed4d6c90  x26: 0x000000016dd57ea0  x27: 0x00000000000003a0
   x28: 0x000000016dd57ec0   fp: 0x000000016dd58180   lr: 0x00000001021041ec
    sp: 0x000000016dd57ea0   pc: 0x000000010210478c cpsr: 0x60000000
   esr: 0xf2000001  Address size fault

Binary Images:
0x1020a4000 - 0x10220bfff NetNewsWire arm64  <ec4b57cb2ec73fb5a8c1f41f8ffd97de> /var/containers/Bundle/Application/63871AB2-F3B8-4AC7-9989-CAEF97A18DAD/NetNewsWire.app/NetNewsWire
0x1022b8000 - 0x1022effff RSCore arm64  <78905740061e3bf5bb1fcd6cef0305e3> /var/containers/Bundle/Application/63871AB2-F3B8-4AC7-9989-CAEF97A18DAD/NetNewsWire.app/Frameworks/RSCore.framework/RSCore
0x102310000 - 0x102323fff Articles arm64  <1445dbd8755931d98e1eef41cdf3ddd8> /var/containers/Bundle/Application/63871AB2-F3B8-4AC7-9989-CAEF97A18DAD/NetNewsWire.app/Frameworks/Articles.framework/Articles
0x102338000 - 0x102343fff SyncDatabase arm64  <bf88c5c198ad3b06b119406d076f9263> /var/containers/Bundle/Application/63871AB2-F3B8-4AC7-9989-CAEF97A18DAD/NetNewsWire.app/Frameworks/SyncDatabase.framework/SyncDatabase
0x102358000 - 0x1023c7fff dyld arm64e  <1f4d7499ee603c5d9d542cd29e4e537c> /usr/lib/dyld
0x102448000 - 0x10247ffff RSWeb arm64  <e4c95bf947293ba88283c8217c402aee> /var/containers/Bundle/Application/63871AB2-F3B8-4AC7-9989-CAEF97A18DAD/NetNewsWire.app/Frameworks/RSWeb.framework/RSWeb
0x1024a0000 - 0x10269bfff Account arm64  <c0bf354befeb3b61918ebcdfd6140af8> /var/containers/Bundle/Application/63871AB2-F3B8-4AC7-9989-CAEF97A18DAD/NetNewsWire.app/Frameworks/Account.framework/Account
0x102720000 - 0x10274ffff RSParser arm64  <c2a05cd7040d3dfb82c3fddafe90772c> /var/containers/Bundle/Application/63871AB2-F3B8-4AC7-9989-CAEF97A18DAD/NetNewsWire.app/Frameworks/RSParser.framework/RSParser
0x102770000 - 0x10279ffff RSDatabase arm64  <f9a4ec1ee1c93433b1738053ae6c5eae> /var/containers/Bundle/Application/63871AB2-F3B8-4AC7-9989-CAEF97A18DAD/NetNewsWire.app/Frameworks/RSDatabase.framework/RSDatabase
0x1027bc000 - 0x102803fff Secrets arm64  <c768f184f77832a8a0c61ca20f02c416> /var/containers/Bundle/Application/63871AB2-F3B8-4AC7-9989-CAEF97A18DAD/NetNewsWire.app/Frameworks/Secrets.framework/Secrets
0x102828000 - 0x10285bfff ArticlesDatabase arm64  <c814ae0a556a309c8091cf361feb821a> /var/containers/Bundle/Application/63871AB2-F3B8-4AC7-9989-CAEF97A18DAD/NetNewsWire.app/Frameworks/ArticlesDatabase.framework/ArticlesDatabase
0x102874000 - 0x10287ffff RSTree arm64  <f5df3552aefd39dba7d3a60bc7c8c91f> /var/containers/Bundle/Application/63871AB2-F3B8-4AC7-9989-CAEF97A18DAD/NetNewsWire.app/Frameworks/RSTree.framework/RSTree
0x104808000 - 0x104813fff libobjc-trampolines.dylib arm64e  <0be796322ebd3748ac5506ab8b4fc60d> /usr/lib/libobjc-trampolines.dylib
0x104888000 - 0x10489bfff GAXClient arm64e  <1ee604bb475f34e19e13fd3893a3ec53> /System/Library/AccessibilityBundles/GAXClient.bundle/GAXClient
0x18e126000 - 0x18e168fff libdispatch.dylib arm64e  <b92757b104343e9ba3acb6da6b81945c> /usr/lib/system/libdispatch.dylib
0x18e169000 - 0x18e1a3fff libdyld.dylib arm64e  <21b19919133438bcb233896e929945e0> /usr/lib/system/libdyld.dylib
0x18e1a4000 - 0x18e40ffff libicucore.A.dylib arm64e  <cb72d6a6ceef313b88e7842da8de15cc> /usr/lib/libicucore.A.dylib
0x18e410000 - 0x18e7c9fff CoreFoundation arm64e  <727f2644eb4e3d57bc2ee6803ba92366> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x18e7ca000 - 0x18e975fff CoreServices arm64e  <c46f42d698c9323b8cee8e04f50bce45> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x18e976000 - 0x18e9befff WirelessDiagnostics arm64e  <6b8356e76aae3c4e94213e796c6d7912> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x18e9bf000 - 0x18ea3bfff SystemConfiguration arm64e  <97ad4485538f3f389fcdb3fb4df441c3> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x18ea3c000 - 0x18eb33fff CoreTelephony arm64e  <810c9ed7d97438e19ca18fac779bab84> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x18eb34000 - 0x18efcbfff CFNetwork arm64e  <0ebb3119a8ce35da96245b5528802fc8> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x18efcc000 - 0x18f6d9fff libnetwork.dylib arm64e  <39506b46189e3e828f32ab8326fcc2c7> /usr/lib/libnetwork.dylib
0x18f6da000 - 0x18f750fff Accounts arm64e  <8cc93a19e5983eeb8afb506477688616> /System/Library/Frameworks/Accounts.framework/Accounts
0x18f751000 - 0x18fa0cfff Foundation arm64e  <7698bf3e0cf631c085e9562714f01276> /System/Library/Frameworks/Foundation.framework/Foundation
0x18fa0d000 - 0x18fd6ffff ImageIO arm64e  <b557d05ab2a53d2eb43e0db267169596> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x18fd70000 - 0x18fd88fff libCGInterfaces.dylib arm64e  <febafe4bdfe43604b11cd7567f36c825> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x18fd89000 - 0x190321fff CoreGraphics arm64e  <f5b44b3793af3d1fb053789a8626498a> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x190322000 - 0x1917cffff UIKitCore arm64e  <8518eae3832b3ff09fa59dbe3041f26c> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x1917d0000 - 0x1917f2fff libAccessibility.dylib arm64e  <954328f073ea3677ad6e3442f7e14195> /usr/lib/libAccessibility.dylib
0x1917f3000 - 0x191a79fff QuartzCore arm64e  <8510f13908243686a9aa3e198539a021> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x191a7a000 - 0x191ae5fff BackBoardServices arm64e  <7f77d33c3c1f3cca979ae1332798a25f> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x191ae6000 - 0x191b73fff TextInput arm64e  <61a52060d5843d1ca4f1864b5fb5617c> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x191b74000 - 0x191bdcfff libusrtcp.dylib arm64e  <3c51b0d5a05c36828f52bf8b7320852a> /usr/lib/libusrtcp.dylib
0x191bdd000 - 0x191fabfff AppleMediaServices arm64e  <dd75e0038deb3e07937d85951ba9c25a> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x191fac000 - 0x192128fff libswiftFoundation.dylib arm64e  <e1d532c2354331b2830a611eecc21277> /usr/lib/swift/libswiftFoundation.dylib
0x192129000 - 0x19255afff libswiftCore.dylib arm64e  <de79398bb4423166b6ca1650b7155d82> /usr/lib/swift/libswiftCore.dylib
0x19255b000 - 0x192573fff UIKitServices arm64e  <513a8906528a35739a45c91ea1817430> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x192574000 - 0x1926cdfff Preferences arm64e  <de0e5cc777cd3d9eab2581e5d07d85cb> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x1926ce000 - 0x1928f5fff ContactsUI arm64e  <27576b968fb33ee08ae4009687396b75> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x1928f6000 - 0x192aadfff CoreText arm64e  <58b7adf717bf3fb093fd084cb70cba54> /System/Library/Frameworks/CoreText.framework/CoreText
0x192aae000 - 0x192ac8fff ExtensionKit arm64e  <ab582630eb713eaa93594d139804e0cb> /System/Library/PrivateFrameworks/ExtensionKit.framework/ExtensionKit
0x192ac9000 - 0x192addfff ChronoServices arm64e  <7fd5477b96a63a1ab623a83087b4ef4a> /System/Library/PrivateFrameworks/ChronoServices.framework/ChronoServices
0x192ade000 - 0x192b62fff BaseBoard arm64e  <d0fa26f104f73d73aaa6337d19ac0677> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x192b63000 - 0x192d8efff CoreDuet arm64e  <f4cb4e21d1bf356d903f9ef48dc892b8> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x192d8f000 - 0x192ef1fff Contacts arm64e  <387594fd3d2c321183e16487cc92d086> /System/Library/Frameworks/Contacts.framework/Contacts
0x192ef2000 - 0x194447fff GeoServices arm64e  <c8392d1038ae3d6a84861c27beb42409> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x194448000 - 0x1944ddfff CoreLocation arm64e  <27c07cfbfe903a308300038163f75a62> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x1944de000 - 0x194690fff CloudKit arm64e  <91285302d0043991af90fe2b0f3727d0> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x194691000 - 0x194a0ffff CoreData arm64e  <e4983c77f15e3012bf00a3fc6f2eb012> /System/Library/Frameworks/CoreData.framework/CoreData
0x194a10000 - 0x194aabfff WidgetKit arm64e  <7b2df6dd35a43da2806461a10fe1c401> /System/Library/Frameworks/WidgetKit.framework/WidgetKit
0x194aac000 - 0x19577bfff SwiftUI arm64e  <042a2fb0b73f38c4b4e91ac4262918e5> /System/Library/Frameworks/SwiftUI.framework/SwiftUI
0x19577c000 - 0x195786fff libswiftCoreGraphics.dylib arm64e  <05d0f019b7a430f5b754bd60ea5b8559> /usr/lib/swift/libswiftCoreGraphics.dylib
0x195787000 - 0x1957c6fff AppSupport arm64e  <c9ca542cc2653802be879628070dc0a4> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x1957c7000 - 0x1958f0fff ManagedConfiguration arm64e  <73f74ef2dd093981b1d0834e9906ea6e> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x1958f1000 - 0x195962fff IMFoundation arm64e  <07b9b450b39930cca73871bd618fea4b> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x195963000 - 0x195a73fff IDS arm64e  <f269d2be875533f481fd40c9d96b34c3> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x195a74000 - 0x195bc1fff Security arm64e  <248431aabfe8399dad0ea942783d0e4b> /System/Library/Frameworks/Security.framework/Security
0x195bc2000 - 0x195fe5fff MediaPlayer arm64e  <e7f1d156c6923b30906faf6183ed22e8> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x195fe6000 - 0x195ffefff AudioSession arm64e  <ec9f661dcafc3a16b372bb4a803636e8> /System/Library/PrivateFrameworks/AudioSession.framework/AudioSession
0x195fff000 - 0x19619ffff AVFCore arm64e  <0294540d081033fdbad051943cb01d86> /System/Library/PrivateFrameworks/AVFCore.framework/AVFCore
0x1961a0000 - 0x19674cfff Intents arm64e  <397b9f43ab043a72bc5ca59dfddd48fa> /System/Library/Frameworks/Intents.framework/Intents
0x19674d000 - 0x19679bfff TextInputUI arm64e  <23ff5836fbfe3a66a6f204bdd700c8bf> /System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI
0x19679c000 - 0x196ab5fff CoreImage arm64e  <bbd5ff0b4792336fb8482f5c0c6c692c> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x196ab6000 - 0x196b73fff ColorSync arm64e  <cc269c1b128030d29443c45d8cb5addb> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x196b74000 - 0x196baffff CoreVideo arm64e  <a41932f1812e3928b8188feef048018d> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x196bb0000 - 0x19739cfff MediaToolbox arm64e  <334f787e71c73676b9136c5f2a3436dc> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x19739d000 - 0x19749dfff CoreMedia arm64e  <063231877fe13d2d9c430fdad845e776> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x19749e000 - 0x197709fff AudioToolbox arm64e  <62b836837f2237f89cd6aed24461df2c> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x19770a000 - 0x19775afff CoreHaptics arm64e  <bbd7402fc1b33e1a9258307051360494> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
0x19775b000 - 0x1977bbfff UserActivity arm64e  <29d76b1b44fe376187de4059cf824d9e> /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity
0x1977bc000 - 0x1978c6fff UIFoundation arm64e  <9b241bd011ab38c2a1ac19f09ec6e1b1> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x1978c7000 - 0x1978ecfff libsystem_info.dylib arm64e  <4141392213e530b7907d6662a1eab27e> /usr/lib/system/libsystem_info.dylib
0x1978ed000 - 0x19796bfff libsystem_c.dylib arm64e  <961a8fb0de8a3567b4375d99cd549fae> /usr/lib/system/libsystem_c.dylib
0x19796c000 - 0x1979b7fff RunningBoardServices arm64e  <697a1a06cadc3e7fa852a474d80108cb> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
0x1979b8000 - 0x198af2fff JavaScriptCore arm64e  <6142416206cc3018bd316cac8586e04f> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1990c4000 - 0x199155fff ContactsFoundation arm64e  <34d587d357cc331889693ed5a7fa99a8> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x199156000 - 0x1993a4fff HealthKit arm64e  <d7a313170d383d33bc7736dd1660fa02> /System/Library/Frameworks/HealthKit.framework/HealthKit
0x1993a5000 - 0x1993c8fff ProactiveEventTracker arm64e  <ed1cd576029232f3a16693a874dd3a03> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x1993c9000 - 0x199413fff Lexicon arm64e  <0056c7867b0c3bf38f9aae60c44beb0e> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x199414000 - 0x199481fff PersonalizationPortrait arm64e  <d96e3cf6548b3a45a376a63332ef2ca5> /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait
0x199482000 - 0x1994d2fff CoreDuetContext arm64e  <6c4bdd0f96c1332584aa8536f7849456> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x1994d3000 - 0x19957efff IOKit arm64e  <92c9b0a3c0473a55b17b4c81f6b4f054> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x19957f000 - 0x19958ffff DataMigration arm64e  <051256fd02fd3d5381c55bef2910a0af> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x199590000 - 0x1995edfff SpringBoardServices arm64e  <c150acc3bd2a3fa181fa7e4d4deb9175> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1995ee000 - 0x199600fff ContextKit arm64e  <628c4e5157e93d208e565b3760e93ca8> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
0x199601000 - 0x199874fff CoreMotion arm64e  <dd8e0d47a8cd3194a28b3bb6dfc7253c> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x199875000 - 0x1999bafff EventKit arm64e  <374caf4729133e16933429279ffba9ca> /System/Library/Frameworks/EventKit.framework/EventKit
0x199f16000 - 0x19a1b4fff MediaRemote arm64e  <6506f7f32da538a9ae8083629db3d55b> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x19a1b5000 - 0x19a35dfff CoreUtils arm64e  <a95e26b7bc623727aebd37b8ade7dda9> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x19a35e000 - 0x19a374fff FamilyCircle arm64e  <d7ef2d9b0d213cc1808a5a5cf0761d84> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x19a375000 - 0x19a3e5fff CoreSpotlight arm64e  <22dc7b9c417e35459569bcc9bb02cadb> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x19a801000 - 0x19a9b2fff AssistantServices arm64e  <d6d666641d023a1081a6b3eff1096155> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x19a9b3000 - 0x19aa79fff CoreUI arm64e  <da638c18e6ee36a3ba87a6cecb3189eb> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x19aa7a000 - 0x19aac5fff SafariSafeBrowsing arm64e  <35ca14bca32336f08d2c69bfc51a4929> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x19aac6000 - 0x19b4bffff WebKit arm64e  <b99e650dc7db369fa4b6183b7a8b86e4> /System/Library/Frameworks/WebKit.framework/WebKit
0x19b4c0000 - 0x19de25fff WebCore arm64e  <a96983a9cda23fe0bdefcff12fd26971> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x19de26000 - 0x19de85fff libMobileGestalt.dylib arm64e  <48e77331a983378c8eb4b7cc854f4a89> /usr/lib/libMobileGestalt.dylib
0x19de86000 - 0x19dea2fff CommonUtilities arm64e  <58bd77e1ead836a181a6f1f736d9bec1> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x19dea3000 - 0x19e011fff IDSFoundation arm64e  <4cd55ce403cf353c8fc9c4fd458dd071> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x19e012000 - 0x19e116fff IMSharedUtilities arm64e  <0949bc0051dc3a1d8a691b38be77ef1b> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
0x19e117000 - 0x19e1c1fff CoreSuggestions arm64e  <b3f2323f1a9e3e8990576b14cd3c9316> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x19e1c2000 - 0x19e25ffff AddressBookLegacy arm64e  <6df18e10743231e890292b8a5c5fadf1> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x19e260000 - 0x19e293fff UserNotifications arm64e  <afe58449cf0234a4bc234ded3712a3d5> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x19e294000 - 0x19e320fff FrontBoardServices arm64e  <a15e664c54bb3ac39d7f0bba7f43ebfe> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x19e321000 - 0x19e344fff libsystem_malloc.dylib arm64e  <bbade3853af53399b1d6180c6d33df9c> /usr/lib/system/libsystem_malloc.dylib
0x19e345000 - 0x19e620fff MapKit arm64e  <3108aac5d11938e09aaff67868010ade> /System/Library/Frameworks/MapKit.framework/MapKit
0x19e621000 - 0x19edf2fff VectorKit arm64e  <90f634e3fc2e3fe69b2666dda5d95c79> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x19edf3000 - 0x19ee85fff AuthKit arm64e  <2be58b7a584e3226b5551de2b35f61a6> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x19ee86000 - 0x19ef19fff AppleAccount arm64e  <ec0ddbe85a0939048abc3a03c232150e> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x19ef1a000 - 0x19f01cfff AVFAudio arm64e  <f41c217c594d3800afaa6724fa74c6e4> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x19f01d000 - 0x19f288fff AudioToolboxCore arm64e  <d1cb61efad603bd3b0d2006e7f6c5476> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
0x19f2bd000 - 0x19f591fff StoreServices arm64e  <9af8512ca5953487bb3886d2d745c84a> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x19f592000 - 0x19f71bfff Sharing arm64e  <75601c205057351bb1ed9396c7d5ac2b> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x19f71c000 - 0x19f7c3fff ShareSheet arm64e  <5c25c6ab8f5535958e684ab408e3aec9> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
0x19f7c4000 - 0x19f8b3fff CoreParsec arm64e  <f96d9a715ae83d1e9855ccb0f8a625b8> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x1a0344000 - 0x1a0395fff MobileBackup arm64e  <7370a46dfbb33cdf90900f10f4d1b481> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x1a0396000 - 0x1a03aafff MSUDataAccessor arm64e  <9140891644fe38208059c1cae5afb001> /System/Library/PrivateFrameworks/MSUDataAccessor.framework/MSUDataAccessor
0x1a03ab000 - 0x1a03d1fff MobileAsset arm64e  <ef35474d2eb63dff9d0e5760ee7bac37> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1a03d2000 - 0x1a03e1fff libsystem_networkextension.dylib arm64e  <72e9b04cefb3311398130faa22fd28af> /usr/lib/system/libsystem_networkextension.dylib
0x1a03e2000 - 0x1a0633fff NetworkExtension arm64e  <7f3e9729ca2e39ada585c363f6a7a9dc> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x1a066b000 - 0x1a0a37fff CoreML arm64e  <f9033ece3eeb35079edb4ea0a1384705> /System/Library/Frameworks/CoreML.framework/CoreML
0x1a0a38000 - 0x1a11bdfff Espresso arm64e  <e69d4058a9403d9c8bfb8c79e13f84ff> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1a11be000 - 0x1a12bbfff VideoToolbox arm64e  <a291cd84788c36a095d8a7e53275e4cd> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x1a12bc000 - 0x1a1308fff OnBoardingKit arm64e  <8f99950c3c9430e792f6f1283c1fe2de> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
0x1a1309000 - 0x1a1406fff AccessibilityUtilities arm64e  <e4d11e40572b38df892d9183cd53be77> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x1a1407000 - 0x1a1418fff AXCoreUtilities arm64e  <f4232ed883ed3ef298115420a12e95b2> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x1a230e000 - 0x1a2484fff Montreal arm64e  <c01e4cb63a353264881d22f16abd0de7> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x1a2485000 - 0x1a259afff LanguageModeling arm64e  <e913087b54783c95a3f30764ec877c0d> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x1a259b000 - 0x1a25a3fff InternationalSupport arm64e  <05ea5f19fb0b33a5b9f3ceea6808df34> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1a25a4000 - 0x1a27f7fff iTunesCloud arm64e  <6ee9c0bdef7834cf8a10a759a67a9ec6> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x1a27f8000 - 0x1a283afff libswiftUIKit.dylib arm64e  <6918464affe03199b2614026e35cd5cf> /usr/lib/swift/libswiftUIKit.dylib
0x1a2955000 - 0x1a29fefff CalendarDatabase arm64e  <583e4c36c98f31a29e9bfc4ab998029f> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x1a2a4f000 - 0x1a2b2ffff LinkPresentation arm64e  <d43f5fbb6c8d39cb8406e5cf98d4b578> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation
0x1a2b30000 - 0x1a2c54fff Combine arm64e  <15b9213c595936be871f3f582776b8c4> /System/Library/Frameworks/Combine.framework/Combine
0x1a2ce3000 - 0x1a2cf4fff UniformTypeIdentifiers arm64e  <15720249377a3189b5acde89ce28022a> /System/Library/Frameworks/UniformTypeIdentifiers.framework/UniformTypeIdentifiers
0x1a2cf5000 - 0x1a2d77fff CloudDocs arm64e  <5c79358501373d9abc186d693fa39c67> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x1a3299000 - 0x1a32d7fff MediaServices arm64e  <415230c3259e36d78f62e8f1a9ce73e5> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x1a32d8000 - 0x1a346afff SearchFoundation arm64e  <48cef8a1fb9f35419debe221493a2d08> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x1a346b000 - 0x1a34c6fff WebBookmarks arm64e  <63ad88de89e63b1c9db361d1b3c1d56a> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x1a3548000 - 0x1a357efff libobjc.A.dylib arm64e  <fea23cff02cf34268a4f893396ce92ff> /usr/lib/libobjc.A.dylib
0x1a357f000 - 0x1a35e1fff LoggingSupport arm64e  <0877d599d2bd33008d700d1f8abca399> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1a35e2000 - 0x1a3640fff libc++.1.dylib arm64e  <4a0b48d835483ad794c55e54ab10b6fa> /usr/lib/libc++.1.dylib
0x1a3641000 - 0x1a365afff libc++abi.dylib arm64e  <2c28dce19a893752bcfc907e99183a63> /usr/lib/libc++abi.dylib
0x1a365b000 - 0x1a369dfff SetupAssistant arm64e  <be6f53bb634b373f9982b548a3704b1f> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1a369e000 - 0x1a36b8fff OctagonTrust arm64e  <2d16a2c8cf9f3fafab49ac4651023814> /System/Library/PrivateFrameworks/OctagonTrust.framework/OctagonTrust
0x1a37ea000 - 0x1a382dfff CoreAutoLayout arm64e  <942d516f2be635879821a450f305f686> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/CoreAutoLayout
0x1a382e000 - 0x1a398cfff Network arm64e  <9d7e4a86670f3742b6c188f150e74705> /System/Library/Frameworks/Network.framework/Network
0x1a398d000 - 0x1a39c3fff MobileKeyBag arm64e  <d1d35c92ad763198947c7c3c37dd1e3e> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1a3c07000 - 0x1a3c1bfff BaseBoardUI arm64e  <7e55d9022dc833f28d3849f639a75367> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x1a3c1c000 - 0x1a3ccefff libvDSP.dylib arm64e  <981103e3468c336db8c5a574394ff73e> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1a3ccf000 - 0x1a3d02fff libAudioToolboxUtility.dylib arm64e  <c901706dd96638d78a98e632d0103d36> /usr/lib/libAudioToolboxUtility.dylib
0x1a3ee0000 - 0x1a3f6cfff CoreNLP arm64e  <de7392a4528937b297a4d5c557697c25> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x1a3f6d000 - 0x1a4087fff FileProvider arm64e  <d9607b48e828313d88733480c22fbc28> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1a4088000 - 0x1a4098fff BiomeStorage arm64e  <509921cb2fa5390596301daff9c71805> /System/Library/PrivateFrameworks/BiomeStorage.framework/BiomeStorage
0x1a4099000 - 0x1a40b1fff libswiftDispatch.dylib arm64e  <b6f59dfcf9bb31f8b0d5836177ba9668> /usr/lib/swift/libswiftDispatch.dylib
0x1a40b2000 - 0x1a40e8fff DataDetectorsCore arm64e  <a9131f915e3a35ca8d8e03085a2ba08b> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1a40e9000 - 0x1a4179fff Symbolication arm64e  <c15bd42b1d303aaf8b543d64f2433b5c> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
0x1a417a000 - 0x1a4197fff CrashReporterSupport arm64e  <3f0cb4bfb6f3385db83720e08fba9808> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1a41f7000 - 0x1a42c9fff TelephonyUtilities arm64e  <a65f68720a1a3913b45d2c8ca7b6bc99> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x1a4303000 - 0x1a44f1fff MPSNeuralNetwork arm64e  <333d91ab35473c47a5edf7be06a3deae> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1a44f2000 - 0x1a4548fff MPSCore arm64e  <b24eee3857a23fef906e34cc3a5a5386> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1a46a6000 - 0x1a4713fff CalendarFoundation arm64e  <8e19bc8376fc3ea2840bc8f09e08649c> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x1a4777000 - 0x1a4863fff NLP arm64e  <e341c043ae8d353791f5c120b4cdb3c5> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x1a4864000 - 0x1a488cfff AppSupportUI arm64e  <011c4ba7c2093f3f8b97723ebf5360b3> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x1a4896000 - 0x1a48ebfff FTServices arm64e  <98551da414093f84a430ffed2219c046> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x1a48ec000 - 0x1a499cfff libboringssl.dylib arm64e  <278fa4ca745a31748b391d9458456c8c> /usr/lib/libboringssl.dylib
0x1a499d000 - 0x1a49b4fff ProtocolBuffer arm64e  <b53be2dce7853a81a741712c7219bd9b> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1a49b5000 - 0x1a4ac2fff AVKit arm64e  <5ef8c42722333fbbbfe902dda8002e0f> /System/Library/Frameworks/AVKit.framework/AVKit
0x1a4ac3000 - 0x1a4acbfff BackgroundTasks arm64e  <1e7df2f7f5d73763bc2e2ae1849dfa37> /System/Library/Frameworks/BackgroundTasks.framework/BackgroundTasks
0x1a4c36000 - 0x1a4c45fff AssertionServices arm64e  <6c4a8e5fe94534898cc33f75e1215b11> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1a4c46000 - 0x1a4c6ffff CloudServices arm64e  <3da5db7d44f8346bab10a1ca4ee427a2> /System/Library/PrivateFrameworks/CloudServices.framework/CloudServices
0x1a4cc2000 - 0x1a4da2fff Metal arm64e  <b19644ec655d330fb5022316136a7b66> /System/Library/Frameworks/Metal.framework/Metal
0x1a4da3000 - 0x1a4ef7fff MediaExperience arm64e  <4cae8c9c6156321788986d02541aaf56> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
0x1a5305000 - 0x1a531bfff libsystem_trace.dylib arm64e  <3520924c65a7351dadbea07268a9bca7> /usr/lib/system/libsystem_trace.dylib
0x1a531c000 - 0x1a534dfff CoreServicesInternal arm64e  <5770501d3ece333d98d56da4d48fd9a5> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x1a534e000 - 0x1a53b6fff SafariCore arm64e  <44f3df2a84793d78800f3dcdf00e19da> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x1a53b7000 - 0x1a55f4fff SafariShared arm64e  <41c6945e293936a28f1d83b9a159c37c> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x1a5f86000 - 0x1a6029fff SAObjects arm64e  <0e51de0329ee3389a4880eee96514db6> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x1a602a000 - 0x1a6070fff VoiceServices arm64e  <ffd17ff082083822a8fa6907ffe784f5> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x1a6071000 - 0x1a6079fff GraphicsServices arm64e  <1959c615fa0830de8461884a5bbc8037> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1a607a000 - 0x1a60d0fff DeviceManagement arm64e  <ff223305d8f73d8fbe1d335177bfc0c1> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
0x1a60d1000 - 0x1a624efff Translation arm64e  <f19db407d2de369fb6b6acdf29898226> /System/Library/PrivateFrameworks/Translation.framework/Translation
0x1a624f000 - 0x1a6264fff PowerLog arm64e  <e78464dca9813a359e5e19e567103906> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1a6265000 - 0x1a628efff DuetActivityScheduler arm64e  <6052f6a592943092afe626b8be3e70ed> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x1a7b9c000 - 0x1a7e48fff Vision arm64e  <c5ba507230a53c1f9b161e9c08e24b02> /System/Library/Frameworks/Vision.framework/Vision
0x1a7ea6000 - 0x1a7f14fff ProactiveSupport arm64e  <7e62581a0bba374c8ce4c8478f407c4b> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1a7f42000 - 0x1a7f61fff ApplePushService arm64e  <ba619145be4532f689c5efe49a389479> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1a7f62000 - 0x1a7f8bfff BoardServices arm64e  <66c745c0795a341aa2c9b01043957b83> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
0x1a7f8c000 - 0x1a7f98fff libswiftCloudKit.dylib arm64e  <3896466f8b3538de9820a59e49b3ef85> /usr/lib/swift/libswiftCloudKit.dylib
0x1a80fa000 - 0x1a812afff libncurses.5.4.dylib arm64e  <bd62f070cac63f8cba10b643ae9bdfe1> /usr/lib/libncurses.5.4.dylib
0x1a812b000 - 0x1a817afff OSAnalytics arm64e  <b1704e43a44338febb79d6e81b51a2d2> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
0x1a817b000 - 0x1a81dafff CoreBluetooth arm64e  <07157e457e543ae4ad87685503c2db42> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1a83c5000 - 0x1a840afff TemplateKit arm64e  <6b482aed10ac36148dade82298354632> /System/Library/PrivateFrameworks/TemplateKit.framework/TemplateKit
0x1a840b000 - 0x1a8440fff MobileInstallation arm64e  <35568a91b3b536acbdefa885f098b7d0> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1a8441000 - 0x1a84cffff libTelephonyUtilDynamic.dylib arm64e  <e604b2167dae34e5892b42791848d0f3> /usr/lib/libTelephonyUtilDynamic.dylib
0x1a84d0000 - 0x1a853ffff NanoRegistry arm64e  <0485700048f43d22b3423d2a7d8d7c16> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1a8624000 - 0x1a8642fff CoreMaterial arm64e  <58b98f6de8df3813bb3416c568c45f9c> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
0x1a86b9000 - 0x1a8842fff libsqlite3.dylib arm64e  <2963f7ee43003bb69529587d5302a657> /usr/lib/libsqlite3.dylib
0x1a8843000 - 0x1a8909fff AVFCapture arm64e  <69a24b6680d23b65a9a90ccf8fec7e69> /System/Library/PrivateFrameworks/AVFCapture.framework/AVFCapture
0x1a890a000 - 0x1a8c6cfff CMCapture arm64e  <771999efb9ed3182a75311c8d38c44e4> /System/Library/PrivateFrameworks/CMCapture.framework/CMCapture
0x1a8dcb000 - 0x1a902bfff MobileSpotlightIndex arm64e  <585d247349ed39baac6a3765a35afb53> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1a90f4000 - 0x1a913bfff AccessibilityUIUtilities arm64e  <1b88542bab66334a8ed64b8d0f4e6a9f> /System/Library/PrivateFrameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x1a946c000 - 0x1a9476fff libsystem_notify.dylib arm64e  <cb00557eecb73b8ebee94de4a0b862aa> /usr/lib/system/libsystem_notify.dylib
0x1a9477000 - 0x1a94bcfff CryptoTokenKit arm64e  <af5eb1345e713c4aafa2b556abe82367> /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit
0x1a952a000 - 0x1a959efff libcorecrypto.dylib arm64e  <7282f135d28937129081a2b32fdb3622> /usr/lib/system/libcorecrypto.dylib
0x1a959f000 - 0x1a95c3fff UserManagement arm64e  <01f1ad278171339aa98d91876ef213d0> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1a96a0000 - 0x1a96b6fff libsystem_asl.dylib arm64e  <6861da31b33a393eadeaa36da03ba670> /usr/lib/system/libsystem_asl.dylib
0x1a96b7000 - 0x1a96dbfff AppSSO arm64e  <3bd803adc971360994552489d7c1f2ee> /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO
0x1a96dc000 - 0x1a96fafff SharedWebCredentials arm64e  <2f34145f4fc138d9b1cfb52889c3a4f7> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x1a96fb000 - 0x1a98e9fff SafariServices arm64e  <65633f0d99f23bb7a39bc68fad864fb9> /System/Library/Frameworks/SafariServices.framework/SafariServices
0x1a9940000 - 0x1a9978fff DataAccessExpress arm64e  <f1a39236ca4432dc9fa73dc8ff054af0> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1a9979000 - 0x1a99b0fff CoreServicesStore arm64e  <7f13794ebc913959a201e01a396aa228> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
0x1a99b1000 - 0x1a99d6fff CoreAnalytics arm64e  <0e3b705972c939ad9a5ca9b487f5c475> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1a99d7000 - 0x1a99e2fff SymptomAnalytics arm64e  <99e19311b5263984a27fd8976a1d70d3> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/SymptomAnalytics
0x1a9bd5000 - 0x1a9be5fff NanoPreferencesSync arm64e  <04761bb803ce3b63aeec6a61cc549b85> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1aa41c000 - 0x1aa448fff IconServices arm64e  <d947a9247e9e309fa9eff038d7918f52> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
0x1aaf20000 - 0x1ab1e7fff vImage arm64e  <235be66e7bb831bba92d486371ffc572> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1abeed000 - 0x1ac0d2fff IMCore arm64e  <055d5603e96a3b369ff63d81e4f0a4a9> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x1ac1cd000 - 0x1ac1e4fff IAP arm64e  <82584a03eeef37229f239e9c035e9a44> /System/Library/PrivateFrameworks/IAP.framework/IAP
0x1ac1e5000 - 0x1ac23efff ktrace arm64e  <0fd4ace25e6c3e0ca5e18b2aa5f4457f> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1ac23f000 - 0x1ac241fff libAXSafeCategoryBundle.dylib arm64e  <b70ae0f25ac13243b68858115db2df2f> /usr/lib/libAXSafeCategoryBundle.dylib
0x1ac55c000 - 0x1ac56afff Celestial arm64e  <1637b47d575e35c19f0a61f21530746b> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x1ac618000 - 0x1ac661fff Pegasus arm64e  <ead3f41d1e4c3e9c88e234bc0d1297fe> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x1ac662000 - 0x1ac7eafff WebKitLegacy arm64e  <0afff100bf18396c80e511f86e8b6b0c> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1ac85e000 - 0x1ac8d5fff ClassKit arm64e  <df0f8ebb071c3654aeeb6a7fb095eb44> /System/Library/Frameworks/ClassKit.framework/ClassKit
0x1ad87c000 - 0x1ad886fff IOMobileFramebuffer arm64e  <75b827a40b7e31278af975faf62e320b> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1ad887000 - 0x1ad8fefff ScreenTimeCore arm64e  <89bcfd8aa4a73465b8b0d344ecf27ce1> /System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore
0x1adb36000 - 0x1ade05fff MusicLibrary arm64e  <6d49922ed936305ea408c0fd4b58a0cc> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x1ade06000 - 0x1ade70fff CallKit arm64e  <40172deb9a033fdbb2f9c19402e18198> /System/Library/Frameworks/CallKit.framework/CallKit
0x1adead000 - 0x1adf17fff AXRuntime arm64e  <eed8dbbf5d283324b557f4af0ff704a5> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x1adf18000 - 0x1adf38fff PrototypeTools arm64e  <ca03807ff927380f9d8798ff437319c6> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1adf39000 - 0x1adf66fff PersistentConnection arm64e  <2c14c002f3ea300f8b45706af2444601> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1ae050000 - 0x1ae075fff BiomeStreams arm64e  <481c6bacabb734d5880c954cf3b38dfd> /System/Library/PrivateFrameworks/BiomeStreams.framework/BiomeStreams
0x1ae092000 - 0x1ae350fff PencilKit arm64e  <2ac11145139332a985805ff6843ec804> /System/Library/Frameworks/PencilKit.framework/PencilKit
0x1ae3fe000 - 0x1ae40ffff libswiftUniformTypeIdentifiers.dylib arm64e  <155016f0aa3c3ac5ad37d01cb29d95d8> /usr/lib/swift/libswiftUniformTypeIdentifiers.dylib
0x1ae410000 - 0x1ae591fff CoreSpeech arm64e  <e0586e6c745a32f9bbe52560d2a7034d> /System/Library/PrivateFrameworks/CoreSpeech.framework/CoreSpeech
0x1ae592000 - 0x1ae6eafff IMDPersistence arm64e  <78a339820494334a937a395a73d2b3da> /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
0x1ae951000 - 0x1aea10fff SafariSharedUI arm64e  <03615ad78b143db1b422a989b2ac3835> /System/Library/PrivateFrameworks/SafariSharedUI.framework/SafariSharedUI
0x1aea11000 - 0x1aea2dfff TextToSpeech arm64e  <b12ecf6f01703d36a5a6b3656b5994fa> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x1aea2e000 - 0x1aea44fff AppSSOCore arm64e  <e7e981f1af343e3685803cb2ccc4fb6c> /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore
0x1aea50000 - 0x1aea67fff CoreFollowUp arm64e  <bec84e7880753dff8d3e93807d4ca432> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1aea68000 - 0x1aeae2fff Rapport arm64e  <389c3d98cdc83416bc1fcc79d99002f8> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1aebc6000 - 0x1aebd8fff Categories arm64e  <618e0818748638f099cdb24427079637> /System/Library/PrivateFrameworks/Categories.framework/Categories
0x1aeeac000 - 0x1aeed3fff LocationSupport arm64e  <0c0eb39ec3583a85bf0d32b53ba29782> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
0x1aeed4000 - 0x1aef08fff iCalendar arm64e  <e8acbe47844e3ecabfc85ccbbd57c124> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1aef09000 - 0x1aef34fff CoreAccessories arm64e  <aef72f8cdcd030ffbe2664c6c524f066> /System/Library/PrivateFrameworks/CoreAccessories.framework/CoreAccessories
0x1aef35000 - 0x1af044fff ConfigurationEngineModel arm64e  <af5ff885a1cf3190afe1c92ca46205c0> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
0x1af045000 - 0x1af070fff CacheDelete arm64e  <f575b685d1de30229ed41fc8d731c03e> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1af071000 - 0x1af0eefff CVNLP arm64e  <727497213d273a66a6dc46581dc96c91> /System/Library/PrivateFrameworks/CVNLP.framework/CVNLP
0x1af246000 - 0x1af248fff OSAServicesClient arm64e  <dec50288c55c378bb424658704258c77> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
0x1af249000 - 0x1af24bfff BiomeFoundation arm64e  <6c66263730cd3192aae1a31698bd5142> /System/Library/PrivateFrameworks/BiomeFoundation.framework/BiomeFoundation
0x1af24c000 - 0x1af2a6fff ProtectedCloudStorage arm64e  <18d26651ea76381fad99579a036da0e3> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1af2a7000 - 0x1af2dffff C2 arm64e  <f8b7dc6192b03c8ea012f71dc32e24c9> /System/Library/PrivateFrameworks/C2.framework/C2
0x1af2e0000 - 0x1af337fff DifferentialPrivacy arm64e  <9029531fb2c63b538599b62afeca027f> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1af522000 - 0x1afd12fff EmbeddedAcousticRecognition arm64e  <87b23d23e7f635aab52add8885df2059> /System/Library/PrivateFrameworks/EmbeddedAcousticRecognition.framework/EmbeddedAcousticRecognition
0x1afd13000 - 0x1afd92fff SiriInstrumentation arm64e  <1a459674e7bd3c6ab8069cd93a56d034> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
0x1afd93000 - 0x1afdd7fff BiometricKit arm64e  <84245e1657b93e089d937cc9a3c8e83d> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1afe1f000 - 0x1afed4fff CoreSymbolication arm64e  <4a497d5f199b3a17b912d711e97154d7> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1aff4c000 - 0x1afffdfff SpeakerRecognition arm64e  <7f90e1de9a14316b8b4a5ff98a85e04a> /System/Library/PrivateFrameworks/SpeakerRecognition.framework/SpeakerRecognition
0x1b06bc000 - 0x1b06cefff IOSurface arm64e  <2bb4143452ee3bd7822950b3840218b6> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1b06cf000 - 0x1b0731fff MobileWiFi arm64e  <cb04e63128a23661a0c5ab073cf2dbf4> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1b0d25000 - 0x1b0d60fff libGLImage.dylib arm64e  <5e1452bc1b723ea9bbee08acd20195f3> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1b0d61000 - 0x1b0d68fff libsystem_symptoms.dylib arm64e  <ee0315ac9aab3bd4ab86ede010db097a> /usr/lib/system/libsystem_symptoms.dylib
0x1b0db0000 - 0x1b1311fff CoreAudio arm64e  <35f706386c053b64b34f60e273b2a83c> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1b1312000 - 0x1b1329fff ContactsDonation arm64e  <22b66b8201cd399b93ec0fa441c1efd3> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1b132a000 - 0x1b1349fff IntentsCore arm64e  <b6c46a4e43ea36e082ddfea8cb297841> /System/Library/PrivateFrameworks/IntentsCore.framework/IntentsCore
0x1b1485000 - 0x1b14edfff RenderBox arm64e  <67e3bce7b6ea3f529eb276eea5aa3538> /System/Library/PrivateFrameworks/RenderBox.framework/RenderBox
0x1b1591000 - 0x1b16defff Navigation arm64e  <4094fc3895f73557bab0521c707b1f67> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1b16df000 - 0x1b16fcfff SafariFoundation arm64e  <f84e1c3818493366b495c5bf159fed01> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x1b1883000 - 0x1b1897fff MaterialKit arm64e  <81b41c96b2b632519b4bca173398c2b8> /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit
0x1b1a1f000 - 0x1b1a2ffff CoreAUC arm64e  <a3045e052c2733a89ad0fdaca05abf4a> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1b2266000 - 0x1b2277fff SettingsFoundation arm64e  <811cb2e1f0d53fc1af2a1a3f71eb1db7> /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
0x1b29e6000 - 0x1b2c0bfff RawCamera arm64e  <9a42969f13af3707af77a973d8dab18d> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x1b2c79000 - 0x1b2cd9fff ToneLibrary arm64e  <f9b3f381c7a1318fa3fece794d39bf5c> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1b353d000 - 0x1b354afff MediaSafetyNet arm64e  <54121c6dbfb9370ca7134c3d2139a992> /System/Library/PrivateFrameworks/MediaSafetyNet.framework/MediaSafetyNet
0x1b354b000 - 0x1b3588fff TimeSync arm64e  <79da117bf4763bb3901a21e4ae54c148> /System/Library/PrivateFrameworks/TimeSync.framework/TimeSync
0x1b3621000 - 0x1b3667fff ExposureNotification arm64e  <fc21a8518042312daec8b25f592825e3> /System/Library/Frameworks/ExposureNotification.framework/ExposureNotification
0x1b3cf4000 - 0x1b3cfdfff CoreTime arm64e  <cc7f0c252783371a9e4871e61476bc79> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1b46d8000 - 0x1b47d8fff TextRecognition arm64e  <761aa9ba87a73e5e8c6016cc93a4b6f9> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
0x1b48ee000 - 0x1b48f7fff ContextKitExtraction arm64e  <3b1d92e5f4ac37e8887e97798a3bee96> /System/Library/PrivateFrameworks/ContextKitExtraction.framework/ContextKitExtraction
0x1b49d5000 - 0x1b49d7fff libswiftObjectiveC.dylib arm64e  <6d0b9153875939f48ebfc48dfdc4d77c> /usr/lib/swift/libswiftObjectiveC.dylib
0x1b49d8000 - 0x1b4c22fff libmorphun.dylib arm64e  <a978e9268aa83c99b241eef436f5e939> /usr/lib/libmorphun.dylib
0x1b5ff8000 - 0x1b607cfff CoreDAV arm64e  <16c1d77ae3ca3dfb93bc7e4b3968c7e3> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1b6264000 - 0x1b6273fff MobileIcons arm64e  <e8c4f97c59483d7f9f59b26835929137> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1b6662000 - 0x1b6735fff ProofReader arm64e  <d9cc4cf2038d30789be30c2a7ea26d4d> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1b7949000 - 0x1b79a4fff AccessibilitySharedSupport arm64e  <fc000a22d5813cbf862e202e4b6cab8e> /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/AccessibilitySharedSupport
0x1b79a5000 - 0x1b79affff MallocStackLogging arm64e  <66bfc8d3c6f335519ce3f213ab98480e> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
0x1b79c9000 - 0x1b79f8fff AttributeGraph arm64e  <e932337d7a6b3f1cac0f37607badc885> /System/Library/PrivateFrameworks/AttributeGraph.framework/AttributeGraph
0x1b7bec000 - 0x1b7c37fff MetadataUtilities arm64e  <a3943301ae45335f8443281c7f346621> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1b838a000 - 0x1b83e9fff CoreLocationProtobuf arm64e  <29e0b3b8c4d133e1a16975c207af057f> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1b85fe000 - 0x1b8630fff Bom arm64e  <68852959ebe03756837b46f2c1f767ec> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1b8666000 - 0x1b866dfff PushKit arm64e  <ea9b2ff9825f30a29dc38fe3e70fd6de> /System/Library/Frameworks/PushKit.framework/PushKit
0x1b8874000 - 0x1b8904fff Quagga arm64e  <e6bf111821bb3f7abb33d6341b2ed140> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1b8905000 - 0x1b890dfff StudyLog arm64e  <15e63b6cec933fa882889d0cefd8a9ef> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1b890e000 - 0x1b8958fff CryptoKit arm64e  <2dcef68f45ae3c82bcd8b9988ab68ee3> /System/Library/Frameworks/CryptoKit.framework/CryptoKit
0x1b991a000 - 0x1b995bfff NaturalLanguage arm64e  <fd73fd92ced23b1ab02c6ffdee31eece> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
0x1bab90000 - 0x1bab9ffff libAXSpeechManager.dylib arm64e  <dd2f6ab055653c99a87c515d737899f4> /usr/lib/libAXSpeechManager.dylib
0x1bb23e000 - 0x1bb380fff CoreHandwriting arm64e  <eb4e2fa8355a39ca8d54c2065f10b5e9> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
0x1bbb72000 - 0x1bbb7dfff AppleIDAuthSupport arm64e  <dd29948306213f7a969ad30268933ae0> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1bbb8d000 - 0x1bbba6fff LocalAuthentication arm64e  <a99dfb53f24d3af59e419be0d7d32ec8> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1bbba7000 - 0x1bbbadfff IOAccelerator arm64e  <a52c34191fec367088c065bfff85305d> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1bbfe7000 - 0x1bc095fff iTunesStore arm64e  <015778fe0114317f9baf8a316844b5ca> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x1bc45d000 - 0x1bc48efff libsystem_kernel.dylib arm64e  <b373b97b671e301ca6b7c9f92e17dca0> /usr/lib/system/libsystem_kernel.dylib
0x1bc6d2000 - 0x1bc7dcfff ResponseKit arm64e  <d0249ac5431636e0a2fbf025c48bd652> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x1bc7dd000 - 0x1bc817fff EmojiFoundation arm64e  <36217836d7bc3bac9d094e51f9a01358> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation
0x1bce5f000 - 0x1bce6cfff FontServices arm64e  <b081806bbcba335480622196cb0c05dd> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1bd022000 - 0x1bd02efff MediaAccessibility arm64e  <babd3b53c8f63359aa5a98e3bfec3f34> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1bd071000 - 0x1bd62dfff SiriTTS arm64e  <d89264983c0f3d73940103abd22bb399> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x1bd62e000 - 0x1bd63cfff SetupAssistantSupport arm64e  <4fe091f2a2e23e78bdd243577f8fffbd> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1bd741000 - 0x1bd773fff VirtualGarage arm64e  <137b37f353293180ab19b2b8c92dea5f> /System/Library/PrivateFrameworks/VirtualGarage.framework/VirtualGarage
0x1bd774000 - 0x1bd79afff NetAppsUtilities arm64e  <eec3862499d432a3b13b4292b1aafc6a> /System/Library/PrivateFrameworks/NetAppsUtilities.framework/NetAppsUtilities
0x1bd79b000 - 0x1bd7fdfff Osprey arm64e  <8e97fc58b34632fbbeadf6f00b54a06e> /System/Library/PrivateFrameworks/Osprey.framework/Osprey
0x1be9d2000 - 0x1be9e2fff libdscsym.dylib arm64e  <1fc227cb8893384b8453555702030bb5> /usr/lib/libdscsym.dylib
0x1be9e3000 - 0x1be9f4fff HangTracer arm64e  <148caf8207a83d1a87b0a476cc755f35> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1bebb2000 - 0x1bec70fff SampleAnalysis arm64e  <38e052d99e2032ce84bfa5e7d96c12aa> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1bec71000 - 0x1beca1fff PlugInKit arm64e  <1b06f4b4a9c33af8875c49f515e38d78> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1bed51000 - 0x1bed52fff libSystem.B.dylib arm64e  <7d42c8382a04372e9fccdc7a95ef88f4> /usr/lib/libSystem.B.dylib
0x1bf069000 - 0x1bf075fff MobileActivation arm64e  <8b7d8a2e5934388c93ed41de5cb99df4> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
0x1bf076000 - 0x1bf0cefff CalendarDaemon arm64e  <85e7dc5c98123be4acf83e8b6da0e6d8> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1bf1c6000 - 0x1bf236fff libarchive.2.dylib arm64e  <d766b73088553bd28ba75b2d926ffbea> /usr/lib/libarchive.2.dylib
0x1bf237000 - 0x1bf25bfff libtailspin.dylib arm64e  <98055fb0cc033819bc074fb958f6e656> /usr/lib/libtailspin.dylib
0x1bf25c000 - 0x1bf711fff libBNNS.dylib arm64e  <13ec7750493a31bcad11234e3950686d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1bf712000 - 0x1bf755fff SharedUtils arm64e  <ef436f1da823338a9dce86f9deacc906> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1bfa09000 - 0x1bfa0efff libsysdiagnose.dylib arm64e  <feb574481649373ea0d260049db4bec3> /usr/lib/libsysdiagnose.dylib
0x1bfd72000 - 0x1bfd72fff AVFoundation arm64e  <1dcd460171643d2ca077cc511181b1ec> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1bfd73000 - 0x1bfd73fff Accelerate arm64e  <b2f811f636d9398b9e2a080408efed72> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1bfd74000 - 0x1bffcefff libBLAS.dylib arm64e  <effe16b216183f3aa06ce58527e217f3> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1bffcf000 - 0x1c0479fff libLAPACK.dylib arm64e  <6eea1e2a662630508a2e8b690016e7e0> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1c047a000 - 0x1c048efff libLinearAlgebra.dylib arm64e  <64203c23bfb735adb6823d4fd877c7d6> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1c048f000 - 0x1c0493fff libQuadrature.dylib arm64e  <ffc2799051a93d79b60ccf610debaaf4> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1c0494000 - 0x1c04f6fff libSparse.dylib arm64e  <7244ae07ad933247aa101be5ba810cd7> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1c04f7000 - 0x1c0508fff libSparseBLAS.dylib arm64e  <2351d0bc0e6b33068c41c4e1be339920> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1c0509000 - 0x1c0561fff libvMisc.dylib arm64e  <d7f6e639d9e33e0eb5c653903f95ebac> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1c0562000 - 0x1c0562fff vecLib arm64e  <6cec3ecd6c1a3f2f97ae525ff2046274> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1c0563000 - 0x1c0566fff Accessibility arm64e  <1994de9b5c6f3f40b2485f066f2fb512> /System/Library/Frameworks/Accessibility.framework/Accessibility
0x1c06c6000 - 0x1c06e3fff AuthenticationServices arm64e  <c926d27ed94a3eefa7b67990ceca4a43> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
0x1c07dc000 - 0x1c0845fff CoreMIDI arm64e  <9411ca7963a431d7835a511ff2e3fcd3> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x1c0d7a000 - 0x1c0d91fff ExternalAccessory arm64e  <af3bd935704c3326a38f725bd2a01142> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory
0x1c0f6a000 - 0x1c10bdfff MLCompute arm64e  <238c5cacb32d3a82b319be8226d72517> /System/Library/Frameworks/MLCompute.framework/MLCompute
0x1c10e6000 - 0x1c10fffff MetalKit arm64e  <e2a1b550d07a35c68ba7321e53f7531e> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x1c1100000 - 0x1c1186fff MPSImage arm64e  <dddc7ccf8dc635b991a65062b979b2a2> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1c1187000 - 0x1c11adfff MPSMatrix arm64e  <19c8ce40ea28340eb5e61151589d9a5b> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1c11ae000 - 0x1c11ecfff MPSNDArray arm64e  <33d53f36a2aa3e39a9cb6f7ac2723edc> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
0x1c11ed000 - 0x1c1235fff MPSRayIntersector arm64e  <826f7ecb42153845b6c81434e31d05b8> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1c1236000 - 0x1c1236fff MetalPerformanceShaders arm64e  <c3e2c89e6c6b35a79c4acc3c0c8f817a> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1c15d3000 - 0x1c15d3fff MobileCoreServices arm64e  <013cab54d0ec301a82151c17a2a44899> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1c21d1000 - 0x1c21d9fff OpenGLES arm64e  <fa5413d895ef3dada5eed752ca32bb1f> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1c21da000 - 0x1c21dbfff libCVMSPluginSupport.dylib arm64e  <1ca789cb22ac36e1858b241da4c8dcb7> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1c21dc000 - 0x1c21e2fff libCoreFSCache.dylib arm64e  <2411f21fea7c3656a0990c3ae36e88e8> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1c21e3000 - 0x1c21e8fff libCoreVMClient.dylib arm64e  <04bd5aee36673163b188185a5d4f02a3> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1c21e9000 - 0x1c21f2fff libGFXShared.dylib arm64e  <59b568645cb53655a427478652ed8e27> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1c23ad000 - 0x1c2474fff PDFKit arm64e  <333f6e509f53397e9ad43cd0c255e123> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1c2484000 - 0x1c24c2fff QuickLookThumbnailing arm64e  <b5eb6198584d3520aadb6283de3848c7> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1c2b95000 - 0x1c2ce2fff SoundAnalysis arm64e  <df974c1d35fe3485af2bfe0d53f4ec62> /System/Library/Frameworks/SoundAnalysis.framework/SoundAnalysis
0x1c2ce3000 - 0x1c2cf2fff Speech arm64e  <fbb15fe119ed3cf88c4d750dfc822868> /System/Library/Frameworks/Speech.framework/Speech
0x1c2e16000 - 0x1c2e16fff UIKit arm64e  <d6833c925bf638189ede3bb4092a0919> /System/Library/Frameworks/UIKit.framework/UIKit
0x1c2e20000 - 0x1c2ee9fff VideoSubscriberAccount arm64e  <130a847f2a033dfb9eb7379e87aff600> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x1c2eea000 - 0x1c3ac1fff libfaceCore.dylib arm64e  <72ffb50f61c039f6b0a146ac8aa07e8d> /System/Library/Frameworks/Vision.framework/libfaceCore.dylib
0x1c4029000 - 0x1c402cfff AFKUser arm64e  <3f4d68e133773dd2ba45c82c59125f30> /System/Library/PrivateFrameworks/AFKUser.framework/AFKUser
0x1c40f1000 - 0x1c4378fff ANECompiler arm64e  <e0e71c2d708d3b4898f9fd7ab1522d88> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
0x1c4379000 - 0x1c438dfff ANEServices arm64e  <892263bf8972321bafd567ad02a18d1b> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1c4392000 - 0x1c4450fff APFS arm64e  <7edafa643f783bd2a5e33a4a561da182> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1c4451000 - 0x1c4457fff ASEProcessing arm64e  <a9a265754d843c00bf34f91021d26ab0> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1c4c8b000 - 0x1c4c90fff AggregateDictionary arm64e  <abc24f86a76c3527b95a42e60388a17c> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1c4e1e000 - 0x1c4ef7fff AirPlaySync arm64e  <ca9355ec78d8371f860be5e39afddcd9> /System/Library/PrivateFrameworks/AirPlaySync.framework/AirPlaySync
0x1c5003000 - 0x1c501ffff AlgosScoreFramework arm64e  <5c7187b493873ec2aaec38217477c23e> /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/AlgosScoreFramework
0x1c5151000 - 0x1c52e1fff AppC3D arm64e  <cdce6e81f022306c8d5d3b56d537fe08> /System/Library/PrivateFrameworks/AppC3D.framework/AppC3D
0x1c52e2000 - 0x1c5305fff AppConduit arm64e  <215852febc063104af8826a31fa23dd9> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1c6729000 - 0x1c6738fff AppleFSCompression arm64e  <34598412dc53349892b4f249fa996350> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1c6745000 - 0x1c6769fff AppleIDSSOAuthentication arm64e  <bc67411f8fa53b03a28846dcc538eadb> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1c676a000 - 0x1c67affff AppleJPEG arm64e  <5fa8e99c227f39879149a9fa5275b651> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1c683c000 - 0x1c6851fff AppleNeuralEngine arm64e  <bd55f5d004113928b0ac4f36af21ade7> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1c685b000 - 0x1c687ffff AppleSauce arm64e  <5c480b789dfb3fe5ba264691c1f88a8d> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1c6a39000 - 0x1c6a99fff AuthKitUI arm64e  <cf9fe8f7c58f3d54971662611ff67ecb> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
0x1c6b2a000 - 0x1c6b43fff BiomePubSub arm64e  <14da5dc31c9f3e5dade4c9ee99c6413a> /System/Library/PrivateFrameworks/BiomePubSub.framework/BiomePubSub
0x1c6e36000 - 0x1c6e45fff BluetoothManager arm64e  <42fc1b4fd49831b58684b707a38436da> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x1c6ee4000 - 0x1c6ef5fff BrailleTranslation arm64e  <fc5351919dde35c492c21267311b9981> /System/Library/PrivateFrameworks/BrailleTranslation.framework/BrailleTranslation
0x1c70f2000 - 0x1c70fcfff CMCaptureCore arm64e  <203549efeb873319bfec7749818fb59b> /System/Library/PrivateFrameworks/CMCaptureCore.framework/CMCaptureCore
0x1c7117000 - 0x1c7126fff CPMS arm64e  <2a9d048276f339afa95beb6ab9557604> /System/Library/PrivateFrameworks/CPMS.framework/CPMS
0x1c7127000 - 0x1c7137fff CTCarrierSpace arm64e  <b74ca8ce92dd36d8bac5e8e16434d97f> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1c744d000 - 0x1c7458fff CaptiveNetwork arm64e  <438ae3c09d773cd6b3fc8172b7e68a28> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1c7582000 - 0x1c75bffff Catalyst arm64e  <ba36879a30563795808705004441b331> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
0x1c75e5000 - 0x1c760afff CellularPlanManager arm64e  <064d6e44e233300da8d4a9b1a6ac0961> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x1c7623000 - 0x1c762bfff CertUI arm64e  <dcedd1e11dc13fc593866a19c6d1f696> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x1c7634000 - 0x1c7684fff ChunkingLibrary arm64e  <c9e1f078a60b391bbd5f740c04a1cc10> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1c7ab7000 - 0x1c7abbfff CommunicationsFilter arm64e  <1677964867c036c1b4e8f835fd1203bc> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1c7b91000 - 0x1c7b94fff ConstantClasses arm64e  <b49b804354873a78b69c730673ae8755> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x1c7be6000 - 0x1c7c63fff ContactsUICore arm64e  <c5ed4336ad7636c98a7e5e432d7f8dd1> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1c7de9000 - 0x1c7ee0fff CoreBrightness arm64e  <8779d983de8d39a898b05f1357369de9> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1c7f4e000 - 0x1c7f5dfff CoreDuetDaemonProtocol arm64e  <bb16b5419c7c399c9eedbcd82ce34ac0> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1c7f60000 - 0x1c7f62fff CoreDuetDebugLogging arm64e  <08c1ced4b6d23b6a9206feae90d408a3> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1c7f71000 - 0x1c7f83fff CoreEmoji arm64e  <64bb59468c9d3706b0c84f94eda95fa6> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1c85b4000 - 0x1c85b8fff CoreOptimization arm64e  <f6ac85de966b3768878e503fa35165fa> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1c85b9000 - 0x1c8676fff CorePDF arm64e  <2bb11630a5f03c5dbcfd9166e66dfaab> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1c8677000 - 0x1c867ffff CorePhoneNumbers arm64e  <a099b15f9ea132f190e6436e5686ee79> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1c8680000 - 0x1c86d7fff CorePrediction arm64e  <a3c628d7c7f03cadb700386b9be9d11d> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1c9019000 - 0x1c9024fff CoreRecents arm64e  <e48e1b7d1a0d368ab66158ba7312976f> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1c9025000 - 0x1c9091fff CoreRecognition arm64e  <9352ef7f95f3324590ce294cf764a1d4> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x1c9092000 - 0x1c90aafff CoreSDB arm64e  <b75fc983d49e38f29146175bce5925ed> /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
0x1c90ab000 - 0x1c90d5fff CoreSVG arm64e  <012037e7a6183373b8097fa32264a57e> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
0x1c928e000 - 0x1c9291fff CryptoKitCBridging arm64e  <2d4fb6cc3e9e3b1e9d144951132ce0ec> /System/Library/PrivateFrameworks/CryptoKitCBridging.framework/CryptoKitCBridging
0x1c92ac000 - 0x1c92b0fff DAAPKit arm64e  <a1a27fd6060b31c4b4ab32687b3ebca7> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x1c92f2000 - 0x1c9330fff DataDetectorsNaturalLanguage arm64e  <cb584b609c633d46a59f121a4fa34b86> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
0x1c938e000 - 0x1c93b8fff DeviceIdentity arm64e  <63ef4b0617b138e19c4d4416228b78c4> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1c94ec000 - 0x1c9523fff DistributedEvaluation arm64e  <b045101cd43131c59ac01fc63c866020> /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation
0x1c964e000 - 0x1c968afff DocumentManager arm64e  <c54186de7fa437358a07880d6d4e6d64> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1c968b000 - 0x1c96abfff DocumentManagerCore arm64e  <8081d2b7b5643eb3bc63c7f910bca3c6> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1c9736000 - 0x1c9738fff DragUI arm64e  <886c83486d80388ca9ae580581ff1e3d> /System/Library/PrivateFrameworks/DragUI.framework/DragUI
0x1c9768000 - 0x1c9799fff EAP8021X arm64e  <930411b09df032d98d485232739c903e> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1c97c9000 - 0x1c97defff Engram arm64e  <23de13adf86432c29fe535af865666b0> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1c991f000 - 0x1c9926fff ExtensionFoundation arm64e  <bcb6582e13123c20bb8c2ebbfe35e2ee> /System/Library/PrivateFrameworks/ExtensionFoundation.framework/ExtensionFoundation
0x1c9aba000 - 0x1c9ac2fff FSEvents arm64e  <5b7482d4ab2730748e4209d88f096493> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
0x1c9ac3000 - 0x1c9ae2fff FTAWD arm64e  <33e67a3224fe3b039ea235ac08990494> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1c9ae3000 - 0x1c9ae6fff FTClientServices arm64e  <1a6648eae12f3ecd9b6eeb02bbf78fe1> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x1c9ae7000 - 0x1c9efbfff FaceCore arm64e  <d3dd1092cc2e3b13b40f94917908b67d> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1c9f04000 - 0x1c9f09fff FeatureFlagsSupport arm64e  <6a50b1c3c520398b8c9a5ffb1d326e75> /System/Library/PrivateFrameworks/FeatureFlagsSupport.framework/FeatureFlagsSupport
0x1c9f0a000 - 0x1c9f14fff FeedbackLogger arm64e  <f70281238863394db5a325b9c6cda5dd> /System/Library/PrivateFrameworks/FeedbackLogger.framework/FeedbackLogger
0x1ca0b5000 - 0x1ca1f7fff libFontParser.dylib arm64e  <bada6320e5c73542bc4d538145eb0761> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1ca1f8000 - 0x1ca200fff libGSFont.dylib arm64e  <b44455d72bd63b3e81afc92bdc0734e9> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
0x1ca201000 - 0x1ca23efff libGSFontCache.dylib arm64e  <8971ad0fd4d53bc59dc550cf1f2b5eeb> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1ca2a4000 - 0x1ca2b1fff libhvf.dylib arm64e  <b0db005b204e337988d25394ba7bbed9> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x1ca2d9000 - 0x1ca2f1fff Futhark arm64e  <c246394935dd3e76915999cc3264f07f> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1cae90000 - 0x1cae90fff libmetal_timestamp.dylib arm64e  <fe39c5cab41a3c828937020f615235a2> /System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libmetal_timestamp.dylib
0x1caf73000 - 0x1caf92fff GenerationalStorage arm64e  <7fd0e4a64ec0376094fa7fc92b8c6ae3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1caf93000 - 0x1cafa0fff GraphVisualizer arm64e  <f930b8e63f773432bb078bbc15423bd2> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1cafcd000 - 0x1cafd9fff HID arm64e  <997e4d59f29c3718ae5900013b2f93c5> /System/Library/PrivateFrameworks/HID.framework/HID
0x1cb678000 - 0x1cb6effff HomeSharing arm64e  <ae131199fe4d3e4a99300bae440b8981> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x1cb749000 - 0x1cb74ffff IDSKVStore arm64e  <be8c477ca31c3be493788efb995dde2d> /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore
0x1cba5d000 - 0x1cba7cfff IOGPU arm64e  <3d3aed8398f9389ba41bec7a5ea77a83> /System/Library/PrivateFrameworks/IOGPU.framework/IOGPU
0x1cba7e000 - 0x1cba87fff IOKitten arm64e  <9ad896dbcfe8393cb7a210b951d9089c> /System/Library/PrivateFrameworks/IOKitten.framework/IOKitten
0x1cba88000 - 0x1cba8afff IOSurfaceAccelerator arm64e  <bf23e49eebad3a078d4df3a00a4c179b> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1cbab5000 - 0x1cbabcfff IdleTimerServices arm64e  <7c3d6a90eef83db9b955f7bb61ead2f8> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1cbac5000 - 0x1cbacbfff IncomingCallFilter arm64e  <60ccbc2a7e3b3a77a0b7931b08f6f729> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x1cbb91000 - 0x1cbb9efff IntentsFoundation arm64e  <20d10bef741433eda59cc0307c653aeb> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1cbbb9000 - 0x1cbbbbfff InternationalTextSearch arm64e  <649157ff631a31c8807722a1352f0e07> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1cbbbc000 - 0x1cbbd9fff IntlPreferences arm64e  <f43bdccb09cd329fa79a1c90d8e69611> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1cbe52000 - 0x1cbe59fff LinguisticData arm64e  <312c5d7f90d3320f8aeb09937d161525> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1cbeac000 - 0x1cbee5fff LocalAuthenticationPrivateUI arm64e  <c368e6377d9c3533b327eb1ac9553baa> /System/Library/PrivateFrameworks/LocalAuthenticationPrivateUI.framework/LocalAuthenticationPrivateUI
0x1cc0ab000 - 0x1cc0abfff Marco arm64e  <d722f0f6d47b378fadbd8fdffe495e31> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1cc3bc000 - 0x1cc68cfff MediaLibraryCore arm64e  <48bff21ece913e6bb6976e753487e23d> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x1cc68d000 - 0x1cc71afff MediaPlatform arm64e  <255aa9ef15f938789f6a77ccc7c0cad0> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x1ccb21000 - 0x1ccbf3fff MetalTools arm64e  <f44fdf455af739738fe6f0c24b8964f2> /System/Library/PrivateFrameworks/MetalTools.framework/MetalTools
0x1ccc15000 - 0x1ccc72fff MetricsKit arm64e  <9b10f898328d393490650ef80281158d> /System/Library/PrivateFrameworks/MetricsKit.framework/MetricsKit
0x1ccc84000 - 0x1ccc98fff MobileBluetooth arm64e  <db1a48222a053f558a673506a0dacc38> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1ccd1b000 - 0x1ccd21fff MobileSystemServices arm64e  <6ba8ebc692dd38d180f292d4269cd1f1> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1cd0da000 - 0x1cd0e0fff Netrb arm64e  <260396c402443b028b7448f550e02c17> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1cd1a1000 - 0x1cd1bbfff NetworkStatistics arm64e  <617ea04ac1db345aab671fdb52aa7b17> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1cd299000 - 0x1cd2dafff OTSVG arm64e  <00d86fb69cf635faab22b8b6fa7cda34> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1cd928000 - 0x1cd92afff ParsecSubscriptionServiceSupport arm64e  <db0d5ced12da3d33a40fa417c30c8604> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x1cd92f000 - 0x1cd95bfff Pasteboard arm64e  <fff33f3abde4393ea6fb3f392c166b49> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
0x1cd98d000 - 0x1cd999fff PersonaKit arm64e  <3b65e0756d4a3c9183bb04ba1e0e2949> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1cd99a000 - 0x1cd9a7fff PersonaUI arm64e  <21d21ae7be723fd88d12cb4c88f33adf> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1cd9e0000 - 0x1cd9e0fff PhoneNumbers arm64e  <c5a401f23bfa3388877be39bf699e2c5> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1cdbf1000 - 0x1cdc3dfff PhysicsKit arm64e  <e22fdd58fdd6302b9f66a17729fd3061> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1cdcfe000 - 0x1cdd09fff PointerUIServices arm64e  <c71697e82d1d30779cab7c42e76e82f1> /System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices
0x1cf1fc000 - 0x1cf207fff RTCReporting arm64e  <127230431d943bd1aefc3713879938f2> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1cf556000 - 0x1cf568fff RemoteTextInput arm64e  <4957abae6a4e3edd953919ce547c19d7> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1cf569000 - 0x1cf5d2fff RemoteUI arm64e  <fcb1e48f883d30bc95bced3117b71de5> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
0x1cf60b000 - 0x1cf60ffff RevealCore arm64e  <44dd2868d96c3cbfabf4d6ad1ba5ef49> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
0x1cf626000 - 0x1cf9b2fff SDAPI arm64e  <3d6201e6f64f3b289ca37a65320bdae2> /System/Library/PrivateFrameworks/SDAPI.framework/SDAPI
0x1cfb2e000 - 0x1cfb63fff ScreenReaderCore arm64e  <33a9d8fc74463f2b819213dc4250a3d4> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x1cfb64000 - 0x1cfbabfff ScreenReaderOutput arm64e  <b4310f8b9a56377197d6effb6406801c> /System/Library/PrivateFrameworks/ScreenReaderOutput.framework/ScreenReaderOutput
0x1d10d5000 - 0x1d10dffff SignpostCollection arm64e  <0e1a2eef68dd3fe5aeaa1d3759c46362> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1d10e0000 - 0x1d10e0fff SignpostMetrics arm64e  <81374dd6fb9c3fb8b64db78fc1ddd1bc> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
0x1d10e2000 - 0x1d1123fff SignpostSupport arm64e  <62f534a6875435c5b919c1ff754031a8> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1d1c54000 - 0x1d1c54fff SoftLinking arm64e  <2039e1311e783ef6b012310bc4de4222> /System/Library/PrivateFrameworks/SoftLinking.framework/SoftLinking
0x1d2155000 - 0x1d2193fff StreamingZip arm64e  <2aeb745662cf308d9074f0a44f0680fd> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1d219b000 - 0x1d21a5fff SymptomDiagnosticReporter arm64e  <77f539309c7931b389d6e7d4f9203187> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1d21a6000 - 0x1d21b1fff SymptomReporter arm64e  <e645a1202cfa3a8ba989caf338cf6176> /System/Library/PrivateFrameworks/SymptomReporter.framework/SymptomReporter
0x1d21d7000 - 0x1d21f3fff SymptomPresentationFeed arm64e  <c82e7df56dcf3eb5aad8769d4d8e0a74> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/SymptomPresentationFeed
0x1d2233000 - 0x1d2243fff TCC arm64e  <5eb3e57592fe366093d4ee98625696e1> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1d2b4a000 - 0x1d2bfefff TextureIO arm64e  <39b83f8ef7013ac99b77e9994ec66025> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1d2e2c000 - 0x1d2e33fff URLFormatting arm64e  <359aa25a10a2333290b93cb58f491102> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1d3429000 - 0x1d3453fff UsageTracking arm64e  <6036e5b0b4d33b0ca2079be2310b1ca7> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
0x1d3f4a000 - 0x1d3f88fff VoiceOverServices arm64e  <5e303ebbce7a323c88f0ad5f34a62d6f> /System/Library/PrivateFrameworks/VoiceOverServices.framework/VoiceOverServices
0x1d3f92000 - 0x1d405bfff VoiceTrigger arm64e  <0fe2b5552dea36dea38bf4b1b4ac657b> /System/Library/PrivateFrameworks/VoiceTrigger.framework/VoiceTrigger
0x1d4122000 - 0x1d4123fff WatchdogClient arm64e  <d2e9111e5dc83579be818f4c8b9dde30> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
0x1d4408000 - 0x1d4b44fff libwebrtc.dylib arm64e  <34bda496e6933eb9b9f9ba90ee83914f> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1d4bc5000 - 0x1d4bdcfff WebUI arm64e  <5f498fab8ff43f4a9770181d3c283988> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x1d5120000 - 0x1d5123fff XCTTargetBootstrap arm64e  <e4b3ff11df3831d298e2538e36d636d1> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1d51a9000 - 0x1d51c8fff caulk arm64e  <b170cf9d18cf360cb6783d1fa8545de0> /System/Library/PrivateFrameworks/caulk.framework/caulk
0x1d773d000 - 0x1d7742fff kperf arm64e  <00833ee7334a357397d803fc54a7e96a> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1d7743000 - 0x1d774bfff kperfdata arm64e  <5fd952a747393327b7a964c9c3bfa46d> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1d774c000 - 0x1d7762fff libEDR arm64e  <36804b020c1c3bab8fed5f225920287a> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1d777b000 - 0x1d778cfff perfdata arm64e  <c692a64284a03d519388df48cde59922> /System/Library/PrivateFrameworks/perfdata.framework/perfdata
0x1d778d000 - 0x1d77befff vCard arm64e  <ff37bee46fa2395aae9f6b6a1c2b46dd> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1d80ed000 - 0x1d8129fff libAWDSupport.dylib arm64e  <efa3c25aae0538d6a1eac37c389ef4f2> /usr/lib/libAWDSupport.dylib
0x1d812a000 - 0x1d84e5fff libAWDSupportFramework.dylib arm64e  <71246919933032508b91042ce99281ce> /usr/lib/libAWDSupportFramework.dylib
0x1d8540000 - 0x1d85f1fff libAppleEXR.dylib arm64e  <e6604c357f71372f963e85674b233655> /usr/lib/libAppleEXR.dylib
0x1d8668000 - 0x1d8677fff libAudioStatistics.dylib arm64e  <d43dc9402a6c3daa9994658116e61065> /usr/lib/libAudioStatistics.dylib
0x1d881d000 - 0x1d8850fff libCRFSuite.dylib arm64e  <2ae9058b25ce31468ab4f02615f16d47> /usr/lib/libCRFSuite.dylib
0x1d8851000 - 0x1d8852fff libCTGreenTeaLogger.dylib arm64e  <216ec5a25c553a51abc186cfb4a0b607> /usr/lib/libCTGreenTeaLogger.dylib
0x1d8853000 - 0x1d885dfff libChineseTokenizer.dylib arm64e  <dd9080fb42473af6a1be351790a0920c> /usr/lib/libChineseTokenizer.dylib
0x1d88de000 - 0x1d8ab0fff libFosl_dynamic.dylib arm64e  <bc26274740253290a87f41c1c87e21f1> /usr/lib/libFosl_dynamic.dylib
0x1d8b14000 - 0x1d8b1bfff libIOReport.dylib arm64e  <4da98ad919f939e4b6d7db4d956aba56> /usr/lib/libIOReport.dylib
0x1d8b97000 - 0x1d8b9efff libMatch.1.dylib arm64e  <4e79655369f33fbf9e66c74da713576d> /usr/lib/libMatch.1.dylib
0x1d8cbb000 - 0x1d8cbcfff libThaiTokenizer.dylib arm64e  <79a2d59378b13e2d868fc11ab23b4d6c> /usr/lib/libThaiTokenizer.dylib
0x1d8f32000 - 0x1d8f34fff libapp_launch_measurement.dylib arm64e  <c9185c8b5e8c3dcc87f4d4e8211bfcc9> /usr/lib/libapp_launch_measurement.dylib
0x1d8f35000 - 0x1d8f4bfff libapple_nghttp2.dylib arm64e  <aa7df81a69c13795a30386bf158fdd61> /usr/lib/libapple_nghttp2.dylib
0x1d8f4c000 - 0x1d8fddfff libate.dylib arm64e  <191d61e4155c3b16a602d59611c1653e> /usr/lib/libate.dylib
0x1d906f000 - 0x1d907ffff libbsm.0.dylib arm64e  <67259e0c8b2a3ff3a21be629e0f686ac> /usr/lib/libbsm.0.dylib
0x1d9080000 - 0x1d908cfff libbz2.1.0.dylib arm64e  <1ece9cb83cd633c79f28a480997339dc> /usr/lib/libbz2.1.0.dylib
0x1d908d000 - 0x1d908dfff libcharset.1.dylib arm64e  <b28f9d663d723a4198566fd8d095045a> /usr/lib/libcharset.1.dylib
0x1d908e000 - 0x1d909ffff libcmph.dylib arm64e  <e74d75feb9aa3351ace0b11b0048a262> /usr/lib/libcmph.dylib
0x1d90a0000 - 0x1d90b7fff libcompression.dylib arm64e  <0f27f2f9302f37978c084cd6cec38432> /usr/lib/libcompression.dylib
0x1d90b8000 - 0x1d90cefff libcoretls.dylib arm64e  <82b845672c153d149c2e5f7d52829fcc> /usr/lib/libcoretls.dylib
0x1d90cf000 - 0x1d90d0fff libcoretls_cfhelpers.dylib arm64e  <2fc084f0e6cb38ccb3441c80ad1393d7> /usr/lib/libcoretls_cfhelpers.dylib
0x1d90f4000 - 0x1d90fbfff libcupolicy.dylib arm64e  <7b39fce102fa3f45892ffdb80f422f4f> /usr/lib/libcupolicy.dylib
0x1d90fc000 - 0x1d9103fff libdns_services.dylib arm64e  <4cac384f00653034afbbcf8288b0bfd1> /usr/lib/libdns_services.dylib
0x1d9104000 - 0x1d9121fff libedit.3.dylib arm64e  <bd69ef25a910316b8a598936b813b638> /usr/lib/libedit.3.dylib
0x1d9122000 - 0x1d9122fff libenergytrace.dylib arm64e  <cbea27377f49368ab116286ed2f32786> /usr/lib/libenergytrace.dylib
0x1d9123000 - 0x1d913cfff libexpat.1.dylib arm64e  <db63f6bc6fda397792284f85556f7818> /usr/lib/libexpat.1.dylib
0x1d9167000 - 0x1d916bfff libgermantok.dylib arm64e  <585ec8a40b0e32e88dba53f35a07c70f> /usr/lib/libgermantok.dylib
0x1d916c000 - 0x1d9171fff libheimdal-asn1.dylib arm64e  <ff93656c73c637e083a88a38141ca58c> /usr/lib/libheimdal-asn1.dylib
0x1d9172000 - 0x1d9267fff libiconv.2.dylib arm64e  <03e7a7e4dde835508741edd69270af5f> /usr/lib/libiconv.2.dylib
0x1d9286000 - 0x1d9287fff liblangid.dylib arm64e  <1255de5ea4983685bb6973604d732267> /usr/lib/liblangid.dylib
0x1d9288000 - 0x1d9293fff liblockdown.dylib arm64e  <23c07c0fc5093e37bfd7a0e276ea3d98> /usr/lib/liblockdown.dylib
0x1d9294000 - 0x1d92acfff liblzma.5.dylib arm64e  <9046f47632bb38bba83c47f76e71d306> /usr/lib/liblzma.5.dylib
0x1d92db000 - 0x1d9330fff libmecab.dylib arm64e  <1248e78f670a3e80a0dd39837cf782d7> /usr/lib/libmecab.dylib
0x1d9331000 - 0x1d9568fff libmecabra.dylib arm64e  <d5be340ed1903a9c9b74b5660be4152c> /usr/lib/libmecabra.dylib
0x1d9569000 - 0x1d957cfff libmis.dylib arm64e  <b5dd4a39682634028ad0a01b9c3fa881> /usr/lib/libmis.dylib
0x1d957d000 - 0x1d9592fff libnetworkextension.dylib arm64e  <b499b779618f3a8782a283017000304a> /usr/lib/libnetworkextension.dylib
0x1d993d000 - 0x1d9977fff libpcap.A.dylib arm64e  <989fc8a318983af69064be81e007c38d> /usr/lib/libpcap.A.dylib
0x1d9978000 - 0x1d9986fff libperfcheck.dylib arm64e  <f03916c9f26d3073ad528e15e1a2d7f6> /usr/lib/libperfcheck.dylib
0x1d998e000 - 0x1d99a0fff libprequelite.dylib arm64e  <1849a2dc033a3aaa8d60fcf4b10b499c> /usr/lib/libprequelite.dylib
0x1d99a1000 - 0x1d99b3fff libprotobuf-lite.dylib arm64e  <53f0e1389e0530bc9131dd569d28ecad> /usr/lib/libprotobuf-lite.dylib
0x1d99b4000 - 0x1d9a16fff libprotobuf.dylib arm64e  <d81292f3b0bb3852b0b247bd8cbc24a6> /usr/lib/libprotobuf.dylib
0x1d9a17000 - 0x1d9a76fff libquic.dylib arm64e  <6b60a9ecfc4f3b0f8812ce8fa3d38f01> /usr/lib/libquic.dylib
0x1d9a77000 - 0x1d9a8ffff libresolv.9.dylib arm64e  <51b76938e8c13d458dd30429749fef91> /usr/lib/libresolv.9.dylib
0x1d9a90000 - 0x1d9a92fff libsandbox.1.dylib arm64e  <09633f29d77035d9893f2a49dde7ca48> /usr/lib/libsandbox.1.dylib
0x1d9adc000 - 0x1d9adffff libutil.dylib arm64e  <d77e2807eed438349e164bb8d9e1edcc> /usr/lib/libutil.dylib
0x1d9ae0000 - 0x1d9bcbfff libxml2.2.dylib arm64e  <55df15ddfd323d458d67b61f9d0f9463> /usr/lib/libxml2.2.dylib
0x1d9bd0000 - 0x1d9bf9fff libxslt.1.dylib arm64e  <6e2a5981e8ff37888498d7fd33116bfd> /usr/lib/libxslt.1.dylib
0x1d9bfa000 - 0x1d9c0bfff libz.1.dylib arm64e  <9e35153333503f8bb9b567ec5881c5ef> /usr/lib/libz.1.dylib
0x1d9c45000 - 0x1d9c47fff liblog_network.dylib arm64e  <5bcf266bb96f3af9845567c976845928> /usr/lib/log/liblog_network.dylib
0x1d9c50000 - 0x1d9c57fff libswiftAVFoundation.dylib arm64e  <357ce744bac53e1981c234c8c88c391a> /usr/lib/swift/libswiftAVFoundation.dylib
0x1d9c58000 - 0x1d9cc5fff libswiftAccelerate.dylib arm64e  <9638d42dd2b137ea861668d47a86870d> /usr/lib/swift/libswiftAccelerate.dylib
0x1d9ce6000 - 0x1d9cecfff libswiftCompression.dylib arm64e  <5df60ab46246309b9e4e5912362ab93b> /usr/lib/swift/libswiftCompression.dylib
0x1d9cf0000 - 0x1d9cf8fff libswiftCoreAudio.dylib arm64e  <78e58bf78d5534518c05a0e700f82207> /usr/lib/swift/libswiftCoreAudio.dylib
0x1d9cf9000 - 0x1d9cfdfff libswiftCoreData.dylib arm64e  <72f436496d0e393fb34be744bc401840> /usr/lib/swift/libswiftCoreData.dylib
0x1d9cfe000 - 0x1d9cfefff libswiftCoreFoundation.dylib arm64e  <8eb23177992d3ae683a427f98761d366> /usr/lib/swift/libswiftCoreFoundation.dylib
0x1d9cff000 - 0x1d9cfffff libswiftCoreImage.dylib arm64e  <2c10a28b00333e82b2cb5dae5ee94b14> /usr/lib/swift/libswiftCoreImage.dylib
0x1d9d00000 - 0x1d9d02fff libswiftCoreLocation.dylib arm64e  <aa5c8a6d77a8366d97cd51999061eb80> /usr/lib/swift/libswiftCoreLocation.dylib
0x1d9d03000 - 0x1d9d0cfff libswiftCoreMIDI.dylib arm64e  <ea44cca3ea2a3b82be49f13a49169f2f> /usr/lib/swift/libswiftCoreMIDI.dylib
0x1d9d0d000 - 0x1d9d10fff libswiftCoreML.dylib arm64e  <fdade4cf04fa351a99afbf9410260d6e> /usr/lib/swift/libswiftCoreML.dylib
0x1d9d11000 - 0x1d9d4bfff libswiftCoreMedia.dylib arm64e  <73bc3d9ed67b37a08967474be3a185b8> /usr/lib/swift/libswiftCoreMedia.dylib
0x1d9d56000 - 0x1d9d57fff libswiftCryptoTokenKit.dylib arm64e  <99a66885786f384e900aeced1b5d58eb> /usr/lib/swift/libswiftCryptoTokenKit.dylib
0x1d9d58000 - 0x1d9d61fff libswiftDarwin.dylib arm64e  <53a5784711cb3c77a42392362dfa2dbb> /usr/lib/swift/libswiftDarwin.dylib
0x1d9d68000 - 0x1d9d72fff libswiftIntents.dylib arm64e  <9c06e546bd0f376bb941288686ef6f84> /usr/lib/swift/libswiftIntents.dylib
0x1d9d80000 - 0x1d9d84fff libswiftMetal.dylib arm64e  <e086d5a31279331888f7a487f3d0e96a> /usr/lib/swift/libswiftMetal.dylib
0x1d9df8000 - 0x1d9df9fff libswiftQuartzCore.dylib arm64e  <f2ac15a75270309796527276d0e70cd5> /usr/lib/swift/libswiftQuartzCore.dylib
0x1d9e33000 - 0x1d9e34fff libswiftVision.dylib arm64e  <c8f6530b9c053e42bb444510d28b6f3c> /usr/lib/swift/libswiftVision.dylib
0x1d9e37000 - 0x1d9e39fff libswiftWebKit.dylib arm64e  <de54db10b46c34c0a72325954a076a4a> /usr/lib/swift/libswiftWebKit.dylib
0x1d9e3a000 - 0x1d9e4cfff libswiftos.dylib arm64e  <d590d1f9ac7e33b5907360873877bf32> /usr/lib/swift/libswiftos.dylib
0x1d9e4d000 - 0x1d9e60fff libswiftsimd.dylib arm64e  <161b6c40fcf13f8cb348d82a3f7e620b> /usr/lib/swift/libswiftsimd.dylib
0x1d9e61000 - 0x1d9e66fff libcache.dylib arm64e  <7567dfaa324e306aa66fc2dda88b033b> /usr/lib/system/libcache.dylib
0x1d9e67000 - 0x1d9e74fff libcommonCrypto.dylib arm64e  <25abfbdfed4431f7a628bd742e231f31> /usr/lib/system/libcommonCrypto.dylib
0x1d9e75000 - 0x1d9e78fff libcompiler_rt.dylib arm64e  <d33e74102bae373585edeb219279aa43> /usr/lib/system/libcompiler_rt.dylib
0x1d9e79000 - 0x1d9e81fff libcopyfile.dylib arm64e  <fae70da0ebad33f293ac496dcbe46fea> /usr/lib/system/libcopyfile.dylib
0x1d9f69000 - 0x1d9f69fff liblaunch.dylib arm64e  <2484228087bc30c68b69739b80187b10> /usr/lib/system/liblaunch.dylib
0x1d9f6a000 - 0x1d9f6ffff libmacho.dylib arm64e  <4228e603576133778acefc84d49a4d2f> /usr/lib/system/libmacho.dylib
0x1d9f70000 - 0x1d9f72fff libremovefile.dylib arm64e  <904853f042653abe93730a3ecdf39678> /usr/lib/system/libremovefile.dylib
0x1d9f73000 - 0x1d9f74fff libsystem_blocks.dylib arm64e  <f285e167aaa73ab7a092085ca4d1a0c5> /usr/lib/system/libsystem_blocks.dylib
0x1d9f75000 - 0x1d9f77fff libsystem_collections.dylib arm64e  <ea85747378323fa18286e5b16bc56a4e> /usr/lib/system/libsystem_collections.dylib
0x1d9f78000 - 0x1d9f7cfff libsystem_configuration.dylib arm64e  <230a7783b6ac3c7fba6991bdfa91823d> /usr/lib/system/libsystem_configuration.dylib
0x1d9f7d000 - 0x1d9f8ffff libsystem_containermanager.dylib arm64e  <01ba22f7abce3319860fb76d10a0d6d9> /usr/lib/system/libsystem_containermanager.dylib
0x1d9f90000 - 0x1d9f91fff libsystem_coreservices.dylib arm64e  <f83a3238b8303072ab9113587ed26129> /usr/lib/system/libsystem_coreservices.dylib
0x1d9f92000 - 0x1d9f9bfff libsystem_darwin.dylib arm64e  <63485fa6fe9235b783a00554e0194eba> /usr/lib/system/libsystem_darwin.dylib
0x1d9f9c000 - 0x1d9fa4fff libsystem_dnssd.dylib arm64e  <591126c3ffdb3df8afb3cb5f5c3e79a0> /usr/lib/system/libsystem_dnssd.dylib
0x1d9fa5000 - 0x1d9fa7fff libsystem_featureflags.dylib arm64e  <a5ca1f870aef3eee876e0c077d7638ee> /usr/lib/system/libsystem_featureflags.dylib
0x1d9fa8000 - 0x1d9fd5fff libsystem_m.dylib arm64e  <c9e29eee8f90377795c625952802e491> /usr/lib/system/libsystem_m.dylib
0x1d9fd6000 - 0x1d9fdcfff libsystem_platform.dylib arm64e  <88fa2f54074d32c49f4879eb67e67b7b> /usr/lib/system/libsystem_platform.dylib
0x1d9fdd000 - 0x1d9fddfff libsystem_product_info_filter.dylib arm64e  <563ac8a6230f305bbada77870fec6204> /usr/lib/system/libsystem_product_info_filter.dylib
0x1d9fde000 - 0x1d9fe9fff libsystem_pthread.dylib arm64e  <c939a2abd3b13b0a83c57ce2f4f339a9> /usr/lib/system/libsystem_pthread.dylib
0x1d9fea000 - 0x1d9fedfff libsystem_sandbox.dylib arm64e  <d7ea594452b73c8882c4726694052a14> /usr/lib/system/libsystem_sandbox.dylib
0x1d9fee000 - 0x1d9ff8fff libunwind.dylib arm64e  <d08ac1cff13c37cf93066cc664058cf0> /usr/lib/system/libunwind.dylib
0x1d9ff9000 - 0x1da02ffff libxpc.dylib arm64e  <cc048c8e1cad36c88a9615966103bd3a> /usr/lib/system/libxpc.dylib
0x1da0d2000 - 0x1da0edfff AccessibilitySettingsLoader arm64e  <4753b5ef2a8d3fb59465551fef0aab0e> /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader
0x1db0ab000 - 0x1db3a5fff AGXMetalA12 arm64e  <0dd46eec06e03da0a48a9527f8ec9b27> /System/Library/Extensions/AGXMetalA12.bundle/AGXMetalA12
0x1dc432000 - 0x1dc444fff SpotlightLinguistics arm64e  <2c2506e0b4133cd5a272174205658e8c> /System/Library/PrivateFrameworks/SpotlightLinguistics.framework/SpotlightLinguistics

EOF
brentsimmons commented 3 years ago

Second one:

Incident Identifier: A066429E-44A3-4E0E-8F18-7BE4D3010874
Hardware Model:      iPad8,11
Process:             NetNewsWire [1916]
Path:                /private/var/containers/Bundle/Application/7A4A19F4-4DBD-4473-A373-1426F7AC0F6B/NetNewsWire.app/NetNewsWire
Identifier:          com.ranchero.NetNewsWire.iOS
Version:             600 (6.0)
AppStoreTools:       12D4d
AppVariant:          1:iPad8,11:14
Beta:                YES
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           com.ranchero.NetNewsWire.iOS [653]

Date/Time:           2021-04-12 12:38:01.0770 -0400
Launch Time:         2021-04-12 12:27:41.3911 -0400
OS Version:          iPhone OS 14.5 (18E5198a)
Release Type:        Beta
Baseband Version:    n/a
Report Version:      104

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

Thread 0 name:
Thread 0 Crashed:
0   NetNewsWire                     0x00000001008a476c Swift runtime failure: Unexpectedly found nil while unwrapping an Optional value + 0 (MasterFeedViewController.swift:388)
1   NetNewsWire                     0x00000001008a476c MasterFeedViewController.tableView(_:targetIndexPathForMoveFromRowAt:toProposedIndexPath:) + 4792 (MasterFeedViewController.swift:388)
2   NetNewsWire                     0x00000001008a3f50 MasterFeedViewController.tableView(_:targetIndexPathForMoveFromRowAt:toProposedIndexPath:) + 2716 (MasterFeedViewController.swift:388)
3   NetNewsWire                     0x00000001008a4890 @objc MasterFeedViewController.tableView(_:targetIndexPathForMoveFromRowAt:toProposedIndexPath:) + 244 (<compiler-generated>:0)
4   UIKitCore                       0x000000019bc0fc1c -[UITableView _retargetedReorderIndexPathForInitialIndexPath:proposedIndexPath:] + 356 (UITableView.m:15221)
5   UIKitCore                       0x000000019bc07198 -[UITableView _updatedDropProposalForIndexPath:dropSession:withDefaultProposal:] + 1424 (UITableView.m:13309)
6   UIKitCore                       0x000000019bbc7f88 -[_UITableViewDropController updateTargetIndexPathAndDropProposalForSession:] + 232 (_UITableViewDropController.m:150)
7   UIKitCore                       0x000000019bbc84cc -[_UITableViewDropController dropInteraction:sessionDidUpdate:] + 156 (_UITableViewDropController.m:272)
8   UIKitCore                       0x000000019b38c320 -[UIDropInteraction _dragDestinationGestureStateChanged:] + 1348 (UIDropInteraction.m:0)
9   UIKitCore                       0x000000019b51fad4 -[UIGestureRecognizerTarget _sendActionWithGestureRecognizer:] + 56 (UIGestureRecognizer.m:136)
10  UIKitCore                       0x000000019b529420 _UIGestureRecognizerSendTargetActions + 116 (UIGestureRecognizer.m:1545)
11  UIKitCore                       0x000000019b526038 _UIGestureRecognizerSendActions + 284 (UIGestureRecognizer.m:1584)
12  UIKitCore                       0x000000019b5255a8 -[UIGestureRecognizer _updateGestureForActiveEvents] + 636 (UIGestureRecognizer.m:0)
13  UIKitCore                       0x000000019b519780 _UIGestureEnvironmentUpdate + 1988 (UIGestureEnvironment.m:206)
14  UIKitCore                       0x000000019b518b2c -[UIGestureEnvironment _updateForEvent:window:] + 784 (UIGestureEnvironment.m:1330)
15  UIKitCore                       0x000000019ba272f4 -[UIWindow sendEvent:] + 4200 (UIWindow.m:0)
16  UIKitCore                       0x000000019ba00c70 -[UIApplication sendEvent:] + 676 (UIApplication.m:11272)
17  UIKitCore                       0x000000019ba8a0e8 __dispatchPreprocessedEventFromEventQueue + 956 (UIEventDispatcher.m:2197)
18  UIKitCore                       0x000000019ba8eafc __processEventQueue + 6684 (UIEventDispatcher.m:2501)
19  UIKitCore                       0x000000019ba85efc __eventFetcherSourceCallback + 160 (UIEventDispatcher.m:2571)
20  CoreFoundation                  0x0000000198f79848 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28 (CFRunLoop.c:1967)
21  CoreFoundation                  0x0000000198f79744 __CFRunLoopDoSource0 + 208 (CFRunLoop.c:2011)
22  CoreFoundation                  0x0000000198f78a48 __CFRunLoopDoSources0 + 268 (CFRunLoop.c:2048)
23  CoreFoundation                  0x0000000198f72a28 __CFRunLoopRun + 820 (CFRunLoop.c:2925)
24  CoreFoundation                  0x0000000198f721c0 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
25  GraphicsServices                0x00000001b04c4734 GSEventRunModal + 164 (GSEvent.c:2259)
26  UIKitCore                       0x000000019b9e0b0c -[UIApplication _run] + 1072 (UIApplication.m:3269)
27  UIKitCore                       0x000000019b9e637c UIApplicationMain + 168 (UIApplication.m:4740)
28  NetNewsWire                     0x0000000100849b60 main + 68 (AddFeedSelectFolderTableViewCell.swift:21)
29  libdyld.dylib                   0x0000000198c2ecf8 start + 4

Thread 1 name:
Thread 1:
0   libsystem_kernel.dylib          0x00000001c68d74fc mach_msg_trap + 8
1   libsystem_kernel.dylib          0x00000001c68d6884 mach_msg + 76 (mach_msg.c:103)
2   CoreFoundation                  0x0000000198f78d10 __CFRunLoopServiceMachPort + 372 (CFRunLoop.c:2641)
3   CoreFoundation                  0x0000000198f72bb0 __CFRunLoopRun + 1212 (CFRunLoop.c:2974)
4   CoreFoundation                  0x0000000198f721c0 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
5   Foundation                      0x000000019a252fac -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232 (NSRunLoop.m:377)
6   Foundation                      0x000000019a252e78 -[NSRunLoop(NSRunLoop) runUntilDate:] + 92 (NSRunLoop.m:424)
7   UIKitCore                       0x000000019ba956b4 -[UIEventFetcher threadMain] + 516 (UIEventFetcher.m:929)
8   Foundation                      0x000000019a3c42fc __NSThread__start__ + 864 (NSThread.m:724)
9   libsystem_pthread.dylib         0x00000001e3d64c00 _pthread_start + 320 (pthread.c:881)
10  libsystem_pthread.dylib         0x00000001e3d6d758 thread_start + 8

Thread 2 name:
Thread 2:
0   libsystem_kernel.dylib          0x00000001c68fc0cc __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x00000001e3d68434 _pthread_cond_wait + 1248 (pthread_cond.c:636)
2   libc++.1.dylib                  0x00000001ada96efc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28 (__threading_support:428)
3   JavaScriptCore                  0x00000001a3359dd8 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                  0x00000001a335e21c bmalloc::Scavenger::threadRunLoop() + 208 (condition_variable:212)
5   JavaScriptCore                  0x00000001a335de28 bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*) + 16 (Scavenger.cpp:395)
6   JavaScriptCore                  0x00000001a335f340 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... + 48 (type_traits:3747)
7   libsystem_pthread.dylib         0x00000001e3d64c00 _pthread_start + 320 (pthread.c:881)
8   libsystem_pthread.dylib         0x00000001e3d6d758 thread_start + 8

Thread 3 name:
Thread 3:
0   libsystem_kernel.dylib          0x00000001c68d7424 _kernelrpc_mach_vm_purgable_control_trap + 8
1   libsystem_kernel.dylib          0x00000001c68e2260 mach_vm_purgable_control + 40 (mach_vm.c:395)
2   libsqlite3.dylib                0x00000001b2d66a20 purgeableCacheShrink + 116 (sqlite3.c:57918)
3   libsqlite3.dylib                0x00000001b2d00ac8 sqlite3_db_release_memory + 292 (sqlite3.c:55112)
4   libsqlite3.dylib                0x00000001b2c85900 sqlite3VdbeReset + 220 (sqlite3.c:87751)
5   libsqlite3.dylib                0x00000001b2ccfe10 sqlite3_reset + 68 (sqlite3.c:90034)
6   RSDatabase                      0x0000000100b7bf94 _hidden#146_ + 28 (__hidden#317_:1415)
7   RSDatabase                      0x0000000100b7cfdc _hidden#372_ + 32 (__hidden#470_:47)
8   RSDatabase                      0x0000000100b7cf78 _hidden#371_ + 32 (__hidden#470_:33)
9   RSDatabase                      0x0000000100b64774 DatabaseTable.numberWithSQLAndParameters(_:_:in:) + 164 (__hidden#571_:0)
10  ArticlesDatabase                0x0000000100c47374 _hidden#412_ + 984 (__hidden#683_:370)
11  ArticlesDatabase                0x0000000100c46e08 _hidden#34_ + 204 (__hidden#683_:379)
12  RSDatabase                      0x0000000100b63574 _hidden#396_ + 136 (__hidden#472_:0)
13  RSDatabase                      0x0000000100b63598 _hidden#397_ + 20 (__hidden#49_:0)
14  RSDatabase                      0x0000000100b636d8 _hidden#424_ + 12
15  libswiftObjectiveC.dylib        0x00000001bee11f24 autoreleasepool<A>(invoking:) + 64 (ObjectiveC.swift:172)
16  RSDatabase                      0x0000000100b624e8 _hidden#370_ + 192
17  RSDatabase                      0x0000000100b63208 _hidden#384_ + 32
18  RSDatabase                      0x0000000100b61cd4 _hidden#364_ + 20 (__hidden#49_:0)
19  libdispatch.dylib               0x0000000198beaa54 _dispatch_call_block_and_release + 32 (init.c:1466)
20  libdispatch.dylib               0x0000000198bec7ec _dispatch_client_callout + 20 (object.m:559)
21  libdispatch.dylib               0x0000000198bf3fd4 _dispatch_lane_serial_drain + 620 (inline_internal.h:2557)
22  libdispatch.dylib               0x0000000198bf4c04 _dispatch_lane_invoke + 456 (queue.c:3862)
23  libdispatch.dylib               0x0000000198bf3e9c _dispatch_lane_serial_drain + 308 (inline_internal.h:2598)
24  libdispatch.dylib               0x0000000198bf4bd0 _dispatch_lane_invoke + 404 (queue.c:3862)
25  libdispatch.dylib               0x0000000198bff48c _dispatch_workloop_worker_thread + 764 (queue.c:6589)
26  libsystem_pthread.dylib         0x00000001e3d667a4 _pthread_wqthread + 276 (pthread.c:2232)
27  libsystem_pthread.dylib         0x00000001e3d6d74c start_wqthread + 8

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

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

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

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

Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000001   x1: 0x0000000000000001   x2: 0x00000001faaeac48   x3: 0x000000016f5b7f31
    x4: 0x0000000000000001   x5: 0x000000016f5b7648   x6: 0x00000000000000ff   x7: 0x5000000280cbad90
    x8: 0x0000000000000000   x9: 0x0000000000000000  x10: 0x05000001fa333f57  x11: 0x06000001fa333f57
   x12: 0x6e36dc61a362e784  x13: 0x0000000102bbd200  x14: 0x9585edc9f80d46b9  x15: 0x00000001fa2f1b80
   x16: 0x00000001ada18dc0  x17: 0x00000001fab178a8  x18: 0x0000000105581d20  x19: 0x00000001faaeac48
   x20: 0x00000002800bbdd0  x21: 0x000000016f5b7f20  x22: 0x00000002817c5c40  x23: 0x00000002835bf2e0
   x24: 0x0000000281894ac0  x25: 0x00000001faaeabe8  x26: 0x000000016f5b7e80  x27: 0x000000016f5b8170
   x28: 0x000000016f5b7ec0   fp: 0x000000016f5b8160   lr: 0x00000001008a3f50
    sp: 0x000000016f5b7e80   pc: 0x00000001008a476c cpsr: 0x60000000
   esr: 0xf2000001  Address size fault

Binary Images:
0x100844000 - 0x1009abfff NetNewsWire arm64  <ec4b57cb2ec73fb5a8c1f41f8ffd97de> /var/containers/Bundle/Application/7A4A19F4-4DBD-4473-A373-1426F7AC0F6B/NetNewsWire.app/NetNewsWire
0x100a58000 - 0x100a8ffff RSCore arm64  <78905740061e3bf5bb1fcd6cef0305e3> /var/containers/Bundle/Application/7A4A19F4-4DBD-4473-A373-1426F7AC0F6B/NetNewsWire.app/Frameworks/RSCore.framework/RSCore
0x100ab0000 - 0x100ae7fff RSWeb arm64  <e4c95bf947293ba88283c8217c402aee> /var/containers/Bundle/Application/7A4A19F4-4DBD-4473-A373-1426F7AC0F6B/NetNewsWire.app/Frameworks/RSWeb.framework/RSWeb
0x100b08000 - 0x100b37fff RSParser arm64  <c2a05cd7040d3dfb82c3fddafe90772c> /var/containers/Bundle/Application/7A4A19F4-4DBD-4473-A373-1426F7AC0F6B/NetNewsWire.app/Frameworks/RSParser.framework/RSParser
0x100b58000 - 0x100b87fff RSDatabase arm64  <f9a4ec1ee1c93433b1738053ae6c5eae> /var/containers/Bundle/Application/7A4A19F4-4DBD-4473-A373-1426F7AC0F6B/NetNewsWire.app/Frameworks/RSDatabase.framework/RSDatabase
0x100ba4000 - 0x100bb7fff Articles arm64  <1445dbd8755931d98e1eef41cdf3ddd8> /var/containers/Bundle/Application/7A4A19F4-4DBD-4473-A373-1426F7AC0F6B/NetNewsWire.app/Frameworks/Articles.framework/Articles
0x100bcc000 - 0x100c13fff Secrets arm64  <c768f184f77832a8a0c61ca20f02c416> /var/containers/Bundle/Application/7A4A19F4-4DBD-4473-A373-1426F7AC0F6B/NetNewsWire.app/Frameworks/Secrets.framework/Secrets
0x100c38000 - 0x100c6bfff ArticlesDatabase arm64  <c814ae0a556a309c8091cf361feb821a> /var/containers/Bundle/Application/7A4A19F4-4DBD-4473-A373-1426F7AC0F6B/NetNewsWire.app/Frameworks/ArticlesDatabase.framework/ArticlesDatabase
0x100c98000 - 0x100d0bfff dyld arm64e  <8c1bbe1d6ae03ef89c293fc878b240cb> /usr/lib/dyld
0x100d90000 - 0x100f8bfff Account arm64  <c0bf354befeb3b61918ebcdfd6140af8> /var/containers/Bundle/Application/7A4A19F4-4DBD-4473-A373-1426F7AC0F6B/NetNewsWire.app/Frameworks/Account.framework/Account
0x101010000 - 0x10101bfff SyncDatabase arm64  <bf88c5c198ad3b06b119406d076f9263> /var/containers/Bundle/Application/7A4A19F4-4DBD-4473-A373-1426F7AC0F6B/NetNewsWire.app/Frameworks/SyncDatabase.framework/SyncDatabase
0x10102c000 - 0x101037fff RSTree arm64  <f5df3552aefd39dba7d3a60bc7c8c91f> /var/containers/Bundle/Application/7A4A19F4-4DBD-4473-A373-1426F7AC0F6B/NetNewsWire.app/Frameworks/RSTree.framework/RSTree
0x105108000 - 0x105113fff libobjc-trampolines.dylib arm64e  <0a4f0d393a8d300689238db749144026> /usr/lib/libobjc-trampolines.dylib
0x198be8000 - 0x198c2cfff libdispatch.dylib arm64e  <25360825480a3568a9e0700f49147046> /usr/lib/system/libdispatch.dylib
0x198c2d000 - 0x198c69fff libdyld.dylib arm64e  <45f7cfaa7f9734d181be57c09bd7c68d> /usr/lib/system/libdyld.dylib
0x198c6a000 - 0x198ed5fff libicucore.A.dylib arm64e  <075a8b945a373d62b6d00ef550322a41> /usr/lib/libicucore.A.dylib
0x198ed6000 - 0x199295fff CoreFoundation arm64e  <156d8288ff8f3dc2ac0798a7ced23cfc> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x199296000 - 0x199444fff CoreServices arm64e  <2afef009764e37138c3b2ec1062a1e45> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x199445000 - 0x19948cfff WirelessDiagnostics arm64e  <aef319656dce35ff8eb851d7186fc264> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x19948d000 - 0x199509fff SystemConfiguration arm64e  <d117517df2f03630a7dafdf461a7ab25> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x19950a000 - 0x1995fffff CoreTelephony arm64e  <28cf72c1c26439caae3cbd6b5db53b46> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x199600000 - 0x199a91fff CFNetwork arm64e  <3c86f72fbcdb3fd09cfeeaa53955138c> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x199a92000 - 0x19a1d5fff libnetwork.dylib arm64e  <1c4684243bc7394681765d784eddd1f4> /usr/lib/libnetwork.dylib
0x19a1d6000 - 0x19a24afff Accounts arm64e  <bcdb55f519d5387caa9a0e8099801b7c> /System/Library/Frameworks/Accounts.framework/Accounts
0x19a24b000 - 0x19a500fff Foundation arm64e  <ffb040e2681a38db8528691f781be282> /System/Library/Frameworks/Foundation.framework/Foundation
0x19a501000 - 0x19a863fff ImageIO arm64e  <8d41b561f3aa3490ad4aecec00e1da2a> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x19a864000 - 0x19a87cfff libCGInterfaces.dylib arm64e  <ea224c3572943b38b98dd2c9829e4a00> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x19a87d000 - 0x19ae15fff CoreGraphics arm64e  <a55f49d342ba3e7188217e2e49f11ebc> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x19ae16000 - 0x19c221fff UIKitCore arm64e  <1a8325048e303060b45552e2d6755289> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x19c222000 - 0x19c240fff libAccessibility.dylib arm64e  <27a30d24131133e88ad581f9ecdfd2c6> /usr/lib/libAccessibility.dylib
0x19c241000 - 0x19c4d4fff QuartzCore arm64e  <8760af367ec93b2abaea394cb68a3015> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x19c4d5000 - 0x19c53ffff BackBoardServices arm64e  <5c562457f0e835b59d8a8ca12f278e4b> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x19c540000 - 0x19c5c7fff TextInput arm64e  <ac954a87455d3d26911f808ed0ffb95e> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x19c5c8000 - 0x19c630fff libusrtcp.dylib arm64e  <f55bd234073630458996f4e30faa4f16> /usr/lib/libusrtcp.dylib
0x19c631000 - 0x19c9e8fff AppleMediaServices arm64e  <e4d6b95174bc3f0eaea4dd3617131370> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x19c9e9000 - 0x19cb4bfff libswiftFoundation.dylib arm64e  <6482c837a9fa3e388e26621308728a5f> /usr/lib/swift/libswiftFoundation.dylib
0x19cb4c000 - 0x19cf8dfff libswiftCore.dylib arm64e  <544f826b05523417b3fc78bb21c74dee> /usr/lib/swift/libswiftCore.dylib
0x19cf8e000 - 0x19cfa9fff UIKitServices arm64e  <c1d3f2a6ea283991b64a21eff719b6b5> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x19cfaa000 - 0x19d0fefff Preferences arm64e  <f8960629a0ef3eddb63adf636e498adf> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x19d0ff000 - 0x19d30afff ContactsUI arm64e  <a3c09e57ce7c3e968b139f1c81dc3975> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x19d30b000 - 0x19d4c0fff CoreText arm64e  <9f9dddb2551236a4997334d1d2fa77ce> /System/Library/Frameworks/CoreText.framework/CoreText
0x19d4c1000 - 0x19d4dafff ExtensionKit arm64e  <6baa31911f6d3de890df228a0bdf3cf9> /System/Library/PrivateFrameworks/ExtensionKit.framework/ExtensionKit
0x19d4db000 - 0x19d4f0fff ChronoServices arm64e  <e89e3e4be644338389bcbd6bf29e223f> /System/Library/PrivateFrameworks/ChronoServices.framework/ChronoServices
0x19d4f1000 - 0x19d574fff BaseBoard arm64e  <175b676878403fc99bbe73e191ba6f5a> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x19d575000 - 0x19d7c0fff CoreDuet arm64e  <d16cd5b704ca3d51a77284bf65aeca06> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x19d7c1000 - 0x19d91afff Contacts arm64e  <24506e20ec863340b0252a16ab1b9af4> /System/Library/Frameworks/Contacts.framework/Contacts
0x19d91b000 - 0x19ee7bfff GeoServices arm64e  <3ac18e8f9deb329f83335e17134a0e86> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x19ee7c000 - 0x19ef11fff CoreLocation arm64e  <dc53d750e19b3af39f36ee42843fd105> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x19ef12000 - 0x19f0b3fff CloudKit arm64e  <413fafee81403fd6ab71ba6bde02a827> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x19f0b4000 - 0x19f428fff CoreData arm64e  <10621ecabeb531ab82d50953876c9d0d> /System/Library/Frameworks/CoreData.framework/CoreData
0x19f429000 - 0x19f4c7fff WidgetKit arm64e  <413610fc79f4346187a426b84d692fc5> /System/Library/Frameworks/WidgetKit.framework/WidgetKit
0x19f4c8000 - 0x1a01c6fff SwiftUI arm64e  <11fe45419f423ed28b93bde0534e2f0c> /System/Library/Frameworks/SwiftUI.framework/SwiftUI
0x1a01c7000 - 0x1a01d1fff libswiftCoreGraphics.dylib arm64e  <f6a9fa61b8b533b7bae2105c225affdf> /usr/lib/swift/libswiftCoreGraphics.dylib
0x1a01d2000 - 0x1a0211fff AppSupport arm64e  <41872e5b35e23977b73defc29d03d77d> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x1a0212000 - 0x1a0333fff ManagedConfiguration arm64e  <7954344d130136588a72cd32e1861c6a> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x1a0334000 - 0x1a03a2fff IMFoundation arm64e  <12a1d4b116d13c4eafe70e6dcf4d876f> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x1a03a3000 - 0x1a04b0fff IDS arm64e  <dcd2932ef5373d38ba76d17203b0ecd5> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x1a04b1000 - 0x1a0602fff Security arm64e  <f0b721312d4a36599dd0e9733f25ba60> /System/Library/Frameworks/Security.framework/Security
0x1a0603000 - 0x1a09dffff MediaPlayer arm64e  <4e19993d01ec34a0834914037faea8a0> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x1a09e0000 - 0x1a09f7fff AudioSession arm64e  <2651a6a1a807390588c59d54a08aaed4> /System/Library/PrivateFrameworks/AudioSession.framework/AudioSession
0x1a09f8000 - 0x1a0b9cfff AVFCore arm64e  <560bd4fc4f3b3e4cac9e9e230e49fecb> /System/Library/PrivateFrameworks/AVFCore.framework/AVFCore
0x1a0b9d000 - 0x1a1139fff Intents arm64e  <7d21d850d1ad3acf83cdf73077914ebe> /System/Library/Frameworks/Intents.framework/Intents
0x1a113a000 - 0x1a1188fff TextInputUI arm64e  <71534030b75139de95e94f75c6da5c93> /System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI
0x1a1189000 - 0x1a149afff CoreImage arm64e  <c412f408835d329c9d659aa5836f7a7c> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x1a149b000 - 0x1a1558fff ColorSync arm64e  <75b809740c863e1ba545909bec9843ba> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1a1559000 - 0x1a1594fff CoreVideo arm64e  <e1f8af3170153565b68b5f42d9321671> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1a1595000 - 0x1a1db4fff MediaToolbox arm64e  <160f19aed1eb3c7b8d0f9b0b89cadc9d> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1a1db5000 - 0x1a1eb6fff CoreMedia arm64e  <123aeff6fbef300ba40fcfb039e78e2a> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1a1eb7000 - 0x1a20dffff AudioToolbox arm64e  <2212de571ef23684b802c32aa5d08833> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x1a20e0000 - 0x1a2130fff CoreHaptics arm64e  <6fda33530cc53435a6ff55b9b12134ab> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
0x1a2131000 - 0x1a218ffff UserActivity arm64e  <ac17779c170138099a28dd7b638fdfba> /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity
0x1a2190000 - 0x1a2297fff UIFoundation arm64e  <2a43e5d676923dedad3934e191782128> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x1a2298000 - 0x1a22bdfff libsystem_info.dylib arm64e  <3057187fd0903e3c820f77637b1da29b> /usr/lib/system/libsystem_info.dylib
0x1a22be000 - 0x1a233dfff libsystem_c.dylib arm64e  <4dec80ac363a310792a954eaf8f99390> /usr/lib/system/libsystem_c.dylib
0x1a233e000 - 0x1a2388fff RunningBoardServices arm64e  <b043cf27902435bd94025c99acd15d97> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
0x1a2389000 - 0x1a3456fff JavaScriptCore arm64e  <74031f8f37ab36f192743167bb894827> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1a3a12000 - 0x1a3aa0fff ContactsFoundation arm64e  <66f017c0381c3c85bff65010f1bf68c7> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x1a3aa1000 - 0x1a3ce3fff HealthKit arm64e  <9edcab6e93643692abc7a60ba24a5abc> /System/Library/Frameworks/HealthKit.framework/HealthKit
0x1a3ce4000 - 0x1a3d06fff ProactiveEventTracker arm64e  <5a2fcbcc6d50339581a460b63bc40b07> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x1a3d07000 - 0x1a3d51fff Lexicon arm64e  <a9f50c28241836668730553553c0543d> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x1a3d52000 - 0x1a3dbbfff PersonalizationPortrait arm64e  <b18579f57ed439218c5c03b619070ab8> /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait
0x1a3dbc000 - 0x1a3e0afff CoreDuetContext arm64e  <18d4790f805c3e2cb87704a6958233b9> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x1a3e0b000 - 0x1a3eb6fff IOKit arm64e  <9464a7211f833f0b95df288304056c04> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x1a3eb7000 - 0x1a3ec5fff DataMigration arm64e  <c1deabe8e3cb315a8312d881389233e2> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1a3ec6000 - 0x1a3f21fff SpringBoardServices arm64e  <6703abf64fdb3922ad7335d828a6019b> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1a3f22000 - 0x1a3f33fff ContextKit arm64e  <d445ff98219738babaa3ee6f94afb09d> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
0x1a3f34000 - 0x1a41a7fff CoreMotion arm64e  <66c96cbfc04f3b8eb4f8131f5118c18d> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x1a41a8000 - 0x1a42e5fff EventKit arm64e  <36b9693542a43a2085f628e856bc4c4e> /System/Library/Frameworks/EventKit.framework/EventKit
0x1a4836000 - 0x1a4ad5fff MediaRemote arm64e  <786f79f336b43734a402920f5c576794> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x1a4ad6000 - 0x1a4c79fff CoreUtils arm64e  <4b70dad910eb3a8ca0707b84c9cd5644> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x1a4c7a000 - 0x1a4c8ffff FamilyCircle arm64e  <afb6d60328a934bd9c2e992671719bd6> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x1a4c90000 - 0x1a4cfcfff CoreSpotlight arm64e  <e33e9ea65cb23d79975aad8991845b52> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x1a504a000 - 0x1a5217fff AssistantServices arm64e  <27d07d2ea0743269814d02f70e9940f9> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x1a5218000 - 0x1a52dcfff CoreUI arm64e  <861942a2f89e375690f1341fce0c33c7> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1a52dd000 - 0x1a532afff SafariSafeBrowsing arm64e  <85cef90cf42536daaf12647407809ce5> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1a532b000 - 0x1a5b03fff WebKit arm64e  <74dc8380d8ad3229ae2c253e72c31515> /System/Library/Frameworks/WebKit.framework/WebKit
0x1a5b04000 - 0x1a809ffff WebCore arm64e  <5de368be47e73c80b8c5400de80b8036> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x1a80a0000 - 0x1a80fdfff libMobileGestalt.dylib arm64e  <be5f335488e73d2486af367d6f99e2e6> /usr/lib/libMobileGestalt.dylib
0x1a80fe000 - 0x1a8119fff CommonUtilities arm64e  <5fc8c2f4467635b6a7ae2344da9915e8> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1a811a000 - 0x1a827ffff IDSFoundation arm64e  <9c6cb8f5b193338d9a2b7816ff59bf8e> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x1a8280000 - 0x1a8386fff IMSharedUtilities arm64e  <022ac4180bc338cb85480dea03144d84> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
0x1a8387000 - 0x1a842ffff CoreSuggestions arm64e  <8f8715d5a842363583f389b7284967ae> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x1a8430000 - 0x1a84ccfff AddressBookLegacy arm64e  <e8a88df1a1cb3c28a3277877ff72723e> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x1a84cd000 - 0x1a84fefff UserNotifications arm64e  <621d2a526f31327ba3c97084425968dd> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1a84ff000 - 0x1a8588fff FrontBoardServices arm64e  <0f2f04c5a27338aeabc88a493a299e48> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1a8589000 - 0x1a85acfff libsystem_malloc.dylib arm64e  <acf2e0480ec23f8c8346bfd1df028e62> /usr/lib/system/libsystem_malloc.dylib
0x1a85ad000 - 0x1a8871fff MapKit arm64e  <3e16137695393b648d28f0ecea22c4c0> /System/Library/Frameworks/MapKit.framework/MapKit
0x1a8872000 - 0x1a9011fff VectorKit arm64e  <3aeb87af39ba3facae09824b0819953f> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x1a9012000 - 0x1a90a0fff AuthKit arm64e  <eb72a8ddcb41354b9150c5e239f685ab> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x1a90a1000 - 0x1a9132fff AppleAccount arm64e  <4c40a04662433571879070584a406e75> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1a9133000 - 0x1a9392fff AudioToolboxCore arm64e  <4b5c94a4adb036678426c5c77617f66e> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
0x1a93c6000 - 0x1a9698fff StoreServices arm64e  <36f47cb569933d7d965755d2f82de762> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x1a9699000 - 0x1a9820fff Sharing arm64e  <32930d8549bb3e87b74f7de4d2fa4d26> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x1a9821000 - 0x1a98c1fff ShareSheet arm64e  <44837b184e853dcba4817713dd942297> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
0x1a98c2000 - 0x1a9985fff CoreParsec arm64e  <cb614ec555ac3acaac15ddac047085fb> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x1a9986000 - 0x1a99cdfff PhotoFoundation arm64e  <ecc57dda8265305a9781abca3ce6bff5> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x1a99ce000 - 0x1a9c0cfff Photos arm64e  <1b16f41e1a3a339a8afe126b1eff0994> /System/Library/Frameworks/Photos.framework/Photos
0x1a9c0d000 - 0x1aa329fff PhotoLibraryServices arm64e  <3281a9b657a239999f246d476027854c> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x1aa32a000 - 0x1aa3e9fff AssetsLibraryServices arm64e  <eace9180034b3a17a3e17f0935d2aaaf> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x1aa3ea000 - 0x1aa439fff MobileBackup arm64e  <9c9ec58c828f33c4882bc29cdae1ea31> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x1aa43a000 - 0x1aa44dfff MSUDataAccessor arm64e  <64d55b1f15a23001842764f382d93e60> /System/Library/PrivateFrameworks/MSUDataAccessor.framework/MSUDataAccessor
0x1aa44e000 - 0x1aa475fff MobileAsset arm64e  <17d576dbe9b8330e946086f35f5ef568> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1aa476000 - 0x1aa485fff libsystem_networkextension.dylib arm64e  <0f4ed872a7243d158a5382d3169f759c> /usr/lib/system/libsystem_networkextension.dylib
0x1aa486000 - 0x1aa6cdfff NetworkExtension arm64e  <a1b1bc7f6b233d4cac8bc79b71078372> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x1aa6ce000 - 0x1aa704fff Trial arm64e  <dd6078d2e9f639399ebca7503178a3a5> /System/Library/PrivateFrameworks/Trial.framework/Trial
0x1aa705000 - 0x1aaf84fff CoreML arm64e  <5a93ef16451a339fa044b34b8939f325> /System/Library/Frameworks/CoreML.framework/CoreML
0x1aaf85000 - 0x1ab6f8fff Espresso arm64e  <3a9503b3d70e330b98f277f3f6d1bb5f> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1ab6f9000 - 0x1ab801fff VideoToolbox arm64e  <4ad0a199d49a3cc8bd0b4796ea18ced5> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x1ab802000 - 0x1ab84afff OnBoardingKit arm64e  <65dde1a8571931f48b0c41aa854ebae8> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
0x1ab93f000 - 0x1ab950fff AXCoreUtilities arm64e  <e1651edcf9bf33fe97e06f0fa3285799> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x1ab951000 - 0x1abed1fff PhotosUI arm64e  <4b3704885b47393282a0f3e9d3089f2a> /System/Library/Frameworks/PhotosUI.framework/PhotosUI
0x1abed2000 - 0x1ac79bfff PhotosUICore arm64e  <821f1d44446f3b85a27e332000bc1791> /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore
0x1ac79c000 - 0x1ac910fff Montreal arm64e  <aac5d81382383d2b92c26297a7709ea6> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x1ac911000 - 0x1aca24fff LanguageModeling arm64e  <d54563a4f13d3a4599b9ac8cc516ce63> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x1aca25000 - 0x1aca2dfff InternationalSupport arm64e  <d30cf09cd7333bbdb51468576289a9cd> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1aca2e000 - 0x1acc7dfff iTunesCloud arm64e  <4ced5ac140e83a65b34b886ae1c54c8a> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x1acc7e000 - 0x1accc3fff libswiftUIKit.dylib arm64e  <57930d86d5a13d66acc4cfb83e2afc4d> /usr/lib/swift/libswiftUIKit.dylib
0x1acdda000 - 0x1ace83fff CalendarDatabase arm64e  <05bf3122b70f39f383b690e2b64dfe8f> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x1aced2000 - 0x1acfb5fff LinkPresentation arm64e  <97395dfc723137ff8ec91077e7cf9a2f> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation
0x1acfb6000 - 0x1ad0f4fff Combine arm64e  <866545d9ce0430cc9d0783fbda97a633> /System/Library/Frameworks/Combine.framework/Combine
0x1ad181000 - 0x1ad192fff UniformTypeIdentifiers arm64e  <0c499a25e5a339409c15918afbbcc52b> /System/Library/Frameworks/UniformTypeIdentifiers.framework/UniformTypeIdentifiers
0x1ad193000 - 0x1ad214fff CloudDocs arm64e  <1bd0b2de57a93c2db9331718ad509c44> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x1ad74b000 - 0x1ad78efff MediaServices arm64e  <8b35ed28e94434aeb2ea1c3cb72d0132> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x1ad78f000 - 0x1ad919fff SearchFoundation arm64e  <b129e1a9c5c731b9b03f7974a5ff07b5> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x1ad91a000 - 0x1ad974fff WebBookmarks arm64e  <c6c16be1f24232ce967e6fe51a6a36d9> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x1ad9f3000 - 0x1ada2afff libobjc.A.dylib arm64e  <d28854e7ce2b3cdf8ac1c278f8b81ce2> /usr/lib/libobjc.A.dylib
0x1ada2b000 - 0x1ada8cfff LoggingSupport arm64e  <9403957cd391326b817547aff85f194f> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1ada8d000 - 0x1adae8fff libc++.1.dylib arm64e  <86cfe67892db3041963fc35628dcff49> /usr/lib/libc++.1.dylib
0x1adae9000 - 0x1adb02fff libc++abi.dylib arm64e  <a428b49d7b173742864e570f2461bf17> /usr/lib/libc++abi.dylib
0x1adb03000 - 0x1adb44fff SetupAssistant arm64e  <8eb5e6cf2c2d3603b86b3a9b65cc6647> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1adc96000 - 0x1adcd8fff CoreAutoLayout arm64e  <e5b08e95335c37829f926c520da1e828> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/CoreAutoLayout
0x1adcd9000 - 0x1ade30fff Network arm64e  <96b27392ea8b3ae5bfecddf6ad68fcc7> /System/Library/Frameworks/Network.framework/Network
0x1ade31000 - 0x1ade67fff MobileKeyBag arm64e  <54527e7e066a3b44876c08d2c49f8e75> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1ae098000 - 0x1ae0aafff BaseBoardUI arm64e  <d8f7202ea94d3de5890c35edc80859ae> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x1ae0ab000 - 0x1ae159fff libvDSP.dylib arm64e  <b7f54bcfd7a03857961a3398ac014859> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1ae15a000 - 0x1ae18dfff libAudioToolboxUtility.dylib arm64e  <7fab7904aebd366ab7fe6d0523276c88> /usr/lib/libAudioToolboxUtility.dylib
0x1ae361000 - 0x1ae3ecfff CoreNLP arm64e  <9df7ed40f9a23766b524aa8d27068937> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x1ae3ed000 - 0x1ae502fff FileProvider arm64e  <4487e0aa5df034e98a83662f686cd5ad> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1ae503000 - 0x1ae514fff BiomeStorage arm64e  <8cc3a92291253cfab671337e5880a9bb> /System/Library/PrivateFrameworks/BiomeStorage.framework/BiomeStorage
0x1ae515000 - 0x1ae52dfff libswiftDispatch.dylib arm64e  <b13760435a5031d08ebac9b56e808979> /usr/lib/swift/libswiftDispatch.dylib
0x1ae52e000 - 0x1ae563fff DataDetectorsCore arm64e  <69513fdcfd2e34f4a26c8be0f1034c70> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1ae564000 - 0x1ae600fff Symbolication arm64e  <3ddd681a0a263a47814738bafa673d5a> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
0x1ae601000 - 0x1ae60ffff CrashReporterSupport arm64e  <1ace17429f44370faf92c917f235a551> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1ae66f000 - 0x1ae73efff TelephonyUtilities arm64e  <ce8e11caac343cbb8f33ace0760e994e> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x1ae776000 - 0x1ae963fff MPSNeuralNetwork arm64e  <265f706c1ff83f5e96e5bc637aeaf5b5> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1ae964000 - 0x1ae9b8fff MPSCore arm64e  <41c31f8bbc193c7396bb010762b47f2b> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1aeb13000 - 0x1aeb7cfff CalendarFoundation arm64e  <26460b24fa23305db03cb334629d528d> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x1aebdd000 - 0x1aecc6fff NLP arm64e  <0582bb05f7b832cca673861bb9ec5b35> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x1aecc7000 - 0x1aeceefff AppSupportUI arm64e  <cd9cb94a0de5345692b5eaf7713b65a4> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x1aecf8000 - 0x1aed4bfff FTServices arm64e  <a4409495c50837c899b129b003f68f72> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x1aed4c000 - 0x1aedfefff libboringssl.dylib arm64e  <78a76a7ae04036a083a3bdf1ee2e4510> /usr/lib/libboringssl.dylib
0x1aedff000 - 0x1aee15fff ProtocolBuffer arm64e  <266e56bd0954357cbdac072270d2b19a> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1aee16000 - 0x1aef16fff AVKit arm64e  <9ade98b8550c3e6491b0889f92bf4728> /System/Library/Frameworks/AVKit.framework/AVKit
0x1aef17000 - 0x1aef1ffff BackgroundTasks arm64e  <90f6c3ab6c92378a8108d8e41bedadeb> /System/Library/Frameworks/BackgroundTasks.framework/BackgroundTasks
0x1af084000 - 0x1af093fff AssertionServices arm64e  <cfe160b743e735bd8e5d2e8f74850c9b> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1af111000 - 0x1af1ebfff Metal arm64e  <4f8a0d791a373eb0bff19cc95d946662> /System/Library/Frameworks/Metal.framework/Metal
0x1af1ec000 - 0x1af33ffff MediaExperience arm64e  <3f44dab81e8d37dbb0f160f510bcb0b1> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
0x1af340000 - 0x1af71afff VideoProcessing arm64e  <6913f83c61313c94adb22e17bbac4b50> /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing
0x1af71b000 - 0x1af731fff libsystem_trace.dylib arm64e  <667ddf48cd4f3d589c6670c4ae4dd61c> /usr/lib/system/libsystem_trace.dylib
0x1af732000 - 0x1af763fff CoreServicesInternal arm64e  <23b86276f8ae373fb33b25ce353836c7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x1af764000 - 0x1af7d3fff SafariCore arm64e  <0c4ce8c91ef53c2381fb0ea570dfe7c0> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x1af7d4000 - 0x1afa07fff SafariShared arm64e  <55336b7f3206328a8075bf9c90c0e5ab> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x1b03fe000 - 0x1b0476fff SAObjects arm64e  <7ad6ad85264737a2899fece38b4ceac6> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x1b0477000 - 0x1b04c0fff VoiceServices arm64e  <27eab3a6d93333e39075aca3f49b6388> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x1b04c1000 - 0x1b04c9fff GraphicsServices arm64e  <b3970816b346381ea7818d1cf1ed8cc6> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1b04ca000 - 0x1b051cfff DeviceManagement arm64e  <e616c6c757be34ad8bd3cb982c072933> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
0x1b051d000 - 0x1b0696fff Translation arm64e  <80377dd7266439b4a491dd98faf128fc> /System/Library/PrivateFrameworks/Translation.framework/Translation
0x1b0697000 - 0x1b06abfff PowerLog arm64e  <f0757d42e8fd354495c2fe10c8327377> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1b06ac000 - 0x1b06d3fff DuetActivityScheduler arm64e  <1f0dc7392dd533c4a7647c3cfb3b8232> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x1b2169000 - 0x1b240efff Vision arm64e  <ac5ed4ec65073e6f8053d2236376c369> /System/Library/Frameworks/Vision.framework/Vision
0x1b2469000 - 0x1b24d3fff ProactiveSupport arm64e  <93e5211453d13c168746a05bf56ebf81> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1b24ff000 - 0x1b251efff ApplePushService arm64e  <92a4464fb99e3f899302ed3669feada3> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1b251f000 - 0x1b2548fff BoardServices arm64e  <04b68ebc636932fc9dc98b06e836878b> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
0x1b2549000 - 0x1b2555fff libswiftCloudKit.dylib arm64e  <fec9a47c3c4436bf83621cd5077dec5d> /usr/lib/swift/libswiftCloudKit.dylib
0x1b26bd000 - 0x1b26edfff libncurses.5.4.dylib arm64e  <ec406b69dd7d362cad3d25fe08ad5ebb> /usr/lib/libncurses.5.4.dylib
0x1b26ee000 - 0x1b272dfff OSAnalytics arm64e  <355dae23db863a09906deb1eb9515c54> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
0x1b272e000 - 0x1b2789fff CoreBluetooth arm64e  <1622c298f68a320e997f62c4f9fe6b84> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1b297d000 - 0x1b29c0fff TemplateKit arm64e  <44a97ae1bcaa31668a3143b695a65832> /System/Library/PrivateFrameworks/TemplateKit.framework/TemplateKit
0x1b29c1000 - 0x1b29f5fff MobileInstallation arm64e  <c675f1068d693434aa2b82a375d944bf> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1b29f6000 - 0x1b2a83fff libTelephonyUtilDynamic.dylib arm64e  <b56cf618479e305eb0a4c5a6d2924531> /usr/lib/libTelephonyUtilDynamic.dylib
0x1b2a84000 - 0x1b2af1fff NanoRegistry arm64e  <e5f0be627da43cc48c1ee68acad25ea2> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1b2bd1000 - 0x1b2bedfff CoreMaterial arm64e  <784250d868d63e11bfb5ece632585f17> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
0x1b2c64000 - 0x1b2de9fff libsqlite3.dylib arm64e  <1e9ca953de5230a386b8245b9eea0725> /usr/lib/libsqlite3.dylib
0x1b2dea000 - 0x1b2eacfff AVFCapture arm64e  <abb5df42f90b333fbf46e569cebf5828> /System/Library/PrivateFrameworks/AVFCapture.framework/AVFCapture
0x1b2ead000 - 0x1b31f4fff CMCapture arm64e  <17ae0406d4f234ebaddb54dded9f5cf9> /System/Library/PrivateFrameworks/CMCapture.framework/CMCapture
0x1b33af000 - 0x1b361bfff MobileSpotlightIndex arm64e  <363ccdfa50fc32a394c8d83c660b747c> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1b3a49000 - 0x1b3a53fff libsystem_notify.dylib arm64e  <5faffd3cb8e03d968379ecc47ee1360e> /usr/lib/system/libsystem_notify.dylib
0x1b3a54000 - 0x1b3a97fff CryptoTokenKit arm64e  <00c26bfd9ed83d88926df6a8168c6a56> /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit
0x1b3b02000 - 0x1b3b75fff libcorecrypto.dylib arm64e  <a77f2ab77dbe3d41bec57bc25c40fe01> /usr/lib/system/libcorecrypto.dylib
0x1b3b76000 - 0x1b3b99fff UserManagement arm64e  <d10380ead44e3ce2bd2c945514705a9d> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1b3c71000 - 0x1b3c8bfff libsystem_asl.dylib arm64e  <f19720fd8a7836e5a78ec271f57275de> /usr/lib/system/libsystem_asl.dylib
0x1b3c8c000 - 0x1b3cb0fff AppSSO arm64e  <4ee29deeca8233ce963c42d410b7e146> /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO
0x1b3cb1000 - 0x1b3cd1fff SharedWebCredentials arm64e  <3fb4b3f2c95f3b099158a8624d157d93> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x1b3cd2000 - 0x1b3ea2fff SafariServices arm64e  <195d1bcab756377da6808e2046d8ff30> /System/Library/Frameworks/SafariServices.framework/SafariServices
0x1b3ef7000 - 0x1b3f2dfff DataAccessExpress arm64e  <d9a648c8e34f3ff2ba3cce0fa2c322cc> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1b3f2e000 - 0x1b3f65fff CoreServicesStore arm64e  <ad9137fec14a3be08c18b99ff515c825> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
0x1b3f66000 - 0x1b3f98fff CoreAnalytics arm64e  <46afae4307e43faab8a40c403b76a7ce> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1b3f99000 - 0x1b3fa4fff SymptomAnalytics arm64e  <8febfdaf6af434b68de472dd7d92e8a5> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/SymptomAnalytics
0x1b419e000 - 0x1b41adfff NanoPreferencesSync arm64e  <6220a4d64d913da29772bc6fe028b659> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1b46a3000 - 0x1b46cdfff IconServices arm64e  <1d0b3b3620bc3e23971a386a7ad16f76> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
0x1b5153000 - 0x1b5410fff vImage arm64e  <8e0dab1a495d3962a5e7804e33a3c0d8> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1b6216000 - 0x1b63effff IMCore arm64e  <af625c8cbce93bb1a0b2929967031ded> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x1b64e4000 - 0x1b64fbfff IAP arm64e  <4b3c4e0d21ed3f4b8d0554df2d7d7927> /System/Library/PrivateFrameworks/IAP.framework/IAP
0x1b64fc000 - 0x1b6557fff ktrace arm64e  <ed12e56ba27d3710823d9a47b18c3a41> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1b66c2000 - 0x1b66d0fff Celestial arm64e  <7fe45b6d831c32df8a9c20127cdd3af0> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x1b6777000 - 0x1b67befff Pegasus arm64e  <ec76a1d01e50350eb90da1c0060ea794> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x1b67bf000 - 0x1b6925fff WebKitLegacy arm64e  <33c87ec0f694337b8901962a84a6059f> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1b699a000 - 0x1b6a19fff ClassKit arm64e  <bb3018eeea1b337f8294fa03da2f61ae> /System/Library/Frameworks/ClassKit.framework/ClassKit
0x1b7b8e000 - 0x1b7b98fff IOMobileFramebuffer arm64e  <9a6f85d4c24230268af40cc802e43e52> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1b7b99000 - 0x1b7c0dfff ScreenTimeCore arm64e  <1e76b45e828c3ee4a196d691ec96bb69> /System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore
0x1b7cb9000 - 0x1b7e3bfff CloudPhotoLibrary arm64e  <8c015790e7143c3bbbec66bb863cabb9> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1b7e3c000 - 0x1b8103fff MusicLibrary arm64e  <c2201a1d193730beabdb98d337ea67d6> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x1b8104000 - 0x1b816cfff CallKit arm64e  <a892999855993ec382e0ba5d983fe630> /System/Library/Frameworks/CallKit.framework/CallKit
0x1b8210000 - 0x1b822ffff PrototypeTools arm64e  <904b61c91d293dc4807289aaa8c78f1d> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1b8230000 - 0x1b825bfff PersistentConnection arm64e  <2c2a44acdfaa3cdf9024e2818193aee8> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1b825c000 - 0x1b829efff BiomeStreams arm64e  <5d969044498b34c1938c567b8803f8b2> /System/Library/PrivateFrameworks/BiomeStreams.framework/BiomeStreams
0x1b82b9000 - 0x1b8567fff PencilKit arm64e  <aff08c0025d03347b14a87162aea05fc> /System/Library/Frameworks/PencilKit.framework/PencilKit
0x1b8613000 - 0x1b8625fff libswiftUniformTypeIdentifiers.dylib arm64e  <e0afecfda7b533df8508826920b2c827> /usr/lib/swift/libswiftUniformTypeIdentifiers.dylib
0x1b8626000 - 0x1b8790fff CoreSpeech arm64e  <78e8a01a187d34abbf07ee4f69ee6b07> /System/Library/PrivateFrameworks/CoreSpeech.framework/CoreSpeech
0x1b8791000 - 0x1b88ecfff IMDPersistence arm64e  <52602a132c5d3750910877edb2adbf45> /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
0x1b8b89000 - 0x1b8c4efff SafariSharedUI arm64e  <3c5b3da96d363b59a2e5db7d0cfc9b93> /System/Library/PrivateFrameworks/SafariSharedUI.framework/SafariSharedUI
0x1b8c6b000 - 0x1b8c81fff AppSSOCore arm64e  <e62fde061fff3cdf95f1a4939b07a5c9> /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore
0x1b8c8d000 - 0x1b8ca3fff CoreFollowUp arm64e  <3f3b6403511f3f5aa518593082ad1a46> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1b8ca4000 - 0x1b8d1cfff Rapport arm64e  <c7f0e2256a893a47b2b782b590800bc8> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1b8dff000 - 0x1b8e10fff Categories arm64e  <95fab75ac8d73abbb072fea2c6993ca4> /System/Library/PrivateFrameworks/Categories.framework/Categories
0x1b90de000 - 0x1b9105fff LocationSupport arm64e  <1b2fdc4b973a3db29de6c92e2935b6b4> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
0x1b9106000 - 0x1b9139fff iCalendar arm64e  <59f32595d7a43f598ac08a8bef6e82bb> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1b913a000 - 0x1b9168fff CoreAccessories arm64e  <a1db9e8e1e2b3caaaf95f99a13c00065> /System/Library/PrivateFrameworks/CoreAccessories.framework/CoreAccessories
0x1b9169000 - 0x1b9267fff ConfigurationEngineModel arm64e  <13a6c8aef1b43b49a92dc8ebbadc4fb6> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
0x1b9268000 - 0x1b9292fff CacheDelete arm64e  <bfba9ce8263a39de88288ab1af98328a> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1b9293000 - 0x1b930dfff CVNLP arm64e  <590d06ba0c11383f9e291fe27881479b> /System/Library/PrivateFrameworks/CVNLP.framework/CVNLP
0x1b947d000 - 0x1b947ffff OSAServicesClient arm64e  <63fa1d5cf9e13041927bcf28cadae9e4> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
0x1b9480000 - 0x1b9482fff BiomeFoundation arm64e  <e30a770c7b0a3bc7902da8d4b1722ec7> /System/Library/PrivateFrameworks/BiomeFoundation.framework/BiomeFoundation
0x1b9483000 - 0x1b94dcfff ProtectedCloudStorage arm64e  <9489c941eca733e09a2fe269c6d604c9> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1b94dd000 - 0x1b9512fff C2 arm64e  <b3b27ea1d77834a7a3d0a48eef3d4be2> /System/Library/PrivateFrameworks/C2.framework/C2
0x1b9513000 - 0x1b977efff DifferentialPrivacy arm64e  <277ef06d45123997844441cb7f8f4f97> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1b99b0000 - 0x1ba215fff EmbeddedAcousticRecognition arm64e  <4761c895d2473d468887bc9762584d12> /System/Library/PrivateFrameworks/EmbeddedAcousticRecognition.framework/EmbeddedAcousticRecognition
0x1ba216000 - 0x1ba2d4fff SiriInstrumentation arm64e  <92f135eccc1236b38447dd400f392713> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
0x1ba2d5000 - 0x1ba318fff BiometricKit arm64e  <7db66a2eec003ce6ab25340721791586> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1ba36d000 - 0x1ba41bfff CoreSymbolication arm64e  <9264d5d95ed8305782852a4e9efb1ff4> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1ba494000 - 0x1ba525fff SpeakerRecognition arm64e  <219315ea8054385b89e4a626631ddcf6> /System/Library/PrivateFrameworks/SpeakerRecognition.framework/SpeakerRecognition
0x1babe2000 - 0x1babf4fff IOSurface arm64e  <c2e851fa1640311782eddfbe2128ad60> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1babf5000 - 0x1bac58fff MobileWiFi arm64e  <79cb626188133caa88b900042e2b3855> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1bac5d000 - 0x1bac7dfff DataDeliveryServices arm64e  <c1b43ce48b0d3480a5d6717ead235c2d> /System/Library/PrivateFrameworks/DataDeliveryServices.framework/DataDeliveryServices
0x1bb12f000 - 0x1bb1d7fff MMCS arm64e  <c4207075a2b43d14a756290db608b3ba> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x1bb22c000 - 0x1bb267fff libGLImage.dylib arm64e  <aaaaa3cc0c8f38c4963c94e7b3356bc0> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1bb268000 - 0x1bb26ffff libsystem_symptoms.dylib arm64e  <2528d0d1a99a3ae3ac1cd20d1842a1b2> /usr/lib/system/libsystem_symptoms.dylib
0x1bb2bb000 - 0x1bb812fff CoreAudio arm64e  <0b3331230392372fb0fec163ea6fd89f> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1bb813000 - 0x1bb82afff ContactsDonation arm64e  <6670b79bfedd36769df910c03f614b84> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1bb82b000 - 0x1bb848fff IntentsCore arm64e  <be3add881d7f313ba4cad066581ba234> /System/Library/PrivateFrameworks/IntentsCore.framework/IntentsCore
0x1bb8ed000 - 0x1bb923fff ImageCaptureCore arm64e  <4ce47bace5473264ba5dc249c19d033e> /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore
0x1bb989000 - 0x1bb9f0fff RenderBox arm64e  <5190d78cde7a3a2ab0ad070cbb2521ab> /System/Library/PrivateFrameworks/RenderBox.framework/RenderBox
0x1bba91000 - 0x1bbbd6fff Navigation arm64e  <a43a40c8e60032c1bd74e7e5e9470f31> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1bbbd7000 - 0x1bbbf3fff SafariFoundation arm64e  <da5a560f02313cf2ab8fa3dbf2c9fd0e> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x1bbd7d000 - 0x1bbd90fff MaterialKit arm64e  <683cb0a3df4e360ab349ebb3d1a965de> /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit
0x1bbf32000 - 0x1bbf42fff CoreAUC arm64e  <3226fe3046e336aca5f92fba768e43c8> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1bc776000 - 0x1bc78bfff SettingsFoundation arm64e  <3297cb8dba4639019184fbb1df9c76f5> /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
0x1bced1000 - 0x1bd0ecfff RawCamera arm64e  <416ffd72f1043b42b3b6dd95c36b7357> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x1bd157000 - 0x1bd1b7fff ToneLibrary arm64e  <8323b3b57fd23963b44820d12d17f035> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1bd1b8000 - 0x1bd222fff TrialProto arm64e  <8c97acaa12143977a2f5fccce4fa02e8> /System/Library/PrivateFrameworks/TrialProto.framework/TrialProto
0x1bd9f6000 - 0x1bda03fff MediaSafetyNet arm64e  <a265c6f0da5b30aca0e0fb3c52f6de67> /System/Library/PrivateFrameworks/MediaSafetyNet.framework/MediaSafetyNet
0x1bda04000 - 0x1bda3ffff TimeSync arm64e  <024beb97e5de34779e5cdf90b6486641> /System/Library/PrivateFrameworks/TimeSync.framework/TimeSync
0x1bda98000 - 0x1bdaddfff ExposureNotification arm64e  <29c74cd7077238ddaaa5d573161b0f25> /System/Library/Frameworks/ExposureNotification.framework/ExposureNotification
0x1be16c000 - 0x1be175fff CoreTime arm64e  <15745f419f643afe8966ca25ac87adda> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1be90e000 - 0x1beb0afff NeutrinoCore arm64e  <b0af033678d93f95a493b04f91a948ee> /System/Library/PrivateFrameworks/NeutrinoCore.framework/NeutrinoCore
0x1beb1a000 - 0x1bec17fff TextRecognition arm64e  <93419f9cff44394cb7fb0d4d18cd05ae> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
0x1bed32000 - 0x1bed3bfff ContextKitExtraction arm64e  <0b5e69291b2632f39385a0328311649d> /System/Library/PrivateFrameworks/ContextKitExtraction.framework/ContextKitExtraction
0x1bee10000 - 0x1bee12fff libswiftObjectiveC.dylib arm64e  <60bb33adde9f3ef7b8ae9d0aca728f44> /usr/lib/swift/libswiftObjectiveC.dylib
0x1bee13000 - 0x1bf062fff libmorphun.dylib arm64e  <ba00e5a2c5483d0daac01fed15d9fb9b> /usr/lib/libmorphun.dylib
0x1c03cf000 - 0x1c0408fff PhotosPlayer arm64e  <d5cb061bb26c371aae35a8e7e218d6e0> /System/Library/PrivateFrameworks/PhotosPlayer.framework/PhotosPlayer
0x1c044d000 - 0x1c04d0fff CoreDAV arm64e  <776474c5786a3334ab74007619529e61> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1c06b0000 - 0x1c06bffff MobileIcons arm64e  <442c293364c53b879470c28123a1dfcc> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1c0a91000 - 0x1c0b65fff ProofReader arm64e  <1cc51cde925b3137ae2d4ff4e22c7ddf> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1c1dc8000 - 0x1c1dd2fff MallocStackLogging arm64e  <370604f2e18c326484b75a6f48748b86> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
0x1c1df0000 - 0x1c1e1ffff AttributeGraph arm64e  <4d3df820d61c3c48923b6acc17a86378> /System/Library/PrivateFrameworks/AttributeGraph.framework/AttributeGraph
0x1c200b000 - 0x1c2056fff MetadataUtilities arm64e  <1cbb168a5c8439f38ac2e98b67a0d7b9> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1c27e6000 - 0x1c2844fff CoreLocationProtobuf arm64e  <6483eeecdc7534ad85b638e2edf10f9a> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1c2a60000 - 0x1c2a92fff Bom arm64e  <d1d24a2a2ecf3759ba0e0aed63daa3a9> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1c2ac4000 - 0x1c2acafff PushKit arm64e  <6554a9dbd84e3d39ac093c1be3313e01> /System/Library/Frameworks/PushKit.framework/PushKit
0x1c2acb000 - 0x1c2b34fff PhotosFormats arm64e  <775a62a9221639f09a556669a5bdde72> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x1c2cc6000 - 0x1c2d56fff Quagga arm64e  <2835038a535832d2993cdf80ba3924b0> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1c2d57000 - 0x1c2d5ffff StudyLog arm64e  <d04e4003c9363075a920b5141414b41a> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1c2d60000 - 0x1c2da8fff CryptoKit arm64e  <d61835ba275834c7ada48db2c7ebfa9b> /System/Library/Frameworks/CryptoKit.framework/CryptoKit
0x1c3c8b000 - 0x1c3cccfff NaturalLanguage arm64e  <ea169e7f1d8f3a3fbc900716b2e8cc27> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
0x1c4766000 - 0x1c4785fff MediaStream arm64e  <90b18b32c9cd35b686cfa8c468184cc7> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1c52d6000 - 0x1c5403fff InternalSwiftProtobuf arm64e  <c6e28095bb6f30c9a359873233ed9986> /System/Library/PrivateFrameworks/InternalSwiftProtobuf.framework/InternalSwiftProtobuf
0x1c5523000 - 0x1c554cfff MediaConversionService arm64e  <ce48caa64aeb352985004c432a6b7ffd> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
0x1c569d000 - 0x1c57e0fff CoreHandwriting arm64e  <f1280c1fab3c3d10b2939b29e15c2741> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
0x1c5fe3000 - 0x1c5feefff AppleIDAuthSupport arm64e  <8156928f4d9032d080e643614353fad7> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1c5ffe000 - 0x1c6015fff LocalAuthentication arm64e  <6686fae7bc1a3559846ea69b039e4561> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1c6016000 - 0x1c601cfff IOAccelerator arm64e  <17c70bd014ef340cba68e058fff28e98> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1c6407000 - 0x1c6411fff CloudPhotoServices arm64e  <49d0b572666e3fa28a490e7a27954d3b> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1c6459000 - 0x1c6504fff iTunesStore arm64e  <5f911f3c3eab32ad83b20583a861ba05> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x1c68d3000 - 0x1c6905fff libsystem_kernel.dylib arm64e  <68ca1d5425683fb7b16115ba656e8041> /usr/lib/system/libsystem_kernel.dylib
0x1c6c02000 - 0x1c6d0cfff ResponseKit arm64e  <3801ac4b77d23f18a6ef33f6c87f8337> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x1c6d0d000 - 0x1c6d47fff EmojiFoundation arm64e  <e75e7169799a3a39a4f476b0c0f59324> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation
0x1c7377000 - 0x1c7384fff FontServices arm64e  <f123e039ee0c31cd9ad2d0eb87aecb36> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1c753a000 - 0x1c7546fff MediaAccessibility arm64e  <c8e8f634c96c3b7c9d874b219daee4c4> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1c7587000 - 0x1c7b63fff SiriTTS arm64e  <7e46d2663bd93d8d820ed6cab6deb938> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x1c7b64000 - 0x1c7b72fff SetupAssistantSupport arm64e  <8befd84a61003e3e896a645ef740f21e> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1c7b7b000 - 0x1c7bdbfff Social arm64e  <5f1f310d4e0b3630ac09ba58345b682f> /System/Library/Frameworks/Social.framework/Social
0x1c7cb6000 - 0x1c7ce7fff VirtualGarage arm64e  <03b24952c7c432b9b009ff86f2a93d62> /System/Library/PrivateFrameworks/VirtualGarage.framework/VirtualGarage
0x1c7ce8000 - 0x1c7d0dfff NetAppsUtilities arm64e  <200d622e6d4d39549fcfa191cccf7901> /System/Library/PrivateFrameworks/NetAppsUtilities.framework/NetAppsUtilities
0x1c7d0e000 - 0x1c7d6ffff Osprey arm64e  <9e16e3149bca359db21092cd51f5c1ba> /System/Library/PrivateFrameworks/Osprey.framework/Osprey
0x1c8f2c000 - 0x1c8f39fff libdscsym.dylib arm64e  <f57076915ce232279c63a69cd6229a2f> /usr/lib/libdscsym.dylib
0x1c8f3a000 - 0x1c8f4afff HangTracer arm64e  <a30ce4ff39de3dbca19d13dee709af1a> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1c9106000 - 0x1c91c1fff SampleAnalysis arm64e  <740b0eda4a4d3b88a802fc3008849d76> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1c91c2000 - 0x1c91f1fff PlugInKit arm64e  <96b68dd6fb2837289de1aea8a7daba1e> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1c92a5000 - 0x1c92a6fff libSystem.B.dylib arm64e  <31fb336c25af39d1a8f73ff886e4e219> /usr/lib/libSystem.B.dylib
0x1c95b7000 - 0x1c95c4fff MobileActivation arm64e  <36354d3c48f43841a7f45668b60f2f00> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
0x1c95c5000 - 0x1c961dfff CalendarDaemon arm64e  <78a146d9f9433ae59e8aeae5392097e5> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1c9712000 - 0x1c9782fff libarchive.2.dylib arm64e  <5f4e2e1fa67039149ae3a212752694da> /usr/lib/libarchive.2.dylib
0x1c9783000 - 0x1c97a7fff libtailspin.dylib arm64e  <fbe33550108b350da2c42d78dc78fa92> /usr/lib/libtailspin.dylib
0x1c97a8000 - 0x1c9c65fff libBNNS.dylib arm64e  <02854572ef6b3aedaf6cfe550f68839b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1c9c66000 - 0x1c9ca8fff SharedUtils arm64e  <aa5fbcaf79c038b599c05b822a5bb3b7> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1c9f5c000 - 0x1c9f61fff libsysdiagnose.dylib arm64e  <803158231b68301bae3a659c7988571a> /usr/lib/libsysdiagnose.dylib
0x1c9f9e000 - 0x1ca0a9fff CoreMediaStream arm64e  <35b92bdbdbbb338dae0660b02685937b> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x1ca2bb000 - 0x1ca2bbfff AVFoundation arm64e  <a5841be0b7803c30bffb4aefaa5baa6f> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1ca2bc000 - 0x1ca2bcfff Accelerate arm64e  <baf3bf06407f3cef8575aa9db846df44> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1ca2bd000 - 0x1ca527fff libBLAS.dylib arm64e  <d007c994b548317ab6b75fd187a533fe> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1ca528000 - 0x1ca9e4fff libLAPACK.dylib arm64e  <5dc4f213b2bc3f78a650b27dabf3b874> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1ca9e5000 - 0x1ca9f9fff libLinearAlgebra.dylib arm64e  <2ec8358432bc3ba998446e80bf02e46d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1ca9fa000 - 0x1ca9fefff libQuadrature.dylib arm64e  <8f628da915aa36d9ae974b5084b79bbc> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1ca9ff000 - 0x1caa61fff libSparse.dylib arm64e  <a1e550e81923342e9d1c3a566fbf51ed> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1caa62000 - 0x1caa74fff libSparseBLAS.dylib arm64e  <1e1c9ec932843f7eb5025575f297cd91> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1caa75000 - 0x1caac8fff libvMisc.dylib arm64e  <2ee8c8f13f083c0fa9cbbfa0953b9f07> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1caac9000 - 0x1caac9fff vecLib arm64e  <9f93937dcb963dd4a591605605408b74> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1cab01000 - 0x1cab04fff AppTrackingTransparency arm64e  <7905bf0f21c23e5dbac9df79e37c24fd> /System/Library/Frameworks/AppTrackingTransparency.framework/AppTrackingTransparency
0x1cab05000 - 0x1cab16fff AssetsLibrary arm64e  <adf437711dd336c59986c08271cc3934> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x1cac1c000 - 0x1cac39fff AuthenticationServices arm64e  <f9cc92a70a7b376f8a57712901e1aad7> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
0x1cad28000 - 0x1cad91fff CoreMIDI arm64e  <b311f9f86b7336cab8f3cbc281b519e4> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x1cb2bd000 - 0x1cb2d4fff ExternalAccessory arm64e  <cad43a29e32e385ba6a4013ac8c39690> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory
0x1cb4b5000 - 0x1cb639fff MLCompute arm64e  <993d8b4d89913d048099c2448d31bc65> /System/Library/Frameworks/MLCompute.framework/MLCompute
0x1cb660000 - 0x1cb678fff MetalKit arm64e  <b6516512d4c93e729935c9e7447cece2> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x1cb679000 - 0x1cb6fefff MPSImage arm64e  <733e5fa077e73a849529e1f0ecd787d6> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1cb6ff000 - 0x1cb725fff MPSMatrix arm64e  <adf0c51f889e3d9bad7a57f2c22cf89f> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1cb726000 - 0x1cb760fff MPSNDArray arm64e  <9d7005f4d68d36d08398665d11cd4dcb> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
0x1cb761000 - 0x1cb7a9fff MPSRayIntersector arm64e  <451f6006f82d3612a7a296d9ec73d0da> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1cb7aa000 - 0x1cb7aafff MetalPerformanceShaders arm64e  <97000277c60e3a10824f05ab24776233> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1cbb47000 - 0x1cbb47fff MobileCoreServices arm64e  <9a2e34d90a353a60b72306999a424329> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1cc727000 - 0x1cc72ffff OpenGLES arm64e  <bcdefd99e17433feb1c58d21124cb877> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1cc730000 - 0x1cc731fff libCVMSPluginSupport.dylib arm64e  <6fe35d82fde23bb4a194a1218eee3b20> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1cc732000 - 0x1cc738fff libCoreFSCache.dylib arm64e  <1d9cd4aa48213850ac57a81601b0182a> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1cc739000 - 0x1cc73efff libCoreVMClient.dylib arm64e  <d8d1ff0c5a38345ca9cf53033e55e87e> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1cc73f000 - 0x1cc748fff libGFXShared.dylib arm64e  <2c145ae7707f360e8e2355f12023a4fc> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1cc901000 - 0x1cc9c7fff PDFKit arm64e  <37ef547729a734ccb6e9b5269dafbf88> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1cc9d6000 - 0x1cca11fff QuickLookThumbnailing arm64e  <13c0dd702f26381c99e8952c5716ea12> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1cd0e3000 - 0x1cd227fff SoundAnalysis arm64e  <7b1a1449ed6a3ff3b24d3e02e0acdca7> /System/Library/Frameworks/SoundAnalysis.framework/SoundAnalysis
0x1cd228000 - 0x1cd239fff Speech arm64e  <ab14ff18aab634ddbcfbe29a382b97fb> /System/Library/Frameworks/Speech.framework/Speech
0x1cd356000 - 0x1cd356fff UIKit arm64e  <8ebf7f5629ca3ed7a514f786b8471943> /System/Library/Frameworks/UIKit.framework/UIKit
0x1cd360000 - 0x1cd428fff VideoSubscriberAccount arm64e  <2add7445e2bd37e3a7bc6f1c426d9e96> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x1cd429000 - 0x1ce013fff libfaceCore.dylib arm64e  <400fba149b823e20981896175f958bbe> /System/Library/Frameworks/Vision.framework/libfaceCore.dylib
0x1ce519000 - 0x1ce51cfff AFKUser arm64e  <25bf247ff3a0372d994e0345b6bcbf91> /System/Library/PrivateFrameworks/AFKUser.framework/AFKUser
0x1ce5e2000 - 0x1ce868fff ANECompiler arm64e  <febc723e4312367b8356f443b4081adc> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
0x1ce869000 - 0x1ce87dfff ANEServices arm64e  <15d7423484db328f9008d7800b40d724> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1ce882000 - 0x1ce940fff APFS arm64e  <2b84412b596932e19925703efaf815c7> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1ce941000 - 0x1ce947fff ASEProcessing arm64e  <e93f0cbe3f6231ad9c7353b8b2bcdeae> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1cf168000 - 0x1cf16dfff AggregateDictionary arm64e  <323909f21ac03ed29651259439a3397e> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1cf301000 - 0x1cf3d7fff AirPlaySync arm64e  <76ec92ec612735289c648cc34209bb48> /System/Library/PrivateFrameworks/AirPlaySync.framework/AirPlaySync
0x1cf4e0000 - 0x1cf4fcfff AlgosScoreFramework arm64e  <dc7f39cc007b33e680261a975fb91010> /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/AlgosScoreFramework
0x1cf626000 - 0x1cf7affff AppC3D arm64e  <60ee7c843fa43fb2b45b577cbd797089> /System/Library/PrivateFrameworks/AppC3D.framework/AppC3D
0x1cf7b0000 - 0x1cf7d2fff AppConduit arm64e  <51c1ec5c74033a60b98442d1732d24e7> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1d0a16000 - 0x1d0bb7fff AppleCVA arm64e  <73c56456b5823fd4a4ee93e583bbb676> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA
0x1d0c08000 - 0x1d0c17fff AppleFSCompression arm64e  <b339f6beb0693cc3b9f6304f93e71318> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1d0c25000 - 0x1d0c49fff AppleIDSSOAuthentication arm64e  <5bd4cc2af74236cb8993bb9f0169e13b> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1d0c4a000 - 0x1d0c8ffff AppleJPEG arm64e  <3aa9539a0f55369cba778525cba4c343> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1d0d2e000 - 0x1d0d41fff AppleNeuralEngine arm64e  <72bb59db58003f9b86527874a671120a> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1d0d4b000 - 0x1d0d6ffff AppleSauce arm64e  <d275f1b5d36b3ae392e5a2624a146e21> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1d0da2000 - 0x1d0dc0fff AssetCacheServices arm64e  <84ec1cd73b8234489aebe7c72ba63501> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x1d0f28000 - 0x1d0f85fff AuthKitUI arm64e  <9871d3bba5f4389c9f7c9440fe2fcabe> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
0x1d0f86000 - 0x1d0fd9fff AutoLoop arm64e  <2064c54885c73c34940caf9987710563> /System/Library/PrivateFrameworks/AutoLoop.framework/AutoLoop
0x1d0fef000 - 0x1d0ff0fff BackgroundTaskAgent arm64e  <26252efca5ec3f719eacf60eb6ed66eb> /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent
0x1d1012000 - 0x1d102bfff BiomePubSub arm64e  <aaeda927533d3f78b28fd44ab17f8ab1> /System/Library/PrivateFrameworks/BiomePubSub.framework/BiomePubSub
0x1d132c000 - 0x1d133bfff BluetoothManager arm64e  <f0af24fbae903e67a94e505054d17b6e> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x1d15b1000 - 0x1d15bbfff CMCaptureCore arm64e  <7f9194e7274f334594adbe1bc1c1f49c> /System/Library/PrivateFrameworks/CMCaptureCore.framework/CMCaptureCore
0x1d15bc000 - 0x1d15d2fff CPAnalytics arm64e  <cc9228b7ca0d34349871c5ffb43a7068> /System/Library/PrivateFrameworks/CPAnalytics.framework/CPAnalytics
0x1d15d5000 - 0x1d15e4fff CPMS arm64e  <bd5b3c23b12c38f5a48af5e8d37500d6> /System/Library/PrivateFrameworks/CPMS.framework/CPMS
0x1d15e5000 - 0x1d15f4fff CTCarrierSpace arm64e  <d535923e409d344281702e7caaac9f20> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1d175f000 - 0x1d1789fff CameraEditKit arm64e  <6326b07f6fff3e8ca5fb6c2ffcdf5804> /System/Library/PrivateFrameworks/CameraEditKit.framework/CameraEditKit
0x1d18f9000 - 0x1d1904fff CaptiveNetwork arm64e  <541ba8b9ce173f10aec193fdc55ddb5d> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1d1a23000 - 0x1d1a6ffff Catalyst arm64e  <43338eb45976321da653dfc829da50f7> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
0x1d1a70000 - 0x1d1a94fff CellularPlanManager arm64e  <04081f66303d331c8cc0ab7b98cdc86d> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x1d1aac000 - 0x1d1ab4fff CertUI arm64e  <e780673d6b4d3c8293f73d380e4c1135> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x1d1abd000 - 0x1d1b0cfff ChunkingLibrary arm64e  <355feee517573555a46b9cbba2ec918c> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1d1f74000 - 0x1d1f78fff CommunicationsFilter arm64e  <5be5539a893834dd90c8fd0c1623d1cb> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1d202e000 - 0x1d2031fff ConstantClasses arm64e  <556a101606853597a369d603286cca79> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x1d203b000 - 0x1d2079fff ContactsAutocomplete arm64e  <1974cccb192f39ba87919c7a6684a7b0> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
0x1d207f000 - 0x1d20f7fff ContactsUICore arm64e  <89f1afbb22ec3bd7a83ca4353a1e2b0f> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1d2134000 - 0x1d218dfff CoreAppleCVA arm64e  <b897127f7b9435fe9a128025cfc739c5> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA
0x1d218e000 - 0x1d2287fff CoreBrightness arm64e  <64bc6a3610a33846add5f5d6235923f1> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1d22f3000 - 0x1d2300fff CoreDuetDaemonProtocol arm64e  <4c73ab0a492a35b483be4eb7f7342f9a> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1d2303000 - 0x1d2305fff CoreDuetDebugLogging arm64e  <8c8fbeda9f0a34a2a25716a1ddbd3232> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1d2314000 - 0x1d2326fff CoreEmoji arm64e  <04fb696cbfac309096fa08f87339c283> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1d294e000 - 0x1d2952fff CoreOptimization arm64e  <617f9a47d7e33018b82275bc8d84e2d6> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1d2953000 - 0x1d2a0ffff CorePDF arm64e  <b2d38c9964e633ec95d8e6484e9a3f8e> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1d2a10000 - 0x1d2a18fff CorePhoneNumbers arm64e  <57870f5e6f0c3e44ba8f3c88cafc13c5> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1d2a19000 - 0x1d2a70fff CorePrediction arm64e  <4207b50cc4b131b1a4f8cc49811f138e> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1d339d000 - 0x1d33a8fff CoreRecents arm64e  <6fafc907394c3a9d9dcb4f65ec7f0fbc> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1d33a9000 - 0x1d3410fff CoreRecognition arm64e  <dbce6f48c94f37409b7ce6666ac7d978> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x1d3411000 - 0x1d3429fff CoreSDB arm64e  <34c839da91653720bbb1b5abf57d2d1d> /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
0x1d342a000 - 0x1d3454fff CoreSVG arm64e  <eaa1d3d78c4532e8835d60fcd88fcf14> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
0x1d362a000 - 0x1d362dfff CryptoKitCBridging arm64e  <dd81c850b1d63d0e8fe1b81cb5643bc8> /System/Library/PrivateFrameworks/CryptoKitCBridging.framework/CryptoKitCBridging
0x1d365c000 - 0x1d3660fff DAAPKit arm64e  <ac9a395428953c2dac6259404774e600> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x1d3681000 - 0x1d368efff DCIMServices arm64e  <e9f0e5e8cea735538cb4999d361db10f> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1d36a5000 - 0x1d36e1fff DataDetectorsNaturalLanguage arm64e  <355ee0ac5ba73f9dbfb9fc1ba9ad3a6e> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
0x1d373e000 - 0x1d3773fff DeviceIdentity arm64e  <1e09cf0a3497380db963a63e5e04db25> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1d38a3000 - 0x1d38dafff DistributedEvaluation arm64e  <188a367a7b57319abba123f71f805de1> /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation
0x1d39fa000 - 0x1d3a34fff DocumentManager arm64e  <b0ef0c23a4ee3c95bfa866deeefa34a6> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1d3a35000 - 0x1d3a53fff DocumentManagerCore arm64e  <6634d8ad229f3b47a300446e35625696> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1d3ada000 - 0x1d3adcfff DragUI arm64e  <5c6fbb24903c30e98309d60026c65d20> /System/Library/PrivateFrameworks/DragUI.framework/DragUI
0x1d3b0d000 - 0x1d3b3efff EAP8021X arm64e  <8bddc3cef4cc3104b94fd3dc7d99a9b7> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1d3b6e000 - 0x1d3b83fff Engram arm64e  <cf72fb0f826c369787e58a2443d3326f> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1d3cbc000 - 0x1d3cc2fff ExtensionFoundation arm64e  <29f1e61f60ab3dfd99192d5df43552b2> /System/Library/PrivateFrameworks/ExtensionFoundation.framework/ExtensionFoundation
0x1d3e52000 - 0x1d3e5afff FSEvents arm64e  <7aa5c0b0a6c93674aac5ff00e1afe624> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
0x1d3e5b000 - 0x1d3e7afff FTAWD arm64e  <0a1f9a5fabb636b480558f0729efd8fd> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1d3e7b000 - 0x1d3e7efff FTClientServices arm64e  <5f158c538ab433faaac75278ac03382e> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x1d3e7f000 - 0x1d4292fff FaceCore arm64e  <a8dd97b5b0ed3e0b8731399a1f04c5aa> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1d4299000 - 0x1d429efff FeatureFlagsSupport arm64e  <d606e5c4e2493fcfa27a889eef7dfcbe> /System/Library/PrivateFrameworks/FeatureFlagsSupport.framework/FeatureFlagsSupport
0x1d429f000 - 0x1d42aafff FeedbackLogger arm64e  <fe55550ad7843866bc9f36673c5bcf42> /System/Library/PrivateFrameworks/FeedbackLogger.framework/FeedbackLogger
0x1d4440000 - 0x1d4582fff libFontParser.dylib arm64e  <654c67be97f030d29115029d38f5f717> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1d4583000 - 0x1d458bfff libGSFont.dylib arm64e  <03ac971689003b27b5ebd97c4b56994a> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
0x1d458c000 - 0x1d45c9fff libGSFontCache.dylib arm64e  <73c70b7e03d23fb6bb3dc7976c90b27b> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1d462f000 - 0x1d463cfff libhvf.dylib arm64e  <54edc1f3945d3e06b18bd9046f21bf0d> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x1d4664000 - 0x1d467bfff Futhark arm64e  <bcf177307f38333aacb83f72815ccd1e> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1d52ef000 - 0x1d530dfff GenerationalStorage arm64e  <6a947709e126385d90eb8cc7c2ede23d> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1d530e000 - 0x1d531bfff GraphVisualizer arm64e  <131cdb28c1ce3e99a1c498146e2b8b3f> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1d5349000 - 0x1d5355fff HID arm64e  <02d0997040ef301faa2d79468fbdbb50> /System/Library/PrivateFrameworks/HID.framework/HID
0x1d595d000 - 0x1d59d1fff HomeSharing arm64e  <dc0c735959e135fa95b88a41b236e0e3> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x1d5a2b000 - 0x1d5a31fff IDSKVStore arm64e  <020962ce8ff9324e97747547bb21bb1f> /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore
0x1d5d37000 - 0x1d5d53fff IOGPU arm64e  <475a59825bef3d15b5b81b98721eb458> /System/Library/PrivateFrameworks/IOGPU.framework/IOGPU
0x1d5d55000 - 0x1d5d5efff IOKitten arm64e  <185bb93cf3c03655a7fac12db9ec1a20> /System/Library/PrivateFrameworks/IOKitten.framework/IOKitten
0x1d5d5f000 - 0x1d5d61fff IOSurfaceAccelerator arm64e  <7f52ed1d67b73f21986e4dad3c896a89> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1d5d89000 - 0x1d5d90fff IdleTimerServices arm64e  <fe50b5484b2334b380c25de554a5da0a> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1d5d99000 - 0x1d5d9ffff IncomingCallFilter arm64e  <e48f57e3d08e3bcb9893ed4a33f6f91b> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x1d5da0000 - 0x1d5e1cfff InertiaCam arm64e  <6242a90246253164b3cdef57957c21ae> /System/Library/PrivateFrameworks/InertiaCam.framework/InertiaCam
0x1d5e60000 - 0x1d5e6dfff IntentsFoundation arm64e  <16538e5b959f355aacd54121469d2929> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1d5e87000 - 0x1d5e89fff InternationalTextSearch arm64e  <0da2abc6eece3f78b6e55f753c5f8f8d> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1d5e8a000 - 0x1d5ea6fff IntlPreferences arm64e  <0b52d67478a63914a5891812c03a87e8> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1d60d7000 - 0x1d60f6fff LatentSemanticMapping arm64e  <6789dda1165c39169489ae97ac2eff1e> /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/LatentSemanticMapping
0x1d610b000 - 0x1d6111fff LinguisticData arm64e  <decaf65b5a593be0b135363d40a50c31> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1d6161000 - 0x1d6199fff LocalAuthenticationPrivateUI arm64e  <0bbbe2a467c83a628369705c0277d648> /System/Library/PrivateFrameworks/LocalAuthenticationPrivateUI.framework/LocalAuthenticationPrivateUI
0x1d6367000 - 0x1d6367fff Marco arm64e  <9b4be06f01ed3130a2797bf74c849593> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1d6673000 - 0x1d6936fff MediaLibraryCore arm64e  <58da5bd311a23f2ca87b77423326df44> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x1d6937000 - 0x1d6989fff MediaPlatform arm64e  <8789547c509e36d6a39beaa040843acd> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x1d6d7a000 - 0x1d6e4cfff MetalTools arm64e  <9bc5ccec87f038b8b41e71982b91f30d> /System/Library/PrivateFrameworks/MetalTools.framework/MetalTools
0x1d6e6e000 - 0x1d6ecafff MetricsKit arm64e  <266653b6eb9a32dcab1fd42cdc2db668> /System/Library/PrivateFrameworks/MetricsKit.framework/MetricsKit
0x1d6edb000 - 0x1d6f14fff MobileBluetooth arm64e  <1ddd5d630dcb3798aa134c88615282a7> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1d6f95000 - 0x1d6f9bfff MobileSystemServices arm64e  <7a7cbd9decf733689b41f208d852bd02> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1d7077000 - 0x1d707dfff Netrb arm64e  <52112302a4033d0c9d6c348ee2b1ff0b> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1d7152000 - 0x1d7170fff NeutrinoKit arm64e  <9c6cad58bd313922b085aa8a93438d0a> /System/Library/PrivateFrameworks/NeutrinoKit.framework/NeutrinoKit
0x1d71ac000 - 0x1d71aefff OAuth arm64e  <a1ff953b6f6f3405a0f78128f724f5b1> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1d71cc000 - 0x1d720bfff OTSVG arm64e  <d2b741ee3251374ea09a382788346cf6> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1d7843000 - 0x1d7845fff ParsecSubscriptionServiceSupport arm64e  <9f11589cf30237e596eb69d3381e4c8d> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x1d784a000 - 0x1d7874fff Pasteboard arm64e  <d2386c367632363191bafd8410e25091> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
0x1d78a4000 - 0x1d78aefff PersonaKit arm64e  <cfbf1632edd0302d9fa690f3dddca926> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1d78af000 - 0x1d78bbfff PersonaUI arm64e  <54fd057eceb53a2ba968ba034d5f4754> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1d78f5000 - 0x1d78f5fff PhoneNumbers arm64e  <9f34103544163fc5b35601e489a6d6d4> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1d78fe000 - 0x1d7a15fff PhotoImaging arm64e  <129c8eaeaad3366a8d6af3af4951e46f> /System/Library/PrivateFrameworks/PhotoImaging.framework/PhotoImaging
0x1d7a16000 - 0x1d7a73fff PhotoLibrary arm64e  <1cf3e8980fc63b3fbcc72a3589434903> /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
0x1d7abc000 - 0x1d7afbfff PhotosImagingFoundation arm64e  <4b89bd6f4fe6348a84f1744383035479> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
0x1d7afc000 - 0x1d7b46fff PhysicsKit arm64e  <279a126a1cf334bbbd0a5e3d8746bd6e> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1d7bef000 - 0x1d7bfafff PointerUIServices arm64e  <298eda7e0b033d50aa54213292bc49c7> /System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices
0x1d9046000 - 0x1d9053fff PrototypeToolsUI arm64e  <fb265a70ad233d92a99a6a2e552e347b> /System/Library/PrivateFrameworks/PrototypeToolsUI.framework/PrototypeToolsUI
0x1d90d0000 - 0x1d90dbfff RTCReporting arm64e  <bd0dcd3c11243886bd5a1f4654ffdd7c> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1d936b000 - 0x1d937bfff RemoteTextInput arm64e  <961d46407886351181def7ff25fa04ef> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1d937c000 - 0x1d93e3fff RemoteUI arm64e  <a3906a0f59363f12b1b7c1aa0950f3f5> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
0x1d9412000 - 0x1d9416fff RevealCore arm64e  <06806e1fd06a30feb634bc8d50c42f4b> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
0x1d942d000 - 0x1d97b4fff SDAPI arm64e  <e8f52bcc802e33f3b477e1421b5b311f> /System/Library/PrivateFrameworks/SDAPI.framework/SDAPI
0x1daf17000 - 0x1daf21fff SignpostCollection arm64e  <48dd44beba173ac38ae23584328a00f8> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1daf22000 - 0x1daf22fff SignpostMetrics arm64e  <dca8135b1dbf31a2b265200d9588e6d4> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
0x1daf24000 - 0x1daf61fff SignpostSupport arm64e  <d6171c73a35a348492be17e390600e70> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1dbb58000 - 0x1dbb58fff SoftLinking arm64e  <11c749b12f1f3ff392a5d44d95799217> /System/Library/PrivateFrameworks/SoftLinking.framework/SoftLinking
0x1dbf44000 - 0x1dbf82fff StreamingZip arm64e  <2bf719cb3f383e259d82092fde56dff9> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1dbf8a000 - 0x1dbf94fff SymptomDiagnosticReporter arm64e  <7b3534356b26354e88847762b6bcf928> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1dbf95000 - 0x1dbfa0fff SymptomReporter arm64e  <a5bb73a55e5730ab9dfc05136e5f4814> /System/Library/PrivateFrameworks/SymptomReporter.framework/SymptomReporter
0x1dbfc5000 - 0x1dbfe1fff SymptomPresentationFeed arm64e  <c40d6a1f0a013361bc40ad2e476b327a> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/SymptomPresentationFeed
0x1dc01e000 - 0x1dc02efff TCC arm64e  <f440f4b604d73221ac2e93b7cfdef50c> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1dc8ea000 - 0x1dc99dfff TextureIO arm64e  <ae479bdf8148344f942f75490b90a43a> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1dcbc3000 - 0x1dcbcafff URLFormatting arm64e  <281321da0f723107b2c23cf7c19e27a1> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1dd1a6000 - 0x1dd1cffff UsageTracking arm64e  <951f779433db34248781651af4e9b905> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
0x1ddcfa000 - 0x1dddc3fff VoiceTrigger arm64e  <b9499ea6e567356c93a5e304a3227089> /System/Library/PrivateFrameworks/VoiceTrigger.framework/VoiceTrigger
0x1dde92000 - 0x1dde93fff WatchdogClient arm64e  <837b737a827f3605bf487466e6f4a113> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
0x1ddeba000 - 0x1ddecffff WebContentAnalysis arm64e  <b8ee182c4db43d2c8f1634e2f523ae61> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalysis
0x1de1fd000 - 0x1de93efff libwebrtc.dylib arm64e  <8cf797347c9638598e53f924d59fe042> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1de9bd000 - 0x1de9d2fff WebUI arm64e  <5defecdaaf4d39339f27023ffd175ec1> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x1deef5000 - 0x1deef8fff XCTTargetBootstrap arm64e  <cd4c91ae3569324ea09f3ab964a4d5fe> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1def8a000 - 0x1defa9fff caulk arm64e  <feada86213ab3124bd95abdfee0ba7a0> /System/Library/PrivateFrameworks/caulk.framework/caulk
0x1e1581000 - 0x1e1586fff kperf arm64e  <68b94c5505983cf3b633814e4f8c505c> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1e1587000 - 0x1e158ffff kperfdata arm64e  <94000ae3d341341589239de4edcf9b44> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1e1590000 - 0x1e15a6fff libEDR arm64e  <21759db819c53afa875bba95f30ea134> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1e15bf000 - 0x1e15cffff perfdata arm64e  <f74683834a1e3175bc4060ce5ffd6739> /System/Library/PrivateFrameworks/perfdata.framework/perfdata
0x1e15d0000 - 0x1e15fffff vCard arm64e  <baab7d7afb123f50857f5d443b07355c> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1e1e63000 - 0x1e1ea2fff libAWDSupport.dylib arm64e  <c5691e0a5ea13f969760cb926d8ee799> /usr/lib/libAWDSupport.dylib
0x1e1ea3000 - 0x1e2244fff libAWDSupportFramework.dylib arm64e  <646a85d1e174327e9225006d9fc50f28> /usr/lib/libAWDSupportFramework.dylib
0x1e23d0000 - 0x1e23dffff libAudioStatistics.dylib arm64e  <93c4af63dc243fe88f1be549eb5161e3> /usr/lib/libAudioStatistics.dylib
0x1e2583000 - 0x1e25b5fff libCRFSuite.dylib arm64e  <7bc0e8bf5d5b3a1aac7148139057ee90> /usr/lib/libCRFSuite.dylib
0x1e25b6000 - 0x1e25b7fff libCTGreenTeaLogger.dylib arm64e  <00b81c4b8b823e339ecb0042af559836> /usr/lib/libCTGreenTeaLogger.dylib
0x1e25b8000 - 0x1e25c2fff libChineseTokenizer.dylib arm64e  <285b07071a5e3743971baac151ead40e> /usr/lib/libChineseTokenizer.dylib
0x1e2859000 - 0x1e2860fff libIOReport.dylib arm64e  <a4cc8880f1bc37efa9884db310249b8d> /usr/lib/libIOReport.dylib
0x1e28dc000 - 0x1e28e3fff libMatch.1.dylib arm64e  <59a48f30108d3a6e9ad280f6d3b1d688> /usr/lib/libMatch.1.dylib
0x1e29ff000 - 0x1e2a00fff libThaiTokenizer.dylib arm64e  <871c02297bdf35dbbb48e641d68c5d89> /usr/lib/libThaiTokenizer.dylib
0x1e2c6c000 - 0x1e2c6efff libapp_launch_measurement.dylib arm64e  <cfdbb634f0123dd79d0801741c1a3218> /usr/lib/libapp_launch_measurement.dylib
0x1e2c6f000 - 0x1e2c85fff libapple_nghttp2.dylib arm64e  <47fa16f5d10435bd900659aad37a8f06> /usr/lib/libapple_nghttp2.dylib
0x1e2c86000 - 0x1e2d17fff libate.dylib arm64e  <25738bc966663ddb9acf6cbb1440ae18> /usr/lib/libate.dylib
0x1e2da8000 - 0x1e2db8fff libbsm.0.dylib arm64e  <f7eb3af9461a3432b1adf5c3555b970c> /usr/lib/libbsm.0.dylib
0x1e2db9000 - 0x1e2dc5fff libbz2.1.0.dylib arm64e  <65e54446532d3f78847d6b1197eb2277> /usr/lib/libbz2.1.0.dylib
0x1e2dc6000 - 0x1e2dc6fff libcharset.1.dylib arm64e  <fbaae703e8513ce3879357d333609c08> /usr/lib/libcharset.1.dylib
0x1e2dc7000 - 0x1e2dd8fff libcmph.dylib arm64e  <40f869ecdd57365984c2d08a9d994237> /usr/lib/libcmph.dylib
0x1e2dd9000 - 0x1e2df0fff libcompression.dylib arm64e  <935eca6644e93f32bc21e95c0daa8a47> /usr/lib/libcompression.dylib
0x1e2df1000 - 0x1e2e07fff libcoretls.dylib arm64e  <235d6381548b3cc1862ef7cc47ef86ff> /usr/lib/libcoretls.dylib
0x1e2e08000 - 0x1e2e09fff libcoretls_cfhelpers.dylib arm64e  <461c83a11b4f3484ab121c9394f5cc8e> /usr/lib/libcoretls_cfhelpers.dylib
0x1e2e2f000 - 0x1e2e36fff libcupolicy.dylib arm64e  <81b5f232aa793f94ab3cc506ed8a5bc6> /usr/lib/libcupolicy.dylib
0x1e2e37000 - 0x1e2e3efff libdns_services.dylib arm64e  <4f1582c68fc33fcda73023a1dc7010ad> /usr/lib/libdns_services.dylib
0x1e2e3f000 - 0x1e2e5cfff libedit.3.dylib arm64e  <e156fd34f7743f1eafa8e3cca1e09812> /usr/lib/libedit.3.dylib
0x1e2e5d000 - 0x1e2e61fff libenergytrace.dylib arm64e  <6ba7f35ef6503474a27f3a0d1c028a90> /usr/lib/libenergytrace.dylib
0x1e2e62000 - 0x1e2e7bfff libexpat.1.dylib arm64e  <84ad33061ebc39d2960bea4d369a6b65> /usr/lib/libexpat.1.dylib
0x1e2ea7000 - 0x1e2eabfff libgermantok.dylib arm64e  <f3f0390ad3bf3b3b8010998f1253d84a> /usr/lib/libgermantok.dylib
0x1e2eac000 - 0x1e2eb1fff libheimdal-asn1.dylib arm64e  <1b1aaae900b53c25ac999615041db684> /usr/lib/libheimdal-asn1.dylib
0x1e2eb2000 - 0x1e2fa3fff libiconv.2.dylib arm64e  <8e95d7101e0f3525bf600af7b2529b34> /usr/lib/libiconv.2.dylib
0x1e2fc2000 - 0x1e2fc3fff liblangid.dylib arm64e  <9a7a0722d1d83d4e838425f0abf37c9e> /usr/lib/liblangid.dylib
0x1e2fc4000 - 0x1e2fcffff liblockdown.dylib arm64e  <b479a6240c933ceab5a45288911e7084> /usr/lib/liblockdown.dylib
0x1e2fd0000 - 0x1e2fe8fff liblzma.5.dylib arm64e  <f752b34947ef3d068cdcfaadae954f59> /usr/lib/liblzma.5.dylib
0x1e3017000 - 0x1e306dfff libmecab.dylib arm64e  <f825d6b20c943a4c906c7918dbb05b95> /usr/lib/libmecab.dylib
0x1e306e000 - 0x1e32a8fff libmecabra.dylib arm64e  <2f25a6c02b2739cbbb90de076539fcab> /usr/lib/libmecabra.dylib
0x1e32a9000 - 0x1e32bcfff libmis.dylib arm64e  <bf07bc66bf1630c08b31843a0a18008d> /usr/lib/libmis.dylib
0x1e32bd000 - 0x1e32d3fff libnetworkextension.dylib arm64e  <c1ffc2d04fef3aa6b1662b4a61f3d29a> /usr/lib/libnetworkextension.dylib
0x1e367e000 - 0x1e36b9fff libpcap.A.dylib arm64e  <ca93596d7feb351e8881b88a8d6f2d55> /usr/lib/libpcap.A.dylib
0x1e36ba000 - 0x1e36c7fff libperfcheck.dylib arm64e  <13cb4d16505d3415a9543fe2a4e10361> /usr/lib/libperfcheck.dylib
0x1e36cf000 - 0x1e36e1fff libprequelite.dylib arm64e  <847163fb1e3d3bb68d7f42baae39a8aa> /usr/lib/libprequelite.dylib
0x1e36e2000 - 0x1e36f4fff libprotobuf-lite.dylib arm64e  <75bf9dc19ee234119fb211619d52713f> /usr/lib/libprotobuf-lite.dylib
0x1e36f5000 - 0x1e3756fff libprotobuf.dylib arm64e  <8bce9f58cbf5305b8beaf567ee8ef6ee> /usr/lib/libprotobuf.dylib
0x1e3757000 - 0x1e37f4fff libquic.dylib arm64e  <5799c5decec53f08b1b4356c453c147c> /usr/lib/libquic.dylib
0x1e37f5000 - 0x1e380dfff libresolv.9.dylib arm64e  <09d3e210b1783bae8136b906122b8883> /usr/lib/libresolv.9.dylib
0x1e380e000 - 0x1e3810fff libsandbox.1.dylib arm64e  <2a6075db140b388fa1886643a9b98810> /usr/lib/libsandbox.1.dylib
0x1e3858000 - 0x1e385bfff libutil.dylib arm64e  <79b01e12a0f63c0980b59144f99399ea> /usr/lib/libutil.dylib
0x1e385c000 - 0x1e3948fff libxml2.2.dylib arm64e  <f37c3f50252634d5951eae38521456af> /usr/lib/libxml2.2.dylib
0x1e394d000 - 0x1e3976fff libxslt.1.dylib arm64e  <1fd677ef6f4d3cf19f55e11490a7d9df> /usr/lib/libxslt.1.dylib
0x1e3977000 - 0x1e3988fff libz.1.dylib arm64e  <4aa9a7918b003ec8888c61182b5de121> /usr/lib/libz.1.dylib
0x1e39c8000 - 0x1e39cafff liblog_network.dylib arm64e  <ebd27261c6023f05a7b5c3b58bd9e4ab> /usr/lib/log/liblog_network.dylib
0x1e39d3000 - 0x1e39dafff libswiftAVFoundation.dylib arm64e  <3ffa21229e6e327288aa06abfd9d0235> /usr/lib/swift/libswiftAVFoundation.dylib
0x1e39db000 - 0x1e3a48fff libswiftAccelerate.dylib arm64e  <4af6ee9f19573134a8a988412ed83888> /usr/lib/swift/libswiftAccelerate.dylib
0x1e3a69000 - 0x1e3a6ffff libswiftCompression.dylib arm64e  <cf632c49af573331b230f88797db0b3f> /usr/lib/swift/libswiftCompression.dylib
0x1e3a73000 - 0x1e3a7bfff libswiftCoreAudio.dylib arm64e  <d66aad2029b63b30906daacb0310cd6e> /usr/lib/swift/libswiftCoreAudio.dylib
0x1e3a7c000 - 0x1e3a80fff libswiftCoreData.dylib arm64e  <a840f65457f630f49e57c8f2cdaf7cc3> /usr/lib/swift/libswiftCoreData.dylib
0x1e3a81000 - 0x1e3a81fff libswiftCoreFoundation.dylib arm64e  <3db8fab5a0c4384eb9bba561fc8af145> /usr/lib/swift/libswiftCoreFoundation.dylib
0x1e3a82000 - 0x1e3a82fff libswiftCoreImage.dylib arm64e  <1dc8abf6614c3d9491404bbba3f8a597> /usr/lib/swift/libswiftCoreImage.dylib
0x1e3a83000 - 0x1e3a85fff libswiftCoreLocation.dylib arm64e  <d5b73a5f39b73063ac04b6fc626f57e7> /usr/lib/swift/libswiftCoreLocation.dylib
0x1e3a86000 - 0x1e3a8ffff libswiftCoreMIDI.dylib arm64e  <6b8125a2cceb30089787d4f7eddab8c3> /usr/lib/swift/libswiftCoreMIDI.dylib
0x1e3a90000 - 0x1e3a93fff libswiftCoreML.dylib arm64e  <5f3e86f9fa173a5c8d191b8e9c039659> /usr/lib/swift/libswiftCoreML.dylib
0x1e3a94000 - 0x1e3ad0fff libswiftCoreMedia.dylib arm64e  <d1da3c54663b30deb0396c114cf9b509> /usr/lib/swift/libswiftCoreMedia.dylib
0x1e3adc000 - 0x1e3addfff libswiftCryptoTokenKit.dylib arm64e  <8b8edb247a173ae8862bcc93f4ef60f0> /usr/lib/swift/libswiftCryptoTokenKit.dylib
0x1e3ade000 - 0x1e3ae7fff libswiftDarwin.dylib arm64e  <ae76b4f9af143c8abab7d014a19fc2e5> /usr/lib/swift/libswiftDarwin.dylib
0x1e3aee000 - 0x1e3af9fff libswiftIntents.dylib arm64e  <e82026bc28223ea1b2198da486bdf776> /usr/lib/swift/libswiftIntents.dylib
0x1e3b07000 - 0x1e3b0bfff libswiftMetal.dylib arm64e  <4ec643c3e78534819955ea057cc1236d> /usr/lib/swift/libswiftMetal.dylib
0x1e3b80000 - 0x1e3b81fff libswiftQuartzCore.dylib arm64e  <36922ad9dbaf3c96a01b488b6be3c409> /usr/lib/swift/libswiftQuartzCore.dylib
0x1e3bbb000 - 0x1e3bbcfff libswiftVision.dylib arm64e  <d05af91fa88e3c5fbe5ebca634628e30> /usr/lib/swift/libswiftVision.dylib
0x1e3bbf000 - 0x1e3bc1fff libswiftWebKit.dylib arm64e  <a612380f2ceb3f3d9b3959d452cdd776> /usr/lib/swift/libswiftWebKit.dylib
0x1e3bc2000 - 0x1e3bd4fff libswiftos.dylib arm64e  <aa60c6f7df4f3656a3c31cc7c415a489> /usr/lib/swift/libswiftos.dylib
0x1e3bd5000 - 0x1e3be7fff libswiftsimd.dylib arm64e  <e1dd91c4bdbc31119f7d4eba336f0846> /usr/lib/swift/libswiftsimd.dylib
0x1e3be8000 - 0x1e3bedfff libcache.dylib arm64e  <c13164f92f223d5f878cf5c1832e7c88> /usr/lib/system/libcache.dylib
0x1e3bee000 - 0x1e3bfbfff libcommonCrypto.dylib arm64e  <ac907202e9d7304ca9f311967fb2d50e> /usr/lib/system/libcommonCrypto.dylib
0x1e3bfc000 - 0x1e3bfffff libcompiler_rt.dylib arm64e  <a712a697f7703a69803af806c5f4d257> /usr/lib/system/libcompiler_rt.dylib
0x1e3c00000 - 0x1e3c08fff libcopyfile.dylib arm64e  <a566848974fc3cf99ea1ec9cbbcb0bdb> /usr/lib/system/libcopyfile.dylib
0x1e3cee000 - 0x1e3ceefff liblaunch.dylib arm64e  <e810506a903e30b48986bce72124cf80> /usr/lib/system/liblaunch.dylib
0x1e3cef000 - 0x1e3cf4fff libmacho.dylib arm64e  <69b38af8e863346eb75e52c8002a8265> /usr/lib/system/libmacho.dylib
0x1e3cf5000 - 0x1e3cf7fff libremovefile.dylib arm64e  <7d7674c276bb32ce8ba624737bdf5b52> /usr/lib/system/libremovefile.dylib
0x1e3cf8000 - 0x1e3cf9fff libsystem_blocks.dylib arm64e  <c01cb53a7a053b64bdfdb2c0b0ca6d8d> /usr/lib/system/libsystem_blocks.dylib
0x1e3cfa000 - 0x1e3cfcfff libsystem_collections.dylib arm64e  <465c7afe8d383d818a512d3176382931> /usr/lib/system/libsystem_collections.dylib
0x1e3cfd000 - 0x1e3d01fff libsystem_configuration.dylib arm64e  <b70b03e8f4333d8d8809ad55b4173422> /usr/lib/system/libsystem_configuration.dylib
0x1e3d02000 - 0x1e3d14fff libsystem_containermanager.dylib arm64e  <63e8c701a0813421be733477f00cff25> /usr/lib/system/libsystem_containermanager.dylib
0x1e3d15000 - 0x1e3d16fff libsystem_coreservices.dylib arm64e  <7feac068e4ae3ed0be0f97e83a6c3f3f> /usr/lib/system/libsystem_coreservices.dylib
0x1e3d17000 - 0x1e3d20fff libsystem_darwin.dylib arm64e  <6dd2ee3a2ac83e30b58baaaf07805b2e> /usr/lib/system/libsystem_darwin.dylib
0x1e3d21000 - 0x1e3d29fff libsystem_dnssd.dylib arm64e  <2efa8e196e9435eaadae873ce4cda5bc> /usr/lib/system/libsystem_dnssd.dylib
0x1e3d2a000 - 0x1e3d2cfff libsystem_featureflags.dylib arm64e  <b720e792c3fc39598376d2f07785f7e0> /usr/lib/system/libsystem_featureflags.dylib
0x1e3d2d000 - 0x1e3d5afff libsystem_m.dylib arm64e  <5f538960900e3908b88d6e7d1c1f1e29> /usr/lib/system/libsystem_m.dylib
0x1e3d5b000 - 0x1e3d61fff libsystem_platform.dylib arm64e  <c21c885328373a35b899f77854e926ea> /usr/lib/system/libsystem_platform.dylib
0x1e3d62000 - 0x1e3d62fff libsystem_product_info_filter.dylib arm64e  <a944809663ce3332975f6aea7fc9fa87> /usr/lib/system/libsystem_product_info_filter.dylib
0x1e3d63000 - 0x1e3d6efff libsystem_pthread.dylib arm64e  <3fc44a25653c3a50bd040002a47f887f> /usr/lib/system/libsystem_pthread.dylib
0x1e3d6f000 - 0x1e3d72fff libsystem_sandbox.dylib arm64e  <90f18d11d0403c45b4a278301a1489c9> /usr/lib/system/libsystem_sandbox.dylib
0x1e3d73000 - 0x1e3d7dfff libunwind.dylib arm64e  <83f2987f50263301b3be7f768ed1c4c0> /usr/lib/system/libunwind.dylib
0x1e3d7e000 - 0x1e3db4fff libxpc.dylib arm64e  <a45e76a6255238288238a2915addddcc> /usr/lib/system/libxpc.dylib
0x1e4482000 - 0x1e478dfff AGXMetalA12 arm64e  <99082e95ebde3f1e913d6c37d86b4e3e> /System/Library/Extensions/AGXMetalA12.bundle/AGXMetalA12
0x1e478e000 - 0x1e489afff AVFAudio arm64e  <afd6439ed15f36c396a4ea3d07c85bc2> /System/Library/Frameworks/AVFAudio.framework/AVFAudio
0x1e4b45000 - 0x1e4b4bfff AuthenticationServicesCore arm64e  <bc657db7a98b3c41aa778726251c822a> /System/Library/PrivateFrameworks/AuthenticationServicesCore.framework/AuthenticationServicesCore
0x1e4b4c000 - 0x1e4b59fff CMImaging arm64e  <d117ab8242593ce099debf7a73e23119> /System/Library/PrivateFrameworks/CMImaging.framework/CMImaging
0x1e4c34000 - 0x1e4c4cfff CoreSpeechFoundation arm64e  <b04e1b0f9e2d3fbebe9dd266a2ff5b82> /System/Library/PrivateFrameworks/CoreSpeechFoundation.framework/CoreSpeechFoundation
0x1e4dde000 - 0x1e4deefff MobileSafari arm64e  <49c84d5c562737c4a5fcd54c91bf80d7> /System/Library/PrivateFrameworks/MobileSafari.framework/MobileSafari
0x1e4e5b000 - 0x1e56f1fff PegasusAPI arm64e  <980498fce5f43207af043aae362cf092> /System/Library/PrivateFrameworks/PegasusAPI.framework/PegasusAPI
0x1e5837000 - 0x1e583bfff SiriLiminal arm64e  <2b171c071d273f19b74aa1aa3f1bf84a> /System/Library/PrivateFrameworks/SiriLiminal.framework/SiriLiminal
0x1e59c4000 - 0x1e59d6fff SpotlightLinguistics arm64e  <1a7e9112a3df3edb8e3e58dc07e681bf> /System/Library/PrivateFrameworks/SpotlightLinguistics.framework/SpotlightLinguistics

EOF