Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Realm deadlock/Springboard crash #239

Closed
robbiet480 opened this issue Mar 12, 2019 · 2 comments
Closed

Realm deadlock/Springboard crash #239

robbiet480 opened this issue Mar 12, 2019 · 2 comments
Labels
crash The iOS app crashes

Comments

@robbiet480
Copy link
Member

robbiet480 commented Mar 12, 2019

Seen on 1.5.1 (3) and possibly 2.0 (35) via @olbjan

1.5.1 (3)

Crash references here

{"app_name":"Home Assistant","app_cohort":"2|date=1549519200000&sf=143443&tid=2e6b012734c6f425625965b11801e30cced048cd2ea05257fecf30f19c959aac&ttype=e","app_version":"1.5.1","timestamp":"2019-03-12 11:08:14.87 +0100","slice_uuid":"56cff50e-d2f3-3dad-9d76-9624074b608a","adam_id":1099568401,"build_version":"3","bundleID":"io.robbie.HomeAssistant","share_with_app_devs":true,"is_first_party":false,"bug_type":"109","os_version":"iPhone OS 12.1.4 (16D57)","incident_id":"78514C6F-C95D-463A-AC38-D819AB356643","is_beta":true,"name":"Home Assistant"}
Incident Identifier: 78514C6F-C95D-463A-AC38-D819AB356643
Beta Identifier:     A8315E3B-6828-458B-A18F-7B75F075728B
Hardware Model:      iPhone11,2
Process:             Home Assistant [364]
Path:                /private/var/containers/Bundle/Application/0819E1B6-8A39-4D0B-A3A9-999D3C6406E3/Home Assistant.app/Home Assistant
Identifier:          io.robbie.HomeAssistant
Version:             3 (1.5.1)
AppStoreTools:       10B63
AppVariant:          1:iPhone11,2:12
Beta:                YES
Code Type:           ARM-64 (Native)
Role:                Non UI
Parent Process:      launchd [1]
Coalition:           io.robbie.HomeAssistant [419]


Date/Time:           2019-03-12 11:08:14.6855 +0100
Launch Time:         2019-03-12 11:08:04.8434 +0100
OS Version:          iPhone OS 12.1.4 (16D57)
Baseband Version:    1.03.08
Report Version:      104

Exception Type:  EXC_CRASH (SIGKILL)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Termination Reason: Namespace SPRINGBOARD, Code 0x8badf00d
Termination Description: SPRINGBOARD, process-exit watchdog transgression: io.robbie.HomeAssistant exhausted real (wall clock) time allowance of 5.00 seconds | ProcessVisibility: Foreground | ProcessState: Running | WatchdogEvent: process-exit | WatchdogVisibility: Foreground | WatchdogCPUStatistics: ( | "Elapsed total CPU time (seconds): 4.480 (user 4.480, system 0.000), 15% CPU", | "Elapsed application CPU time (seconds): 0.001, 0% CPU" | )
Triggered by Thread:  0

Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   libsystem_kernel.dylib        	0x00000001cdb42284 flock + 8
1   Realm                         	0x0000000104e43d80 realm::util::File::lock+ 2850176 (bool, bool) + 64
2   Realm                         	0x0000000104d6cb24 realm::SharedGroup::do_open+ 1968932 (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bool, bool, realm::SharedGroupOptions) + 2840
3   Realm                         	0x0000000104c980d4 realm::SharedGroup::open(realm::Replication&, realm::SharedGroupOptions) + 1097940 (group_shared.hpp:854)
4   Realm                         	0x0000000104c97d78 realm::SharedGroup::SharedGroup(realm::Replication&, realm::SharedGroupOptions) + 1097080 (group_shared.hpp:827)
5   Realm                         	0x0000000104c91540 realm::Realm::open_with_config(realm::Realm::Config const&, std::__1::unique_ptr<realm::Replication, std::__1::default_delete<realm::Replication> >&, std::__1::unique_ptr<realm::SharedGroup, std::__1::default_delete<realm::SharedGroup> >&, std::__1::unique_ptr<realm::Group, std::__1::default_delete<realm::Group> >&, realm::Realm*) + 1070400 (memory:3078)
6   Realm                         	0x0000000104c90fac realm::Realm::Realm(realm::Realm::Config, std::__1::shared_ptr<realm::_impl::RealmCoordinator>) + 1068972 (shared_realm.cpp:61)
7   Realm                         	0x0000000104bd20a0 realm::Realm::make_shared_realm(realm::Realm::Config, std::__1::shared_ptr<realm::_impl::RealmCoordinator>)::make_shared_enabler::make_shared_enabler(realm::Realm::Config, std::__1::shared_ptr<realm::_impl::RealmCoordinator>) + 286880 (shared_realm.hpp:334)
8   Realm                         	0x0000000104bd1e84 std::__1::shared_ptr<realm::Realm::make_shared_realm(realm::Realm::Config, std::__1::shared_ptr<realm::_impl::RealmCoordinator>)::make_shared_enabler> std::__1::shared_ptr<realm::Realm::make_shared_realm(realm::Realm::Config, std::__1::shared_ptr<realm::_impl::RealmCoordinator>)::make_shared_enabler>::make_shared<realm::Realm::Config, std::__1::shared_ptr<realm::_impl::RealmCoordinator> >(realm::Realm::Config&&, std::__1::shared_ptr<realm::_impl::RealmCoordinator>&&) + 286340 (memory:2103)
9   Realm                         	0x0000000104bcd93c realm::_impl::RealmCoordinator::get_realm(realm::Realm::Config) + 268604 (realm_coordinator.cpp:227)
10  Realm                         	0x0000000104c931a0 realm::Realm::get_shared_realm(realm::Realm::Config) + 1077664 (shared_realm.cpp:265)
11  Realm                         	0x0000000104c624d4 +[RLMRealm realmWithConfiguration:error:] + 877780 (RLMRealm.mm:400)
12  RealmSwift                    	0x0000000105080744 specialized Realm.init(configuration:) + 132932 (Realm.swift:0)
13  RealmSwift                    	0x000000010507dc88 Realm.__allocating_init(configuration:) + 121992 (<compiler-generated>:0)
14  Shared                        	0x000000010512e948 closure #1 in variable initialization expression of static Realm.live + 141640 (Realm+Initialization.swift:44)
15  Shared                        	0x000000010514d1e4 closure #1 in variable initialization expression of ClientEventStore.addEvent + 266724 (ClientEventStore.swift:14)
16  Home Assistant                	0x0000000104574330 specialized AppDelegate.application(_:didFinishLaunchingWithOptions:) + 394032 (AppDelegate.swift:0)
17  Home Assistant                	0x0000000104570b54 @objc AppDelegate.application(_:didFinishLaunchingWithOptions:) + 379732 (<compiler-generated>:0)
18  UIKitCore                     	0x00000001fbc76d3c -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 416
19  UIKitCore                     	0x00000001fbc784e8 -[UIApplication _callInitializationDelegatesForMainScene:transitionContext:] + 3380
20  UIKitCore                     	0x00000001fbc7e1e0 -[UIApplication _runWithMainScene:transitionContext:completion:] + 1568
21  UIKitCore                     	0x00000001fb4e551c __111-[__UICanvasLifecycleMonitor_Compatability _scheduleFirstCommitForScene:transition:firstActivation:completion:]_block_invoke + 808
22  UIKitCore                     	0x00000001fb4ee684 +[_UICanvas _enqueuePostSettingUpdateTransactionBlock:] + 168
23  UIKitCore                     	0x00000001fb4e517c -[__UICanvasLifecycleMonitor_Compatability _scheduleFirstCommitForScene:transition:firstActivation:completion:] + 252
24  UIKitCore                     	0x00000001fb4e5b60 -[__UICanvasLifecycleMonitor_Compatability activateEventsOnly:withContext:completion:] + 1080
25  UIKitCore                     	0x00000001fb4e3b14 __82-[_UIApplicationCanvas _transitionLifecycleStateWithTransitionContext:completion:]_block_invoke + 776
26  UIKitCore                     	0x00000001fb4e37bc -[_UIApplicationCanvas _transitionLifecycleStateWithTransitionContext:completion:] + 460
27  UIKitCore                     	0x00000001fb4e8c0c __125-[_UICanvasLifecycleSettingsDiffAction performActionsForCanvas:withUpdatedScene:settingsDiff:fromSettings:transitionContext:]_block_invoke + 224
28  UIKitCore                     	0x00000001fb4e9bfc _performActionsWithDelayForTransitionContext + 120
29  UIKitCore                     	0x00000001fb4e8ac0 -[_UICanvasLifecycleSettingsDiffAction performActionsForCanvas:withUpdatedScene:settingsDiff:fromSettings:transitionContext:] + 260
30  UIKitCore                     	0x00000001fb4edccc -[_UICanvas scene:didUpdateWithDiff:transitionContext:completion:] + 372
31  UIKitCore                     	0x00000001fbc7c610 -[UIApplication workspace:didCreateScene:withTransitionContext:completion:] + 556
32  UIKitCore                     	0x00000001fb84ba70 -[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:] + 376
33  FrontBoardServices            	0x00000001d0a3e798 -[FBSSceneImpl _didCreateWithTransitionContext:completion:] + 456
34  FrontBoardServices            	0x00000001d0a4a0e8 __56-[FBSWorkspace client:handleCreateScene:withCompletion:]_block_invoke_2 + 284
35  FrontBoardServices            	0x00000001d0a49708 __40-[FBSWorkspace _performDelegateCallOut:]_block_invoke + 72
36  libdispatch.dylib             	0x00000001cd9b9134 _dispatch_client_callout + 20
37  libdispatch.dylib             	0x00000001cd9bc728 _dispatch_block_invoke_direct + 252
38  FrontBoardServices            	0x00000001d0a80b08 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 48
39  FrontBoardServices            	0x00000001d0a80774 -[FBSSerialQueue _performNext] + 448
40  FrontBoardServices            	0x00000001d0a80de0 -[FBSSerialQueue _performNextFromRunLoopSource] + 60
41  CoreFoundation                	0x00000001cdf4451c __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28
42  CoreFoundation                	0x00000001cdf44498 __CFRunLoopDoSource0 + 92
43  CoreFoundation                	0x00000001cdf43d50 __CFRunLoopDoSources0 + 180
44  CoreFoundation                	0x00000001cdf3ea08 __CFRunLoopRun + 1032
45  CoreFoundation                	0x00000001cdf3e2e8 CFRunLoopRunSpecific + 452
46  GraphicsServices              	0x00000001d01f2be8 GSEventRunModal + 104
47  UIKitCore                     	0x00000001fbc80088 UIApplicationMain + 216
48  Home Assistant                	0x000000010451d198 main + 37272 (ClientEventTableViewController.swift:27)
49  libdyld.dylib                 	0x00000001cd9f1050 start + 4

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

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

Thread 3 name:  com.apple.uikit.eventfetch-thread
Thread 3:
0   libsystem_kernel.dylib        	0x00000001cdb35a3c mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001cdb34ef8 mach_msg + 76
2   CoreFoundation                	0x00000001cdf43ee8 __CFRunLoopServiceMachPort + 240
3   CoreFoundation                	0x00000001cdf3eb5c __CFRunLoopRun + 1372
4   CoreFoundation                	0x00000001cdf3e2e8 CFRunLoopRunSpecific + 452
5   Foundation                    	0x00000001ce9423e0 -[NSRunLoop+ 33760 (NSRunLoop) runMode:beforeDate:] + 304
6   Foundation                    	0x00000001ce942284 -[NSRunLoop+ 33412 (NSRunLoop) runUntilDate:] + 152
7   UIKitCore                     	0x00000001fbd76fc8 -[UIEventFetcher threadMain] + 140
8   Foundation                    	0x00000001ce940fc0 -[NSThread main] + 72
9   Foundation                    	0x00000001cea7dc44 __NSThread__start__ + 1044
10  libsystem_pthread.dylib       	0x00000001cdbb8974 _pthread_body + 132
11  libsystem_pthread.dylib       	0x00000001cdbb88d0 _pthread_start + 52
12  libsystem_pthread.dylib       	0x00000001cdbc0ddc thread_start + 4

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

Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000004   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x0000000000000001   x5: 0x0000000000000000   x6: 0x0000000000000078   x7: 0x0000000104f4b89e
    x8: 0x0000000000000002   x9: 0x0000000000000006  x10: 0x0000000281a1d620  x11: 0x00000000000068b5
   x12: 0x0000000000000002  x13: 0x0000000000000000  x14: 0x00000000000007fb  x15: 0x00000000ffffff19
   x16: 0x0000000000000083  x17: 0x00000001feba2620  x18: 0x0000000000000000  x19: 0x0000000281a1d5f8
   x20: 0x0000000000000002  x21: 0x0000000000000001  x22: 0x000000016b8e8598  x23: 0x0000000105edc000
   x24: 0x0000000281a1d608  x25: 0x000000010602c948  x26: 0x000000010602ae18  x27: 0x0000000000000001
   x28: 0x000000010602c960   fp: 0x000000016b8e8250   lr: 0x0000000104e43d80
    sp: 0x000000016b8e8220   pc: 0x00000001cdb42284 cpsr: 0x60000000

Binary Images:
0x104514000 - 0x1045fbfff Home Assistant arm64  <56cff50ed2f33dad9d769624074b608a> /var/containers/Bundle/Application/0819E1B6-8A39-4D0B-A3A9-999D3C6406E3/Home Assistant.app/Home Assistant
0x10465c000 - 0x1046c3fff Alamofire arm64  <1c81594269da327899615fcb69d57a8b> /var/containers/Bundle/Application/0819E1B6-8A39-4D0B-A3A9-999D3C6406E3/Home Assistant.app/Frameworks/Alamofire.framework/Alamofire
0x1046f4000 - 0x104727fff AlamofireImage arm64  <b73760a018293824aaeab3c658397dee> /var/containers/Bundle/Application/0819E1B6-8A39-4D0B-A3A9-999D3C6406E3/Home Assistant.app/Frameworks/AlamofireImage.framework/AlamofireImage
0x10474c000 - 0x104757fff AlamofireNetworkActivityIndicator arm64  <48578b02219d3c7f80accf131a5f8c9e> /var/containers/Bundle/Application/0819E1B6-8A39-4D0B-A3A9-999D3C6406E3/Home Assistant.app/Frameworks/AlamofireNetworkActivityIndicator.framework/AlamofireNetworkActivityIndicator
0x10476c000 - 0x104777fff AlamofireObjectMapper arm64  <e277f2c7d9b43d0b92da0f4f9e738589> /var/containers/Bundle/Application/0819E1B6-8A39-4D0B-A3A9-999D3C6406E3/Home Assistant.app/Frameworks/AlamofireObjectMapper.framework/AlamofireObjectMapper
0x104790000 - 0x10479ffff CPDAcknowledgements arm64  <a28de18361c63f1192d42fff259726d8> /var/containers/Bundle/Application/0819E1B6-8A39-4D0B-A3A9-999D3C6406E3/Home Assistant.app/Frameworks/CPDAcknowledgements.framework/CPDAcknowledgements
0x1047b4000 - 0x1047c3fff DeviceKit arm64  <5f2117be54b03fa0991619f3b2ef6336> /var/containers/Bundle/Application/0819E1B6-8A39-4D0B-A3A9-999D3C6406E3/Home Assistant.app/Frameworks/DeviceKit.framework/DeviceKit
0x1047d4000 - 0x10480bfff FontAwesomeKit arm64  <62f93737c05130b4aa7b81ab6f19d69e> /var/containers/Bundle/Application/0819E1B6-8A39-4D0B-A3A9-999D3C6406E3/Home Assistant.app/Frameworks/FontAwesomeKit.framework/FontAwesomeKit
0x104848000 - 0x104877fff KeychainAccess arm64  <dac886ff3e793e0aa4d309aa6d0b4146> /var/containers/Bundle/Application/0819E1B6-8A39-4D0B-A3A9-999D3C6406E3/Home Assistant.app/Frameworks/KeychainAccess.framework/KeychainAccess
0x10488c000 - 0x1048f3fff dyld arm64e  <fa68b5becbfb3557a158ca1a5540a922> /usr/lib/dyld
0x104964000 - 0x104a4ffff Eureka arm64  <92cdc2c940e331a38006e40474b8fa32> /var/containers/Bundle/Application/0819E1B6-8A39-4D0B-A3A9-999D3C6406E3/Home Assistant.app/Frameworks/Eureka.framework/Eureka
0x104aa8000 - 0x104ab7fff MBProgressHUD arm64  <d85e6f526648337699beffbd9d403385> /var/containers/Bundle/Application/0819E1B6-8A39-4D0B-A3A9-999D3C6406E3/Home Assistant.app/Frameworks/MBProgressHUD.framework/MBProgressHUD
0x104ac8000 - 0x104af7fff ObjectMapper arm64  <e52a9669406c3cba821e5a222d05decf> /var/containers/Bundle/Application/0819E1B6-8A39-4D0B-A3A9-999D3C6406E3/Home Assistant.app/Frameworks/ObjectMapper.framework/ObjectMapper
0x104b0c000 - 0x104b1bfff PMAlertController arm64  <ac2d7edb25d53b0fb60d85902bb32d1c> /var/containers/Bundle/Application/0819E1B6-8A39-4D0B-A3A9-999D3C6406E3/Home Assistant.app/Frameworks/PMAlertController.framework/PMAlertController
0x104b2c000 - 0x104b6bfff PromiseKit arm64  <8f528029602e3f5e9e6685b9a2576f03> /var/containers/Bundle/Application/0819E1B6-8A39-4D0B-A3A9-999D3C6406E3/Home Assistant.app/Frameworks/PromiseKit.framework/PromiseKit
0x104b8c000 - 0x104f8bfff Realm arm64  <a734cb30c9eb3711bc0294db055a3a50> /var/containers/Bundle/Application/0819E1B6-8A39-4D0B-A3A9-999D3C6406E3/Home Assistant.app/Frameworks/Realm.framework/Realm
0x105060000 - 0x1050abfff RealmSwift arm64  <b7e760f1133c3baa9aa5255d1f8a6519> /var/containers/Bundle/Application/0819E1B6-8A39-4D0B-A3A9-999D3C6406E3/Home Assistant.app/Frameworks/RealmSwift.framework/RealmSwift
0x1050dc000 - 0x1050f7fff arek arm64  <cf59f4e3f26334e49b7a7507aff1fcd4> /var/containers/Bundle/Application/0819E1B6-8A39-4D0B-A3A9-999D3C6406E3/Home Assistant.app/Frameworks/arek.framework/arek
0x10510c000 - 0x1051dbfff Shared arm64  <5e2df9e4366d3d6595bb723cb7945801> /var/containers/Bundle/Application/0819E1B6-8A39-4D0B-A3A9-999D3C6406E3/Home Assistant.app/Frameworks/Shared.framework/Shared
0x105248000 - 0x10557ffff libswiftCore.dylib arm64  <6cd15feecd403bee89fa58ad69473426> /var/containers/Bundle/Application/0819E1B6-8A39-4D0B-A3A9-999D3C6406E3/Home Assistant.app/Frameworks/libswiftCore.dylib
0x105658000 - 0x10565ffff libswiftCoreFoundation.dylib arm64  <efcfd99182733faeb602712f7060b375> /var/containers/Bundle/Application/0819E1B6-8A39-4D0B-A3A9-999D3C6406E3/Home Assistant.app/Frameworks/libswiftCoreFoundation.dylib
0x10566c000 - 0x10567bfff libswiftCoreGraphics.dylib arm64  <ac2d417a449c3df0a9e0b39d2d15512a> /var/containers/Bundle/Application/0819E1B6-8A39-4D0B-A3A9-999D3C6406E3/Home Assistant.app/Frameworks/libswiftCoreGraphics.dylib
0x105690000 - 0x105697fff libswiftCoreImage.dylib arm64  <5566b2c4f8ed3f598b9355ea7034e88c> /var/containers/Bundle/Application/0819E1B6-8A39-4D0B-A3A9-999D3C6406E3/Home Assistant.app/Frameworks/libswiftCoreImage.dylib
0x1056a4000 - 0x1056abfff libswiftCoreLocation.dylib arm64  <15093c5584a23a4cae28517b484b7239> /var/containers/Bundle/Application/0819E1B6-8A39-4D0B-A3A9-999D3C6406E3/Home Assistant.app/Frameworks/libswiftCoreLocation.dylib
0x1056b8000 - 0x1056c3fff libswiftDarwin.dylib arm64  <3ad46a009ec030a78b62118ac7437c16> /var/containers/Bundle/Application/0819E1B6-8A39-4D0B-A3A9-999D3C6406E3/Home Assistant.app/Frameworks/libswiftDarwin.dylib
0x1056d4000 - 0x1056effff libswiftDispatch.dylib arm64  <b0584dac6dda3e92a37448503cb2be6a> /var/containers/Bundle/Application/0819E1B6-8A39-4D0B-A3A9-999D3C6406E3/Home Assistant.app/Frameworks/libswiftDispatch.dylib
0x105708000 - 0x105857fff libswiftFoundation.dylib arm64  <164069033f243b4a9283a3119938293e> /var/containers/Bundle/Application/0819E1B6-8A39-4D0B-A3A9-999D3C6406E3/Home Assistant.app/Frameworks/libswiftFoundation.dylib
0x1058d0000 - 0x1058d7fff libswiftMapKit.dylib arm64  <ad7f7557fea13ee4aacddfe721e81d1b> /var/containers/Bundle/Application/0819E1B6-8A39-4D0B-A3A9-999D3C6406E3/Home Assistant.app/Frameworks/libswiftMapKit.dylib
0x1058e4000 - 0x1058ebfff libswiftMetal.dylib arm64  <fc5954fbb71935dcb741a7cc5825be10> /var/containers/Bundle/Application/0819E1B6-8A39-4D0B-A3A9-999D3C6406E3/Home Assistant.app/Frameworks/libswiftMetal.dylib
0x1058f8000 - 0x1058fffff libswiftObjectiveC.dylib arm64  <8a5f7591072c387aaa93a8365f0b70aa> /var/containers/Bundle/Application/0819E1B6-8A39-4D0B-A3A9-999D3C6406E3/Home Assistant.app/Frameworks/libswiftObjectiveC.dylib
0x10590c000 - 0x105913fff libswiftQuartzCore.dylib arm64  <0a3bbebf7b28365aa6813aacf52e5ffd> /var/containers/Bundle/Application/0819E1B6-8A39-4D0B-A3A9-999D3C6406E3/Home Assistant.app/Frameworks/libswiftQuartzCore.dylib
0x105920000 - 0x10592ffff libswiftUIKit.dylib arm64  <491ade7e8acd3fb18a25c472c2a39577> /var/containers/Bundle/Application/0819E1B6-8A39-4D0B-A3A9-999D3C6406E3/Home Assistant.app/Frameworks/libswiftUIKit.dylib
0x105944000 - 0x10594bfff libswiftos.dylib arm64  <d4f0bc626f463131b1e0908c21e58020> /var/containers/Bundle/Application/0819E1B6-8A39-4D0B-A3A9-999D3C6406E3/Home Assistant.app/Frameworks/libswiftos.dylib
0x105e80000 - 0x105e8bfff libobjc-trampolines.dylib arm64e  <5ccb79fb269b321bbab1053d3db68726> /usr/lib/libobjc-trampolines.dylib
0x1cd136000 - 0x1cd137fff libSystem.B.dylib arm64e  <68787ba11cf032d887ba9c3bcf7f0534> /usr/lib/libSystem.B.dylib
0x1cd138000 - 0x1cd195fff libc++.1.dylib arm64e  <3c72183301493e08a5f8d31ea0ae9ef2> /usr/lib/libc++.1.dylib
0x1cd196000 - 0x1cd1a9fff libc++abi.dylib arm64e  <7c4fb005bce9356b94d1b0ffc5472682> /usr/lib/libc++abi.dylib
0x1cd1aa000 - 0x1cd931fff libobjc.A.dylib arm64e  <3335d7e5f9ec3c17abc3bc823aba4786> /usr/lib/libobjc.A.dylib
0x1cd932000 - 0x1cd936fff libcache.dylib arm64e  <45dd9a7bc9c43496b83d896dc22b9dbb> /usr/lib/system/libcache.dylib
0x1cd937000 - 0x1cd943fff libcommonCrypto.dylib arm64e  <62c429f380a3388ebf0c7607c9a604cc> /usr/lib/system/libcommonCrypto.dylib
0x1cd944000 - 0x1cd947fff libcompiler_rt.dylib arm64e  <ea82bf4c588037cc998313f60cfa52df> /usr/lib/system/libcompiler_rt.dylib
0x1cd948000 - 0x1cd950fff libcopyfile.dylib arm64e  <257bfe50ed3832669bec67d79e61a706> /usr/lib/system/libcopyfile.dylib
0x1cd951000 - 0x1cd9b4fff libcorecrypto.dylib arm64e  <20a4f82c90543b7991f16e38911e7a67> /usr/lib/system/libcorecrypto.dylib
0x1cd9b5000 - 0x1cd9effff libdispatch.dylib arm64e  <3db462a343a43727a568721a3c9a9dfa> /usr/lib/system/libdispatch.dylib
0x1cd9f0000 - 0x1cda1cfff libdyld.dylib arm64e  <7d0cea57d24032e6a23fa52f86d644ca> /usr/lib/system/libdyld.dylib
0x1cda1d000 - 0x1cda1dfff liblaunch.dylib arm64e  <922e0510493d37f5b3c35f4903629d93> /usr/lib/system/liblaunch.dylib
0x1cda1e000 - 0x1cda23fff libmacho.dylib arm64e  <f1e61154ee1a37a0815ffe076a8f41f0> /usr/lib/system/libmacho.dylib
0x1cda24000 - 0x1cda25fff libremovefile.dylib arm64e  <3f925e0b20aa34af93c97a3bed19e516> /usr/lib/system/libremovefile.dylib
0x1cda26000 - 0x1cda3dfff libsystem_asl.dylib arm64e  <41ebd78af7eb38b98be6fa2ae1b442c3> /usr/lib/system/libsystem_asl.dylib
0x1cda3e000 - 0x1cda3efff libsystem_blocks.dylib arm64e  <d5e28c65abe23aaf99dd09b83d621f1a> /usr/lib/system/libsystem_blocks.dylib
0x1cda3f000 - 0x1cdabefff libsystem_c.dylib arm64e  <07bacb8053ae39c58cfc75a723c84584> /usr/lib/system/libsystem_c.dylib
0x1cdabf000 - 0x1cdac3fff libsystem_configuration.dylib arm64e  <35ef69f3de733e86b1f1ee1b3c0ffa98> /usr/lib/system/libsystem_configuration.dylib
0x1cdac4000 - 0x1cdacbfff libsystem_containermanager.dylib arm64e  <e475736a662d3d48ae7aacd0182efd48> /usr/lib/system/libsystem_containermanager.dylib
0x1cdacc000 - 0x1cdacdfff libsystem_coreservices.dylib arm64e  <98e754d2fb573f75af93abb2c93c102e> /usr/lib/system/libsystem_coreservices.dylib
0x1cdace000 - 0x1cdad4fff libsystem_darwin.dylib arm64e  <825f5a4ac8b53627ab364132b5e89f6a> /usr/lib/system/libsystem_darwin.dylib
0x1cdad5000 - 0x1cdadbfff libsystem_dnssd.dylib arm64e  <74fc285199fb31f69e64a5e863121cde> /usr/lib/system/libsystem_dnssd.dylib
0x1cdadc000 - 0x1cdb1cfff libsystem_info.dylib arm64e  <eebb06f9102734328c364d563210aaf5> /usr/lib/system/libsystem_info.dylib
0x1cdb1d000 - 0x1cdb48fff libsystem_kernel.dylib arm64e  <f3c6c1c73ccd343faba813bf8a3c630f> /usr/lib/system/libsystem_kernel.dylib
0x1cdb49000 - 0x1cdb76fff libsystem_m.dylib arm64e  <02c13178083b30fe8335afa4aecf48cb> /usr/lib/system/libsystem_m.dylib
0x1cdb77000 - 0x1cdb9bfff libsystem_malloc.dylib arm64e  <2b1ee94c1e203717b10ee0f52af2fdbf> /usr/lib/system/libsystem_malloc.dylib
0x1cdb9c000 - 0x1cdba8fff libsystem_networkextension.dylib arm64e  <f658cf92eac834e69ae0e70cd2573322> /usr/lib/system/libsystem_networkextension.dylib
0x1cdba9000 - 0x1cdbaffff libsystem_notify.dylib arm64e  <059b97f25975331a832fcaf7d65b86c9> /usr/lib/system/libsystem_notify.dylib
0x1cdbb0000 - 0x1cdbb6fff libsystem_platform.dylib arm64e  <f845e0d976303f2f8a5e6af969823d4d> /usr/lib/system/libsystem_platform.dylib
0x1cdbb7000 - 0x1cdbc1fff libsystem_pthread.dylib arm64e  <e692c011a05136c0b0bb6394503a9beb> /usr/lib/system/libsystem_pthread.dylib
0x1cdbc2000 - 0x1cdbc4fff libsystem_sandbox.dylib arm64e  <83b41cc1bbe83ec3957520160d9dd4bc> /usr/lib/system/libsystem_sandbox.dylib
0x1cdbc5000 - 0x1cdbccfff libsystem_symptoms.dylib arm64e  <f100edf8bf3135a39af6857704e18c67> /usr/lib/system/libsystem_symptoms.dylib
0x1cdbcd000 - 0x1cdbe2fff libsystem_trace.dylib arm64e  <ca921f151bc53a34a56009400eb7bd02> /usr/lib/system/libsystem_trace.dylib
0x1cdbe3000 - 0x1cdbe8fff libunwind.dylib arm64e  <48732b382748318ebbc5747ac9787a9f> /usr/lib/system/libunwind.dylib
0x1cdbe9000 - 0x1cdc18fff libxpc.dylib arm64e  <f9ffa52f65893304830b5ca684ae8591> /usr/lib/system/libxpc.dylib
0x1cdc19000 - 0x1cde81fff libicucore.A.dylib arm64e  <b86496b3798a30d4b61bd0473b923745> /usr/lib/libicucore.A.dylib
0x1cde82000 - 0x1cde93fff libz.1.dylib arm64e  <8d0717597a4f38769a953c403c7999b6> /usr/lib/libz.1.dylib
0x1cde94000 - 0x1ce1fefff CoreFoundation arm64e  <29caa11b9fb233c5a43dfa1dd28ee777> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1ce1ff000 - 0x1ce20ffff libbsm.0.dylib arm64e  <1e84b7a50a8a3a83a3f7cfb667522456> /usr/lib/libbsm.0.dylib
0x1ce210000 - 0x1ce210fff libenergytrace.dylib arm64e  <bf00d249a6693bd4974322e18a5b269d> /usr/lib/libenergytrace.dylib
0x1ce211000 - 0x1ce2a3fff IOKit arm64e  <5cdbd41f53fd3063bb5f2f89e4d8df03> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x1ce2a4000 - 0x1ce38efff libxml2.2.dylib arm64e  <39541746065e30efa0f19f1b16b1afed> /usr/lib/libxml2.2.dylib
0x1ce38f000 - 0x1ce39cfff libbz2.1.0.dylib arm64e  <6bed0afc4b01367890eb292bd3084f65> /usr/lib/libbz2.1.0.dylib
0x1ce39d000 - 0x1ce3b5fff liblzma.5.dylib arm64e  <0aea85ebe8e43a289572d947c4e39b5d> /usr/lib/liblzma.5.dylib
0x1ce3b6000 - 0x1ce52ffff libsqlite3.dylib arm64e  <bc20f8bacffc363ea4d2d81088d7257a> /usr/lib/libsqlite3.dylib
0x1ce530000 - 0x1ce566fff libMobileGestalt.dylib arm64e  <c897a38d1adc3dbea1e8a62919e300d1> /usr/lib/libMobileGestalt.dylib
0x1ce567000 - 0x1ce939fff CFNetwork arm64e  <172d66e8eb523137ab0d8ca75e6547e2> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x1ce93a000 - 0x1cec58fff Foundation arm64e  <601542d4b8283b4ca7b2a40af5caf90d> /System/Library/Frameworks/Foundation.framework/Foundation
0x1cec59000 - 0x1ced6bfff Security arm64e  <40bb256ccbd233098e3f95d9999f2a93> /System/Library/Frameworks/Security.framework/Security
0x1ced6c000 - 0x1cedd9fff SystemConfiguration arm64e  <4f2e949e4f783e338f7707f7ea46373c> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x1cedda000 - 0x1cee0ffff libCRFSuite.dylib arm64e  <382d82f474ce3986a5a4f4fcb2164826> /usr/lib/libCRFSuite.dylib
0x1cee10000 - 0x1cee26fff libapple_nghttp2.dylib arm64e  <ff047a8035ab359bba3463fcd80db210> /usr/lib/libapple_nghttp2.dylib
0x1cee27000 - 0x1cee50fff libarchive.2.dylib arm64e  <fe93d96ba2183ae9b5cd2185f54dafe2> /usr/lib/libarchive.2.dylib
0x1cee51000 - 0x1cef21fff libboringssl.dylib arm64e  <f28e3e158d2039cc9d9f954b77e9297c> /usr/lib/libboringssl.dylib
0x1cef22000 - 0x1cef38fff libcoretls.dylib arm64e  <cb31461f8b7732bb87c56805d6f3e717> /usr/lib/libcoretls.dylib
0x1cef39000 - 0x1cef3afff libcoretls_cfhelpers.dylib arm64e  <72ac833a8e5034008624d012db1f13e3> /usr/lib/libcoretls_cfhelpers.dylib
0x1cef3b000 - 0x1cef3cfff liblangid.dylib arm64e  <ebe410fc8a4e3bc3ae66e490713b9447> /usr/lib/liblangid.dylib
0x1cef3d000 - 0x1cf2b6fff libnetwork.dylib arm64e  <df6c5f315caa352183ce74a9e7f37f4b> /usr/lib/libnetwork.dylib
0x1cf2b7000 - 0x1cf2f2fff libpcap.A.dylib arm64e  <65e7c241052e3152b247e0bc19199f25> /usr/lib/libpcap.A.dylib
0x1cf2f3000 - 0x1cf350fff libusrtcp.dylib arm64e  <351638874e5836a6ab9d276cab211ac5> /usr/lib/libusrtcp.dylib
0x1cf351000 - 0x1cf35dfff IOSurface arm64e  <9e0f07345b0e3f63a698400e3ce7427e> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1cf35e000 - 0x1cf413fff libBLAS.dylib arm64e  <c9e9c6d93e4d33ef85b1975cc1827d70> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1cf414000 - 0x1cf734fff libLAPACK.dylib arm64e  <ae7c50e83d2d343babb415495f9c4fdb> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1cf735000 - 0x1cf9a8fff vImage arm64e  <6cd739844c3e30feab3e87a9d16cf123> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1cf9a9000 - 0x1cf9bafff libSparseBLAS.dylib arm64e  <e3e1546616dc3b78a743f6c0df6a4b13> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1cf9bb000 - 0x1cfa17fff libvMisc.dylib arm64e  <0fffb315f8843de99081616e5e66b176> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1cfa18000 - 0x1cfa48fff libBNNS.dylib arm64e  <0e646c8e6c3837078c875aa9ce50eaac> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1cfa49000 - 0x1cfa5dfff libLinearAlgebra.dylib arm64e  <b5a86aa6a11a3adcade349b5eccdea93> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1cfa5e000 - 0x1cfa62fff libQuadrature.dylib arm64e  <699047c3d61a3b408a7e909d15df22ce> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1cfa63000 - 0x1cfad3fff libSparse.dylib arm64e  <abef5d5899f13ea7bfd42df734bf4b63> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1cfad4000 - 0x1cfb63fff libvDSP.dylib arm64e  <9b30d99ce5ba3489928d86296569d379> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1cfb64000 - 0x1cfb64fff vecLib arm64e  <cdd72b40b69f3c018e2abb62aa38a1a4> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1cfb65000 - 0x1cfb65fff Accelerate arm64e  <b551c9b260523659a3d51cb79b7a2f17> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1cfb66000 - 0x1cfb7efff libcompression.dylib arm64e  <a52ad7b809dc33fc8cfcde311e2a7aad> /usr/lib/libcompression.dylib
0x1cfb7f000 - 0x1d012ffff CoreGraphics arm64e  <83d2b924710a385b9ff9ff04127986e8> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1d0130000 - 0x1d0135fff IOAccelerator arm64e  <f1d47a73c7d63ae08aa50aac7663582d> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1d0136000 - 0x1d013bfff libCoreFSCache.dylib arm64e  <33612419c33438bf930dc0799dfbb85b> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1d013c000 - 0x1d01e7fff Metal arm64e  <f800b7609c6b3727a0943edbb1798993> /System/Library/Frameworks/Metal.framework/Metal
0x1d01e8000 - 0x1d01fafff GraphicsServices arm64e  <2a382439ee3e3fcfaa4f355b2e7e8ebd> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1d01fb000 - 0x1d01fbfff MobileCoreServices arm64e  <6000d1ac209130dc8240ad92ea585ad8> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1d01fc000 - 0x1d01fefff IOSurfaceAccelerator arm64e  <64c2dbf3406f3e62b35091d892ef68a3> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1d01ff000 - 0x1d0241fff AppleJPEG arm64e  <4d152f894ad433f1af0a0aac888fbcf2> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1d0242000 - 0x1d0819fff ImageIO arm64e  <b31e6040c0d438afa2a4f36966634c31> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x1d081a000 - 0x1d088ffff BaseBoard arm64e  <338f79b112a631e2ba6fbdb1122e1b85> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x1d0890000 - 0x1d08a8fff AssertionServices arm64e  <e94ced807c833373a865a5fb33494d14> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1d08a9000 - 0x1d08b1fff CorePhoneNumbers arm64e  <2203cb7de5633a51b10013226ce93c0f> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1d08b2000 - 0x1d08f7fff AppSupport arm64e  <f7734123327d3544a174635cd40a6163> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x1d08f8000 - 0x1d0911fff CrashReporterSupport arm64e  <695eaa94ca82305e8353c3a7b0cf531a> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1d0912000 - 0x1d0917fff AggregateDictionary arm64e  <1627eea703da3be4bc431fa86ff9a243> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1d0918000 - 0x1d099ffff libTelephonyUtilDynamic.dylib arm64e  <2324440e19923d3993cb9f6747ec5cff> /usr/lib/libTelephonyUtilDynamic.dylib
0x1d09a0000 - 0x1d09bffff ProtocolBuffer arm64e  <c23d6f474cc936ea89865011f4a7f342> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1d09c0000 - 0x1d09f1fff MobileKeyBag arm64e  <100d73564da23831977efa7312f19e29> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1d09f2000 - 0x1d0a30fff BackBoardServices arm64e  <acd6a5e51c7c34aaa568b36bcf4e3e3a> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1d0a31000 - 0x1d0a9efff FrontBoardServices arm64e  <d79b13feeee6304fb0c81d3c112171c7> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1d0a9f000 - 0x1d0ae8fff SpringBoardServices arm64e  <2532a7aaa9443eadad58b28ccd915796> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1d0ae9000 - 0x1d0afdfff PowerLog arm64e  <f10c33195cfc356a8990c5b14b7971c1> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1d0afe000 - 0x1d0b1afff CommonUtilities arm64e  <7447c0ef03593757aa1f9db6340a764a> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1d0b1b000 - 0x1d0b26fff liblockdown.dylib arm64e  <6d928029c5c739f3b6abb8739c90affa> /usr/lib/liblockdown.dylib
0x1d0b27000 - 0x1d0e70fff CoreData arm64e  <0c8291b99e20353598e1e90fde526ab6> /System/Library/Frameworks/CoreData.framework/CoreData
0x1d0e71000 - 0x1d0e78fff TCC arm64e  <4987bb8e747537af862e635e2d2edfe9> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1d0e79000 - 0x1d0e81fff libcupolicy.dylib arm64e  <6c8b9e43b1e23cf988247fb01eb33c0e> /usr/lib/libcupolicy.dylib
0x1d0e82000 - 0x1d0f68fff CoreTelephony arm64e  <4e07b90318083163bbfb766b51b201a8> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x1d0f69000 - 0x1d0fcdfff Accounts arm64e  <573a75f6fca837f1be64feb722890217> /System/Library/Frameworks/Accounts.framework/Accounts
0x1d0fce000 - 0x1d0ff7fff AppleSauce arm64e  <7ead074b46383389b7ab6756fbc266d0> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1d0ff8000 - 0x1d1001fff DataMigration arm64e  <681af5f305d837c5a50e052fa4652755> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1d1002000 - 0x1d1009fff Netrb arm64e  <fe60ed8e2cb23811987beff9c8c160ab> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1d100a000 - 0x1d103ffff PersistentConnection arm64e  <09c60fdccc103342a1c61719e40831cb> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1d1040000 - 0x1d1051fff libmis.dylib arm64e  <2378f47c41613aff921269d17d7394fd> /usr/lib/libmis.dylib
0x1d1052000 - 0x1d1161fff ManagedConfiguration arm64e  <a5850182af9f311f9d0d489fe0be94c2> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x1d1162000 - 0x1d1167fff libReverseProxyDevice.dylib arm64e  <2ee8b739aaca37618e296fdf9e05d39c> /usr/lib/libReverseProxyDevice.dylib
0x1d1168000 - 0x1d117afff libamsupport.dylib arm64e  <b693cd08fe1b3d5c88558f7a13c785ab> /usr/lib/libamsupport.dylib
0x1d117b000 - 0x1d1180fff libCoreVMClient.dylib arm64e  <a8b877ca1c6e3f5ca8ddba2f9aaf9933> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1d1181000 - 0x1d1182fff libCVMSPluginSupport.dylib arm64e  <badcb6cecad2326781000ddafa54bece> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1d1183000 - 0x1d1186fff libutil.dylib arm64e  <70d9a7d6766839f4ae0bc9c754baef50> /usr/lib/libutil.dylib
0x1d1187000 - 0x1d11c6fff libGLImage.dylib arm64e  <970e8c767120331f98cde9d20be8d4b0> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1d11c7000 - 0x1d123ffff APFS arm64e  <83b458da617e39308d1b0c4ff56dd76a> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1d1240000 - 0x1d1271fff MediaKit arm64e  <19fc7b259ea936c5b2cf24738c9cabab> /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit
0x1d1272000 - 0x1d128efff libSERestoreInfo.dylib arm64e  <048479fe513a36ed8ed8a5b3d4616e62> /usr/lib/updaters/libSERestoreInfo.dylib
0x1d1295000 - 0x1d12d4fff DiskImages arm64e  <8b9c9b9e7c803cffbc0e854ce8f02188> /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
0x1d12d5000 - 0x1d12defff libGFXShared.dylib arm64e  <14201983390130dcb4c006da368bc7ca> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1d12df000 - 0x1d132dfff libauthinstall.dylib arm64e  <51c4f1e6a749307db6951730d0b8201e> /usr/lib/libauthinstall.dylib
0x1d132e000 - 0x1d1337fff IOMobileFramebuffer arm64e  <c01be99217ea3588a99904fb15bc013a> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1d1338000 - 0x1d1345fff OpenGLES arm64e  <74e82f8427153694b8d5692afcad2631> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1d1346000 - 0x1d13e3fff ColorSync arm64e  <5b3c1704709730c5a4a0460389c1e94a> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1d13e4000 - 0x1d1414fff CoreVideo arm64e  <5cf26601eaca3e3fb9231e116cab4c7a> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1d1415000 - 0x1d1416fff libCTGreenTeaLogger.dylib arm64e  <1160bbac6889373e93703a6ce3404e68> /usr/lib/libCTGreenTeaLogger.dylib
0x1d1417000 - 0x1d158bfff CoreAudio arm64e  <d86d0fda83ba3b58aacd3e825e6ecfc7> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1d158c000 - 0x1d15aefff CoreAnalytics arm64e  <e2fce317c8cd3bf69bbae5335b3497fe> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1d15af000 - 0x1d15b2fff UserFS arm64e  <6c8aba292dfe3942a23bf311240603b5> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x1d15b3000 - 0x1d1755fff CoreMedia arm64e  <41950a59705534bdb8c7d90bd302a42b> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1d1756000 - 0x1d1769fff libprotobuf-lite.dylib arm64e  <0dbef65db5b334efa12db38d4569236d> /usr/lib/libprotobuf-lite.dylib
0x1d176a000 - 0x1d17d1fff libprotobuf.dylib arm64e  <1cb06f44f595376db530a234d25c0871> /usr/lib/libprotobuf.dylib
0x1d17d2000 - 0x1d1aedfff libAWDSupportFramework.dylib arm64e  <c52944116a7b34dc8a7dcd548a1728b5> /usr/lib/libAWDSupportFramework.dylib
0x1d1aee000 - 0x1d1b36fff WirelessDiagnostics arm64e  <2457d805f12f3883903b01378cf63734> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x1d1b37000 - 0x1d1bf7fff VideoToolbox arm64e  <755e0e2e03863a1c9e93c8766466346c> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x1d1bf8000 - 0x1d1d08fff libFontParser.dylib arm64e  <513a4aefbcca3ad48b763673d269d529> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1d1d09000 - 0x1d1d09fff FontServices arm64e  <f83690280fda3828b6a6413198db2811> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1d1d0a000 - 0x1d1e5ffff CoreText arm64e  <b38366ee5c40345a869698da33e3c50c> /System/Library/Frameworks/CoreText.framework/CoreText
0x1d1e60000 - 0x1d1e6ffff IntlPreferences arm64e  <ca21f65a0e5d35deb2846e7c0ae523f7> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1d1e70000 - 0x1d1e7afff RTCReporting arm64e  <196550a682833328bb5c501d1025cb79> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1d1e7b000 - 0x1d1ef4fff CoreBrightness arm64e  <54d7b0a9a3fb322783dbec3085792c3e> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1d1ef5000 - 0x1d1efffff libAudioStatistics.dylib arm64e  <533f783ca85e33379cb09ded94b488af> /usr/lib/libAudioStatistics.dylib
0x1d1f00000 - 0x1d2516fff AudioToolbox arm64e  <a9af48c152973d2e8ef8a7f784bc057c> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x1d2517000 - 0x1d275bfff QuartzCore arm64e  <a9eada5e6305310f850bc292ba2b7394> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x1d275c000 - 0x1d2767fff MediaAccessibility arm64e  <36ee5b5aaf463cd9bb9d365482327c40> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1d2768000 - 0x1d285afff libiconv.2.dylib arm64e  <82931723db0f39c3a90c7f7dcee3afb8> /usr/lib/libiconv.2.dylib
0x1d285b000 - 0x1d2877fff NetworkStatistics arm64e  <0a3db6169a0e339993f6649326e6623a> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1d2878000 - 0x1d2896fff MPSCore arm64e  <8e5c53a2f5a33b4ca4632953c2ab0719> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1d2897000 - 0x1d290cfff MPSImage arm64e  <e893babe6e6b36f698050b8fc16b38b5> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1d290d000 - 0x1d2931fff MPSMatrix arm64e  <70242aacafdc324588429a6bf4245041> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1d2932000 - 0x1d2940fff CoreAUC arm64e  <d1e9c40298f332cda9600c591686cee5> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1d2941000 - 0x1d2fe9fff MediaToolbox arm64e  <10b8185bff1d3ab8a58b64c9ff619447> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1d2fea000 - 0x1d315ffff MPSNeuralNetwork arm64e  <9dd4bf080cb33e8b9b07f613d6aaeadb> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1d3160000 - 0x1d3160fff MetalPerformanceShaders arm64e  <c5cdc8505c363fffb80caaaed4163905> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1d3161000 - 0x1d357efff FaceCore arm64e  <01e935acb64d3b59a787b9e148566185> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1d357f000 - 0x1d358cfff GraphVisualizer arm64e  <04e50dbe3d693f419b359f80718e95d2> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1d358d000 - 0x1d373efff libFosl_dynamic.dylib arm64e  <2f35b733db48362180488b71dbbc9b76> /usr/lib/libFosl_dynamic.dylib
0x1d373f000 - 0x1d39e8fff CoreImage arm64e  <efa268f91c43354fa70a2dcecad8654b> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x1d39e9000 - 0x1d3c25fff CoreMotion arm64e  <3f67449d01313be9b5d09ea76868cdc1> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x1d3c26000 - 0x1d3c56fff CoreBluetooth arm64e  <7adee05da4e23286b04fcb510bcc7dd0> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1d3c57000 - 0x1d3c7bfff PlugInKit arm64e  <1327972da63e3efc9e5c29d7d2be8e8f> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1d3c7c000 - 0x1d3f10fff Celestial arm64e  <a0e3a7b45d6b3a619feddaff245c64be> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x1d3f11000 - 0x1d3f9cfff Quagga arm64e  <cb4dea1151383fe881467847fcc1b331> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1d3f9d000 - 0x1d409ffff AVFAudio arm64e  <e9dc4e36c8633eb591b8147d895f1516> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x1d40a0000 - 0x1d42bffff AVFoundation arm64e  <e2d95324569936a2b0ea2619829e7687> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1d42c0000 - 0x1d42e0fff CacheDelete arm64e  <1a0aca78ad333d848aa513734b83de26> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1d42e1000 - 0x1d431efff StreamingZip arm64e  <8d611a4083ee31f3904eacfdeccf884e> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1d431f000 - 0x1d4332fff CoreEmoji arm64e  <ecaff918f280336a995cf38b1b7ac903> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1d4333000 - 0x1d4383fff CoreLocationProtobuf arm64e  <ff0923a2583e36008f8f323c2c5dd267> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1d4384000 - 0x1d438cfff SymptomDiagnosticReporter arm64e  <90c86e37ed8b38b8a98567685d85a7d0> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1d438d000 - 0x1d4dcffff GeoServices arm64e  <48bf0a777d193f02b1a9ed8f9ea4906b> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x1d4dd0000 - 0x1d4debfff MobileAsset arm64e  <cd86426d2e5a34ada1eef4683a4ba5ea> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1d4dec000 - 0x1d4e2bfff Lexicon arm64e  <27c89612a07b3ed1afaa487cd7092443> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x1d4e2c000 - 0x1d4e3dfff libcmph.dylib arm64e  <2815da5f67a1309284fdc1047b923e6b> /usr/lib/libcmph.dylib
0x1d4e3e000 - 0x1d4f6ffff LanguageModeling arm64e  <42a0bcfaf78d3afea3a9eb05525b2f34> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x1d4f88000 - 0x1d502cfff CoreLocation arm64e  <83597ec06b733453ba66fcc7117d9d1c> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x1d502d000 - 0x1d502dfff PhoneNumbers arm64e  <a986fa7fcb7b3244bc4e2e31c0b9a1c6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1d503a000 - 0x1d5045fff libChineseTokenizer.dylib arm64e  <e120b900837232e0af4c46df890b0ef6> /usr/lib/libChineseTokenizer.dylib
0x1d5046000 - 0x1d5102fff libmecab_em.dylib arm64e  <4d665b32af743759bde21464a4686e19> /usr/lib/libmecab_em.dylib
0x1d5103000 - 0x1d5104fff libThaiTokenizer.dylib arm64e  <46b6e8acb5fa3c63ba651e5451ddf437> /usr/lib/libThaiTokenizer.dylib
0x1d5105000 - 0x1d5109fff libgermantok.dylib arm64e  <a1c0a95a10df3a11ae1ab61099b5a382> /usr/lib/libgermantok.dylib
0x1d510a000 - 0x1d517afff CoreNLP arm64e  <309b07a444853f6295c509f1e3766171> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x1d517b000 - 0x1d534ffff MobileSpotlightIndex arm64e  <ba9c5484e99a3b2c9fe6be5cb1a752ca> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1d5350000 - 0x1d53b7fff CoreSpotlight arm64e  <bb87edbd0dec334bbed3b0d40bd02db7> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x1d53b8000 - 0x1d5ff4fff JavaScriptCore arm64e  <be43cac02cb83f1f825261f58eccbf79> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1d5ff5000 - 0x1d5ffafff libheimdal-asn1.dylib arm64e  <3bd56b35cb0a31cabd56f78b530a7c17> /usr/lib/libheimdal-asn1.dylib
0x1d5ffb000 - 0x1d6075fff libate.dylib arm64e  <3e7091a6c4a039e2840f518208c34c70> /usr/lib/libate.dylib
0x1d6076000 - 0x1d611ffff TextureIO arm64e  <678c692559d739fc8c7023748b97e367> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1d6120000 - 0x1d61e6fff CoreUI arm64e  <e1832647cfad3d18930afa8ef70ca381> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1d61e7000 - 0x1d61f4fff MobileIcons arm64e  <e24e4aecec41380a8d08cac8abe0980f> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1d61f5000 - 0x1d6203fff AppleFSCompression arm64e  <462c283bbb793fc7b5ef998ed1d43545> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1d6204000 - 0x1d626efff TextInput arm64e  <bc7689510322314cb0b980bb075278a9> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x1d6299000 - 0x1d62cefff DataDetectorsCore arm64e  <0dafeefda72f334ba936f42304028964> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1d62cf000 - 0x1d636efff FileProvider arm64e  <c8ab21883684338781df0b2360eb9f38> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1d636f000 - 0x1d6484fff NLP arm64e  <f53e34c5ba93365eaf42cd8a75c2826a> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x1d6485000 - 0x1d655dfff ProofReader arm64e  <7d27a38c880e3bc496e2db786b415912> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1d655e000 - 0x1d6574fff libAccessibility.dylib arm64e  <cb31b18f01ed397ab2502d4a055f77aa> /usr/lib/libAccessibility.dylib
0x1d6575000 - 0x1d6a32fff libwebrtc.dylib arm64e  <6f6ac6bf2b5339fba0f39bc62f561e3c> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1d6a33000 - 0x1d6aa5fff ContactsFoundation arm64e  <3dcb3a68b72131588bcad54220ade9d6> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x1d6aa6000 - 0x1d8444fff WebCore arm64e  <912e88aaaa11378b8df3a3fa45fdffe1> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x1d8445000 - 0x1d85d2fff WebKitLegacy arm64e  <3b70bc5be82d3f63b7f372ff98f84441> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1d85d3000 - 0x1d8605fff DataAccessExpress arm64e  <9c2806ce5dce34acba7ad4c010b2d3d1> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1d8606000 - 0x1d86a2fff AddressBookLegacy arm64e  <e33399b67fcc38c2bd034ebd69d2dcfe> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x1d86a3000 - 0x1d8700fff ProtectedCloudStorage arm64e  <566ba0cbebd73008892cc431045060dd> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1d8701000 - 0x1d8737fff UserNotifications arm64e  <87cffbbbdb1b3c56823d521ed46136cc> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1d8738000 - 0x1d8743fff AppleIDAuthSupport arm64e  <ddc1b59b00e7361eb20d90a46e4516ce> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1d8744000 - 0x1d87a2fff AuthKit arm64e  <2ca2b4788dc737c1989559c635540d91> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x1d87e4000 - 0x1d87e4fff UIKit arm64e  <593150cc0569357bb3f8dabbdac16b2a> /System/Library/Frameworks/UIKit.framework/UIKit
0x1d87e5000 - 0x1d87f9fff DocumentManagerCore arm64e  <49f3ff68df413d38b7013f329963993b> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1d87fa000 - 0x1d8808fff HangTracer arm64e  <02dd76bb17413159850dc8b90f3fd3f4> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1d8809000 - 0x1d885dfff PhysicsKit arm64e  <50c1a2893ecf3068ba23a3ecf7920922> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1d885e000 - 0x1d8862fff StudyLog arm64e  <0ff04d317d8b3c3ab69b609addba2291> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1d8863000 - 0x1d8952fff UIFoundation arm64e  <0fadb4e422c93b298f05e21b818f5b5c> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x1d8953000 - 0x1d8a81fff CloudKit arm64e  <f937ae1daa0b31cd83ebb03df268bb0f> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x1d8a82000 - 0x1d8a89fff IntentsFoundation arm64e  <e5be9dc1cd443132b280148f2dcdbfa9> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1d8a8a000 - 0x1d8d84fff Intents arm64e  <f952a6d4d10738f9a69606711a7e824c> /System/Library/Frameworks/Intents.framework/Intents
0x1d8d85000 - 0x1d8d9dfff libresolv.9.dylib arm64e  <2b05fc314dfa3bc498c311487581c73c> /usr/lib/libresolv.9.dylib
0x1d8d9e000 - 0x1d8da0fff CoreDuetDebugLogging arm64e  <9d3b9d7ce75e3053ad79de06145a92b3> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1d8da1000 - 0x1d8dd2fff libtidy.A.dylib arm64e  <cb1585cdacdb396e975115845dd55670> /usr/lib/libtidy.A.dylib
0x1d8dd3000 - 0x1d8fb6fff CoreDuet arm64e  <28916a101f753fa6ae85270eb580476b> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x1d8fb7000 - 0x1d8fdbfff CoreDuetContext arm64e  <893bfd4478743cc6b5372c9251b60200> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x1d8fdc000 - 0x1d8feefff CoreDuetDaemonProtocol arm64e  <5576a445c223306d942b4d92f14cdea6> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1d8fef000 - 0x1d905bfff IMFoundation arm64e  <87afbb866b353a8a8a83238d7c9511f9> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x1d905c000 - 0x1d908efff vCard arm64e  <b0dadbb357ca39b7a8c65db27abfb307> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1d908f000 - 0x1d91b8fff Contacts arm64e  <1b468c97324a31c1acaea4d770702ece> /System/Library/Frameworks/Contacts.framework/Contacts
0x1d91b9000 - 0x1d91bafff DiagnosticLogCollection arm64e  <783cef845017332aa06a22e00050f3ab> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x1d91bb000 - 0x1d91bcfff Marco arm64e  <6ab19769a41f3ca19732a3350fc999eb> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1d91bd000 - 0x1d91c4fff MessageProtection arm64e  <c9225abb03103d22ad130b9e85a55c6c> /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection
0x1d91c5000 - 0x1d94edfff StoreServices arm64e  <f296e23462d53a23b6214616c80d8452> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x1d94ee000 - 0x1d9506fff Engram arm64e  <ceff138003953ba0ad06b0cd753ea38b> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1d9507000 - 0x1d9624fff IDSFoundation arm64e  <0576e8187d2e30f781daa94c0d87db35> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x1d9625000 - 0x1d9630fff CaptiveNetwork arm64e  <eb90aca6a3cc338ea16f0f39be051ae9> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1d9631000 - 0x1d9662fff EAP8021X arm64e  <0f005941066c349d8f3dc91eb5762f37> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1d9663000 - 0x1d96a0fff MobileWiFi arm64e  <aaf57c7e356e3370871b597b44c8be06> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1d96a1000 - 0x1d96a3fff OAuth arm64e  <b94998ed122c318391ddea291d8c2673> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1d96a4000 - 0x1d96a6fff CommonAuth arm64e  <3daf4610fa853a74a1133151daeb4beb> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x1d96a7000 - 0x1d9718fff Heimdal arm64e  <8db7789977cb3be9a145faa58bd801a5> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x1d9719000 - 0x1d9742fff GSS arm64e  <e7fdb040a41233a68ccb2c3a2c3778c2> /System/Library/Frameworks/GSS.framework/GSS
0x1d9743000 - 0x1d975dfff ApplePushService arm64e  <9d55698d2c743ac68d2443e127a99808> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1d975e000 - 0x1d97fafff AccountsDaemon arm64e  <6e46f575f9263191ad0f740718f52438> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x1d97fb000 - 0x1d981dfff AppleIDSSOAuthentication arm64e  <e5efc26f2347354bac0018508455f3be> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1d981e000 - 0x1d98a5fff AppleAccount arm64e  <ff386e6f4d3738cb854fcd5fe08b6703> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1d98a6000 - 0x1d9a07fff CoreUtils arm64e  <5ba2e7be344d34a184ba6cbe5027f8fe> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x1d9a08000 - 0x1d9b25fff IDS arm64e  <13fac9c51c403ca597389fa6ed63911c> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x1d9b26000 - 0x1d9b4dfff MediaServices arm64e  <e2b9739b21e8347f8dd0b167ad26f7cc> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x1d9b4e000 - 0x1d9d3bfff MediaRemote arm64e  <42acaa93439a3767bdbaeddc66469f08> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x1d9d3c000 - 0x1d9d57fff UserManagement arm64e  <f90e070e6b793216b0449a5b95d3655b> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1d9d58000 - 0x1d9d68fff MobileBluetooth arm64e  <c64988ee4461395cbe17c8505edcf689> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1d9d69000 - 0x1d9d9afff Bom arm64e  <da5654f178c13833a84dabf919177bce> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1d9d9b000 - 0x1d9d9ffff CommunicationsFilter arm64e  <ad1e4609c2bc3f5a86277f56cbd61e7d> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1d9da0000 - 0x1d9dc4fff FTAWD arm64e  <0595556f5e523e50b6912e84aea4f20e> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1d9dc5000 - 0x1d9e21fff FTServices arm64e  <d575ec9faf6f3ec7ac787026853c86a5> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x1d9e5c000 - 0x1d9e67fff ProactiveEventTracker arm64e  <1d0c7e40705c3a0d8073ce70a90d64b6> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x1d9e68000 - 0x1d9eb7fff ChunkingLibrary arm64e  <4c553bef711d314f878e5b0e3010dc97> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1d9eb8000 - 0x1d9ec7fff libnetworkextension.dylib arm64e  <c97fe907bad43a85a7507ccc4fa36a34> /usr/lib/libnetworkextension.dylib
0x1dae53000 - 0x1db012fff NetworkExtension arm64e  <1920a88be758370c82714676903deb8b> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x1db013000 - 0x1db47dfff SiriTTS arm64e  <1813ffe6b003388cbacf95f6593f7f27> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x1db4dd000 - 0x1db51ffff VoiceServices arm64e  <2431936d4e583806ab94187884e8c94d> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x1db67a000 - 0x1db699fff AssetCacheServices arm64e  <aa87e5807be633e0a2304f12dcc1328e> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x1db69a000 - 0x1db758fff NetworkServiceProxy arm64e  <37805e230a9f3c4789edcef8ae0dc197> /System/Library/PrivateFrameworks/NetworkServiceProxy.framework/NetworkServiceProxy
0x1db759000 - 0x1db834fff MMCS arm64e  <e3cf5d58540130f0bc8b48daa75024aa> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x1db835000 - 0x1db841fff BluetoothManager arm64e  <3f93eb12ae3e338aa0b9f6fa5d9e60bd> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x1db8eb000 - 0x1db8f9fff PersonaKit arm64e  <b2fe5822fed13068a87bba58a2371dbe> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1db955000 - 0x1db986fff PhotosFormats arm64e  <9670abbefd0633068f16fd77a31f3ff5> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x1dba83000 - 0x1dbc06fff CloudPhotoLibrary arm64e  <1c1e0384b51536c2a80c0c2d60a62c3e> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1dbcfc000 - 0x1dbd31fff AssetsLibraryServices arm64e  <7da17d2b7a043fa193102d3534c12639> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x1dbd67000 - 0x1dbd90fff DCIMServices arm64e  <f1b6aaa6372437cca4490b1236767c1f> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1dbd91000 - 0x1dbed4fff CoreMediaStream arm64e  <43d1a169a56530baa3af955a21c812d9> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x1dbed5000 - 0x1dbedcfff XPCKit arm64e  <0876e044d14035758f049e7bd01609f2> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
0x1dbfc7000 - 0x1dbfe2fff CloudPhotoServices arm64e  <ee6333caf33436dfad200a66421d4711> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1dbfe3000 - 0x1dbfeefff CoreRecents arm64e  <718e5828740b3280b01fe772c6d76f86> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1dbfef000 - 0x1dc00efff MediaStream arm64e  <bb3e57c5eb9f3b09b00487ee112c8208> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1dc00f000 - 0x1dc571fff PhotoLibraryServices arm64e  <e2e0a311c92134a2be44b5fb8526dd8e> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x1dc572000 - 0x1dc58ffff PrototypeTools arm64e  <71ceebe5f7613eeab32a796ec6b56283> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1dc590000 - 0x1dc61efff CoreSymbolication arm64e  <ef5fefc1f2ef3624b240138a63a94ece> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1dc61f000 - 0x1dc76bfff SearchFoundation arm64e  <612e03f5237c315aa7b715310f1117a2> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x1dc76c000 - 0x1dc772fff IncomingCallFilter arm64e  <d898ed5f475133a8912e64eb0d5175ae> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x1dc773000 - 0x1dc830fff iTunesStore arm64e  <a6186d5c2a1732e481232e16d89b9dfc> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x1dc831000 - 0x1dc837fff libtzupdate.dylib arm64e  <2ee49733a1f93ede8dd9698208eba416> /usr/lib/libtzupdate.dylib
0x1dc838000 - 0x1dc994fff Preferences arm64e  <0e85ac49832a3dac87f5af14ade669d9> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x1dc995000 - 0x1dc99dfff CoreTime arm64e  <7ef03db8f7643f6aa2e5d2c259ecd786> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1dc99e000 - 0x1dc9f1fff CoreAppleCVA arm64e  <a1589cf7cd3832d8a61667da999b997a> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA
0x1dc9f2000 - 0x1dca34fff DifferentialPrivacy arm64e  <7438e20f87ec366e95e77c8a38f49ecd> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1dca35000 - 0x1dcbe3fff AppleCVA arm64e  <e7a5227ec4bc3c4fb7862f3a5ad398da> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA
0x1dcbe4000 - 0x1dcc85fff Montreal arm64e  <b686a96af472311b8a884deb462d155a> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x1dcc92000 - 0x1dcfa4fff Espresso arm64e  <d51d22ab9fef36459597119f533540be> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1dcfa5000 - 0x1dcfabfff MobileSystemServices arm64e  <24ea432ba3a03139ab92f09dc8e605f1> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1dd1be000 - 0x1dd41efff CoreML arm64e  <1dac59d64a91366cbc9ee22b0b4bfa94> /System/Library/Frameworks/CoreML.framework/CoreML
0x1dd41f000 - 0x1dd422fff CoreOptimization arm64e  <007930c396a1348eab3fbbd9bac06249> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1dd423000 - 0x1dd482fff SafariCore arm64e  <fb9ca2dedde73e8a864cd7a8742170ca> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x1dd483000 - 0x1dd4ddfff CorePrediction arm64e  <c1d41961fb3233309d8ebd93003e2b61> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1dd4de000 - 0x1dd5e9fff Navigation arm64e  <ccdd2969f0b33a9c92c5658d21d6bb24> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1dd5ea000 - 0x1dd604fff ContactsDonation arm64e  <de55dbaf0eb93c2faf78cee7ea8596ea> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1dd605000 - 0x1dd631fff Futhark arm64e  <b3c7f25a964634458eac6036b51abd21> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1dd632000 - 0x1dd6affff NanoRegistry arm64e  <fb59f59313aa3edba3202d866ee8162d> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1dd6b0000 - 0x1dd70dfff ToneLibrary arm64e  <6e57010da8fd3bfcbbbe6bff9397a76a> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1dd726000 - 0x1dd786fff ContactsUICore arm64e  <7a37233534c13b748e0922355936a44c> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1dd787000 - 0x1dd907fff ContactsUI arm64e  <b9291fdbb8ea3463a3b70cd5efa7a22c> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x1dd908000 - 0x1dd9d4fff CorePDF arm64e  <b987eb80f4fa383ab15e1ee05471c8b4> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1dd9d5000 - 0x1ddc98fff Vision arm64e  <c1de6d0ae78e32039dc9df63ec2c6970> /System/Library/Frameworks/Vision.framework/Vision
0x1ddc99000 - 0x1de198fff WebKit arm64e  <920759820f6e3e81b2824d0c13ef8d6a> /System/Library/Frameworks/WebKit.framework/WebKit
0x1de199000 - 0x1de240fff BulletinBoard arm64e  <42bc55ef926b331b822be0cfe4a03aa5> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
0x1de241000 - 0x1de246fff ConstantClasses arm64e  <734abde5d04a3fdda95e219ec0a76342> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x1de247000 - 0x1de24ffff CertUI arm64e  <49d36ea3271739d8bd6ce7e9cdce97d7> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x1de34d000 - 0x1de3e7fff MediaPlatform arm64e  <a4281f6f6fdd3c23b07b6456c8d46b40> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x1de3e8000 - 0x1de453fff WebBookmarks arm64e  <4e1c0d5b362339519987e8b0692e7be7> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x1de454000 - 0x1de45efff DAAPKit arm64e  <d64e78cf4be237d0b9b17ef117203f71> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x1de560000 - 0x1de82ffff MediaLibraryCore arm64e  <06410faf73e433cdac9724547d32ffcf> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x1de832000 - 0x1deac8fff MusicLibrary arm64e  <564f5a802720378bb58fb33a9df18c1f> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x1deac9000 - 0x1df0fdfff VectorKit arm64e  <7301ada1c9ff39088894b5e0fcf40045> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x1df0fe000 - 0x1df356fff MapKit arm64e  <d3c21bf7344e32ef80006fb193cb0174> /System/Library/Frameworks/MapKit.framework/MapKit
0x1df357000 - 0x1df505fff iTunesCloud arm64e  <7bc2ca04b2b4350996bee396b8e9447e> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x1df506000 - 0x1df5aafff HomeSharing arm64e  <22fc3edcfa4f385cbe755510ee06d7bb> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x1df738000 - 0x1dfbb7fff MediaPlayer arm64e  <76ebee39a63a3b4595605e46221c1e06> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x1dfbb8000 - 0x1dfbdefff MobileInstallation arm64e  <dbc6d6f3dc7a355f8b3f36ca2e5a369b> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1dfbe9000 - 0x1dfbebfff InternationalTextSearch arm64e  <c2ad4eea1e7d3df081948c2037c63d86> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1dfc4a000 - 0x1dfc82fff ProactiveSupport arm64e  <6b3655523e563244b64275a18a29f948> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1dfcbe000 - 0x1dfd8ffff TelephonyUtilities arm64e  <0bfd247062643cdaa55037da09df6850> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x1dfe48000 - 0x1dfe5cfff AssetsLibrary arm64e  <04e07ad8ad05347a987429f2cc9a97c4> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x1e0149000 - 0x1e01eefff Social arm64e  <9d4563f184a430e7b6d2d624d93e6fc3> /System/Library/Frameworks/Social.framework/Social
0x1e028c000 - 0x1e02a4fff CoreFollowUp arm64e  <af00cb7a57b539a8a8f900cc5c56c3fe> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1e02a5000 - 0x1e031bfff CoreSuggestions arm64e  <1cbf2684e0ac3e898429c4e3bc132697> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x1e032d000 - 0x1e03c2fff CoreRecognition arm64e  <a1277b5d7276378f85c31cb8be026c70> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x1e0786000 - 0x1e083bfff CoreParsec arm64e  <5325cbbe1bf030219e5e0ab85c04fb8c> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x1e086d000 - 0x1e089ffff SharedUtils arm64e  <d714379bb57a3ba4b80320e37294f64e> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1e08e4000 - 0x1e09b0fff VideoSubscriberAccount arm64e  <448505977d2a32fbb83abe7745ddb1ad> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x1e0ad4000 - 0x1e0ad7fff SharedWebCredentials arm64e  <53c484887b7335a68d4225a160b76255> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x1e0ad9000 - 0x1e0af4fff SafariFoundation arm64e  <3609134316d03f42ae089d4594fcd1b0> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x1e0ce7000 - 0x1e0cfefff LocalAuthentication arm64e  <14c9a5c084383ae68b8ff79b7cf835cb> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1e0cff000 - 0x1e0d01fff ParsecSubscriptionServiceSupport arm64e  <8b22a98a999536ca8e471aa0e2f4420b> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x1e0daf000 - 0x1e1009fff SafariShared arm64e  <754977b1f86d3902afcea0fad4f75a85> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x1e100a000 - 0x1e104ffff WebUI arm64e  <dccdb7381dd635a594100cbbd447e0c7> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x1e1050000 - 0x1e105dfff SetupAssistantSupport arm64e  <056e9f9b4ef83893b779da340ccb07cf> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1e105e000 - 0x1e108afff SetupAssistant arm64e  <ec4f45c2e0373fc9b6240a0945705d97> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1e1dea000 - 0x1e1df0fff LinguisticData arm64e  <eb366c48916636cdbf0355da57b65c43> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1e26da000 - 0x1e26f5fff MetalKit arm64e  <90f2fd7563fd3b9fb64c71d1d0ee6700> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x1e352a000 - 0x1e35f3fff PDFKit arm64e  <153891f04f3f3afd82c8877513a161ee> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1e39ad000 - 0x1e39bffff MobileDeviceLink arm64e  <a53aa352cf3336838ceac13137b23e35> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x1e3ab0000 - 0x1e3afafff MobileBackup arm64e  <936bfc49a7653155b9817f7e738d5f74> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x1e3afb000 - 0x1e3b46fff SafariSafeBrowsing arm64e  <892efdf1ee183fa4be782195ec411a73> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1e3b65000 - 0x1e3ca6fff SafariServices arm64e  <c46648acfcff31908e277e19573c5dd7> /System/Library/Frameworks/SafariServices.framework/SafariServices
0x1e4da1000 - 0x1e4dadfff MobileActivation arm64e  <867565b820d53892bb7fa680df3cee69> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
0x1e4ee3000 - 0x1e507ffff Sharing arm64e  <904a544178453b59b957045e5f5b7cc5> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x1e65cc000 - 0x1e6620fff LoggingSupport arm64e  <dc69c88e1cbf3c0e93ff1955ce21beea> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1e698b000 - 0x1e6994fff FamilyCircle arm64e  <181cf7b7395f371b96b932a0aa75ca25> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x1e82fc000 - 0x1e8320fff AppSupportUI arm64e  <bb4b790ffef23a13ba2338c5487c1bc1> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x1e8dbe000 - 0x1e8e05fff Catalyst arm64e  <116298727d5030e2abe63d59778f5091> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
0x1e911f000 - 0x1e9124fff kperf arm64e  <d8e92b193c9c35e1b9c27fbcb2562fc9> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1e9384000 - 0x1e93acfff CellularPlanManager arm64e  <b46245d7acbc3c81b3207bafdb1f365c> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x1e93ad000 - 0x1e9404fff DeviceManagement arm64e  <fd439fd236da3270b3864e7c71c6e83e> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
0x1e95a0000 - 0x1e95a8fff kperfdata arm64e  <e4ce6aa3a21430899dc20c464400e2fe> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1e95eb000 - 0x1e95f3fff libdscsym.dylib arm64e  <092b4b6d6d0e330291a55619546dee8b> /usr/lib/libdscsym.dylib
0x1e99c5000 - 0x1e9a01fff ktrace arm64e  <ab6c1adb247d33b5a93a6fedb9015fa5> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1ebcce000 - 0x1ebd16fff BiometricKit arm64e  <e422f43fdd2c378e8541dd59c6a3f7f7> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1ebd37000 - 0x1ebd47fff CTCarrierSpace arm64e  <17ed383fb8b63bf4b7e6511f8d09a0f9> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1ec1f6000 - 0x1ec20afff DeviceIdentity arm64e  <f72a0f3f6a783f199bf41805bf7e0a50> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1ee3c1000 - 0x1ee3fefff Rapport arm64e  <580959c4176f32aba659b66f863fb74e> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1ee43c000 - 0x1ee45afff SignpostSupport arm64e  <b035d66ed00e393d956ff45aa7272f49> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1ef3ec000 - 0x1ef3f3fff libMatch.1.dylib arm64e  <4de562dc1d9c3847859496603e30c6b7> /usr/lib/libMatch.1.dylib
0x1ef43c000 - 0x1ef458fff libtailspin.dylib arm64e  <061ad2a37b4236688c4d0d1e55815959> /usr/lib/libtailspin.dylib
0x1f2154000 - 0x1f215ffff ContextKit arm64e  <54c090c151d83941b1f5a1b260e55354> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
0x1f2aa9000 - 0x1f2abafff libGSFontCache.dylib arm64e  <3274ce0f54a83dffbc2f50372639363a> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1f2abb000 - 0x1f2aedfff libTrueTypeScaler.dylib arm64e  <2efeb58639863604954f451ea065886a> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
0x1f46ab000 - 0x1f46affff InternationalSupport arm64e  <23741791ea553d39a28525799d58ae4a> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1f5ae4000 - 0x1f5af0fff PersonaUI arm64e  <a97de6c0afb33f45a706adca77187c6b> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1f5f3f000 - 0x1f5f49fff SignpostCollection arm64e  <799f2f79ed3b31a3ac4123bbb031dc23> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1f6b0a000 - 0x1f6b0dfff XCTTargetBootstrap arm64e  <411129f331ba392fb6cfa58a274bfbde> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1f6b55000 - 0x1f6b67fff libEDR arm64e  <cde3a07a1dd038e7a8da32369121e22a> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1f779e000 - 0x1f779efff libcharset.1.dylib arm64e  <eb57754c05f73814bd5d94736491cf6e> /usr/lib/libcharset.1.dylib
0x1f8287000 - 0x1f8288fff libsandbox.1.dylib arm64e  <c995e461275f389b84bb782235503e67> /usr/lib/libsandbox.1.dylib
0x1f88cc000 - 0x1f88d7fff AuthenticationServices arm64e  <021f1390d979384da14af051927540ab> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
0x1f8971000 - 0x1f8accfff CoreServices arm64e  <395c9db2902a3aceb72f985922b2593a> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x1f8afa000 - 0x1f8b14fff MPSRayIntersector arm64e  <cfaee388c8b6391abb05fb59828dcf1b> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1f8b45000 - 0x1f8c80fff Network arm64e  <5d2e5890bab83a9a9c5bb5cc832ac3bf> /System/Library/Frameworks/Network.framework/Network
0x1f8d51000 - 0x1f8d5ffff ANEServices arm64e  <f652c4b18a103a168ec10f64d1b0d645> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1f8d64000 - 0x1f8d68fff ASEProcessing arm64e  <1087c582379c3bbcb6a582c514e48c82> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1f8d69000 - 0x1f8d75fff AXCoreUtilities arm64e  <f7ce6c1d966433b29c34abbe0d914950> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x1f8ff8000 - 0x1f9139fff AppleMediaServices arm64e  <8bbe40e95e123b98aa5ccfe2824a54ed> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x1f913a000 - 0x1f914afff AppleNeuralEngine arm64e  <2c43704df49e31ba92c822b4b5924451> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1f92dd000 - 0x1f9314fff C2 arm64e  <c210d44b4f5e39448c6d48b5b5548222> /System/Library/PrivateFrameworks/C2.framework/C2
0x1f94ae000 - 0x1f94bdfff Categories arm64e  <b898eb80f1b53138be733b3f859f9f44> /System/Library/PrivateFrameworks/Categories.framework/Categories
0x1f94c5000 - 0x1f95e9fff ConfigurationEngineModel arm64e  <af096c9434673ad9a23d91fe05a16d3d> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
0x1f98a2000 - 0x1f98fdfff DocumentManager arm64e  <7c10d7bf448d314d96fc33a0eef25f32> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1f9a3e000 - 0x1f9a43fff IdleTimerServices arm64e  <7dd903f52c503f649b61254276dc0967> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1f9ac1000 - 0x1f9ae8fff MetadataUtilities arm64e  <ffb0799d07753c9b9ca4bbee04b52e52> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1fa08a000 - 0x1fa0dcfff OTSVG arm64e  <f20e9ccb5cfb3852841f7b17f79d4016> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1fa1de000 - 0x1fa240fff PhotoFoundation arm64e  <bbd22ae2b0553139b6c84e66523e33b8> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x1fa330000 - 0x1fa390fff ROCKit arm64e  <7cc33aaf01453415a73405e95c842581> /System/Library/PrivateFrameworks/ROCKit.framework/ROCKit
0x1fa554000 - 0x1fa5b2fff RemoteManagement arm64e  <e60b5b7b140f30e4ba5ad5956cf2af5f> /System/Library/PrivateFrameworks/RemoteManagement.framework/RemoteManagement
0x1fa5b3000 - 0x1fa5c5fff RemoteTextInput arm64e  <2f5f51af17ac396f9d2f497c48592f62> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1fa5ef000 - 0x1fa68cfff SampleAnalysis arm64e  <07c1ebfbc94d36caa49713b697eec588> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1fa777000 - 0x1fa777fff SignpostNotification arm64e  <c24e4c6ba55033fb962a5a38871728de> /System/Library/PrivateFrameworks/SignpostNotification.framework/SignpostNotification
0x1fa7e9000 - 0x1fa7f1fff StatsKit arm64e  <d083bc73810b3700b5d704daf65126f1> /System/Library/PrivateFrameworks/StatsKit.framework/StatsKit
0x1fb359000 - 0x1fc4effff UIKitCore arm64e  <8ce6174b6ffd3866868191642225d9ed> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x1fc4f0000 - 0x1fc4fbfff UIKitServices arm64e  <264eeeb52d92374db9e26b268c34b6a3> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x1fc4fc000 - 0x1fc503fff URLFormatting arm64e  <d96d73f3d44f3042807e4d30243ba8b4> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1fc504000 - 0x1fc527fff UsageTracking arm64e  <8425c04a87333fd6aae6bef41c6d7e77> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
@robbiet480
Copy link
Member Author

robbiet480 commented Mar 12, 2019

2.0 (35)

{"app_name":"Home Assistant β","app_cohort":"2|date=1552195800000&sf=143443&tid=2e6b012734c6f425625965b11801e30cced048cd2ea05257fecf30f19c959aac&ttype=e","app_version":"2.0.0","timestamp":"2019-03-11 11:57:57.23 +0100","slice_uuid":"7023b6d4-5ad8-38e7-a6de-e3a973b2de50","adam_id":1228023491,"build_version":"35","bundleID":"io.robbie.HomeAssistant.beta","share_with_app_devs":true,"is_first_party":false,"bug_type":"109","os_version":"iPhone OS 12.1.4 (16D57)","incident_id":"199FD402-CDB2-41DA-B821-95781CC4EA46","is_beta":true,"name":"Home Assistant β"}
Incident Identifier: 199FD402-CDB2-41DA-B821-95781CC4EA46
Beta Identifier:     A8315E3B-6828-458B-A18F-7B75F075728B
Hardware Model:      iPhone11,2
Process:             Home Assistant β [5274]
Path:                /private/var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Home Assistant β
Identifier:          io.robbie.HomeAssistant.beta
Version:             35 (2.0.0)
AppStoreTools:       10B63
AppVariant:          1:iPhone11,2:12
Beta:                YES
Code Type:           ARM-64 (Native)
Role:                Non UI
Parent Process:      launchd [1]
Coalition:           io.robbie.HomeAssistant.beta [1288]


Date/Time:           2019-03-11 11:57:57.0116 +0100
Launch Time:         2019-03-11 11:57:43.1140 +0100
OS Version:          iPhone OS 12.1.4 (16D57)
Baseband Version:    1.03.08
Report Version:      104

Exception Type:  EXC_CRASH (SIGKILL)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Termination Reason: Namespace SPRINGBOARD, Code 0x8badf00d
Termination Description: SPRINGBOARD, process-exit watchdog transgression: io.robbie.HomeAssistant.beta exhausted real (wall clock) time allowance of 5.00 seconds | ProcessVisibility: Foreground | ProcessState: Running | WatchdogEvent: process-exit | WatchdogVisibility: Foreground | WatchdogCPUStatistics: ( | "Elapsed total CPU time (seconds): 5.380 (user 5.380, system 0.000), 18% CPU", | "Elapsed application CPU time (seconds): 0.039, 0% CPU" | )
Triggered by Thread:  0

Thread 0 Crashed:
0   libsystem_kernel.dylib        	0x00000001d1bf2284 flock + 8
1   Realm                         	0x0000000101097b44 realm::SharedGroup::do_open+ 1964868 (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bool, bool, realm::SharedGroupOptions) + 2840
2   Realm                         	0x0000000100fc05fc realm::SharedGroup::open(realm::Replication&, realm::SharedGroupOptions) + 1082876 (group_shared.hpp:854)
3   Realm                         	0x0000000100fc02a0 realm::SharedGroup::SharedGroup(realm::Replication&, realm::SharedGroupOptions) + 1082016 (group_shared.hpp:827)
4   Realm                         	0x0000000100fb9998 realm::Realm::open_with_config(realm::Realm::Config const&, std::__1::unique_ptr<realm::Replication, std::__1::default_delete<realm::Replication> >&, std::__1::unique_ptr<realm::SharedGroup, std::__1::default_delete<realm::SharedGroup> >&, std::__1::unique_ptr<realm::Group, std::__1::default_delete<realm::Group> >&, realm::Realm*) + 1055128 (memory:3078)
5   Realm                         	0x0000000100fb93f0 realm::Realm::Realm(realm::Realm::Config, std::__1::shared_ptr<realm::_impl::RealmCoordinator>) + 1053680 (shared_realm.cpp:63)
6   Realm                         	0x0000000100ef75e0 realm::Realm::make_shared_realm(realm::Realm::Config, std::__1::shared_ptr<realm::_impl::RealmCoordinator>)::make_shared_enabler::make_shared_enabler(realm::Realm::Config, std::__1::shared_ptr<realm::_impl::RealmCoordinator>) + 259552 (shared_realm.hpp:335)
7   Realm                         	0x0000000100ef73c4 std::__1::shared_ptr<realm::Realm::make_shared_realm(realm::Realm::Config, std::__1::shared_ptr<realm::_impl::RealmCoordinator>)::make_shared_enabler> std::__1::shared_ptr<realm::Realm::make_shared_realm(realm::Realm::Config, std::__1::shared_ptr<realm::_impl::RealmCoordinator>)::make_shared_enabler>::make_shared<realm::Realm::Config, std::__1::shared_ptr<realm::_impl::RealmCoordinator> >(realm::Realm::Config&&, std::__1::shared_ptr<realm::_impl::RealmCoordinator>&&) + 259012 (memory:2103)
8   Realm                         	0x0000000100ef2854 realm::_impl::RealmCoordinator::get_realm(realm::Realm::Config) + 239700 (realm_coordinator.cpp:227)
9   Realm                         	0x0000000100fbb620 realm::Realm::get_shared_realm(realm::Realm::Config) + 1062432 (shared_realm.cpp:267)
10  Realm                         	0x0000000100f89270 +[RLMRealm realmWithConfiguration:error:] + 856688 (RLMRealm.mm:400)
11  RealmSwift                    	0x00000001013ac11c specialized Realm.init(configuration:) + 131356 (Realm.swift:0)
12  RealmSwift                    	0x00000001013a9660 Realm.__allocating_init(configuration:) + 120416 (<compiler-generated>:0)
13  Shared                        	0x00000001015b97c8 closure #1 in variable initialization expression of static Realm.live + 284616 (Realm+Initialization.swift:49)
14  Shared                        	0x00000001015cd2a0 closure #1 in variable initialization expression of ClientEventStore.addEvent + 365216 (ClientEventStore.swift:14)
15  Home Assistant β              	0x00000001007bc20c 0x100708000 + 737804
16  Home Assistant β              	0x00000001007aabe8 0x100708000 + 666600
17  UIKitCore                     	0x00000001ffd26d3c -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 416
18  UIKitCore                     	0x00000001ffd284e8 -[UIApplication _callInitializationDelegatesForMainScene:transitionContext:] + 3380
19  UIKitCore                     	0x00000001ffd2e1e0 -[UIApplication _runWithMainScene:transitionContext:completion:] + 1568
20  UIKitCore                     	0x00000001ff59551c __111-[__UICanvasLifecycleMonitor_Compatability _scheduleFirstCommitForScene:transition:firstActivation:completion:]_block_invoke + 808
21  UIKitCore                     	0x00000001ff59e684 +[_UICanvas _enqueuePostSettingUpdateTransactionBlock:] + 168
22  UIKitCore                     	0x00000001ff59517c -[__UICanvasLifecycleMonitor_Compatability _scheduleFirstCommitForScene:transition:firstActivation:completion:] + 252
23  UIKitCore                     	0x00000001ff595b60 -[__UICanvasLifecycleMonitor_Compatability activateEventsOnly:withContext:completion:] + 1080
24  UIKitCore                     	0x00000001ff593b14 __82-[_UIApplicationCanvas _transitionLifecycleStateWithTransitionContext:completion:]_block_invoke + 776
25  UIKitCore                     	0x00000001ff5937bc -[_UIApplicationCanvas _transitionLifecycleStateWithTransitionContext:completion:] + 460
26  UIKitCore                     	0x00000001ff598c0c __125-[_UICanvasLifecycleSettingsDiffAction performActionsForCanvas:withUpdatedScene:settingsDiff:fromSettings:transitionContext:]_block_invoke + 224
27  UIKitCore                     	0x00000001ff599bfc _performActionsWithDelayForTransitionContext + 120
28  UIKitCore                     	0x00000001ff598ac0 -[_UICanvasLifecycleSettingsDiffAction performActionsForCanvas:withUpdatedScene:settingsDiff:fromSettings:transitionContext:] + 260
29  UIKitCore                     	0x00000001ff59dccc -[_UICanvas scene:didUpdateWithDiff:transitionContext:completion:] + 372
30  UIKitCore                     	0x00000001ffd2c610 -[UIApplication workspace:didCreateScene:withTransitionContext:completion:] + 556
31  UIKitCore                     	0x00000001ff8fba70 -[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:] + 376
32  FrontBoardServices            	0x00000001d4aee798 -[FBSSceneImpl _didCreateWithTransitionContext:completion:] + 456
33  FrontBoardServices            	0x00000001d4afa0e8 __56-[FBSWorkspace client:handleCreateScene:withCompletion:]_block_invoke_2 + 284
34  FrontBoardServices            	0x00000001d4af9708 __40-[FBSWorkspace _performDelegateCallOut:]_block_invoke + 72
35  libdispatch.dylib             	0x00000001d1a69134 _dispatch_client_callout + 20
36  libdispatch.dylib             	0x00000001d1a6c728 _dispatch_block_invoke_direct + 252
37  FrontBoardServices            	0x00000001d4b30b08 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 48
38  FrontBoardServices            	0x00000001d4b30774 -[FBSSerialQueue _performNext] + 448
39  FrontBoardServices            	0x00000001d4b30de0 -[FBSSerialQueue _performNextFromRunLoopSource] + 60
40  CoreFoundation                	0x00000001d1ff451c __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28
41  CoreFoundation                	0x00000001d1ff4498 __CFRunLoopDoSource0 + 92
42  CoreFoundation                	0x00000001d1ff3d50 __CFRunLoopDoSources0 + 180
43  CoreFoundation                	0x00000001d1feea08 __CFRunLoopRun + 1032
44  CoreFoundation                	0x00000001d1fee2e8 CFRunLoopRunSpecific + 452
45  GraphicsServices              	0x00000001d42a2be8 GSEventRunModal + 104
46  UIKitCore                     	0x00000001ffd30088 UIApplicationMain + 216
47  Home Assistant β              	0x00000001007111c8 0x100708000 + 37320
48  libdyld.dylib                 	0x00000001d1aa1050 start + 4

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

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

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

Thread 4 name:  com.apple.uikit.eventfetch-thread
Thread 4:
0   libsystem_kernel.dylib        	0x00000001d1be5a3c mach_msg_trap + 8
1   CoreFoundation                	0x00000001d1ff3ee8 __CFRunLoopServiceMachPort + 240
2   CoreFoundation                	0x00000001d1feeb5c __CFRunLoopRun + 1372
3   CoreFoundation                	0x00000001d1fee2e8 CFRunLoopRunSpecific + 452
4   Foundation                    	0x00000001d29f23e0 -[NSRunLoop+ 33760 (NSRunLoop) runMode:beforeDate:] + 304
5   Foundation                    	0x00000001d29f2284 -[NSRunLoop+ 33412 (NSRunLoop) runUntilDate:] + 152
6   UIKitCore                     	0x00000001ffe26fc8 -[UIEventFetcher threadMain] + 140
7   Foundation                    	0x00000001d29f0fc0 -[NSThread main] + 72
8   Foundation                    	0x00000001d2b2dc44 __NSThread__start__ + 1044
9   libsystem_pthread.dylib       	0x00000001d1c68974 _pthread_body + 132
10  libsystem_pthread.dylib       	0x00000001d1c688d0 _pthread_start + 52
11  libsystem_pthread.dylib       	0x00000001d1c70ddc thread_start + 4

Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000004   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x0000000000000001   x5: 0x0000000000000000   x6: 0x0000000000000078   x7: 0x0000000101276b09
    x8: 0x0000000000000002   x9: 0x0000000000000006  x10: 0x0000000282f809e0  x11: 0x000000000014710e
   x12: 0x0000000000000002  x13: 0x0000000000000000  x14: 0x00000000000007fb  x15: 0x00000000fffffffe
   x16: 0x0000000000000083  x17: 0x0000000202c52620  x18: 0x0000000000000000  x19: 0x0000000282f809b8
   x20: 0x0000000000000002  x21: 0x0000000000000001  x22: 0x000000016f6f4588  x23: 0x0000000103db8000
   x24: 0x0000000282f809c8  x25: 0x000000014682bb48  x26: 0x000000014682a018  x27: 0x0000000000000001
   x28: 0x000000014682bb60   fp: 0x000000016f6f4240   lr: 0x000000010116f238
    sp: 0x000000016f6f4210   pc: 0x00000001d1bf2284 cpsr: 0x60000000

Binary Images:
0x100708000 - 0x10080ffff Home Assistant β arm64  <7023b6d45ad838e7a6dee3a973b2de50> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Home Assistant β
0x100874000 - 0x1008dbfff Alamofire arm64  <20d19bfa817138c9a88ebaafcc9ab527> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/Alamofire.framework/Alamofire
0x100908000 - 0x100913fff AlamofireNetworkActivityIndicator arm64  <72086626ed283ba58bda0b19af231d1f> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/AlamofireNetworkActivityIndicator.framework/AlamofireNetworkActivityIndicator
0x100920000 - 0x100987fff dyld arm64e  <fa68b5becbfb3557a158ca1a5540a922> /usr/lib/dyld
0x1009f8000 - 0x100a2bfff AlamofireImage arm64  <c3d742f913353495a3f5c8249721cf6a> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/AlamofireImage.framework/AlamofireImage
0x100a44000 - 0x100a53fff CPDAcknowledgements arm64  <85b2cb069fc83645a0286041bf0f73ae> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/CPDAcknowledgements.framework/CPDAcknowledgements
0x100a60000 - 0x100a7bfff CallbackURLKit arm64  <a9a7198c846e3225a827baf4f7814e8f> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/CallbackURLKit.framework/CallbackURLKit
0x100a8c000 - 0x100aa7fff ColorPickerRow arm64  <8a1c398900e539b5a1f89ea395a3bc16> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/ColorPickerRow.framework/ColorPickerRow
0x100ac0000 - 0x100acffff Communicator arm64  <6a60e63ff50d3821996ae4a50249fed4> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/Communicator.framework/Communicator
0x100ae0000 - 0x100aeffff DeviceKit arm64  <6a04fb7517e53d998d66f126078156df> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/DeviceKit.framework/DeviceKit
0x100b00000 - 0x100c07fff Eureka arm64  <49dec4c5c1703259a239fe9db48cd2eb> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/Eureka.framework/Eureka
0x100c68000 - 0x100d0ffff Iconic arm64  <d984f8d6923c39b78befc5e6b64bf487> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/Iconic.framework/Iconic
0x100d24000 - 0x100d53fff KeychainAccess arm64  <bfb458b1b8583e119ce7061a649dce9a> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/KeychainAccess.framework/KeychainAccess
0x100d68000 - 0x100d7ffff Lokalise arm64  <5499578fdb21336085b36a2d4e037357> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/Lokalise.framework/Lokalise
0x100d94000 - 0x100da3fff MBProgressHUD arm64  <d8d0db9c2fc03fbf8e72c3d93d0f6569> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/MBProgressHUD.framework/MBProgressHUD
0x100db4000 - 0x100dbbfff ObjcExceptionBridging arm64  <20932fbcad7b3195ae1d2dcb14265083> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/ObjcExceptionBridging.framework/ObjcExceptionBridging
0x100dc8000 - 0x100dfbfff ObjectMapper arm64  <7a0437ae433b3de3826da926eac5531d> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/ObjectMapper.framework/ObjectMapper
0x100e14000 - 0x100e23fff PMAlertController arm64  <b74687ae46b63402adcbc88b47021e82> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/PMAlertController.framework/PMAlertController
0x100e34000 - 0x100e7bfff PromiseKit arm64  <69322f7edb6a33e79df5f8ecf4fc9421> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/PromiseKit.framework/PromiseKit
0x100e9c000 - 0x100ea7fff Reachability arm64  <4b0d99fd07d932b4b971aab6980a4887> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/Reachability.framework/Reachability
0x100eb8000 - 0x1012b7fff Realm arm64  <c1625a99557633d5b1a91f1ae1138665> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/Realm.framework/Realm
0x10138c000 - 0x1013d7fff RealmSwift arm64  <aa843b27179c32ee94121386388eb658> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/RealmSwift.framework/RealmSwift
0x101408000 - 0x10144ffff Sodium arm64  <61639b3eaf9c355a9083d8a36cb39bc8> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/Sodium.framework/Sodium
0x101468000 - 0x101473fff TABObserverSet arm64  <5c992b4bec0538e19d0a450e5331e776> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/TABObserverSet.framework/TABObserverSet
0x101480000 - 0x10148bfff UIColor_Hex_Swift arm64  <fb236b8962073e62983d35fdc79cf584> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/UIColor_Hex_Swift.framework/UIColor_Hex_Swift
0x101498000 - 0x1014a3fff ViewRow arm64  <87587112c3b93bfb845b75948ad4f3e2> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/ViewRow.framework/ViewRow
0x1014b4000 - 0x1014e7fff XCGLogger arm64  <fdf940e40f3435f2acda2a7aa32e8d0c> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/XCGLogger.framework/XCGLogger
0x101504000 - 0x10152ffff ZIPFoundation arm64  <7a1923df4551314382eb8f2b32382c0f> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/ZIPFoundation.framework/ZIPFoundation
0x101544000 - 0x10155ffff arek arm64  <96c9202de94f38bca03f1acb1538da49> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/arek.framework/arek
0x101574000 - 0x101603fff Shared arm64  <5cf256a81817389da7580962f72b5fd0> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/Shared.framework/Shared
0x101644000 - 0x10197bfff libswiftCore.dylib arm64  <00bfeb2c7dd23aaaad8dc220d05db60d> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/libswiftCore.dylib
0x101a54000 - 0x101a5bfff libswiftCoreFoundation.dylib arm64  <0d5a8c9525893e5db73f73ebf1b50067> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/libswiftCoreFoundation.dylib
0x101a68000 - 0x101a77fff libswiftCoreGraphics.dylib arm64  <69c706e3608b3391a42d889ee09de22a> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/libswiftCoreGraphics.dylib
0x101a8c000 - 0x101a93fff libswiftCoreImage.dylib arm64  <8a374c0773d23e06b0ff1a0cb4c9dba5> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/libswiftCoreImage.dylib
0x101aa0000 - 0x101aa7fff libswiftCoreLocation.dylib arm64  <ae7afc5203853ceab59e828472c9c6b6> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/libswiftCoreLocation.dylib
0x101ab4000 - 0x101abffff libswiftDarwin.dylib arm64  <e9b084ec443833e5ae8ca26fc1203e06> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/libswiftDarwin.dylib
0x101ad0000 - 0x101aebfff libswiftDispatch.dylib arm64  <7c6b399e97f33ceda72e2cec7ba3d0f8> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/libswiftDispatch.dylib
0x101b04000 - 0x101c53fff libswiftFoundation.dylib arm64  <1113630949893294b25b5f33ff0e9f6d> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/libswiftFoundation.dylib
0x101ccc000 - 0x101cd7fff libswiftIntents.dylib arm64  <d782963821523ab6a2f2a73d4d1e22ba> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/libswiftIntents.dylib
0x101ce8000 - 0x101ceffff libswiftMapKit.dylib arm64  <a2c93241ae2e35ff83a57828d6ad4f30> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/libswiftMapKit.dylib
0x101cfc000 - 0x101d03fff libswiftMetal.dylib arm64  <5f0460734d523594bce5f9d7187af7fc> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/libswiftMetal.dylib
0x101d10000 - 0x101d17fff libswiftObjectiveC.dylib arm64  <a202c6e271f733f7b99e3c2173872f6c> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/libswiftObjectiveC.dylib
0x101d24000 - 0x101d2bfff libswiftQuartzCore.dylib arm64  <82e181ad5e8e3715b842cfa9e306ce4d> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/libswiftQuartzCore.dylib
0x101d38000 - 0x101d47fff libswiftUIKit.dylib arm64  <c018f2df17ef3dc8ac7982ded0dd6536> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/libswiftUIKit.dylib
0x101d5c000 - 0x101d63fff libswiftWatchKit.dylib arm64  <b452d51081c634c4b883eb9ba44583c8> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/libswiftWatchKit.dylib
0x101d70000 - 0x101d77fff libswiftos.dylib arm64  <c296b9cb49673e85b2804a22984103d1> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/libswiftos.dylib
0x101d84000 - 0x101d8bfff libswiftContacts.dylib arm64  <afad29ac37bd3a67be4cde0bf3c8acb2> /var/containers/Bundle/Application/1EBE8722-D06E-4E5A-BFF2-6243E407EBFE/Home Assistant β.app/Frameworks/libswiftContacts.dylib
0x103910000 - 0x10391bfff libobjc-trampolines.dylib arm64e  <5ccb79fb269b321bbab1053d3db68726> /usr/lib/libobjc-trampolines.dylib
0x1d11e6000 - 0x1d11e7fff libSystem.B.dylib arm64e  <68787ba11cf032d887ba9c3bcf7f0534> /usr/lib/libSystem.B.dylib
0x1d11e8000 - 0x1d1245fff libc++.1.dylib arm64e  <3c72183301493e08a5f8d31ea0ae9ef2> /usr/lib/libc++.1.dylib
0x1d1246000 - 0x1d1259fff libc++abi.dylib arm64e  <7c4fb005bce9356b94d1b0ffc5472682> /usr/lib/libc++abi.dylib
0x1d125a000 - 0x1d19e1fff libobjc.A.dylib arm64e  <3335d7e5f9ec3c17abc3bc823aba4786> /usr/lib/libobjc.A.dylib
0x1d19e2000 - 0x1d19e6fff libcache.dylib arm64e  <45dd9a7bc9c43496b83d896dc22b9dbb> /usr/lib/system/libcache.dylib
0x1d19e7000 - 0x1d19f3fff libcommonCrypto.dylib arm64e  <62c429f380a3388ebf0c7607c9a604cc> /usr/lib/system/libcommonCrypto.dylib
0x1d19f4000 - 0x1d19f7fff libcompiler_rt.dylib arm64e  <ea82bf4c588037cc998313f60cfa52df> /usr/lib/system/libcompiler_rt.dylib
0x1d19f8000 - 0x1d1a00fff libcopyfile.dylib arm64e  <257bfe50ed3832669bec67d79e61a706> /usr/lib/system/libcopyfile.dylib
0x1d1a01000 - 0x1d1a64fff libcorecrypto.dylib arm64e  <20a4f82c90543b7991f16e38911e7a67> /usr/lib/system/libcorecrypto.dylib
0x1d1a65000 - 0x1d1a9ffff libdispatch.dylib arm64e  <3db462a343a43727a568721a3c9a9dfa> /usr/lib/system/libdispatch.dylib
0x1d1aa0000 - 0x1d1accfff libdyld.dylib arm64e  <7d0cea57d24032e6a23fa52f86d644ca> /usr/lib/system/libdyld.dylib
0x1d1acd000 - 0x1d1acdfff liblaunch.dylib arm64e  <922e0510493d37f5b3c35f4903629d93> /usr/lib/system/liblaunch.dylib
0x1d1ace000 - 0x1d1ad3fff libmacho.dylib arm64e  <f1e61154ee1a37a0815ffe076a8f41f0> /usr/lib/system/libmacho.dylib
0x1d1ad4000 - 0x1d1ad5fff libremovefile.dylib arm64e  <3f925e0b20aa34af93c97a3bed19e516> /usr/lib/system/libremovefile.dylib
0x1d1ad6000 - 0x1d1aedfff libsystem_asl.dylib arm64e  <41ebd78af7eb38b98be6fa2ae1b442c3> /usr/lib/system/libsystem_asl.dylib
0x1d1aee000 - 0x1d1aeefff libsystem_blocks.dylib arm64e  <d5e28c65abe23aaf99dd09b83d621f1a> /usr/lib/system/libsystem_blocks.dylib
0x1d1aef000 - 0x1d1b6efff libsystem_c.dylib arm64e  <07bacb8053ae39c58cfc75a723c84584> /usr/lib/system/libsystem_c.dylib
0x1d1b6f000 - 0x1d1b73fff libsystem_configuration.dylib arm64e  <35ef69f3de733e86b1f1ee1b3c0ffa98> /usr/lib/system/libsystem_configuration.dylib
0x1d1b74000 - 0x1d1b7bfff libsystem_containermanager.dylib arm64e  <e475736a662d3d48ae7aacd0182efd48> /usr/lib/system/libsystem_containermanager.dylib
0x1d1b7c000 - 0x1d1b7dfff libsystem_coreservices.dylib arm64e  <98e754d2fb573f75af93abb2c93c102e> /usr/lib/system/libsystem_coreservices.dylib
0x1d1b7e000 - 0x1d1b84fff libsystem_darwin.dylib arm64e  <825f5a4ac8b53627ab364132b5e89f6a> /usr/lib/system/libsystem_darwin.dylib
0x1d1b85000 - 0x1d1b8bfff libsystem_dnssd.dylib arm64e  <74fc285199fb31f69e64a5e863121cde> /usr/lib/system/libsystem_dnssd.dylib
0x1d1b8c000 - 0x1d1bccfff libsystem_info.dylib arm64e  <eebb06f9102734328c364d563210aaf5> /usr/lib/system/libsystem_info.dylib
0x1d1bcd000 - 0x1d1bf8fff libsystem_kernel.dylib arm64e  <f3c6c1c73ccd343faba813bf8a3c630f> /usr/lib/system/libsystem_kernel.dylib
0x1d1bf9000 - 0x1d1c26fff libsystem_m.dylib arm64e  <02c13178083b30fe8335afa4aecf48cb> /usr/lib/system/libsystem_m.dylib
0x1d1c27000 - 0x1d1c4bfff libsystem_malloc.dylib arm64e  <2b1ee94c1e203717b10ee0f52af2fdbf> /usr/lib/system/libsystem_malloc.dylib
0x1d1c4c000 - 0x1d1c58fff libsystem_networkextension.dylib arm64e  <f658cf92eac834e69ae0e70cd2573322> /usr/lib/system/libsystem_networkextension.dylib
0x1d1c59000 - 0x1d1c5ffff libsystem_notify.dylib arm64e  <059b97f25975331a832fcaf7d65b86c9> /usr/lib/system/libsystem_notify.dylib
0x1d1c60000 - 0x1d1c66fff libsystem_platform.dylib arm64e  <f845e0d976303f2f8a5e6af969823d4d> /usr/lib/system/libsystem_platform.dylib
0x1d1c67000 - 0x1d1c71fff libsystem_pthread.dylib arm64e  <e692c011a05136c0b0bb6394503a9beb> /usr/lib/system/libsystem_pthread.dylib
0x1d1c72000 - 0x1d1c74fff libsystem_sandbox.dylib arm64e  <83b41cc1bbe83ec3957520160d9dd4bc> /usr/lib/system/libsystem_sandbox.dylib
0x1d1c75000 - 0x1d1c7cfff libsystem_symptoms.dylib arm64e  <f100edf8bf3135a39af6857704e18c67> /usr/lib/system/libsystem_symptoms.dylib
0x1d1c7d000 - 0x1d1c92fff libsystem_trace.dylib arm64e  <ca921f151bc53a34a56009400eb7bd02> /usr/lib/system/libsystem_trace.dylib
0x1d1c93000 - 0x1d1c98fff libunwind.dylib arm64e  <48732b382748318ebbc5747ac9787a9f> /usr/lib/system/libunwind.dylib
0x1d1c99000 - 0x1d1cc8fff libxpc.dylib arm64e  <f9ffa52f65893304830b5ca684ae8591> /usr/lib/system/libxpc.dylib
0x1d1cc9000 - 0x1d1f31fff libicucore.A.dylib arm64e  <b86496b3798a30d4b61bd0473b923745> /usr/lib/libicucore.A.dylib
0x1d1f32000 - 0x1d1f43fff libz.1.dylib arm64e  <8d0717597a4f38769a953c403c7999b6> /usr/lib/libz.1.dylib
0x1d1f44000 - 0x1d22aefff CoreFoundation arm64e  <29caa11b9fb233c5a43dfa1dd28ee777> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1d22af000 - 0x1d22bffff libbsm.0.dylib arm64e  <1e84b7a50a8a3a83a3f7cfb667522456> /usr/lib/libbsm.0.dylib
0x1d22c0000 - 0x1d22c0fff libenergytrace.dylib arm64e  <bf00d249a6693bd4974322e18a5b269d> /usr/lib/libenergytrace.dylib
0x1d22c1000 - 0x1d2353fff IOKit arm64e  <5cdbd41f53fd3063bb5f2f89e4d8df03> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x1d2354000 - 0x1d243efff libxml2.2.dylib arm64e  <39541746065e30efa0f19f1b16b1afed> /usr/lib/libxml2.2.dylib
0x1d243f000 - 0x1d244cfff libbz2.1.0.dylib arm64e  <6bed0afc4b01367890eb292bd3084f65> /usr/lib/libbz2.1.0.dylib
0x1d244d000 - 0x1d2465fff liblzma.5.dylib arm64e  <0aea85ebe8e43a289572d947c4e39b5d> /usr/lib/liblzma.5.dylib
0x1d2466000 - 0x1d25dffff libsqlite3.dylib arm64e  <bc20f8bacffc363ea4d2d81088d7257a> /usr/lib/libsqlite3.dylib
0x1d25e0000 - 0x1d2616fff libMobileGestalt.dylib arm64e  <c897a38d1adc3dbea1e8a62919e300d1> /usr/lib/libMobileGestalt.dylib
0x1d2617000 - 0x1d29e9fff CFNetwork arm64e  <172d66e8eb523137ab0d8ca75e6547e2> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x1d29ea000 - 0x1d2d08fff Foundation arm64e  <601542d4b8283b4ca7b2a40af5caf90d> /System/Library/Frameworks/Foundation.framework/Foundation
0x1d2d09000 - 0x1d2e1bfff Security arm64e  <40bb256ccbd233098e3f95d9999f2a93> /System/Library/Frameworks/Security.framework/Security
0x1d2e1c000 - 0x1d2e89fff SystemConfiguration arm64e  <4f2e949e4f783e338f7707f7ea46373c> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x1d2e8a000 - 0x1d2ebffff libCRFSuite.dylib arm64e  <382d82f474ce3986a5a4f4fcb2164826> /usr/lib/libCRFSuite.dylib
0x1d2ec0000 - 0x1d2ed6fff libapple_nghttp2.dylib arm64e  <ff047a8035ab359bba3463fcd80db210> /usr/lib/libapple_nghttp2.dylib
0x1d2ed7000 - 0x1d2f00fff libarchive.2.dylib arm64e  <fe93d96ba2183ae9b5cd2185f54dafe2> /usr/lib/libarchive.2.dylib
0x1d2f01000 - 0x1d2fd1fff libboringssl.dylib arm64e  <f28e3e158d2039cc9d9f954b77e9297c> /usr/lib/libboringssl.dylib
0x1d2fd2000 - 0x1d2fe8fff libcoretls.dylib arm64e  <cb31461f8b7732bb87c56805d6f3e717> /usr/lib/libcoretls.dylib
0x1d2fe9000 - 0x1d2feafff libcoretls_cfhelpers.dylib arm64e  <72ac833a8e5034008624d012db1f13e3> /usr/lib/libcoretls_cfhelpers.dylib
0x1d2feb000 - 0x1d2fecfff liblangid.dylib arm64e  <ebe410fc8a4e3bc3ae66e490713b9447> /usr/lib/liblangid.dylib
0x1d2fed000 - 0x1d3366fff libnetwork.dylib arm64e  <df6c5f315caa352183ce74a9e7f37f4b> /usr/lib/libnetwork.dylib
0x1d3367000 - 0x1d33a2fff libpcap.A.dylib arm64e  <65e7c241052e3152b247e0bc19199f25> /usr/lib/libpcap.A.dylib
0x1d33a3000 - 0x1d3400fff libusrtcp.dylib arm64e  <351638874e5836a6ab9d276cab211ac5> /usr/lib/libusrtcp.dylib
0x1d3401000 - 0x1d340dfff IOSurface arm64e  <9e0f07345b0e3f63a698400e3ce7427e> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1d340e000 - 0x1d34c3fff libBLAS.dylib arm64e  <c9e9c6d93e4d33ef85b1975cc1827d70> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1d34c4000 - 0x1d37e4fff libLAPACK.dylib arm64e  <ae7c50e83d2d343babb415495f9c4fdb> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1d37e5000 - 0x1d3a58fff vImage arm64e  <6cd739844c3e30feab3e87a9d16cf123> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1d3a59000 - 0x1d3a6afff libSparseBLAS.dylib arm64e  <e3e1546616dc3b78a743f6c0df6a4b13> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1d3a6b000 - 0x1d3ac7fff libvMisc.dylib arm64e  <0fffb315f8843de99081616e5e66b176> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1d3ac8000 - 0x1d3af8fff libBNNS.dylib arm64e  <0e646c8e6c3837078c875aa9ce50eaac> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1d3af9000 - 0x1d3b0dfff libLinearAlgebra.dylib arm64e  <b5a86aa6a11a3adcade349b5eccdea93> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1d3b0e000 - 0x1d3b12fff libQuadrature.dylib arm64e  <699047c3d61a3b408a7e909d15df22ce> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1d3b13000 - 0x1d3b83fff libSparse.dylib arm64e  <abef5d5899f13ea7bfd42df734bf4b63> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1d3b84000 - 0x1d3c13fff libvDSP.dylib arm64e  <9b30d99ce5ba3489928d86296569d379> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1d3c14000 - 0x1d3c14fff vecLib arm64e  <cdd72b40b69f3c018e2abb62aa38a1a4> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1d3c15000 - 0x1d3c15fff Accelerate arm64e  <b551c9b260523659a3d51cb79b7a2f17> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1d3c16000 - 0x1d3c2efff libcompression.dylib arm64e  <a52ad7b809dc33fc8cfcde311e2a7aad> /usr/lib/libcompression.dylib
0x1d3c2f000 - 0x1d41dffff CoreGraphics arm64e  <83d2b924710a385b9ff9ff04127986e8> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1d41e0000 - 0x1d41e5fff IOAccelerator arm64e  <f1d47a73c7d63ae08aa50aac7663582d> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1d41e6000 - 0x1d41ebfff libCoreFSCache.dylib arm64e  <33612419c33438bf930dc0799dfbb85b> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1d41ec000 - 0x1d4297fff Metal arm64e  <f800b7609c6b3727a0943edbb1798993> /System/Library/Frameworks/Metal.framework/Metal
0x1d4298000 - 0x1d42aafff GraphicsServices arm64e  <2a382439ee3e3fcfaa4f355b2e7e8ebd> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1d42ab000 - 0x1d42abfff MobileCoreServices arm64e  <6000d1ac209130dc8240ad92ea585ad8> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1d42ac000 - 0x1d42aefff IOSurfaceAccelerator arm64e  <64c2dbf3406f3e62b35091d892ef68a3> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1d42af000 - 0x1d42f1fff AppleJPEG arm64e  <4d152f894ad433f1af0a0aac888fbcf2> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1d42f2000 - 0x1d48c9fff ImageIO arm64e  <b31e6040c0d438afa2a4f36966634c31> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x1d48ca000 - 0x1d493ffff BaseBoard arm64e  <338f79b112a631e2ba6fbdb1122e1b85> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x1d4940000 - 0x1d4958fff AssertionServices arm64e  <e94ced807c833373a865a5fb33494d14> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1d4959000 - 0x1d4961fff CorePhoneNumbers arm64e  <2203cb7de5633a51b10013226ce93c0f> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1d4962000 - 0x1d49a7fff AppSupport arm64e  <f7734123327d3544a174635cd40a6163> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x1d49a8000 - 0x1d49c1fff CrashReporterSupport arm64e  <695eaa94ca82305e8353c3a7b0cf531a> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1d49c2000 - 0x1d49c7fff AggregateDictionary arm64e  <1627eea703da3be4bc431fa86ff9a243> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1d49c8000 - 0x1d4a4ffff libTelephonyUtilDynamic.dylib arm64e  <2324440e19923d3993cb9f6747ec5cff> /usr/lib/libTelephonyUtilDynamic.dylib
0x1d4a50000 - 0x1d4a6ffff ProtocolBuffer arm64e  <c23d6f474cc936ea89865011f4a7f342> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1d4a70000 - 0x1d4aa1fff MobileKeyBag arm64e  <100d73564da23831977efa7312f19e29> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1d4aa2000 - 0x1d4ae0fff BackBoardServices arm64e  <acd6a5e51c7c34aaa568b36bcf4e3e3a> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1d4ae1000 - 0x1d4b4efff FrontBoardServices arm64e  <d79b13feeee6304fb0c81d3c112171c7> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1d4b4f000 - 0x1d4b98fff SpringBoardServices arm64e  <2532a7aaa9443eadad58b28ccd915796> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1d4b99000 - 0x1d4badfff PowerLog arm64e  <f10c33195cfc356a8990c5b14b7971c1> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1d4bae000 - 0x1d4bcafff CommonUtilities arm64e  <7447c0ef03593757aa1f9db6340a764a> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1d4bcb000 - 0x1d4bd6fff liblockdown.dylib arm64e  <6d928029c5c739f3b6abb8739c90affa> /usr/lib/liblockdown.dylib
0x1d4bd7000 - 0x1d4f20fff CoreData arm64e  <0c8291b99e20353598e1e90fde526ab6> /System/Library/Frameworks/CoreData.framework/CoreData
0x1d4f21000 - 0x1d4f28fff TCC arm64e  <4987bb8e747537af862e635e2d2edfe9> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1d4f29000 - 0x1d4f31fff libcupolicy.dylib arm64e  <6c8b9e43b1e23cf988247fb01eb33c0e> /usr/lib/libcupolicy.dylib
0x1d4f32000 - 0x1d5018fff CoreTelephony arm64e  <4e07b90318083163bbfb766b51b201a8> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x1d5019000 - 0x1d507dfff Accounts arm64e  <573a75f6fca837f1be64feb722890217> /System/Library/Frameworks/Accounts.framework/Accounts
0x1d507e000 - 0x1d50a7fff AppleSauce arm64e  <7ead074b46383389b7ab6756fbc266d0> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1d50a8000 - 0x1d50b1fff DataMigration arm64e  <681af5f305d837c5a50e052fa4652755> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1d50b2000 - 0x1d50b9fff Netrb arm64e  <fe60ed8e2cb23811987beff9c8c160ab> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1d50ba000 - 0x1d50effff PersistentConnection arm64e  <09c60fdccc103342a1c61719e40831cb> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1d50f0000 - 0x1d5101fff libmis.dylib arm64e  <2378f47c41613aff921269d17d7394fd> /usr/lib/libmis.dylib
0x1d5102000 - 0x1d5211fff ManagedConfiguration arm64e  <a5850182af9f311f9d0d489fe0be94c2> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x1d5212000 - 0x1d5217fff libReverseProxyDevice.dylib arm64e  <2ee8b739aaca37618e296fdf9e05d39c> /usr/lib/libReverseProxyDevice.dylib
0x1d5218000 - 0x1d522afff libamsupport.dylib arm64e  <b693cd08fe1b3d5c88558f7a13c785ab> /usr/lib/libamsupport.dylib
0x1d522b000 - 0x1d5230fff libCoreVMClient.dylib arm64e  <a8b877ca1c6e3f5ca8ddba2f9aaf9933> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1d5231000 - 0x1d5232fff libCVMSPluginSupport.dylib arm64e  <badcb6cecad2326781000ddafa54bece> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1d5233000 - 0x1d5236fff libutil.dylib arm64e  <70d9a7d6766839f4ae0bc9c754baef50> /usr/lib/libutil.dylib
0x1d5237000 - 0x1d5276fff libGLImage.dylib arm64e  <970e8c767120331f98cde9d20be8d4b0> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1d5277000 - 0x1d52effff APFS arm64e  <83b458da617e39308d1b0c4ff56dd76a> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1d52f0000 - 0x1d5321fff MediaKit arm64e  <19fc7b259ea936c5b2cf24738c9cabab> /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit
0x1d5322000 - 0x1d533efff libSERestoreInfo.dylib arm64e  <048479fe513a36ed8ed8a5b3d4616e62> /usr/lib/updaters/libSERestoreInfo.dylib
0x1d5345000 - 0x1d5384fff DiskImages arm64e  <8b9c9b9e7c803cffbc0e854ce8f02188> /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
0x1d5385000 - 0x1d538efff libGFXShared.dylib arm64e  <14201983390130dcb4c006da368bc7ca> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1d538f000 - 0x1d53ddfff libauthinstall.dylib arm64e  <51c4f1e6a749307db6951730d0b8201e> /usr/lib/libauthinstall.dylib
0x1d53de000 - 0x1d53e7fff IOMobileFramebuffer arm64e  <c01be99217ea3588a99904fb15bc013a> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1d53e8000 - 0x1d53f5fff OpenGLES arm64e  <74e82f8427153694b8d5692afcad2631> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1d53f6000 - 0x1d5493fff ColorSync arm64e  <5b3c1704709730c5a4a0460389c1e94a> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1d5494000 - 0x1d54c4fff CoreVideo arm64e  <5cf26601eaca3e3fb9231e116cab4c7a> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1d54c5000 - 0x1d54c6fff libCTGreenTeaLogger.dylib arm64e  <1160bbac6889373e93703a6ce3404e68> /usr/lib/libCTGreenTeaLogger.dylib
0x1d54c7000 - 0x1d563bfff CoreAudio arm64e  <d86d0fda83ba3b58aacd3e825e6ecfc7> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1d563c000 - 0x1d565efff CoreAnalytics arm64e  <e2fce317c8cd3bf69bbae5335b3497fe> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1d565f000 - 0x1d5662fff UserFS arm64e  <6c8aba292dfe3942a23bf311240603b5> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x1d5663000 - 0x1d5805fff CoreMedia arm64e  <41950a59705534bdb8c7d90bd302a42b> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1d5806000 - 0x1d5819fff libprotobuf-lite.dylib arm64e  <0dbef65db5b334efa12db38d4569236d> /usr/lib/libprotobuf-lite.dylib
0x1d581a000 - 0x1d5881fff libprotobuf.dylib arm64e  <1cb06f44f595376db530a234d25c0871> /usr/lib/libprotobuf.dylib
0x1d5882000 - 0x1d5b9dfff libAWDSupportFramework.dylib arm64e  <c52944116a7b34dc8a7dcd548a1728b5> /usr/lib/libAWDSupportFramework.dylib
0x1d5b9e000 - 0x1d5be6fff WirelessDiagnostics arm64e  <2457d805f12f3883903b01378cf63734> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x1d5be7000 - 0x1d5ca7fff VideoToolbox arm64e  <755e0e2e03863a1c9e93c8766466346c> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x1d5ca8000 - 0x1d5db8fff libFontParser.dylib arm64e  <513a4aefbcca3ad48b763673d269d529> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1d5db9000 - 0x1d5db9fff FontServices arm64e  <f83690280fda3828b6a6413198db2811> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1d5dba000 - 0x1d5f0ffff CoreText arm64e  <b38366ee5c40345a869698da33e3c50c> /System/Library/Frameworks/CoreText.framework/CoreText
0x1d5f10000 - 0x1d5f1ffff IntlPreferences arm64e  <ca21f65a0e5d35deb2846e7c0ae523f7> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1d5f20000 - 0x1d5f2afff RTCReporting arm64e  <196550a682833328bb5c501d1025cb79> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1d5f2b000 - 0x1d5fa4fff CoreBrightness arm64e  <54d7b0a9a3fb322783dbec3085792c3e> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1d5fa5000 - 0x1d5faffff libAudioStatistics.dylib arm64e  <533f783ca85e33379cb09ded94b488af> /usr/lib/libAudioStatistics.dylib
0x1d5fb0000 - 0x1d65c6fff AudioToolbox arm64e  <a9af48c152973d2e8ef8a7f784bc057c> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x1d65c7000 - 0x1d680bfff QuartzCore arm64e  <a9eada5e6305310f850bc292ba2b7394> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x1d680c000 - 0x1d6817fff MediaAccessibility arm64e  <36ee5b5aaf463cd9bb9d365482327c40> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1d6818000 - 0x1d690afff libiconv.2.dylib arm64e  <82931723db0f39c3a90c7f7dcee3afb8> /usr/lib/libiconv.2.dylib
0x1d690b000 - 0x1d6927fff NetworkStatistics arm64e  <0a3db6169a0e339993f6649326e6623a> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1d6928000 - 0x1d6946fff MPSCore arm64e  <8e5c53a2f5a33b4ca4632953c2ab0719> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1d6947000 - 0x1d69bcfff MPSImage arm64e  <e893babe6e6b36f698050b8fc16b38b5> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1d69bd000 - 0x1d69e1fff MPSMatrix arm64e  <70242aacafdc324588429a6bf4245041> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1d69e2000 - 0x1d69f0fff CoreAUC arm64e  <d1e9c40298f332cda9600c591686cee5> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1d69f1000 - 0x1d7099fff MediaToolbox arm64e  <10b8185bff1d3ab8a58b64c9ff619447> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1d709a000 - 0x1d720ffff MPSNeuralNetwork arm64e  <9dd4bf080cb33e8b9b07f613d6aaeadb> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1d7210000 - 0x1d7210fff MetalPerformanceShaders arm64e  <c5cdc8505c363fffb80caaaed4163905> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1d7211000 - 0x1d762efff FaceCore arm64e  <01e935acb64d3b59a787b9e148566185> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1d762f000 - 0x1d763cfff GraphVisualizer arm64e  <04e50dbe3d693f419b359f80718e95d2> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1d763d000 - 0x1d77eefff libFosl_dynamic.dylib arm64e  <2f35b733db48362180488b71dbbc9b76> /usr/lib/libFosl_dynamic.dylib
0x1d77ef000 - 0x1d7a98fff CoreImage arm64e  <efa268f91c43354fa70a2dcecad8654b> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x1d7a99000 - 0x1d7cd5fff CoreMotion arm64e  <3f67449d01313be9b5d09ea76868cdc1> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x1d7cd6000 - 0x1d7d06fff CoreBluetooth arm64e  <7adee05da4e23286b04fcb510bcc7dd0> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1d7d07000 - 0x1d7d2bfff PlugInKit arm64e  <1327972da63e3efc9e5c29d7d2be8e8f> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1d7d2c000 - 0x1d7fc0fff Celestial arm64e  <a0e3a7b45d6b3a619feddaff245c64be> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x1d7fc1000 - 0x1d804cfff Quagga arm64e  <cb4dea1151383fe881467847fcc1b331> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1d804d000 - 0x1d814ffff AVFAudio arm64e  <e9dc4e36c8633eb591b8147d895f1516> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x1d8150000 - 0x1d836ffff AVFoundation arm64e  <e2d95324569936a2b0ea2619829e7687> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1d8370000 - 0x1d8390fff CacheDelete arm64e  <1a0aca78ad333d848aa513734b83de26> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1d8391000 - 0x1d83cefff StreamingZip arm64e  <8d611a4083ee31f3904eacfdeccf884e> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1d83cf000 - 0x1d83e2fff CoreEmoji arm64e  <ecaff918f280336a995cf38b1b7ac903> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1d83e3000 - 0x1d8433fff CoreLocationProtobuf arm64e  <ff0923a2583e36008f8f323c2c5dd267> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1d8434000 - 0x1d843cfff SymptomDiagnosticReporter arm64e  <90c86e37ed8b38b8a98567685d85a7d0> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1d843d000 - 0x1d8e7ffff GeoServices arm64e  <48bf0a777d193f02b1a9ed8f9ea4906b> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x1d8e80000 - 0x1d8e9bfff MobileAsset arm64e  <cd86426d2e5a34ada1eef4683a4ba5ea> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1d8e9c000 - 0x1d8edbfff Lexicon arm64e  <27c89612a07b3ed1afaa487cd7092443> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x1d8edc000 - 0x1d8eedfff libcmph.dylib arm64e  <2815da5f67a1309284fdc1047b923e6b> /usr/lib/libcmph.dylib
0x1d8eee000 - 0x1d901ffff LanguageModeling arm64e  <42a0bcfaf78d3afea3a9eb05525b2f34> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x1d9038000 - 0x1d90dcfff CoreLocation arm64e  <83597ec06b733453ba66fcc7117d9d1c> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x1d90dd000 - 0x1d90ddfff PhoneNumbers arm64e  <a986fa7fcb7b3244bc4e2e31c0b9a1c6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1d90ea000 - 0x1d90f5fff libChineseTokenizer.dylib arm64e  <e120b900837232e0af4c46df890b0ef6> /usr/lib/libChineseTokenizer.dylib
0x1d90f6000 - 0x1d91b2fff libmecab_em.dylib arm64e  <4d665b32af743759bde21464a4686e19> /usr/lib/libmecab_em.dylib
0x1d91b3000 - 0x1d91b4fff libThaiTokenizer.dylib arm64e  <46b6e8acb5fa3c63ba651e5451ddf437> /usr/lib/libThaiTokenizer.dylib
0x1d91b5000 - 0x1d91b9fff libgermantok.dylib arm64e  <a1c0a95a10df3a11ae1ab61099b5a382> /usr/lib/libgermantok.dylib
0x1d91ba000 - 0x1d922afff CoreNLP arm64e  <309b07a444853f6295c509f1e3766171> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x1d922b000 - 0x1d93fffff MobileSpotlightIndex arm64e  <ba9c5484e99a3b2c9fe6be5cb1a752ca> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1d9400000 - 0x1d9467fff CoreSpotlight arm64e  <bb87edbd0dec334bbed3b0d40bd02db7> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x1d9468000 - 0x1da0a4fff JavaScriptCore arm64e  <be43cac02cb83f1f825261f58eccbf79> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1da0a5000 - 0x1da0aafff libheimdal-asn1.dylib arm64e  <3bd56b35cb0a31cabd56f78b530a7c17> /usr/lib/libheimdal-asn1.dylib
0x1da0ab000 - 0x1da125fff libate.dylib arm64e  <3e7091a6c4a039e2840f518208c34c70> /usr/lib/libate.dylib
0x1da126000 - 0x1da1cffff TextureIO arm64e  <678c692559d739fc8c7023748b97e367> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1da1d0000 - 0x1da296fff CoreUI arm64e  <e1832647cfad3d18930afa8ef70ca381> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1da297000 - 0x1da2a4fff MobileIcons arm64e  <e24e4aecec41380a8d08cac8abe0980f> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1da2a5000 - 0x1da2b3fff AppleFSCompression arm64e  <462c283bbb793fc7b5ef998ed1d43545> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1da2b4000 - 0x1da31efff TextInput arm64e  <bc7689510322314cb0b980bb075278a9> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x1da349000 - 0x1da37efff DataDetectorsCore arm64e  <0dafeefda72f334ba936f42304028964> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1da37f000 - 0x1da41efff FileProvider arm64e  <c8ab21883684338781df0b2360eb9f38> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1da41f000 - 0x1da534fff NLP arm64e  <f53e34c5ba93365eaf42cd8a75c2826a> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x1da535000 - 0x1da60dfff ProofReader arm64e  <7d27a38c880e3bc496e2db786b415912> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1da60e000 - 0x1da624fff libAccessibility.dylib arm64e  <cb31b18f01ed397ab2502d4a055f77aa> /usr/lib/libAccessibility.dylib
0x1da625000 - 0x1daae2fff libwebrtc.dylib arm64e  <6f6ac6bf2b5339fba0f39bc62f561e3c> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1daae3000 - 0x1dab55fff ContactsFoundation arm64e  <3dcb3a68b72131588bcad54220ade9d6> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x1dab56000 - 0x1dc4f4fff WebCore arm64e  <912e88aaaa11378b8df3a3fa45fdffe1> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x1dc4f5000 - 0x1dc682fff WebKitLegacy arm64e  <3b70bc5be82d3f63b7f372ff98f84441> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1dc683000 - 0x1dc6b5fff DataAccessExpress arm64e  <9c2806ce5dce34acba7ad4c010b2d3d1> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1dc6b6000 - 0x1dc752fff AddressBookLegacy arm64e  <e33399b67fcc38c2bd034ebd69d2dcfe> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x1dc753000 - 0x1dc7b0fff ProtectedCloudStorage arm64e  <566ba0cbebd73008892cc431045060dd> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1dc7b1000 - 0x1dc7e7fff UserNotifications arm64e  <87cffbbbdb1b3c56823d521ed46136cc> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1dc7e8000 - 0x1dc7f3fff AppleIDAuthSupport arm64e  <ddc1b59b00e7361eb20d90a46e4516ce> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1dc7f4000 - 0x1dc852fff AuthKit arm64e  <2ca2b4788dc737c1989559c635540d91> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x1dc894000 - 0x1dc894fff UIKit arm64e  <593150cc0569357bb3f8dabbdac16b2a> /System/Library/Frameworks/UIKit.framework/UIKit
0x1dc895000 - 0x1dc8a9fff DocumentManagerCore arm64e  <49f3ff68df413d38b7013f329963993b> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1dc8aa000 - 0x1dc8b8fff HangTracer arm64e  <02dd76bb17413159850dc8b90f3fd3f4> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1dc8b9000 - 0x1dc90dfff PhysicsKit arm64e  <50c1a2893ecf3068ba23a3ecf7920922> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1dc90e000 - 0x1dc912fff StudyLog arm64e  <0ff04d317d8b3c3ab69b609addba2291> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1dc913000 - 0x1dca02fff UIFoundation arm64e  <0fadb4e422c93b298f05e21b818f5b5c> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x1dca03000 - 0x1dcb31fff CloudKit arm64e  <f937ae1daa0b31cd83ebb03df268bb0f> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x1dcb32000 - 0x1dcb39fff IntentsFoundation arm64e  <e5be9dc1cd443132b280148f2dcdbfa9> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1dcb3a000 - 0x1dce34fff Intents arm64e  <f952a6d4d10738f9a69606711a7e824c> /System/Library/Frameworks/Intents.framework/Intents
0x1dce35000 - 0x1dce4dfff libresolv.9.dylib arm64e  <2b05fc314dfa3bc498c311487581c73c> /usr/lib/libresolv.9.dylib
0x1dce4e000 - 0x1dce50fff CoreDuetDebugLogging arm64e  <9d3b9d7ce75e3053ad79de06145a92b3> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1dce51000 - 0x1dce82fff libtidy.A.dylib arm64e  <cb1585cdacdb396e975115845dd55670> /usr/lib/libtidy.A.dylib
0x1dce83000 - 0x1dd066fff CoreDuet arm64e  <28916a101f753fa6ae85270eb580476b> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x1dd067000 - 0x1dd08bfff CoreDuetContext arm64e  <893bfd4478743cc6b5372c9251b60200> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x1dd08c000 - 0x1dd09efff CoreDuetDaemonProtocol arm64e  <5576a445c223306d942b4d92f14cdea6> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1dd09f000 - 0x1dd10bfff IMFoundation arm64e  <87afbb866b353a8a8a83238d7c9511f9> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x1dd10c000 - 0x1dd13efff vCard arm64e  <b0dadbb357ca39b7a8c65db27abfb307> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1dd13f000 - 0x1dd268fff Contacts arm64e  <1b468c97324a31c1acaea4d770702ece> /System/Library/Frameworks/Contacts.framework/Contacts
0x1dd269000 - 0x1dd26afff DiagnosticLogCollection arm64e  <783cef845017332aa06a22e00050f3ab> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x1dd26b000 - 0x1dd26cfff Marco arm64e  <6ab19769a41f3ca19732a3350fc999eb> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1dd26d000 - 0x1dd274fff MessageProtection arm64e  <c9225abb03103d22ad130b9e85a55c6c> /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection
0x1dd275000 - 0x1dd59dfff StoreServices arm64e  <f296e23462d53a23b6214616c80d8452> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x1dd59e000 - 0x1dd5b6fff Engram arm64e  <ceff138003953ba0ad06b0cd753ea38b> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1dd5b7000 - 0x1dd6d4fff IDSFoundation arm64e  <0576e8187d2e30f781daa94c0d87db35> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x1dd6d5000 - 0x1dd6e0fff CaptiveNetwork arm64e  <eb90aca6a3cc338ea16f0f39be051ae9> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1dd6e1000 - 0x1dd712fff EAP8021X arm64e  <0f005941066c349d8f3dc91eb5762f37> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1dd713000 - 0x1dd750fff MobileWiFi arm64e  <aaf57c7e356e3370871b597b44c8be06> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1dd751000 - 0x1dd753fff OAuth arm64e  <b94998ed122c318391ddea291d8c2673> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1dd754000 - 0x1dd756fff CommonAuth arm64e  <3daf4610fa853a74a1133151daeb4beb> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x1dd757000 - 0x1dd7c8fff Heimdal arm64e  <8db7789977cb3be9a145faa58bd801a5> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x1dd7c9000 - 0x1dd7f2fff GSS arm64e  <e7fdb040a41233a68ccb2c3a2c3778c2> /System/Library/Frameworks/GSS.framework/GSS
0x1dd7f3000 - 0x1dd80dfff ApplePushService arm64e  <9d55698d2c743ac68d2443e127a99808> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1dd80e000 - 0x1dd8aafff AccountsDaemon arm64e  <6e46f575f9263191ad0f740718f52438> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x1dd8ab000 - 0x1dd8cdfff AppleIDSSOAuthentication arm64e  <e5efc26f2347354bac0018508455f3be> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1dd8ce000 - 0x1dd955fff AppleAccount arm64e  <ff386e6f4d3738cb854fcd5fe08b6703> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1dd956000 - 0x1ddab7fff CoreUtils arm64e  <5ba2e7be344d34a184ba6cbe5027f8fe> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x1ddab8000 - 0x1ddbd5fff IDS arm64e  <13fac9c51c403ca597389fa6ed63911c> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x1ddbd6000 - 0x1ddbfdfff MediaServices arm64e  <e2b9739b21e8347f8dd0b167ad26f7cc> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x1ddbfe000 - 0x1dddebfff MediaRemote arm64e  <42acaa93439a3767bdbaeddc66469f08> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x1dddec000 - 0x1dde07fff UserManagement arm64e  <f90e070e6b793216b0449a5b95d3655b> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1dde08000 - 0x1dde18fff MobileBluetooth arm64e  <c64988ee4461395cbe17c8505edcf689> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1dde19000 - 0x1dde4afff Bom arm64e  <da5654f178c13833a84dabf919177bce> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1dde4b000 - 0x1dde4ffff CommunicationsFilter arm64e  <ad1e4609c2bc3f5a86277f56cbd61e7d> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1dde50000 - 0x1dde74fff FTAWD arm64e  <0595556f5e523e50b6912e84aea4f20e> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1dde75000 - 0x1dded1fff FTServices arm64e  <d575ec9faf6f3ec7ac787026853c86a5> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x1ddf0c000 - 0x1ddf17fff ProactiveEventTracker arm64e  <1d0c7e40705c3a0d8073ce70a90d64b6> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x1ddf18000 - 0x1ddf67fff ChunkingLibrary arm64e  <4c553bef711d314f878e5b0e3010dc97> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1ddf68000 - 0x1ddf77fff libnetworkextension.dylib arm64e  <c97fe907bad43a85a7507ccc4fa36a34> /usr/lib/libnetworkextension.dylib
0x1def03000 - 0x1df0c2fff NetworkExtension arm64e  <1920a88be758370c82714676903deb8b> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x1df0c3000 - 0x1df52dfff SiriTTS arm64e  <1813ffe6b003388cbacf95f6593f7f27> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x1df52e000 - 0x1df58cfff SAObjects arm64e  <a7dc3820bcad3ccf88557c0f89a0e6ea> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x1df58d000 - 0x1df5cffff VoiceServices arm64e  <2431936d4e583806ab94187884e8c94d> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x1df601000 - 0x1df729fff AssistantServices arm64e  <f1af4c2be17d3dc4bf41ce2ebc19782b> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x1df72a000 - 0x1df749fff AssetCacheServices arm64e  <aa87e5807be633e0a2304f12dcc1328e> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x1df74a000 - 0x1df808fff NetworkServiceProxy arm64e  <37805e230a9f3c4789edcef8ae0dc197> /System/Library/PrivateFrameworks/NetworkServiceProxy.framework/NetworkServiceProxy
0x1df809000 - 0x1df8e4fff MMCS arm64e  <e3cf5d58540130f0bc8b48daa75024aa> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x1df8e5000 - 0x1df8f1fff BluetoothManager arm64e  <3f93eb12ae3e338aa0b9f6fa5d9e60bd> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x1df99b000 - 0x1df9a9fff PersonaKit arm64e  <b2fe5822fed13068a87bba58a2371dbe> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1dfa05000 - 0x1dfa36fff PhotosFormats arm64e  <9670abbefd0633068f16fd77a31f3ff5> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x1dfb33000 - 0x1dfcb6fff CloudPhotoLibrary arm64e  <1c1e0384b51536c2a80c0c2d60a62c3e> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1dfdac000 - 0x1dfde1fff AssetsLibraryServices arm64e  <7da17d2b7a043fa193102d3534c12639> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x1dfe17000 - 0x1dfe40fff DCIMServices arm64e  <f1b6aaa6372437cca4490b1236767c1f> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1dfe41000 - 0x1dff84fff CoreMediaStream arm64e  <43d1a169a56530baa3af955a21c812d9> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x1dff85000 - 0x1dff8cfff XPCKit arm64e  <0876e044d14035758f049e7bd01609f2> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
0x1e0077000 - 0x1e0092fff CloudPhotoServices arm64e  <ee6333caf33436dfad200a66421d4711> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1e0093000 - 0x1e009efff CoreRecents arm64e  <718e5828740b3280b01fe772c6d76f86> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1e009f000 - 0x1e00befff MediaStream arm64e  <bb3e57c5eb9f3b09b00487ee112c8208> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1e00bf000 - 0x1e0621fff PhotoLibraryServices arm64e  <e2e0a311c92134a2be44b5fb8526dd8e> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x1e0622000 - 0x1e063ffff PrototypeTools arm64e  <71ceebe5f7613eeab32a796ec6b56283> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1e0640000 - 0x1e06cefff CoreSymbolication arm64e  <ef5fefc1f2ef3624b240138a63a94ece> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1e06cf000 - 0x1e081bfff SearchFoundation arm64e  <612e03f5237c315aa7b715310f1117a2> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x1e081c000 - 0x1e0822fff IncomingCallFilter arm64e  <d898ed5f475133a8912e64eb0d5175ae> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x1e0823000 - 0x1e08e0fff iTunesStore arm64e  <a6186d5c2a1732e481232e16d89b9dfc> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x1e08e1000 - 0x1e08e7fff libtzupdate.dylib arm64e  <2ee49733a1f93ede8dd9698208eba416> /usr/lib/libtzupdate.dylib
0x1e08e8000 - 0x1e0a44fff Preferences arm64e  <0e85ac49832a3dac87f5af14ade669d9> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x1e0a45000 - 0x1e0a4dfff CoreTime arm64e  <7ef03db8f7643f6aa2e5d2c259ecd786> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1e0a4e000 - 0x1e0aa1fff CoreAppleCVA arm64e  <a1589cf7cd3832d8a61667da999b997a> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA
0x1e0aa2000 - 0x1e0ae4fff DifferentialPrivacy arm64e  <7438e20f87ec366e95e77c8a38f49ecd> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1e0ae5000 - 0x1e0c93fff AppleCVA arm64e  <e7a5227ec4bc3c4fb7862f3a5ad398da> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA
0x1e0c94000 - 0x1e0d35fff Montreal arm64e  <b686a96af472311b8a884deb462d155a> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x1e0d42000 - 0x1e1054fff Espresso arm64e  <d51d22ab9fef36459597119f533540be> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1e1055000 - 0x1e105bfff MobileSystemServices arm64e  <24ea432ba3a03139ab92f09dc8e605f1> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1e126e000 - 0x1e14cefff CoreML arm64e  <1dac59d64a91366cbc9ee22b0b4bfa94> /System/Library/Frameworks/CoreML.framework/CoreML
0x1e14cf000 - 0x1e14d2fff CoreOptimization arm64e  <007930c396a1348eab3fbbd9bac06249> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1e14d3000 - 0x1e1532fff SafariCore arm64e  <fb9ca2dedde73e8a864cd7a8742170ca> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x1e1533000 - 0x1e158dfff CorePrediction arm64e  <c1d41961fb3233309d8ebd93003e2b61> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1e158e000 - 0x1e1699fff Navigation arm64e  <ccdd2969f0b33a9c92c5658d21d6bb24> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1e169a000 - 0x1e16b4fff ContactsDonation arm64e  <de55dbaf0eb93c2faf78cee7ea8596ea> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1e16b5000 - 0x1e16e1fff Futhark arm64e  <b3c7f25a964634458eac6036b51abd21> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1e16e2000 - 0x1e175ffff NanoRegistry arm64e  <fb59f59313aa3edba3202d866ee8162d> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1e1760000 - 0x1e17bdfff ToneLibrary arm64e  <6e57010da8fd3bfcbbbe6bff9397a76a> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1e17d6000 - 0x1e1836fff ContactsUICore arm64e  <7a37233534c13b748e0922355936a44c> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1e1837000 - 0x1e19b7fff ContactsUI arm64e  <b9291fdbb8ea3463a3b70cd5efa7a22c> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x1e19b8000 - 0x1e1a84fff CorePDF arm64e  <b987eb80f4fa383ab15e1ee05471c8b4> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1e1a85000 - 0x1e1d48fff Vision arm64e  <c1de6d0ae78e32039dc9df63ec2c6970> /System/Library/Frameworks/Vision.framework/Vision
0x1e1d49000 - 0x1e2248fff WebKit arm64e  <920759820f6e3e81b2824d0c13ef8d6a> /System/Library/Frameworks/WebKit.framework/WebKit
0x1e2249000 - 0x1e22f0fff BulletinBoard arm64e  <42bc55ef926b331b822be0cfe4a03aa5> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
0x1e22f1000 - 0x1e22f6fff ConstantClasses arm64e  <734abde5d04a3fdda95e219ec0a76342> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x1e22f7000 - 0x1e22fffff CertUI arm64e  <49d36ea3271739d8bd6ce7e9cdce97d7> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x1e23fd000 - 0x1e2497fff MediaPlatform arm64e  <a4281f6f6fdd3c23b07b6456c8d46b40> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x1e2498000 - 0x1e2503fff WebBookmarks arm64e  <4e1c0d5b362339519987e8b0692e7be7> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x1e2504000 - 0x1e250efff DAAPKit arm64e  <d64e78cf4be237d0b9b17ef117203f71> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x1e2610000 - 0x1e28dffff MediaLibraryCore arm64e  <06410faf73e433cdac9724547d32ffcf> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x1e28e2000 - 0x1e2b78fff MusicLibrary arm64e  <564f5a802720378bb58fb33a9df18c1f> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x1e2b79000 - 0x1e31adfff VectorKit arm64e  <7301ada1c9ff39088894b5e0fcf40045> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x1e31ae000 - 0x1e3406fff MapKit arm64e  <d3c21bf7344e32ef80006fb193cb0174> /System/Library/Frameworks/MapKit.framework/MapKit
0x1e3407000 - 0x1e35b5fff iTunesCloud arm64e  <7bc2ca04b2b4350996bee396b8e9447e> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x1e35b6000 - 0x1e365afff HomeSharing arm64e  <22fc3edcfa4f385cbe755510ee06d7bb> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x1e37d7000 - 0x1e37e7fff NanoPreferencesSync arm64e  <0ad9c2bb8cf43055afd310c913abcc4a> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1e37e8000 - 0x1e3c67fff MediaPlayer arm64e  <76ebee39a63a3b4595605e46221c1e06> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x1e3c68000 - 0x1e3c8efff MobileInstallation arm64e  <dbc6d6f3dc7a355f8b3f36ca2e5a369b> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1e3c99000 - 0x1e3c9bfff InternationalTextSearch arm64e  <c2ad4eea1e7d3df081948c2037c63d86> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1e3cfa000 - 0x1e3d32fff ProactiveSupport arm64e  <6b3655523e563244b64275a18a29f948> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1e3d6e000 - 0x1e3e3ffff TelephonyUtilities arm64e  <0bfd247062643cdaa55037da09df6850> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x1e3ef8000 - 0x1e3f0cfff AssetsLibrary arm64e  <04e07ad8ad05347a987429f2cc9a97c4> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x1e41f9000 - 0x1e429efff Social arm64e  <9d4563f184a430e7b6d2d624d93e6fc3> /System/Library/Frameworks/Social.framework/Social
0x1e433c000 - 0x1e4354fff CoreFollowUp arm64e  <af00cb7a57b539a8a8f900cc5c56c3fe> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1e4355000 - 0x1e43cbfff CoreSuggestions arm64e  <1cbf2684e0ac3e898429c4e3bc132697> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x1e43dd000 - 0x1e4472fff CoreRecognition arm64e  <a1277b5d7276378f85c31cb8be026c70> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x1e4836000 - 0x1e48ebfff CoreParsec arm64e  <5325cbbe1bf030219e5e0ab85c04fb8c> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x1e491d000 - 0x1e494ffff SharedUtils arm64e  <d714379bb57a3ba4b80320e37294f64e> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1e4994000 - 0x1e4a60fff VideoSubscriberAccount arm64e  <448505977d2a32fbb83abe7745ddb1ad> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x1e4b84000 - 0x1e4b87fff SharedWebCredentials arm64e  <53c484887b7335a68d4225a160b76255> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x1e4b89000 - 0x1e4ba4fff SafariFoundation arm64e  <3609134316d03f42ae089d4594fcd1b0> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x1e4d97000 - 0x1e4daefff LocalAuthentication arm64e  <14c9a5c084383ae68b8ff79b7cf835cb> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1e4daf000 - 0x1e4db1fff ParsecSubscriptionServiceSupport arm64e  <8b22a98a999536ca8e471aa0e2f4420b> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x1e4e5f000 - 0x1e50b9fff SafariShared arm64e  <754977b1f86d3902afcea0fad4f75a85> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x1e50ba000 - 0x1e50fffff WebUI arm64e  <dccdb7381dd635a594100cbbd447e0c7> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x1e5100000 - 0x1e510dfff SetupAssistantSupport arm64e  <056e9f9b4ef83893b779da340ccb07cf> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1e510e000 - 0x1e513afff SetupAssistant arm64e  <ec4f45c2e0373fc9b6240a0945705d97> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1e5e9a000 - 0x1e5ea0fff LinguisticData arm64e  <eb366c48916636cdbf0355da57b65c43> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1e678a000 - 0x1e67a5fff MetalKit arm64e  <90f2fd7563fd3b9fb64c71d1d0ee6700> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x1e75da000 - 0x1e76a3fff PDFKit arm64e  <153891f04f3f3afd82c8877513a161ee> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1e7a5d000 - 0x1e7a6ffff MobileDeviceLink arm64e  <a53aa352cf3336838ceac13137b23e35> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x1e7b60000 - 0x1e7baafff MobileBackup arm64e  <936bfc49a7653155b9817f7e738d5f74> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x1e7bab000 - 0x1e7bf6fff SafariSafeBrowsing arm64e  <892efdf1ee183fa4be782195ec411a73> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1e7c15000 - 0x1e7d56fff SafariServices arm64e  <c46648acfcff31908e277e19573c5dd7> /System/Library/Frameworks/SafariServices.framework/SafariServices
0x1e8e51000 - 0x1e8e5dfff MobileActivation arm64e  <867565b820d53892bb7fa680df3cee69> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
0x1e8ebc000 - 0x1e8ec7fff AppConduit arm64e  <f3db32c6264933f4be78b66474cc6876> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1e8f93000 - 0x1e912ffff Sharing arm64e  <904a544178453b59b957045e5f5b7cc5> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x1e9484000 - 0x1e94e0fff WatchKit arm64e  <31ad71f42ac03cd38693dea3aa55fa90> /System/Library/Frameworks/WatchKit.framework/WatchKit
0x1ea67c000 - 0x1ea6d0fff LoggingSupport arm64e  <dc69c88e1cbf3c0e93ff1955ce21beea> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1eaa3b000 - 0x1eaa44fff FamilyCircle arm64e  <181cf7b7395f371b96b932a0aa75ca25> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x1ec3ac000 - 0x1ec3d0fff AppSupportUI arm64e  <bb4b790ffef23a13ba2338c5487c1bc1> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x1eca52000 - 0x1eca66fff IntentsCore arm64e  <0f64c42f74303c599e988b2d91557031> /System/Library/PrivateFrameworks/IntentsCore.framework/IntentsCore
0x1ece6e000 - 0x1eceb5fff Catalyst arm64e  <116298727d5030e2abe63d59778f5091> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
0x1ed1cf000 - 0x1ed1d4fff kperf arm64e  <d8e92b193c9c35e1b9c27fbcb2562fc9> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1ed259000 - 0x1ed278fff IntentsUI arm64e  <11424df4798d3188aa31de6eacb029ab> /System/Library/Frameworks/IntentsUI.framework/IntentsUI
0x1ed434000 - 0x1ed45cfff CellularPlanManager arm64e  <b46245d7acbc3c81b3207bafdb1f365c> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x1ed45d000 - 0x1ed4b4fff DeviceManagement arm64e  <fd439fd236da3270b3864e7c71c6e83e> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
0x1ed650000 - 0x1ed658fff kperfdata arm64e  <e4ce6aa3a21430899dc20c464400e2fe> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1ed69b000 - 0x1ed6a3fff libdscsym.dylib arm64e  <092b4b6d6d0e330291a55619546dee8b> /usr/lib/libdscsym.dylib
0x1eda75000 - 0x1edab1fff ktrace arm64e  <ab6c1adb247d33b5a93a6fedb9015fa5> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1efd7e000 - 0x1efdc6fff BiometricKit arm64e  <e422f43fdd2c378e8541dd59c6a3f7f7> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1efde7000 - 0x1efdf7fff CTCarrierSpace arm64e  <17ed383fb8b63bf4b7e6511f8d09a0f9> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1f02a6000 - 0x1f02bafff DeviceIdentity arm64e  <f72a0f3f6a783f199bf41805bf7e0a50> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1f2471000 - 0x1f24aefff Rapport arm64e  <580959c4176f32aba659b66f863fb74e> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1f24ec000 - 0x1f250afff SignpostSupport arm64e  <b035d66ed00e393d956ff45aa7272f49> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1f349c000 - 0x1f34a3fff libMatch.1.dylib arm64e  <4de562dc1d9c3847859496603e30c6b7> /usr/lib/libMatch.1.dylib
0x1f34ec000 - 0x1f3508fff libtailspin.dylib arm64e  <061ad2a37b4236688c4d0d1e55815959> /usr/lib/libtailspin.dylib
0x1f4b47000 - 0x1f4b8afff WatchConnectivity arm64e  <4bf91ef287af39419db87d91e1e46257> /System/Library/Frameworks/WatchConnectivity.framework/WatchConnectivity
0x1f6204000 - 0x1f620ffff ContextKit arm64e  <54c090c151d83941b1f5a1b260e55354> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
0x1f6b59000 - 0x1f6b6afff libGSFontCache.dylib arm64e  <3274ce0f54a83dffbc2f50372639363a> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1f6b6b000 - 0x1f6b9dfff libTrueTypeScaler.dylib arm64e  <2efeb58639863604954f451ea065886a> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
0x1f875b000 - 0x1f875ffff InternationalSupport arm64e  <23741791ea553d39a28525799d58ae4a> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1f9b94000 - 0x1f9ba0fff PersonaUI arm64e  <a97de6c0afb33f45a706adca77187c6b> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1f9fef000 - 0x1f9ff9fff SignpostCollection arm64e  <799f2f79ed3b31a3ac4123bbb031dc23> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1fabba000 - 0x1fabbdfff XCTTargetBootstrap arm64e  <411129f331ba392fb6cfa58a274bfbde> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1fac05000 - 0x1fac17fff libEDR arm64e  <cde3a07a1dd038e7a8da32369121e22a> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1fb84e000 - 0x1fb84efff libcharset.1.dylib arm64e  <eb57754c05f73814bd5d94736491cf6e> /usr/lib/libcharset.1.dylib
0x1fc337000 - 0x1fc338fff libsandbox.1.dylib arm64e  <c995e461275f389b84bb782235503e67> /usr/lib/libsandbox.1.dylib
0x1fc97c000 - 0x1fc987fff AuthenticationServices arm64e  <021f1390d979384da14af051927540ab> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
0x1fca21000 - 0x1fcb7cfff CoreServices arm64e  <395c9db2902a3aceb72f985922b2593a> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x1fcbaa000 - 0x1fcbc4fff MPSRayIntersector arm64e  <cfaee388c8b6391abb05fb59828dcf1b> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1fcbf5000 - 0x1fcd30fff Network arm64e  <5d2e5890bab83a9a9c5bb5cc832ac3bf> /System/Library/Frameworks/Network.framework/Network
0x1fce01000 - 0x1fce0ffff ANEServices arm64e  <f652c4b18a103a168ec10f64d1b0d645> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1fce14000 - 0x1fce18fff ASEProcessing arm64e  <1087c582379c3bbcb6a582c514e48c82> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1fce19000 - 0x1fce25fff AXCoreUtilities arm64e  <f7ce6c1d966433b29c34abbe0d914950> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x1fd0a8000 - 0x1fd1e9fff AppleMediaServices arm64e  <8bbe40e95e123b98aa5ccfe2824a54ed> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x1fd1ea000 - 0x1fd1fafff AppleNeuralEngine arm64e  <2c43704df49e31ba92c822b4b5924451> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1fd38d000 - 0x1fd3c4fff C2 arm64e  <c210d44b4f5e39448c6d48b5b5548222> /System/Library/PrivateFrameworks/C2.framework/C2
0x1fd55e000 - 0x1fd56dfff Categories arm64e  <b898eb80f1b53138be733b3f859f9f44> /System/Library/PrivateFrameworks/Categories.framework/Categories
0x1fd575000 - 0x1fd699fff ConfigurationEngineModel arm64e  <af096c9434673ad9a23d91fe05a16d3d> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
0x1fd952000 - 0x1fd9adfff DocumentManager arm64e  <7c10d7bf448d314d96fc33a0eef25f32> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1fdaee000 - 0x1fdaf3fff IdleTimerServices arm64e  <7dd903f52c503f649b61254276dc0967> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1fdb71000 - 0x1fdb98fff MetadataUtilities arm64e  <ffb0799d07753c9b9ca4bbee04b52e52> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1fe13a000 - 0x1fe18cfff OTSVG arm64e  <f20e9ccb5cfb3852841f7b17f79d4016> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1fe28e000 - 0x1fe2f0fff PhotoFoundation arm64e  <bbd22ae2b0553139b6c84e66523e33b8> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x1fe3e0000 - 0x1fe440fff ROCKit arm64e  <7cc33aaf01453415a73405e95c842581> /System/Library/PrivateFrameworks/ROCKit.framework/ROCKit
0x1fe604000 - 0x1fe662fff RemoteManagement arm64e  <e60b5b7b140f30e4ba5ad5956cf2af5f> /System/Library/PrivateFrameworks/RemoteManagement.framework/RemoteManagement
0x1fe663000 - 0x1fe675fff RemoteTextInput arm64e  <2f5f51af17ac396f9d2f497c48592f62> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1fe69f000 - 0x1fe73cfff SampleAnalysis arm64e  <07c1ebfbc94d36caa49713b697eec588> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1fe827000 - 0x1fe827fff SignpostNotification arm64e  <c24e4c6ba55033fb962a5a38871728de> /System/Library/PrivateFrameworks/SignpostNotification.framework/SignpostNotification
0x1fe899000 - 0x1fe8a1fff StatsKit arm64e  <d083bc73810b3700b5d704daf65126f1> /System/Library/PrivateFrameworks/StatsKit.framework/StatsKit
0x1ff409000 - 0x20059ffff UIKitCore arm64e  <8ce6174b6ffd3866868191642225d9ed> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x2005a0000 - 0x2005abfff UIKitServices arm64e  <264eeeb52d92374db9e26b268c34b6a3> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x2005ac000 - 0x2005b3fff URLFormatting arm64e  <d96d73f3d44f3042807e4d30243ba8b4> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x2005b4000 - 0x2005d7fff UsageTracking arm64e  <8425c04a87333fd6aae6bef41c6d7e77> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking

@robbiet480
Copy link
Member Author

robbiet480 commented Mar 12, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash The iOS app crashes
Projects
None yet
Development

No branches or pull requests

2 participants