I cannot replicate the problem that App Review team has with my app. In most cases Crashlytics doesn't even receive the crash. I have tested the app on 4 separated devices across IOS 11.3 - 11.4. I have updated to XCode 9.4 as the testers were using 9.4 the day it came out which happened to coincide with my submission (and crashed). Anyway nothing seems to help and I cannot reproduce. The one crash I did get in crashlytics seemed to indicate something with StoreKit. After upgrading to 9.4 and resubmitting I don't get a crash in crashlytics and the symbolicated crash report indicates the problem is in the app delegate init but the only thing in there is the Firebase configure call, which I have also (unnecessarily) hardened with a 'try' to catch an error it is not designed to throw.
Affected code:
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey : Any]? = nil) -> Bool {
guard ARWorldTrackingConfiguration.isSupported else {
fatalError("""
ARKit is not available on this device. For apps that require ARKit
for core functionality, use the `arkit` key in the key in the
`UIRequiredDeviceCapabilities` section of the Info.plist to prevent
the app from installing. (If the app can't be installed, this error
can't be triggered in a production scenario.)
In apps where AR is an additive feature, use `isSupported` to
determine whether to show UI for launching AR experiences.
""") // For details, see https://developer.apple.com/documentation/arkit
}
// Use Firebase library to configure APIs
do {
try FirebaseApp.configure()
} catch {
print("Firebase failed to load correctly")
}
return true
}
Symbolicated Report:
{"app_name":"smashedOnUranus-ar","timestamp":"2018-05-31 05:20:37.86 +0800","app_version":"1.0","slice_uuid":"89c20d3f-5219-370a-b72c-132826415fd9","adam_id":1377660343,"build_version":"20","bundleID":"com.spillwave.ar.uranusar","share_with_app_devs":false,"is_first_party":false,"bug_type":"109","os_version":"iPhone OS 11.4 (15F79)","incident_id":"215B19DD-BF8E-4023-8E2D-37394FAE1359","name":"smashedOnUranus-ar"}
Incident Identifier: 215B19DD-BF8E-4023-8E2D-37394FAE1359
CrashReporter Key: 448579fc2f19e601fa01d7f575c2af06e3dd2913
Hardware Model: xxx
Process: smashedOnUranus-ar [6271]
Path: /private/var/containers/Bundle/Application/4F151903-D7AF-4370-A7E6-35B0407C7FC8/smashedOnUranus-ar.app/smashedOnUranus-ar
Identifier: com.spillwave.ar.uranusar
Version: 20 (1.0)
Code Type: ARM-64 (Native)
Role: Foreground
Parent Process: launchd [1]
Coalition: com.spillwave.ar.uranusar [798]
Date/Time: 2018-05-31 05:20:37.6135 +0800
Launch Time: 2018-05-31 05:20:36.5275 +0800
OS Version: iPhone OS 11.4 (15F79)
Baseband Version: 6.60.00
Report Version: 104
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000001, 0x0000000101a6cd3c
Termination Signal: Trace/BPT trap: 5
Termination Reason: Namespace SIGNAL, Code 0x5
Terminating Process: exc handler [0]
Triggered by Thread: 0
Filtered syslog:
None found
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 libswiftCore.dylib 0x0000000101a6cd3c 0x1018bc000 + 1772860
1 libswiftCore.dylib 0x0000000101a6cd3c 0x1018bc000 + 1772860
2 libswiftCore.dylib 0x0000000101904094 0x1018bc000 + 295060
3 smashedOnUranus-ar 0x0000000101354758 @objc AppDelegate.application(_:didFinishLaunchingWithOptions:) + 345944 (AppDelegate.swift:0)
4 smashedOnUranus-ar 0x0000000101354830 @objc AppDelegate.application(_:didFinishLaunchingWithOptions:) + 346160 (AppDelegate.swift:0)
5 UIKit 0x000000018c5fadbc -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 408
6 UIKit 0x000000018c5fa1c4 -[UIApplication _callInitializationDelegatesForMainScene:transitionContext:] + 3484
7 UIKit 0x000000018c5c75e0 -[UIApplication _runWithMainScene:transitionContext:completion:] + 1680
8 UIKit 0x000000018cbf7b1c __111-[__UICanvasLifecycleMonitor_Compatability _scheduleFirstCommitForScene:transition:firstActivation:completion:]_block_invoke + 784
9 UIKit 0x000000018c5c6dd0 +[_UICanvas _enqueuePostSettingUpdateTransactionBlock:] + 160
10 UIKit 0x000000018c5c6c6c -[__UICanvasLifecycleMonitor_Compatability _scheduleFirstCommitForScene:transition:firstActivation:completion:] + 240
11 UIKit 0x000000018c5c5afc -[__UICanvasLifecycleMonitor_Compatability activateEventsOnly:withContext:completion:] + 724
12 UIKit 0x000000018d25b84c __82-[_UIApplicationCanvas _transitionLifecycleStateWithTransitionContext:completion:]_block_invoke + 296
13 UIKit 0x000000018c5c51ec -[_UIApplicationCanvas _transitionLifecycleStateWithTransitionContext:completion:] + 432
14 UIKit 0x000000018d040ac8 __125-[_UICanvasLifecycleSettingsDiffAction performActionsForCanvas:withUpdatedScene:settingsDiff:fromSettings:transitionContext:]_block_invoke + 220
15 UIKit 0x000000018d18ebf8 _performActionsWithDelayForTransitionContext + 112
16 UIKit 0x000000018c5c4c0c -[_UICanvasLifecycleSettingsDiffAction performActionsForCanvas:withUpdatedScene:settingsDiff:fromSettings:transitionContext:] + 248
17 UIKit 0x000000018c5c45a8 -[_UICanvas scene:didUpdateWithDiff:transitionContext:completion:] + 368
18 UIKit 0x000000018c5c15e0 -[UIApplication workspace:didCreateScene:withTransitionContext:completion:] + 540
19 UIKit 0x000000018c5c1330 -[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:] + 364
20 FrontBoardServices 0x00000001851ef470 -[FBSSceneImpl _didCreateWithTransitionContext:completion:] + 364
21 FrontBoardServices 0x00000001851f7d6c __56-[FBSWorkspace client:handleCreateScene:withCompletion:]_block_invoke_2 + 224
22 libdispatch.dylib 0x00000001822e0a60 _dispatch_client_callout + 16
23 libdispatch.dylib 0x00000001822e8170 _dispatch_block_invoke_direct$VARIANT$mp + 224
24 FrontBoardServices 0x0000000185223878 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 36
25 FrontBoardServices 0x000000018522351c -[FBSSerialQueue _performNext] + 404
26 FrontBoardServices 0x0000000185223ab8 -[FBSSerialQueue _performNextFromRunLoopSource] + 56
27 CoreFoundation 0x0000000182997404 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24
28 CoreFoundation 0x0000000182996c2c __CFRunLoopDoSources0 + 276
29 CoreFoundation 0x000000018299479c __CFRunLoopRun + 1204
30 CoreFoundation 0x00000001828b4da8 CFRunLoopRunSpecific + 552
31 GraphicsServices 0x0000000184899020 GSEventRunModal + 100
32 UIKit 0x000000018c8d1758 UIApplicationMain + 236
33 smashedOnUranus-ar 0x000000010130fea8 main + 65192 (GameViewControllerAR.swift:16)
34 libdyld.dylib 0x0000000182345fc0 start + 4
Thread 1:
0 libsystem_kernel.dylib 0x0000000182475d84 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x0000000182613eb4 _pthread_wqthread + 928
2 libsystem_pthread.dylib 0x0000000182613b08 start_wqthread + 4
Thread 2:
0 libsystem_kernel.dylib 0x0000000182475d84 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x0000000182613eb4 _pthread_wqthread + 928
2 libsystem_pthread.dylib 0x0000000182613b08 start_wqthread + 4
Thread 3:
0 libsystem_kernel.dylib 0x0000000182475d84 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x0000000182613eb4 _pthread_wqthread + 928
2 libsystem_pthread.dylib 0x0000000182613b08 start_wqthread + 4
Thread 4 name: com.apple.uikit.eventfetch-thread
Thread 4:
0 libsystem_kernel.dylib 0x0000000182453e08 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x0000000182453c80 mach_msg + 72
2 CoreFoundation 0x0000000182996e40 __CFRunLoopServiceMachPort + 196
3 CoreFoundation 0x0000000182994908 __CFRunLoopRun + 1568
4 CoreFoundation 0x00000001828b4da8 CFRunLoopRunSpecific + 552
5 Foundation 0x0000000183329674 -[NSRunLoop+ 34420 (NSRunLoop) runMode:beforeDate:] + 304
6 Foundation 0x00000001833294dc -[NSRunLoop+ 34012 (NSRunLoop) runUntilDate:] + 84
7 UIKit 0x000000018c5b6768 -[UIEventFetcher threadMain] + 136
8 Foundation 0x0000000183439efc __NSThread__start__ + 1040
9 libsystem_pthread.dylib 0x0000000182615220 _pthread_body + 272
10 libsystem_pthread.dylib 0x0000000182615110 _pthread_body + 0
11 libsystem_pthread.dylib 0x0000000182613b10 thread_start + 4
Thread 5:
0 libsystem_kernel.dylib 0x0000000182475d84 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x0000000182613eb4 _pthread_wqthread + 928
2 libsystem_pthread.dylib 0x0000000182613b08 start_wqthread + 4
Thread 6:
0 libsystem_kernel.dylib 0x0000000182475d84 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x0000000182613eb4 _pthread_wqthread + 928
2 libsystem_pthread.dylib 0x0000000182613b08 start_wqthread + 4
Thread 7 name: AVAudioSession Notify Thread
Thread 7:
0 libsystem_kernel.dylib 0x0000000182453e08 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x0000000182453c80 mach_msg + 72
2 CoreFoundation 0x0000000182996e40 __CFRunLoopServiceMachPort + 196
3 CoreFoundation 0x0000000182994908 __CFRunLoopRun + 1568
4 CoreFoundation 0x00000001828b4da8 CFRunLoopRunSpecific + 552
5 AVFAudio 0x00000001883ae398 GenericRunLoopThread::Entry+ 549784 (void*) + 164
6 AVFAudio 0x00000001883d87a8 CAPThread::Entry+ 722856 (CAPThread*) + 88
7 libsystem_pthread.dylib 0x0000000182615220 _pthread_body + 272
8 libsystem_pthread.dylib 0x0000000182615110 _pthread_body + 0
9 libsystem_pthread.dylib 0x0000000182613b10 thread_start + 4
Thread 8 name: com.apple.coreaudio.AQClient
Thread 8:
0 libsystem_kernel.dylib 0x0000000182453e08 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x0000000182453c80 mach_msg + 72
2 CoreFoundation 0x0000000182996e40 __CFRunLoopServiceMachPort + 196
3 CoreFoundation 0x0000000182994908 __CFRunLoopRun + 1568
4 CoreFoundation 0x00000001828b4da8 CFRunLoopRunSpecific + 552
5 AudioToolbox 0x000000018672d6f4 GenericRunLoopThread::Entry+ 2176756 (void*) + 164
6 AudioToolbox 0x000000018695379c CAPThread::Entry+ 4429724 (CAPThread*) + 88
7 libsystem_pthread.dylib 0x0000000182615220 _pthread_body + 272
8 libsystem_pthread.dylib 0x0000000182615110 _pthread_body + 0
9 libsystem_pthread.dylib 0x0000000182613b10 thread_start + 4
Thread 0 crashed with ARM Thread State (64-bit):
x0: 0x0000000101fa0a00 x1: 0x00000001c4095cc0 x2: 0x0000000000000008 x3: 0x00000001824bd06c
x4: 0x000000000000002e x5: 0x0000000000000020 x6: 0x0267000004210103 x7: 0x00000000000010ff
x8: 0x00000001c4095db0 x9: 0x0000000000000000 x10: 0x0000000000000004 x11: 0xbaddc0dedeadbead
x12: 0x0000000000000001 x13: 0x0000000000000002 x14: 0x0000000000000000 x15: 0x0000000000000001
x16: 0x000000018260f8cc x17: 0x0000000004000000 x18: 0x0000000000000000 x19: 0x000000000000007d
x20: 0x00000001015a1110 x21: 0x0000000000000000 x22: 0x00000000000001cb x23: 0x00000001015a1190
x24: 0x0000000000000015 x25: 0x0000000000000002 x26: 0x00000001015a1d80 x27: 0x00000001c4095cc0
x28: 0x0000000000000000 fp: 0x000000016eafd680 lr: 0x0000000101a6cd3c
sp: 0x000000016eafd620 pc: 0x0000000101a6cd3c cpsr: 0x60000000
Binary Images:
0x101300000 - 0x101627fff smashedOnUranus-ar arm64 <89c20d3f5219370ab72c132826415fd9> /var/containers/Bundle/Application/4F151903-D7AF-4370-A7E6-35B0407C7FC8/smashedOnUranus-ar.app/smashedOnUranus-ar
0x101720000 - 0x101727fff libswiftCoreAudio.dylib arm64 <c701bca66b0e3d04a5b15cf01202f284> /var/containers/Bundle/Application/4F151903-D7AF-4370-A7E6-35B0407C7FC8/smashedOnUranus-ar.app/Frameworks/libswiftCoreAudio.dylib
0x101730000 - 0x101737fff GoogleToolboxForMac arm64 <144f30bd9ea2329eb0a94b0750e7d143> /var/containers/Bundle/Application/4F151903-D7AF-4370-A7E6-35B0407C7FC8/smashedOnUranus-ar.app/Frameworks/GoogleToolboxForMac.framework/GoogleToolboxForMac
0x101744000 - 0x10174bfff libswiftCoreFoundation.dylib arm64 <c16d75fec7f83c3da31f1d7dfd066df2> /var/containers/Bundle/Application/4F151903-D7AF-4370-A7E6-35B0407C7FC8/smashedOnUranus-ar.app/Frameworks/libswiftCoreFoundation.dylib
0x101758000 - 0x101763fff nanopb arm64 <1ad605f5423232bcaba42da44a22d556> /var/containers/Bundle/Application/4F151903-D7AF-4370-A7E6-35B0407C7FC8/smashedOnUranus-ar.app/Frameworks/nanopb.framework/nanopb
0x101770000 - 0x101777fff libswiftCoreImage.dylib arm64 <1698d22231c337c1b0ab730386bd7ec6> /var/containers/Bundle/Application/4F151903-D7AF-4370-A7E6-35B0407C7FC8/smashedOnUranus-ar.app/Frameworks/libswiftCoreImage.dylib
0x101788000 - 0x10178ffff libswiftARKit.dylib arm64 <f505830377d1312ea51848bb19aa19dc> /var/containers/Bundle/Application/4F151903-D7AF-4370-A7E6-35B0407C7FC8/smashedOnUranus-ar.app/Frameworks/libswiftARKit.dylib
0x1017a0000 - 0x1017b3fff libswiftAVFoundation.dylib arm64 <82c7b4155cb63dfeb0425fcadc0103a0> /var/containers/Bundle/Application/4F151903-D7AF-4370-A7E6-35B0407C7FC8/smashedOnUranus-ar.app/Frameworks/libswiftAVFoundation.dylib
0x1017c0000 - 0x1017d3fff libswiftCoreGraphics.dylib arm64 <b6ccc77096b730909f3a6fa8c5dd4dfc> /var/containers/Bundle/Application/4F151903-D7AF-4370-A7E6-35B0407C7FC8/smashedOnUranus-ar.app/Frameworks/libswiftCoreGraphics.dylib
0x1017e4000 - 0x1017ebfff libswiftCoreMedia.dylib arm64 <2d240dd7fa5c36d687a19318d85cfe2a> /var/containers/Bundle/Application/4F151903-D7AF-4370-A7E6-35B0407C7FC8/smashedOnUranus-ar.app/Frameworks/libswiftCoreMedia.dylib
0x1017f4000 - 0x1017fffff libswiftDarwin.dylib arm64 <720a190a39d337aeaa34a60937757801> /var/containers/Bundle/Application/4F151903-D7AF-4370-A7E6-35B0407C7FC8/smashedOnUranus-ar.app/Frameworks/libswiftDarwin.dylib
0x10180c000 - 0x101813fff libswiftGLKit.dylib arm64 <88aca761a058394c88130293d8de6049> /var/containers/Bundle/Application/4F151903-D7AF-4370-A7E6-35B0407C7FC8/smashedOnUranus-ar.app/Frameworks/libswiftGLKit.dylib
0x101828000 - 0x101863fff dyld arm64 <b15e536a710732dabfafece44c5685e4> /usr/lib/dyld
0x1018bc000 - 0x101bc7fff libswiftCore.dylib arm64 <5defeba1dd883b4c9d79b11e39e2629c> /var/containers/Bundle/Application/4F151903-D7AF-4370-A7E6-35B0407C7FC8/smashedOnUranus-ar.app/Frameworks/libswiftCore.dylib
0x101c84000 - 0x101c9ffff libswiftDispatch.dylib arm64 <c3f97fe4f4683648bccda3829bfeecd6> /var/containers/Bundle/Application/4F151903-D7AF-4370-A7E6-35B0407C7FC8/smashedOnUranus-ar.app/Frameworks/libswiftDispatch.dylib
0x101cb4000 - 0x101e0ffff libswiftFoundation.dylib arm64 <f3390f4666a936fdb6e234c4c26aed15> /var/containers/Bundle/Application/4F151903-D7AF-4370-A7E6-35B0407C7FC8/smashedOnUranus-ar.app/Frameworks/libswiftFoundation.dylib
0x101e64000 - 0x101e6bfff libswiftMetal.dylib arm64 <5b19347436d731c59d92892894621893> /var/containers/Bundle/Application/4F151903-D7AF-4370-A7E6-35B0407C7FC8/smashedOnUranus-ar.app/Frameworks/libswiftMetal.dylib
0x101e74000 - 0x101e7ffff libswiftModelIO.dylib arm64 <d28cf19ad5cc367080922c2e28277943> /var/containers/Bundle/Application/4F151903-D7AF-4370-A7E6-35B0407C7FC8/smashedOnUranus-ar.app/Frameworks/libswiftModelIO.dylib
0x101e88000 - 0x101e8ffff libswiftObjectiveC.dylib arm64 <9089b515f2a838088bdaafa11ec3a079> /var/containers/Bundle/Application/4F151903-D7AF-4370-A7E6-35B0407C7FC8/smashedOnUranus-ar.app/Frameworks/libswiftObjectiveC.dylib
0x101e9c000 - 0x101ea3fff libswiftQuartzCore.dylib arm64 <8a8e88af931834909c2c1cd64a97ff49> /var/containers/Bundle/Application/4F151903-D7AF-4370-A7E6-35B0407C7FC8/smashedOnUranus-ar.app/Frameworks/libswiftQuartzCore.dylib
0x101eac000 - 0x101eb3fff libswiftSceneKit.dylib arm64 <c291def776823c39ae47b785ba340e17> /var/containers/Bundle/Application/4F151903-D7AF-4370-A7E6-35B0407C7FC8/smashedOnUranus-ar.app/Frameworks/libswiftSceneKit.dylib
0x101ec0000 - 0x101ec7fff libswiftSpriteKit.dylib arm64 <b5ad5224257a3075954f5bc287fcc4d4> /var/containers/Bundle/Application/4F151903-D7AF-4370-A7E6-35B0407C7FC8/smashedOnUranus-ar.app/Frameworks/libswiftSpriteKit.dylib
0x101ed0000 - 0x101f03fff libswiftSwiftOnoneSupport.dylib arm64 <0baa974909553853975c63c38c00d205> /var/containers/Bundle/Application/4F151903-D7AF-4370-A7E6-35B0407C7FC8/smashedOnUranus-ar.app/Frameworks/libswiftSwiftOnoneSupport.dylib
0x101f14000 - 0x101f23fff libswiftUIKit.dylib arm64 <53ae604d97ee384b9de2d8e9351f8afd> /var/containers/Bundle/Application/4F151903-D7AF-4370-A7E6-35B0407C7FC8/smashedOnUranus-ar.app/Frameworks/libswiftUIKit.dylib
0x101f30000 - 0x101f6bfff libswiftsimd.dylib arm64 <7260da6c19ba37eba2006b13ea304300> /var/containers/Bundle/Application/4F151903-D7AF-4370-A7E6-35B0407C7FC8/smashedOnUranus-ar.app/Frameworks/libswiftsimd.dylib
0x101f80000 - 0x101f87fff libswiftos.dylib arm64 <96a7217772ab3d05b593f917aa0ba359> /var/containers/Bundle/Application/4F151903-D7AF-4370-A7E6-35B0407C7FC8/smashedOnUranus-ar.app/Frameworks/libswiftos.dylib
0x181b22000 - 0x181b23fff libSystem.B.dylib arm64 <f3beb9029e533a899d794429fec383f9> /usr/lib/libSystem.B.dylib
0x181b24000 - 0x181b7cfff libc++.1.dylib arm64 <e6172d25b5d63239879410136730d916> /usr/lib/libc++.1.dylib
0x181b7d000 - 0x181b9efff libc++abi.dylib arm64 <40c62b02df253630845890510fe3f773> /usr/lib/libc++abi.dylib
0x181ba0000 - 0x18225bfff libobjc.A.dylib arm64 <eb1135b2bde93b69b96e42ca98200183> /usr/lib/libobjc.A.dylib
0x18225c000 - 0x182261fff libcache.dylib arm64 <54b1949bb1b4347fbe2bb062d122979d> /usr/lib/system/libcache.dylib
0x182262000 - 0x18226dfff libcommonCrypto.dylib arm64 <9f2ad88474f63161a7ed0d77ffb09f08> /usr/lib/system/libcommonCrypto.dylib
0x18226e000 - 0x182271fff libcompiler_rt.dylib arm64 <807266fbf2b4371b9d90434ff9baf8cc> /usr/lib/system/libcompiler_rt.dylib
0x182272000 - 0x18227afff libcopyfile.dylib arm64 <fb21dd91d31537adb3cf894ec9b1391c> /usr/lib/system/libcopyfile.dylib
0x18227b000 - 0x1822defff libcorecrypto.dylib arm64 <bc24742f578638528e9337db3676df38> /usr/lib/system/libcorecrypto.dylib
0x1822df000 - 0x182344fff libdispatch.dylib arm64 <c22cd026d190379da5d8bc98e09cc0eb> /usr/lib/system/libdispatch.dylib
0x182345000 - 0x18235ffff libdyld.dylib arm64 <c7dee18ac0193fa2b3904606c2cf7fa3> /usr/lib/system/libdyld.dylib
0x182360000 - 0x182360fff liblaunch.dylib arm64 <89ad25dd597b3132b3a9cc76095c51e2> /usr/lib/system/liblaunch.dylib
0x182361000 - 0x182366fff libmacho.dylib arm64 <529a7a630916378f83c37a1abeed1e18> /usr/lib/system/libmacho.dylib
0x182367000 - 0x182368fff libremovefile.dylib arm64 <f39badfaba853359860a083176d107d8> /usr/lib/system/libremovefile.dylib
0x182369000 - 0x18237ffff libsystem_asl.dylib arm64 <6b0ec177d8193151be829c9a5a2bf138> /usr/lib/system/libsystem_asl.dylib
0x182380000 - 0x182380fff libsystem_blocks.dylib arm64 <a7c74cd6406f37d7a6beeb8faa6e1706> /usr/lib/system/libsystem_blocks.dylib
0x182381000 - 0x1823fefff libsystem_c.dylib arm64 <4fdfb9bed517340693481047718c8b0b> /usr/lib/system/libsystem_c.dylib
0x1823ff000 - 0x182403fff libsystem_configuration.dylib arm64 <1407473c6d62377287a69e3e9bf5662d> /usr/lib/system/libsystem_configuration.dylib
0x182404000 - 0x182409fff libsystem_containermanager.dylib arm64 <15bb97f56e313e15ac58dfc2f47a9552> /usr/lib/system/libsystem_containermanager.dylib
0x18240a000 - 0x18240bfff libsystem_coreservices.dylib arm64 <99efc93693b33c4b840802723732ecc2> /usr/lib/system/libsystem_coreservices.dylib
0x18240c000 - 0x18240dfff libsystem_darwin.dylib arm64 <c37f68e79cf93ad1b61607b8de9b4ea3> /usr/lib/system/libsystem_darwin.dylib
0x18240e000 - 0x182414fff libsystem_dnssd.dylib arm64 <a51f1ae67de837379829030c98186c71> /usr/lib/system/libsystem_dnssd.dylib
0x182415000 - 0x182452fff libsystem_info.dylib arm64 <4d7444646e4c34bc97d5585e1c15b953> /usr/lib/system/libsystem_info.dylib
0x182453000 - 0x18247bfff libsystem_kernel.dylib arm64 <3e7cf8f8da43301fba644f28fd8820a4> /usr/lib/system/libsystem_kernel.dylib
0x18247c000 - 0x1824a9fff libsystem_m.dylib arm64 <01ffce6a6be935ed90d0051b6c32a492> /usr/lib/system/libsystem_m.dylib
0x1824aa000 - 0x1824c5fff libsystem_malloc.dylib arm64 <477d0a108da13abdbfac319b2398994f> /usr/lib/system/libsystem_malloc.dylib
0x1824c6000 - 0x1825f1fff libsystem_network.dylib arm64 <7cb3941fd98d34e09ebd92ac86b4869d> /usr/lib/system/libsystem_network.dylib
0x1825f2000 - 0x1825fdfff libsystem_networkextension.dylib arm64 <8df72f6c42203b0282209a49474147f8> /usr/lib/system/libsystem_networkextension.dylib
0x1825fe000 - 0x182608fff libsystem_notify.dylib arm64 <fc4aac7c3329338e827b355a297e2082> /usr/lib/system/libsystem_notify.dylib
0x182609000 - 0x182612fff libsystem_platform.dylib arm64 <a379af6653c135cf82b522c3ff750111> /usr/lib/system/libsystem_platform.dylib
0x182613000 - 0x182622fff libsystem_pthread.dylib arm64 <c5a2cc4b897a3109bbf55c74611e34ff> /usr/lib/system/libsystem_pthread.dylib
0x182623000 - 0x182626fff libsystem_sandbox.dylib arm64 <13f1a62ee9213f7dbebf333b6430253b> /usr/lib/system/libsystem_sandbox.dylib
0x182627000 - 0x18262efff libsystem_symptoms.dylib arm64 <a6bdbf14eb5e3b84b57fe9c00eb59f8e> /usr/lib/system/libsystem_symptoms.dylib
0x18262f000 - 0x182642fff libsystem_trace.dylib arm64 <6b63233d7e3c38989c3a97e404f681c4> /usr/lib/system/libsystem_trace.dylib
0x182643000 - 0x182648fff libunwind.dylib arm64 <6288d2abbde239f293405082835ba85c> /usr/lib/system/libunwind.dylib
0x182649000 - 0x182649fff libvminterpose.dylib arm64 <a978f300a2d530abba50518254983be0> /usr/lib/system/libvminterpose.dylib
0x18264a000 - 0x182674fff libxpc.dylib arm64 <ad99f31a5f2d3ec6a6623da01b813b26> /usr/lib/system/libxpc.dylib
0x182675000 - 0x182896fff libicucore.A.dylib arm64 <a2f179b63753316d943b53a643e28199> /usr/lib/libicucore.A.dylib
0x182897000 - 0x1828a8fff libz.1.dylib arm64 <cc396ca7a9d133d4898e573cc46ec982> /usr/lib/libz.1.dylib
0x1828a9000 - 0x182c3ffff CoreFoundation arm64 <533c841ed6e9313d8adb02388744e2ef> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x182c40000 - 0x182c50fff libbsm.0.dylib arm64 <b0ed5ab849a4342c835353a5d5533e06> /usr/lib/libbsm.0.dylib
0x182c51000 - 0x182c51fff libenergytrace.dylib arm64 <5195d5f14e163fc9bfc99099ae7a624f> /usr/lib/libenergytrace.dylib
0x182c52000 - 0x182cd6fff IOKit arm64 <3127eabe1492309fb5969e42bf114fb4> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x182cd7000 - 0x182dbefff libxml2.2.dylib arm64 <f78bd85cb5a436428967b4fac25a8277> /usr/lib/libxml2.2.dylib
0x182dbf000 - 0x182dccfff libbz2.1.0.dylib arm64 <cdf0f19925fe33fbb5909928bc44fd5b> /usr/lib/libbz2.1.0.dylib
0x182dcd000 - 0x182de5fff liblzma.5.dylib arm64 <deb8a124684f30729d528075ef8d61ef> /usr/lib/liblzma.5.dylib
0x182de6000 - 0x182f4afff libsqlite3.dylib arm64 <219334ef89cf30099c3f85f925d853b3> /usr/lib/libsqlite3.dylib
0x182f4b000 - 0x182f71fff libMobileGestalt.dylib arm64 <bbffbd9fbedb3addab355b6754cdd52f> /usr/lib/libMobileGestalt.dylib
0x182f72000 - 0x183320fff CFNetwork arm64 <5dd14d4bd2673faf96771b930286ef44> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x183321000 - 0x183619fff Foundation arm64 <e53f9393bfc83ef58520b0fe6b193183> /System/Library/Frameworks/Foundation.framework/Foundation
0x18361a000 - 0x18371afff Security arm64 <463e762d34b338ea9980566a0881d6fa> /System/Library/Frameworks/Security.framework/Security
0x18371b000 - 0x183786fff SystemConfiguration arm64 <658c4230686b3358a53006396fbe7605> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x183787000 - 0x1837bcfff libCRFSuite.dylib arm64 <f44a46da006038f09432eb00a2b65697> /usr/lib/libCRFSuite.dylib
0x1837bd000 - 0x1837bdfff libapple_crypto.dylib arm64 <0a68153dfbfc33b096374e95fb1271bd> /usr/lib/libapple_crypto.dylib
0x1837be000 - 0x1837d4fff libapple_nghttp2.dylib arm64 <8bb1455b0f653519956db1c8af6d57a1> /usr/lib/libapple_nghttp2.dylib
0x1837d5000 - 0x1837fefff libarchive.2.dylib arm64 <4590f76c617938f7a3a9e248ecc42d44> /usr/lib/libarchive.2.dylib
0x1837ff000 - 0x1838adfff libboringssl.dylib arm64 <63cd14a3c2853e66b440603eb7ff2b14> /usr/lib/libboringssl.dylib
0x1838ae000 - 0x1838c4fff libcoretls.dylib arm64 <193a4fc806793432a8b2bb3d8a6a8ec4> /usr/lib/libcoretls.dylib
0x1838c5000 - 0x1838c6fff libcoretls_cfhelpers.dylib arm64 <84f7425f13a33870843fa1c5ef4f8d0b> /usr/lib/libcoretls_cfhelpers.dylib
0x1838c7000 - 0x1838c8fff liblangid.dylib arm64 <ca04122dcd66354db9a53d9f0e91f855> /usr/lib/liblangid.dylib
0x1838c9000 - 0x183a3ffff libnetwork.dylib arm64 <f569233e2f2234f58ecb96b0e73be240> /usr/lib/libnetwork.dylib
0x183a40000 - 0x183a72fff libpcap.A.dylib arm64 <5389a8069179359eb6822edd62328659> /usr/lib/libpcap.A.dylib
0x183a73000 - 0x183acffff libusrtcp.dylib arm64 <b41d8854b30d3531803a81f7f4892593> /usr/lib/libusrtcp.dylib
0x183ad0000 - 0x183adafff IOSurface arm64 <1f24b80565013f8d94b5e18c144f24bc> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x183adb000 - 0x183b80fff libBLAS.dylib arm64 <bda6fa96025e3513848156f93c78ddc0> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x183b81000 - 0x183ea1fff libLAPACK.dylib arm64 <e32d2bce3c353d4f80205fc0731e4e07> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x183ea2000 - 0x184111fff vImage arm64 <b864841843df38bb99e1dff0e1d24732> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x184112000 - 0x184123fff libSparseBLAS.dylib arm64 <32a953927bdf3e46b9d154bf8980fb63> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x184124000 - 0x184148fff libvMisc.dylib arm64 <7ada6cde719335328636b01d59e23ea9> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x184149000 - 0x184170fff libBNNS.dylib arm64 <fa4ef0a7739237d4a3316c137346c5ad> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x184171000 - 0x184185fff libLinearAlgebra.dylib arm64 <b41f21090a7c3472aeb495fd2712eea4> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x184186000 - 0x18418afff libQuadrature.dylib arm64 <e0ee0fbd5e653ceb9264b9fad84f57f6> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x18418b000 - 0x1841fafff libSparse.dylib arm64 <7d403dc3c958325e9b99fad4e762d67e> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1841fb000 - 0x184286fff libvDSP.dylib arm64 <d323dc33dd9f39c19e6264c6ede7dd3f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x184287000 - 0x184287fff vecLib arm64 <d54284636d7a3a03987a1f4f2f67ea6a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x184288000 - 0x184288fff Accelerate arm64 <687b381212043306bae96161fa7b7963> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x184289000 - 0x1842a0fff libcompression.dylib arm64 <88b8fdc7bbf7390ca1ad5c4b0507d64e> /usr/lib/libcompression.dylib
0x1842a1000 - 0x1847e8fff CoreGraphics arm64 <fe0391ed3c9e384297a8881d062b918e> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1847e9000 - 0x1847eefff IOAccelerator arm64 <ba0136dcfebf3117adfa904eada5788f> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1847ef000 - 0x1847f4fff libCoreFSCache.dylib arm64 <3731a55430f83087978ed2bfae31ca04> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1847f5000 - 0x18488dfff Metal arm64 <75ac7e6ccf3f3d3480834bb05d135ae3> /System/Library/Frameworks/Metal.framework/Metal
0x18488e000 - 0x1848a1fff GraphicsServices arm64 <5011ec2511d73a56af501e8207d54962> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1848a2000 - 0x1849fbfff MobileCoreServices arm64 <1c7aad7b6c9838be92f57def5dc0bb48> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1849fc000 - 0x1849fefff IOSurfaceAccelerator arm64 <54659c85ff5c38ff9aa9a3686ebbd0d5> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1849ff000 - 0x184a40fff AppleJPEG arm64 <9694d27d99bb3fd495ac1637cbf481fb> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x184a41000 - 0x184ff1fff ImageIO arm64 <728aeffd50883729bc1ac09900f05cf2> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x184ff2000 - 0x185055fff BaseBoard arm64 <aa88860acbaa3956ba60308b015e76f7> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x185056000 - 0x18506dfff AssertionServices arm64 <704c5673295930ac919167ed66370a94> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x18506e000 - 0x185076fff CorePhoneNumbers arm64 <8dc7373fda1a3b4cad529df63a1d79d5> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x185077000 - 0x1850bbfff AppSupport arm64 <2645b5f6e9b33425a3f05cd05c08c0ab> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x1850bc000 - 0x1850d4fff CrashReporterSupport arm64 <664297ffbb053da880ba4abd9744ff6b> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1850d5000 - 0x1850dafff AggregateDictionary arm64 <da586c679ac73c4c8341f9d6f8358d04> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1850db000 - 0x18515ffff libTelephonyUtilDynamic.dylib arm64 <ce4b5783b921344c98102d1fe39ff4b5> /usr/lib/libTelephonyUtilDynamic.dylib
0x185160000 - 0x18517ffff ProtocolBuffer arm64 <943af0e9b45b3fd6baddddf8345b225a> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x185180000 - 0x1851adfff MobileKeyBag arm64 <c51fbc49562f363987add532858b39da> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1851ae000 - 0x1851e2fff BackBoardServices arm64 <2c754edcf542309b8e08b9b92faadbd9> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1851e3000 - 0x18523efff FrontBoardServices arm64 <b3f8d45a36a23c5e8cc959f932b54c68> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x18523f000 - 0x18527bfff SpringBoardServices arm64 <122e574234ab39f299e3746a9935c821> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x18527c000 - 0x18528afff PowerLog arm64 <d545e5f6846e3e73830195337810cdc8> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x18528b000 - 0x1852a7fff CommonUtilities arm64 <38d46d0ba5fb3da484ede2f09666eb1a> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1852a8000 - 0x1852b3fff liblockdown.dylib arm64 <d7a412e5f22b38dabf4fb58a6a099370> /usr/lib/liblockdown.dylib
0x1852b4000 - 0x1855b8fff CoreData arm64 <30f1740d9c5b3cebbf4b45a483bd7f49> /System/Library/Frameworks/CoreData.framework/CoreData
0x1855b9000 - 0x1855bffff TCC arm64 <41d6c5214523319cad2cfc08e373215a> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1855c0000 - 0x1855c7fff libcupolicy.dylib arm64 <000f564141b33ed6a13eb30e70c5108a> /usr/lib/libcupolicy.dylib
0x1855c8000 - 0x185659fff CoreTelephony arm64 <0967acf8b11f35778f2cfedd46f416b5> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x18565a000 - 0x1856b1fff Accounts arm64 <461434904ced3ea396f9cea7f0867fd5> /System/Library/Frameworks/Accounts.framework/Accounts
0x1856b2000 - 0x1856dbfff AppleSauce arm64 <07696ffe11503e0faa1888c0e243471f> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1856dc000 - 0x1856e4fff DataMigration arm64 <fc7cc0db05273ef18990215a4bf5d7da> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1856e5000 - 0x1856ebfff Netrb arm64 <5ad13c9650ce38b6b031bd2006f69a1c> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1856ec000 - 0x18571efff PersistentConnection arm64 <29383ceaac3e3cdd90da6fce980c4a19> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x18571f000 - 0x185730fff libmis.dylib arm64 <96bab7b4c090392ab59bb2c97749c4c5> /usr/lib/libmis.dylib
0x185731000 - 0x185836fff ManagedConfiguration arm64 <c2582da2a40336c0bf9a8a713789d253> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x185837000 - 0x18583cfff libReverseProxyDevice.dylib arm64 <feda1d5064d1311a9024ced18653e1af> /usr/lib/libReverseProxyDevice.dylib
0x18583d000 - 0x18584ffff libamsupport.dylib arm64 <2301ae3f1b33360486010aff0a764568> /usr/lib/libamsupport.dylib
0x185850000 - 0x185855fff libCoreVMClient.dylib arm64 <828daf7904d738d7b51125b7d839f427> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x185856000 - 0x185857fff libCVMSPluginSupport.dylib arm64 <ef1b895a2e513ef09f0b99b0ea52f2bc> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x185858000 - 0x18585bfff libutil.dylib arm64 <f8cab493d4a5345ab42c833c1c3d753d> /usr/lib/libutil.dylib
0x18585c000 - 0x18589cfff libGLImage.dylib arm64 <a4834764ada73a5a93935ac4f946d00b> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x18589d000 - 0x185913fff APFS arm64 <db7fdda7bc263f3cbad0aa2be53a92b5> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x185914000 - 0x185945fff MediaKit arm64 <bd1ed626c16633dfa3a9210444995fd3> /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit
0x185946000 - 0x18595efff libSERestoreInfo.dylib arm64 <cb56acf1899739fb8db28c2235f20a53> /usr/lib/updaters/libSERestoreInfo.dylib
0x185963000 - 0x18599ffff DiskImages arm64 <dbce1b1f46a134d1bf9fc6ee992ef5ea> /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
0x1859a0000 - 0x1859a9fff libGFXShared.dylib arm64 <4a7a2ffc151c31b8bf79cebcd8a5478e> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1859aa000 - 0x1859f1fff libauthinstall.dylib arm64 <72b8cf4318da3de4b8148ea558f022e2> /usr/lib/libauthinstall.dylib
0x1859f2000 - 0x1859fafff IOMobileFramebuffer arm64 <037de4b49b6934f089430792afdac804> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1859fb000 - 0x185a06fff OpenGLES arm64 <a4adfab5c3ef3d55add7aed8b9ab1fbf> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x185a07000 - 0x185a8efff ColorSync arm64 <ba04aa852db032168fa09f655bc82e51> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x185a8f000 - 0x185ab8fff CoreVideo arm64 <6f568461bb213003bcf526d9d4eb20af> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x185ab9000 - 0x185abafff libCTGreenTeaLogger.dylib arm64 <dbe8881c668b34db9789b5f4e926114a> /usr/lib/libCTGreenTeaLogger.dylib
0x185abb000 - 0x185c27fff CoreAudio arm64 <fbb14b9452be3fa8a900233dca420ffd> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x185c28000 - 0x185c56fff CoreAnalytics arm64 <f6aa66d061b935c4937d037eeac77749> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x185c57000 - 0x185c5afff UserFS arm64 <af4ea82b7168334587131973fcc685f5> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x185c5b000 - 0x185de0fff CoreMedia arm64 <4c97e3bbe2bd3c9fbf8aa5e5aa890534> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x185de1000 - 0x185df3fff libprotobuf-lite.dylib arm64 <2c18eb318c9532a484ea0704a05a1d4a> /usr/lib/libprotobuf-lite.dylib
0x185df4000 - 0x185e58fff libprotobuf.dylib arm64 <962e40da393431108723fdd15cf6274e> /usr/lib/libprotobuf.dylib
0x185e59000 - 0x186122fff libAWDSupportFramework.dylib arm64 <4fd3a9edd87032f9b29e39c838024ddc> /usr/lib/libAWDSupportFramework.dylib
0x186123000 - 0x18616cfff WirelessDiagnostics arm64 <d1ed288aab0b3fcbba70d3d53d7808e7> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x18616d000 - 0x186224fff ************ arm64 <66b5dd2b06833a519c7e07fb0c8a0241> /System/Library/Frameworks/************.framework/************
0x186225000 - 0x18632efff libFontParser.dylib arm64 <0c5b668a4135315cb13d1b4788d8a8fb> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x18632f000 - 0x186330fff FontServices arm64 <f11afbab4fbb35fc894b33d366011b70> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x186331000 - 0x186484fff CoreText arm64 <dda8dce7a1f1342d89875723c3d84a82> /System/Library/Frameworks/CoreText.framework/CoreText
0x186485000 - 0x186494fff IntlPreferences arm64 <f020641e927739ea91a27a64ecf8d635> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x186495000 - 0x18649dfff RTCReporting arm64 <de15538551633f628a4f5ac9bee36ba7> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x18649e000 - 0x18650efff CoreBrightness arm64 <97b3d320aca23a838b6420c792dbb52d> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x18650f000 - 0x186519fff libAudioStatistics.dylib arm64 <4b7b1c1856de3e76b523a0aa44b5a035> /usr/lib/libAudioStatistics.dylib
0x18651a000 - 0x186a52fff AudioToolbox arm64 <00ebb5415151360e93a8e7c34a5ea583> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x186a53000 - 0x186c86fff QuartzCore arm64 <ff65dcba3de33ba0ac83e85ce0f818d1> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x186c87000 - 0x186c92fff MediaAccessibility arm64 <89490c32b66e34ff93f20afaf15609bc> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x186c93000 - 0x186d85fff libiconv.2.dylib arm64 <5bb51259bae432f794e0f85063453873> /usr/lib/libiconv.2.dylib
0x186d86000 - 0x186da1fff NetworkStatistics arm64 <c73b2bfba29534928bd57fb496e8a245> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x186da2000 - 0x186dbdfff MPSCore arm64 <2d9261aaa9653984b3afe2e2eb5e21a7> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x186dbe000 - 0x186e26fff MPSImage arm64 <5753222b2a7c33b99e185c0946d866d6> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x186e27000 - 0x186e49fff MPSMatrix arm64 <c8b4e738801e3f2bbf22f7a3d785182a> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x186e4a000 - 0x186e58fff CoreAUC arm64 <a02ba9569fe638b594e06525a90bd147> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x186e59000 - 0x1874b1fff MediaToolbox arm64 <645360e926393479aba24c9a83edfa7b> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1874b2000 - 0x1875e1fff MPSNeuralNetwork arm64 <37158311c1d63fcfbda005a3e98e3bee> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1875e2000 - 0x1875e2fff MetalPerformanceShaders arm64 <f100d433451635f48e7432ab523abe31> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1875e3000 - 0x187a0dfff FaceCore arm64 <ade17e48572c3d858e3b71a2ac28ccb8> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x187a0e000 - 0x187a1bfff GraphVisualizer arm64 <55b5ff57c5f833858726cb61324f4394> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x187a1c000 - 0x187bc3fff libFosl_dynamic.dylib arm64 <cba3df2a74e2349fae1fc3312a46c2a4> /usr/lib/libFosl_dynamic.dylib
0x187bc4000 - 0x187e27fff CoreImage arm64 <c3f8b9637c5f3cddadfc21583b66dfbd> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x187e28000 - 0x188026fff CoreMotion arm64 <4ab2249d1d283e7186d75014514ca6b8> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x188027000 - 0x188055fff CoreBluetooth arm64 <eb6a66c17d3e333b9494a437cc274207> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x188056000 - 0x188078fff PlugInKit arm64 <7d07ed36ade532dea67e065eac12bc2b> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x188079000 - 0x1882a4fff ********* arm64 <61ef5c7e71b33ec79163bb0d3568cdb6> /System/Library/PrivateFrameworks/*********.framework/*********
0x1882a5000 - 0x188327fff Quagga arm64 <19819b4fa35e385380a24dfddff007fc> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x188328000 - 0x18841efff AVFAudio arm64 <bf84d6f782e634fe8c8488fd34bc9016> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x18841f000 - 0x188611fff AVFoundation arm64 <1c015cb8d7a3304293fb70406047ea26> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x188612000 - 0x188634fff CacheDelete arm64 <88a3fb8990e53239995c65de0e32cab3> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x188635000 - 0x18865afff StreamingZip arm64 <e93196e7aeea32519d5337c2255cff65> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x18865b000 - 0x18866cfff CoreEmoji arm64 <83940a81f7df3c5398af5e6acb5cae6a> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x18866d000 - 0x1886bafff CoreLocationProtobuf arm64 <72ebe4d27ef537ff9440b1e8120ce9ae> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1886bb000 - 0x1886c3fff SymptomDiagnosticReporter arm64 <48c5f321ca733f2c845fcdb97353c2bf> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1886c4000 - 0x188fcdfff GeoServices arm64 <92cf39980ecb3178a37bc1b7febbc40b> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x188fce000 - 0x188fe5fff MobileAsset arm64 <49f2259cac8d3eaeb126d9fbe22ee0aa> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x188fe6000 - 0x189026fff Lexicon arm64 <4e43af69dd36373b888540750f609ca3> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x189027000 - 0x189037fff libcmph.dylib arm64 <661482521e6f31e18411d71a75446056> /usr/lib/libcmph.dylib
0x189038000 - 0x189159fff LanguageModeling arm64 <5f994763487b33c3ac608a9d73be8cd7> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x18915a000 - 0x189171fff libmarisa.dylib arm64 <2908e85d03d838f3bc2582598e449c02> /usr/lib/libmarisa.dylib
0x189172000 - 0x18920bfff CoreLocation arm64 <b31027072d563ad4a83dc60c42d3a1e5> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x18920c000 - 0x18920cfff PhoneNumbers arm64 <e2a0f73e1a89319590ca3a65c6635369> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x18920d000 - 0x189218fff libChineseTokenizer.dylib arm64 <05f584c4b6b33d4fac6ecfcb02cb157f> /usr/lib/libChineseTokenizer.dylib
0x189219000 - 0x1892c5fff libmecab_em.dylib arm64 <5c786bbda21636a3a362692e56af1c50> /usr/lib/libmecab_em.dylib
0x1892c6000 - 0x1892c7fff libThaiTokenizer.dylib arm64 <b275fd750e773719898c5e6ceb7475d2> /usr/lib/libThaiTokenizer.dylib
0x1892c8000 - 0x1892ccfff libgermantok.dylib arm64 <fbcd25cca73e36ed8849889ae65cb847> /usr/lib/libgermantok.dylib
0x1892cd000 - 0x189324fff CoreNLP arm64 <de73e93381c2336d92f2d5bb77b44584> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x189325000 - 0x1894f6fff MobileSpotlightIndex arm64 <8b0e644061a7383e939a039768480c07> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1894f7000 - 0x189558fff CoreSpotlight arm64 <db4873b647e437c585dae23396bbb286> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x189565000 - 0x18a0e3fff JavaScriptCore arm64 <61d2776218fa3a83b806003f29790f30> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x18a0e4000 - 0x18a0e9fff libheimdal-asn1.dylib arm64 <e0d45b7a0d233bc987b1f40ab04ffff5> /usr/lib/libheimdal-asn1.dylib
0x18a0ea000 - 0x18a165fff libate.dylib arm64 <1d30c1d3ca913f2da380d67c5cacd696> /usr/lib/libate.dylib
0x18a166000 - 0x18a21afff TextureIO arm64 <314680785fd432e08474fe331c076834> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x18a21b000 - 0x18a2e7fff CoreUI arm64 <0971250637443b68a92c6057185ab120> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x18a2e8000 - 0x18a2f1fff MobileIcons arm64 <5e5d7a3fb6f43a24bcd0204cdef53c01> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x18a2f2000 - 0x18a300fff AppleFSCompression arm64 <033a6e59e409323aba851e45ba18a8e5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x18a301000 - 0x18a359fff TextInput arm64 <ac4e85632d5d3ea7907fff4233f85249> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x18a35a000 - 0x18a382fff libxslt.1.dylib arm64 <48317ab7f9a930a1bbfe566a1c155614> /usr/lib/libxslt.1.dylib
0x18a383000 - 0x18a3b7fff DataDetectorsCore arm64 <8517a11b6dc63998bd9efdbfd108df85> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x18a3b8000 - 0x18a44bfff FileProvider arm64 <047b72c2bb0037319e14402c35e5c741> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x18a53e000 - 0x18a615fff ProofReader arm64 <dabb208f349e390b941f388fc73752f6> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x18a616000 - 0x18a62afff libAccessibility.dylib arm64 <b84fd9891f57319fb96fc45c2a4e615d> /usr/lib/libAccessibility.dylib
0x18a62b000 - 0x18aad1fff libwebrtc.dylib arm64 <4ed1aabaf2c133f78f4dda07c3d1446f> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x18aad2000 - 0x18ab34fff ContactsFoundation arm64 <d3aa6e0d545039efbe5bf02fb076227d> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x18ab35000 - 0x18c206fff WebCore arm64 <e0e566595bc338e28e4ed7426c8621ac> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x18c207000 - 0x18c38afff WebKitLegacy arm64 <e8eb9d28e9973b13aa15798fd4ec9c13> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x18c38b000 - 0x18c3b3fff DataAccessExpress arm64 <d24bafec0e40380089f9ae4bf4304598> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x18c3b4000 - 0x18c44efff AddressBookLegacy arm64 <22c93346e0c531c5be4f11f8ecf9826f> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x18c44f000 - 0x18c4aafff ProtectedCloudStorage arm64 <598778bd0d653c1295603fd0010711e4> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x18c4ab000 - 0x18c4d7fff UserNotifications arm64 <550bdb8f65043f9a9e212f13a71d0eff> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x18c4d8000 - 0x18c4e3fff AppleIDAuthSupport arm64 <014fe0947582368d9f8edb206c2c2092> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x18c4e4000 - 0x18c534fff AuthKit arm64 <dcf0e05b84943feabf70f248c39a039a> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x18c55f000 - 0x18c5b3fff DocumentManager arm64 <390dda1ee5db34fb893bc78202746ec4> /System/Library/Frameworks/UIKit.framework/Frameworks/DocumentManager.framework/DocumentManager
0x18c5b4000 - 0x18d632fff UIKit arm64 <d9e6d4137fc83c5487ad891812177363> /System/Library/Frameworks/UIKit.framework/UIKit
0x18d633000 - 0x18d645fff DocumentManagerCore arm64 <8d10a745a83e3088859b94e362552c3b> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x18d646000 - 0x18d64afff HangTracer arm64 <14c9c902270b3fc8a44c894325731245> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x18d64b000 - 0x18d69cfff PhysicsKit arm64 <4d2b0d9378353407aa17b91597a890d9> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x18d69d000 - 0x18d69ffff StudyLog arm64 <c231ce6f68f13d6a8971dcab3362d5eb> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x18d6a0000 - 0x18d77ffff UIFoundation arm64 <293d3f08efb23c15845cd3789aef59af> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x18d780000 - 0x18d89efff CloudKit arm64 <55336b1482ba3e86a94d608ddf070ea4> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x18d89f000 - 0x18d89ffff IntentsFoundation arm64 <185b42ef5dbf3c209b640e660837b6c9> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x18d8a0000 - 0x18d9bdfff Network arm64 <2796e57a19d6334384a732befcbf223d> /System/Library/PrivateFrameworks/Network.framework/Network
0x18d9be000 - 0x18dbc5fff Intents arm64 <d0301a15eedb300188596dd59c79f257> /System/Library/Frameworks/Intents.framework/Intents
0x18dbc6000 - 0x18dbe0fff libresolv.9.dylib arm64 <c76ea9527796334ca010a12e153772d5> /usr/lib/libresolv.9.dylib
0x18dbe1000 - 0x18dbe3fff CoreDuetDebugLogging arm64 <74e7e685ab94375ab1df09ae32cb3bd7> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x18dbe4000 - 0x18dc19fff libtidy.A.dylib arm64 <24be8ea1fada37e6ac80a8019320481f> /usr/lib/libtidy.A.dylib
0x18dc1a000 - 0x18dd49fff CoreDuet arm64 <272d90e4189a36c38918d1db8bce861b> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x18dd4a000 - 0x18dd69fff CoreDuetContext arm64 <eaae7b06577239b0bf6f66a22f8908d2> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x18dd6a000 - 0x18dd7efff CoreDuetDaemonProtocol arm64 <90699d4703bb357db7026ca1b54be9df> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x18dd7f000 - 0x18ddeafff IMFoundation arm64 <b1a3f905d6803e57885b4f26a0588142> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x18ddeb000 - 0x18de19fff vCard arm64 <9537fc85395634e3ae5e60cf8d91646d> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x18de1a000 - 0x18df27fff Contacts arm64 <189b2e6399cc37d3b44b61304f0e5c2e> /System/Library/Frameworks/Contacts.framework/Contacts
0x18df28000 - 0x18df29fff DiagnosticLogCollection arm64 <bb96f23768083c5abc70c46c83a5d1cc> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x18df2a000 - 0x18df2bfff Marco arm64 <cf77c26cd604305d95a22a44adab94b7> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x18df2c000 - 0x18df36fff MessageProtection arm64 <0483cffe36733381a42c53d35d89b44e> /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection
0x18df37000 - 0x18e245fff StoreServices arm64 <521d0ff754a13e85864c1a9af35802e7> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x18e246000 - 0x18e25dfff Engram arm64 <09b0d6cbe4c837f291d3bdb128f85e9d> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x18e25e000 - 0x18e34efff IDSFoundation arm64 <c3c2c607ccf3334ebfbc0e5f0fad91a1> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x18e34f000 - 0x18e35afff CaptiveNetwork arm64 <6bfb9481cfec3068aa5a6d5bd6202b16> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x18e35b000 - 0x18e389fff EAP8021X arm64 <17dc7c24563e36b0badd700807cb302c> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x18e38a000 - 0x18e3c4fff MobileWiFi arm64 <0edd692ed68f3b8892b20b884f624bec> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x18e3c5000 - 0x18e3c7fff OAuth arm64 <e3791d446eab3acda1f665ea190c55be> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x18e3c8000 - 0x18e3cafff CommonAuth arm64 <13560562ea093adc87ed345465106c58> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x18e3cb000 - 0x18e439fff Heimdal arm64 <1cffe4d36a76381ab89867e82e1284f9> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x18e43a000 - 0x18e463fff GSS arm64 <db71a008cf6a3dfab457f1e1b118edfe> /System/Library/Frameworks/GSS.framework/GSS
0x18e464000 - 0x18e47bfff ApplePushService arm64 <98a6615cdd78350191366fff3e00b815> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x18e47c000 - 0x18e513fff AccountsDaemon arm64 <d870d584210c3b889d9a11e9a232a92c> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x18e514000 - 0x18e538fff AppleIDSSOAuthentication arm64 <01658495197532af8bd951edd5d24eef> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x18e539000 - 0x18e5b1fff AppleAccount arm64 <49642cca45343431b61a0b100a7995b6> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x18e5b2000 - 0x18e6e9fff CoreUtils arm64 <cd08d1afb67d389ea41a8255e504ae89> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x18e6ea000 - 0x18e800fff IDS arm64 <687009c13bbb3500aabed41d55b5f5b4> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x18e801000 - 0x18e824fff MediaServices arm64 <b6e9695997dd352b8d682172dce37edb> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x18e825000 - 0x18e9fbfff MediaRemote arm64 <158d2f50b954321995185471dfa94a48> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x18e9fc000 - 0x18ea14fff UserManagement arm64 <68a1359f23283cb5b452ec446587008e> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x18ea15000 - 0x18ea24fff MobileBluetooth arm64 <379725e53a3530568fddc67b87888f96> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x18ea25000 - 0x18ea55fff Bom arm64 <8cd2ba179e673d90b707436a3a8ed1ce> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x18ea56000 - 0x18ea5afff CommunicationsFilter arm64 <f83447f736983ee7bd859ce9e39032e1> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x18ea5b000 - 0x18ea80fff FTAWD arm64 <8dd01c25424c3ff7853594f48c5881a1> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x18ea81000 - 0x18ead4fff FTServices arm64 <290da139d4e93bee905664f01f5d72b1> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x18ead5000 - 0x18eb26fff WirelessProximity arm64 <68775056a00c337fbbc2cb37deb6942b> /System/Library/PrivateFrameworks/WirelessProximity.framework/WirelessProximity
0x18eb27000 - 0x18eb31fff ProactiveEventTracker arm64 <e731ef9f09fa3584a7868c9ec3a3f169> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x18eb32000 - 0x18eb80fff ChunkingLibrary arm64 <10da6f5265b531d89370e83b2688618e> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x18eb81000 - 0x18eb8dfff libnetworkextension.dylib arm64 <bd6d5cc4b42734edab4d68468fce96c9> /usr/lib/libnetworkextension.dylib
0x18eb8e000 - 0x18ebb2fff AddressBook arm64 <d84450542aad306685f1b97e7214f194> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x18ebb3000 - 0x18f9b4fff ModelIO arm64 <d47bacd72b143dd0bf2bad2c919bbdf5> /System/Library/Frameworks/ModelIO.framework/ModelIO
0x18f9b5000 - 0x18fb49fff NetworkExtension arm64 <18a111639fa33b23a49c80dc44dc02b9> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x18fb4a000 - 0x18ff96fff SiriTTS arm64 <6b2588bd69dc32cd9072a39b5169e385> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x18ff97000 - 0x18fff1fff SAObjects arm64 <9163b232fb1e34e1a25277da1508536a> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x18fff2000 - 0x190030fff VoiceServices arm64 <b1863d8abbd4379f866872ccf86dcb67> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x190031000 - 0x190061fff GLKit arm64 <df9430ad17ec32aaaa6f7b7875896ad2> /System/Library/Frameworks/GLKit.framework/GLKit
0x190062000 - 0x190149fff AssistantServices arm64 <25a8af3352af3073815f89ddc48fe624> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x19014a000 - 0x190168fff AssetCacheServices arm64 <7da8e9b42c633c4f85696e6714a705d0> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x190169000 - 0x190223fff NetworkServiceProxy arm64 <e098ec38180b36bcada08951083d52ae> /System/Library/PrivateFrameworks/NetworkServiceProxy.framework/NetworkServiceProxy
0x190224000 - 0x190315fff MMCS arm64 <fb351fd966923f54ace623e55932164f> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x190316000 - 0x190322fff BluetoothManager arm64 <94fc870962743291853cb2a937e63095> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x190323000 - 0x190393fff CoreDAV arm64 <85a759ee6fa133d2ab892b197b85a968> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x190394000 - 0x1903c9fff iCalendar arm64 <2f49cb4a97e63123a7d973fa360e7d91> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1903ca000 - 0x1903d7fff PersonaKit arm64 <35f493a1aa5736539a113b6552072124> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1903d8000 - 0x190432fff CalendarFoundation arm64 <f80cb9d53e8235e2a9eaadef323649d4> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x190433000 - 0x190460fff PhotosFormats arm64 <2bd283ffad33345fae9bbf99fb69cd0a> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x190461000 - 0x1904fefff CalendarDatabase arm64 <d57cf400c4c23088b2adc38aef9321ec> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x1904ff000 - 0x19054ffff CalendarDaemon arm64 <3229e83ba5913a11928e9cd5b3d62ada> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x190550000 - 0x190669fff CloudPhotoLibrary arm64 <7ad7df0f9e2633aab7411022e63479bb> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x19066a000 - 0x19074cfff EventKit arm64 <3bbef1c47fcc39b7a134a1789ade250e> /System/Library/Frameworks/EventKit.framework/EventKit
0x19074d000 - 0x190777fff AssetsLibraryServices arm64 <acf5560912333f808f556fe0258a796e> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x190778000 - 0x1907acfff ACTFramework arm64 <cb82b2d3825e3bbd8b6468830435ab8b> /System/Library/PrivateFrameworks/ACTFramework.framework/ACTFramework
0x1907ad000 - 0x1907cdfff DCIMServices arm64 <4519b4dff824320794fbb10a6da7136e> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1907ce000 - 0x190909fff CoreMediaStream arm64 <fbca656fe4c6308494d5332c6a403d0a> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x19090a000 - 0x190911fff XPCKit arm64 <17788c984c30338b978e58219d85354e> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
0x190912000 - 0x1909f6fff CameraKit arm64 <95c8f5b3ece03b7eb8658f6a85667cf3> /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit
0x1909f7000 - 0x190a0ffff CloudPhotoServices arm64 <2b96dcc8648036129251449d255bec94> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x190a10000 - 0x190a1bfff CoreRecents arm64 <f9d52f603cd43238ac786ea89179cfc0> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x190a1c000 - 0x190a3afff MediaStream arm64 <ace15fd42bea35519436cb4443dfe793> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x190a3b000 - 0x190e60fff PhotoLibraryServices arm64 <3c5abe4b535a36989af56fcae2552593> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x190e61000 - 0x190e96fff PrototypeTools arm64 <69e168e7815338cebf2eca1020b5b0c8> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x190e97000 - 0x190f20fff CoreSymbolication arm64 <7ccdd1e8aaa031d1bca9819f995966ac> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x190f21000 - 0x19104dfff SearchFoundation arm64 <095d647809803f439d5d6a2925e400c7> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x19104e000 - 0x191054fff IncomingCallFilter arm64 <072915fd1e4f3ce399de9d7144653523> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x191055000 - 0x191108fff iTunesStore arm64 <59137141ca7a3ad481f96e9ea6c523e4> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x191109000 - 0x19110ffff libtzupdate.dylib arm64 <c3f9c1c5a44333d3a5cb12f1e98fb68a> /usr/lib/libtzupdate.dylib
0x191110000 - 0x19127efff Preferences arm64 <91e881adb97c3d24a2f8243c3e2e4213> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x19127f000 - 0x191286fff CoreTime arm64 <8adec29a2796319ab9f45c94f22ec468> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x191287000 - 0x1913f2fff CVML arm64 <3369c181afb4351a978bfca4ad2f0d5e> /System/Library/PrivateFrameworks/CVML.framework/CVML
0x1913f3000 - 0x191440fff CoreAppleCVA arm64 <d845dd8bcd2532b0b207de88b1a7efcb> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA
0x19144d000 - 0x191487fff DifferentialPrivacy arm64 <c44396e2ba2d3c3192ffd57e5f4b298b> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x191488000 - 0x191602fff AppleCVA arm64 <587252917d243bdca2545d78ee7aa2b8> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA
0x191603000 - 0x191693fff Montreal arm64 <460d01ac07c23e96b3bc9534522f3866> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x191694000 - 0x1918b6fff Espresso arm64 <1cfcb4ec66aa3befa69d7279c9f80e01> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1918b7000 - 0x1918bafff MobileSystemServices arm64 <ee3e7239b7a83ad7a136125af768c20a> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1918bb000 - 0x191a0cfff Photos arm64 <bbb23b9efd653ab5b87385910abe5b95> /System/Library/Frameworks/Photos.framework/Photos
0x191a0d000 - 0x191bd8fff CoreML arm64 <73895366f6cd39b4842d5dda4d852150> /System/Library/Frameworks/CoreML.framework/CoreML
0x191bd9000 - 0x191bddfff CoreOptimization arm64 <b9febca2f1353f04a7e257f8b9b6ebb9> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x191bde000 - 0x191c29fff SafariCore arm64 <7f152d29560638b4a08bd01cc3e86dc9> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x191c2a000 - 0x191c87fff CorePrediction arm64 <305ab26f0a2935b1ad98a4a2bcc9315b> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x191c88000 - 0x191d84fff Navigation arm64 <d3646981136d3ba69aa3c40c44cc1a8c> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x191d85000 - 0x191d9cfff ContactsDonation arm64 <e99cde1166f732bcaa0b0784baf66321> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x191d9d000 - 0x191dc9fff Futhark arm64 <0426d89a2a063e5990f8ce26f1b75fda> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x191e0e000 - 0x191e60fff ToneLibrary arm64 <78e637d2a0873349ba07fbe7ef051fda> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x191e61000 - 0x191e72fff BaseBoardUI arm64 <01e4e6b18eb2338c80a94fb0553fee3b> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x191e73000 - 0x191ecafff ContactsUICore arm64 <f12257a721b53e98a939f13c44dd3b02> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x191ecb000 - 0x19202efff ContactsUI arm64 <5b1f86db0da9382cbca9818a57c79356> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x19202f000 - 0x19210afff CorePDF arm64 <0aa4f5a802443bf4a003b1a0decba330> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x19210b000 - 0x19236cfff Vision arm64 <03cc2b7f7327346db7835f112b1b3608> /System/Library/Frameworks/Vision.framework/Vision
0x19236d000 - 0x1927cbfff WebKit arm64 <bfd8f7e4b5fe380da7f921983777305d> /System/Library/Frameworks/WebKit.framework/WebKit
0x1927cc000 - 0x192882fff BulletinBoard arm64 <2266880ab6093736babe5939d94a132d> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
0x192883000 - 0x192888fff ConstantClasses arm64 <6830b458d18e3b258d12f8eab76e10e8> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x192889000 - 0x192891fff CertUI arm64 <c73f78cd6dc63055bdecbefbcf577f78> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x192892000 - 0x1928d6fff AXRuntime arm64 <c31c2c97f9893aeab23adace768f74de> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x1928d7000 - 0x19290efff ScreenReaderCore arm64 <91184eb7bdb53ffc84f3c92620b0b509> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x19290f000 - 0x192933fff TextToSpeech arm64 <7c6d5340b9873fdba17b36640fd50c4e> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x192934000 - 0x192977fff CoreMIDI arm64 <160a4f4632c13deabc0934440f059724> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x192978000 - 0x192a15fff MediaPlatform arm64 <73efffefd8413ed583ca2615aa184860> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x192a16000 - 0x192a7ffff WebBookmarks arm64 <cdfbebd87f0e358e9afa508d32ebb5de> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x192a80000 - 0x192a87fff DAAPKit arm64 <9f4b96003d7137dc9b40e6023af6c7d0> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x192a88000 - 0x192a8afff libAXSafeCategoryBundle.dylib arm64 <e22ea252f995341c8cae9e4d7c94e524> /usr/lib/libAXSafeCategoryBundle.dylib
0x192a8b000 - 0x192a95fff libAXSpeechManager.dylib arm64 <a2a6bbe6dc6434ce9c22b7cfe2af1020> /usr/lib/libAXSpeechManager.dylib
0x192a96000 - 0x192b79fff AccessibilityUtilities arm64 <bb2a0ede00eb38eebbadb3ff566212af> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x192b7a000 - 0x192e9dfff MediaLibraryCore arm64 <fb1f1b3e20383c15a89bf4f2949ef84a> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x192e9e000 - 0x192e9efff AdSupport arm64 <213d78b03cb43ee1aecc7b897d13023c> /System/Library/Frameworks/AdSupport.framework/AdSupport
0x192e9f000 - 0x193129fff MusicLibrary arm64 <6f28e49c3e4a368ab31e38572eddc533> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x19312a000 - 0x1937fdfff VectorKit arm64 <270f286f409330caa2f5787a371b8b81> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x1937fe000 - 0x193a3afff MapKit arm64 <78da5be082813914a33ab07f8b729c87> /System/Library/Frameworks/MapKit.framework/MapKit
0x193a3b000 - 0x193bcbfff iTunesCloud arm64 <04b7e63b759e3be9bef77ad53213a1f6> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x193bcc000 - 0x193c71fff HomeSharing arm64 <c2256a79597533c9825f2d64a5ec2c3e> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x193c72000 - 0x193ce5fff WebInspector arm64 <b659b52e003c3b1c8f07ff18821e14f8> /System/Library/PrivateFrameworks/WebInspector.framework/WebInspector
0x193ce6000 - 0x193dddfff ITMLKit arm64 <a741b42e1d4a30b5afaf649802215660> /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit
0x193dee000 - 0x194258fff MediaPlayer arm64 <a247cf57bd7e3c538952c0c9fbb177a2> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x194259000 - 0x19427dfff MobileInstallation arm64 <8e4bf4284d243feea7bdce33e38e0700> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x19427e000 - 0x194285fff EmailAddressing arm64 <7ffe14726f2a326b9971f236790c53e0> /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
0x194286000 - 0x194287fff MessageSupport arm64 <f6917ea57f0733c6b9b5c88134771e09> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x194288000 - 0x19428afff InternationalTextSearch arm64 <099144f6a0123ba6a43b40abccd1e7a7> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x19428b000 - 0x1942e5fff MIME arm64 <24390f8663513104a4aea5ffc1124abd> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x1942e6000 - 0x194317fff ProactiveSupport arm64 <96342c6989b937879037beca8852da2c> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x194318000 - 0x19434ffff Notes arm64 <491e54064a8539d2abba388d6fff0c64> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x194350000 - 0x194401fff TelephonyUtilities arm64 <fd1fa12eaa413fd7b57ee5f9f6f57f38> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x194402000 - 0x19443cfff CalendarUIKit arm64 <a8b80734ef583f90b5e31a7488b07782> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
0x19443d000 - 0x194454fff AccessibilityUIUtilities arm64 <4ba3973df5223a74af1eb526b7231500> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x194455000 - 0x1944b0fff DataAccess arm64 <4371307dcf603757b5406f76c38f59fd> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x1944b1000 - 0x1944c4fff AssetsLibrary arm64 <7be4c74e731b3b18b22f5e8303d74f8e> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x1944c5000 - 0x1946a1fff EventKitUI arm64 <3c9dffc7a07c3e5a9ee27320d0514ce7> /System/Library/Frameworks/EventKitUI.framework/EventKitUI
0x1946a2000 - 0x1946fdfff AXMediaUtilities arm64 <e3d77d04474c3f328e2b287b86431acf> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
0x19478c000 - 0x194792fff SearchToSharePredictions arm64 <ff51de5f84cf3373a6b1ccd6cc1a9228> /System/Library/PrivateFrameworks/SearchToSharePredictions.framework/SearchToSharePredictions
0x194793000 - 0x194833fff Social arm64 <6377150e08eb31f2ac90a948c9def108> /System/Library/Frameworks/Social.framework/Social
0x194848000 - 0x1948adfff RemoteUI arm64 <5e3f8d199687363b9f78b54db157d97b> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
0x1948c5000 - 0x1948dbfff CoreFollowUp arm64 <f2058a1f0a423a7e8d37b3bd2ee8bed8> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1948dc000 - 0x19494bfff CoreSuggestions arm64 <4be7f87e7cf830a5823c7bfcaa077854> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x19494c000 - 0x19495cfff MailServices arm64 <435857af995236cfb9482027b18ff0fc> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x19495d000 - 0x1949effff CoreRecognition arm64 <f11a3c9cdb0c369cbde16e622c37dba8> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x1949f0000 - 0x194a10fff MailSupport arm64 <0265883fde0e39b6bc9a9cdcc980f3d0> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport
0x194a11000 - 0x194b60fff Message arm64 <314017f213c738cc8e3b6e71ffa25207> /System/Library/PrivateFrameworks/Message.framework/Message
0x194d80000 - 0x194e21fff CoreParsec arm64 <7f46c6e6637434e5a464ff86169b9dad> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x194e22000 - 0x194e51fff AirTraffic arm64 <1284cb2cddb63b80b80e6191b78233c8> /System/Library/PrivateFrameworks/AirTraffic.framework/AirTraffic
0x194e52000 - 0x194e83fff SharedUtils arm64 <7abd3461880838ad9b54fd92ddf03e39> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x194e84000 - 0x194ebefff ContactsAutocomplete arm64 <e3d935c4cd5d3bb6a505e559f6b39b38> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
0x194ebf000 - 0x194f87fff VideoSubscriberAccount arm64 <3da190aeb45331338f46f5cd1c3c55c9> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x194f88000 - 0x194fb8fff Pegasus arm64 <8b13193d5b443046b72a70fea1387e61> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x194fb9000 - 0x195045fff AVKit arm64 <75f620f8e3f33ef594ece618819c1e31> /System/Library/Frameworks/AVKit.framework/AVKit
0x195046000 - 0x19506ffff AuthKitUI arm64 <6ab4ac25d5683949883f888a1ac2bb6a> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
0x195070000 - 0x195073fff FTClientServices arm64 <043e73ed6af33ff2b1bb4499f621c1c5> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x195074000 - 0x195077fff SharedWebCredentials arm64 <931ca2fb2a3b37e1b18f986fa419d6ae> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x195078000 - 0x195078fff MobileObliteration arm64 <7ad42844a743368890db5e4f4363f2e7> /System/Library/PrivateFrameworks/MobileObliteration.framework/MobileObliteration
0x195079000 - 0x19507cfff SafariFoundation arm64 <a009aa1641ab3f60a9fa2cefb4551ee7> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x195255000 - 0x19526bfff LocalAuthentication arm64 <b0464f34f88637048b997d7c2e57f75a> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x19526c000 - 0x19526efff ParsecSubscriptionServiceSupport arm64 <bf49fb337b20372e8424465a2fa9b2c9> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x19526f000 - 0x195316fff SpringBoardFoundation arm64 <688a12e8e5b537fd86af56b4371fc022> /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation
0x195317000 - 0x19532ffff CoreInterest arm64 <830a73d02a6e38f9b56714d2d58cd082> /System/Library/PrivateFrameworks/CoreInterest.framework/CoreInterest
0x195330000 - 0x1955b2fff SafariShared arm64 <58252fa93d483928b7cdbd1f79490f90> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x1955b3000 - 0x1955eefff WebUI arm64 <3dd51cd6e6043fbbb8efcff17cb27413> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x1955ef000 - 0x1955fcfff SetupAssistantSupport arm64 <395683b63e0031e18060ddc3fe0aed16> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1955fd000 - 0x195625fff SetupAssistant arm64 <08df0269a32335b18de500898f5981de> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x19566c000 - 0x19566ffff HSAAuthentication arm64 <091d980a4e2f327bbebbb056ff61a6eb> /System/Library/PrivateFrameworks/HSAAuthentication.framework/HSAAuthentication
0x195670000 - 0x195679fff MobileStorage arm64 <48e3311581b737cdac02525fea8eeedb> /System/Library/PrivateFrameworks/MobileStorage.framework/MobileStorage
0x19567a000 - 0x1956bcfff ContentIndex arm64 <d08fa9ee22c639c78856169d43e52f14> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x1956bd000 - 0x1959bbfff ImageCapture arm64 <2b4f2622d9563d12ba9bf9d4fc9bd2e6> /System/Library/PrivateFrameworks/ImageCapture.framework/ImageCapture
0x195b8d000 - 0x195ba3fff iPhotoMigrationSupport arm64 <dce341f3de43387296f4dbbbdbdc9574> /System/Library/PrivateFrameworks/iPhotoMigrationSupport.framework/iPhotoMigrationSupport
0x195ba4000 - 0x195bb5fff DiagnosticExtensions arm64 <6c809ee9ce3a3888a4418530c637bc2d> /System/Library/PrivateFrameworks/DiagnosticExtensions.framework/DiagnosticExtensions
0x195ecd000 - 0x195f63fff PhotoLibrary arm64 <12744a8efcc4367ba98fd1cbc781141a> /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
0x195f64000 - 0x1962b0fff PhotosUICore arm64 <ddce2aaf73803872b8d02284c345ee0b> /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore
0x196301000 - 0x19636efff IMSharedUtilities arm64 <486e96d6cf9c3d538841e016551ef2fa> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
0x19638f000 - 0x196419fff PhotoEditSupport arm64 <6966244683be383d80eaa49d0fba2141> /System/Library/PrivateFrameworks/PhotoEditSupport.framework/PhotoEditSupport
0x19641a000 - 0x19642dfff SiriTasks arm64 <217d163606233130b782f660ea765f76> /System/Library/PrivateFrameworks/SiriTasks.framework/SiriTasks
0x19642e000 - 0x196847fff PhotosUI arm64 <86c0f5db602632b7a5d6b8a7573b72f6> /System/Library/Frameworks/PhotosUI.framework/PhotosUI
0x196951000 - 0x19697efff StoreKit arm64 <1ec331cd2c9f3625adfab9ff29ecc657> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x196b16000 - 0x196b30fff MetalKit arm64 <a79e369469113bd7b3e499651b1192f5> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x196b53000 - 0x196f92fff SceneKit arm64 <ee7506d713c43c8e92901f35290c2448> /System/Library/Frameworks/SceneKit.framework/SceneKit
0x1971bf000 - 0x1971c7fff AddressBookUI arm64 <e98d05c67ca53dd8bca464ae4289f0ad> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
0x197b88000 - 0x197b9afff MobileDeviceLink arm64 <5c35bdb08d7e3cfaa2b1d703ff4830cb> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x197d02000 - 0x197d49fff MobileBackup arm64 <ec88bf07820335f6ad19b1bd8de4e2b1> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x197d4a000 - 0x197d95fff SafariSafeBrowsing arm64 <977c62bdc88b3ec783c7a986735cf14c> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x197db1000 - 0x197ec1fff SafariServices arm64 <dc13ede084eb3409b528d4a277b531ac> /System/Library/Frameworks/SafariServices.framework/SafariServices
0x197ec2000 - 0x197f01fff AppStoreDaemon arm64 <4696607f617e34efb8bf6a363ca97146> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
0x198073000 - 0x198248fff iTunesStoreUI arm64 <a1fd2850917139d59d9794a983c34d67> /System/Library/PrivateFrameworks/iTunesStoreUI.framework/iTunesStoreUI
0x198249000 - 0x198343fff MessageUI arm64 <07f493ed7b3e3cee9d244b5b93ca0380> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x198361000 - 0x198420fff Radio arm64 <831119c398cf39a98d1dfa11d22051d9> /System/Library/PrivateFrameworks/Radio.framework/Radio
0x198555000 - 0x198580fff BookLibrary arm64 <83e5f2f9d107385b8007fa1608181c1d> /System/Library/PrivateFrameworks/BookLibrary.framework/BookLibrary
0x198581000 - 0x198679fff MediaPlaybackCore arm64 <add4302283ca39068b80426bca3f9afe> /System/Library/PrivateFrameworks/MediaPlaybackCore.framework/MediaPlaybackCore
0x198837000 - 0x19887dfff MPUFoundation arm64 <6a5f80bbf7233dbaab084de1791ef760> /System/Library/PrivateFrameworks/MPUFoundation.framework/MPUFoundation
0x19887e000 - 0x198ccffff StoreKitUI arm64 <adf5a0cca1933a1688c327747e023e10> /System/Library/PrivateFrameworks/StoreKitUI.framework/StoreKitUI
0x198f09000 - 0x198f25fff MediaPlayerUI arm64 <08fdcbae2c2d3e8ba0ca8847ebd7f762> /System/Library/PrivateFrameworks/MediaPlayerUI.framework/MediaPlayerUI
0x199502000 - 0x199506fff AccessibilityUIShared arm64 <52be1cffb86b34d4aff991cdc26c51be> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIShared.framework/AccessibilityUIShared
0x1998b7000 - 0x1998bdfff AccessibilityUI arm64 <9734ad8e9eea3c27b72c6c5a40668fc0> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUI.framework/AccessibilityUI
0x199cf4000 - 0x199d25fff OpenAL arm64 <22dca13a30d63041a0bbb2613aca6b96> /System/Library/Frameworks/OpenAL.framework/OpenAL
0x199d6f000 - 0x199d8efff Jet arm64 <b4e140dd1916382099b6e1282808326c> /System/Library/PrivateFrameworks/Jet.framework/Jet
0x199df2000 - 0x199f98fff SpriteKit arm64 <1302a67a6df13b98952c2993246cc668> /System/Library/Frameworks/SpriteKit.framework/SpriteKit
0x19c24d000 - 0x19c272fff AppSupportUI arm64 <bcdd382e5f323ee6816a6a75ad3677f3> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x19ca1b000 - 0x19caaafff LinkPresentation arm64 <fbeeff7082c73c2f8514fba7eab4a2f8> /System/Library/PrivateFrameworks/LinkPresentation.framework/LinkPresentation
0x19d3c9000 - 0x19d3cdfff libsysdiagnose.dylib arm64 <8fda7e2d0dd43f389f028bc98772bf75> /usr/lib/libsysdiagnose.dylib
0x19d997000 - 0x19d999fff SpeakTypingServices arm64 <3129237471db307694dd1c5de2fabc8d> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/SpeakTypingServices.framework/SpeakTypingServices
0x19d99a000 - 0x19d99ffff ZoomServices arm64 <c30d791168393532935273b80604a360> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/ZoomServices.framework/ZoomServices
0x19d9a0000 - 0x19dcbbfff AppleCV3D arm64 <c4c1271057cf3e85a474fa0ea555f1fe> /System/Library/PrivateFrameworks/AppleCV3D.framework/AppleCV3D
0x19e2eb000 - 0x19e482fff ARKit arm64 <1e763baf202631ba99b20f75abb3fc80> /System/Library/Frameworks/ARKit.framework/ARKit
0x19e56f000 - 0x19e593fff ReplayKit arm64 <1ed091fb0fb834c48b0d263b40c8f64e> /System/Library/Frameworks/ReplayKit.framework/ReplayKit
0x19f72b000 - 0x19f73afff CTCarrierSpace arm64 <e2e47aca3c333841990450ec2ab86d70> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x19fb9d000 - 0x19fbaefff DeviceIdentity arm64 <30761069b4553a5fa3846f13b65ccc1f> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1a28bb000 - 0x1a28c9fff AccessibilitySettingsLoader arm64 <484c6daadbca359088c23bf4f4489edd> /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader
0x1a318e000 - 0x1a31a2fff libCGInterfaces.dylib arm64 <9a7c16c729ac335782f2b2a0063fca2a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x1a31a3000 - 0x1a35e1fff AudioCodecs arm64 <360234157f483c929c75a2be4faf6e18> /System/Library/Frameworks/AudioToolbox.framework/AudioCodecs
0x1a5c3b000 - 0x1a5c42fff EmailCore arm64 <db08f1bc14fa3fd1936b50ac04d1e15c> /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore
0x1a74ca000 - 0x1a74cdfff InternationalSupport arm64 <fd334ec64cdc3287a1c03a90d37338aa> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1a9dfc000 - 0x1a9e07fff libMobileGestaltExtensions.dylib arm64 <918430beb6b8325a9366842e95bc4d39> /usr/lib/libMobileGestaltExtensions.dylib
0x1aadf5000 - 0x1aae10fff OnBoardingKit arm64 <b37b2003c4db3fe89c6117f83823f0c3> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
0x1aaefa000 - 0x1aaf2afff libclosured.dylib arm64 <e61ffac51cae3e1fb9eb6a6e2801777b> /usr/lib/closure/libclosured.dylib
EOF