SpringBoard crash when accessing Spotlight

I'm embarrassed to ask this because I feel like I am just missing something super simple.


In our app we keep a search history of destinations that the user searches for. I wanted to make these available to Spotlight and Siri suggestions. When I add the history items to Spotlight everything behaves as expected. I can see the items in Spotlight, select them and it triggers the search again for that specific history item. When I add the item to the search index I am also creating an NSUserActivity object and setting it to current so that we can also benefit from Handoff. Where my issue is happening is when I try to set the NSUserActivity to eligible for prediction and add a persistent identifier for the Siri suggestions. When I do this and I perform a search then I do still see the spotlight indexed item as well as a suggestion by Siri as expected. However, if I do a second search, even for the same item, when I try to access Spotlight to see my entries then I get a SpringBoard crash.


I was previously doing this without Spotlight and just using NSUserActivity, but realized that wasn't the right approach, since I also need to delete items from the index if the user deletes their history in the app. When I was just using NSUserActivity it did not crash, but the indexing in Spotlight was not what I wanted and would disappear after a time. But I don't know what I have done wrong with setting up the Spotlight index and setting the NSUserActivity that would cause a SpringBoard crash when donating more than one item.


A brief bit about our setup:


* I have created an ActivityHandler class that pulls the necessary info together to donate everything.

* Our backend target will pass the necessary data to the ActivityHandler class based on the user actions of performing a search or tapping on a search history item.

* In the ActivityHandler I am setting up the Spotlight item first and adding it to the index.

* In the completion handler of CSSearchableIndex I am setting up the user activity, setting it to becomeCurrent and then adding it to a property in the class that holds it so that it is not deallocated after the method ends.


I am completely stumped on what I am doing wrong. Any insights from anybody would be greatly appreciated. 🙂


I just tried and installed a build on a device with iOS 13 beta 7 and it works as expected. The previous device and simulator version that I was testing on was iOS 12.0 and 12.4.

Replies

I just tried and installed a build on a device with iOS 13 beta 7 and it works as expected.

That’s good to hear. Springboard should never crash, no matter what your app does, so this is automatically considered a bug in the OS. Fortunately, it seems like it’s been fixed.

As to a workaround on earlier systems, it’s hard to offer any insight without more info about the crash. Can you post an Apple crash report for that?

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Hi Quinn,


Thanks for the reply. When looking at the device logs I see two crashes listed. One is for duetexpertd and one is for SpringBoard. When I try to reproduce it this morning, however, I am now only seeing the duetexpertd crash and not the one for SpringBoard. Not sure what is relevant and not so will post both logs. Hopefully these provide some sort of insight into what is going on.


Thanks in advance for your assistance. 🙂



Here is the last crash I saw from SpringBoard:


Incident Identifier: 8C88DD2A-74E5-4E89-A082-1FACEDA8AAD8

CrashReporter Key: c7478935a86283c3988659b518aece3a572d2198

Hardware Model: iPhone11,2

Process: SpringBoard [771]

Path: /System/Library/CoreServices/SpringBoard.app/SpringBoard

Identifier: com.apple.springboard

Version: 50 (1.0)

Code Type: ARM-64 (Native)

Role: Foreground

Parent Process: launchd [1]

Coalition: com.apple.springboard [69]



Date/Time: 2019-08-21 14:12:53.0515 +0200

Launch Time: 2019-08-21 13:48:10.5626 +0200

OS Version: iPhone OS 12.0 (16A366)

Baseband Version: 1.00.07

Report Version: 104



Exception Type: EXC_CRASH (SIGABRT)

Exception Codes: 0x0000000000000000, 0x0000000000000000

Exception Note: EXC_CORPSE_NOTIFY

Triggered by Thread: 16



Application Specific Information:

abort() called



Last Exception Backtrace:

0 CoreFoundation 0x1aedeff78 __exceptionPreprocess + 232

1 libobjc.A.dylib 0x1adfe8284 objc_exception_throw + 59

2 CoreFoundation 0x1aed003b0 +[NSException raise:format:arguments:] + 107

3 Foundation 0x1af7ff30c -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 115

4 AppPredictionClient 0x1c329d6c0 +[ATXAction _userActivityHashForUserInfoDict:activityType:webpageURL:] + 1403

5 AppPredictionClient 0x1c329b2fc -[ATXAction userActivityHash] + 211

6 AppPredictionClient 0x1c329b5dc -[ATXAction isEqualToAction:] + 299

7 AppPredictionClient 0x1c329b87c -[ATXAction isEqual:] + 103

8 AppPredictionClient 0x1c32970fc -[ATXActionSearchResult isEqualToActionSearchResult:] + 67

9 AppPredictionClient 0x1c32971a8 -[ATXActionSearchResult isEqual:] + 103

10 CoreFoundation 0x1aee175a4 __NSOrderedSetEquateKeys + 31

11 CoreFoundation 0x1aee1b69c CFBasicHashAddValue + 1871

12 CoreFoundation 0x1aecdcd84 -[__NSOrderedSetM insertObject:atIndex:] + 179

13 CoreFoundation 0x1aecf2618 -[NSMutableOrderedSet insertObjects:count:atIndex:] + 263

14 CoreFoundation 0x1aecf58f0 -[NSMutableOrderedSet insertObjectsFromArray:range:atIndex:] + 379

15 Search 0x1cc54496c -[SFMutableResultSection addResultsFromArray:] + 119

16 Spotlight 0x1cf483a80 __25-[SPZKWSearchQuery start]_block_invoke + 1655

17 libdispatch.dylib 0x1ae7f2d74 _dispatch_call_block_and_release + 31

18 libdispatch.dylib 0x1ae7f430c _dispatch_client_callout + 19

19 libdispatch.dylib 0x1ae7fb6fc _dispatch_lane_serial_drain + 551

20 libdispatch.dylib 0x1ae7fc280 _dispatch_lane_invoke + 427

21 libdispatch.dylib 0x1ae804524 _dispatch_workloop_worker_thread + 587

22 libsystem_pthread.dylib 0x1ae9f3b38 _pthread_wqthread + 315

23 libsystem_pthread.dylib 0x1ae9f9dec start_wqthread + 3



Thread 0 name: Dispatch queue: com.apple.main-thread

Thread 0:

0 libsystem_kernel.dylib 0x00000001ae96fa68 mach_msg_trap + 8

1 libsystem_kernel.dylib 0x00000001ae96ef24 mach_msg + 76

2 CoreFoundation 0x00000001aed7c41c __CFRunLoopServiceMachPort + 240

3 CoreFoundation 0x00000001aed770b8 __CFRunLoopRun + 1372

4 CoreFoundation 0x00000001aed76844 CFRunLoopRunSpecific + 452

5 GraphicsServices 0x00000001b1025be8 GSEventRunModal + 104

6 UIKitCore 0x00000001dc125428 UIApplicationMain + 216

7 FrontBoard 0x00000001c59e9080 FBSystemAppMain + 436

8 SpringBoard 0x00000001042ea28c 0x1040f0000 + 2073228

9 libdyld.dylib 0x00000001ae82c020 start + 4



Thread 1 name: com.apple.uikit.eventfetch-thread

Thread 1:

0 libsystem_kernel.dylib 0x00000001ae96fa68 mach_msg_trap + 8

1 libsystem_kernel.dylib 0x00000001ae96ef24 mach_msg + 76

2 CoreFoundation 0x00000001aed7c41c __CFRunLoopServiceMachPort + 240

3 CoreFoundation 0x00000001aed770b8 __CFRunLoopRun + 1372

4 CoreFoundation 0x00000001aed76844 CFRunLoopRunSpecific + 452

5 Foundation 0x00000001af7785f0 -[NSRunLoop+ 34288 (NSRunLoop) runMode:beforeDate:] + 304

6 Foundation 0x00000001af778494 -[NSRunLoop+ 33940 (NSRunLoop) runUntilDate:] + 152

7 UIKitCore 0x00000001dc07dcb8 -[UIEventFetcher threadMain] + 140

8 Foundation 0x00000001af7771d0 -[NSThread main] + 72

9 Foundation 0x00000001af8b3dbc __NSThread__start__ + 1044

10 libsystem_pthread.dylib 0x00000001ae9f1a04 _pthread_body + 132

11 libsystem_pthread.dylib 0x00000001ae9f1960 _pthread_start + 52

12 libsystem_pthread.dylib 0x00000001ae9f9df4 thread_start + 4



Thread 2 name: com.apple.CoreMotion.MotionThread

Thread 2:

0 libsystem_kernel.dylib 0x00000001ae96fa68 mach_msg_trap + 8

1 libsystem_kernel.dylib 0x00000001ae96ef24 mach_msg + 76

2 CoreFoundation 0x00000001aed7c41c __CFRunLoopServiceMachPort + 240

3 CoreFoundation 0x00000001aed770b8 __CFRunLoopRun + 1372

4 CoreFoundation 0x00000001aed76844 CFRunLoopRunSpecific + 452

5 CoreFoundation 0x00000001aed775a8 CFRunLoopRun + 84

6 CoreMotion 0x00000001b4875d64 0x1b47fa000 + 507236

7 libsystem_pthread.dylib 0x00000001ae9f1a04 _pthread_body + 132

8 libsystem_pthread.dylib 0x00000001ae9f1960 _pthread_start + 52

9 libsystem_pthread.dylib 0x00000001ae9f9df4 thread_start + 4



Thread 3 name: WiFiManager Callback Thread

Thread 3:

0 libsystem_kernel.dylib 0x00000001ae96fa68 mach_msg_trap + 8

1 libsystem_kernel.dylib 0x00000001ae96ef24 mach_msg + 76

2 CoreFoundation 0x00000001aed7c41c __CFRunLoopServiceMachPort + 240

3 CoreFoundation 0x00000001aed770b8 __CFRunLoopRun + 1372

4 CoreFoundation 0x00000001aed76844 CFRunLoopRunSpecific + 452

5 Foundation 0x00000001af7785f0 -[NSRunLoop+ 34288 (NSRunLoop) runMode:beforeDate:] + 304

6 Foundation 0x00000001af7b53dc -[NSRunLoop+ 283612 (NSRunLoop) run] + 92

7 WiFiKit 0x00000001cfbc74c8 __44-[WFClient _startCallbackThreadWithManager:]_block_invoke + 444

8 CoreFoundation 0x00000001aecf99e4 -[NSBlock invoke] + 24

9 Foundation 0x00000001af7771d0 -[NSThread main] + 72

10 Foundation 0x00000001af8b3dbc __NSThread__start__ + 1044

11 libsystem_pthread.dylib 0x00000001ae9f1a04 _pthread_body + 132

12 libsystem_pthread.dylib 0x00000001ae9f1960 _pthread_start + 52

13 libsystem_pthread.dylib 0x00000001ae9f9df4 thread_start + 4



Thread 4 name: CommonUtilities-WiFi-Thread

Thread 4:

0 libsystem_kernel.dylib 0x00000001ae96fa68 mach_msg_trap + 8

1 libsystem_kernel.dylib 0x00000001ae96ef24 mach_msg + 76

2 CoreFoundation 0x00000001aed7c41c __CFRunLoopServiceMachPort + 240

3 CoreFoundation 0x00000001aed770b8 __CFRunLoopRun + 1372

4 CoreFoundation 0x00000001aed76844 CFRunLoopRunSpecific + 452

5 CoreFoundation 0x00000001aed775a8 CFRunLoopRun + 84

6 CommonUtilities 0x00000001b193ef04 0x1b1930000 + 61188

7 Foundation 0x00000001af7771d0 -[NSThread main] + 72

8 Foundation 0x00000001af8b3dbc __NSThread__start__ + 1044

9 libsystem_pthread.dylib 0x00000001ae9f1a04 _pthread_body + 132

10 libsystem_pthread.dylib 0x00000001ae9f1960 _pthread_start + 52

11 libsystem_pthread.dylib 0x00000001ae9f9df4 thread_start + 4



Thread 5 name: SBWiFiManager callback thread

Thread 5:

0 libsystem_kernel.dylib 0x00000001ae96fa68 mach_msg_trap + 8

1 libsystem_kernel.dylib 0x00000001ae96ef24 mach_msg + 76

2 CoreFoundation 0x00000001aed7c41c __CFRunLoopServiceMachPort + 240

3 CoreFoundation 0x00000001aed770b8 __CFRunLoopRun + 1372

4 CoreFoundation 0x00000001aed76844 CFRunLoopRunSpecific + 452

5 Foundation 0x00000001af7785f0 -[NSRunLoop+ 34288 (NSRunLoop) runMode:beforeDate:] + 304

6 Foundation 0x00000001af7b53dc -[NSRunLoop+ 283612 (NSRunLoop) run] + 92

7 SpringBoard 0x00000001043db8e0 0x1040f0000 + 3061984

8 Foundation 0x00000001af7771d0 -[NSThread main] + 72

9 Foundation 0x00000001af8b3dbc __NSThread__start__ + 1044

10 libsystem_pthread.dylib 0x00000001ae9f1a04 _pthread_body + 132

11 libsystem_pthread.dylib 0x00000001ae9f1960 _pthread_start + 52

12 libsystem_pthread.dylib 0x00000001ae9f9df4 thread_start + 4



Thread 6 name: com.apple.UIKit.inProcessAnimationManager

Thread 6:

0 libsystem_kernel.dylib 0x00000001ae96faa4 semaphore_wait_trap + 8

1 libdispatch.dylib 0x00000001ae7f49fc _dispatch_sema4_wait + 28

2 libdispatch.dylib 0x00000001ae7f54a4 _dispatch_semaphore_wait_slow + 132

3 UIKitCore 0x00000001dc84b578 __66-[UIViewInProcessAnimationManager startAdvancingAnimationManager:]_block_invoke_2.276 + 212

4 CoreFoundation 0x00000001aecf99e4 -[NSBlock invoke] + 24

5 Foundation 0x00000001af7771d0 -[NSThread main] + 72

6 Foundation 0x00000001af8b3dbc __NSThread__start__ + 1044

7 libsystem_pthread.dylib 0x00000001ae9f1a04 _pthread_body + 132

8 libsystem_pthread.dylib 0x00000001ae9f1960 _pthread_start + 52

9 libsystem_pthread.dylib 0x00000001ae9f9df4 thread_start + 4



Thread 7 name: AVAudioSession Notify Thread

Thread 7:

0 libsystem_kernel.dylib 0x00000001ae96fa68 mach_msg_trap + 8

1 libsystem_kernel.dylib 0x00000001ae96ef24 mach_msg + 76

2 CoreFoundation 0x00000001aed7c41c __CFRunLoopServiceMachPort + 240

3 CoreFoundation 0x00000001aed770b8 __CFRunLoopRun + 1372

4 CoreFoundation 0x00000001aed76844 CFRunLoopRunSpecific + 452

5 AVFAudio 0x00000001b4e29ef4 GenericRunLoopThread::Entry+ 589556 (void*) + 168

6 AVFAudio 0x00000001b4e561a4 CAPThread::Entry+ 770468 (CAPThread*) + 92

7 libsystem_pthread.dylib 0x00000001ae9f1a04 _pthread_body + 132

8 libsystem_pthread.dylib 0x00000001ae9f1960 _pthread_start + 52

9 libsystem_pthread.dylib 0x00000001ae9f9df4 thread_start + 4



Thread 8:

0 libsystem_pthread.dylib 0x00000001ae9f9de8 start_wqthread + 0



Thread 9:

0 libsystem_pthread.dylib 0x00000001ae9f9de8 start_wqthread + 0



Thread 10:

0 libsystem_pthread.dylib 0x00000001ae9f9de8 start_wqthread + 0



Thread 11:

0 libsystem_pthread.dylib 0x00000001ae9f9de8 start_wqthread + 0



Thread 12:

0 libsystem_pthread.dylib 0x00000001ae9f9de8 start_wqthread + 0



Thread 13 name: NetworkLoad

Thread 13:

0 libsystem_kernel.dylib 0x00000001ae96fa68 mach_msg_trap + 8

1 libsystem_kernel.dylib 0x00000001ae96ef24 mach_msg + 76

2 CoreFoundation 0x00000001aed7c41c __CFRunLoopServiceMachPort + 240

3 CoreFoundation 0x00000001aed770b8 __CFRunLoopRun + 1372

4 CoreFoundation 0x00000001aed76844 CFRunLoopRunSpecific + 452

5 GeoServices 0x00000001b579a8e4 _runNetworkThread + 484

6 libsystem_pthread.dylib 0x00000001ae9f1a04 _pthread_body + 132

7 libsystem_pthread.dylib 0x00000001ae9f1960 _pthread_start + 52

8 libsystem_pthread.dylib 0x00000001ae9f9df4 thread_start + 4



Thread 14:

0 libsystem_pthread.dylib 0x00000001ae9f9de8 start_wqthread + 0



Thread 15:

0 libsystem_pthread.dylib 0x00000001ae9f9de8 start_wqthread + 0



Thread 16 name: Dispatch queue: query processor

Thread 16 Crashed:

0 libsystem_kernel.dylib 0x00000001ae97b0e4 __pthread_kill + 8

1 libsystem_pthread.dylib 0x00000001ae9f2b68 pthread_kill + 300

2 libsystem_c.dylib 0x00000001ae8d2fcc abort + 144

3 libc++abi.dylib 0x00000001adfcf818 __cxa_bad_cast + 0

4 libc++abi.dylib 0x00000001adfcf9d8 default_unexpected_handler+ 6616 () + 0

5 libobjc.A.dylib 0x00000001adfe86c8 _objc_terminate+ 26312 () + 124

6 libc++abi.dylib 0x00000001adfdc2d0 std::__terminate(void (*)+ 58064 ()) + 20

7 libc++abi.dylib 0x00000001adfdc344 std::terminate+ 58180 () + 60

8 libdispatch.dylib 0x00000001ae7f4320 _dispatch_client_callout + 40

9 libdispatch.dylib 0x00000001ae7fb6fc _dispatch_lane_serial_drain + 552

10 libdispatch.dylib 0x00000001ae7fc280 _dispatch_lane_invoke + 428

11 libdispatch.dylib 0x00000001ae804524 _dispatch_workloop_worker_thread + 588

12 libsystem_pthread.dylib 0x00000001ae9f3b38 _pthread_wqthread + 316

13 libsystem_pthread.dylib 0x00000001ae9f9dec start_wqthread + 4



Thread 17:

0 libsystem_pthread.dylib 0x00000001ae9f9de8 start_wqthread + 0



Thread 16 crashed with ARM Thread State (64-bit):

x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x000000028050b3b7

x4: 0x00000001adfdfb61 x5: 0x000000016bfc6470 x6: 0x000000000000006e x7: 0x0000000043e00068

x8: 0x0000000000000c00 x9: 0x000000000007f6cf x10: 0x0000000000000002 x11: 0x0000000000000003

x12: 0x0000000000000067 x13: 0x0000000000000000 x14: 0x0000000000000010 x15: 0x0000000000000000

x16: 0x0000000000000148 x17: 0x00000001df5ea888 x18: 0x0000000000000000 x19: 0x0000000000000006

x20: 0x000000016bfc7000 x21: 0x000000016bfc6470 x22: 0x000000000007f6cf x23: 0x000000016bfc70e0

x24: 0x0000000283339940 x25: 0x000000010bc04038 x26: 0x0000000000000000 x27: 0x0000000000000000

x28: 0x0000000000000114 fp: 0x000000016bfc63d0 lr: 0x00000001ae9f2b68

sp: 0x000000016bfc63a0 pc: 0x00000001ae97b0e4 cpsr: 0x00000000



Here is the log from the duetexpertd crash:


Incident Identifier: 507C92D5-73CC-44D8-805A-00F7C72029AD

CrashReporter Key: c7478935a86283c3988659b518aece3a572d2198

Hardware Model: iPhone11,2

Process: duetexpertd [323]

Path: /usr/libexec/duetexpertd

Identifier: duetexpertd

Version: ???

Code Type: ARM-64 (Native)

Role: Unspecified

Parent Process: launchd [1]

Coalition: com.apple.duetexpertd [226]


Date/Time: 2019-08-23 08:29:55.7875 +0200

Launch Time: 2019-08-23 08:28:26.0707 +0200

OS Version: iPhone OS 12.0 (16A366)

Baseband Version: 1.00.07

Report Version: 104


Exception Type: EXC_CRASH (SIGABRT)

Exception Codes: 0x0000000000000000, 0x0000000000000000

Exception Note: EXC_CORPSE_NOTIFY

Triggered by Thread: 2


Application Specific Information:

abort() called


Last Exception Backtrace:

0 CoreFoundation 0x1de417f78 __exceptionPreprocess + 232

1 libobjc.A.dylib 0x1dd610284 objc_exception_throw + 59

2 CoreFoundation 0x1de3283b0 +[NSException raise:format:arguments:] + 107

3 Foundation 0x1dee2730c -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 115

4 AppPredictionClient 0x1f28c56c0 +[ATXAction _userActivityHashForUserInfoDict:activityType:webpageURL:] + 1403

5 AppPredictionClient 0x1f28c32fc -[ATXAction userActivityHash] + 211

6 AppPredictionClient 0x1f28c3398 -[ATXAction hash] + 35

7 AppPredictionInternal 0x1f3619e38 -[ATXSlotResolutionParameters initWithAction:slots:] + 211

8 AppPredictionInternal 0x1f35c553c __169-[_ATXDataStore writeActionType:bundleId:date:action:slotSets:timeZone:prevLocationUUID:locationUUID:weight:actionUUID:motionType:appSessionStartDate:appSessionEndDate:]_block_invoke + 139

9 CoreFoundation 0x1de307ac0 -[__NSSingleObjectSetI enumerateObjectsWithOptions:usingBlock:] + 107

10 AppPredictionInternal 0x1f35c4c78 -[_ATXDataStore writeActionType:bundleId:date:action:slotSets:timeZone:prevLocationUUID:locationUUID:weight:actionUUID:motionType:appSessionStartDate:appSessionEndDate:] + 847

11 AppPredictionInternal 0x1f35a24fc -[APRAppIntentMonitor updateActionPredictionSlotResolutionForIntentEvent:weight:prevLocationUUID:locationUUID:currentMotionType:appSessionStartDate:appSessionEndDate:] + 403

12 AppPredictionInternal 0x1f35a36d4 -[APRAppIntentMonitor updateActionPredictionPipelineForIntentEvent:weight:appSessionStartDate:appSessionEndDate:] + 707

13 AppPredictionInternal 0x1f35a4c94 -[APRAppIntentMonitor updateActionPredictionPipelineForAppSession:startDate:endDate:] + 3959

14 AppPredictionInternal 0x1f35a59c0 -[APRAppIntentMonitor endAppSession:] + 415

15 libdispatch.dylib 0x1dde1c30c _dispatch_client_callout + 19

16 libdispatch.dylib 0x1dde1f2dc _dispatch_continuation_pop + 407

17 libdispatch.dylib 0x1dde2f42c _dispatch_source_invoke2 + 1203

18 libdispatch.dylib 0x1dde2ecac _dispatch_source_invoke + 435

19 libdispatch.dylib 0x1dde235d0 _dispatch_lane_serial_drain + 251

20 libdispatch.dylib 0x1dde24280 _dispatch_lane_invoke + 427

21 libdispatch.dylib 0x1dde2c524 _dispatch_workloop_worker_thread + 587

22 libsystem_pthread.dylib 0x1de01bb38 _pthread_wqthread + 315

23 libsystem_pthread.dylib 0x1de021dec start_wqthread + 3



Thread 0 name: Dispatch queue: com.apple.main-thread

Thread 0:

0 libsystem_kernel.dylib 0x00000001ddf97a68 mach_msg_trap + 8

1 libsystem_kernel.dylib 0x00000001ddf96f24 mach_msg + 76

2 CoreFoundation 0x00000001de3a441c __CFRunLoopServiceMachPort + 240

3 CoreFoundation 0x00000001de39f0b8 __CFRunLoopRun + 1372

4 CoreFoundation 0x00000001de39e844 CFRunLoopRunSpecific + 452

5 Foundation 0x00000001deda05f0 -[NSRunLoop+ 34288 (NSRunLoop) runMode:beforeDate:] + 304

6 duetexpertd 0x0000000104a631bc 0x104a60000 + 12732

7 libdyld.dylib 0x00000001dde54020 start + 4



Thread 1 name: Dispatch queue: ATXBBNotificationManager

Thread 1:

0 libsystem_kernel.dylib 0x00000001ddfa39dc __ulock_wait + 8

1 libsystem_platform.dylib 0x00000001de01525c _os_unfair_lock_lock_slow + 176

2 libobjc.A.dylib 0x00000001dd61ab0c lookUpImpOrForward + 132

3 libobjc.A.dylib 0x00000001dd62733c _objc_msgSend_uncached + 60

4 BulletinBoard 0x00000001ee551b2c -[BBObserver _queue_registerBulletin:withTransactionID:] + 220

5 BulletinBoard 0x00000001ee553de4 -[BBObserver _queue_updateBulletin:withReply:] + 200

6 libdispatch.dylib 0x00000001dde1ad74 _dispatch_call_block_and_release + 32

7 libdispatch.dylib 0x00000001dde1c30c _dispatch_client_callout + 20

8 libdispatch.dylib 0x00000001dde236fc _dispatch_lane_serial_drain + 552

9 libdispatch.dylib 0x00000001dde24280 _dispatch_lane_invoke + 428

10 libdispatch.dylib 0x00000001dde2c524 _dispatch_workloop_worker_thread + 588

11 libsystem_pthread.dylib 0x00000001de01bb38 _pthread_wqthread + 316

12 libsystem_pthread.dylib 0x00000001de021dec start_wqthread + 4



Thread 2 name: Dispatch queue: com.apple.duetexpertcenter.AppPredictionExpert.AppIntentDonations

Thread 2 Crashed:

0 libsystem_kernel.dylib 0x00000001ddfa30e4 __pthread_kill + 8

1 libsystem_pthread.dylib 0x00000001de01ab68 pthread_kill + 300

2 libsystem_c.dylib 0x00000001ddefafcc abort + 144

3 libc++abi.dylib 0x00000001dd5f7818 __cxa_bad_cast + 0

4 libc++abi.dylib 0x00000001dd5f79d8 default_unexpected_handler+ 6616 () + 0

5 libobjc.A.dylib 0x00000001dd6106c8 _objc_terminate+ 26312 () + 124

6 libc++abi.dylib 0x00000001dd6042d0 std::__terminate(void (*)+ 58064 ()) + 20

7 libc++abi.dylib 0x00000001dd604344 std::terminate+ 58180 () + 60

8 libdispatch.dylib 0x00000001dde1c320 _dispatch_client_callout + 40

9 libdispatch.dylib 0x00000001dde1f2dc _dispatch_continuation_pop + 408

10 libdispatch.dylib 0x00000001dde2f42c _dispatch_source_invoke2 + 1204

11 libdispatch.dylib 0x00000001dde2ecac _dispatch_source_invoke + 436

12 libdispatch.dylib 0x00000001dde235d0 _dispatch_lane_serial_drain + 252

13 libdispatch.dylib 0x00000001dde24280 _dispatch_lane_invoke + 428

14 libdispatch.dylib 0x00000001dde2c524 _dispatch_workloop_worker_thread + 588

15 libsystem_pthread.dylib 0x00000001de01bb38 _pthread_wqthread + 316

16 libsystem_pthread.dylib 0x00000001de021dec start_wqthread + 4



Thread 3:

0 libsystem_pthread.dylib 0x00000001de021de8 start_wqthread + 0



Thread 4:

0 libsystem_pthread.dylib 0x00000001de021de8 start_wqthread + 0



Thread 2 crashed with ARM Thread State (64-bit):

x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000104e5ce57

x4: 0x00000001dd607b61 x5: 0x000000016b426310 x6: 0x000000000000006e x7: 0xffffffff00001300

x8: 0x0000000000000c00 x9: 0x000000000001542f x10: 0x0000000000000002 x11: 0x0000000000000003

x12: 0x0000000218066df0 x13: 0x0000000000000000 x14: 0x0000000000000010 x15: 0x0000000000000000

x16: 0x0000000000000148 x17: 0x000000020ec12888 x18: 0x0000000000000000 x19: 0x0000000000000006

x20: 0x000000016b427000 x21: 0x000000016b426310 x22: 0x000000000001542f x23: 0x000000016b4270e0

x24: 0x0000000000000000 x25: 0x0000000000000110 x26: 0x000000016b4270e0 x27: 0x0000000218065000

x28: 0x0000000010800000 fp: 0x000000016b426270 lr: 0x00000001de01ab68

sp: 0x000000016b426240 pc: 0x00000001ddfa30e4 cpsr: 0x00000000

Both of those crash reports are missing the Binary Images section, which limits their utility, alas.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Oops, sorry about that. It gave me errors about invalid characters when originally posting so had tried to clean it up to fix that. Hope that this comes through ok. 🙂


Here is the last crash I saw from SpringBoard:


Incident Identifier: 8C88DD2A-74E5-4E89-A082-1FACEDA8AAD8
CrashReporter Key:   c7478935a86283c3988659b518aece3a572d2198
Hardware Model:      iPhone11,2
Process:             SpringBoard [771]
Path:                /System/Library/CoreServices/SpringBoard.app/SpringBoard
Identifier:          com.apple.springboard
Version:             50 (1.0)
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           com.apple.springboard [69]


Date/Time:           2019-08-21 14:12:53.0515 +0200
Launch Time:         2019-08-21 13:48:10.5626 +0200
OS Version:          iPhone OS 12.0 (16A366)
Baseband Version:    1.00.07
Report Version:      104


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


Application Specific Information:
abort() called


Last Exception Backtrace:
0   CoreFoundation                 0x1aedeff78 __exceptionPreprocess + 232
1   libobjc.A.dylib               0x1adfe8284 objc_exception_throw + 59
2   CoreFoundation                 0x1aed003b0 +[NSException raise:format:arguments:] + 107
3   Foundation                     0x1af7ff30c -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 115
4   AppPredictionClient           0x1c329d6c0 +[ATXAction _userActivityHashForUserInfoDict:activityType:webpageURL:] + 1403
5   AppPredictionClient           0x1c329b2fc -[ATXAction userActivityHash] + 211
6   AppPredictionClient           0x1c329b5dc -[ATXAction isEqualToAction:] + 299
7   AppPredictionClient           0x1c329b87c -[ATXAction isEqual:] + 103
8   AppPredictionClient           0x1c32970fc -[ATXActionSearchResult isEqualToActionSearchResult:] + 67
9   AppPredictionClient           0x1c32971a8 -[ATXActionSearchResult isEqual:] + 103
10  CoreFoundation                 0x1aee175a4 __NSOrderedSetEquateKeys + 31
11  CoreFoundation                 0x1aee1b69c CFBasicHashAddValue + 1871
12  CoreFoundation                 0x1aecdcd84 -[__NSOrderedSetM insertObject:atIndex:] + 179
13  CoreFoundation                 0x1aecf2618 -[NSMutableOrderedSet insertObjects:count:atIndex:] + 263
14  CoreFoundation                 0x1aecf58f0 -[NSMutableOrderedSet insertObjectsFromArray:range:atIndex:] + 379
15  Search                         0x1cc54496c -[SFMutableResultSection addResultsFromArray:] + 119
16  Spotlight                     0x1cf483a80 __25-[SPZKWSearchQuery start]_block_invoke + 1655
17  libdispatch.dylib             0x1ae7f2d74 _dispatch_call_block_and_release + 31
18  libdispatch.dylib             0x1ae7f430c _dispatch_client_callout + 19
19  libdispatch.dylib             0x1ae7fb6fc _dispatch_lane_serial_drain + 551
20  libdispatch.dylib             0x1ae7fc280 _dispatch_lane_invoke + 427
21  libdispatch.dylib             0x1ae804524 _dispatch_workloop_worker_thread + 587
22  libsystem_pthread.dylib       0x1ae9f3b38 _pthread_wqthread + 315
23  libsystem_pthread.dylib       0x1ae9f9dec start_wqthread + 3




Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0:
0   libsystem_kernel.dylib         0x00000001ae96fa68 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x00000001ae96ef24 mach_msg + 76
2   CoreFoundation                 0x00000001aed7c41c __CFRunLoopServiceMachPort + 240
3   CoreFoundation                 0x00000001aed770b8 __CFRunLoopRun + 1372
4   CoreFoundation                 0x00000001aed76844 CFRunLoopRunSpecific + 452
5   GraphicsServices               0x00000001b1025be8 GSEventRunModal + 104
6   UIKitCore                     0x00000001dc125428 UIApplicationMain + 216
7   FrontBoard                     0x00000001c59e9080 FBSystemAppMain + 436
8   SpringBoard                   0x00000001042ea28c 0x1040f0000 + 2073228
9   libdyld.dylib                 0x00000001ae82c020 start + 4




Thread 1 name:  com.apple.uikit.eventfetch-thread
Thread 1:
0   libsystem_kernel.dylib         0x00000001ae96fa68 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x00000001ae96ef24 mach_msg + 76
2   CoreFoundation                 0x00000001aed7c41c __CFRunLoopServiceMachPort + 240
3   CoreFoundation                 0x00000001aed770b8 __CFRunLoopRun + 1372
4   CoreFoundation                 0x00000001aed76844 CFRunLoopRunSpecific + 452
5   Foundation                     0x00000001af7785f0 -[NSRunLoop+ 34288 (NSRunLoop) runMode:beforeDate:] + 304
6   Foundation                     0x00000001af778494 -[NSRunLoop+ 33940 (NSRunLoop) runUntilDate:] + 152
7   UIKitCore                     0x00000001dc07dcb8 -[UIEventFetcher threadMain] + 140
8   Foundation                     0x00000001af7771d0 -[NSThread main] + 72
9   Foundation                     0x00000001af8b3dbc __NSThread__start__ + 1044
10  libsystem_pthread.dylib       0x00000001ae9f1a04 _pthread_body + 132
11  libsystem_pthread.dylib       0x00000001ae9f1960 _pthread_start + 52
12  libsystem_pthread.dylib       0x00000001ae9f9df4 thread_start + 4




Thread 2 name:  com.apple.CoreMotion.MotionThread
Thread 2:
0   libsystem_kernel.dylib         0x00000001ae96fa68 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x00000001ae96ef24 mach_msg + 76
2   CoreFoundation                 0x00000001aed7c41c __CFRunLoopServiceMachPort + 240
3   CoreFoundation                 0x00000001aed770b8 __CFRunLoopRun + 1372
4   CoreFoundation                 0x00000001aed76844 CFRunLoopRunSpecific + 452
5   CoreFoundation                 0x00000001aed775a8 CFRunLoopRun + 84
6   CoreMotion                     0x00000001b4875d64 0x1b47fa000 + 507236
7   libsystem_pthread.dylib       0x00000001ae9f1a04 _pthread_body + 132
8   libsystem_pthread.dylib       0x00000001ae9f1960 _pthread_start + 52
9   libsystem_pthread.dylib       0x00000001ae9f9df4 thread_start + 4




Thread 3 name:  WiFiManager Callback Thread
Thread 3:
0   libsystem_kernel.dylib         0x00000001ae96fa68 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x00000001ae96ef24 mach_msg + 76
2   CoreFoundation                 0x00000001aed7c41c __CFRunLoopServiceMachPort + 240
3   CoreFoundation                 0x00000001aed770b8 __CFRunLoopRun + 1372
4   CoreFoundation                 0x00000001aed76844 CFRunLoopRunSpecific + 452
5   Foundation                     0x00000001af7785f0 -[NSRunLoop+ 34288 (NSRunLoop) runMode:beforeDate:] + 304
6   Foundation                     0x00000001af7b53dc -[NSRunLoop+ 283612 (NSRunLoop) run] + 92
7   WiFiKit                       0x00000001cfbc74c8 __44-[WFClient _startCallbackThreadWithManager:]_block_invoke + 444
8   CoreFoundation                 0x00000001aecf99e4 -[NSBlock invoke] + 24
9   Foundation                     0x00000001af7771d0 -[NSThread main] + 72
10  Foundation                     0x00000001af8b3dbc __NSThread__start__ + 1044
11  libsystem_pthread.dylib       0x00000001ae9f1a04 _pthread_body + 132
12  libsystem_pthread.dylib       0x00000001ae9f1960 _pthread_start + 52
13  libsystem_pthread.dylib       0x00000001ae9f9df4 thread_start + 4




Thread 4 name:  CommonUtilities-WiFi-Thread
Thread 4:
0   libsystem_kernel.dylib         0x00000001ae96fa68 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x00000001ae96ef24 mach_msg + 76
2   CoreFoundation                 0x00000001aed7c41c __CFRunLoopServiceMachPort + 240
3   CoreFoundation                 0x00000001aed770b8 __CFRunLoopRun + 1372
4   CoreFoundation                 0x00000001aed76844 CFRunLoopRunSpecific + 452
5   CoreFoundation                 0x00000001aed775a8 CFRunLoopRun + 84
6   CommonUtilities               0x00000001b193ef04 0x1b1930000 + 61188
7   Foundation                     0x00000001af7771d0 -[NSThread main] + 72
8   Foundation                     0x00000001af8b3dbc __NSThread__start__ + 1044
9   libsystem_pthread.dylib       0x00000001ae9f1a04 _pthread_body + 132
10  libsystem_pthread.dylib       0x00000001ae9f1960 _pthread_start + 52
11  libsystem_pthread.dylib       0x00000001ae9f9df4 thread_start + 4




Thread 5 name:  SBWiFiManager callback thread
Thread 5:
0   libsystem_kernel.dylib         0x00000001ae96fa68 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x00000001ae96ef24 mach_msg + 76
2   CoreFoundation                 0x00000001aed7c41c __CFRunLoopServiceMachPort + 240
3   CoreFoundation                 0x00000001aed770b8 __CFRunLoopRun + 1372
4   CoreFoundation                 0x00000001aed76844 CFRunLoopRunSpecific + 452
5   Foundation                     0x00000001af7785f0 -[NSRunLoop+ 34288 (NSRunLoop) runMode:beforeDate:] + 304
6   Foundation                     0x00000001af7b53dc -[NSRunLoop+ 283612 (NSRunLoop) run] + 92
7   SpringBoard                   0x00000001043db8e0 0x1040f0000 + 3061984
8   Foundation                     0x00000001af7771d0 -[NSThread main] + 72
9   Foundation                     0x00000001af8b3dbc __NSThread__start__ + 1044
10  libsystem_pthread.dylib       0x00000001ae9f1a04 _pthread_body + 132
11  libsystem_pthread.dylib       0x00000001ae9f1960 _pthread_start + 52
12  libsystem_pthread.dylib       0x00000001ae9f9df4 thread_start + 4




Thread 6 name:  com.apple.UIKit.inProcessAnimationManager
Thread 6:
0   libsystem_kernel.dylib         0x00000001ae96faa4 semaphore_wait_trap + 8
1   libdispatch.dylib             0x00000001ae7f49fc _dispatch_sema4_wait + 28
2   libdispatch.dylib             0x00000001ae7f54a4 _dispatch_semaphore_wait_slow + 132
3   UIKitCore                     0x00000001dc84b578 __66-[UIViewInProcessAnimationManager startAdvancingAnimationManager:]_block_invoke_2.276 + 212
4   CoreFoundation                 0x00000001aecf99e4 -[NSBlock invoke] + 24
5   Foundation                     0x00000001af7771d0 -[NSThread main] + 72
6   Foundation                     0x00000001af8b3dbc __NSThread__start__ + 1044
7   libsystem_pthread.dylib       0x00000001ae9f1a04 _pthread_body + 132
8   libsystem_pthread.dylib       0x00000001ae9f1960 _pthread_start + 52
9   libsystem_pthread.dylib       0x00000001ae9f9df4 thread_start + 4




Thread 7 name:  AVAudioSession Notify Thread
Thread 7:
0   libsystem_kernel.dylib         0x00000001ae96fa68 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x00000001ae96ef24 mach_msg + 76
2   CoreFoundation                 0x00000001aed7c41c __CFRunLoopServiceMachPort + 240
3   CoreFoundation                 0x00000001aed770b8 __CFRunLoopRun + 1372
4   CoreFoundation                 0x00000001aed76844 CFRunLoopRunSpecific + 452
5   AVFAudio                       0x00000001b4e29ef4 GenericRunLoopThread::Entry+ 589556 (void*) + 168
6   AVFAudio                       0x00000001b4e561a4 CAPThread::Entry+ 770468 (CAPThread*) + 92
7   libsystem_pthread.dylib       0x00000001ae9f1a04 _pthread_body + 132
8   libsystem_pthread.dylib       0x00000001ae9f1960 _pthread_start + 52
9   libsystem_pthread.dylib       0x00000001ae9f9df4 thread_start + 4




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




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




Thread 10:
0   libsystem_pthread.dylib       0x00000001ae9f9de8 start_wqthread + 0




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




Thread 12:
0   libsystem_pthread.dylib       0x00000001ae9f9de8 start_wqthread + 0




Thread 13 name:  NetworkLoad
Thread 13:
0   libsystem_kernel.dylib         0x00000001ae96fa68 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x00000001ae96ef24 mach_msg + 76
2   CoreFoundation                 0x00000001aed7c41c __CFRunLoopServiceMachPort + 240
3   CoreFoundation                 0x00000001aed770b8 __CFRunLoopRun + 1372
4   CoreFoundation                 0x00000001aed76844 CFRunLoopRunSpecific + 452
5   GeoServices                   0x00000001b579a8e4 _runNetworkThread + 484
6   libsystem_pthread.dylib       0x00000001ae9f1a04 _pthread_body + 132
7   libsystem_pthread.dylib       0x00000001ae9f1960 _pthread_start + 52
8   libsystem_pthread.dylib       0x00000001ae9f9df4 thread_start + 4




Thread 14:
0   libsystem_pthread.dylib       0x00000001ae9f9de8 start_wqthread + 0




Thread 15:
0   libsystem_pthread.dylib       0x00000001ae9f9de8 start_wqthread + 0




Thread 16 name:  Dispatch queue: query processor
Thread 16 Crashed:
0   libsystem_kernel.dylib         0x00000001ae97b0e4 __pthread_kill + 8
1   libsystem_pthread.dylib       0x00000001ae9f2b68 pthread_kill + 300
2   libsystem_c.dylib             0x00000001ae8d2fcc abort + 144
3   libc++abi.dylib               0x00000001adfcf818 __cxa_bad_cast + 0
4   libc++abi.dylib               0x00000001adfcf9d8 default_unexpected_handler+ 6616 () + 0
5   libobjc.A.dylib               0x00000001adfe86c8 _objc_terminate+ 26312 () + 124
6   libc++abi.dylib               0x00000001adfdc2d0 std::__terminate(void (*)+ 58064 ()) + 20
7   libc++abi.dylib               0x00000001adfdc344 std::terminate+ 58180 () + 60
8   libdispatch.dylib             0x00000001ae7f4320 _dispatch_client_callout + 40
9   libdispatch.dylib             0x00000001ae7fb6fc _dispatch_lane_serial_drain + 552
10  libdispatch.dylib             0x00000001ae7fc280 _dispatch_lane_invoke + 428
11  libdispatch.dylib             0x00000001ae804524 _dispatch_workloop_worker_thread + 588
12  libsystem_pthread.dylib       0x00000001ae9f3b38 _pthread_wqthread + 316
13  libsystem_pthread.dylib       0x00000001ae9f9dec start_wqthread + 4




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




Thread 16 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x000000028050b3b7
    x4: 0x00000001adfdfb61   x5: 0x000000016bfc6470   x6: 0x000000000000006e   x7: 0x0000000043e00068
    x8: 0x0000000000000c00   x9: 0x000000000007f6cf  x10: 0x0000000000000002  x11: 0x0000000000000003
   x12: 0x0000000000000067  x13: 0x0000000000000000  x14: 0x0000000000000010  x15: 0x0000000000000000
   x16: 0x0000000000000148  x17: 0x00000001df5ea888  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x000000016bfc7000  x21: 0x000000016bfc6470  x22: 0x000000000007f6cf  x23: 0x000000016bfc70e0
   x24: 0x0000000283339940  x25: 0x000000010bc04038  x26: 0x0000000000000000  x27: 0x0000000000000000
   x28: 0x0000000000000114   fp: 0x000000016bfc63d0   lr: 0x00000001ae9f2b68
    sp: 0x000000016bfc63a0   pc: 0x00000001ae97b0e4 cpsr: 0x00000000




Binary Images:
0x1040f0000 - 0x104983fff SpringBoard arm64e  <763d1184bc3f328ca824f5ab88548e73> /System/Library/CoreServices/SpringBoard.app/SpringBoard
0x10504c000 - 0x1050b3fff dyld arm64e   /usr/lib/dyld
0x10514c000 - 0x105157fff libobjc-trampolines.dylib arm64e   /usr/lib/libobjc-trampolines.dylib
0x1051c8000 - 0x1051cbfff AppleSPULib arm64e   /System/Library/Extensions/AppleSPU.kext/PlugIns/AppleSPULib.plugin/AppleSPULib
0x109d68000 - 0x109d73fff StoreDemoPlugin arm64e   /System/Library/SpringBoardPlugins/StoreDemoPlugin.servicebundle/StoreDemoPlugin
0x109d98000 - 0x109dfffff Maps arm64e  <4d361afc6b8b3d08b790ab54b1afe1d2> /System/Library/SpringBoardPlugins/Maps.servicebundle/Maps
0x109e60000 - 0x109e6bfff Sharing arm64e  <65e55cae3e1438fb965105ebbf0321f0> /System/Library/SpringBoardPlugins/Sharing.servicebundle/Sharing
0x109e78000 - 0x109e9ffff SoftwareUpdateServicesUIPlugin arm64e  <34377777f70639c2a114e0b2a9a83382> /System/Library/SpringBoardPlugins/SoftwareUpdateServicesUIPlugin.servicebundle/SoftwareUpdateServicesUIPlugin
0x109eb4000 - 0x109ec7fff WiFiPicker arm64e   /System/Library/SpringBoardPlugins/WiFiPicker.servicebundle/WiFiPicker
0x110668000 - 0x110677fff ConnectivityModule arm64e  <77e158eda7c036788d62369787b616d1> /System/Library/ControlCenter/Bundles/ConnectivityModule.bundle/ConnectivityModule
0x1106c8000 - 0x1106cffff DoNotDisturbModule arm64e  <1e2acfd52088327b9559629b65fc1576> /System/Library/ControlCenter/Bundles/DoNotDisturbModule.bundle/DoNotDisturbModule
0x1106e0000 - 0x1106e3fff CameraModule arm64e  <693fb5837d0a363681cd99689d822f46> /System/Library/ControlCenter/Bundles/CameraModule.bundle/CameraModule
0x1106ec000 - 0x1106fbfff AirPlayMirroringModule arm64e   /System/Library/ControlCenter/Bundles/AirPlayMirroringModule.bundle/AirPlayMirroringModule
0x110708000 - 0x11070bfff OrientationLockModule arm64e  <1941dadbb51a3778b6e0ece96d6ab111> /System/Library/ControlCenter/Bundles/OrientationLockModule.bundle/OrientationLockModule
0x110714000 - 0x110717fff FlashlightModule arm64e  <316152166b8b3edcaba05c9f5421a43b> /System/Library/ControlCenter/Bundles/FlashlightModule.bundle/FlashlightModule
0x110720000 - 0x11072bfff TimerModule arm64e  <4e66d067d7d239f683c664bdb4818205> /System/Library/ControlCenter/Bundles/TimerModule.bundle/TimerModule
0x110738000 - 0x11073bfff MediaControlsModule arm64e  <315b9917fa803f33a58938554978db76> /System/Library/ControlCenter/Bundles/MediaControlsModule.bundle/MediaControlsModule
0x110814000 - 0x110817fff CalculatorModule arm64e  <1832a798c1e33dffb8cd9048a5ca69f4> /System/Library/ControlCenter/Bundles/CalculatorModule.bundle/CalculatorModule
0x1112c8000 - 0x1112cffff AudioModule arm64e  <3ae8eb386dd2377faffe358a0733f1dc> /System/Library/ControlCenter/Bundles/AudioModule.bundle/AudioModule
0x1112d8000 - 0x1112dffff DisplayModule arm64e  <7d86fcfb2d7e3bfdbb5e690a6422c371> /System/Library/ControlCenter/Bundles/DisplayModule.bundle/DisplayModule
0x1112e8000 - 0x11130ffff ReplayKitModule arm64e  <93660e0915a93ac7b07bc8b1d7bd36b5> /System/Library/ControlCenter/Bundles/ReplayKitModule.bundle/ReplayKitModule
0x1adf6e000 - 0x1adf6ffff libSystem.B.dylib arm64e  <6bbce85ee7223439b9e9ebf8a95b5910> /usr/lib/libSystem.B.dylib
0x1adf70000 - 0x1adfcdfff libc++.1.dylib arm64e  <8f583bde2ad837ef88ab65c0eacc1a4b> /usr/lib/libc++.1.dylib
0x1adfce000 - 0x1adfe1fff libc++abi.dylib arm64e  <1c322bfc45f730d2b2b4a4998f2183bd> /usr/lib/libc++abi.dylib
0x1adfe2000 - 0x1ae769fff libobjc.A.dylib arm64e  <2c3e39908f1d3a0c886659587752c61d> /usr/lib/libobjc.A.dylib
0x1ae76a000 - 0x1ae76efff libcache.dylib arm64e  <1d7948afe88c318d886d3f575715ad3b> /usr/lib/system/libcache.dylib
0x1ae76f000 - 0x1ae77efff libcommonCrypto.dylib arm64e   /usr/lib/system/libcommonCrypto.dylib
0x1ae77f000 - 0x1ae782fff libcompiler_rt.dylib arm64e   /usr/lib/system/libcompiler_rt.dylib
0x1ae783000 - 0x1ae78bfff libcopyfile.dylib arm64e  <64053ff99cf13b4c8258fb6d55206c38> /usr/lib/system/libcopyfile.dylib
0x1ae78c000 - 0x1ae7effff libcorecrypto.dylib arm64e  <4b7345fd51f43c8fa476e034ea80428d> /usr/lib/system/libcorecrypto.dylib
0x1ae7f0000 - 0x1ae82afff libdispatch.dylib arm64e  <2c406aa244293adaabf3962df6ced6a9> /usr/lib/system/libdispatch.dylib
0x1ae82b000 - 0x1ae857fff libdyld.dylib arm64e   /usr/lib/system/libdyld.dylib
0x1ae858000 - 0x1ae858fff liblaunch.dylib arm64e   /usr/lib/system/liblaunch.dylib
0x1ae859000 - 0x1ae85efff libmacho.dylib arm64e   /usr/lib/system/libmacho.dylib
0x1ae85f000 - 0x1ae860fff libremovefile.dylib arm64e  <36fce24bed7e35258b71007d72c5f284> /usr/lib/system/libremovefile.dylib
0x1ae861000 - 0x1ae878fff libsystem_asl.dylib arm64e  <718f8a86e38b324ea80e7d3740b44696> /usr/lib/system/libsystem_asl.dylib
0x1ae879000 - 0x1ae879fff libsystem_blocks.dylib arm64e  <44c66cda16a9397d81f7dbcd3e519927> /usr/lib/system/libsystem_blocks.dylib
0x1ae87a000 - 0x1ae8f9fff libsystem_c.dylib arm64e   /usr/lib/system/libsystem_c.dylib
0x1ae8fa000 - 0x1ae8fefff libsystem_configuration.dylib arm64e   /usr/lib/system/libsystem_configuration.dylib
0x1ae8ff000 - 0x1ae906fff libsystem_containermanager.dylib arm64e   /usr/lib/system/libsystem_containermanager.dylib
0x1ae907000 - 0x1ae908fff libsystem_coreservices.dylib arm64e   /usr/lib/system/libsystem_coreservices.dylib
0x1ae909000 - 0x1ae90ffff libsystem_darwin.dylib arm64e  <370802bf9c04304dacf93a1b6a37acdf> /usr/lib/system/libsystem_darwin.dylib
0x1ae910000 - 0x1ae916fff libsystem_dnssd.dylib arm64e  <4bf521fee7613ef5958ab9c5265ded74> /usr/lib/system/libsystem_dnssd.dylib
0x1ae917000 - 0x1ae957fff libsystem_info.dylib arm64e  <5cc0b5a5d1de3b92b0c6024373ebd92c> /usr/lib/system/libsystem_info.dylib
0x1ae958000 - 0x1ae982fff libsystem_kernel.dylib arm64e  <8fd24e03ee0d3c5480ec4ffed64cee31> /usr/lib/system/libsystem_kernel.dylib
0x1ae983000 - 0x1ae9b0fff libsystem_m.dylib arm64e   /usr/lib/system/libsystem_m.dylib
0x1ae9b1000 - 0x1ae9d4fff libsystem_malloc.dylib arm64e   /usr/lib/system/libsystem_malloc.dylib
0x1ae9d5000 - 0x1ae9e1fff libsystem_networkextension.dylib arm64e  <46bbd031eb083878bb4055119e621ec0> /usr/lib/system/libsystem_networkextension.dylib
0x1ae9e2000 - 0x1ae9e8fff libsystem_notify.dylib arm64e  <0108e3d01ac431469198fcea886d1b13> /usr/lib/system/libsystem_notify.dylib
0x1ae9e9000 - 0x1ae9effff libsystem_platform.dylib arm64e   /usr/lib/system/libsystem_platform.dylib
0x1ae9f0000 - 0x1ae9fafff libsystem_pthread.dylib arm64e   /usr/lib/system/libsystem_pthread.dylib
0x1ae9fb000 - 0x1ae9fdfff libsystem_sandbox.dylib arm64e  <452634c6a85a3a7ca453ec1a3463c488> /usr/lib/system/libsystem_sandbox.dylib
0x1ae9fe000 - 0x1aea05fff libsystem_symptoms.dylib arm64e  <203edd3c04cd3f6d807ffe93b6b01262> /usr/lib/system/libsystem_symptoms.dylib
0x1aea06000 - 0x1aea1bfff libsystem_trace.dylib arm64e  <5879c593fd0c37d4a9ed1cb96564a324> /usr/lib/system/libsystem_trace.dylib
0x1aea1c000 - 0x1aea21fff libunwind.dylib arm64e   /usr/lib/system/libunwind.dylib
0x1aea22000 - 0x1aea51fff libxpc.dylib arm64e  <4e46c7197c30371d912ade993491b29d> /usr/lib/system/libxpc.dylib
0x1aea52000 - 0x1aecbafff libicucore.A.dylib arm64e  <5df0fa200102386b8ace17f24c023440> /usr/lib/libicucore.A.dylib
0x1aecbb000 - 0x1aecccfff libz.1.dylib arm64e  <70d3cfa94ec2333dad09026efbf2fe9e> /usr/lib/libz.1.dylib
0x1aeccd000 - 0x1af038fff CoreFoundation arm64e  <5a8ee6e97b45355c99c21026cf710b0a> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1af039000 - 0x1af049fff libbsm.0.dylib arm64e  <354f52f6162d3999bf1873b5b6d204f8> /usr/lib/libbsm.0.dylib
0x1af04a000 - 0x1af04afff libenergytrace.dylib arm64e   /usr/lib/libenergytrace.dylib
0x1af04b000 - 0x1af0dafff IOKit arm64e   /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x1af0db000 - 0x1af1c5fff libxml2.2.dylib arm64e  <608a65a042863f3fb7d52e668f1f49a6> /usr/lib/libxml2.2.dylib
0x1af1c6000 - 0x1af1d3fff libbz2.1.0.dylib arm64e  <0a782ae141f03d549079e7d66204c6fd> /usr/lib/libbz2.1.0.dylib
0x1af1d4000 - 0x1af1ecfff liblzma.5.dylib arm64e  <981cf449759234778661ceb72e5f1200> /usr/lib/liblzma.5.dylib
0x1af1ed000 - 0x1af366fff libsqlite3.dylib arm64e   /usr/lib/libsqlite3.dylib
0x1af367000 - 0x1af39bfff libMobileGestalt.dylib arm64e   /usr/lib/libMobileGestalt.dylib
0x1af39c000 - 0x1af76ffff CFNetwork arm64e   /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x1af770000 - 0x1afa8efff Foundation arm64e   /System/Library/Frameworks/Foundation.framework/Foundation
0x1afa8f000 - 0x1afba0fff Security arm64e   /System/Library/Frameworks/Security.framework/Security
0x1afba1000 - 0x1afc0efff SystemConfiguration arm64e  <76addd04a1a338d4b8e6494484a7109a> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x1afc0f000 - 0x1afc44fff libCRFSuite.dylib arm64e  <4817428ea85c3f35b7b13d2ae91a36e9> /usr/lib/libCRFSuite.dylib
0x1afc45000 - 0x1afc5bfff libapple_nghttp2.dylib arm64e  <438bebef603e35fdaa1274fbd6597897> /usr/lib/libapple_nghttp2.dylib
0x1afc5c000 - 0x1afc85fff libarchive.2.dylib arm64e   /usr/lib/libarchive.2.dylib
0x1afc86000 - 0x1afd56fff libboringssl.dylib arm64e   /usr/lib/libboringssl.dylib
0x1afd57000 - 0x1afd6dfff libcoretls.dylib arm64e  <5823956c7b0638d6bb9dbb32f92b07e6> /usr/lib/libcoretls.dylib
0x1afd6e000 - 0x1afd6ffff libcoretls_cfhelpers.dylib arm64e  <014148c0309a3c77a232acbe5130f110> /usr/lib/libcoretls_cfhelpers.dylib
0x1afd70000 - 0x1afd71fff liblangid.dylib arm64e  <8363857b9216373d901f48b1969ecc72> /usr/lib/liblangid.dylib
0x1afd72000 - 0x1b00ebfff libnetwork.dylib arm64e  <14bf5b1a49fa36babfa6e9826faccaf0> /usr/lib/libnetwork.dylib
0x1b00ec000 - 0x1b0127fff libpcap.A.dylib arm64e   /usr/lib/libpcap.A.dylib
0x1b0128000 - 0x1b0185fff libusrtcp.dylib arm64e  <62d0ba122fb43f4b87418184215215db> /usr/lib/libusrtcp.dylib
0x1b0186000 - 0x1b0192fff IOSurface arm64e   /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1b0193000 - 0x1b0248fff libBLAS.dylib arm64e  <27f2e7066bc13d088f38b5a5ab2d6588> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1b0249000 - 0x1b0569fff libLAPACK.dylib arm64e   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1b056a000 - 0x1b07ddfff vImage arm64e  <38fd1d46470231eab91d1f8682de172c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1b07de000 - 0x1b07effff libSparseBLAS.dylib arm64e  <88d5304d15683d518e98f67fc5372524> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1b07f0000 - 0x1b084cfff libvMisc.dylib arm64e  <218b2d2591563ea18bd534b0a956a5bf> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1b084d000 - 0x1b087dfff libBNNS.dylib arm64e   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1b087e000 - 0x1b0892fff libLinearAlgebra.dylib arm64e  <7277c361246b36aaa56ba86f6ab7c162> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1b0893000 - 0x1b0897fff libQuadrature.dylib arm64e  <56a316d9893f37b1a4110c71a765a8b8> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1b0898000 - 0x1b0908fff libSparse.dylib arm64e  <14908ad640c23cafa163fa35bf594f3b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1b0909000 - 0x1b0998fff libvDSP.dylib arm64e  <6c406b930a7635ae941803e7e261cb26> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1b0999000 - 0x1b0999fff vecLib arm64e   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1b099a000 - 0x1b099afff Accelerate arm64e  <166be70fb60e317c83d2de668b44ceff> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1b099b000 - 0x1b09b3fff libcompression.dylib arm64e  <38d567b85d9934309e2dc0908b23cdcb> /usr/lib/libcompression.dylib
0x1b09b4000 - 0x1b0f62fff CoreGraphics arm64e  <330505f7b859356d9a408c3d05fafc23> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1b0f63000 - 0x1b0f68fff IOAccelerator arm64e  <2279433588d83bd7aeabb8c122c26412> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1b0f69000 - 0x1b0f6efff libCoreFSCache.dylib arm64e   /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1b0f6f000 - 0x1b101afff Metal arm64e  <8a3b381bde4a3e2c88b803cc4e387378> /System/Library/Frameworks/Metal.framework/Metal
0x1b101b000 - 0x1b102dfff GraphicsServices arm64e   /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1b102e000 - 0x1b102efff MobileCoreServices arm64e  <8f6f021944083240b2cff1be559efb8b> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1b102f000 - 0x1b1031fff IOSurfaceAccelerator arm64e   /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1b1032000 - 0x1b1074fff AppleJPEG arm64e  <03683b81a6d33afca1aa9abc9ab98608> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1b1075000 - 0x1b164cfff ImageIO arm64e  <4adac0d0fdac3738bd2533208dd68bdb> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x1b164d000 - 0x1b16c3fff BaseBoard arm64e   /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x1b16c4000 - 0x1b16dcfff AssertionServices arm64e  <6995bfe8827d356c92a541b424477987> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1b16dd000 - 0x1b16e5fff CorePhoneNumbers arm64e  <5100d0e8da363307823b5bdc2a7c8fd6> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1b16e6000 - 0x1b172bfff AppSupport arm64e  <5b28537c691d3050b45cbaa9b6da1e32> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x1b172c000 - 0x1b1745fff CrashReporterSupport arm64e  <9802a7d7e7e9383a95c4a6732ff97509> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1b1746000 - 0x1b174bfff AggregateDictionary arm64e  <57efae27ccfb3d4fa1693455c9b6a564> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1b174c000 - 0x1b17d3fff libTelephonyUtilDynamic.dylib arm64e  <2e5fd33800af381db9b4e959d7df5f1d> /usr/lib/libTelephonyUtilDynamic.dylib
0x1b17d4000 - 0x1b17f3fff ProtocolBuffer arm64e   /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1b17f4000 - 0x1b1825fff MobileKeyBag arm64e  <771df16d48353ecdb5196db8ae37c58d> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1b1826000 - 0x1b1863fff BackBoardServices arm64e  <56adea4b7722328ebd2f33b13451623f> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1b1864000 - 0x1b18d0fff FrontBoardServices arm64e   /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1b18d1000 - 0x1b191afff SpringBoardServices arm64e   /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1b191b000 - 0x1b192ffff PowerLog arm64e   /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1b1930000 - 0x1b194cfff CommonUtilities arm64e  <2a67c463656133c2a89246d0806b1fd0> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1b194d000 - 0x1b1958fff liblockdown.dylib arm64e  <402bb95124d93f05a437a9956f99c2d3> /usr/lib/liblockdown.dylib
0x1b1959000 - 0x1b1ca1fff CoreData arm64e   /System/Library/Frameworks/CoreData.framework/CoreData
0x1b1ca2000 - 0x1b1ca9fff TCC arm64e   /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1b1caa000 - 0x1b1cb2fff libcupolicy.dylib arm64e  <3fb1fef2a922392dbd90a7d5d6b16e54> /usr/lib/libcupolicy.dylib
0x1b1cb3000 - 0x1b1d92fff CoreTelephony arm64e   /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x1b1d93000 - 0x1b1df7fff Accounts arm64e  <63409cb0fc2c359083e56786b5349540> /System/Library/Frameworks/Accounts.framework/Accounts
0x1b1df8000 - 0x1b1e21fff AppleSauce arm64e  <17c02a7db618364f92c38d386e449b2f> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1b1e22000 - 0x1b1e2bfff DataMigration arm64e   /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1b1e2c000 - 0x1b1e33fff Netrb arm64e  <3e7d7a1d9a04371c99e674d5817565a3> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1b1e34000 - 0x1b1e68fff PersistentConnection arm64e  <43d34386fae83cdb9c85a32ae601c7f5> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1b1e69000 - 0x1b1e7afff libmis.dylib arm64e  <1dc1210ffbee3602a9e9b0ef2debc12d> /usr/lib/libmis.dylib
0x1b1e7b000 - 0x1b1f87fff ManagedConfiguration arm64e  <37cc39a1a96533369f1de5425ec992d4> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x1b1f88000 - 0x1b1f8dfff libReverseProxyDevice.dylib arm64e  <24d2a5d90f913b6ca5f4f45912678a7a> /usr/lib/libReverseProxyDevice.dylib
0x1b1f8e000 - 0x1b1fa0fff libamsupport.dylib arm64e  <09946cc458683a6d9e17dab5514ecaee> /usr/lib/libamsupport.dylib
0x1b1fa1000 - 0x1b1fa6fff libCoreVMClient.dylib arm64e   /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1b1fa7000 - 0x1b1fa8fff libCVMSPluginSupport.dylib arm64e  <5da68b8c1dfc366ebbd25a63f92a7e31> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1b1fa9000 - 0x1b1facfff libutil.dylib arm64e   /usr/lib/libutil.dylib
0x1b1fad000 - 0x1b1fecfff libGLImage.dylib arm64e   /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1b1fed000 - 0x1b2065fff APFS arm64e  <4ad7a5990b4d3719aba2d4564be97a65> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1b2066000 - 0x1b2097fff MediaKit arm64e  <0f6d6701b760390997be216adb6fef58> /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit
0x1b2098000 - 0x1b20b4fff libSERestoreInfo.dylib arm64e  <1442d02bdc2636048a4d452892b3ada3> /usr/lib/updaters/libSERestoreInfo.dylib
0x1b20b5000 - 0x1b20bafff libSavageRestoreInfo_iOS.dylib arm64e   /usr/lib/updaters/libSavageRestoreInfo_iOS.dylib
0x1b20bb000 - 0x1b20fafff DiskImages arm64e  <5f532fe4cc493ecfaf051861ba315113> /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
0x1b20fb000 - 0x1b2104fff libGFXShared.dylib arm64e  <4f48c53532103c42ab60d091d79b82fe> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1b2105000 - 0x1b2153fff libauthinstall.dylib arm64e   /usr/lib/libauthinstall.dylib
0x1b2154000 - 0x1b215dfff IOMobileFramebuffer arm64e  <4b5d812aabde3f399f3e4b24c91ff783> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1b215e000 - 0x1b216bfff OpenGLES arm64e  <697541299ba83a9c9b16bef2e5891386> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1b216c000 - 0x1b2209fff ColorSync arm64e   /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1b220a000 - 0x1b223afff CoreVideo arm64e   /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1b223b000 - 0x1b223cfff libCTGreenTeaLogger.dylib arm64e  <881979ce4a7537d091ce2eda6112368d> /usr/lib/libCTGreenTeaLogger.dylib
0x1b223d000 - 0x1b23b1fff CoreAudio arm64e  <08c94932aad13b27b7874e5c5b0340be> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1b23b2000 - 0x1b23d4fff CoreAnalytics arm64e   /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1b23d5000 - 0x1b23d8fff UserFS arm64e  <48be0ceb9f653cc8b8e3304a49cc15ee> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x1b23d9000 - 0x1b257afff CoreMedia arm64e  <47c9db8e40d53098873d18394e84aad5> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1b257b000 - 0x1b258efff libprotobuf-lite.dylib arm64e  <02e08e7e35d632a8b6f58c37c4cdbb43> /usr/lib/libprotobuf-lite.dylib
0x1b258f000 - 0x1b25f6fff libprotobuf.dylib arm64e  <5978999a594832549dd368350dd00ebf> /usr/lib/libprotobuf.dylib
0x1b25f7000 - 0x1b2912fff libAWDSupportFramework.dylib arm64e  <20335f9ca42b3528af7b2f5a253f9777> /usr/lib/libAWDSupportFramework.dylib
0x1b2913000 - 0x1b295bfff WirelessDiagnostics arm64e   /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x1b295c000 - 0x1b2a1cfff ************ arm64e  <89aae172256e32c1b0cb1dd0a92df66a> /System/Library/Frameworks/************.framework/************
0x1b2a1d000 - 0x1b2b2dfff libFontParser.dylib arm64e   /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1b2b2e000 - 0x1b2b2efff FontServices arm64e   /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1b2b2f000 - 0x1b2c84fff CoreText arm64e  <12a8816148b93485abcaf28ac2f8311c> /System/Library/Frameworks/CoreText.framework/CoreText
0x1b2c85000 - 0x1b2c94fff IntlPreferences arm64e  <7b5c08c93cee3715bbd3135639c0bc60> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1b2c95000 - 0x1b2c9ffff RTCReporting arm64e   /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1b2ca0000 - 0x1b2d19fff CoreBrightness arm64e  <4ceea095bebf3e309a2ac2ee6dda1c82> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1b2d1a000 - 0x1b2d24fff libAudioStatistics.dylib arm64e   /usr/lib/libAudioStatistics.dylib
0x1b2d25000 - 0x1b3339fff AudioToolbox arm64e  <9b3c05a70142351cb0620bf9556933d6> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x1b333a000 - 0x1b3579fff QuartzCore arm64e  <2a37bd6145543d5197e932403a5943f7> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x1b357a000 - 0x1b3585fff MediaAccessibility arm64e  <3ceba65d08503e378a7092e7de5215b4> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1b3586000 - 0x1b3678fff libiconv.2.dylib arm64e   /usr/lib/libiconv.2.dylib
0x1b3679000 - 0x1b3695fff NetworkStatistics arm64e  <1d924d5e43e33d2b9bdedb346cc03edb> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1b3696000 - 0x1b36b4fff MPSCore arm64e   /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1b36b5000 - 0x1b3729fff MPSImage arm64e  <700f2e25461a3e759bec122bc704b1f0> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1b372a000 - 0x1b374efff MPSMatrix arm64e  <9d8b2eb491443d40b252cc7641e83245> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1b374f000 - 0x1b375dfff CoreAUC arm64e  <7da324c38eb2340395db779e268e5860> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1b375e000 - 0x1b3e06fff MediaToolbox arm64e   /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1b3e07000 - 0x1b3f73fff MPSNeuralNetwork arm64e  <82786d4c851b39aa904a95d53accd0ed> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1b3f74000 - 0x1b3f74fff MetalPerformanceShaders arm64e  <9a04edced21d307087d6b9cf2b6cc22e> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1b3f75000 - 0x1b4392fff FaceCore arm64e  <2d84e45ba5ca379e8eb4e6f16a87dbb9> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1b4393000 - 0x1b43a0fff GraphVisualizer arm64e  <083f3389d8b830b9bf8de10999ce216d> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1b43a1000 - 0x1b4552fff libFosl_dynamic.dylib arm64e  <157551dd7862337a8f343634e73a69cd> /usr/lib/libFosl_dynamic.dylib
0x1b4553000 - 0x1b47f9fff CoreImage arm64e   /System/Library/Frameworks/CoreImage.framework/CoreImage
0x1b47fa000 - 0x1b4a32fff CoreMotion arm64e  <6c03fd089c8d3f79ab75e9d3648660fd> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x1b4a33000 - 0x1b4a63fff CoreBluetooth arm64e   /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1b4a64000 - 0x1b4a88fff PlugInKit arm64e  <95223edd93523c7bb1e076f39caf309d> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1b4a89000 - 0x1b4d0dfff ********* arm64e  <79ba72efdcb438eea93e79ebeb6517e1> /System/Library/PrivateFrameworks/*********.framework/*********
0x1b4d0e000 - 0x1b4d99fff Quagga arm64e   /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1b4d9a000 - 0x1b4e9bfff AVFAudio arm64e   /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x1b4e9c000 - 0x1b50bafff AVFoundation arm64e  <7d9f04cfc77736689d832d55395fd34d> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1b50bb000 - 0x1b50dbfff CacheDelete arm64e  <1e0eae9a93c73771963560943c15c3ec> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1b50dc000 - 0x1b5119fff StreamingZip arm64e  <84b7b4acc972330dbdaa1e79447cb4ab> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1b511a000 - 0x1b512cfff CoreEmoji arm64e  <42f413630a6a3ad0a630c768aa6652f9> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1b512d000 - 0x1b517dfff CoreLocationProtobuf arm64e  <04ce10c0846533caa1e2d608bd619259> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1b517e000 - 0x1b5186fff SymptomDiagnosticReporter arm64e  <8c0bd09fdbb535dab1af4930b0a8857d> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1b5187000 - 0x1b5bbdfff GeoServices arm64e  <7f1a9e5aaba034debe3d92627690e715> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x1b5bbe000 - 0x1b5bd8fff MobileAsset arm64e   /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1b5bd9000 - 0x1b5c18fff Lexicon arm64e  <43baf7d49b6139b3909ed5b670c71165> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x1b5c19000 - 0x1b5c2afff libcmph.dylib arm64e   /usr/lib/libcmph.dylib
0x1b5c2b000 - 0x1b5d5cfff LanguageModeling arm64e  <3888074aadc23b80a2548f8061aec13b> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x1b5d75000 - 0x1b5e19fff CoreLocation arm64e  <69d8e928e5d73a9e92bb8407fac973b0> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x1b5e1a000 - 0x1b5e1afff PhoneNumbers arm64e  <6d9d24e012b33c2692c51531d91b0730> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1b5e1b000 - 0x1b5e26fff libChineseTokenizer.dylib arm64e  <43b8cb592b9c3edeada0f62cd5f27835> /usr/lib/libChineseTokenizer.dylib
0x1b5e33000 - 0x1b5eeffff libmecab_em.dylib arm64e  <061d82abaf2b3b7797f60a063d7db41a> /usr/lib/libmecab_em.dylib
0x1b5ef0000 - 0x1b5ef1fff libThaiTokenizer.dylib arm64e   /usr/lib/libThaiTokenizer.dylib
0x1b5ef2000 - 0x1b5ef6fff libgermantok.dylib arm64e  <560f6e8aadcf3b5592e84c13575df41a> /usr/lib/libgermantok.dylib
0x1b5ef7000 - 0x1b5f67fff CoreNLP arm64e   /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x1b5f68000 - 0x1b613cfff MobileSpotlightIndex arm64e   /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1b613d000 - 0x1b61a4fff CoreSpotlight arm64e   /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x1b61a5000 - 0x1b6dd1fff JavaScriptCore arm64e  <7b3b7c1c8ca03aa089da8449831ba665> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1b6dd2000 - 0x1b6dd7fff libheimdal-asn1.dylib arm64e  <77a6a36940063151a4781d5348f5ec92> /usr/lib/libheimdal-asn1.dylib
0x1b6dd8000 - 0x1b6e52fff libate.dylib arm64e  <7aa1f89ca4eb311391dee6781852b197> /usr/lib/libate.dylib
0x1b6e53000 - 0x1b6efcfff TextureIO arm64e   /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1b6efd000 - 0x1b6fc3fff CoreUI arm64e   /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1b6fc4000 - 0x1b6fd1fff MobileIcons arm64e   /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1b6fd2000 - 0x1b6fe0fff AppleFSCompression arm64e  <7c2bfd82f400391393d023dfa44e43ff> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1b6fe1000 - 0x1b704bfff TextInput arm64e  <3fd5197f8d1e3aeeb7957347bae50d76> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x1b704c000 - 0x1b7075fff libxslt.1.dylib arm64e   /usr/lib/libxslt.1.dylib
0x1b7076000 - 0x1b70abfff DataDetectorsCore arm64e  <863ec21bf68d34bdb09b389e775bc64f> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1b70ac000 - 0x1b714bfff FileProvider arm64e   /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1b714c000 - 0x1b7261fff NLP arm64e   /System/Library/PrivateFrameworks/NLP.framework/NLP
0x1b7262000 - 0x1b733afff ProofReader arm64e  <93543527d87c3fe6a3d114877028c6cc> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1b733b000 - 0x1b7351fff libAccessibility.dylib arm64e   /usr/lib/libAccessibility.dylib
0x1b7352000 - 0x1b780ffff libwebrtc.dylib arm64e  <8d5b810bebe93b92856db7a604598d24> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1b7810000 - 0x1b7882fff ContactsFoundation arm64e   /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x1b7883000 - 0x1b9215fff WebCore arm64e  <319ae91587cc3085b45a07d1d184d214> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x1b9216000 - 0x1b93a3fff WebKitLegacy arm64e   /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1b93a4000 - 0x1b93d6fff DataAccessExpress arm64e  <433b0758932b371c94b09b384e42614d> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1b93d7000 - 0x1b9473fff AddressBookLegacy arm64e  <953c66b44ddf3d5faaa2031269ca7faf> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x1b9474000 - 0x1b94d1fff ProtectedCloudStorage arm64e  <88e5abe03a9b386e9b801de49a2326cf> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1b94d2000 - 0x1b9508fff UserNotifications arm64e  <84b3549bbf813a1299ef5a37073e7b3a> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1b9509000 - 0x1b9514fff AppleIDAuthSupport arm64e  <83c2b709478339f0b428f2b35ce61a84> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1b9515000 - 0x1b9573fff AuthKit arm64e  <34916683c40838b595b1d5f786c429ef> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x1b9574000 - 0x1b95b4fff DictionaryServices arm64e  <7071c721bc6e3834ace4d32c7ac3c8cd> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
0x1b95b5000 - 0x1b95b5fff UIKit arm64e  <2d59332d7d843e1c8041cfd7374c0905> /System/Library/Frameworks/UIKit.framework/UIKit
0x1b95b6000 - 0x1b95cafff DocumentManagerCore arm64e  <41e09419066b380dad478a19344d680f> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1b95cb000 - 0x1b95d9fff HangTracer arm64e  <88becd75343e38778d2b5f058492c9a6> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1b95da000 - 0x1b962efff PhysicsKit arm64e  <6512af1de46d3947b350487cd3a80376> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1b962f000 - 0x1b9633fff StudyLog arm64e   /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1b9634000 - 0x1b9723fff UIFoundation arm64e  <50b82c0701c636d4b578ac61456ab385> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x1b9724000 - 0x1b9851fff CloudKit arm64e  <3a7182c680d239c4a6dc6eaf59b077d0> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x1b9852000 - 0x1b9859fff IntentsFoundation arm64e  <1821e496b84833a0a25c00ae6f6b6200> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1b985a000 - 0x1b9b4efff Intents arm64e   /System/Library/Frameworks/Intents.framework/Intents
0x1b9b4f000 - 0x1b9b67fff libresolv.9.dylib arm64e  <935c25c1308d32c1ac339ca67269f974> /usr/lib/libresolv.9.dylib
0x1b9b68000 - 0x1b9b6afff CoreDuetDebugLogging arm64e   /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1b9b6b000 - 0x1b9b9cfff libtidy.A.dylib arm64e  <7f815691e8ea31c3b2df874d7868cde3> /usr/lib/libtidy.A.dylib
0x1b9b9d000 - 0x1b9d75fff CoreDuet arm64e  <22a022f142153d18b9c8e5b9cf96dd0b> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x1b9d76000 - 0x1b9d9afff CoreDuetContext arm64e   /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x1b9d9b000 - 0x1b9dadfff CoreDuetDaemonProtocol arm64e   /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1b9dae000 - 0x1b9e1afff IMFoundation arm64e   /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x1b9e1b000 - 0x1b9e4dfff vCard arm64e  <459368fc1a1f3708b5db24774762a5fa> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1b9e4e000 - 0x1b9f75fff Contacts arm64e   /System/Library/Frameworks/Contacts.framework/Contacts
0x1b9f76000 - 0x1b9f77fff DiagnosticLogCollection arm64e  <03ad24e1605e37e99a4e90c660a30e32> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x1b9f78000 - 0x1b9f79fff Marco arm64e  <3ccfe4c7494f3b679c4b612ef44a39d4> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1b9f7a000 - 0x1b9f81fff MessageProtection arm64e   /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection
0x1b9f82000 - 0x1ba2a5fff StoreServices arm64e  <671bbb2cde593b109cba95359e6b0345> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x1ba2a6000 - 0x1ba2befff Engram arm64e  <1fec89448bcc3e36b2aa25776a064bb7> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1ba2bf000 - 0x1ba3dafff IDSFoundation arm64e  <3e5df4ed1fef383b97bc0d1689f3e4bb> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x1ba3db000 - 0x1ba3e6fff CaptiveNetwork arm64e   /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1ba3e7000 - 0x1ba418fff EAP8021X arm64e  <6fae4a240ef735e1b744f83318c0ca95> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1ba419000 - 0x1ba456fff MobileWiFi arm64e   /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1ba457000 - 0x1ba459fff OAuth arm64e   /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1ba45a000 - 0x1ba45cfff CommonAuth arm64e  <2268e70717833cd29197dac8cd403503> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x1ba45d000 - 0x1ba4cefff Heimdal arm64e  <43e253b54cd03c72b02289b8188e0b52> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x1ba4cf000 - 0x1ba4f8fff GSS arm64e  <168d6b32066036b4866f4bdd268bdfc1> /System/Library/Frameworks/GSS.framework/GSS
0x1ba4f9000 - 0x1ba513fff ApplePushService arm64e   /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1ba514000 - 0x1ba5b0fff AccountsDaemon arm64e  <06266c99231836dcab993db683ff8f0c> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x1ba5b1000 - 0x1ba5d3fff AppleIDSSOAuthentication arm64e  <4de96953500639d2928bee54ee006276> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1ba5d4000 - 0x1ba65afff AppleAccount arm64e  <9069948b35c73f2ab0d4aa2b52865931> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1ba65b000 - 0x1ba7b6fff CoreUtils arm64e   /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x1ba7b7000 - 0x1ba8d2fff IDS arm64e  <3bb6bfba098c3ec2a5a878510ae17e8e> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x1ba8d3000 - 0x1ba8f8fff MediaServices arm64e  <6db1930895853cf4a1d52b76c253b435> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x1ba8f9000 - 0x1baae6fff MediaRemote arm64e  <3b8bd16448a23d80951709948f7cc83a> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x1baae7000 - 0x1bab02fff UserManagement arm64e   /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1bab03000 - 0x1bab13fff MobileBluetooth arm64e   /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1bab14000 - 0x1bab45fff Bom arm64e  <07f8db94741132c39fbc2fba695e87d7> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1bab46000 - 0x1bab4afff CommunicationsFilter arm64e  <3d060e19568037bfa655195d2d1b3c39> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1bab4b000 - 0x1bab6ffff FTAWD arm64e  <77fb8a6c7f563a488e46def6c26ca6a4> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1bab70000 - 0x1babcbfff FTServices arm64e  <76c394b6cfa6345b98b3754a89e9cb41> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x1babcc000 - 0x1bac05fff WirelessProximity arm64e   /System/Library/PrivateFrameworks/WirelessProximity.framework/WirelessProximity
0x1bac06000 - 0x1bac11fff ProactiveEventTracker arm64e   /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x1bac12000 - 0x1bac61fff ChunkingLibrary arm64e  <6f4a3d828c16349bbae61fbdfb4dc691> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1bac62000 - 0x1bac70fff libnetworkextension.dylib arm64e  <53ccfb0967553baa98e77f3ac060941d> /usr/lib/libnetworkextension.dylib
0x1bac71000 - 0x1bac96fff AddressBook arm64e  <257e3d76506a36cb96ced19e04658ee6> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x1bac97000 - 0x1bbbfdfff ModelIO arm64e  <471c4cea7fe43838b70da6e8a801ada5> /System/Library/Frameworks/ModelIO.framework/ModelIO
0x1bbbfe000 - 0x1bbdbdfff NetworkExtension arm64e  <2b893727808e3635b2722c7a8c09b153> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x1bbdbe000 - 0x1bc222fff SiriTTS arm64e  <144d6c008ffb35d08e6f0b813ad1cc56> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x1bc223000 - 0x1bc281fff SAObjects arm64e  <8956418bfc923adfbac085605cfcf331> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x1bc282000 - 0x1bc2c4fff VoiceServices arm64e  <6cca1bcbc39b3f31ba654a833e058c17> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x1bc2c5000 - 0x1bc2f5fff GLKit arm64e  <0a5358e2cf21358fa27bb69be68c8f9b> /System/Library/Frameworks/GLKit.framework/GLKit
0x1bc2f6000 - 0x1bc414fff AssistantServices arm64e   /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x1bc415000 - 0x1bc434fff AssetCacheServices arm64e   /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x1bc435000 - 0x1bc4f3fff NetworkServiceProxy arm64e  <2caaab673f443fa19a9e53ce6db93d0a> /System/Library/PrivateFrameworks/NetworkServiceProxy.framework/NetworkServiceProxy
0x1bc4f4000 - 0x1bc5cffff MMCS arm64e  <7e25cfdb2f973b5ab220afe118353e30> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x1bc5d0000 - 0x1bc5dcfff BluetoothManager arm64e  <33cab129238f35d8897d033eb25e748f> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x1bc5dd000 - 0x1bc64ffff CoreDAV arm64e  <85bd7573b60b367a9ef6ad832221c296> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1bc650000 - 0x1bc685fff iCalendar arm64e  <06a649b0e00039a4a53cbfa12665f7b2> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1bc686000 - 0x1bc694fff PersonaKit arm64e  <1d30161db38e324fac142b468900f9cc> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1bc695000 - 0x1bc6effff CalendarFoundation arm64e   /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x1bc6f0000 - 0x1bc721fff PhotosFormats arm64e  <7938b4151610306f8d14836bb91f2dcf> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x1bc722000 - 0x1bc7c2fff CalendarDatabase arm64e  <09e10467fd7d3bafb612759bc5e623b5> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x1bc7c3000 - 0x1bc81dfff CalendarDaemon arm64e   /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1bc81e000 - 0x1bc9a0fff CloudPhotoLibrary arm64e  <35d4e05fa49d303fa1badb0e7276b790> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1bc9a1000 - 0x1bca95fff EventKit arm64e  <286b744829f53b249748a07bc01f00ce> /System/Library/Frameworks/EventKit.framework/EventKit
0x1bca96000 - 0x1bcacbfff AssetsLibraryServices arm64e  <924e994a7ed432dd996ced86f5023fc1> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x1bcacc000 - 0x1bcb00fff ACTFramework arm64e  <4297a6aee21e328ca3263fa8c8e66376> /System/Library/PrivateFrameworks/ACTFramework.framework/ACTFramework
0x1bcb01000 - 0x1bcb29fff DCIMServices arm64e  <3f68e77b974831ada93d9f0a3f6300e6> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1bcb2a000 - 0x1bcc6dfff CoreMediaStream arm64e  <0ce1b60f7a4633f296c8103f161e5cff> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x1bcc6e000 - 0x1bcc75fff XPCKit arm64e  <0594af83b2fc3d128edc2f1fbe4fc2c8> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
0x1bcc76000 - 0x1bcd5ffff CameraKit arm64e  <9d31e02e75ce3f4aa34bbac067887a4d> /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit
0x1bcd60000 - 0x1bcd7bfff CloudPhotoServices arm64e   /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1bcd7c000 - 0x1bcd87fff CoreRecents arm64e  <625b4f40870933a981b4336f51ba1af7> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1bcd88000 - 0x1bcda7fff MediaStream arm64e   /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1bcda8000 - 0x1bd308fff PhotoLibraryServices arm64e   /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x1bd309000 - 0x1bd326fff PrototypeTools arm64e  <277fb4f561bd3b43ba5058cb5986a387> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1bd327000 - 0x1bd3b5fff CoreSymbolication arm64e  <6cf817f2bddc34368c3455346616ee23> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1bd3b6000 - 0x1bd4fefff SearchFoundation arm64e  <134572e8476e3950955db754c2d01ee4> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x1bd4ff000 - 0x1bd505fff IncomingCallFilter arm64e  <55819626c3b43d2faa0c430471f58b45> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x1bd506000 - 0x1bd5c1fff iTunesStore arm64e   /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x1bd5c2000 - 0x1bd5c8fff libtzupdate.dylib arm64e   /usr/lib/libtzupdate.dylib
0x1bd5c9000 - 0x1bd725fff Preferences arm64e  <50932d713a723ee8b47e4226bf6bb6f1> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x1bd726000 - 0x1bd72efff CoreTime arm64e   /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1bd72f000 - 0x1bd782fff CoreAppleCVA arm64e   /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA
0x1bd783000 - 0x1bd7c4fff DifferentialPrivacy arm64e  <8693a29fdd8f3a7e9d0eea16c22c24a3> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1bd7c5000 - 0x1bd96efff AppleCVA arm64e  <90523088746c3e56831411a9937cd475> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA
0x1bd96f000 - 0x1bda10fff Montreal arm64e   /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x1bda11000 - 0x1bdd23fff Espresso arm64e  <71bab56531593aa8ae6a30ae08f1440c> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1bdd30000 - 0x1bdd36fff MobileSystemServices arm64e   /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1bdd37000 - 0x1bdf48fff Photos arm64e  <38ad8ae17bf13bcb9ddd68c595f0a423> /System/Library/Frameworks/Photos.framework/Photos
0x1bdf49000 - 0x1be1a9fff CoreML arm64e  <361fce6437113d709b3f0711adf3d444> /System/Library/Frameworks/CoreML.framework/CoreML
0x1be1aa000 - 0x1be1adfff CoreOptimization arm64e  <57c6e9a3a3a73277a2daab34f2470d64> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1be1ae000 - 0x1be20dfff SafariCore arm64e   /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x1be20e000 - 0x1be268fff CorePrediction arm64e  <2762ecb1d8d63369ad0e069325494ca5> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1be269000 - 0x1be374fff Navigation arm64e  <1e4ab199988a390bb5759a5539f5647c> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1be375000 - 0x1be38ffff ContactsDonation arm64e  <13cad54a94f33810b939a18d8c9836b5> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1be390000 - 0x1be3bcfff Futhark arm64e   /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1be3bd000 - 0x1be43afff NanoRegistry arm64e  <14c4cbcb10f63cc3b225bb7aaa514e31> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1be43b000 - 0x1be492fff ToneLibrary arm64e   /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1be493000 - 0x1be4aafff BaseBoardUI arm64e  <98d6aeed7b3f3595b37e3d2dcc1dde32> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x1be4ab000 - 0x1be50afff ContactsUICore arm64e  <7ae95c554b3338adafa2088d3af47a3b> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1be50b000 - 0x1be683fff ContactsUI arm64e  <8983d4b95c2c3ed19853e2fc1ed7619f> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x1be684000 - 0x1be750fff CorePDF arm64e  <4c36cd3073893397b613fc72323032b2> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1be751000 - 0x1bea14fff Vision arm64e   /System/Library/Frameworks/Vision.framework/Vision
0x1bea15000 - 0x1bef10fff WebKit arm64e  <1beaf1e2f8e237de8f2af34599f7b000> /System/Library/Frameworks/WebKit.framework/WebKit
0x1bef11000 - 0x1befb7fff BulletinBoard arm64e  <7616842a03313e55a7c4f700f509a31b> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
0x1befb8000 - 0x1befbdfff ConstantClasses arm64e  <2f251dd35d483f88975d1ebaaf97ed1b> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x1befbe000 - 0x1befc6fff CertUI arm64e  <623b640fc7333a0591a60e4625aec1e1> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x1befc7000 - 0x1bf012fff AXRuntime arm64e  <823a54bd56a036e7ab7bce6e5c0240e4> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x1bf013000 - 0x1bf04dfff ScreenReaderCore arm64e   /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x1bf04e000 - 0x1bf069fff TextToSpeech arm64e  <23d0325af3193eedb5d560ecd8f7db73> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x1bf06a000 - 0x1bf0c2fff CoreMIDI arm64e  <94c28cb579e23677a4ed7eb91a34b29b> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x1bf0c3000 - 0x1bf15dfff MediaPlatform arm64e   /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x1bf15e000 - 0x1bf1c9fff WebBookmarks arm64e   /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x1bf1ca000 - 0x1bf1d4fff DAAPKit arm64e  <33fb864f7c523dafac73e97b1ebb651c> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x1bf1d5000 - 0x1bf1d7fff libAXSafeCategoryBundle.dylib arm64e  <06d948d395433798ae7f0c1128018771> /usr/lib/libAXSafeCategoryBundle.dylib
0x1bf1d8000 - 0x1bf1e3fff libAXSpeechManager.dylib arm64e   /usr/lib/libAXSpeechManager.dylib
0x1bf1e4000 - 0x1bf2d8fff AccessibilityUtilities arm64e  <43fea6f209913b888996c3d041c65aa9> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x1bf2d9000 - 0x1bf5a8fff MediaLibraryCore arm64e  <5d6a167c13e0330f99e727d437e1cfed> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x1bf5a9000 - 0x1bf5aafff AdSupport arm64e   /System/Library/Frameworks/AdSupport.framework/AdSupport
0x1bf5ab000 - 0x1bf841fff MusicLibrary arm64e   /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x1bf842000 - 0x1bfe76fff VectorKit arm64e   /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x1bfe77000 - 0x1c00cffff MapKit arm64e  <8516b2d94f7534d0828e16e9fec77ff5> /System/Library/Frameworks/MapKit.framework/MapKit
0x1c00d0000 - 0x1c027dfff iTunesCloud arm64e  <4fae57863d403bc5a11455ba424deb78> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x1c027e000 - 0x1c0322fff HomeSharing arm64e   /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x1c0323000 - 0x1c039afff WebInspector arm64e  <17e6489588f63f8fbd80ec8929b26055> /System/Library/PrivateFrameworks/WebInspector.framework/WebInspector
0x1c039b000 - 0x1c049efff ITMLKit arm64e   /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit
0x1c049f000 - 0x1c04affff NanoPreferencesSync arm64e   /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1c04b0000 - 0x1c092efff MediaPlayer arm64e  <9631c5db46da30a2a405470e3ad11397> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x1c092f000 - 0x1c0955fff MobileInstallation arm64e  <8b42fdd7e29438d683ba0383cb46cb55> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1c0956000 - 0x1c095dfff EmailAddressing arm64e  <7f77bb53137036d2958572e42fba97ac> /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
0x1c095e000 - 0x1c0963fff MessageSupport arm64e   /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x1c0964000 - 0x1c0966fff InternationalTextSearch arm64e  <311e61d5896c33e08089f426bde65805> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1c0967000 - 0x1c09c4fff MIME arm64e   /System/Library/PrivateFrameworks/MIME.framework/MIME
0x1c09c5000 - 0x1c09fdfff ProactiveSupport arm64e   /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1c09fe000 - 0x1c0a38fff Notes arm64e  <9c49dddba4893c4781e854a3c2e1ff08> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x1c0a39000 - 0x1c0b08fff TelephonyUtilities arm64e   /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x1c0b09000 - 0x1c0b45fff CalendarUIKit arm64e  <823e339378413acb87b5973b14736382> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
0x1c0b46000 - 0x1c0b63fff AccessibilityUIUtilities arm64e   /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x1c0b64000 - 0x1c0bc0fff DataAccess arm64e  <82e9c696eafa3aa59c21d122aed8b5d6> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x1c0bc1000 - 0x1c0bd5fff AssetsLibrary arm64e  <051a2aa1924f3b69a3ebb6bcb3f2b968> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x1c0bd6000 - 0x1c0dc3fff EventKitUI arm64e  <436dacd3303b3f9e818c7bbab76dc377> /System/Library/Frameworks/EventKitUI.framework/EventKitUI
0x1c0dc4000 - 0x1c0e27fff AXMediaUtilities arm64e   /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
0x1c0e28000 - 0x1c0ea1fff UIAccessibility arm64e   /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
0x1c0ea2000 - 0x1c0ebcfff CloudServices arm64e   /System/Library/PrivateFrameworks/CloudServices.framework/CloudServices
0x1c0ec2000 - 0x1c0f67fff Social arm64e  <25fd920aed1d341f9083f4068e0cbb29> /System/Library/Frameworks/Social.framework/Social
0x1c0f68000 - 0x1c0f7bfff KeychainCircle arm64e   /System/Library/PrivateFrameworks/KeychainCircle.framework/KeychainCircle
0x1c0f7c000 - 0x1c0fe4fff RemoteUI arm64e  <99bf9bb8c98c3c7286035d69a8a370b3> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
0x1c0fe5000 - 0x1c1004fff CoreCDP arm64e  <69aff4844e50302594880d041fc260da> /System/Library/PrivateFrameworks/CoreCDP.framework/CoreCDP
0x1c1005000 - 0x1c101dfff CoreFollowUp arm64e  <27d96f1c5d073ddfb28ae008f632e46b> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1c101e000 - 0x1c1094fff CoreSuggestions arm64e  <046fd5a4b3ca354e96f002ec5f4de191> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x1c1095000 - 0x1c10a5fff MailServices arm64e  <15779d45b9ea3524a560a855add9ee93> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x1c10a6000 - 0x1c113bfff CoreRecognition arm64e  <87562ae63641310dbe1c4f3527c1a2ea> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x1c113c000 - 0x1c1164fff MailSupport arm64e  <02dc003904773381bc44582828a3bb95> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport
0x1c1165000 - 0x1c12c2fff Message arm64e   /System/Library/PrivateFrameworks/Message.framework/Message
0x1c12c3000 - 0x1c14fefff libmecabra.dylib arm64e   /usr/lib/libmecabra.dylib
0x1c14ff000 - 0x1c15a5fff CoreParsec arm64e   /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x1c15a6000 - 0x1c15d6fff AirTraffic arm64e  <14b295787bd230a39f655fe3962b3976> /System/Library/PrivateFrameworks/AirTraffic.framework/AirTraffic
0x1c15d7000 - 0x1c1609fff SharedUtils arm64e  <177d20929e2334358511f4d71ac0a50f> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1c160a000 - 0x1c164dfff ContactsAutocomplete arm64e  <57643e33cfdd38b6882735fa6df4562d> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
0x1c164e000 - 0x1c171afff VideoSubscriberAccount arm64e  <3561d9471e753860be61e7669548a8e6> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x1c171b000 - 0x1c174ffff Pegasus arm64e  <31213ec93731365caeda1c80294de789> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x1c1750000 - 0x1c17fefff AVKit arm64e  <3a2bc1bcbcb937d196a6bc6e7b59e36c> /System/Library/Frameworks/AVKit.framework/AVKit
0x1c17ff000 - 0x1c182afff AuthKitUI arm64e   /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
0x1c182b000 - 0x1c182efff FTClientServices arm64e   /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x1c182f000 - 0x1c1832fff SharedWebCredentials arm64e  <244afb391fc0308d9f4a7c05b182b0b1> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x1c1833000 - 0x1c1833fff MobileObliteration arm64e   /System/Library/PrivateFrameworks/MobileObliteration.framework/MobileObliteration
0x1c1834000 - 0x1c184ffff SafariFoundation arm64e   /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x1c1850000 - 0x1c1a2cfff HealthKit arm64e   /System/Library/Frameworks/HealthKit.framework/HealthKit
0x1c1a2d000 - 0x1c1a44fff LocalAuthentication arm64e  <4ec3c3c453ad3e949252035bd61c8b07> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1c1a45000 - 0x1c1a47fff ParsecSubscriptionServiceSupport arm64e  <70d4d1c99b3c3d6fb5265d23ce1c00e4> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x1c1a48000 - 0x1c1af3fff SpringBoardFoundation arm64e  <68387f5773403830b52e5ed27aafff35> /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation
0x1c1af4000 - 0x1c1d4dfff SafariShared arm64e  <22c6749c62d732c89bb00f82b9869da7> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x1c1d4e000 - 0x1c1d93fff WebUI arm64e   /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x1c1d94000 - 0x1c1da1fff SetupAssistantSupport arm64e  <8cd7482744b13dd1af7499d3c4306add> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1c1da2000 - 0x1c1dcefff SetupAssistant arm64e  <86977e27df0b3343b553b55ed58f1205> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1c1dcf000 - 0x1c1e0efff CoreRoutine arm64e  <8c40c352f1af3e94a93147a988b74896> /System/Library/PrivateFrameworks/CoreRoutine.framework/CoreRoutine
0x1c1e0f000 - 0x1c1e17fff DistributedEvaluation arm64e  <8ba97b940d703d1da74c3d5da660f82f> /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation
0x1c1e18000 - 0x1c1e1bfff HSAAuthentication arm64e  <745e479c9daa3df5a9ad60522ea2a621> /System/Library/PrivateFrameworks/HSAAuthentication.framework/HSAAuthentication
0x1c1e1c000 - 0x1c1e26fff MobileStorage arm64e  <587bd0d2293c3e11bf04af55f4918439> /System/Library/PrivateFrameworks/MobileStorage.framework/MobileStorage
0x1c1e27000 - 0x1c1e6bfff ContentIndex arm64e   /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x1c1e6c000 - 0x1c1ecafff ImageCapture arm64e   /System/Library/PrivateFrameworks/ImageCapture.framework/ImageCapture
0x1c20af000 - 0x1c20c5fff iPhotoMigrationSupport arm64e   /System/Library/PrivateFrameworks/iPhotoMigrationSupport.framework/iPhotoMigrationSupport
0x1c20c6000 - 0x1c20d7fff DiagnosticExtensions arm64e   /System/Library/PrivateFrameworks/DiagnosticExtensions.framework/DiagnosticExtensions
0x1c20d8000 - 0x1c20f9fff LatentSemanticMapping arm64e  <2e05097fc2b43866a475f5adbd2214a2> /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/LatentSemanticMapping
0x1c20fa000 - 0x1c244ffff PassKitCore arm64e  <0fe4fc28886d3ca08b9d572618f3cd22> /System/Library/PrivateFrameworks/PassKitCore.framework/PassKitCore
0x1c2450000 - 0x1c24cdfff PhotoLibrary arm64e   /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
0x1c24ce000 - 0x1c2a3ffff PhotosUICore arm64e   /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore
0x1c2a40000 - 0x1c2a78fff TelephonyUI arm64e  <19f3bf11d3073ed4902243d823b79bea> /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI
0x1c2a79000 - 0x1c2a92fff CoreSDB arm64e  <1443c022e8783fe8bca54be6499bfca1> /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
0x1c2a93000 - 0x1c2b23fff IMSharedUtilities arm64e   /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
0x1c2b24000 - 0x1c2b2afff LinguisticData arm64e  <44783de196a13206bef1b0ee72a13fff> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1c2b45000 - 0x1c2bd1fff PhotoEditSupport arm64e  <6df9c9c74259393f9b1492619349af32> /System/Library/PrivateFrameworks/PhotoEditSupport.framework/PhotoEditSupport
0x1c2bd2000 - 0x1c2be5fff SiriTasks arm64e  <107a73c6860331989682cb2062fe5e11> /System/Library/PrivateFrameworks/SiriTasks.framework/SiriTasks
0x1c2be6000 - 0x1c30e7fff PhotosUI arm64e  <2c4c96f9a7e73e0a8ea1292b96f4c282> /System/Library/Frameworks/PhotosUI.framework/PhotosUI
0x1c30e8000 - 0x1c30eefff ProgressUI arm64e  <77a77ecf22c730d4be8d0f339a368102> /System/Library/PrivateFrameworks/ProgressUI.framework/ProgressUI
0x1c30ef000 - 0x1c31f4fff ResponseKit arm64e   /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x1c31f5000 - 0x1c322ffff StoreKit arm64e   /System/Library/Frameworks/StoreKit.framework/StoreKit
0x1c3230000 - 0x1c3291fff SpringBoardUIServices arm64e  <5c43359203dd3194b4ad4099426c1cf1> /System/Library/PrivateFrameworks/SpringBoardUIServices.framework/SpringBoardUIServices
0x1c3292000 - 0x1c32bbfff AppPredictionClient arm64e  <8326c4a9249638f3b3cc5297ed56bdea> /System/Library/PrivateFrameworks/AppPredictionClient.framework/AppPredictionClient
0x1c32bc000 - 0x1c32d1fff EmojiFoundation arm64e  <1e16dc11b93534c8afdb664bd11a48ce> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation
0x1c32d2000 - 0x1c3405fff IMDPersistence arm64e  <79ba6204616b3afa9e2f8c7bf7828bf0> /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
0x1c3406000 - 0x1c3421fff MetalKit arm64e  <9af440b811b432eaba6a32b67646bcfc> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x1c3422000 - 0x1c3443fff GenerationalStorage arm64e   /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1c3444000 - 0x1c38aafff SceneKit arm64e  <2fc1c93341f435b39085aa50bf7a86ab> /System/Library/Frameworks/SceneKit.framework/SceneKit
0x1c38ab000 - 0x1c397bfff CoreHandwriting arm64e  <0e397a3d67913083bda66e24b2e241a1> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
0x1c397c000 - 0x1c39c8fff DuetExpertCenter arm64e  <2a19e2c0eaa03b12880510dbc2c680a0> /System/Library/PrivateFrameworks/DuetExpertCenter.framework/DuetExpertCenter
0x1c39c9000 - 0x1c39e3fff CertInfo arm64e   /System/Library/PrivateFrameworks/CertInfo.framework/CertInfo
0x1c39e4000 - 0x1c3addfff CompanionSync arm64e  <9f7cdf39783d3fb4a3ebb77c3afd9b4a> /System/Library/PrivateFrameworks/CompanionSync.framework/CompanionSync
0x1c3ade000 - 0x1c3ae6fff AddressBookUI arm64e  <9cb61a35366a35f5865d9b61f17a8ffe> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
0x1c3ae7000 - 0x1c3b12fff AccountsUI arm64e  <16f685322d0f37e29114e07225625650> /System/Library/PrivateFrameworks/AccountsUI.framework/AccountsUI
0x1c3b13000 - 0x1c3b17fff AppPreferenceClient arm64e   /System/Library/PrivateFrameworks/AppPreferenceClient.framework/AppPreferenceClient
0x1c3b18000 - 0x1c3b5bfff PersonalizationPortrait arm64e   /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait
0x1c3b5c000 - 0x1c3b6dfff ProactiveMagicalMoments arm64e  <7a54b725beae35128f420c20e494815d> /System/Library/PrivateFrameworks/ProactiveMagicalMoments.framework/ProactiveMagicalMoments
0x1c3ee1000 - 0x1c40a5fff AppPredictionInternal arm64e  <9f6e9166f54f35bb90440d980b2528d8> /System/Library/PrivateFrameworks/AppPredictionInternal.framework/AppPredictionInternal
0x1c40a6000 - 0x1c40a7fff BackgroundTaskAgent arm64e  <313e342cb2ec32059b23d254a4770b5a> /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent
0x1c40a8000 - 0x1c4220fff PencilKit arm64e   /System/Library/PrivateFrameworks/PencilKit.framework/PencilKit
0x1c4221000 - 0x1c4241fff QuickLookThumbnailing arm64e   /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1c4242000 - 0x1c430bfff PDFKit arm64e  <396653f630fe3647ab1896a53c95438f> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1c430c000 - 0x1c443cfff AnnotationKit arm64e  <5aa0c4d6232b38b4a22a8947707cfefe> /System/Library/PrivateFrameworks/AnnotationKit.framework/AnnotationKit
0x1c443d000 - 0x1c4607fff IMCore arm64e   /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x1c4608000 - 0x1c4622fff NetAppsUtilities arm64e  <0197fe7d161d3b5c834a8edf27755469> /System/Library/PrivateFrameworks/NetAppsUtilities.framework/NetAppsUtilities
0x1c4623000 - 0x1c466dfff Pasteboard arm64e  <0866a2a214103a70b9ad133eaf6b0252> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
0x1c4678000 - 0x1c4690fff FMCoreLite arm64e  <0d053e057eac3e07bd66e7cee134adcf> /System/Library/PrivateFrameworks/FMCoreLite.framework/FMCoreLite
0x1c4691000 - 0x1c46c2fff MarkupUI arm64e  <50acc119e0053f0880fff83c843994e0> /System/Library/PrivateFrameworks/MarkupUI.framework/MarkupUI
0x1c46c3000 - 0x1c46d5fff MobileDeviceLink arm64e  <4071d25c21163841908345a33232beea> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x1c46d6000 - 0x1c46e4fff NetAppsUtilitiesUI arm64e  <160e07177c5e3b5885e490d4cade9f6d> /System/Library/PrivateFrameworks/NetAppsUtilitiesUI.framework/NetAppsUtilitiesUI
0x1c46e5000 - 0x1c47a2fff QuickLook arm64e  <172118a72bd13da18f92b6886f5cb398> /System/Library/Frameworks/QuickLook.framework/QuickLook
0x1c47aa000 - 0x1c47c5fff MaterialKit arm64e   /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit
0x1c47c6000 - 0x1c480ffff MobileBackup arm64e   /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x1c4810000 - 0x1c485bfff SafariSafeBrowsing arm64e   /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1c487a000 - 0x1c49bafff SafariServices arm64e   /System/Library/Frameworks/SafariServices.framework/SafariServices
0x1c49bb000 - 0x1c4a23fff AppStoreDaemon arm64e  <62ad453578543ca8b46d905b0a66cfc0> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
0x1c4a8f000 - 0x1c4af9fff IMAP arm64e   /System/Library/PrivateFrameworks/Message.framework/MailServices/IMAP.framework/IMAP
0x1c4b9f000 - 0x1c4d92fff iTunesStoreUI arm64e   /System/Library/PrivateFrameworks/iTunesStoreUI.framework/iTunesStoreUI
0x1c4d93000 - 0x1c4e96fff MessageUI arm64e  <61abbfc87fa734a88e0206bcf89c689a> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x1c4e97000 - 0x1c4eb5fff FindMyDevice arm64e   /System/Library/PrivateFrameworks/FindMyDevice.framework/FindMyDevice
0x1c4eb6000 - 0x1c4ef1fff Radio arm64e  <62d80ae449823e35a20100f96b9c3cd3> /System/Library/PrivateFrameworks/Radio.framework/Radio
0x1c5046000 - 0x1c5054fff NotificationCenter arm64e   /System/Library/Frameworks/NotificationCenter.framework/NotificationCenter
0x1c5055000 - 0x1c5084fff BookLibrary arm64e   /System/Library/PrivateFrameworks/BookLibrary.framework/BookLibrary
0x1c5085000 - 0x1c5187fff MediaPlaybackCore arm64e   /System/Library/PrivateFrameworks/MediaPlaybackCore.framework/MediaPlaybackCore
0x1c52f5000 - 0x1c52f9fff libIOAccessoryManager.dylib arm64e  <791d3234cb0e39ee9bf31dc838e5fbbf> /usr/lib/libIOAccessoryManager.dylib
0x1c5301000 - 0x1c5358fff CoreCDPInternal arm64e  <2017f02e6d6c387b99443843684ed222> /System/Library/PrivateFrameworks/CoreCDPInternal.framework/CoreCDPInternal
0x1c5359000 - 0x1c53a0fff MPUFoundation arm64e   /System/Library/PrivateFrameworks/MPUFoundation.framework/MPUFoundation
0x1c53a1000 - 0x1c580efff StoreKitUI arm64e  <51f2fa742f6237a4a554dbc58d806edb> /System/Library/PrivateFrameworks/StoreKitUI.framework/StoreKitUI
0x1c5810000 - 0x1c5832fff CoreCDPUI arm64e  <7da3c3c1e56e394abb8c114eb07d61b3> /System/Library/PrivateFrameworks/CoreCDPUI.framework/CoreCDPUI
0x1c5833000 - 0x1c5857fff DuetActivityScheduler arm64e  <7e4631f7b64832cb8dd28b376730041d> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x1c5858000 - 0x1c58b8fff InstallCoordination arm64e  <80b195857d6d32bfb31441ee384c6285> /System/Library/PrivateFrameworks/InstallCoordination.framework/InstallCoordination
0x1c58f6000 - 0x1c58fffff FrontBoardUIServices arm64e   /System/Library/PrivateFrameworks/FrontBoardUIServices.framework/FrontBoardUIServices
0x1c5900000 - 0x1c5946fff WeatherFoundation arm64e  <142eeda58ed834f49594a1dafeb77bd2> /System/Library/PrivateFrameworks/WeatherFoundation.framework/WeatherFoundation
0x1c594c000 - 0x1c594dfff LegacyHandle arm64e  <86442916233c337bb56541c4ebf2d06a> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/LegacyHandle.framework/LegacyHandle
0x1c594e000 - 0x1c59b4fff AppleAccountUI arm64e   /System/Library/PrivateFrameworks/AppleAccountUI.framework/AppleAccountUI
0x1c59b5000 - 0x1c5a89fff FrontBoard arm64e   /System/Library/PrivateFrameworks/FrontBoard.framework/FrontBoard
0x1c5a8a000 - 0x1c5aa6fff MediaPlayerUI arm64e  <5d0e5e7c95373b198fcff1c75968dc9b> /System/Library/PrivateFrameworks/MediaPlayerUI.framework/MediaPlayerUI
0x1c5aa7000 - 0x1c5ab2fff MobileActivation arm64e  <1cec723cf0bd3908a6826a31aff81c22> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
0x1c5ab3000 - 0x1c5ab3fff libAWDProtobufFacetimeiMessage.dylib arm64e  <1d82ac28b63a35ef99b779c4678887cf> /usr/lib/libAWDProtobufFacetimeiMessage.dylib
0x1c5ad3000 - 0x1c5b0cfff ViceroyTrace arm64e  <6aa2a6c7bd2e39babf63f85222446770> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace
0x1c5b0d000 - 0x1c5b18fff AppConduit arm64e   /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1c5b19000 - 0x1c5b31fff IAP arm64e  <495319efc3ff306eb6c16d9639526cdd> /System/Library/PrivateFrameworks/IAP.framework/IAP
0x1c5b32000 - 0x1c5b93fff Weather arm64e  <430cd13da9d73eb38dae2522d3223531> /System/Library/PrivateFrameworks/Weather.framework/Weather
0x1c5bda000 - 0x1c5be2fff NCLaunchStats arm64e   /System/Library/PrivateFrameworks/NCLaunchStats.framework/NCLaunchStats
0x1c5bef000 - 0x1c5d8efff Sharing arm64e   /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x1c5d8f000 - 0x1c5e13fff Stocks arm64e  <8b703a9aeee93ab0a96516e624820ff0> /System/Library/PrivateFrameworks/Stocks.framework/Stocks
0x1c5e14000 - 0x1c60c8fff VideoProcessing arm64e  <92657c24ebdd3163bd901c3f9a37eb17> /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing
0x1c60c9000 - 0x1c60e2fff ExternalAccessory arm64e  <38321c178fae3104aa7710726ff44aec> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory
0x1c60e3000 - 0x1c613ffff WatchKit arm64e   /System/Library/Frameworks/WatchKit.framework/WatchKit
0x1c6140000 - 0x1c614bfff SimpleKeyExchange arm64e  <8cc878955c453574b36ffde258918a1b> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/SimpleKeyExchange.framework/SimpleKeyExchange
0x1c614c000 - 0x1c614cfff snatmap arm64e  <4b2116441d7d3fb796867538d9147944> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/snatmap.framework/snatmap
0x1c614d000 - 0x1c6151fff AccessibilityUIShared arm64e  <41dc97c16b8135b9b5e65493293551a1> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIShared.framework/AccessibilityUIShared
0x1c6152000 - 0x1c61b7fff Widgets arm64e   /System/Library/PrivateFrameworks/Widgets.framework/Widgets
0x1c61bc000 - 0x1c6202fff ICE arm64e  <315cee6fab153cc2a8619be9c2f2a850> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ICE.framework/ICE
0x1c6203000 - 0x1c6218fff NewsFoundation arm64e  <3b24e0442d993326b5eac49240d1e31f> /System/Library/PrivateFrameworks/NewsFoundation.framework/NewsFoundation
0x1c6219000 - 0x1c6497fff NewsTransport arm64e  <21861a2156df329fb455d6a30706f669> /System/Library/PrivateFrameworks/NewsTransport.framework/NewsTransport
0x1c6498000 - 0x1c64e2fff SpringBoardUI arm64e  <7d49add4ebcb33df8790bac3d9a90cda> /System/Library/PrivateFrameworks/SpringBoardUI.framework/SpringBoardUI
0x1c64e3000 - 0x1c653efff CallKit arm64e  <24b493decf7e375687e03094bc604922> /System/Library/Frameworks/CallKit.framework/CallKit
0x1c653f000 - 0x1c6545fff AccessibilityUI arm64e   /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUI.framework/AccessibilityUI
0x1c6546000 - 0x1c6599fff AirPlaySupport arm64e  <31f8c76c871230f49e8764c7dc23d1cb> /System/Library/PrivateFrameworks/AirPlaySupport.framework/AirPlaySupport
0x1c659a000 - 0x1c659ffff AppleSRP arm64e  <2f721a7c675236d6be00400e7558c58e> /System/Library/PrivateFrameworks/AppleSRP.framework/AppleSRP
0x1c65a0000 - 0x1c65fbfff IMAVCore arm64e  <45787c6b58c13ddead8076a14fb3a6fa> /System/Library/PrivateFrameworks/IMAVCore.framework/IMAVCore
0x1c65fc000 - 0x1c6974fff NewsCore arm64e   /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore
0x1c6975000 - 0x1c6988fff WirelessCoexManager arm64e  <8c94b24c4dde3edb89d705494f62345e> /System/Library/PrivateFrameworks/WirelessCoexManager.framework/WirelessCoexManager
0x1c69ba000 - 0x1c6a17fff ClockKit arm64e  <1c656500d67f317892ffa9235b3f2acc> /System/Library/PrivateFrameworks/ClockKit.framework/ClockKit
0x1c6a38000 - 0x1c6a3cfff NewsDaemon arm64e  <403ace23882c3bd7b05bf2b20a77d632> /System/Library/PrivateFrameworks/NewsDaemon.framework/NewsDaemon
0x1c6a3d000 - 0x1c6a96fff PBBridgeSupport arm64e  <56faf90aec343688a5f8be0690455ebd> /System/Library/PrivateFrameworks/PBBridgeSupport.framework/PBBridgeSupport
0x1c6c4d000 - 0x1c6cadfff APTransport arm64e   /System/Library/PrivateFrameworks/APTransport.framework/APTransport
0x1c6cae000 - 0x1c70fcfff AVConference arm64e  <67cfa7e04adb3523bf152753eb49108d> /System/Library/PrivateFrameworks/AVConference.framework/AVConference
0x1c70fd000 - 0x1c711ffff BridgePreferences arm64e  <1055dcfe1d6c3c87bad5d63f16c51128> /System/Library/PrivateFrameworks/BridgePreferences.framework/BridgePreferences
0x1c7120000 - 0x1c7139fff NewsServicesInternal arm64e  <549b2ebfa6b93291bc2135adc80ee7e7> /System/Library/PrivateFrameworks/NewsServicesInternal.framework/NewsServicesInternal
0x1c72c5000 - 0x1c72cbfff DuetRecommendation arm64e  <5f67312924f033c2986196796da40dcd> /System/Library/PrivateFrameworks/DuetRecommendation.framework/DuetRecommendation
0x1c72cc000 - 0x1c7320fff LoggingSupport arm64e  <3e1581528795370793d2cec921f197fd> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1c7321000 - 0x1c738ffff MediaControlSender arm64e  <0cb4c19ace7f3c4795e2fabe02226067> /System/Library/PrivateFrameworks/MediaControlSender.framework/MediaControlSender
0x1c744e000 - 0x1c74acfff HMFoundation arm64e  <53869da8f1353021be5214ec620f00ee> /System/Library/PrivateFrameworks/HMFoundation.framework/HMFoundation
0x1c74ad000 - 0x1c74b8fff IMSharedUI arm64e  <1d3e0da4e85d3316a4cc3a1cccdda0b8> /System/Library/PrivateFrameworks/IMSharedUI.framework/IMSharedUI
0x1c74b9000 - 0x1c7513fff NewsToday arm64e  <999f7bbe8a7d3ccab5ab859b078688d8> /System/Library/PrivateFrameworks/NewsToday.framework/NewsToday
0x1c7514000 - 0x1c756cfff PhotosPlayer arm64e  <9b40e70b95243567a5e45e409422b8ff> /System/Library/PrivateFrameworks/PhotosPlayer.framework/PhotosPlayer
0x1c7585000 - 0x1c7595fff Speech arm64e   /System/Library/Frameworks/Speech.framework/Speech
0x1c7681000 - 0x1c768afff EmojiKit arm64e   /System/Library/PrivateFrameworks/EmojiKit.framework/EmojiKit
0x1c768b000 - 0x1c7694fff FamilyCircle arm64e  <0ee220c448f2348ba752c1b06a4e8708> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x1c7695000 - 0x1c7699fff NewsServices arm64e   /System/Library/PrivateFrameworks/NewsServices.framework/NewsServices
0x1c769f000 - 0x1c76dcfff TouchRemote arm64e  <6cd4884e47f73f8a9bc88c356ea79736> /System/Library/PrivateFrameworks/TouchRemote.framework/TouchRemote
0x1c7700000 - 0x1c78f0fff HomeKit arm64e   /System/Library/Frameworks/HomeKit.framework/HomeKit
0x1c78f1000 - 0x1c7cf0fff ChatKit arm64e  <029a16ce8425338483ae8520c4b13b40> /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit
0x1c7cf1000 - 0x1c7cfefff CoreFollowUpUI arm64e   /System/Library/PrivateFrameworks/CoreFollowUpUI.framework/CoreFollowUpUI
0x1c7cff000 - 0x1c7db2fff MobileTimer arm64e   /System/Library/PrivateFrameworks/MobileTimer.framework/MobileTimer
0x1c7db3000 - 0x1c8155fff SDAPI arm64e   /System/Library/PrivateFrameworks/SDAPI.framework/SDAPI
0x1c8168000 - 0x1c816efff VoicemailStore arm64e   /System/Library/PrivateFrameworks/VoicemailStore.framework/VoicemailStore
0x1c816f000 - 0x1c81d3fff WatchListKit arm64e  <5255f14f6b563bbdaf9bda758ef022fe> /System/Library/PrivateFrameworks/WatchListKit.framework/WatchListKit
0x1c8ff4000 - 0x1c9018fff AppSupportUI arm64e   /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x1c9019000 - 0x1c906cfff CallHistory arm64e  <860772b198433e898a05d4601b823521> /System/Library/PrivateFrameworks/CallHistory.framework/CallHistory
0x1c906d000 - 0x1c9698fff EmbeddedAcousticRecognition arm64e   /System/Library/PrivateFrameworks/EmbeddedAcousticRecognition.framework/EmbeddedAcousticRecognition
0x1c9699000 - 0x1c96adfff IntentsCore arm64e  <8295688974693a2ebc2413bb63a55e38> /System/Library/PrivateFrameworks/IntentsCore.framework/IntentsCore
0x1c96ae000 - 0x1c96e7fff SetupAssistantUI arm64e  <3070bae99ad33f13bedd7ccb8ee58244> /System/Library/PrivateFrameworks/SetupAssistantUI.framework/SetupAssistantUI
0x1c96ef000 - 0x1c9732fff *************** arm64e  <359532c4fc183a2a976eeaa72de57da4> /System/Library/PrivateFrameworks/***************.framework/***************
0x1c9733000 - 0x1c9759fff CarKit arm64e   /System/Library/PrivateFrameworks/CarKit.framework/CarKit
0x1c97a8000 - 0x1c97ccfff FlightUtilities arm64e  <78a8366fd092314a852744a9ecd212eb> /System/Library/PrivateFrameworks/FlightUtilities.framework/FlightUtilities
0x1c9875000 - 0x1c9902fff LinkPresentation arm64e   /System/Library/PrivateFrameworks/LinkPresentation.framework/LinkPresentation
0x1c9943000 - 0x1c997dfff TemplateKit arm64e  <3a16bc1193f63b30b13a206b8c94691f> /System/Library/PrivateFrameworks/TemplateKit.framework/TemplateKit
0x1c997e000 - 0x1c9a3ffff VoiceTrigger arm64e   /System/Library/PrivateFrameworks/VoiceTrigger.framework/VoiceTrigger
0x1c9aa9000 - 0x1c9af0fff Catalyst arm64e  <43af36bed08035d888505ad643adeed4> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
0x1c9b01000 - 0x1c9b28fff FMCore arm64e   /System/Library/PrivateFrameworks/FMCore.framework/FMCore
0x1c9b29000 - 0x1c9d6bfff Home arm64e  <211aa2c2ff2532f6a53e325ad0d5ddf9> /System/Library/PrivateFrameworks/Home.framework/Home
0x1c9d89000 - 0x1c9dfbfff SearchUI arm64e   /System/Library/PrivateFrameworks/SearchUI.framework/SearchUI
0x1c9e05000 - 0x1c9e0afff kperf arm64e  <16364cc5cd603f36961b8317d298f27d> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1c9e0b000 - 0x1c9e81fff libnfshared.dylib arm64e   /usr/lib/libnfshared.dylib
0x1c9e82000 - 0x1c9e8efff IdentityLookup arm64e  <8f8b6f540c1f3d71a7dbe9acacd3e981> /System/Library/Frameworks/IdentityLookup.framework/IdentityLookup
0x1c9e8f000 - 0x1c9eadfff IntentsUI arm64e  <3f44b21091a83b2d9cb4f7c1b86c55bb> /System/Library/Frameworks/IntentsUI.framework/IntentsUI
0x1c9eae000 - 0x1ca003fff libGLProgrammability.dylib arm64e  <4e34ba8694263513a796dc82888e29d4> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
0x1ca057000 - 0x1ca068fff Cards arm64e   /System/Library/PrivateFrameworks/Cards.framework/Cards
0x1ca069000 - 0x1ca092fff CellularPlanManager arm64e  <85b0885a25703454bb2e891dbce2531f> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x1ca093000 - 0x1ca0e9fff DeviceManagement arm64e  <5d2cc053ebfd30f382a1aed7788cd370> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
0x1ca0ea000 - 0x1ca0fafff EasyConfig arm64e  <3b7e9a5473003840ae5b42a27ab40f96> /System/Library/PrivateFrameworks/EasyConfig.framework/EasyConfig
0x1ca0fb000 - 0x1ca12ffff FMF arm64e  <86486e04ba9b325897ec6fc9c04ae43a> /System/Library/PrivateFrameworks/FMF.framework/FMF
0x1ca238000 - 0x1ca242fff SymptomAnalytics arm64e  <99b74d2d724332849788f12ac1c32952> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/SymptomAnalytics
0x1ca243000 - 0x1ca284fff ToneKit arm64e   /System/Library/PrivateFrameworks/ToneKit.framework/ToneKit
0x1ca285000 - 0x1ca28dfff kperfdata arm64e  <32ed013c7862339fa81fd50e460b88d4> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1ca2cf000 - 0x1ca2d7fff libdscsym.dylib arm64e  <54d07c6a6fd93ccd96265079975c665f> /usr/lib/libdscsym.dylib
0x1ca2d8000 - 0x1ca2dcfff libsysdiagnose.dylib arm64e  <1cbe18c29ea4328c933fca3e05c3aea6> /usr/lib/libsysdiagnose.dylib
0x1ca30d000 - 0x1ca3c0fff AutoLoop arm64e  <2b98186b6a6936ddbbbe019c4917bb5f> /System/Library/PrivateFrameworks/AutoLoop.framework/AutoLoop
0x1ca3c1000 - 0x1ca3e1fff CardKit arm64e   /System/Library/PrivateFrameworks/CardKit.framework/CardKit
0x1ca3e2000 - 0x1ca48cfff CommunicationsSetupUI arm64e   /System/Library/PrivateFrameworks/CommunicationsSetupUI.framework/CommunicationsSetupUI
0x1ca48d000 - 0x1ca4b1fff ControlCenterUIKit arm64e  <6aa30ea6a5513670a6a515ff15a9981e> /System/Library/PrivateFrameworks/ControlCenterUIKit.framework/ControlCenterUIKit
0x1ca514000 - 0x1ca53ffff FMCoreUI arm64e  <36a22b411baf3ff3a69666de44f3b287> /System/Library/PrivateFrameworks/FMCoreUI.framework/FMCoreUI
0x1ca540000 - 0x1ca545fff IDSKVStore arm64e  <04f90d5af8d2364e8f06118e19fba1b5> /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore
0x1ca54b000 - 0x1ca552fff IMTranscoding arm64e  <3432e7a1583a339b91c339c8cc08c32b> /System/Library/PrivateFrameworks/IMTranscoding.framework/IMTranscoding
0x1ca553000 - 0x1ca578fff MultitouchSupport arm64e  <792c68d1a97e31aea2f07a8642640110> /System/Library/PrivateFrameworks/MultitouchSupport.framework/MultitouchSupport
0x1ca675000 - 0x1ca69dfff SiriUICore arm64e   /System/Library/PrivateFrameworks/SiriUICore.framework/SiriUICore
0x1ca6a7000 - 0x1ca6e3fff ktrace arm64e  <212550ea11ed36088534c95aef8bc4a8> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1ca7d8000 - 0x1ca7fafff Messages arm64e  <8462c8de32c436c2ad8119cc255d24f7> /System/Library/Frameworks/Messages.framework/Messages
0x1ca836000 - 0x1ca911fff AXHearingSupport arm64e  <470de8c65d0530ec92bcdf27320ac7d5> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AXHearingSupport.framework/AXHearingSupport
0x1ca92f000 - 0x1ca931fff SpeakTypingServices arm64e  <2066c9b96b7131029694ef71c6b8af2f> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/SpeakTypingServices.framework/SpeakTypingServices
0x1ca932000 - 0x1ca937fff ZoomServices arm64e  <3a894a701d6e3eaabc96ada1cf659826> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/ZoomServices.framework/ZoomServices
0x1caf38000 - 0x1cafe3fff ClassroomKit arm64e  <4ed8d0c13a2233298d921bf846b6c53e> /System/Library/PrivateFrameworks/ClassroomKit.framework/ClassroomKit
0x1cafef000 - 0x1cb016fff FMFUI arm64e   /System/Library/PrivateFrameworks/FMFUI.framework/FMFUI
0x1cb2e7000 - 0x1cb30efff PassKitUIFoundation arm64e   /System/Library/PrivateFrameworks/PassKitUIFoundation.framework/PassKitUIFoundation
0x1cb385000 - 0x1cb3f4fff SiriUI arm64e  <81dfb08937c33e2688c88ea9d7560b57> /System/Library/PrivateFrameworks/SiriUI.framework/SiriUI
0x1cb3f5000 - 0x1cb462fff SpotlightServices arm64e  <63c1825ca8023f79b101a7f22a2bfca6> /System/Library/PrivateFrameworks/SpotlightServices.framework/SpotlightServices
0x1cb46f000 - 0x1cb48afff SymptomPresentationFeed arm64e  <816a39766d043ecd9a574700e84896c3> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/SymptomPresentationFeed
0x1cb822000 - 0x1cb860fff AdCore arm64e  <504e3d269e243bf1b7cc644941091e2a> /System/Library/PrivateFrameworks/AdCore.framework/AdCore
0x1cb861000 - 0x1cb97ffff AirPortAssistant arm64e   /System/Library/PrivateFrameworks/AirPortAssistant.framework/AirPortAssistant
0x1cbab8000 - 0x1cbb19fff AssistantUI arm64e   /System/Library/PrivateFrameworks/AssistantUI.framework/AssistantUI
0x1cbb1a000 - 0x1cbb23fff BatteryCenter arm64e  <2cdc086119e235e191106265d4630f83> /System/Library/PrivateFrameworks/BatteryCenter.framework/BatteryCenter
0x1cbb43000 - 0x1cbbd2fff CloudDocs arm64e  <67dc6c600140334eb42594a042ef0526> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x1cbeda000 - 0x1cbee2fff MobileSoftwareUpdate arm64e  <64279ab1bb773196866592f810c5da2a> /System/Library/PrivateFrameworks/MobileSoftwareUpdate.framework/MobileSoftwareUpdate
0x1cbf77000 - 0x1cc1dafff PassKitUI arm64e  <24df013ce518337c8ffb6f735d77c350> /System/Library/PrivateFrameworks/PassKitUI.framework/PassKitUI
0x1cc355000 - 0x1cc47afff PreferencesUI arm64e  <32837605141c3e5b98f232fba7456fd6> /System/Library/PrivateFrameworks/PreferencesUI.framework/PreferencesUI
0x1cc52c000 - 0x1cc54dfff Search arm64e  <18a7a1453bf3324aad34b7ffec096a04> /System/Library/PrivateFrameworks/Search.framework/Search
0x1cc615000 - 0x1cc634fff UserNotificationsKit arm64e  <577e09778a04310fa8a2289cee1d5cc4> /System/Library/PrivateFrameworks/UserNotificationsKit.framework/UserNotificationsKit
0x1cc63b000 - 0x1cc643fff WiFiCloudSyncEngine arm64e   /System/Library/PrivateFrameworks/WiFiCloudSyncEngine.framework/WiFiCloudSyncEngine
0x1cc644000 - 0x1cc69cfff WiFiKitUI arm64e  <06c969d983cf353bacd2a8ed3e6a4278> /System/Library/PrivateFrameworks/WiFiKitUI.framework/WiFiKitUI
0x1cc982000 - 0x1cc983fff AXContainerServices arm64e   /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AXContainerServices.framework/AXContainerServices
0x1cc984000 - 0x1cc98cfff AXFrontBoardUtils arm64e  <9eb10518e7983439a03faefafe32fdb0> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AXFrontBoardUtils.framework/AXFrontBoardUtils
0x1cc98d000 - 0x1cc99bfff AXSpeechAssetServices arm64e  <6cca04a635e5316c8a2f29cb8c4b8bea> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AXSpeechAssetServices.framework/AXSpeechAssetServices
0x1cc9a5000 - 0x1cc9edfff BiometricKit arm64e  <380556d3eba534e49e89e3ed1ac31335> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1cca0e000 - 0x1cca1efff CTCarrierSpace arm64e   /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1cccb0000 - 0x1cccbdfff ControlCenterServices arm64e   /System/Library/PrivateFrameworks/ControlCenterServices.framework/ControlCenterServices
0x1ccec9000 - 0x1cceddfff DeviceIdentity arm64e  <3064df0950183d30a922de8f0216b1f0> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1ccede000 - 0x1ccf37fff FamilyCircleUI arm64e  <47c02571ef45310ba45bf70ed4499a85> /System/Library/PrivateFrameworks/FamilyCircleUI.framework/FamilyCircleUI
0x1ccf38000 - 0x1ccf4ffff FriendKit arm64e  <7fefbad92b333ab6bdcc816868e3b7bd> /System/Library/PrivateFrameworks/FriendKit.framework/FriendKit
0x1cf079000 - 0x1cf0b6fff Rapport arm64e  <5c18bdd630a53b9291bee5cb359abb92> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1cf0f4000 - 0x1cf112fff SignpostSupport arm64e  <58b5fa1200e5381aa64fc4dd1693c83e> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1cf3db000 - 0x1cf475fff SoftwareUpdateServices arm64e  <1d89e1e5f2933fdaa91bf186943d87c5> /System/Library/PrivateFrameworks/SoftwareUpdateServices.framework/SoftwareUpdateServices
0x1cf476000 - 0x1cf480fff SoundAutoConfig arm64e  <1b337b0ef5f03988b6e02cd4ac2be498> /System/Library/PrivateFrameworks/SoundAutoConfig.framework/SoundAutoConfig
0x1cf481000 - 0x1cf498fff Spotlight arm64e  <78fb9f16268b39c9bdff6ae40abe6525> /System/Library/PrivateFrameworks/Spotlight.framework/Spotlight
0x1cf499000 - 0x1cf49dfff SpotlightReceiver arm64e   /System/Library/PrivateFrameworks/SpotlightReceiver.framework/SpotlightReceiver
0x1cfb23000 - 0x1cfb8cfff UserActivity arm64e  <3ad95478644e336dbe33b78f380276d3> /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity
0x1cfb93000 - 0x1cfc15fff WiFiKit arm64e   /System/Library/PrivateFrameworks/WiFiKit.framework/WiFiKit
0x1d00a3000 - 0x1d00aafff libMatch.1.dylib arm64e  <345ec91891073c0185ff950708e38f84> /usr/lib/libMatch.1.dylib
0x1d00f3000 - 0x1d010ffff libtailspin.dylib arm64e  <334e09f2ae0735968b3576ece76a06ab> /usr/lib/libtailspin.dylib
0x1d0110000 - 0x1d0118fff AXSpeechImplementation arm64e  <07c1d25d45b037c693bba60831d6edc1> /System/Library/AccessibilityBundles/AXSpeechImplementation.bundle/AXSpeechImplementation
0x1d0119000 - 0x1d0129fff AccessibilitySettingsLoader arm64e  <3030a52bf0b73775bece31e6d78ad0e1> /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader
0x1d036d000 - 0x1d0373fff CMASBBPlugin arm64e   /System/Library/BulletinBoardPlugins/CMASBBPlugin.bundle/CMASBBPlugin
0x1d0374000 - 0x1d0390fff MPDataProvider arm64e  <48873722fa7a36e4b950b1760c09afb6> /System/Library/BulletinBoardPlugins/MPDataProvider.bundle/MPDataProvider
0x1d0391000 - 0x1d03adfff SMSBBPlugin arm64e  <7d774f89c34a3eef9a5ee9de543dfb40> /System/Library/BulletinBoardPlugins/SMSBBPlugin.bundle/SMSBBPlugin
0x1d0424000 - 0x1d06e9fff RawCamera arm64e   /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x1d070c000 - 0x1d072afff AppleMetalGLRenderer arm64e   /System/Library/Extensions/AppleMetalGLRenderer.bundle/AppleMetalGLRenderer
0x1d072b000 - 0x1d073ffff libCGInterfaces.dylib arm64e  <99f7bb30652d32de9790c109e4ae6c97> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x1d1603000 - 0x1d16eefff GLEngine arm64e  <112c3d694a75313886adb5fa96b8f236> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
0x1d171a000 - 0x1d1720fff UserNotificationsUI arm64e   /System/Library/Frameworks/UserNotificationsUI.framework/UserNotificationsUI
0x1d1ca5000 - 0x1d1ceffff AXSpringBoardServerInstance arm64e   /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AXSpringBoardServerInstance.framework/AXSpringBoardServerInstance
0x1d1f72000 - 0x1d1f73fff AppLaunchStats arm64e  <46ecbb5752423968a7191896d6901ddb> /System/Library/PrivateFrameworks/AppLaunchStats.framework/AppLaunchStats
0x1d2087000 - 0x1d20a8fff AttentionAwareness arm64e  <80ab3ece7c443409ad981674589c88e4> /System/Library/PrivateFrameworks/AttentionAwareness.framework/AttentionAwareness
0x1d2dda000 - 0x1d2de5fff ContextKit arm64e  <678d8eefe30030178470def5dd7e01cf> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
0x1d2dea000 - 0x1d2e21fff ControlCenterUI arm64e  <7911490e7399398b869d7a6e419d9d06> /System/Library/PrivateFrameworks/ControlCenterUI.framework/ControlCenterUI
0x1d3065000 - 0x1d308cfff CoreServicesInternal arm64e   /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x1d308d000 - 0x1d316efff CoreSpeech arm64e   /System/Library/PrivateFrameworks/CoreSpeech.framework/CoreSpeech
0x1d36fb000 - 0x1d3705fff Email arm64e   /System/Library/PrivateFrameworks/Email.framework/Email
0x1d3706000 - 0x1d370dfff EmailCore arm64e   /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore
0x1d371b000 - 0x1d372cfff libGSFontCache.dylib arm64e  <777def6aa307377db9024e4f535813b3> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1d372d000 - 0x1d375ffff libTrueTypeScaler.dylib arm64e  <377037ce02fa33f3866ddfade7dad276> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
0x1d41a3000 - 0x1d41a3fff libmetal_timestamp.dylib arm64e   /System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libmetal_timestamp.dylib
0x1d5302000 - 0x1d5306fff InternationalSupport arm64e  <72137422f84234778ad0a5f22e6dfd75> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1d5307000 - 0x1d5317fff KeyboardArbiter arm64e   /System/Library/PrivateFrameworks/KeyboardArbiter.framework/KeyboardArbiter
0x1d5409000 - 0x1d5498fff MapsSupport arm64e  <7112b901ec39375794727080edfcc773> /System/Library/PrivateFrameworks/MapsSupport.framework/MapsSupport
0x1d5499000 - 0x1d54d5fff MediaControls arm64e  <2099bfaa73e93d4b9b3edb8951500fb3> /System/Library/PrivateFrameworks/MediaControls.framework/MediaControls
0x1d5f65000 - 0x1d5fcdfff NearField arm64e   /System/Library/PrivateFrameworks/NearField.framework/NearField
0x1d6732000 - 0x1d673efff PersonaUI arm64e  <8991809c0bf53e7fae01fc4413f106d8> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1d6b35000 - 0x1d6b4afff SOS arm64e  <5091abda549134f9b434eb046e3dd7b4> /System/Library/PrivateFrameworks/SOS.framework/SOS
0x1d6b5a000 - 0x1d6b6bfff ScreenshotServices arm64e   /System/Library/PrivateFrameworks/ScreenshotServices.framework/ScreenshotServices
0x1d6b81000 - 0x1d6b8bfff SignpostCollection arm64e  <7c15afd0fe86359ab0b44a348ecdeff0> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1d6c16000 - 0x1d6c1dfff SoftwareUpdateServicesUI arm64e   /System/Library/PrivateFrameworks/SoftwareUpdateServicesUI.framework/SoftwareUpdateServicesUI
0x1d6c1e000 - 0x1d6c4afff SplashBoard arm64e  <2bf9473542563d5c989aea30df647f5f> /System/Library/PrivateFrameworks/SplashBoard.framework/SplashBoard
0x1d6c4b000 - 0x1d6cbcfff SpotlightDaemon arm64e   /System/Library/PrivateFrameworks/SpotlightDaemon.framework/SpotlightDaemon
0x1d6cbd000 - 0x1d6cdcfff SpotlightUI arm64e  <51b6b3839a293e669e8d4a3100b98007> /System/Library/PrivateFrameworks/SpotlightUI.framework/SpotlightUI
0x1d71ff000 - 0x1d7205fff TextInputUI arm64e   /System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI
0x1d7277000 - 0x1d7277fff UserManagementUI arm64e  <2c315ae566b736f5af16dec80efa0835> /System/Library/PrivateFrameworks/UserManagementUI.framework/UserManagementUI
0x1d7278000 - 0x1d72f7fff UserNotificationsServer arm64e  <980ad1c23fd034428ee8744e9ab5256b> /System/Library/PrivateFrameworks/UserNotificationsServer.framework/UserNotificationsServer
0x1d72f8000 - 0x1d73b1fff UserNotificationsUIKit arm64e   /System/Library/PrivateFrameworks/UserNotificationsUIKit.framework/UserNotificationsUIKit
0x1d7748000 - 0x1d774bfff XCTTargetBootstrap arm64e  <93a695c7336c30cbb395e9e444432a62> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1d7786000 - 0x1d7788fff iOSScreenSharing arm64e  <81e80158dbd932dab1b41ec015302fe6> /System/Library/PrivateFrameworks/iOSScreenSharing.framework/iOSScreenSharing
0x1d7793000 - 0x1d77a5fff libEDR arm64e  <561f11f3d112354187d07c94205bee0a> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1d77d5000 - 0x1d77fcfff Assistant arm64e   /System/Library/SpringBoardPlugins/Assistant.uibundle/Assistant
0x1d77fd000 - 0x1d7809fff ChatKit arm64e  <52c9738375f533b68df32635ff0a980b> /System/Library/SpringBoardPlugins/ChatKit.servicebundle/ChatKit
0x1d780a000 - 0x1d7821fff IncomingCall arm64e   /System/Library/SpringBoardPlugins/IncomingCall.servicebundle/IncomingCall
0x1d7822000 - 0x1d7830fff SIMToolkitUI arm64e  <3fe8131d08ba3fcfa31202be098676e7> /System/Library/SpringBoardPlugins/SIMToolkitUI.servicebundle/SIMToolkitUI
0x1d7831000 - 0x1d7835fff StoreServicesPlugin arm64e   /System/Library/SpringBoardPlugins/StoreServicesPlugin.servicebundle/StoreServicesPlugin
0x1d7b68000 - 0x1d7ba5fff libAWDSupport.dylib arm64e   /usr/lib/libAWDSupport.dylib
0x1d82ab000 - 0x1d82b8fff libMobileGestaltExtensions.dylib arm64e  <1b014a05179c31deb44aaa3c4e076592> /usr/lib/libMobileGestaltExtensions.dylib
0x1d83d0000 - 0x1d83d0fff libcharset.1.dylib arm64e  <955cee2f6c2835d99e31b1783aefb601> /usr/lib/libcharset.1.dylib
0x1d8eb8000 - 0x1d8eb9fff libsandbox.1.dylib arm64e  <58702253ce483d92b76419900b92b04e> /usr/lib/libsandbox.1.dylib
0x1d8eba000 - 0x1d8ebcfff libsp.dylib arm64e  <2a06be9f548230bd97fb7e486f057164> /usr/lib/libsp.dylib
0x1d8ef8000 - 0x1d8ef9fff liblog_network.dylib arm64e  <5046e42be1843c2fa83069464b2e3b48> /usr/lib/log/liblog_network.dylib
0x1d8fe1000 - 0x1d926cfff AGXMetalA12 arm64e  <6dd238a894e73c3487d6b22151a0718b> /System/Library/Extensions/AGXMetalA12.bundle/AGXMetalA12
0x1d94fc000 - 0x1d9507fff AuthenticationServices arm64e   /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
0x1d9525000 - 0x1d9549fff CarPlay arm64e   /System/Library/Frameworks/CarPlay.framework/CarPlay
0x1d954a000 - 0x1d9591fff ClassKit arm64e  <2a4a5bb0fb893b63973e0efdbdd19c88> /System/Library/Frameworks/ClassKit.framework/ClassKit
0x1d95a1000 - 0x1d96fcfff CoreServices arm64e   /System/Library/Frameworks/CoreServices.framework/CoreServices
0x1d9729000 - 0x1d9746fff MPSRayIntersector arm64e   /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1d9777000 - 0x1d98b2fff Network arm64e  <5e6819d902ed36a0b56182aee9e58e3a> /System/Library/Frameworks/Network.framework/Network
0x1d9984000 - 0x1d9992fff ANEServices arm64e   /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1d9997000 - 0x1d9999fff ASEProcessing arm64e  <06f3fa5c690639bf891d4a6588b8ce43> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1d999a000 - 0x1d99a1fff AXCoreUtilities arm64e   /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x1d99a2000 - 0x1d99a4fff AXHearingCoreSupport arm64e  <4c6ef0836eea3836a3b7997f947910ed> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AXHearingCoreSupport.framework/AXHearingCoreSupport
0x1d99a5000 - 0x1d99a6fff AccessibilityUIViewServices arm64e   /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIViewServices.framework/AccessibilityUIViewServices
0x1d99bf000 - 0x1d99c1fff ActionPredictionHeuristics arm64e  <9a016fcb820b38c7940f0290b5a46fc0> /System/Library/PrivateFrameworks/ActionPredictionHeuristics.framework/ActionPredictionHeuristics
0x1d99c2000 - 0x1d99dcfff ActionPredictionHeuristicsInternal arm64e   /System/Library/PrivateFrameworks/ActionPredictionHeuristicsInternal.framework/ActionPredictionHeuristicsInternal
0x1d9be9000 - 0x1d9bf1fff AppNotificationsLoggingClient arm64e  <9cdc2b137b283d038b15a6a79ef5c39b> /System/Library/PrivateFrameworks/AppNotificationsLoggingClient.framework/AppNotificationsLoggingClient
0x1d9bf2000 - 0x1d9c0efff AppPredictionUI arm64e  <9538094b291a3ebf9a58a9b358a43300> /System/Library/PrivateFrameworks/AppPredictionUI.framework/AppPredictionUI
0x1d9c22000 - 0x1d9d61fff AppleMediaServices arm64e  <62a1a13602043c20bd0ee9f19f86d946> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x1d9d62000 - 0x1d9d72fff AppleNeuralEngine arm64e  <6ffd2208ea8a3dfabdc7570e2f6ffc3c> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1d9d9b000 - 0x1d9da7fff AssistantCardServiceSupport arm64e   /System/Library/PrivateFrameworks/AssistantCardServiceSupport.framework/AssistantCardServiceSupport
0x1d9ed8000 - 0x1d9f0efff C2 arm64e   /System/Library/PrivateFrameworks/C2.framework/C2
0x1da044000 - 0x1da09bfff CarPlaySupport arm64e   /System/Library/PrivateFrameworks/CarPlaySupport.framework/CarPlaySupport
0x1da09c000 - 0x1da0a0fff CardServices arm64e   /System/Library/PrivateFrameworks/CardServices.framework/CardServices
0x1da0a1000 - 0x1da0acfff Categories arm64e   /System/Library/PrivateFrameworks/Categories.framework/Categories
0x1da0b4000 - 0x1da1d7fff ConfigurationEngineModel arm64e  <9a62e80f2bf83c78bd78eb44f5f394fa> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
0x1da30d000 - 0x1da329fff DoNotDisturb arm64e  <5f30400d8ae3389c8d9433ec8f518574> /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb
0x1da32a000 - 0x1da333fff DoNotDisturbKit arm64e   /System/Library/PrivateFrameworks/DoNotDisturbKit.framework/DoNotDisturbKit
0x1da334000 - 0x1da377fff DoNotDisturbServer arm64e   /System/Library/PrivateFrameworks/DoNotDisturbServer.framework/DoNotDisturbServer
0x1da466000 - 0x1da4c1fff DocumentManager arm64e   /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1da514000 - 0x1da519fff IdleTimerServices arm64e  <3cca9f85839536c988f86b318c7cb801> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1da51a000 - 0x1da523fff IntentsUICardKitProviderSupport arm64e  <861018a6531b34ad95ecc58bfb18454e> /System/Library/PrivateFrameworks/IntentsUICardKitProviderSupport.framework/IntentsUICardKitProviderSupport
0x1da556000 - 0x1da582fff LocalAuthenticationPrivateUI arm64e  <878a1753d025332188fcea552f63e32f> /System/Library/PrivateFrameworks/LocalAuthenticationPrivateUI.framework/LocalAuthenticationPrivateUI
0x1da583000 - 0x1da5aafff MetadataUtilities arm64e  <597c4feb8b64304ab39f531a16d850ea> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1dab3d000 - 0x1dab51fff NewsAnalyticsUpload arm64e  <2855504bfe51345f8bc3548993605f18> /System/Library/PrivateFrameworks/NewsAnalyticsUpload.framework/NewsAnalyticsUpload
0x1dab52000 - 0x1dab53fff OSASyncProxyClient arm64e  <15e199b62570366e9b1b5a7d43422055> /System/Library/PrivateFrameworks/OSASyncProxyClient.framework/OSASyncProxyClient
0x1dab54000 - 0x1daba6fff OTSVG arm64e  <273580a16ed0319496298acd2e026f84> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1daba7000 - 0x1dabc9fff OnBoardingKit arm64e  <07975e91590432bfa7007a720044ccc1> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
0x1dac84000 - 0x1dace6fff PhotoFoundation arm64e  <1234b4c9ef41359c86205975c8bd8489> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x1dad3b000 - 0x1dad81fff PhotosImagingFoundation arm64e   /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
0x1dad82000 - 0x1dada7fff PlatterKit arm64e   /System/Library/PrivateFrameworks/PlatterKit.framework/PlatterKit
0x1dadb7000 - 0x1dadc0fff PrototypeToolsUI arm64e  <3fb930c11fb934dab905ad741e15d659> /System/Library/PrivateFrameworks/PrototypeToolsUI.framework/PrototypeToolsUI
0x1dadc1000 - 0x1dadd4fff QuickLookSupport arm64e  <0317604ef2213f1a8c0ad32aa04a8f73> /System/Library/PrivateFrameworks/QuickLookSupport.framework/QuickLookSupport
0x1dadd8000 - 0x1dae38fff ROCKit arm64e   /System/Library/PrivateFrameworks/ROCKit.framework/ROCKit
0x1daf6c000 - 0x1daf9efff RemoteConfiguration arm64e  <926e3d9ecac03770a9cc3c2a3efa8389> /System/Library/PrivateFrameworks/RemoteConfiguration.framework/RemoteConfiguration
0x1dafae000 - 0x1db00cfff RemoteManagement arm64e   /System/Library/PrivateFrameworks/RemoteManagement.framework/RemoteManagement
0x1db00d000 - 0x1db01ffff RemoteTextInput arm64e   /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1db045000 - 0x1db0e2fff SampleAnalysis arm64e  <244a2964a8023874a96e85d49e2b0aec> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1db0e3000 - 0x1db19bfff ScreenTimeUI arm64e   /System/Library/PrivateFrameworks/ScreenTimeUI.framework/ScreenTimeUI
0x1db19c000 - 0x1db1a3fff SearchUICardKitProviderSupport arm64e   /System/Library/PrivateFrameworks/SearchUICardKitProviderSupport.framework/SearchUICardKitProviderSupport
0x1db1be000 - 0x1db1c0fff ShortcutUIKit arm64e   /System/Library/PrivateFrameworks/ShortcutUIKit.framework/ShortcutUIKit
0x1db1c1000 - 0x1db1c1fff SignpostNotification arm64e  <1030af433524356cbf7e68094792b25d> /System/Library/PrivateFrameworks/SignpostNotification.framework/SignpostNotification
0x1db233000 - 0x1db23bfff StatsKit arm64e  <8aeb350e50633b04bbe770e46ff955ee> /System/Library/PrivateFrameworks/StatsKit.framework/StatsKit
0x1dbd98000 - 0x1dbda5fff TransparencyDetailsView arm64e  <4228aba52755344380b2238937243f91> /System/Library/PrivateFrameworks/TransparencyDetailsView.framework/TransparencyDetailsView
0x1dbda6000 - 0x1dcf2efff UIKitCore arm64e  <193ba68b7cee3c709e9557bf5d2b7c13> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x1dcf2f000 - 0x1dcf39fff UIKitServices arm64e  <962754694a3338009ba0809327522c16> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x1dcf3a000 - 0x1dcf41fff URLFormatting arm64e  <245725e96c1032a3b2c9b6866f4172b1> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1dcf42000 - 0x1dcf64fff UsageTracking arm64e   /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
0x1dd058000 - 0x1dd075fff VoiceShortcutClient arm64e  <096e642f58c237b3a7be0724e0022175> /System/Library/PrivateFrameworks/VoiceShortcutClient.framework/VoiceShortcutClient
0x1dd0c7000 - 0x1dd103fff VoiceShortcutsUI arm64e  <3ed62b9f69243925a9d0c8a3a5ba5da7> /System/Library/PrivateFrameworks/VoiceShortcutsUI.framework/VoiceShortcutsUI
0x1dd104000 - 0x1dd112fff WorkflowKit arm64e  <792c9af6cb273061b88aab3258ae80c5> /System/Library/PrivateFrameworks/WorkflowKit.framework/WorkflowKit


Here is the log from the duetexpertd crash:


Incident Identifier: 507C92D5-73CC-44D8-805A-00F7C72029AD
CrashReporter Key:   c7478935a86283c3988659b518aece3a572d2198
Hardware Model:      iPhone11,2
Process:             duetexpertd [323]
Path:                /usr/libexec/duetexpertd
Identifier:          duetexpertd
Version:             ???
Code Type:           ARM-64 (Native)
Role:                Unspecified
Parent Process:      launchd [1]
Coalition:           com.apple.duetexpertd [226]


Date/Time:           2019-08-23 08:29:55.7875 +0200
Launch Time:         2019-08-23 08:28:26.0707 +0200
OS Version:          iPhone OS 12.0 (16A366)
Baseband Version:    1.00.07
Report Version:      104


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


Application Specific Information:
abort() called




Last Exception Backtrace:
0   CoreFoundation                 0x1de417f78 __exceptionPreprocess + 232
1   libobjc.A.dylib               0x1dd610284 objc_exception_throw + 59
2   CoreFoundation                 0x1de3283b0 +[NSException raise:format:arguments:] + 107
3   Foundation                     0x1dee2730c -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 115
4   AppPredictionClient           0x1f28c56c0 +[ATXAction _userActivityHashForUserInfoDict:activityType:webpageURL:] + 1403
5   AppPredictionClient           0x1f28c32fc -[ATXAction userActivityHash] + 211
6   AppPredictionClient           0x1f28c3398 -[ATXAction hash] + 35
7   AppPredictionInternal         0x1f3619e38 -[ATXSlotResolutionParameters initWithAction:slots:] + 211
8   AppPredictionInternal         0x1f35c553c __169-[_ATXDataStore writeActionType:bundleId:date:action:slotSets:timeZone:prevLocationUUID:locationUUID:weight:actionUUID:motionType:appSessionStartDate:appSessionEndDate:]_block_invoke + 139
9   CoreFoundation                 0x1de307ac0 -[__NSSingleObjectSetI enumerateObjectsWithOptions:usingBlock:] + 107
10  AppPredictionInternal         0x1f35c4c78 -[_ATXDataStore writeActionType:bundleId:date:action:slotSets:timeZone:prevLocationUUID:locationUUID:weight:actionUUID:motionType:appSessionStartDate:appSessionEndDate:] + 847
11  AppPredictionInternal         0x1f35a24fc -[APRAppIntentMonitor updateActionPredictionSlotResolutionForIntentEvent:weight:prevLocationUUID:locationUUID:currentMotionType:appSessionStartDate:appSessionEndDate:] + 403
12  AppPredictionInternal         0x1f35a36d4 -[APRAppIntentMonitor updateActionPredictionPipelineForIntentEvent:weight:appSessionStartDate:appSessionEndDate:] + 707
13  AppPredictionInternal         0x1f35a4c94 -[APRAppIntentMonitor updateActionPredictionPipelineForAppSession:startDate:endDate:] + 3959
14  AppPredictionInternal         0x1f35a59c0 -[APRAppIntentMonitor endAppSession:] + 415
15  libdispatch.dylib             0x1dde1c30c _dispatch_client_callout + 19
16  libdispatch.dylib             0x1dde1f2dc _dispatch_continuation_pop + 407
17  libdispatch.dylib             0x1dde2f42c _dispatch_source_invoke2 + 1203
18  libdispatch.dylib             0x1dde2ecac _dispatch_source_invoke + 435
19  libdispatch.dylib             0x1dde235d0 _dispatch_lane_serial_drain + 251
20  libdispatch.dylib             0x1dde24280 _dispatch_lane_invoke + 427
21  libdispatch.dylib             0x1dde2c524 _dispatch_workloop_worker_thread + 587
22  libsystem_pthread.dylib       0x1de01bb38 _pthread_wqthread + 315
23  libsystem_pthread.dylib       0x1de021dec start_wqthread + 3




Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0:
0   libsystem_kernel.dylib         0x00000001ddf97a68 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x00000001ddf96f24 mach_msg + 76
2   CoreFoundation                 0x00000001de3a441c __CFRunLoopServiceMachPort + 240
3   CoreFoundation                 0x00000001de39f0b8 __CFRunLoopRun + 1372
4   CoreFoundation                 0x00000001de39e844 CFRunLoopRunSpecific + 452
5   Foundation                     0x00000001deda05f0 -[NSRunLoop+ 34288 (NSRunLoop) runMode:beforeDate:] + 304
6   duetexpertd                   0x0000000104a631bc 0x104a60000 + 12732
7   libdyld.dylib                 0x00000001dde54020 start + 4




Thread 1 name:  Dispatch queue: ATXBBNotificationManager
Thread 1:
0   libsystem_kernel.dylib         0x00000001ddfa39dc __ulock_wait + 8
1   libsystem_platform.dylib       0x00000001de01525c _os_unfair_lock_lock_slow + 176
2   libobjc.A.dylib               0x00000001dd61ab0c lookUpImpOrForward + 132
3   libobjc.A.dylib               0x00000001dd62733c _objc_msgSend_uncached + 60
4   BulletinBoard                 0x00000001ee551b2c -[BBObserver _queue_registerBulletin:withTransactionID:] + 220
5   BulletinBoard                 0x00000001ee553de4 -[BBObserver _queue_updateBulletin:withReply:] + 200
6   libdispatch.dylib             0x00000001dde1ad74 _dispatch_call_block_and_release + 32
7   libdispatch.dylib             0x00000001dde1c30c _dispatch_client_callout + 20
8   libdispatch.dylib             0x00000001dde236fc _dispatch_lane_serial_drain + 552
9   libdispatch.dylib             0x00000001dde24280 _dispatch_lane_invoke + 428
10  libdispatch.dylib             0x00000001dde2c524 _dispatch_workloop_worker_thread + 588
11  libsystem_pthread.dylib       0x00000001de01bb38 _pthread_wqthread + 316
12  libsystem_pthread.dylib       0x00000001de021dec start_wqthread + 4




Thread 2 name:  Dispatch queue: com.apple.duetexpertcenter.AppPredictionExpert.AppIntentDonations
Thread 2 Crashed:
0   libsystem_kernel.dylib         0x00000001ddfa30e4 __pthread_kill + 8
1   libsystem_pthread.dylib       0x00000001de01ab68 pthread_kill + 300
2   libsystem_c.dylib             0x00000001ddefafcc abort + 144
3   libc++abi.dylib               0x00000001dd5f7818 __cxa_bad_cast + 0
4   libc++abi.dylib               0x00000001dd5f79d8 default_unexpected_handler+ 6616 () + 0
5   libobjc.A.dylib               0x00000001dd6106c8 _objc_terminate+ 26312 () + 124
6   libc++abi.dylib               0x00000001dd6042d0 std::__terminate(void (*)+ 58064 ()) + 20
7   libc++abi.dylib               0x00000001dd604344 std::terminate+ 58180 () + 60
8   libdispatch.dylib             0x00000001dde1c320 _dispatch_client_callout + 40
9   libdispatch.dylib             0x00000001dde1f2dc _dispatch_continuation_pop + 408
10  libdispatch.dylib             0x00000001dde2f42c _dispatch_source_invoke2 + 1204
11  libdispatch.dylib             0x00000001dde2ecac _dispatch_source_invoke + 436
12  libdispatch.dylib             0x00000001dde235d0 _dispatch_lane_serial_drain + 252
13  libdispatch.dylib             0x00000001dde24280 _dispatch_lane_invoke + 428
14  libdispatch.dylib             0x00000001dde2c524 _dispatch_workloop_worker_thread + 588
15  libsystem_pthread.dylib       0x00000001de01bb38 _pthread_wqthread + 316
16  libsystem_pthread.dylib       0x00000001de021dec start_wqthread + 4




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




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




Thread 2 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000104e5ce57
    x4: 0x00000001dd607b61   x5: 0x000000016b426310   x6: 0x000000000000006e   x7: 0xffffffff00001300
    x8: 0x0000000000000c00   x9: 0x000000000001542f  x10: 0x0000000000000002  x11: 0x0000000000000003
   x12: 0x0000000218066df0  x13: 0x0000000000000000  x14: 0x0000000000000010  x15: 0x0000000000000000
   x16: 0x0000000000000148  x17: 0x000000020ec12888  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x000000016b427000  x21: 0x000000016b426310  x22: 0x000000000001542f  x23: 0x000000016b4270e0
   x24: 0x0000000000000000  x25: 0x0000000000000110  x26: 0x000000016b4270e0  x27: 0x0000000218065000
   x28: 0x0000000010800000   fp: 0x000000016b426270   lr: 0x00000001de01ab68
    sp: 0x000000016b426240   pc: 0x00000001ddfa30e4 cpsr: 0x00000000




Binary Images:
0x104a60000 - 0x104a63fff duetexpertd arm64e   /usr/libexec/duetexpertd
0x104b50000 - 0x104bb7fff dyld arm64e   /usr/lib/dyld
0x104cdc000 - 0x104ce7fff libobjc-trampolines.dylib arm64e   /usr/lib/libobjc-trampolines.dylib
0x10679c000 - 0x10679ffff MagicalMoments arm64e  <686e2c04b05935c7bafc8ba677c42a14> /System/Library/DuetExpertCenter/Experts/MagicalMoments.bundle/MagicalMoments
0x1067b8000 - 0x1067c7fff PeopleSuggester arm64e  <5a15c056c6b73b2592f1fe5bde308965> /System/Library/DuetExpertCenter/Experts/PeopleSuggester.bundle/PeopleSuggester
0x1067e4000 - 0x1067effff QueryPrediction arm64e   /System/Library/DuetExpertCenter/Experts/QueryPrediction.bundle/QueryPrediction
0x109690000 - 0x109693fff SystemFilter arm64e   /System/Library/DuetExpertCenter/Filters/SystemFilter.bundle/SystemFilter
0x1dd596000 - 0x1dd597fff libSystem.B.dylib arm64e  <6bbce85ee7223439b9e9ebf8a95b5910> /usr/lib/libSystem.B.dylib
0x1dd598000 - 0x1dd5f5fff libc++.1.dylib arm64e  <8f583bde2ad837ef88ab65c0eacc1a4b> /usr/lib/libc++.1.dylib
0x1dd5f6000 - 0x1dd609fff libc++abi.dylib arm64e  <1c322bfc45f730d2b2b4a4998f2183bd> /usr/lib/libc++abi.dylib
0x1dd60a000 - 0x1ddd91fff libobjc.A.dylib arm64e  <2c3e39908f1d3a0c886659587752c61d> /usr/lib/libobjc.A.dylib
0x1ddd92000 - 0x1ddd96fff libcache.dylib arm64e  <1d7948afe88c318d886d3f575715ad3b> /usr/lib/system/libcache.dylib
0x1ddd97000 - 0x1ddda6fff libcommonCrypto.dylib arm64e   /usr/lib/system/libcommonCrypto.dylib
0x1ddda7000 - 0x1dddaafff libcompiler_rt.dylib arm64e   /usr/lib/system/libcompiler_rt.dylib
0x1dddab000 - 0x1dddb3fff libcopyfile.dylib arm64e  <64053ff99cf13b4c8258fb6d55206c38> /usr/lib/system/libcopyfile.dylib
0x1dddb4000 - 0x1dde17fff libcorecrypto.dylib arm64e  <4b7345fd51f43c8fa476e034ea80428d> /usr/lib/system/libcorecrypto.dylib
0x1dde18000 - 0x1dde52fff libdispatch.dylib arm64e  <2c406aa244293adaabf3962df6ced6a9> /usr/lib/system/libdispatch.dylib
0x1dde53000 - 0x1dde7ffff libdyld.dylib arm64e   /usr/lib/system/libdyld.dylib
0x1dde80000 - 0x1dde80fff liblaunch.dylib arm64e   /usr/lib/system/liblaunch.dylib
0x1dde81000 - 0x1dde86fff libmacho.dylib arm64e   /usr/lib/system/libmacho.dylib
0x1dde87000 - 0x1dde88fff libremovefile.dylib arm64e  <36fce24bed7e35258b71007d72c5f284> /usr/lib/system/libremovefile.dylib
0x1dde89000 - 0x1ddea0fff libsystem_asl.dylib arm64e  <718f8a86e38b324ea80e7d3740b44696> /usr/lib/system/libsystem_asl.dylib
0x1ddea1000 - 0x1ddea1fff libsystem_blocks.dylib arm64e  <44c66cda16a9397d81f7dbcd3e519927> /usr/lib/system/libsystem_blocks.dylib
0x1ddea2000 - 0x1ddf21fff libsystem_c.dylib arm64e   /usr/lib/system/libsystem_c.dylib
0x1ddf22000 - 0x1ddf26fff libsystem_configuration.dylib arm64e   /usr/lib/system/libsystem_configuration.dylib
0x1ddf27000 - 0x1ddf2efff libsystem_containermanager.dylib arm64e   /usr/lib/system/libsystem_containermanager.dylib
0x1ddf2f000 - 0x1ddf30fff libsystem_coreservices.dylib arm64e   /usr/lib/system/libsystem_coreservices.dylib
0x1ddf31000 - 0x1ddf37fff libsystem_darwin.dylib arm64e  <370802bf9c04304dacf93a1b6a37acdf> /usr/lib/system/libsystem_darwin.dylib
0x1ddf38000 - 0x1ddf3efff libsystem_dnssd.dylib arm64e  <4bf521fee7613ef5958ab9c5265ded74> /usr/lib/system/libsystem_dnssd.dylib
0x1ddf3f000 - 0x1ddf7ffff libsystem_info.dylib arm64e  <5cc0b5a5d1de3b92b0c6024373ebd92c> /usr/lib/system/libsystem_info.dylib
0x1ddf80000 - 0x1ddfaafff libsystem_kernel.dylib arm64e  <8fd24e03ee0d3c5480ec4ffed64cee31> /usr/lib/system/libsystem_kernel.dylib
0x1ddfab000 - 0x1ddfd8fff libsystem_m.dylib arm64e   /usr/lib/system/libsystem_m.dylib
0x1ddfd9000 - 0x1ddffcfff libsystem_malloc.dylib arm64e   /usr/lib/system/libsystem_malloc.dylib
0x1ddffd000 - 0x1de009fff libsystem_networkextension.dylib arm64e  <46bbd031eb083878bb4055119e621ec0> /usr/lib/system/libsystem_networkextension.dylib
0x1de00a000 - 0x1de010fff libsystem_notify.dylib arm64e  <0108e3d01ac431469198fcea886d1b13> /usr/lib/system/libsystem_notify.dylib
0x1de011000 - 0x1de017fff libsystem_platform.dylib arm64e   /usr/lib/system/libsystem_platform.dylib
0x1de018000 - 0x1de022fff libsystem_pthread.dylib arm64e   /usr/lib/system/libsystem_pthread.dylib
0x1de023000 - 0x1de025fff libsystem_sandbox.dylib arm64e  <452634c6a85a3a7ca453ec1a3463c488> /usr/lib/system/libsystem_sandbox.dylib
0x1de026000 - 0x1de02dfff libsystem_symptoms.dylib arm64e  <203edd3c04cd3f6d807ffe93b6b01262> /usr/lib/system/libsystem_symptoms.dylib
0x1de02e000 - 0x1de043fff libsystem_trace.dylib arm64e  <5879c593fd0c37d4a9ed1cb96564a324> /usr/lib/system/libsystem_trace.dylib
0x1de044000 - 0x1de049fff libunwind.dylib arm64e   /usr/lib/system/libunwind.dylib
0x1de04a000 - 0x1de079fff libxpc.dylib arm64e  <4e46c7197c30371d912ade993491b29d> /usr/lib/system/libxpc.dylib
0x1de07a000 - 0x1de2e2fff libicucore.A.dylib arm64e  <5df0fa200102386b8ace17f24c023440> /usr/lib/libicucore.A.dylib
0x1de2e3000 - 0x1de2f4fff libz.1.dylib arm64e  <70d3cfa94ec2333dad09026efbf2fe9e> /usr/lib/libz.1.dylib
0x1de2f5000 - 0x1de660fff CoreFoundation arm64e  <5a8ee6e97b45355c99c21026cf710b0a> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1de661000 - 0x1de671fff libbsm.0.dylib arm64e  <354f52f6162d3999bf1873b5b6d204f8> /usr/lib/libbsm.0.dylib
0x1de672000 - 0x1de672fff libenergytrace.dylib arm64e   /usr/lib/libenergytrace.dylib
0x1de673000 - 0x1de702fff IOKit arm64e   /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x1de703000 - 0x1de7edfff libxml2.2.dylib arm64e  <608a65a042863f3fb7d52e668f1f49a6> /usr/lib/libxml2.2.dylib
0x1de7ee000 - 0x1de7fbfff libbz2.1.0.dylib arm64e  <0a782ae141f03d549079e7d66204c6fd> /usr/lib/libbz2.1.0.dylib
0x1de7fc000 - 0x1de814fff liblzma.5.dylib arm64e  <981cf449759234778661ceb72e5f1200> /usr/lib/liblzma.5.dylib
0x1de815000 - 0x1de98efff libsqlite3.dylib arm64e   /usr/lib/libsqlite3.dylib
0x1de98f000 - 0x1de9c3fff libMobileGestalt.dylib arm64e   /usr/lib/libMobileGestalt.dylib
0x1de9c4000 - 0x1ded97fff CFNetwork arm64e   /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x1ded98000 - 0x1df0b6fff Foundation arm64e   /System/Library/Frameworks/Foundation.framework/Foundation
0x1df0b7000 - 0x1df1c8fff Security arm64e   /System/Library/Frameworks/Security.framework/Security
0x1df1c9000 - 0x1df236fff SystemConfiguration arm64e  <76addd04a1a338d4b8e6494484a7109a> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x1df237000 - 0x1df26cfff libCRFSuite.dylib arm64e  <4817428ea85c3f35b7b13d2ae91a36e9> /usr/lib/libCRFSuite.dylib
0x1df26d000 - 0x1df283fff libapple_nghttp2.dylib arm64e  <438bebef603e35fdaa1274fbd6597897> /usr/lib/libapple_nghttp2.dylib
0x1df284000 - 0x1df2adfff libarchive.2.dylib arm64e   /usr/lib/libarchive.2.dylib
0x1df37f000 - 0x1df395fff libcoretls.dylib arm64e  <5823956c7b0638d6bb9dbb32f92b07e6> /usr/lib/libcoretls.dylib
0x1df396000 - 0x1df397fff libcoretls_cfhelpers.dylib arm64e  <014148c0309a3c77a232acbe5130f110> /usr/lib/libcoretls_cfhelpers.dylib
0x1df398000 - 0x1df399fff liblangid.dylib arm64e  <8363857b9216373d901f48b1969ecc72> /usr/lib/liblangid.dylib
0x1df39a000 - 0x1df713fff libnetwork.dylib arm64e  <14bf5b1a49fa36babfa6e9826faccaf0> /usr/lib/libnetwork.dylib
0x1df714000 - 0x1df74ffff libpcap.A.dylib arm64e   /usr/lib/libpcap.A.dylib
0x1df7ae000 - 0x1df7bafff IOSurface arm64e   /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1df7bb000 - 0x1df870fff libBLAS.dylib arm64e  <27f2e7066bc13d088f38b5a5ab2d6588> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1df871000 - 0x1dfb91fff libLAPACK.dylib arm64e   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1dfb92000 - 0x1dfe05fff vImage arm64e  <38fd1d46470231eab91d1f8682de172c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1dfe06000 - 0x1dfe17fff libSparseBLAS.dylib arm64e  <88d5304d15683d518e98f67fc5372524> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1dfe18000 - 0x1dfe74fff libvMisc.dylib arm64e  <218b2d2591563ea18bd534b0a956a5bf> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1dfe75000 - 0x1dfea5fff libBNNS.dylib arm64e   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1dfea6000 - 0x1dfebafff libLinearAlgebra.dylib arm64e  <7277c361246b36aaa56ba86f6ab7c162> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1dfebb000 - 0x1dfebffff libQuadrature.dylib arm64e  <56a316d9893f37b1a4110c71a765a8b8> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1dfec0000 - 0x1dff30fff libSparse.dylib arm64e  <14908ad640c23cafa163fa35bf594f3b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1dff31000 - 0x1dffc0fff libvDSP.dylib arm64e  <6c406b930a7635ae941803e7e261cb26> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1dffc1000 - 0x1dffc1fff vecLib arm64e   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1dffc2000 - 0x1dffc2fff Accelerate arm64e  <166be70fb60e317c83d2de668b44ceff> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1dffc3000 - 0x1dffdbfff libcompression.dylib arm64e  <38d567b85d9934309e2dc0908b23cdcb> /usr/lib/libcompression.dylib
0x1dffdc000 - 0x1e058afff CoreGraphics arm64e  <330505f7b859356d9a408c3d05fafc23> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1e058b000 - 0x1e0590fff IOAccelerator arm64e  <2279433588d83bd7aeabb8c122c26412> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1e0591000 - 0x1e0596fff libCoreFSCache.dylib arm64e   /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1e0597000 - 0x1e0642fff Metal arm64e  <8a3b381bde4a3e2c88b803cc4e387378> /System/Library/Frameworks/Metal.framework/Metal
0x1e0643000 - 0x1e0655fff GraphicsServices arm64e   /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1e0656000 - 0x1e0656fff MobileCoreServices arm64e  <8f6f021944083240b2cff1be559efb8b> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1e0657000 - 0x1e0659fff IOSurfaceAccelerator arm64e   /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1e065a000 - 0x1e069cfff AppleJPEG arm64e  <03683b81a6d33afca1aa9abc9ab98608> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1e069d000 - 0x1e0c74fff ImageIO arm64e  <4adac0d0fdac3738bd2533208dd68bdb> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x1e0c75000 - 0x1e0cebfff BaseBoard arm64e   /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x1e0cec000 - 0x1e0d04fff AssertionServices arm64e  <6995bfe8827d356c92a541b424477987> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1e0d05000 - 0x1e0d0dfff CorePhoneNumbers arm64e  <5100d0e8da363307823b5bdc2a7c8fd6> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1e0d0e000 - 0x1e0d53fff AppSupport arm64e  <5b28537c691d3050b45cbaa9b6da1e32> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x1e0d54000 - 0x1e0d6dfff CrashReporterSupport arm64e  <9802a7d7e7e9383a95c4a6732ff97509> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1e0d6e000 - 0x1e0d73fff AggregateDictionary arm64e  <57efae27ccfb3d4fa1693455c9b6a564> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1e0d74000 - 0x1e0dfbfff libTelephonyUtilDynamic.dylib arm64e  <2e5fd33800af381db9b4e959d7df5f1d> /usr/lib/libTelephonyUtilDynamic.dylib
0x1e0dfc000 - 0x1e0e1bfff ProtocolBuffer arm64e   /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1e0e1c000 - 0x1e0e4dfff MobileKeyBag arm64e  <771df16d48353ecdb5196db8ae37c58d> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1e0e4e000 - 0x1e0e8bfff BackBoardServices arm64e  <56adea4b7722328ebd2f33b13451623f> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1e0e8c000 - 0x1e0ef8fff FrontBoardServices arm64e   /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1e0ef9000 - 0x1e0f42fff SpringBoardServices arm64e   /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1e0f43000 - 0x1e0f57fff PowerLog arm64e   /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1e0f58000 - 0x1e0f74fff CommonUtilities arm64e  <2a67c463656133c2a89246d0806b1fd0> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1e0f75000 - 0x1e0f80fff liblockdown.dylib arm64e  <402bb95124d93f05a437a9956f99c2d3> /usr/lib/liblockdown.dylib
0x1e0f81000 - 0x1e12c9fff CoreData arm64e   /System/Library/Frameworks/CoreData.framework/CoreData
0x1e12ca000 - 0x1e12d1fff TCC arm64e   /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1e12d2000 - 0x1e12dafff libcupolicy.dylib arm64e  <3fb1fef2a922392dbd90a7d5d6b16e54> /usr/lib/libcupolicy.dylib
0x1e12db000 - 0x1e13bafff CoreTelephony arm64e   /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x1e13bb000 - 0x1e141ffff Accounts arm64e  <63409cb0fc2c359083e56786b5349540> /System/Library/Frameworks/Accounts.framework/Accounts
0x1e1420000 - 0x1e1449fff AppleSauce arm64e  <17c02a7db618364f92c38d386e449b2f> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1e144a000 - 0x1e1453fff DataMigration arm64e   /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1e1454000 - 0x1e145bfff Netrb arm64e  <3e7d7a1d9a04371c99e674d5817565a3> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1e145c000 - 0x1e1490fff PersistentConnection arm64e  <43d34386fae83cdb9c85a32ae601c7f5> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1e1491000 - 0x1e14a2fff libmis.dylib arm64e  <1dc1210ffbee3602a9e9b0ef2debc12d> /usr/lib/libmis.dylib
0x1e14a3000 - 0x1e15affff ManagedConfiguration arm64e  <37cc39a1a96533369f1de5425ec992d4> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x1e15b0000 - 0x1e15b5fff libReverseProxyDevice.dylib arm64e  <24d2a5d90f913b6ca5f4f45912678a7a> /usr/lib/libReverseProxyDevice.dylib
0x1e15b6000 - 0x1e15c8fff libamsupport.dylib arm64e  <09946cc458683a6d9e17dab5514ecaee> /usr/lib/libamsupport.dylib
0x1e15c9000 - 0x1e15cefff libCoreVMClient.dylib arm64e   /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1e15cf000 - 0x1e15d0fff libCVMSPluginSupport.dylib arm64e  <5da68b8c1dfc366ebbd25a63f92a7e31> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1e15d1000 - 0x1e15d4fff libutil.dylib arm64e   /usr/lib/libutil.dylib
0x1e15d5000 - 0x1e1614fff libGLImage.dylib arm64e   /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1e1615000 - 0x1e168dfff APFS arm64e  <4ad7a5990b4d3719aba2d4564be97a65> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1e168e000 - 0x1e16bffff MediaKit arm64e  <0f6d6701b760390997be216adb6fef58> /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit
0x1e16c0000 - 0x1e16dcfff libSERestoreInfo.dylib arm64e  <1442d02bdc2636048a4d452892b3ada3> /usr/lib/updaters/libSERestoreInfo.dylib
0x1e16e3000 - 0x1e1722fff DiskImages arm64e  <5f532fe4cc493ecfaf051861ba315113> /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
0x1e1723000 - 0x1e172cfff libGFXShared.dylib arm64e  <4f48c53532103c42ab60d091d79b82fe> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1e172d000 - 0x1e177bfff libauthinstall.dylib arm64e   /usr/lib/libauthinstall.dylib
0x1e177c000 - 0x1e1785fff IOMobileFramebuffer arm64e  <4b5d812aabde3f399f3e4b24c91ff783> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1e1786000 - 0x1e1793fff OpenGLES arm64e  <697541299ba83a9c9b16bef2e5891386> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1e1794000 - 0x1e1831fff ColorSync arm64e   /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1e1832000 - 0x1e1862fff CoreVideo arm64e   /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1e1863000 - 0x1e1864fff libCTGreenTeaLogger.dylib arm64e  <881979ce4a7537d091ce2eda6112368d> /usr/lib/libCTGreenTeaLogger.dylib
0x1e1865000 - 0x1e19d9fff CoreAudio arm64e  <08c94932aad13b27b7874e5c5b0340be> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1e19fd000 - 0x1e1a00fff UserFS arm64e  <48be0ceb9f653cc8b8e3304a49cc15ee> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x1e1a01000 - 0x1e1ba2fff CoreMedia arm64e  <47c9db8e40d53098873d18394e84aad5> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1e1ba3000 - 0x1e1bb6fff libprotobuf-lite.dylib arm64e  <02e08e7e35d632a8b6f58c37c4cdbb43> /usr/lib/libprotobuf-lite.dylib
0x1e1bb7000 - 0x1e1c1efff libprotobuf.dylib arm64e  <5978999a594832549dd368350dd00ebf> /usr/lib/libprotobuf.dylib
0x1e1c1f000 - 0x1e1f3afff libAWDSupportFramework.dylib arm64e  <20335f9ca42b3528af7b2f5a253f9777> /usr/lib/libAWDSupportFramework.dylib
0x1e1f3b000 - 0x1e1f83fff WirelessDiagnostics arm64e   /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x1e1f84000 - 0x1e2044fff ************ arm64e  <89aae172256e32c1b0cb1dd0a92df66a> /System/Library/Frameworks/************.framework/************
0x1e2045000 - 0x1e2155fff libFontParser.dylib arm64e   /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1e2156000 - 0x1e2156fff FontServices arm64e   /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1e2157000 - 0x1e22acfff CoreText arm64e  <12a8816148b93485abcaf28ac2f8311c> /System/Library/Frameworks/CoreText.framework/CoreText
0x1e22ad000 - 0x1e22bcfff IntlPreferences arm64e  <7b5c08c93cee3715bbd3135639c0bc60> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1e22bd000 - 0x1e22c7fff RTCReporting arm64e   /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1e22c8000 - 0x1e2341fff CoreBrightness arm64e  <4ceea095bebf3e309a2ac2ee6dda1c82> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1e2342000 - 0x1e234cfff libAudioStatistics.dylib arm64e   /usr/lib/libAudioStatistics.dylib
0x1e234d000 - 0x1e2961fff AudioToolbox arm64e  <9b3c05a70142351cb0620bf9556933d6> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x1e2962000 - 0x1e2ba1fff QuartzCore arm64e  <2a37bd6145543d5197e932403a5943f7> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x1e2ba2000 - 0x1e2badfff MediaAccessibility arm64e  <3ceba65d08503e378a7092e7de5215b4> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1e2bae000 - 0x1e2ca0fff libiconv.2.dylib arm64e   /usr/lib/libiconv.2.dylib
0x1e2ca1000 - 0x1e2cbdfff NetworkStatistics arm64e  <1d924d5e43e33d2b9bdedb346cc03edb> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1e2cbe000 - 0x1e2cdcfff MPSCore arm64e   /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1e2cdd000 - 0x1e2d51fff MPSImage arm64e  <700f2e25461a3e759bec122bc704b1f0> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1e2d52000 - 0x1e2d76fff MPSMatrix arm64e  <9d8b2eb491443d40b252cc7641e83245> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1e2d77000 - 0x1e2d85fff CoreAUC arm64e  <7da324c38eb2340395db779e268e5860> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1e2d86000 - 0x1e342efff MediaToolbox arm64e   /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1e342f000 - 0x1e359bfff MPSNeuralNetwork arm64e  <82786d4c851b39aa904a95d53accd0ed> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1e359c000 - 0x1e359cfff MetalPerformanceShaders arm64e  <9a04edced21d307087d6b9cf2b6cc22e> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1e359d000 - 0x1e39bafff FaceCore arm64e  <2d84e45ba5ca379e8eb4e6f16a87dbb9> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1e39bb000 - 0x1e39c8fff GraphVisualizer arm64e  <083f3389d8b830b9bf8de10999ce216d> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1e39c9000 - 0x1e3b7afff libFosl_dynamic.dylib arm64e  <157551dd7862337a8f343634e73a69cd> /usr/lib/libFosl_dynamic.dylib
0x1e3b7b000 - 0x1e3e21fff CoreImage arm64e   /System/Library/Frameworks/CoreImage.framework/CoreImage
0x1e3e22000 - 0x1e405afff CoreMotion arm64e  <6c03fd089c8d3f79ab75e9d3648660fd> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x1e405b000 - 0x1e408bfff CoreBluetooth arm64e   /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1e408c000 - 0x1e40b0fff PlugInKit arm64e  <95223edd93523c7bb1e076f39caf309d> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1e40b1000 - 0x1e4335fff ********* arm64e  <79ba72efdcb438eea93e79ebeb6517e1> /System/Library/PrivateFrameworks/*********.framework/*********
0x1e4336000 - 0x1e43c1fff Quagga arm64e   /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1e43c2000 - 0x1e44c3fff AVFAudio arm64e   /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x1e44c4000 - 0x1e46e2fff AVFoundation arm64e  <7d9f04cfc77736689d832d55395fd34d> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1e46e3000 - 0x1e4703fff CacheDelete arm64e  <1e0eae9a93c73771963560943c15c3ec> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1e4704000 - 0x1e4741fff StreamingZip arm64e  <84b7b4acc972330dbdaa1e79447cb4ab> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1e4742000 - 0x1e4754fff CoreEmoji arm64e  <42f413630a6a3ad0a630c768aa6652f9> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1e4755000 - 0x1e47a5fff CoreLocationProtobuf arm64e  <04ce10c0846533caa1e2d608bd619259> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1e47a6000 - 0x1e47aefff SymptomDiagnosticReporter arm64e  <8c0bd09fdbb535dab1af4930b0a8857d> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1e47af000 - 0x1e51e5fff GeoServices arm64e  <7f1a9e5aaba034debe3d92627690e715> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x1e51e6000 - 0x1e5200fff MobileAsset arm64e   /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1e5201000 - 0x1e5240fff Lexicon arm64e  <43baf7d49b6139b3909ed5b670c71165> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x1e5241000 - 0x1e5252fff libcmph.dylib arm64e   /usr/lib/libcmph.dylib
0x1e5253000 - 0x1e5384fff LanguageModeling arm64e  <3888074aadc23b80a2548f8061aec13b> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x1e539d000 - 0x1e5441fff CoreLocation arm64e  <69d8e928e5d73a9e92bb8407fac973b0> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x1e5442000 - 0x1e5442fff PhoneNumbers arm64e  <6d9d24e012b33c2692c51531d91b0730> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1e5443000 - 0x1e544efff libChineseTokenizer.dylib arm64e  <43b8cb592b9c3edeada0f62cd5f27835> /usr/lib/libChineseTokenizer.dylib
0x1e545b000 - 0x1e5517fff libmecab_em.dylib arm64e  <061d82abaf2b3b7797f60a063d7db41a> /usr/lib/libmecab_em.dylib
0x1e5518000 - 0x1e5519fff libThaiTokenizer.dylib arm64e   /usr/lib/libThaiTokenizer.dylib
0x1e551a000 - 0x1e551efff libgermantok.dylib arm64e  <560f6e8aadcf3b5592e84c13575df41a> /usr/lib/libgermantok.dylib
0x1e551f000 - 0x1e558ffff CoreNLP arm64e   /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x1e5590000 - 0x1e5764fff MobileSpotlightIndex arm64e   /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1e5765000 - 0x1e57ccfff CoreSpotlight arm64e   /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x1e63fa000 - 0x1e63fffff libheimdal-asn1.dylib arm64e  <77a6a36940063151a4781d5348f5ec92> /usr/lib/libheimdal-asn1.dylib
0x1e6400000 - 0x1e647afff libate.dylib arm64e  <7aa1f89ca4eb311391dee6781852b197> /usr/lib/libate.dylib
0x1e647b000 - 0x1e6524fff TextureIO arm64e   /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1e6525000 - 0x1e65ebfff CoreUI arm64e   /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1e65ec000 - 0x1e65f9fff MobileIcons arm64e   /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1e65fa000 - 0x1e6608fff AppleFSCompression arm64e  <7c2bfd82f400391393d023dfa44e43ff> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1e6609000 - 0x1e6673fff TextInput arm64e  <3fd5197f8d1e3aeeb7957347bae50d76> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x1e6674000 - 0x1e669dfff libxslt.1.dylib arm64e   /usr/lib/libxslt.1.dylib
0x1e669e000 - 0x1e66d3fff DataDetectorsCore arm64e  <863ec21bf68d34bdb09b389e775bc64f> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1e66d4000 - 0x1e6773fff FileProvider arm64e   /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1e6774000 - 0x1e6889fff NLP arm64e   /System/Library/PrivateFrameworks/NLP.framework/NLP
0x1e6963000 - 0x1e6979fff libAccessibility.dylib arm64e   /usr/lib/libAccessibility.dylib
0x1e6e38000 - 0x1e6eaafff ContactsFoundation arm64e   /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x1e89cc000 - 0x1e89fefff DataAccessExpress arm64e  <433b0758932b371c94b09b384e42614d> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1e89ff000 - 0x1e8a9bfff AddressBookLegacy arm64e  <953c66b44ddf3d5faaa2031269ca7faf> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x1e8a9c000 - 0x1e8af9fff ProtectedCloudStorage arm64e  <88e5abe03a9b386e9b801de49a2326cf> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1e8afa000 - 0x1e8b30fff UserNotifications arm64e  <84b3549bbf813a1299ef5a37073e7b3a> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1e8b31000 - 0x1e8b3cfff AppleIDAuthSupport arm64e  <83c2b709478339f0b428f2b35ce61a84> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1e8b3d000 - 0x1e8b9bfff AuthKit arm64e  <34916683c40838b595b1d5f786c429ef> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x1e8b9c000 - 0x1e8bdcfff DictionaryServices arm64e  <7071c721bc6e3834ace4d32c7ac3c8cd> /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
0x1e8bf3000 - 0x1e8c01fff HangTracer arm64e  <88becd75343e38778d2b5f058492c9a6> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1e8c5c000 - 0x1e8d4bfff UIFoundation arm64e  <50b82c0701c636d4b578ac61456ab385> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x1e8d4c000 - 0x1e8e79fff CloudKit arm64e  <3a7182c680d239c4a6dc6eaf59b077d0> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x1e8e7a000 - 0x1e8e81fff IntentsFoundation arm64e  <1821e496b84833a0a25c00ae6f6b6200> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1e8e82000 - 0x1e9176fff Intents arm64e   /System/Library/Frameworks/Intents.framework/Intents
0x1e9177000 - 0x1e918ffff libresolv.9.dylib arm64e  <935c25c1308d32c1ac339ca67269f974> /usr/lib/libresolv.9.dylib
0x1e9190000 - 0x1e9192fff CoreDuetDebugLogging arm64e   /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1e9193000 - 0x1e91c4fff libtidy.A.dylib arm64e  <7f815691e8ea31c3b2df874d7868cde3> /usr/lib/libtidy.A.dylib
0x1e91c5000 - 0x1e939dfff CoreDuet arm64e  <22a022f142153d18b9c8e5b9cf96dd0b> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x1e939e000 - 0x1e93c2fff CoreDuetContext arm64e   /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x1e93c3000 - 0x1e93d5fff CoreDuetDaemonProtocol arm64e   /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1e93d6000 - 0x1e9442fff IMFoundation arm64e   /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x1e9443000 - 0x1e9475fff vCard arm64e  <459368fc1a1f3708b5db24774762a5fa> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1e9476000 - 0x1e959dfff Contacts arm64e   /System/Library/Frameworks/Contacts.framework/Contacts
0x1e959e000 - 0x1e959ffff DiagnosticLogCollection arm64e  <03ad24e1605e37e99a4e90c660a30e32> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x1e95a0000 - 0x1e95a1fff Marco arm64e  <3ccfe4c7494f3b679c4b612ef44a39d4> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1e95a2000 - 0x1e95a9fff MessageProtection arm64e   /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection
0x1e95aa000 - 0x1e98cdfff StoreServices arm64e  <671bbb2cde593b109cba95359e6b0345> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x1e98ce000 - 0x1e98e6fff Engram arm64e  <1fec89448bcc3e36b2aa25776a064bb7> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1e98e7000 - 0x1e9a02fff IDSFoundation arm64e  <3e5df4ed1fef383b97bc0d1689f3e4bb> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x1e9a03000 - 0x1e9a0efff CaptiveNetwork arm64e   /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1e9a0f000 - 0x1e9a40fff EAP8021X arm64e  <6fae4a240ef735e1b744f83318c0ca95> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1e9a41000 - 0x1e9a7efff MobileWiFi arm64e   /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1e9a7f000 - 0x1e9a81fff OAuth arm64e   /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1e9a82000 - 0x1e9a84fff CommonAuth arm64e  <2268e70717833cd29197dac8cd403503> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x1e9a85000 - 0x1e9af6fff Heimdal arm64e  <43e253b54cd03c72b02289b8188e0b52> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x1e9af7000 - 0x1e9b20fff GSS arm64e  <168d6b32066036b4866f4bdd268bdfc1> /System/Library/Frameworks/GSS.framework/GSS
0x1e9b21000 - 0x1e9b3bfff ApplePushService arm64e   /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1e9b3c000 - 0x1e9bd8fff AccountsDaemon arm64e  <06266c99231836dcab993db683ff8f0c> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x1e9bd9000 - 0x1e9bfbfff AppleIDSSOAuthentication arm64e  <4de96953500639d2928bee54ee006276> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1e9bfc000 - 0x1e9c82fff AppleAccount arm64e  <9069948b35c73f2ab0d4aa2b52865931> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1e9c83000 - 0x1e9ddefff CoreUtils arm64e   /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x1e9ddf000 - 0x1e9efafff IDS arm64e  <3bb6bfba098c3ec2a5a878510ae17e8e> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x1e9efb000 - 0x1e9f20fff MediaServices arm64e  <6db1930895853cf4a1d52b76c253b435> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x1e9f21000 - 0x1ea10efff MediaRemote arm64e  <3b8bd16448a23d80951709948f7cc83a> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x1ea10f000 - 0x1ea12afff UserManagement arm64e   /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1ea12b000 - 0x1ea13bfff MobileBluetooth arm64e   /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1ea13c000 - 0x1ea16dfff Bom arm64e  <07f8db94741132c39fbc2fba695e87d7> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1ea16e000 - 0x1ea172fff CommunicationsFilter arm64e  <3d060e19568037bfa655195d2d1b3c39> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1ea22e000 - 0x1ea239fff ProactiveEventTracker arm64e   /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x1ea23a000 - 0x1ea289fff ChunkingLibrary arm64e  <6f4a3d828c16349bbae61fbdfb4dc691> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1ea299000 - 0x1ea2befff AddressBook arm64e  <257e3d76506a36cb96ced19e04658ee6> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x1ebc05000 - 0x1ebc77fff CoreDAV arm64e  <85bd7573b60b367a9ef6ad832221c296> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1ebc78000 - 0x1ebcadfff iCalendar arm64e  <06a649b0e00039a4a53cbfa12665f7b2> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1ebcae000 - 0x1ebcbcfff PersonaKit arm64e  <1d30161db38e324fac142b468900f9cc> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1ebcbd000 - 0x1ebd17fff CalendarFoundation arm64e   /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x1ebd4a000 - 0x1ebdeafff CalendarDatabase arm64e  <09e10467fd7d3bafb612759bc5e623b5> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x1ebdeb000 - 0x1ebe45fff CalendarDaemon arm64e   /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1ebfc9000 - 0x1ec0bdfff EventKit arm64e  <286b744829f53b249748a07bc01f00ce> /System/Library/Frameworks/EventKit.framework/EventKit
0x1ec3a4000 - 0x1ec3affff CoreRecents arm64e  <625b4f40870933a981b4336f51ba1af7> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1ec94f000 - 0x1ec9ddfff CoreSymbolication arm64e  <6cf817f2bddc34368c3455346616ee23> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1ec9de000 - 0x1ecb26fff SearchFoundation arm64e  <134572e8476e3950955db754c2d01ee4> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x1ecb27000 - 0x1ecb2dfff IncomingCallFilter arm64e  <55819626c3b43d2faa0c430471f58b45> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x1ecd4e000 - 0x1ecd56fff CoreTime arm64e   /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1ecd57000 - 0x1ecdaafff CoreAppleCVA arm64e   /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA
0x1ecded000 - 0x1ecf96fff AppleCVA arm64e  <90523088746c3e56831411a9937cd475> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA
0x1ecf97000 - 0x1ed038fff Montreal arm64e   /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x1ed039000 - 0x1ed34bfff Espresso arm64e  <71bab56531593aa8ae6a30ae08f1440c> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1ed358000 - 0x1ed35efff MobileSystemServices arm64e   /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1ed571000 - 0x1ed7d1fff CoreML arm64e  <361fce6437113d709b3f0711adf3d444> /System/Library/Frameworks/CoreML.framework/CoreML
0x1ed7d2000 - 0x1ed7d5fff CoreOptimization arm64e  <57c6e9a3a3a73277a2daab34f2470d64> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1ed836000 - 0x1ed890fff CorePrediction arm64e  <2762ecb1d8d63369ad0e069325494ca5> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1ed99d000 - 0x1ed9b7fff ContactsDonation arm64e  <13cad54a94f33810b939a18d8c9836b5> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1ed9e5000 - 0x1eda62fff NanoRegistry arm64e  <14c4cbcb10f63cc3b225bb7aaa514e31> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1eda63000 - 0x1edabafff ToneLibrary arm64e   /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1ee539000 - 0x1ee5dffff BulletinBoard arm64e  <7616842a03313e55a7c4f700f509a31b> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
0x1ee5e0000 - 0x1ee5e5fff ConstantClasses arm64e  <2f251dd35d483f88975d1ebaaf97ed1b> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x1efac7000 - 0x1efad7fff NanoPreferencesSync arm64e   /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1eff57000 - 0x1eff7dfff MobileInstallation arm64e  <8b42fdd7e29438d683ba0383cb46cb55> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1eff7e000 - 0x1eff85fff EmailAddressing arm64e  <7f77bb53137036d2958572e42fba97ac> /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
0x1eff8c000 - 0x1eff8efff InternationalTextSearch arm64e  <311e61d5896c33e08089f426bde65805> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1effed000 - 0x1f0025fff ProactiveSupport arm64e   /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1f04ca000 - 0x1f04e4fff CloudServices arm64e   /System/Library/PrivateFrameworks/CloudServices.framework/CloudServices
0x1f0590000 - 0x1f05a3fff KeychainCircle arm64e   /System/Library/PrivateFrameworks/KeychainCircle.framework/KeychainCircle
0x1f060d000 - 0x1f062cfff CoreCDP arm64e  <69aff4844e50302594880d041fc260da> /System/Library/PrivateFrameworks/CoreCDP.framework/CoreCDP
0x1f062d000 - 0x1f0645fff CoreFollowUp arm64e  <27d96f1c5d073ddfb28ae008f632e46b> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1f0646000 - 0x1f06bcfff CoreSuggestions arm64e  <046fd5a4b3ca354e96f002ec5f4de191> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x1f0b27000 - 0x1f0bcdfff CoreParsec arm64e   /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x1f0bce000 - 0x1f0bfefff AirTraffic arm64e  <14b295787bd230a39f655fe3962b3976> /System/Library/PrivateFrameworks/AirTraffic.framework/AirTraffic
0x1f0c76000 - 0x1f0d42fff VideoSubscriberAccount arm64e  <3561d9471e753860be61e7669548a8e6> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x1f106d000 - 0x1f106ffff ParsecSubscriptionServiceSupport arm64e  <70d4d1c99b3c3d6fb5265d23ce1c00e4> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x1f13bc000 - 0x1f13c9fff SetupAssistantSupport arm64e  <8cd7482744b13dd1af7499d3c4306add> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1f13ca000 - 0x1f13f6fff SetupAssistant arm64e  <86977e27df0b3343b553b55ed58f1205> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1f13f7000 - 0x1f1436fff CoreRoutine arm64e  <8c40c352f1af3e94a93147a988b74896> /System/Library/PrivateFrameworks/CoreRoutine.framework/CoreRoutine
0x1f1437000 - 0x1f143ffff DistributedEvaluation arm64e  <8ba97b940d703d1da74c3d5da660f82f> /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation
0x1f1440000 - 0x1f1443fff HSAAuthentication arm64e  <745e479c9daa3df5a9ad60522ea2a621> /System/Library/PrivateFrameworks/HSAAuthentication.framework/HSAAuthentication
0x1f144f000 - 0x1f1493fff ContentIndex arm64e   /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x1f1722000 - 0x1f1a77fff PassKitCore arm64e  <0fe4fc28886d3ca08b9d572618f3cd22> /System/Library/PrivateFrameworks/PassKitCore.framework/PassKitCore
0x1f214c000 - 0x1f2152fff LinguisticData arm64e  <44783de196a13206bef1b0ee72a13fff> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1f28ba000 - 0x1f28e3fff AppPredictionClient arm64e  <8326c4a9249638f3b3cc5297ed56bdea> /System/Library/PrivateFrameworks/AppPredictionClient.framework/AppPredictionClient
0x1f2a4a000 - 0x1f2a6bfff GenerationalStorage arm64e   /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1f2fa4000 - 0x1f2ff0fff DuetExpertCenter arm64e  <2a19e2c0eaa03b12880510dbc2c680a0> /System/Library/PrivateFrameworks/DuetExpertCenter.framework/DuetExpertCenter
0x1f300c000 - 0x1f3105fff CompanionSync arm64e  <9f7cdf39783d3fb4a3ebb77c3afd9b4a> /System/Library/PrivateFrameworks/CompanionSync.framework/CompanionSync
0x1f313b000 - 0x1f313ffff AppPreferenceClient arm64e   /System/Library/PrivateFrameworks/AppPreferenceClient.framework/AppPreferenceClient
0x1f3140000 - 0x1f3183fff PersonalizationPortrait arm64e   /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait
0x1f3184000 - 0x1f3195fff ProactiveMagicalMoments arm64e  <7a54b725beae35128f420c20e494815d> /System/Library/PrivateFrameworks/ProactiveMagicalMoments.framework/ProactiveMagicalMoments
0x1f3509000 - 0x1f36cdfff AppPredictionInternal arm64e  <9f6e9166f54f35bb90440d980b2528d8> /System/Library/PrivateFrameworks/AppPredictionInternal.framework/AppPredictionInternal
0x1f3c4b000 - 0x1f3c95fff Pasteboard arm64e  <0866a2a214103a70b9ad133eaf6b0252> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
0x1f3ceb000 - 0x1f3cfdfff MobileDeviceLink arm64e  <4071d25c21163841908345a33232beea> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x1f3dee000 - 0x1f3e37fff MobileBackup arm64e   /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x1f4e5b000 - 0x1f4e7ffff DuetActivityScheduler arm64e  <7e4631f7b64832cb8dd28b376730041d> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x1f5135000 - 0x1f5140fff AppConduit arm64e   /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1f5b0b000 - 0x1f5b66fff CallKit arm64e  <24b493decf7e375687e03094bc604922> /System/Library/Frameworks/CallKit.framework/CallKit
0x1f68f4000 - 0x1f6948fff LoggingSupport arm64e  <3e1581528795370793d2cec921f197fd> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1f8641000 - 0x1f8694fff CallHistory arm64e  <860772b198433e898a05d4601b823521> /System/Library/PrivateFrameworks/CallHistory.framework/CallHistory
0x1f8cc1000 - 0x1f8cd5fff IntentsCore arm64e  <8295688974693a2ebc2413bb63a55e38> /System/Library/PrivateFrameworks/IntentsCore.framework/IntentsCore
0x1f90d1000 - 0x1f9118fff Catalyst arm64e  <43af36bed08035d888505ad643adeed4> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
0x1f942d000 - 0x1f9432fff kperf arm64e  <16364cc5cd603f36961b8317d298f27d> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1f9691000 - 0x1f96bafff CellularPlanManager arm64e  <85b0885a25703454bb2e891dbce2531f> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x1f96bb000 - 0x1f9711fff DeviceManagement arm64e  <5d2cc053ebfd30f382a1aed7788cd370> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
0x1f98ad000 - 0x1f98b5fff kperfdata arm64e  <32ed013c7862339fa81fd50e460b88d4> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1f98f7000 - 0x1f98fffff libdscsym.dylib arm64e  <54d07c6a6fd93ccd96265079975c665f> /usr/lib/libdscsym.dylib
0x1f9ccf000 - 0x1f9d0bfff ktrace arm64e  <212550ea11ed36088534c95aef8bc4a8> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1faa1d000 - 0x1faa8afff SpotlightServices arm64e  <63c1825ca8023f79b101a7f22a2bfca6> /System/Library/PrivateFrameworks/SpotlightServices.framework/SpotlightServices
0x1fbb54000 - 0x1fbb75fff Search arm64e  <18a7a1453bf3324aad34b7ffec096a04> /System/Library/PrivateFrameworks/Search.framework/Search
0x1fc4f1000 - 0x1fc505fff DeviceIdentity arm64e  <3064df0950183d30a922de8f0216b1f0> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1fe6a1000 - 0x1fe6defff Rapport arm64e  <5c18bdd630a53b9291bee5cb359abb92> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1fe71c000 - 0x1fe73afff SignpostSupport arm64e  <58b5fa1200e5381aa64fc4dd1693c83e> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1feac1000 - 0x1feac5fff SpotlightReceiver arm64e   /System/Library/PrivateFrameworks/SpotlightReceiver.framework/SpotlightReceiver
0x1ff14b000 - 0x1ff1b4fff UserActivity arm64e  <3ad95478644e336dbe33b78f380276d3> /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity
0x1ff6cb000 - 0x1ff6d2fff libMatch.1.dylib arm64e  <345ec91891073c0185ff950708e38f84> /usr/lib/libMatch.1.dylib
0x1ff71b000 - 0x1ff737fff libtailspin.dylib arm64e  <334e09f2ae0735968b3576ece76a06ab> /usr/lib/libtailspin.dylib
0x202402000 - 0x20240dfff ContextKit arm64e  <678d8eefe30030178470def5dd7e01cf> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
0x20268d000 - 0x2026b4fff CoreServicesInternal arm64e   /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x202d23000 - 0x202d2dfff Email arm64e   /System/Library/PrivateFrameworks/Email.framework/Email
0x202d43000 - 0x202d54fff libGSFontCache.dylib arm64e  <777def6aa307377db9024e4f535813b3> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x20492a000 - 0x20492efff InternationalSupport arm64e  <72137422f84234778ad0a5f22e6dfd75> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x206062000 - 0x206076fff QueryPredictionInternal arm64e  <73b4eb68f89b31e195172eb4c2fd8923> /System/Library/PrivateFrameworks/QueryPredictionInternal.framework/QueryPredictionInternal
0x2061a9000 - 0x2061b3fff SignpostCollection arm64e  <7c15afd0fe86359ab0b44a348ecdeff0> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x206273000 - 0x2062e4fff SpotlightDaemon arm64e   /System/Library/PrivateFrameworks/SpotlightDaemon.framework/SpotlightDaemon
0x206dbb000 - 0x206dcdfff libEDR arm64e  <561f11f3d112354187d07c94205bee0a> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x2078d3000 - 0x2078e0fff libMobileGestaltExtensions.dylib arm64e  <1b014a05179c31deb44aaa3c4e076592> /usr/lib/libMobileGestaltExtensions.dylib
0x2079f8000 - 0x2079f8fff libcharset.1.dylib arm64e  <955cee2f6c2835d99e31b1783aefb601> /usr/lib/libcharset.1.dylib
0x2084e0000 - 0x2084e1fff libsandbox.1.dylib arm64e  <58702253ce483d92b76419900b92b04e> /usr/lib/libsandbox.1.dylib
0x208bc9000 - 0x208d24fff CoreServices arm64e   /System/Library/Frameworks/CoreServices.framework/CoreServices
0x208d51000 - 0x208d6efff MPSRayIntersector arm64e   /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x208d9f000 - 0x208edafff Network arm64e  <5e6819d902ed36a0b56182aee9e58e3a> /System/Library/Frameworks/Network.framework/Network
0x208fac000 - 0x208fbafff ANEServices arm64e   /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x208fbf000 - 0x208fc1fff ASEProcessing arm64e  <06f3fa5c690639bf891d4a6588b8ce43> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x208fc2000 - 0x208fc9fff AXCoreUtilities arm64e   /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x208fe7000 - 0x208fe9fff ActionPredictionHeuristics arm64e  <9a016fcb820b38c7940f0290b5a46fc0> /System/Library/PrivateFrameworks/ActionPredictionHeuristics.framework/ActionPredictionHeuristics
0x208fea000 - 0x209004fff ActionPredictionHeuristicsInternal arm64e   /System/Library/PrivateFrameworks/ActionPredictionHeuristicsInternal.framework/ActionPredictionHeuristicsInternal
0x209211000 - 0x209219fff AppNotificationsLoggingClient arm64e  <9cdc2b137b283d038b15a6a79ef5c39b> /System/Library/PrivateFrameworks/AppNotificationsLoggingClient.framework/AppNotificationsLoggingClient
0x20924a000 - 0x209389fff AppleMediaServices arm64e  <62a1a13602043c20bd0ee9f19f86d946> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x20938a000 - 0x20939afff AppleNeuralEngine arm64e  <6ffd2208ea8a3dfabdc7570e2f6ffc3c> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x2096c9000 - 0x2096d4fff Categories arm64e   /System/Library/PrivateFrameworks/Categories.framework/Categories
0x209b3c000 - 0x209b41fff IdleTimerServices arm64e  <3cca9f85839536c988f86b318c7cb801> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x209bab000 - 0x209bd2fff MetadataUtilities arm64e  <597c4feb8b64304ab39f531a16d850ea> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x20a17c000 - 0x20a1cefff OTSVG arm64e  <273580a16ed0319496298acd2e026f84> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x20a400000 - 0x20a460fff ROCKit arm64e   /System/Library/PrivateFrameworks/ROCKit.framework/ROCKit
0x20a635000 - 0x20a647fff RemoteTextInput arm64e   /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x20a66d000 - 0x20a70afff SampleAnalysis arm64e  <244a2964a8023874a96e85d49e2b0aec> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x20a7e9000 - 0x20a7e9fff SignpostNotification arm64e  <1030af433524356cbf7e68094792b25d> /System/Library/PrivateFrameworks/SignpostNotification.framework/SignpostNotification
0x20a85b000 - 0x20a863fff StatsKit arm64e  <8aeb350e50633b04bbe770e46ff955ee> /System/Library/PrivateFrameworks/StatsKit.framework/StatsKit
0x20c562000 - 0x20c569fff URLFormatting arm64e  <245725e96c1032a3b2c9b6866f4172b1> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x20c72c000 - 0x20c73afff WorkflowKit arm64e  <792c9af6cb273061b88aab3258ae80c5> /System/Library/PrivateFrameworks/WorkflowKit.framework/WorkflowKit

It gave me errors about invalid characters when originally posting …

Yeah, DevForums can be snarky like that. I’m seeing some odd results from the crash reports you posted, and it’s not clear whether that’s because of the crash reports themselves or because of how they’ve been transported over DevForums. Please email me a copy of those reports. My email address is in my signature, below. Make sure to reference this thread.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Earlier I wrote:

I’m seeing some odd results from the crash reports you posted

donnywdavis emailed me the crash reports and they resolved that oddity.

As to what’s going on here, it’s likely that this is a known bug in how the system handles user activities (r. 44597210). We think that the bug is resolved in iOS 13 beta, so if you see the problem crop up there then please file a new bug, making sure to reference the previous one.

As to what’s going on, what type of values are you putting in the

userInfo
dictionary of the
NSUserActivity
? This is documented to accept a range of types (see here) but this crash is triggered by a value not being a string. Due to the way that things are implemented, this doesn’t cause problems all the time, but in some circumstances, like the one you’re seeing, you’ll see this crash.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Hey Quinn,


Sorry for the late reply. Was wrapped up in another feature and wanted to dig into this again from our side after your conclusion.


Thanks to your recommendation about the userInfo I was able to find the issue on our side that was trigger the crash. I removed all properties and kept adding back until it was reproducible. One of the properties in the userInfo was an NSDictionary. Then one of the properties in that dictionary was also a dictionary, which right now just had one element. However, I found out that this item in this sub dictionary was an optional string. Looks like there was the possibility of this value not being there and the value for this property would just be an empty dictionary. If I removed this one property then everything else works as expected. I then just added some logic to unwrap this value and only include it if it's there.


I would have never found this if not for your suggestion so thank you very much for all of your help. 🙂