Posts

Post not yet marked as solved
0 Replies
252 Views
Hi! I'm having this crash on the app, it only happens in production and I haven't been able to reproduce it. I attacedh the full crash report and here is the code for the decidePolicyForNavigationAction action: func webView(_ webView: WKWebView, decidePolicyFor navigationAction: WKNavigationAction, decisionHandler: @escaping (WKNavigationActionPolicy) -> Void) { guard let url = navigationAction.request.url else { decisionHandler(.allow) return } var policy: WKNavigationActionPolicy = .allow if (["tel", "sms", "facetime"].contains(url.scheme) || navigationAction.navigationType == .linkActivated && initialUrl.host != url.host) && UIApplication.shared.canOpenURL(url) { UIApplication.shared.open(url) policy = .cancel } decisionHandler(policy) } Can someone help me find out what could be then cause for this isse? CrashReport
Posted
by bmh90.
Last updated
.
Post not yet marked as solved
3 Replies
277 Views
Hi, my apps start crashing about two hour ago, right now i have 162 crash happening all over externarl libs (CFNetwork, Security, UIKitCore, RxSwift, Foundation, CoreFoundation, GMSCacheStorage), my app was release 2 days ago and was only a minor update. Is someone else experiencing this?
Posted
by bmh90.
Last updated
.
Post not yet marked as solved
2 Replies
1.3k Views
Hi, i had a crash on my app and i haven't been able to reproduce it. Any idea on this would be appreciated,ThanksThe crash ocurred on an iPad (5th generation) (Model A1823) Plus running iOS 12.3 (16F156).Here is the stack trace:Incident Identifier: 32F350E0-07BE-448D-9A12-9A140728F611CrashReporter Key: 2454b0d5e8f2c084ded8e3ce1a85a195a62bc68dHardware Model: iPad6,12Process: MyApp [2832]Path: /private/var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/MyAppIdentifier: com.mycompany.myappVersion: 1016 (3.4.6)AppStoreTools: 10G3AppVariant: 1:iPad6,12:10Code Type: ARM-64 (Native)Role: Non UIParent Process: launchd [1]Coalition: com.mycompany.myapp [681]Date/Time: 2019-07-04 15:33:32.1226 -0700Launch Time: 2019-07-04 13:16:11.3166 -0700OS Version: iPhone OS 12.3 (16F156)Baseband Version: 7.70.01Report Version: 104Exception Type: EXC_BAD_ACCESS (SIGSEGV)Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000da823c310VM Region Info: 0xda823c310 is not in any region. Bytes after previous region: 47381201681 REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL MALLOC_NANO 0000000280000000-00000002a0000000 [512.0M] rw-/rwx SM=PRV---> UNUSED SPACE AT ENDTermination Signal: Segmentation fault: 11Termination Reason: Namespace SIGNAL, Code 0xbTerminating Process: exc handler [2832]Triggered by Thread: 13Thread 0 name:Thread 0:0 libsystem_kernel.dylib 0x00000002124699d4 __ulock_wait + 81 libsystem_platform.dylib 0x00000002124da348 _os_unfair_lock_lock_slow + 2202 libobjc.A.dylib 0x0000000211ab9f6c objc_sync_enter + 32 (lock_private.h:437)3 MyApp 0x000000010300605c 0x102a74000 + 58409884 MyApp 0x000000010301263c 0x102a74000 + 58916445 MyApp 0x0000000102fbc11c 0x102a74000 + 55380766 MyApp 0x0000000102fbbec8 0x102a74000 + 55374807 MyApp 0x0000000102fbb8f4 0x102a74000 + 55359888 MyApp 0x0000000102fbb884 0x102a74000 + 55358769 Foundation 0x000000021324e540 -[__NSObserver _doit:] + 316 (NSNotification.m:353)10 CoreFoundation 0x000000021283d318 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 20 (CFNotificationCenter.c:712)11 CoreFoundation 0x000000021283d2e4 ___CFXRegistrationPost_block_invoke + 64 (CFNotificationCenter.c:162)12 CoreFoundation 0x000000021283c7d8 _CFXRegistrationPost + 392 (CFNotificationCenter.c:193)13 CoreFoundation 0x000000021283c484 ___CFXNotificationPost_block_invoke + 96 (CFNotificationCenter.c:1126)14 CoreFoundation 0x00000002127b5d64 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1496 (CFXNotificationRegistrar.m:170)15 CoreFoundation 0x000000021283bf34 _CFXNotificationPost + 696 (CFNotificationCenter.c:1116)16 Foundation 0x00000002132247f4 -[NSNotificationCenter postNotificationName:object:userInfo:] + 68 (NSNotification.m:573)17 UIKitCore 0x000000023edf8d0c -[UIApplication _stopDeactivatingForReason:] + 1328 (UIApplication.m:1727)18 UIKitCore 0x000000023e6c74a0 __125-[_UICanvasLifecycleSettingsDiffAction performActionsForCanvas:withUpdatedScene:settingsDiff... + 472 (_UICanvasLifecycleSettingsDiffAction.m:75)19 UIKitCore 0x000000023e6c8188 _performActionsWithDelayForTransitionContext + 112 (_UICanvasSettingsDiffAction.m:34)20 UIKitCore 0x000000023e6c725c -[_UICanvasLifecycleSettingsDiffAction performActionsForCanvas:withUpdatedScene:settingsDiff:from... + 244 (_UICanvasLifecycleSettingsDiffAction.m:130)21 UIKitCore 0x000000023e6cbf5c -[_UICanvas scene:didUpdateWithDiff:transitionContext:completion:] + 360 (_UICanvas.m:701)22 UIKitCore 0x000000023e9fc054 -[UIApplicationSceneClientAgent scene:handleEvent:withCompletion:] + 464 (UIApplicationSceneClientAgent.m:77)23 FrontBoardServices 0x00000002152485d8 __80-[FBSSceneImpl updater:didUpdateSettings:withDiff:transitionContext:completion:]_block_invoke_3 + 224 (FBSSceneImpl.m:545)24 libdispatch.dylib 0x000000021230c7d4 _dispatch_client_callout + 16 (object.m:511)25 libdispatch.dylib 0x00000002122b15d8 _dispatch_block_invoke_direct$VARIANT$mp + 224 (queue.c:459)26 FrontBoardServices 0x0000000215282040 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 40 (FBSSerialQueue.m:156)27 FrontBoardServices 0x0000000215281cdc -[FBSSerialQueue _performNext] + 408 (FBSSerialQueue.m:188)28 FrontBoardServices 0x0000000215282294 -[FBSSerialQueue _performNextFromRunLoopSource] + 52 (FBSSerialQueue.m:222)29 CoreFoundation 0x000000021285e018 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24 (CFRunLoop.c:1980)30 CoreFoundation 0x000000021285df98 __CFRunLoopDoSource0 + 88 (CFRunLoop.c:2015)31 CoreFoundation 0x000000021285d880 __CFRunLoopDoSources0 + 176 (CFRunLoop.c:2051)32 CoreFoundation 0x00000002128587bc __CFRunLoopRun + 1004 (CFRunLoop.c:2922)33 CoreFoundation 0x00000002128580b0 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3247)34 GraphicsServices 0x0000000214a5879c GSEventRunModal + 104 (GSEvent.c:2245)35 UIKitCore 0x000000023ee02978 UIApplicationMain + 212 (UIApplication.m:4353)36 MyApp 0x0000000102a7b0f0 0x102a74000 + 2891237 libdyld.dylib 0x000000021231d8e0 start + 4Thread 1 name:Thread 1:0 libsystem_kernel.dylib 0x000000021246b674 stat + 81 CoreFoundation 0x000000021282f8e0 _CFGetPathProperties + 100 (CFFileUtilities.c:511)2 CoreFoundation 0x000000021282fa98 _CFGetFileProperties + 136 (CFFileUtilities.c:596)3 CoreFoundation 0x0000000212812bc4 _CFBundleCouldBeBundle + 56 (CFBundle.c:1474)4 CoreFoundation 0x0000000212812e58 __CFBundleCopyFrameworkURLForExecutablePath + 596 (CFBundle.c:0)5 CoreFoundation 0x0000000212810fac _CFBundleEnsureBundleExistsForImagePath + 20 (CFBundle.c:1587)6 CoreFoundation 0x0000000212810e74 CFBundleGetBundleWithIdentifier + 228 (CFBundle.c:510)7 Foundation 0x000000021323d5f0 +[NSBundle bundleWithIdentifier:] + 28 (NSBundle.m:810)8 WebCore 0x000000021b33b944 WebCore::localizedString(char const*) + 180 (LocalizedStringsCocoa.mm:46)9 WebKitLegacy 0x000000021cbc933c WebLocalizedStringInternal + 24 (WebLocalizableStringsInternal.mm:35)10 libdispatch.dylib 0x000000021230ba38 _dispatch_call_block_and_release + 24 (init.c:1372)11 libdispatch.dylib 0x000000021230c7d4 _dispatch_client_callout + 16 (object.m:511)12 libdispatch.dylib 0x00000002122bd160 _dispatch_root_queue_drain + 680 (inline_internal.h:2441)13 libdispatch.dylib 0x00000002122bd8d0 _dispatch_worker_thread2 + 128 (queue.c:6072)14 libsystem_pthread.dylib 0x00000002124ec1b4 _pthread_wqthread + 464 (pthread.c:2361)15 libsystem_pthread.dylib 0x00000002124eecd4 start_wqthread + 4Thread 2:0 libsystem_pthread.dylib 0x00000002124eecd0 start_wqthread + 0 (pthread_dependency.c:69)Thread 3:0 libsystem_pthread.dylib 0x00000002124eecd0 start_wqthread + 0 (pthread_dependency.c:69)Thread 4 name:Thread 4:0 libsystem_kernel.dylib 0x000000021245e0f4 mach_msg_trap + 81 libsystem_kernel.dylib 0x000000021245d5a0 mach_msg + 72 (mach_msg.c:103)2 CoreFoundation 0x000000021285da10 __CFRunLoopServiceMachPort + 236 (CFRunLoop.c:2615)3 CoreFoundation 0x0000000212858920 __CFRunLoopRun + 1360 (CFRunLoop.c:2971)4 CoreFoundation 0x00000002128580b0 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3247)5 Foundation 0x0000000213225fac -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 300 (NSRunLoop.m:367)6 Foundation 0x0000000213225e3c -[NSRunLoop(NSRunLoop) runUntilDate:] + 96 (NSRunLoop.m:411)7 UIKitCore 0x000000023eee8494 -[UIEventFetcher threadMain] + 136 (UIEventFetcher.m:606)8 Foundation 0x00000002133526a4 __NSThread__start__ + 984 (NSThread.m:1175)9 libsystem_pthread.dylib 0x00000002124eb2c0 _pthread_body + 128 (pthread.c:857)10 libsystem_pthread.dylib 0x00000002124eb220 _pthread_start + 44 (pthread.c:884)11 libsystem_pthread.dylib 0x00000002124eecdc thread_start + 4Thread 5:0 libsystem_pthread.dylib 0x00000002124eecd0 start_wqthread + 0 (pthread_dependency.c:69)Thread 6:0 libsystem_kernel.dylib 0x0000000212468ee4 __psynch_cvwait + 81 libsystem_pthread.dylib 0x00000002124e3cf8 _pthread_cond_wait$VARIANT$mp + 636 (pthread_cond.c:578)2 libc++.1.dylib 0x0000000211a40090 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:278)3 ArcGIS 0x00000001059deab0 Esri_runtimecore::Common::Condition::wait() + 644 ArcGIS 0x00000001059de9b0 Esri_runtimecore::Common::Thread::thread_proc(Esri_runtimecore::Common::Thread*) + 605 ArcGIS 0x00000001059e02f8 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, st... + 446 libsystem_pthread.dylib 0x00000002124eb2c0 _pthread_body + 128 (pthread.c:857)7 libsystem_pthread.dylib 0x00000002124eb220 _pthread_start + 44 (pthread.c:884)8 libsystem_pthread.dylib 0x00000002124eecdc thread_start + 4Thread 7:0 libsystem_kernel.dylib 0x0000000212468ee4 __psynch_cvwait + 81 libsystem_pthread.dylib 0x00000002124e3cf8 _pthread_cond_wait$VARIANT$mp + 636 (pthread_cond.c:578)2 libc++.1.dylib 0x0000000211a40090 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:278)3 ArcGIS 0x00000001059deab0 Esri_runtimecore::Common::Condition::wait() + 644 ArcGIS 0x00000001059de9b0 Esri_runtimecore::Common::Thread::thread_proc(Esri_runtimecore::Common::Thread*) + 605 ArcGIS 0x00000001059e02f8 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, st... + 446 libsystem_pthread.dylib 0x00000002124eb2c0 _pthread_body + 128 (pthread.c:857)7 libsystem_pthread.dylib 0x00000002124eb220 _pthread_start + 44 (pthread.c:884)8 libsystem_pthread.dylib 0x00000002124eecdc thread_start + 4Thread 8:0 libsystem_kernel.dylib 0x0000000212468ee4 __psynch_cvwait + 81 libsystem_pthread.dylib 0x00000002124e3cf8 _pthread_cond_wait$VARIANT$mp + 636 (pthread_cond.c:578)2 libc++.1.dylib 0x0000000211a40090 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:278)3 ArcGIS 0x00000001059deab0 Esri_runtimecore::Common::Condition::wait() + 644 ArcGIS 0x00000001059de9b0 Esri_runtimecore::Common::Thread::thread_proc(Esri_runtimecore::Common::Thread*) + 605 ArcGIS 0x00000001059e02f8 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, st... + 446 libsystem_pthread.dylib 0x00000002124eb2c0 _pthread_body + 128 (pthread.c:857)7 libsystem_pthread.dylib 0x00000002124eb220 _pthread_start + 44 (pthread.c:884)8 libsystem_pthread.dylib 0x00000002124eecdc thread_start + 4Thread 9 name:Thread 9:0 libdispatch.dylib 0x00000002122c0df0 _dispatch_source_invoke$VARIANT$mp + 872 (source.c:532)1 libdispatch.dylib 0x00000002122b7108 _dispatch_workloop_invoke$VARIANT$mp + 1960 (inline_internal.h:2482)2 libdispatch.dylib 0x00000002122b7108 _dispatch_workloop_invoke$VARIANT$mp + 1960 (inline_internal.h:2482)3 libdispatch.dylib 0x00000002122be4a8 _dispatch_workloop_worker_thread + 596 (queue.c:5889)4 libsystem_pthread.dylib 0x00000002124ec114 _pthread_wqthread + 304 (pthread.c:2371)5 libsystem_pthread.dylib 0x00000002124eecd4 start_wqthread + 4Thread 10 name:Thread 10:0 libsystem_kernel.dylib 0x000000021245e0f4 mach_msg_trap + 81 libsystem_kernel.dylib 0x000000021245d5a0 mach_msg + 72 (mach_msg.c:103)2 MyApp 0x0000000102bc3740 0x102a74000 + 13740163 libsystem_pthread.dylib 0x00000002124eb2c0 _pthread_body + 128 (pthread.c:857)4 libsystem_pthread.dylib 0x00000002124eb220 _pthread_start + 44 (pthread.c:884)5 libsystem_pthread.dylib 0x00000002124eecdc thread_start + 4Thread 11:0 libsystem_pthread.dylib 0x00000002124eecd0 start_wqthread + 0 (pthread_dependency.c:69)Thread 12 name:Thread 12:0 libsystem_kernel.dylib 0x0000000212468ee4 __psynch_cvwait + 81 libsystem_pthread.dylib 0x00000002124e3cf8 _pthread_cond_wait$VARIANT$mp + 636 (pthread_cond.c:578)2 libc++.1.dylib 0x0000000211a40090 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:278)3 JavaScriptCore 0x0000000219a63aa8 void std::__1::condition_variable_any::wait<std::__1::unique_lock<bmalloc::Mutex> >(std::__1::uni... + 108 (condition_variable:204)4 JavaScriptCore 0x0000000219a67a9c bmalloc::Scavenger::threadRunLoop() + 176 (condition_variable:213)5 JavaScriptCore 0x0000000219a67214 bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*) + 12 (Scavenger.cpp:359)6 JavaScriptCore 0x0000000219a68c54 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, st... + 40 (type_traits:4345)7 libsystem_pthread.dylib 0x00000002124eb2c0 _pthread_body + 128 (pthread.c:857)8 libsystem_pthread.dylib 0x00000002124eb220 _pthread_start + 44 (pthread.c:884)9 libsystem_pthread.dylib 0x00000002124eecdc thread_start + 4Thread 13 name:Thread 13 Crashed:0 libobjc.A.dylib 0x0000000211abe530 objc_msgSend + 161 WebKitLegacy 0x000000021cbc7410 invocation function for block in hardwareKeyboardAvailabilityChangedCallback(__CFNotificationCent... + 24 (WebHTMLView.mm:825)2 WebCore 0x000000021c41b9ec HandleRunSource(void*) + 716 (WebCoreThreadRun.cpp:98)3 CoreFoundation 0x000000021285e018 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24 (CFRunLoop.c:1980)4 CoreFoundation 0x000000021285df98 __CFRunLoopDoSource0 + 88 (CFRunLoop.c:2015)5 CoreFoundation 0x000000021285d880 __CFRunLoopDoSources0 + 176 (CFRunLoop.c:2051)6 CoreFoundation 0x00000002128587bc __CFRunLoopRun + 1004 (CFRunLoop.c:2922)7 CoreFoundation 0x00000002128580b0 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3247)8 WebCore 0x000000021b4e8bd8 RunWebThread(void*) + 600 (WebCoreThread.mm:625)9 libsystem_pthread.dylib 0x00000002124eb2c0 _pthread_body + 128 (pthread.c:857)10 libsystem_pthread.dylib 0x00000002124eb220 _pthread_start + 44 (pthread.c:884)11 libsystem_pthread.dylib 0x00000002124eecdc thread_start + 4Thread 14:0 libsystem_pthread.dylib 0x00000002124eecd0 start_wqthread + 0 (pthread_dependency.c:69)Thread 15 name:Thread 15:0 libsystem_kernel.dylib 0x000000021245e0f4 mach_msg_trap + 81 libsystem_kernel.dylib 0x000000021245d5a0 mach_msg + 72 (mach_msg.c:103)2 CoreFoundation 0x000000021285da10 __CFRunLoopServiceMachPort + 236 (CFRunLoop.c:2615)3 CoreFoundation 0x0000000212858920 __CFRunLoopRun + 1360 (CFRunLoop.c:2971)4 CoreFoundation 0x00000002128580b0 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3247)5 CFNetwork 0x0000000212e7174c -[__CoreSchedulingSetRunnable runForever] + 216 (CoreSchedulingSet.mm:1365)6 Foundation 0x00000002133526a4 __NSThread__start__ + 984 (NSThread.m:1175)7 libsystem_pthread.dylib 0x00000002124eb2c0 _pthread_body + 128 (pthread.c:857)8 libsystem_pthread.dylib 0x00000002124eb220 _pthread_start + 44 (pthread.c:884)9 libsystem_pthread.dylib 0x00000002124eecdc thread_start + 4Thread 16:0 libsystem_pthread.dylib 0x00000002124eecd0 start_wqthread + 0 (pthread_dependency.c:69)Thread 17:0 libsystem_pthread.dylib 0x00000002124eecd0 start_wqthread + 0 (pthread_dependency.c:69)Thread 18 name:Thread 18:0 libsystem_kernel.dylib 0x000000021246b674 stat + 81 CoreFoundation 0x000000021282f8e0 _CFGetPathProperties + 100 (CFFileUtilities.c:511)2 CoreFoundation 0x000000021282fa98 _CFGetFileProperties + 136 (CFFileUtilities.c:596)3 CoreFoundation 0x0000000212812bc4 _CFBundleCouldBeBundle + 56 (CFBundle.c:1474)4 CoreFoundation 0x0000000212812e58 __CFBundleCopyFrameworkURLForExecutablePath + 596 (CFBundle.c:0)5 CoreFoundation 0x0000000212810fac _CFBundleEnsureBundleExistsForImagePath + 20 (CFBundle.c:1587)6 CoreFoundation 0x0000000212813288 _CFBundleEnsureBundlesExistForImagePaths + 60 (CFBundle.c:1629)7 CoreFoundation 0x0000000212811078 _CFBundleEnsureAllBundlesUpToDate + 32 (CFBundle.c:1659)8 CoreFoundation 0x0000000212810ec0 CFBundleGetBundleWithIdentifier + 304 (CFBundle.c:530)9 Foundation 0x000000021323d5f0 +[NSBundle bundleWithIdentifier:] + 28 (NSBundle.m:810)10 MyApp 0x0000000102f408f4 0x102a74000 + 503218011 MyApp 0x0000000103008008 0x102a74000 + 584909612 MyApp 0x0000000103007490 0x102a74000 + 584616013 MyApp 0x000000010300608c 0x102a74000 + 584103614 MyApp 0x0000000103006028 0x102a74000 + 584093615 libdispatch.dylib 0x000000021230ba38 _dispatch_call_block_and_release + 24 (init.c:1372)16 libdispatch.dylib 0x000000021230c7d4 _dispatch_client_callout + 16 (object.m:511)17 libdispatch.dylib 0x00000002122b1018 _dispatch_continuation_pop$VARIANT$mp + 412 (inline_internal.h:2441)18 libdispatch.dylib 0x00000002122b06dc _dispatch_async_redirect_invoke + 600 (queue.c:796)19 libdispatch.dylib 0x00000002122bd02c _dispatch_root_queue_drain + 372 (inline_internal.h:2482)20 libdispatch.dylib 0x00000002122bd8d0 _dispatch_worker_thread2 + 128 (queue.c:6072)21 libsystem_pthread.dylib 0x00000002124ec1b4 _pthread_wqthread + 464 (pthread.c:2361)22 libsystem_pthread.dylib 0x00000002124eecd4 start_wqthread + 4Thread 19:0 libsystem_pthread.dylib 0x00000002124eecd0 start_wqthread + 0 (pthread_dependency.c:69)Thread 20:0 libsystem_pthread.dylib 0x00000002124eecd0 start_wqthread + 0 (pthread_dependency.c:69)Thread 21:0 libsystem_pthread.dylib 0x00000002124eecd0 start_wqthread + 0 (pthread_dependency.c:69)Thread 22:0 libsystem_pthread.dylib 0x00000002124eecd0 start_wqthread + 0 (pthread_dependency.c:69)Thread 23:0 libsystem_pthread.dylib 0x00000002124eecd0 start_wqthread + 0 (pthread_dependency.c:69)Thread 24 name:Thread 24:0 libsystem_kernel.dylib 0x0000000212468ee4 __psynch_cvwait + 81 libsystem_pthread.dylib 0x00000002124e3cf8 _pthread_cond_wait$VARIANT$mp + 636 (pthread_cond.c:578)2 JavaScriptCore 0x0000000219a2a594 ***::ThreadCondition::timedWait(***::Mutex&, ***::WallTime) + 144 (ThreadingPthreads.cpp:543)3 JavaScriptCore 0x0000000219a111dc ***::ParkingLot::parkConditionallyImpl(void const*, ***::ScopedLambda<bool ()> const&, ***::Scope... + 2004 (ParkingLot.cpp:596)4 JavaScriptCore 0x00000002199e5020 bool ***::Condition::waitUntil<***::Lock>(***::Lock&, ***::TimeWithDynamicClockType const&) + 184 (ParkingLot.h:80)5 JavaScriptCore 0x00000002199e53b0 ***::Function<void ()>::CallableWrapper<***::AutomaticThread::start(***::AbstractLocker const&)::... + 216 (Condition.h:115)6 JavaScriptCore 0x0000000219a287f8 ***::Thread::entryPoint(***::Thread::NewThreadContext*) + 260 (Function.h:56)7 JavaScriptCore 0x0000000219a29d04 ***::wtfThreadEntryPoint(void*) + 12 (ThreadingPthreads.cpp:202)8 libsystem_pthread.dylib 0x00000002124eb2c0 _pthread_body + 128 (pthread.c:857)9 libsystem_pthread.dylib 0x00000002124eb220 _pthread_start + 44 (pthread.c:884)10 libsystem_pthread.dylib 0x00000002124eecdc thread_start + 4Thread 13 crashed with ARM Thread State (64-bit): x0: 0x0000000280d6c300 x1: 0x000000023f36cd72 x2: 0x0000000000000000 x3: 0x00000002124a00d0 x4: 0x000000010ae859f0 x5: 0x0000000000000022 x6: 0x0000000000000000 x7: 0x0000000000000403 x8: 0x000000023f36c000 x9: 0xf6c628147d8f0092 x10: 0x000000000000001f x11: 0x000000000000001c x12: 0x000000000000001c x13: 0x0000a91da823c300 x14: 0x000000023f494d5c x15: 0x0000000000000095 x16: 0x0000000da823c300 x17: 0x000000022e78bf50 x18: 0x0000000000000000 x19: 0x0000000000000000 x20: 0x000000010ed2d1f0 x21: 0x000000010ed2d200 x22: 0x0000000000000001 x23: 0x000000016da61fc7 x24: 0x000000021b39f84c x25: 0x000000016da61fc8 x26: 0x000000016da61fb0 x27: 0x000000016da62170 x28: 0x0000000000000001 fp: 0x000000016da61f90 lr: 0x000000021cbc7410 sp: 0x000000016da61f90 pc: 0x0000000211abe530 cpsr: 0x20000000Binary Images:0x102a74000 - 0x103437fff MyApp arm64 <907f3a2dc3cf3885884b3c270249b3f9> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/MyApp0x103870000 - 0x1038d7fff Alamofire arm64 <e3e25469432b30a79328260ebe14a3b9> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/Alamofire.framework/Alamofire0x1039b0000 - 0x1039bffff BEMCheckBox arm64 <50b70f9cdaef3e3ba99c3f7e7b224fdb> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/BEMCheckBox.framework/BEMCheckBox0x1039d4000 - 0x1039e7fff EAIntroView arm64 <54f41c80a8743841a51fc80830bc25c7> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/EAIntroView.framework/EAIntroView0x103a00000 - 0x103a07fff EARestrictedScrollView arm64 <3a17f31a839a33a4a94c630293cf4e09> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/EARestrictedScrollView.framework/EARestrictedScrollView0x103a18000 - 0x103a2ffff GoogleUtilities arm64 <58a824ca37473e8a9089f8ada6faf4ba> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/GoogleUtilities.framework/GoogleUtilities0x103a5c000 - 0x103ab3fff dyld arm64 <9c893b6aa3b13d9596326ef6952e7195> /usr/lib/dyld0x103b1c000 - 0x107023fff ArcGIS arm64 <05299ea02bc238f79fb3084119b727e0> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/ArcGIS.framework/ArcGIS0x109830000 - 0x10985bfff GTMSessionFetcher arm64 <0c1563e5d98d34b3acab4dfdced2270d> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher0x1098a0000 - 0x1098a7fff ImageCenterButton arm64 <d41507cc6b5336738cba7e3b4c04cb4b> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/ImageCenterButton.framework/ImageCenterButton0x1098b8000 - 0x1098e7fff JSQMessagesViewController arm64 <0fc749501b97347b8092fbb1a58336c7> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/JSQMessagesViewController.framework/JSQMessagesViewController0x109940000 - 0x109947fff JSQSystemSoundPlayer arm64 <dc1fbbf729753208b76943db2671670f> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/JSQSystemSoundPlayer.framework/JSQSystemSoundPlayer0x109958000 - 0x10997ffff NVActivityIndicatorView arm64 <0fa8da9818263e56ac702614aa3370b8> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/NVActivityIndicatorView.framework/NVActivityIndicatorView0x1099d4000 - 0x1099dbfff Reachability arm64 <b82cbe7bdc5c37c0ab73535b2c21367a> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/Reachability.framework/Reachability0x1099ec000 - 0x1099f3fff RxAtomic arm64 <e49cc8355d483ecfb54816307d4b02eb> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/RxAtomic.framework/RxAtomic0x109a04000 - 0x109a93fff RxCocoa arm64 <1aa39bd327a73e0e9ac67eb7bd3bf49f> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/RxCocoa.framework/RxCocoa0x109c18000 - 0x109c27fff RxCoreLocation arm64 <8d4a008e8a6b36da851bf5f52485bf76> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/RxCoreLocation.framework/RxCoreLocation0x109c50000 - 0x109d07fff RxSwift arm64 <5b97c0a276ae3e3cb0dfb6d4f01dc6ed> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/RxSwift.framework/RxSwift0x109eec000 - 0x109f13fff SDWebImage arm64 <7d643764d75c3a4b9f249bd2b27200bc> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/SDWebImage.framework/SDWebImage0x109f58000 - 0x109f77fff Siren arm64 <e57c2d60d2693ff0a6258c95170376f2> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/Siren.framework/Siren0x109fc8000 - 0x10a007fff SwiftMessages arm64 <bc2c7ae91d343fb68bd3d39657584dcc> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/SwiftMessages.framework/SwiftMessages0x10a0b4000 - 0x10a0e7fff SwiftyBeaver arm64 <1031e3052fbc30d0959dafe084c41fa4> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/SwiftyBeaver.framework/SwiftyBeaver0x10a150000 - 0x10a17ffff SwiftyJSON arm64 <75d008f8aca83abc85fdba7699d2bf39> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/SwiftyJSON.framework/SwiftyJSON0x10a1c0000 - 0x10a1effff SwipeCellKit arm64 <38bed6307d3d3effb3624b85fa9ece62> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/SwipeCellKit.framework/SwipeCellKit0x10a26c000 - 0x10a283fff SwipeMenuViewController arm64 <c9e0e51bcf3839da888942dc76b7bfbe> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/SwipeMenuViewController.framework/SwipeMenuViewController0x10a2c0000 - 0x10a2f7fff leveldb arm64 <796b846b6c283603a5e07007e3d50c23> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/leveldb.framework/leveldb0x10a34c000 - 0x10a357fff nanopb arm64 <6ce8ae62e53f33d7bb3e54c6bd1290bc> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/nanopb.framework/nanopb0x10a368000 - 0x10a37bfff libswiftAVFoundation.dylib arm64 <b25d821f6ccd3d00952742ab93d2cd1b> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/libswiftAVFoundation.dylib0x10a38c000 - 0x10a6c3fff libswiftCore.dylib arm64 <a6ddef6199143f14876bac3d281b4cfe> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/libswiftCore.dylib0x10a7d4000 - 0x10a7dbfff libswiftCoreAudio.dylib arm64 <36b727cd39143904a209b5a3b8bff675> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/libswiftCoreAudio.dylib0x10a7e8000 - 0x10a7effff libswiftCoreFoundation.dylib arm64 <47deeaa1967b3e339dfcb48535a994e1> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/libswiftCoreFoundation.dylib0x10a7fc000 - 0x10a80bfff libswiftCoreGraphics.dylib arm64 <25fe91aa901b3cf6a443b498012ab5af> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/libswiftCoreGraphics.dylib0x10a820000 - 0x10a827fff libswiftCoreImage.dylib arm64 <762a9d5e144d38b5b02b910e61486196> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/libswiftCoreImage.dylib0x10a834000 - 0x10a83bfff libswiftCoreLocation.dylib arm64 <9a0a7186ab2839738011f49b762b2da5> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/libswiftCoreLocation.dylib0x10a848000 - 0x10a84ffff libswiftCoreMedia.dylib arm64 <06b0623f34253ddf9b6ff90d64b1ca3b> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/libswiftCoreMedia.dylib0x10a85c000 - 0x10a867fff libswiftDarwin.dylib arm64 <b430370f979638fea97ab26a84bcb5d6> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/libswiftDarwin.dylib0x10a878000 - 0x10a893fff libswiftDispatch.dylib arm64 <7ad01fe8bf9f3bad811e9c5ce8c68f8f> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/libswiftDispatch.dylib0x10a8b0000 - 0x10a9fffff libswiftFoundation.dylib arm64 <0848e6ddbbfb31ae87c86b45ff691470> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/libswiftFoundation.dylib0x10aa88000 - 0x10aa8ffff libswiftMapKit.dylib arm64 <6107ef21e7e53469a19478878db8b5ad> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/libswiftMapKit.dylib0x10aa9c000 - 0x10aaa7fff libswiftMediaPlayer.dylib arm64 <8a1344dbe7873d579beebf4748f3e5cc> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/libswiftMediaPlayer.dylib0x10aab4000 - 0x10aabbfff libswiftMetal.dylib arm64 <7a56d69e55fb3a23a40cfb2c2abae537> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/libswiftMetal.dylib0x10aac8000 - 0x10aacffff libswiftObjectiveC.dylib arm64 <ec73a6a65788317397cc32bbd09d8fbd> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/libswiftObjectiveC.dylib0x10aadc000 - 0x10aae3fff libswiftPhotos.dylib arm64 <d1952a7928d1391abf2588cbc952cd7e> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/libswiftPhotos.dylib0x10aaf0000 - 0x10aaf7fff libswiftQuartzCore.dylib arm64 <5b0df8513fdc35f480865794bac2b551> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/libswiftQuartzCore.dylib0x10ab04000 - 0x10ab13fff libswiftUIKit.dylib arm64 <7b96c8dddb1337a9b8b2a806cd798a69> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/libswiftUIKit.dylib0x10ab28000 - 0x10ab63fff libswiftsimd.dylib arm64 <fbda20ab3fe3304abe20e4184fb2e40f> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/libswiftsimd.dylib0x10ab84000 - 0x10ab8bfff libswiftos.dylib arm64 <8e3b4ee77a833c3fad9499717ed18eec> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/libswiftos.dylib0x10ab98000 - 0x10ab9ffff libswiftCoreData.dylib arm64 <0a02e2d49c383356b928e3c14a6611eb> /var/containers/Bundle/Application/1423C192-0EFC-4832-BF04-F14CE5616963/MyApp.app/Frameworks/libswiftCoreData.dylib0x10aff0000 - 0x10affbfff libobjc-trampolines.dylib arm64 <7e51dd446ecc38e6a5ab21d88fc0e15b> /usr/lib/libobjc-trampolines.dylib0x211a36000 - 0x211a37fff libSystem.B.dylib arm64 <2d9d93c74687353281fc2f486a371680> /usr/lib/libSystem.B.dylib0x211a38000 - 0x211a8dfff libc++.1.dylib arm64 <e1843de67f9234e6a7c59cfb6ffe5e76> /usr/lib/libc++.1.dylib0x211a8e000 - 0x211aa0fff libc++abi.dylib arm64 <b2407b2b53073779b86b8765c6ea72c2> /usr/lib/libc++abi.dylib0x211aa1000 - 0x212228fff libobjc.A.dylib arm64 <c48d66667b893a29959044bb49a1973e> /usr/lib/libobjc.A.dylib0x212229000 - 0x21222dfff libcache.dylib arm64 <22202d885c35395a9734dc0d7dc02b29> /usr/lib/system/libcache.dylib0x21222e000 - 0x212239fff libcommonCrypto.dylib arm64 <0670536269b63ab289d61f36dd2aa431> /usr/lib/system/libcommonCrypto.dylib0x21223a000 - 0x21223efff libcompiler_rt.dylib arm64 <14258a4709af3ffba47a04bc00b9646a> /usr/lib/system/libcompiler_rt.dylib0x21223f000 - 0x212247fff libcopyfile.dylib arm64 <903036d60844385987e8bec76e22bcad> /usr/lib/system/libcopyfile.dylib0x212248000 - 0x2122abfff libcorecrypto.dylib arm64 <9f7915fc35b737e880ff06f14f73d523> /usr/lib/system/libcorecrypto.dylib0x2122ac000 - 0x21231bfff libdispatch.dylib arm64 <94dcbc89bacb39beadffccea74e7bdb6> /usr/lib/system/libdispatch.dylib0x21231c000 - 0x212345fff libdyld.dylib arm64 <39ee943ad0ca301180519d4a1173734f> /usr/lib/system/libdyld.dylib0x212346000 - 0x212346fff liblaunch.dylib arm64 <729cfcd40d393f308cdbb266917306db> /usr/lib/system/liblaunch.dylib0x212347000 - 0x21234cfff libmacho.dylib arm64 <0cc10aed9fe1322fa37cdd01e6c3e771> /usr/lib/system/libmacho.dylib0x21234d000 - 0x21234efff libremovefile.dylib arm64 <5a2545f357d6342d9641ec17eedebf59> /usr/lib/system/libremovefile.dylib0x21234f000 - 0x212366fff libsystem_asl.dylib arm64 <40fd59634e5532d49a4f441f37283d0e> /usr/lib/system/libsystem_asl.dylib0x212367000 - 0x212367fff libsystem_blocks.dylib arm64 <8dd7ed74d37d3dde8eb600edf862c82f> /usr/lib/system/libsystem_blocks.dylib0x212368000 - 0x2123e9fff libsystem_c.dylib arm64 <5dcc765a916a3daeb108d6502c377ae4> /usr/lib/system/libsystem_c.dylib0x2123ea000 - 0x2123eefff libsystem_configuration.dylib arm64 <99cc1779fbeb371a8dc9971a007cf6e1> /usr/lib/system/libsystem_configuration.dylib0x2123ef000 - 0x2123f5fff libsystem_containermanager.dylib arm64 <b342816916ef3f3e9e22cf2f1544acfd> /usr/lib/system/libsystem_containermanager.dylib0x2123f6000 - 0x2123f7fff libsystem_coreservices.dylib arm64 <90373e3876e03823a8ed93ea69564b3d> /usr/lib/system/libsystem_coreservices.dylib0x2123f8000 - 0x2123fefff libsystem_darwin.dylib arm64 <24fd8e0c02383189a10f80ac34a9755c> /usr/lib/system/libsystem_darwin.dylib0x2123ff000 - 0x212405fff libsystem_dnssd.dylib arm64 <1fb1d15c469934529208e8bd6ad41085> /usr/lib/system/libsystem_dnssd.dylib0x212406000 - 0x212445fff libsystem_info.dylib arm64 <82fee029e7e039cfbf2b75818cd69028> /usr/lib/system/libsystem_info.dylib0x212446000 - 0x212470fff libsystem_kernel.dylib arm64 <cc9f9508b5bf3478a442f3cec1591804> /usr/lib/system/libsystem_kernel.dylib0x212471000 - 0x21249efff libsystem_m.dylib arm64 <fa8fefc7c2f33c228b635f1526ee1943> /usr/lib/system/libsystem_m.dylib0x21249f000 - 0x2124c1fff libsystem_malloc.dylib arm64 <3cf7982226b039749f8eebd3f328c63e> /usr/lib/system/libsystem_malloc.dylib0x2124c2000 - 0x2124cdfff libsystem_networkextension.dylib arm64 <16d95a4894953f70bdbd6b2e6fa2ada3> /usr/lib/system/libsystem_networkextension.dylib0x2124ce000 - 0x2124d4fff libsystem_notify.dylib arm64 <3e85f77a7641310c827a7e926a8bf673> /usr/lib/system/libsystem_notify.dylib0x2124d5000 - 0x2124dffff libsystem_platform.dylib arm64 <8b5dd1f4cd3c3c99b2911f7290ddf050> /usr/lib/system/libsystem_platform.dylib0x2124e0000 - 0x2124f0fff libsystem_pthread.dylib arm64 <beb13d8311cd3aa1a18dea822da57c69> /usr/lib/system/libsystem_pthread.dylib0x2124f1000 - 0x2124f3fff libsystem_sandbox.dylib arm64 <1328091ae30237658e045dcbb41772f9> /usr/lib/system/libsystem_sandbox.dylib0x2124f4000 - 0x2124fbfff libsystem_symptoms.dylib arm64 <a31d562710bd3d99a1cff7b78de4491a> /usr/lib/system/libsystem_symptoms.dylib0x2124fc000 - 0x212511fff libsystem_trace.dylib arm64 <813eaa7de9753714a813eabaea1e39e2> /usr/lib/system/libsystem_trace.dylib0x212512000 - 0x212517fff libunwind.dylib arm64 <e00ff283d08538c1b34675a5e665bcdc> /usr/lib/system/libunwind.dylib0x212518000 - 0x212545fff libxpc.dylib arm64 <7047fecf09023c959ca2a8499239f4a2> /usr/lib/system/libxpc.dylib0x212546000 - 0x2127a1fff libicucore.A.dylib arm64 <9015b4c283943ee891433bd65535e6bf> /usr/lib/libicucore.A.dylib0x2127a2000 - 0x2127b3fff libz.1.dylib arm64 <869dd3bee3ba3e7abd0cbad2f428cdbc> /usr/lib/libz.1.dylib0x2127b4000 - 0x212b10fff CoreFoundation arm64 <8f67863fa23e377190d7993168740877> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation0x212b11000 - 0x212b21fff libbsm.0.dylib arm64 <4524c293a9ab3f40bd476f0e665dfc55> /usr/lib/libbsm.0.dylib0x212b22000 - 0x212b22fff libenergytrace.dylib arm64 <4733292256c23d85910a258f21770d6c> /usr/lib/libenergytrace.dylib0x212b23000 - 0x212bb1fff IOKit arm64 <8cbd79075b063189808df404fe3ae179> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit0x212bb2000 - 0x212c99fff libxml2.2.dylib arm64 <1b51169d88b436ac8b374a52fc7ee591> /usr/lib/libxml2.2.dylib0x212c9a000 - 0x212ca7fff libbz2.1.0.dylib arm64 <0c1876f0044234339a72c5d1f1ab2c9b> /usr/lib/libbz2.1.0.dylib0x212ca8000 - 0x212cc0fff liblzma.5.dylib arm64 <dbbb8e6e5cd333969343748c303a771d> /usr/lib/liblzma.5.dylib0x212cc1000 - 0x212e3afff libsqlite3.dylib arm64 <48776c5c404d3ed589a60f07eb2e995b> /usr/lib/libsqlite3.dylib0x212e3b000 - 0x212e6ffff libMobileGestalt.dylib arm64 <0d11307f9a3e3ddb80779e03e5e6a31c> /usr/lib/libMobileGestalt.dylib0x212e70000 - 0x21321dfff CFNetwork arm64 <f76b7b973d7d306484d1922a6b85d0f8> /System/Library/Frameworks/CFNetwork.framework/CFNetwork0x21321e000 - 0x213508fff Foundation arm64 <25293172df9f3fb99e4ffd4ea250557e> /System/Library/Frameworks/Foundation.framework/Foundation0x213509000 - 0x213617fff Security arm64 <198a5510ae6c3605898d3b06c7dec3d9> /System/Library/Frameworks/Security.framework/Security0x213618000 - 0x213681fff SystemConfiguration arm64 <67fe60d5ad553f63a9f973e11e5a9dad> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration0x213682000 - 0x2136b4fff libCRFSuite.dylib arm64 <c2a13500b7e33a71b9c36cb6bb890286> /usr/lib/libCRFSuite.dylib0x2136b5000 - 0x2136cbfff libapple_nghttp2.dylib arm64 <1637a851ff65353888978ec0c4d1e0ac> /usr/lib/libapple_nghttp2.dylib0x2136cc000 - 0x2136f5fff libarchive.2.dylib arm64 <598c101a5eaa3da89ddf37e4a8003757> /usr/lib/libarchive.2.dylib0x2136f6000 - 0x2137bdfff libboringssl.dylib arm64 <257b28e49d1132538179c8d287e8ad16> /usr/lib/libboringssl.dylib0x2137be000 - 0x2137d4fff libcoretls.dylib arm64 <89b2a60485493023b95e8ec9e624c5f7> /usr/lib/libcoretls.dylib0x2137d5000 - 0x2137d6fff libcoretls_cfhelpers.dylib arm64 <83728d8a332239578fb6ace719b8e0ac> /usr/lib/libcoretls_cfhelpers.dylib0x2137d7000 - 0x2137d8fff liblangid.dylib arm64 <eb6be37c1f11338088aaf9cc9b08cc6b> /usr/lib/liblangid.dylib0x2137d9000 - 0x213b49fff libnetwork.dylib arm64 <c8c1090660d536519b1fad5945225560> /usr/lib/libnetwork.dylib0x213b4a000 - 0x213b7dfff libpcap.A.dylib arm64 <ba41e93b1cca3f14847891c4cf5750cf> /usr/lib/libpcap.A.dylib0x213b7e000 - 0x213bdbfff libusrtcp.dylib arm64 <3d2ea758e1c3378b9a889d7f84a7a7d4> /usr/lib/libusrtcp.dylib0x213bdc000 - 0x213be8fff IOSurface arm64 <24abbc56094a3cdcb452e7e7e58e8ce7> /System/Library/Frameworks/IOSurface.framework/IOSurface0x213be9000 - 0x213c9bfff libBLAS.dylib arm64 <1227677a0887399cabb9f71366fe24db> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib0x213c9c000 - 0x213fb8fff libLAPACK.dylib arm64 <ce98dc1d007d31619daf31c5adac2442> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib0x213fb9000 - 0x214227fff vImage arm64 <41f05566962d355e91f4477b4e772f70> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage0x214228000 - 0x214239fff libSparseBLAS.dylib arm64 <338f8bc90d683be99382785725295111> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib0x21423a000 - 0x214294fff libvMisc.dylib arm64 <bc70159cdf0e3898a103465d9b005d36> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib0x214295000 - 0x2142c3fff libBNNS.dylib arm64 <eb84695115b436b0bc094c2093447946> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib0x2142c4000 - 0x2142d8fff libLinearAlgebra.dylib arm64 <20ba3f17bfc0399bb11c86ba2229eb39> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib0x2142d9000 - 0x2142ddfff libQuadrature.dylib arm64 <f28bbbb64cec3491afa2b8e612bcb6c9> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib0x2142de000 - 0x21434cfff libSparse.dylib arm64 <115f63580cd03880bd3532006327fc91> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib0x21434d000 - 0x2143ddfff libvDSP.dylib arm64 <7e74fa8ecbaf3facb1ac7c3e5b7b2843> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib0x2143de000 - 0x2143defff vecLib arm64 <a1abbd2b223933ba966abab8ce22b3be> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib0x2143df000 - 0x2143dffff Accelerate arm64 <17b91b414a5c3add8f30fe76901ab19a> /System/Library/Frameworks/Accelerate.framework/Accelerate0x2143e0000 - 0x2143f7fff libcompression.dylib arm64 <14d85278114631f8b8384811ef3ba90d> /usr/lib/libcompression.dylib0x2143f8000 - 0x21499cfff CoreGraphics arm64 <d0efda4febfd32be87af4ca6191fa356> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics0x21499d000 - 0x2149a2fff IOAccelerator arm64 <82d5bf7d8aa23351881345c17cc0f5d1> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator0x2149a3000 - 0x2149a8fff libCoreFSCache.dylib arm64 <b15618da4b7f347a9df5eb993d690b9f> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib0x2149a9000 - 0x214a4dfff Metal arm64 <20bff78b5b9f3877a27d0083a594eb63> /System/Library/Frameworks/Metal.framework/Metal0x214a4e000 - 0x214a60fff GraphicsServices arm64 <e8535e857a0c368483051d66703ec391> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices0x214a61000 - 0x214a61fff MobileCoreServices arm64 <84949e37138737c488acfe4d81f23634> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices0x214a62000 - 0x214a64fff IOSurfaceAccelerator arm64 <bbde7ec6029033c48544300be8e04ae3> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator0x214a65000 - 0x214aa7fff AppleJPEG arm64 <47f914569162375c85d858d2edf92463> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG0x214aa8000 - 0x215044fff ImageIO arm64 <d93107d7853e394aa20505d1dbf6facf> /System/Library/Frameworks/ImageIO.framework/ImageIO0x215045000 - 0x2150b3fff BaseBoard arm64 <345238425f6d348c8cce0c59797c54dd> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard0x2150b4000 - 0x2150c9fff AssertionServices arm64 <bf3871acff283785bbbc9556abf09265> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices0x2150ca000 - 0x2150d2fff CorePhoneNumbers arm64 <4123c73c515830768ad46d6c1efbb38c> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers0x2150d3000 - 0x215116fff AppSupport arm64 <57d2d9ea472335769c846670f9fddccb> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport0x215117000 - 0x21512ffff CrashReporterSupport arm64 <13c0b22ea99c336b80fb210972762030> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport0x215130000 - 0x215135fff AggregateDictionary arm64 <95a34ce9fd14339383d991821b281389> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary0x215136000 - 0x2151b1fff libTelephonyUtilDynamic.dylib arm64 <d77edc67ae16313fb8ac305524407770> /usr/lib/libTelephonyUtilDynamic.dylib0x2151b2000 - 0x2151d0fff ProtocolBuffer arm64 <91032fdf155b3f87924a7525285f16e4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer0x2151d1000 - 0x215200fff MobileKeyBag arm64 <6dededb77a1e357e8f9e0e4a4637cd8b> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag0x215201000 - 0x21523bfff BackBoardServices arm64 <8bdbee668d39300abe172a65eb4a21bf> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices0x21523c000 - 0x21529efff FrontBoardServices arm64 <3fb118c67c7c30bd8495888e2cae5eeb> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices0x21529f000 - 0x2152e4fff SpringBoardServices arm64 <2d2e5ec182f2350ea5a9806c1ec65e8d> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices0x2152e5000 - 0x2152f8fff PowerLog arm64 <b8b60a56684a357395eb6fb5c65cd5ea> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog0x2152f9000 - 0x215313fff CommonUtilities arm64 <f463a608c90b36f38c8e0cf12e59dd80> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities0x215314000 - 0x21531ffff liblockdown.dylib arm64 <c0d80ffabcea3568af858400ecd03b7f> /usr/lib/liblockdown.dylib0x215320000 - 0x215641fff CoreData arm64 <77d422003f2d3a87b81a262554be4dd1> /System/Library/Frameworks/CoreData.framework/CoreData0x215642000 - 0x215649fff TCC arm64 <a94663c4ec093573958c81409e49fe79> /System/Library/PrivateFrameworks/TCC.framework/TCC0x21564a000 - 0x215651fff libcupolicy.dylib arm64 <5ddf224db5933b6eac3ee6d462ddb6dc> /usr/lib/libcupolicy.dylib0x215652000 - 0x215725fff CoreTelephony arm64 <7faa89592ffa35f5a0b4d1c6e517552a> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony0x215726000 - 0x21577dfff Accounts arm64 <c2b61ce4ea203a72b1aca9907a9ba1d5> /System/Library/Frameworks/Accounts.framework/Accounts0x21577e000 - 0x2157a1fff AppleSauce arm64 <c6cedf639f933b688bdf4a5e3ec84673> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce0x2157a2000 - 0x2157abfff DataMigration arm64 <1d495a1462093f1c9c5998356a0a4484> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration0x2157ac000 - 0x2157b2fff Netrb arm64 <aed66358b06736c59dd96692815d6848> /System/Library/PrivateFrameworks/Netrb.framework/Netrb0x2157b3000 - 0x2157e4fff PersistentConnection arm64 <9bf92b0151753e6497f8d56bbb89430c> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection0x2157e5000 - 0x2157f5fff libmis.dylib arm64 <c1a959945e64374cbac9c372f7397df8> /usr/lib/libmis.dylib0x2157f6000 - 0x2158fbfff ManagedConfiguration arm64 <1ea0f673eed93dc5b0d63b3030b7e57a> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration0x2158fc000 - 0x215901fff libReverseProxyDevice.dylib arm64 <7f14b01b25433818b181f6c823088cdf> /usr/lib/libReverseProxyDevice.dylib0x215902000 - 0x215914fff libamsupport.dylib arm64 <eb4d3e6a60ec3bdb82d510289a55208d> /usr/lib/libamsupport.dylib0x215915000 - 0x21591afff libCoreVMClient.dylib arm64 <b6f900278f8b3bf88858dda31908764e> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib0x21591b000 - 0x21591cfff libCVMSPluginSupport.dylib arm64 <515a78781c723fe18fd06ceafb327f49> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib0x21591d000 - 0x215920fff libutil.dylib arm64 <7119d758cbad3f929f0db0096ad145ee> /usr/lib/libutil.dylib0x215921000 - 0x21595efff libGLImage.dylib arm64 <c977d1a0adbd3f01aeec2d7b2cc4b7b6> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib0x21595f000 - 0x2159dcfff APFS arm64 <ac71d9cf7f743d3d9f3152fc91f06dc6> /System/Library/PrivateFrameworks/APFS.framework/APFS0x2159dd000 - 0x215a0efff MediaKit arm64 <44a29345438735ebb25a9a2313a7b0df> /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit0x215a0f000 - 0x215a29fff libSERestoreInfo.dylib arm64 <97bf44461e753b79b8db1d39ced94382> /usr/lib/updaters/libSERestoreInfo.dylib0x215a30000 - 0x215a6bfff DiskImages arm64 <e83b36ea80653f479c7bb16df26e16ef> /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages0x215a6c000 - 0x215a75fff libGFXShared.dylib arm64 <f7762e821a563726a3356a83d2b97c35> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib0x215a76000 - 0x215ac3fff libauthinstall.dylib arm64 <144e5c893c6b32c5affa7f008b418cd7> /usr/lib/libauthinstall.dylib0x215ac4000 - 0x215accfff IOMobileFramebuffer arm64 <8d44fa21b7e63f859d5089f705d02a3e> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer0x215acd000 - 0x215ad7fff OpenGLES arm64 <f1a1ebe122f430a892da5e647cc51578> /System/Library/Frameworks/OpenGLES.framework/OpenGLES0x215ad8000 - 0x215b76fff ColorSync arm64 <e89fe66ea7cf33adaf6cc50e8ecca7f2> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync0x215b77000 - 0x215ba6fff CoreVideo arm64 <904fb734803c3169a3cd15a5bc1f7617> /System/Library/Frameworks/CoreVideo.framework/CoreVideo0x215ba7000 - 0x215ba8fff libCTGreenTeaLogger.dylib arm64 <2c66984be602379aafea29263178b490> /usr/lib/libCTGreenTeaLogger.dylib0x215ba9000 - 0x215cfafff CoreAudio arm64 <58d8cad0a77531b492bd63ace658737d> /System/Library/Frameworks/CoreAudio.framework/CoreAudio0x215cfb000 - 0x215d1afff CoreAnalytics arm64 <2cafb69811523cb98123fff76cc629d6> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics0x215d1b000 - 0x215d1efff UserFS arm64 <11a8ec06a2403df79847213fc7d494f7> /System/Library/PrivateFrameworks/UserFS.framework/UserFS0x215d1f000 - 0x215ed3fff CoreMedia arm64 <fbe41afac08633d8ad35c681d8d7807f> /System/Library/Frameworks/CoreMedia.framework/CoreMedia0x215ed4000 - 0x215ee6fff libprotobuf-lite.dylib arm64 <0e24be4937fd3374be8b526df7c2a6f4> /usr/lib/libprotobuf-lite.dylib0x215ee7000 - 0x215f44fff libprotobuf.dylib arm64 <4c45e56e96d23931801d0b742ac8d67e> /usr/lib/libprotobuf.dylib0x215f45000 - 0x216262fff libAWDSupportFramework.dylib arm64 <562e58f898003072a07cca40b77a0346> /usr/lib/libAWDSupportFramework.dylib0x216263000 - 0x2162a8fff WirelessDiagnostics arm64 <2a61b25d975b37d8ae38ee7f2d1acef4> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics0x2162a9000 - 0x216366fff ************ arm64 <270622373ffa3607b37bd0aa29973ef0> /System/Library/Frameworks/************.framework/************0x216367000 - 0x21646bfff libFontParser.dylib arm64 <ef659aa6a27f306a88d08fd3566f309e> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib0x21646c000 - 0x21646cfff FontServices arm64 <9b1a15c31384324d82f3d0ad3b30af6f> /System/Library/PrivateFrameworks/FontServices.framework/FontServices0x21646d000 - 0x2165cefff CoreText arm64 <874860ca41c93ca0a5617a84aeea4159> /System/Library/Frameworks/CoreText.framework/CoreText0x2165cf000 - 0x2165ddfff IntlPreferences arm64 <3b9fa3a80d813874bf7ed224fca2aef6> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences0x2165de000 - 0x2165e7fff RTCReporting arm64 <6ded5a8713db33fbba202fbe9b6aac9a> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting0x2165e8000 - 0x216699fff CoreBrightness arm64 <8895e1c0d236399db78bde7a3a4f5885> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness0x21669a000 - 0x2166a3fff libAudioStatistics.dylib arm64 <873e634c18fd30fbad2c913cf82f51d3> /usr/lib/libAudioStatistics.dylib0x2166a4000 - 0x216c42fff AudioToolbox arm64 <b29bb470bcf839388f7b218504b625a6> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox0x216c43000 - 0x216e7bfff QuartzCore arm64 <8060fa297c6d3d6d8fc5e517e32949d4> /System/Library/Frameworks/QuartzCore.framework/QuartzCore0x216e7c000 - 0x216e86fff MediaAccessibility arm64 <b3592f7724aa38a2882cc7cbe111969a> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility0x216e87000 - 0x216f79fff libiconv.2.dylib arm64 <fe16541a8a8436fe8fd4b265547c8414> /usr/lib/libiconv.2.dylib0x216f7a000 - 0x216f95fff NetworkStatistics arm64 <513eb3085b2a3bf7ad53520aa9637f49> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics0x216f96000 - 0x216fb4fff MPSCore arm64 <cb449b62caa736d182694490ba53305e> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore0x216fb5000 - 0x217028fff MPSImage arm64 <a3e10b5d7262304db150f16214ef56bb> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage0x217029000 - 0x21704dfff MPSMatrix arm64 <20c6f1bd1aa936a99dfc663f000661a4> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix0x21704e000 - 0x21705cfff CoreAUC arm64 <0aef421315bb36768e345479f799bef4> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC0x21705d000 - 0x2176eafff MediaToolbox arm64 <6e58002c4a683422a1db9ecb5f1b043a> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox0x2176eb000 - 0x217855fff MPSNeuralNetwork arm64 <33cf8604bd3f311ebb5e2b787b12bd1f> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork0x217856000 - 0x217856fff MetalPerformanceShaders arm64 <8bfda59148c93272b7138316ddf1054f> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders0x217857000 - 0x217c69fff FaceCore arm64 <090fc62fbb4d35cebc28aec9cac050c2> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore0x217c6a000 - 0x217c77fff GraphVisualizer arm64 <cf77d192ab3b3d86a90c4250e1489553> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer0x217c78000 - 0x217e9cfff libFosl_dynamic.dylib arm64 <7ede3433c042323f878768e6b2aeac82> /usr/lib/libFosl_dynamic.dylib0x217e9d000 - 0x218131fff CoreImage arm64 <4a7ba5ab212936c6b29dcb977f2a1471> /System/Library/Frameworks/CoreImage.framework/CoreImage0x218132000 - 0x218354fff CoreMotion arm64 <bbcac1b9e7e73eb9b1c2970ab6139963> /System/Library/Frameworks/CoreMotion.framework/CoreMotion0x218355000 - 0x218383fff CoreBluetooth arm64 <552872c8ba9133b6b8e03b61f089c6bc> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth0x218384000 - 0x2183a5fff PlugInKit arm64 <84fb63c398903b8daef3e6eabcb7cd3a> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit0x2183a6000 - 0x218631fff ********* arm64 <1876a183dda73974a18dd6754aee48df> /System/Library/PrivateFrameworks/*********.framework/*********0x218632000 - 0x2186b3fff Quagga arm64 <f440fa25ee1137faa84c7b9788081ffe> /System/Library/PrivateFrameworks/Quagga.framework/Quagga0x2186b4000 - 0x2187aafff AVFAudio arm64 <75d5931f72493d498cbebdf30d4c8c5f> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio0x2187ab000 - 0x2189a7fff AVFoundation arm64 <2fdf6c729aea3bac804f58a4d423858a> /System/Library/Frameworks/AVFoundation.framework/AVFoundation0x2189a8000 - 0x2189c5fff CacheDelete arm64 <530a2ede5dbe30ddab6103fd97b05e8a> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete0x2189c6000 - 0x2189fffff StreamingZip arm64 <a9885f96aacf3ea8824b043bbe9ef1f6> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip0x218a00000 - 0x218a12fff CoreEmoji arm64 <8a100e765c883772b9b194a82993f4b1> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji0x218a13000 - 0x218a62fff CoreLocationProtobuf arm64 <351352a1039e3c8bb07e5f6a85bf5573> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf0x218a63000 - 0x218a6afff SymptomDiagnosticReporter arm64 <7783836afe7639728b332ded392eff6e> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter0x218a6b000 - 0x219452fff GeoServices arm64 <f41aebadb8da3cc5b19b6355b4fa3468> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices0x219453000 - 0x21946dfff MobileAsset arm64 <3fe229af74fc39ea9ce61f966174b520> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset0x21946e000 - 0x2194a9fff Lexicon arm64 <ff7c96af06ea3dd6a4406579302052bc> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon0x2194aa000 - 0x2194bbfff libcmph.dylib arm64 <7b66dd34551b337494f840670cfacc4d> /usr/lib/libcmph.dylib0x2194bc000 - 0x2195cbfff LanguageModeling arm64 <6c7318c91c883e029101c8b64b278375> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling0x2195e3000 - 0x21967dfff CoreLocation arm64 <dc0e318150a73f68ae8b7a133517d30c> /System/Library/Frameworks/CoreLocation.framework/CoreLocation0x21967e000 - 0x21967efff PhoneNumbers arm64 <4f355fec17cb3c77a8ec75e177dcf312> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers0x21967f000 - 0x219689fff libChineseTokenizer.dylib arm64 <7810a2deed8a3e6c8043722f980678af> /usr/lib/libChineseTokenizer.dylib0x21968a000 - 0x21973afff libmecab_em.dylib arm64 <ec3fa96fda2a33a49c7faa02c0577008> /usr/lib/libmecab_em.dylib0x21973b000 - 0x21973cfff libThaiTokenizer.dylib arm64 <e152ff6a814236c5988efd45048a5137> /usr/lib/libThaiTokenizer.dylib0x21973d000 - 0x219741fff libgermantok.dylib arm64 <21ccc577cc9f3c90bf8afef330408136> /usr/lib/libgermantok.dylib0x219742000 - 0x2197a5fff CoreNLP arm64 <c6890c9311cb335c99443e676d4a08f2> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP0x2197b2000 - 0x219976fff MobileSpotlightIndex arm64 <8c17b55bca703ba98a358c2af8440657> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex0x219977000 - 0x2199d8fff CoreSpotlight arm64 <76eda4d4ded236eaa227aefdbd7e7050> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight0x2199d9000 - 0x21a686fff JavaScriptCore arm64 <1bc6cd920d453a83a72a73d261be2117> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore0x21a687000 - 0x21a68cfff libheimdal-asn1.dylib arm64 <19e762f603693fa380d216de53826807> /usr/lib/libheimdal-asn1.dylib0x21a68d000 - 0x21a707fff libate.dylib arm64 <d019a3a7803b35feac3e8517819e49c5> /usr/lib/libate.dylib0x21a708000 - 0x21a7affff TextureIO arm64 <181bc23c77553f23ac6b4354f6a2c5b3> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO0x21a7b0000 - 0x21a873fff CoreUI arm64 <8d6f79d88d713acb98c264f95776b2c3> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI0x21a874000 - 0x21a881fff MobileIcons arm64 <682eaae2db8c3ed7898a5a5b27930ba8> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons0x21a882000 - 0x21a890fff AppleFSCompression arm64 <76258bbc7d14347388ba91e715d3ef6c> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression0x21a891000 - 0x21a8f9fff TextInput arm64 <317ba15bc1fb3718a6b1cb0a5d8dace7> /System/Library/PrivateFrameworks/TextInput.framework/TextInput0x21a923000 - 0x21a956fff DataDetectorsCore arm64 <4245d8031493392aaf02727385b6beb7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore0x21a957000 - 0x21a9e8fff FileProvider arm64 <5b39368c5ebe36afa34316a0f8746ca1> /System/Library/Frameworks/FileProvider.framework/FileProvider0x21a9e9000 - 0x21aadefff NLP arm64 <552662f61f9b346e81c6fe5385b19f9d> /System/Library/PrivateFrameworks/NLP.framework/NLP0x21aadf000 - 0x21abb4fff ProofReader arm64 <99365e679484375a939d6c3655540cda> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader0x21abb5000 - 0x21abcafff libAccessibility.dylib arm64 <fc3d0ed6be2f38a5a63f2870eceb200e> /usr/lib/libAccessibility.dylib0x21abcb000 - 0x21b0b9fff libwebrtc.dylib arm64 <9ff202110da03d16a9b6683b8f63164a> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib0x21b0ba000 - 0x21b11efff ContactsFoundation arm64 <b282425c82633b5b95426984c352fc83> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation0x21b11f000 - 0x21caddfff WebCore arm64 <43e48363fdab3cc792156132de8b84a7> /System/Library/PrivateFrameworks/WebCore.framework/WebCore0x21cade000 - 0x21cc77fff WebKitLegacy arm64 <6787d083461235548252c2280b10b6b8> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy0x21cc78000 - 0x21cca7fff DataAccessExpress arm64 <361dfa2228e139979f7c748c7d13ffed> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress0x21cca8000 - 0x21cd41fff AddressBookLegacy arm64 <c509a6761910319e83ddae070619153c> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy0x21cd42000 - 0x21cd99fff ProtectedCloudStorage arm64 <a2cc74dd9da83cbba7b1172b89e94366> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage0x21cd9a000 - 0x21cdcbfff UserNotifications arm64 <941ea9a0cdd03ef2ab89fcff03bfc5b0> /System/Library/Frameworks/UserNotifications.framework/UserNotifications0x21cdcc000 - 0x21cdd7fff AppleIDAuthSupport arm64 <750450df1fb53cc0bebbd730b41fe74e> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport0x21cdd8000 - 0x21ce2dfff AuthKit arm64 <a39b9c2b9a3c3bc6af9e0a90aab53ddf> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit0x21ce6c000 - 0x21ce6cfff UIKit arm64 <b5e5ca22f3003259aeb8210ab28ca482> /System/Library/Frameworks/UIKit.framework/UIKit0x21ce6d000 - 0x21ce80fff DocumentManagerCore arm64 <72fde387821f32dea89c06e66ecc77da> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore0x21ce81000 - 0x21ce8ffff HangTracer arm64 <1546787d016b3821a3d58be07bfd3e9c> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer0x21ce90000 - 0x21cedefff PhysicsKit arm64 <49c5ce4ab4053cdda1bdd4de6c7f033d> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit0x21cedf000 - 0x21cee3fff StudyLog arm64 <361514d41f653348bf94ec1edd7971e4> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog0x21cee4000 - 0x21cfcffff UIFoundation arm64 <9677209ff8ca3ad48379988a8221181f> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation0x21cfd0000 - 0x21d0f0fff CloudKit arm64 <ab26ccf3b57d39b884f0de4f989d1335> /System/Library/Frameworks/CloudKit.framework/CloudKit0x21d0f1000 - 0x21d0f8fff IntentsFoundation arm64 <b057918f6a18329ea9eb6eb84dae295b> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation0x21d0f9000 - 0x21d3dffff Intents arm64 <ae09e4adc7613b24b2f872266fa9d213> /System/Library/Frameworks/Intents.framework/Intents0x21d3e0000 - 0x21d3f8fff libresolv.9.dylib arm64 <b7de425b1b823164b94fe08749668b76> /usr/lib/libresolv.9.dylib0x21d3f9000 - 0x21d3fbfff CoreDuetDebugLogging arm64 <298c068f209e39f6bfce6eeea7139345> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging0x21d3fc000 - 0x21d42dfff libtidy.A.dylib arm64 <69aece969e9d370282486c7af3135cb7> /usr/lib/libtidy.A.dylib0x21d42e000 - 0x21d5e8fff CoreDuet arm64 <24d6bc0e6e013e31a4278111ed4f61df> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet0x21d5e9000 - 0x21d609fff CoreDuetContext arm64 <43a5d9f1e9cd3aa099c7809b29ef4871> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext0x21d60a000 - 0x21d61bfff CoreDuetDaemonProtocol arm64 <277972f876cb39bd97bd3c20067ea0ee> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol0x21d61c000 - 0x21d682fff IMFoundation arm64 <73cd34a359d3350e90dc984aea339df4> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation0x21d683000 - 0x21d6b4fff vCard arm64 <076debb75e7c3eac938a7ae4cedfc297> /System/Library/PrivateFrameworks/vCard.framework/vCard0x21d6b5000 - 0x21d7c6fff Contacts arm64 <266c860050813d3d8a455b71810784e7> /System/Library/Frameworks/Contacts.framework/Contacts0x21d7c7000 - 0x21d7c8fff DiagnosticLogCollection arm64 <56261a7d229e30a4bdab9ea0dcbe9f95> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection0x21d7c9000 - 0x21d7cafff Marco arm64 <1763514670473edaaef61bee283dae97> /System/Library/PrivateFrameworks/Marco.framework/Marco0x21d7cb000 - 0x21d7d2fff MessageProtection arm64 <b2738d4977dd341c8c3d3f9f9a70e2f3> /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection0x21d7d3000 - 0x21dabffff StoreServices arm64 <76bc32ac0c5b3ec6aed6865fb7357039> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices0x21dac0000 - 0x21dad6fff Engram arm64 <89c5e2d4382c331eb5d49083433d16f7> /System/Library/PrivateFrameworks/Engram.framework/Engram0x21dad7000 - 0x21dbe3fff IDSFoundation arm64 <10e5afe6f2fc33aeb3974b6189c965e9> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation0x21dbe4000 - 0x21dbeefff CaptiveNetwork arm64 <05f935a367443dfa8d0fc4db050923ff> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork0x21dbef000 - 0x21dc1efff EAP8021X arm64 <2e3f4aa248ed3dce99b8c8141e52491f> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X0x21dc1f000 - 0x21dc5cfff MobileWiFi arm64 <d6f0fe1cdd663e85947bd313450fc1fb> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi0x21dc5d000 - 0x21dc5ffff OAuth arm64 <eec14cba7dbf3375970cbf68dd0a534b> /System/Library/PrivateFrameworks/OAuth.framework/OAuth0x21dc60000 - 0x21dc62fff CommonAuth arm64 <c3eaae4f1d963d2ca44c2cc9ae0b06cf> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth0x21dc63000 - 0x21dcd2fff Heimdal arm64 <5df186d100683348a75ddd4b6cacf893> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal0x21dcd3000 - 0x21dcfcfff GSS arm64 <d26be6b8e29e3c2ab53d1bad25a1ea0d> /System/Library/Frameworks/GSS.framework/GSS0x21dcfd000 - 0x21dd14fff ApplePushService arm64 <dbdc276bc6dc32b4823031df472c347d> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService0x21dd15000 - 0x21dda4fff AccountsDaemon arm64 <a290cbf61db03a699bdf236bfc8b9625> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon0x21dda5000 - 0x21ddc6fff AppleIDSSOAuthentication arm64 <53515468bf8b3ab589b09ef9b997e37a> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication0x21ddc7000 - 0x21de47fff AppleAccount arm64 <e6e0de66e43c3deab8ccea8850b65902> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount0x21de48000 - 0x21dfbdfff CoreUtils arm64 <b61b3bea127d3a8a93263116916e3049> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils0x21dfbe000 - 0x21e0b7fff IDS arm64 <46b8e141760035ac835ab1fe0f69085f> /System/Library/PrivateFrameworks/IDS.framework/IDS0x21e0b8000 - 0x21e0defff MediaServices arm64 <a7966ce0c8483e9c90f529c6a6ecb4fd> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices0x21e0df000 - 0x21e2b2fff MediaRemote arm64 <17ac82c12b8e3200986c2aafb1a3d016> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote0x21e2b3000 - 0x21e2cdfff UserManagement arm64 <ef616c679dd638f4b84fd9983e30d117> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement0x21e2ce000 - 0x21e2defff MobileBluetooth arm64 <6599ffc2cb5e32948e26174df0d748a8> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth0x21e2df000 - 0x21e30ffff Bom arm64 <1a5601365b253bc0a0d1893bf2ad8c6f> /System/Library/PrivateFrameworks/Bom.framework/Bom0x21e310000 - 0x21e314fff CommunicationsFilter arm64 <80f59aade9ef321185e384ca0c1d009e> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter0x21e315000 - 0x21e335fff FTAWD arm64 <c28d2c40b63333caa1fd956be24242ee> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD0x21e336000 - 0x21e38bfff FTServices arm64 <8f6ec910c08333f5af5b8628b4cca5d2> /System/Library/PrivateFrameworks/FTServices.framework/FTServices0x21e3c3000 - 0x21e3cefff ProactiveEventTracker arm64 <333a1465e3483f4db6868ccac3f9c246> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker0x21e3cf000 - 0x21e41dfff ChunkingLibrary arm64 <ceeeff0b4606361b812f4ae3447729e4> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary0x21e41e000 - 0x21e42cfff libnetworkextension.dylib arm64 <14e17d913a403f0f816367fbd3299933> /usr/lib/libnetworkextension.dylib0x21e42d000 - 0x21e450fff AddressBook arm64 <f8bb0384f07133949cee91d2726be5f8> /System/Library/Frameworks/AddressBook.framework/AddressBook0x21f1aa000 - 0x21f347fff NetworkExtension arm64 <a360f71b21f13967b1d02e7970fe2cfe> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension0x21f348000 - 0x21f772fff SiriTTS arm64 <b58100a0f0d93f41b227ba43fbd194e7> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS0x21f7d2000 - 0x21f811fff VoiceServices arm64 <8b948beb1f87372c9ce794a0cbb0e2e4> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices0x21f812000 - 0x21f840fff GLKit arm64 <87ecc674c9c03bd0bed70bb2ec2a76ff> /System/Library/Frameworks/GLKit.framework/GLKit0x21f96b000 - 0x21f988fff AssetCacheServices arm64 <3e3520728b933f09b7e1bced6b06a506> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices0x21f989000 - 0x21fa3afff NetworkServiceProxy arm64 <773766cef12b3401b4a062d04f3f909a> /System/Library/PrivateFrameworks/NetworkServiceProxy.framework/NetworkServiceProxy0x21fa3b000 - 0x21fb0ffff MMCS arm64 <4322e21198fd3360bf6c9d6faaad7125> /System/Library/PrivateFrameworks/MMCS.framework/MMCS0x21fb10000 - 0x21fb1cfff BluetoothManager arm64 <7b94a40b2b9f3be48df7d94524305f3f> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager0x21fb1d000 - 0x21fb8cfff CoreDAV arm64 <5ed30a5510d13ca6961a315661af7da7> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV0x21fb8d000 - 0x21fbc1fff iCalendar arm64 <0792d2b77dfb38d98dbb996c42450e44> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar0x21fbc2000 - 0x21fbcefff PersonaKit arm64 <b8060a6c7d9237f49e14cf64faab56c5> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit0x21fbcf000 - 0x21fc25fff CalendarFoundation arm64 <d0718744f83d3e41b2aa39bfedc9dfe4> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation0x21fc26000 - 0x21fc54fff PhotosFormats arm64 <53fa60e2f8f631e983772b02fcf04f3f> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats0x21fc55000 - 0x21fceefff CalendarDatabase arm64 <d2f80ca2391f36a08c16284824586d49> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase0x21fcef000 - 0x21fd47fff CalendarDaemon arm64 <b5a140c5c1953a08b99e3f4ecb9bd00b> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon0x21fd48000 - 0x21fea4fff CloudPhotoLibrary arm64 <1128233043d43a3d9ccacc417951c6db> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary0x21fea5000 - 0x21ff89fff EventKit arm64 <eeb2b62a41d83f17b6f5cf73401daf87> /System/Library/Frameworks/EventKit.framework/EventKit0x21ff8a000 - 0x21ffbcfff AssetsLibraryServices arm64 <b5e3b4b8f5cf3ef3922e02e273d8e79d> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices0x21fff2000 - 0x22001afff DCIMServices arm64 <2b1bac05d79e3bab8fd4da9fb3582a2b> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices0x22001b000 - 0x220139fff CoreMediaStream arm64 <3c582d39f2a130ad9657bd3b36b3c4e0> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream0x22013a000 - 0x220141fff XPCKit arm64 <e0e9575173af3a7f859d14149cea66c0> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit0x220222000 - 0x22023bfff CloudPhotoServices arm64 <943c0f02402b320ca30aab1a49dd7300> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices0x22023c000 - 0x220247fff CoreRecents arm64 <a2bcee102de2360d95e2ddc33ef66c1d> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents0x220248000 - 0x220264fff MediaStream arm64 <d2247e55d4a735a881dcf3dedbfd6bd8> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream0x220265000 - 0x220766fff PhotoLibraryServices arm64 <2869fb68a0533553ae411dcd00e4c293> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices0x220767000 - 0x220782fff PrototypeTools arm64 <be11a66ec6fb3b6b918e711538e3b5d3> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools0x220783000 - 0x220802fff CoreSymbolication arm64 <13ffa5ede3b630ad9cbfad6529327e5d> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication0x220803000 - 0x220951fff SearchFoundation arm64 <025e5582e4ff33dd934a616fe788b5bc> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation0x220952000 - 0x220957fff IncomingCallFilter arm64 <75d0735251a23220801ac4f605ea7070> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter0x220958000 - 0x220a0efff iTunesStore arm64 <c78dba8c72a73d0793eb0df5b814a6a3> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore0x220a0f000 - 0x220a15fff libtzupdate.dylib arm64 <bc396a745fea3edba89c7224480a5cb2> /usr/lib/libtzupdate.dylib0x220a16000 - 0x220b64fff Preferences arm64 <b1559359b2be3d5ca1777833caf58e82> /System/Library/PrivateFrameworks/Preferences.framework/Preferences0x220b65000 - 0x220b6dfff CoreTime arm64 <11887ccfa0683b2fbfa3a178da896a78> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime0x220b6e000 - 0x220bbefff CoreAppleCVA arm64 <2290f3e4940f393ea0181118ee48ccb5> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA0x220bbf000 - 0x220bfdfff DifferentialPrivacy arm64 <03d8ca78fd0c3e6eb7e6e3877ae1c89d> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy0x220bfe000 - 0x220da0fff AppleCVA arm64 <f23944c6de9033d2ba885f9142cfd3cc> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA0x220da1000 - 0x220e58fff Montreal arm64 <10037f1e231037aba6300cc57fe21bac> /System/Library/PrivateFrameworks/Montreal.framework/Montreal0x220e59000 - 0x22117afff Espresso arm64 <1e8714a7339e35a4a082a49023f58058> /System/Library/PrivateFrameworks/Espresso.framework/Espresso0x22117b000 - 0x221181fff MobileSystemServices arm64 <fcadece1491f35689cc8bcc4e6dd4eaf> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices0x221182000 - 0x22136efff Photos arm64 <c2409886fa8a3aeabcffcb28e45d7057> /System/Library/Frameworks/Photos.framework/Photos0x22136f000 - 0x221592fff CoreML arm64 <5df9cd32f1b836c3b899cbc720433968> /System/Library/Frameworks/CoreML.framework/CoreML0x221593000 - 0x221597fff CoreOptimization arm64 <f551ecf83fa135c18fbfa4138af80ac9> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization0x221598000 - 0x2215f4fff SafariCore arm64 <dd5393ff6f283d53961cbc353f389a2e> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore0x2215f5000 - 0x221649fff CorePrediction arm64 <fd500afec2c0374598c8c59809cc3af9> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction0x221656000 - 0x221752fff Navigation arm64 <2082ad9fae8a3a0b851f890cb3890709> /System/Library/PrivateFrameworks/Navigation.framework/Navigation0x221753000 - 0x22176afff ContactsDonation arm64 <6888a2b372ba3080b469255527fe92b6> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation0x22176b000 - 0x221797fff Futhark arm64 <5a58f3f20ea433068150ba0072f1228c> /System/Library/PrivateFrameworks/Futhark.framework/Futhark0x221798000 - 0x221807fff NanoRegistry arm64 <2beb6abe223d393187fe8933d8388940> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry0x221808000 - 0x22185ffff ToneLibrary arm64 <3747c14e3df837ef85af1c590681570e> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary0x221860000 - 0x221876fff BaseBoardUI arm64 <c7bc660ab62d3486acbc6d5abba14cf5> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI0x221877000 - 0x2218cefff ContactsUICore arm64 <9a898bf2e0603bd0b03011e4559860ed> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore0x2218cf000 - 0x221a41fff ContactsUI arm64 <2e4a11abae443b38aff7835b14ba2973> /System/Library/Frameworks/ContactsUI.framework/ContactsUI0x221a42000 - 0x221b0cfff CorePDF arm64 <aa24bfb1026b375b9c2f761754e28cce> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF0x221b0d000 - 0x221d9efff Vision arm64 <6905ff0aebc43bc2b56d0551c87aa5e1> /System/Library/Frameworks/Vision.framework/Vision0x221d9f000 - 0x2222adfff WebKit arm64 <4880a5106940311b88afd19665c680d5> /System/Library/Frameworks/WebKit.framework/WebKit0x2222ae000 - 0x222343fff BulletinBoard arm64 <828370a11f66361f875ec0a701b619f8> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard0x222344000 - 0x222349fff ConstantClasses arm64 <74d07a639dd83ae4b9603404a9f9c9ba> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses0x22234a000 - 0x222352fff CertUI arm64 <8a9796e09dea3efeafca68ce41b39e31> /System/Library/PrivateFrameworks/CertUI.framework/CertUI0x222448000 - 0x2224d7fff MediaPlatform arm64 <06698c49f72f3b67bece699d58de4cfc> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform0x2224d8000 - 0x222538fff WebBookmarks arm64 <dd969ca1eed63fa5b7d4754e23929526> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks0x222539000 - 0x222543fff DAAPKit arm64 <96d9c66bd44130b2ba08595b57ea961e> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit0x22263a000 - 0x22290dfff MediaLibraryCore arm64 <a0ecbfe628ea3f4994cee6c08f5b200f> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore0x222910000 - 0x222b88fff MusicLibrary arm64 <e3467be351f23bbaa94954b441e01a39> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary0x222b89000 - 0x2231a2fff VectorKit arm64 <ed9d3bb5bdb933eb85d33448cf840b05> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit0x2231a3000 - 0x2233effff MapKit arm64 <bd565c32e3b3337bafceccab095fdb19> /System/Library/Frameworks/MapKit.framework/MapKit0x2233f0000 - 0x2235b9fff iTunesCloud arm64 <b40ad5519e6739eb92feedd2a1d7a419> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud0x2235ba000 - 0x223653fff HomeSharing arm64 <5374e3a092ed35728135cfc421c60657> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing0x2237cc000 - 0x2237dafff NanoPreferencesSync arm64 <123d13cbc0033f898044329690de3cf6> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync0x2237db000 - 0x223c10fff MediaPlayer arm64 <57afa50e386d338f8f9b224428474adf> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer0x223c11000 - 0x223c35fff MobileInstallation arm64 <e22a9f03f3d43664bb2b47370178ddd7> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation0x223c36000 - 0x223c3dfff EmailAddressing arm64 <d0b8961c899e35b6840bef494abd32c1> /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing0x223c41000 - 0x223c43fff InternationalTextSearch arm64 <bbb919a74dc0314ba8e1f1e611e0e371> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch0x223c9e000 - 0x223cd3fff ProactiveSupport arm64 <b5cbe7654e693d00b2c395d673b317b8> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport0x223d0c000 - 0x223dd2fff TelephonyUtilities arm64 <9d66f2e6043d30a3a9c6c27e37d06199> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities0x223dd3000 - 0x223e0efff CalendarUIKit arm64 <0afae29860f43f7cb8e94f4aedd41ce6> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit0x223e83000 - 0x223e94fff AssetsLibrary arm64 <73422d678bd3303fbd22ed5422b70fc7> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary0x223e95000 - 0x22406efff EventKitUI arm64 <9a05f3ade3aa3622ad2c2e8fd07cd533> /System/Library/Frameworks/EventKitUI.framework/EventKitUI0x224160000 - 0x2241f8fff Social arm64 <f7ba2bc25bda34309edee3f088b2a291> /System/Library/Frameworks/Social.framework/Social0x22428e000 - 0x2242a5fff CoreFollowUp arm64 <2c49dd7ee59e301f8c5d6ff6f5df7f79> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp0x2242a6000 - 0x224315fff CoreSuggestions arm64 <abc1bb129ce63bd8aedca8f4c975e9d5> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions0x224327000 - 0x2243b3fff CoreRecognition arm64 <6109cf42fc4e393d9d2b3c31b546ed01> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition0x224729000 - 0x2247dbfff CoreParsec arm64 <dbb9ed708dab3c129f44a9e82b1a9f63> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec0x224809000 - 0x224839fff SharedUtils arm64 <6059d03bc336330ab86b929ad8301421> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils0x224879000 - 0x224942fff VideoSubscriberAccount arm64 <3172acc93bf13dc594092c70a823385c> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount0x224943000 - 0x224972fff Pegasus arm64 <0bc46bc40c743e99b1f9902d96802461> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus0x224973000 - 0x224a2bfff AVKit arm64 <c8838a50de9d346ba23442a8af8f827c> /System/Library/Frameworks/AVKit.framework/AVKit0x224a5a000 - 0x224a5dfff SharedWebCredentials arm64 <6537704679fb399882b2601b3925e32c> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials0x224a5f000 - 0x224a78fff SafariFoundation arm64 <3a2adac8991c3d7482913067354c6d67> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation0x224c4c000 - 0x224c60fff LocalAuthentication arm64 <9d19f454a2d139abafd1d281181ea3a7> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication0x224c61000 - 0x224c63fff ParsecSubscriptionServiceSupport arm64 <dcf7a9f13c493611895cd5547622b1d3> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport0x224d08000 - 0x224f37fff SafariShared arm64 <8dda9625409634898d1201d21be7292c> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared0x224f38000 - 0x224f52fff WebUI arm64 <25a4d7caf0f83d91b6da17e07f53872b> /System/Library/PrivateFrameworks/WebUI.framework/WebUI0x224f53000 - 0x224f60fff SetupAssistantSupport arm64 <981dd2ff655935878caceace743fb9b2> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport0x224f61000 - 0x224f8afff SetupAssistant arm64 <b4928283302b38848f8f0c756392a410> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant0x224fd7000 - 0x224fe0fff MobileStorage arm64 <89c8d821028e3f4c85b3c5e0c1add5b2> /System/Library/PrivateFrameworks/MobileStorage.framework/MobileStorage0x225020000 - 0x22507cfff ImageCapture arm64 <d7df96b988793936a69f07e6f3026421> /System/Library/PrivateFrameworks/ImageCapture.framework/ImageCapture0x225cfe000 - 0x225d03fff LinguisticData arm64 <5b4873c9a7353aedb61b0a3b893a936f> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData0x22637c000 - 0x2263b7fff StoreKit arm64 <0c58e5cbef883faa8019e37cbd21a586> /System/Library/Frameworks/StoreKit.framework/StoreKit0x226579000 - 0x226592fff MetalKit arm64 <78b67b0f3d793387b60d204d33ccf4e1> /System/Library/Frameworks/MetalKit.framework/MetalKit0x226fe0000 - 0x2270a6fff PDFKit arm64 <4703b75491733bf78b4f4aba81e3454e> /System/Library/Frameworks/PDFKit.framework/PDFKit0x22741b000 - 0x22742dfff MobileDeviceLink arm64 <a59dab3dd1443b4b9a756e61710af41c> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink0x22750a000 - 0x227550fff MobileBackup arm64 <ea3928f86cc33f0298a40f4c2135a71c> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup0x227551000 - 0x22759efff SafariSafeBrowsing arm64 <afd34e72052f37c39c42d781046c2581> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing0x22759f000 - 0x2276e6fff SafariServices arm64 <068c9ecebd9138819c2ae7e7e4636573> /System/Library/Frameworks/SafariServices.framework/SafariServices0x2276e7000 - 0x227743fff AppStoreDaemon arm64 <390f3b169eae3fd5960951591cc8ba5c> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon0x22831a000 - 0x22833cfff DuetActivityScheduler arm64 <593226c6f20536ffaf7aaff6d215bc6f> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler0x2285c3000 - 0x2285cefff AppConduit arm64 <32dbe66ce8593eed8bb82a5c6b1d6f02> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit0x228c62000 - 0x228c77fff NewsFoundation arm64 <a11674be4faf303b84659e033281a133> /System/Library/PrivateFrameworks/NewsFoundation.framework/NewsFoundation0x228c78000 - 0x228f32fff NewsTransport arm64 <e8bec3c754a139159637c45b43b43ba3> /System/Library/PrivateFrameworks/NewsTransport.framework/NewsTransport0x229089000 - 0x22941efff NewsCore arm64 <5de4dcc0ed9a327a8c16c1fa70006e4d> /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore0x22945d000 - 0x2294b3fff ClockKit arm64 <8edb65b81a7b3590a0233ee8a020f5d9> /System/Library/PrivateFrameworks/ClockKit.framework/ClockKit0x2294d1000 - 0x2294d5fff NewsDaemon arm64 <a94cf1e8b5c13a59890c507d8a25df31> /System/Library/PrivateFrameworks/NewsDaemon.framework/NewsDaemon0x229b6b000 - 0x229b83fff NewsServicesInternal arm64 <31b6ed78a5a73acd8e192749a03f43a1> /System/Library/PrivateFrameworks/NewsServicesInternal.framework/NewsServicesInternal0x229cee000 - 0x229cf4fff DuetRecommendation arm64 <1244b0af16873480bb314d85914d050a> /System/Library/PrivateFrameworks/DuetRecommendation.framework/DuetRecommendation0x229cf5000 - 0x229d46fff LoggingSupport arm64 <08c3df7b7ab93ac2b6e6f5879a149f4c> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport0x229ed0000 - 0x229f26fff NewsToday arm64 <d4cd3b00a4fc3c189feadcec2839bba3> /System/Library/PrivateFrameworks/NewsToday.framework/NewsToday0x22a085000 - 0x22a08efff FamilyCircle arm64 <16e606c181c538d8975c710ab8e6d471> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle0x22a08f000 - 0x22a094fff NewsServices arm64 <95a0f144dbfe395ba86bf6695fd25949> /System/Library/PrivateFrameworks/NewsServices.framework/NewsServices0x22bd18000 - 0x22bd3bfff AppSupportUI arm64 <3aa9eb7449413d3688f770cc58eaa51e> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI0x22c699000 - 0x22c6ddfff Catalyst arm64 <6403066ac7153fa5938c35bacd00e75f> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst0x22c9c5000 - 0x22c9cafff kperf arm64 <22b23ecb781b37c180cfdb841b7757e4> /System/Library/PrivateFrameworks/kperf.framework/kperf0x22ca6f000 - 0x22cbb8fff libGLProgrammability.dylib arm64 <2390d8d408fa3d88a82b59c917d16ce2> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib0x22cc1c000 - 0x22cc3cfff CellularPlanManager arm64 <f1c0256679a03930a086b861698c7ebe> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager0x22cc3d000 - 0x22cc92fff DeviceManagement arm64 <078b863814ad36cb87eb81055d8bd03c> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement0x22cdfa000 - 0x22ce02fff kperfdata arm64 <4c56a9b739c639798fba77f34d34c930> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata0x22ce45000 - 0x22ce4cfff libdscsym.dylib arm64 <a1bc7189011637b68798d25c46c5cd7e> /usr/lib/libdscsym.dylib0x22d1ef000 - 0x22d226fff ktrace arm64 <11cbf8b15e4b35f19ef8fb9748bd2ca9> /System/Library/PrivateFrameworks/ktrace.framework/ktrace0x22e774000 - 0x22e7c0fff DataDetectorsUI arm64 <4bc0a208066731fa9f6acad16167343f> /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI0x22f440000 - 0x22f483fff BiometricKit arm64 <c484cca8336936379995bc61ead80138> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit0x22f4a2000 - 0x22f4b1fff CTCarrierSpace arm64 <9f8fa0c00ce03525af8a601dbceed00d> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace0x22f90a000 - 0x22f92dfff DeviceIdentity arm64 <24adf31e822d3a6f85f3bdb46e93da94> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity0x2318a0000 - 0x23190efff Rapport arm64 <b444087f777e3043974cb7d55bcf4f67> /System/Library/PrivateFrameworks/Rapport.framework/Rapport0x23194a000 - 0x23198bfff SignpostSupport arm64 <e1d797dae9cf31df90d832584c72eec4> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport0x232882000 - 0x232889fff libMatch.1.dylib arm64 <28d2837b88833766bdfba6200ce6a98c> /usr/lib/libMatch.1.dylib0x2328d2000 - 0x2328e7fff libtailspin.dylib arm64 <cdb23798914d30a99a44e2ac60403788> /usr/lib/libtailspin.dylib0x232bdf000 - 0x232ea5fff RawCamera arm64 <e363569e4c7a384dabba9179a23aa4bb> /System/Library/CoreServices/RawCamera.bundle/RawCamera0x232f84000 - 0x23304efff AGXMetalA9 arm64 <747fbd53ffa63c08b5aea65a12b332c7> /System/Library/Extensions/AGXMetalA9.bundle/AGXMetalA90x23305a000 - 0x233078fff AppleMetalGLRenderer arm64 <7026fc18b5573415b661f037d146bb2c> /System/Library/Extensions/AppleMetalGLRenderer.bundle/AppleMetalGLRenderer0x233079000 - 0x23308dfff libCGInterfaces.dylib arm64 <5360f26edb763e5cb56e34e6852bc527> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib0x233e9e000 - 0x233f85fff GLEngine arm64 <3e621967406336d6bcfc62df36472f5e> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine0x235500000 - 0x23550bfff ContextKit arm64 <a8d32f8e0d583dd7b0c75415b1d42810> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit0x235758000 - 0x23577ffff CoreServicesInternal arm64 <72056ec6c0de31c092afd6fd784a0d8e> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal0x235de4000 - 0x235df6fff libGSFontCache.dylib arm64 <fef2864c3f6b3d8991045de53fe45098> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib0x235df7000 - 0x235e27fff libTrueTypeScaler.dylib arm64 <fb3d6b5c0b32388aa6860746181daef5> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib0x236842000 - 0x236842fff libmetal_timestamp.dylib arm64 <c329ea976a7f3381b7ac7d18dcc1baa6> /System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libmetal_timestamp.dylib0x23782b000 - 0x23782ffff InternationalSupport arm64 <071cd5bc30263bacba58a9d92f6a0ff9> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport0x2389da000 - 0x2389e6fff PersonaUI arm64 <aff0bf1abdc738ea874d0d3983fc2f14> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI0x238d5d000 - 0x238d67fff SignpostCollection arm64 <179498e0269030eabf6c8aa4b12633e4> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection0x239775000 - 0x239778fff XCTTargetBootstrap arm64 <9a025de034363df7b21e84fe72149ded> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap0x2397b6000 - 0x2397c9fff libEDR arm64 <447342f0094d3e62bc9147c343872b1f> /System/Library/PrivateFrameworks/libEDR.framework/libEDR0x23a34e000 - 0x23a34efff libcharset.1.dylib arm64 <efab0a6adbe63d5390975e14f5d99652> /usr/lib/libcharset.1.dylib0x23adbe000 - 0x23adbffff libsandbox.1.dylib arm64 <77c23a293e4e3a04b46d38ade6cddd6f> /usr/lib/libsandbox.1.dylib0x23adfe000 - 0x23adfffff liblog_network.dylib arm64 <8a823aee19803fb4ad2cfe9c8ebc764e> /usr/lib/log/liblog_network.dylib0x23aee5000 - 0x23aeeefff AuthenticationServices arm64 <908c6d8bf4383567a18f0a567b52a357> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices0x23af78000 - 0x23b0b5fff CoreServices arm64 <1b1fdbf45e42320b9f1f6bfa618a9e18> /System/Library/Frameworks/CoreServices.framework/CoreServices0x23b0df000 - 0x23b0f8fff MPSRayIntersector arm64 <c28a99dcbb0d3ae58d4f85c4b493cecd> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector0x23b125000 - 0x23b24bfff Network arm64 <02086028934236b895b241a7d872034a> /System/Library/Frameworks/Network.framework/Network0x23b25b000 - 0x23b269fff ANEServices arm64 <819253d655453afa8d86ddc5fc2d4a96> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices0x23b26e000 - 0x23b272fff ASEProcessing arm64 <ce74eea9b24b39dab7d850bb29b842bf> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing0x23b273000 - 0x23b27efff AXCoreUtilities arm64 <0f112a4a8c7331dbbb579e3b1221bb17> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities0x23b4fd000 - 0x23b64afff AppleMediaServices arm64 <2260a47bada638c28e2a7d89638cbe10> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices0x23b64b000 - 0x23b65afff AppleNeuralEngine arm64 <554f6e2ce89d3a6d9d17ec389c70c143> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine0x23b7d3000 - 0x23b808fff C2 arm64 <451d7f65a55334fe8be09713d5fe0dde> /System/Library/PrivateFrameworks/C2.framework/C20x23b992000 - 0x23b99cfff Categories arm64 <90bb6e61d77d3b8498462d1594e61fa1> /System/Library/PrivateFrameworks/Categories.framework/Categories0x23ba92000 - 0x23bbb5fff ConfigurationEngineModel arm64 <e2261aba2b10361fabb8de3864faa395> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel0x23be1f000 - 0x23be72fff DocumentManager arm64 <af64b0093b92309ab36c8cc3ac170e41> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager0x23bfa8000 - 0x23bfacfff IdleTimerServices arm64 <dde24fcd3cd236e381751df025fdb52e> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices0x23c08e000 - 0x23c0b6fff MetadataUtilities arm64 <9aa476a985e83c95bc2482680c97b09c> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities0x23d1a1000 - 0x23d1b3fff NewsAnalyticsUpload arm64 <96c084ada31135efa824e93c88ae62d4> /System/Library/PrivateFrameworks/NewsAnalyticsUpload.framework/NewsAnalyticsUpload0x23d1b6000 - 0x23d202fff OTSVG arm64 <47ac1e162b8c3e108277b2d92663afa5> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG0x23d2f6000 - 0x23d350fff PhotoFoundation arm64 <4f0fa6a6f7a13e3eb274a9ed13421fdb> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation0x23d3a0000 - 0x23d3e1fff PhotosImagingFoundation arm64 <4e41857c14153ed383042ff7c0b710ae> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation0x23d443000 - 0x23d490fff ROCKit arm64 <da4e0c8e620e36e295f43d57134925f9> /System/Library/PrivateFrameworks/ROCKit.framework/ROCKit0x23d603000 - 0x23d631fff RemoteConfiguration arm64 <064d35b0e7893d7bb7ccfb51c2af0af8> /System/Library/PrivateFrameworks/RemoteConfiguration.framework/RemoteConfiguration0x23d641000 - 0x23d6a4fff RemoteManagement arm64 <b0b77eef71d4396c804ff218d688e848> /System/Library/PrivateFrameworks/RemoteManagement.framework/RemoteManagement0x23d6aa000 - 0x23d6bbfff RemoteTextInput arm64 <9da35dcb38883d23980c1fe985637f1a> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput0x23d6e3000 - 0x23d777fff SampleAnalysis arm64 <ef916bf441203d84a17e7d543885c6b7> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis0x23d922000 - 0x23d929fff StatsKit arm64 <e11d3e5785d2301b914bc9a9adab5f73> /System/Library/PrivateFrameworks/StatsKit.framework/StatsKit0x23e546000 - 0x23f62afff UIKitCore arm64 <40a93e939f8635c1905c7b947c7c2305> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore0x23f62b000 - 0x23f635fff UIKitServices arm64 <c4f1d7751f2c38e8b95f4b63f0adc5da> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices0x23f636000 - 0x23f63cfff URLFormatting arm64 <3e29a767b64b37a9baf172222eb1ecc6> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting0x23f63d000 - 0x23f65dfff UsageTracking arm64 <8ec3cc44aa9e3db3a9c8339ff2cbf6bb> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
Posted
by bmh90.
Last updated
.
Post not yet marked as solved
0 Replies
437 Views
Hi, i just had a crash report on fabric.io, and i haven't been able to reproduce it. Any idea on this would be appreciated,ThanksHere is the stack trace:Incident Identifier: E02A079F-DA44-4834-8F65-96068AFF4298CrashReporter Key: 52bbb9a21d0d1458f5c9d37f4f4dc87209225636Hardware Model: iPhone8,1Process: MyApp [682]Path: /private/var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/MyAppIdentifier: com.mycompany.myappVersion: 1016 (3.4.6)AppStoreTools: 10G3AppVariant: 1:iPhone8,1:12Code Type: ARM-64 (Native)Role: Non UIParent Process: launchd [1]Coalition: com.mycompany.myapp [574]Date/Time: 2019-07-04 12:05:25.2010 -0400Launch Time: 2019-07-04 12:04:34.0709 -0400OS Version: iPhone OS 12.1.4 (16D57)Baseband Version: 5.32.00Report Version: 104Exception Type: EXC_BREAKPOINT (SIGTRAP)Exception Codes: 0x0000000000000001, 0x0000000190676d04Termination Signal: Trace/BPT trap: 5Termination Reason: Namespace SIGNAL, Code 0x5Terminating Process: exc handler [682]Triggered by Thread: 7Thread 0 name:Thread 0:0 libsystem_kernel.dylib 0x000000018676bea4 mach_msg_trap + 81 libsystem_kernel.dylib 0x000000018676b37c mach_msg + 72 (mach_msg.c:103)2 CoreFoundation 0x0000000186b71ad8 __CFRunLoopServiceMachPort + 236 (CFRunLoop.c:2615)3 CoreFoundation 0x0000000186b6c974 __CFRunLoopRun + 1396 (CFRunLoop.c:2971)4 CoreFoundation 0x0000000186b6c0e0 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3247)5 GraphicsServices 0x0000000188de5584 GSEventRunModal + 100 (GSEvent.c:2245)6 UIKitCore 0x00000001b3d80c00 UIApplicationMain + 212 (UIApplication.m:4347)7 MyApp 0x00000001002f70f0 0x1002f0000 + 289128 libdyld.dylib 0x000000018662abb4 start + 4Thread 1 name:Thread 1:0 libsystem_kernel.dylib 0x000000018676bea4 mach_msg_trap + 81 libsystem_kernel.dylib 0x000000018676b37c mach_msg + 72 (mach_msg.c:103)2 CoreFoundation 0x0000000186b71ad8 __CFRunLoopServiceMachPort + 236 (CFRunLoop.c:2615)3 CoreFoundation 0x0000000186b6c974 __CFRunLoopRun + 1396 (CFRunLoop.c:2971)4 CoreFoundation 0x0000000186b6c0e0 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3247)5 Foundation 0x0000000187562494 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 300 (NSRunLoop.m:367)6 Foundation 0x0000000187562340 -[NSRunLoop(NSRunLoop) runUntilDate:] + 148 (NSRunLoop.m:411)7 UIKitCore 0x00000001b3e710c4 -[UIEventFetcher threadMain] + 136 (UIEventFetcher.m:603)8 Foundation 0x000000018769523c __NSThread__start__ + 1040 (NSThread.m:1175)9 libsystem_pthread.dylib 0x00000001867fc25c _pthread_body + 128 (pthread.c:857)10 libsystem_pthread.dylib 0x00000001867fc1bc _pthread_start + 48 (pthread.c:884)11 libsystem_pthread.dylib 0x00000001867ffcf4 thread_start + 4Thread 2:0 libsystem_kernel.dylib 0x0000000186776f0c __psynch_cvwait + 81 libsystem_pthread.dylib 0x00000001867f4c88 _pthread_cond_wait$VARIANT$mp + 636 (pthread_cond.c:578)2 libc++.1.dylib 0x0000000185d444d0 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:278)3 ArcGIS 0x0000000103406ab0 Esri_runtimecore::Common::Condition::wait() + 644 ArcGIS 0x00000001034069b0 Esri_runtimecore::Common::Thread::thread_proc(Esri_runtimecore::Common::Thread*) + 605 ArcGIS 0x00000001034082f8 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, st... + 446 libsystem_pthread.dylib 0x00000001867fc25c _pthread_body + 128 (pthread.c:857)7 libsystem_pthread.dylib 0x00000001867fc1bc _pthread_start + 48 (pthread.c:884)8 libsystem_pthread.dylib 0x00000001867ffcf4 thread_start + 4Thread 3:0 libsystem_kernel.dylib 0x0000000186776f0c __psynch_cvwait + 81 libsystem_pthread.dylib 0x00000001867f4c88 _pthread_cond_wait$VARIANT$mp + 636 (pthread_cond.c:578)2 libc++.1.dylib 0x0000000185d444d0 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:278)3 ArcGIS 0x0000000103406ab0 Esri_runtimecore::Common::Condition::wait() + 644 ArcGIS 0x00000001034069b0 Esri_runtimecore::Common::Thread::thread_proc(Esri_runtimecore::Common::Thread*) + 605 ArcGIS 0x00000001034082f8 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, st... + 446 libsystem_pthread.dylib 0x00000001867fc25c _pthread_body + 128 (pthread.c:857)7 libsystem_pthread.dylib 0x00000001867fc1bc _pthread_start + 48 (pthread.c:884)8 libsystem_pthread.dylib 0x00000001867ffcf4 thread_start + 4Thread 4:0 libsystem_kernel.dylib 0x0000000186776f0c __psynch_cvwait + 81 libsystem_pthread.dylib 0x00000001867f4c88 _pthread_cond_wait$VARIANT$mp + 636 (pthread_cond.c:578)2 libc++.1.dylib 0x0000000185d444d0 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:278)3 ArcGIS 0x0000000103406ab0 Esri_runtimecore::Common::Condition::wait() + 644 ArcGIS 0x00000001034069b0 Esri_runtimecore::Common::Thread::thread_proc(Esri_runtimecore::Common::Thread*) + 605 ArcGIS 0x00000001034082f8 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, st... + 446 libsystem_pthread.dylib 0x00000001867fc25c _pthread_body + 128 (pthread.c:857)7 libsystem_pthread.dylib 0x00000001867fc1bc _pthread_start + 48 (pthread.c:884)8 libsystem_pthread.dylib 0x00000001867ffcf4 thread_start + 4Thread 5 name:Thread 5:0 libsystem_kernel.dylib 0x000000018676bea4 mach_msg_trap + 81 libsystem_kernel.dylib 0x000000018676b37c mach_msg + 72 (mach_msg.c:103)2 MyApp 0x000000010043f78c 0x1002f0000 + 13740923 libsystem_pthread.dylib 0x00000001867fc25c _pthread_body + 128 (pthread.c:857)4 libsystem_pthread.dylib 0x00000001867fc1bc _pthread_start + 48 (pthread.c:884)5 libsystem_pthread.dylib 0x00000001867ffcf4 thread_start + 4Thread 6 name:Thread 6:0 libsystem_kernel.dylib 0x000000018676bfac swtch_pri + 81 libsystem_pthread.dylib 0x00000001867fcf74 sched_yield + 16 (pthread.c:2032)2 JavaScriptCore 0x000000018df28208 bmalloc::Mutex::lockSlowCase() + 108 (Mutex.cpp:52)3 JavaScriptCore 0x000000018df25684 void std::__1::condition_variable_any::wait<std::__1::unique_lock<bmalloc::Mutex> >(std::__1::uni... + 164 (Mutex.h:82)4 JavaScriptCore 0x000000018df2973c bmalloc::Scavenger::threadRunLoop() + 176 (condition_variable:213)5 JavaScriptCore 0x000000018df28e70 bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*) + 12 (Scavenger.cpp:359)6 JavaScriptCore 0x000000018df2a91c void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, st... + 40 (type_traits:4428)7 libsystem_pthread.dylib 0x00000001867fc25c _pthread_body + 128 (pthread.c:857)8 libsystem_pthread.dylib 0x00000001867fc1bc _pthread_start + 48 (pthread.c:884)9 libsystem_pthread.dylib 0x00000001867ffcf4 thread_start + 4Thread 7 name:Thread 7 Crashed:0 WebCore 0x0000000190676d04 WebCore::TimerBase::setNextFireTime(***::MonotonicTime) + 380 (Timer.cpp:379)1 WebCore 0x0000000190676bac WebCore::TimerBase::setNextFireTime(***::MonotonicTime) + 36 (Timer.cpp:378)2 WebCore 0x0000000190676adc WebCore::ThreadTimers::sharedTimerFiredInternal() + 336 (ThreadTimers.cpp:114)3 WebCore 0x00000001906bb514 WebCore::timerFired(__CFRunLoopTimer*, void*) + 28 (MainThreadSharedTimerCF.cpp:74)4 CoreFoundation 0x0000000186b72718 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 28 (CFRunLoop.c:1830)5 CoreFoundation 0x0000000186b72448 __CFRunLoopDoTimer + 864 (CFRunLoop.c:2417)6 CoreFoundation 0x0000000186b71c7c __CFRunLoopDoTimers + 248 (CFRunLoop.c:2564)7 CoreFoundation 0x0000000186b6cb58 __CFRunLoopRun + 1880 (CFRunLoop.c:0)8 CoreFoundation 0x0000000186b6c0e0 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3247)9 WebCore 0x000000018f9dd3e8 RunWebThread(void*) + 592 (WebCoreThread.mm:612)10 libsystem_pthread.dylib 0x00000001867fc25c _pthread_body + 128 (pthread.c:857)11 libsystem_pthread.dylib 0x00000001867fc1bc _pthread_start + 48 (pthread.c:884)12 libsystem_pthread.dylib 0x00000001867ffcf4 thread_start + 4Thread 8 name:Thread 8:0 libsystem_kernel.dylib 0x000000018676bea4 mach_msg_trap + 81 libsystem_kernel.dylib 0x000000018676b37c mach_msg + 72 (mach_msg.c:103)2 CoreFoundation 0x0000000186b71ad8 __CFRunLoopServiceMachPort + 236 (CFRunLoop.c:2615)3 CoreFoundation 0x0000000186b6c974 __CFRunLoopRun + 1396 (CFRunLoop.c:2971)4 CoreFoundation 0x0000000186b6c0e0 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3247)5 Foundation 0x0000000187562494 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 300 (NSRunLoop.m:367)6 MyApp 0x00000001008f492c 0x1002f0000 + 63101887 Foundation 0x000000018769523c __NSThread__start__ + 1040 (NSThread.m:1175)8 libsystem_pthread.dylib 0x00000001867fc25c _pthread_body + 128 (pthread.c:857)9 libsystem_pthread.dylib 0x00000001867fc1bc _pthread_start + 48 (pthread.c:884)10 libsystem_pthread.dylib 0x00000001867ffcf4 thread_start + 4Thread 9 name:Thread 9:0 libsystem_kernel.dylib 0x000000018676bea4 mach_msg_trap + 81 libsystem_kernel.dylib 0x000000018676b37c mach_msg + 72 (mach_msg.c:103)2 CoreFoundation 0x0000000186b71ad8 __CFRunLoopServiceMachPort + 236 (CFRunLoop.c:2615)3 CoreFoundation 0x0000000186b6c974 __CFRunLoopRun + 1396 (CFRunLoop.c:2971)4 CoreFoundation 0x0000000186b6c0e0 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3247)5 CFNetwork 0x000000018718f00c -[__CoreSchedulingSetRunnable runForever] + 212 (CoreSchedulingSet.mm:1365)6 Foundation 0x000000018769523c __NSThread__start__ + 1040 (NSThread.m:1175)7 libsystem_pthread.dylib 0x00000001867fc25c _pthread_body + 128 (pthread.c:857)8 libsystem_pthread.dylib 0x00000001867fc1bc _pthread_start + 48 (pthread.c:884)9 libsystem_pthread.dylib 0x00000001867ffcf4 thread_start + 4Thread 10 name:Thread 10:0 libsystem_kernel.dylib 0x000000018676bea4 mach_msg_trap + 81 libsystem_kernel.dylib 0x000000018676b37c mach_msg + 72 (mach_msg.c:103)2 CoreFoundation 0x0000000186b71ad8 __CFRunLoopServiceMachPort + 236 (CFRunLoop.c:2615)3 CoreFoundation 0x0000000186b6c974 __CFRunLoopRun + 1396 (CFRunLoop.c:2971)4 CoreFoundation 0x0000000186b6c0e0 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3247)5 Foundation 0x0000000187562494 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 300 (NSRunLoop.m:367)6 MyApp 0x00000001008f492c 0x1002f0000 + 63101887 Foundation 0x000000018769523c __NSThread__start__ + 1040 (NSThread.m:1175)8 libsystem_pthread.dylib 0x00000001867fc25c _pthread_body + 128 (pthread.c:857)9 libsystem_pthread.dylib 0x00000001867fc1bc _pthread_start + 48 (pthread.c:884)10 libsystem_pthread.dylib 0x00000001867ffcf4 thread_start + 4Thread 11:0 libsystem_kernel.dylib 0x000000018676bef8 semaphore_timedwait_trap + 81 libdispatch.dylib 0x00000001865bb064 _dispatch_sema4_timedwait$VARIANT$mp + 64 (lock.c:149)2 libdispatch.dylib 0x00000001865bb9c0 _dispatch_semaphore_wait_slow + 72 (semaphore.c:116)3 libdispatch.dylib 0x00000001865c97dc _dispatch_worker_thread + 352 (queue.c:6168)4 libsystem_pthread.dylib 0x00000001867fc25c _pthread_body + 128 (pthread.c:857)5 libsystem_pthread.dylib 0x00000001867fc1bc _pthread_start + 48 (pthread.c:884)6 libsystem_pthread.dylib 0x00000001867ffcf4 thread_start + 4Thread 12:0 libsystem_pthread.dylib 0x00000001867ffce8 start_wqthread + 0Thread 13:0 libsystem_pthread.dylib 0x00000001867ffce8 start_wqthread + 0Thread 14:0 libsystem_pthread.dylib 0x00000001867ffce8 start_wqthread + 0Thread 15 name:Thread 15:0 libsystem_kernel.dylib 0x0000000186776f0c __psynch_cvwait + 81 libsystem_pthread.dylib 0x00000001867f4c88 _pthread_cond_wait$VARIANT$mp + 636 (pthread_cond.c:578)2 JavaScriptCore 0x000000018df137d8 ***::ThreadCondition::timedWait(***::Mutex&, ***::WallTime) + 148 (ThreadingPthreads.cpp:568)3 JavaScriptCore 0x000000018defa9a0 ***::ParkingLot::parkConditionallyImpl(void const*, ***::ScopedLambda<bool ()> const&, ***::Scope... + 2004 (ParkingLot.cpp:596)4 JavaScriptCore 0x000000018ded42e4 bool ***::Condition::waitUntil<***::Lock>(***::Lock&, ***::TimeWithDynamicClockType const&) + 184 (ParkingLot.h:81)5 JavaScriptCore 0x000000018ded4684 ***::Function<void ()>::CallableWrapper<***::AutomaticThread::start(***::AbstractLocker const&)::... + 216 (Condition.h:116)6 JavaScriptCore 0x000000018df119f0 ***::Thread::entryPoint(***::Thread::NewThreadContext*) + 256 (Function.h:56)7 JavaScriptCore 0x000000018df12f58 ***::wtfThreadEntryPoint(void*) + 12 (ThreadingPthreads.cpp:227)8 libsystem_pthread.dylib 0x00000001867fc25c _pthread_body + 128 (pthread.c:857)9 libsystem_pthread.dylib 0x00000001867fc1bc _pthread_start + 48 (pthread.c:884)10 libsystem_pthread.dylib 0x00000001867ffcf4 thread_start + 4Thread 16 name:Thread 16:0 libsystem_kernel.dylib 0x000000018676bea4 mach_msg_trap + 81 libsystem_kernel.dylib 0x000000018676b37c mach_msg + 72 (mach_msg.c:103)2 CoreFoundation 0x0000000186b71ad8 __CFRunLoopServiceMachPort + 236 (CFRunLoop.c:2615)3 CoreFoundation 0x0000000186b6c974 __CFRunLoopRun + 1396 (CFRunLoop.c:2971)4 CoreFoundation 0x0000000186b6c0e0 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3247)5 CoreFoundation 0x0000000186b6ce7c CFRunLoopRun + 80 (CFRunLoop.c:3271)6 CoreMotion 0x000000018c5c1c58 CLMotionCore::runMotionThread(void*) + 1152 (CLMotionCore.mm:330)7 libsystem_pthread.dylib 0x00000001867fc25c _pthread_body + 128 (pthread.c:857)8 libsystem_pthread.dylib 0x00000001867fc1bc _pthread_start + 48 (pthread.c:884)9 libsystem_pthread.dylib 0x00000001867ffcf4 thread_start + 4Thread 17:0 libsystem_kernel.dylib 0x000000018676bef8 semaphore_timedwait_trap + 81 libdispatch.dylib 0x00000001865bb064 _dispatch_sema4_timedwait$VARIANT$mp + 64 (lock.c:149)2 libdispatch.dylib 0x00000001865bb9c0 _dispatch_semaphore_wait_slow + 72 (semaphore.c:116)3 libdispatch.dylib 0x00000001865c97dc _dispatch_worker_thread + 352 (queue.c:6168)4 libsystem_pthread.dylib 0x00000001867fc25c _pthread_body + 128 (pthread.c:857)5 libsystem_pthread.dylib 0x00000001867fc1bc _pthread_start + 48 (pthread.c:884)6 libsystem_pthread.dylib 0x00000001867ffcf4 thread_start + 4Thread 18:0 libsystem_pthread.dylib 0x00000001867ffce8 start_wqthread + 0Thread 19:0 libsystem_pthread.dylib 0x00000001867ffce8 start_wqthread + 0Thread 20:0 libsystem_pthread.dylib 0x00000001867ffce8 start_wqthread + 0Thread 21:0 libsystem_pthread.dylib 0x00000001867ffce8 start_wqthread + 0Thread 22:0 libsystem_pthread.dylib 0x00000001867ffce8 start_wqthread + 0Thread 23:0 libsystem_pthread.dylib 0x00000001867ffce8 start_wqthread + 0Thread 24:0 libsystem_pthread.dylib 0x00000001867ffce8 start_wqthread + 0Thread 25:0 libsystem_pthread.dylib 0x00000001867ffce8 start_wqthread + 0Thread 26:0 libsystem_kernel.dylib 0x000000018676bef8 semaphore_timedwait_trap + 81 libdispatch.dylib 0x00000001865bb064 _dispatch_sema4_timedwait$VARIANT$mp + 64 (lock.c:149)2 libdispatch.dylib 0x00000001865bb9c0 _dispatch_semaphore_wait_slow + 72 (semaphore.c:116)3 libdispatch.dylib 0x00000001865c97dc _dispatch_worker_thread + 352 (queue.c:6168)4 libsystem_pthread.dylib 0x00000001867fc25c _pthread_body + 128 (pthread.c:857)5 libsystem_pthread.dylib 0x00000001867fc1bc _pthread_start + 48 (pthread.c:884)6 libsystem_pthread.dylib 0x00000001867ffcf4 thread_start + 4Thread 27:0 libsystem_kernel.dylib 0x000000018676bef8 semaphore_timedwait_trap + 81 libdispatch.dylib 0x00000001865bb064 _dispatch_sema4_timedwait$VARIANT$mp + 64 (lock.c:149)2 libdispatch.dylib 0x00000001865bb9c0 _dispatch_semaphore_wait_slow + 72 (semaphore.c:116)3 libdispatch.dylib 0x00000001865c97dc _dispatch_worker_thread + 352 (queue.c:6168)4 libsystem_pthread.dylib 0x00000001867fc25c _pthread_body + 128 (pthread.c:857)5 libsystem_pthread.dylib 0x00000001867fc1bc _pthread_start + 48 (pthread.c:884)6 libsystem_pthread.dylib 0x00000001867ffcf4 thread_start + 4Thread 28:0 libsystem_kernel.dylib 0x000000018676bef8 semaphore_timedwait_trap + 81 libdispatch.dylib 0x00000001865bb064 _dispatch_sema4_timedwait$VARIANT$mp + 64 (lock.c:149)2 libdispatch.dylib 0x00000001865bb9c0 _dispatch_semaphore_wait_slow + 72 (semaphore.c:116)3 libdispatch.dylib 0x00000001865c97dc _dispatch_worker_thread + 352 (queue.c:6168)4 libsystem_pthread.dylib 0x00000001867fc25c _pthread_body + 128 (pthread.c:857)5 libsystem_pthread.dylib 0x00000001867fc1bc _pthread_start + 48 (pthread.c:884)6 libsystem_pthread.dylib 0x00000001867ffcf4 thread_start + 4Thread 29:0 libsystem_pthread.dylib 0x00000001867ffce8 start_wqthread + 0Thread 30:0 libsystem_pthread.dylib 0x00000001867ffce8 start_wqthread + 0Thread 31 name:Thread 31:0 libsystem_kernel.dylib 0x000000018676bea4 mach_msg_trap + 81 libsystem_kernel.dylib 0x000000018676b37c mach_msg + 72 (mach_msg.c:103)2 CoreFoundation 0x0000000186b71ad8 __CFRunLoopServiceMachPort + 236 (CFRunLoop.c:2615)3 CoreFoundation 0x0000000186b6c974 __CFRunLoopRun + 1396 (CFRunLoop.c:2971)4 CoreFoundation 0x0000000186b6c0e0 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3247)5 Foundation 0x0000000187562494 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 300 (NSRunLoop.m:367)6 libAXSpeechManager.dylib 0x0000000196cf1740 -[AXSpeechThread main] + 264 (AXSpeechThread.m:41)7 Foundation 0x000000018769523c __NSThread__start__ + 1040 (NSThread.m:1175)8 libsystem_pthread.dylib 0x00000001867fc25c _pthread_body + 128 (pthread.c:857)9 libsystem_pthread.dylib 0x00000001867fc1bc _pthread_start + 48 (pthread.c:884)10 libsystem_pthread.dylib 0x00000001867ffcf4 thread_start + 4Thread 32 name:Thread 32:0 libsystem_kernel.dylib 0x000000018676bea4 mach_msg_trap + 81 libsystem_kernel.dylib 0x000000018676b37c mach_msg + 72 (mach_msg.c:103)2 CoreFoundation 0x0000000186b71ad8 __CFRunLoopServiceMachPort + 236 (CFRunLoop.c:2615)3 CoreFoundation 0x0000000186b6c974 __CFRunLoopRun + 1396 (CFRunLoop.c:2971)4 CoreFoundation 0x0000000186b6c0e0 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3247)5 AVFAudio 0x000000018cb8060c GenericRunLoopThread::Entry(void*) + 164 (GenericRunLoopThread.h:92)6 AVFAudio 0x000000018cbac768 CAPThread::Entry(CAPThread*) + 887 libsystem_pthread.dylib 0x00000001867fc25c _pthread_body + 128 (pthread.c:857)8 libsystem_pthread.dylib 0x00000001867fc1bc _pthread_start + 48 (pthread.c:884)9 libsystem_pthread.dylib 0x00000001867ffcf4 thread_start + 4Thread 33 name:Thread 33:0 libsystem_kernel.dylib 0x000000018676bea4 mach_msg_trap + 81 libsystem_kernel.dylib 0x000000018676b37c mach_msg + 72 (mach_msg.c:103)2 CoreFoundation 0x0000000186b71ad8 __CFRunLoopServiceMachPort + 236 (CFRunLoop.c:2615)3 CoreFoundation 0x0000000186b6c974 __CFRunLoopRun + 1396 (CFRunLoop.c:2971)4 CoreFoundation 0x0000000186b6c0e0 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3247)5 Foundation 0x0000000187562494 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 300 (NSRunLoop.m:367)6 libAXSpeechManager.dylib 0x0000000196cf1740 -[AXSpeechThread main] + 264 (AXSpeechThread.m:41)7 Foundation 0x000000018769523c __NSThread__start__ + 1040 (NSThread.m:1175)8 libsystem_pthread.dylib 0x00000001867fc25c _pthread_body + 128 (pthread.c:857)9 libsystem_pthread.dylib 0x00000001867fc1bc _pthread_start + 48 (pthread.c:884)10 libsystem_pthread.dylib 0x00000001867ffcf4 thread_start + 4Thread 34:0 SiriTTS 0x0000000193bf316c Rr2Pcm_ProcessFrame + 256 (rr2pcm.c:1239)1 SiriTTS 0x0000000193c51188 RccSyn__SynthesisOneFrame + 112 (rcc_syn_t.c:144)2 SiriTTS 0x0000000193c51188 RccSyn__SynthesisOneFrame + 112 (rcc_syn_t.c:144)3 SiriTTS 0x0000000193be8524 synth_bet3_Process + 3232 (synth_bet3.c:2036)4 SiriTTS 0x0000000193b26fac ttseg_loc_ProcessLoop + 632 (ttseg.c:3751)5 SiriTTS 0x0000000193b258cc ttseg_loc_Synthesize + 64 (ttseg.c:4513)6 SiriTTS 0x0000000193b257d0 ttseg_Synthesize + 236 (ttseg.c:5951)7 SiriTTS 0x0000000193c5cd08 ssft_hlp_ProcessMessage2Speech + 264 (vauto_ttsapi.c:1941)8 SiriTTS 0x0000000193c5cf04 ve_ttsProcessText2Speech + 280 (vauto_ttsapi.c:3049)9 TTSSpeechBundle 0x000000011b897e44 TTSVocalizerProcessText + 464 (TTSVocalizer.m:1158)10 TTSSpeechBundle 0x000000011b8ab4dc _SpeechVocalizerPlaybackDataProvider + 192 (TTSSpeechServer.m:1291)11 TTSSpeechBundle 0x000000011b88de94 TTSPlaybackPerform + 108 (TTSPlayback.m:553)12 TTSSpeechBundle 0x000000011b8ab1cc _BeginSpeaking + 504 (TTSSpeechServer.m:1126)13 TTSSpeechBundle 0x000000011b8aa3dc _SpeechThread + 572 (TTSSpeechServer.m:376)14 libsystem_pthread.dylib 0x00000001867fc25c _pthread_body + 128 (pthread.c:857)15 libsystem_pthread.dylib 0x00000001867fc1bc _pthread_start + 48 (pthread.c:884)16 libsystem_pthread.dylib 0x00000001867ffcf4 thread_start + 4Thread 7 crashed with ARM Thread State (64-bit): x0: 0x0000000000000001 x1: 0x000000011d075a48 x2: 0x0000000170414f38 x3: 0x0000000000000027 x4: 0x0000000122f9ac48 x5: 0x0000000000000000 x6: 0x0000000170414ef0 x7: 0x0000000000000403 x8: 0x0000000000000001 x9: 0x000000010c0e4034 x10: 0x0000000122ff1a48 x11: 0x0000000000000009 x12: 0x0000000122ff1a6c x13: 0x0000000122f9ac98 x14: 0x000000007ffffffe x15: 0x000000011d04cb48 x16: 0x0000000122f9ad40 x17: 0x000000011d04cb48 x18: 0x0000000000000000 x19: 0x0000000120dc5d88 x20: 0x0000000120dc5d88 x21: 0x00000000ffffffff x22: 0x0000000283da8498 x23: 0x00000002833a51e0 x24: 0x0000000000000000 x25: 0x00000002833a51f0 x26: 0x00000002834a3910 x27: 0x0000005b93ee8655 x28: 0x0000000000000000 fp: 0x0000000170414f20 lr: 0x0000000190676bac sp: 0x0000000170414ef0 pc: 0x0000000190676d04 cpsr: 0x60000000Binary Images:0x1002f0000 - 0x100cb3fff MyApp arm64 <907f3a2dc3cf3885884b3c270249b3f9> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/MyApp0x1010f4000 - 0x10115bfff Alamofire arm64 <e3e25469432b30a79328260ebe14a3b9> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/Alamofire.framework/Alamofire0x101234000 - 0x101243fff BEMCheckBox arm64 <50b70f9cdaef3e3ba99c3f7e7b224fdb> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/BEMCheckBox.framework/BEMCheckBox0x101258000 - 0x10126bfff EAIntroView arm64 <54f41c80a8743841a51fc80830bc25c7> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/EAIntroView.framework/EAIntroView0x101284000 - 0x10128bfff EARestrictedScrollView arm64 <3a17f31a839a33a4a94c630293cf4e09> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/EARestrictedScrollView.framework/EARestrictedScrollView0x10129c000 - 0x1012c7fff GTMSessionFetcher arm64 <0c1563e5d98d34b3acab4dfdced2270d> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher0x10130c000 - 0x101323fff GoogleUtilities arm64 <58a824ca37473e8a9089f8ada6faf4ba> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/GoogleUtilities.framework/GoogleUtilities0x10134c000 - 0x101353fff ImageCenterButton arm64 <d41507cc6b5336738cba7e3b4c04cb4b> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/ImageCenterButton.framework/ImageCenterButton0x101364000 - 0x101393fff JSQMessagesViewController arm64 <0fc749501b97347b8092fbb1a58336c7> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/JSQMessagesViewController.framework/JSQMessagesViewController0x1013ec000 - 0x1013f3fff JSQSystemSoundPlayer arm64 <dc1fbbf729753208b76943db2671670f> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/JSQSystemSoundPlayer.framework/JSQSystemSoundPlayer0x101404000 - 0x10140bfff Reachability arm64 <b82cbe7bdc5c37c0ab73535b2c21367a> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/Reachability.framework/Reachability0x10141c000 - 0x101423fff RxAtomic arm64 <e49cc8355d483ecfb54816307d4b02eb> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/RxAtomic.framework/RxAtomic0x101434000 - 0x101443fff RxCoreLocation arm64 <8d4a008e8a6b36da851bf5f52485bf76> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/RxCoreLocation.framework/RxCoreLocation0x101474000 - 0x1014d7fff dyld arm64 <67179aea6d8038a58f729b468f24ca69> /usr/lib/dyld0x101544000 - 0x104a4bfff ArcGIS arm64 <05299ea02bc238f79fb3084119b727e0> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/ArcGIS.framework/ArcGIS0x107258000 - 0x10727ffff NVActivityIndicatorView arm64 <0fa8da9818263e56ac702614aa3370b8> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/NVActivityIndicatorView.framework/NVActivityIndicatorView0x1072d4000 - 0x107363fff RxCocoa arm64 <1aa39bd327a73e0e9ac67eb7bd3bf49f> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/RxCocoa.framework/RxCocoa0x1074e8000 - 0x10759ffff RxSwift arm64 <5b97c0a276ae3e3cb0dfb6d4f01dc6ed> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/RxSwift.framework/RxSwift0x107784000 - 0x1077abfff SDWebImage arm64 <7d643764d75c3a4b9f249bd2b27200bc> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/SDWebImage.framework/SDWebImage0x1077f0000 - 0x10780ffff Siren arm64 <e57c2d60d2693ff0a6258c95170376f2> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/Siren.framework/Siren0x107860000 - 0x10789ffff SwiftMessages arm64 <bc2c7ae91d343fb68bd3d39657584dcc> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/SwiftMessages.framework/SwiftMessages0x10794c000 - 0x10797ffff SwiftyBeaver arm64 <1031e3052fbc30d0959dafe084c41fa4> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/SwiftyBeaver.framework/SwiftyBeaver0x1079e8000 - 0x107a17fff SwiftyJSON arm64 <75d008f8aca83abc85fdba7699d2bf39> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/SwiftyJSON.framework/SwiftyJSON0x107a58000 - 0x107a87fff SwipeCellKit arm64 <38bed6307d3d3effb3624b85fa9ece62> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/SwipeCellKit.framework/SwipeCellKit0x107b04000 - 0x107b1bfff SwipeMenuViewController arm64 <c9e0e51bcf3839da888942dc76b7bfbe> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/SwipeMenuViewController.framework/SwipeMenuViewController0x107b58000 - 0x107b8ffff leveldb arm64 <796b846b6c283603a5e07007e3d50c23> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/leveldb.framework/leveldb0x107be4000 - 0x107beffff nanopb arm64 <6ce8ae62e53f33d7bb3e54c6bd1290bc> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/nanopb.framework/nanopb0x107c00000 - 0x107c13fff libswiftAVFoundation.dylib arm64 <b25d821f6ccd3d00952742ab93d2cd1b> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/libswiftAVFoundation.dylib0x107c24000 - 0x107f5bfff libswiftCore.dylib arm64 <a6ddef6199143f14876bac3d281b4cfe> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/libswiftCore.dylib0x10806c000 - 0x108073fff libswiftCoreAudio.dylib arm64 <36b727cd39143904a209b5a3b8bff675> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/libswiftCoreAudio.dylib0x108080000 - 0x108087fff libswiftCoreFoundation.dylib arm64 <47deeaa1967b3e339dfcb48535a994e1> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/libswiftCoreFoundation.dylib0x108094000 - 0x1080a3fff libswiftCoreGraphics.dylib arm64 <25fe91aa901b3cf6a443b498012ab5af> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/libswiftCoreGraphics.dylib0x1080b8000 - 0x1080bffff libswiftCoreImage.dylib arm64 <762a9d5e144d38b5b02b910e61486196> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/libswiftCoreImage.dylib0x1080cc000 - 0x1080d3fff libswiftCoreLocation.dylib arm64 <9a0a7186ab2839738011f49b762b2da5> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/libswiftCoreLocation.dylib0x1080e0000 - 0x1080e7fff libswiftCoreMedia.dylib arm64 <06b0623f34253ddf9b6ff90d64b1ca3b> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/libswiftCoreMedia.dylib0x1080f4000 - 0x1080fffff libswiftDarwin.dylib arm64 <b430370f979638fea97ab26a84bcb5d6> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/libswiftDarwin.dylib0x108110000 - 0x10812bfff libswiftDispatch.dylib arm64 <7ad01fe8bf9f3bad811e9c5ce8c68f8f> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/libswiftDispatch.dylib0x108148000 - 0x108297fff libswiftFoundation.dylib arm64 <0848e6ddbbfb31ae87c86b45ff691470> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/libswiftFoundation.dylib0x108320000 - 0x108327fff libswiftMapKit.dylib arm64 <6107ef21e7e53469a19478878db8b5ad> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/libswiftMapKit.dylib0x108334000 - 0x10833ffff libswiftMediaPlayer.dylib arm64 <8a1344dbe7873d579beebf4748f3e5cc> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/libswiftMediaPlayer.dylib0x10834c000 - 0x108353fff libswiftMetal.dylib arm64 <7a56d69e55fb3a23a40cfb2c2abae537> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/libswiftMetal.dylib0x108360000 - 0x108367fff libswiftObjectiveC.dylib arm64 <ec73a6a65788317397cc32bbd09d8fbd> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/libswiftObjectiveC.dylib0x108374000 - 0x10837bfff libswiftPhotos.dylib arm64 <d1952a7928d1391abf2588cbc952cd7e> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/libswiftPhotos.dylib0x108388000 - 0x10838ffff libswiftQuartzCore.dylib arm64 <5b0df8513fdc35f480865794bac2b551> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/libswiftQuartzCore.dylib0x10839c000 - 0x1083abfff libswiftUIKit.dylib arm64 <7b96c8dddb1337a9b8b2a806cd798a69> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/libswiftUIKit.dylib0x1083c0000 - 0x1083fbfff libswiftsimd.dylib arm64 <fbda20ab3fe3304abe20e4184fb2e40f> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/libswiftsimd.dylib0x10841c000 - 0x108423fff libswiftos.dylib arm64 <8e3b4ee77a833c3fad9499717ed18eec> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/libswiftos.dylib0x108430000 - 0x108437fff libswiftCoreData.dylib arm64 <0a02e2d49c383356b928e3c14a6611eb> /var/containers/Bundle/Application/F003F9B0-1C38-4BEB-A886-9E1CBC024EBF/MyApp.app/Frameworks/libswiftCoreData.dylib0x1086ec000 - 0x1086f7fff libobjc-trampolines.dylib arm64 <0d67ef7e3ec8370aa106a59717eb17fa> /usr/lib/libobjc-trampolines.dylib0x11b888000 - 0x11b8cffff TTSSpeechBundle arm64 <a03e0e78ee623ab8a6e8d1f89b63156f> /System/Library/TTSPlugins/TTSSpeechBundle.speechbundle/TTSSpeechBundle0x11cb14000 - 0x11cc27fff MacinTalk arm64 <666a3581bdf83ed7a59b813ce3cc7753> /System/Library/TTSPlugins/MacinTalk.speechbundle/MacinTalk0x185d3a000 - 0x185d3bfff libSystem.B.dylib arm64 <f184b070047e3f1da44a6289a862092a> /usr/lib/libSystem.B.dylib0x185d3c000 - 0x185d96fff libc++.1.dylib arm64 <cdd2c63379d93baeb7024329c50774e3> /usr/lib/libc++.1.dylib0x185d97000 - 0x185daafff libc++abi.dylib arm64 <f32b6f6556af381b8cb76b9473735afa> /usr/lib/libc++abi.dylib0x185dab000 - 0x186533fff libobjc.A.dylib arm64 <3c1dc6c93e273dd3938e146c18cc5188> /usr/lib/libobjc.A.dylib0x186534000 - 0x186539fff libcache.dylib arm64 <c0ee5e0a95e23cec977e61cd95359dfb> /usr/lib/system/libcache.dylib0x18653a000 - 0x186546fff libcommonCrypto.dylib arm64 <b100441a47493972aec6fb7e83eec080> /usr/lib/system/libcommonCrypto.dylib0x186547000 - 0x18654bfff libcompiler_rt.dylib arm64 <ec81dc727fec340d8de4a67e02d1dcef> /usr/lib/system/libcompiler_rt.dylib0x18654c000 - 0x186554fff libcopyfile.dylib arm64 <bade780ff8a93a1088570b49283ab010> /usr/lib/system/libcopyfile.dylib0x186555000 - 0x1865b8fff libcorecrypto.dylib arm64 <fe89118529c8302285d1800d50f206f8> /usr/lib/system/libcorecrypto.dylib0x1865b9000 - 0x186629fff libdispatch.dylib arm64 <025080cbcf933d2f81c1b2e0b82a362d> /usr/lib/system/libdispatch.dylib0x18662a000 - 0x186654fff libdyld.dylib arm64 <c6bb1027199d3836888abc946a5055f5> /usr/lib/system/libdyld.dylib0x186655000 - 0x186655fff liblaunch.dylib arm64 <5fb8b0437013319887b994a645c87bee> /usr/lib/system/liblaunch.dylib0x186656000 - 0x18665bfff libmacho.dylib arm64 <16c0dcb8fe293859b948a16894dc8161> /usr/lib/system/libmacho.dylib0x18665c000 - 0x18665dfff libremovefile.dylib arm64 <e12d6928a7ee33e68c4e6b161aee9c80> /usr/lib/system/libremovefile.dylib0x18665e000 - 0x186675fff libsystem_asl.dylib arm64 <a1d45272ed82384991b8be21ba89faef> /usr/lib/system/libsystem_asl.dylib0x186676000 - 0x186676fff libsystem_blocks.dylib arm64 <068a78ad98aa353e956eeaf058fd9637> /usr/lib/system/libsystem_blocks.dylib0x186677000 - 0x1866f5fff libsystem_c.dylib arm64 <7da5f27d7b4830dda0a4dd26c109e448> /usr/lib/system/libsystem_c.dylib0x1866f6000 - 0x1866fafff libsystem_configuration.dylib arm64 <25383d775a2136589984adc6c9b35309> /usr/lib/system/libsystem_configuration.dylib0x1866fb000 - 0x186702fff libsystem_containermanager.dylib arm64 <3dcd9a50bfdf3c1191f4e90691f4d5e8> /usr/lib/system/libsystem_containermanager.dylib0x186703000 - 0x186704fff libsystem_coreservices.dylib arm64 <a7755c027acb30aebe221b38fdc164fd> /usr/lib/system/libsystem_coreservices.dylib0x186705000 - 0x18670bfff libsystem_darwin.dylib arm64 <1b7bfac5248e36ef923f46597ca358d1> /usr/lib/system/libsystem_darwin.dylib0x18670c000 - 0x186712fff libsystem_dnssd.dylib arm64 <0fb34f5c3eb93adb83a4b74f452dafb2> /usr/lib/system/libsystem_dnssd.dylib0x186713000 - 0x186753fff libsystem_info.dylib arm64 <de1cc432e779341c8cacf5b9412b4b04> /usr/lib/system/libsystem_info.dylib0x186754000 - 0x18677efff libsystem_kernel.dylib arm64 <3ab723d26da43120b5fc292ff2dc4c84> /usr/lib/system/libsystem_kernel.dylib0x18677f000 - 0x1867acfff libsystem_m.dylib arm64 <12380e91ac4437a69be12482c0a6e10a> /usr/lib/system/libsystem_m.dylib0x1867ad000 - 0x1867d0fff libsystem_malloc.dylib arm64 <de4bb5fa4f023f6b86a3314ec2405d3c> /usr/lib/system/libsystem_malloc.dylib0x1867d1000 - 0x1867ddfff libsystem_networkextension.dylib arm64 <472dd253009d3bb4b597d51e461a34db> /usr/lib/system/libsystem_networkextension.dylib0x1867de000 - 0x1867e5fff libsystem_notify.dylib arm64 <e343402b92ee34f59530bfef6723353a> /usr/lib/system/libsystem_notify.dylib0x1867e6000 - 0x1867f0fff libsystem_platform.dylib arm64 <368fd1a9ce9937a4bde2354a5c5d4804> /usr/lib/system/libsystem_platform.dylib0x1867f1000 - 0x186801fff libsystem_pthread.dylib arm64 <ebea1e1479613e62be7aa879ca5328bb> /usr/lib/system/libsystem_pthread.dylib0x186802000 - 0x186804fff libsystem_sandbox.dylib arm64 <f558336363ce3d60a018168b9dc7a480> /usr/lib/system/libsystem_sandbox.dylib0x186805000 - 0x18680cfff libsystem_symptoms.dylib arm64 <c39cc7084a223d85ab6fa2195f11440a> /usr/lib/system/libsystem_symptoms.dylib0x18680d000 - 0x186822fff libsystem_trace.dylib arm64 <6c1526cb161d302e887f8dc30ce3b5f9> /usr/lib/system/libsystem_trace.dylib0x186823000 - 0x186828fff libunwind.dylib arm64 <ac393540d41439ea9386117ffd63378f> /usr/lib/system/libunwind.dylib0x186829000 - 0x186857fff libxpc.dylib arm64 <8c926c76a52a323ab048ab447b34a334> /usr/lib/system/libxpc.dylib0x186858000 - 0x186ab2fff libicucore.A.dylib arm64 <4bc5287e088f30f882bc6999a90feacc> /usr/lib/libicucore.A.dylib0x186ab3000 - 0x186ac4fff libz.1.dylib arm64 <788ab2a7d56e3b528034d5a9b9f9d3f6> /usr/lib/libz.1.dylib0x186ac5000 - 0x186e29fff CoreFoundation arm64 <65db57e47b15316d8e61c7e9b36d6ef5> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation0x186e2a000 - 0x186e3afff libbsm.0.dylib arm64 <d7f9427a81903f4e9345af0220fc99bb> /usr/lib/libbsm.0.dylib0x186e3b000 - 0x186e3bfff libenergytrace.dylib arm64 <9c3edae00ffc357dbba7b7f6a4820fcc> /usr/lib/libenergytrace.dylib0x186e3c000 - 0x186eccfff IOKit arm64 <bf64577f504734169c46f7cdf0d69d48> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit0x186ecd000 - 0x186fb5fff libxml2.2.dylib arm64 <4c3f394b5a9334589d60dbff79c6a0f7> /usr/lib/libxml2.2.dylib0x186fb6000 - 0x186fc3fff libbz2.1.0.dylib arm64 <273cbb660f5f397eab26a425e8a657b7> /usr/lib/libbz2.1.0.dylib0x186fc4000 - 0x186fdcfff liblzma.5.dylib arm64 <75e94b185f193af9a2c87ec2f7e0ac46> /usr/lib/liblzma.5.dylib0x186fdd000 - 0x187156fff libsqlite3.dylib arm64 <fef279c850b63c35a64a2429ec337184> /usr/lib/libsqlite3.dylib0x187157000 - 0x18718cfff libMobileGestalt.dylib arm64 <b9e606585a643bb69add407d52372c38> /usr/lib/libMobileGestalt.dylib0x18718d000 - 0x187559fff CFNetwork arm64 <b9e0c35d724d3fd6b28195957509e2fc> /System/Library/Frameworks/CFNetwork.framework/CFNetwork0x18755a000 - 0x187866fff Foundation arm64 <5a26e86f7c633191a59874134a7876e4> /System/Library/Frameworks/Foundation.framework/Foundation0x187867000 - 0x187973fff Security arm64 <aa5440d14d253dc5949eca58ef26507d> /System/Library/Frameworks/Security.framework/Security0x187974000 - 0x1879e2fff SystemConfiguration arm64 <85514a7674383f6485ac7750a41894bd> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration0x1879e3000 - 0x187a18fff libCRFSuite.dylib arm64 <3160a917a42d35a3a30e8c6d922070c6> /usr/lib/libCRFSuite.dylib0x187a19000 - 0x187a2ffff libapple_nghttp2.dylib arm64 <bbc32948e1573b2e9f7b8a58dfbf2aae> /usr/lib/libapple_nghttp2.dylib0x187a30000 - 0x187a59fff libarchive.2.dylib arm64 <53722536e2ab33e992347c4afb90ef97> /usr/lib/libarchive.2.dylib0x187a5a000 - 0x187b28fff libboringssl.dylib arm64 <68f7323d11ff3c80a1de2e5dc6518771> /usr/lib/libboringssl.dylib0x187b29000 - 0x187b3ffff libcoretls.dylib arm64 <97b6385a40853340b39fca181b1a24d1> /usr/lib/libcoretls.dylib0x187b40000 - 0x187b41fff libcoretls_cfhelpers.dylib arm64 <d7455d9a4a083eae8ca5bd31ade2f121> /usr/lib/libcoretls_cfhelpers.dylib0x187b42000 - 0x187b43fff liblangid.dylib arm64 <984ab4017cce3def839d7da2555c98f4> /usr/lib/liblangid.dylib0x187b44000 - 0x187eb9fff libnetwork.dylib arm64 <e49bba44423d32289682b014a0978325> /usr/lib/libnetwork.dylib0x187eba000 - 0x187eeffff libpcap.A.dylib arm64 <1e723fd7ee7133259e72aa46992693ab> /usr/lib/libpcap.A.dylib0x187ef0000 - 0x187f4dfff libusrtcp.dylib arm64 <7f312ea426753ff0943fac305311baf0> /usr/lib/libusrtcp.dylib0x187f4e000 - 0x187f5afff IOSurface arm64 <a6f85388a9d833d6a0a450f88defb912> /System/Library/Frameworks/IOSurface.framework/IOSurface0x187f5b000 - 0x18800efff libBLAS.dylib arm64 <422303ea936b30c4a3a204c5042a4019> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib0x18800f000 - 0x18832efff libLAPACK.dylib arm64 <81d6d8a0ea4933488a6706fda9653f13> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib0x18832f000 - 0x1885a1fff vImage arm64 <c21d287e328d30368f32e4bf01b054a2> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage0x1885a2000 - 0x1885b3fff libSparseBLAS.dylib arm64 <c3599b0dae6e3b508ef90097c833cbb6> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib0x1885b4000 - 0x188610fff libvMisc.dylib arm64 <64fed501f334318cae6d4e4387a47be3> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib0x188611000 - 0x188640fff libBNNS.dylib arm64 <bfe25313908e34d5a2cbcd15fd705e6f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib0x188641000 - 0x188655fff libLinearAlgebra.dylib arm64 <9febf91b130b37d9afc9a8d7be78f271> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib0x188656000 - 0x18865afff libQuadrature.dylib arm64 <5e86d436c08e391e84b3ba27ebb0fb79> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib0x18865b000 - 0x1886cbfff libSparse.dylib arm64 <f1b52cc3e8e83d4a835f6b6f8917ff44> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib0x1886cc000 - 0x18875afff libvDSP.dylib arm64 <707871f1ca7a343b9937a3f8ccb79592> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib0x18875b000 - 0x18875bfff vecLib arm64 <0041874ce19f3d47906b23024b685abf> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib0x18875c000 - 0x18875cfff Accelerate arm64 <94e84f08c2af3ed2994bca4a3f71bd47> /System/Library/Frameworks/Accelerate.framework/Accelerate0x18875d000 - 0x188775fff libcompression.dylib arm64 <52cfe534518a3352a563755c00536d36> /usr/lib/libcompression.dylib0x188776000 - 0x188d24fff CoreGraphics arm64 <71f35861779e33dc85becdcb3c50e7ad> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics0x188d25000 - 0x188d2afff IOAccelerator arm64 <8b179d4801dc3c358ca2f080a9dd12f9> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator0x188d2b000 - 0x188d30fff libCoreFSCache.dylib arm64 <86bf2e4231f7365e919e32aeee0ca186> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib0x188d31000 - 0x188dd9fff Metal arm64 <ff797d1edadd37e7935ca5cde553e0eb> /System/Library/Frameworks/Metal.framework/Metal0x188dda000 - 0x188dedfff GraphicsServices arm64 <0d63a05d8c803e93b5fe8a52208271b4> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices0x188dee000 - 0x188deefff MobileCoreServices arm64 <e8a82569adaa30a39c2f11f4d3e5af8c> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices0x188def000 - 0x188df1fff IOSurfaceAccelerator arm64 <b9dd653b47d03231ad936f1256524d0c> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator0x188df2000 - 0x188e34fff AppleJPEG arm64 <18955d5987183a68adff153ecba46736> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG0x188e35000 - 0x1893fafff ImageIO arm64 <994242d700dc3f7db5ca48a485a01020> /System/Library/Frameworks/ImageIO.framework/ImageIO0x1893fb000 - 0x18946dfff BaseBoard arm64 <c6a0a086b2ee35b49ecdf6259dcfb931> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard0x18946e000 - 0x189485fff AssertionServices arm64 <6a23fd7c0b2e323187a027271ab430e4> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices0x189486000 - 0x18948efff CorePhoneNumbers arm64 <8b18291423fb32d0b30bb7a9f2aa5655> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers0x18948f000 - 0x1894d4fff AppSupport arm64 <18872c192de23d29a024492143e090f5> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport0x1894d5000 - 0x1894eefff CrashReporterSupport arm64 <ea595ab5b99539eca6dc781459ffe38c> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport0x1894ef000 - 0x1894f4fff AggregateDictionary arm64 <399b625c2ed6303fbd987f78ffd56539> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary0x1894f5000 - 0x18957dfff libTelephonyUtilDynamic.dylib arm64 <95c20504af503f21a28ad6ccb84a4d19> /usr/lib/libTelephonyUtilDynamic.dylib0x18957e000 - 0x18959dfff ProtocolBuffer arm64 <eacb4e14d1fe3e5285647722f8d95b34> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer0x18959e000 - 0x1895cefff MobileKeyBag arm64 <68a9efcb67223020a5d2b87b326b565c> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag0x1895cf000 - 0x18960bfff BackBoardServices arm64 <05ba119e36e33e678acba4bd7f27de47> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices0x18960c000 - 0x189675fff FrontBoardServices arm64 <f05d613f1d0438d5ba9f935067c1e338> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices0x189676000 - 0x1896bdfff SpringBoardServices arm64 <39ff285a5a08300581df78d39839e43f> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices0x1896be000 - 0x1896d1fff PowerLog arm64 <f082650792553f12bda77cea82bfc823> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog0x1896d2000 - 0x1896edfff CommonUtilities arm64 <1f7eb175f249371692b1d1d229873ae1> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities0x1896ee000 - 0x1896f9fff liblockdown.dylib arm64 <d468f21a72e73ea78fc09de46060073b> /usr/lib/liblockdown.dylib0x1896fa000 - 0x189a38fff CoreData arm64 <2332c30861283595ad5394a1f08be532> /System/Library/Frameworks/CoreData.framework/CoreData0x189a39000 - 0x189a40fff TCC arm64 <dac7f8d64011371597724b5d0ea85d2c> /System/Library/PrivateFrameworks/TCC.framework/TCC0x189a41000 - 0x189a49fff libcupolicy.dylib arm64 <130f161faa6b3ec0a7c4dcf1eed866f9> /usr/lib/libcupolicy.dylib0x189a4a000 - 0x189b2ffff CoreTelephony arm64 <93355f632f593f5281865c969aac485d> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony0x189b30000 - 0x189b91fff Accounts arm64 <968701d6f1a53f1cbb1c943c7989bb04> /System/Library/Frameworks/Accounts.framework/Accounts0x189b92000 - 0x189bbbfff AppleSauce arm64 <db471ffad1c138189ff523aac415352f> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce0x189bbc000 - 0x189bc5fff DataMigration arm64 <f710c0f3da8335af816e047d661dce4e> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration0x189bc6000 - 0x189bcdfff Netrb arm64 <c773c617508c32b58101cbbcd0e60fdf> /System/Library/PrivateFrameworks/Netrb.framework/Netrb0x189bce000 - 0x189c02fff PersistentConnection arm64 <c6e88ecd1a7e36d49902c79525549947> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection0x189c03000 - 0x189c14fff libmis.dylib arm64 <8bd05aae163c357493b14fa4bce90aa7> /usr/lib/libmis.dylib0x189c15000 - 0x189d1efff ManagedConfiguration arm64 <30a80be382bb31e7af162c281e48c400> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration0x189d1f000 - 0x189d24fff libReverseProxyDevice.dylib arm64 <9f47b0cedcfd3f75b4ee0e545ddee3f3> /usr/lib/libReverseProxyDevice.dylib0x189d25000 - 0x189d37fff libamsupport.dylib arm64 <4d654aed059e377bbf718221cfbc1c28> /usr/lib/libamsupport.dylib0x189d38000 - 0x189d3dfff libCoreVMClient.dylib arm64 <44e914213c323fbba6145cda4fd10a6e> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib0x189d3e000 - 0x189d3ffff libCVMSPluginSupport.dylib arm64 <be351b584919399abef69c6e461eaa50> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib0x189d40000 - 0x189d43fff libutil.dylib arm64 <4eaf33b8988039f795ae66f03a01e3ac> /usr/lib/libutil.dylib0x189d44000 - 0x189d83fff libGLImage.dylib arm64 <9d403b15ee8c3339ae472ceb4f3609f2> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib0x189d84000 - 0x189dfbfff APFS arm64 <c2147b1e452e338ea85dfdb026d8a86e> /System/Library/PrivateFrameworks/APFS.framework/APFS0x189dfc000 - 0x189e2dfff MediaKit arm64 <384d64739049326784c770ffb215e963> /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit0x189e2e000 - 0x189e4afff libSERestoreInfo.dylib arm64 <4c21f0cba4df3176b36dae70f2298ca2> /usr/lib/updaters/libSERestoreInfo.dylib0x189e51000 - 0x189e8dfff DiskImages arm64 <ddc2df7e0e4b346e96415364c8258926> /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages0x189e8e000 - 0x189e97fff libGFXShared.dylib arm64 <50fe12ebf4ff3e4fa81337c2f86c4830> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib0x189e98000 - 0x189ee6fff libauthinstall.dylib arm64 <2214c7596ded3935bd19f281af2afb77> /usr/lib/libauthinstall.dylib0x189ee7000 - 0x189eeffff IOMobileFramebuffer arm64 <7e0cb324f630364abf441ba9dc82297a> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer0x189ef0000 - 0x189efbfff OpenGLES arm64 <15496bbdb29e3e0c8c4fc1dd1f98fa08> /System/Library/Frameworks/OpenGLES.framework/OpenGLES0x189efc000 - 0x189f99fff ColorSync arm64 <52c4256ba91d3636aded4b2254e82903> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync0x189f9a000 - 0x189fc9fff CoreVideo arm64 <317da5b683d13593be36750e39a8d53d> /System/Library/Frameworks/CoreVideo.framework/CoreVideo0x189fca000 - 0x189fcbfff libCTGreenTeaLogger.dylib arm64 <76e8b109bac13330820949a528965882> /usr/lib/libCTGreenTeaLogger.dylib0x189fcc000 - 0x18a13bfff CoreAudio arm64 <2844977772f930058ef9314a9b400ee7> /System/Library/Frameworks/CoreAudio.framework/CoreAudio0x18a13c000 - 0x18a15efff CoreAnalytics arm64 <359d4a89acb83886bfe06910dbc63885> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics0x18a15f000 - 0x18a162fff UserFS arm64 <380267d724e7332a8e3a07c2fe1a552e> /System/Library/PrivateFrameworks/UserFS.framework/UserFS0x18a163000 - 0x18a300fff CoreMedia arm64 <276c2955623f3dd69526fa59cdb2c16c> /System/Library/Frameworks/CoreMedia.framework/CoreMedia0x18a301000 - 0x18a313fff libprotobuf-lite.dylib arm64 <a50a12601dab3a37bfe1a6c9e8b7a3fe> /usr/lib/libprotobuf-lite.dylib0x18a314000 - 0x18a379fff libprotobuf.dylib arm64 <29eb153d4e49305da00845942dc1ce90> /usr/lib/libprotobuf.dylib0x18a37a000 - 0x18a690fff libAWDSupportFramework.dylib arm64 <4f99fd19a6a439f399a8888629347c9f> /usr/lib/libAWDSupportFramework.dylib0x18a691000 - 0x18a6dbfff WirelessDiagnostics arm64 <316e8098fc0030b3b87909e3b55ebd90> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics0x18a6dc000 - 0x18a79cfff ************ arm64 <0a749e2a0e28386e9ffbfb727915ab16> /System/Library/Frameworks/************.framework/************0x18a79d000 - 0x18a8a8fff libFontParser.dylib arm64 <7dd118d3800c31f5a3f01b8c93318685> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib0x18a8a9000 - 0x18a8a9fff FontServices arm64 <6b7868d8151131459597cf1d80c044c9> /System/Library/PrivateFrameworks/FontServices.framework/FontServices0x18a8aa000 - 0x18aa0bfff CoreText arm64 <bbb7f3cfa5303b4ca2d30f9d0fd5a5dc> /System/Library/Frameworks/CoreText.framework/CoreText0x18aa0c000 - 0x18aa1bfff IntlPreferences arm64 <8d608ca85cd23d1b8f6055ffec3d6be9> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences0x18aa1c000 - 0x18aa26fff RTCReporting arm64 <7377e0cceeec35a99d5f419abb175808> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting0x18aa27000 - 0x18aa9ffff CoreBrightness arm64 <574ba7a774fa304787ecbab2d5cfc563> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness0x18aaa0000 - 0x18aaaafff libAudioStatistics.dylib arm64 <611ea247048d3d789a99cbaf8dcd1c26> /usr/lib/libAudioStatistics.dylib0x18aaab000 - 0x18b09dfff AudioToolbox arm64 <b1e2063a280b359f95b222a4147483c2> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox0x18b09e000 - 0x18b2dbfff QuartzCore arm64 <bf61c944f8bb3339a7973a0f3007a0a2> /System/Library/Frameworks/QuartzCore.framework/QuartzCore0x18b2dc000 - 0x18b2e7fff MediaAccessibility arm64 <40e2b21f769735d9a80564244056008d> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility0x18b2e8000 - 0x18b3dafff libiconv.2.dylib arm64 <506e2bfca9c334d0a02a0bb44e669025> /usr/lib/libiconv.2.dylib0x18b3db000 - 0x18b3f6fff NetworkStatistics arm64 <7fb3bc1fa5713d2eb99dad2ca782067c> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics0x18b3f7000 - 0x18b415fff MPSCore arm64 <6436293106bb381184af63f069f2fb16> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore0x18b416000 - 0x18b48afff MPSImage arm64 <deb259d780da3d02bd49a331d574a26c> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage0x18b48b000 - 0x18b4affff MPSMatrix arm64 <c1eb938f21973400b1c0c73fcc480b94> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix0x18b4b0000 - 0x18b4befff CoreAUC arm64 <dc703e46a7a333d3a91ce70369948155> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC0x18b4bf000 - 0x18bb5cfff MediaToolbox arm64 <8e776fd1ab06334a9d66fb55037997a4> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox0x18bb5d000 - 0x18bccffff MPSNeuralNetwork arm64 <ad9998a050763a569a68c927a237da7b> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork0x18bcd0000 - 0x18bcd0fff MetalPerformanceShaders arm64 <64e2ac7df1b039b48eda0ed63fa73aeb> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders0x18bcd1000 - 0x18c0eefff FaceCore arm64 <9a7b26e3fa6d3b0d8be59b0a0e3c246e> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore0x18c0ef000 - 0x18c0fcfff GraphVisualizer arm64 <f4bd216d99153f9483dcb2e7dfceb847> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer0x18c0fd000 - 0x18c2a4fff libFosl_dynamic.dylib arm64 <db8fb065709539d7a416365a19978a87> /usr/lib/libFosl_dynamic.dylib0x18c2a5000 - 0x18c545fff CoreImage arm64 <65d53fa038213884a6a4582fb4d77e58> /System/Library/Frameworks/CoreImage.framework/CoreImage0x18c546000 - 0x18c782fff CoreMotion arm64 <5a0557290b5b39fe89e3b88c33f131c3> /System/Library/Frameworks/CoreMotion.framework/CoreMotion0x18c783000 - 0x18c7b3fff CoreBluetooth arm64 <437704fa00283c8884f0b8bae30fd287> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth0x18c7b4000 - 0x18c7d7fff PlugInKit arm64 <180d62e5afbc3e2383eda14aa96129a7> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit0x18c7d8000 - 0x18ca65fff ********* arm64 <a9372e140c833c9d9fda45a65a08f824> /System/Library/PrivateFrameworks/*********.framework/*********0x18ca66000 - 0x18caf0fff Quagga arm64 <f21b3141de3233fda360bd692f85a348> /System/Library/PrivateFrameworks/Quagga.framework/Quagga0x18caf1000 - 0x18cbf5fff AVFAudio arm64 <37dabcd7ff7e3b72bf0baed07751bbc5> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio0x18cbf6000 - 0x18ce08fff AVFoundation arm64 <e57921a85334398683e9267788bb1b2b> /System/Library/Frameworks/AVFoundation.framework/AVFoundation0x18ce09000 - 0x18ce29fff CacheDelete arm64 <e9f466dc3cc536e79074a10ea665faaf> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete0x18ce2a000 - 0x18ce66fff StreamingZip arm64 <d4089d46ebe43ba7a57050856a15b8f6> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip0x18ce67000 - 0x18ce7bfff CoreEmoji arm64 <1aa1d71a2a0d3369b9b893e9f07bc319> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji0x18ce7c000 - 0x18cecbfff CoreLocationProtobuf arm64 <ebc2bcf684c83005b499d58960ccf07a> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf0x18cecc000 - 0x18ced4fff SymptomDiagnosticReporter arm64 <2d5007879a3d36499a06706913efb88e> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter0x18ced5000 - 0x18d8f1fff GeoServices arm64 <7ca293994de43129b1dc2fe302a6f70c> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices0x18d8f2000 - 0x18d90cfff MobileAsset arm64 <5f5a593a0d7633ff95e85ab77885b485> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset0x18d90d000 - 0x18d94dfff Lexicon arm64 <07230f4f74ae38ad9f795eb0ea837228> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon0x18d94e000 - 0x18d95ffff libcmph.dylib arm64 <4e381f1b9feb336baf98e9c4421949b5> /usr/lib/libcmph.dylib0x18d960000 - 0x18da86fff LanguageModeling arm64 <f970f0a6643630bb81621ecdaa6e1781> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling0x18da9f000 - 0x18db43fff CoreLocation arm64 <de910e323e2239bba60dde5d2031f039> /System/Library/Frameworks/CoreLocation.framework/CoreLocation0x18db44000 - 0x18db44fff PhoneNumbers arm64 <1e61802a950d335b80adf66cd9b68727> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers0x18db45000 - 0x18db50fff libChineseTokenizer.dylib arm64 <49ae296e32b83e4296caf5874e7f40eb> /usr/lib/libChineseTokenizer.dylib0x18db51000 - 0x18dc0dfff libmecab_em.dylib arm64 <cfb489b2a8a43a14b739f886929a7890> /usr/lib/libmecab_em.dylib0x18dc0e000 - 0x18dc0ffff libThaiTokenizer.dylib arm64 <007bbafe33f836369f656ba07ae69892> /usr/lib/libThaiTokenizer.dylib0x18dc10000 - 0x18dc14fff libgermantok.dylib arm64 <0b300a5faf0b346393b16f95b4db96db> /usr/lib/libgermantok.dylib0x18dc21000 - 0x18dc8efff CoreNLP arm64 <1442cb6146ae3065b32677fcd8f1459c> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP0x18dc8f000 - 0x18de61fff MobileSpotlightIndex arm64 <55892aecfd10348e9817927065f450cd> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex0x18de62000 - 0x18dec8fff CoreSpotlight arm64 <b6126b1c20ff3e74820a066e6fe1faaf> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight0x18dec9000 - 0x18ea9efff JavaScriptCore arm64 <b5e922c95f2439af8a506ab370a5195f> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore0x18ea9f000 - 0x18eaa4fff libheimdal-asn1.dylib arm64 <e1fdd1d2d09a32ab9e01dbe77df509d6> /usr/lib/libheimdal-asn1.dylib0x18eaa5000 - 0x18eb1ffff libate.dylib arm64 <616bc97e229e3819bdc06670f01a3eb7> /usr/lib/libate.dylib0x18eb20000 - 0x18ebc9fff TextureIO arm64 <cbf2ba302eeb38c7b632cb43dda0ed9a> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO0x18ebca000 - 0x18ec8efff CoreUI arm64 <8cdda2b50f27368e87bcc448107e99b5> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI0x18ec8f000 - 0x18ec9cfff MobileIcons arm64 <ca85512dac323bac944c0504d50b0ee9> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons0x18ec9d000 - 0x18ecacfff AppleFSCompression arm64 <e421718702fd364eb3c9cbcb999d2a75> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression0x18ecad000 - 0x18ed15fff TextInput arm64 <b373f8eb5230307585aec5ccaddfbede> /System/Library/PrivateFrameworks/TextInput.framework/TextInput0x18ed40000 - 0x18ed75fff DataDetectorsCore arm64 <b5233abd4bf03337819e04480734cb72> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore0x18ed76000 - 0x18ee11fff FileProvider arm64 <2db6a075d5e8386d9cbbd06286aa4000> /System/Library/Frameworks/FileProvider.framework/FileProvider0x18ee12000 - 0x18ef29fff NLP arm64 <a1aa73030ad73e53aa34c1ce57b89546> /System/Library/PrivateFrameworks/NLP.framework/NLP0x18ef2a000 - 0x18f001fff ProofReader arm64 <4bd9e2c2ef4135e5a95712d0d0cffaa8> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader0x18f002000 - 0x18f018fff libAccessibility.dylib arm64 <4183b22ccfe73252b79801a32fd5338d> /usr/lib/libAccessibility.dylib0x18f019000 - 0x18f4bffff libwebrtc.dylib arm64 <b95b4899d4c8322ab95209be1cfa5b4d> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib0x18f4c0000 - 0x18f52cfff ContactsFoundation arm64 <b84c01c3e221342091d5a6e9a591c56b> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation0x18f52d000 - 0x190dcefff WebCore arm64 <bc468784f1b93705a6981b0270adb90a> /System/Library/PrivateFrameworks/WebCore.framework/WebCore0x190dcf000 - 0x190f5afff WebKitLegacy arm64 <72b67a3b987030d3b41c6b75ba35f598> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy0x190f5b000 - 0x190f8cfff DataAccessExpress arm64 <30def6ba724d3bf0b15aed82d418a882> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress0x190f8d000 - 0x191027fff AddressBookLegacy arm64 <e4959c5fc78a3cde9de5e99f5b1acdb0> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy0x191028000 - 0x191083fff ProtectedCloudStorage arm64 <ed8484c421103376bda0ff3a4e73c66c> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage0x191084000 - 0x1910b8fff UserNotifications arm64 <0d08d97997d0386598f0f385e47dbcd4> /System/Library/Frameworks/UserNotifications.framework/UserNotifications0x1910b9000 - 0x1910c4fff AppleIDAuthSupport arm64 <468eeabf20be394bb7c1a9cd55c7080a> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport0x1910c5000 - 0x191121fff AuthKit arm64 <7c16afd7e4e13f0392bb89699c2c0f19> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit0x191162000 - 0x191162fff UIKit arm64 <a24022e6a01038989f91d75d16fde7c2> /System/Library/Frameworks/UIKit.framework/UIKit0x191163000 - 0x191176fff DocumentManagerCore arm64 <ff2d82ef305e381dbc0546c9734e0bad> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore0x191177000 - 0x191185fff HangTracer arm64 <5a15b87816da321d87f6e0e635409ee3> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer0x191186000 - 0x1911dafff PhysicsKit arm64 <2cb849e753bb39598a9b61a570558967> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit0x1911db000 - 0x1911dffff StudyLog arm64 <c67513530d5d3c13a767016bbafa5ee9> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog0x1911e0000 - 0x1912cdfff UIFoundation arm64 <1b931c8912e33338a4a399bc548046ba> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation0x1912ce000 - 0x1913f6fff CloudKit arm64 <fb93f1336c8d3f11b0c3c796be4ae6b7> /System/Library/Frameworks/CloudKit.framework/CloudKit0x1913f7000 - 0x1913fefff IntentsFoundation arm64 <94122606323d3019aac32cac43852226> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation0x1913ff000 - 0x1916ecfff Intents arm64 <8878c1da4cf73c64a4e782a62036c960> /System/Library/Frameworks/Intents.framework/Intents0x1916ed000 - 0x191705fff libresolv.9.dylib arm64 <c0152002f4f23d8d9d4aa9d5ef8c3c15> /usr/lib/libresolv.9.dylib0x191706000 - 0x191708fff CoreDuetDebugLogging arm64 <989f2bc326f8390d8a00aa997a7491f2> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging0x191709000 - 0x19173afff libtidy.A.dylib arm64 <bf2ea89a22c53df9ac83cf0afc50dcb1> /usr/lib/libtidy.A.dylib0x19173b000 - 0x191913fff CoreDuet arm64 <2ee4005851b631dea800034204fabd64> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet0x191914000 - 0x191936fff CoreDuetContext arm64 <ae5bb0d7420e3772bc9f0b224432b001> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext0x191937000 - 0x191949fff CoreDuetDaemonProtocol arm64 <374cb31631f8396aa1bc2a18cfccab12> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol0x19194a000 - 0x1919b5fff IMFoundation arm64 <54ecf135ff5738b381bcf8f963890f11> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation0x1919b6000 - 0x1919e7fff vCard arm64 <a24514b8eb1637e0b8499e1eb2a7b332> /System/Library/PrivateFrameworks/vCard.framework/vCard0x1919e8000 - 0x191b07fff Contacts arm64 <55e1d18533643da4bb10a57345742911> /System/Library/Frameworks/Contacts.framework/Contacts0x191b08000 - 0x191b09fff DiagnosticLogCollection arm64 <efc6ac801e113ab5ba0948fc9ff00d76> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection0x191b0a000 - 0x191b0bfff Marco arm64 <89e35f51ffcb33a2b3e0550bb2e0e386> /System/Library/PrivateFrameworks/Marco.framework/Marco0x191b0c000 - 0x191b13fff MessageProtection arm64 <4a5fa063ed5f319fb68946d95866651a> /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection0x191b14000 - 0x191e2afff StoreServices arm64 <7276e8776dbe3d949a1b266bd938bdb3> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices0x191e2b000 - 0x191e42fff Engram arm64 <41bdbdddec9d38d7901b7ea3159084e1> /System/Library/PrivateFrameworks/Engram.framework/Engram0x191e43000 - 0x191f5dfff IDSFoundation arm64 <ba5c1aea7178343d94bab72558893076> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation0x191f5e000 - 0x191f69fff CaptiveNetwork arm64 <dc0d6b335fe6360db8f570b153f93f57> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork0x191f6a000 - 0x191f9bfff EAP8021X arm64 <e82ea6cb186e3dfd8fc20acfc7770998> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X0x191f9c000 - 0x191fd9fff MobileWiFi arm64 <03cfbf6142c7310386e56aa2c7fe3ccd> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi0x191fda000 - 0x191fdcfff OAuth arm64 <c6c85bc210a9305c9f4116ed4efbc484> /System/Library/PrivateFrameworks/OAuth.framework/OAuth0x191fdd000 - 0x191fdffff CommonAuth arm64 <b4116d9cc391382c819551d0f837676d> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth0x191fe0000 - 0x192050fff Heimdal arm64 <7b1184f444293581984ad9b33d7204dd> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal0x192051000 - 0x19207afff GSS arm64 <74b973d471d83cbc879a82d13c3db585> /System/Library/Frameworks/GSS.framework/GSS0x19207b000 - 0x192094fff ApplePushService arm64 <247da4d634c638c5a3f46053934aa7c6> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService0x192095000 - 0x19212ffff AccountsDaemon arm64 <079f9307b69239668e9b72c55e8ee396> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon0x192130000 - 0x192152fff AppleIDSSOAuthentication arm64 <4f6b0aabbfc230a7b9f394738af1cba9> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication0x192153000 - 0x1921d8fff AppleAccount arm64 <ebb58ea7d8ee32b2a50ce105f5846927> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount0x1921d9000 - 0x192335fff CoreUtils arm64 <a543f25a8643388380048ed8a80e4fd3> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils0x192336000 - 0x19244bfff IDS arm64 <0a7abd70144f38ae802910bcf2584e13> /System/Library/PrivateFrameworks/IDS.framework/IDS0x19244c000 - 0x192472fff MediaServices arm64 <30d81dad1c753200acb10bde0ce1b998> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices0x192473000 - 0x192653fff MediaRemote arm64 <cb50cb0618f43a1eb66ad16a743e8508> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote0x192654000 - 0x19266ffff UserManagement arm64 <aab9cba78d243715a3118bafc25c93c3> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement0x192670000 - 0x192680fff MobileBluetooth arm64 <d0f50ab541d237f8a9e31bf9e1039690> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth0x192681000 - 0x1926b1fff Bom arm64 <27d2cb8ad22f3b1fa9e4ab01fdef2b2f> /System/Library/PrivateFrameworks/Bom.framework/Bom0x1926b2000 - 0x1926b6fff CommunicationsFilter arm64 <3c91664453d23bd8aa92105c002ae20e> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter0x1926b7000 - 0x1926dbfff FTAWD arm64 <c10e76f52bb93e9890bda86187979f81> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD0x1926dc000 - 0x192737fff FTServices arm64 <935103f8796d3f8984855dab93a14fe5> /System/Library/PrivateFrameworks/FTServices.framework/FTServices0x192771000 - 0x19277cfff ProactiveEventTracker arm64 <2a5a658b49f03cc18f9d1f70127e5782> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker0x19277d000 - 0x1927cbfff ChunkingLibrary arm64 <e07efd06873730f3a73bc8c1e33451ec> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary0x1927cc000 - 0x1927dbfff libnetworkextension.dylib arm64 <79117027246d316da9176d30131acdba> /usr/lib/libnetworkextension.dylib0x1927dc000 - 0x192800fff AddressBook arm64 <39fe84ea4b9c3ba095c4b6f1b894a55e> /System/Library/Frameworks/AddressBook.framework/AddressBook0x193746000 - 0x1938fffff NetworkExtension arm64 <0c52eb9491143d328ad15189d938ac42> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension0x193900000 - 0x193d60fff SiriTTS arm64 <f20cc9956c2c30b8be3253fa8d024c4d> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS0x193d61000 - 0x193dbefff SAObjects arm64 <14cabee4d606312eaff561d25541de86> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects0x193dbf000 - 0x193e00fff VoiceServices arm64 <abf790d68de83187a160fee412aac734> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices0x193e01000 - 0x193e31fff GLKit arm64 <98684e04773b355a8fb06d6cafa9106e> /System/Library/Frameworks/GLKit.framework/GLKit0x193e32000 - 0x193f53fff AssistantServices arm64 <8183ecd187e833b1a21f92a37b1edb93> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices0x193f54000 - 0x193f73fff AssetCacheServices arm64 <6097ccc96d523d47850a4458c87b89d2> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices0x193f74000 - 0x194030fff NetworkServiceProxy arm64 <f3e4b284ce643c23b5b2aec5469a4c62> /System/Library/PrivateFrameworks/NetworkServiceProxy.framework/NetworkServiceProxy0x194031000 - 0x194109fff MMCS arm64 <b411bf509ee33874a6692efa162b31ba> /System/Library/PrivateFrameworks/MMCS.framework/MMCS0x19410a000 - 0x194116fff BluetoothManager arm64 <942a68b6d7263efdafcf39d93424cef2> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager0x194117000 - 0x194188fff CoreDAV arm64 <8f78567cedcc32d3afd1cd5fbe53dc50> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV0x194189000 - 0x1941bdfff iCalendar arm64 <6e8d2ab6d7fa3d6b84868d61c137e5bb> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar0x1941be000 - 0x1941ccfff PersonaKit arm64 <911f0bb1661e340e8eda6e88f3c6a6f1> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit0x1941cd000 - 0x194225fff CalendarFoundation arm64 <9144e0d9a25e3b0b974ac876593f3c9e> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation0x194226000 - 0x194256fff PhotosFormats arm64 <6096c9c5e2023847be8bdfe12d8939c6> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats0x194257000 - 0x1942f4fff CalendarDatabase arm64 <4a1572ce39fd3d44b6f31e231005911b> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase0x1942f5000 - 0x19434ffff CalendarDaemon arm64 <b11d7da508d63ae4b01cd683de718930> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon0x194350000 - 0x1944c9fff CloudPhotoLibrary arm64 <b74a3016cbcc3d78bb8322a1cf14f4bf> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary0x1944ca000 - 0x1945b9fff EventKit arm64 <47ce793d8afe3bd0a4cb937132fe0746> /System/Library/Frameworks/EventKit.framework/EventKit0x1945ba000 - 0x1945eefff AssetsLibraryServices arm64 <677ec4a0ad75356baf10b9ff08e4c638> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices0x194624000 - 0x19464dfff DCIMServices arm64 <674fb4e464eb3961bdfd60f4f013bf36> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices0x19464e000 - 0x194789fff CoreMediaStream arm64 <c7da06b6843738cea2a9a84b96d5c280> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream0x19478a000 - 0x194791fff XPCKit arm64 <1928f59ecf1831558680d4a687dcbc77> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit0x194877000 - 0x194895fff CloudPhotoServices arm64 <e6fd186864593dbda1ab2718309457f3> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices0x194896000 - 0x1948a1fff CoreRecents arm64 <c9e26efdb64739a9b35be049985329c4> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents0x1948a2000 - 0x1948c0fff MediaStream arm64 <02b4f954594f38a38b954ae6da5cce5c> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream0x1948c1000 - 0x194e07fff PhotoLibraryServices arm64 <04f51cd115193b9fafbc474a36b7f3a0> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices0x194e08000 - 0x194e24fff PrototypeTools arm64 <82893defb7153b6eba6699e6c387a853> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools0x194e25000 - 0x194eaefff CoreSymbolication arm64 <4180ec89d0aa3c4c8981d1e51b275827> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication0x194eaf000 - 0x194ff8fff SearchFoundation arm64 <80fb78b06a483271964cb9a20f764972> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation0x194ff9000 - 0x194ffffff IncomingCallFilter arm64 <c70dee57870b3f569f4af869927cc884> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter0x195000000 - 0x1950bbfff iTunesStore arm64 <ab607d1207113768b5e77b6700bf0fae> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore0x1950bc000 - 0x1950c2fff libtzupdate.dylib arm64 <6221b88e437d3da7a635d0ab571e0bfc> /usr/lib/libtzupdate.dylib0x1950c3000 - 0x195219fff Preferences arm64 <4ed031e9cc03319f8784a5850113cba0> /System/Library/PrivateFrameworks/Preferences.framework/Preferences0x19521a000 - 0x195222fff CoreTime arm64 <2794cf580ba139f88b8724d49ad6114d> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime0x195223000 - 0x195275fff CoreAppleCVA arm64 <9c7ad0c39c3933018ab769f2869e9eaf> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA0x195276000 - 0x1952b6fff DifferentialPrivacy arm64 <43737d3dd672390eaaf18cc8919fbd14> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy0x1952b7000 - 0x195462fff AppleCVA arm64 <18bd7bea950e3f37a8b742d7b05f1e3d> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA0x195463000 - 0x195500fff Montreal arm64 <9245892a98243ad7aebbc667218433a6> /System/Library/PrivateFrameworks/Montreal.framework/Montreal0x195501000 - 0x195875fff Espresso arm64 <40771d39da953fe79f7e4377a348b679> /System/Library/PrivateFrameworks/Espresso.framework/Espresso0x195876000 - 0x19587cfff MobileSystemServices arm64 <3d8a3d2af32a3b38b97aadce8b3a52c3> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices0x19587d000 - 0x195a82fff Photos arm64 <9d3adaed7a8d35929890e07f123d8b80> /System/Library/Frameworks/Photos.framework/Photos0x195a8f000 - 0x195cf2fff CoreML arm64 <c7bf861ee1a53628a6f46baca92bbd8c> /System/Library/Frameworks/CoreML.framework/CoreML0x195cf3000 - 0x195cf7fff CoreOptimization arm64 <8e4a143b80803fbcbf4ba81c5147f16b> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization0x195cf8000 - 0x195d55fff SafariCore arm64 <44e771e5e2d43bbeae883fb2949e0e10> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore0x195d56000 - 0x195db0fff CorePrediction arm64 <130e93cf8cae314ebc1ac0f3fe513984> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction0x195db1000 - 0x195eb7fff Navigation arm64 <4a0cd173af1b38409bec071cd56633fb> /System/Library/PrivateFrameworks/Navigation.framework/Navigation0x195eb8000 - 0x195ed1fff ContactsDonation arm64 <d49c43e5a11336f1b307608e15718497> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation0x195ed2000 - 0x195efefff Futhark arm64 <77448663e4223b33994cc48aeea12237> /System/Library/PrivateFrameworks/Futhark.framework/Futhark0x195eff000 - 0x195f77fff NanoRegistry arm64 <5cb2c6baa0393ee6971e0144f08cff74> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry0x195f78000 - 0x195fd3fff ToneLibrary arm64 <05c1cf264aaf3c3e931f3124cc7897ce> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary0x195fd4000 - 0x195febfff BaseBoardUI arm64 <a34e1552a9cb301897d5611d363878e2> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI0x195fec000 - 0x196048fff ContactsUICore arm64 <d6990083bb663becb74db6ebf87eabee> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore0x196049000 - 0x1961c1fff ContactsUI arm64 <3313ec1d0e393367bda348a500fe5d8d> /System/Library/Frameworks/ContactsUI.framework/ContactsUI0x1961c2000 - 0x19628dfff CorePDF arm64 <65141725213e3b7e8046166235649b2f> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF0x19628e000 - 0x196552fff Vision arm64 <64a0e95e0301312ab2aec92c532b6613> /System/Library/Frameworks/Vision.framework/Vision0x196553000 - 0x196a21fff WebKit arm64 <ba7e8e8ef0fb3fd1b66b59af1b99f721> /System/Library/Frameworks/WebKit.framework/WebKit0x196a22000 - 0x196ac3fff BulletinBoard arm64 <a1aeaaabc8453757afad15009830380c> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard0x196ac4000 - 0x196ac9fff ConstantClasses arm64 <a14c496d54a23638889194f4bf298e71> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses0x196aca000 - 0x196ad2fff CertUI arm64 <6fca30de5c8c3fec81f6f7d36b245a80> /System/Library/PrivateFrameworks/CertUI.framework/CertUI0x196ad3000 - 0x196b1efff AXRuntime arm64 <2fe9fd1ab99c34608372a554904976c7> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime0x196b1f000 - 0x196b58fff ScreenReaderCore arm64 <76ddbd6ee5b6317b8a6083286825cbe5> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore0x196b59000 - 0x196b74fff TextToSpeech arm64 <24e8248eb49736ed95ab6cab2ef9f525> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech0x196b75000 - 0x196bcffff CoreMIDI arm64 <ea3edc10097833f4ae65ebfd5e42f37f> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI0x196bd0000 - 0x196c6efff MediaPlatform arm64 <3112141562173a39bc44731d8a0179a8> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform0x196c6f000 - 0x196cd9fff WebBookmarks arm64 <f813d893e7d93f9b8ed8364bf7fc71f1> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks0x196cda000 - 0x196ce5fff DAAPKit arm64 <45065e551abd3549a03fa44dd0e3973d> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit0x196ce6000 - 0x196ce8fff libAXSafeCategoryBundle.dylib arm64 <50d7f621db7238cca7ba6b5b2cf86b00> /usr/lib/libAXSafeCategoryBundle.dylib0x196ce9000 - 0x196cf4fff libAXSpeechManager.dylib arm64 <ff3dedc3f48331328cf9f9492381ac76> /usr/lib/libAXSpeechManager.dylib0x196cf5000 - 0x196de2fff AccessibilityUtilities arm64 <290a6d5ced023864a73d6785149e74ac> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities0x196de3000 - 0x1970f5fff MediaLibraryCore arm64 <1ea130319eaa3b6b80ebd9e17a7af587> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore0x1970f8000 - 0x19738ffff MusicLibrary arm64 <987e74c794253b87b1ad557c905a122a> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary0x197390000 - 0x1979eafff VectorKit arm64 <b230dff3b22e3bd399c5d34a5aa11120> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit0x1979eb000 - 0x197c38fff MapKit arm64 <9b26cfd95e3d3060835d0366fa4371df> /System/Library/Frameworks/MapKit.framework/MapKit0x197c39000 - 0x197ddcfff iTunesCloud arm64 <00f5f3b4b0813700a46670bdbfa53212> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud0x197ddd000 - 0x197e7efff HomeSharing arm64 <0a82b64f9429306c8ea7af799a25cd9a> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing0x198001000 - 0x198478fff MediaPlayer arm64 <5426d543e9673e73b5bec8adb7b5f469> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer0x198479000 - 0x19849efff MobileInstallation arm64 <67607be899883a63a31ebd577036c705> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation0x1984aa000 - 0x1984acfff InternationalTextSearch arm64 <3417668195f43603b8ca3946b0d5c061> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch0x198509000 - 0x198540fff ProactiveSupport arm64 <709546f5a7343f1a9a8f84c5e2051495> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport0x19857b000 - 0x198648fff TelephonyUtilities arm64 <fbbdae0d03b9359e9ec36496f4f00534> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities0x198649000 - 0x198684fff CalendarUIKit arm64 <9111963fc0e2316a82ae356e9eeb8da3> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit0x198685000 - 0x1986a5fff AccessibilityUIUtilities arm64 <d96917336b213a9589d8ca46b9396599> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities0x198702000 - 0x198715fff AssetsLibrary arm64 <91a31178d28b3438a2a1c4d17785c63f> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary0x198716000 - 0x1988f9fff EventKitUI arm64 <51f37cede75a36c487cf12c99664693b> /System/Library/Frameworks/EventKitUI.framework/EventKitUI0x1988fa000 - 0x19895cfff AXMediaUtilities arm64 <c87b40dc74633933a22ba384c9c3ed90> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities0x19895d000 - 0x1989d4fff UIAccessibility arm64 <bf58bf1b115d3163969c08df7bb29b62> /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility0x1989f4000 - 0x198a95fff Social arm64 <74e51029b81039d19feaadf01f6c3b7e> /System/Library/Frameworks/Social.framework/Social0x198b31000 - 0x198b49fff CoreFollowUp arm64 <4b2fb372dc6d3badbd42f88d340d65f9> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp0x198b4a000 - 0x198bbefff CoreSuggestions arm64 <2f07ad4cdeae347698d1d7e66ce9b905> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions0x198bd0000 - 0x198c63fff CoreRecognition arm64 <42fdc939f5453bfeabe138f07633b237> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition0x198de6000 - 0x19901bfff libmecabra.dylib arm64 <3612361564023ca89bf72872d15c51d1> /usr/lib/libmecabra.dylib0x19901c000 - 0x1990cffff CoreParsec arm64 <ca0ae981941334099ce410ac200b9e31> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec0x199100000 - 0x199132fff SharedUtils arm64 <ff71e6fac7cf3762b46aa9b8d0241d8f> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils0x199175000 - 0x19923dfff VideoSubscriberAccount arm64 <f15066998d253e2bbfccf3083a84b5d7> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount0x19923e000 - 0x199271fff Pegasus arm64 <4ebc86671dce39b9b413d98021a810d2> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus0x199272000 - 0x19932afff AVKit arm64 <c59b6cd29b103ea9a36aa84f5305d513> /System/Library/Frameworks/AVKit.framework/AVKit0x19935b000 - 0x19935efff SharedWebCredentials arm64 <6c44e611145134069102819656ea5250> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials0x199360000 - 0x19937afff SafariFoundation arm64 <a79a0871f59235788053ada218bcd440> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation0x19955e000 - 0x199574fff LocalAuthentication arm64 <7a08aebc8197316fabd388f5f5659394> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication0x199575000 - 0x199577fff ParsecSubscriptionServiceSupport arm64 <1e2bd96e579033a1a0a3d8b51686a4b5> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport0x199622000 - 0x19986ffff SafariShared arm64 <65ee7eff33933d69bace7d9b0e73ae3d> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared0x199870000 - 0x1998b3fff WebUI arm64 <e142241a4541396a93a84cc62f7d03bd> /System/Library/PrivateFrameworks/WebUI.framework/WebUI0x1998b4000 - 0x1998c1fff SetupAssistantSupport arm64 <39bceb5a03123d9c996fb656296a50bd> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport0x1998c2000 - 0x1998eefff SetupAssistant arm64 <a36be68594133a9a9d665a7b83448ae4> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant0x19993a000 - 0x199944fff MobileStorage arm64 <cb4dc0532905320fb24b68bf9a4c4cae> /System/Library/PrivateFrameworks/MobileStorage.framework/MobileStorage0x199945000 - 0x199987fff ContentIndex arm64 <f05471e2d2b63b35bc023dd3c4e2eba6> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex0x199988000 - 0x1999e5fff ImageCapture arm64 <45f217d34db239b188a248daada67d2b> /System/Library/PrivateFrameworks/ImageCapture.framework/ImageCapture0x199bc5000 - 0x199bdbfff iPhotoMigrationSupport arm64 <a9e52a271a4c34ab9146c2ffc00b1fa0> /System/Library/PrivateFrameworks/iPhotoMigrationSupport.framework/iPhotoMigrationSupport0x199bdc000 - 0x199bedfff DiagnosticExtensions arm64 <f3951bf8cd773926af3570c910e2f90b> /System/Library/PrivateFrameworks/DiagnosticExtensions.framework/DiagnosticExtensions0x199bee000 - 0x199c0ffff LatentSemanticMapping arm64 <a064e09137a533bf87de9707b4ab47d6> /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/LatentSemanticMapping0x199f52000 - 0x199fcefff PhotoLibrary arm64 <cc784375d4963962b18c7d24230efd5f> /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary0x199fcf000 - 0x19a520fff PhotosUICore arm64 <742d6d7bc64a35a290f53305a39466a0> /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore0x19a607000 - 0x19a60dfff LinguisticData arm64 <33e9c5f1892f302983980fb3b711998a> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData0x19a627000 - 0x19a6b2fff PhotoEditSupport arm64 <44a958df4ab936138c630ba5db85b97d> /System/Library/PrivateFrameworks/PhotoEditSupport.framework/PhotoEditSupport0x19a6c7000 - 0x19abacfff PhotosUI arm64 <18cd3a821c2f313c8cd01ef940d784be> /System/Library/Frameworks/PhotosUI.framework/PhotosUI0x19acb9000 - 0x19acf1fff StoreKit arm64 <facdf389202830ef9cf0d98d780f6b7f> /System/Library/Frameworks/StoreKit.framework/StoreKit0x19aece000 - 0x19aee8fff MetalKit arm64 <cbe7d44c48cc3056b11834c87cce2976> /System/Library/Frameworks/MetalKit.framework/MetalKit0x19aee9000 - 0x19af0afff GenerationalStorage arm64 <d7c836b3aa7731c4923a679f0fc3da16> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage0x19b360000 - 0x19b42efff CoreHandwriting arm64 <e2e897aa9ec833a88e084c2b17ab5733> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting0x19bb19000 - 0x19bc95fff PencilKit arm64 <062a01f1746c3c9eb89424cc908d9a79> /System/Library/PrivateFrameworks/PencilKit.framework/PencilKit0x19bc96000 - 0x19bcb6fff QuickLookThumbnailing arm64 <eff400857e1e3652ad9f1a8222083d88> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing0x19bcb7000 - 0x19bd7efff PDFKit arm64 <03d0dacc8a033e10b8b6fe9c457046cd> /System/Library/Frameworks/PDFKit.framework/PDFKit0x19bd7f000 - 0x19beaafff AnnotationKit arm64 <772b50ad1a8937b48cd164604341be14> /System/Library/PrivateFrameworks/AnnotationKit.framework/AnnotationKit0x19c0f7000 - 0x19c128fff MarkupUI arm64 <8dbd470060f83c54ace5355ee7641e6c> /System/Library/PrivateFrameworks/MarkupUI.framework/MarkupUI0x19c129000 - 0x19c13bfff MobileDeviceLink arm64 <74de7d2ef66b3e0287231da7a93732b3> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink0x19c14b000 - 0x19c204fff QuickLook arm64 <b63dc72101af366292a00b902ff6edb9> /System/Library/Frameworks/QuickLook.framework/QuickLook0x19c228000 - 0x19c271fff MobileBackup arm64 <c12adcf05b1f370cacb7f8efccf7b622> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup0x19c272000 - 0x19c2bffff SafariSafeBrowsing arm64 <b3dc3399eedc36c09f5ffc2882f55081> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing0x19c2dd000 - 0x19c417fff SafariServices arm64 <d5310aea22f7376e92e8015b82f82ad8> /System/Library/Frameworks/SafariServices.framework/SafariServices0x19c418000 - 0x19c47cfff AppStoreDaemon arm64 <a0f77fc14639369986c6282e3aec7484> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon0x19d49e000 - 0x19d4a9fff MobileActivation arm64 <e0065ea05c1434189ca75aa99cb118b5> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation0x19d5df000 - 0x19d771fff Sharing arm64 <4d1e8eeab2743b09a2579af061f75bf1> /System/Library/PrivateFrameworks/Sharing.framework/Sharing0x19dbe7000 - 0x19dbfcfff NewsFoundation arm64 <44590ec0ad7035308c8d125bdb412678> /System/Library/PrivateFrameworks/NewsFoundation.framework/NewsFoundation0x19dbfd000 - 0x19de78fff NewsTransport arm64 <9efd85fac1de3a8e9fab96ceb55f26df> /System/Library/PrivateFrameworks/NewsTransport.framework/NewsTransport0x19dfd8000 - 0x19e33afff NewsCore arm64 <89f0066176f33efbb152cc27f7be6db4> /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore0x19e37e000 - 0x19e3d8fff ClockKit arm64 <86f4d106f7c93ce783355eade74fef3b> /System/Library/PrivateFrameworks/ClockKit.framework/ClockKit0x19e3f9000 - 0x19e3fdfff NewsDaemon arm64 <a40a640ce00536d286f0751385b71197> /System/Library/PrivateFrameworks/NewsDaemon.framework/NewsDaemon0x19eae7000 - 0x19eafffff NewsServicesInternal arm64 <750df8e27ec43a988ef2e92477c82545> /System/Library/PrivateFrameworks/NewsServicesInternal.framework/NewsServicesInternal0x19ec80000 - 0x19ec86fff DuetRecommendation arm64 <1c6c3de9325e3d1c849807a02c028731> /System/Library/PrivateFrameworks/DuetRecommendation.framework/DuetRecommendation0x19ec87000 - 0x19ecdafff LoggingSupport arm64 <1f1c6027db803b0da5d603c7892d70eb> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport0x19ee6f000 - 0x19eec8fff NewsToday arm64 <9e24a1b986af351cb9d42f65217ad65c> /System/Library/PrivateFrameworks/NewsToday.framework/NewsToday0x19f03b000 - 0x19f044fff FamilyCircle arm64 <da2fa9355d3d32e5861f130053a13a3e> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle0x19f045000 - 0x19f04afff NewsServices arm64 <b2a8eb0ab09b3b08b48b2cd720d6f268> /System/Library/PrivateFrameworks/NewsServices.framework/NewsServices0x1a0d90000 - 0x1a0db4fff AppSupportUI arm64 <e37d8a902823367a9a73d4da95d2d84b> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI0x1a1825000 - 0x1a186bfff Catalyst arm64 <3830192a1539357389fcc6d0bb8235ab> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst0x1a1b6f000 - 0x1a1b74fff kperf arm64 <aacc436be4413558911784d3c5868717> /System/Library/PrivateFrameworks/kperf.framework/kperf0x1a1c16000 - 0x1a1d69fff libGLProgrammability.dylib arm64 <2c1f049c92653830810c3c2417cac978> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib0x1a1dce000 - 0x1a1df4fff CellularPlanManager arm64 <a61afefa2dd5343aa7fd7848f0b9fef6> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager0x1a1df5000 - 0x1a1e4afff DeviceManagement arm64 <23acbd4662f8361a8e7e15d296cffa29> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement0x1a1fdc000 - 0x1a1fe4fff kperfdata arm64 <07cdf27744d53c899ef6568ca60a93d7> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata0x1a202a000 - 0x1a2032fff libdscsym.dylib arm64 <fc8036818e1c37a6897f171a625e6b30> /usr/lib/libdscsym.dylib0x1a2400000 - 0x1a243bfff ktrace arm64 <5e716bd202b433d599fd14e8ae790d5b> /System/Library/PrivateFrameworks/ktrace.framework/ktrace0x1a3a63000 - 0x1a3ab2fff DataDetectorsUI arm64 <43d06a50e5963867aa515edf7c1571d5> /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI0x1a468f000 - 0x1a46d6fff BiometricKit arm64 <52706876f39f3fd89344ff2538d52974> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit0x1a46f6000 - 0x1a4705fff CTCarrierSpace arm64 <5bd71f5764953d509aa3d71588943f8c> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace0x1a4b9d000 - 0x1a4bb1fff DeviceIdentity arm64 <524b6854c2db316789910b6879620eea> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity0x1a6ccc000 - 0x1a6d08fff Rapport arm64 <6503af18058d3222a1a287fbab594cfa> /System/Library/PrivateFrameworks/Rapport.framework/Rapport0x1a6d45000 - 0x1a6d62fff SignpostSupport arm64 <5c82dad2278137fab253183ff0198ad2> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport0x1a7cb7000 - 0x1a7cbefff libMatch.1.dylib arm64 <ac6125bf827f3d2aa0016866f220f1de> /usr/lib/libMatch.1.dylib0x1a7d07000 - 0x1a7d23fff libtailspin.dylib arm64 <ea7a0bb37fc8337e960fa41137219811> /usr/lib/libtailspin.dylib0x1a7d24000 - 0x1a7d2dfff AXSpeechImplementation arm64 <4f85b1e484733647bdf89751a392074f> /System/Library/AccessibilityBundles/AXSpeechImplementation.bundle/AXSpeechImplementation0x1a8022000 - 0x1a8308fff RawCamera arm64 <7d18ab54ced13c699aadfedec7f08343> /System/Library/CoreServices/RawCamera.bundle/RawCamera0x1a84e8000 - 0x1a85b8fff AGXMetalA9 arm64 <03956d53d4c937049b2121a04354bb5a> /System/Library/Extensions/AGXMetalA9.bundle/AGXMetalA90x1a85c4000 - 0x1a85e1fff AppleMetalGLRenderer arm64 <5d510a53458536ce80498cb916ab670d> /System/Library/Extensions/AppleMetalGLRenderer.bundle/AppleMetalGLRenderer0x1a85e2000 - 0x1a85f6fff libCGInterfaces.dylib arm64 <85b9e4a9303230569e25491fd7f191c3> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib0x1a94c1000 - 0x1a95abfff GLEngine arm64 <cb0060dab8fc3726ac43ec2f0e126c00> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine0x1aabac000 - 0x1aabb7fff ContextKit arm64 <8f13366b75303077a3405338af83f561> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit0x1aae2e000 - 0x1aae55fff CoreServicesInternal arm64 <a099ea39d88831bfbc5f234d047b2e58> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal0x1ab4e4000 - 0x1ab4f5fff libGSFontCache.dylib arm64 <af323cbcb5cc3c409e51377af12eb88c> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib0x1ab4f6000 - 0x1ab528fff libTrueTypeScaler.dylib arm64 <015e8c878acc3f019b9c7a83f6606823> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib0x1abf54000 - 0x1abf54fff libmetal_timestamp.dylib arm64 <7160bd439a8a3e6985d15bcfc2f90110> /System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libmetal_timestamp.dylib0x1ad040000 - 0x1ad044fff InternationalSupport arm64 <a9f9bcf0b66a318b8f4fe2ef30e1de4e> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport0x1ae414000 - 0x1ae420fff PersonaUI arm64 <46a2953340543dcd8f740b39e81eca56> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI0x1ae85c000 - 0x1ae866fff SignpostCollection arm64 <adb35347388836f2be93bc78bbd25b15> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection0x1af36b000 - 0x1af381fff WebContentAnalysis arm64 <64e36ec06f1935e9839a17edd4abcb68> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalysis0x1af41a000 - 0x1af41dfff XCTTargetBootstrap arm64 <125834652e7a3a11bc651eaa9e666daf> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap0x1af460000 - 0x1af472fff libEDR arm64 <eb83850e8b51332eb927337cd510794d> /System/Library/PrivateFrameworks/libEDR.framework/libEDR0x1affe9000 - 0x1affe9fff libcharset.1.dylib arm64 <261ef847003736228dff4aa79221b198> /usr/lib/libcharset.1.dylib0x1b0ab8000 - 0x1b0ab9fff libsandbox.1.dylib arm64 <96115773ec793ebc8a7744b0d3b0d960> /usr/lib/libsandbox.1.dylib0x1b0af8000 - 0x1b0af9fff liblog_network.dylib arm64 <fd1e988a105c37c4b4ca5cbf2e765c4f> /usr/lib/log/liblog_network.dylib0x1b0be7000 - 0x1b0bf1fff AuthenticationServices arm64 <a787e551a01d33ce802f49308e721245> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices0x1b0c79000 - 0x1b0dcdfff CoreServices arm64 <7ca0c8226edd3f0e9de6c9ada3f8854c> /System/Library/Frameworks/CoreServices.framework/CoreServices0x1b0dfa000 - 0x1b0e13fff MPSRayIntersector arm64 <a59116136430388d88d2fc7069710099> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector0x1b0e43000 - 0x1b0f7efff Network arm64 <cf486b8fe27230998f9db137573d0919> /System/Library/Frameworks/Network.framework/Network0x1b0f89000 - 0x1b0f97fff ANEServices arm64 <2cb537a340fc305e9b367d6829ce597b> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices0x1b0f9c000 - 0x1b0fa0fff ASEProcessing arm64 <3703b68e414f32dbbdd1ac4a97a7ba1d> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing0x1b0fa1000 - 0x1b0facfff AXCoreUtilities arm64 <35b935e1fb03325a967b71c339a63fd1> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities0x1b1227000 - 0x1b1364fff AppleMediaServices arm64 <e900e6a7d5c8312da04eaebb917427b6> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices0x1b1365000 - 0x1b1374fff AppleNeuralEngine arm64 <ce5d2aaaf72e305a9221062401ccaec9> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine0x1b14fe000 - 0x1b1535fff C2 arm64 <04e0090ef3493354a65e6f4a3919ad37> /System/Library/PrivateFrameworks/C2.framework/C20x1b16c6000 - 0x1b16d1fff Categories arm64 <002d77e4c7ac35d68959e43c22c75793> /System/Library/PrivateFrameworks/Categories.framework/Categories0x1b16d9000 - 0x1b17f7fff ConfigurationEngineModel arm64 <2bf421211473365f9ea737cd4273041f> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel0x1b1a72000 - 0x1b1acafff DocumentManager arm64 <efe8ee676487367180d6691106bbdbdc> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager0x1b1c07000 - 0x1b1c0bfff IdleTimerServices arm64 <c5d940c64ac53ef0a529cf996b367829> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices0x1b1c87000 - 0x1b1cb2fff MetadataUtilities arm64 <b956b88e7e56373080ebba7760868b33> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities0x1b221b000 - 0x1b222efff NewsAnalyticsUpload arm64 <70f66f810cf93b5c817cc5b0ab43b811> /System/Library/PrivateFrameworks/NewsAnalyticsUpload.framework/NewsAnalyticsUpload0x1b2231000 - 0x1b2282fff OTSVG arm64 <120d3e9410e33b1fbfebc7db541098d2> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG0x1b2380000 - 0x1b23dffff PhotoFoundation arm64 <0908388d88763d02ab84a5489ddfa37d> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation0x1b2433000 - 0x1b2478fff PhotosImagingFoundation arm64 <74618eb684c13ca793e60c9596a273a7> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation0x1b24ae000 - 0x1b24b7fff PrototypeToolsUI arm64 <ba49c495fc573f34bd504ee6136939b0> /System/Library/PrivateFrameworks/PrototypeToolsUI.framework/PrototypeToolsUI0x1b24b8000 - 0x1b24cbfff QuickLookSupport arm64 <97431301773e36569b59c0d7864b999e> /System/Library/PrivateFrameworks/QuickLookSupport.framework/QuickLookSupport0x1b24cc000 - 0x1b252cfff ROCKit arm64 <ab04ec8bccfe3770b46413ff6a9bab0a> /System/Library/PrivateFrameworks/ROCKit.framework/ROCKit0x1b26a4000 - 0x1b26d5fff RemoteConfiguration arm64 <03b1c8bf68793be2a1c6f3335fcddf4a> /System/Library/PrivateFrameworks/RemoteConfiguration.framework/RemoteConfiguration0x1b26e5000 - 0x1b2741fff RemoteManagement arm64 <a77b07aaf10231659cd2ab90ad9b05a9> /System/Library/PrivateFrameworks/RemoteManagement.framework/RemoteManagement0x1b2742000 - 0x1b2754fff RemoteTextInput arm64 <e054dcd726d23669ad241943e85887f1> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput0x1b277d000 - 0x1b2817fff SampleAnalysis arm64 <fb22ef1fe16d3175ad56bf23e1e94a7d> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis0x1b28fc000 - 0x1b28fcfff SignpostNotification arm64 <7d1b1e317bea32ecaf71290b96d6e123> /System/Library/PrivateFrameworks/SignpostNotification.framework/SignpostNotification0x1b296b000 - 0x1b2973fff StatsKit arm64 <64e328675e8b33fab748332751a870dd> /System/Library/PrivateFrameworks/StatsKit.framework/StatsKit0x1b3498000 - 0x1b45cdfff UIKitCore arm64 <db4b7f70039932b49da37218b5a4ba49> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore0x1b45ce000 - 0x1b45d9fff UIKitServices arm64 <dc4399111db53da69d735b616bd65b90> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices0x1b45da000 - 0x1b45e1fff URLFormatting arm64 <6103f7f4467a38ac889cf6fc4946ef10> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting0x1b45e2000 - 0x1b4604fff UsageTracking arm64 <c39ab3877883344bac59837e2dd20267> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
Posted
by bmh90.
Last updated
.