nstudio / nativescript-audio

:microphone: NativeScript plugin to record and play audio :musical_note:
Other
149 stars 104 forks source link

NS7: EXC_CRASH before audio starts playing #180

Open aaayushsingh opened 3 years ago

aaayushsingh commented 3 years ago

I'm not sure where the issue occurs so I have created another issue in the ui-listview repo

However, I see AudioSession in the crash logs in several places so I have more reason to believe this is cause by the audio library. Since after the list view tap, audio is supposed to play. The crash could be related to this library

Pasting crash logs here

Incident Identifier: 45FA9962-3301-4496-96C8-C204D0B584FF
Hardware Model:      iPad8,3
Process:             applicationname [3934]
Path:                /private/var/containers/Bundle/Application/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/applicationname.app/applicationname
Identifier:          com.applicationname
Version:             51 (16.5)
AppStoreTools:       12C29
AppVariant:          1:iPad8,3:14
Beta:                YES
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           com.applicationname

Date/Time:           2021-01-06 18:26:42.9186 +1100
Launch Time:         2021-01-06 18:22:05.5799 +1100
OS Version:          iPhone OS 14.3 (18C66)
Release Type:        User
Baseband Version:    3.02.02
Report Version:      104

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

Thread 0 name:
Thread 0 Crashed:
0   libsystem_kernel.dylib          0x00000001d6cf2414 __pthread_kill + 8
1   libsystem_pthread.dylib         0x00000001f412ab40 pthread_kill + 272 (pthread.c:1388)
2   libsystem_c.dylib               0x00000001b2a27b74 abort + 104 (abort.c:110)
3   libsystem_c.dylib               0x00000001b2a26e78 __assert_rtn + 292 (assert.c:96)
4   NativeScript                    0x0000000103c90854 tns::Assert(bool, v8::Isolate*) (.cold.1) + 40
5   NativeScript                    0x00000001032ea100 tns::Assert(bool, v8::Isolate*) + 88
6   NativeScript                    0x0000000103270180 tns::ArgConverter::Invoke(v8::Local<v8::Context>, objc_class*, v8::Local<v8::Object>, tns::V8Args&, tns::MethodMeta const*, bool) + 100
7   NativeScript                    0x00000001032c5000 tns::MetadataBuilder::InvokeMethod(v8::Local<v8::Context>, tns::MethodMeta const*, v8::Local<v8::Object>, tns::V8Args&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator... + 88
8   NativeScript                    0x00000001032c488c tns::MetadataBuilder::MethodCallback(v8::FunctionCallbackInfo<v8::Value> const&) + 220
9   NativeScript                    0x000000010340385c v8::internal::FunctionCallbackArguments::Call(v8::internal::CallHandlerInfo) + 540
10  NativeScript                    0x0000000103402de4 v8::internal::MaybeHandle<v8::internal::Object> v8::internal::(anonymous namespace)::HandleApiCallHelper<false>(v8::internal::Isolate*, v8::internal::Handle<v8::internal::HeapObject>, v8::internal:... + 472
11  NativeScript                    0x000000010340258c v8::internal::Builtin_Impl_HandleApiCall(v8::internal::BuiltinArguments, v8::internal::Isolate*) + 224
12  NativeScript                    0x0000000103bca8ac Builtins_CEntry_Return1_DontSaveFPRegs_ArgvOnStack_BuiltinExit + 108
13  NativeScript                    0x0000000103b69690 Builtins_InterpreterEntryTrampoline + 240
14  NativeScript                    0x0000000103b69690 Builtins_InterpreterEntryTrampoline + 240
15  NativeScript                    0x0000000103b69690 Builtins_InterpreterEntryTrampoline + 240
16  NativeScript                    0x0000000103b69690 Builtins_InterpreterEntryTrampoline + 240
17  NativeScript                    0x0000000103b69690 Builtins_InterpreterEntryTrampoline + 240
18  NativeScript                    0x0000000103b69690 Builtins_InterpreterEntryTrampoline + 240
19  NativeScript                    0x0000000103b69690 Builtins_InterpreterEntryTrampoline + 240
20  NativeScript                    0x0000000103b670ac Builtins_JSEntryTrampoline + 172
21  NativeScript                    0x0000000103b66d48 Builtins_JSEntry + 168
22  ???                             0x00000001044d0000 0 + 4367122432

Thread 1 name:
Thread 1:
0   libsystem_kernel.dylib          0x00000001d6cce2d0 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x00000001d6ccd660 mach_msg + 76 (mach_msg.c:103)
2   CoreFoundation                  0x00000001a9605c30 __CFRunLoopServiceMachPort + 380 (CFRunLoop.c:2641)
3   CoreFoundation                  0x00000001a95ffc14 __CFRunLoopRun + 1216 (CFRunLoop.c:2974)
4   CoreFoundation                  0x00000001a95ff21c CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
5   CoreFoundation                  0x00000001a96002fc CFRunLoopRun + 64 (CFRunLoop.c:3267)
6   NativeScript                    0x00000001032e7f08 tns::WorkerWrapper::BackgroundLooper(std::__1::function<v8::Isolate* ()>) + 84
7   NativeScript                    0x00000001032e7e30 invocation function for block in tns::WorkerWrapper::Start(std::__1::shared_ptr<v8::Persistent<v8::Value, v8::NonCopyablePersistentTraits<v8::Value> > >, std::__1::function<v8::Isolate* ()>) + 64
8   Foundation                      0x00000001aa9d9850 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 24 (NSOperation.m:1544)
9   Foundation                      0x00000001aa8c6740 -[NSBlockOperation main] + 104 (NSOperation.m:1563)
10  Foundation                      0x00000001aa9dbca4 __NSOPERATION_IS_INVOKING_MAIN__ + 24 (NSOperation.m:2188)
11  Foundation                      0x00000001aa8c63c8 -[NSOperation start] + 808 (NSOperation.m:2205)
12  Foundation                      0x00000001aa9dc74c __NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ + 24 (NSOperation.m:2219)
13  Foundation                      0x00000001aa9dc1d4 __NSOQSchedule_f + 184 (NSOperation.m:2230)
14  libdispatch.dylib               0x00000001a928cfb8 _dispatch_block_async_invoke2 + 148 (queue.c:527)
15  libdispatch.dylib               0x00000001a927edb0 _dispatch_client_callout + 20 (object.m:559)
16  libdispatch.dylib               0x00000001a928212c _dispatch_continuation_pop + 416 (inline_internal.h:2548)
17  libdispatch.dylib               0x00000001a9281854 _dispatch_async_redirect_invoke + 592 (queue.c:805)
18  libdispatch.dylib               0x00000001a928f93c _dispatch_root_queue_drain + 356 (inline_internal.h:2589)
19  libdispatch.dylib               0x00000001a9290120 _dispatch_worker_thread2 + 116 (queue.c:6777)
20  libsystem_pthread.dylib         0x00000001f412b7c8 _pthread_wqthread + 216 (pthread.c:2223)
21  libsystem_pthread.dylib         0x00000001f413275c start_wqthread + 8

Thread 2 name:
Thread 2:
0   libsystem_kernel.dylib          0x00000001d6cf21ac __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x00000001f412d458 _pthread_cond_wait + 1192 (pthread_cond.c:636)
2   NativeScript                    0x0000000103c8c138 v8::platform::DelayedTaskQueue::GetNext() + 184
3   NativeScript                    0x0000000103c8bd84 v8::platform::DefaultWorkerThreadsTaskRunner::WorkerThread::Run() + 44
4   NativeScript                    0x0000000103c83f58 v8::base::ThreadEntry(void*) + 100
5   libsystem_pthread.dylib         0x00000001f4129b40 _pthread_start + 320 (pthread.c:881)
6   libsystem_pthread.dylib         0x00000001f4132768 thread_start + 8

Thread 3 name:
Thread 3:
0   libsystem_kernel.dylib          0x00000001d6cf21ac __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x00000001f412d458 _pthread_cond_wait + 1192 (pthread_cond.c:636)
2   NativeScript                    0x0000000103c8c138 v8::platform::DelayedTaskQueue::GetNext() + 184
3   NativeScript                    0x0000000103c8bd84 v8::platform::DefaultWorkerThreadsTaskRunner::WorkerThread::Run() + 44
4   NativeScript                    0x0000000103c83f58 v8::base::ThreadEntry(void*) + 100
5   libsystem_pthread.dylib         0x00000001f4129b40 _pthread_start + 320 (pthread.c:881)
6   libsystem_pthread.dylib         0x00000001f4132768 thread_start + 8

Thread 4 name:
Thread 4:
0   libsystem_kernel.dylib          0x00000001d6cf21ac __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x00000001f412d458 _pthread_cond_wait + 1192 (pthread_cond.c:636)
2   NativeScript                    0x0000000103c8c138 v8::platform::DelayedTaskQueue::GetNext() + 184
3   NativeScript                    0x0000000103c8bd84 v8::platform::DefaultWorkerThreadsTaskRunner::WorkerThread::Run() + 44
4   NativeScript                    0x0000000103c83f58 v8::base::ThreadEntry(void*) + 100
5   libsystem_pthread.dylib         0x00000001f4129b40 _pthread_start + 320 (pthread.c:881)
6   libsystem_pthread.dylib         0x00000001f4132768 thread_start + 8

Thread 5 name:
Thread 5:
0   libsystem_kernel.dylib          0x00000001d6cf21ac __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x00000001f412d458 _pthread_cond_wait + 1192 (pthread_cond.c:636)
2   NativeScript                    0x0000000103c8c138 v8::platform::DelayedTaskQueue::GetNext() + 184
3   NativeScript                    0x0000000103c8bd84 v8::platform::DefaultWorkerThreadsTaskRunner::WorkerThread::Run() + 44
4   NativeScript                    0x0000000103c83f58 v8::base::ThreadEntry(void*) + 100
5   libsystem_pthread.dylib         0x00000001f4129b40 _pthread_start + 320 (pthread.c:881)
6   libsystem_pthread.dylib         0x00000001f4132768 thread_start + 8

Thread 6 name:
Thread 6:
0   libsystem_kernel.dylib          0x00000001d6cf21ac __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x00000001f412d458 _pthread_cond_wait + 1192 (pthread_cond.c:636)
2   NativeScript                    0x0000000103c8c138 v8::platform::DelayedTaskQueue::GetNext() + 184
3   NativeScript                    0x0000000103c8bd84 v8::platform::DefaultWorkerThreadsTaskRunner::WorkerThread::Run() + 44
4   NativeScript                    0x0000000103c83f58 v8::base::ThreadEntry(void*) + 100
5   libsystem_pthread.dylib         0x00000001f4129b40 _pthread_start + 320 (pthread.c:881)
6   libsystem_pthread.dylib         0x00000001f4132768 thread_start + 8

Thread 7 name:
Thread 7:
0   libsystem_kernel.dylib          0x00000001d6cf21ac __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x00000001f412d458 _pthread_cond_wait + 1192 (pthread_cond.c:636)
2   NativeScript                    0x0000000103c8c138 v8::platform::DelayedTaskQueue::GetNext() + 184
3   NativeScript                    0x0000000103c8bd84 v8::platform::DefaultWorkerThreadsTaskRunner::WorkerThread::Run() + 44
4   NativeScript                    0x0000000103c83f58 v8::base::ThreadEntry(void*) + 100
5   libsystem_pthread.dylib         0x00000001f4129b40 _pthread_start + 320 (pthread.c:881)
6   libsystem_pthread.dylib         0x00000001f4132768 thread_start + 8

Thread 8 name:
Thread 8:
0   libsystem_kernel.dylib          0x00000001d6cf21ac __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x00000001f412d458 _pthread_cond_wait + 1192 (pthread_cond.c:636)
2   NativeScript                    0x0000000103c8c138 v8::platform::DelayedTaskQueue::GetNext() + 184
3   NativeScript                    0x0000000103c8bd84 v8::platform::DefaultWorkerThreadsTaskRunner::WorkerThread::Run() + 44
4   NativeScript                    0x0000000103c83f58 v8::base::ThreadEntry(void*) + 100
5   libsystem_pthread.dylib         0x00000001f4129b40 _pthread_start + 320 (pthread.c:881)
6   libsystem_pthread.dylib         0x00000001f4132768 thread_start + 8

Thread 9 name:
Thread 9:
0   libsystem_kernel.dylib          0x00000001d6cce2d0 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x00000001d6ccd660 mach_msg + 76 (mach_msg.c:103)
2   CoreFoundation                  0x00000001a9605c30 __CFRunLoopServiceMachPort + 380 (CFRunLoop.c:2641)
3   CoreFoundation                  0x00000001a95ffc14 __CFRunLoopRun + 1216 (CFRunLoop.c:2974)
4   CoreFoundation                  0x00000001a95ff21c CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
5   Foundation                      0x00000001aa8aedf0 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232 (NSRunLoop.m:374)
6   Foundation                      0x00000001aa8aecbc -[NSRunLoop(NSRunLoop) runUntilDate:] + 92 (NSRunLoop.m:421)
7   UIKitCore                       0x00000001ac0f1d48 -[UIEventFetcher threadMain] + 516 (UIEventFetcher.m:838)
8   Foundation                      0x00000001aaa20a34 __NSThread__start__ + 864 (NSThread.m:724)
9   libsystem_pthread.dylib         0x00000001f4129b40 _pthread_start + 320 (pthread.c:881)
10  libsystem_pthread.dylib         0x00000001f4132768 thread_start + 8

Thread 10 name:
Thread 10:
0   libsystem_kernel.dylib          0x00000001d6cce2d0 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x00000001d6ccd660 mach_msg + 76 (mach_msg.c:103)
2   CoreFoundation                  0x00000001a9605c30 __CFRunLoopServiceMachPort + 380 (CFRunLoop.c:2641)
3   CoreFoundation                  0x00000001a95ffc14 __CFRunLoopRun + 1216 (CFRunLoop.c:2974)
4   CoreFoundation                  0x00000001a95ff21c CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
5   CFNetwork                       0x00000001a9ed52c0 +[__CFN_CoreSchedulingSetRunnable _run:] + 572 (CoreSchedulingSet.mm:1374)
6   Foundation                      0x00000001aaa20a34 __NSThread__start__ + 864 (NSThread.m:724)
7   libsystem_pthread.dylib         0x00000001f4129b40 _pthread_start + 320 (pthread.c:881)
8   libsystem_pthread.dylib         0x00000001f4132768 thread_start + 8

Thread 11 name:
Thread 11:
0   libsystem_kernel.dylib          0x00000001d6cce2d0 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x00000001d6ccd660 mach_msg + 76 (mach_msg.c:103)
2   CoreFoundation                  0x00000001a9605c30 __CFRunLoopServiceMachPort + 380 (CFRunLoop.c:2641)
3   CoreFoundation                  0x00000001a95ffc14 __CFRunLoopRun + 1216 (CFRunLoop.c:2974)
4   CoreFoundation                  0x00000001a95ff21c CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
5   AudioSession                    0x00000001b10b90c4 GenericRunLoopThread::Entry(void*) + 164 (GenericRunLoopThread.h:91)
6   AudioSession                    0x00000001b10bb25c CAPThread::Entry(CAPThread*) + 92 (CAPThread.cpp:321)
7   libsystem_pthread.dylib         0x00000001f4129b40 _pthread_start + 320 (pthread.c:881)
8   libsystem_pthread.dylib         0x00000001f4132768 thread_start + 8

Thread 12 name:
Thread 12:
0   libsystem_kernel.dylib          0x00000001d6cce2d0 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x00000001d6ccd660 mach_msg + 76 (mach_msg.c:103)
2   CoreFoundation                  0x00000001a9605c30 __CFRunLoopServiceMachPort + 380 (CFRunLoop.c:2641)
3   CoreFoundation                  0x00000001a95ffc14 __CFRunLoopRun + 1216 (CFRunLoop.c:2974)
4   CoreFoundation                  0x00000001a95ff21c CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
5   CoreFoundation                  0x00000001a96002fc CFRunLoopRun + 64 (CFRunLoop.c:3267)
6   NativeScript                    0x00000001032e7f08 tns::WorkerWrapper::BackgroundLooper(std::__1::function<v8::Isolate* ()>) + 84
7   NativeScript                    0x00000001032e7e30 invocation function for block in tns::WorkerWrapper::Start(std::__1::shared_ptr<v8::Persistent<v8::Value, v8::NonCopyablePersistentTraits<v8::Value> > >, std::__1::function<v8::Isolate* ()>) + 64
8   Foundation                      0x00000001aa9d9850 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 24 (NSOperation.m:1544)
9   Foundation                      0x00000001aa8c6740 -[NSBlockOperation main] + 104 (NSOperation.m:1563)
10  Foundation                      0x00000001aa9dbca4 __NSOPERATION_IS_INVOKING_MAIN__ + 24 (NSOperation.m:2188)
11  Foundation                      0x00000001aa8c63c8 -[NSOperation start] + 808 (NSOperation.m:2205)
12  Foundation                      0x00000001aa9dc74c __NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ + 24 (NSOperation.m:2219)
13  Foundation                      0x00000001aa9dc1d4 __NSOQSchedule_f + 184 (NSOperation.m:2230)
14  libdispatch.dylib               0x00000001a928cfb8 _dispatch_block_async_invoke2 + 148 (queue.c:527)
15  libdispatch.dylib               0x00000001a927edb0 _dispatch_client_callout + 20 (object.m:559)
16  libdispatch.dylib               0x00000001a928212c _dispatch_continuation_pop + 416 (inline_internal.h:2548)
17  libdispatch.dylib               0x00000001a9281854 _dispatch_async_redirect_invoke + 592 (queue.c:805)
18  libdispatch.dylib               0x00000001a928f93c _dispatch_root_queue_drain + 356 (inline_internal.h:2589)
19  libdispatch.dylib               0x00000001a9290120 _dispatch_worker_thread2 + 116 (queue.c:6777)
20  libsystem_pthread.dylib         0x00000001f412b7c8 _pthread_wqthread + 216 (pthread.c:2223)
21  libsystem_pthread.dylib         0x00000001f413275c start_wqthread + 8

Thread 13:
0   libsystem_pthread.dylib         0x00000001f4132754 start_wqthread + 0

Thread 14:
0   libsystem_pthread.dylib         0x00000001f4132754 start_wqthread + 0

Thread 15 name:
Thread 15:
0   libsystem_kernel.dylib          0x00000001d6cce2d0 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x00000001d6ccd660 mach_msg + 76 (mach_msg.c:103)
2   CoreFoundation                  0x00000001a9605c30 __CFRunLoopServiceMachPort + 380 (CFRunLoop.c:2641)
3   CoreFoundation                  0x00000001a95ffc14 __CFRunLoopRun + 1216 (CFRunLoop.c:2974)
4   CoreFoundation                  0x00000001a95ff21c CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
5   AudioToolbox                    0x00000001b27139fc GenericRunLoopThread::Entry(void*) + 164 (GenericRunLoopThread.h:91)
6   libAudioToolboxUtility.dylib    0x00000001bed86144 CADeprecated::CAPThread::Entry(CADeprecated::CAPThread*) + 92 (CAPThread.cpp:324)
7   libsystem_pthread.dylib         0x00000001f4129b40 _pthread_start + 320 (pthread.c:881)
8   libsystem_pthread.dylib         0x00000001f4132768 thread_start + 8

Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x0000000000000000   x5: 0x0000000000000001   x6: 0x000000016d51d1a8   x7: 0x0000000000000000
    x8: 0x00000000000005b9   x9: 0x572078652991df70  x10: 0xcccccccccccccccd  x11: 0x000000000000000a
   x12: 0x0000000000000000  x13: 0x0000000000000036  x14: 0x00000000000000c8  x15: 0x0000000103ca6748
   x16: 0x0000000000000148  x17: 0x000000010320b8c0  x18: 0x000000011c2fb44c  x19: 0x0000000000000006
   x20: 0x0000000000000507  x21: 0x000000010320b9a0  x22: 0x0000000103ce8ae6  x23: 0x00000001080e8000
   x24: 0x0000000200aba000  x25: 0x000000016d51d1a0  x26: 0x00000001044d0000  x27: 0x00000001044da058
   x28: 0x00000001044d0088   fp: 0x000000016d51cba0   lr: 0x00000001f412ab40
    sp: 0x000000016d51cb80   pc: 0x00000001d6cf2414 cpsr: 0x40000000
   esr: 0x56000080  Address size fault

Binary Images:
0x1028dc000 - 0x1028e3fff applicationname arm64  <cb14d9d45ede3368b72654d164f6d7d3> /var/containers/Bundle/Application/D7D484E6-B9C4-4049-BF31-1695952B63DA/applicationname.app/applicationname
0x102f78000 - 0x102f8bfff TKLiveSync arm64  <c6c6bbbbaf6f3fdbbaf85638a30b2994> /var/containers/Bundle/Application/D7D484E6-B9C4-4049-BF31-1695952B63DA/applicationname.app/Frameworks/TKLiveSync.framework/TKLiveSync
0x102f9c000 - 0x102fcbfff AFNetworking arm64  <216439272317372c8d790d36a806f8c4> /var/containers/Bundle/Application/D7D484E6-B9C4-4049-BF31-1695952B63DA/applicationname.app/Frameworks/AFNetworking.framework/AFNetworking
0x103024000 - 0x10302ffff BEMCheckBox arm64  <9be94480dd683f3287d64edc21d5367a> /var/containers/Bundle/Application/D7D484E6-B9C4-4049-BF31-1695952B63DA/applicationname.app/Frameworks/BEMCheckBox.framework/BEMCheckBox
0x103044000 - 0x103063fff IQKeyboardManager arm64  <2d5ddf01b5453683a4ad21a89beae043> /var/containers/Bundle/Application/D7D484E6-B9C4-4049-BF31-1695952B63DA/applicationname.app/Frameworks/IQKeyboardManager.framework/IQKeyboardManager
0x103094000 - 0x1030a3fff MBProgressHUD arm64  <f199585028b7316a9629a159b7ff9b68> /var/containers/Bundle/Application/D7D484E6-B9C4-4049-BF31-1695952B63DA/applicationname.app/Frameworks/MBProgressHUD.framework/MBProgressHUD
0x1030b8000 - 0x1030bffff MDFInternationalization arm64  <0ff6de53e8df301ead7babff1fd77689> /var/containers/Bundle/Application/D7D484E6-B9C4-4049-BF31-1695952B63DA/applicationname.app/Frameworks/MDFInternationalization.framework/MDFInternationalization
0x1030d0000 - 0x1030e7fff SSZipArchive arm64  <bb80bfd3db463f75b1f372829e923744> /var/containers/Bundle/Application/D7D484E6-B9C4-4049-BF31-1695952B63DA/applicationname.app/Frameworks/SSZipArchive.framework/SSZipArchive
0x103108000 - 0x10310ffff TNSWidgets arm64  <75251babf2f13515a30d79b02bb91e8e> /var/containers/Bundle/Application/D7D484E6-B9C4-4049-BF31-1695952B63DA/applicationname.app/Frameworks/TNSWidgets.framework/TNSWidgets
0x103160000 - 0x1031cffff dyld arm64e  <aef26ac9cbc73c16900778abe893949b> /usr/lib/dyld
0x103250000 - 0x103d4ffff NativeScript arm64  <002549a8f3a235798b72d394ea3cda5c> /var/containers/Bundle/Application/D7D484E6-B9C4-4049-BF31-1695952B63DA/applicationname.app/Frameworks/NativeScript.framework/NativeScript
0x1042dc000 - 0x104317fff MaterialComponents arm64  <721e793f2f0036c092db65b51b1c5e3b> /var/containers/Bundle/Application/D7D484E6-B9C4-4049-BF31-1695952B63DA/applicationname.app/Frameworks/MaterialComponents.framework/MaterialComponents
0x10437c000 - 0x1043bffff TNSListView arm64  <3d26d6d7e66337ea8c791094e44b6fc0> /var/containers/Bundle/Application/D7D484E6-B9C4-4049-BF31-1695952B63DA/applicationname.app/Frameworks/TNSListView.framework/TNSListView
0x104408000 - 0x104433fff TNSCore arm64  <be8e2c30efce3aaaba110c5ca609b2d4> /var/containers/Bundle/Application/D7D484E6-B9C4-4049-BF31-1695952B63DA/applicationname.app/Frameworks/TNSCore.framework/TNSCore
0x1080a8000 - 0x1080b3fff libobjc-trampolines.dylib arm64e  <971156a5835a310dbfc7152c55760859> /usr/lib/libobjc-trampolines.dylib
0x1a927b000 - 0x1a92bdfff libdispatch.dylib arm64e  <0f3905e067203d089ae0a43a8da244c0> /usr/lib/system/libdispatch.dylib
0x1a92be000 - 0x1a92f8fff libdyld.dylib arm64e  <785bee7fac2c388d865c36279d1b3dd1> /usr/lib/system/libdyld.dylib
0x1a92f9000 - 0x1a9564fff libicucore.A.dylib arm64e  <5df9c67888463ca8bca58ee1fcf52d83> /usr/lib/libicucore.A.dylib
0x1a9565000 - 0x1a991efff CoreFoundation arm64e  <935533f235ee314ea760e74521f68435> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1a991f000 - 0x1a9acafff CoreServices arm64e  <93715af6c73f3f3c9390faa5b3277b3c> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x1a9acb000 - 0x1a9b13fff WirelessDiagnostics arm64e  <d4df9a92319033cbad4207b172dff00f> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x1a9b14000 - 0x1a9b90fff SystemConfiguration arm64e  <097a53f5b92e3e8c8d94aad83a3ac34d> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x1a9b91000 - 0x1a9c88fff CoreTelephony arm64e  <b924fbab9d893f54bceac699fb644d41> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x1a9c89000 - 0x1aa120fff CFNetwork arm64e  <732d963945783405b2f946752c88cec2> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x1aa121000 - 0x1aa82efff libnetwork.dylib arm64e  <ba939c74db973081977111bed18da835> /usr/lib/libnetwork.dylib
0x1aa82f000 - 0x1aa8a5fff Accounts arm64e  <d4d5a3975f783e409956cb82c3cbdb2c> /System/Library/Frameworks/Accounts.framework/Accounts
0x1aa8a6000 - 0x1aab61fff Foundation arm64e  <50b3154e8c733e17a162c30da82424cd> /System/Library/Frameworks/Foundation.framework/Foundation
0x1aab62000 - 0x1aaec2fff ImageIO arm64e  <d45f51194ec4332b9e74de6115393021> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x1aaec3000 - 0x1aaedbfff libCGInterfaces.dylib arm64e  <cffe137033b737788d985e86243ac7a9> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x1aaedc000 - 0x1ab474fff CoreGraphics arm64e  <ed1c5c0f087b380cb01e3e362f57bdce> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1ab475000 - 0x1ac922fff UIKitCore arm64e  <233110718ad73e8f836abe5dc8a8b0df> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x1ac923000 - 0x1ac945fff libAccessibility.dylib arm64e  <83c094c40ac73bf9bb8beb0c1925f2b7> /usr/lib/libAccessibility.dylib
0x1ac946000 - 0x1acbccfff QuartzCore arm64e  <f911f0c2d892355ab6ba495376dbf2c7> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x1acbcd000 - 0x1acc38fff BackBoardServices arm64e  <48ebf0f7ebc8340fbd4778a7c13572ac> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1acc39000 - 0x1accc6fff TextInput arm64e  <eb97705be6a43a7d8d2bbd348b110c15> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x1accc7000 - 0x1acd2ffff libusrtcp.dylib arm64e  <1a7cd5869a873ceea69f07dbf64e7882> /usr/lib/libusrtcp.dylib
0x1acd30000 - 0x1ad0fbfff AppleMediaServices arm64e  <4a4731de09393969a10b331140440686> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x1ad6a8000 - 0x1ad6c0fff UIKitServices arm64e  <410174cfc98f3139b3e25fede3eceeb7> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x1ad6c1000 - 0x1ad81afff Preferences arm64e  <5462c09751893e47863e6c7a92ae81cd> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x1ad81b000 - 0x1ada42fff ContactsUI arm64e  <af4ca2d219a736acac7e3ceb51fef54d> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x1ada43000 - 0x1adbfafff CoreText arm64e  <a5ca71f8721e36c285423f0032ce6cf0> /System/Library/Frameworks/CoreText.framework/CoreText
0x1adbfb000 - 0x1adc15fff ExtensionKit arm64e  <96995f08124b35a7985508e1a5981618> /System/Library/PrivateFrameworks/ExtensionKit.framework/ExtensionKit
0x1adc2b000 - 0x1adcaffff BaseBoard arm64e  <e0a95ad9b7ab3b87843db59b03f206c0> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x1adcb0000 - 0x1adedbfff CoreDuet arm64e  <986f6cb8d3343ca6951d6ff084266932> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x1adedc000 - 0x1ae03efff Contacts arm64e  <7b1a6d1c1dfe3a4ea20dcad39da74440> /System/Library/Frameworks/Contacts.framework/Contacts
0x1ae03f000 - 0x1af58dfff GeoServices arm64e  <441d6dbb3dec324697c96cf271f9e0ef> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x1af58e000 - 0x1af623fff CoreLocation arm64e  <4a9b0097310a30c9b7ab443521bc2c59> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x1af624000 - 0x1af7d2fff CloudKit arm64e  <e2cdb510e68f31fea1180922c46ac26e> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x1af7d3000 - 0x1afb51fff CoreData arm64e  <d1240876c2983e82824ff4d0db8f474d> /System/Library/Frameworks/CoreData.framework/CoreData
0x1b084e000 - 0x1b088dfff AppSupport arm64e  <3ce778276c08371bad32daed8735180e> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x1b088e000 - 0x1b09b7fff ManagedConfiguration arm64e  <50c83accad1f3555b1014831ebe08612> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x1b09b8000 - 0x1b0a29fff IMFoundation arm64e  <849d9883997537d4ba3a5adb89bab189> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x1b0a2a000 - 0x1b0b3afff IDS arm64e  <812f8408b4bd3b51a86a4bae597776f7> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x1b0b3b000 - 0x1b0c88fff Security arm64e  <e1383fc7191438b197d893486d17a758> /System/Library/Frameworks/Security.framework/Security
0x1b0c89000 - 0x1b10abfff MediaPlayer arm64e  <42f3363afe773984bcf3f3c4f266d7b4> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x1b10ac000 - 0x1b10c4fff AudioSession arm64e  <d4cf1605ad4b3818b3ce4aa9cd34af3c> /System/Library/PrivateFrameworks/AudioSession.framework/AudioSession
0x1b10c5000 - 0x1b1265fff AVFCore arm64e  <75d6e04835f0367fa36a2c59eea1bc41> /System/Library/PrivateFrameworks/AVFCore.framework/AVFCore
0x1b1266000 - 0x1b1812fff Intents arm64e  <312278eb986932ca9ff0bdc2386c0dc0> /System/Library/Frameworks/Intents.framework/Intents
0x1b1813000 - 0x1b1861fff TextInputUI arm64e  <60f99ed3b51736dbae4e4ca8975d0d1d> /System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI
0x1b1862000 - 0x1b1b7bfff CoreImage arm64e  <857d7a82b0b83811b431de0c5896abd8> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x1b1b7c000 - 0x1b1c39fff ColorSync arm64e  <11e5f6dc36b63488ad2876f372b25184> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1b1c3a000 - 0x1b1c75fff CoreVideo arm64e  <83d2844c69e93131a96b5e4698534231> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1b1c76000 - 0x1b2461fff MediaToolbox arm64e  <5ea248d72a1b3f589d3d09637db8da07> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1b2462000 - 0x1b2562fff CoreMedia arm64e  <3a08e638c6703b818e08e0919ffdee7e> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1b2563000 - 0x1b27cefff AudioToolbox arm64e  <4f068bb26967312d86da3effa611aca4> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x1b27cf000 - 0x1b281ffff CoreHaptics arm64e  <5a1256f1fa9934a5a96cf3ceca7dd1b4> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
0x1b2820000 - 0x1b2880fff UserActivity arm64e  <c6759ec848053035861ef08accc684b9> /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity
0x1b2881000 - 0x1b298afff UIFoundation arm64e  <2f5d26e3788337428aa2a523744a874b> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x1b298b000 - 0x1b29b0fff libsystem_info.dylib arm64e  <076d8dedd18b3e41b7b6b644c60cfa44> /usr/lib/system/libsystem_info.dylib
0x1b29b1000 - 0x1b2a2ffff libsystem_c.dylib arm64e  <ca117552e7213c8696a2213afd7b7d57> /usr/lib/system/libsystem_c.dylib
0x1b2a30000 - 0x1b2a7bfff RunningBoardServices arm64e  <eb122edc8d94307fa0c42abd4a8123b2> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
0x1b2a7c000 - 0x1b3badfff JavaScriptCore arm64e  <6a501f300cf53e66b1487bebbf861fa4> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1b417d000 - 0x1b420efff ContactsFoundation arm64e  <c311cd2ab12c3d58b88e57428f0a104b> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x1b420f000 - 0x1b445dfff HealthKit arm64e  <a68e1dc055253ca6ad5441d570f4dfc4> /System/Library/Frameworks/HealthKit.framework/HealthKit
0x1b445e000 - 0x1b4481fff ProactiveEventTracker arm64e  <19bc1f90d4c43f68b2dc6990811e595e> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x1b4482000 - 0x1b44ccfff Lexicon arm64e  <63a53ec3ca143f6f98ae938d380a25fa> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x1b44cd000 - 0x1b453afff PersonalizationPortrait arm64e  <a19134683af733479be505461e7aab1c> /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait
0x1b453b000 - 0x1b458bfff CoreDuetContext arm64e  <543bac71965f3b5db555ad18863fdbfb> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x1b458c000 - 0x1b4637fff IOKit arm64e  <0a341be7849d3cde9003fbff5728e2b0> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x1b4638000 - 0x1b4648fff DataMigration arm64e  <26fb7e8ccebf3186918bca1c45c3c667> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1b4649000 - 0x1b46a6fff SpringBoardServices arm64e  <06eb64afe5a3312e8f63a42ea1790f8a> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1b46a7000 - 0x1b46b9fff ContextKit arm64e  <5179ecebd7e3309cab4e322fe88f8051> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
0x1b46ba000 - 0x1b492dfff CoreMotion arm64e  <aa720064736432f0bfa756c9f175728e> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x1b492e000 - 0x1b4a73fff EventKit arm64e  <7fa1b78a6c4a3fd8ae9f8196e4a05fb6> /System/Library/Frameworks/EventKit.framework/EventKit
0x1b4fce000 - 0x1b5269fff MediaRemote arm64e  <1709e2a06e473b23a793a44f82941cc9> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x1b526a000 - 0x1b5412fff CoreUtils arm64e  <3b074ee0c5293d48a5efd152bd416221> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x1b5413000 - 0x1b5429fff FamilyCircle arm64e  <7a05f9fed232364cbe042b93a78c4653> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x1b542a000 - 0x1b549afff CoreSpotlight arm64e  <a1388adfcf1736299f2ce2016efda6af> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x1b58b6000 - 0x1b5a66fff AssistantServices arm64e  <a5f5f77e1c1b30a1b99c039325cc3d02> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x1b5a67000 - 0x1b5b2dfff CoreUI arm64e  <fd20a63172773bd19762649fca5d1554> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1b5b2e000 - 0x1b5b79fff SafariSafeBrowsing arm64e  <4ae4daf042cb30fca444e24dfce3f4af> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1b5b7a000 - 0x1b6572fff WebKit arm64e  <77ddbc4922d637d78e00418600c12324> /System/Library/Frameworks/WebKit.framework/WebKit
0x1b6573000 - 0x1b8ed2fff WebCore arm64e  <5ba09042eeb53b46920f6a2f7f98ae4d> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x1b8ed3000 - 0x1b8f32fff libMobileGestalt.dylib arm64e  <90fcf37940483531b8f1261f6f9e0f7c> /usr/lib/libMobileGestalt.dylib
0x1b8f33000 - 0x1b8f4ffff CommonUtilities arm64e  <4c4c93c808b53b4fbf7975cb45a70421> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1b8f50000 - 0x1b90befff IDSFoundation arm64e  <a71624be95813f6086d285fd0cb881f7> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x1b90bf000 - 0x1b91c3fff IMSharedUtilities arm64e  <8ce5120961c93ba0b2bdcba10c5edfb4> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
0x1b91c4000 - 0x1b926efff CoreSuggestions arm64e  <3958e368f76638bf8af884f116133d31> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x1b926f000 - 0x1b930cfff AddressBookLegacy arm64e  <3bf49a48972d3e8892f4cb3405cb548f> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x1b930d000 - 0x1b9340fff UserNotifications arm64e  <f1be0e4d33f13c58a38de2449f5f8e36> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1b9341000 - 0x1b93cdfff FrontBoardServices arm64e  <fee22194e05438e6a1e203f77c643336> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1b93ce000 - 0x1b93f1fff libsystem_malloc.dylib arm64e  <dd80ebfd97273ace97c184f53eaed689> /usr/lib/system/libsystem_malloc.dylib
0x1b93f2000 - 0x1b96cdfff MapKit arm64e  <3dce32f82c9e355098b27b0ae3311b61> /System/Library/Frameworks/MapKit.framework/MapKit
0x1b96ce000 - 0x1b9e9ffff VectorKit arm64e  <a6f1e60ad7883136a95c9f78563fa8a8> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x1b9ea0000 - 0x1b9f33fff AuthKit arm64e  <e46838283fde38af8f26ad6e5d2c84c6> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x1b9f34000 - 0x1b9fc7fff AppleAccount arm64e  <82ae9cea277f34de9aca0af9f1d9e878> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1b9fc8000 - 0x1ba0cafff AVFAudio arm64e  <2a9c1acdca903b67a7002131cbadc156> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x1ba0cb000 - 0x1ba336fff AudioToolboxCore arm64e  <de6bdf46d6b83b80b2bd83b441617ec0> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
0x1ba36b000 - 0x1ba63ffff StoreServices arm64e  <84a1b4a20bb63eeeb17503606d194767> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x1ba640000 - 0x1ba7c9fff Sharing arm64e  <2a60907f7a77314c9efc2a49da000112> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x1ba7ca000 - 0x1ba871fff ShareSheet arm64e  <d1502be4efa33e04a4212fceb2b53739> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
0x1ba872000 - 0x1ba961fff CoreParsec arm64e  <3a2f73f17ade36a5bf944149cf733c0b> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x1bb3f2000 - 0x1bb443fff MobileBackup arm64e  <82a758aae8b93098900c0cd323cc2100> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x1bb444000 - 0x1bb458fff MSUDataAccessor arm64e  <23a6455cb0f332b2b4dcbf7077c7c6b1> /System/Library/PrivateFrameworks/MSUDataAccessor.framework/MSUDataAccessor
0x1bb459000 - 0x1bb47ffff MobileAsset arm64e  <2ea5c4ab58453c4ea6cfe908f94bddd8> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1bb480000 - 0x1bb48ffff libsystem_networkextension.dylib arm64e  <dbc568bd3b0635f696a9fe6d2418a47f> /usr/lib/system/libsystem_networkextension.dylib
0x1bb490000 - 0x1bb6e1fff NetworkExtension arm64e  <4cadfb74c6e133e9bd8a1cd2bddfe244> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x1bb719000 - 0x1bbae5fff CoreML arm64e  <6bdbc52f8e303510afd322744829b5eb> /System/Library/Frameworks/CoreML.framework/CoreML
0x1bbae6000 - 0x1bc26bfff Espresso arm64e  <123a523fe8e23634b65baa506bf392bb> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1bc26c000 - 0x1bc369fff VideoToolbox arm64e  <a3e41de4ad7c37b9ae58a4c59ac8aa0a> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x1bc36a000 - 0x1bc3b6fff OnBoardingKit arm64e  <560967708d8f3e279cac3d0a2e2fdbb0> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
0x1bc4b5000 - 0x1bc4c6fff AXCoreUtilities arm64e  <2943430400033a6d915a9cebeec46de7> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x1bd3bc000 - 0x1bd532fff Montreal arm64e  <1bcf904562813d6c856f2c6a45cade25> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x1bd533000 - 0x1bd648fff LanguageModeling arm64e  <84e4b8532ca43b6e99f8147170817343> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x1bd649000 - 0x1bd651fff InternationalSupport arm64e  <42384fe6ad98325f8245552370b38375> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1bd652000 - 0x1bd8a4fff iTunesCloud arm64e  <a92a4c14876c36ddb7603b01e4fc76b2> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x1bda01000 - 0x1bdaaafff CalendarDatabase arm64e  <b0340b2e16103d2ebd00242e200c2523> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x1bdafb000 - 0x1bdbdbfff LinkPresentation arm64e  <efce809ea4e2304e8cdefd6a17858abd> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation
0x1bdd8e000 - 0x1bdd9ffff UniformTypeIdentifiers arm64e  <d69cbfa5fc493f3bbbc8b29e23ea1f82> /System/Library/Frameworks/UniformTypeIdentifiers.framework/UniformTypeIdentifiers
0x1bdda0000 - 0x1bde22fff CloudDocs arm64e  <c5de704568013d99b71b7b2ebd4c082f> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x1be023000 - 0x1be0a2fff EmailFoundation arm64e  <7c91618ef2a739829aaae0181ac6e2e1> /System/Library/PrivateFrameworks/EmailFoundation.framework/EmailFoundation
0x1be344000 - 0x1be382fff MediaServices arm64e  <70a6d6a3c0083f50b5ef39ebfcef00ad> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x1be383000 - 0x1be515fff SearchFoundation arm64e  <a2a8557483b23bf597f116b55178da51> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x1be516000 - 0x1be571fff WebBookmarks arm64e  <0067ec2f9e613d60b112a7b33de0cde8> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x1be5f3000 - 0x1be629fff libobjc.A.dylib arm64e  <2e47abd72c5a318d8044776883bcccb6> /usr/lib/libobjc.A.dylib
0x1be62a000 - 0x1be68cfff LoggingSupport arm64e  <400d2a1f525b3827a69edffa2e6d7d0f> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1be68d000 - 0x1be6ebfff libc++.1.dylib arm64e  <0073bc582e413d4786f43b51f934fbe1> /usr/lib/libc++.1.dylib
0x1be6ec000 - 0x1be705fff libc++abi.dylib arm64e  <f7f0397b828f31029b946a926d52d3fc> /usr/lib/libc++abi.dylib
0x1be706000 - 0x1be748fff SetupAssistant arm64e  <fc61b97de33b3255b69437aada436477> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1be749000 - 0x1be763fff OctagonTrust arm64e  <cd6904ebb0183dd0bdf52c425563e883> /System/Library/PrivateFrameworks/OctagonTrust.framework/OctagonTrust
0x1be891000 - 0x1be8d4fff CoreAutoLayout arm64e  <44455e87a63130bcb64711f4f92d70ed> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/CoreAutoLayout
0x1be8d5000 - 0x1bea33fff Network arm64e  <2c8c473787cd354cbac5946720dedd5b> /System/Library/Frameworks/Network.framework/Network
0x1bea34000 - 0x1bea6afff MobileKeyBag arm64e  <b1b49ca9aa583fb584c16007266fc411> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1becae000 - 0x1becc2fff BaseBoardUI arm64e  <b7abefdc6b99364a9dc1e9131683b3f4> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x1becc3000 - 0x1bed75fff libvDSP.dylib arm64e  <179ae738b97c3ff98df6dd5aa19da686> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1bed76000 - 0x1beda9fff libAudioToolboxUtility.dylib arm64e  <c9f23955b6ae328cb89acc8b11810553> /usr/lib/libAudioToolboxUtility.dylib
0x1bef77000 - 0x1bf003fff CoreNLP arm64e  <84fbc8ac011d377787059c14148b4c28> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x1bf004000 - 0x1bf11efff FileProvider arm64e  <bf2581f8d78639cc8ce4b4883c32db33> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1bf11f000 - 0x1bf12ffff BiomeStorage arm64e  <60670063a33f368c92fc429b58f6f5b5> /System/Library/PrivateFrameworks/BiomeStorage.framework/BiomeStorage
0x1bf149000 - 0x1bf17ffff DataDetectorsCore arm64e  <445726f0e3193acda2018f90b1491537> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1bf180000 - 0x1bf210fff Symbolication arm64e  <6f5ad452a4b7399ba73c41f7d71b6544> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
0x1bf211000 - 0x1bf22efff CrashReporterSupport arm64e  <b3f69c67b95e37d0985f88b3d775cb1d> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1bf28e000 - 0x1bf360fff TelephonyUtilities arm64e  <b42166b22a423fd191c825fab0d38c2c> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x1bf39a000 - 0x1bf588fff MPSNeuralNetwork arm64e  <be74cf58180032428aaef486b1f615a5> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1bf589000 - 0x1bf5dffff MPSCore arm64e  <4d56444d00843a5785c07cead595779a> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1bf73d000 - 0x1bf7aafff CalendarFoundation arm64e  <81be0d2f4afc3220b3e1d74f985aaf44> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x1bf80e000 - 0x1bf8fafff NLP arm64e  <87ac48aecd0433c28a0e213255446c9a> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x1bf8fb000 - 0x1bf923fff AppSupportUI arm64e  <533531e57c71392b9691a3dc2dfd459d> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x1bf92d000 - 0x1bf982fff FTServices arm64e  <566defd512773ac1b916078bce04177d> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x1bf983000 - 0x1bfa33fff libboringssl.dylib arm64e  <127f59bbc1cf3c8a8965576c125f1333> /usr/lib/libboringssl.dylib
0x1bfa34000 - 0x1bfa4bfff ProtocolBuffer arm64e  <15bdb48c1bc53d7ca1f2d129b3c5cb5a> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1bfa4c000 - 0x1bfb59fff AVKit arm64e  <cb164f7d85fe3d4eac39b078cba3675f> /System/Library/Frameworks/AVKit.framework/AVKit
0x1bfccd000 - 0x1bfcdcfff AssertionServices arm64e  <f91a2f32bb3b30b9878f8e8bb61588cf> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1bfcdd000 - 0x1bfd06fff CloudServices arm64e  <cf63e2e824aa3fe693602a6040a6aba4> /System/Library/PrivateFrameworks/CloudServices.framework/CloudServices
0x1bfd59000 - 0x1bfe39fff Metal arm64e  <93d81bb817af3f8b98f164c8bae65255> /System/Library/Frameworks/Metal.framework/Metal
0x1bfe3a000 - 0x1bff89fff MediaExperience arm64e  <bcbc4656947f35b6af206a8e588ea4ba> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
0x1c0397000 - 0x1c03adfff libsystem_trace.dylib arm64e  <30d179d62e1431d9a8cc998c8c77a480> /usr/lib/system/libsystem_trace.dylib
0x1c03ae000 - 0x1c03dffff CoreServicesInternal arm64e  <35185b81e5be3d1692921dadbb7c8175> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x1c03e0000 - 0x1c0448fff SafariCore arm64e  <149149cd6eca31c18ff5ab6fbb1cfa89> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x1c0449000 - 0x1c0686fff SafariShared arm64e  <33c53c903e35381b9c37e5536593da6d> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x1c0687000 - 0x1c0727fff AppStoreDaemon arm64e  <378ebb572c6035f08fadd2d48262316e> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
0x1c1015000 - 0x1c10b8fff SAObjects arm64e  <77198be891ac3eea9784a538077fdd49> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x1c10b9000 - 0x1c10fffff VoiceServices arm64e  <065ff3936b683dcb90bcf918b95295b7> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x1c1100000 - 0x1c1108fff GraphicsServices arm64e  <08556282f8e93938a0040c0edac970bd> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1c1109000 - 0x1c115ffff DeviceManagement arm64e  <89da64242ccd34b493fa18af5fa7ce99> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
0x1c1160000 - 0x1c12dcfff Translation arm64e  <8dd6fb36364b31e998c6f5721de05bb7> /System/Library/PrivateFrameworks/Translation.framework/Translation
0x1c12dd000 - 0x1c12f2fff PowerLog arm64e  <e6d2ecf434c8377db14d7ca4e30ddde9> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1c12f3000 - 0x1c131cfff DuetActivityScheduler arm64e  <5150d7d6bbf23c3b9fffc12c30b9a7fe> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x1c2bff000 - 0x1c2eabfff Vision arm64e  <8a103d1b85053d42b42727287ecdaa63> /System/Library/Frameworks/Vision.framework/Vision
0x1c2f09000 - 0x1c2f77fff ProactiveSupport arm64e  <b3c9173ac99335d48520633cf450e8ff> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1c2fa5000 - 0x1c2fc4fff ApplePushService arm64e  <f3753141a9f933b68c0ed11853afd928> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1c2fc5000 - 0x1c2feefff BoardServices arm64e  <7575f25e05b13848be93de718432b499> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
0x1c315b000 - 0x1c318bfff libncurses.5.4.dylib arm64e  <7b349e3eb062327d8aed8cee08a885e5> /usr/lib/libncurses.5.4.dylib
0x1c318c000 - 0x1c31dafff OSAnalytics arm64e  <98d65861beeb31edb170cb9183c755f8> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
0x1c31db000 - 0x1c323afff CoreBluetooth arm64e  <151b02f0228e3b95ba16a22186283c1b> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1c3424000 - 0x1c3469fff TemplateKit arm64e  <7b1b47ad0e6534a395f4d5ccc88e2247> /System/Library/PrivateFrameworks/TemplateKit.framework/TemplateKit
0x1c346a000 - 0x1c349ffff MobileInstallation arm64e  <7ee17a1045183e59be667571d6f09b96> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1c34a0000 - 0x1c352efff libTelephonyUtilDynamic.dylib arm64e  <2260ab37ec0b3142a16b56e2647643a0> /usr/lib/libTelephonyUtilDynamic.dylib
0x1c352f000 - 0x1c359efff NanoRegistry arm64e  <13da5919765a3297bd124a689d9c9c29> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1c359f000 - 0x1c3682fff SpringBoardFoundation arm64e  <ed0cfb7c08a63294b1c99f881141d531> /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation
0x1c3683000 - 0x1c36a1fff CoreMaterial arm64e  <16cd9897486236e6a71c3f258e3f93ae> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
0x1c36a2000 - 0x1c3717fff SpringBoardUIServices arm64e  <6d06d97f6a0235fa9278b0003f0939f7> /System/Library/PrivateFrameworks/SpringBoardUIServices.framework/SpringBoardUIServices
0x1c3718000 - 0x1c38a1fff libsqlite3.dylib arm64e  <a9012fa3fc0e31ac85f49c461ed61a97> /usr/lib/libsqlite3.dylib
0x1c38a2000 - 0x1c3968fff AVFCapture arm64e  <a4cc5da114dc32b69f04261babfeed00> /System/Library/PrivateFrameworks/AVFCapture.framework/AVFCapture
0x1c3969000 - 0x1c3ccbfff CMCapture arm64e  <be1260cb1d7c3a6aa83b5f217745663d> /System/Library/PrivateFrameworks/CMCapture.framework/CMCapture
0x1c3e2a000 - 0x1c4089fff MobileSpotlightIndex arm64e  <8ba070166878351ca47e12c7e4645326> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1c408a000 - 0x1c4133fff Email arm64e  <4cc8d06a97883a32b46ca9b13c56a4c5> /System/Library/PrivateFrameworks/Email.framework/Email
0x1c419a000 - 0x1c437ffff EventKitUI arm64e  <de8725e81b6f3c3ab1b3df85e01a45b7> /System/Library/Frameworks/EventKitUI.framework/EventKitUI
0x1c44ca000 - 0x1c44d4fff libsystem_notify.dylib arm64e  <7a1b577f2d853b1dbc32b48b6895baee> /usr/lib/system/libsystem_notify.dylib
0x1c44d5000 - 0x1c451afff CryptoTokenKit arm64e  <91fa9baab209303d8f2e0234393271bc> /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit
0x1c4588000 - 0x1c45fbfff libcorecrypto.dylib arm64e  <e8f7626f8a8a3e65b83b2400dd8344d8> /usr/lib/system/libcorecrypto.dylib
0x1c45fc000 - 0x1c4620fff UserManagement arm64e  <c98f5c3bee8333c5a917d582a1b58aee> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1c46fd000 - 0x1c4713fff libsystem_asl.dylib arm64e  <7efa85eaf0583cc197fa18fae89c68e0> /usr/lib/system/libsystem_asl.dylib
0x1c4714000 - 0x1c4738fff AppSSO arm64e  <ba304eb681e83142b7ebf90b94a60a35> /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO
0x1c4739000 - 0x1c4757fff SharedWebCredentials arm64e  <022ee8a9437b3ac1abadde56a9ed39a3> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x1c4758000 - 0x1c4946fff SafariServices arm64e  <9227d0969d13313ab7e7bfa92590de8b> /System/Library/Frameworks/SafariServices.framework/SafariServices
0x1c499d000 - 0x1c49d5fff DataAccessExpress arm64e  <80019264dc263365be582c5448ae788d> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1c49d6000 - 0x1c4a0dfff CoreServicesStore arm64e  <ff845045c63c3c91a1e0b3aaf6bc6377> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
0x1c4a0e000 - 0x1c4a33fff CoreAnalytics arm64e  <0c0e7c67d78032bfb4de99420c581b53> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1c4a34000 - 0x1c4a3ffff SymptomAnalytics arm64e  <e8714fdbb15d37caa99800aa7234b5fd> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/SymptomAnalytics
0x1c4c32000 - 0x1c4c42fff NanoPreferencesSync arm64e  <5c9b54cf26bf3ca2b7346fccfd00824d> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1c5103000 - 0x1c512ffff IconServices arm64e  <bcb240780c12379d9aa0744d08c7a4ba> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
0x1c51be000 - 0x1c527dfff QuickLook arm64e  <5f3293970e133c44943158fa4af8ac3c> /System/Library/Frameworks/QuickLook.framework/QuickLook
0x1c5c05000 - 0x1c5eccfff vImage arm64e  <8ecd3884aaf7311db420845ae0d38e07> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1c6bb3000 - 0x1c6d94fff IMCore arm64e  <bdb8af193bdf31b28c11f28d4aa2c164> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x1c6e8f000 - 0x1c6ea6fff IAP arm64e  <65349ff6078c340bbbb200d9ef152df8> /System/Library/PrivateFrameworks/IAP.framework/IAP
0x1c6ea7000 - 0x1c6f00fff ktrace arm64e  <3dc76c8d1c45322aa8d5a27f02c86519> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1c7068000 - 0x1c7076fff Celestial arm64e  <9b37d1919a30369e8317d258e6bfa253> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x1c70ea000 - 0x1c7123fff TelephonyUI arm64e  <bc21ce809e423d29b276a19e2b40f87d> /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI
0x1c7124000 - 0x1c716dfff Pegasus arm64e  <bd5614661f9533199fec82667d10d9f1> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x1c716e000 - 0x1c72f6fff WebKitLegacy arm64e  <38fa72395c3530f59cce8f9c351ba229> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1c736a000 - 0x1c73e1fff ClassKit arm64e  <88926106576336c7b88a7e0bb0d87ba4> /System/Library/Frameworks/ClassKit.framework/ClassKit
0x1c73e2000 - 0x1c7429fff StoreKit arm64e  <ea16ffd75b5b3580a19001cc5f032bdb> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x1c8361000 - 0x1c836bfff IOMobileFramebuffer arm64e  <6d6340e4e6113d2ea673515074b37930> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1c836c000 - 0x1c83e3fff ScreenTimeCore arm64e  <cce0e1d63ea6346f812e2256f111bc53> /System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore
0x1c861b000 - 0x1c88eafff MusicLibrary arm64e  <f28db62c991338879ab253dcc7e3a906> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x1c88eb000 - 0x1c8955fff CallKit arm64e  <7ed00fac21063f6fbe33c31cf2baba6e> /System/Library/Frameworks/CallKit.framework/CallKit
0x1c89fc000 - 0x1c8a1cfff PrototypeTools arm64e  <00c63ea578d8332b89fa381b45433952> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1c8a1d000 - 0x1c8a4afff PersistentConnection arm64e  <f3523bee1598394492bdcd6bce0045e9> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1c8a4b000 - 0x1c8a70fff BiomeStreams arm64e  <c6f09f82d4633c52b03624589eeaf8e2> /System/Library/PrivateFrameworks/BiomeStreams.framework/BiomeStreams
0x1c8a8d000 - 0x1c8d4bfff PencilKit arm64e  <1c393c73f6ff350b82fe43e702f51f2d> /System/Library/Frameworks/PencilKit.framework/PencilKit
0x1c8e0b000 - 0x1c8f8cfff CoreSpeech arm64e  <6c12153e2080390cbe92437615b04fec> /System/Library/PrivateFrameworks/CoreSpeech.framework/CoreSpeech
0x1c8f8d000 - 0x1c90e5fff IMDPersistence arm64e  <8cef0e6b4bc934d893261b46cfd8345c> /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
0x1c9346000 - 0x1c9405fff SafariSharedUI arm64e  <729ffdd9018d39dfbfc522d90d07740e> /System/Library/PrivateFrameworks/SafariSharedUI.framework/SafariSharedUI
0x1c9423000 - 0x1c9439fff AppSSOCore arm64e  <d3df763ef6f43ee2a3641e2313f00622> /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore
0x1c9445000 - 0x1c945cfff CoreFollowUp arm64e  <7a24d9224d1c32e5b2101150eef4bc3f> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1c945d000 - 0x1c94d7fff Rapport arm64e  <d8b41715727d3e70bf46666e810e7a07> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1c95bb000 - 0x1c95cdfff Categories arm64e  <d231a5fec2f034bfa92729505721a251> /System/Library/PrivateFrameworks/Categories.framework/Categories
0x1c98a1000 - 0x1c98c8fff LocationSupport arm64e  <8ec049def0de3650a2aaf7fbab409f55> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
0x1c98c9000 - 0x1c98fdfff iCalendar arm64e  <8b55ad8bd36230eb83682a4d54324823> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1c98fe000 - 0x1c9929fff CoreAccessories arm64e  <4a487014cd403fc989dafe9ee6ef2947> /System/Library/PrivateFrameworks/CoreAccessories.framework/CoreAccessories
0x1c992a000 - 0x1c9a39fff ConfigurationEngineModel arm64e  <148add5d66693c2b95dba741cec8f20a> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
0x1c9a3a000 - 0x1c9a65fff CacheDelete arm64e  <798bdae8ec9f3541b9b297da771bf196> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1c9a66000 - 0x1c9ae3fff CVNLP arm64e  <dab652fc77643664bbfc03fc9d377cac> /System/Library/PrivateFrameworks/CVNLP.framework/CVNLP
0x1c9ae4000 - 0x1c9b21fff AdCore arm64e  <9b7eed2dd31a308e8f2f7876d66d3dac> /System/Library/PrivateFrameworks/AdCore.framework/AdCore
0x1c9c3b000 - 0x1c9c3dfff OSAServicesClient arm64e  <b53625dbf80e3844bc916ee44b0c6b03> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
0x1c9c3e000 - 0x1c9c40fff BiomeFoundation arm64e  <48fb3eb856ab3068aae2c0e7da2ebd78> /System/Library/PrivateFrameworks/BiomeFoundation.framework/BiomeFoundation
0x1c9c41000 - 0x1c9c9bfff ProtectedCloudStorage arm64e  <860390fc5d0c3f7c948af3d584cbea95> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1c9c9c000 - 0x1c9cd4fff C2 arm64e  <3fa5405a36e03efdb9c65577043488dd> /System/Library/PrivateFrameworks/C2.framework/C2
0x1c9cd5000 - 0x1c9d2cfff DifferentialPrivacy arm64e  <590bcf006fb0313eb7d6f7750afc377b> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1c9f13000 - 0x1ca703fff EmbeddedAcousticRecognition arm64e  <4670f8da92053064a01acb73eb569c4d> /System/Library/PrivateFrameworks/EmbeddedAcousticRecognition.framework/EmbeddedAcousticRecognition
0x1ca704000 - 0x1ca783fff SiriInstrumentation arm64e  <412d82e9db4e39ddb74c484ec6e3b69f> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
0x1ca784000 - 0x1ca7c8fff BiometricKit arm64e  <3c04b45f2f16305590fc1c3cccdeaa96> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1ca810000 - 0x1ca8c5fff CoreSymbolication arm64e  <3c0e18cf24ca3dc5a6c9c0f7f1107b9e> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1ca93c000 - 0x1ca9edfff SpeakerRecognition arm64e  <22abcb98c2033dada1b621be58a06df9> /System/Library/PrivateFrameworks/SpeakerRecognition.framework/SpeakerRecognition
0x1caa36000 - 0x1caa3ffff HearingCore arm64e  <260be1bd27ef3f968d7939bb45b8045f> /System/Library/PrivateFrameworks/HearingCore.framework/HearingCore
0x1cb0ab000 - 0x1cb0acfff MessageSupport arm64e  <4bd0dbb2fd0e3b138c6b9406dcba3619> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x1cb0ad000 - 0x1cb0bffff IOSurface arm64e  <1335ae5e794d3f1285f78a31dd60dedd> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1cb0c0000 - 0x1cb122fff MobileWiFi arm64e  <acf3f8039ed4359aaaef2e790a4e58fc> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1cb6c4000 - 0x1cb6fffff libGLImage.dylib arm64e  <bac88d59b9433669a42068ca0ebf61e1> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1cb700000 - 0x1cb707fff libsystem_symptoms.dylib arm64e  <24674a06f0723aa3a7f0b33556fab0fd> /usr/lib/system/libsystem_symptoms.dylib
0x1cb74f000 - 0x1cbcaffff CoreAudio arm64e  <47815d1938cc3a7da3e0a219d5dca724> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1cbcb0000 - 0x1cbcc7fff ContactsDonation arm64e  <1ee08785afda3d3e981a2fc5cc166ed3> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1cbcc8000 - 0x1cbce7fff IntentsCore arm64e  <7ddaa4b25a4038e1943960c56f42de64> /System/Library/PrivateFrameworks/IntentsCore.framework/IntentsCore
0x1cbce8000 - 0x1cbd61fff FrontBoard arm64e  <6a6a661b986f3a6cbdd087b30bfda07b> /System/Library/PrivateFrameworks/FrontBoard.framework/FrontBoard
0x1cbf2f000 - 0x1cc07cfff Navigation arm64e  <6d6c617d7e553f2e8af4d8ee08e47b37> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1cc07d000 - 0x1cc09afff SafariFoundation arm64e  <b7f87b73c5c0321a9182124153dd9579> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x1cc221000 - 0x1cc235fff MaterialKit arm64e  <8020dde96cf23abf9b5625199728c46e> /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit
0x1cc3bb000 - 0x1cc3cbfff CoreAUC arm64e  <5147918376b5398e83256b1c6f169f2f> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1cc557000 - 0x1cca70fff AudioCodecs arm64e  <b7ad97e95e373041b317559237dcc7f2> /System/Library/Frameworks/AudioToolbox.framework/AudioCodecs
0x1ccc00000 - 0x1ccc11fff SettingsFoundation arm64e  <507f6a4a908b34aa9edacc2e793e3868> /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
0x1cd380000 - 0x1cd5a4fff RawCamera arm64e  <e5c8167ca501320b8a9b20485862894b> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x1cd612000 - 0x1cd672fff ToneLibrary arm64e  <e7f1cb76ff693509ae448c9b2f4b538b> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1cd6df000 - 0x1cd747fff iAd arm64e  <1b9ebb249dc2356a884dc170c547ec78> /System/Library/Frameworks/iAd.framework/iAd
0x1cded7000 - 0x1cdee4fff MediaSafetyNet arm64e  <5be00a71a7713479bb8c6a55ae697c14> /System/Library/PrivateFrameworks/MediaSafetyNet.framework/MediaSafetyNet
0x1cdee5000 - 0x1cdf22fff TimeSync arm64e  <1d838d72cc1e3ce48d525c94283785b3> /System/Library/PrivateFrameworks/TimeSync.framework/TimeSync
0x1cdf7c000 - 0x1cdfc1fff ExposureNotification arm64e  <8b21bb10644436d98c70111505392da6> /System/Library/Frameworks/ExposureNotification.framework/ExposureNotification
0x1ce64e000 - 0x1ce657fff CoreTime arm64e  <880008ad66523017b872b176c2597b76> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1cf02e000 - 0x1cf12efff TextRecognition arm64e  <ab47c812918a338aab16e10a6ad26a74> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
0x1cf244000 - 0x1cf24dfff ContextKitExtraction arm64e  <2a757e946f303f30b8e34ab8d0085788> /System/Library/PrivateFrameworks/ContextKitExtraction.framework/ContextKitExtraction
0x1cf32e000 - 0x1cf578fff libmorphun.dylib arm64e  <75283e2f57b63d5585989e640668aabf> /usr/lib/libmorphun.dylib
0x1cfba9000 - 0x1cfc14fff EmailCore arm64e  <dbb27fd8a85c3880994712d424d35ba7> /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore
0x1d0568000 - 0x1d05b4fff MIME arm64e  <e5d59c655c303f09a43977e671bcd05e> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x1d089e000 - 0x1d08b4fff MailServices arm64e  <4819ed0afecd3a16807e228d1123f695> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x1d0938000 - 0x1d09bcfff CoreDAV arm64e  <973b4a3dd77e3fffbf1040b19b48f831> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1d0b67000 - 0x1d0ba3fff CalendarUIKit arm64e  <5c45ba43af913466a52bde62c24a09f1> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
0x1d0ba4000 - 0x1d0bb3fff MobileIcons arm64e  <51923a3374a233dd961a4498a7cb7f42> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1d0fa2000 - 0x1d1075fff ProofReader arm64e  <e07cd922060e39d8861f251875b84cf3> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1d22e1000 - 0x1d22ebfff MallocStackLogging arm64e  <5029c09e7c073cae989c8e7ae3581d44> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
0x1d2528000 - 0x1d2573fff MetadataUtilities arm64e  <1aec53879b77371092f1bad902ca2c98> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1d2574000 - 0x1d25a4fff BannerKit arm64e  <7c116696a0ad32b3a4896bab05ac5872> /System/Library/PrivateFrameworks/BannerKit.framework/BannerKit
0x1d2cad000 - 0x1d2d0cfff CoreLocationProtobuf arm64e  <66776ba19180331d804924fa6da0f10e> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1d2f21000 - 0x1d2f53fff Bom arm64e  <bb0a2970254432b3831e608bf2a204f0> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1d2f89000 - 0x1d2f90fff PushKit arm64e  <125e0837d6c43b83a972b86d473badd1> /System/Library/Frameworks/PushKit.framework/PushKit
0x1d3198000 - 0x1d3228fff Quagga arm64e  <cf0a7e1ad8423b80b8ad9f0ea52d5a5a> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1d3229000 - 0x1d3231fff StudyLog arm64e  <ecb99e9ab81c39f7950f720362ad2a1b> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1d41c6000 - 0x1d4207fff NaturalLanguage arm64e  <2646a2a40a50363e82a5c19d8527dd53> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
0x1d42b4000 - 0x1d47effff libAudioDSP.dylib arm64e  <91c2569e0f45374c80d08862cdb95c3e> /System/Library/Frameworks/AudioToolbox.framework/libAudioDSP.dylib
0x1d47f0000 - 0x1d47fbfff AudioDataAnalysis arm64e  <22fca434a29234fdacec3a68bf49f78c> /System/Library/PrivateFrameworks/AudioDataAnalysis.framework/AudioDataAnalysis
0x1d5ae1000 - 0x1d5c23fff CoreHandwriting arm64e  <0c68ba81d7273a7d8cc955180712a75e> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
0x1d63e5000 - 0x1d63f0fff AppleIDAuthSupport arm64e  <cd9d4db6e14337c2bc492398c8fcf462> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1d6400000 - 0x1d6419fff LocalAuthentication arm64e  <e07c72e2d6cb36c4afe9108965c008f5> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1d641a000 - 0x1d6420fff IOAccelerator arm64e  <b534583668773b45acb567e5f776f687> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1d685a000 - 0x1d6908fff iTunesStore arm64e  <dd04e49f0aaf34059912b017061f0f21> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x1d6cca000 - 0x1d6cfbfff libsystem_kernel.dylib arm64e  <95c83da7b2ca3c43ba7f7088c04de757> /usr/lib/system/libsystem_kernel.dylib
0x1d6f3f000 - 0x1d7049fff ResponseKit arm64e  <1bd88fb40a1d3c3ca32e88b8a1d41988> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x1d704a000 - 0x1d7084fff EmojiFoundation arm64e  <d6f1cf67b1ce3e19916f96e63d7f7c62> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation
0x1d76cb000 - 0x1d76d8fff FontServices arm64e  <b6348b2396f3398d9c3db92649639aa1> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1d7889000 - 0x1d7895fff MediaAccessibility arm64e  <0e82cb0b9a4b3246ac108206f174f38c> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1d78d8000 - 0x1d7e94fff SiriTTS arm64e  <683240345b0c3db0a33c481ecdc5ebf7> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x1d7e95000 - 0x1d7ea3fff SetupAssistantSupport arm64e  <3fcc258c6bc33924861cf45f2a2e21dc> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1d7fa8000 - 0x1d7fdafff VirtualGarage arm64e  <d40dbb60eb73364784331f11d0303672> /System/Library/PrivateFrameworks/VirtualGarage.framework/VirtualGarage
0x1d7fdb000 - 0x1d8001fff NetAppsUtilities arm64e  <4c05b7d70a283b8c89fbfbaaac827619> /System/Library/PrivateFrameworks/NetAppsUtilities.framework/NetAppsUtilities
0x1d8002000 - 0x1d8064fff Osprey arm64e  <efe9db21159b340286f60e42a4319e63> /System/Library/PrivateFrameworks/Osprey.framework/Osprey
0x1d9239000 - 0x1d9249fff libdscsym.dylib arm64e  <8d0f7d22218437bf8f76791b62e4068d> /usr/lib/libdscsym.dylib
0x1d924a000 - 0x1d925bfff HangTracer arm64e  <963c4a68169139238c9b1169f8fbd90a> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1d939c000 - 0x1d93b0fff PersonalAudio arm64e  <ec6e087d8fec3b81a4659a6fb0ba207e> /System/Library/PrivateFrameworks/PersonalAudio.framework/PersonalAudio
0x1d9419000 - 0x1d94d7fff SampleAnalysis arm64e  <9764986d2cf939f1acc8774aa0a998bf> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1d94d8000 - 0x1d9508fff PlugInKit arm64e  <d25b10c145f638eb80a682d5d0d50a9e> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1d95b7000 - 0x1d95b8fff libSystem.B.dylib arm64e  <37501144205a386bb42936f2d10d0daf> /usr/lib/libSystem.B.dylib
0x1d98cf000 - 0x1d98dbfff MobileActivation arm64e  <bdc23ada09e13d4e940588a41a968099> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
0x1d98dc000 - 0x1d9934fff CalendarDaemon arm64e  <e2ee18b0e3203e428d217497b99dca7b> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1d9a2c000 - 0x1d9a9cfff libarchive.2.dylib arm64e  <215c1129314137e1802ee44891c52ebf> /usr/lib/libarchive.2.dylib
0x1d9a9d000 - 0x1d9ac1fff libtailspin.dylib arm64e  <5e852129ceb933b5a0da35337eca5648> /usr/lib/libtailspin.dylib
0x1d9ac2000 - 0x1d9f76fff libBNNS.dylib arm64e  <fdcf8537a890325997b98fd7378e8893> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1d9f77000 - 0x1d9fb9fff SharedUtils arm64e  <dc9f7ab2f0683d26b76f1245ee8da290> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1d9fda000 - 0x1da1a8fff iAdCore arm64e  <2a5dfdd520043e1ca64c972a33bebcda> /System/Library/PrivateFrameworks/iAdCore.framework/iAdCore
0x1da26c000 - 0x1da271fff libsysdiagnose.dylib arm64e  <52770f309e483cabb37d606f97f292a8> /usr/lib/libsysdiagnose.dylib
0x1da5d5000 - 0x1da5d5fff AVFoundation arm64e  <1d427b5a1f71317ba376e066aab2fb78> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1da5d6000 - 0x1da5d6fff Accelerate arm64e  <971c6e788a583b2d823a67c8b6ae6a3e> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1da5d7000 - 0x1da831fff libBLAS.dylib arm64e  <1464c5ae73d93808bf18ead962ff93b1> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1da832000 - 0x1dacdcfff libLAPACK.dylib arm64e  <da74cbf68d8e3b6baa200d0c607daf72> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1dacdd000 - 0x1dacf1fff libLinearAlgebra.dylib arm64e  <8257b4c340bc340cb98c2174abf25583> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1dacf2000 - 0x1dacf6fff libQuadrature.dylib arm64e  <7bbe6aa1587436469574eea587defbdb> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1dacf7000 - 0x1dad59fff libSparse.dylib arm64e  <2612f9b0f85931f68f7cf3fe51069399> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1dad5a000 - 0x1dad6bfff libSparseBLAS.dylib arm64e  <88e99ed408f838ce91481adda2d75375> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1dad6c000 - 0x1dadc4fff libvMisc.dylib arm64e  <51617fac7d47332d90fd0c9db90891b6> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1dadc5000 - 0x1dadc5fff vecLib arm64e  <2631ae4f1c35380595c94cc1000f29bd> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1dadca000 - 0x1dadcbfff AdSupport arm64e  <c040adf1ec293ebb82aba93d579662f3> /System/Library/Frameworks/AdSupport.framework/AdSupport
0x1dae14000 - 0x1daf28fff libEmbeddedSystemAUs.dylib arm64e  <1822d068dbba3349b31d122e91885669> /System/Library/Frameworks/AudioToolbox.framework/libEmbeddedSystemAUs.dylib
0x1daf29000 - 0x1daf46fff AuthenticationServices arm64e  <4872512bb8463238983fb937ae006e26> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
0x1db5dd000 - 0x1db5f4fff ExternalAccessory arm64e  <6f4bcc320ee433e0850e498c162a32cc> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory
0x1db609000 - 0x1db632fff GLKit arm64e  <71af2fcb92f43fbcb056665b21648a7a> /System/Library/Frameworks/GLKit.framework/GLKit
0x1db633000 - 0x1db660fff GSS arm64e  <d4eabaa126be315d9b3d6bc43ef927aa> /System/Library/Frameworks/GSS.framework/GSS
0x1db70b000 - 0x1db774fff GameplayKit arm64e  <638bbe501c633ff8895e83267f27ab95> /System/Library/Frameworks/GameplayKit.framework/GameplayKit
0x1db7cd000 - 0x1db91ffff MLCompute arm64e  <cf34ff20a7b93f1c8071a18fcd770f39> /System/Library/Frameworks/MLCompute.framework/MLCompute
0x1db948000 - 0x1db961fff MetalKit arm64e  <7487e30a54703725ad3764398e9d09e3> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x1db962000 - 0x1db9e8fff MPSImage arm64e  <43662c4a92b53c3cb009bad12d7b82f0> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1db9e9000 - 0x1dba0ffff MPSMatrix arm64e  <b7733e9cd4303b9a88c2424f57442335> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1dba10000 - 0x1dba4efff MPSNDArray arm64e  <be33b81c02f0317ab73565c9048d9fc1> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
0x1dba4f000 - 0x1dba97fff MPSRayIntersector arm64e  <df0babdf4add3d0eb6f7df5c3fd6fe27> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1dba98000 - 0x1dba98fff MetalPerformanceShaders arm64e  <54579591af2c331bb854c3c1e3633ebc> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1dbe35000 - 0x1dbe35fff MobileCoreServices arm64e  <e2b7a93bfcfa3b34b44b6cf934eeeb7a> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1dbe36000 - 0x1dc8a5fff ModelIO arm64e  <75b92be271853158974af219dd529331> /System/Library/Frameworks/ModelIO.framework/ModelIO
0x1dc923000 - 0x1dc951fff OpenAL arm64e  <49504b7e75953339a945c71873923692> /System/Library/Frameworks/OpenAL.framework/OpenAL
0x1dca22000 - 0x1dca2afff OpenGLES arm64e  <d546d7af4fd633d5b3f7106c2e6e4fe2> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1dca2b000 - 0x1dca2cfff libCVMSPluginSupport.dylib arm64e  <cfad3820925c3df880d322c609a23dcb> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1dca2d000 - 0x1dca33fff libCoreFSCache.dylib arm64e  <243cc950c9b03b208fc64d824462a954> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1dca34000 - 0x1dca39fff libCoreVMClient.dylib arm64e  <088d8a21563e3990bf93560679406c19> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1dca3a000 - 0x1dca43fff libGFXShared.dylib arm64e  <7a4f2f05b6ff3aaa9f2a6556d78c639e> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1dcbfe000 - 0x1dccc5fff PDFKit arm64e  <b7c46893e2e93bfe9768452b4d3352dd> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1dccd5000 - 0x1dcd13fff QuickLookThumbnailing arm64e  <98ba0ae54bf535b1a0e0346352c71734> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1dcfab000 - 0x1dd3d9fff SceneKit arm64e  <7aed318908bc37c5a4c024f7f8c91736> /System/Library/Frameworks/SceneKit.framework/SceneKit
0x1dd3e1000 - 0x1dd52efff SoundAnalysis arm64e  <f216422d71d535b5978803e643deb3a4> /System/Library/Frameworks/SoundAnalysis.framework/SoundAnalysis
0x1dd52f000 - 0x1dd53efff Speech arm64e  <b045370e67343171afcd96baa1ce8fd1> /System/Library/Frameworks/Speech.framework/Speech
0x1dd53f000 - 0x1dd65ffff SpriteKit arm64e  <d9dfaf18fc1f31c2ade25a95b8aff819> /System/Library/Frameworks/SpriteKit.framework/SpriteKit
0x1dd662000 - 0x1dd662fff UIKit arm64e  <53b462928c8f32a59b1ddfa5cecd8cdc> /System/Library/Frameworks/UIKit.framework/UIKit
0x1dd66c000 - 0x1dd735fff VideoSubscriberAccount arm64e  <057f2cefd10a3695ac0ac192d50abe68> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x1dd736000 - 0x1de30dfff libfaceCore.dylib arm64e  <73bc24802904342ba75b25a677a6b029> /System/Library/Frameworks/Vision.framework/libfaceCore.dylib
0x1de81b000 - 0x1de81efff AFKUser arm64e  <6b48cf6527f0308aaff2dccd565ff2e0> /System/Library/PrivateFrameworks/AFKUser.framework/AFKUser
0x1de8e3000 - 0x1deb6afff ANECompiler arm64e  <762e76d7b9d73825abce7362a460b65e> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
0x1deb6b000 - 0x1deb7ffff ANEServices arm64e  <614d750e6e4237d6b9e7f47d48f79391> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1deb84000 - 0x1dec41fff APFS arm64e  <a4c1e2252185306caeacfe5d20a7d149> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1dec42000 - 0x1dec48fff ASEProcessing arm64e  <2824dda045cb3911a3df672086708f4c> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1df467000 - 0x1df469fff AdAnalytics arm64e  <1328925a309633a6a8c041f6267dff74> /System/Library/PrivateFrameworks/AdAnalytics.framework/AdAnalytics
0x1df46a000 - 0x1df46efff AdPlatforms arm64e  <dd0b092819df3cfc87b25b7f38793a37> /System/Library/PrivateFrameworks/AdPlatforms.framework/AdPlatforms
0x1df47a000 - 0x1df47ffff AggregateDictionary arm64e  <ed017cc73e12313c88ab8281ab11e7c0> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1df60d000 - 0x1df6e6fff AirPlaySync arm64e  <7b36eb5798e03db798c726cc79743b02> /System/Library/PrivateFrameworks/AirPlaySync.framework/AirPlaySync
0x1df7f2000 - 0x1df80efff AlgosScoreFramework arm64e  <b29de407a2993ab49f2a09461a6df3f7> /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/AlgosScoreFramework
0x1df940000 - 0x1dfab2fff AppC3D arm64e  <5cf79dbcedd13f948e0523f11df44ee8> /System/Library/PrivateFrameworks/AppC3D.framework/AppC3D
0x1dfab3000 - 0x1dfad6fff AppConduit arm64e  <6aab29e7f7f73b4d83074a71bded81a0> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1dfbdf000 - 0x1dfbe9fff AppStoreOverlays arm64e  <a66502e3e90737ce823c5efe62df0439> /System/Library/PrivateFrameworks/AppStoreOverlays.framework/AppStoreOverlays
0x1e0ef7000 - 0x1e0f06fff AppleFSCompression arm64e  <1bf7f18f32ee30179b4a770467797085> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1e0f13000 - 0x1e0f37fff AppleIDSSOAuthentication arm64e  <6ccad7bc4a67372aa0051bd94dfcafcc> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1e0f38000 - 0x1e0f7dfff AppleJPEG arm64e  <957dfaa0ff253c7095d18ea2331f98d0> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1e1009000 - 0x1e101efff AppleNeuralEngine arm64e  <8d289eaaf6e73f6e8ff9bb1b01a5f09f> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1e1028000 - 0x1e104cfff AppleSauce arm64e  <94b496c2f3c7398dbd8fd1049f137e1c> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1e1206000 - 0x1e1266fff AuthKitUI arm64e  <44852455dcab3916bb8049694a88514a> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
0x1e12f7000 - 0x1e1310fff BiomePubSub arm64e  <c538a5780cc53b31920b305ff885c1c7> /System/Library/PrivateFrameworks/BiomePubSub.framework/BiomePubSub
0x1e15ff000 - 0x1e160efff BluetoothManager arm64e  <1047978493393a63850aa79c6704dccd> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x1e188c000 - 0x1e1896fff CMCaptureCore arm64e  <45a6c05ee6c43367b42216ac3c73b817> /System/Library/PrivateFrameworks/CMCaptureCore.framework/CMCaptureCore
0x1e18b1000 - 0x1e18c0fff CPMS arm64e  <07a900f3278c3ffbb19548fc0829de50> /System/Library/PrivateFrameworks/CPMS.framework/CPMS
0x1e18c1000 - 0x1e18d1fff CTCarrierSpace arm64e  <ebe97e11144e3df7a0f539205748a5e1> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1e1be7000 - 0x1e1bf2fff CaptiveNetwork arm64e  <95193bcdbc8b39b5aa6352d3a757c083> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1e1d1c000 - 0x1e1d59fff Catalyst arm64e  <8769ff85d55238c88dd7dc9570757c78> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
0x1e1d5a000 - 0x1e1d7ffff CellularPlanManager arm64e  <17bbd4ccbb783e779ae367a02c1824f1> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x1e1d98000 - 0x1e1da0fff CertUI arm64e  <32acdb387d9f38549bc73b4d742514d5> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x1e1da9000 - 0x1e1df9fff ChunkingLibrary arm64e  <7934bd069f783c47a232c823919d92cf> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1e2220000 - 0x1e2227fff CommonAuth arm64e  <4cd9dc3ac1ad328ca5c8bbd39b900d0f> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x1e2228000 - 0x1e222cfff CommunicationsFilter arm64e  <83b0ccae82293091a3e8688416815b88> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1e22e5000 - 0x1e22e8fff ConstantClasses arm64e  <25ee00025fee30fcb5beaea1cee4ffb2> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x1e233a000 - 0x1e23b7fff ContactsUICore arm64e  <cfab1bcd51ea3e05b134347a941c4362> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1e253d000 - 0x1e2634fff CoreBrightness arm64e  <800e204f6a493e7a990259e8703b0ca6> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1e26a2000 - 0x1e26b1fff CoreDuetDaemonProtocol arm64e  <a855c046fc733a25b8451fcc42f8bd17> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1e26b4000 - 0x1e26b6fff CoreDuetDebugLogging arm64e  <54fe7981f39f3545ab9b2ffa411a6f3b> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1e26c5000 - 0x1e26d7fff CoreEmoji arm64e  <9300e50c70013f7397986f4aa7d63e97> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1e2d07000 - 0x1e2d0bfff CoreOptimization arm64e  <c2adf8b15e7434f2aff873f03887c1b5> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1e2d0c000 - 0x1e2dc9fff CorePDF arm64e  <165ab935faa530b9871f5fc25d99cdd7> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1e2dca000 - 0x1e2dd2fff CorePhoneNumbers arm64e  <970ecc3c699733c4b01c320a82ed88d0> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1e2dd3000 - 0x1e2e2afff CorePrediction arm64e  <8fdcfe7f7276350386b4d80febe811d4> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1e376c000 - 0x1e3777fff CoreRecents arm64e  <2b297a346666366d86b8506a2dcc8bdd> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1e3778000 - 0x1e37e4fff CoreRecognition arm64e  <80a32635954939dba31da4c5b34b641d> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x1e37e5000 - 0x1e37fdfff CoreSDB arm64e  <e1b0097dcafa3431bf3da688fa3d62f1> /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
0x1e37fe000 - 0x1e3828fff CoreSVG arm64e  <c59085f22f2631a2815ccd2db93c6808> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
0x1e39ff000 - 0x1e3a03fff DAAPKit arm64e  <df75de0444503d72a15fde76e4fc91c4> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x1e3a45000 - 0x1e3a83fff DataDetectorsNaturalLanguage arm64e  <a4e6bddabdeb37bdbbd508b179bff674> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
0x1e3ae1000 - 0x1e3b0bfff DeviceIdentity arm64e  <cb2548061e4c3688a5b95d8a91713beb> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1e3c3f000 - 0x1e3c76fff DistributedEvaluation arm64e  <3b8fcba86d2f309fb5cbdf9301a2715d> /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation
0x1e3da1000 - 0x1e3dddfff DocumentManager arm64e  <7aec55434d0a3521b97b89180fd21bae> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1e3dde000 - 0x1e3dfefff DocumentManagerCore arm64e  <93aa677d642935238bb9cf73e2e17efe> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1e3e89000 - 0x1e3e8bfff DragUI arm64e  <906466c290e837d781a698af36e35e12> /System/Library/PrivateFrameworks/DragUI.framework/DragUI
0x1e3ebb000 - 0x1e3eecfff EAP8021X arm64e  <06a82d19ecc23af986072672662d91a6> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1e3f03000 - 0x1e3f0dfff EmailAddressing arm64e  <afddccf004433f8eab3ab44d63c13dd7> /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
0x1e3f1c000 - 0x1e3f31fff Engram arm64e  <400f766d54c434c68602bda8e3bbc324> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1e4072000 - 0x1e4079fff ExtensionFoundation arm64e  <8a637c247c3b391487bcda7b2aebe81e> /System/Library/PrivateFrameworks/ExtensionFoundation.framework/ExtensionFoundation
0x1e420d000 - 0x1e4215fff FSEvents arm64e  <7d528db7ec153f98a2b96794cf362775> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
0x1e4216000 - 0x1e4235fff FTAWD arm64e  <37d5cda17b093981a66dc4b4ea006597> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1e4236000 - 0x1e4239fff FTClientServices arm64e  <8a3b6bb9162030f2bd9500a0ea129b0f> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x1e423a000 - 0x1e464efff FaceCore arm64e  <bfad744ed6fd35a2a17175912bc9ba85> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1e4657000 - 0x1e465cfff FeatureFlagsSupport arm64e  <342253db28de36c2a6df9c12ff43b050> /System/Library/PrivateFrameworks/FeatureFlagsSupport.framework/FeatureFlagsSupport
0x1e465d000 - 0x1e4667fff FeedbackLogger arm64e  <9f27656db0233835b8924696f18e2623> /System/Library/PrivateFrameworks/FeedbackLogger.framework/FeedbackLogger
0x1e4808000 - 0x1e494afff libFontParser.dylib arm64e  <21337d8832303f86ad0d2282c76c083c> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1e494b000 - 0x1e4953fff libGSFont.dylib arm64e  <d858bf831ee3376aa15becdb7459334b> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
0x1e4954000 - 0x1e4991fff libGSFontCache.dylib arm64e  <ebac76b62f0b3e2c8035f06c1a3da2dc> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1e49f8000 - 0x1e4a05fff libhvf.dylib arm64e  <a5fbe63945cb3c049186fa5b79e5ad7e> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x1e4a2d000 - 0x1e4a45fff Futhark arm64e  <3e797fc1497c32108bb3a9fe520cd9e0> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1e56c7000 - 0x1e56e6fff GenerationalStorage arm64e  <8d29aaed47d9338eb29c344915e9b319> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1e56e7000 - 0x1e56f4fff GraphVisualizer arm64e  <261e00be31a33d51a9ffd1d80158e9da> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1e5721000 - 0x1e572dfff HID arm64e  <c55a884675553f90908b3fbe51da8880> /System/Library/PrivateFrameworks/HID.framework/HID
0x1e583d000 - 0x1e58affff Heimdal arm64e  <a450404bb95f352db1ed678588740939> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x1e5c3b000 - 0x1e5cb2fff HomeSharing arm64e  <7dfcd8d891213ae0b7eeba9b3edad539> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x1e5d0c000 - 0x1e5d12fff IDSKVStore arm64e  <d9dfc1551ff030dbbc422eddd5de1ab0> /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore
0x1e601e000 - 0x1e603dfff IOGPU arm64e  <5811500414da3e0d94043c10ed89af4d> /System/Library/PrivateFrameworks/IOGPU.framework/IOGPU
0x1e603f000 - 0x1e6048fff IOKitten arm64e  <6509bfab074f36329b222160a9c4a0e8> /System/Library/PrivateFrameworks/IOKitten.framework/IOKitten
0x1e6049000 - 0x1e604bfff IOSurfaceAccelerator arm64e  <25f3c0e644c03f2a8fc52159c4a32d1b> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1e6076000 - 0x1e607dfff IdleTimerServices arm64e  <9926fb360c5d370e962b57a5b5cb6f43> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1e6086000 - 0x1e608cfff IncomingCallFilter arm64e  <aefd761f8b3732dfad8993f6cc55454e> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x1e6152000 - 0x1e615ffff IntentsFoundation arm64e  <46dfb1f28ccf36359bc1c8a0d667160f> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1e617a000 - 0x1e617cfff InternationalTextSearch arm64e  <e6308cd93e9f313bb4c33d7add8cca5b> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1e617d000 - 0x1e619afff IntlPreferences arm64e  <1a88bcbc2e413d99ba89417cba566a7a> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1e61e8000 - 0x1e6204fff Jet arm64e  <df9156540b6f35efba4216a42d3b2026> /System/Library/PrivateFrameworks/Jet.framework/Jet
0x1e640f000 - 0x1e6411fff LimitAdTracking arm64e  <f2ab56eb429738158ba3636dc4b5e9b8> /System/Library/PrivateFrameworks/LimitAdTracking.framework/LimitAdTracking
0x1e6412000 - 0x1e6419fff LinguisticData arm64e  <c378acc6375e3df382bffe144154a8d6> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1e646c000 - 0x1e64a5fff LocalAuthenticationPrivateUI arm64e  <97a7e99fc8403628baf875c1315ece55> /System/Library/PrivateFrameworks/LocalAuthenticationPrivateUI.framework/LocalAuthenticationPrivateUI
0x1e666a000 - 0x1e666afff Marco arm64e  <d3252e9c24593c898b55d1b45baa33d0> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1e6977000 - 0x1e6c47fff MediaLibraryCore arm64e  <f9da169c88443a1ea79bf5bdd72a41ff> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x1e6c48000 - 0x1e6cd5fff MediaPlatform arm64e  <bf5153f10b783261b0692d2f271b8757> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x1e70dc000 - 0x1e71aefff MetalTools arm64e  <b48f3bce02d83204b365a43cac56109c> /System/Library/PrivateFrameworks/MetalTools.framework/MetalTools
0x1e71d0000 - 0x1e722dfff MetricsKit arm64e  <5ebd871270163be49865f9e0c137fded> /System/Library/PrivateFrameworks/MetricsKit.framework/MetricsKit
0x1e723e000 - 0x1e7252fff MobileBluetooth arm64e  <3e71c5af21913d928b7e02d3f9aa7888> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1e7273000 - 0x1e7275fff MobileObliteration arm64e  <7811c0416f6b373396da6098c2769e9d> /System/Library/PrivateFrameworks/MobileObliteration.framework/MobileObliteration
0x1e72d5000 - 0x1e72dbfff MobileSystemServices arm64e  <a0fd91d4915e3ba0bbe243396de7a647> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1e73bd000 - 0x1e73c3fff Netrb arm64e  <ad4abbf43b643b84a3534ff8f90486ef> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1e7484000 - 0x1e749efff NetworkStatistics arm64e  <01494ec57ab6381187f77faf882849ff> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1e757c000 - 0x1e75bdfff OTSVG arm64e  <491ddca6cfd436d7b682fc8cc2ba03c6> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1e7c06000 - 0x1e7c08fff ParsecSubscriptionServiceSupport arm64e  <af54edca3f00374297d88e4831af8f46> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x1e7c0d000 - 0x1e7c39fff Pasteboard arm64e  <aeec592fdc7335b79db5ebbc750a783c> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
0x1e7c6b000 - 0x1e7c77fff PersonaKit arm64e  <77822e7a4cd43d7d90adcc16339624c3> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1e7c78000 - 0x1e7c85fff PersonaUI arm64e  <1efc56d076483d7784777efee76b79af> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1e7cbd000 - 0x1e7cbdfff PhoneNumbers arm64e  <141f0efec16d3091b5ab3af797bd1636> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1e7ece000 - 0x1e7f1afff PhysicsKit arm64e  <3b28e65a16cc3ad68b805b45d80e6bd2> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1e7fdb000 - 0x1e7fe6fff PointerUIServices arm64e  <787c453f7b193efda94db30efd9e4d80> /System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices
0x1e943b000 - 0x1e9443fff ProgressUI arm64e  <47a53b9c4e7e3c31987c3b052fb91895> /System/Library/PrivateFrameworks/ProgressUI.framework/ProgressUI
0x1e9444000 - 0x1e9451fff PrototypeToolsUI arm64e  <134663123aef3d77970d4fb7decd1fa5> /System/Library/PrivateFrameworks/PrototypeToolsUI.framework/PrototypeToolsUI
0x1e94be000 - 0x1e94d4fff QuickLookSupport arm64e  <8a532695fc313509bf8f2827b1407181> /System/Library/PrivateFrameworks/QuickLookSupport.framework/QuickLookSupport
0x1e94d9000 - 0x1e94e4fff RTCReporting arm64e  <fe31a4ca7f4b3ba2b7fa17fda9453ee0> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1e9783000 - 0x1e9795fff RemoteTextInput arm64e  <93ed7cf25bbb3f72b3779ea6f22d4c3e> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1e9796000 - 0x1e97fffff RemoteUI arm64e  <150c3d6871dc3e9ea6f2675f6bd7177d> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
0x1e982f000 - 0x1e9833fff RevealCore arm64e  <76e120298fcd33edb9c93cfff21a2093> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
0x1e984a000 - 0x1e9bd6fff SDAPI arm64e  <89d010a9634c38c7b4cd89668997d82b> /System/Library/PrivateFrameworks/SDAPI.framework/SDAPI
0x1eb28c000 - 0x1eb296fff SignpostCollection arm64e  <e7a991ca0d9930e493a740442d51b429> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1eb297000 - 0x1eb297fff SignpostMetrics arm64e  <36bf70dd8be6397a963db3b3e9a0482e> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
0x1eb299000 - 0x1eb2dafff SignpostSupport arm64e  <ab647fbecb023f5fbc80c14811f45331> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1ebdf6000 - 0x1ebdf6fff SoftLinking arm64e  <9d63f4cc6ab8307096d71823e34d7275> /System/Library/PrivateFrameworks/SoftLinking.framework/SoftLinking
0x1ec2ec000 - 0x1ec32afff StreamingZip arm64e  <4be794cca2973a0fb01696cedc2d4740> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1ec332000 - 0x1ec33cfff SymptomDiagnosticReporter arm64e  <85263b47543435e7b5b8e3d0beecc495> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1ec36e000 - 0x1ec38afff SymptomPresentationFeed arm64e  <d065cf42437b32deab82d869af6c7b1e> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/SymptomPresentationFeed
0x1ec3ca000 - 0x1ec3dafff TCC arm64e  <62793f6548eb3781a6c6fbb2664ddc9e> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1ecccb000 - 0x1ecd7ffff TextureIO arm64e  <dc08cfe28cc733f996f5f352b83596e1> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1ecf8c000 - 0x1ecf98fff TransparencyDetailsView arm64e  <c7fdddb91238347fa3cf7c9581c5d6fc> /System/Library/PrivateFrameworks/TransparencyDetailsView.framework/TransparencyDetailsView
0x1ecfa3000 - 0x1ecfaafff URLFormatting arm64e  <64f89fa503863dcba8dea9754bd7e072> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1ed588000 - 0x1ed5b2fff UsageTracking arm64e  <754d4480341332178d8d832bdb6b514d> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
0x1ee0eb000 - 0x1ee1b4fff VoiceTrigger arm64e  <cb559356bab1318b9f4c6c96089ae18a> /System/Library/PrivateFrameworks/VoiceTrigger.framework/VoiceTrigger
0x1ee27b000 - 0x1ee27cfff WatchdogClient arm64e  <b14a35cf2bb33a02bcfb0fc9b223dbe0> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
0x1ee561000 - 0x1eec9dfff libwebrtc.dylib arm64e  <32d0d5303cf631e5a14773a69054a8d6> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1eed1e000 - 0x1eed35fff WebUI arm64e  <e8001579427d35a3b0cbc23da102721c> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x1ef278000 - 0x1ef27bfff XCTTargetBootstrap arm64e  <87e5f6d1a5b43a4d986691ddd6949f8f> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1ef301000 - 0x1ef320fff caulk arm64e  <624d829753363ec9929611c120fb7775> /System/Library/PrivateFrameworks/caulk.framework/caulk
0x1ef335000 - 0x1ef343fff iAdServices arm64e  <064a822bba0539eb95b6be8268ea571a> /System/Library/PrivateFrameworks/iAdServices.framework/iAdServices
0x1f1895000 - 0x1f189afff kperf arm64e  <981f8f1742ae3eacaf29e42f50081e49> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1f189b000 - 0x1f18a3fff kperfdata arm64e  <ca9efc82ec6b3ac48241930904239a31> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1f18a4000 - 0x1f18bafff libEDR arm64e  <0dcb23211d723cffbcb110ce6979aab8> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1f18d3000 - 0x1f18e4fff perfdata arm64e  <495e4891424e3177a60d35fa49315791> /System/Library/PrivateFrameworks/perfdata.framework/perfdata
0x1f18e5000 - 0x1f1916fff vCard arm64e  <4aa540e5b40f31208fbd80cc50412325> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1f2244000 - 0x1f2280fff libAWDSupport.dylib arm64e  <e8a4782d30743c9491abca915d7390ab> /usr/lib/libAWDSupport.dylib
0x1f2281000 - 0x1f263cfff libAWDSupportFramework.dylib arm64e  <0a9c24f75fb931bf98b7f0294debdf48> /usr/lib/libAWDSupportFramework.dylib
0x1f27bb000 - 0x1f27cafff libAudioStatistics.dylib arm64e  <c9b0f85a06e435e3b3a5f70572f7145c> /usr/lib/libAudioStatistics.dylib
0x1f296c000 - 0x1f299ffff libCRFSuite.dylib arm64e  <bdfefba3521332aeb328814fbe6673de> /usr/lib/libCRFSuite.dylib
0x1f29a0000 - 0x1f29a1fff libCTGreenTeaLogger.dylib arm64e  <5876a9f48b1239dcb7a68e9b0b96cc85> /usr/lib/libCTGreenTeaLogger.dylib
0x1f29a2000 - 0x1f29acfff libChineseTokenizer.dylib arm64e  <bb7e5234df193083b861fa1de92a680a> /usr/lib/libChineseTokenizer.dylib
0x1f2c63000 - 0x1f2c6afff libIOReport.dylib arm64e  <99378aec8db53f85b14d564784480650> /usr/lib/libIOReport.dylib
0x1f2ce6000 - 0x1f2cedfff libMatch.1.dylib arm64e  <4b76b41ee65330b5ab4b053ed9331408> /usr/lib/libMatch.1.dylib
0x1f2e0a000 - 0x1f2e0bfff libThaiTokenizer.dylib arm64e  <2d141137198a38e8a23552764b89650d> /usr/lib/libThaiTokenizer.dylib
0x1f3081000 - 0x1f3083fff libapp_launch_measurement.dylib arm64e  <dd7f86ac570e35b7bc6059c9d9e68118> /usr/lib/libapp_launch_measurement.dylib
0x1f3084000 - 0x1f309afff libapple_nghttp2.dylib arm64e  <f63c55ede58a34b9bfeb47b0100e2ce1> /usr/lib/libapple_nghttp2.dylib
0x1f309b000 - 0x1f312cfff libate.dylib arm64e  <0480072585a23b4faedfee55a0507a51> /usr/lib/libate.dylib
0x1f31be000 - 0x1f31cefff libbsm.0.dylib arm64e  <69a08060b3353bffb46ce624360d68cc> /usr/lib/libbsm.0.dylib
0x1f31cf000 - 0x1f31dbfff libbz2.1.0.dylib arm64e  <5976e1ba75043223b6c779b559493ae3> /usr/lib/libbz2.1.0.dylib
0x1f31dc000 - 0x1f31dcfff libcharset.1.dylib arm64e  <df13e89bde7a319fbe48aaa4eeb3a06d> /usr/lib/libcharset.1.dylib
0x1f31dd000 - 0x1f31eefff libcmph.dylib arm64e  <cebffdffd7d63e1a99117d84e7c5bf61> /usr/lib/libcmph.dylib
0x1f31ef000 - 0x1f3206fff libcompression.dylib arm64e  <3dd8e20319103207bd0ed4012adc2e27> /usr/lib/libcompression.dylib
0x1f3207000 - 0x1f321dfff libcoretls.dylib arm64e  <412c627dbcd43363a5eb8adac64d5df8> /usr/lib/libcoretls.dylib
0x1f321e000 - 0x1f321ffff libcoretls_cfhelpers.dylib arm64e  <8c86770bd9a33edfb44a5e65a6e83121> /usr/lib/libcoretls_cfhelpers.dylib
0x1f3243000 - 0x1f324afff libcupolicy.dylib arm64e  <bba43146d1cf38a9b8944d29e5681676> /usr/lib/libcupolicy.dylib
0x1f324b000 - 0x1f3252fff libdns_services.dylib arm64e  <7051d8e3117435fcaadf13e99c463df1> /usr/lib/libdns_services.dylib
0x1f3253000 - 0x1f3270fff libedit.3.dylib arm64e  <7ae3aba20a7d3c1f8217aeb442b49ed0> /usr/lib/libedit.3.dylib
0x1f3271000 - 0x1f3271fff libenergytrace.dylib arm64e  <cef8a8bac01d347393e320089cd973de> /usr/lib/libenergytrace.dylib
0x1f3272000 - 0x1f328bfff libexpat.1.dylib arm64e  <8458b56730553db481512430799b2917> /usr/lib/libexpat.1.dylib
0x1f32b7000 - 0x1f32bbfff libgermantok.dylib arm64e  <15c56423f081367a9b3e46402d005b9c> /usr/lib/libgermantok.dylib
0x1f32bc000 - 0x1f32c1fff libheimdal-asn1.dylib arm64e  <9703f2434cb434f9b71b1d5ddd3a9b81> /usr/lib/libheimdal-asn1.dylib
0x1f32c2000 - 0x1f33b7fff libiconv.2.dylib arm64e  <7e67d18aad88314aba3f8fad76db01c2> /usr/lib/libiconv.2.dylib
0x1f33d6000 - 0x1f33d7fff liblangid.dylib arm64e  <d7b530c8695635b39a2ad9cc02cfd852> /usr/lib/liblangid.dylib
0x1f33d8000 - 0x1f33e3fff liblockdown.dylib arm64e  <d526de59f7cf32b2895d043c3e86fa52> /usr/lib/liblockdown.dylib
0x1f33e4000 - 0x1f33fcfff liblzma.5.dylib arm64e  <941ac4cea9ef3920a3405459df591e1d> /usr/lib/liblzma.5.dylib
0x1f342b000 - 0x1f3480fff libmecab.dylib arm64e  <b278e000b687372da3c326f1b8a6ed45> /usr/lib/libmecab.dylib
0x1f3481000 - 0x1f36b8fff libmecabra.dylib arm64e  <14b748c439173265bcc22e129ee4202f> /usr/lib/libmecabra.dylib
0x1f36b9000 - 0x1f36ccfff libmis.dylib arm64e  <38c42078d81d34ff9768847e136f5f35> /usr/lib/libmis.dylib
0x1f36cd000 - 0x1f36e2fff libnetworkextension.dylib arm64e  <bc11992719a73d16a249777f852d4ffc> /usr/lib/libnetworkextension.dylib
0x1f3a8d000 - 0x1f3ac7fff libpcap.A.dylib arm64e  <0b09f71d72a633bdaae06ba301e3a6bf> /usr/lib/libpcap.A.dylib
0x1f3ac8000 - 0x1f3ad6fff libperfcheck.dylib arm64e  <3209b947b0b63dfd8d7fa82db852e8f3> /usr/lib/libperfcheck.dylib
0x1f3ade000 - 0x1f3af0fff libprequelite.dylib arm64e  <895b10fdf9bf3694a072dddea896ef9c> /usr/lib/libprequelite.dylib
0x1f3af1000 - 0x1f3b03fff libprotobuf-lite.dylib arm64e  <e00cf97cb73335a7a7fe644741c836c7> /usr/lib/libprotobuf-lite.dylib
0x1f3b04000 - 0x1f3b66fff libprotobuf.dylib arm64e  <d84817afdb2733b3b0800e0471280f5e> /usr/lib/libprotobuf.dylib
0x1f3b67000 - 0x1f3bc6fff libquic.dylib arm64e  <b5a9deb40d0a32d287dbb354e58b8694> /usr/lib/libquic.dylib
0x1f3bc7000 - 0x1f3bdffff libresolv.9.dylib arm64e  <dd07d5f9399e308092f98e494eab2d86> /usr/lib/libresolv.9.dylib
0x1f3be0000 - 0x1f3be2fff libsandbox.1.dylib arm64e  <69ad3945a8e339a19aae15ab81e2e931> /usr/lib/libsandbox.1.dylib
0x1f3c2c000 - 0x1f3c2ffff libutil.dylib arm64e  <854f760a2ad6375e8582d190903cdef4> /usr/lib/libutil.dylib
0x1f3c30000 - 0x1f3d1bfff libxml2.2.dylib arm64e  <7663cdaa843d3a63a6975d34e2045591> /usr/lib/libxml2.2.dylib
0x1f3d20000 - 0x1f3d49fff libxslt.1.dylib arm64e  <f4ec4b5b25ac3d138e061c9d56fcc8cb> /usr/lib/libxslt.1.dylib
0x1f3d4a000 - 0x1f3d5bfff libz.1.dylib arm64e  <f071e04855e63942a3bcb3fdb85fd324> /usr/lib/libz.1.dylib
0x1f3d95000 - 0x1f3d97fff liblog_network.dylib arm64e  <21327035e8e935d4872209bce2eecf82> /usr/lib/log/liblog_network.dylib
0x1f3fad000 - 0x1f3fb2fff libcache.dylib arm64e  <e8008b66f5e93d40a485fc01e4005de8> /usr/lib/system/libcache.dylib
0x1f3fb3000 - 0x1f3fc0fff libcommonCrypto.dylib arm64e  <2642db07006d3e4da311aaa8a3765aa3> /usr/lib/system/libcommonCrypto.dylib
0x1f3fc1000 - 0x1f3fc4fff libcompiler_rt.dylib arm64e  <11006ab7252c34288b4bb752d35170b3> /usr/lib/system/libcompiler_rt.dylib
0x1f3fc5000 - 0x1f3fcdfff libcopyfile.dylib arm64e  <c0ac35bc1fa6375fbc02457fc85bf2f1> /usr/lib/system/libcopyfile.dylib
0x1f40b3000 - 0x1f40b3fff liblaunch.dylib arm64e  <533ec8c5aade3debaad3ab3a13505298> /usr/lib/system/liblaunch.dylib
0x1f40b4000 - 0x1f40b9fff libmacho.dylib arm64e  <ff7ec7be2e073304a6b671f5443105f3> /usr/lib/system/libmacho.dylib
0x1f40ba000 - 0x1f40bcfff libremovefile.dylib arm64e  <57a846953c1c3fd088d1306786bcff80> /usr/lib/system/libremovefile.dylib
0x1f40bd000 - 0x1f40befff libsystem_blocks.dylib arm64e  <460d7d6f783a3e588e34dec38eae1938> /usr/lib/system/libsystem_blocks.dylib
0x1f40bf000 - 0x1f40c1fff libsystem_collections.dylib arm64e  <6bbbbbef813d3fe498018ca5a772e7ad> /usr/lib/system/libsystem_collections.dylib
0x1f40c2000 - 0x1f40c6fff libsystem_configuration.dylib arm64e  <0c1135ceb3f73af280dc4c5f0683687e> /usr/lib/system/libsystem_configuration.dylib
0x1f40c7000 - 0x1f40d9fff libsystem_containermanager.dylib arm64e  <fcc1a0a9fef73d0aa26cf14c40c7018b> /usr/lib/system/libsystem_containermanager.dylib
0x1f40da000 - 0x1f40dbfff libsystem_coreservices.dylib arm64e  <0a689c1f686e36438d53b96905739505> /usr/lib/system/libsystem_coreservices.dylib
0x1f40dc000 - 0x1f40e5fff libsystem_darwin.dylib arm64e  <79c4abecdb93344baf9177d91ddc7a64> /usr/lib/system/libsystem_darwin.dylib
0x1f40e6000 - 0x1f40eefff libsystem_dnssd.dylib arm64e  <0ba7db32bd5e3e05a500c78112b5f2c6> /usr/lib/system/libsystem_dnssd.dylib
0x1f40ef000 - 0x1f40f1fff libsystem_featureflags.dylib arm64e  <9276d11149903a068474c9051685b4d5> /usr/lib/system/libsystem_featureflags.dylib
0x1f40f2000 - 0x1f411ffff libsystem_m.dylib arm64e  <14e5ee34a36e3891b4c2d42cdc33511e> /usr/lib/system/libsystem_m.dylib
0x1f4120000 - 0x1f4126fff libsystem_platform.dylib arm64e  <ad0293661e3032cd8e4ca025b49e513b> /usr/lib/system/libsystem_platform.dylib
0x1f4127000 - 0x1f4127fff libsystem_product_info_filter.dylib arm64e  <953dfc0db6423864b345dbde8efb5862> /usr/lib/system/libsystem_product_info_filter.dylib
0x1f4128000 - 0x1f4133fff libsystem_pthread.dylib arm64e  <85aa620c0b543f75b11f0d45cdd71628> /usr/lib/system/libsystem_pthread.dylib
0x1f4134000 - 0x1f4137fff libsystem_sandbox.dylib arm64e  <416cf773b03c39ba86787a7af263eed3> /usr/lib/system/libsystem_sandbox.dylib
0x1f4138000 - 0x1f4142fff libunwind.dylib arm64e  <65659b257a80323faf04023c255731b7> /usr/lib/system/libunwind.dylib
0x1f4143000 - 0x1f4179fff libxpc.dylib arm64e  <3b74544bb441312d8a64dd5a3e60e74e> /usr/lib/system/libxpc.dylib
0x1f484e000 - 0x1f4b48fff AGXMetalA12 arm64e  <80e3dd9c53563282a26e68e1d3a854ae> /System/Library/Extensions/AGXMetalA12.bundle/AGXMetalA12
0x1f57d4000 - 0x1f57e6fff SpotlightLinguistics arm64e  <78ccd543ceb03f9d9588df5188835a21> /System/Library/PrivateFrameworks/SpotlightLinguistics.framework/SpotlightLinguistics

EOF