Created
November 4, 2020 10:12
-
-
Save pawlowskim/aac5f1f52dacf404dbbf1877c2da91f1 to your computer and use it in GitHub Desktop.
Crash: io.flutter.1.io EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x00000000000002e0 -[MTLIOAccelCommandBuffer commandBufferResourceInfo]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Incident Identifier: CF252A15-189F-409B-9778-7DE1430D14E6 | |
Hardware Model: iPhone9,3 | |
Process: Runner [2910] | |
Path: /private/var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Runner | |
Identifier: com.example.crash | |
Version: 37 (1.6.0) | |
AppStoreTools: 12A7402a | |
AppVariant: 1:iPhone9,3:13 | |
Code Type: ARM-64 (Native) | |
Role: Foreground | |
Parent Process: launchd [1] | |
Coalition: com.example.crash[939] | |
Date/Time: 2020-10-25 11:24:49.0006 +0100 | |
Launch Time: 2020-10-24 14:35:42.4123 +0200 | |
OS Version: iPhone OS 14.0.1 (18A393) | |
Release Type: User | |
Baseband Version: 5.00.00 | |
Report Version: 104 | |
Exception Type: EXC_BAD_ACCESS (SIGSEGV) | |
Exception Subtype: KERN_INVALID_ADDRESS at 0x00000000000002e0 | |
VM Region Info: 0x2e0 is not in any region. Bytes before following region: 4336139552 | |
REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL | |
UNUSED SPACE AT START | |
---> | |
__TEXT 102744000-10274c000 [ 32K] r-x/r-x SM=COW ...er.app/Runner | |
Termination Signal: Segmentation fault: 11 | |
Termination Reason: Namespace SIGNAL, Code 0xb | |
Terminating Process: exc handler [2910] | |
Triggered by Thread: 4 | |
Thread 0 name: | |
Thread 0: | |
0 libobjc.A.dylib 0x00000001a69b8b38 look_up_class + 132 (objc-runtime-new.h:2049) | |
1 libobjc.A.dylib 0x00000001a69b8b18 look_up_class + 100 (objc-runtime-new.mm:7389) | |
2 Foundation 0x0000000194423b18 NSClassFromString + 200 (NSObjCRuntime.m:0) | |
3 UIKitCore 0x0000000194f10124 -[_UISheetInteraction gestureRecognizer:shouldRequireFailureOfGestureRecognizer:] + 64 (_UISheetInteraction.m:308) | |
4 UIKitCore 0x000000019555a980 -[UIGestureRecognizer _needsDynamicFailureRequirementForGestureRecognizer:] + 148 (UIGestureRecognizer.m:2330) | |
5 UIKitCore 0x000000019554b21c _UIGestureEnvironmentUpdate + 656 (UIGestureEnvironment.m:346) | |
6 UIKitCore 0x000000019554ab30 -[UIGestureEnvironment _updateForEvent:window:] + 728 (UIGestureEnvironment.m:1320) | |
7 UIKitCore 0x0000000195a0b534 -[UIWindow sendEvent:] + 3796 (UIWindow.m:3065) | |
8 UIKitCore 0x00000001959e6934 -[UIApplication sendEvent:] + 744 (UIApplication.m:11264) | |
9 UIKitCore 0x0000000195a68a20 __dispatchPreprocessedEventFromEventQueue + 1032 (UIEventDispatcher.m:2205) | |
10 UIKitCore 0x0000000195a6d1c0 __processEventQueue + 6440 (UIEventDispatcher.m:2509) | |
11 UIKitCore 0x0000000195a64480 __eventFetcherSourceCallback + 156 (UIEventDispatcher.m:2579) | |
12 CoreFoundation 0x0000000193109240 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24 (CFRunLoop.c:1967) | |
13 CoreFoundation 0x0000000193109140 __CFRunLoopDoSource0 + 204 (CFRunLoop.c:2011) | |
14 CoreFoundation 0x0000000193108488 __CFRunLoopDoSources0 + 256 (CFRunLoop.c:2048) | |
15 CoreFoundation 0x0000000193102a40 __CFRunLoopRun + 776 (CFRunLoop.c:2925) | |
16 CoreFoundation 0x0000000193102200 CFRunLoopRunSpecific + 572 (CFRunLoop.c:3242) | |
17 GraphicsServices 0x00000001a91fd598 GSEventRunModal + 160 (GSEvent.c:2259) | |
18 UIKitCore 0x00000001959c8004 -[UIApplication _run] + 1052 (UIApplication.m:3270) | |
19 UIKitCore 0x00000001959cd5d8 UIApplicationMain + 164 (UIApplication.m:4739) | |
20 Runner 0x000000010274ca24 main + 64 (AppDelegate.swift:9) | |
21 libdyld.dylib 0x0000000192de1598 start + 4 | |
Thread 1 name: | |
Thread 1: | |
0 libsystem_kernel.dylib 0x00000001bdadc8c4 mach_msg_trap + 8 | |
1 libsystem_kernel.dylib 0x00000001bdadbcc8 mach_msg + 72 (mach_msg.c:103) | |
2 CoreFoundation 0x000000019310874c __CFRunLoopServiceMachPort + 376 (CFRunLoop.c:2641) | |
3 CoreFoundation 0x0000000193102bd0 __CFRunLoopRun + 1176 (CFRunLoop.c:2974) | |
4 CoreFoundation 0x0000000193102200 CFRunLoopRunSpecific + 572 (CFRunLoop.c:3242) | |
5 Foundation 0x000000019430c278 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 228 (NSRunLoop.m:374) | |
6 Foundation 0x000000019430c158 -[NSRunLoop(NSRunLoop) runUntilDate:] + 88 (NSRunLoop.m:421) | |
7 UIKitCore 0x0000000195a739fc -[UIEventFetcher threadMain] + 504 (UIEventFetcher.m:834) | |
8 Foundation 0x0000000194468c48 __NSThread__start__ + 848 (NSThread.m:724) | |
9 libsystem_pthread.dylib 0x00000001d8a6ab70 _pthread_start + 288 (pthread.c:880) | |
10 libsystem_pthread.dylib 0x00000001d8a6f880 thread_start + 8 | |
Thread 2 name: | |
Thread 2: | |
0 App 0x0000000107a8dd28 Precompiled_MappedListIterable_elementAt_13074 + 96 | |
1 App 0x0000000107a8dd04 Precompiled_MappedListIterable_elementAt_13074 + 60 | |
2 App 0x0000000107c5b958 Precompiled_ListIterator_moveNext_20042 + 188 | |
3 App 0x000000010776de64 Precompiled_List_List_from_79 + 456 | |
4 App 0x0000000107a8ee64 Precompiled__SetBase_Object_SetMixin_3220832_toList_13100 + 104 | |
5 App 0x0000000107dda9a8 Precompiled_ShopApi_listenForSneakersForSale__anonymous_closure__24865 + 244 | |
6 App 0x0000000107c66964 Precompiled__MapStream_4048458__handleData_4048458_20234 + 164 | |
7 App 0x0000000107bed870 Precompiled__ForwardingStreamSubscription_4048458__handleData_4048458_18942 + 112 | |
8 App 0x0000000107bed8d8 Precompiled__ForwardingStreamSubscription_4048458__handleData_4048458__handleData_4048458_18943 + 76 | |
9 App 0x000000010778f084 Precompiled_____rootRunUnary_4048458_514 + 112 | |
10 App 0x000000010778f394 Precompiled_____rootRunUnary_4048458__rootRunUnary_4048458_515 + 544 | |
11 App 0x0000000107c830a8 Precompiled__CustomZone_4048458_runUnary_20628 + 196 | |
12 App 0x0000000107c87cf0 Precompiled__CustomZone_4048458_runUnaryGuarded_20719 + 116 | |
13 App 0x0000000107c6206c Precompiled__BufferingStreamSubscription_4048458__sendData_4048458_20153 + 192 | |
14 App 0x0000000107bee4b8 Precompiled__BufferingStreamSubscription_4048458__add_4048458_18962 + 156 | |
15 App 0x0000000107bed518 Precompiled__ForwardingStreamSubscription_4048458__add_4048458_18935 + 136 | |
16 App 0x0000000107c66974 Precompiled__MapStream_4048458__handleData_4048458_20234 + 180 | |
17 App 0x0000000107bed870 Precompiled__ForwardingStreamSubscription_4048458__handleData_4048458_18942 + 112 | |
18 App 0x0000000107bed8d8 Precompiled__ForwardingStreamSubscription_4048458__handleData_4048458__handleData_4048458_18943 + 76 | |
19 App 0x000000010778f0f4 Precompiled_____rootRunUnary_4048458_514 + 224 | |
20 App 0x000000010778f394 Precompiled_____rootRunUnary_4048458__rootRunUnary_4048458_515 + 544 | |
21 App 0x0000000107c830a8 Precompiled__CustomZone_4048458_runUnary_20628 + 196 | |
22 App 0x0000000107c87cf0 Precompiled__CustomZone_4048458_runUnaryGuarded_20719 + 116 | |
23 App 0x0000000107c6206c Precompiled__BufferingStreamSubscription_4048458__sendData_4048458_20153 + 192 | |
24 App 0x0000000107c72ce8 Precompiled__DelayedData_4048458_perform_20398 + 96 | |
25 App 0x0000000107c7b094 Precompiled__StreamImplEvents_4048458_handleNext_20496 + 188 | |
26 App 0x0000000107e285a4 Precompiled__PendingEvents_4048458_schedule__anonymous_closure__25533 + 96 | |
27 App 0x000000010778bca8 Precompiled_____rootRun_4048458_442 + 108 | |
28 App 0x000000010778bf70 Precompiled_____rootRun_4048458__rootRun_4048458_443 + 476 | |
29 App 0x0000000107c81224 Precompiled__CustomZone_4048458_run_20593 + 184 | |
30 App 0x0000000107c87740 Precompiled__CustomZone_4048458_runGuarded_20710 + 52 | |
31 App 0x0000000107dbaa80 Precompiled__CustomZone_4048458_bindCallbackGuarded__anonymous_closure__24451 + 44 | |
32 App 0x000000010778bd14 Precompiled_____rootRun_4048458_442 + 216 | |
33 App 0x000000010778bf70 Precompiled_____rootRun_4048458__rootRun_4048458_443 + 476 | |
34 App 0x0000000107c81224 Precompiled__CustomZone_4048458_run_20593 + 184 | |
35 App 0x0000000107c87740 Precompiled__CustomZone_4048458_runGuarded_20710 + 52 | |
36 App 0x0000000107dbaa80 Precompiled__CustomZone_4048458_bindCallbackGuarded__anonymous_closure__24451 + 44 | |
37 App 0x000000010778eebc Precompiled_____microtaskLoop_4048458_511 + 120 | |
38 App 0x00000001077916c0 Precompiled_____startMicrotaskLoop_4048458_548 + 40 | |
39 App 0x0000000107791794 Precompiled_____startMicrotaskLoop_4048458__startMicrotaskLoop_4048458_549 + 48 | |
40 App 0x0000000107767f78 Precompiled_Stub_InvokeDartCode + 268 | |
41 Flutter 0x0000000103e072fc dart::DartEntry::InvokeCode(dart::Code const&, dart::Array const&, dart::Array const&, dart::Thread*) + 200 (dart_entry.cc:206) | |
42 Flutter 0x0000000103e072fc dart::DartEntry::InvokeFunction(dart::Function const&, dart::Array const&, dart::Array const&, unsigned long) + 440 (dart_entry.cc:172) | |
43 Flutter 0x0000000103ee5ed8 Dart_InvokeClosure + 1544 (dart_entry.cc:310) | |
44 Flutter 0x0000000103c6df64 tonic::DartMicrotaskQueue::RunMicrotasks() + 132 (dart_microtask_queue.cc:77) | |
45 Flutter 0x000000010398b624 fml::MessageLoopImpl::FlushTasks(fml::FlushType) + 1916 (functional:1799) | |
46 Flutter 0x000000010398d3d0 fml::MessageLoopImpl::RunExpiredTasksNow() + 8 (message_loop_impl.cc:143) | |
47 Flutter 0x000000010398d3d0 fml::MessageLoopDarwin::OnTimerFire(__CFRunLoopTimer*, fml::MessageLoopDarwin*) + 32 (message_loop_darwin.mm:75) | |
48 CoreFoundation 0x0000000193109a30 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 28 (CFRunLoop.c:1807) | |
49 CoreFoundation 0x0000000193109634 __CFRunLoopDoTimer + 1004 (CFRunLoop.c:2415) | |
50 CoreFoundation 0x0000000193108b14 __CFRunLoopDoTimers + 324 (CFRunLoop.c:2575) | |
51 CoreFoundation 0x0000000193102eb0 __CFRunLoopRun + 1912 (CFRunLoop.c:3090) | |
52 CoreFoundation 0x0000000193102200 CFRunLoopRunSpecific + 572 (CFRunLoop.c:3242) | |
53 Flutter 0x000000010398d2ac fml::MessageLoopDarwin::Run() + 88 (message_loop_darwin.mm:46) | |
54 Flutter 0x000000010398cc34 fml::MessageLoopImpl::DoRun() + 28 (message_loop_impl.cc:96) | |
55 Flutter 0x000000010398cc34 fml::MessageLoop::Run() + 32 (message_loop.cc:49) | |
56 Flutter 0x000000010398cc34 fml::Thread::Thread(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0::operator()() const + 144 (thread.cc:36) | |
57 Flutter 0x000000010398cc34 decltype(std::__1::forward<fml::Thread::Thread(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0>(fp)()) std::__1::__invoke<fml::Thread::Thread(std:... + 144 (type_traits:4361) | |
58 Flutter 0x000000010398cc34 void std::__1::__thread_execute<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::Thread::Thread(std::__1::basic_string<char, std::__1::cha... + 144 (thread:342) | |
59 Flutter 0x000000010398cc34 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::Thread::Thread(std::__1::basic_string<char... + 196 (thread:352) | |
60 libsystem_pthread.dylib 0x00000001d8a6ab70 _pthread_start + 288 (pthread.c:880) | |
61 libsystem_pthread.dylib 0x00000001d8a6f880 thread_start + 8 | |
Thread 3 name: | |
Thread 3: | |
0 libsystem_kernel.dylib 0x00000001bdadc8c4 mach_msg_trap + 8 | |
1 libsystem_kernel.dylib 0x00000001bdadbcc8 mach_msg + 72 (mach_msg.c:103) | |
2 CoreFoundation 0x000000019310874c __CFRunLoopServiceMachPort + 376 (CFRunLoop.c:2641) | |
3 CoreFoundation 0x0000000193102bd0 __CFRunLoopRun + 1176 (CFRunLoop.c:2974) | |
4 CoreFoundation 0x0000000193102200 CFRunLoopRunSpecific + 572 (CFRunLoop.c:3242) | |
5 Flutter 0x000000010398d2ac fml::MessageLoopDarwin::Run() + 88 (message_loop_darwin.mm:46) | |
6 Flutter 0x000000010398cc34 fml::MessageLoopImpl::DoRun() + 28 (message_loop_impl.cc:96) | |
7 Flutter 0x000000010398cc34 fml::MessageLoop::Run() + 32 (message_loop.cc:49) | |
8 Flutter 0x000000010398cc34 fml::Thread::Thread(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0::operator()() const + 144 (thread.cc:36) | |
9 Flutter 0x000000010398cc34 decltype(std::__1::forward<fml::Thread::Thread(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0>(fp)()) std::__1::__invoke<fml::Thread::Thread(std:... + 144 (type_traits:4361) | |
10 Flutter 0x000000010398cc34 void std::__1::__thread_execute<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::Thread::Thread(std::__1::basic_string<char, std::__1::cha... + 144 (thread:342) | |
11 Flutter 0x000000010398cc34 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::Thread::Thread(std::__1::basic_string<char... + 196 (thread:352) | |
12 libsystem_pthread.dylib 0x00000001d8a6ab70 _pthread_start + 288 (pthread.c:880) | |
13 libsystem_pthread.dylib 0x00000001d8a6f880 thread_start + 8 | |
Thread 4 name: | |
Thread 4 Crashed: | |
0 IOGPU 0x00000001cc19fb8c -[IOGPUMetalCommandBuffer commandBufferResourceInfo] + 12 (IOGPUMetalCommandBufferStorage.h:264) | |
1 AGXMetalA10 0x00000001d99079f0 AGX::BlitDispatchContext<AGX::G9::Encoders, AGX::G9::Classes, AGX::G9::ObjClasses>::BlitDispatchContext(IOGPUMetalCommandBuffer<MTLCommandBuffer>*, IOGPUMetalCommandEncoder<MTLCommandEncoder>*, MTL... + 116 (agxa_data_buffer_template.hpp:37) | |
2 AGXMetalA10 0x00000001d99161f4 -[AGXA10FamilyBlitContext initWithCommandBuffer:descriptor:] + 112 (agxa_blit_dispatch_gen1_template.h:21) | |
3 AGXMetalA10 0x00000001d9974734 -[AGXA10FamilyCommandBuffer blitCommandEncoder] + 84 (agxa_command_buffer_objc.mm:244) | |
4 Flutter 0x0000000103bf7144 GrMtlCommandBuffer::getBlitCommandEncoder() + 72 (GrMtlCommandBuffer.mm:45) | |
5 Flutter 0x0000000103bfa1f4 GrMtlGpu::onWritePixels(GrSurface*, int, int, int, int, GrColorType, GrColorType, GrMipLevel const*, int, bool) + 372 (GrMtlGpu.mm:364) | |
6 Flutter 0x0000000103b0be94 GrGpu::writePixels(GrSurface*, int, int, int, int, GrColorType, GrColorType, GrMipLevel const*, int, bool) + 472 (GrGpu.cpp:465) | |
7 Flutter 0x0000000103b0baf4 GrGpu::createTexture(SkISize, GrBackendFormat const&, GrRenderable, int, SkBudgeted, GrProtected, GrColorType, GrColorType, GrMipLevel const*, int) + 472 (GrGpu.cpp:205) | |
8 Flutter 0x0000000103b29a74 GrResourceProvider::createTexture(SkISize, GrBackendFormat const&, GrColorType, GrRenderable, int, SkBudgeted, GrProtected, GrMipLevel const*, int) + 516 (GrResourceProvider.cpp:86) | |
9 Flutter 0x0000000103b17704 std::__1::__function::__func<GrProxyProvider::createMippedProxyFromBitmap(SkBitmap const&, SkBudgeted)::$_1, std::__1::allocator<GrProxyProvider::createMippedProxyFromBitmap(SkBitmap const&, SkBudg... + 288 (GrProxyProvider.cpp:376) | |
10 Flutter 0x0000000103b350e4 GrSurfaceProxyPriv::doLazyInstantiation(GrResourceProvider*) + 200 (functional:1799) | |
11 Flutter 0x0000000103b172e0 0x103950000 + 1864416 (GrProxyProvider.cpp:305) | |
12 Flutter 0x0000000103af44e4 GrBitmapTextureMaker::refOriginalTextureProxyView(GrMipmapped) + 280 (GrBitmapTextureMaker.cpp:90) | |
13 Flutter 0x0000000103bacad4 0x103950000 + 2476756 (SkImage_Gpu.cpp:637) | |
14 Flutter 0x0000000103cf3680 flutter::UploadRasterImage(sk_sp<SkImage>, fml::WeakPtr<flutter::IOManager>, fml::tracing::TraceFlow const&)::$_3::operator()() const + 84 (image_decoder.cc:199) | |
15 Flutter 0x0000000103cf3680 decltype(std::__1::forward<flutter::UploadRasterImage(sk_sp<SkImage>, fml::WeakPtr<flutter::IOManager>, fml::tracing::TraceFlow const&)::$_3&>(fp)()) std::__1::__invoke<flutter::UploadRasterImage(s... + 84 (type_traits:4361) | |
16 Flutter 0x0000000103cf3680 void std::__1::__invoke_void_return_wrapper<void>::__call<flutter::UploadRasterImage(sk_sp<SkImage>, fml::WeakPtr<flutter::IOManager>, fml::tracing::TraceFlow const&)::$_3&>(flutter::UploadRasterIm... + 84 (__functional_base:349) | |
17 Flutter 0x0000000103cf3680 std::__1::__function::__alloc_func<flutter::UploadRasterImage(sk_sp<SkImage>, fml::WeakPtr<flutter::IOManager>, fml::tracing::TraceFlow const&)::$_3, std::__1::allocator<flutter::UploadRasterImage(... + 84 (functional:1527) | |
18 Flutter 0x0000000103cf3680 std::__1::__function::__func<flutter::UploadRasterImage(sk_sp<SkImage>, fml::WeakPtr<flutter::IOManager>, fml::tracing::TraceFlow const&)::$_3, std::__1::allocator<flutter::UploadRasterImage(sk_sp<... + 108 (functional:1651) | |
19 Flutter 0x000000010398c778 0x103950000 + 247672 (sync_switch.cc:0) | |
20 Flutter 0x0000000103cf2f60 std::__1::__function::__func<fml::internal::CopyableLambda<flutter::ImageDecoder::Decode(fml::RefPtr<flutter::ImageDescriptor>, unsigned int, unsigned int, std::__1::function<void (flutter::SkiaGPU... + 700 (image_decoder.cc:184) | |
21 Flutter 0x000000010398b45c std::__1::__function::__value_func<void ()>::operator()() const + 12 (functional:1799) | |
22 Flutter 0x000000010398b45c std::__1::function<void ()>::operator()() const + 12 (functional:2347) | |
23 Flutter 0x000000010398b45c fml::MessageLoopImpl::FlushTasks(fml::FlushType) + 1460 (message_loop_impl.cc:130) | |
24 Flutter 0x000000010398d3d0 fml::MessageLoopImpl::RunExpiredTasksNow() + 8 (message_loop_impl.cc:143) | |
25 Flutter 0x000000010398d3d0 fml::MessageLoopDarwin::OnTimerFire(__CFRunLoopTimer*, fml::MessageLoopDarwin*) + 32 (message_loop_darwin.mm:75) | |
26 CoreFoundation 0x0000000193109a30 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 28 (CFRunLoop.c:1807) | |
27 CoreFoundation 0x0000000193109634 __CFRunLoopDoTimer + 1004 (CFRunLoop.c:2415) | |
28 CoreFoundation 0x0000000193108b14 __CFRunLoopDoTimers + 324 (CFRunLoop.c:2575) | |
29 CoreFoundation 0x0000000193102eb0 __CFRunLoopRun + 1912 (CFRunLoop.c:3090) | |
30 CoreFoundation 0x0000000193102200 CFRunLoopRunSpecific + 572 (CFRunLoop.c:3242) | |
31 Flutter 0x000000010398d2ac fml::MessageLoopDarwin::Run() + 88 (message_loop_darwin.mm:46) | |
32 Flutter 0x000000010398cc34 fml::MessageLoopImpl::DoRun() + 28 (message_loop_impl.cc:96) | |
33 Flutter 0x000000010398cc34 fml::MessageLoop::Run() + 32 (message_loop.cc:49) | |
34 Flutter 0x000000010398cc34 fml::Thread::Thread(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0::operator()() const + 144 (thread.cc:36) | |
35 Flutter 0x000000010398cc34 decltype(std::__1::forward<fml::Thread::Thread(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)::$_0>(fp)()) std::__1::__invoke<fml::Thread::Thread(std:... + 144 (type_traits:4361) | |
36 Flutter 0x000000010398cc34 void std::__1::__thread_execute<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::Thread::Thread(std::__1::basic_string<char, std::__1::cha... + 144 (thread:342) | |
37 Flutter 0x000000010398cc34 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, fml::Thread::Thread(std::__1::basic_string<char... + 196 (thread:352) | |
38 libsystem_pthread.dylib 0x00000001d8a6ab70 _pthread_start + 288 (pthread.c:880) | |
39 libsystem_pthread.dylib 0x00000001d8a6f880 thread_start + 8 | |
Thread 5 name: | |
Thread 5: | |
0 libsystem_kernel.dylib 0x00000001bdaff72c __psynch_cvwait + 8 | |
1 libsystem_pthread.dylib 0x00000001d8a64330 _pthread_cond_wait$VARIANT$mp + 1180 (pthread_cond.c:636) | |
2 libc++.1.dylib 0x00000001a6a4be0c std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:390) | |
3 Flutter 0x0000000103987908 0x103950000 + 227592 | |
4 libsystem_pthread.dylib 0x00000001d8a6ab70 _pthread_start + 288 (pthread.c:880) | |
5 libsystem_pthread.dylib 0x00000001d8a6f880 thread_start + 8 | |
Thread 6 name: | |
Thread 6: | |
0 libsystem_kernel.dylib 0x00000001bdaff72c __psynch_cvwait + 8 | |
1 libsystem_pthread.dylib 0x00000001d8a64330 _pthread_cond_wait$VARIANT$mp + 1180 (pthread_cond.c:636) | |
2 libc++.1.dylib 0x00000001a6a4be0c std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 (__threading_support:390) | |
3 Flutter 0x0000000103987908 0x103950000 + 227592 | |
4 libsystem_pthread.dylib 0x00000001d8a6ab70 _pthread_start + 288 (pthread.c:880) | |
5 libsystem_pthread.dylib 0x00000001d8a6f880 thread_start + 8 | |
Thread 7 name: | |
Thread 7: | |
0 libsystem_kernel.dylib 0x00000001bdb014b4 kevent + 8 | |
1 Flutter 0x0000000103d0bbbc dart::bin::EventHandlerImplementation::EventHandlerEntry(unsigned long) + 340 (eventhandler_macos.cc:451) | |
2 Flutter 0x0000000103d39bc8 0x103950000 + 4103112 (thread_macos.cc:87) | |
3 libsystem_pthread.dylib 0x00000001d8a6ab70 _pthread_start + 288 (pthread.c:880) | |
4 libsystem_pthread.dylib 0x00000001d8a6f880 thread_start + 8 | |
Thread 8 name: | |
Thread 8: | |
0 libsystem_kernel.dylib 0x00000001bdadc8c4 mach_msg_trap + 8 | |
1 libsystem_kernel.dylib 0x00000001bdadbcc8 mach_msg + 72 (mach_msg.c:103) | |
2 Runner 0x000000010279f908 FIRCLSMachExceptionReadMessage + 52 (FIRCLSMachException.c:194) | |
3 Runner 0x000000010279f908 FIRCLSMachExceptionServer + 964 (FIRCLSMachException.c:170) | |
4 libsystem_pthread.dylib 0x00000001d8a6ab70 _pthread_start + 288 (pthread.c:880) | |
5 libsystem_pthread.dylib 0x00000001d8a6f880 thread_start + 8 | |
Thread 9 name: | |
Thread 9: | |
0 libsystem_kernel.dylib 0x00000001bdadc8c4 mach_msg_trap + 8 | |
1 libsystem_kernel.dylib 0x00000001bdadbcc8 mach_msg + 72 (mach_msg.c:103) | |
2 CoreFoundation 0x000000019310874c __CFRunLoopServiceMachPort + 376 (CFRunLoop.c:2641) | |
3 CoreFoundation 0x0000000193102bd0 __CFRunLoopRun + 1176 (CFRunLoop.c:2974) | |
4 CoreFoundation 0x0000000193102200 CFRunLoopRunSpecific + 572 (CFRunLoop.c:3242) | |
5 CoreFoundation 0x00000001931032c0 CFRunLoopRun + 60 (CFRunLoop.c:3267) | |
6 CoreMotion 0x000000019d8fa374 CLMotionCore::runMotionThread(void*) + 1308 (CLMotionCore.mm:369) | |
7 libsystem_pthread.dylib 0x00000001d8a6ab70 _pthread_start + 288 (pthread.c:880) | |
8 libsystem_pthread.dylib 0x00000001d8a6f880 thread_start + 8 | |
Thread 10 name: | |
Thread 10: | |
0 libsystem_kernel.dylib 0x00000001bdadc8c4 mach_msg_trap + 8 | |
1 libsystem_kernel.dylib 0x00000001bdadbcc8 mach_msg + 72 (mach_msg.c:103) | |
2 CoreFoundation 0x000000019310874c __CFRunLoopServiceMachPort + 376 (CFRunLoop.c:2641) | |
3 CoreFoundation 0x0000000193102bd0 __CFRunLoopRun + 1176 (CFRunLoop.c:2974) | |
4 CoreFoundation 0x0000000193102200 CFRunLoopRunSpecific + 572 (CFRunLoop.c:3242) | |
5 CFNetwork 0x000000019398c9a4 +[__CFN_CoreSchedulingSetRunnable _run:] + 552 (CoreSchedulingSet.mm:1374) | |
6 Foundation 0x0000000194468c48 __NSThread__start__ + 848 (NSThread.m:724) | |
7 libsystem_pthread.dylib 0x00000001d8a6ab70 _pthread_start + 288 (pthread.c:880) | |
8 libsystem_pthread.dylib 0x00000001d8a6f880 thread_start + 8 | |
Thread 11: | |
0 libsystem_pthread.dylib 0x00000001d8a6f86c start_wqthread + 0 | |
Thread 12: | |
0 libsystem_pthread.dylib 0x00000001d8a6f86c start_wqthread + 0 | |
Thread 13 name: | |
Thread 13: | |
0 libsystem_kernel.dylib 0x00000001bdaff72c __psynch_cvwait + 8 | |
1 libsystem_pthread.dylib 0x00000001d8a6435c _pthread_cond_wait$VARIANT$mp + 1224 (pthread_cond.c:640) | |
2 Flutter 0x0000000103e55a6c dart::Monitor::WaitMicros(long long) + 128 (os_thread_macos.cc:430) | |
3 Flutter 0x0000000103e9f430 dart::MonitorLocker::WaitMicros(long long) + 8 (lockers.h:181) | |
4 Flutter 0x0000000103e9f430 dart::ThreadPool::Worker::Main(unsigned long) + 668 (thread_pool.cc:183) | |
5 Flutter 0x0000000103e55394 dart::ThreadStart(void*) + 260 (os_thread_macos.cc:132) | |
6 libsystem_pthread.dylib 0x00000001d8a6ab70 _pthread_start + 288 (pthread.c:880) | |
7 libsystem_pthread.dylib 0x00000001d8a6f880 thread_start + 8 | |
Thread 14: | |
0 libsystem_pthread.dylib 0x00000001d8a6f86c start_wqthread + 0 | |
Thread 15: | |
0 libsystem_pthread.dylib 0x00000001d8a6f86c start_wqthread + 0 | |
Thread 16: | |
0 libsystem_pthread.dylib 0x00000001d8a6f86c start_wqthread + 0 | |
Thread 17: | |
0 libsystem_pthread.dylib 0x00000001d8a6f86c start_wqthread + 0 | |
Thread 18: | |
0 libsystem_pthread.dylib 0x00000001d8a6f86c start_wqthread + 0 | |
Thread 19: | |
0 libsystem_pthread.dylib 0x00000001d8a6f86c start_wqthread + 0 | |
Thread 20 name: | |
Thread 20: | |
0 libsystem_kernel.dylib 0x00000001bdb01c5c poll + 8 | |
1 grpc 0x0000000104ca8134 pollset_work(grpc_pollset*, grpc_pollset_worker**, long long) + 1164 (ev_poll_posix.cc:1024) | |
2 grpc 0x0000000104ca9fd0 pollset_work(grpc_pollset*, grpc_pollset_worker**, long long) + 72 (ev_posix.cc:324) | |
3 grpc 0x0000000104c9c300 cq_next(grpc_completion_queue*, gpr_timespec, void*) + 520 (completion_queue.cc:1059) | |
4 grpcpp 0x000000010500af8c grpc_impl::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) + 60 (completion_queue_cc.cc:54) | |
5 Runner 0x00000001027cc678 grpc_impl::CompletionQueue::Next(void**, bool*) + 52 (completion_queue_impl.h:179) | |
6 Runner 0x00000001027cc678 firebase::firestore::remote::Datastore::PollGrpcQueue() + 104 (datastore.cc:142) | |
7 Runner 0x00000001028a3c90 std::__1::__function::__value_func<void ()>::operator()() const + 20 (functional:1860) | |
8 Runner 0x00000001028a3c90 std::__1::function<void ()>::operator()() const + 20 (functional:2419) | |
9 Runner 0x00000001028a3c90 firebase::firestore::util::Task::ExecuteAndRelease() + 188 (task.cc:102) | |
10 libdispatch.dylib 0x0000000192dc2280 _dispatch_client_callout + 16 (object.m:559) | |
11 libdispatch.dylib 0x0000000192d6afa8 _dispatch_lane_serial_drain$VARIANT$mp + 612 (inline_internal.h:2548) | |
12 libdispatch.dylib 0x0000000192d6ba84 _dispatch_lane_invoke$VARIANT$mp + 424 (queue.c:3862) | |
13 libdispatch.dylib 0x0000000192d75518 _dispatch_workloop_worker_thread + 712 (queue.c:6590) | |
14 libsystem_pthread.dylib 0x00000001d8a6c5a4 _pthread_wqthread + 272 (pthread.c:2193) | |
15 libsystem_pthread.dylib 0x00000001d8a6f874 start_wqthread + 8 | |
Thread 21: | |
0 libsystem_kernel.dylib 0x00000001bdaff72c __psynch_cvwait + 8 | |
1 libsystem_pthread.dylib 0x00000001d8a64330 _pthread_cond_wait$VARIANT$mp + 1180 (pthread_cond.c:636) | |
2 grpc 0x0000000104d124d4 gpr_cv_wait + 124 (sync_posix.cc:130) | |
3 grpc 0x0000000104cabb04 grpc_core::Executor::ThreadMain(void*) + 184 (executor.cc:231) | |
4 grpc 0x0000000104d1c094 grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const*, void (*)(void*), void*, bool*, grpc_core::Thread::Options const&)::'lambda'(void*)::operator()(void*) const + 116 (thd_posix.cc:140) | |
5 grpc 0x0000000104d1c094 grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const*, void (*)(void*), void*, bool*, grpc_core::Thread::Options const&)::'lambda'(void*)::__invoke(void*) + 140 (thd_posix.cc:110) | |
6 libsystem_pthread.dylib 0x00000001d8a6ab70 _pthread_start + 288 (pthread.c:880) | |
7 libsystem_pthread.dylib 0x00000001d8a6f880 thread_start + 8 | |
Thread 22: | |
0 libsystem_kernel.dylib 0x00000001bdaff72c __psynch_cvwait + 8 | |
1 libsystem_pthread.dylib 0x00000001d8a64330 _pthread_cond_wait$VARIANT$mp + 1180 (pthread_cond.c:636) | |
2 grpc 0x0000000104d124d4 gpr_cv_wait + 124 (sync_posix.cc:130) | |
3 grpc 0x0000000104cabb04 grpc_core::Executor::ThreadMain(void*) + 184 (executor.cc:231) | |
4 grpc 0x0000000104d1c094 grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const*, void (*)(void*), void*, bool*, grpc_core::Thread::Options const&)::'lambda'(void*)::operator()(void*) const + 116 (thd_posix.cc:140) | |
5 grpc 0x0000000104d1c094 grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const*, void (*)(void*), void*, bool*, grpc_core::Thread::Options const&)::'lambda'(void*)::__invoke(void*) + 140 (thd_posix.cc:110) | |
6 libsystem_pthread.dylib 0x00000001d8a6ab70 _pthread_start + 288 (pthread.c:880) | |
7 libsystem_pthread.dylib 0x00000001d8a6f880 thread_start + 8 | |
Thread 23: | |
0 libsystem_kernel.dylib 0x00000001bdaff72c __psynch_cvwait + 8 | |
1 libsystem_pthread.dylib 0x00000001d8a64330 _pthread_cond_wait$VARIANT$mp + 1180 (pthread_cond.c:636) | |
2 grpc 0x0000000104d124d4 gpr_cv_wait + 124 (sync_posix.cc:130) | |
3 grpc 0x0000000104d1f4f4 wait_until(long long) + 76 (timer_manager.cc:200) | |
4 grpc 0x0000000104d1f4f4 timer_main_loop() + 480 (timer_manager.cc:255) | |
5 grpc 0x0000000104d1f4f4 timer_thread(void*) + 532 (timer_manager.cc:284) | |
6 grpc 0x0000000104d1c094 grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const*, void (*)(void*), void*, bool*, grpc_core::Thread::Options const&)::'lambda'(void*)::operator()(void*) const + 116 (thd_posix.cc:140) | |
7 grpc 0x0000000104d1c094 grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const*, void (*)(void*), void*, bool*, grpc_core::Thread::Options const&)::'lambda'(void*)::__invoke(void*) + 140 (thd_posix.cc:110) | |
8 libsystem_pthread.dylib 0x00000001d8a6ab70 _pthread_start + 288 (pthread.c:880) | |
9 libsystem_pthread.dylib 0x00000001d8a6f880 thread_start + 8 | |
Thread 24: | |
0 libsystem_kernel.dylib 0x00000001bdaff72c __psynch_cvwait + 8 | |
1 libsystem_pthread.dylib 0x00000001d8a64330 _pthread_cond_wait$VARIANT$mp + 1180 (pthread_cond.c:636) | |
2 grpc 0x0000000104d124c4 gpr_cv_wait + 108 (sync_posix.cc:146) | |
3 grpc 0x0000000104d1f4f4 wait_until(long long) + 76 (timer_manager.cc:200) | |
4 grpc 0x0000000104d1f4f4 timer_main_loop() + 480 (timer_manager.cc:255) | |
5 grpc 0x0000000104d1f4f4 timer_thread(void*) + 532 (timer_manager.cc:284) | |
6 grpc 0x0000000104d1c094 grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const*, void (*)(void*), void*, bool*, grpc_core::Thread::Options const&)::'lambda'(void*)::operator()(void*) const + 116 (thd_posix.cc:140) | |
7 grpc 0x0000000104d1c094 grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const*, void (*)(void*), void*, bool*, grpc_core::Thread::Options const&)::'lambda'(void*)::__invoke(void*) + 140 (thd_posix.cc:110) | |
8 libsystem_pthread.dylib 0x00000001d8a6ab70 _pthread_start + 288 (pthread.c:880) | |
9 libsystem_pthread.dylib 0x00000001d8a6f880 thread_start + 8 | |
Thread 25 name: | |
Thread 25: | |
0 libsystem_kernel.dylib 0x00000001bdadc8c4 mach_msg_trap + 8 | |
1 libsystem_kernel.dylib 0x00000001bdadbcc8 mach_msg + 72 (mach_msg.c:103) | |
2 CoreFoundation 0x000000019310874c __CFRunLoopServiceMachPort + 376 (CFRunLoop.c:2641) | |
3 CoreFoundation 0x0000000193102bd0 __CFRunLoopRun + 1176 (CFRunLoop.c:2974) | |
4 CoreFoundation 0x0000000193102200 CFRunLoopRunSpecific + 572 (CFRunLoop.c:3242) | |
5 Foundation 0x000000019430c278 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 228 (NSRunLoop.m:374) | |
6 Runner 0x0000000102ee9f8c 0x102744000 + 8019852 | |
7 Foundation 0x0000000194468c48 __NSThread__start__ + 848 (NSThread.m:724) | |
8 libsystem_pthread.dylib 0x00000001d8a6ab70 _pthread_start + 288 (pthread.c:880) | |
9 libsystem_pthread.dylib 0x00000001d8a6f880 thread_start + 8 | |
Thread 26 name: | |
Thread 26: | |
0 libsystem_kernel.dylib 0x00000001bdaffc10 select$DARWIN_EXTSN + 8 | |
1 CoreFoundation 0x0000000193114af4 __CFSocketManager + 620 (CFSocket.c:1343) | |
2 libsystem_pthread.dylib 0x00000001d8a6ab70 _pthread_start + 288 (pthread.c:880) | |
3 libsystem_pthread.dylib 0x00000001d8a6f880 thread_start + 8 | |
Thread 27: | |
0 libsystem_pthread.dylib 0x00000001d8a6f86c start_wqthread + 0 | |
Thread 28: | |
0 libsystem_pthread.dylib 0x00000001d8a6f86c start_wqthread + 0 | |
Thread 4 crashed with ARM Thread State (64-bit): | |
x0: 0x0000000155f65810 x1: 0x00000001db35e7fe x2: 0x0000000281abd800 x3: 0x0000000000000000 | |
x4: 0x0000000000000000 x5: 0x0000000000000000 x6: 0x0000000000000000 x7: 0x0000000000000160 | |
x8: 0x0000000000000000 x9: 0x00000001db35e7fe x10: 0x00000001560b0e00 x11: 0x003f0001560b0e00 | |
x12: 0x0000000000000031 x13: 0x00000001560b10f0 x14: 0x0000000000002bd2 x15: 0x00000001ed2837f8 | |
x16: 0x00000001ed2837f8 x17: 0x00000001cc19fb80 x18: 0x0000000000000000 x19: 0x0000000156582000 | |
x20: 0x0000000155f65810 x21: 0x0000000155f65810 x22: 0x00000001db20113b x23: 0x0000000281abd800 | |
x24: 0x0000000000000000 x25: 0x0000000155f64380 x26: 0x0000000000000000 x27: 0x0000000000000000 | |
x28: 0x0000000000000000 fp: 0x000000016db13f30 lr: 0x00000001d99079f0 | |
sp: 0x000000016db13ec0 pc: 0x00000001cc19fb8c cpsr: 0x60000000 | |
esr: 0x92000006 (Data Abort) byte read Translation fault | |
Binary Images: | |
0x102744000 - 0x1031b7fff Runner arm64 <0751e97ff75e335fbf8200bab6058ef5> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Runner | |
0x1035fc000 - 0x10361bfff AppAuth arm64 <98050022c969339eb150e4ea3a4ddd67> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/AppAuth.framework/AppAuth | |
0x10377c000 - 0x103797fff CocoaLumberjack arm64 <9d83d32b5ca93dedb4a85d35020cea0d> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/CocoaLumberjack.framework/CocoaLumberjack | |
0x1037d4000 - 0x1037e7fff FBLPromises arm64 <d3acf78a1aa731a2909f4c2d9cf57a84> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/FBLPromises.framework/FBLPromises | |
0x10380c000 - 0x10381ffff FMDB arm64 <687aa514e2ed33939a20f9f409ccad34> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/FMDB.framework/FMDB | |
0x103844000 - 0x10384ffff PINOperation arm64 <b85236e3e3fa32b7ae92e6207da32d63> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/PINOperation.framework/PINOperation | |
0x103864000 - 0x1038cffff dyld arm64 <db2dc234676830f889db5b18092543c0> /usr/lib/dyld | |
0x103950000 - 0x103ff3fff Flutter arm64 <b4807b38545e3bdf9ceb6cdc3b0b2cc5> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/Flutter.framework/Flutter | |
0x1042e4000 - 0x1042effff GTMAppAuth arm64 <1067d07a7e1f308491e3ec57c48ce4ab> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/GTMAppAuth.framework/GTMAppAuth | |
0x104308000 - 0x104333fff GTMSessionFetcher arm64 <53a16237292b3e408d5b29abd13e953c> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher | |
0x104380000 - 0x10438bfff GoogleToolboxForMac arm64 <041e291d40a93f30b97b5ce77d0995b8> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/GoogleToolboxForMac.framework/GoogleToolboxForMac | |
0x1043a4000 - 0x1043c3fff GoogleUtilities arm64 <637a4352c0f43c5ab2dde3537e0fbcf1> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/GoogleUtilities.framework/GoogleUtilities | |
0x1043fc000 - 0x104523fff Mixpanel arm64 <c11ccdec60ae3289b2172e4fe746e2c0> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/Mixpanel.framework/Mixpanel | |
0x1046fc000 - 0x104717fff PINCache arm64 <96a93dd215ac3c22ae1ae25508855452> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/PINCache.framework/PINCache | |
0x104748000 - 0x104797fff Protobuf arm64 <ba45a3218f743d2e824b0fa317b0034c> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/Protobuf.framework/Protobuf | |
0x104848000 - 0x10484ffff Reachability arm64 <324271e7ea9b38e080119153c0f889eb> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/Reachability.framework/Reachability | |
0x104860000 - 0x1048b7fff SCSDKBitmojiKit arm64 <6bd57f8275593918ae12255315a33a36> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/SCSDKBitmojiKit.framework/SCSDKBitmojiKit | |
0x1048f8000 - 0x104937fff SCSDKCoreKit arm64 <bf9ccd13963631c8974edf38ca5db02d> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/SCSDKCoreKit.framework/SCSDKCoreKit | |
0x104954000 - 0x104963fff SCSDKCreativeKit arm64 <3f2b1817fce930c19f1d10eb7a98d0b6> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/SCSDKCreativeKit.framework/SCSDKCreativeKit | |
0x10497c000 - 0x104997fff SCSDKLoginKit arm64 <5939f782ad59391688b4f978408efefc> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/SCSDKLoginKit.framework/SCSDKLoginKit | |
0x1049b0000 - 0x1049ebfff SCSDKStoryKit arm64 <7eec98e96df13f7e833714418506e02c> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/SCSDKStoryKit.framework/SCSDKStoryKit | |
0x104a20000 - 0x104a2bfff Toast arm64 <d7905adb75ad3db7bef3af3ec0b110f3> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/Toast.framework/Toast | |
0x104a40000 - 0x104a77fff absl arm64 <5ef6cf6835123e289ef077619a752a55> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/absl.framework/absl | |
0x104ae8000 - 0x104af3fff apple_sign_in arm64 <3df29bf886ea3f2aa0eda59856f88586> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/apple_sign_in.framework/apple_sign_in | |
0x104b08000 - 0x104b17fff background_fetch arm64 <3a279df6f4673ba89c29a1cab8f91385> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/background_fetch.framework/background_fetch | |
0x104b2c000 - 0x104b37fff connectivity arm64 <6df34896e66e3d8d9ddb3d6133c5cac9> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/connectivity.framework/connectivity | |
0x104b4c000 - 0x104b53fff device_info arm64 <f55eaed658df38789cbeec7847fb0ff8> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/device_info.framework/device_info | |
0x104b64000 - 0x104b6bfff flutter_app_badger arm64 <72f3768530fb3dc8a373cb4752e52e97> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/flutter_app_badger.framework/flutter_app_badger | |
0x104b7c000 - 0x104b87fff flutter_appavailability arm64 <d8c2eb675c04311982caabfc1d4157db> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/flutter_appavailability.framework/flutter_appavailability | |
0x104b9c000 - 0x104babfff flutter_local_notifications arm64 <0985a10737f03d10815c0508d0e4f85e> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/flutter_local_notifications.framework/flutter_local_notifications | |
0x104bc4000 - 0x104bcffff flutter_native_app_state arm64 <923d412487ec308b89adbc2c1882678c> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/flutter_native_app_state.framework/flutter_native_app_state | |
0x104be8000 - 0x104beffff flutter_tab_bar_no_ripple arm64 <3d624f42d5ac31c3a7fa529a8ac18780> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/flutter_tab_bar_no_ripple.framework/flutter_tab_bar_no_ripple | |
0x104c00000 - 0x104c07fff fluttertoast arm64 <16e3d7bf6bb13540b737552e08507cc6> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/fluttertoast.framework/fluttertoast | |
0x104c18000 - 0x104c27fff flutuate_mixpanel arm64 <d452857b321f38678c70fabaa5468c6c> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/flutuate_mixpanel.framework/flutuate_mixpanel | |
0x104c3c000 - 0x104c47fff geoflutterfire arm64 <c406a1342eaa337db73c58129b23ec5b> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/geoflutterfire.framework/geoflutterfire | |
0x104c5c000 - 0x104da3fff grpc arm64 <39a47056dd173060b36f1a65a17484a4> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/grpc.framework/grpc | |
0x105000000 - 0x10503bfff grpcpp arm64 <32c88b30eac13c92abb5832a4bf63c50> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/grpcpp.framework/grpcpp | |
0x1050f8000 - 0x105107fff in_app_purchase arm64 <fdb829d9aaa63b12b8a43655c18b52f6> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/in_app_purchase.framework/in_app_purchase | |
0x105120000 - 0x105153fff leveldb arm64 <e30f983a9e323c89b729fab9ba9ec2ea> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/leveldb.framework/leveldb | |
0x1051ac000 - 0x1051b7fff nanopb arm64 <55bcce8edc16390387175c61363a1e40> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/nanopb.framework/nanopb | |
0x1051c8000 - 0x1052b3fff openssl_grpc arm64 <510a870cda923abf88d66a42421b12dc> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/openssl_grpc.framework/openssl_grpc | |
0x1053e0000 - 0x1053e7fff package_info arm64 <44529bd762ae35058016f24ef1aba29d> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/package_info.framework/package_info | |
0x1053f8000 - 0x1053fffff path_provider arm64 <a9d41ba97f233d30bd2c37233ed5d62f> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/path_provider.framework/path_provider | |
0x105410000 - 0x10541bfff screenshot_callback arm64 <6d3c8bb9b8f73d6d8e30d004a7f3bce5> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/screenshot_callback.framework/screenshot_callback | |
0x105430000 - 0x10543bfff share arm64 <ca461d5dbb103734ad2e0b30d6fdc5a4> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/share.framework/share | |
0x105450000 - 0x105457fff shared_preferences arm64 <bac0702e083136c6b02e8215fe477772> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/shared_preferences.framework/shared_preferences | |
0x105468000 - 0x105473fff snapchat_flutter_plugin arm64 <62a73c409b873acab9e3f44c9aab9543> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/snapchat_flutter_plugin.framework/snapchat_flutter_plugin | |
0x105494000 - 0x1054a3fff sqflite arm64 <126f8a0df7c93c479a7e3022fdec436e> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/sqflite.framework/sqflite | |
0x1054bc000 - 0x1054c3fff uni_links arm64 <9342f2f8759931aea98efdb100e82076> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/uni_links.framework/uni_links | |
0x1054d4000 - 0x1054dffff url_launcher arm64 <a3deb9dca0c239c2bba9a5fc137cad64> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/url_launcher.framework/url_launcher | |
0x1054f4000 - 0x1054fffff vibration arm64 <2322eef8ce5535c2893b4c863ae964d6> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/vibration.framework/vibration | |
0x105518000 - 0x105527fff webview_flutter arm64 <3ad1becd0cd23bb7a7627ce62b803c0f> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/webview_flutter.framework/webview_flutter | |
0x107534000 - 0x10753ffff libobjc-trampolines.dylib arm64 <531731c8e9f131659c4be4d34eb3ad02> /usr/lib/libobjc-trampolines.dylib | |
0x107760000 - 0x1084e3fff App arm64 <3b5adfd829cd3ad8bd74d9f3a9bbef46> /var/containers/Bundle/Application/142E33EE-402D-4A64-AC89-D759F8DC441E/Runner.app/Frameworks/App.framework/App | |
0x192d61000 - 0x192ddffff libdispatch.dylib arm64 <a564fa91a3e33a41afd1410fad72e52a> /usr/lib/system/libdispatch.dylib | |
0x192de0000 - 0x192e16fff libdyld.dylib arm64 <77e573148a58306490c08af9a4745430> /usr/lib/system/libdyld.dylib | |
0x192e17000 - 0x19306efff libicucore.A.dylib arm64 <b69f2d5b339d3615816342da657b3a4a> /usr/lib/libicucore.A.dylib | |
0x19306f000 - 0x193417fff CoreFoundation arm64 <f80fca31bf7632938bc61729588ae8b6> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation | |
0x193418000 - 0x1935b0fff CoreServices arm64 <248e39da84ae30ec9b99d0828d6d6adc> /System/Library/Frameworks/CoreServices.framework/CoreServices | |
0x1935b1000 - 0x1935f9fff WirelessDiagnostics arm64 <6618cbc3569a38c28aa1920c4c034f64> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics | |
0x1935fa000 - 0x193672fff SystemConfiguration arm64 <9a8a9b4a8d233d76a3e00d2e23adc717> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration | |
0x193673000 - 0x19375afff CoreTelephony arm64 <080a8015d906315b95b5d151427bb5ef> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony | |
0x19375b000 - 0x193bdbfff CFNetwork arm64 <c2a586f195cb35cfb58d7c215706514e> /System/Library/Frameworks/CFNetwork.framework/CFNetwork | |
0x193bdc000 - 0x194292fff libnetwork.dylib arm64 <4c7453197a833572a6f67c7a93253d78> /usr/lib/libnetwork.dylib | |
0x194293000 - 0x194303fff Accounts arm64 <1119c5897f3f318eb36fb7cadd13b35d> /System/Library/Frameworks/Accounts.framework/Accounts | |
0x194304000 - 0x19459efff Foundation arm64 <4b7b9c0abad3348d95a394784bfed02e> /System/Library/Frameworks/Foundation.framework/Foundation | |
0x19459f000 - 0x194900fff ImageIO arm64 <1eb4eb79e3d63843bdf651030946d702> /System/Library/Frameworks/ImageIO.framework/ImageIO | |
0x194901000 - 0x194919fff libCGInterfaces.dylib arm64 <581cfc2d75583472b8d1a8ce5a1ec571> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib | |
0x19491a000 - 0x194ea6fff CoreGraphics arm64 <8db9d5e0ae2e3452ba61e08b61d0b5a7> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics | |
0x194ea7000 - 0x19625bfff UIKitCore arm64 <00ea142638f73fd2be0104ebd44eca35> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore | |
0x19625c000 - 0x196278fff libAccessibility.dylib arm64 <6eaa2bbb983c31e0a54445ab83e375e7> /usr/lib/libAccessibility.dylib | |
0x196279000 - 0x1964ebfff QuartzCore arm64 <3e647da558433774b65aa1928066ebbc> /System/Library/Frameworks/QuartzCore.framework/QuartzCore | |
0x1964ec000 - 0x196551fff BackBoardServices arm64 <8d8ff0c391863e14b59fba5a0379b135> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices | |
0x196552000 - 0x1965d9fff TextInput arm64 <702a96ae5cd631b79303a51a20deabf5> /System/Library/PrivateFrameworks/TextInput.framework/TextInput | |
0x1965da000 - 0x196641fff libusrtcp.dylib arm64 <b04edb78d7c23279a2f08c48547650de> /usr/lib/libusrtcp.dylib | |
0x196642000 - 0x1969d6fff AppleMediaServices arm64 <77068928b7f338e5af9a4e43248471e6> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices | |
0x1969d7000 - 0x196b3afff libswiftFoundation.dylib arm64 <772ae6f29e433d17a60cf1c6478a5266> /usr/lib/swift/libswiftFoundation.dylib | |
0x196b3b000 - 0x196eebfff libswiftCore.dylib arm64 <9156be86d4b63a8184608728fa38c978> /usr/lib/swift/libswiftCore.dylib | |
0x196eec000 - 0x196f00fff UIKitServices arm64 <1f3cd175224d3f26a5600d139f4f1f40> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices | |
0x196f01000 - 0x197048fff Preferences arm64 <a4ca293a84a8386ab0c553e3edb81fe4> /System/Library/PrivateFrameworks/Preferences.framework/Preferences | |
0x197049000 - 0x197257fff ContactsUI arm64 <ef8404e6d4473b74ade7086388ebe493> /System/Library/Frameworks/ContactsUI.framework/ContactsUI | |
0x197258000 - 0x197410fff CoreText arm64 <acab3f31cda932a28fe5566404fc7b76> /System/Library/Frameworks/CoreText.framework/CoreText | |
0x197411000 - 0x197429fff ExtensionKit arm64 <eb2e265374973c91ae06db90c531dee8> /System/Library/PrivateFrameworks/ExtensionKit.framework/ExtensionKit | |
0x19743f000 - 0x1974bcfff BaseBoard arm64 <b9796c0d4cb6374bbfefc4211e2a621b> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard | |
0x1974bd000 - 0x1976d2fff CoreDuet arm64 <0d0b95a19dc033fc80a96c7ae0f93653> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet | |
0x1976d3000 - 0x197819fff Contacts arm64 <b92ac3df43b93676abbcd44967415cd3> /System/Library/Frameworks/Contacts.framework/Contacts | |
0x19781a000 - 0x198c78fff GeoServices arm64 <44979cf9b49d3a9ab31bb4ddd82be40e> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices | |
0x198c79000 - 0x198cfdfff CoreLocation arm64 <5c9e124296273b4b9cbcf94e3d5785b9> /System/Library/Frameworks/CoreLocation.framework/CoreLocation | |
0x198cfe000 - 0x198e9afff CloudKit arm64 <c9e5d97746e93c0f8ea54a1a53852093> /System/Library/Frameworks/CloudKit.framework/CloudKit | |
0x198e9b000 - 0x1991fdfff CoreData arm64 <d6bd337e6232360cbc36ab1edb921118> /System/Library/Frameworks/CoreData.framework/CoreData | |
0x199deb000 - 0x199df5fff libswiftCoreGraphics.dylib arm64 <1531409888db39449ce5db0a9e8f5374> /usr/lib/swift/libswiftCoreGraphics.dylib | |
0x199df6000 - 0x199e34fff AppSupport arm64 <7007fbe50270309dbb72a9675db02535> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport | |
0x199e35000 - 0x199f51fff ManagedConfiguration arm64 <4af6524e93173aafaf9f264dcac12fd8> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration | |
0x199f52000 - 0x199fbefff IMFoundation arm64 <88c687b2e1de325c95cf8d8559614f0a> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation | |
0x199fbf000 - 0x19a0c1fff IDS arm64 <6b252a94405c31729d5d0777dc17a546> /System/Library/PrivateFrameworks/IDS.framework/IDS | |
0x19a0c2000 - 0x19a1fefff Security arm64 <d6b2c1cb544d3d628f8b0e86922622dc> /System/Library/Frameworks/Security.framework/Security | |
0x19a1ff000 - 0x19a5f4fff MediaPlayer arm64 <38faaf1386f43bf8aee30315f8e03fc8> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer | |
0x19a5f5000 - 0x19a60cfff AudioSession arm64 <dc0b478c08c33b24be2fb932a6fa08f0> /System/Library/PrivateFrameworks/AudioSession.framework/AudioSession | |
0x19a60d000 - 0x19a785fff AVFCore arm64 <4af35698d09930f897bfdb8192af532a> /System/Library/PrivateFrameworks/AVFCore.framework/AVFCore | |
0x19a786000 - 0x19acd4fff Intents arm64 <26c944ab8a4e39a4820d1744faeb5ec0> /System/Library/Frameworks/Intents.framework/Intents | |
0x19ad20000 - 0x19b014fff CoreImage arm64 <36f179cea2393257b48e1f20786da448> /System/Library/Frameworks/CoreImage.framework/CoreImage | |
0x19b015000 - 0x19b0cefff ColorSync arm64 <486b1137d98a3a9f91f386bd7f2f425d> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync | |
0x19b0cf000 - 0x19b107fff CoreVideo arm64 <9e006d465bb939e9ab31782d3f254f8c> /System/Library/Frameworks/CoreVideo.framework/CoreVideo | |
0x19b108000 - 0x19b81dfff MediaToolbox arm64 <bb26609fdb0d3079bcbee8b5757deabd> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox | |
0x19b81e000 - 0x19b909fff CoreMedia arm64 <b48e8ae41fe437b0bfc9bf9255a835ef> /System/Library/Frameworks/CoreMedia.framework/CoreMedia | |
0x19b90a000 - 0x19bb74fff AudioToolbox arm64 <1f4e77b23328305ca19f50a8773b7637> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox | |
0x19bb75000 - 0x19bbc4fff CoreHaptics arm64 <4bed7c06a10c3a7590b6166e97e8035a> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics | |
0x19bbc5000 - 0x19bc21fff UserActivity arm64 <2ec555d881403493a67b00c906e9a3a6> /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity | |
0x19bc22000 - 0x19bd21fff UIFoundation arm64 <ac4b381071c5329eab3171245848a2a3> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation | |
0x19bd22000 - 0x19bd5ffff libsystem_info.dylib arm64 <86ea93b2cc963d8ca53ebfcf708b5ec5> /usr/lib/system/libsystem_info.dylib | |
0x19bd60000 - 0x19bddcfff libsystem_c.dylib arm64 <e64a11f730ec313c8acfb0de81756ee6> /usr/lib/system/libsystem_c.dylib | |
0x19bddd000 - 0x19be25fff RunningBoardServices arm64 <4bd250113ccc351eaa970f2b8ce9436d> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices | |
0x19be26000 - 0x19cd58fff JavaScriptCore arm64 <5f868c00551331a1adf812a5ade40e41> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore | |
0x19d2d5000 - 0x19d35afff ContactsFoundation arm64 <257b2b7bdbca3e6b88c8421592d39fe8> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation | |
0x19d35b000 - 0x19d57efff HealthKit arm64 <fe05c2cec3793a85860fe9587df15244> /System/Library/Frameworks/HealthKit.framework/HealthKit | |
0x19d57f000 - 0x19d5a0fff ProactiveEventTracker arm64 <9fee4f7ebeee35a28af89190fbc2726b> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker | |
0x19d5a1000 - 0x19d5eafff Lexicon arm64 <78773acb16613a8b9eec2879de95e700> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon | |
0x19d5eb000 - 0x19d653fff PersonalizationPortrait arm64 <50a07a3b5e3134d8986ed77a3c3de4a7> /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait | |
0x19d654000 - 0x19d6a0fff CoreDuetContext arm64 <1e09c135b60a339ebe3c48ee226bdfd0> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext | |
0x19d6a1000 - 0x19d746fff IOKit arm64 <ac262e0f73c53352a36cd240aed00570> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit | |
0x19d747000 - 0x19d756fff DataMigration arm64 <36ee29905cf33ea4b63c9e57ebff658a> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration | |
0x19d757000 - 0x19d7aefff SpringBoardServices arm64 <159a44bea3c33324adb33c5ed8b4d4af> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices | |
0x19d7af000 - 0x19d7c0fff ContextKit arm64 <72e2125daf3a34bc8e803a89245c66c5> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit | |
0x19d7c1000 - 0x19da18fff CoreMotion arm64 <ced520684e043c36a22acebca7007ee6> /System/Library/Frameworks/CoreMotion.framework/CoreMotion | |
0x19da19000 - 0x19db4efff EventKit arm64 <4368112a67393f67a1f8e1c5f5cfc2cf> /System/Library/Frameworks/EventKit.framework/EventKit | |
0x19e066000 - 0x19e2b7fff MediaRemote arm64 <90db9d33776933cb81a9a412bf701032> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote | |
0x19e2b8000 - 0x19e44ffff CoreUtils arm64 <f509e9b22a093c2d88d34f0411370f74> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils | |
0x19e450000 - 0x19e465fff FamilyCircle arm64 <832c7de05cca39cab22a8d7403401cc1> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle | |
0x19e466000 - 0x19e4d1fff CoreSpotlight arm64 <eb1b9b360a0d37e39e3538ff2c779663> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight | |
0x19e89d000 - 0x19ea1dfff AssistantServices arm64 <a2cb42c2525d339f8772366a6766bdbb> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices | |
0x19ea1e000 - 0x19eadffff CoreUI arm64 <06b307c805fb365c9a17bf28e03315ad> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI | |
0x19eae0000 - 0x19eb2dfff SafariSafeBrowsing arm64 <2f7c2bb62eb53887897d840f25e56412> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing | |
0x19eb2e000 - 0x19f255fff WebKit arm64 <d2b002fc25433913b5c93b01c4fa936a> /System/Library/Frameworks/WebKit.framework/WebKit | |
0x19f256000 - 0x1a15b5fff WebCore arm64 <24a23357aaff3969b8ac1c1b9e59b652> /System/Library/PrivateFrameworks/WebCore.framework/WebCore | |
0x1a15b6000 - 0x1a1612fff libMobileGestalt.dylib arm64 <dc5e8552363c3a369d3f34167d2ee890> /usr/lib/libMobileGestalt.dylib | |
0x1a1613000 - 0x1a162efff CommonUtilities arm64 <0b5a598e0add354085b5beb2bcfa6dc1> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities | |
0x1a162f000 - 0x1a1794fff IDSFoundation arm64 <34c0a0a0f6c33886bab5c794cfa320f0> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation | |
0x1a1795000 - 0x1a1891fff IMSharedUtilities arm64 <437d42c98ffe3ff081b71f4e3d87cc8c> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities | |
0x1a1892000 - 0x1a1932fff CoreSuggestions arm64 <1536f2bcf499367f910d541000fdb6a8> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions | |
0x1a1933000 - 0x1a19cdfff AddressBookLegacy arm64 <d4ba359136373c76bbca277ff35d79a6> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy | |
0x1a19ce000 - 0x1a19fefff UserNotifications arm64 <609d7b0ee0523347a0f9a80503675b1e> /System/Library/Frameworks/UserNotifications.framework/UserNotifications | |
0x1a19ff000 - 0x1a1a7ffff FrontBoardServices arm64 <4722b22ec68836a38a0fb123cada07ce> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices | |
0x1a1a80000 - 0x1a1aa2fff libsystem_malloc.dylib arm64 <ab9cee1431f83a1d88a6a326ab836926> /usr/lib/system/libsystem_malloc.dylib | |
0x1a1aa3000 - 0x1a1d58fff MapKit arm64 <b80856e61b5f32c4a566a173a4c287f5> /System/Library/Frameworks/MapKit.framework/MapKit | |
0x1a1d59000 - 0x1a2521fff VectorKit arm64 <f7a5ccb87e1f3d969eb9f3ad57f00f5f> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit | |
0x1a2522000 - 0x1a25abfff AuthKit arm64 <67b5623b340e3d86a3382db5cc964e7f> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit | |
0x1a25ac000 - 0x1a263afff AppleAccount arm64 <48612228b5e132e7930d54b0acf6c9af> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount | |
0x1a263b000 - 0x1a2740fff AVFAudio arm64 <7a95cc9202f1319aba84f5849848469a> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio | |
0x1a2741000 - 0x1a2998fff AudioToolboxCore arm64 <9e71dd080cef36eb9d8352fd2c75abc9> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore | |
0x1a29c8000 - 0x1a2c5efff StoreServices arm64 <226381cbfa2836c89191bc7626dbcc81> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices | |
0x1a2c5f000 - 0x1a2dd2fff Sharing arm64 <1aefc8bfff5a36388a6bd2e345802099> /System/Library/PrivateFrameworks/Sharing.framework/Sharing | |
0x1a2dd3000 - 0x1a2e72fff ShareSheet arm64 <a6c9670a5f6b3ea68a0a5c44b37f8af4> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet | |
0x1a2e73000 - 0x1a2f5afff CoreParsec arm64 <b254a3c4b329379cb72ec408ee6aa314> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec | |
0x1a2f5b000 - 0x1a2fa0fff PhotoFoundation arm64 <dd918b7fc49335adaa053febad37db42> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation | |
0x1a2fa1000 - 0x1a31d1fff Photos arm64 <8e09f62192833004a65111865068ddff> /System/Library/Frameworks/Photos.framework/Photos | |
0x1a31d2000 - 0x1a38a2fff PhotoLibraryServices arm64 <4e747551dfe23a6f9fb35df1c222f7f3> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices | |
0x1a38a3000 - 0x1a3958fff AssetsLibraryServices arm64 <f79e0c9d60653c7ca0ae7db02361a970> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices | |
0x1a3959000 - 0x1a39a8fff MobileBackup arm64 <4b01636f4da8353aa4a297f16f20b4ec> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup | |
0x1a39a9000 - 0x1a39bcfff MSUDataAccessor arm64 <80ceb033883d3258b4422801fe348b08> /System/Library/PrivateFrameworks/MSUDataAccessor.framework/MSUDataAccessor | |
0x1a39bd000 - 0x1a39e2fff MobileAsset arm64 <b584963553bb3adca793f115acbf49ff> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset | |
0x1a39e3000 - 0x1a39f2fff libsystem_networkextension.dylib arm64 <a135b009fd9b3b3299978ba024bd4544> /usr/lib/system/libsystem_networkextension.dylib | |
0x1a39f3000 - 0x1a3c2efff NetworkExtension arm64 <92af9527011c3256adebcf3e2925a305> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension | |
0x1a3c59000 - 0x1a401bfff CoreML arm64 <7d66482de4f3308582c21fce441f6b5d> /System/Library/Frameworks/CoreML.framework/CoreML | |
0x1a401c000 - 0x1a4835fff Espresso arm64 <99c3dab82d27363982de3212ad3ab10a> /System/Library/PrivateFrameworks/Espresso.framework/Espresso | |
0x1a4836000 - 0x1a4921fff VideoToolbox arm64 <a151f840cfed3618a0077f3314424eaf> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox | |
0x1a4922000 - 0x1a496afff OnBoardingKit arm64 <a37c8a0dd6fc3fb1a716cb3703ee7697> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit | |
0x1a496b000 - 0x1a4a5cfff AccessibilityUtilities arm64 <03b89982899432cc82a6fccd9df11a9f> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities | |
0x1a4a5d000 - 0x1a4a6cfff AXCoreUtilities arm64 <639753bc281334d89a36eeaff0d77176> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities | |
0x1a5895000 - 0x1a5a04fff Montreal arm64 <e0b801b4b6083e71b7824ef7074942e9> /System/Library/PrivateFrameworks/Montreal.framework/Montreal | |
0x1a5a05000 - 0x1a5b11fff LanguageModeling arm64 <27a195926ea23cc2af8559c7eb55d4a5> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling | |
0x1a5b12000 - 0x1a5b1afff InternationalSupport arm64 <368cef823686339bab0f913210fdfaad> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport | |
0x1a5b1b000 - 0x1a5d52fff iTunesCloud arm64 <a232badfc206390ab00b45af4f21ab1d> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud | |
0x1a5d53000 - 0x1a5d8ffff libswiftUIKit.dylib arm64 <b4c3563833b43bb5922e2dfd456502c5> /usr/lib/swift/libswiftUIKit.dylib | |
0x1a5e9d000 - 0x1a5f3ffff CalendarDatabase arm64 <33aaefba2d3736b9b7b87298fb7c3438> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase | |
0x1a5f40000 - 0x1a5f88fff Notes arm64 <c59aca811d2b30578dd1c555ddfe7a6b> /System/Library/PrivateFrameworks/Notes.framework/Notes | |
0x1a5f89000 - 0x1a605ffff LinkPresentation arm64 <dd50f5b7528b3a1abc6eb2a71287f754> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation | |
0x1a6060000 - 0x1a6151fff Combine arm64 <594a0d33b2e23a6a95d5390c3b1f3112> /System/Library/Frameworks/Combine.framework/Combine | |
0x1a61d8000 - 0x1a61e8fff UniformTypeIdentifiers arm64 <d350a3b2316c31dd80e97c844188d78a> /System/Library/Frameworks/UniformTypeIdentifiers.framework/UniformTypeIdentifiers | |
0x1a61e9000 - 0x1a6265fff CloudDocs arm64 <c434ebfedf7f3b7993012aec47808baf> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs | |
0x1a6266000 - 0x1a6454fff Message arm64 <136e493c73b73ae2891ce9a817bc9db7> /System/Library/PrivateFrameworks/Message.framework/Message | |
0x1a6455000 - 0x1a64ccfff EmailFoundation arm64 <f00ef13f9c6831ca9fb01b668997aa6d> /System/Library/PrivateFrameworks/EmailFoundation.framework/EmailFoundation | |
0x1a6732000 - 0x1a676cfff MediaServices arm64 <8b4cc7f15b183fce95b33fdc9e32d64e> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices | |
0x1a676d000 - 0x1a68d1fff SearchFoundation arm64 <f18cc8d283133a5e93a731f54204aa78> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation | |
0x1a68d2000 - 0x1a692afff WebBookmarks arm64 <05f1a760622c38c8ad624512374f0da1> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks | |
0x1a69a6000 - 0x1a69defff libobjc.A.dylib arm64 <19e9f9a3f38334eaa5f2a59774933351> /usr/lib/libobjc.A.dylib | |
0x1a69df000 - 0x1a6a3efff LoggingSupport arm64 <4c06c79633853395850ce8fa3fa81141> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport | |
0x1a6a3f000 - 0x1a6a98fff libc++.1.dylib arm64 <da67cb48478c3703b904cdb242a7f957> /usr/lib/libc++.1.dylib | |
0x1a6a99000 - 0x1a6ab1fff libc++abi.dylib arm64 <9bdc8fb7f27b37588232411f2a070984> /usr/lib/libc++abi.dylib | |
0x1a6ab2000 - 0x1a6af0fff SetupAssistant arm64 <5c93f286b0153da6bb97e6f8308fca2e> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant | |
0x1a6af1000 - 0x1a6b09fff OctagonTrust arm64 <4d4d03731a63304d97f97b325599ec28> /System/Library/PrivateFrameworks/OctagonTrust.framework/OctagonTrust | |
0x1a6c10000 - 0x1a6c50fff CoreAutoLayout arm64 <3bc7cf7c2e7538829037e607c116b9ca> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/CoreAutoLayout | |
0x1a6c51000 - 0x1a6da6fff Network arm64 <67039f9e1e69383ea880069034391a06> /System/Library/Frameworks/Network.framework/Network | |
0x1a6da7000 - 0x1a6ddbfff MobileKeyBag arm64 <d29b9fde1baf36ad8961c36fbb2a70fc> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag | |
0x1a6ff9000 - 0x1a700cfff BaseBoardUI arm64 <b7c6c0c4a95b38b59002e210484848c3> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI | |
0x1a700d000 - 0x1a70a7fff libvDSP.dylib arm64 <c55aaf2d958a33a0ad9bf4cfdd8e48c6> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib | |
0x1a70a8000 - 0x1a70dafff libAudioToolboxUtility.dylib arm64 <d1e86c5a1bf03fd0b39c6330a5ffe5b1> /usr/lib/libAudioToolboxUtility.dylib | |
0x1a7278000 - 0x1a7300fff CoreNLP arm64 <a23c25ae670134fd896abe988a1bb98c> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP | |
0x1a7301000 - 0x1a740cfff FileProvider arm64 <02b95742eef73bc688fdb11dcf0c910c> /System/Library/Frameworks/FileProvider.framework/FileProvider | |
0x1a740d000 - 0x1a741cfff BiomeStorage arm64 <a977dd6b47153c018911efc1098bec1e> /System/Library/PrivateFrameworks/BiomeStorage.framework/BiomeStorage | |
0x1a741d000 - 0x1a7433fff libswiftDispatch.dylib arm64 <3b7ae0fe9c23347888a15fe9053de99d> /usr/lib/swift/libswiftDispatch.dylib | |
0x1a7434000 - 0x1a7469fff DataDetectorsCore arm64 <05b1738eeabf30a7944d237e25330e00> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore | |
0x1a746a000 - 0x1a74f4fff Symbolication arm64 <1b798f7ce66b33589838af2e889e6ebd> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication | |
0x1a74f5000 - 0x1a7512fff CrashReporterSupport arm64 <02a6ad802ab137e9a23a4936922c071e> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport | |
0x1a754f000 - 0x1a7617fff TelephonyUtilities arm64 <327043ac85d2336ebf8d980016902002> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities | |
0x1a764e000 - 0x1a7835fff MPSNeuralNetwork arm64 <a0568a6501de34ef81c8cdc81f96044d> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork | |
0x1a7836000 - 0x1a7889fff MPSCore arm64 <ed6393fdf55a3ef4919adc36a3caa181> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore | |
0x1a79d9000 - 0x1a7a41fff CalendarFoundation arm64 <ebff33ebf2403637a306026589f3a811> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation | |
0x1a7aa0000 - 0x1a7b8dfff NLP arm64 <86f130b92bca37bd863f6b2982b33df0> /System/Library/PrivateFrameworks/NLP.framework/NLP | |
0x1a7b8e000 - 0x1a7bb5fff AppSupportUI arm64 <6d086ace75ad3b899554cfb0aaaf6b73> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI | |
0x1a7bbe000 - 0x1a7c10fff FTServices arm64 <0c6145a59ef930d788498d760e2478cf> /System/Library/PrivateFrameworks/FTServices.framework/FTServices | |
0x1a7c11000 - 0x1a7cbdfff libboringssl.dylib arm64 <13f92f4a74393c7b844803e524055329> /usr/lib/libboringssl.dylib | |
0x1a7cbe000 - 0x1a7cd4fff ProtocolBuffer arm64 <d054565aab6a384c8a34ab50862e369f> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer | |
0x1a7cd5000 - 0x1a7dd4fff AVKit arm64 <3a31ec8e1c443ddcac3e318f59c1308e> /System/Library/Frameworks/AVKit.framework/AVKit | |
0x1a7dd5000 - 0x1a7dddfff BackgroundTasks arm64 <525f0339121a36d6832404a21bd47e0b> /System/Library/Frameworks/BackgroundTasks.framework/BackgroundTasks | |
0x1a7f38000 - 0x1a7f46fff AssertionServices arm64 <441bcb1580e9332bbdaa932daf272733> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices | |
0x1a7f47000 - 0x1a7f6efff CloudServices arm64 <561da489bf933eeeb30c584e03ebb812> /System/Library/PrivateFrameworks/CloudServices.framework/CloudServices | |
0x1a7fc1000 - 0x1a809afff Metal arm64 <127b5a5e58ed3ba18771ea667305519d> /System/Library/Frameworks/Metal.framework/Metal | |
0x1a809b000 - 0x1a81c9fff MediaExperience arm64 <69dbd1b3ebfb34509d7513f20e3c6bfc> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience | |
0x1a8577000 - 0x1a858dfff libsystem_trace.dylib arm64 <27106d0783f33262a2186c09cb43bbd6> /usr/lib/system/libsystem_trace.dylib | |
0x1a858e000 - 0x1a85befff CoreServicesInternal arm64 <a1f716fc85c235bfa842533b5056a21f> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal | |
0x1a85bf000 - 0x1a8620fff SafariCore arm64 <6be7efe04e97323381a96ba2b15c4649> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore | |
0x1a8621000 - 0x1a883dfff SafariShared arm64 <5994fac516373872b3eefaeee9ba34bd> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared | |
0x1a883e000 - 0x1a88cefff AppStoreDaemon arm64 <fc2f0e3d40643731928e379abcb7319f> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon | |
0x1a8c89000 - 0x1a8ccdfff ContactsAutocompleteUI arm64 <99572dbb15ff3fca9bed282ec70fd44f> /System/Library/PrivateFrameworks/ContactsAutocompleteUI.framework/ContactsAutocompleteUI | |
0x1a8cce000 - 0x1a8e00fff MessageUI arm64 <52893b6ce16039e19e00fb330d72f62d> /System/Library/Frameworks/MessageUI.framework/MessageUI | |
0x1a911c000 - 0x1a91b6fff SAObjects arm64 <ee8741bf031732ae8addd3404fe35402> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects | |
0x1a91b7000 - 0x1a91f9fff VoiceServices arm64 <5d58836cdc8d363b8451d3d57faf38e4> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices | |
0x1a91fa000 - 0x1a9202fff GraphicsServices arm64 <7762c1613c1b3e56ba759cb873604898> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices | |
0x1a9203000 - 0x1a9256fff DeviceManagement arm64 <82cfbcc2d68f347eb27f92806539fc49> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement | |
0x1a9257000 - 0x1a93b8fff Translation arm64 <d98382b967a633a686a0d4f8ed2fa520> /System/Library/PrivateFrameworks/Translation.framework/Translation | |
0x1a93b9000 - 0x1a93cdfff PowerLog arm64 <fa316322274a3edfb0f24695fdfa39cb> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog | |
0x1a93ce000 - 0x1a93f5fff DuetActivityScheduler arm64 <2f304715b5ab33098f1fe60f5f253ee5> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler | |
0x1aa8f9000 - 0x1aab8afff Vision arm64 <b40357a23a29373bb352961291271131> /System/Library/Frameworks/Vision.framework/Vision | |
0x1aab8b000 - 0x1aabe4fff DataAccess arm64 <d9598dff4796385494a686a977115b70> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess | |
0x1aabe5000 - 0x1aac4ffff ProactiveSupport arm64 <f2c830d151bb34e7ab8fd4250743c2e0> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport | |
0x1aac7b000 - 0x1aac98fff ApplePushService arm64 <a5fa6bb2d5d83e4db58c01e18fcac7e3> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService | |
0x1aac99000 - 0x1aacbffff BoardServices arm64 <c7a26f1fed133352b792e02a7d6189a0> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices | |
0x1aae0f000 - 0x1aae3efff libncurses.5.4.dylib arm64 <534d915a39213f77a6f822a8892be94a> /usr/lib/libncurses.5.4.dylib | |
0x1aae3f000 - 0x1aae8afff OSAnalytics arm64 <4fe5520295d93e4287b2f3d284b8340c> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics | |
0x1aae8b000 - 0x1aaf0dfff CoreBluetooth arm64 <d226d59480e43a11b19da9fd0a82ada3> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth | |
0x1ab0da000 - 0x1ab11cfff TemplateKit arm64 <ec1f58d49fdc3135923d05f14ccb28f2> /System/Library/PrivateFrameworks/TemplateKit.framework/TemplateKit | |
0x1ab11d000 - 0x1ab14ffff MobileInstallation arm64 <7e4f8f06ecfc3eab890efcb394dabdaa> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation | |
0x1ab150000 - 0x1ab1defff libTelephonyUtilDynamic.dylib arm64 <30eaf24df2793f489b51d83e50ad6177> /usr/lib/libTelephonyUtilDynamic.dylib | |
0x1ab1df000 - 0x1ab246fff NanoRegistry arm64 <e2e8bbe9a58d318da122d4f07d8c61d1> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry | |
0x1ab318000 - 0x1ab334fff CoreMaterial arm64 <8b58bde11d7d3a12aa801bfd971db617> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial | |
0x1ab3a4000 - 0x1ab526fff libsqlite3.dylib arm64 <2c36458eaa8b3745a820f81bc42a8205> /usr/lib/libsqlite3.dylib | |
0x1ab527000 - 0x1ab5e2fff AVFCapture arm64 <95eb034ce265335290c436a74b46432a> /System/Library/PrivateFrameworks/AVFCapture.framework/AVFCapture | |
0x1ab5e3000 - 0x1ab8fffff CMCapture arm64 <e1b94c798737384d902adac539005a57> /System/Library/PrivateFrameworks/CMCapture.framework/CMCapture | |
0x1aba4a000 - 0x1abc9afff MobileSpotlightIndex arm64 <ff1cb805ca553f338dbddeabf5eea249> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex | |
0x1abc9b000 - 0x1abd3cfff Email arm64 <74111cf055e93301be0d79b39032dde7> /System/Library/PrivateFrameworks/Email.framework/Email | |
0x1ac09b000 - 0x1ac0a5fff libsystem_notify.dylib arm64 <53d35bc61c833bb8bdd07cb45194afdc> /usr/lib/system/libsystem_notify.dylib | |
0x1ac0a6000 - 0x1ac0e8fff CryptoTokenKit arm64 <9959770c4df038c9b104fe83150c7a8a> /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit | |
0x1ac150000 - 0x1ac1c1fff libcorecrypto.dylib arm64 <0132fdd2a91538919c322733a68c136f> /usr/lib/system/libcorecrypto.dylib | |
0x1ac1c2000 - 0x1ac1e4fff UserManagement arm64 <446f0ed5432e39f7ba07fc13098c05cd> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement | |
0x1ac2b5000 - 0x1ac2cbfff libsystem_asl.dylib arm64 <2d732c1c91d739da8981bb8ea0265b47> /usr/lib/system/libsystem_asl.dylib | |
0x1ac2cc000 - 0x1ac2eefff AppSSO arm64 <4b6f1d80a33632d29a687d1e74899d13> /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO | |
0x1ac2ef000 - 0x1ac30bfff SharedWebCredentials arm64 <9de5e81a0235315a910b073c10496cce> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials | |
0x1ac30c000 - 0x1ac4defff SafariServices arm64 <c6b7db8f62ce3c569bc392ffda489368> /System/Library/Frameworks/SafariServices.framework/SafariServices | |
0x1ac534000 - 0x1ac56afff DataAccessExpress arm64 <4ccafb8eae983b01ab3c6a2250807c06> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress | |
0x1ac56b000 - 0x1ac5a1fff CoreServicesStore arm64 <030438846e5b39faae37c22fa736bdb8> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore | |
0x1ac5a2000 - 0x1ac5c6fff CoreAnalytics arm64 <43ed2b52d6bf34ff85a81fa594917963> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics | |
0x1ac5c7000 - 0x1ac5d2fff SymptomAnalytics arm64 <b1e84a0dcf1b30559a0f256409424768> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/SymptomAnalytics | |
0x1ac7ae000 - 0x1ac7bdfff NanoPreferencesSync arm64 <f80f79b345713bd28f159efe73cefd53> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync | |
0x1acf69000 - 0x1acf93fff IconServices arm64 <3f645203f06b3c5494b55cbc282a8018> /System/Library/PrivateFrameworks/IconServices.framework/IconServices | |
0x1ad95b000 - 0x1adbf6fff vImage arm64 <4d2753e5ccc03c1ebeb4d89472ebf7cd> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage | |
0x1ae750000 - 0x1ae921fff IMCore arm64 <90bb42ba12e63f4cb7af84925deba533> /System/Library/PrivateFrameworks/IMCore.framework/IMCore | |
0x1aea11000 - 0x1aea28fff IAP arm64 <32ccdc96ce9b32f4b3c2929de687899b> /System/Library/PrivateFrameworks/IAP.framework/IAP | |
0x1aea29000 - 0x1aea7efff ktrace arm64 <097420ebaa7e36ae9dbf36f796be63e9> /System/Library/PrivateFrameworks/ktrace.framework/ktrace | |
0x1aea7f000 - 0x1aea81fff libAXSafeCategoryBundle.dylib arm64 <847b293552bd332ba1cbf6b62fbd8fe5> /usr/lib/libAXSafeCategoryBundle.dylib | |
0x1aed66000 - 0x1aed73fff Celestial arm64 <4943ee031d6f3f7ca307f6c5fc714f16> /System/Library/PrivateFrameworks/Celestial.framework/Celestial | |
0x1aee17000 - 0x1aee5afff Pegasus arm64 <c5e7519cd58c3455afcfb6b94c0194af> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus | |
0x1aee5b000 - 0x1aefb9fff WebKitLegacy arm64 <02f26121740a3a808167d6e3e1041857> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy | |
0x1af025000 - 0x1af094fff ClassKit arm64 <fd158d64632d31d1b81196f88c443a0e> /System/Library/Frameworks/ClassKit.framework/ClassKit | |
0x1af095000 - 0x1af0d6fff StoreKit arm64 <7b942ae79dd53539a3ccbe63d6c412b4> /System/Library/Frameworks/StoreKit.framework/StoreKit | |
0x1afcd0000 - 0x1afcdafff IOMobileFramebuffer arm64 <dcdc7f06833c3f8e9e1d245cf8b94f02> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer | |
0x1afcdb000 - 0x1afd4cfff ScreenTimeCore arm64 <fc360858775b3847a41661b598272451> /System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore | |
0x1afdf3000 - 0x1aff67fff CloudPhotoLibrary arm64 <212b417af05b3373b0d1332506f81181> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary | |
0x1aff68000 - 0x1b022bfff MusicLibrary arm64 <69c7de31875239d6bc4b0489ae44ffd1> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary | |
0x1b022c000 - 0x1b0290fff CallKit arm64 <437f05ae96573c92aba3c50325d4d334> /System/Library/Frameworks/CallKit.framework/CallKit | |
0x1b02c8000 - 0x1b032dfff AXRuntime arm64 <dda7486bbacc316fb74d924706c7ca69> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime | |
0x1b032e000 - 0x1b034cfff PrototypeTools arm64 <d3f78765bb3137baacf8009e96d8b371> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools | |
0x1b034d000 - 0x1b0378fff PersistentConnection arm64 <16765b75546c37c381d5e435d025a787> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection | |
0x1b0447000 - 0x1b0465fff BiomeStreams arm64 <6616da253d933cfe9ea43d84b29d1b33> /System/Library/PrivateFrameworks/BiomeStreams.framework/BiomeStreams | |
0x1b0480000 - 0x1b0721fff PencilKit arm64 <85200dc2069c3a63905d2e017e6df390> /System/Library/Frameworks/PencilKit.framework/PencilKit | |
0x1b07d7000 - 0x1b0944fff CoreSpeech arm64 <6f90b804c2c433f19a11784d7c4befa0> /System/Library/PrivateFrameworks/CoreSpeech.framework/CoreSpeech | |
0x1b0945000 - 0x1b0a91fff IMDPersistence arm64 <9397ac0068ea3e119c103bda21d106e8> /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence | |
0x1b0cbc000 - 0x1b0d6cfff SafariSharedUI arm64 <73380cf7c7433dbb8ad65a01c35bf38e> /System/Library/PrivateFrameworks/SafariSharedUI.framework/SafariSharedUI | |
0x1b0d6d000 - 0x1b0d88fff TextToSpeech arm64 <aceb558af1583bbbafb838ad2f989e2b> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech | |
0x1b0d89000 - 0x1b0d9efff AppSSOCore arm64 <f8d2d4db4a71381c97518a92a2d21b65> /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore | |
0x1b0da9000 - 0x1b0dbffff CoreFollowUp arm64 <0bd8154ad157397ebce9c7a77815c21b> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp | |
0x1b0dc0000 - 0x1b0e32fff Rapport arm64 <ad4b3a0b533f3dd18ce3c95647c11147> /System/Library/PrivateFrameworks/Rapport.framework/Rapport | |
0x1b0ed0000 - 0x1b0ee1fff Categories arm64 <516867c7736331e1b280994f631b443b> /System/Library/PrivateFrameworks/Categories.framework/Categories | |
0x1b117d000 - 0x1b11a3fff LocationSupport arm64 <8a9be86de4a13e62bffb1705c59938b3> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport | |
0x1b11a4000 - 0x1b11d6fff iCalendar arm64 <0aee8247fe7a34daad7902c510ad9a6c> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar | |
0x1b1202000 - 0x1b1304fff ConfigurationEngineModel arm64 <81686722304b3479b525a76b49c27a06> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel | |
0x1b1305000 - 0x1b132efff CacheDelete arm64 <78237707ea453c1e82e84825f349de82> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete | |
0x1b132f000 - 0x1b13a8fff CVNLP arm64 <9e4fcf078fb93f3ca6e23f37b0c5bdf5> /System/Library/PrivateFrameworks/CVNLP.framework/CVNLP | |
0x1b14e1000 - 0x1b14e3fff OSAServicesClient arm64 <4976b7be0b953226a56f02869e05429b> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient | |
0x1b14e4000 - 0x1b14e6fff BiomeFoundation arm64 <d1f577c3e48b31e3af24795eb59b9b6c> /System/Library/PrivateFrameworks/BiomeFoundation.framework/BiomeFoundation | |
0x1b14e7000 - 0x1b153efff ProtectedCloudStorage arm64 <383e1d3f1f3331d9a9cf892509f52ca1> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage | |
0x1b153f000 - 0x1b1575fff C2 arm64 <198f3ea947503cc39f9d220e5ebdc001> /System/Library/PrivateFrameworks/C2.framework/C2 | |
0x1b1576000 - 0x1b15c8fff DifferentialPrivacy arm64 <64c195d18a443e6a8675e492b757a65c> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy | |
0x1b178f000 - 0x1b1f49fff EmbeddedAcousticRecognition arm64 <170675581f7430978650d55646ed6f27> /System/Library/PrivateFrameworks/EmbeddedAcousticRecognition.framework/EmbeddedAcousticRecognition | |
0x1b1f4a000 - 0x1b1fbefff SiriInstrumentation arm64 <6a75112efa313407b7aabdccbbff962f> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation | |
0x1b1fbf000 - 0x1b2000fff BiometricKit arm64 <6dfcf19d45003fdbbd8407b54b6e1f7b> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit | |
0x1b2033000 - 0x1b20e2fff CoreSymbolication arm64 <757c9f0b17273bba990c590adc517fa5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication | |
0x1b2151000 - 0x1b21fbfff SpeakerRecognition arm64 <98c71a64ed66338a9817bb6841ea5b8f> /System/Library/PrivateFrameworks/SpeakerRecognition.framework/SpeakerRecognition | |
0x1b27d7000 - 0x1b27d8fff MessageSupport arm64 <bcfd5a40fca03afe8d89f7fe32d7615d> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport | |
0x1b27d9000 - 0x1b27eafff IOSurface arm64 <8f94086085d737abb5aaac2b1866d86c> /System/Library/Frameworks/IOSurface.framework/IOSurface | |
0x1b27eb000 - 0x1b284afff MobileWiFi arm64 <1a97840fcb963453be177d661925cefb> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi | |
0x1b2b9a000 - 0x1b2bb5fff DoNotDisturb arm64 <61646d8b0bf4310cb6a4fa2992c5c52e> /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb | |
0x1b2c1b000 - 0x1b2cc1fff MMCS arm64 <16ec2b038dc939f48cb197c2b2bcc6d3> /System/Library/PrivateFrameworks/MMCS.framework/MMCS | |
0x1b2d24000 - 0x1b2d5dfff libGLImage.dylib arm64 <cf2eef14d66d36aa949e5befda03088b> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib | |
0x1b2d5e000 - 0x1b2d65fff libsystem_symptoms.dylib arm64 <b85143fe2be737688af32e1d37a86a1d> /usr/lib/system/libsystem_symptoms.dylib | |
0x1b2da8000 - 0x1b3354fff CoreAudio arm64 <67773bc042d8391eaa3fdadf97f39bab> /System/Library/Frameworks/CoreAudio.framework/CoreAudio | |
0x1b3355000 - 0x1b336afff ContactsDonation arm64 <b7e1d933de073d239e2222a86cac9f7f> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation | |
0x1b336b000 - 0x1b3388fff IntentsCore arm64 <9cbdcce1a777332884f739bc42eabb54> /System/Library/PrivateFrameworks/IntentsCore.framework/IntentsCore | |
0x1b3426000 - 0x1b345cfff ImageCaptureCore arm64 <1a0585d91f983e01a8bc876b7ceb1ec3> /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore | |
0x1b35ab000 - 0x1b36e8fff Navigation arm64 <6f465c4af8133c238ea816421b082667> /System/Library/PrivateFrameworks/Navigation.framework/Navigation | |
0x1b36e9000 - 0x1b3704fff SafariFoundation arm64 <927a05b3c2c636ea86fbe98ecf590be1> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation | |
0x1b3878000 - 0x1b388bfff MaterialKit arm64 <e87a6b90bfa03c6fbb7c4618184d651b> /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit | |
0x1b398d000 - 0x1b399dfff CoreAUC arm64 <523a64721fb3342b94b28c35ee4fd67e> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC | |
0x1b4197000 - 0x1b41a7fff SettingsFoundation arm64 <c1226215f8ba3db881e481878c2f4f87> /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation | |
0x1b48c3000 - 0x1b4afdfff RawCamera arm64 <06eee6e15094362aa27c3a5fd7669c17> /System/Library/CoreServices/RawCamera.bundle/RawCamera | |
0x1b4b65000 - 0x1b4bbffff ToneLibrary arm64 <a6b1eda9bf093ea69c7f46925b41ff7f> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary | |
0x1b53b2000 - 0x1b53bffff MediaSafetyNet arm64 <a9e7a7d80dad359f9ccff776c2a33a90> /System/Library/PrivateFrameworks/MediaSafetyNet.framework/MediaSafetyNet | |
0x1b53c0000 - 0x1b53fbfff TimeSync arm64 <7fd32790f5ce3bcea216a85abae43e94> /System/Library/PrivateFrameworks/TimeSync.framework/TimeSync | |
0x1b548b000 - 0x1b54c6fff ExposureNotification arm64 <6b3dea6c17253363aa8d7e96efb05acb> /System/Library/Frameworks/ExposureNotification.framework/ExposureNotification | |
0x1b5b16000 - 0x1b5b1ffff CoreTime arm64 <ed632bf6778b3ff2a7e5df4b28073eeb> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime | |
0x1b6472000 - 0x1b656efff TextRecognition arm64 <3f64a0db36e53d4692d521e8a55bcdf9> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition | |
0x1b667f000 - 0x1b6688fff ContextKitExtraction arm64 <21524cab8edf34a1b467a8c8081a30b4> /System/Library/PrivateFrameworks/ContextKitExtraction.framework/ContextKitExtraction | |
0x1b675a000 - 0x1b675cfff libswiftObjectiveC.dylib arm64 <e9e09b0b9f92392f9fad1c9f6c989e85> /usr/lib/swift/libswiftObjectiveC.dylib | |
0x1b675d000 - 0x1b6999fff libmorphun.dylib arm64 <42896de222683a989657134990dc55bd> /usr/lib/libmorphun.dylib | |
0x1b6f8a000 - 0x1b6ff2fff EmailCore arm64 <a168fc31d402300f994b639e261444ab> /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore | |
0x1b78b1000 - 0x1b78fbfff MIME arm64 <d46b0eb80b953bfdbada50b9f473cbbf> /System/Library/PrivateFrameworks/MIME.framework/MIME | |
0x1b7bc2000 - 0x1b7bd7fff MailServices arm64 <258559bfc4323c8a8e430bb9848565f0> /System/Library/PrivateFrameworks/MailServices.framework/MailServices | |
0x1b7c53000 - 0x1b7cd4fff CoreDAV arm64 <e1e784b0dd223349be80f1b93f2b07d4> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV | |
0x1b7e9f000 - 0x1b7eadfff MobileIcons arm64 <babb5e4371b53c38a6cb824c212e6fe6> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons | |
0x1b8278000 - 0x1b8348fff ProofReader arm64 <30f6ea879d11339582dbce6af9c232ed> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader | |
0x1b943f000 - 0x1b9495fff AccessibilitySharedSupport arm64 <1e49c7f2cc793fd9b207fe47245c4d2b> /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/AccessibilitySharedSupport | |
0x1b9496000 - 0x1b94a0fff MallocStackLogging arm64 <858acb277af3359a8fd07152b168f83a> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging | |
0x1b9503000 - 0x1b96c0fff EmailDaemon arm64 <c92f40ddb5ec341399d16f4186b90585> /System/Library/PrivateFrameworks/EmailDaemon.framework/EmailDaemon | |
0x1b96c1000 - 0x1b970bfff MetadataUtilities arm64 <cce4c0a2e62e3d399a9fbb5e0dea7d30> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities | |
0x1b9c18000 - 0x1b9c45fff MailSupport arm64 <733b54820ea83948b2c632517a9e8b33> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport | |
0x1b9d8d000 - 0x1b9de5fff CoreLocationProtobuf arm64 <f12482f70d263955b66e45df0c68da11> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf | |
0x1b9fe9000 - 0x1ba01afff Bom arm64 <7cb897977fe03d0e84104df94cfc60a5> /System/Library/PrivateFrameworks/Bom.framework/Bom | |
0x1ba04a000 - 0x1ba050fff PushKit arm64 <ffa088e21dab396d84943bb7aa81819a> /System/Library/Frameworks/PushKit.framework/PushKit | |
0x1ba051000 - 0x1ba0b5fff PhotosFormats arm64 <88e0363dce0a344c9310c67180a4480f> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats | |
0x1ba201000 - 0x1ba292fff Quagga arm64 <16715f6e7b1d385fa856ca8df5600c8d> /System/Library/PrivateFrameworks/Quagga.framework/Quagga | |
0x1ba293000 - 0x1ba29afff StudyLog arm64 <93b1a618f6083a1aa2ab05298e2db029> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog | |
0x1bb1c2000 - 0x1bb201fff NaturalLanguage arm64 <de4b268a090034b693e05d481a97cdcb> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage | |
0x1bbc4c000 - 0x1bbc69fff MediaStream arm64 <19492adf8696318db7a39e2c69c8c826> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream | |
0x1bc357000 - 0x1bc365fff libAXSpeechManager.dylib arm64 <0b4a0da0e4ae309884f82fa1f5888f47> /usr/lib/libAXSpeechManager.dylib | |
0x1bc825000 - 0x1bc84cfff MediaConversionService arm64 <7f66e10eb510321d8cdc202862d54307> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService | |
0x1bc99b000 - 0x1bcad7fff CoreHandwriting arm64 <bbf2b7a929dd3001bdac84e820ddd672> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting | |
0x1bd1f4000 - 0x1bd1fffff AppleIDAuthSupport arm64 <ed66c34b77d7399eac6e24e6ae1acb3b> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport | |
0x1bd20e000 - 0x1bd224fff LocalAuthentication arm64 <2c84adac652935d1934557abc150e9be> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication | |
0x1bd29c000 - 0x1bd2a2fff IOAccelerator arm64 <eab9ed1834473d798cae3b74751ab9b6> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator | |
0x1bd668000 - 0x1bd671fff CloudPhotoServices arm64 <359bb0c1f3363e079dc47e0b52200a69> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices | |
0x1bd6b2000 - 0x1bd746fff iTunesStore arm64 <0252c87d03b339438063d43355cce3b3> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore | |
0x1bdad9000 - 0x1bdb08fff libsystem_kernel.dylib arm64 <82dbf088d58735cf959815f79c12eaa4> /usr/lib/system/libsystem_kernel.dylib | |
0x1bdd26000 - 0x1bde2dfff ResponseKit arm64 <c2964f19570c3b16ae474c2221d03aa6> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit | |
0x1bde2e000 - 0x1bde66fff EmojiFoundation arm64 <73de32427e5f3764b03c1433e6e376a9> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation | |
0x1be442000 - 0x1be44efff FontServices arm64 <dba6ff60c1d3311da5d116ae5092e555> /System/Library/PrivateFrameworks/FontServices.framework/FontServices | |
0x1be5e0000 - 0x1be5ebfff MediaAccessibility arm64 <b2d8b4ea7bde35c6a97130bb23dc1305> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility | |
0x1be62c000 - 0x1bebf7fff SiriTTS arm64 <caaebb80de0739e9bb9658848388e5ae> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS | |
0x1bebf8000 - 0x1bec06fff SetupAssistantSupport arm64 <1e22cc340d043c43b63bff994d7367b2> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport | |
0x1bed01000 - 0x1bed30fff VirtualGarage arm64 <e76b4a83ecc73dec8fdf49f9833add81> /System/Library/PrivateFrameworks/VirtualGarage.framework/VirtualGarage | |
0x1bed31000 - 0x1bed55fff NetAppsUtilities arm64 <966a9c89cfa039c98b5acc200ede32bc> /System/Library/PrivateFrameworks/NetAppsUtilities.framework/NetAppsUtilities | |
0x1bed56000 - 0x1bedb8fff Osprey arm64 <cb1d66887280310b9c07bd10240326c7> /System/Library/PrivateFrameworks/Osprey.framework/Osprey | |
0x1c01e5000 - 0x1c01f1fff libdscsym.dylib arm64 <4eb292dfd43834d4a7b219841e8326c5> /usr/lib/libdscsym.dylib | |
0x1c01f2000 - 0x1c0203fff HangTracer arm64 <28aed98179ea3d32a8dc4e8a397ff700> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer | |
0x1c03b0000 - 0x1c0468fff SampleAnalysis arm64 <74a526e5693b39f9a867d04debeac387> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis | |
0x1c0469000 - 0x1c0497fff PlugInKit arm64 <a1dae7ad9f003dbc8baec9d505b5e2fe> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit | |
0x1c052e000 - 0x1c052ffff libSystem.B.dylib arm64 <ebdb6d14cbdc3ce0ab68c0ee237a16e0> /usr/lib/libSystem.B.dylib | |
0x1c0812000 - 0x1c081afff MobileActivation arm64 <d748b4cf6b8535f9b06f5fc6bfa5cf1d> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation | |
0x1c081b000 - 0x1c0872fff CalendarDaemon arm64 <31871f62e60a3208b5b119cac39e1c39> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon | |
0x1c0967000 - 0x1c09d5fff libarchive.2.dylib arm64 <584a70fd7da63008b71604ef99254229> /usr/lib/libarchive.2.dylib | |
0x1c09d6000 - 0x1c09f9fff libtailspin.dylib arm64 <fa2e827ad7b334e58a715cf79f831b7f> /usr/lib/libtailspin.dylib | |
0x1c09fa000 - 0x1c0e20fff libBNNS.dylib arm64 <a42c621f162e32d5a9672b9ad124d346> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib | |
0x1c0e21000 - 0x1c0e60fff SharedUtils arm64 <87ca7742c6013aa3b4120db837f4125f> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils | |
0x1c10fa000 - 0x1c10fffff libsysdiagnose.dylib arm64 <e2294cfba70f32eeae90b41c738922a7> /usr/lib/libsysdiagnose.dylib | |
0x1c1132000 - 0x1c1233fff CoreMediaStream arm64 <1a8124d7be223cd896e27e4fb56bbbc0> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream | |
0x1c1380000 - 0x1c139bfff libJapaneseConverter.dylib arm64 <dca60689a93333b192369a059e879dcb> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib | |
0x1c142f000 - 0x1c142ffff AVFoundation arm64 <47a18200c0333bc9864cdb00a2e46c29> /System/Library/Frameworks/AVFoundation.framework/AVFoundation | |
0x1c1430000 - 0x1c1430fff Accelerate arm64 <61d6e706b1863b32a2a8e01ac1d46443> /System/Library/Frameworks/Accelerate.framework/Accelerate | |
0x1c1431000 - 0x1c14e0fff libBLAS.dylib arm64 <b404152c5ebe3ab5bba9c852ee97ea31> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib | |
0x1c14e1000 - 0x1c17f3fff libLAPACK.dylib arm64 <8625162ce6dc3c7e8c654a7d6bf57cbe> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib | |
0x1c17f4000 - 0x1c1808fff libLinearAlgebra.dylib arm64 <1cab0d8379243f9296d553ac0d70cbd6> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib | |
0x1c1809000 - 0x1c180dfff libQuadrature.dylib arm64 <c4b76ae2a5783857b19b17e7a82e7309> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib | |
0x1c180e000 - 0x1c186ffff libSparse.dylib arm64 <9fff1eaa7a4f3e619368364d0721f352> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib | |
0x1c1870000 - 0x1c1881fff libSparseBLAS.dylib arm64 <7dd5047a29e9366197256c1e0020011a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib | |
0x1c1882000 - 0x1c18dbfff libvMisc.dylib arm64 <220714da804534e2b661bd16662bbc7f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib | |
0x1c18dc000 - 0x1c18dcfff vecLib arm64 <adeee68d3e453776add246aad6dae801> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib | |
0x1c1a37000 - 0x1c1a52fff AuthenticationServices arm64 <cb8bec376ff33352b0c5eff65c206ba9> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices | |
0x1c1b3a000 - 0x1c1ba3fff CoreMIDI arm64 <86a32e4455e639a2889b50011b2b6ea2> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI | |
0x1c20a5000 - 0x1c20bbfff ExternalAccessory arm64 <56e3ba45907c3b8082c41c681db4f4a4> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory | |
0x1c20cf000 - 0x1c20f7fff GLKit arm64 <5808ba5d4cc13cf181d9ca27d7d4b3ef> /System/Library/Frameworks/GLKit.framework/GLKit | |
0x1c20f8000 - 0x1c2125fff GSS arm64 <94a6af7a883b38de8d6c3540f2b4c83f> /System/Library/Frameworks/GSS.framework/GSS | |
0x1c2280000 - 0x1c23c7fff MLCompute arm64 <2a1c84ab8b0e3dd69efe5508531b1d62> /System/Library/Frameworks/MLCompute.framework/MLCompute | |
0x1c23ec000 - 0x1c2404fff MetalKit arm64 <3fd3676cdf1e36e8bf16d560cdd14035> /System/Library/Frameworks/MetalKit.framework/MetalKit | |
0x1c2405000 - 0x1c248afff MPSImage arm64 <a744a1dc0803351d962c706046fe56a6> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage | |
0x1c248b000 - 0x1c24b1fff MPSMatrix arm64 <55d5253d52b432c89fc1d451f9d55f6e> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix | |
0x1c24b2000 - 0x1c24eafff MPSNDArray arm64 <5cb7c6034ece3efc9d0fe60311e96562> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray | |
0x1c24eb000 - 0x1c2533fff MPSRayIntersector arm64 <a2457e1d186c35df8e6b720f51604300> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector | |
0x1c2534000 - 0x1c2534fff MetalPerformanceShaders arm64 <cea4592557393600bbf50a1ea2e23dd0> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders | |
0x1c28b0000 - 0x1c28b0fff MobileCoreServices arm64 <7275644f2e2f394e9fe4bc9279f5f778> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices | |
0x1c3496000 - 0x1c349efff OpenGLES arm64 <3f31fb62ab1733009a9bfe21c1507898> /System/Library/Frameworks/OpenGLES.framework/OpenGLES | |
0x1c349f000 - 0x1c34a0fff libCVMSPluginSupport.dylib arm64 <f357556cd2df3ac39603664f87aa04c8> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib | |
0x1c34a1000 - 0x1c34a7fff libCoreFSCache.dylib arm64 <c198a37a10713397910d44bbbe89f354> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib | |
0x1c34a8000 - 0x1c34adfff libCoreVMClient.dylib arm64 <ef1d65f5b0f03a04b64c80209bce055f> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib | |
0x1c34ae000 - 0x1c34b6fff libGFXShared.dylib arm64 <ac3853445de336668360e5b93f2dc30d> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib | |
0x1c3663000 - 0x1c3723fff PDFKit arm64 <b9466cfc60c6314b831289b9361055ec> /System/Library/Frameworks/PDFKit.framework/PDFKit | |
0x1c3732000 - 0x1c376dfff QuickLookThumbnailing arm64 <ca8940d211d6360d883a0db1d4d05f81> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing | |
0x1c3de8000 - 0x1c3f2efff SoundAnalysis arm64 <602c37cf55673c82a682c3069d8c5e49> /System/Library/Frameworks/SoundAnalysis.framework/SoundAnalysis | |
0x1c3f2f000 - 0x1c3f3efff Speech arm64 <bc25b53f5dde30599a41bc3a1c3086d6> /System/Library/Frameworks/Speech.framework/Speech | |
0x1c4060000 - 0x1c4060fff UIKit arm64 <0684bbaa65d33a28aa9770f30beb518c> /System/Library/Frameworks/UIKit.framework/UIKit | |
0x1c4069000 - 0x1c412cfff VideoSubscriberAccount arm64 <85d2244029213e3e9ed6abca339ba22e> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount | |
0x1c412d000 - 0x1c4d03fff libfaceCore.dylib arm64 <92ca66d6bc2a3f47841cefc88e39970a> /System/Library/Frameworks/Vision.framework/libfaceCore.dylib | |
0x1c4d1e000 - 0x1c4d1efff VisionKit arm64 <bb5315801ccd31d48b9d368afbe2882e> /System/Library/Frameworks/VisionKit.framework/VisionKit | |
0x1c5233000 - 0x1c5236fff AFKUser arm64 <69c1d09c8a403dfabb1a2d3e06c22000> /System/Library/PrivateFrameworks/AFKUser.framework/AFKUser | |
0x1c52f6000 - 0x1c5571fff ANECompiler arm64 <41638650c8f83d6292e0e3bf25cd8a9a> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler | |
0x1c5572000 - 0x1c5585fff ANEServices arm64 <66b4799b31a73955af1cf67acaf714e3> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices | |
0x1c558a000 - 0x1c5641fff APFS arm64 <823ea73b7581318ca59d5efb59d0e199> /System/Library/PrivateFrameworks/APFS.framework/APFS | |
0x1c5642000 - 0x1c5647fff ASEProcessing arm64 <43e5bc61f8ad3e9a8cea6787497bd35e> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing | |
0x1c5e20000 - 0x1c5e25fff AggregateDictionary arm64 <59d523348b21398b880ac82a7af28390> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary | |
0x1c5fa4000 - 0x1c607dfff AirPlaySync arm64 <bfd72e08cc2e3390a3299141ec62e4e4> /System/Library/PrivateFrameworks/AirPlaySync.framework/AirPlaySync | |
0x1c6184000 - 0x1c619ffff AlgosScoreFramework arm64 <3a3863c728423925af48609ec0ee1654> /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/AlgosScoreFramework | |
0x1c62c4000 - 0x1c62e5fff AppConduit arm64 <c11b391a62263245b9c8cea122e9dd49> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit | |
0x1c63b5000 - 0x1c63bffff AppStoreOverlays arm64 <14f9102955e83f829bf3aeccdbeea637> /System/Library/PrivateFrameworks/AppStoreOverlays.framework/AppStoreOverlays | |
0x1c744c000 - 0x1c745bfff AppleFSCompression arm64 <ff58c35416ed37628f2315b40db8e5c6> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression | |
0x1c7468000 - 0x1c7475fff AppleIDSSOAuthentication arm64 <f95cd2626f9c320183b79e8a96a8b74f> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication | |
0x1c7476000 - 0x1c74b9fff AppleJPEG arm64 <ca73b2334751376d8d20e48fc7bf9366> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG | |
0x1c7534000 - 0x1c7548fff AppleNeuralEngine arm64 <33956eaa28523b89989b56ef570bd5cb> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine | |
0x1c7552000 - 0x1c7575fff AppleSauce arm64 <98773b29d1ca32859bb2e33e372e7ad4> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce | |
0x1c75a4000 - 0x1c75c1fff AssetCacheServices arm64 <09fca87c8e573488afca2933c3ce83d2> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices | |
0x1c7720000 - 0x1c777bfff AuthKitUI arm64 <2d8b369a66b13cd3bac3ab2940f2da70> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI | |
0x1c780a000 - 0x1c7822fff BiomePubSub arm64 <1e923137ddf739c9911f97c4d6f5e50b> /System/Library/PrivateFrameworks/BiomePubSub.framework/BiomePubSub | |
0x1c7ac0000 - 0x1c7acefff BluetoothManager arm64 <90c10ed5788738f29ab95d30a5c296c8> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager | |
0x1c7d54000 - 0x1c7d5efff CMCaptureCore arm64 <46a5a06a59cb33448f65493275cacd3b> /System/Library/PrivateFrameworks/CMCaptureCore.framework/CMCaptureCore | |
0x1c7d5f000 - 0x1c7d75fff CPAnalytics arm64 <30408100613c3b2c8d9dfa6c108abf74> /System/Library/PrivateFrameworks/CPAnalytics.framework/CPAnalytics | |
0x1c7d78000 - 0x1c7d87fff CPMS arm64 <e39e55f4bd8b3eb8a2c67baa319925b5> /System/Library/PrivateFrameworks/CPMS.framework/CPMS | |
0x1c7d88000 - 0x1c7d97fff CTCarrierSpace arm64 <0398db29b63f3fd7b23a67a8f0c7ab07> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace | |
0x1c809a000 - 0x1c80a5fff CaptiveNetwork arm64 <5d00f4e42152382fb63fbd925f29fd05> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork | |
0x1c81c1000 - 0x1c81fbfff Catalyst arm64 <10f788d2edbd3c71a060989320948615> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst | |
0x1c8220000 - 0x1c8241fff CellularPlanManager arm64 <33a79b49d65f3614b3cbc328807e2626> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager | |
0x1c825a000 - 0x1c8262fff CertUI arm64 <8e8238ad50313f549562a5a751565776> /System/Library/PrivateFrameworks/CertUI.framework/CertUI | |
0x1c826b000 - 0x1c82b9fff ChunkingLibrary arm64 <c720b94d770535e990d278956ad4c6d3> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary | |
0x1c8697000 - 0x1c869efff CommonAuth arm64 <005934a481e63a9dbcbfd6c43aab0fbe> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth | |
0x1c869f000 - 0x1c86a3fff CommunicationsFilter arm64 <c3f7f2dbb27739768d3513cd21e0882f> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter | |
0x1c8773000 - 0x1c8776fff ConstantClasses arm64 <0acd87d41849364085c69009cf692c90> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses | |
0x1c8780000 - 0x1c87bcfff ContactsAutocomplete arm64 <9e30014a284c3d849a0499054efca7af> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete | |
0x1c87c2000 - 0x1c8832fff ContactsUICore arm64 <c6a2a2e593423f3b92ce7626687de64b> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore | |
0x1c89ac000 - 0x1c8a9dfff CoreBrightness arm64 <f0ead13cec4232fc864fceb96b90362b> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness | |
0x1c8b07000 - 0x1c8b16fff CoreDuetDaemonProtocol arm64 <14a65e5a1411356d8ad7e24969046a33> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol | |
0x1c8b19000 - 0x1c8b1bfff CoreDuetDebugLogging arm64 <6e6f179aad41307282f668e877577ada> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging | |
0x1c8b2a000 - 0x1c8b3cfff CoreEmoji arm64 <20394a668c1a320b80df41055cee6182> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji | |
0x1c9066000 - 0x1c906afff CoreOptimization arm64 <df515a8d246e342891f774e3bf18cfa6> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization | |
0x1c906b000 - 0x1c9124fff CorePDF arm64 <61a4575378d23bd186a8cc421e380a85> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF | |
0x1c9125000 - 0x1c912dfff CorePhoneNumbers arm64 <64a166806f5031a997756c064232fe11> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers | |
0x1c912e000 - 0x1c9182fff CorePrediction arm64 <8f16184fb32432259b700ea8212322cf> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction | |
0x1c9a82000 - 0x1c9a8cfff CoreRecents arm64 <cae303f5db9332b9855a723ec5bb1425> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents | |
0x1c9a8d000 - 0x1c9af3fff CoreRecognition arm64 <8f8cceef99943c5ea633556e701c72fb> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition | |
0x1c9af4000 - 0x1c9b0cfff CoreSDB arm64 <e5aa802021963bec817cdaa2019f18bf> /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB | |
0x1c9b0d000 - 0x1c9b35fff CoreSVG arm64 <3217d7e9ae72350c87ebb30b3b364cc6> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG | |
0x1c9cdf000 - 0x1c9ce3fff DAAPKit arm64 <000646563fa239d78a713726219ff5fa> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit | |
0x1c9d01000 - 0x1c9d0efff DCIMServices arm64 <63a2d9f55857305d8db1d5ec86c247ff> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices | |
0x1c9d25000 - 0x1c9d61fff DataDetectorsNaturalLanguage arm64 <20dd0e19fab8334baf5a45c147003723> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage | |
0x1c9dc4000 - 0x1c9dd3fff DeviceIdentity arm64 <3982948d7e8d31b3b4cbcc808159a972> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity | |
0x1c9efb000 - 0x1c9f30fff DistributedEvaluation arm64 <a7526b4438473dba9cea82959de74137> /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation | |
0x1c9f7d000 - 0x1ca048fff DocumentCamera arm64 <298879733d063d00b693a696958f85dc> /System/Library/PrivateFrameworks/DocumentCamera.framework/DocumentCamera | |
0x1ca049000 - 0x1ca083fff DocumentManager arm64 <7c3051c977cd374db31b43b733d94e4e> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager | |
0x1ca084000 - 0x1ca0a2fff DocumentManagerCore arm64 <602d77fd1c8d3df6ab53f027fdb0695e> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore | |
0x1ca126000 - 0x1ca128fff DragUI arm64 <19371251fd3433e2b7299e371b5d8db5> /System/Library/PrivateFrameworks/DragUI.framework/DragUI | |
0x1ca157000 - 0x1ca187fff EAP8021X arm64 <723dfd9ab82837e6a343f505d7e6144c> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X | |
0x1ca19e000 - 0x1ca1a8fff EmailAddressing arm64 <f3d3bf02d8a8343682df04362d1acd42> /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing | |
0x1ca1b6000 - 0x1ca1cafff Engram arm64 <166b4486f1b732fcbd1cf18a3d8f316a> /System/Library/PrivateFrameworks/Engram.framework/Engram | |
0x1ca303000 - 0x1ca30afff ExtensionFoundation arm64 <3057cf1d42953e77929fb8679c6e9ff9> /System/Library/PrivateFrameworks/ExtensionFoundation.framework/ExtensionFoundation | |
0x1ca484000 - 0x1ca48cfff FSEvents arm64 <2018b3b538ba3346ad0c38c0dd50ae58> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents | |
0x1ca48d000 - 0x1ca4acfff FTAWD arm64 <cb695906b83d399084be8dbd6ae8b389> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD | |
0x1ca4ad000 - 0x1ca4b0fff FTClientServices arm64 <ca550f99b27832faa21556deb2e7a364> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices | |
0x1ca4b1000 - 0x1ca8c3fff FaceCore arm64 <1212449c1d813831a67f01c0bbb73ccd> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore | |
0x1ca8cc000 - 0x1ca8d1fff FeatureFlagsSupport arm64 <e1d9daac7ab23bdfa836ac445704ea89> /System/Library/PrivateFrameworks/FeatureFlagsSupport.framework/FeatureFlagsSupport | |
0x1ca8d2000 - 0x1ca8dafff FeedbackLogger arm64 <ab4f2105d16833c09669ad65b8387d8e> /System/Library/PrivateFrameworks/FeedbackLogger.framework/FeedbackLogger | |
0x1caa63000 - 0x1cab9ffff libFontParser.dylib arm64 <811fcf65dfa1310ba7269cb3184c18c4> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib | |
0x1caba0000 - 0x1caba8fff libGSFont.dylib arm64 <23ada823abf434bda35b475e1b402f79> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib | |
0x1caba9000 - 0x1cabe6fff libGSFontCache.dylib arm64 <2e6bbc94fcb13b36bb6848ea16466410> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib | |
0x1cac4a000 - 0x1cac57fff libhvf.dylib arm64 <c9c2ba49f172327fa09b274b163bebfa> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib | |
0x1cac7d000 - 0x1cac94fff Futhark arm64 <68f212da64673bf5a405e54d98905b5b> /System/Library/PrivateFrameworks/Futhark.framework/Futhark | |
0x1cb7e3000 - 0x1cb7e3fff libmetal_timestamp.dylib arm64 <b8e62447bc203d57b0102e1c218f9227> /System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libmetal_timestamp.dylib | |
0x1cb8be000 - 0x1cb8dcfff GenerationalStorage arm64 <e5421432be29351b9a27bc7462df8a3d> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage | |
0x1cb8dd000 - 0x1cb8eafff GraphVisualizer arm64 <8d7ecf3365e43e499586765506ebd73f> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer | |
0x1cb915000 - 0x1cb920fff HID arm64 <4121b87277253bc2bd754a4cba7daa72> /System/Library/PrivateFrameworks/HID.framework/HID | |
0x1cbb5d000 - 0x1cbbcdfff Heimdal arm64 <42cd52f7f54736bea11d5bb4ae1312f7> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal | |
0x1cbdcf000 - 0x1cbe46fff HomeSharing arm64 <7c96ce5e48183277b1d2afead6445f65> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing | |
0x1cbea0000 - 0x1cbea5fff IDSKVStore arm64 <73479e1d6a2531a28b10570c0cf76bef> /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore | |
0x1cc19d000 - 0x1cc1bbfff IOGPU arm64 <4ed9592a22713176b7577ba8637c4a72> /System/Library/PrivateFrameworks/IOGPU.framework/IOGPU | |
0x1cc1bd000 - 0x1cc1c6fff IOKitten arm64 <ebcf65636f953fd092e8a0fc807e5136> /System/Library/PrivateFrameworks/IOKitten.framework/IOKitten | |
0x1cc1c7000 - 0x1cc1c9fff IOSurfaceAccelerator arm64 <d2c560b91ce9359f8aa43eb55cd6b530> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator | |
0x1cc1ed000 - 0x1cc1f4fff IdleTimerServices arm64 <545551ecfa1a38faa6836766fc80200d> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices | |
0x1cc1fc000 - 0x1cc201fff IncomingCallFilter arm64 <ee7c6774a5933ce5ad256b55b68dc7a0> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter | |
0x1cc2c0000 - 0x1cc2ccfff IntentsFoundation arm64 <801454c3444c3d04840ce557e6aec172> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation | |
0x1cc2e6000 - 0x1cc2e9fff InternationalTextSearch arm64 <2cd95d117f0631eaa158de4107181f2c> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch | |
0x1cc2ea000 - 0x1cc305fff IntlPreferences arm64 <655065db99d53d638ef5bf18b4dfc07f> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences | |
0x1cc564000 - 0x1cc56afff LinguisticData arm64 <1d113deee31d3c7aa4136f8a7721d172> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData | |
0x1cc5b8000 - 0x1cc5f0fff LocalAuthenticationPrivateUI arm64 <7305e6b963e3398eab22cd178df9f378> /System/Library/PrivateFrameworks/LocalAuthenticationPrivateUI.framework/LocalAuthenticationPrivateUI | |
0x1cc7a7000 - 0x1cc7a7fff Marco arm64 <7b19828708ec396ab560a8d93384f83c> /System/Library/PrivateFrameworks/Marco.framework/Marco | |
0x1cca09000 - 0x1ccd20fff MediaLibraryCore arm64 <70dbe537580231e385add0f635542d3b> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore | |
0x1ccd21000 - 0x1ccdb0fff MediaPlatform arm64 <d720207864df306ba6783f3e3555e8c1> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform | |
0x1cd194000 - 0x1cd25cfff MetalTools arm64 <b5ad1500f65a3872bed8180b6c3fee2d> /System/Library/PrivateFrameworks/MetalTools.framework/MetalTools | |
0x1cd27e000 - 0x1cd2c9fff MetricsKit arm64 <e55dbb4c401a33fb93bdd568adaede04> /System/Library/PrivateFrameworks/MetricsKit.framework/MetricsKit | |
0x1cd2dd000 - 0x1cd2f1fff MobileBluetooth arm64 <bc20ab35182736f89facdc754ee9cebf> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth | |
0x1cd371000 - 0x1cd377fff MobileSystemServices arm64 <34a5144899f431068ab1eb0c593a56a8> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices | |
0x1cd707000 - 0x1cd70dfff Netrb arm64 <25e84c85ec463a549d770a75fed95719> /System/Library/PrivateFrameworks/Netrb.framework/Netrb | |
0x1cd7c9000 - 0x1cd7e2fff NetworkStatistics arm64 <9e20389a661f39b7b2c22c2d718d8253> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics | |
0x1cd8b8000 - 0x1cd8f8fff OTSVG arm64 <29902cc4eb1732728b22d4340051a2e6> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG | |
0x1cdef9000 - 0x1cdefbfff ParsecSubscriptionServiceSupport arm64 <e16df16207663b8ebf2883673b9b377e> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport | |
0x1cdf00000 - 0x1cdf28fff Pasteboard arm64 <8326ef1a9c53387683bf62097e6c3ef6> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard | |
0x1cdf57000 - 0x1cdf62fff PersonaKit arm64 <ddb14d125c9032888ab748a0e23add78> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit | |
0x1cdf63000 - 0x1cdf6ffff PersonaUI arm64 <00025b65125e373e8e5d77b44e44f5d6> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI | |
0x1cdf91000 - 0x1cdf91fff PhoneNumbers arm64 <b48d6337a78e323f8f3985d828f1ae8a> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers | |
0x1ce13d000 - 0x1ce179fff PhotosImagingFoundation arm64 <09e384900c7a3f57bdcd12b8187f36b8> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation | |
0x1ce17a000 - 0x1ce1c5fff PhysicsKit arm64 <8700df181762319689b0666d96317e0b> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit | |
0x1ce279000 - 0x1ce284fff PointerUIServices arm64 <7af31d2a3bfe3889984fd2123249d11f> /System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices | |
0x1cf6ef000 - 0x1cf6f9fff RTCReporting arm64 <b03b6aaa9a88351a8d9d74498a139963> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting | |
0x1cfa24000 - 0x1cfa35fff RemoteTextInput arm64 <1f0b5969dcc33ee1b3ef5d18f71bafce> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput | |
0x1cfa36000 - 0x1cfa9bfff RemoteUI arm64 <6554860eb6873b688ae2de66b7e841bc> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI | |
0x1cfad1000 - 0x1cfad5fff RevealCore arm64 <1dbbab8b8aab3e60b3a65e008771f25d> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore | |
0x1cfaeb000 - 0x1cfe64fff SDAPI arm64 <2ca1b92d06443e528dfbe57c2b6de578> /System/Library/PrivateFrameworks/SDAPI.framework/SDAPI | |
0x1d0397000 - 0x1d03a0fff SignpostCollection arm64 <32cfeee632f130839759f0825bea533f> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection | |
0x1d03a1000 - 0x1d03a1fff SignpostMetrics arm64 <5cfb0c69eb7e31c0a20c0dbb5da662c1> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics | |
0x1d03a3000 - 0x1d03e1fff SignpostSupport arm64 <297b123ed97a3d3e911caa9e50c9f51b> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport | |
0x1d0c24000 - 0x1d0c24fff SoftLinking arm64 <97fdfaaec8e5375bbcc4f54ccb9d35ed> /System/Library/PrivateFrameworks/SoftLinking.framework/SoftLinking | |
0x1d1130000 - 0x1d116dfff StreamingZip arm64 <728b1d8e97b23e95a25895b8c4ddd8e4> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip | |
0x1d1175000 - 0x1d117ffff SymptomDiagnosticReporter arm64 <b0f71b4cf8323f8f94c0ac3a51fb7a8f> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter | |
0x1d11b0000 - 0x1d11cbfff SymptomPresentationFeed arm64 <32326bc9953c3691b86968625b0eb2f5> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/SymptomPresentationFeed | |
0x1d1206000 - 0x1d1216fff TCC arm64 <7d96fad4a42e3cfc9fa0d0819adc51c4> /System/Library/PrivateFrameworks/TCC.framework/TCC | |
0x1d1ad9000 - 0x1d1b8bfff TextureIO arm64 <8d6baa10d66b347f966b89ecb1ad7882> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO | |
0x1d1da5000 - 0x1d1dacfff URLFormatting arm64 <a9906aa18ea53cf7a839182c8442d836> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting | |
0x1d2385000 - 0x1d23aefff UsageTracking arm64 <5ae190ff14fd3af081a843cd35bc72cb> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking | |
0x1d2e42000 - 0x1d2f04fff VoiceTrigger arm64 <75a310f8cf6c3d9f9ef3213e818310d8> /System/Library/PrivateFrameworks/VoiceTrigger.framework/VoiceTrigger | |
0x1d2fc6000 - 0x1d2fc7fff WatchdogClient arm64 <fd203ca56dc93fc0a6a4c565efccaee7> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient | |
0x1d3287000 - 0x1d39affff libwebrtc.dylib arm64 <95ef997e2cda36829d1e60e5af1001f2> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib | |
0x1d3a28000 - 0x1d3a3dfff WebUI arm64 <08d89ecbf82d32bdaf5436faf72c56ce> /System/Library/PrivateFrameworks/WebUI.framework/WebUI | |
0x1d3f3f000 - 0x1d3f42fff XCTTargetBootstrap arm64 <4db35f739c0e351dbab043c5d3f4c6ba> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap | |
0x1d3f9e000 - 0x1d3fbdfff caulk arm64 <3862d3b38b0339c096e2e1ecbc1eff2e> /System/Library/PrivateFrameworks/caulk.framework/caulk | |
0x1d63f4000 - 0x1d63f9fff kperf arm64 <b50ef8fda61f3350b15fd654c4338625> /System/Library/PrivateFrameworks/kperf.framework/kperf | |
0x1d63fa000 - 0x1d6402fff kperfdata arm64 <86e99d81f33a34439b09a139668b516d> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata | |
0x1d6403000 - 0x1d6418fff libEDR arm64 <a09e7c62d2903d39b63575e7d9275262> /System/Library/PrivateFrameworks/libEDR.framework/libEDR | |
0x1d6434000 - 0x1d6444fff perfdata arm64 <d4bad467622e32c2b1b67c655a3dd666> /System/Library/PrivateFrameworks/perfdata.framework/perfdata | |
0x1d6445000 - 0x1d6473fff vCard arm64 <fb429e5a3c2032a28558d7ec1d1deb10> /System/Library/PrivateFrameworks/vCard.framework/vCard | |
0x1d6d6e000 - 0x1d6da7fff libAWDSupport.dylib arm64 <0900d15497f13a82be19a2f57c4a6373> /usr/lib/libAWDSupport.dylib | |
0x1d6da8000 - 0x1d7158fff libAWDSupportFramework.dylib arm64 <fbd4315c19843f1582f8ae8edfd4f9cc> /usr/lib/libAWDSupportFramework.dylib | |
0x1d72d2000 - 0x1d72e1fff libAudioStatistics.dylib arm64 <941dacf1afb63a5f8e674a0b35d6d12b> /usr/lib/libAudioStatistics.dylib | |
0x1d747b000 - 0x1d74adfff libCRFSuite.dylib arm64 <38dd74de263e32c4aa9f98a5c1dbdf33> /usr/lib/libCRFSuite.dylib | |
0x1d74ae000 - 0x1d74affff libCTGreenTeaLogger.dylib arm64 <71c2384339923959a065ad15d9ea065a> /usr/lib/libCTGreenTeaLogger.dylib | |
0x1d74b0000 - 0x1d74bafff libChineseTokenizer.dylib arm64 <0d66a477057a345e969675522f8b9d92> /usr/lib/libChineseTokenizer.dylib | |
0x1d7754000 - 0x1d775bfff libIOReport.dylib arm64 <47776e894e7c3d3cb063ed9653f68742> /usr/lib/libIOReport.dylib | |
0x1d77d1000 - 0x1d77d8fff libMatch.1.dylib arm64 <a4308b309cfe31e986adcd0e6f64f986> /usr/lib/libMatch.1.dylib | |
0x1d78ec000 - 0x1d78f1fff libThaiTokenizer.dylib arm64 <29c767a8fdb73c91b4fe13382b993043> /usr/lib/libThaiTokenizer.dylib | |
0x1d7a24000 - 0x1d7a26fff libapp_launch_measurement.dylib arm64 <d1735d998c2d3be78b696b6d39142141> /usr/lib/libapp_launch_measurement.dylib | |
0x1d7a27000 - 0x1d7a3dfff libapple_nghttp2.dylib arm64 <15aed6e3e0873b0599ed6efe290b728a> /usr/lib/libapple_nghttp2.dylib | |
0x1d7a3e000 - 0x1d7acffff libate.dylib arm64 <0c19f1907abc3e0ea07189310a496ee2> /usr/lib/libate.dylib | |
0x1d7b5e000 - 0x1d7b6efff libbsm.0.dylib arm64 <143fbc15b02d338fb6a1b39767b0d8d6> /usr/lib/libbsm.0.dylib | |
0x1d7b6f000 - 0x1d7b7bfff libbz2.1.0.dylib arm64 <080f312258a2361d9557680fa41fb3ea> /usr/lib/libbz2.1.0.dylib | |
0x1d7b7c000 - 0x1d7b7cfff libcharset.1.dylib arm64 <d2bfd5647e693ce2acbd75d812dcc6e1> /usr/lib/libcharset.1.dylib | |
0x1d7b7d000 - 0x1d7b8efff libcmph.dylib arm64 <957916b8197333c095f7b195badcf739> /usr/lib/libcmph.dylib | |
0x1d7b8f000 - 0x1d7ba6fff libcompression.dylib arm64 <aed5585423dc3ee98604ba680abd1af2> /usr/lib/libcompression.dylib | |
0x1d7ba7000 - 0x1d7bbcfff libcoretls.dylib arm64 <10f0a6718f0f3a79bb127189648ca0fd> /usr/lib/libcoretls.dylib | |
0x1d7bbd000 - 0x1d7bbefff libcoretls_cfhelpers.dylib arm64 <35c08391a163309589115dd323a82c36> /usr/lib/libcoretls_cfhelpers.dylib | |
0x1d7be2000 - 0x1d7be8fff libcupolicy.dylib arm64 <ef0f2a7ba6e936af8936e0db17e323ac> /usr/lib/libcupolicy.dylib | |
0x1d7be9000 - 0x1d7bf0fff libdns_services.dylib arm64 <354111811df03f3dbc9422a2f0029e42> /usr/lib/libdns_services.dylib | |
0x1d7bf1000 - 0x1d7c0dfff libedit.3.dylib arm64 <816a737710183b56b430f6f012547f19> /usr/lib/libedit.3.dylib | |
0x1d7c0e000 - 0x1d7c0efff libenergytrace.dylib arm64 <49849d3b12be3842a0dea70c436742c5> /usr/lib/libenergytrace.dylib | |
0x1d7c0f000 - 0x1d7c26fff libexpat.1.dylib arm64 <9380047a0ed13d20aa54a8ba1c7238d7> /usr/lib/libexpat.1.dylib | |
0x1d7c53000 - 0x1d7c57fff libgermantok.dylib arm64 <e73d3ce2fa013e018127019335d46924> /usr/lib/libgermantok.dylib | |
0x1d7c58000 - 0x1d7c5dfff libheimdal-asn1.dylib arm64 <a250977984703286b4315bd0e88feb85> /usr/lib/libheimdal-asn1.dylib | |
0x1d7c5e000 - 0x1d7d4ffff libiconv.2.dylib arm64 <d4a9a55a604038338f69b29eddf4984a> /usr/lib/libiconv.2.dylib | |
0x1d7d73000 - 0x1d7d74fff liblangid.dylib arm64 <4bb82b46fc223c43b783c6a6bd162e1b> /usr/lib/liblangid.dylib | |
0x1d7d75000 - 0x1d7d80fff liblockdown.dylib arm64 <7c5295079d7e3d42bc17efc5e7f43fbc> /usr/lib/liblockdown.dylib | |
0x1d7d81000 - 0x1d7d99fff liblzma.5.dylib arm64 <3c34ab768cdb312aba64cb27ef9ec744> /usr/lib/liblzma.5.dylib | |
0x1d7dc7000 - 0x1d7e1afff libmecab.dylib arm64 <4cc93102498936959dd3af5cd2af2a89> /usr/lib/libmecab.dylib | |
0x1d7e1b000 - 0x1d8043fff libmecabra.dylib arm64 <726149fd8b053eb99a419645d17ba944> /usr/lib/libmecabra.dylib | |
0x1d8044000 - 0x1d8056fff libmis.dylib arm64 <38cd9bee64a536f397b90688a3398702> /usr/lib/libmis.dylib | |
0x1d8057000 - 0x1d806cfff libnetworkextension.dylib arm64 <74a1f61b74a932ee9b7dc0755cc4ba39> /usr/lib/libnetworkextension.dylib | |
0x1d8406000 - 0x1d8439fff libpcap.A.dylib arm64 <7480e8ed4b0a36aea58f3f22f7e371dc> /usr/lib/libpcap.A.dylib | |
0x1d843a000 - 0x1d8447fff libperfcheck.dylib arm64 <616d38d57d6e3911ab6af0d9d561d9e4> /usr/lib/libperfcheck.dylib | |
0x1d844f000 - 0x1d8460fff libprequelite.dylib arm64 <6be5e72e06f733e18fa03f8477252e2e> /usr/lib/libprequelite.dylib | |
0x1d8461000 - 0x1d8472fff libprotobuf-lite.dylib arm64 <b98ef8a9292334f986913ee4e9b7e5ef> /usr/lib/libprotobuf-lite.dylib | |
0x1d8473000 - 0x1d84d1fff libprotobuf.dylib arm64 <38ef6eb728c636059bc52eaea57905a3> /usr/lib/libprotobuf.dylib | |
0x1d84d2000 - 0x1d852ffff libquic.dylib arm64 <043cf124e530377196b3528ceabcdf70> /usr/lib/libquic.dylib | |
0x1d8530000 - 0x1d8547fff libresolv.9.dylib arm64 <c2903025c58a3c7ca5a2fb41ca23dcc4> /usr/lib/libresolv.9.dylib | |
0x1d8548000 - 0x1d854afff libsandbox.1.dylib arm64 <18a398f15acf3f22a42e79d5a18e8d3a> /usr/lib/libsandbox.1.dylib | |
0x1d8592000 - 0x1d8595fff libutil.dylib arm64 <855d6c2ba0fe3bb987fc1750eaa844bb> /usr/lib/libutil.dylib | |
0x1d8596000 - 0x1d867bfff libxml2.2.dylib arm64 <a1fa300be30537d5b8cd229bf10711f6> /usr/lib/libxml2.2.dylib | |
0x1d8680000 - 0x1d86a8fff libxslt.1.dylib arm64 <65b0eb3790f631438487ddf4da152208> /usr/lib/libxslt.1.dylib | |
0x1d86a9000 - 0x1d86bafff libz.1.dylib arm64 <b5c9f814a8163e21a9b1a7fb9cd49723> /usr/lib/libz.1.dylib | |
0x1d86ef000 - 0x1d86f1fff liblog_network.dylib arm64 <2697efa6417935c2a9b1aeb27a969c56> /usr/lib/log/liblog_network.dylib | |
0x1d8796000 - 0x1d8796fff libswiftCoreFoundation.dylib arm64 <aeedfc18a720335bb6e52de001da4304> /usr/lib/swift/libswiftCoreFoundation.dylib | |
0x1d8797000 - 0x1d8797fff libswiftCoreImage.dylib arm64 <50c208a74ed63984ad35704a09ea580d> /usr/lib/swift/libswiftCoreImage.dylib | |
0x1d87ed000 - 0x1d87f6fff libswiftDarwin.dylib arm64 <2f4513fb62d5359a9227bde0bfccaa31> /usr/lib/swift/libswiftDarwin.dylib | |
0x1d8815000 - 0x1d8819fff libswiftMetal.dylib arm64 <7befc66aa88a307c86842305b2d41194> /usr/lib/swift/libswiftMetal.dylib | |
0x1d8885000 - 0x1d8886fff libswiftQuartzCore.dylib arm64 <bf3f0ed3317d3a27ad8ba3967af761ae> /usr/lib/swift/libswiftQuartzCore.dylib | |
0x1d88e9000 - 0x1d88eefff libcache.dylib arm64 <c03e75419e3838759e85571c9c91265e> /usr/lib/system/libcache.dylib | |
0x1d88ef000 - 0x1d88fbfff libcommonCrypto.dylib arm64 <398a60893251355c8e2a4a756006b994> /usr/lib/system/libcommonCrypto.dylib | |
0x1d88fc000 - 0x1d8900fff libcompiler_rt.dylib arm64 <3b729469f4bc324f887d7760ae88dfdc> /usr/lib/system/libcompiler_rt.dylib | |
0x1d8901000 - 0x1d8909fff libcopyfile.dylib arm64 <c44a9ca1863931de8b239455d58fd5f6> /usr/lib/system/libcopyfile.dylib | |
0x1d89ea000 - 0x1d89eafff liblaunch.dylib arm64 <239b4628269d3a30befc4a1cdde62200> /usr/lib/system/liblaunch.dylib | |
0x1d89eb000 - 0x1d89f0fff libmacho.dylib arm64 <1f4e88a2765131f19fbc3e4e4778513d> /usr/lib/system/libmacho.dylib | |
0x1d89f1000 - 0x1d89f3fff libremovefile.dylib arm64 <20332a9fbf18357daa68f9d3c38de5ef> /usr/lib/system/libremovefile.dylib | |
0x1d89f4000 - 0x1d89f5fff libsystem_blocks.dylib arm64 <c82a363dbe2937079b856b63e9750ac6> /usr/lib/system/libsystem_blocks.dylib | |
0x1d89f6000 - 0x1d89f8fff libsystem_collections.dylib arm64 <529aa57f7ed83d6582239e358795e383> /usr/lib/system/libsystem_collections.dylib | |
0x1d89f9000 - 0x1d89fdfff libsystem_configuration.dylib arm64 <7aeaf1d58b8c3916b207dfe53f70d36f> /usr/lib/system/libsystem_configuration.dylib | |
0x1d89fe000 - 0x1d8a0efff libsystem_containermanager.dylib arm64 <0e46f112fbab39ae80c66e7f2d8a88c7> /usr/lib/system/libsystem_containermanager.dylib | |
0x1d8a0f000 - 0x1d8a10fff libsystem_coreservices.dylib arm64 <0676c79bd19e3733bc767cb4bb5ea03e> /usr/lib/system/libsystem_coreservices.dylib | |
0x1d8a11000 - 0x1d8a1afff libsystem_darwin.dylib arm64 <2ec6f22cd9323dadae5f69e95eead17d> /usr/lib/system/libsystem_darwin.dylib | |
0x1d8a1b000 - 0x1d8a23fff libsystem_dnssd.dylib arm64 <0105e492820c3b28818db2a4faabc858> /usr/lib/system/libsystem_dnssd.dylib | |
0x1d8a24000 - 0x1d8a26fff libsystem_featureflags.dylib arm64 <6740a2aaf41b3c3a8065cf127b500502> /usr/lib/system/libsystem_featureflags.dylib | |
0x1d8a27000 - 0x1d8a54fff libsystem_m.dylib arm64 <5a30e5550a8d3d4f958099a8e166f84b> /usr/lib/system/libsystem_m.dylib | |
0x1d8a55000 - 0x1d8a5ffff libsystem_platform.dylib arm64 <4eb8aaf4abbe393ebeb7709438b60b01> /usr/lib/system/libsystem_platform.dylib | |
0x1d8a60000 - 0x1d8a60fff libsystem_product_info_filter.dylib arm64 <9f86cf4ccb7633dd847ad851dafe9fde> /usr/lib/system/libsystem_product_info_filter.dylib | |
0x1d8a61000 - 0x1d8a71fff libsystem_pthread.dylib arm64 <9a31891727db312e91d681661034fcc6> /usr/lib/system/libsystem_pthread.dylib | |
0x1d8a72000 - 0x1d8a75fff libsystem_sandbox.dylib arm64 <98c632a1deb039d3924f81fed09a1cd7> /usr/lib/system/libsystem_sandbox.dylib | |
0x1d8a76000 - 0x1d8a7ffff libunwind.dylib arm64 <a8f36de8879b32c2a0eeceb65e6d8fe7> /usr/lib/system/libunwind.dylib | |
0x1d8a80000 - 0x1d8ab1fff libxpc.dylib arm64 <2c2fdbd6c4a93dfbb3850ecf6f0f97f8> /usr/lib/system/libxpc.dylib | |
0x1d8b55000 - 0x1d8b6dfff AccessibilitySettingsLoader arm64 <1b74a2a9d71d3324a4836ed41cb5e37c> /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader | |
0x1d9901000 - 0x1d99fffff AGXMetalA10 arm64 <f8facefc847d30edb688675a93e9b3b1> /System/Library/Extensions/AGXMetalA10.bundle/AGXMetalA10 | |
0x1d9e20000 - 0x1d9e32fff SpotlightLinguistics arm64 <7f9b5278e82f3b0282155c9cbe747c65> /System/Library/PrivateFrameworks/SpotlightLinguistics.framework/SpotlightLinguistics | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment