Posts

Post not yet marked as solved
2 Replies
1.2k Views
Hi,I am using SecKeyCreateSignature to sign the data. It works for most users but for some iOS 13 users we are getting following error:Error Domain=CryptoTokenKit Code=-2 "Failed to get externalizedContext from LAContext" UserInfo={NSLocalizedDescription=Failed to get externalizedContext from LAContext}The error is only happening on iOS 13 devices and happens intermittently. I have copied the relevant code below:-(NSData*) signData:(NSString*) textData withAuthenticator:(SANDKSecurityDeviceAuthenticator) auth andUID:(NSString*) userID error:(NSInteger*) errorCode { Authenticator *authenticator = [AuthenticatorManager getAuthenticator:auth]; // Get private key selected for signing NSString *alias = [NSString stringWithFormat:@"%@%@", userID,authenticator.type]; SecKeyRef privateKey = (SecKeyRef)[authenticator getPrivateKeyRef:alias]; // Generate digest NSData* dataToSign = [textData dataUsingEncoding:NSUTF8StringEncoding]; NSData* hashedDataToSign = [HashUtils hasData:dataToSign withAlgorithm:SANDKSecurityDevice_SHA_256 andError:NULL]; NSData* signature = nil; CFErrorRef error = NULL; signature = (NSData*) CFBridgingRelease(SecKeyCreateSignature(privateKey, kSecKeyAlgorithmECDSASignatureDigestX962SHA256, (__bridge CFDataRef)hashedDataToSign, &error)); if (!signature) { NSError *err = CFBridgingRelease(error); *errorCode = err.code; } return signature; }I would appreciate if someone can provide any insight on the issue.Thanks.
Posted Last updated
.
Post not yet marked as solved
1 Replies
702 Views
Hi,We have observed large number of crashes in our AppExtension mainly related to CFNetwork method get Connection Info For Proxy. I have not been able to reproduce it in-house but they are reported through crashlogs. I am not sure if it is due to our extension or is there any issue with the CFNetwork. I have seen similar crashes reported in the forum but they are pre iOS 13. So they might have been fixed. I have attached the crashlog below.Thanks for your time.Incident Identifier: 70B2757B-C8EC-4A84-BA3D-70A078C27C65 CrashReporter Key: X Hardware Model: iPhone10,6 Process: MyExtension [1446] Path: *** Identifier: *** Version: 11 (4.9.0) AppVariant: 1:iPhone10,6:13 Code Type: ARM-64 (Native) Role: Foreground Parent Process: launchd [1] Coalition: *** Date/Time: 2020-01-16 13:47:07.1375 +0000 Launch Time: 2020-01-16 12:14:21.4662 +0000 OS Version: iPhone OS 13.3 (17C54) Release Type: User Baseband Version: 3.03.03 Report Version: 104 Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000000 VM Region Info: 0 is not in any region. Bytes before following region: 4337532928 REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL UNUSED SPACE AT START ---> __TEXT 0000000102898000-00000001028b0000 [ 96K] r-x/r-x SM=COW .../MyExtension Termination Signal: Segmentation fault: 11 Termination Reason: Namespace SIGNAL, Code 0xb Terminating Process: exc handler [1446] Triggered by Thread: 2 Thread 0 name: Thread 0: 0 libsystem_kernel.dylib 0x0000000183a88634 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x0000000183a87aa0 mach_msg + 72 (mach_msg.c:103) 2 CoreFoundation 0x0000000183c30288 __CFRunLoopServiceMachPort + 216 (CFRunLoop.c:2575) 3 CoreFoundation 0x0000000183c2b3a8 __CFRunLoopRun + 1444 (CFRunLoop.c:2931) 4 CoreFoundation 0x0000000183c2aadc CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192) 5 GraphicsServices 0x000000018dbb0328 GSEventRunModal + 104 (GSEvent.c:2246) 6 UIKitCore 0x0000000187d25ae0 UIApplicationMain + 1936 (UIApplication.m:4773) 7 libxpc.dylib 0x000000018389b714 _xpc_objc_main.cold.3 + 208 8 libxpc.dylib 0x000000018388719c _xpc_objc_main + 212 (main.m:126) 9 libxpc.dylib 0x0000000183889b38 xpc_main + 148 (init.c:1568) 10 Foundation 0x0000000183fa6338 -[NSXPCListener resume] + 172 (NSXPCListener.m:276) 11 PlugInKit 0x0000000190f31bb0 -[PKService run] + 396 (PKService.m:165) 12 PlugInKit 0x0000000190f318bc +[PKService main] + 572 (PKService.m:102) 13 PlugInKit 0x0000000190f31fc0 +[PKService _defaultRun:arguments:] + 20 (PKService.m:212) 14 Foundation 0x0000000184181004 NSExtensionMain + 64 (NSExtensionMain.m:27) 15 libdyld.dylib 0x0000000183ab4360 start + 4 Thread 1: 0 libsystem_pthread.dylib 0x00000001839d1758 start_wqthread + 0 Thread 2 name: Thread 2 Crashed: 0 CoreFoundation 0x0000000183c55784 CFStringGetLength + 16 (CFString.c:2348) 1 CoreFoundation 0x0000000183c59798 CFStringCompare + 32 (CFString.c:3393) 2 CFNetwork 0x0000000186f4632c _getConnectionInfoForProxy(__CFDictionary const*, __CFHTTPMessage*, __CFString const**, int*, _CF... + 132 (CFHTTPUtilities.c:42) 3 CFNetwork 0x000000018700a37c HTTPProtocol::asynchronouslyCreateAndOpenStream_WithMessage_AfterCookiesAndAuthenticatorHeaders(_... + 556 (HTTPProtocol.cpp:2903) 4 CFNetwork 0x0000000187009ea8 HTTPProtocol::asynchronouslyAddAuthenticatorHeadersAndContinue(__CFHTTPMessage*) + 108 (HTTPProtocol.cpp:2829) 5 CFNetwork 0x000000018700c7c8 invocation function for block in HTTPProtocol::asynchronouslyAddCookiesAndContinue(__CFHTTPMessage*) + 28 (HTTPProtocol.cpp:3470) 6 CFNetwork 0x00000001870fbc88 invocation function for block in QCoreSchedulingSet::performAsync(void () block_pointer) const + 52 (CoreSchedulingSet.mm:190) 7 libdispatch.dylib 0x000000018397e610 _dispatch_call_block_and_release + 24 (init.c:1408) 8 libdispatch.dylib 0x000000018397f184 _dispatch_client_callout + 16 (object.m:495) 9 libdispatch.dylib 0x000000018395c710 _dispatch_lane_serial_drain$VARIANT$armv81 + 564 (inline_internal.h:2484) 10 libdispatch.dylib 0x000000018395d15c _dispatch_lane_invoke$VARIANT$armv81 + 452 (queue.c:3863) 11 libdispatch.dylib 0x000000018395e27c _dispatch_workloop_invoke$VARIANT$armv81 + 1736 (inline_internal.h:2525) 12 libdispatch.dylib 0x000000018396643c _dispatch_workloop_worker_thread + 576 (queue.c:6445) 13 libsystem_pthread.dylib 0x00000001839ceb88 _pthread_wqthread + 276 (pthread.c:2351) 14 libsystem_pthread.dylib 0x00000001839d1760 start_wqthread + 8 Thread 3 name: Thread 3: 0 libsystem_kernel.dylib 0x0000000183a88634 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x0000000183a87aa0 mach_msg + 72 (mach_msg.c:103) 2 CoreFoundation 0x0000000183c30288 __CFRunLoopServiceMachPort + 216 (CFRunLoop.c:2575) 3 CoreFoundation 0x0000000183c2b3a8 __CFRunLoopRun + 1444 (CFRunLoop.c:2931) 4 CoreFoundation 0x0000000183c2aadc CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192) 5 Foundation 0x0000000183f6a7f4 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 228 (NSRunLoop.m:374) 6 Foundation 0x0000000183f6a6d4 -[NSRunLoop(NSRunLoop) runUntilDate:] + 88 (NSRunLoop.m:421) 7 UIKitCore 0x0000000187dbe204 -[UIEventFetcher threadMain] + 152 (UIEventFetcher.m:637) 8 Foundation 0x000000018409b0a4 __NSThread__start__ + 848 (NSThread.m:724) 9 libsystem_pthread.dylib 0x00000001839cdd8c _pthread_start + 156 (pthread.c:896) 10 libsystem_pthread.dylib 0x00000001839d176c thread_start + 8 Thread 4: 0 libsystem_pthread.dylib 0x00000001839d1758 start_wqthread + 0 Thread 5: 0 libsystem_pthread.dylib 0x00000001839d1758 start_wqthread + 0 Thread 6: 0 libsystem_pthread.dylib 0x00000001839d1758 start_wqthread + 0 Thread 7 name: Thread 7: 0 libsystem_kernel.dylib 0x0000000183a88634 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x0000000183a87aa0 mach_msg + 72 (mach_msg.c:103) 2 CoreFoundation 0x0000000183c30288 __CFRunLoopServiceMachPort + 216 (CFRunLoop.c:2575) 3 CoreFoundation 0x0000000183c2b3a8 __CFRunLoopRun + 1444 (CFRunLoop.c:2931) 4 CoreFoundation 0x0000000183c2aadc CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192) 5 CFNetwork 0x0000000186ee14e8 -[__CoreSchedulingSetRunnable runForever] + 192 (CoreSchedulingSet.mm:1372) 6 Foundation 0x000000018409b0a4 __NSThread__start__ + 848 (NSThread.m:724) 7 libsystem_pthread.dylib 0x00000001839cdd8c _pthread_start + 156 (pthread.c:896) 8 libsystem_pthread.dylib 0x00000001839d176c thread_start + 8 Thread 2 crashed with ARM Thread State (64-bit): x0: 0x0000000000000000 x1: 0x00000001c9ec18f8 x2: 0x0000000000000001 x3: 0x0000000000000000 x4: 0x000000016d67a4e0 x5: 0x000000016d67a4d8 x6: 0x0000000281115e00 x7: 0x0000000000000000 x8: 0x00000001c1946000 x9: 0x5c4813c8e017008f x10: 0x00000001c1463910 x11: 0x0000000ffffffff8 x12: 0x0000000000000000 x13: 0x000041a1cc42f549 x14: 0x00000000fffffe22 x15: 0x0000000000000002 x16: 0x00000001839bfdf0 x17: 0x0000000183b9cf40 x18: 0x0000000000000000 x19: 0x0000000000000001 x20: 0x00000001c9ec18f8 x21: 0x0000000000000000 x22: 0x000000016d67a4d8 x23: 0x0000000280735770 x24: 0x0000000000000000 x25: 0x0000000000000001 x26: 0x0000000282430320 x27: 0x000000010500a038 x28: 0x0000000000000000 fp: 0x000000016d67a370 lr: 0x0000000183c59798 sp: 0x000000016d67a350 pc: 0x0000000183c55784 cpsr: 0x60000000 esr: 0x92000006 (Data Abort) byte read Translation fault Binary Images: 0x102898000 - 0x1028b3fff MyExtension arm64 <479c1dd4f64e343d9a1529dfc13d6006> /var/containers/Bundle/Application/881010FE-7618-44D6-BF28-575D9CFD035E/MyApp.app/PlugIns/MyExtension.appex/MyExtension 0x10290c000 - 0x102933fff MyExtensionView arm64 <2d42f40e86ad3eacb960558b886f4f6f> /var/containers/Bundle/Application/881010FE-7618-44D6-BF28-575D9CFD035E/MyApp.app/Frameworks/MyExtensionView.framework/MyExtensionView 0x102978000 - 0x102ab7fff FireflyCore arm64 <ce1743689b853f2cb86012050071ea71> /var/containers/Bundle/Application/881010FE-7618-44D6-BF28-575D9CFD035E/MyApp.app/Frameworks/FireflyCore.framework/FireflyCore 0x102be0000 - 0x102be7fff libswiftContacts.dylib arm64 <7e8f2aba720133d0942c930bc9d8b296> /var/containers/Bundle/Application/881010FE-7618-44D6-BF28-575D9CFD035E/MyApp.app/Frameworks/libswiftContacts.dylib 0x102bf4000 - 0x102bfbfff libswiftCoreFoundation.dylib arm64 <47deeaa1967b3e339dfcb48535a994e1> /var/containers/Bundle/Application/881010FE-7618-44D6-BF28-575D9CFD035E/MyApp.app/Frameworks/libswiftCoreFoundation.dylib 0x102c08000 - 0x102c17fff libswiftCoreGraphics.dylib arm64 <25fe91aa901b3cf6a443b498012ab5af> /var/containers/Bundle/Application/881010FE-7618-44D6-BF28-575D9CFD035E/MyApp.app/Frameworks/libswiftCoreGraphics.dylib 0x102c2c000 - 0x102c33fff libswiftCoreImage.dylib arm64 <762a9d5e144d38b5b02b910e61486196> /var/containers/Bundle/Application/881010FE-7618-44D6-BF28-575D9CFD035E/MyApp.app/Frameworks/libswiftCoreImage.dylib 0x102c40000 - 0x102c4bfff libswiftDarwin.dylib arm64 <b430370f979638fea97ab26a84bcb5d6> /var/containers/Bundle/Application/881010FE-7618-44D6-BF28-575D9CFD035E/MyApp.app/Frameworks/libswiftDarwin.dylib 0x102c5c000 - 0x102c77fff libswiftDispatch.dylib arm64 <7ad01fe8bf9f3bad811e9c5ce8c68f8f> /var/containers/Bundle/Application/881010FE-7618-44D6-BF28-575D9CFD035E/MyApp.app/Frameworks/libswiftDispatch.dylib 0x102c94000 - 0x102c9bfff libswiftMetal.dylib arm64 <7a56d69e55fb3a23a40cfb2c2abae537> /var/containers/Bundle/Application/881010FE-7618-44D6-BF28-575D9CFD035E/MyApp.app/Frameworks/libswiftMetal.dylib 0x102ca8000 - 0x102caffff libswiftObjectiveC.dylib arm64 <ec73a6a65788317397cc32bbd09d8fbd> /var/containers/Bundle/Application/881010FE-7618-44D6-BF28-575D9CFD035E/MyApp.app/Frameworks/libswiftObjectiveC.dylib 0x102cc4000 - 0x102d27fff dyld arm64 <9bf4edef75e332f0b2884b788190bcca> /usr/lib/dyld 0x102da0000 - 0x103057fff API arm64 <5324af5e1af63555aeef8db34068de88> /var/containers/Bundle/Application/881010FE-7618-44D6-BF28-575D9CFD035E/MyApp.app/Frameworks/API.framework/API 0x1030e0000 - 0x1036bbfff SANCore arm64 <ef28b76f90353959815cf69cd7b85bef> /var/containers/Bundle/Application/881010FE-7618-44D6-BF28-575D9CFD035E/MyApp.app/Frameworks/SANCore.framework/SANCore 0x103898000 - 0x103bcffff libswiftCore.dylib arm64 <a6ddef6199143f14876bac3d281b4cfe> /var/containers/Bundle/Application/881010FE-7618-44D6-BF28-575D9CFD035E/MyApp.app/Frameworks/libswiftCore.dylib 0x103ce0000 - 0x103e2ffff libswiftFoundation.dylib arm64 <0848e6ddbbfb31ae87c86b45ff691470> /var/containers/Bundle/Application/881010FE-7618-44D6-BF28-575D9CFD035E/MyApp.app/Frameworks/libswiftFoundation.dylib 0x103eb8000 - 0x103ebffff libswiftQuartzCore.dylib arm64 <5b0df8513fdc35f480865794bac2b551> /var/containers/Bundle/Application/881010FE-7618-44D6-BF28-575D9CFD035E/MyApp.app/Frameworks/libswiftQuartzCore.dylib 0x103ecc000 - 0x103edbfff libswiftUIKit.dylib arm64 <7b96c8dddb1337a9b8b2a806cd798a69> /var/containers/Bundle/Application/881010FE-7618-44D6-BF28-575D9CFD035E/MyApp.app/Frameworks/libswiftUIKit.dylib 0x103ef0000 - 0x103f23fff FireflyUIKit arm64 <6ee0b5b7bd673dde975b9762c0d9b229> /var/containers/Bundle/Application/881010FE-7618-44D6-BF28-575D9CFD035E/MyApp.app/Frameworks/FireflyUIKit.framework/FireflyUIKit 0x103f3c000 - 0x1043c7fff SANUIKit arm64 <f4fa14c74a2531d09926fa8b20223799> /var/containers/Bundle/Application/881010FE-7618-44D6-BF28-575D9CFD035E/MyApp.app/Frameworks/SANUIKit.framework/SANUIKit 0x1045c4000 - 0x1045f3fff libswiftSwiftOnoneSupport.dylib arm64 <56cdea7acd713d499d5452b9ebeaa83e> /var/containers/Bundle/Application/881010FE-7618-44D6-BF28-575D9CFD035E/MyApp.app/Frameworks/libswiftSwiftOnoneSupport.dylib 0x104608000 - 0x10460ffff libswiftos.dylib arm64 <8e3b4ee77a833c3fad9499717ed18eec> /var/containers/Bundle/Application/881010FE-7618-44D6-BF28-575D9CFD035E/MyApp.app/Frameworks/libswiftos.dylib 0x107784000 - 0x10778ffff libobjc-trampolines.dylib arm64 <a9e9595446ec33a9a965d104a85427bc> /usr/lib/libobjc-trampolines.dylib 0x18385c000 - 0x183872fff libsystem_trace.dylib arm64 <59ca456afab5306a87f37d052b8818cb> /usr/lib/system/libsystem_trace.dylib 0x183873000 - 0x1838a4fff libxpc.dylib arm64 <d263f3eb967c33b9af70d48644fa8411> /usr/lib/system/libxpc.dylib 0x1838a5000 - 0x1838a5fff libsystem_blocks.dylib arm64 <9976acef356f35db90a274dd82ad5e43> /usr/lib/system/libsystem_blocks.dylib 0x1838a6000 - 0x183922fff libsystem_c.dylib arm64 <12c3bd20c4683f3e8ff43b255fc8f4e0> /usr/lib/system/libsystem_c.dylib 0x183923000 - 0x183997fff libdispatch.dylib arm64 <a3849f961c9f36c5a15f70c566f14cff> /usr/lib/system/libdispatch.dylib 0x183998000 - 0x1839b7fff libsystem_malloc.dylib arm64 <13ba07c9d6fc380b85562db624cd1ea2> /usr/lib/system/libsystem_malloc.dylib 0x1839b8000 - 0x1839c2fff libsystem_platform.dylib arm64 <70f43bd5061b35798b8369771fb61812> /usr/lib/system/libsystem_platform.dylib 0x1839c3000 - 0x1839d3fff libsystem_pthread.dylib arm64 <1885d97e67b9329791b7cba98af752f1> /usr/lib/system/libsystem_pthread.dylib 0x1839d4000 - 0x183a04fff libobjc.A.dylib arm64 <438f63ebb9263d929c3bfdf79b1a0a3b> /usr/lib/libobjc.A.dylib 0x183a05000 - 0x183a70fff libcorecrypto.dylib arm64 <a8ff7c51f65c3df781d2bd55e9ddf507> /usr/lib/system/libcorecrypto.dylib 0x183a71000 - 0x183a84fff libc++abi.dylib arm64 <08f81baab7b73e6cb6744227d40e6bfd> /usr/lib/libc++abi.dylib 0x183a85000 - 0x183ab2fff libsystem_kernel.dylib arm64 <3cb935cbac303140ad55f25f09b59a48> /usr/lib/system/libsystem_kernel.dylib 0x183ab3000 - 0x183ae4fff libdyld.dylib arm64 <2e3f47508b67398b85308417651b1718> /usr/lib/system/libdyld.dylib 0x183ae5000 - 0x183aedfff libsystem_darwin.dylib arm64 <807fa315a35d301681b4d0461b729fd4> /usr/lib/system/libsystem_darwin.dylib 0x183aee000 - 0x183b44fff libc++.1.dylib arm64 <93beaf14b4f23e66b2b4c0085aee55df> /usr/lib/libc++.1.dylib 0x183b45000 - 0x183b86fff libsystem_info.dylib arm64 <e4e916a6be5d3b839e97f15cae787087> /usr/lib/system/libsystem_info.dylib 0x183b87000 - 0x183efbfff CoreFoundation arm64 <1b9b1e618cb439039870402c3de959bb> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x183efc000 - 0x183f62fff SystemConfiguration arm64 <a2e24f96e25b3ff0a3c11ce87c1c22f7> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration 0x183f63000 - 0x18421cfff Foundation arm64 <503900af2ecd329fb742c07c3e672beb> /System/Library/Frameworks/Foundation.framework/Foundation 0x18421d000 - 0x18424ffff libCRFSuite.dylib arm64 <c0747feff44a3a56877decc0a52b4f5e> /usr/lib/libCRFSuite.dylib 0x184250000 - 0x1843cbfff CoreServices arm64 <3885efd744d3364cb925b91c2c9baacf> /System/Library/Frameworks/CoreServices.framework/CoreServices 0x1843cc000 - 0x18442dfff libSparse.dylib arm64 <8c5e7fdcb4723215b5482a6757ae0af9> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib 0x18442e000 - 0x18491bfff ImageIO arm64 <3894314f87fd3ded9f8093b33c136c3a> /System/Library/Frameworks/ImageIO.framework/ImageIO 0x18491c000 - 0x18491efff ConstantClasses arm64 <efeaae5872d038edbc91c0ed44652837> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses 0x18491f000 - 0x184abcfff CoreText arm64 <47d7363df0573d6d81d622650561e99c> /System/Library/Frameworks/CoreText.framework/CoreText 0x184abd000 - 0x184bf4fff Security arm64 <16295db718883ab09dbbc98e8b29937e> /System/Library/Frameworks/Security.framework/Security 0x184bf5000 - 0x184c98fff IOKit arm64 <50627fd1887b346895d21ca340b9b70b> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x184c99000 - 0x184cd0fff libMobileGestalt.dylib arm64 <9ecb71642b1c3493bcd4671c78be3f7b> /usr/lib/libMobileGestalt.dylib 0x184cd1000 - 0x184d2dfff libprotobuf.dylib arm64 <e18f6074d72a3d77bcc1b2e2931eb983> /usr/lib/libprotobuf.dylib 0x184d2e000 - 0x184d3ffff libprotobuf-lite.dylib arm64 <333548cab77a39bb82b1df58fc5415a3> /usr/lib/libprotobuf-lite.dylib 0x184d40000 - 0x184f91fff libicucore.A.dylib arm64 <7a9a38c6643e3fbfae4251a37611dca6> /usr/lib/libicucore.A.dylib 0x184f92000 - 0x184fbbfff CoreServicesInternal arm64 <f6ea4bf830a63709a4d713725032e930> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal 0x184fbc000 - 0x185004fff WirelessDiagnostics arm64 <9a3fbc1d1898340f92c84e83a4434745> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics 0x185005000 - 0x18503efff libAWDSupport.dylib arm64 <38b391e44ba43a83833e22120343422f> /usr/lib/libAWDSupport.dylib 0x18503f000 - 0x1854c5fff CoreAudio arm64 <e4d8966317013b58a75db5708b78afd0> /System/Library/Frameworks/CoreAudio.framework/CoreAudio 0x1854c6000 - 0x185792fff CoreImage arm64 <5ebd39f476c034f68ce5bce5dbc70263> /System/Library/Frameworks/CoreImage.framework/CoreImage 0x185793000 - 0x185881fff LanguageModeling arm64 <9196b89d34de35c7bb58a1fd1cb8e0db> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling 0x185882000 - 0x1858c8fff Lexicon arm64 <95228f69a52e325c8c8a8fc4997b6857> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon 0x1858c9000 - 0x185a4cfff libsqlite3.dylib arm64 <7060f95ba8f4375bbc78a4c381382104> /usr/lib/libsqlite3.dylib 0x185a4d000 - 0x185a7efff MobileKeyBag arm64 <9a4b598dff0b3f4782285429e62ac927> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag 0x185a7f000 - 0x185a88fff libsystem_notify.dylib arm64 <74516c4877f037a98c8db30dbd1f7430> /usr/lib/system/libsystem_notify.dylib 0x185a89000 - 0x185c5afff CoreDuet arm64 <85908dca9ceb3839886fc05811a37081> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet 0x185c5b000 - 0x185d9dfff Montreal arm64 <5f156c74d70834919ce495f80683dd7b> /System/Library/PrivateFrameworks/Montreal.framework/Montreal 0x185d9e000 - 0x185e85fff NLP arm64 <774b44c9da0b396cbc0f89ba3c23855b> /System/Library/PrivateFrameworks/NLP.framework/NLP 0x185e86000 - 0x185ea2fff CellularPlanManager arm64 <d8117522ff383886975c38aac7405698> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager 0x185ea3000 - 0x185ee0fff AppSupport arm64 <b6e92279ce61305daf204f2179449023> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport 0x185ee1000 - 0x1863b2fff libnetwork.dylib arm64 <6eeeb14a906037f6941df20f8d74d084> /usr/lib/libnetwork.dylib 0x1863b3000 - 0x1864befff ManagedConfiguration arm64 <4b65d058a468379ab19610b3f214686b> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration 0x1864bf000 - 0x1864e9fff CoreServicesStore arm64 <30e3360e7273394fb8694ebdbf1142d5> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore 0x1864ea000 - 0x18650afff UserManagement arm64 <6d86c909fd6031e284c86c8643bce8cb> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement 0x18650b000 - 0x1867c4fff CoreML arm64 <0870d39e407a364499412e07f992f01d> /System/Library/Frameworks/CoreML.framework/CoreML 0x1867c5000 - 0x1867dbfff ProtocolBuffer arm64 <8c06f0dc2cef3c0195cfb3ff59ac031f> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer 0x1867dc000 - 0x1867f6fff CommonUtilities arm64 <1959679c4e30301eb2b41dda208090b2> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities 0x1867f7000 - 0x1867f7fff libenergytrace.dylib arm64 <e3bf4c64e33338c6bb3723f642ff61bb> /usr/lib/libenergytrace.dylib 0x1867f8000 - 0x18682efff RunningBoardServices arm64 <939ba7d0bafa3424908fdb03a07077a3> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices 0x18682f000 - 0x1868a4fff BaseBoard arm64 <5ff16ff2d71b38f7b8a2fee1f9289b90> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard 0x186dfb000 - 0x186e6cfff CoreLocation arm64 <479163bad6dc3bd483e0bf59a9498afe> /System/Library/Frameworks/CoreLocation.framework/CoreLocation 0x186e7a000 - 0x186ecefff Accounts arm64 <089cd23892b8386bbe2410e063600612> /System/Library/Frameworks/Accounts.framework/Accounts 0x186ee0000 - 0x187240fff CFNetwork arm64 <162181f9d8043468b82c0314f05de492> /System/Library/Frameworks/CFNetwork.framework/CFNetwork 0x187241000 - 0x187321fff UIFoundation arm64 <a482604cc34a31108c199724fb7334f4> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation 0x187322000 - 0x1883e8fff UIKitCore arm64 <27d3041da1de3c3a8dc0994b5982dc49> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore 0x1883e9000 - 0x1883f6fff AssertionServices arm64 <cc97258c20493b56ace1ffb1c7f04942> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices 0x1883f7000 - 0x1884c8fff CoreTelephony arm64 <9338809d4c903a83b6a86822d4021066> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony 0x1884c9000 - 0x1884cefff AggregateDictionary arm64 <421d53b8ef7f3a0c8b52d28519ab08f8> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary 0x1884cf000 - 0x1884e5fff libsystem_asl.dylib arm64 <0cf2826e158c369d88799c95f7833211> /usr/lib/system/libsystem_asl.dylib 0x1884e6000 - 0x18855ffff CloudDocs arm64 <819de46992fb338daf7bf0d640418c10> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs 0x188560000 - 0x188888fff CoreData arm64 <96adb1ccefab345dae04898d1d7f8cd0> /System/Library/Frameworks/CoreData.framework/CoreData 0x188af5000 - 0x188b20fff BoardServices arm64 <1804e22d40573fbaae863e9fd2543c0d> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices 0x188b21000 - 0x188bd6fff libboringssl.dylib arm64 <be8c9279bf243aa3a8a70739e7a29632> /usr/lib/libboringssl.dylib 0x188bd7000 - 0x188be5fff libsystem_networkextension.dylib arm64 <3cbc17551cad3d3ab5c23a77558c79a1> /usr/lib/system/libsystem_networkextension.dylib 0x188be6000 - 0x188c06fff CoreAnalytics arm64 <35b68ddb4cd03f4ebac5ffdaf0e41844> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics 0x188c07000 - 0x188d78fff CloudKit arm64 <557c08bb06f936778816669f36f5b9d1> /System/Library/Frameworks/CloudKit.framework/CloudKit 0x188d79000 - 0x188dc5fff SpringBoardServices arm64 <ed57a5aca1213a26a102d25daf946704> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices 0x188dc6000 - 0x188e39fff FrontBoardServices arm64 <cfae1f5e23963881a68b1b3285b64217> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices 0x188e3a000 - 0x188f51fff Network arm64 <a4953157626a36b396ccf46e7a7f7365> /System/Library/Frameworks/Network.framework/Network 0x188f52000 - 0x188faefff libusrtcp.dylib arm64 <181a864515293f4ab64197a2c809e923> /usr/lib/libusrtcp.dylib 0x188faf000 - 0x188fb6fff libsystem_symptoms.dylib arm64 <84fcf9fced0f3ee290bae8e8a343594c> /usr/lib/system/libsystem_symptoms.dylib 0x188fb7000 - 0x189eb0fff GeoServices arm64 <86388b090a2b3338a7f65eaf272e0b8e> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices 0x189eb1000 - 0x189eb9fff TCC arm64 <b49c034e858e3f03ba88bb8bd0a811c1> /System/Library/PrivateFrameworks/TCC.framework/TCC 0x189eba000 - 0x189f13fff IMFoundation arm64 <88d8ddee7cca3158a8c4afc3e67433b2> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation 0x189f14000 - 0x18a06ffff CoreUtils arm64 <7c111a63cb2631499a8ffb2f8d7fd759> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils 0x18a14d000 - 0x18a156fff libsystem_containermanager.dylib arm64 <cd36655f5a4b3841888d6aada240e3d9> /usr/lib/system/libsystem_containermanager.dylib 0x18a157000 - 0x18a1d3fff AppleAccount arm64 <13db1fc4ca5436a8ac06971354ee3ba6> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount 0x18a1d4000 - 0x18a1effff ApplePushService arm64 <9de4189c7bd139b7ba7a723752d6edfd> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService 0x18a1f0000 - 0x18a2d9fff IDS arm64 <51fe393c6e563d01b51efcae9c733d1b> /System/Library/PrivateFrameworks/IDS.framework/IDS 0x18a2da000 - 0x18a406fff IDSFoundation arm64 <67cc2008e4323012892c79dae49f51f4> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation 0x18a407000 - 0x18a408fff libCTGreenTeaLogger.dylib arm64 <16fcd55227db3c2b8b5ca266d43e6924> /usr/lib/libCTGreenTeaLogger.dylib 0x18a46c000 - 0x18a56afff CoreMedia arm64 <a37bf41ee63832e0b0fe16379ff5b05b> /System/Library/Frameworks/CoreMedia.framework/CoreMedia 0x18a56b000 - 0x18a57afff UIKitServices arm64 <3bac29cda4473da29fac651dbd0af01b> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices 0x18a57b000 - 0x18a5cdfff BackBoardServices arm64 <d6a4847f27893ba490f026cf3067c1bf> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices 0x18a5ce000 - 0x18a81cfff QuartzCore arm64 <84c3cd6ef8323f6fbe625a4348853273> /System/Library/Frameworks/QuartzCore.framework/QuartzCore 0x18a81d000 - 0x18a9dafff ColorSync arm64 <7044db6cb64532f189ef02dcb29034fc> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync 0x18a9db000 - 0x18af49fff CoreGraphics arm64 <a7151479f37b3eeba9b93a6a9cdbceda> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics 0x18af4a000 - 0x18b07afff Contacts arm64 <b79d2d2a1eb034569c833316391cc189> /System/Library/Frameworks/Contacts.framework/Contacts 0x18b07b000 - 0x18b0aafff UserNotifications arm64 <de93abd55ee83c079966da8b5bb4698a> /System/Library/Frameworks/UserNotifications.framework/UserNotifications 0x18b0ab000 - 0x18b0cefff LocationSupport arm64 <c3e0bafd3940360a8659f1ee3d53df2e> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport 0x18b22c000 - 0x18b7fcfff WebKit arm64 <9c558ea0898c3141920fb77c11ada48a> /System/Library/Frameworks/WebKit.framework/WebKit 0x18b7fd000 - 0x18d3f0fff WebCore arm64 <a40701f10296385197901182348d9367> /System/Library/PrivateFrameworks/WebCore.framework/WebCore 0x18d3f1000 - 0x18d409fff libAccessibility.dylib arm64 <d559bf954d1234e08bb13cfe1ce32502> /usr/lib/libAccessibility.dylib 0x18d40a000 - 0x18d415fff AXCoreUtilities arm64 <e161b36971b8388eaba31254a5b08982> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities 0x18d416000 - 0x18d48afff ContactsFoundation arm64 <84778b14ffea36b3b957732081e45c30> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation 0x18d48b000 - 0x18d49ffff PowerLog arm64 <ebf70c29cf36392e8c295594a143efae> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog 0x18d4a0000 - 0x18d4b1fff IOSurface arm64 <9db3d742c3883b5e8f17dfd545d1e36d> /System/Library/Frameworks/IOSurface.framework/IOSurface 0x18d4b2000 - 0x18dbacfff MediaToolbox arm64 <46cff56428663386b19ace2d7d38da6b> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox 0x18dbad000 - 0x18dbb5fff GraphicsServices arm64 <899aca42d5e333c0a12123be45d2b732> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x18dc99000 - 0x18de8bfff AVFoundation arm64 <a7ad17302ad23b378962676d568b925d> /System/Library/Frameworks/AVFoundation.framework/AVFoundation 0x18dec4000 - 0x18df12fff MobileWiFi arm64 <3fbf44943dfd3fd28e1b28eb1a651835> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi 0x18df13000 - 0x18df2bfff MobileAsset arm64 <119ce3ccd0f53396b21d966ba1144498> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset 0x18df2c000 - 0x18df39fff libGSFont.dylib arm64 <e79d85ea755d34b9a510bfe0a602d2d4> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib 0x18df3a000 - 0x18df43fff FontServices arm64 <a85092aa569938bfa79b3afad03cdabb> /System/Library/PrivateFrameworks/FontServices.framework/FontServices 0x18df44000 - 0x18e08dfff libFontParser.dylib arm64 <e6f1ae6b9d5e35fc98dc8da0c6151e23> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 0x18e0dc000 - 0x18e21afff SearchFoundation arm64 <893210cc9e8f3cff9a5153438254ed7d> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation 0x18e9a7000 - 0x18ec0afff vImage arm64 <93260333d0213e4e90329456626a9062> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage 0x18ec0b000 - 0x18ee3efff AudioToolbox arm64 <c38a5198dd19352cac5b900d814a556c> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox 0x18ee3f000 - 0x18ee74fff libAudioToolboxUtility.dylib arm64 <adfd38f5259e30f394a4b2aadfb41e33> /usr/lib/libAudioToolboxUtility.dylib 0x18f2a2000 - 0x18f336fff ShareSheet arm64 <fa6155a885da39ff8c5a696490834497> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet 0x18f337000 - 0x18f34afff BaseBoardUI arm64 <54141ad1438b39fdaca7f614c8544f32> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI 0x18f34b000 - 0x18f3fffff PDFKit arm64 <5548cdeee8803d9ba4c742bd7ab81610> /System/Library/Frameworks/PDFKit.framework/PDFKit 0x18f47e000 - 0x18f4abfff DocumentManager arm64 <e5acc813f7403cd8b343798da04ffe19> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager 0x18f707000 - 0x18f77cfff AuthKit arm64 <0573582d029d337183f4065e110c895a> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit 0x18f77d000 - 0x18fb93fff Intents arm64 <5cf9581a0ad33f3ca5497c868f08fc36> /System/Library/Frameworks/Intents.framework/Intents 0x18fb94000 - 0x18fba8fff libCGInterfaces.dylib arm64 <9e45747761713a5f82130412f069af7d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib 0x18fba9000 - 0x18fcf5fff WebKitLegacy arm64 <47d306ceed233ba08cd1efa1acd919ca> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy 0x18fcf6000 - 0x18fd5efff TextInput arm64 <7dd1ae93d4e13abe83bd02a6e56e4d32> /System/Library/PrivateFrameworks/TextInput.framework/TextInput 0x18fddc000 - 0x18fddffff XCTTargetBootstrap arm64 <9e2f183337003ebc83b835f609054c5e> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap 0x18fde0000 - 0x18fe95fff CorePDF arm64 <d1c96326cf2d30b1b21ed922cc27b498> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF 0x19028f000 - 0x19059ffff AppleMediaServices arm64 <c79660ba4d4e3e93b1f30d5d7b8d0aa4> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices 0x1905c7000 - 0x190789fff CoreMotion arm64 <521c8bfc5a7b374d86f627ff733c34f1> /System/Library/Frameworks/CoreMotion.framework/CoreMotion 0x19078a000 - 0x190878fff AVFAudio arm64 <654449d3121631779c5eb37b16dc6545> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio 0x190879000 - 0x190a96fff RawCamera arm64 <3489491042c239e08b399ad738d3d221> /System/Library/CoreServices/RawCamera.bundle/RawCamera 0x190a97000 - 0x190b4dfff CoreUI arm64 <5bc2f4ddd2243c7dafd3c045c51d0151> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI 0x190b73000 - 0x190ba8fff CoreVideo arm64 <18deb074ce673205a4e8984f592aef9c> /System/Library/Frameworks/CoreVideo.framework/CoreVideo 0x190ba9000 - 0x190ddefff AudioToolboxCore arm64 <e55ef2cd85de339bb815d1166dfffbd5> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore 0x190ddf000 - 0x190e23fff CoreDuetContext arm64 <36aa7e9ef4bf32509f04d402b0fd7f81> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext 0x190e24000 - 0x190e5dfff SetupAssistant arm64 <00b55de93c1637509d90a3e4ef3f3a5d> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant 0x190f1b000 - 0x190f45fff PlugInKit arm64 <4d6f577da88237c7bc18492b0fdc6c4a> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit 0x1913c3000 - 0x191423fff ProactiveSupport arm64 <454bef0c05e738218fdd65ea18a13761> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport 0x19165e000 - 0x191675fff PrototypeTools arm64 <f8b76976f0013340b9006d31125974ac> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools 0x191676000 - 0x191767fff MediaExperience arm64 <a31b2e9bbfda3bb1a3c102e2ba230340> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience 0x191768000 - 0x191a2efff ********* arm64 <a485b8f28d783515b482f11762aa3a8a> /System/Library/PrivateFrameworks/*********.framework/********* 0x192354000 - 0x192423fff AVKit arm64 <3370c15856353a258ff6afbc96dc89ea> /System/Library/Frameworks/AVKit.framework/AVKit 0x192424000 - 0x192452fff Pegasus arm64 <d11825ad881d37d48a04aaa3415f8f90> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus 0x192453000 - 0x192455fff libapp_launch_measurement.dylib arm64 <0d170266102b3b4b8923c42b4c313f14> /usr/lib/libapp_launch_measurement.dylib 0x192539000 - 0x19259bfff CoreSpotlight arm64 <cf27b5dca18538bba78a1461dbd129d6> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight 0x19259c000 - 0x192633fff AddressBookLegacy arm64 <1cb5a9a37810351ca25b616a583b9344> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy 0x192634000 - 0x192643fff CrashReporterSupport arm64 <14ebe5e64c57358d93c237e1610473c1> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport 0x192657000 - 0x192712fff LinkPresentation arm64 <1c662721c5353eada6081003a1c24e84> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation 0x192749000 - 0x19274dfff libsystem_configuration.dylib arm64 <3918ad54293d363799b7c39139a6e4d9> /usr/lib/system/libsystem_configuration.dylib 0x19292e000 - 0x19293cfff HangTracer arm64 <97fc037fcb1034129f9e41031f357318> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer 0x19293d000 - 0x1929a2fff CoreNLP arm64 <81af0571abc63305ae521e7a868de2cf> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP 0x1929a3000 - 0x1929a4fff liblangid.dylib arm64 <b1065f9e0cc33cc387f350dc66e4bf54> /usr/lib/liblangid.dylib 0x1929a5000 - 0x193707fff JavaScriptCore arm64 <412d4e1255fb313eac6377f2f8b0b80e> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore 0x193708000 - 0x193795fff libTelephonyUtilDynamic.dylib arm64 <f64283bceeee3d8e9fbc5e06a7978c1f> /usr/lib/libTelephonyUtilDynamic.dylib 0x193a25000 - 0x193a2efff IOMobileFramebuffer arm64 <4bc5e6274c9f38b593b4b10a9817b543> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer 0x193d8e000 - 0x193da8fff CoreMaterial arm64 <674fab65f11f36469b0ac0906bbc8ad6> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial 0x193da9000 - 0x193e8ffff libxml2.2.dylib arm64 <67729c61fbb039fbbd7fceab0d35f5e2> /usr/lib/libxml2.2.dylib 0x19553b000 - 0x195583fff MetadataUtilities arm64 <9e02112915353549a8e2c05585d32c7a> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities 0x195f18000 - 0x196134fff NetworkExtension arm64 <d0d3e853168632b3aa44917b1db39070> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension 0x196135000 - 0x19616bfff DataDetectorsCore arm64 <f6b09ce6d6053cb2b41a233fcd2d7f5a> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore 0x19616c000 - 0x1961ccfff CalendarFoundation arm64 <3d02aa40baf43e21bb6fe3d9cf7cfeef> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation 0x1961cd000 - 0x1962c0fff EventKit arm64 <86261d7ff85b394e9369107c1ed9b509> /System/Library/Frameworks/EventKit.framework/EventKit 0x1962c1000 - 0x1962f6fff MediaServices arm64 <d8c0e0312d313b30b2af58367a1d03c1> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices 0x196751000 - 0x19677cfff PersistentConnection arm64 <8c98f9ebc5933fd3a1d9bb31213298eb> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection 0x19677d000 - 0x1967d0fff CalendarDaemon arm64 <7fcaf48ec0e7350e946716d354a648ee> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon 0x1967d1000 - 0x196867fff CalendarDatabase arm64 <de4dcadb7f9236cc989f2ca75667a170> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase 0x196868000 - 0x196a4afff MediaRemote arm64 <2bc3332182913f20a7e20dcce3bf435b> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote 0x196a4b000 - 0x196a53fff CorePhoneNumbers arm64 <e7387d6c63ec32eda31639e1d43933a0> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers 0x196a64000 - 0x196a8afff DuetActivityScheduler arm64 <173531352fd535f7be9a6357361572a2> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler 0x196b8e000 - 0x196bb0fff CoreSVG arm64 <f2eb71ea9ebe31a89adbdd11a3b31bfe> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG 0x196bcb000 - 0x196be8fff ProactiveEventTracker arm64 <9b065a0fb1b932a2a938fdb3e48eb938> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker 0x196be9000 - 0x196bf3fff MallocStackLogging arm64 <53b8b18b78cf3e41b285f96a41da0671> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging 0x196bf4000 - 0x196c89fff CoreSuggestions arm64 <6e3af3cfdd3b3f74987c65a5ee4f4341> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions 0x197697000 - 0x1976ccfff CoreBluetooth arm64 <f6e540373eb8332e88e8ff122008b3f2> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth 0x1976cd000 - 0x1976cffff libsystem_sandbox.dylib arm64 <bafc06a06ebd39388138443dbf2b9a3b> /usr/lib/system/libsystem_sandbox.dylib 0x1977e9000 - 0x1977f6fff NotificationCenter arm64 <46ca473c0b593c189a0238a7f8a9276a> /System/Library/Frameworks/NotificationCenter.framework/NotificationCenter 0x197833000 - 0x19789ffff Rapport arm64 <4144499dea8e32169cfb4d17bc24842f> /System/Library/PrivateFrameworks/Rapport.framework/Rapport 0x1978a0000 - 0x1978ccfff OSAnalytics arm64 <320b8482833f3cd2962b2d41f9b02b88> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics 0x1978cd000 - 0x1978fbfff MobileInstallation arm64 <5b1a3b75706f31cd998833dfe39acf86> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation 0x1978fc000 - 0x197996fff Metal arm64 <cee783b45fca357c85a0ae4d85fcb441> /System/Library/Frameworks/Metal.framework/Metal 0x197997000 - 0x19799dfff IOAccelerator arm64 <0e4f8aeafd183f3f970694e0dd378e1b> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator 0x19799e000 - 0x1979a9fff MediaAccessibility arm64 <a58e6416c0d3350f90b0e6d9a7586eea> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility 0x1979c7000 - 0x1979cefff libsystem_dnssd.dylib arm64 <a93f9464dc2434148bb0926679215d06> /usr/lib/system/libsystem_dnssd.dylib 0x1979cf000 - 0x1979d5fff PushKit arm64 <ab47e2851fef364aacbdf51b466d7aab> /System/Library/Frameworks/PushKit.framework/PushKit 0x1979d6000 - 0x197adcfff FileProvider arm64 <fb0905c6b94b338187221c9a138dbac5> /System/Library/Frameworks/FileProvider.framework/FileProvider 0x197af0000 - 0x197af1fff BackgroundTaskAgent arm64 <af021808da153077b90f624a3ec68006> /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent 0x197af2000 - 0x197af6fff LinguisticData arm64 <edeed4771f903f2cbe0b598acde1786e> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData 0x197b3b000 - 0x197bf6fff ************ arm64 <6e19b464341337598eaf4883f1ce7704> /System/Library/Frameworks/************.framework/************ 0x198152000 - 0x19815afff SymptomDiagnosticReporter arm64 <9766eb74551535f7bb7e181e62b5b583> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter 0x19815b000 - 0x19815dfff IOSurfaceAccelerator arm64 <7de8daeac081372fa6789ba35145554c> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator 0x19820c000 - 0x19823bfff DataAccessExpress arm64 <8341fe1f5e7535f6849eb268dedb6b71> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress 0x1982ac000 - 0x1982c1fff CoreFollowUp arm64 <ef84bee371db30c4aef1c2e40b1bfd22> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp 0x1982cb000 - 0x1982e0fff libcoretls.dylib arm64 <6ae332beda1f3ba088363048484f9060> /usr/lib/libcoretls.dylib 0x198337000 - 0x1983c6fff libate.dylib arm64 <7116bc291e0d3602abb13c6a3eeb73f3> /usr/lib/libate.dylib 0x199775000 - 0x199785fff MaterialKit arm64 <222e9b2041cd35bc83417367c0da1309> /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit 0x199786000 - 0x1997fdfff SAObjects arm64 <0eeeccf794d0352b8644b0db4af3c4a7> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects 0x1998b1000 - 0x1998befff DataMigration arm64 <ed2227b9a7a9323699ae42ab02e9a48f> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration 0x199a72000 - 0x199a96fff IconServices arm64 <1bc078e31b42329b9dc9232eb5bc071d> /System/Library/PrivateFrameworks/IconServices.framework/IconServices 0x199f4a000 - 0x199f4bfff WatchdogClient arm64 <ff32dd834ba335bfa4e17383903a1802> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient 0x199f4c000 - 0x199f5dfff libprequelite.dylib arm64 <ef5e72fb820434c7af048ee4e87fdb15> /usr/lib/libprequelite.dylib 0x199f85000 - 0x199f95fff CoreEmoji arm64 <f92a0d92af6833d1813c9ab6fea7d3d9> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji 0x19a02d000 - 0x19a07bfff ClassKit arm64 <bb803ab5122439128e13650ec6bf41a3> /System/Library/Frameworks/ClassKit.framework/ClassKit 0x19a0e8000 - 0x19a0f4fff CPMS arm64 <ae1c4d81b9893ae095e8bbfb98248e5e> /System/Library/PrivateFrameworks/CPMS.framework/CPMS 0x19a25c000 - 0x19a2a8fff MobileBackup arm64 <2c5db5d710b73807a36303ce2a3fd474> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup 0x19a358000 - 0x19a35ffff CoreTime arm64 <ff4d4fc888213566826e7482836cd72a> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime 0x19ac25000 - 0x19ac43fff AppConduit arm64 <784d155a5d20352ba12f68810d8ea3b5> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit 0x19ac44000 - 0x19ac5cfff IntlPreferences arm64 <8ccbcc7f787e3876bbf65dc4d8d91fe9> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences 0x19afd8000 - 0x19b0acfff CoreBrightness arm64 <73d93edeb16c3e0aa5777a7d6ccbf4a2> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness 0x19b0ad000 - 0x19b0b4fff libIOReport.dylib arm64 <4892e66f540d394db22c0685756afbd0> /usr/lib/libIOReport.dylib 0x19b245000 - 0x19b3edfff libBNNS.dylib arm64 <033203e2e68e30b59105efd48135eada> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib 0x19b3ee000 - 0x19b3f5fff StudyLog arm64 <a2e1380c854d333fb961e6a65ff97e82> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog 0x19c633000 - 0x19c646fff LocalAuthentication arm64 <022df3d9b64d3e75a659c95539dcb6e6> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication 0x19c66f000 - 0x19c67afff CaptiveNetwork arm64 <5cf7b891f1163ec181244aa41715fbb2> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork 0x19c7cc000 - 0x19c87efff libBLAS.dylib arm64 <1c4c2eb2e72537449985694560a86157> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib 0x19c87f000 - 0x19c88dfff CTCarrierSpace arm64 <805ad8066c163a3c8aa1a8e214e1146b> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace 0x19d335000 - 0x19d34ffff libtailspin.dylib arm64 <6ea75c6b88633ee2a675a0cc97806b73> /usr/lib/libtailspin.dylib 0x19d496000 - 0x19d4a4fff MobileIcons arm64 <8ca119e901153c46a6736af1f43e63bb> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons 0x19d4a5000 - 0x19d5a5fff ResponseKit arm64 <b0ed71bbd8b137db9375b0e9db131ccc> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit 0x19d66d000 - 0x19d6b6fff CoreHaptics arm64 <a778afe0e70439ff82136caa83a61eb7> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics 0x19d6b7000 - 0x19d780fff ProofReader arm64 <d635b4abd30c3988b275376598a4835f> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader 0x19d7f5000 - 0x19d875fff CoreSymbolication arm64 <97075ad1c3083da3be31cac4125c5aec> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication 0x19d876000 - 0x19d87cfff IdleTimerServices arm64 <13088e64312038748db07ff96375b4c1> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices 0x19df02000 - 0x19df49fff LoggingSupport arm64 <0c5c6f16d50135b7a2bd8a2298bef457> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport 0x19e061000 - 0x19e0bbfff ProtectedCloudStorage arm64 <53c7dd8ce46b3f7c9d1b3d917277d46d> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage 0x19e1a5000 - 0x19e1aefff OpenGLES arm64 <c2d702a45cba3066a3f74efb58519541> /System/Library/Frameworks/OpenGLES.framework/OpenGLES 0x19e30f000 - 0x19e317fff libGFXShared.dylib arm64 <db66f6add7973827852b7c824f45e483> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib 0x19e318000 - 0x19e34cfff SharedUtils arm64 <5d3120a659b035f4849cf5b7fb78524c> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils 0x19f3ee000 - 0x19f42afff StreamingZip arm64 <4d753975167b397caff2c7345786d4e0> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip 0x1a031e000 - 0x1a0321fff InternationalTextSearch arm64 <b1410950d3493f77951bd2a8067ae4ac> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch 0x1a0ce8000 - 0x1a0d00fff NetworkStatistics arm64 <179b5e8fc33a3a6ca5b4dcbaf17ff9b9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics 0x1a115c000 - 0x1a1162fff Netrb arm64 <67948968e75333e796f46e8eaaa05cb6> /System/Library/PrivateFrameworks/Netrb.framework/Netrb 0x1a1166000 - 0x1a1196fff EAP8021X arm64 <1760544b404835deba2bc9b99cd38ae7> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X 0x1a1197000 - 0x1a1199fff OSAServicesClient arm64 <513c89179dbf3a479e76c2f53b450b44> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient 0x1a133a000 - 0x1a133efff libgermantok.dylib arm64 <9a4f9d24b53838ec8333bf78a1051ea0> /usr/lib/libgermantok.dylib 0x1a133f000 - 0x1a13f2fff libmecab.dylib arm64 <921c114d67d03adebef4e4f11c5eedce> /usr/lib/libmecab.dylib 0x1a19ef000 - 0x1a19fdfff CoreDuetDaemonProtocol arm64 <6b46691e9e7130eb9b50fca8ac2b9234> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol 0x1a2f51000 - 0x1a2f53fff OAuth arm64 <8070c0f3c0763a00ba11cf7cd9e4dcb5> /System/Library/PrivateFrameworks/OAuth.framework/OAuth 0x1a3a1d000 - 0x1a3a8cfff libarchive.2.dylib arm64 <42dc1924be3d3620b705ef7660cee32c> /usr/lib/libarchive.2.dylib 0x1a3a8d000 - 0x1a3abefff C2 arm64 <625968f49d1e34fc9efec4bfac98f3ed> /System/Library/PrivateFrameworks/C2.framework/C2 0x1a3abf000 - 0x1a3af3fff NaturalLanguage arm64 <9f032d719bda36c58edbefd0412a678a> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage 0x1a3b87000 - 0x1a3b88fff libsystem_coreservices.dylib arm64 <c563c842c99b3c0b82e5e88df5ed90ba> /usr/lib/system/libsystem_coreservices.dylib 0x1a3b9a000 - 0x1a3babfff libmis.dylib arm64 <d953a58b49e330a5bf69503510aba9f1> /usr/lib/libmis.dylib 0x1a3d9e000 - 0x1a3da6fff libcopyfile.dylib arm64 <69d5c4bcc3673b83ba434a55623dc14f> /usr/lib/system/libcopyfile.dylib 0x1a410a000 - 0x1a419afff AccountsDaemon arm64 <1ada74adf2cf3ef0aad26a97db2137bd> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon 0x1a419b000 - 0x1a41a6fff AppleIDSSOAuthentication arm64 <a90a37f64c9d38099f4edeaf4fe710df> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication 0x1a42e7000 - 0x1a4363fff Symbolication arm64 <03df9d66612e33cb8d05104df7470df2> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication 0x1a4519000 - 0x1a4567fff ChunkingLibrary arm64 <5731da721f3b3d8c98d4e1d0857b4772> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary 0x1a4a6f000 - 0x1a4a71fff CoreDuetDebugLogging arm64 <acaa8f89f2a73bff9671cba1840fe236> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging 0x1a5570000 - 0x1a55aefff SignpostSupport arm64 <227f558f50d834b7a1840d8f64dd3405> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport 0x1a5811000 - 0x1a581afff SignpostCollection arm64 <caa25c2934893ffd9683f9111613bb20> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection 0x1a5f4b000 - 0x1a5f52fff URLFormatting arm64 <53c4edf99b9033b49fe5ce420cacf5ee> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting 0x1a6067000 - 0x1a6294fff MobileSpotlightIndex arm64 <71c7f560a2c83f7f96163c8271cf6917> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex 0x1a666a000 - 0x1a66b0fff CoreLocationProtobuf arm64 <6a676f0af66634b499f38a3babd5258f> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf 0x1a6764000 - 0x1a67e1fff Quagga arm64 <96625bea40e63553b9f3ce7b4b4b3e16> /System/Library/PrivateFrameworks/Quagga.framework/Quagga 0x1a6aee000 - 0x1a6b03fff libEDR arm64 <c7f5fed15e09331292fbd33fece65cd9> /System/Library/PrivateFrameworks/libEDR.framework/libEDR 0x1a771f000 - 0x1a772dfff libperfcheck.dylib arm64 <5e0967af8172325b8318005ae435e244> /usr/lib/libperfcheck.dylib 0x1a772e000 - 0x1a7739fff libAudioStatistics.dylib arm64 <0eb346999e3f38b1b336ac2e0aadbb43> /usr/lib/libAudioStatistics.dylib 0x1a78fa000 - 0x1a790afff caulk arm64 <fab4aa83460231c482661b676ff77209> /System/Library/PrivateFrameworks/caulk.framework/caulk 0x1a794a000 - 0x1a7950fff MobileSystemServices arm64 <658b9cbf7d7f3d179f4bfbf922e1a829> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices 0x1a8a3c000 - 0x1a8a75fff libGLImage.dylib arm64 <582c16540f1b3fea93b803803d21e5fa> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib 0x1a8ea6000 - 0x1a8eb7fff libSparseBLAS.dylib arm64 <757eeffd4ed23d84ac9339bdbabc720d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib 0x1a8eb8000 - 0x1a8ecbfff Engram arm64 <a15b4cff9dbc36a8913c4f84448ad00b> /System/Library/PrivateFrameworks/Engram.framework/Engram 0x1a8f43000 - 0x1a8f7dfff DataDetectorsNaturalLanguage arm64 <5b761b2fc04c3dbb8154b42c23aed0fd> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage 0x1a9285000 - 0x1a9303fff CoreDAV arm64 <0db9975f3ca43fc38cbe4c0c64749609> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV 0x1a9bed000 - 0x1a9bfdfff RemoteTextInput arm64 <a2f5bab1b4f13c3fb5617fbdac5725af> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput 0x1a9c26000 - 0x1a9c55fff iCalendar arm64 <827bce045d6f3ad38bd8e7896c138ee9> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar 0x1a9cba000 - 0x1a9ccefff libLinearAlgebra.dylib arm64 <2f6c6ddb7ada3bc18cd3f0cf3e943790> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib 0x1a9f6c000 - 0x1a9f7afff CoreAUC arm64 <322c9197d8613b40afe57b7fb68df2f9> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC 0x1aa9e3000 - 0x1aaa2afff PhysicsKit arm64 <b30f5b6d216b33b2a7c25afc71f38cdd> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit 0x1aaa2b000 - 0x1aaa7cfff CorePrediction arm64 <14351dae9b7031e9b528f7bf9628be4f> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction 0x1aaedd000 - 0x1aaf28fff SafariSafeBrowsing arm64 <05d48dbe0ec63d329281f91b521736ac> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing 0x1ab3d5000 - 0x1ab3f3fff GenerationalStorage arm64 <58ab87316773388db7dfbcce942a0b7b> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage 0x1ab458000 - 0x1ab463fff PersonaKit arm64 <d056a5d8be433a5b9e58ecee5b7eba0f> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit 0x1ab873000 - 0x1ab878fff kperf arm64 <4f55f95353aa362396276bbb5a474a5e> /System/Library/PrivateFrameworks/kperf.framework/kperf 0x1aba4c000 - 0x1aba7ffff libpcap.A.dylib arm64 <a40145e07a52309fb2d4c67003a367b2> /usr/lib/libpcap.A.dylib 0x1abdc8000 - 0x1abe62fff libvDSP.dylib arm64 <dc80adf2f1f93c7d86af56f519205aba> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib 0x1abe63000 - 0x1abe8efff vCard arm64 <e4117947327133abba16c3737bca6412> /System/Library/PrivateFrameworks/vCard.framework/vCard 0x1abed6000 - 0x1abf61fff SampleAnalysis arm64 <b4201d77a3a3394aaec2ef64539cf87c> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis 0x1abf62000 - 0x1abf6dfff IntentsFoundation arm64 <6ff494f82a80362795fd4eae18b07825> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation 0x1ac8f8000 - 0x1ac8f8fff Accelerate arm64 <7fbf97ba921e35349dceafc6f2e83085> /System/Library/Frameworks/Accelerate.framework/Accelerate 0x1ac8fa000 - 0x1acc15fff libLAPACK.dylib arm64 <d6ea6a57de14389ca3ec031d84ba62d5> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib 0x1acc16000 - 0x1acc1afff libQuadrature.dylib arm64 <bb2c62ec40973ea68167eb9cc6327489> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib 0x1acc1b000 - 0x1acc74fff libvMisc.dylib arm64 <04b04e0046e33768ab2d40e809a2ccef> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib 0x1acc75000 - 0x1acc75fff vecLib arm64 <165af11d20af32d492e65566bd61e933> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib 0x1ad033000 - 0x1ad060fff GSS arm64 <f1c03bd69a933ea28bb10025c609ca33> /System/Library/Frameworks/GSS.framework/GSS 0x1ad074000 - 0x1ad0a5fff MPSCore arm64 <1666663f48883961a9e202c568626e7d> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore 0x1ad0a6000 - 0x1ad11ffff MPSImage arm64 <781dc8f6e1b138ba86b2c0058c19cb98> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage 0x1ad120000 - 0x1ad142fff MPSMatrix arm64 <02c88d27f29e37b3a8495a640ca94213> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix 0x1ad143000 - 0x1ad157fff MPSNDArray arm64 <271201d903fe363fb8464b4b1342a21f> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray 0x1ad158000 - 0x1ad2e8fff MPSNeuralNetwork arm64 <bdc7c056eb81311bb4590152d2abbd90> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork 0x1ad2e9000 - 0x1ad32efff MPSRayIntersector arm64 <48f8661ffbed300a99c3b600af8b284c> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector 0x1ad32f000 - 0x1ad32ffff MetalPerformanceShaders arm64 <e9e56ea5bdcf3ab8af209e036e0612f0> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders 0x1ad33c000 - 0x1ad33cfff MobileCoreServices arm64 <ccff2e7f7fc03c67842b6778deb92b15> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices 0x1ad347000 - 0x1ad348fff libCVMSPluginSupport.dylib arm64 <3a428a3a2c6437749a4dba11166bf483> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib 0x1ad349000 - 0x1ad34ffff libCoreFSCache.dylib arm64 <bbbe1cbe89293acc979abb13f4251d43> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib 0x1ad350000 - 0x1ad355fff libCoreVMClient.dylib arm64 <6fdac9a1339232b896a611b47684f53d> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib 0x1ad389000 - 0x1ad3c0fff QuickLookThumbnailing arm64 <610ebc9a3ebd3221ba18d0d02e0e1305> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing 0x1ad7ca000 - 0x1ad7cafff UIKit arm64 <6226e2e1d7803f38a6ededf79a9627a6> /System/Library/Frameworks/UIKit.framework/UIKit 0x1adb7c000 - 0x1adcccfff ANECompiler arm64 <7bd68c7ca0fc3affbee042f9c3d8f2b2> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler 0x1adccd000 - 0x1adcddfff ANEServices arm64 <60422c4e8e3136d9b5c32ffbaf54f8fe> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices 0x1adce6000 - 0x1add7afff APFS arm64 <f5ed866028033f4bb6e8c0d5822ac5e2> /System/Library/PrivateFrameworks/APFS.framework/APFS 0x1add7b000 - 0x1add7ffff ASEProcessing arm64 <e54a90141f06306ba510b79fc6453bfe> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing 0x1adf21000 - 0x1adf2cfff AccountSettings arm64 <9a06ef66910a35f58dc0bc63a75eefc7> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings 0x1ae85a000 - 0x1ae868fff AppleFSCompression arm64 <a0bb48745a5d3e5e9077ee742a747f38> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression 0x1ae86f000 - 0x1ae87dfff AppleIDAuthSupport arm64 <47e1d773959b3e8186999127f0d977c9> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport 0x1ae87e000 - 0x1ae8bffff AppleJPEG arm64 <cdd1885be3d630d0baefc185801354fd> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG 0x1ae8db000 - 0x1ae8ecfff AppleNeuralEngine arm64 <8bcebcd8655b3f9e8eea6af3cf128d47> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine 0x1ae8f3000 - 0x1ae916fff AppleSauce arm64 <bce271f8932f34118aa7f506f632d159> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce 0x1aeb11000 - 0x1aeb41fff Bom arm64 <ddb1ef09e3343861bcc3b13e0313a0be> /System/Library/PrivateFrameworks/Bom.framework/Bom 0x1af5d1000 - 0x1af5d8fff CommonAuth arm64 <c33a0f2928313699b3d71d2e07acf848> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth 0x1af9f8000 - 0x1af9fcfff CoreOptimization arm64 <d358170146ce3b8493c4dbbca34765a4> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization 0x1afb13000 - 0x1afb1efff DeviceIdentity arm64 <bcaed68cffe030e3a51d99f200c1d9a3> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity 0x1afcaa000 - 0x1afcc5fff DocumentManagerCore arm64 <8826aea5363f3f7eae9f433716f0f677> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore 0x1afd81000 - 0x1b03dbfff Espresso arm64 <83805eca6338313bac2ce006e65ab421> /System/Library/PrivateFrameworks/Espresso.framework/Espresso 0x1b06a4000 - 0x1b0ab6fff FaceCore arm64 <09174f97e63c3e3884b438a951eadcd4> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore 0x1b0b89000 - 0x1b0b9dfff libGSFontCache.dylib arm64 <6de8722a42e23fb2b8a17af04dde3a85> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib 0x1b0c01000 - 0x1b0c0dfff libhvf.dylib arm64 <4ec3537257f63c2d82daaf832a600772> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib 0x1b1909000 - 0x1b1915fff GraphVisualizer arm64 <0c3822f5d9fe3ee5a00396e93e50816c> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer 0x1b2271000 - 0x1b22e0fff Heimdal arm64 <25c647eadec232af974e0550552b10e8> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal 0x1b282f000 - 0x1b2835fff InternationalSupport arm64 <4a14c71c3da2305a963b1bd637bc3eb6> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport 0x1b2af0000 - 0x1b2af0fff Marco arm64 <335c790cb29a37d3920cb407f8914640> /System/Library/PrivateFrameworks/Marco.framework/Marco 0x1b2fdd000 - 0x1b2ff0fff MobileDeviceLink arm64 <f0bcb1425598390d9c531d4d055b4b0f> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink 0x1b329f000 - 0x1b32defff OTSVG arm64 <d7aaee1178bf374591ea6c8c3a3561d3> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG 0x1b392c000 - 0x1b392cfff PhoneNumbers arm64 <7c28ff603df33250b2b4ecdb2ad7fe07> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers 0x1b52c9000 - 0x1b52cdfff RevealCore arm64 <572330ddd0333007b8eaa52f10747819> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore 0x1b5460000 - 0x1b546cfff SetupAssistantSupport arm64 <c91413044d6b3a3180d159dc417b8826> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport 0x1b548a000 - 0x1b548afff SignpostMetrics arm64 <251e0942df5f3ac9ba8f351424bfbcb9> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics 0x1b5d7d000 - 0x1b5e1ffff TextureIO arm64 <92b750bfe4663fdba8abc3acac5af460> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO 0x1b6c4f000 - 0x1b7134fff libwebrtc.dylib arm64 <eb98efad7fff3b5b809d09349f01058c> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib 0x1b72bb000 - 0x1b72c3fff kperfdata arm64 <a5de3e99457a345f929799d11953bda5> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata 0x1b72c4000 - 0x1b730bfff ktrace arm64 <2a3228568da930a6b93cd7cbc6d9a254> /System/Library/PrivateFrameworks/ktrace.framework/ktrace 0x1b7324000 - 0x1b7330fff perfdata arm64 <5e4c6bf0c1c833d89363122128f3d20f> /System/Library/PrivateFrameworks/perfdata.framework/perfdata 0x1b772d000 - 0x1b7a2dfff libAWDSupportFramework.dylib arm64 <a00edb8d9c6638a989d75622d1291f21> /usr/lib/libAWDSupportFramework.dylib 0x1b7be1000 - 0x1b7bebfff libChineseTokenizer.dylib arm64 <ef9b88fe5c5935b9bcae9c675bbfa23a> /usr/lib/libChineseTokenizer.dylib 0x1b7c10000 - 0x1b7dc3fff libFosl_dynamic.dylib arm64 <bea0ead4ccfe34ed8d67db9040c5da5f> /usr/lib/libFosl_dynamic.dylib 0x1b7e40000 - 0x1b7e46fff libMatch.1.dylib arm64 <e83c52ddeb9e33c69a177327c0cdc1db> /usr/lib/libMatch.1.dylib 0x1b7fda000 - 0x1b7fdbfff libSystem.B.dylib arm64 <ce21da921ce93923afddf0cd58f8f6a5> /usr/lib/libSystem.B.dylib 0x1b7fe4000 - 0x1b7fe6fff libThaiTokenizer.dylib arm64 <a9ce14ae232235a19898388ba6b1a2ca> /usr/lib/libThaiTokenizer.dylib 0x1b80e5000 - 0x1b80fafff libapple_nghttp2.dylib arm64 <91ab893bfe943688aef625dca11ab0d6> /usr/lib/libapple_nghttp2.dylib 0x1b8173000 - 0x1b8183fff libbsm.0.dylib arm64 <987d9aeed03d3370a547670fc38af03f> /usr/lib/libbsm.0.dylib 0x1b8184000 - 0x1b8190fff libbz2.1.0.dylib arm64 <b58e02ba8ec2336195efb36d766a18c2> /usr/lib/libbz2.1.0.dylib 0x1b8191000 - 0x1b8191fff libcharset.1.dylib arm64 <14be8e9ab94e331f9efe4c7d3c27f090> /usr/lib/libcharset.1.dylib 0x1b8192000 - 0x1b81a3fff libcmph.dylib arm64 <876ce59390b1332a891e3422abb255bc> /usr/lib/libcmph.dylib 0x1b81a4000 - 0x1b81bbfff libcompression.dylib arm64 <a3284d81bc4a3abc91b79c04caa497af> /usr/lib/libcompression.dylib 0x1b81bc000 - 0x1b81bdfff libcoretls_cfhelpers.dylib arm64 <95ee12f5f8b4324cbc8a06f0679a2141> /usr/lib/libcoretls_cfhelpers.dylib 0x1b81be000 - 0x1b81c4fff libcupolicy.dylib arm64 <5144364548e33d2ab9b59996ab22d576> /usr/lib/libcupolicy.dylib 0x1b8204000 - 0x1b820dfff libdscsym.dylib arm64 <2a90db755b9f3bc18cd8b85b75b8a342> /usr/lib/libdscsym.dylib 0x1b876b000 - 0x1b8770fff libheimdal-asn1.dylib arm64 <b84286dc56c0381cbdab267cd781b3ac> /usr/lib/libheimdal-asn1.dylib 0x1b8771000 - 0x1b8862fff libiconv.2.dylib arm64 <2baa5b6bfc033546bb19f856ddbe62a5> /usr/lib/libiconv.2.dylib 0x1b8878000 - 0x1b8883fff liblockdown.dylib arm64 <5a109261b1db3a0e9d41c9a9014fda25> /usr/lib/liblockdown.dylib 0x1b8884000 - 0x1b889cfff liblzma.5.dylib arm64 <90b58a83ee4739bead3bb25f8d5f69e8> /usr/lib/liblzma.5.dylib 0x1b8c1a000 - 0x1b8c49fff libncurses.5.4.dylib arm64 <4c59d89cfac4347aacc02478f4204bdf> /usr/lib/libncurses.5.4.dylib 0x1b8c4a000 - 0x1b8c5efff libnetworkextension.dylib arm64 <a31cb0d5d3cd36dfb1674519634bc45c> /usr/lib/libnetworkextension.dylib 0x1b8fe8000 - 0x1b9000fff libresolv.9.dylib arm64 <c43a80648b9b3463997f9980fb91e4c3> /usr/lib/libresolv.9.dylib 0x1b9001000 - 0x1b9003fff libsandbox.1.dylib arm64 <bf762d0070853a1395113ce0851e05d8> /usr/lib/libsandbox.1.dylib 0x1b900a000 - 0x1b903bfff libtidy.A.dylib arm64 <7bd4c53a136e3d0bb2cac1f9dafe9f96> /usr/lib/libtidy.A.dylib 0x1b9043000 - 0x1b9046fff libutil.dylib arm64 <e9d6e216ac8e3f6cba159f646ba02230> /usr/lib/libutil.dylib 0x1b9074000 - 0x1b9085fff libz.1.dylib arm64 <f0958b1f257135919a445426cc0d8547> /usr/lib/libz.1.dylib 0x1b90b0000 - 0x1b90b2fff liblog_network.dylib arm64 <a429a4f3773038eca70b00b75c7fab4c> /usr/lib/log/liblog_network.dylib 0x1b94bd000 - 0x1b94c2fff libcache.dylib arm64 <be71141fe3be367bbc565c1741f6b01e> /usr/lib/system/libcache.dylib 0x1b94c3000 - 0x1b94cffff libcommonCrypto.dylib arm64 <18d07bfb4ffd3a659ebc0ee49abdbb1a> /usr/lib/system/libcommonCrypto.dylib 0x1b94d0000 - 0x1b94d4fff libcompiler_rt.dylib arm64 <9406b53f22a731fb89fee6dd8b567bd3> /usr/lib/system/libcompiler_rt.dylib 0x1b95aa000 - 0x1b95aafff liblaunch.dylib arm64 <e8a0fa47b6b23c07aebd273967459ec5> /usr/lib/system/liblaunch.dylib 0x1b95ab000 - 0x1b95b0fff libmacho.dylib arm64 <c6510dc0f7c53d3f871a10aebf81fc38> /usr/lib/system/libmacho.dylib 0x1b95b1000 - 0x1b95b3fff libremovefile.dylib arm64 <464f0bb7e90f3c20ac3a6dbc64db454f> /usr/lib/system/libremovefile.dylib 0x1b95b4000 - 0x1b95b5fff libsystem_featureflags.dylib arm64 <e18e61e887843a8ba16a66008936a521> /usr/lib/system/libsystem_featureflags.dylib 0x1b95b6000 - 0x1b95e3fff libsystem_m.dylib arm64 <c1a752bbda883d16898da9c0c9ed9a9a> /usr/lib/system/libsystem_m.dylib 0x1b95e4000 - 0x1b95e9fff libunwind.dylib arm64 <76b18d6dcb553b05b0c3d01d7df700c4> /usr/lib/system/libunwind.dylib 0x1b98c8000 - 0x1b9930fff NanoRegistry arm64 <4dbce0ff9619369a81f9b754c6d9e2d6> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry 0x1b9931000 - 0x1b993efff NanoPreferencesSync arm64 <e9f3421609c13c85a0714d5245a6feef> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync 0x1bb361000 - 0x1bb374fff AppSSOCore arm64 <fcc121e7fbb9381ab95080d27b1dceac> /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore EOF
Posted Last updated
.