CreatureSurvive / shuffle

sort and group sections in iOS 10 - 11 Settings app
3 stars 0 forks source link

Crash on landscape #27

Closed Tizioincognit0 closed 4 years ago

Tizioincognit0 commented 4 years ago

On my iPhone X on iOS 13.4.1, Settings app crashes when I open it in landscape mode. The curprit is Shuffle as it’s possible to see on this CrashReporter log.


{"blame":["\/Library\/MobileSubstrate\/DynamicLibraries\/shuffle.dylib"],"app_name":"Preferences","timestamp":"2020-06-04 12:03:49.00 +0200","app_version":"1","slice_uuid":"1901fcd1-8d61-3ee6-af78-7fff211d6c32","adam_id":0,"build_version":"189","bundleID":"com.apple.Preferences","share_with_app_devs":1,"is_first_party":1,"bug_type":"109","os_version":"iPhone OS 13.4.1 (17E262)","incident_id":"4DB040C5-3423-41D8-BAB6-6243BB64C2E0","name":"Preferences","symbolicated":true}
Incident Identifier: 4DB040C5-3423-41D8-BAB6-6243BB64C2E0
CrashReporter Key:   d1872a4c883ac4a16deb804af22c6e4f0f23fb86
Hardware Model:      iPhone10,6
Process:             Preferences [7733]
Path:                /Applications/Preferences.app/Preferences
Identifier:          com.apple.Preferences
Version:             189 (1)
Code Type:           ARM-64 (Native)
Role:                Non UI
Parent Process:      launchd [1]
Coalition:           com.apple.Preferences [2789]

Date/Time:           2020-06-04 12:03:47.2367 +0200
Launch Time:         2020-06-04 12:03:39.5226 +0200
OS Version:          iPhone OS 13.4.1 (17E262)
Release Type:        User
Baseband Version:    3.04.02
Report Version:      104

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

Last Exception Backtrace:
0       CoreFoundation                  0x187fad5f0 0x187e83000 + 0x12a5f0  // __exceptionPreprocess + 0xe0
1       libobjc.A.dylib                 0x187ccfbcc 0x187cca000 + 0x5bcc    // objc_exception_throw + 0x38
2       CoreFoundation                  0x187eb1ea8 0x187e83000 + 0x2eea8   // -[NSOrderedSet initWithSet:copyItems:] + 0x0
3       UIKitCore                       0x18c0868d8 0x18b62c000 + 0xa5a8d8  // -[UIResponder doesNotRecognizeSelector:] + 0x128
4       CoreFoundation                  0x187fb1694 0x187e83000 + 0x12e694  // ___forwarding___ + 0x524
5       CoreFoundation                  0x187fb35bc 0x187e83000 + 0x1305bc  // _CF_forwarding_prep_0 + 0x5c
6     + shuffle.dylib                   0x107602fc8 0x1075f8000 + 0xafc8    // 0x0000aee4 + 0xe4
7       UIKitCore                       0x18ba159c0 0x18b62c000 + 0x3e99c0  // -[UIViewController _traitCollectionDidChange:] + 0xcc
8       UIKitCore                       0x18ba15c84 0x18b62c000 + 0x3e9c84  // -[UIViewController _updateTraitsIfNecessary] + 0x174
9       UIKitCore                       0x18c506834 0x18b62c000 + 0xeda834  // -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 0x418
10      QuartzCore                      0x18eaa04ac 0x18e94f000 + 0x1514ac  // -[CALayer layoutSublayers] + 0x11c
11      QuartzCore                      0x18eaa6604 0x18e94f000 + 0x157604  // CA::Layer::layout_if_needed(CA::Transaction*) + 0x1d4
12      QuartzCore                      0x18eab1148 0x18e94f000 + 0x162148  // CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 0x8c
13      QuartzCore                      0x18e9f9e34 0x18e94f000 + 0xaae34   // CA::Context::commit_transaction(CA::Transaction*, double) + 0x128
14      QuartzCore                      0x18ea237c4 0x18e94f000 + 0xd47c4   // CA::Transaction::commit() + 0x2a4
15      UIKitCore                       0x18c0617dc 0x18b62c000 + 0xa357dc  // __83-[UIApplication _createSnapshotContextForScene:withName:performLayoutWithSettings:]_block_invoke_4 + 0x2c
16      UIKitCore                       0x18c060bb8 0x18b62c000 + 0xa34bb8  // -[UIApplication _performWithUICACommitStateSnapshotting:] + 0xb8
17      UIKitCore                       0x18c061714 0x18b62c000 + 0xa35714  // __83-[UIApplication _createSnapshotContextForScene:withName:performLayoutWithSettings:]_block_invoke_2 + 0x228
18      UIKitCore                       0x18c4f95ec 0x18b62c000 + 0xecd5ec  // +[UIView(Animation) performWithoutAnimation:] + 0x60
19      UIKitCore                       0x18c0614b4 0x18b62c000 + 0xa354b4  // __83-[UIApplication _createSnapshotContextForScene:withName:performLayoutWithSettings:]_block_invoke + 0xd8
20      UIKitCore                       0x18b6704f8 0x18b62c000 + 0x444f8   // -[UIScene _applyOverrideSettings:forActions:] + 0x74
21      UIKitCore                       0x18c29b6a8 0x18b62c000 + 0xc6f6a8  // -[UIWindowScene _applySnapshotSettings:forActions:] + 0x4c
22      UIKitCore                       0x18c061384 0x18b62c000 + 0xa35384  // -[UIApplication _createSnapshotContextForScene:withName:performLayoutWithSettings:] + 0x17c
23      UIKitCore                       0x18c062d20 0x18b62c000 + 0xa36d20  // __65-[UIApplication _performSnapshotsWithAction:forScene:completion:]_block_invoke_3 + 0x7c
24      FrontBoardServices              0x18d16e128 0x18d11b000 + 0x53128   // -[FBSSceneSnapshotAction _executeNextRequest] + 0x100
25      FrontBoardServices              0x18d16e17c 0x18d11b000 + 0x5317c   // -[FBSSceneSnapshotAction _executeNextRequest] + 0x154
26      FrontBoardServices              0x18d16dd18 0x18d11b000 + 0x52d18   // -[FBSSceneSnapshotAction executeRequestsWithHandler:completionHandler:expirationHandler:] + 0x114
27      UIKitCore                       0x18c062c48 0x18b62c000 + 0xa36c48  // __65-[UIApplication _performSnapshotsWithAction:forScene:completion:]_block_invoke_2 + 0x118
28      UIKitCore                       0x18c0621b0 0x18b62c000 + 0xa361b0  // -[UIApplication _beginSnapshotSessionForScene:withSnapshotBlock:] + 0x404
29      UIKitCore                       0x18c062b08 0x18b62c000 + 0xa36b08  // __65-[UIApplication _performSnapshotsWithAction:forScene:completion:]_block_invoke + 0x84
30      UIKitCore                       0x18b6703f0 0x18b62c000 + 0x443f0   // -[UIScene _enableOverrideSettingsForActions:] + 0x3c
31      UIKitCore                       0x18b670670 0x18b62c000 + 0x44670   // -[UIScene _performSystemSnapshotWithActions:] + 0x78
32      UIKitCore                       0x18c062884 0x18b62c000 + 0xa36884  // -[UIApplication _performSnapshotsWithAction:forScene:completion:] + 0x1d4
33      UIKitCore                       0x18c597e20 0x18b62c000 + 0xf6be20  // __98-[_UISceneSnapshotBSActionsHandler _respondToActions:forFBSScene:inUIScene:fromTransitionContext:]_block_invoke_3 + 0xa8
34      UIKitCore                       0x18c597ca8 0x18b62c000 + 0xf6bca8  // __98-[_UISceneSnapshotBSActionsHandler _respondToActions:forFBSScene:inUIScene:fromTransitionContext:]_block_invoke_2 + 0x1d4
35      UIKitCore                       0x18b66fc6c 0x18b62c000 + 0x43c6c   // -[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:] + 0x298
36      UIKitCore                       0x18b670c64 0x18b62c000 + 0x44c64   // -[UIScene scene:didUpdateWithDiff:transitionContext:completion:] + 0xdc
37      UIKitCore                       0x18bbf66f4 0x18b62c000 + 0x5ca6f4  // -[UIApplicationSceneClientAgent scene:handleEvent:withCompletion:] + 0x1d0
38      FrontBoardServices              0x18d127c98 0x18d11b000 + 0xcc98    // -[FBSSceneImpl updater:didUpdateSettings:withDiff:transitionContext:completion:] + 0x210
39      FrontBoardServices              0x18d14c274 0x18d11b000 + 0x31274   // __88-[FBSWorkspaceScenesClient sceneID:updateWithSettingsDiff:transitionContext:completion:]_block_invoke_2 + 0x78
40      FrontBoardServices              0x18d1317ec 0x18d11b000 + 0x167ec   // -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 0xe8
41      FrontBoardServices              0x18d14c1a8 0x18d11b000 + 0x311a8   // __88-[FBSWorkspaceScenesClient sceneID:updateWithSettingsDiff:transitionContext:completion:]_block_invoke + 0xb8
42      libdispatch.dylib               0x187c73524 0x187c18000 + 0x5b524   // _dispatch_client_callout + 0x10
43      libdispatch.dylib               0x187c4d808 0x187c18000 + 0x35808   // _dispatch_block_invoke_direct$VARIANT$armv81 + 0xd8
44      FrontBoardServices              0x18d170440 0x18d11b000 + 0x55440   // __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 0x28
45      FrontBoardServices              0x18d17010c 0x18d11b000 + 0x5510c   // -[FBSSerialQueue _queue_performNextIfPossible] + 0x194
46      FrontBoardServices              0x18d170634 0x18d11b000 + 0x55634   // -[FBSSerialQueue _performNextFromRunLoopSource] + 0x1c
47      CoreFoundation                  0x187f2bb64 0x187e83000 + 0xa8b64   // __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 0x18
48      CoreFoundation                  0x187f2babc 0x187e83000 + 0xa8abc   // __CFRunLoopDoSource0 + 0x50
49      CoreFoundation                  0x187f2b244 0x187e83000 + 0xa8244   // __CFRunLoopDoSources0 + 0xb8
50      CoreFoundation                  0x187f26274 0x187e83000 + 0xa3274   // __CFRunLoopRun + 0x314
51      CoreFoundation                  0x187f25c34 0x187e83000 + 0xa2c34   // CFRunLoopRunSpecific + 0x1a8
52      GraphicsServices                0x19206f38c 0x19206c000 + 0x338c    // GSEventRunModal + 0xa0
53      UIKitCore                       0x18c05822c 0x18b62c000 + 0xa2c22c  // UIApplicationMain + 0x78c
54      Preferences (*)                 0x104a35938 0x104a2c000 + 0x9938    // 0x00009900 + 0x38
55      libdyld.dylib                   0x187dad800 0x187dac000 + 0x1800    // start + 0x4

Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0       libsystem_kernel.dylib          0x187da2d88 0x187d7d000 + 0x25d88   // __pthread_kill + 0x8
1       libsystem_pthread.dylib         0x187cbf74c 0x187cb9000 + 0x674c    // pthread_kill$VARIANT$armv81 + 0xd8
2       libsystem_c.dylib               0x187c0e644 0x187b9c000 + 0x72644   // abort + 0x64
3       libc++abi.dylib                 0x187d76cc0 0x187d64000 + 0x12cc0   // __cxxabiv1::__aligned_malloc_with_fallback(unsigned long) + 0x0
4       libc++abi.dylib                 0x187d68e10 0x187d64000 + 0x4e10    // demangling_unexpected_handler() + 0x0
5       libobjc.A.dylib                 0x187ccfe80 0x187cca000 + 0x5e80    // _objc_terminate() + 0x7c
6       libc++abi.dylib                 0x187d7614c 0x187d64000 + 0x1214c   // std::__terminate(void (*)()) + 0x10
7       libc++abi.dylib                 0x187d760e4 0x187d64000 + 0x120e4   // std::terminate() + 0x2c
8       libdispatch.dylib               0x187c73538 0x187c18000 + 0x5b538   // _dispatch_client_callout + 0x24
9       libdispatch.dylib               0x187c4d808 0x187c18000 + 0x35808   // _dispatch_block_invoke_direct$VARIANT$armv81 + 0xd8
10      FrontBoardServices              0x18d170440 0x18d11b000 + 0x55440   // __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 0x28
11      FrontBoardServices              0x18d17010c 0x18d11b000 + 0x5510c   // -[FBSSerialQueue _queue_performNextIfPossible] + 0x194
12      FrontBoardServices              0x18d170634 0x18d11b000 + 0x55634   // -[FBSSerialQueue _performNextFromRunLoopSource] + 0x1c
13      CoreFoundation                  0x187f2bb64 0x187e83000 + 0xa8b64   // __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 0x18
14      CoreFoundation                  0x187f2babc 0x187e83000 + 0xa8abc   // __CFRunLoopDoSource0 + 0x50
15      CoreFoundation                  0x187f2b244 0x187e83000 + 0xa8244   // __CFRunLoopDoSources0 + 0xb8
16      CoreFoundation                  0x187f26274 0x187e83000 + 0xa3274   // __CFRunLoopRun + 0x314
17      CoreFoundation                  0x187f25c34 0x187e83000 + 0xa2c34   // CFRunLoopRunSpecific + 0x1a8
18      GraphicsServices                0x19206f38c 0x19206c000 + 0x338c    // GSEventRunModal + 0xa0
19      UIKitCore                       0x18c05822c 0x18b62c000 + 0xa2c22c  // UIApplicationMain + 0x78c
20      Preferences (*)                 0x104a35938 0x104a2c000 + 0x9938    // 0x00009900 + 0x38
21      libdyld.dylib                   0x187dad800 0x187dac000 + 0x1800    // start + 0x4

Thread 1:
0       libsystem_pthread.dylib         0x187cc7738 0x187cb9000 + 0xe738    // start_wqthread + 0x0

Thread 2 name:  com.apple.uikit.eventfetch-thread
Thread 2:
0       libsystem_kernel.dylib          0x187d81198 0x187d7d000 + 0x4198    // mach_msg_trap + 0x8
1       libsystem_kernel.dylib          0x187d8060c 0x187d7d000 + 0x360c    // mach_msg + 0x48
2       CoreFoundation                  0x187f2b3b4 0x187e83000 + 0xa83b4   // __CFRunLoopServiceMachPort + 0x94
3       CoreFoundation                  0x187f263e8 0x187e83000 + 0xa33e8   // __CFRunLoopRun + 0x488
4       CoreFoundation                  0x187f25c34 0x187e83000 + 0xa2c34   // CFRunLoopRunSpecific + 0x1a8
5       Foundation                      0x188268bcc 0x188261000 + 0x7bcc    // -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 0xe4
6       Foundation                      0x188268aac 0x188261000 + 0x7aac    // -[NSRunLoop(NSRunLoop) runUntilDate:] + 0x58
7       UIKitCore                       0x18c0fa160 0x18b62c000 + 0xace160  // -[UIEventFetcher threadMain] + 0x98
8       Foundation                      0x1883979d0 0x188261000 + 0x1369d0  // __NSThread__start__ + 0x350
9       libsystem_pthread.dylib         0x187cc3d98 0x187cb9000 + 0xad98    // _pthread_start + 0x9c
10      libsystem_pthread.dylib         0x187cc774c 0x187cb9000 + 0xe74c    // thread_start + 0x8

Thread 3:
0       libsystem_pthread.dylib         0x187cc7738 0x187cb9000 + 0xe738    // start_wqthread + 0x0

Thread 4:
0       libsystem_pthread.dylib         0x187cc7738 0x187cb9000 + 0xe738    // start_wqthread + 0x0

Thread 5:
0       libsystem_pthread.dylib         0x187cc7738 0x187cb9000 + 0xe738    // start_wqthread + 0x0

Thread 6:
0       libsystem_pthread.dylib         0x187cc7738 0x187cb9000 + 0xe738    // start_wqthread + 0x0

Thread 7:
0       libsystem_pthread.dylib         0x187cc7738 0x187cb9000 + 0xe738    // start_wqthread + 0x0

Thread 8:
0       libsystem_pthread.dylib         0x187cc7738 0x187cb9000 + 0xe738    // start_wqthread + 0x0

Thread 9 name:  com.apple.NSURLConnectionLoader
Thread 9:
0       libsystem_kernel.dylib          0x187d81198 0x187d7d000 + 0x4198    // mach_msg_trap + 0x8
1       libsystem_kernel.dylib          0x187d8060c 0x187d7d000 + 0x360c    // mach_msg + 0x48
2       CoreFoundation                  0x187f2b3b4 0x187e83000 + 0xa83b4   // __CFRunLoopServiceMachPort + 0x94
3       CoreFoundation                  0x187f263e8 0x187e83000 + 0xa33e8   // __CFRunLoopRun + 0x488
4       CoreFoundation                  0x187f25c34 0x187e83000 + 0xa2c34   // CFRunLoopRunSpecific + 0x1a8
5       CFNetwork                       0x18b1eac44 0x18b1e9000 + 0x1c44    // 0x00001b84 + 0xc0
6       Foundation                      0x1883979d0 0x188261000 + 0x1369d0  // __NSThread__start__ + 0x350
7       libsystem_pthread.dylib         0x187cc3d98 0x187cb9000 + 0xad98    // _pthread_start + 0x9c
8       libsystem_pthread.dylib         0x187cc774c 0x187cb9000 + 0xe74c    // thread_start + 0x8

Thread 10 name:  AVAudioSession Notify Thread
Thread 10:
0       libsystem_kernel.dylib          0x187d81198 0x187d7d000 + 0x4198    // mach_msg_trap + 0x8
1       libsystem_kernel.dylib          0x187d8060c 0x187d7d000 + 0x360c    // mach_msg + 0x48
2       CoreFoundation                  0x187f2b3b4 0x187e83000 + 0xa83b4   // __CFRunLoopServiceMachPort + 0x94
3       CoreFoundation                  0x187f263e8 0x187e83000 + 0xa33e8   // __CFRunLoopRun + 0x488
4       CoreFoundation                  0x187f25c34 0x187e83000 + 0xa2c34   // CFRunLoopRunSpecific + 0x1a8
5       AVFAudio                        0x194cce5dc 0x194c69000 + 0x655dc   // GenericRunLoopThread::Entry(void*) + 0x9c
6       AVFAudio                        0x194d1f300 0x194c69000 + 0xb6300   // CAPThread::Entry(CAPThread*) + 0xcc
7       libsystem_pthread.dylib         0x187cc3d98 0x187cb9000 + 0xad98    // _pthread_start + 0x9c
8       libsystem_pthread.dylib         0x187cc774c 0x187cb9000 + 0xe74c    // thread_start + 0x8

Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x0000000187d79f29   x5: 0x000000016b3d2510   x6: 0x000000000000006e   x7: 0x0000000000000e00
    x8: 0x0000000104b8a040   x9: 0x46ae57014d86c0c0  x10: 0x0000000187cbb160  x11: 0x000000000000000b
   x12: 0x00000001c30de080  x13: 0x0000000000000063  x14: 0x0000000000000010  x15: 0x0000000000000000
   x16: 0x0000000000000148  x17: 0x0000000000000001  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x0000000000000303  x21: 0x0000000104b8a120  x22: 0x0000000000000000  x23: 0x0000000104b8a120
   x24: 0x0000000000005303  x25: 0x0000000000000000  x26: 0x0000000281a4a108  x27: 0x000000016b3d2cf0
   x28: 0x0000000000000000   fp: 0x000000016b3d2470   lr: 0x0000000187cbf74c
    sp: 0x000000016b3d2450   pc: 0x0000000187da2d88 cpsr: 0x40000000
   esr: 0x56000080  Address size fault

Binary Images (dpkg):
0x104a5c000 - 0x104a77fff + substitute-inserter.dylib arm64  <f6925f992e9a33ddbf8d217abc45968a> /usr/lib/substitute-inserter.dylib {"install_date":"2020-05-29 00:09:29 +0200","name":"Unc0ver Policy Softener","identifier":"science.xnu.substituted","version":"1.0.0"}
0x104be4000 - 0x104bebfff +    Choicy.dylib arm64  <f614b7a9b8b33edb996787731628b168> /Library/MobileSubstrate/DynamicLibraries/   Choicy.dylib {"install_date":"2020-05-26 16:15:38 +0200","name":"Choicy","identifier":"com.opa334.choicy","version":"1.2.1"}
0x104e00000 - 0x104e1bfff + libsubstitute.dylib arm64  <e613957108273721b21b009438594246> /usr/lib/libsubstitute.dylib {"install_date":"2020-05-29 00:09:34 +0200","name":"Substitute","identifier":"com.ex.substitute","version":"0.1.13"}
0x104e2c000 - 0x104f13fff + substitute-loader.dylib arm64  <728eebc233fd3236a7ef2779cd6dd031> /usr/lib/substitute-loader.dylib {"install_date":"2020-05-29 00:09:34 +0200","name":"Substitute","identifier":"com.ex.substitute","version":"0.1.13"}
0x104f9c000 - 0x104fa3fff + libsubstrate.dylib arm64  <f7e813831d1537f981f91ce2b9f724da> /usr/lib/libsubstrate.dylib {"install_date":"2020-05-29 00:09:34 +0200","name":"Substitute","identifier":"com.ex.substitute","version":"0.1.13"}
0x104fb8000 - 0x104fbffff + ActionBar.dylib arm64  <39aec906b40938e484392629e02d68ab> /Library/MobileSubstrate/DynamicLibraries/ActionBar.dylib {"install_date":"2020-05-11 10:21:17 +0200","name":"ActionBar R","identifier":"com.restiveconch.actionbar","version":"1.3.7"}
0x104fd0000 - 0x104fe3fff + libactivator.dylib arm64  <7b484c4c33343ae8ae3f185327f5ced8> /usr/lib/libactivator.dylib {"install_date":"2020-06-01 18:20:36 +0200","name":"Activator","identifier":"libactivator","version":"1.9.13~beta12"}
0x107308000 - 0x10730ffff + PreferenceLoader.dylib arm64  <ba4744ba25a3310cae1074c4ae607175> /Library/MobileSubstrate/DynamicLibraries/PreferenceLoader.dylib {"install_date":"2020-05-11 09:36:58 +0200","name":"PreferenceLoader","identifier":"preferenceloader","version":"2.2.4"}
0x107318000 - 0x10731ffff + libprefs.dylib arm64  <f874e691b8643a3893249e04c399cb3d> /usr/lib/libprefs.dylib {"install_date":"2020-05-11 09:36:58 +0200","name":"PreferenceLoader","identifier":"preferenceloader","version":"2.2.4"}
0x107350000 - 0x10735bfff + BatteryPercent12.dylib arm64  <20a633a402f73346a32aecd5a9263b50> /Library/MobileSubstrate/DynamicLibraries/BatteryPercent12.dylib {"install_date":"2020-05-11 10:29:34 +0200","name":"BatteryPercent12","identifier":"com.dpkg.batterypercent12","version":"1.0.1"}
0x107364000 - 0x10737bfff + libCSColorPicker.dylib arm64  <177114aae20f325d841686ba37f32fe4> /usr/lib/libCSColorPicker.dylib {"install_date":"2020-05-11 13:36:10 +0200","name":"libCSColorPicker","identifier":"com.creaturesurvive.libcscolorpicker","version":"1.0.3"}
0x107444000 - 0x10744ffff + BigShotJb.dylib arm64  <02f6e1cdf7493b2ea6f250957d6b0ba3> /Library/MobileSubstrate/DynamicLibraries/BigShotJb.dylib {"install_date":"2020-05-11 11:05:24 +0200","name":"BigShotJb (iOS 11)","identifier":"com.julioverne.bigshotjb11","version":"0.0.2-2b"}
0x107458000 - 0x10745ffff + CCloaky2.dylib arm64  <1e2601fc0e4f3ecabeb2b04d0545bd8c> /Library/MobileSubstrate/DynamicLibraries/CCloaky2.dylib {"install_date":"2020-05-22 20:01:02 +0200","name":"Cloaky (iOS 11-12)","identifier":"com.restiveconch.cloaky2","version":"6.1.1"}
0x107474000 - 0x107493fff + CallBarX.dylib arm64  <95f3be3b51c73a779b14c7f4018c582f> /Library/MobileSubstrate/DynamicLibraries/CallBarX.dylib {"install_date":"2020-05-11 10:07:30 +0200","name":"CallBar XS (iOS 12\/13) Rus","identifier":"net.limneos.callbarxs","version":"3.2-143"}
0x1074a0000 - 0x1074bbfff + Cloaky.dylib arm64  <1dcff2b1853739e1ad6a0c2f581b2437> /Library/MobileSubstrate/DynamicLibraries/Cloaky.dylib {"install_date":"2020-05-22 20:01:02 +0200","name":"Cloaky (iOS 11-12)","identifier":"com.restiveconch.cloaky2","version":"6.1.1"}
0x1074c4000 - 0x1074cffff + libcloaky.dylib arm64  <793cfccbb75e3bb38940dad6b54c651e> /usr/lib/libcloaky.dylib {"install_date":"2020-05-22 20:01:02 +0200","name":"Cloaky (iOS 11-12)","identifier":"com.restiveconch.cloaky2","version":"6.1.1"}
0x1074dc000 - 0x1074e3fff + DetailedCellularUsage.dylib arm64  <0986aab7c0a93a6ea6712e641b6a524e> /Library/MobileSubstrate/DynamicLibraries/DetailedCellularUsage.dylib {"install_date":"2020-05-11 10:48:01 +0200","name":"DetailedCellularUsage","identifier":"com.thecomputerwhisperer.detailedcellularusage","version":"2.1.1"}
0x1074ec000 - 0x1074f3fff + GoodWiFi.dylib arm64  <9ac7c79b66d43d86a2c0eb47f1d5526e> /Library/MobileSubstrate/DynamicLibraries/GoodWiFi.dylib {"install_date":"2020-05-11 10:52:00 +0200","name":"GoodWiFi","identifier":"com.julioverne.goodwifi","version":"0.0~beta5a"}
0x107500000 - 0x107503fff + Gyration.dylib arm64  <4e9d65c21d9030368f11a78ad421f752> /Library/MobileSubstrate/DynamicLibraries/Gyration.dylib {"install_date":"2020-05-11 10:51:59 +0200","name":"Gyration","identifier":"com.cydiageek.gyration","version":"1.0.8"}
0x10750c000 - 0x10751bfff + libapplist.dylib arm64  <71b3094300de39d2b9912e2a542dab6c> /usr/lib/libapplist.dylib {"install_date":"2020-05-11 13:36:11 +0200","name":"AppList","identifier":"applist","version":"1.5.16"}
0x107524000 - 0x107527fff + HideBarX.dylib arm64  <15d5a8ef620334cb96bd7b1905b28d42> /Library/MobileSubstrate/DynamicLibraries/HideBarX.dylib {"install_date":"2020-05-11 10:52:00 +0200","name":"HideBarX [Public]","identifier":"com.spark.hidebarx","version":"0.0.4"}
0x107530000 - 0x107537fff + MaskedHotspotPass.dylib arm64  <b6edf694e36339d196be90e61d29170a> /Library/MobileSubstrate/DynamicLibraries/MaskedHotspotPass.dylib {"install_date":"2020-05-11 11:09:42 +0200","name":"MaskedHotspotPass","identifier":"se.nosskirneh.maskedhotspotpass","version":"1.1"}
0x107540000 - 0x107547fff + NoAnnoyance.dylib arm64  <b7830d46391e3e58adb35861195af260> /Library/MobileSubstrate/DynamicLibraries/NoAnnoyance.dylib {"install_date":"2020-05-11 11:09:40 +0200","name":"NoAnnoyance","identifier":"com.subdiox.noannoyance","version":"1.1.2"}
0x107550000 - 0x107557fff + Saw.dylib arm64  <6544d642c39537aebdff9f951f55aacc> /Library/MobileSubstrate/DynamicLibraries/Saw.dylib {"install_date":"2020-05-11 11:22:38 +0200","name":"Saw","identifier":"com.fpt.saw","version":"1.4.0"}
0x107560000 - 0x107567fff + ScrollViewScrubber.dylib arm64  <5adc25df04513e8b9416fd6c665b7b45> /Library/MobileSubstrate/DynamicLibraries/ScrollViewScrubber.dylib {"install_date":"2020-05-12 15:59:47 +0200","name":"ScrollViewScrubber","identifier":"com.c1d3r.scrollviewscrubber","version":"1.2"}
0x107578000 - 0x10757ffff + ScrollyMcHaptic.dylib arm64  <54b355305e3d39d99b8bc42d7ce91f79> /Library/MobileSubstrate/DynamicLibraries/ScrollyMcHaptic.dylib {"install_date":"2020-05-11 09:39:38 +0200","name":"ScrollyMcHaptic","identifier":"com.wizage.scrollymchaptic","version":"1.0~beta1"}
0x107588000 - 0x107593fff + Cephei arm64  <dfb5adeb753a301fa24937d5e0318e19> /usr/lib/Cephei.framework/Cephei {"install_date":"2020-06-01 18:20:38 +0200","name":"Cephei Tweak Support","identifier":"ws.hbang.common","version":"1.15.1"}
0x1075a0000 - 0x1075abfff + CepheiUI arm64  <6e1644f77bc63a6191409c2113024d4d> /usr/lib/CepheiUI.framework/CepheiUI {"install_date":"2020-06-01 18:20:38 +0200","name":"Cephei Tweak Support","identifier":"ws.hbang.common","version":"1.15.1"}
0x1075b4000 - 0x1075bffff + Selector.dylib arm64  <6dba488647e73a0a99b015a3ac26391f> /Library/MobileSubstrate/DynamicLibraries/Selector.dylib {"install_date":"2020-05-11 10:33:05 +0200","name":"Selector","identifier":"me.nepeta.selector","version":"0.1.2"}
0x1075cc000 - 0x1075cffff + Skrollerz.dylib arm64  <a2b4053e5ac43b3f8c438c4475614c4b> /Library/MobileSubstrate/DynamicLibraries/Skrollerz.dylib {"install_date":"2020-05-11 11:27:28 +0200","name":"Skrollerz","identifier":"com.braveheart.skrollerz","version":"1.3.0"}
0x1075d8000 - 0x1075dffff + WatusiKit.dylib arm64  <b0b6f1ea99063e6aba125bd155cde4de> /Library/MobileSubstrate/DynamicLibraries/WatusiKit.dylib {"install_date":"2020-05-29 00:18:53 +0200","name":"Watusi 2 for WhatsApp","identifier":"com.fouadraheb.watusi","version":"1.2.41"}
0x1075e8000 - 0x1075effff + librocketbootstrap.dylib arm64  <db73c122b2e939fbb75b2c8168a7b5ec> /usr/lib/librocketbootstrap.dylib {"install_date":"2020-05-11 09:41:43 +0200","name":"RocketBootstrap","identifier":"com.rpetrich.rocketbootstrap","version":"1.0.9"}
0x1075f8000 - 0x107607fff + shuffle.dylib arm64  <641fc52ccf1837e1bb97e31cfe4df890> /Library/MobileSubstrate/DynamicLibraries/shuffle.dylib {"install_date":"2020-05-20 16:13:38 +0200","name":"shuffle","identifier":"com.creaturecoding.shuffle","version":"0.8.0b"}
0x107610000 - 0x10761ffff + libCSPreferencesProvider.dylib arm64  <15002404b631382ebf9c403b7e4fc2a2> /usr/lib/libCSPreferencesProvider.dylib {"install_date":"2020-06-04 12:04:30 +0200","name":"libCSPreferences","identifier":"com.creaturecoding.libcspreferences","version":"1.4.5"}
0x107634000 - 0x10763bfff + libCSPUtilities.dylib arm64  <8446ee5fdb833435b5931c6f0d8bf789> /usr/lib/libCSPUtilities.dylib {"install_date":"2020-06-04 12:04:30 +0200","name":"libCSPreferences","identifier":"com.creaturecoding.libcspreferences","version":"1.4.5"}

Binary Images (App Store):

Binary Images (Other):
0x104a2c000 - 0x104a3bfff   Preferences arm64  <1901fcd18d613ee6af787fff211d6c32> /Applications/Preferences.app/Preferences
0x104aec000 - 0x104b4ffff   dyld arm64  <23eead922ec9376cbb08574507ab6177> /usr/lib/dyld
0x107330000 - 0x10733bfff   libobjc-trampolines.dylib arm64  <2df134bae62230edb227eb9333bfa4d9> /usr/lib/libobjc-trampolines.dylib
0x107384000 - 0x1073d3fff   libstdc++.6.dylib arm64  <ffd01fd0fc4c3f2ea186459b7ac6738c> /usr/lib/libstdc++.6.dylib
0x108d24000 - 0x108d2bfff   AAUICloudServiceOwner arm64  <056f3e5eb68938238e258c8fd815b8e7> /System/Library/Accounts/ServiceOwners/AAUICloudServiceOwner.bundle/AAUICloudServiceOwner
0x108f14000 - 0x108f1bfff   AACloudServiceOwner arm64  <6cafc7f611933cfdbff96243e5e410e3> /System/Library/Accounts/ServiceOwners/AACloudServiceOwner.bundle/AACloudServiceOwner
0x108f2c000 - 0x108f2ffff   AMSMediaServiceOwner arm64  <6768ca1febf33c8c95dd4b97d2ff35ef> /System/Library/Accounts/ServiceOwners/AMSMediaServiceOwner.bundle/AMSMediaServiceOwner
0x108f60000 - 0x108f63fff   GCCloudServiceOwner arm64  <0f25b084eec0313b93fee0be5f4e7d7e> /System/Library/Accounts/ServiceOwners/GCCloudServiceOwner.bundle/GCCloudServiceOwner
0x108f8c000 - 0x108f8ffff   IDSServiceOwner arm64  <38c6e32a18b53608aa8b1a49c58aaeda> /System/Library/Accounts/ServiceOwners/IDSServiceOwner.bundle/IDSServiceOwner
0x115c6c000 - 0x115c6ffff   GeoServices arm64  <8f68ac2c364d35ee86edb6247f36005b> /System/Library/AccessibilityBundles/GeoServices.axbundle/GeoServices
0x115c80000 - 0x115cb7fff   VectorKit arm64  <e69634bb0f333942b8c31bb0434b1715> /System/Library/AccessibilityBundles/VectorKit.axbundle/VectorKit
0x115e00000 - 0x115e13fff   MapKitFramework arm64  <61fe52ebbd5135848a2dcd41cd118755> /System/Library/AccessibilityBundles/MapKitFramework.axbundle/MapKitFramework
0x115e44000 - 0x115e4ffff   PreferencesFramework arm64  <a32a493e34c93e99bc9b955dc8a215bd> /System/Library/AccessibilityBundles/PreferencesFramework.axbundle/PreferencesFramework
0x115e70000 - 0x115e73fff   StorageSettingsFramework arm64  <0f415058996e3c0db22d971d58dfcf69> /System/Library/AccessibilityBundles/StorageSettingsFramework.axbundle/StorageSettingsFramework
0x115e84000 - 0x115e93fff   ContactsUI arm64  <456e41a4c5213427bb21706349ba03a9> /System/Library/AccessibilityBundles/ContactsUI.axbundle/ContactsUI
0x115eb8000 - 0x115ebbfff   CoreRecognition arm64  <ece1aae15206386588094d5e14997a10> /System/Library/AccessibilityBundles/CoreRecognition.axbundle/CoreRecognition
0x115ecc000 - 0x115ecffff   ToneKit arm64  <a5e07218c41d3dd594e0e533ccbd6a64> /System/Library/AccessibilityBundles/ToneKit.axbundle/ToneKit
0x115ee0000 - 0x115ee3fff   SceneKit arm64  <724c43022094334f87e3f9807785d20d> /System/Library/AccessibilityBundles/SceneKit.axbundle/SceneKit
0x115ef4000 - 0x115ef7fff   PrivacySettingsUI arm64  <7d32e203cb7235beaf5babe2b23a1d41> /System/Library/AccessibilityBundles/PrivacySettingsUI.axbundle/PrivacySettingsUI
0x115f08000 - 0x115f13fff   iTunesStoreUIFramework arm64  <22718ff25dda3121964bd64911e85f46> /System/Library/AccessibilityBundles/iTunesStoreUIFramework.axbundle/iTunesStoreUIFramework
0x115f34000 - 0x115f37fff   AppleAccountUI arm64  <b280ffc52f083ad18700f482a82a8701> /System/Library/AccessibilityBundles/AppleAccountUI.axbundle/AppleAccountUI
0x115f48000 - 0x115f4ffff   TelephonyUIFramework arm64  <a688027fd4ae368aa8f1b6575181ec17> /System/Library/AccessibilityBundles/TelephonyUIFramework.axbundle/TelephonyUIFramework
0x115f64000 - 0x115f67fff   PreferencesUI arm64  <fbccc23aa28338d194b97c270cfc480c> /System/Library/AccessibilityBundles/PreferencesUI.axbundle/PreferencesUI
0x115f78000 - 0x115f7bfff   ManagedConfigurationUI arm64  <6e6a4b16c7813bef82e40ef33c670a01> /System/Library/AccessibilityBundles/ManagedConfigurationUI.axbundle/ManagedConfigurationUI
0x115f8c000 - 0x115f8ffff   GeneralSettingsUI arm64  <b71528822726322194e5778d82061830> /System/Library/AccessibilityBundles/GeneralSettingsUI.axbundle/GeneralSettingsUI
0x115fa0000 - 0x115fcffff   ChatKitFramework arm64  <5c95e06f717c3413bf39bc5ca672e534> /System/Library/AccessibilityBundles/ChatKitFramework.axbundle/ChatKitFramework
0x116044000 - 0x116047fff   WiFiKitUI arm64  <3a9a14154432347eb442720fbf65845b> /System/Library/AccessibilityBundles/WiFiKitUI.axbundle/WiFiKitUI
0x116058000 - 0x11605bfff   MobileTimerFramework arm64  <464e7e513202390aa9d4c9962595cf77> /System/Library/AccessibilityBundles/MobileTimerFramework.axbundle/MobileTimerFramework
0x11606c000 - 0x116077fff   SafariServices arm64  <14b8c6ded13231058bd3574ad5a01e80> /System/Library/AccessibilityBundles/SafariServices.axbundle/SafariServices
0x116098000 - 0x1160a7fff   PDFKit arm64  <be957e1f4da533d0846625afe8382b34> /System/Library/AccessibilityBundles/PDFKit.axbundle/PDFKit
0x1160c0000 - 0x1160c3fff   DocumentManager arm64  <cc495f8bb1813bb792b6af67e0467567> /System/Library/AccessibilityBundles/DocumentManager.axbundle/DocumentManager
0x1160d4000 - 0x1160d7fff   AuthenticationServices arm64  <9bf43c4689393ebd85f236bb15de53e8> /System/Library/AccessibilityBundles/AuthenticationServices.axbundle/AuthenticationServices
0x1160e8000 - 0x1160ebfff   FrontBoard arm64  <20458e176f8e3f35a78a515dbc13612a> /System/Library/AccessibilityBundles/FrontBoard.axbundle/FrontBoard
0x1160fc000 - 0x1160fffff   AuthKitUI arm64  <d518530d74273007be9264da271a15c6> /System/Library/AccessibilityBundles/AuthKitUI.axbundle/AuthKitUI
0x116114000 - 0x11611ffff   AVKit arm64  <c656560455393fe5abe422533db943da> /System/Library/AccessibilityBundles/AVKit.axbundle/AVKit
0x116140000 - 0x116143fff   SearchFoundation arm64  <67a2541d99c93281863b1a849805a713> /System/Library/AccessibilityBundles/SearchFoundation.axbundle/SearchFoundation
0x116154000 - 0x116157fff   SoftwareUpdateSettingsUI arm64  <e56eb630b2063e7192de80a87aa73a21> /System/Library/AccessibilityBundles/SoftwareUpdateSettingsUI.axbundle/SoftwareUpdateSettingsUI
0x116168000 - 0x11616bfff   ARKit arm64  <b4cb6a9901a3375fa88f34f933454066> /System/Library/AccessibilityBundles/ARKit.axbundle/ARKit
0x11617c000 - 0x11617ffff   SetupAssistantUI arm64  <ef7f8609e4a3307b82e594570574d08e> /System/Library/AccessibilityBundles/SetupAssistantUI.axbundle/SetupAssistantUI
0x116190000 - 0x116193fff   ShareSheet arm64  <941e404896663eb583f2fab08493108e> /System/Library/AccessibilityBundles/ShareSheet.axbundle/ShareSheet
0x1161a8000 - 0x1161abfff   Pegasus arm64  <7267e12c1dfc39d79c29cd4b209b726c> /System/Library/AccessibilityBundles/Pegasus.axbundle/Pegasus
0x1161c0000 - 0x1161c7fff   SpringBoardUIServices arm64  <e3e6367977d930e8b5c6762ca31efe9f> /System/Library/AccessibilityBundles/SpringBoardUIServices.axbundle/SpringBoardUIServices
0x1161e0000 - 0x1161e3fff   BaseBoardUI arm64  <2345b15c61ac3a29af43ed46b7e70c1e> /System/Library/AccessibilityBundles/BaseBoardUI.axbundle/BaseBoardUI
0x1161f4000 - 0x1161fffff   AvatarUI arm64  <1f7046aa49fd3a3090cd57f210e58925> /System/Library/AccessibilityBundles/AvatarUI.axbundle/AvatarUI
0x116218000 - 0x11621bfff   WallpaperSettings arm64  <e18b52a9e15b30868d64aa05b306a3a3> /System/Library/AccessibilityBundles/WallpaperSettings.axbundle/WallpaperSettings
0x11622c000 - 0x116233fff   ContactsAutocompleteUI arm64  <56bd4d112b3732ce866762a5f2a00f25> /System/Library/AccessibilityBundles/ContactsAutocompleteUI.axbundle/ContactsAutocompleteUI
0x116248000 - 0x11624bfff   HealthKit arm64  <c2be5c7df71837b0b43f5baeae5004de> /System/Library/AccessibilityBundles/HealthKit.axbundle/HealthKit
0x11625c000 - 0x11625ffff   WatchKit arm64  <4a7c53ed247c391e863a2a951259a848> /System/Library/AccessibilityBundles/WatchKit.axbundle/WatchKit
0x116270000 - 0x116273fff   WebUI arm64  <d91e92b68bc431aca78e5db4f08efd2c> /System/Library/AccessibilityBundles/WebUI.axbundle/WebUI
0x116284000 - 0x116287fff   AVFoundation arm64  <88baed6d39133f06ab5c224eac6c0174> /System/Library/AccessibilityBundles/AVFoundation.axbundle/AVFoundation
0x1162a8000 - 0x1162abfff   Messages arm64  <76fe45a83ddf31eb813e461401453919> /System/Library/AccessibilityBundles/Messages.axbundle/Messages
0x1162c4000 - 0x1162c7fff   SpringBoardFoundation arm64  <2adace6073ac3e8ebbeafa0d8c6e5e15> /System/Library/AccessibilityBundles/SpringBoardFoundation.axbundle/SpringBoardFoundation
0x1162d8000 - 0x1162dbfff   AvatarKit arm64  <fc8e8f33b9893048a3c6be2b5a6004f1> /System/Library/AccessibilityBundles/AvatarKit.axbundle/AvatarKit
0x1162ec000 - 0x1162effff   GameCenterUIFramework arm64  <b682f43e6d03325c80aed46f6e41eed1> /System/Library/AccessibilityBundles/GameCenterUIFramework.axbundle/GameCenterUIFramework
0x116300000 - 0x116307fff   PencilKit arm64  <a1ff54cfa00c3250b70f52628d71a4f1> /System/Library/AccessibilityBundles/PencilKit.axbundle/PencilKit
0x116320000 - 0x116323fff   CommunicationsSetupUI arm64  <c9db7775bed93a7a991673b58a92849a> /System/Library/AccessibilityBundles/CommunicationsSetupUI.axbundle/CommunicationsSetupUI
0x116334000 - 0x116337fff   EmojiKit arm64  <67270f32964c38feaafae7e59e923062> /System/Library/AccessibilityBundles/EmojiKit.axbundle/EmojiKit
0x116348000 - 0x11634bfff   OnBoardingKit arm64  <7680f13ef19f3e78b12533de165a451d> /System/Library/AccessibilityBundles/OnBoardingKit.axbundle/OnBoardingKit
0x116360000 - 0x116367fff   SharingUI arm64  <fee74c10881c3d2e9e1c76b14e3b3c3d> /System/Library/AccessibilityBundles/SharingUI.axbundle/SharingUI
0x116384000 - 0x116387fff   SpriteKit arm64  <d18749a9c0bd363ead090530385ababd> /System/Library/AccessibilityBundles/SpriteKit.axbundle/SpriteKit
0x1163b8000 - 0x1163cffff   EventKitUIFramework arm64  <60f9e374735231589fe77dc4f933eb8e> /System/Library/AccessibilityBundles/EventKitUIFramework.axbundle/EventKitUIFramework
0x116400000 - 0x116403fff   SwiftUI arm64  <27e721504c3a328bba312ce28c416a65> /System/Library/AccessibilityBundles/SwiftUI.axbundle/SwiftUI
0x11643c000 - 0x11643ffff   AirPortSettings arm64  <85e8b32d872337bda682bca00b6aeba5> /System/Library/AccessibilityBundles/AirPortSettings.axbundle/AirPortSettings
0x116450000 - 0x116453fff   WirelessModemSettings arm64  <44de33ce15e83f53915740579eb28361> /System/Library/AccessibilityBundles/WirelessModemSettings.axbundle/WirelessModemSettings
0x1164c8000 - 0x1164cbfff   DisplayAndBrightnessSettings arm64  <f5cf6ca4f9ec3f59a4762dec151d77dc> /System/Library/AccessibilityBundles/DisplayAndBrightnessSettings.axbundle/DisplayAndBrightnessSettings
0x1164e4000 - 0x1164e7fff   BridgePreferences arm64  <71e7868de5b835bc95cd395ae0b8ce55> /System/Library/AccessibilityBundles/BridgePreferences.axbundle/BridgePreferences
0x1164f8000 - 0x1164fbfff   CertInfo arm64  <32551c74729f32098e867f136776a4ba> /System/Library/AccessibilityBundles/CertInfo.axbundle/CertInfo
0x11650c000 - 0x11650ffff   Preferences arm64  <beb5eab6a1643a89872e3291858e528e> /System/Library/AccessibilityBundles/Preferences.axbundle/Preferences
0x116560000 - 0x11656bfff   AnnotationKit arm64  <5e6b736341d7315e961c8331f505a94a> /System/Library/AccessibilityBundles/AnnotationKit.axbundle/AnnotationKit
0x116588000 - 0x11658bfff   GameKitFramework arm64  <af45902ac7a53dbfb9b45dc7abb188b6> /System/Library/AccessibilityBundles/GameKitFramework.axbundle/GameKitFramework
0x187b52000 - 0x187b68fff   libsystem_trace.dylib arm64  <f67d8aff28893f9abf166036c3203325> /usr/lib/system/libsystem_trace.dylib
0x187b69000 - 0x187b9afff   libxpc.dylib arm64  <9e9d069de3b136fa85755e1d9e6b6b54> /usr/lib/system/libxpc.dylib
0x187b9b000 - 0x187b9bfff   libsystem_blocks.dylib arm64  <0afa438b8355370794f5015ad81f32df> /usr/lib/system/libsystem_blocks.dylib
0x187b9c000 - 0x187c17fff   libsystem_c.dylib arm64  <8d39ff48e14c3f868e1090f54896bb65> /usr/lib/system/libsystem_c.dylib
0x187c18000 - 0x187c8cfff   libdispatch.dylib arm64  <5a83d0cf8fb937278a32012d20a47ec8> /usr/lib/system/libdispatch.dylib
0x187c8d000 - 0x187cadfff   libsystem_malloc.dylib arm64  <a0a7d67af0f3399a8f006f92716d8e6f> /usr/lib/system/libsystem_malloc.dylib
0x187cae000 - 0x187cb8fff   libsystem_platform.dylib arm64  <a5d5822c76223859b0c0b869b7e244b5> /usr/lib/system/libsystem_platform.dylib
0x187cb9000 - 0x187cc9fff   libsystem_pthread.dylib arm64  <fb1dd49f0cfb3114bdb40ef7be44f6bc> /usr/lib/system/libsystem_pthread.dylib
0x187cca000 - 0x187cfbfff   libobjc.A.dylib arm64  <091241f8e94c39ba9ca67352e998bb41> /usr/lib/libobjc.A.dylib
0x187cfc000 - 0x187d63fff   libcorecrypto.dylib arm64  <28c07c08a95635b1b04e88d84542020b> /usr/lib/system/libcorecrypto.dylib
0x187d64000 - 0x187d7cfff   libc++abi.dylib arm64  <f07199ac8a903127b17f0a906ffb7302> /usr/lib/libc++abi.dylib
0x187d7d000 - 0x187dabfff   libsystem_kernel.dylib arm64  <b422ba38a9f63062be28d28d39e3fe25> /usr/lib/system/libsystem_kernel.dylib
0x187dac000 - 0x187ddefff   libdyld.dylib arm64  <876fb49abfba37bfad376ffc90f7f981> /usr/lib/system/libdyld.dylib
0x187ddf000 - 0x187de7fff   libsystem_darwin.dylib arm64  <fc50d2ff80ac31179ff0608fa6cff3a3> /usr/lib/system/libsystem_darwin.dylib
0x187de8000 - 0x187e41fff   libc++.1.dylib arm64  <d7934e7f3eed3c078d1342fe55250c88> /usr/lib/libc++.1.dylib
0x187e42000 - 0x187e82fff   libsystem_info.dylib arm64  <6a94223de5dc3df6b89780ba56191d92> /usr/lib/system/libsystem_info.dylib
0x187e83000 - 0x1881f6fff   CoreFoundation arm64  <409609cd841038e1ba5dbded609d2018> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1881f7000 - 0x188260fff   SystemConfiguration arm64  <b1f843cc55883c0ba02fc5b80883cc9c> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x188261000 - 0x188518fff   Foundation arm64  <1a46239df2fc34b695bc9f38869f0c85> /System/Library/Frameworks/Foundation.framework/Foundation
0x188519000 - 0x18854bfff   libCRFSuite.dylib arm64  <b5116ed3cf69347d85687d2c8d5d76c0> /usr/lib/libCRFSuite.dylib
0x18854c000 - 0x1886c6fff   CoreServices arm64  <43035d98ba1c3d5d972fd61df826fcb3> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x1886c7000 - 0x188727fff   libSparse.dylib arm64  <fd83188d02163838a7c012b81f36e440> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x188728000 - 0x188c12fff   ImageIO arm64  <428fc36a6d0234b5a10cc2cf6f9e0674> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x188c13000 - 0x188c15fff   ConstantClasses arm64  <07aead6b70b73890b27f7aea1cd02350> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x188c16000 - 0x188db4fff   CoreText arm64  <3a068b6f533e36b18e9823833c815854> /System/Library/Frameworks/CoreText.framework/CoreText
0x188db5000 - 0x188eeafff   Security arm64  <d5a88c36cb0932a6906055bbc4b6817d> /System/Library/Frameworks/Security.framework/Security
0x188eeb000 - 0x188f8efff   IOKit arm64  <d138895882be3a12964aa53ca8da1b74> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x188f8f000 - 0x188fc6fff   libMobileGestalt.dylib arm64  <fe7d38beb09530eca24b70bc964ec273> /usr/lib/libMobileGestalt.dylib
0x188fc7000 - 0x189023fff   libprotobuf.dylib arm64  <027d49d7fea839cda49a4a4fb32c7f6f> /usr/lib/libprotobuf.dylib
0x189024000 - 0x189035fff   libprotobuf-lite.dylib arm64  <2c82919a66fa30a7841320190f2c202d> /usr/lib/libprotobuf-lite.dylib
0x189036000 - 0x189286fff   libicucore.A.dylib arm64  <e00735d86bab31f8acbac8fdb01f290e> /usr/lib/libicucore.A.dylib
0x189287000 - 0x1892b0fff   CoreServicesInternal arm64  <7b6acc45f64532258e2012c49fbcde7a> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x1892b1000 - 0x1892f8fff   WirelessDiagnostics arm64  <dc60c14089ab3ecb916e94fb63a2ae46> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x1892f9000 - 0x189332fff   libAWDSupport.dylib arm64  <52926ffdcfd0397881e93a4df6893672> /usr/lib/libAWDSupport.dylib
0x189333000 - 0x1897b7fff   CoreAudio arm64  <e467570caf523683bf36ce2594f1c98e> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1897b8000 - 0x189a84fff   CoreImage arm64  <4aee50c9e546312ead5d721a6afdb059> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x189a85000 - 0x189b73fff   LanguageModeling arm64  <1d022988ea363113a096c2f107568542> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x189b74000 - 0x189bbafff   Lexicon arm64  <9d08273daeac34e78493ff7bff76cab2> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x189bbb000 - 0x189d3dfff   libsqlite3.dylib arm64  <4fadb9ee56a73afca3604780ddf3411b> /usr/lib/libsqlite3.dylib
0x189d3e000 - 0x189d70fff   MobileKeyBag arm64  <6cf66de926bb32089688747ed1dbd888> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x189d71000 - 0x189d7afff   libsystem_notify.dylib arm64  <21a918766a2c3f89855046e0f854018a> /usr/lib/system/libsystem_notify.dylib
0x189d7b000 - 0x189f5cfff   CoreDuet arm64  <5640bda664273303800ed189c16e8049> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x189f5d000 - 0x18a09ffff   Montreal arm64  <69a3d186833f35c5963a43e4d365e897> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x18a0a0000 - 0x18a186fff   NLP arm64  <22401c0f186737c295999afaf82b1840> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x18a187000 - 0x18a1a4fff   CellularPlanManager arm64  <c88939c958243367b5401c11b803b8d1> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x18a1a5000 - 0x18a1e2fff   AppSupport arm64  <1731e2fba0303bdbb0cf8b02e5e56ecd> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x18a1e3000 - 0x18a6b4fff   libnetwork.dylib arm64  <cf9b76bf435b38d2aed3fb2c050d9216> /usr/lib/libnetwork.dylib
0x18a6b5000 - 0x18a7c1fff   ManagedConfiguration arm64  <a40f654260d932528c5ebff3f5575cab> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x18a7c2000 - 0x18a7ebfff   CoreServicesStore arm64  <c16b4fad3e753a2e85d67639481e8080> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
0x18a7ec000 - 0x18a80cfff   UserManagement arm64  <ad5afd364e75332288e4a3bbcce41b5a> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x18a80d000 - 0x18aac4fff   CoreML arm64  <4b1ed9735bef37929aa9775df017a4f2> /System/Library/Frameworks/CoreML.framework/CoreML
0x18aac5000 - 0x18aadbfff   ProtocolBuffer arm64  <4e652067e296363bbfa380eba32585ad> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x18aadc000 - 0x18aaf6fff   CommonUtilities arm64  <8c65f3b91e6d322ebeedf8a0e60e717a> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x18aaf7000 - 0x18aaf7fff   libenergytrace.dylib arm64  <b9fc54b519c53301bda0c5607f0e7806> /usr/lib/libenergytrace.dylib
0x18aaf8000 - 0x18ab2efff   RunningBoardServices arm64  <c78723a9f231370b8944596226f2b836> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
0x18ab2f000 - 0x18abacfff   BaseBoard arm64  <33a252545a9730ab9cc7fad0345d4758> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x18abad000 - 0x18b102fff   SiriTTS arm64  <f4cc905a59803fe5b6283c8d3b2e70c7> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x18b103000 - 0x18b175fff   CoreLocation arm64  <c8b1e677d38435d38b12bab96c65a426> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x18b176000 - 0x18b182fff   libMobileGestaltExtensions.dylib arm64  <4d550575c11238a690896d49e191b3b7> /usr/lib/libMobileGestaltExtensions.dylib
0x18b183000 - 0x18b1d7fff   Accounts arm64  <75940abf4f773731855da69467dbb796> /System/Library/Frameworks/Accounts.framework/Accounts
0x18b1d8000 - 0x18b1e8fff   SharedWebCredentials arm64  <1393d99cb36e3c7083e82748f44855b0> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x18b1e9000 - 0x18b54bfff   CFNetwork arm64  <c4865497192b3dbe81e984a99b788adf> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x18b54c000 - 0x18b62bfff   UIFoundation arm64  <5633754447e039efbb34f207fda2553c> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x18b62c000 - 0x18c740fff   UIKitCore arm64  <3062ff32218237a2a5f9b38f6fb6b8c3> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x18c741000 - 0x18c74efff   AssertionServices arm64  <eff14a5c8feb33c1ac3004921caa2a25> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x18c74f000 - 0x18c821fff   CoreTelephony arm64  <f04a58a0c439319784c1f4ea154f6363> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x18c822000 - 0x18c827fff   AggregateDictionary arm64  <e0ce74236eb13c98bb05186b7f4e3d2b> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x18c828000 - 0x18c83efff   libsystem_asl.dylib arm64  <24190e9ac7db3006b4dfc5e64e85774a> /usr/lib/system/libsystem_asl.dylib
0x18c83f000 - 0x18c8b7fff   CloudDocs arm64  <c2f43b62730b3b8ba93d6acca741d864> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x18c8b8000 - 0x18cbe0fff   CoreData arm64  <a654d396b79c3f469e3fbe9ec0ee1af4> /System/Library/Frameworks/CoreData.framework/CoreData
0x18cbe1000 - 0x18ce06fff   Vision arm64  <958d82a44f733f0f96350b6f68bd9381> /System/Library/Frameworks/Vision.framework/Vision
0x18ce07000 - 0x18ce49fff   PhotoFoundation arm64  <9e49f30ca736349893a9716346e41898> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x18ce4a000 - 0x18ce75fff   BoardServices arm64  <728b59e6907e31e5892de5b2c55c48ce> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
0x18ce76000 - 0x18cf2bfff   libboringssl.dylib arm64  <e764c033b42637618fe522445b621fcf> /usr/lib/libboringssl.dylib
0x18cf2c000 - 0x18cf3afff   libsystem_networkextension.dylib arm64  <3a3722da76863c2a99c2cce0e3924bf7> /usr/lib/system/libsystem_networkextension.dylib
0x18cf3b000 - 0x18cf5bfff   CoreAnalytics arm64  <85843ee0a89b3316a3e68531eba75336> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x18cf5c000 - 0x18d0ccfff   CloudKit arm64  <d54d14692ec130d7b5af5f852438dc3e> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x18d0cd000 - 0x18d11afff   SpringBoardServices arm64  <50878840805636d7bff4a6aa6d6cdfa9> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x18d11b000 - 0x18d18dfff   FrontBoardServices arm64  <ca8e712fa22732ae842b65567f6046bb> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x18d18e000 - 0x18d2b5fff   Network arm64  <38a032852b86333e95c553eb41e5d3e5> /System/Library/Frameworks/Network.framework/Network
0x18d2b6000 - 0x18d312fff   libusrtcp.dylib arm64  <10fe0faf8a4d3bcfbc43e8a951656957> /usr/lib/libusrtcp.dylib
0x18d313000 - 0x18d31afff   libsystem_symptoms.dylib arm64  <a0e89bc6db7f3c578468bdc9ae67fdcb> /usr/lib/system/libsystem_symptoms.dylib
0x18d31b000 - 0x18e205fff   GeoServices arm64  <d2fc5b30d98a352d952013a5b60a073b> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x18e206000 - 0x18e20efff   TCC arm64  <e8eb1bfdf24d34f2a53b5d0700632050> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x18e20f000 - 0x18e268fff   IMFoundation arm64  <b2d85b147b823944beebc644d365b564> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x18e269000 - 0x18e3dcfff   CoreUtils arm64  <b642c3a48cdc3b1aba6d651b7e00d61c> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x18e3dd000 - 0x18e48efff   IMSharedUtilities arm64  <7e3c3dc898663d13b83dffaa5a1170a5> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
0x18e48f000 - 0x18e4c4fff   ImageCaptureCore arm64  <99700767f48d36cb8ccb1d9e33962eda> /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore
0x18e4c5000 - 0x18e4cefff   libsystem_containermanager.dylib arm64  <4764ee5a2f0a3fbb8a756f60f0e02cd8> /usr/lib/system/libsystem_containermanager.dylib
0x18e4cf000 - 0x18e54afff   AppleAccount arm64  <972cea5083b43105b83f737be8ad7a43> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x18e54b000 - 0x18e565fff   ApplePushService arm64  <89033f36d91031a594a517ecea968a3a> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x18e566000 - 0x18e64efff   IDS arm64  <cf2b018761f736d4a1dfad15aa703c85> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x18e64f000 - 0x18e779fff   IDSFoundation arm64  <a6bd395156ff3624b78997bb3ed24a06> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x18e77a000 - 0x18e77bfff   libCTGreenTeaLogger.dylib arm64  <2ab5f36320803bda84913992c492743e> /usr/lib/libCTGreenTeaLogger.dylib
0x18e77c000 - 0x18e7dffff   HMFoundation arm64  <836603ebd4de3e3ca2a5bddda3aa32fd> /System/Library/PrivateFrameworks/HMFoundation.framework/HMFoundation
0x18e7e0000 - 0x18e8e0fff   CoreMedia arm64  <b9bf44cd041a37af8879451f66687468> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x18e8e1000 - 0x18e8f0fff   UIKitServices arm64  <0eeb42c795483dba82a142eeda85503e> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x18e8f1000 - 0x18e94efff   BackBoardServices arm64  <6f0540d2fedc308eacff631bff19cd69> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x18e94f000 - 0x18eba0fff   QuartzCore arm64  <ba9eccee9f613baab8a88eb3b7e0a24f> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x18eba1000 - 0x18ec68fff   ColorSync arm64  <503c108270703f1786df14588e7f9ff7> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x18ec69000 - 0x18f1d8fff   CoreGraphics arm64  <e068b7652d603d90aba30df6da3578bc> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x18f1d9000 - 0x18f308fff   Contacts arm64  <18807e6ef924349a9384161c92390665> /System/Library/Frameworks/Contacts.framework/Contacts
0x18f309000 - 0x18f337fff   UserNotifications arm64  <44b07041e9723af2a6446a04bc8588a7> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x18f338000 - 0x18f35bfff   LocationSupport arm64  <470b39d55daf3170b1a38841292d494d> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
0x18f35c000 - 0x18f4b7fff   Sharing arm64  <34759ac26e85385f9cca89d83469028d> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x18f4b8000 - 0x18faf7fff   WebKit arm64  <0d71fc8cc7e331948094d1c767c7bc09> /System/Library/Frameworks/WebKit.framework/WebKit
0x18faf8000 - 0x1918acfff   WebCore arm64  <fbf9a3b9df503629af395c41d3e4e83a> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x1918ad000 - 0x1918c7fff   libAccessibility.dylib arm64  <f55983edebf933948322efaefe1ecbca> /usr/lib/libAccessibility.dylib
0x1918c8000 - 0x1918d3fff   AXCoreUtilities arm64  <c9ced073466a32208dbabf96d0a50f15> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x1918d4000 - 0x191947fff   ContactsFoundation arm64  <0ba958ac9959337ca4d72b34bd2d50aa> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x191948000 - 0x19195cfff   PowerLog arm64  <eec0214c57da38818a8622fde679829c> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x19195d000 - 0x19196efff   IOSurface arm64  <4abf1719833c3f8db61863ff9b392891> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x19196f000 - 0x19206bfff   MediaToolbox arm64  <bce0f04fbe4d3f55bce62184be284bfd> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x19206c000 - 0x192074fff   GraphicsServices arm64  <aea26bf9483739a29902950b92b52592> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x192075000 - 0x19215cfff   AccessibilityUtilities arm64  <08d2bcd32ab83f8092501c61f87023db> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x19215d000 - 0x192355fff   AVFoundation arm64  <20bfceb457453bd2a5b3ce71ea50c1b2> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x192356000 - 0x19238dfff   OnBoardingKit arm64  <e2e88272c1933ba4b9f2245bc7dba1e1> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
0x19238e000 - 0x1923dcfff   MobileWiFi arm64  <3e4f5fc8825839f084694f7c77d62907> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1923dd000 - 0x1923f5fff   MobileAsset arm64  <9a597efb899f383a867473d91b06eb94> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1923f6000 - 0x192403fff   libGSFont.dylib arm64  <59fe7a3b9b8437a7a992bdae0faab9d6> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
0x192404000 - 0x19240dfff   FontServices arm64  <2b26f3985f9030d39a40bfe0df98686b> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x19240e000 - 0x192557fff   libFontParser.dylib arm64  <cac8dc5601323efd9875a5e886d92ea8> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x192558000 - 0x1925a3fff   AXRuntime arm64  <1bf005f54f9c3c5b9fda419692ab5039> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x1925a4000 - 0x1925a6fff   libAXSafeCategoryBundle.dylib arm64  <0647401436ea3e41a216da49a20c27a6> /usr/lib/libAXSafeCategoryBundle.dylib
0x1925a7000 - 0x1926e0fff   SearchFoundation arm64  <e91f6d1fcdd23a1595d49b7ed678ec0a> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x1926e1000 - 0x1927fffff   Preferences arm64  <9cb3558569ea3b2c8a520db57aba8688> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x192800000 - 0x192e6efff   PhotoLibraryServices arm64  <7e2dec0b4e49338fb908b97df773b12a> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x192e6f000 - 0x1930d3fff   vImage arm64  <1987440ca5e638368a23cd7341b1932a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1930d4000 - 0x193308fff   AudioToolbox arm64  <9eea0978fcad33cc9e3035ea939b2143> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x193309000 - 0x19333bfff   libAudioToolboxUtility.dylib arm64  <5e0ec0bf47f03853a777ea0123cdecaa> /usr/lib/libAudioToolboxUtility.dylib
0x19333c000 - 0x1934f8fff   ContactsUI arm64  <f9dc4b6c059f37809b709240dcc469ac> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x1934f9000 - 0x193562fff   UIAccessibility arm64  <58bafe0cc769397fb7b29554f1f77749> /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
0x193563000 - 0x193767fff   Photos arm64  <beb29988134830ce91e9ba3af86440a0> /System/Library/Frameworks/Photos.framework/Photos
0x193768000 - 0x1937fcfff   ShareSheet arm64  <0e75ee0b6aeb34c69e1403fe2a0b602a> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
0x1937fd000 - 0x193810fff   BaseBoardUI arm64  <5d95725058ed3df2a41c71a5d4726900> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x193811000 - 0x1938c5fff   PDFKit arm64  <d8c1fee5d77635d895bbd3b646f269fc> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1938c6000 - 0x193942fff   FrontBoard arm64  <eccea691f4913ae39aee9299fffe462d> /System/Library/PrivateFrameworks/FrontBoard.framework/FrontBoard
0x193943000 - 0x193970fff   DocumentManager arm64  <df6155e3a82c3b98aad02755b34ffac2> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x193971000 - 0x193bcbfff   libmecabra.dylib arm64  <1157edfce8ad3df6a01b4ebb2f100af0> /usr/lib/libmecabra.dylib
0x193bcc000 - 0x193c43fff   AuthKit arm64  <2fda46a0c0c03b0e8222936e5ef11f24> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x193c44000 - 0x194060fff   Intents arm64  <4c28f731a5bf380abec95b89347dcca6> /System/Library/Frameworks/Intents.framework/Intents
0x194061000 - 0x194075fff   libCGInterfaces.dylib arm64  <e2a730f6b7b63f2aa3be0ed27cf3cab5> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x194076000 - 0x1941d5fff   WebKitLegacy arm64  <dd6cd4bf7b9535ea92c9c5d914af546b> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1941d6000 - 0x194240fff   TextInput arm64  <982b9b2cc64d3667aeb3863f355e5f6f> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x194241000 - 0x1942bbfff   AXMediaUtilities arm64  <58f1ede868c134f59db1842bdcdfc608> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
0x1942bc000 - 0x1942bffff   XCTTargetBootstrap arm64  <5c185207156334bcbfddbae1d7470d2b> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1942c0000 - 0x194374fff   CorePDF arm64  <4068ec815d3438b59ad58c2ae7167ef4> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x194375000 - 0x1943affff   AccessibilityUIUtilities arm64  <95663a65573e305d8caefd5f89977aa8> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x1943b0000 - 0x194761fff   MediaPlayer arm64  <2730d66693cf3968b472685e5323ea96> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x194762000 - 0x194a79fff   AppleMediaServices arm64  <bfd95f83910f387e9876e28ebdd4dd57> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x194a7a000 - 0x194aa0fff   CacheDelete arm64  <0c48aade3fe43589acc552d3e119c591> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x194aa1000 - 0x194c68fff   CoreMotion arm64  <70ed3ef1d8263d55b5eae657ac5e8057> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x194c69000 - 0x194d56fff   AVFAudio arm64  <1df3312395353945983fb139a4216fa9> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x194d57000 - 0x194f73fff   RawCamera arm64  <1bf4eb4c14f636da870cb1a1b23a7e77> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x194f74000 - 0x19502afff   CoreUI arm64  <d90479e8d57435b1a4cbab0423d21770> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x19502b000 - 0x19504ffff   AppSupportUI arm64  <7264f3b8500e30b0ad4e3f00500d64bd> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x195050000 - 0x195085fff   CoreVideo arm64  <443ef021c4123a32a3970433993d16fe> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x195086000 - 0x1952bcfff   AudioToolboxCore arm64  <5cc99c07d3b3317aa0aa90b7edb05d00> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
0x1952bd000 - 0x195300fff   CoreDuetContext arm64  <badc9da39c60341aa29c34542cb16158> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x195301000 - 0x19533bfff   SetupAssistant arm64  <3f5a75d178773381875c6c41678d79e1> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x19533c000 - 0x1953f8fff   TelephonyUtilities arm64  <5c63d78ffe1433738deae30f6c98838d> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x1953f9000 - 0x195423fff   PlugInKit arm64  <5d4ad58191a23317a0d2ee6357784767> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x195424000 - 0x1957a6fff   libswiftCore.dylib arm64  <dcbc2d499c313dbebcf3b0f5205f87fe> /usr/lib/swift/libswiftCore.dylib
0x1957a7000 - 0x1958e2fff   AssistantServices arm64  <a8b7086d107935e5a99f4496e472e170> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x1958e3000 - 0x195942fff   ProactiveSupport arm64  <f139ee3c405538eb8b0e3157dfeb850b> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x195943000 - 0x195b85fff   MapKit arm64  <7029e175072a3830a8d7e0402b5e3436> /System/Library/Frameworks/MapKit.framework/MapKit
0x195b86000 - 0x195ba2fff   PrototypeTools arm64  <cc8e1d9d10a23e8785900518b23242dd> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x195ba3000 - 0x195c94fff   MediaExperience arm64  <d3696f197c97386d855765ea3931bdea> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
0x195c95000 - 0x195f69fff   Celestial arm64  <f23ff8ceade230c2946daf42793d76ab> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x195f6a000 - 0x195fc6fff   CallKit arm64  <43fdc2704c013b87a03e8d080c082b83> /System/Library/Frameworks/CallKit.framework/CallKit
0x195fc7000 - 0x19618bfff   EventKitUI arm64  <79fc1a551ac53966a1d5e1f30e90fde0> /System/Library/Frameworks/EventKitUI.framework/EventKitUI
0x19618c000 - 0x196882fff   VectorKit arm64  <5655a0aafafb3c3d8b69a2ef8e8e2146> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x196883000 - 0x196952fff   AVKit arm64  <2afc669447223d058ee6c706b54cbb35> /System/Library/Frameworks/AVKit.framework/AVKit
0x196953000 - 0x196981fff   Pegasus arm64  <8b990cff02533a6782f88bd0831837f4> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x196982000 - 0x196984fff   libapp_launch_measurement.dylib arm64  <2741e56c89873a20acde4979ee28be22> /usr/lib/libapp_launch_measurement.dylib
0x19699a000 - 0x1969fcfff   CoreSpotlight arm64  <73ad186f492c3a338c9f3cea760b172f> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x1969fd000 - 0x196a94fff   AddressBookLegacy arm64  <e45307d41ffb3a969616fe7e59195de2> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x196a95000 - 0x196aa4fff   CrashReporterSupport arm64  <8f50c9095b293180a908ffdbdeecede3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x196aa5000 - 0x196ab7fff   MobileBluetooth arm64  <1b74874575393ca9ae852aed2a9fcaab> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x196ab8000 - 0x196b71fff   LinkPresentation arm64  <652903c4cccb3fb38ef4495e900b809b> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation
0x196b72000 - 0x196ba9fff   StoreKit arm64  <f61422d2afeb39bd9143458d82a29536> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x196baa000 - 0x196baefff   libsystem_configuration.dylib arm64  <1f77794460993bc0a06207f2193781f6> /usr/lib/system/libsystem_configuration.dylib
0x196baf000 - 0x196c09fff   RemoteUI arm64  <2f684cc557103242b20baf988113cb51> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
0x196c0a000 - 0x196c5ffff   AuthKitUI arm64  <629ab78d4fc83ddfb4d6a2126d3215f5> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
0x196c60000 - 0x196cc5fff   CoreRecognition arm64  <2ebd686e061537b7a7b8e68085e0fba0> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x196cc6000 - 0x196d48fff   Social arm64  <286389b70f603f62ad78a0c38377938f> /System/Library/Frameworks/Social.framework/Social
0x196d49000 - 0x196d95fff   WatchKit arm64  <343c013cde313a41a0becafe6e9737ef> /System/Library/Frameworks/WatchKit.framework/WatchKit
0x196d96000 - 0x196da4fff   HangTracer arm64  <f7cd6e3068023cb8b89cfb387970d104> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x196da5000 - 0x196e0afff   CoreNLP arm64  <bc2c4aea12293a0fab1f92fc80182f74> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x196e0b000 - 0x196e0cfff   liblangid.dylib arm64  <e1c11f41cd7031148ffeb431b53b9fdd> /usr/lib/liblangid.dylib
0x196e0d000 - 0x197c98fff   JavaScriptCore arm64  <aaf4e988dfd33f50af21779cf1258c80> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x197c99000 - 0x197d26fff   libTelephonyUtilDynamic.dylib arm64  <a187f39512fe32d99a85829691a49f64> /usr/lib/libTelephonyUtilDynamic.dylib
0x197d3b000 - 0x197fb9fff   StoreServices arm64  <ec2375561d7b3b6aad035307560492cd> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x197fba000 - 0x197fc3fff   IOMobileFramebuffer arm64  <7462439e125833758ae73bd083b45ae2> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x197fc4000 - 0x19814bfff   SafariServices arm64  <140f2dc426773ad0a53b9091cc230645> /System/Library/Frameworks/SafariServices.framework/SafariServices
0x19814c000 - 0x198323fff   Message arm64  <4252efde3f2e3f06b90767acf0e4cafd> /System/Library/PrivateFrameworks/Message.framework/Message
0x19833b000 - 0x198355fff   CoreMaterial arm64  <0c57d0346b8038ac99da29d1c5756073> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
0x198356000 - 0x19843bfff   libxml2.2.dylib arm64  <59363b79c5c93f4a8225d4514922256a> /usr/lib/libxml2.2.dylib
0x19843c000 - 0x199441fff   ModelIO arm64  <167f32ff18a039cbbc107eaace44ff51> /System/Library/Frameworks/ModelIO.framework/ModelIO
0x199442000 - 0x19985dfff   ChatKit arm64  <f25c739c05bb3b4784ffdddac24730ef> /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit
0x19985e000 - 0x199c9efff   PassKitCore arm64  <bd23a7f9de7932e8964859a8755e0e2e> /System/Library/PrivateFrameworks/PassKitCore.framework/PassKitCore
0x199c9f000 - 0x199ca9fff   SymptomAnalytics arm64  <3b46fcb7037535fa975ce7cadc82a1bf> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/SymptomAnalytics
0x199caa000 - 0x199cf2fff   MetadataUtilities arm64  <a6b4a006922d31b3a175503669bc8e3c> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x199cf3000 - 0x199d4bfff   UserActivity arm64  <5cee49c805f930de8cad926a2d5d9417> /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity
0x199e81000 - 0x199eaffff   CoreRoutine arm64  <2413c2d13f2631708deebd1ed2f7bc1a> /System/Library/PrivateFrameworks/CoreRoutine.framework/CoreRoutine
0x199eb0000 - 0x199ec5fff   FMCoreLite arm64  <dcb1da22c5aa3a1cb9016d2f95221f06> /System/Library/PrivateFrameworks/FMCoreLite.framework/FMCoreLite
0x199ec6000 - 0x199fbefff   ITMLKit arm64  <4e5a16cb652c3070bf82af0c0d8be5cc> /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit
0x199fbf000 - 0x19a368fff   StoreKitUI arm64  <f30b77368e9c33afa688d2972796b431> /System/Library/PrivateFrameworks/StoreKitUI.framework/StoreKitUI
0x19a369000 - 0x19a387fff   BridgePreferences arm64  <e86b8937cf3232429db353eb1f3f85f0> /System/Library/PrivateFrameworks/BridgePreferences.framework/BridgePreferences
0x19a388000 - 0x19a52bfff   iTunesStoreUI arm64  <d4fb7eeb51793fc9950671195307eea8> /System/Library/PrivateFrameworks/iTunesStoreUI.framework/iTunesStoreUI
0x19a52c000 - 0x19a553fff   AccountsUI arm64  <624fdcda8bd23b2dbc60813f2c1a3ff1> /System/Library/PrivateFrameworks/AccountsUI.framework/AccountsUI
0x19a554000 - 0x19a569fff   CertInfo arm64  <bde0029241fc3d91a0724227f8aa09a1> /System/Library/PrivateFrameworks/CertInfo.framework/CertInfo
0x19a56a000 - 0x19a5d0fff   ManagedConfigurationUI arm64  <683444b96f253afeb79fe42aebb3b00b> /System/Library/PrivateFrameworks/ManagedConfigurationUI.framework/ManagedConfigurationUI
0x19a5d1000 - 0x19a67bfff   QuickLook arm64  <b75b21d35be9385db7e49ecc421b9d2a> /System/Library/Frameworks/QuickLook.framework/QuickLook
0x19a67c000 - 0x19a88dfff   NetworkExtension arm64  <b9952b5daeb134a6b570a193e0440119> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x19a88e000 - 0x19a8c3fff   DataDetectorsCore arm64  <3d0a108f71733e29965b637096e09ec8> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x19a8c4000 - 0x19a923fff   CalendarFoundation arm64  <741401805340338b9af74bb4b3abbcec> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x19a924000 - 0x19aa16fff   EventKit arm64  <ccf2cfad170235068b9442ef6e9223c3> /System/Library/Frameworks/EventKit.framework/EventKit
0x19aa17000 - 0x19aa4dfff   MediaServices arm64  <280846cf79173979b3983b4d12c94480> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x19aa4e000 - 0x19ab58fff   AnnotationKit arm64  <611c355fd9c43a7b905cda8309d00a17> /System/Library/PrivateFrameworks/AnnotationKit.framework/AnnotationKit
0x19ab59000 - 0x19acf8fff   PencilKit arm64  <6fc9866e623835f795cfb8ed07534c63> /System/Library/Frameworks/PencilKit.framework/PencilKit
0x19acf9000 - 0x19ae1bfff   MessageUI arm64  <2417303b23b23eef9f1b2b5e0c89836b> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x19ae1c000 - 0x19ae68fff   AppleAccountUI arm64  <a3706ea1aa6a32a7a4bf3197edd16c12> /System/Library/PrivateFrameworks/AppleAccountUI.framework/AppleAccountUI
0x19ae69000 - 0x19aea8fff   BiometricKit arm64  <e6db96b653b93c1ebfc883ed0eaf8aec> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x19aea9000 - 0x19aed3fff   PersistentConnection arm64  <396582b9038d33ecbbaf6270715f2b50> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x19aed4000 - 0x19af27fff   CalendarDaemon arm64  <7f06d2437059300ab555af7cb5998810> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x19af28000 - 0x19afbefff   CalendarDatabase arm64  <94a758b9924130a9a008623815ebbac9> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x19afbf000 - 0x19b1adfff   MediaRemote arm64  <1a209e28192c390bab18d149f841c17f> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x19b1ae000 - 0x19b1b6fff   CorePhoneNumbers arm64  <68106cb9cf6d390d8e267e7bbf249c6b> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x19b1c7000 - 0x19b1edfff   DuetActivityScheduler arm64  <13c0f1714e3036779c37852398f0bafa> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x19b1ee000 - 0x19b2b1fff   SpringBoardFoundation arm64  <9550d529bedf3020a878712cbef45297> /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation
0x19b2b2000 - 0x19b2f1fff   ContactsAutocompleteUI arm64  <72e5828e055237548a9f2c708024caaf> /System/Library/PrivateFrameworks/ContactsAutocompleteUI.framework/ContactsAutocompleteUI
0x19b2f2000 - 0x19b314fff   CoreSVG arm64  <73bfc0febb0d31628b9223dc7a5a983f> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
0x19b315000 - 0x19b32efff   SymptomPresentationFeed arm64  <689694a94fcf3cc986ead0a31b0c4077> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/SymptomPresentationFeed
0x19b32f000 - 0x19b34cfff   ProactiveEventTracker arm64  <d3f6831ea3103097999b303f03c8719e> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x19b34d000 - 0x19b358fff   MallocStackLogging arm64  <bd95833751b935d8bfaa122f9c6eaafa> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
0x19b359000 - 0x19b3edfff   CoreSuggestions arm64  <5692520a6a6a3fa4a4dabef3347d528b> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x19b3ee000 - 0x19b59ffff   IMCore arm64  <fe16f952a8763d4ba91b2fb929d8ef98> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x19b5a0000 - 0x19b5f1fff   DeviceManagement arm64  <a2ec1a2c4bdc3d4da47e05f8c0b0810d> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
0x19b5f2000 - 0x19b7defff   HealthKit arm64  <2c2b0cf59f503b24b258215f68ce3503> /System/Library/Frameworks/HealthKit.framework/HealthKit
0x19bdf6000 - 0x19be03fff   BluetoothManager arm64  <5a83f768e5313c6eb7a5d8d40f5a65ba> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x19be04000 - 0x19be39fff   CoreBluetooth arm64  <0af559701b64365fa935b76fb2b6fc6f> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x19be3a000 - 0x19be3cfff   libsystem_sandbox.dylib arm64  <19bf542aa27f358aaf26c829d92f3995> /usr/lib/system/libsystem_sandbox.dylib
0x19be3d000 - 0x19be9ffff   SpringBoardUIServices arm64  <74237ef454fa3ded852d4e9a8f3f870e> /System/Library/PrivateFrameworks/SpringBoardUIServices.framework/SpringBoardUIServices
0x19bea0000 - 0x19bed2fff   TelephonyUI arm64  <d2ecd5d73e413ba6b3f2da3e083290f2> /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI
0x19bed3000 - 0x19bef2fff   PrivacySettingsUI arm64  <bd8805626ef83db8b25537a0353fcd96> /System/Library/PrivateFrameworks/Settings/PrivacySettingsUI.framework/PrivacySettingsUI
0x19bef3000 - 0x19bf20fff   SetupAssistantUI arm64  <6325e31b9c5337bbb047e62152ccf96d> /System/Library/PrivateFrameworks/SetupAssistantUI.framework/SetupAssistantUI
0x19bf67000 - 0x19bf73fff   ContextKit arm64  <af4e539a51ed31f58501db604920f663> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
0x19bf74000 - 0x19bfa3fff   CarKit arm64  <a016bbde74533d788af7c9c483337091> /System/Library/PrivateFrameworks/CarKit.framework/CarKit
0x19bfa4000 - 0x19c010fff   Rapport arm64  <0d829a31fed33c2bb4da9a2712178c8c> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x19c011000 - 0x19c054fff   OSAnalytics arm64  <66d408f799793943ae529a4b12829625> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
0x19c055000 - 0x19c083fff   MobileInstallation arm64  <82830c2abb583bd5a627995189600504> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x19c084000 - 0x19c11efff   Metal arm64  <245b6ff0bdfd33a7a34ce4fe57ebc2a2> /System/Library/Frameworks/Metal.framework/Metal
0x19c11f000 - 0x19c125fff   IOAccelerator arm64  <3335cc966200367c99e96bb8fd064751> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x19c126000 - 0x19c131fff   MediaAccessibility arm64  <f8f4cb6f12af349aadc0c2124373d615> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x19c132000 - 0x19c14efff   FindMyDevice arm64  <64b1a9824468366aa90c3b9a920d3107> /System/Library/PrivateFrameworks/FindMyDevice.framework/FindMyDevice
0x19c14f000 - 0x19c156fff   libsystem_dnssd.dylib arm64  <59b26d826fd335ed998cf5b62e38f910> /usr/lib/system/libsystem_dnssd.dylib
0x19c157000 - 0x19c15dfff   PushKit arm64  <634713aced1d38df81cd370674d873ad> /System/Library/Frameworks/PushKit.framework/PushKit
0x19c15e000 - 0x19c263fff   FileProvider arm64  <817c33078d9f344bae2e99274886c2de> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x19c278000 - 0x19c279fff   BackgroundTaskAgent arm64  <2ba41ad36b8a36088b6f0097d4a014fd> /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent
0x19c27a000 - 0x19c27ffff   LinguisticData arm64  <ee7e5c2f67d63fdb8f294a556494ffa5> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x19c280000 - 0x19c298fff   CoreSDB arm64  <3c8d2ae38db03228b83874a7957493c9> /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
0x19c299000 - 0x19c2a9fff   Categories arm64  <4aee06d32058399082825c91d95b7771> /System/Library/PrivateFrameworks/Categories.framework/Categories
0x19c2aa000 - 0x19c2c3fff   DoNotDisturb arm64  <b0094a4cb5bb3d9e888d9f2edb1b8b17> /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb
0x19c2c4000 - 0x19c37ffff   VideoToolbox arm64  <cb7226845bc83f528ef0eb5e3d9e7d06> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x19c380000 - 0x19c789fff   SceneKit arm64  <29227a067f72330695e8e3546dd66c66> /System/Library/Frameworks/SceneKit.framework/SceneKit
0x19c78a000 - 0x19c792fff   EmojiKit arm64  <22a1bf62de8c3a8288c1ae4b8ac50996> /System/Library/PrivateFrameworks/EmojiKit.framework/EmojiKit
0x19c793000 - 0x19c7adfff   Messages arm64  <b210f61307e63dbaae1d06cc3b4eea6b> /System/Library/Frameworks/Messages.framework/Messages
0x19c7ae000 - 0x19c7b2fff   CameraKit arm64  <4dfe9a6eaba93915bef4c4506260760e> /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit
0x19c7b3000 - 0x19c7b4fff   MessageSupport arm64  <d4456184f8623984b58e7045027ab964> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x19c7b5000 - 0x19c814fff   PersonalizationPortrait arm64  <c41be57e68c13b2e91365a72b69ae410> /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait
0x19c815000 - 0x19c883fff   AppStoreDaemon arm64  <abfb54c05afa3403ae220b67aaea8563> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
0x19c8de000 - 0x19c8e6fff   SymptomDiagnosticReporter arm64  <7f5611dfa5063e699db9329b22f493de> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x19c8e7000 - 0x19c8e9fff   IOSurfaceAccelerator arm64  <4d17d1ca325c350a8cceec8a93550c14> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x19c8ea000 - 0x19c998fff   AssetsLibraryServices arm64  <4955c2b198f034fabf1be5e071b1f199> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x19c999000 - 0x19c9cbfff   DataAccessExpress arm64  <ccd6268a555f36fc823411bece0a960a> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x19c9cc000 - 0x19ca3afff   EmailFoundation arm64  <b0b3b9e3acec3a48bb87f56f005d525f> /System/Library/PrivateFrameworks/EmailFoundation.framework/EmailFoundation
0x19ca3b000 - 0x19ca50fff   CoreFollowUp arm64  <edfbe826475a330eb7062eaf1f013738> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x19ca51000 - 0x19ca59fff   FamilyCircle arm64  <47b6531315713b6fb50aa030a9bc27b9> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x19ca5a000 - 0x19ca6ffff   libcoretls.dylib arm64  <e83864eb177533af91d71d6e5bfd6799> /usr/lib/libcoretls.dylib
0x19ca70000 - 0x19caadfff   WirelessProximity arm64  <7df014d516d03b5b940f83264b408d99> /System/Library/PrivateFrameworks/WirelessProximity.framework/WirelessProximity
0x19cac6000 - 0x19cb57fff   libate.dylib arm64  <0dbd4cdb7d493a94a11e8c4b6eb9d303> /usr/lib/libate.dylib
0x19dde2000 - 0x19de06fff   Pasteboard arm64  <e599feae3d8d3929b1afefeaf62018d6> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
0x19de07000 - 0x19de55fff   FTServices arm64  <c451d4c6281f34c7880529373e2a84d7> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x19de56000 - 0x19def5fff   MobileTimer arm64  <94f48624003632da8be726c3043f9f1a> /System/Library/PrivateFrameworks/MobileTimer.framework/MobileTimer
0x19def6000 - 0x19df06fff   MaterialKit arm64  <d3e26e28496a3abd9ae6a5aa64c30ff6> /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit
0x19df07000 - 0x19df71fff   SAObjects arm64  <4d72bf5c563e3a9ca016e691ae307b08> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x19df72000 - 0x19df7cfff   CoreRecents arm64  <e64c1a460cf23b7880679d9bc3521015> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x19df7d000 - 0x19dfc3fff   MIME arm64  <7f0ef966897c3fefb7d003e74f1f2f37> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x19dfcf000 - 0x19e024fff   InstallCoordination arm64  <cb2c0e8276603435a7c7aebc9c82214a> /System/Library/PrivateFrameworks/InstallCoordination.framework/InstallCoordination
0x19e025000 - 0x19e032fff   DataMigration arm64  <bda78d7eac783fb7ad49253a971577af> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x19e033000 - 0x19e05dfff   FMF arm64  <904d1359304a305a9346c86714615274> /System/Library/PrivateFrameworks/FMF.framework/FMF
0x19e137000 - 0x19e192fff   EmailCore arm64  <409829c8474d3171b47db351fea74c9c> /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore
0x19e193000 - 0x19e1e5fff   NearField arm64  <671894eb17bf3bbeabc0049aa0fde33a> /System/Library/PrivateFrameworks/NearField.framework/NearField
0x19e1e6000 - 0x19e20afff   IconServices arm64  <9d0a77437f5e311097babd6a8f94e8a1> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
0x19e20b000 - 0x19e3f7fff   iTunesCloud arm64  <e806cac9c1f13e80bf88b696c4cdd5e4> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x19e3f8000 - 0x19e6bdfff   MusicLibrary arm64  <c4573d69b57033c8871d37d686109222> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x19e6be000 - 0x19e6bffff   WatchdogClient arm64  <834e0b823de23ff6b57e7904ce03a445> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
0x19e6c0000 - 0x19e6d1fff   libprequelite.dylib arm64  <83d923c30f863498843177b257132ca9> /usr/lib/libprequelite.dylib
0x19e6f6000 - 0x19e6fbfff   IDSKVStore arm64  <0107cc7a4d5e38619995358ffa0a265d> /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore
0x19e6fc000 - 0x19e70cfff   CoreEmoji arm64  <577a37002ad53990bcc8b0c9fd511a74> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x19e70d000 - 0x19e7a4fff   Email arm64  <507eb51e36c7368ba0a84d6500b6b892> /System/Library/PrivateFrameworks/Email.framework/Email
0x19e7a5000 - 0x19e807fff   ClassKit arm64  <a5b8753d353b33adb396bb4c1770589a> /System/Library/Frameworks/ClassKit.framework/ClassKit
0x19e808000 - 0x19e872fff   libnfshared.dylib arm64  <2ea6267bcb433c7d99d353b33c6c1aea> /usr/lib/libnfshared.dylib
0x19e873000 - 0x19e880fff   CPMS arm64  <df575af01b103cfcb663abf02f06ac80> /System/Library/PrivateFrameworks/CPMS.framework/CPMS
0x19e881000 - 0x19e889fff   RTCReporting arm64  <0a2ce1ac2e2e3ce4a08f6cac1003638f> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x19e9ce000 - 0x19e9e4fff   IAP arm64  <28851bc967fb33a2a08fa4a0414d0225> /System/Library/PrivateFrameworks/IAP.framework/IAP
0x19e9e5000 - 0x19ea31fff   MobileBackup arm64  <c8b58b1f4f1b3c4e90d8a015dc4b8a5d> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x19eae0000 - 0x19eae7fff   CoreTime arm64  <cf3715716c1635b68d871a966ae17239> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x19eb2e000 - 0x19ec6dfff   IMDPersistence arm64  <cd78aa6993ee36f289a9f7f9f382bc4d> /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
0x19ece4000 - 0x19ed89fff   DistributedEvaluation arm64  <cbfb34ab5b7a319ebd0b1edda53ca1e9> /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation
0x19ed8a000 - 0x19edd9fff   DataAccess arm64  <15849e30ae3335a68f58eea5689f3d91> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x19ee55000 - 0x19f059fff   HomeKit arm64  <402fcd1d53ea3880848e1f035271a9f3> /System/Library/Frameworks/HomeKit.framework/HomeKit
0x19f115000 - 0x19f168fff   ToneLibrary arm64  <ae796371fa9c388d875bf9987e816484> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x19f169000 - 0x19f401fff   CoreNavigation arm64  <9986678819433383a0f5e0d68aee108c> /System/Library/PrivateFrameworks/CoreNavigation.framework/CoreNavigation
0x19f402000 - 0x19f420fff   AppConduit arm64  <154844916f3532859f72c3ab9b95ae87> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x19f421000 - 0x19f439fff   IntlPreferences arm64  <19b52e5151793276afea6f0b59e6a97e> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x19f7e0000 - 0x19f8cefff   CoreBrightness arm64  <df0aac48fa243894800d72a97e6b4943> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x19f8cf000 - 0x19f8d6fff   libIOReport.dylib arm64  <ab2118f813b933e48f29f6d37d8d976e> /usr/lib/libIOReport.dylib
0x19f9ac000 - 0x19f9ccfff   NetAppsUtilities arm64  <6260356bfa1c3f099ef961a2e391ac0e> /System/Library/PrivateFrameworks/NetAppsUtilities.framework/NetAppsUtilities
0x19fa3a000 - 0x19fa5efff   GameController arm64  <621b5f0c44e93f379c6f0f00f784bb82> /System/Library/Frameworks/GameController.framework/GameController
0x19fa5f000 - 0x19fc92fff   libBNNS.dylib arm64  <a36340b78a703f8180b712c7759ab043> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x19fc93000 - 0x19fc9afff   StudyLog arm64  <6ba8e4d9754b3e25b97d3084e1646db0> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x19fc9b000 - 0x19fd20fff   BulletinBoard arm64  <4cc82028b5073e979cc610dfd80313e0> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
0x19fd21000 - 0x19fdaffff   iTunesStore arm64  <b89f93b7ddc33e6993b8701d7e98e765> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x19fdb0000 - 0x19fdc4fff   ExternalAccessory arm64  <7a1f739d6c77396487a42d65df740186> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory
0x1a0802000 - 0x1a0859fff   SafariCore arm64  <0cd7ad921ee937db82a85e9a9252636d> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x1a085a000 - 0x1a08c1fff   ScreenTimeCore arm64  <3a52a67989fb39a98d87749022ce38c6> /System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore
0x1a0e9e000 - 0x1a0ec3fff   RTTUtilities arm64  <e85e4d63f0b23b2e92362babc2431702> /System/Library/PrivateFrameworks/RTTUtilities.framework/RTTUtilities
0x1a0ec4000 - 0x1a0ecbfff   HearingCore arm64  <aae3612b4e2431708de42625bf6dc9b0> /System/Library/PrivateFrameworks/HearingCore.framework/HearingCore
0x1a0ecc000 - 0x1a0edefff   LocalAuthentication arm64  <b6f98d423e8634dc93182ca70b09cf3b> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1a0edf000 - 0x1a0ee3fff   CommunicationsFilter arm64  <b6b1cc145f2a3b199c85ada5af8dfd3e> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1a0ee4000 - 0x1a0f06fff   AddressBook arm64  <437470fa20f039ebbd8f319565a681e7> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x1a0f07000 - 0x1a0f12fff   CaptiveNetwork arm64  <dc9b5ed33e063d7eb9edec10ebd0e665> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1a0f13000 - 0x1a0f13fff   AdSupport arm64  <afca7c21a5333a25a035cdb5ee2e7535> /System/Library/Frameworks/AdSupport.framework/AdSupport
0x1a0f14000 - 0x1a1029fff   SpriteKit arm64  <42a49ff14e44346ab9175dffb881dad6> /System/Library/Frameworks/SpriteKit.framework/SpriteKit
0x1a102a000 - 0x1a1062fff   Proximity arm64  <4eff30a62c173e33ad771eda54ff543e> /System/Library/PrivateFrameworks/Proximity.framework/Proximity
0x1a1063000 - 0x1a1113fff   libBLAS.dylib arm64  <62050c2e28b83071926604f28576b48a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1a1114000 - 0x1a1122fff   CTCarrierSpace arm64  <41d7677ad9313fe891ce68c033bec647> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1a1123000 - 0x1a1142fff   FMCore arm64  <2cd117ce9b1e3b99ae5408f6401b648f> /System/Library/PrivateFrameworks/FMCore.framework/FMCore
0x1a1189000 - 0x1a11b0fff   AirTraffic arm64  <80851b4ac0fa33ffb9e335deb33e9341> /System/Library/PrivateFrameworks/AirTraffic.framework/AirTraffic
0x1a11b1000 - 0x1a1209fff   PhotoLibrary arm64  <7fc22d04f71639b18c840787773c67aa> /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
0x1a120a000 - 0x1a1930fff   PhotosUICore arm64  <d2db7a642b2135358fbb6e8a7c6b9d64> /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore
0x1a1931000 - 0x1a19fcfff   CoreParsec arm64  <cdc62617d5a9365bafacc9546ea06583> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x1a19fd000 - 0x1a1a4afff   CallHistory arm64  <30e8e4496a6933948a3a17e5e65533cc> /System/Library/PrivateFrameworks/CallHistory.framework/CallHistory
0x1a1bea000 - 0x1a1c05fff   libtailspin.dylib arm64  <450b7c0ece54385bbdab05395a050bcd> /usr/lib/libtailspin.dylib
0x1a1c06000 - 0x1a1c43fff   CalendarUIKit arm64  <9c1dc4af830831ed8f0f08656853dcf1> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
0x1a1c44000 - 0x1a1c61fff   KeychainCircle arm64  <4b4d509b29eb3b21b55d568df40678f1> /System/Library/PrivateFrameworks/KeychainCircle.framework/KeychainCircle
0x1a1c62000 - 0x1a1c76fff   ContactsDonation arm64  <d9c53579f3753255a0d649fe1f7780dc> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1a1cc1000 - 0x1a1ccafff   MobileActivation arm64  <ed46d70e41b63f13bf3b17894f6b594d> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
0x1a1ccb000 - 0x1a1ccffff   AccessibilityUIShared arm64  <d0c9ce70443e35409bb6a80405530bc6> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIShared.framework/AccessibilityUIShared
0x1a1cd0000 - 0x1a1d4afff   HearingUtilities arm64  <2ffbf4687a4d356b8cb426e504aa55bb> /System/Library/PrivateFrameworks/HearingUtilities.framework/HearingUtilities
0x1a1d4b000 - 0x1a1d59fff   MobileIcons arm64  <3326557a3286356a87ca1df0d6130151> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1a1d5a000 - 0x1a1e59fff   ResponseKit arm64  <f16e781681d434dab63e5b9f5b065347> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x1a1e76000 - 0x1a1eaffff   Notes arm64  <8d6dbca1ee0138f5a694e76c04bb46ac> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x1a1eb0000 - 0x1a1ec7fff   MetalKit arm64  <d6c06209589d3675acb927d06137a931> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x1a1f20000 - 0x1a1f6afff   CoreHaptics arm64  <06db7c401d2d3d9cb266f37874fa0bbb> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
0x1a1f6b000 - 0x1a2033fff   ProofReader arm64  <285fa52fafcf39bfaf8609a085422cd8> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1a2082000 - 0x1a208dfff   EmailAddressing arm64  <a7b8c7ee40ed378c9c3af178d338245e> /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
0x1a208e000 - 0x1a20a3fff   MailServices arm64  <a1f8a7beff043f029898327354f73688> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x1a20a4000 - 0x1a2133fff   CoreSymbolication arm64  <a57040868d163139acb568011b34123a> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1a2134000 - 0x1a213afff   IdleTimerServices arm64  <39c79767aa7034c9a680af46224d4640> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1a2233000 - 0x1a22ecfff   VideoSubscriberAccount arm64  <b9300042738f365c90ca366308d929c9> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x1a2301000 - 0x1a2304fff   FTClientServices arm64  <78f0b76870173a47ae1f3024101d4aad> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x1a2305000 - 0x1a236afff   ContactsUICore arm64  <2da1d6849b7b36e3bc95d2be741b2ea9> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1a27c6000 - 0x1a280dfff   LoggingSupport arm64  <6b7e370405d33c45967ac8c458928a3f> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1a2911000 - 0x1a296afff   ProtectedCloudStorage arm64  <bbc869b2f84b34d6bf61cef9d1fa8fc0> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1a2a51000 - 0x1a2a59fff   OpenGLES arm64  <287f3b01842d30da9702f5cd4793458e> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1a2bb9000 - 0x1a2bc1fff   libGFXShared.dylib arm64  <2209635c627c36d381f28da5e9019b90> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1a2bc2000 - 0x1a2bf7fff   SharedUtils arm64  <f6c64f0f3df3385aab929b5f99acb807> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1a2bf8000 - 0x1a2c45fff   PhotosFormats arm64  <80f459a667303db0b188f9a6c61eb6cd> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x1a2c65000 - 0x1a3476fff   CoreRE arm64  <389924142cb03f1394dfa1b59ca4d921> /System/Library/PrivateFrameworks/CoreRE.framework/CoreRE
0x1a3477000 - 0x1a3f35fff   AppleCV3D arm64  <ae0db33b248f36fd82029e5239a36744> /System/Library/PrivateFrameworks/AppleCV3D.framework/AppleCV3D
0x1a3f36000 - 0x1a4161fff   ARKit arm64  <7288c6adbb4f36849c6e1ee7bef1f7c5> /System/Library/Frameworks/ARKit.framework/ARKit
0x1a4162000 - 0x1a4251fff   AvatarUI arm64  <7b1deeae52a03b0ca17c02728cd26c06> /System/Library/PrivateFrameworks/AvatarUI.framework/AvatarUI
0x1a4252000 - 0x1a428efff   StreamingZip arm64  <80a7602a6d27384abec3ffe12bc0c50f> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1a4997000 - 0x1a49c0fff   CameraEditKit arm64  <22aeddb72795382a876a945fcf8449cd> /System/Library/PrivateFrameworks/CameraEditKit.framework/CameraEditKit
0x1a49c1000 - 0x1a4eccfff   PhotosUI arm64  <e4189e28846339b8949a5041e8ce1512> /System/Library/Frameworks/PhotosUI.framework/PhotosUI
0x1a4ecd000 - 0x1a5080fff   SafariShared arm64  <930666655b4937d9a2152c6834d06a0a> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x1a5106000 - 0x1a5109fff   InternationalTextSearch arm64  <d534123f5b233184ac92042f378619cd> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1a5127000 - 0x1a5143fff   AssetCacheServices arm64  <fe2d1f58a37a30459b13dcc1814362e6> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x1a561b000 - 0x1a5658fff   PhotosPlayer arm64  <646a6ced9fc230208d267c96148a46e5> /System/Library/PrivateFrameworks/PhotosPlayer.framework/PhotosPlayer
0x1a566f000 - 0x1a5ab3fff   AVConference arm64  <d9a5e1b5894a38d0be052a1f8354b517> /System/Library/PrivateFrameworks/AVConference.framework/AVConference
0x1a5ab4000 - 0x1a5ab9fff   IncomingCallFilter arm64  <d6b56428a9b634788ecddd75c8420b8e> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x1a5ad5000 - 0x1a5aedfff   NetworkStatistics arm64  <52d0181fe70c385697ef3746d5fe1bb4> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1a5e03000 - 0x1a5e08fff   AccessibilityUI arm64  <4520db66136a33989d72af0ad70bb99c> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUI.framework/AccessibilityUI
0x1a5ece000 - 0x1a5ef6fff   AirPlaySupport arm64  <1ec74e25a4ef331c8ff305b5c24f45c3> /System/Library/PrivateFrameworks/AirPlaySupport.framework/AirPlaySupport
0x1a5f59000 - 0x1a5f5ffff   Netrb arm64  <53cc7821890f34b380124739cbb90896> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1a5f63000 - 0x1a5f93fff   EAP8021X arm64  <e8e5622aa64439bdae85b80f604662f1> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1a5f94000 - 0x1a5f96fff   OSAServicesClient arm64  <785aab0a88ed34ba885d7483d3be9ee9> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
0x1a611a000 - 0x1a611efff   libgermantok.dylib arm64  <e15d5eee368a3e16b9a11328963ce574> /usr/lib/libgermantok.dylib
0x1a611f000 - 0x1a61d2fff   libmecab.dylib arm64  <0bb7b7b678bb3ab887345ee24d6eff43> /usr/lib/libmecab.dylib
0x1a61d3000 - 0x1a620efff   Catalyst arm64  <986bc11a0f5131e191295b9c7a3f7ab2> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
0x1a62cb000 - 0x1a62e3fff   EmojiFoundation arm64  <73ce79d27270382791122516bb308cf8> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation
0x1a62e4000 - 0x1a6318fff   SoftwareUpdateServices arm64  <f6d014a43f2b38caa34771928a42105a> /System/Library/PrivateFrameworks/SoftwareUpdateServices.framework/SoftwareUpdateServices
0x1a637a000 - 0x1a63b6fff   VoiceServices arm64  <e6f4af2654f03125b334ccce6916d07d> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x1a63b7000 - 0x1a64cdfff   Navigation arm64  <16a6a764ab0a3f75bc063f808063cbbf> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1a66d0000 - 0x1a67e5fff   AvatarKit arm64  <9368701f0a6b3c3c817b676b7fc3fb0d> /System/Library/PrivateFrameworks/AvatarKit.framework/AvatarKit
0x1a67e6000 - 0x1a67f4fff   CoreDuetDaemonProtocol arm64  <165d40fd3ad831c19723d85738aabf53> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1a67f5000 - 0x1a6814fff   FTAWD arm64  <51a4c50a1e883595bf4d7195a506fc8c> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1a7dbb000 - 0x1a7dc5fff   IdentityLookup arm64  <7256dd6241233b57b21bc89a892b1aa8> /System/Library/Frameworks/IdentityLookup.framework/IdentityLookup
0x1a7dc6000 - 0x1a7dc8fff   OAuth arm64  <a6900a3c3a9639aca03ab1e00576cede> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1a802f000 - 0x1a8062fff   BookLibrary arm64  <3c6aa37e82d03baf8363e378d61b330d> /System/Library/PrivateFrameworks/BookLibrary.framework/BookLibrary
0x1a8063000 - 0x1a809efff   DifferentialPrivacy arm64  <b0a6360b231337369dc89715c832eb22> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1a8334000 - 0x1a834ffff   CoreCDP arm64  <bcbf2ed1c6c83b2eabbd1940ababaf78> /System/Library/PrivateFrameworks/CoreCDP.framework/CoreCDP
0x1a8350000 - 0x1a84e7fff   EmailDaemon arm64  <e0b632446f33378db7f021a85d61a2fd> /System/Library/PrivateFrameworks/EmailDaemon.framework/EmailDaemon
0x1a884c000 - 0x1a8877fff   MailSupport arm64  <303a3e5968943ddf9cb09d0ac8c79387> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport
0x1a8878000 - 0x1a88e6fff   libarchive.2.dylib arm64  <f687622c8e6e3452a0d48f7ed993c0d4> /usr/lib/libarchive.2.dylib
0x1a88e7000 - 0x1a8917fff   C2 arm64  <0d7a3e496f95395c9eae28b0d0b16ba5> /System/Library/PrivateFrameworks/C2.framework/C2
0x1a8918000 - 0x1a894bfff   NaturalLanguage arm64  <cfa438750b4032c8b14daf751e0b0df0> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
0x1a89de000 - 0x1a89dffff   libsystem_coreservices.dylib arm64  <50693ebd12b43fc8acaad84a8b82a0df> /usr/lib/system/libsystem_coreservices.dylib
0x1a89f1000 - 0x1a8a03fff   libmis.dylib arm64  <70eb0208446d35d1a06035cee66ecf30> /usr/lib/libmis.dylib
0x1a8a04000 - 0x1a8a59fff   WebBookmarks arm64  <999457f8960a3611bf14c3f4619837a5> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x1a8a5a000 - 0x1a8a67fff   DCIMServices arm64  <2f74408211e2332b8aa91789e71ae562> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1a8a68000 - 0x1a8bb8fff   CloudPhotoLibrary arm64  <51a836e0dea1366b83a29640fc2648b1> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1a8bb9000 - 0x1a8bf2fff   ContactsAutocomplete arm64  <76d4fc1b31463366a750fa828ef05692> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
0x1a8bf3000 - 0x1a8bfbfff   libcopyfile.dylib arm64  <f5f048c1d258338f96bd94863b7f84e4> /usr/lib/system/libcopyfile.dylib
0x1a8bfc000 - 0x1a8c1dfff   UsageTracking arm64  <81e36061690d39c19eb46f605c1fbcff> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
0x1a8c1e000 - 0x1a8c2ffff   SOS arm64  <508b5c490ab73d46ac4c6befaf98d986> /System/Library/PrivateFrameworks/SOS.framework/SOS
0x1a8c30000 - 0x1a8cc7fff   CommunicationsSetupUI arm64  <cf12953b42ce3e0a8cd406014b1ae372> /System/Library/PrivateFrameworks/CommunicationsSetupUI.framework/CommunicationsSetupUI
0x1a8cc8000 - 0x1a8f34fff   Home arm64  <8f604fe96eda3fe8a5de67bfe306e7cb> /System/Library/PrivateFrameworks/Home.framework/Home
0x1a8f5f000 - 0x1a8ff3fff   AccountsDaemon arm64  <7abea61a48783baaa76d6ba23b765846> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x1a8ff4000 - 0x1a8ffffff   AppleIDSSOAuthentication arm64  <e4999d56d7673b7b9c1370b23fcbbec5> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1a9000000 - 0x1a9013fff   SettingsFoundation arm64  <d6b7da8b402b3d9c91234c18f5dc7ffb> /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
0x1a914c000 - 0x1a91cefff   Symbolication arm64  <31fd30f6ccb13309b25294a1d85326e2> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
0x1a91cf000 - 0x1a9231fff   GameplayKit arm64  <166bb2f13344368d8bef26f5d591227c> /System/Library/Frameworks/GameplayKit.framework/GameplayKit
0x1a9232000 - 0x1a9382fff   GameCenterUI arm64  <e1f6a4b0852d35d290b17e9c5acb2cc5> /System/Library/PrivateFrameworks/GameCenterUI.framework/GameCenterUI
0x1a9383000 - 0x1a93d0fff   ChunkingLibrary arm64  <6c669fdc362138dd89e33201adb10962> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1a93d4000 - 0x1a93d8fff   DAAPKit arm64  <407eb1b504133cf59185bb985c8834bd> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x1a98ad000 - 0x1a98affff   CoreDuetDebugLogging arm64  <1fd35a97edf032d68a771db66fc72f52> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1aa3d4000 - 0x1aa412fff   SignpostSupport arm64  <a8ffcfa229463bc087f1dcc98e94864e> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1aa6a7000 - 0x1aa6b0fff   SignpostCollection arm64  <4f5984b7fa9938779a0e784f4ec5f2e1> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1aaddd000 - 0x1aade3fff   URLFormatting arm64  <fbc08a2be4293492a507ee08d69db0b9> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1aadf8000 - 0x1aae9ffff   MMCS arm64  <a0b62405414f3082832d301e6c98c361> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x1aaef7000 - 0x1ab123fff   MobileSpotlightIndex arm64  <001c3d304f153304b2a50fef0300dae4> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1ab546000 - 0x1ab58cfff   CoreLocationProtobuf arm64  <354363c3361234f0bde81d06b68951a8> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1ab640000 - 0x1ab6bcfff   Quagga arm64  <1e8a7a5cf04239d8b8a9d719c1aeddad> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1ab6c3000 - 0x1ab752fff   WiFiKit arm64  <f56919b30475309a9d1723b5c3ec1027> /System/Library/PrivateFrameworks/WiFiKit.framework/WiFiKit
0x1ab954000 - 0x1ab962fff   libAXSpeechManager.dylib arm64  <0ec202b25e9539bfaf0c1624320330e9> /usr/lib/libAXSpeechManager.dylib
0x1ab9b9000 - 0x1ab9c1fff   ProgressUI arm64  <3f5d100a7e3b3fa2ba7a28507ad54e3b> /System/Library/PrivateFrameworks/ProgressUI.framework/ProgressUI
0x1ab9c7000 - 0x1ab9dcfff   libEDR arm64  <66ee6000bd2339d1ba5e6b3b10c2470c> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1ab9dd000 - 0x1ab9e6fff   IMTranscoding arm64  <478d5ba2a17f3b329c76acc0132a4464> /System/Library/PrivateFrameworks/IMTranscoding.framework/IMTranscoding
0x1ac317000 - 0x1ac5f9fff   VideoProcessing arm64  <8d240fc68cb83fedbefd6e654d217c88> /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing
0x1ac5fa000 - 0x1ac607fff   libperfcheck.dylib arm64  <3ba9a8fd8a773231ab960d7701333c63> /usr/lib/libperfcheck.dylib
0x1ac608000 - 0x1ac613fff   libAudioStatistics.dylib arm64  <c74af5a6998431e3b5cf65f2283d2145> /usr/lib/libAudioStatistics.dylib
0x1ac7d7000 - 0x1ac7e7fff   caulk arm64  <eb0f4cd651633b23948a25c8c2ba93c2> /System/Library/PrivateFrameworks/caulk.framework/caulk
0x1ac821000 - 0x1ac825fff   EmbeddedDataReset arm64  <fedf11e64a9a3aab9fabab491f6b0816> /System/Library/PrivateFrameworks/EmbeddedDataReset.framework/EmbeddedDataReset
0x1ac826000 - 0x1ac82cfff   MobileSystemServices arm64  <a1c84260dd6f36be94784291ef6f1c30> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1ac9c2000 - 0x1ac9dbfff   TextToSpeech arm64  <6cee67718e8f3340886f84400bfd5b64> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x1ac9e4000 - 0x1aca1ffff   ViceroyTrace arm64  <5dd121f0275f3273894e5c7efa8059e3> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace
0x1acaa0000 - 0x1acabdfff   CloudServices arm64  <5abef413f6ae38af88ce5934125c2630> /System/Library/PrivateFrameworks/CloudServices.framework/CloudServices
0x1acc6a000 - 0x1acc72fff   WiFiCloudSyncEngine arm64  <1728972f858f3107a7bff44ce7508004> /System/Library/PrivateFrameworks/WiFiCloudSyncEngine.framework/WiFiCloudSyncEngine
0x1ad228000 - 0x1ad22efff   ZoomServices arm64  <d3a340a745223bc0bdbef409e4da51d9> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/ZoomServices.framework/ZoomServices
0x1ad738000 - 0x1ad75dfff   CloudKitCode arm64  <a8a9397bd09537db9c21a1c2aed35a11> /System/Library/PrivateFrameworks/CloudKitCode.framework/CloudKitCode
0x1ad75e000 - 0x1ad85efff   AirPortAssistant arm64  <e1450fd052e03b499f140c0010092d09> /System/Library/PrivateFrameworks/AirPortAssistant.framework/AirPortAssistant
0x1ad8a3000 - 0x1ad95dfff   CloudKitCodeProtobuf arm64  <c12e1cabe3be3579a19a2b75f63a1299> /System/Library/PrivateFrameworks/CloudKitCodeProtobuf.framework/CloudKitCodeProtobuf
0x1ad95e000 - 0x1ad968fff   HID arm64  <b07d4f0b24023f4ea0d2ab04d5871a94> /System/Library/PrivateFrameworks/HID.framework/HID
0x1ad995000 - 0x1ad9cefff   libGLImage.dylib arm64  <15ad0d4a18443118ac68cf15538dab9e> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1addc9000 - 0x1adddafff   libSparseBLAS.dylib arm64  <1f51189eaa19385c94b7fb0292561c82> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1adddb000 - 0x1addeefff   Engram arm64  <6e8e17826af3317f92fb524fa0b85c33> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1ade65000 - 0x1ade9ffff   DataDetectorsNaturalLanguage arm64  <fdd18833bb40393cb0b36aa612898268> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
0x1ae137000 - 0x1ae192fff   WiFiKitUI arm64  <b23f325bd100317784bebd03ba79a571> /System/Library/PrivateFrameworks/WiFiKitUI.framework/WiFiKitUI
0x1ae196000 - 0x1ae19efff   FSEvents arm64  <ff8eb4136ed734ddbba680ce0c3e88be> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
0x1ae1ae000 - 0x1ae22bfff   CoreDAV arm64  <bc90cfd12bae381e89a63307c80599a5> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1aeb11000 - 0x1aeb21fff   RemoteTextInput arm64  <76a999dbfd5a363384d1ad23aaadccf6> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1aeb4a000 - 0x1aeb79fff   iCalendar arm64  <9df467aa8d1630b69f7d5e1371cf1b12> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1aeb96000 - 0x1aeb9ffff   CloudPhotoServices arm64  <fa48e241fdfe38fe8596c734d100b850> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1aebde000 - 0x1aebf2fff   libLinearAlgebra.dylib arm64  <83e007597b01399783a65a8f7a6c3208> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1aec50000 - 0x1aec53fff   HSAAuthentication arm64  <631e016195823926ad115f8983c9c1a2> /System/Library/PrivateFrameworks/HSAAuthentication.framework/HSAAuthentication
0x1aec86000 - 0x1aed80fff   ConfigurationEngineModel arm64  <4577aebeb8fc3bd09d1b030d97373dde> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
0x1aed81000 - 0x1aed88fff   CertUI arm64  <6680caf12d653f11a1df07a43db46053> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x1aedd9000 - 0x1aee6cfff   ClassroomKit arm64  <cab7c05c95aa3e33bf4d433b94732d33> /System/Library/PrivateFrameworks/ClassroomKit.framework/ClassroomKit
0x1aee6d000 - 0x1aee7bfff   CoreAUC arm64  <0baa16e29c3a372aafd1f0e84f547e5c> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1af80c000 - 0x1af852fff   PhysicsKit arm64  <b47ea3ebcfd037bda7b951e1ad5f7f90> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1af853000 - 0x1af8a4fff   CorePrediction arm64  <e70c69587f633651b1c42a87caa03dc9> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1afc96000 - 0x1afce3fff   SafariSafeBrowsing arm64  <76e45ab6253135dbbcc5b9657344c140> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1afd3f000 - 0x1afd6ffff   OpenAL arm64  <5821ce04b53e3b7ba3bce263cbd9c2bc> /System/Library/Frameworks/OpenAL.framework/OpenAL
0x1b0091000 - 0x1b0107fff   HomeSharing arm64  <f5d31569258d319fa9d6df64a246504d> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x1b0195000 - 0x1b01b3fff   GenerationalStorage arm64  <05a7c289ff76316bad961b4e87eefbf6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1b01b4000 - 0x1b01cbfff   IMSharedUI arm64  <0349b81d66cc30c798c7ef9ac0590350> /System/Library/PrivateFrameworks/IMSharedUI.framework/IMSharedUI
0x1b0216000 - 0x1b0221fff   PersonaKit arm64  <818ad3bb76b83cf2a5e2abd964da978b> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1b0222000 - 0x1b022efff   PersonaUI arm64  <65aeb7d64ae135f28487092ea21b4344> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1b03e6000 - 0x1b0424fff   AdCore arm64  <483afd07fcc33cd1869c762ef4cbee98> /System/Library/PrivateFrameworks/AdCore.framework/AdCore
0x1b063a000 - 0x1b063ffff   kperf arm64  <4dd4a30e85383405b9959fde4fd003f1> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1b07dc000 - 0x1b07eafff   AssetsLibrary arm64  <486139609c8b3b29bf7561f253873e44> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x1b0817000 - 0x1b084afff   libpcap.A.dylib arm64  <80be39cf99d83d1eb3c6b8d3fd8a838d> /usr/lib/libpcap.A.dylib
0x1b0ac7000 - 0x1b0b09fff   CoreCDPInternal arm64  <05fe3742c0963e9d8a45eea0e3a54316> /System/Library/PrivateFrameworks/CoreCDPInternal.framework/CoreCDPInternal
0x1b0b0a000 - 0x1b0b1efff   WebUI arm64  <a9cd6647a4913d30ac88fd88bc4c4667> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x1b0b1f000 - 0x1b0b36fff   SafariFoundation arm64  <ebcb0a0b83f53be091d8d09e80e2b2ec> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x1b0b82000 - 0x1b0c1cfff   libvDSP.dylib arm64  <76375e092cdb311185ec8ed1d8f4bfc9> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1b0c1d000 - 0x1b0c47fff   vCard arm64  <b0b531acb8d93d96b56ebc95a2d3f347> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1b0c8f000 - 0x1b0d19fff   SampleAnalysis arm64  <b0b83d5c49fc3b3d9737165254abfacb> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1b0d1a000 - 0x1b0d26fff   IntentsFoundation arm64  <2090563ffa41300da28ea5bc984ed49b> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1b0d27000 - 0x1b0d32fff   SoftwareUpdateSettings arm64  <a07b13de136639459adb2b6e1f783c53> /System/Library/PrivateFrameworks/SoftwareUpdateSettings.framework/SoftwareUpdateSettings
0x1b0d33000 - 0x1b0d63fff   ToneKit arm64  <042c1ddb0eb53c2c8852fc8544c2f35e> /System/Library/PrivateFrameworks/ToneKit.framework/ToneKit
0x1b0d64000 - 0x1b0d91fff   VPNPreferences arm64  <e2b0ba88613d377780580a1b25593df4> /System/Library/PreferenceBundles/VPNPreferences.bundle/VPNPreferences
0x1b0d92000 - 0x1b0d98fff   SoundsAndHapticsSettings arm64  <4649a4bf8b7a36c680d1aa1caa5c0c2a> /System/Library/PrivateFrameworks/Settings/SoundsAndHapticsSettings.framework/SoundsAndHapticsSettings
0x1b0d99000 - 0x1b0dd4fff   GeneralSettingsUI arm64  <4bf1a45183a53454869cca94cba2a855> /System/Library/PrivateFrameworks/Settings/GeneralSettingsUI.framework/GeneralSettingsUI
0x1b0dd5000 - 0x1b0df3fff   SettingsUIKitPrivate arm64  <fc607078db15345486f87120af7d0bc0> /System/Library/PrivateFrameworks/Settings/SettingsUIKitPrivate.framework/SettingsUIKitPrivate
0x1b0df4000 - 0x1b0e16fff   DisplayAndBrightnessSettings arm64  <2b9ec6f2d1263a0b817064f714a197fc> /System/Library/PrivateFrameworks/Settings/DisplayAndBrightnessSettings.framework/DisplayAndBrightnessSettings
0x1b0e17000 - 0x1b0e85fff   SettingsCellularUI arm64  <4a1d24e345223b8886b0040f81a1af58> /System/Library/PrivateFrameworks/SettingsCellularUI.framework/SettingsCellularUI
0x1b0e86000 - 0x1b0ec5fff   PreferencesUI arm64  <7c05ac0720c53f3fac7ed7d5ff958ce9> /System/Library/PrivateFrameworks/PreferencesUI.framework/PreferencesUI
0x1b0ec6000 - 0x1b0ed1fff   CoreFollowUpUI arm64  <ddf004baccbd386aa180af692a0bafc0> /System/Library/PrivateFrameworks/CoreFollowUpUI.framework/CoreFollowUpUI
0x1b0ed2000 - 0x1b0ee0fff   SettingsCellular arm64  <b313e2539fe835cc95bff7bf8a9c9644> /System/Library/PrivateFrameworks/SettingsCellular.framework/SettingsCellular
0x1b0ee1000 - 0x1b0efcfff   WallpaperSettings arm64  <f5c2eccbf9c03f6e8696404c545dff7e> /System/Library/PrivateFrameworks/Settings/WallpaperSettings.framework/WallpaperSettings
0x1b0efd000 - 0x1b0f11fff   LegalAndRegulatorySettingsPrivate arm64  <739dffe97051334da59e27e0eba61c68> /System/Library/PrivateFrameworks/Settings/LegalAndRegulatorySettingsPrivate.framework/LegalAndRegulatorySettingsPrivate
0x1b0f12000 - 0x1b0f14fff   ParsecSubscriptionServiceSupport arm64  <a90bc317d0c63803a67dd9fac0e4bc06> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x1b0f15000 - 0x1b0fa4fff   MediaPlatform arm64  <a7f36f3dd45230f78c0dfd793cf737da> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x1b0fa5000 - 0x1b12b5fff   MediaLibraryCore arm64  <55b303ee3c563e8ba58e5d3aaa7af419> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x1b1318000 - 0x1b1350fff   PhotosImagingFoundation arm64  <d5ab64a694fc362c8a1af663f04dc142> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
0x1b1351000 - 0x1b1373fff   MediaConversionService arm64  <546cb2add7863f26a98d7269bef43091> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
0x1b1374000 - 0x1b1391fff   MediaStream arm64  <53b300858ffc31d8a6b4c6c007e5e24b> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1b1392000 - 0x1b148cfff   CoreMediaStream arm64  <199d1804e5113baa9df9d57487aeb62a> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x1b14a2000 - 0x1b14b9fff   StorageSettings arm64  <37c241c44f9a38ffb0ee4c4b66170ec0> /System/Library/PrivateFrameworks/StorageSettings.framework/StorageSettings
0x1b16ac000 - 0x1b16acfff   Accelerate arm64  <9818869ce13333be8f6636eea59aedc8> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1b16ad000 - 0x1b19c2fff   libLAPACK.dylib arm64  <1d4e4b0531313da5b611fb2575e17079> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1b19c3000 - 0x1b19c7fff   libQuadrature.dylib arm64  <cccd3657551a38ef9e6c240d60dc8df8> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1b19c8000 - 0x1b1a21fff   libvMisc.dylib arm64  <435399eb7a8f3979b0d139c3f453fd29> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1b1a22000 - 0x1b1a22fff   vecLib arm64  <b52984345da233bb9108b4b63a4b26a6> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1b1a2b000 - 0x1b1a39fff   AuthenticationServices arm64  <5af6c2ea423e34cdbe63b7567d256def> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
0x1b1a7e000 - 0x1b1b72fff   Combine arm64  <25b66e311fbc3bf68cb6df8c27a2152f> /System/Library/Frameworks/Combine.framework/Combine
0x1b1b84000 - 0x1b1bd4fff   CoreMIDI arm64  <c742c545e39338cfa7a113ee469671dc> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x1b1d62000 - 0x1b1d97fff   CryptoKit arm64  <eb9c786ab7383e45950e7362ae8294c0> /System/Library/Frameworks/CryptoKit.framework/CryptoKit
0x1b1dad000 - 0x1b1dd2fff   GLKit arm64  <04b0e586b6263ee5a348025776314cb2> /System/Library/Frameworks/GLKit.framework/GLKit
0x1b1dd3000 - 0x1b1e00fff   GSS arm64  <a117041e533335ba8e67d0af00477b37> /System/Library/Frameworks/GSS.framework/GSS
0x1b1e01000 - 0x1b1e01fff   GameKit arm64  <ce4033da8f4d3f7bbe306aecb8d94d57> /System/Library/Frameworks/GameKit.framework/GameKit
0x1b1e13000 - 0x1b1e45fff   MPSCore arm64  <7f98e0d3952a38c09bc314765766fc86> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1b1e46000 - 0x1b1ec2fff   MPSImage arm64  <63f5ffc1702e36ff841abafcd47d0301> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1b1ec3000 - 0x1b1ee5fff   MPSMatrix arm64  <cb977b3da929362a9a59a85ba312a392> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1b1ee6000 - 0x1b1efafff   MPSNDArray arm64  <8a75d75a84c439e0bdf578136ceb73f1> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
0x1b1efb000 - 0x1b208cfff   MPSNeuralNetwork arm64  <4b7b42c84e2538758d2503bcaf4c695d> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1b208d000 - 0x1b20d1fff   MPSRayIntersector arm64  <9d947816460c35e2b072e2d9b809d01b> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1b20d2000 - 0x1b20d2fff   MetalPerformanceShaders arm64  <7de1dbb3681835558dfb8c6d50de268b> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1b20df000 - 0x1b20dffff   MobileCoreServices arm64  <d7873825e57d3c4081f1da103c723f89> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1b20ea000 - 0x1b20ebfff   libCVMSPluginSupport.dylib arm64  <cda51c2ff1b33e6fa71ae3ae6daa7325> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1b20ec000 - 0x1b20f2fff   libCoreFSCache.dylib arm64  <84690d5764ad3ee3864e18d4704e08cd> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1b20f3000 - 0x1b20f8fff   libCoreVMClient.dylib arm64  <66daee76addf32a981f2daca6fb6b0fe> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1b212d000 - 0x1b2164fff   QuickLookThumbnailing arm64  <b2d5c531a95638c695531339b1bbfa52> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1b2478000 - 0x1b2497fff   ReplayKit arm64  <a66729160fb73e6aa55ef03b49fa2cef> /System/Library/Frameworks/ReplayKit.framework/ReplayKit
0x1b2498000 - 0x1b2596fff   SoundAnalysis arm64  <fbdf5b8197ab36efb3e06885f7fe4031> /System/Library/Frameworks/SoundAnalysis.framework/SoundAnalysis
0x1b2599000 - 0x1b2599fff   UIKit arm64  <47a27c57c3aa387fbc3d53d2e7249e16> /System/Library/Frameworks/UIKit.framework/UIKit
0x1b25bb000 - 0x1b267dfff   VisionKit arm64  <d1b7edc5ddfb3540b1675acbc3878d38> /System/Library/Frameworks/VisionKit.framework/VisionKit
0x1b2819000 - 0x1b281bfff   AirPortSettings arm64  <01375f6184da34748c08684143db3e4e> /System/Library/PreferenceBundles/AirPortSettings.bundle/AirPortSettings
0x1b290f000 - 0x1b2921fff   WirelessModemSettings arm64  <12e31b3a541e35e0a48612544f908e2f> /System/Library/PreferenceBundles/WirelessModemSettings.bundle/WirelessModemSettings
0x1b2969000 - 0x1b2abbfff   ANECompiler arm64  <931531fa29713983a242fe34c7917616> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
0x1b2abc000 - 0x1b2accfff   ANEServices arm64  <c2fbaeaf090e35deacb75ae881fb4b14> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1b2ad5000 - 0x1b2b65fff   APFS arm64  <0d446bc9f2f93ca0b2ee1727925f10ef> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1b2b66000 - 0x1b2b6afff   ASEProcessing arm64  <d4b121b1aabb3f92baafe2a6b70e32de> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1b2b84000 - 0x1b2beafff   ICE arm64  <04c98d7c686e32d3bdd388344479e11e> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ICE.framework/ICE
0x1b2beb000 - 0x1b2bebfff   LegacyHandle arm64  <74459e3ad689385dbf2d9125f84eaa3a> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/LegacyHandle.framework/LegacyHandle
0x1b2bec000 - 0x1b2bf2fff   SimpleKeyExchange arm64  <ae5603236b953ea583ed55bc6df7f45c> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/SimpleKeyExchange.framework/SimpleKeyExchange
0x1b2bf3000 - 0x1b2bf3fff   snatmap arm64  <d6822d8ec03d341f9d8118f595e01cac> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/snatmap.framework/snatmap
0x1b2bfa000 - 0x1b2c01fff   AXFrontBoardUtils arm64  <d4fe7ff582ca368aa7b23a76f5d99462> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AXFrontBoardUtils.framework/AXFrontBoardUtils
0x1b2c18000 - 0x1b2c1bfff   SpeakTypingServices arm64  <bc0afc5fd14c361b88943ae318ec257d> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/SpeakTypingServices.framework/SpeakTypingServices
0x1b2c72000 - 0x1b2cb4fff   AccessibilitySharedSupport arm64  <f4f03da460de3aa89f8451e1cea0f6ce> /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/AccessibilitySharedSupport
0x1b2d10000 - 0x1b2d1bfff   AccountSettings arm64  <d3c47caea6ce393a80e478b9f1266638> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x1b3409000 - 0x1b342dfff   AppleCV3DMOVKit arm64  <ece0ff6587ce3526bb4ab4cb744b3130> /System/Library/PrivateFrameworks/AppleCV3DMOVKit.framework/AppleCV3DMOVKit
0x1b342e000 - 0x1b3436fff   AppleCV3DModels arm64  <d199e59f48ed348a8ec802c1b262839e> /System/Library/PrivateFrameworks/AppleCV3DModels.framework/AppleCV3DModels
0x1b3437000 - 0x1b35d3fff   AppleCVA arm64  <51a8078e243b334dbaad13a14923ab43> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA
0x1b3646000 - 0x1b3654fff   AppleFSCompression arm64  <a1d88ec9766332a89edc09ee5ab40182> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1b365b000 - 0x1b3665fff   AppleIDAuthSupport arm64  <fe30c61996483b1887f3cc6c25edf7ce> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1b3666000 - 0x1b36a7fff   AppleJPEG arm64  <14d3a4bcfc0f374297d912b8c85cc5a0> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1b36f0000 - 0x1b3701fff   AppleNeuralEngine arm64  <622801b185fe3bfb834d3d44ad9f9187> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1b3702000 - 0x1b3707fff   AppleSRP arm64  <7608d2eb5cd3361da23a199210de2e4e> /System/Library/PrivateFrameworks/AppleSRP.framework/AppleSRP
0x1b3708000 - 0x1b372bfff   AppleSauce arm64  <f5d836a116f13ebba5fc71d3efb4d030> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1b37df000 - 0x1b3818fff   AttributeGraph arm64  <9dc144f8187c3e85b674ad656473af72> /System/Library/PrivateFrameworks/AttributeGraph.framework/AttributeGraph
0x1b3863000 - 0x1b38b7fff   AutoLoop arm64  <0c1a9dceea243eb7b56d237665656daf> /System/Library/PrivateFrameworks/AutoLoop.framework/AutoLoop
0x1b3924000 - 0x1b3954fff   Bom arm64  <0dfe861e6be13f9eb920584c5b46f646> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1b39c4000 - 0x1b39eafff   BookUtility arm64  <01e7ebbb4aaf34f19f25f746cdafe5c9> /System/Library/PrivateFrameworks/BookUtility.framework/BookUtility
0x1b43cc000 - 0x1b43ccfff   CombineCocoa arm64  <5ad68ea53add3bb5a4521c112aed87ec> /System/Library/PrivateFrameworks/CombineCocoa.framework/CombineCocoa
0x1b43cd000 - 0x1b43d4fff   CommonAuth arm64  <ba671729ef0f30039c1774666fc6592c> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x1b4575000 - 0x1b466afff   CoreAppleCVA arm64  <24714acc212a32d7a664f67b6c6186fa> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA
0x1b466b000 - 0x1b468efff   CoreCDPUI arm64  <2ab9063528cc387bbd6e3e4208bf7b02> /System/Library/PrivateFrameworks/CoreCDPUI.framework/CoreCDPUI
0x1b46fa000 - 0x1b47ecfff   CoreHandwriting arm64  <f67d6ed94bd8300aa089fa065a1ed9b2> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
0x1b47ed000 - 0x1b47f8fff   CoreIDV arm64  <2054c6890f563e84907d192689301269> /System/Library/PrivateFrameworks/CoreIDV.framework/CoreIDV
0x1b4802000 - 0x1b4806fff   CoreOptimization arm64  <81a3200ad13730a59e896c36e69ff6fc> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1b487e000 - 0x1b4881fff   CryptoKitCBridging arm64  <690d0e85e3eb3c05aec150702fdb8e4d> /System/Library/PrivateFrameworks/CryptoKitCBridging.framework/CryptoKitCBridging
0x1b4882000 - 0x1b4899fff   CryptoKitPrivate arm64  <fa6076e59ca43c7482e030513c35cea9> /System/Library/PrivateFrameworks/CryptoKitPrivate.framework/CryptoKitPrivate
0x1b4951000 - 0x1b495cfff   DeviceIdentity arm64  <8e7caf4f24f0322c9947f91c17a715fd> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1b4961000 - 0x1b4962fff   DiagnosticLogCollection arm64  <7e3df95f169d3f25891b602a20d909b2> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x1b49dd000 - 0x1b49eefff   DigitalAccess arm64  <0ac2c91756af3cbdb1a7a74af0b4fd8a> /System/Library/PrivateFrameworks/DigitalAccess.framework/DigitalAccess
0x1b49ef000 - 0x1b4a29fff   DiskImages arm64  <4d1812632dde314e8b80f5dec7746352> /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
0x1b4aec000 - 0x1b4b08fff   DocumentManagerCore arm64  <a077927cd5eb35ce992239758da231b9> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1b4b9e000 - 0x1b4babfff   EasyConfig arm64  <e2ca9b5b703639ec91167dfa0e3a7643> /System/Library/PrivateFrameworks/EasyConfig.framework/EasyConfig
0x1b4bbf000 - 0x1b521afff   Espresso arm64  <9df07bcd41c4334fb57ed6ea22476366> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1b531d000 - 0x1b5340fff   FMCoreUI arm64  <329ca523007f3f0fa331c265982f158f> /System/Library/PrivateFrameworks/FMCoreUI.framework/FMCoreUI
0x1b5415000 - 0x1b5433fff   FMFUI arm64  <92426ffadc6032de91f2f122e692c0b6> /System/Library/PrivateFrameworks/FMFUI.framework/FMFUI
0x1b54cc000 - 0x1b58ddfff   FaceCore arm64  <4de7d3c4806235d09407711b87b2bae5> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1b59ae000 - 0x1b59c2fff   libGSFontCache.dylib arm64  <abcdc382bad33a6c9ba10d0cf44c136f> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1b5a26000 - 0x1b5a32fff   libhvf.dylib arm64  <9563809693d6387db69fea88af4564e3> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x1b5a34000 - 0x1b5a47fff   FriendKit arm64  <6143adf555553d51aecf1c3e7107d181> /System/Library/PrivateFrameworks/FriendKit.framework/FriendKit
0x1b5a54000 - 0x1b5a68fff   Futhark arm64  <07fc0e314de9321fb0f6ff75d012a134> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1b65cb000 - 0x1b6696fff   GameCenterFoundation arm64  <05a2fe69352f37c293fa3a26d2255b0b> /System/Library/PrivateFrameworks/GameCenterFoundation.framework/GameCenterFoundation
0x1b6697000 - 0x1b6734fff   GameKitServices arm64  <fa962df30ded31fcb7782afc674e8ff8> /System/Library/PrivateFrameworks/GameKitServices.framework/GameKitServices
0x1b6735000 - 0x1b6741fff   GraphVisualizer arm64  <d5a5d07491713bfd892d31889ec1b6ce> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1b7069000 - 0x1b70d9fff   Heimdal arm64  <0a1b601c4d7331c4a37c44d2f5271264> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x1b7573000 - 0x1b75dcfff   InertiaCam arm64  <8f0b4e6e8f3232b4996c78dbf88b5d55> /System/Library/PrivateFrameworks/InertiaCam.framework/InertiaCam
0x1b7625000 - 0x1b762bfff   InternationalSupport arm64  <56238f820e0f3cc4befe347f830ffe44> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1b7679000 - 0x1b7693fff   Jet arm64  <ee9b748cb6eb3495aa5bb2fcaa7ea164> /System/Library/PrivateFrameworks/Jet.framework/Jet
0x1b77b4000 - 0x1b77c4fff   LegacyGameKit arm64  <862e0559fea03d89b14264b10a2c6c2a> /System/Library/PrivateFrameworks/LegacyGameKit.framework/LegacyGameKit
0x1b7893000 - 0x1b78befff   MOVStreamIO arm64  <e5e7ce24ad1f3c7b939688c856634fce> /System/Library/PrivateFrameworks/MOVStreamIO.framework/MOVStreamIO
0x1b78cb000 - 0x1b78cbfff   Marco arm64  <d1a138229ac438b586ef4d9bd9f5d5a2> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1b7952000 - 0x1b7983fff   MediaKit arm64  <8bb6eac1df9e34ad8de3f08f5a515def> /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit
0x1b7d80000 - 0x1b7daafff   MetricsKit arm64  <6464cc726ac63bd0b755a159e205a73f> /System/Library/PrivateFrameworks/MetricsKit.framework/MetricsKit
0x1b7dba000 - 0x1b7dcdfff   MobileDeviceLink arm64  <687959b4e80d3fe08b0cc23ec02a82b2> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x1b7dd3000 - 0x1b7dd4fff   MobileObliteration arm64  <9a159552e50c316db64a9d62321d5530> /System/Library/PrivateFrameworks/MobileObliteration.framework/MobileObliteration
0x1b7dd5000 - 0x1b7ddefff   MobileSoftwareUpdate arm64  <63f4c673db5732799e1d4b97df448b69> /System/Library/PrivateFrameworks/MobileSoftwareUpdate.framework/MobileSoftwareUpdate
0x1b7e78000 - 0x1b8047fff   NeutrinoCore arm64  <1b2f5ef3f29f3f48a99fb7b80e53b3ed> /System/Library/PrivateFrameworks/NeutrinoCore.framework/NeutrinoCore
0x1b8048000 - 0x1b8061fff   NeutrinoKit arm64  <8b53690b55f7387f845076af4346b9bb> /System/Library/PrivateFrameworks/NeutrinoKit.framework/NeutrinoKit
0x1b807f000 - 0x1b8080fff   OSASyncProxyClient arm64  <0ce91dbaf80d32a8886fc92e5c8b6f6b> /System/Library/PrivateFrameworks/OSASyncProxyClient.framework/OSASyncProxyClient
0x1b8081000 - 0x1b80c0fff   OTSVG arm64  <4295cc2da66d3905963b70f4ca852533> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1b8676000 - 0x1b86b8fff   PBBridgeSupport arm64  <a995f2a61a5e30cfaab13f2d107bdc7b> /System/Library/PrivateFrameworks/PBBridgeSupport.framework/PBBridgeSupport
0x1b8705000 - 0x1b8705fff   PhoneNumbers arm64  <e23d89e41d5939f5a5def8c70b89efe4> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1b870d000 - 0x1b87fafff   PhotoImaging arm64  <5c08d4dc047e34dba4c66b8c48fc0e4c> /System/Library/PrivateFrameworks/PhotoImaging.framework/PhotoImaging
0x1b9ebf000 - 0x1b9ecbfff   PrototypeToolsUI arm64  <8277cbc465f43ca7814bcfc32b64c436> /System/Library/PrivateFrameworks/PrototypeToolsUI.framework/PrototypeToolsUI
0x1b9f08000 - 0x1b9f1cfff   QuickLookSupport arm64  <e7a06aba72fb3a9ab3920774c4ec278d> /System/Library/PrivateFrameworks/QuickLookSupport.framework/QuickLookSupport
0x1ba07d000 - 0x1ba0cefff   RenderBox arm64  <dd2a66c41f883b20b6d37e0d2c05e620> /System/Library/PrivateFrameworks/RenderBox.framework/RenderBox
0x1ba0cf000 - 0x1ba0d3fff   RevealCore arm64  <40fbd11d577e3bbc9d10621400e5f57f> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
0x1ba0e7000 - 0x1ba105fff   SEService arm64  <58c2bc171e003cacb40d5e6e979f4a51> /System/Library/PrivateFrameworks/SEService.framework/SEService
0x1ba106000 - 0x1ba13efff   SIMSetupSupport arm64  <19f33ecb59f6319b8910f9741c905238> /System/Library/PrivateFrameworks/SIMSetupSupport.framework/SIMSetupSupport
0x1ba1c9000 - 0x1ba1fafff   ScreenReaderCore arm64  <362dcb4576b73808aaff7703c4c659f2> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x1ba26f000 - 0x1ba27bfff   SetupAssistantSupport arm64  <12028ece9f6a3995b90d31fed2d46a77> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1ba299000 - 0x1ba299fff   SignpostMetrics arm64  <bd8c101a86253fdb87532ccbd64266f7> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
0x1ba2c7000 - 0x1ba2f7fff   SiriInstrumentation arm64  <a08172f898bf358b9e79ac9ced804429> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
0x1ba4bd000 - 0x1ba4d1fff   SoftwareUpdateSettingsUI arm64  <6a64fba5e9ed34a8b1dc1fa07ffa5184> /System/Library/PrivateFrameworks/SoftwareUpdateSettingsUI.framework/SoftwareUpdateSettingsUI
0x1bab0c000 - 0x1bac27fff   TextRecognition arm64  <3f60021f659d3da9b2b470d0b997fc61> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
0x1bac28000 - 0x1bacc9fff   TextureIO arm64  <55a7d4be7c2835d59ed2cbc7db47f880> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1bade3000 - 0x1bae14fff   TouchRemote arm64  <4acd100fcb04327fbfa60ba3083588c2> /System/Library/PrivateFrameworks/TouchRemote.framework/TouchRemote
0x1bae15000 - 0x1bae20fff   TransparencyDetailsView arm64  <59583f96ab7136c0b17edf757c550cda> /System/Library/PrivateFrameworks/TransparencyDetailsView.framework/TransparencyDetailsView
0x1baecb000 - 0x1bb4a3fff   USDKit arm64  <90fc0a37012d3262ba0a3987b07971eb> /System/Library/PrivateFrameworks/USDKit.framework/USDKit
0x1bbbd1000 - 0x1bbbdefff   WallpaperKit arm64  <416ac1aa3eba38538ae488ad390c7677> /System/Library/PrivateFrameworks/WallpaperKit.framework/WallpaperKit
0x1bbc42000 - 0x1bc1a3fff   libwebrtc.dylib arm64  <fb6670b5c0093e729bd61ea2e0c710f4> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1bc1a4000 - 0x1bc215fff   WebInspector arm64  <be1ad9382b5a334ba99dea49fc5cec57> /System/Library/PrivateFrameworks/WebInspector.framework/WebInspector
0x1bc273000 - 0x1bc280fff   WirelessCoexManager arm64  <69d964c09aaf3d559387467f9872539d> /System/Library/PrivateFrameworks/WirelessCoexManager.framework/WirelessCoexManager
0x1bc33b000 - 0x1bc343fff   kperfdata arm64  <0280752ec857378482e788bd63ad43ef> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1bc344000 - 0x1bc38bfff   ktrace arm64  <fddcc7c6de53358985ed0fe969d61468> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1bc3a4000 - 0x1bc3b0fff   perfdata arm64  <d5f09efc1baa33a0b6a7e59d13432cfb> /System/Library/PrivateFrameworks/perfdata.framework/perfdata
0x1bc751000 - 0x1bc751fff   libAWDProtobufFacetimeiMessage.dylib arm64  <663e00b2b8cf3b479baf8fb6461fd137> /usr/lib/libAWDProtobufFacetimeiMessage.dylib
0x1bc7ce000 - 0x1bcaf7fff   libAWDSupportFramework.dylib arm64  <5079327466f43f86b15028858aa1bb67> /usr/lib/libAWDSupportFramework.dylib
0x1bcca1000 - 0x1bccabfff   libChineseTokenizer.dylib arm64  <5dd82d181e2e32d4a3e755012a2534aa> /usr/lib/libChineseTokenizer.dylib
0x1bccd5000 - 0x1bce87fff   libFosl_dynamic.dylib arm64  <6692e724c11b3bfb9593a3180f183057> /usr/lib/libFosl_dynamic.dylib
0x1bcf02000 - 0x1bcf09fff   libMatch.1.dylib arm64  <d0d21782e5c730e59c5059b33b72995c> /usr/lib/libMatch.1.dylib
0x1bcf16000 - 0x1bcf17fff   libMobileCheckpoint.dylib arm64  <4e8a98e8d0213da6beb03ce40a420792> /usr/lib/libMobileCheckpoint.dylib
0x1bcf24000 - 0x1bcf89fff   libParallelCompression.dylib arm64  <0d05f83aab123039856d0c95d3bd1d9a> /usr/lib/libParallelCompression.dylib
0x1bcf8a000 - 0x1bcf8ffff   libReverseProxyDevice.dylib arm64  <1128b5ed874c3fb58fc5565181e51979> /usr/lib/libReverseProxyDevice.dylib
0x1bd0a6000 - 0x1bd0a7fff   libSystem.B.dylib arm64  <18687f3a21d73966b82704fc5d4e2188> /usr/lib/libSystem.B.dylib
0x1bd0b0000 - 0x1bd0b2fff   libThaiTokenizer.dylib arm64  <342d2a135b0a37a2969fcb30ef6f5217> /usr/lib/libThaiTokenizer.dylib
0x1bd19e000 - 0x1bd1b0fff   libamsupport.dylib arm64  <8d3b0b67d35636e49a3ed21c20b49582> /usr/lib/libamsupport.dylib
0x1bd1b1000 - 0x1bd1c6fff   libapple_nghttp2.dylib arm64  <50a1e06796123db8af9bdc15a2c82dfe> /usr/lib/libapple_nghttp2.dylib
0x1bd1c7000 - 0x1bd23efff   libauthinstall.dylib arm64  <724eee51eb3b386d8f2e06a2f878234a> /usr/lib/libauthinstall.dylib
0x1bd23f000 - 0x1bd24ffff   libbsm.0.dylib arm64  <8072366407503038b0e1eccd42c12f23> /usr/lib/libbsm.0.dylib
0x1bd250000 - 0x1bd25cfff   libbz2.1.0.dylib arm64  <aa92d96b6c6b3c30b868bd327247c281> /usr/lib/libbz2.1.0.dylib
0x1bd25d000 - 0x1bd25dfff   libcharset.1.dylib arm64  <3a1952fac60c363fb2720123f782b09c> /usr/lib/libcharset.1.dylib
0x1bd25e000 - 0x1bd26ffff   libcmph.dylib arm64  <3db1a5a10dee3c8cac717ea539ca7ff6> /usr/lib/libcmph.dylib
0x1bd270000 - 0x1bd287fff   libcompression.dylib arm64  <d5cd6dc1de683966b5a5a18a6f5eae85> /usr/lib/libcompression.dylib
0x1bd288000 - 0x1bd289fff   libcoretls_cfhelpers.dylib arm64  <7940b1e1e9b33782860ac608bfd44fbc> /usr/lib/libcoretls_cfhelpers.dylib
0x1bd28a000 - 0x1bd290fff   libcupolicy.dylib arm64  <39fd4f3cb58e35ab8095f873beed4007> /usr/lib/libcupolicy.dylib
0x1bd2d0000 - 0x1bd2d9fff   libdscsym.dylib arm64  <0b0f4385a47f3eeb9cc385864a69b909> /usr/lib/libdscsym.dylib
0x1bd2da000 - 0x1bd2f6fff   libedit.3.dylib arm64  <208aef48da0a3872b9cabc520a506e19> /usr/lib/libedit.3.dylib
0x1bd849000 - 0x1bd84efff   libheimdal-asn1.dylib arm64  <40eb02d5300c3a129e2ad0ed647ac737> /usr/lib/libheimdal-asn1.dylib
0x1bd84f000 - 0x1bd940fff   libiconv.2.dylib arm64  <8467990cb00c3b1194ce7feae7e3370a> /usr/lib/libiconv.2.dylib
0x1bd956000 - 0x1bd961fff   liblockdown.dylib arm64  <63d8b54e30bf3af39b56fc654cabf8ff> /usr/lib/liblockdown.dylib
0x1bd962000 - 0x1bd97afff   liblzma.5.dylib arm64  <4074d76ec7a93b8492a262a059d3b837> /usr/lib/liblzma.5.dylib
0x1bdcf7000 - 0x1bdd26fff   libncurses.5.4.dylib arm64  <fde38058c2563bb88c96fc717f409d6b> /usr/lib/libncurses.5.4.dylib
0x1bdd27000 - 0x1bdd3cfff   libnetworkextension.dylib arm64  <6dc4d4e4896a3c5da26ddd4f3528d833> /usr/lib/libnetworkextension.dylib
0x1be0bf000 - 0x1be0d6fff   libresolv.9.dylib arm64  <7d42c468c5223bcd8764b1706b530a84> /usr/lib/libresolv.9.dylib
0x1be0d7000 - 0x1be0d9fff   libsandbox.1.dylib arm64  <ae76c31a749a355a9d26b8c216681c0f> /usr/lib/libsandbox.1.dylib
0x1be0da000 - 0x1be0dffff   libsysdiagnose.dylib arm64  <8accc334bf85392e96f9800ceeffd6c0> /usr/lib/libsysdiagnose.dylib
0x1be0e0000 - 0x1be111fff   libtidy.A.dylib arm64  <9596a6a694de3e1d80c5a18e8f81366a> /usr/lib/libtidy.A.dylib
0x1be112000 - 0x1be118fff   libtzupdate.dylib arm64  <4a8253c67a49344398b8387a8ad94362> /usr/lib/libtzupdate.dylib
0x1be119000 - 0x1be11cfff   libutil.dylib arm64  <0520efce5fe43c2fb18ee9d621dd2433> /usr/lib/libutil.dylib
0x1be121000 - 0x1be149fff   libxslt.1.dylib arm64  <4ae5d095347036d4b244b46c74808d82> /usr/lib/libxslt.1.dylib
0x1be14a000 - 0x1be15bfff   libz.1.dylib arm64  <58a7ec43dad53a55aa9ed43f7d72639e> /usr/lib/libz.1.dylib
0x1be182000 - 0x1be184fff   liblog_network.dylib arm64  <331cc2c0fc3237aea38af49702e318fd> /usr/lib/log/liblog_network.dylib
0x1be194000 - 0x1be1a3fff   libswiftAVFoundation.dylib arm64  <f6c94e8fc06a3bee900d6e1005f79a79> /usr/lib/swift/libswiftAVFoundation.dylib
0x1be1a4000 - 0x1be1d8fff   libswiftAccelerate.dylib arm64  <9e7e66236b7e3fb380c0881fcb4a4a20> /usr/lib/swift/libswiftAccelerate.dylib
0x1be1e7000 - 0x1be1f6fff   libswiftCloudKit.dylib arm64  <97ada4c709213803ba496d7025b191ee> /usr/lib/swift/libswiftCloudKit.dylib
0x1be201000 - 0x1be207fff   libswiftContacts.dylib arm64  <26dc6a2997fe345d8c9e1bbb99ecef02> /usr/lib/swift/libswiftContacts.dylib
0x1be208000 - 0x1be214fff   libswiftCoreAudio.dylib arm64  <b592a969021d36bbacada028a20e50ad> /usr/lib/swift/libswiftCoreAudio.dylib
0x1be215000 - 0x1be21cfff   libswiftCoreData.dylib arm64  <ca8680559b9933ca833a7667d005ddb5> /usr/lib/swift/libswiftCoreData.dylib
0x1be21d000 - 0x1be221fff   libswiftCoreFoundation.dylib arm64  <95f4aa43717e35ed8455f1f98a41d718> /usr/lib/swift/libswiftCoreFoundation.dylib
0x1be222000 - 0x1be230fff   libswiftCoreGraphics.dylib arm64  <6a3a6ef138423e4cad5e634184b7ed1c> /usr/lib/swift/libswiftCoreGraphics.dylib
0x1be231000 - 0x1be235fff   libswiftCoreImage.dylib arm64  <5667910aa13f374a8d4b562110880561> /usr/lib/swift/libswiftCoreImage.dylib
0x1be236000 - 0x1be23cfff   libswiftCoreLocation.dylib arm64  <3aa2846d79dd33cbaf7f052f26c4670c> /usr/lib/swift/libswiftCoreLocation.dylib
0x1be23d000 - 0x1be246fff   libswiftCoreMIDI.dylib arm64  <8a5e058bc53d3c078874697b119441e0> /usr/lib/swift/libswiftCoreMIDI.dylib
0x1be247000 - 0x1be280fff   libswiftCoreMedia.dylib arm64  <d34dc3b537293cd585ac046077ee9cda> /usr/lib/swift/libswiftCoreMedia.dylib
0x1be281000 - 0x1be28afff   libswiftDarwin.dylib arm64  <3d54fb1adeda33e4ba691b56bddf23d8> /usr/lib/swift/libswiftDarwin.dylib
0x1be28b000 - 0x1be2a4fff   libswiftDispatch.dylib arm64  <96f8dbd7431c38ec9b6436e82a2c3a36> /usr/lib/swift/libswiftDispatch.dylib
0x1be2a5000 - 0x1be412fff   libswiftFoundation.dylib arm64  <8b541f9dd90234288dfaea18559508b2> /usr/lib/swift/libswiftFoundation.dylib
0x1be426000 - 0x1be42afff   libswiftHomeKit.dylib arm64  <8578f9200fc43439b196ae50d3244959> /usr/lib/swift/libswiftHomeKit.dylib
0x1be44f000 - 0x1be456fff   libswiftMetal.dylib arm64  <23a9ea2bb79e33518d47c8ef06b87ca0> /usr/lib/swift/libswiftMetal.dylib
0x1be4c6000 - 0x1be4ccfff   libswiftObjectiveC.dylib arm64  <8433a4b12ec035638806cb4be16007bb> /usr/lib/swift/libswiftObjectiveC.dylib
0x1be4cd000 - 0x1be4d6fff   libswiftPhotos.dylib arm64  <c8ddc687651730e4a3cfdadc5df5e549> /usr/lib/swift/libswiftPhotos.dylib
0x1be4d7000 - 0x1be4dcfff   libswiftQuartzCore.dylib arm64  <c53da33c928a3323ab582b5c59b20fd8> /usr/lib/swift/libswiftQuartzCore.dylib
0x1be51e000 - 0x1be537fff   libswiftUIKit.dylib arm64  <d14e6a0abc373717854e10207c781d7a> /usr/lib/swift/libswiftUIKit.dylib
0x1be549000 - 0x1be551fff   libswiftos.dylib arm64  <6304e0aca95f36f8aed7adde39a043c5> /usr/lib/swift/libswiftos.dylib
0x1be552000 - 0x1be56dfff   libswiftsimd.dylib arm64  <0fc2969b84e73704b291c6a625f0dc5c> /usr/lib/swift/libswiftsimd.dylib
0x1be56e000 - 0x1be573fff   libcache.dylib arm64  <f8f9d9c8fa2c341f9f6ba0fe985552eb> /usr/lib/system/libcache.dylib
0x1be574000 - 0x1be580fff   libcommonCrypto.dylib arm64  <367980207814337795ba9d6fd082d14e> /usr/lib/system/libcommonCrypto.dylib
0x1be581000 - 0x1be585fff   libcompiler_rt.dylib arm64  <cd83d9e185c43820a03fd018a7321b2a> /usr/lib/system/libcompiler_rt.dylib
0x1be653000 - 0x1be653fff   liblaunch.dylib arm64  <5e9d917f41d23568889a2d74a12446a9> /usr/lib/system/liblaunch.dylib
0x1be654000 - 0x1be659fff   libmacho.dylib arm64  <7e4bdcc5830e33feb1141fcd5abe21aa> /usr/lib/system/libmacho.dylib
0x1be65a000 - 0x1be65cfff   libremovefile.dylib arm64  <4acd11ced3f83562a5ff9d6896b07164> /usr/lib/system/libremovefile.dylib
0x1be65d000 - 0x1be65efff   libsystem_featureflags.dylib arm64  <956d43661dea3dd5a7029b8d345289ca> /usr/lib/system/libsystem_featureflags.dylib
0x1be65f000 - 0x1be68cfff   libsystem_m.dylib arm64  <adfc3aac75c0342cb72b2d50d29ef28d> /usr/lib/system/libsystem_m.dylib
0x1be68d000 - 0x1be692fff   libunwind.dylib arm64  <2ad0d47cf0f53a9f8c140cb8dd009c91> /usr/lib/system/libunwind.dylib
0x1be729000 - 0x1be73ffff   WebCore arm64  <6f04560c4140380a818bb50ca99e0671> /System/Library/AccessibilityBundles/WebCore.axbundle/WebCore
0x1be740000 - 0x1be744fff   WebKit arm64  <efcd0f936520352d876413221ba382ce> /System/Library/AccessibilityBundles/WebKit.axbundle/WebKit
0x1be745000 - 0x1be82dfff   UIKit arm64  <315f0544bee83a6b999fcf5cd922dde9> /System/Library/AccessibilityBundles/UIKit.axbundle/UIKit
0x1be82e000 - 0x1be830fff   PhotoLibraryServices arm64  <b2709ff496f0348c91d66ba92fc8172a> /System/Library/AccessibilityBundles/PhotoLibraryServices.axbundle/PhotoLibraryServices
0x1be831000 - 0x1be834fff   PhotosFramework arm64  <234a62071efa39bea8a05f82038a2912> /System/Library/AccessibilityBundles/PhotosFramework.axbundle/PhotosFramework
0x1be835000 - 0x1be83cfff   WebKitLegacy arm64  <0e6a16f9bd9a30cd97b7ae7952a49b24> /System/Library/AccessibilityBundles/WebKitLegacy.axbundle/WebKitLegacy
0x1be83d000 - 0x1be84efff   AccessibilitySettingsLoader arm64  <a43eba1465a93be98504ad417e93b0df> /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader
0x1be84f000 - 0x1be850fff   iTunesStoreFramework arm64  <b637d69ddd12389a8472dd5e16f4f2f7> /System/Library/AccessibilityBundles/iTunesStoreFramework.axbundle/iTunesStoreFramework
0x1be851000 - 0x1be85afff   MediaPlayerFramework arm64  <2a34df55a44a35119e44823384fa6b0f> /System/Library/AccessibilityBundles/MediaPlayerFramework.axbundle/MediaPlayerFramework
0x1be85b000 - 0x1be85efff   LinkPresentation arm64  <38066fe2b3f733dd8379932324885956> /System/Library/AccessibilityBundles/LinkPresentation.axbundle/LinkPresentation
0x1be85f000 - 0x1be860fff   StoreKitFramework arm64  <4b1d389e45903d7893fd9b0945b0f050> /System/Library/AccessibilityBundles/StoreKitFramework.axbundle/StoreKitFramework
0x1be861000 - 0x1be864fff   RemoteUIFramework arm64  <06faa32c1f53327fb550d54f4e72f6e3> /System/Library/AccessibilityBundles/RemoteUIFramework.axbundle/RemoteUIFramework
0x1be865000 - 0x1be867fff   SocialFramework arm64  <7f486e7a72c93008a54996d19477dc2b> /System/Library/AccessibilityBundles/SocialFramework.axbundle/SocialFramework
0x1be868000 - 0x1be869fff   AccountsUI arm64  <cb86518066d63f9b875c5275427a495a> /System/Library/AccessibilityBundles/AccountsUI.axbundle/AccountsUI
0x1be86a000 - 0x1be88dfff   StoreKitUI arm64  <a7a89e30d45f347f85303f9572fd2919> /System/Library/AccessibilityBundles/StoreKitUI.axbundle/StoreKitUI
0x1be88e000 - 0x1be894fff   QuickLook arm64  <e1dcfebc6e0530e1b67f841d6ddccef4> /System/Library/AccessibilityBundles/QuickLook.axbundle/QuickLook
0x1be895000 - 0x1be8a1fff   MessageUIFramework arm64  <0fc65c5ed9e63a94986545ab0766b00e> /System/Library/AccessibilityBundles/MessageUIFramework.axbundle/MessageUIFramework
0x1be8a2000 - 0x1be8a3fff   CameraKit arm64  <ffb5f19002cd3dfa8f9d09a17e73f9af> /System/Library/AccessibilityBundles/CameraKit.axbundle/CameraKit
0x1be8a8000 - 0x1be8befff   PhotosUICore arm64  <41b9f269560e3d3ab6ed6b7bd8f820ab> /System/Library/AccessibilityBundles/PhotosUICore.axbundle/PhotosUICore
0x1be8bf000 - 0x1be8c7fff   PhotoLibraryFramework arm64  <5136c1b69cc63b0e97bc537ae5c93157> /System/Library/AccessibilityBundles/PhotoLibraryFramework.axbundle/PhotoLibraryFramework
0x1be8c8000 - 0x1be8e6fff   PhotosUIFramework arm64  <f78cbae8e6bb39c09ecc11b37b31dde3> /System/Library/AccessibilityBundles/PhotosUIFramework.axbundle/PhotosUIFramework
0x1be8e7000 - 0x1be8ecfff   CameraEditKitFramework arm64  <201f18dbcae2362fbcee229c21b7b20d> /System/Library/AccessibilityBundles/CameraEditKitFramework.axbundle/CameraEditKitFramework
0x1be932000 - 0x1be943fff   QuickSpeak arm64  <f446a55b13b737029a6ef3e34d5c186b> /System/Library/AccessibilityBundles/QuickSpeak.bundle/QuickSpeak
0x1be972000 - 0x1be9d9fff   NanoRegistry arm64  <115719fffc0d394a9516e82dd06f219c> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1be9da000 - 0x1be9e7fff   NanoPreferencesSync arm64  <d48f6b82db873cd99cb3332f0d4a8f48> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1bee84000 - 0x1bee90fff   NanoSystemSettings arm64  <9bbf5eb16cfe303ab436ea6b8d976029> /System/Library/PrivateFrameworks/NanoSystemSettings.framework/NanoSystemSettings
0x1bf074000 - 0x1bf07bfff   NanoResourceGrabber arm64  <cf4b1b646a953979873197911cc37f17> /System/Library/PrivateFrameworks/NanoResourceGrabber.framework/NanoResourceGrabber
0x1bf3ca000 - 0x1bf403fff   CryptoTokenKit arm64  <15782f61144b32ffa99852964437ef46> /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit
0x1bf409000 - 0x1bfa9cfff   SwiftUI arm64  <698b1f43356530d38e68664f73d4f694> /System/Library/Frameworks/SwiftUI.framework/SwiftUI
0x1c02c0000 - 0x1c02defff   AppSSO arm64  <218026c5368839a281410c2a703778c8> /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO
0x1c02df000 - 0x1c02f3fff   AppSSOCore arm64  <a8d86f1c336531a0a7144e8c0e059684> /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore
0x1c02f4000 - 0x1c031afff   AppleDepth arm64  <7ce6cd0f597b3b3b95cfd252ace7a2ce> /System/Library/PrivateFrameworks/AppleDepth.framework/AppleDepth
0x1c036f000 - 0x1c037cfff   CPAnalytics arm64  <345a730e6151393ea439d436f8f4a6b2> /System/Library/PrivateFrameworks/CPAnalytics.framework/CPAnalytics
0x1c04e1000 - 0x1c05defff   JasperDepth arm64  <03f28a6090dc3e11b361b4937315d948> /System/Library/PrivateFrameworks/JasperDepth.framework/JasperDepth
0x1c06eb000 - 0x1c06f5fff   PointerUIServices arm64  <0df18b83eb173ca9a87fd1391fdeea49> /System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices
0x1c06f6000 - 0x1c077afff   SafariSharedUI arm64  <07a13071a4f2307e8e6ebacd4f692dd3> /System/Library/PrivateFrameworks/SafariSharedUI.framework/SafariSharedUI
0x1c084c000 - 0x1c088ffff   SharingUI arm64  <deef31287a753de9983467dae06ce039> /System/Library/PrivateFrameworks/SharingUI.framework/SharingUI
Tizioincognit0 commented 4 years ago

This bug has been fixed. It doesn't happen anymore.