Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deadlock with playerMutex #459

Open
iOkay opened this issue Jan 28, 2021 · 0 comments
Open

Deadlock with playerMutex #459

iOkay opened this issue Jan 28, 2021 · 0 comments

Comments

@iOkay
Copy link

iOkay commented Jan 28, 2021

Incident Identifier: 062599B3-10D6-47BE-8FF9-D97AA714C556
CrashReporter Key:   f3f3ca90881fe8f2f66e4e8a4bf47e0776e24761
Hardware Model:      iPhone11,6
Process:             xxxxxxxxx [6473]
Path:                /private/var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/xxxxxxxxx
Identifier:          com.xxxx.xxx.xxxx
Version:             1611802824 (1.6.0)
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           com.xxxx.xxx.xxxx [1501]


Date/Time:           2021-01-28 13:48:00.3531 +0800
Launch Time:         2021-01-28 12:15:12.0726 +0800
OS Version:          iPhone OS 14.3 (18C66)
Release Type:        User
Baseband Version:    3.02.02
Report Version:      104

Exception Type:  EXC_CRASH (SIGKILL)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Termination Reason: Namespace SPRINGBOARD, Code 0x8badf00d
Termination Description: SPRINGBOARD, <RBSTerminateContext| domain:10 code:0x8BADF00D explanation:scene-update watchdog transgression: application<com.xxxx.xxx.xxxx>:6473 exhausted real (wall clock) time allowance of 10.00 seconds | ProcessVisibility: Foreground | ProcessState: Running | WatchdogEvent: scene-update | WatchdogVisibility: Background | WatchdogCPUStatistics: ( | "Elapsed total CPU time (seconds): 14.510 (user 14.510, system 0.000), 24% CPU", | "Elapsed application CPU time (seconds): 0.155, 0% CPU" | ) reportType:CrashLog maxTerminationResistance:Interactive>
Triggered by Thread:  0

Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   libsystem_kernel.dylib        	0x00000001d6080f5c __ulock_wait + 8
1   libsystem_pthread.dylib       	0x00000001f3adcbe0 _pthread_join + 452
2   caulk                         	0x00000001eecc2508 caulk::thread::join+ 66824 () + 56
3   libEmbeddedSystemAUs.dylib    	0x00000001da23887c AURemoteIO::IOThread::~IOThread+ 616572 () + 36
4   libEmbeddedSystemAUs.dylib    	0x00000001da236770 std::__1::shared_ptr<AURemoteIO::IOThread>::~shared_ptr+ 608112 () + 64
5   libEmbeddedSystemAUs.dylib    	0x00000001da2361b4 AURemoteIO::Stop+ 606644 () + 1552
6   libEmbeddedSystemAUs.dylib    	0x00000001da1cbe1c AUMethodStop+ 171548 (void*) + 84
7   AudioToolbox                  	0x00000001b1353004 AudioUnitGraph::Stop+ 1511428 () + 268
8   xxxxxxxxx                    	0x0000000103206c88 -[STKAudioPlayer stopAudioUnitWithReason:] + 9071752 (STKAudioPlayer.m:2625)
9   xxxxxxxxx                    	0x0000000103202a38 -[STKAudioPlayer stop] + 9054776 (STKAudioPlayer.m:1881)
10  xxxxxxxxx                    	0x00000001032bfb18 -[SpeakWordPlayer stop] + 9829144 (SpeakWordPlayer.m:130)
11  xxxxxxxxx                    	0x0000000103601168 -[WordSpeakCell playMineVoice] + 13242728 (WordSpeakCell.m:188)
12  xxxxxxxxx                    	0x0000000103602bbc __27-[WordSpeakCell actionView]_block_invoke_2 + 13249468 (WordSpeakCell.m:0)
13  xxxxxxxxx                    	0x00000001035f43dc -[WordSpeakActionView showResultWithScore:] + 13190108 (WordSpeakActionView.m:205)
14  xxxxxxxxx                    	0x00000001035f41c8 __38-[WordSpeakActionView audioEvaluation]_block_invoke_2 + 13189576 (WordSpeakActionView.m:177)
15  xxxxxxxxx                    	0x000000010349048c -[WMSpeechEvaluator onISEResultXmlParserResult:] + 11732108 (WMSpeechEvaluator.m:240)
16  xxxxxxxxx                    	0x0000000102bc7fe4 -[ISEResultXmlParser parser:didEndElement:namespaceURI:qualifiedName:] + 2523108 (ISEResultXmlParser.m:270)
17  Foundation                    	0x00000001a96b763c _endElementNs + 584
18  libxml2.2.dylib               	0x00000001f3619618 xmlParseEndTag2 + 912
19  libxml2.2.dylib               	0x00000001f361bd58 xmlParseTryOrFinish + 3072
20  libxml2.2.dylib               	0x00000001f361ae40 xmlParseChunk + 596
21  Foundation                    	0x00000001a958b7ac -[NSXMLParser parseData:] + 136
22  Foundation                    	0x00000001a958b984 -[NSXMLParser parseData:] + 608
23  Foundation                    	0x00000001a958c2e8 -[NSXMLParser parseFromStream] + 232
24  xxxxxxxxx                    	0x0000000102bc5f58 -[ISEResultXmlParser parserXml:] + 2514776 (ISEResultXmlParser.m:65)
25  xxxxxxxxx                    	0x000000010348fbf0 -[WMSpeechEvaluator onResults:isLast:] + 11729904 (WMSpeechEvaluator.m:0)
26  CoreFoundation                	0x00000001a830e8f4 __invoking___ + 148
27  CoreFoundation                	0x00000001a81e5df8 -[NSInvocation invoke] + 448
28  Foundation                    	0x00000001a969fb90 __NSThreadPerformPerform + 188
29  CoreFoundation                	0x00000001a828576c __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28
30  CoreFoundation                	0x00000001a8285668 __CFRunLoopDoSource0 + 208
31  CoreFoundation                	0x00000001a8284960 __CFRunLoopDoSources0 + 268
32  CoreFoundation                	0x00000001a827ea8c __CFRunLoopRun + 824
33  CoreFoundation                	0x00000001a827e21c CFRunLoopRunSpecific + 600
34  GraphicsServices              	0x00000001bfd82784 GSEventRunModal + 164
35  UIKitCore                     	0x00000001aacbcfe0 -[UIApplication _run] + 1072
36  UIKitCore                     	0x00000001aacc2854 UIApplicationMain + 168
37  xxxxxxxxx                    	0x000000010361359c main + 13317532 (main.m:14)
38  libdyld.dylib                 	0x00000001a7f3e6b0 start + 4

Thread 1 name:  com.apple.uikit.eventfetch-thread
Thread 1:
0   libsystem_kernel.dylib        	0x00000001d605c2d0 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001d605b660 mach_msg + 76
2   CoreFoundation                	0x00000001a8284c30 __CFRunLoopServiceMachPort + 380
3   CoreFoundation                	0x00000001a827ec14 __CFRunLoopRun + 1216
4   CoreFoundation                	0x00000001a827e21c CFRunLoopRunSpecific + 600
5   Foundation                    	0x00000001a952ddf0 -[NSRunLoop+ 36336 (NSRunLoop) runMode:beforeDate:] + 232
6   Foundation                    	0x00000001a952dcbc -[NSRunLoop+ 36028 (NSRunLoop) runUntilDate:] + 92
7   UIKitCore                     	0x00000001aad70d48 -[UIEventFetcher threadMain] + 516
8   Foundation                    	0x00000001a969fa34 __NSThread__start__ + 864
9   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
10  libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 2:
0   libsystem_kernel.dylib        	0x00000001d605c2d0 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001d605b660 mach_msg + 76
2   CoreFoundation                	0x00000001a8284c30 __CFRunLoopServiceMachPort + 380
3   CoreFoundation                	0x00000001a827ec14 __CFRunLoopRun + 1216
4   CoreFoundation                	0x00000001a827e21c CFRunLoopRunSpecific + 600
5   NSLogger                      	0x0000000106d30518 LoggerWorkerThread + 34072 (LoggerClient.m:708)
6   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
7   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 3:
0   libsystem_kernel.dylib        	0x00000001d608070c __select + 8
1   NSLogger                      	0x0000000106d340f4 LoggerConsoleGrabThread + 49396 (LoggerClient.m:1256)
2   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
3   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 4:
0   libsystem_kernel.dylib        	0x00000001d60801ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001f3add458 _pthread_cond_wait + 1192
2   libc++.1.dylib                	0x00000001bd3193c4 std::__1::condition_variable::__do_timed_wait+ 54212 (std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 100
3   xxxxxxxxx                    	0x0000000103c87cc8 std::__1::cv_status std::__1::condition_variable::wait_until<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >+ 20085960 (std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > > const&) + 124
4   xxxxxxxxx                    	0x0000000103ddbbb0 std::__1::cv_status std::__1::condition_variable_any::wait_until<std::__1::unique_lock<TXCMutex>, std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >+ 21478320 (std::__1::unique_lock<TXCMutex>&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > > const&) + 104
5   xxxxxxxxx                    	0x0000000103ddb860 TXCCondition::wait+ 21477472 (std::__1::unique_lock<TXCMutex>&, long) + 88
6   xxxxxxxxx                    	0x0000000103ddb928 TXCCondition::wait+ 21477672 (long) + 60
7   xxxxxxxxx                    	0x0000000103dc2238 __async_log_thread+ 21373496 () + 176
8   xxxxxxxxx                    	0x0000000103dc2ee0 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (*)()> >+ 21376736 (void*) + 44
9   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
10  libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 5 name:  DataReportTCPChannel
Thread 5:
0   libsystem_kernel.dylib        	0x00000001d6082230 kevent + 8
1   xxxxxxxxx                    	0x0000000103ddacfc txliteav::TXCIOListener::Listen+ 21474556 (int) + 136
2   xxxxxxxxx                    	0x0000000103dc7aa4 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, txliteav::TXCIOLooper::Start()::$_2> >+ 21396132 (void*) + 1448
3   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
4   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 6:
0   libsystem_kernel.dylib        	0x00000001d6080814 __semwait_signal + 8
1   libsystem_c.dylib             	0x00000001b16a3710 nanosleep + 216
2   libsystem_c.dylib             	0x00000001b16a34f4 sleep + 48
3   xxxxxxxxx                    	0x0000000104044b20 monitorCachedData + 24005408 (KSCrashCachedData.c:0)
4   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
5   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 7 name:  KSCrash Exception Handler (Secondary)
Thread 7:
0   libsystem_kernel.dylib        	0x00000001d605c2d0 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001d605b660 mach_msg + 76
2   libsystem_kernel.dylib        	0x00000001d6079dd4 thread_suspend + 84
3   xxxxxxxxx                    	0x00000001040156c8 handleExceptions + 23811784 (KSCrashMonitor_MachException.c:280)
4   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
5   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 8 name:  KSCrash Exception Handler (Primary)
Thread 8:
0   libsystem_kernel.dylib        	0x00000001d605c2d0 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001d605b660 mach_msg + 76
2   xxxxxxxxx                    	0x00000001040156f8 handleExceptions + 23811832 (KSCrashMonitor_MachException.c:0)
3   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
4   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 9 name:  AVAudioSession Notify Thread
Thread 9:
0   libsystem_kernel.dylib        	0x00000001d605c2d0 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001d605b660 mach_msg + 76
2   CoreFoundation                	0x00000001a8284c30 __CFRunLoopServiceMachPort + 380
3   CoreFoundation                	0x00000001a827ec14 __CFRunLoopRun + 1216
4   CoreFoundation                	0x00000001a827e21c CFRunLoopRunSpecific + 600
5   AudioSession                  	0x00000001afd380c4 GenericRunLoopThread::Entry+ 53444 (void*) + 164
6   AudioSession                  	0x00000001afd3a25c CAPThread::Entry+ 62044 (CAPThread*) + 92
7   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
8   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 10 name:  WCDB-checkpoint
Thread 10:
0   libsystem_kernel.dylib        	0x00000001d60801ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001f3add458 _pthread_cond_wait + 1192
2   libc++.1.dylib                	0x00000001bd319328 std::__1::condition_variable::wait+ 54056 (std::__1::unique_lock<std::__1::mutex>&) + 28
3   WCDB                          	0x00000001075f4600 WCDB::TimedQueue<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >::waitUntilExpired(std::__1::function<void (std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&)> const&, bool) + 50688 (timed_queue.hpp:66)
4   WCDB                          	0x00000001075f445c WCDB::Database::$_3::operator()(std::__1::shared_ptr<WCDB::Handle>&, WCDB::Error&) const::'lambda'(WCDB::Handle*, int, void*)::operator()(WCDB::Handle*, int, void*) const::'lambda'()::operator()() const + 50268 (database_config.cpp:214)
5   WCDB                          	0x00000001075f43dc WCDB::Database::$_3::operator()(std::__1::shared_ptr<WCDB::Handle>&, WCDB::Error&) const::'lambda'(WCDB::Handle*, int, void*)::operator()(WCDB::Handle*, int, void*) const::'lambda'()::operator()() const + 50140 (database_config.cpp:209)
6   WCDB                          	0x00000001075f4370 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, WCDB::Database::$_3::operator()(std::__1::shared_ptr<WCDB::Handle>&, WCDB::Error&) const::'lambda'(WCDB::Handle*, int, void*)::operator()(WCDB::Handle*, int, void*) const::'lambda'()> >(void*) + 50032 (thread:0)
7   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
8   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 11 name:  com.apple.NSURLConnectionLoader
Thread 11:
0   libsystem_kernel.dylib        	0x00000001d605c2d0 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001d605b660 mach_msg + 76
2   CoreFoundation                	0x00000001a8284c30 __CFRunLoopServiceMachPort + 380
3   CoreFoundation                	0x00000001a827ec14 __CFRunLoopRun + 1216
4   CoreFoundation                	0x00000001a827e21c CFRunLoopRunSpecific + 600
5   CFNetwork                     	0x00000001a8b542c0 0x1a8908000 + 2409152
6   Foundation                    	0x00000001a969fa34 __NSThread__start__ + 864
7   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
8   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 12:
0   libsystem_kernel.dylib        	0x00000001d60801ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001f3add458 _pthread_cond_wait + 1192
2   xxxxxxxxx                    	0x000000010426cbe8 native_event_wait + 228
3   xxxxxxxxx                    	0x000000010426cffc internal_MSPThread_WaitMessages + 372
4   xxxxxxxxx                    	0x000000010426ce70 MSPThread_WaitMessages + 216
5   xxxxxxxxx                    	0x000000010428dfc8 socket_main + 276
6   xxxxxxxxx                    	0x000000010426e148 ThreadEntryHook + 568
7   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
8   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 13:
0   libsystem_kernel.dylib        	0x00000001d60801ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001f3add458 _pthread_cond_wait + 1192
2   xxxxxxxxx                    	0x000000010426cbe8 native_event_wait + 228
3   xxxxxxxxx                    	0x000000010423b964 dns_main + 136
4   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
5   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 14:
0   libsystem_kernel.dylib        	0x00000001d60801ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001f3add458 _pthread_cond_wait + 1192
2   xxxxxxxxx                    	0x000000010426cbe8 native_event_wait + 228
3   xxxxxxxxx                    	0x000000010426cffc internal_MSPThread_WaitMessages + 372
4   xxxxxxxxx                    	0x000000010426ce70 MSPThread_WaitMessages + 216
5   xxxxxxxxx                    	0x00000001042b7334 iFLYlua_engine_main + 520
6   xxxxxxxxx                    	0x000000010426e148 ThreadEntryHook + 568
7   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
8   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 15:
0   libsystem_kernel.dylib        	0x00000001d60801ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001f3add458 _pthread_cond_wait + 1192
2   xxxxxxxxx                    	0x000000010426cbe8 native_event_wait + 228
3   xxxxxxxxx                    	0x000000010426cffc internal_MSPThread_WaitMessages + 372
4   xxxxxxxxx                    	0x000000010426ce70 MSPThread_WaitMessages + 216
5   xxxxxxxxx                    	0x00000001042b7334 iFLYlua_engine_main + 520
6   xxxxxxxxx                    	0x000000010426e148 ThreadEntryHook + 568
7   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
8   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 16:
0   libsystem_kernel.dylib        	0x00000001d60801ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001f3add458 _pthread_cond_wait + 1192
2   xxxxxxxxx                    	0x000000010426cbe8 native_event_wait + 228
3   xxxxxxxxx                    	0x000000010426cffc internal_MSPThread_WaitMessages + 372
4   xxxxxxxxx                    	0x000000010426ce70 MSPThread_WaitMessages + 216
5   xxxxxxxxx                    	0x00000001042b7334 iFLYlua_engine_main + 520
6   xxxxxxxxx                    	0x000000010426e148 ThreadEntryHook + 568
7   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
8   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 17:
0   libsystem_kernel.dylib        	0x00000001d60801ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001f3add458 _pthread_cond_wait + 1192
2   xxxxxxxxx                    	0x000000010426cbe8 native_event_wait + 228
3   xxxxxxxxx                    	0x000000010426cffc internal_MSPThread_WaitMessages + 372
4   xxxxxxxxx                    	0x000000010426ce70 MSPThread_WaitMessages + 216
5   xxxxxxxxx                    	0x00000001042b7334 iFLYlua_engine_main + 520
6   xxxxxxxxx                    	0x000000010426e148 ThreadEntryHook + 568
7   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
8   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 18 name:  ijk_threadpool
Thread 18:
0   libsystem_kernel.dylib        	0x00000001d60801ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001f3add458 _pthread_cond_wait + 1192
2   xxxxxxxxx                    	0x0000000103d6de28 ijkio_cache_task + 240
3   xxxxxxxxx                    	0x0000000103d65d30 ijk_threadpool_thread + 184
4   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
5   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 19 name:  ijk_threadpool
Thread 19:
0   libsystem_kernel.dylib        	0x00000001d60801ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001f3add458 _pthread_cond_wait + 1192
2   xxxxxxxxx                    	0x0000000103d65cc8 ijk_threadpool_thread + 80
3   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
4   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 20 name:  ijk_threadpool
Thread 20:
0   libsystem_kernel.dylib        	0x00000001d60801ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001f3add458 _pthread_cond_wait + 1192
2   xxxxxxxxx                    	0x0000000103d65cc8 ijk_threadpool_thread + 80
3   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
4   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 21 name:  ijk_threadpool
Thread 21:
0   libsystem_kernel.dylib        	0x00000001d60801ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001f3add458 _pthread_cond_wait + 1192
2   xxxxxxxxx                    	0x0000000103d65cc8 ijk_threadpool_thread + 80
3   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
4   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 22 name:  ijk_threadpool
Thread 22:
0   libsystem_kernel.dylib        	0x00000001d60801ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001f3add458 _pthread_cond_wait + 1192
2   xxxxxxxxx                    	0x0000000103d65cc8 ijk_threadpool_thread + 80
3   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
4   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 23 name:  ff_msg_loop
Thread 23:
0   libsystem_kernel.dylib        	0x00000001d60801ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001f3add458 _pthread_cond_wait + 1192
2   xxxxxxxxx                    	0x0000000103d8b1ac qcloud_ijkmp_get_msg + 164
3   xxxxxxxxx                    	0x0000000103d8e904 qcloud_media_player_msg_loop + 204
4   xxxxxxxxx                    	0x0000000103d84358 SDL_RunThread + 40
5   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
6   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 24 name:  ff_vout
Thread 24:
0   libsystem_kernel.dylib        	0x00000001d6080814 __semwait_signal + 8
1   libsystem_c.dylib             	0x00000001b16a3710 nanosleep + 216
2   xxxxxxxxx                    	0x0000000103c41a84 qc_av_usleep + 52
3   xxxxxxxxx                    	0x0000000103d84358 SDL_RunThread + 40
4   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
5   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 25 name:  ff_read
Thread 25:
0   libsystem_kernel.dylib        	0x00000001d6080814 __semwait_signal + 8
1   libsystem_c.dylib             	0x00000001b16a3710 nanosleep + 216
2   xxxxxxxxx                    	0x0000000103d8808c qcloud_SDL_Delay + 68
3   xxxxxxxxx                    	0x0000000103d81734 read_thread + 6916
4   xxxxxxxxx                    	0x0000000103d84358 SDL_RunThread + 40
5   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
6   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 26 name:  com.apple.coreaudio.AQClient
Thread 26:
0   libsystem_kernel.dylib        	0x00000001d605c2d0 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001d605b660 mach_msg + 76
2   CoreFoundation                	0x00000001a8284c30 __CFRunLoopServiceMachPort + 380
3   CoreFoundation                	0x00000001a827ec14 __CFRunLoopRun + 1216
4   CoreFoundation                	0x00000001a827e21c CFRunLoopRunSpecific + 600
5   AudioToolbox                  	0x00000001b13929fc GenericRunLoopThread::Entry+ 1772028 (void*) + 164
6   libAudioToolboxUtility.dylib  	0x00000001bda05144 CADeprecated::CAPThread::Entry+ 65860 (CADeprecated::CAPThread*) + 92
7   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
8   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 27 name:  ff_audio_dec
Thread 27:
0   libsystem_kernel.dylib        	0x00000001d60801ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001f3add458 _pthread_cond_wait + 1192
2   xxxxxxxxx                    	0x0000000103d7c498 frame_queue_peek_writable + 64
3   xxxxxxxxx                    	0x0000000103d82f68 audio_thread + 1224
4   xxxxxxxxx                    	0x0000000103d84358 SDL_RunThread + 40
5   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
6   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 28:
0   libsystem_kernel.dylib        	0x00000001d60801ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001f3add458 _pthread_cond_wait + 1192
2   xxxxxxxxx                    	0x0000000103c0ecac frame_worker_thread + 92
3   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 29:
0   libsystem_kernel.dylib        	0x00000001d60801ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001f3add458 _pthread_cond_wait + 1192
2   xxxxxxxxx                    	0x0000000103c0ecac frame_worker_thread + 92
3   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 30:
0   libsystem_kernel.dylib        	0x00000001d60801ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001f3add458 _pthread_cond_wait + 1192
2   xxxxxxxxx                    	0x0000000103c0ecac frame_worker_thread + 92
3   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 31:
0   libsystem_kernel.dylib        	0x00000001d60801ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001f3add458 _pthread_cond_wait + 1192
2   xxxxxxxxx                    	0x0000000103c0ecac frame_worker_thread + 92
3   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 32:
0   libsystem_kernel.dylib        	0x00000001d60801ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001f3add458 _pthread_cond_wait + 1192
2   xxxxxxxxx                    	0x0000000103c0ecac frame_worker_thread + 92
3   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 33:
0   libsystem_kernel.dylib        	0x00000001d60801ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001f3add458 _pthread_cond_wait + 1192
2   xxxxxxxxx                    	0x0000000103c0ecac frame_worker_thread + 92
3   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 34:
0   libsystem_kernel.dylib        	0x00000001d60801ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001f3add458 _pthread_cond_wait + 1192
2   xxxxxxxxx                    	0x0000000103c0ecac frame_worker_thread + 92
3   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 35 name:  ff_video_dec
Thread 35:
0   libsystem_kernel.dylib        	0x00000001d60801ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001f3add458 _pthread_cond_wait + 1192
2   xxxxxxxxx                    	0x0000000103d7c498 frame_queue_peek_writable + 64
3   xxxxxxxxx                    	0x0000000103d7c954 queue_picture + 1064
4   xxxxxxxxx                    	0x0000000103d7d8d8 qcloud_ffp_video_thread + 924
5   xxxxxxxxx                    	0x0000000103d84358 SDL_RunThread + 40
6   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
7   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 36 name:  JavaScriptCore bmalloc scavenger
Thread 36:
0   libsystem_kernel.dylib        	0x00000001d60801ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001f3add458 _pthread_cond_wait + 1192
2   libc++.1.dylib                	0x00000001bd319328 std::__1::condition_variable::wait+ 54056 (std::__1::unique_lock<std::__1::mutex>&) + 28
3   JavaScriptCore                	0x00000001b25c6400 void std::__1::condition_variable_any::wait<std::__1::unique_lock<bmalloc::Mutex> >+ 15512576 (std::__1::unique_lock<bmalloc::Mutex>&) + 108
4   JavaScriptCore                	0x00000001b25caacc bmalloc::Scavenger::threadRunLoop+ 15530700 () + 208
5   JavaScriptCore                	0x00000001b25ca6d8 bmalloc::Scavenger::Scavenger+ 15529688 (std::__1::scoped_lock<bmalloc::Mutex> const&) + 0
6   JavaScriptCore                	0x00000001b25cbbf0 std::__1::__thread_specific_ptr<std::__1::__thread_struct>::set_pointer+ 15535088 (std::__1::__thread_struct*) + 0
7   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
8   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 37 name:  AXSpeech
Thread 37:
0   libsystem_kernel.dylib        	0x00000001d605c2d0 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001d605b660 mach_msg + 76
2   CoreFoundation                	0x00000001a8284c30 __CFRunLoopServiceMachPort + 380
3   CoreFoundation                	0x00000001a827ec14 __CFRunLoopRun + 1216
4   CoreFoundation                	0x00000001a827e21c CFRunLoopRunSpecific + 600
5   Foundation                    	0x00000001a952ddf0 -[NSRunLoop+ 36336 (NSRunLoop) runMode:beforeDate:] + 232
6   libAXSpeechManager.dylib      	0x00000001d47a58a0 -[AXSpeechThread main] + 376
7   Foundation                    	0x00000001a969fa34 __NSThread__start__ + 864
8   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
9   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 38 name:  AXSpeech
Thread 38:
0   libsystem_kernel.dylib        	0x00000001d605c2d0 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001d605b660 mach_msg + 76
2   CoreFoundation                	0x00000001a8284c30 __CFRunLoopServiceMachPort + 380
3   CoreFoundation                	0x00000001a827ec14 __CFRunLoopRun + 1216
4   CoreFoundation                	0x00000001a827e21c CFRunLoopRunSpecific + 600
5   Foundation                    	0x00000001a952ddf0 -[NSRunLoop+ 36336 (NSRunLoop) runMode:beforeDate:] + 232
6   libAXSpeechManager.dylib      	0x00000001d47a58a0 -[AXSpeechThread main] + 376
7   Foundation                    	0x00000001a969fa34 __NSThread__start__ + 864
8   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
9   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 39:
0   libsystem_kernel.dylib        	0x00000001d6080204 __psynch_mutexwait + 8
1   libsystem_pthread.dylib       	0x00000001f3adf214 _pthread_mutex_firstfit_lock_wait + 92
2   libsystem_pthread.dylib       	0x00000001f3adf164 _pthread_mutex_firstfit_lock_slow + 216
3   libAudioToolboxUtility.dylib  	0x00000001bda1b6e0 CADeprecated::CAMutex::Lock+ 157408 () + 64
4   libEmbeddedSystemAUs.dylib    	0x00000001da1cae60 AUMethodGetProperty+ 167520 (void*, unsigned int, unsigned int, unsigned int, void*, unsigned int*) + 108
5   AudioToolbox                  	0x00000001b1354ca4 AudioUnitGraph::Start+ 1518756 () + 288
6   xxxxxxxxx                    	0x0000000103206704 -[STKAudioPlayer startAudioGraph] + 9070340 (STKAudioPlayer.m:2561)
7   xxxxxxxxx                    	0x00000001031ff32c -[STKAudioPlayer setCurrentlyReadingEntry:andStartPlaying:clearQueue:] + 9040684 (STKAudioPlayer.m:1210)
8   xxxxxxxxx                    	0x00000001031fef24 -[STKAudioPlayer setCurrentlyReadingEntry:andStartPlaying:] + 9039652 (STKAudioPlayer.m:1165)
9   xxxxxxxxx                    	0x0000000103200874 -[STKAudioPlayer processRunloop] + 9046132 (STKAudioPlayer.m:1406)
10  xxxxxxxxx                    	0x00000001031febf8 __38-[STKAudioPlayer wakeupPlaybackThread]_block_invoke + 9038840 (STKAudioPlayer.m:1103)
11  CoreFoundation                	0x00000001a828549c __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 28
12  CoreFoundation                	0x00000001a82846e4 __CFRunLoopDoBlocks + 408
13  CoreFoundation                	0x00000001a827ee18 __CFRunLoopRun + 1732
14  CoreFoundation                	0x00000001a827e21c CFRunLoopRunSpecific + 600
15  Foundation                    	0x00000001a952ddf0 -[NSRunLoop+ 36336 (NSRunLoop) runMode:beforeDate:] + 232
16  xxxxxxxxx                    	0x0000000103200e8c -[STKAudioPlayer startInternal] + 9047692 (STKAudioPlayer.m:1507)
17  Foundation                    	0x00000001a969fa34 __NSThread__start__ + 864
18  libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
19  libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 40 name:  WebThread
Thread 40:
0   libsystem_kernel.dylib        	0x00000001d605c2d0 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001d605b660 mach_msg + 76
2   CoreFoundation                	0x00000001a8284c30 __CFRunLoopServiceMachPort + 380
3   CoreFoundation                	0x00000001a827ec14 __CFRunLoopRun + 1216
4   CoreFoundation                	0x00000001a827e21c CFRunLoopRunSpecific + 600
5   WebCore                       	0x00000001b5dd8ccc RunWebThread+ 12479692 (void*) + 656
6   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
7   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 41:
0   libsystem_kernel.dylib        	0x00000001d60801ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001f3add458 _pthread_cond_wait + 1192
2   xxxxxxxxx                    	0x000000010426cbe8 native_event_wait + 228
3   xxxxxxxxx                    	0x000000010426cffc internal_MSPThread_WaitMessages + 372
4   xxxxxxxxx                    	0x000000010426e00c ThreadEntryHook + 252
5   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
6   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 42:
0   libsystem_kernel.dylib        	0x00000001d60801ac __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001f3add458 _pthread_cond_wait + 1192
2   xxxxxxxxx                    	0x000000010426cbe8 native_event_wait + 228
3   xxxxxxxxx                    	0x000000010426cffc internal_MSPThread_WaitMessages + 372
4   xxxxxxxxx                    	0x000000010426e00c ThreadEntryHook + 252
5   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
6   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 43:
0   libsystem_pthread.dylib       	0x00000001f3ae2754 start_wqthread + 0

Thread 44:
0   libsystem_pthread.dylib       	0x00000001f3ae2754 start_wqthread + 0

Thread 45:
0   libsystem_pthread.dylib       	0x00000001f3ae2754 start_wqthread + 0

Thread 46:
0   libsystem_kernel.dylib        	0x00000001d605c2d0 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001d605b660 mach_msg + 76
2   CoreFoundation                	0x00000001a8284c30 __CFRunLoopServiceMachPort + 380
3   CoreFoundation                	0x00000001a827ec14 __CFRunLoopRun + 1216
4   CoreFoundation                	0x00000001a827e21c CFRunLoopRunSpecific + 600
5   Foundation                    	0x00000001a952ddf0 -[NSRunLoop+ 36336 (NSRunLoop) runMode:beforeDate:] + 232
6   xxxxxxxxx                    	0x0000000103200e8c -[STKAudioPlayer startInternal] + 9047692 (STKAudioPlayer.m:1507)
7   Foundation                    	0x00000001a969fa34 __NSThread__start__ + 864
8   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
9   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 47 name:  Dispatch queue: com.apple.coreaudio.auremoteio
Thread 47:
0   libsystem_kernel.dylib        	0x00000001d6080204 __psynch_mutexwait + 8
1   libsystem_pthread.dylib       	0x00000001f3adf214 _pthread_mutex_firstfit_lock_wait + 92
2   libsystem_pthread.dylib       	0x00000001f3adf164 _pthread_mutex_firstfit_lock_slow + 216
3   libAudioToolboxUtility.dylib  	0x00000001bda1b6e0 CADeprecated::CAMutex::Lock+ 157408 () + 64
4   libEmbeddedSystemAUs.dylib    	0x00000001da242d58 __AURIOCallbackReceiver_IOFormatsChanged_block_invoke + 92
5   libdispatch.dylib             	0x00000001a7efc24c _dispatch_call_block_and_release + 32
6   libdispatch.dylib             	0x00000001a7efddb0 _dispatch_client_callout + 20
7   libdispatch.dylib             	0x00000001a7f0510c _dispatch_lane_serial_drain + 580
8   libdispatch.dylib             	0x00000001a7f05c5c _dispatch_lane_invoke + 408
9   libdispatch.dylib             	0x00000001a7f0fd78 _dispatch_workloop_worker_thread + 708
10  libsystem_pthread.dylib       	0x00000001f3adb804 _pthread_wqthread + 276
11  libsystem_pthread.dylib       	0x00000001f3ae275c start_wqthread + 8

Thread 48 name:  com.apple.CFSocket.private
Thread 48:
0   libsystem_kernel.dylib        	0x00000001d608070c __select + 8
1   CoreFoundation                	0x00000001a82918a8 __CFSocketManager + 636
2   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
3   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 49:
0   libsystem_kernel.dylib        	0x00000001d6080204 __psynch_mutexwait + 8
1   libsystem_pthread.dylib       	0x00000001f3adf214 _pthread_mutex_firstfit_lock_wait + 92
2   libsystem_pthread.dylib       	0x00000001f3adf164 _pthread_mutex_firstfit_lock_slow + 216
3   xxxxxxxxx                    	0x000000010320079c -[STKAudioPlayer processRunloop] + 9045916 (STKAudioPlayer.m:0)
4   xxxxxxxxx                    	0x0000000103200e08 -[STKAudioPlayer startInternal] + 9047560 (STKAudioPlayer.m:1500)
5   Foundation                    	0x00000001a969fa34 __NSThread__start__ + 864
6   libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
7   libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 50 name:  AURemoteIO::IOThread
Thread 50:
0   libsystem_kernel.dylib        	0x00000001d6080204 __psynch_mutexwait + 8
1   libsystem_pthread.dylib       	0x00000001f3adf214 _pthread_mutex_firstfit_lock_wait + 92
2   libsystem_pthread.dylib       	0x00000001f3adf164 _pthread_mutex_firstfit_lock_slow + 216
3   xxxxxxxxx                    	0x0000000103205a44 OutputRenderCallback + 9067076 (STKAudioPlayer.m:3253)
4   libEmbeddedSystemAUs.dylib    	0x00000001da1c858c AUInputElement::PullInput+ 157068 (unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int) + 180
5   libEmbeddedSystemAUs.dylib    	0x00000001da1b0ca4 AUInputFormatConverter2::InputProc+ 60580 (OpaqueAudioConverter*, unsigned int*, AudioBufferList*, AudioStreamPacketDescription**, void*) + 160
6   AudioToolboxCore              	0x00000001b8d905c0 AudioConverterChain::CallInputProc+ 288192 (unsigned int) + 436
7   AudioToolboxCore              	0x00000001b8d93ec4 AudioConverterChain::FillBufferFromInputProc+ 302788 (unsigned int*, CABufferList*) + 388
8   AudioToolboxCore              	0x00000001b8d74344 BufferedAudioConverter::GetInputBytes+ 172868 (unsigned int, unsigned int&, CABufferList const*&) + 200
9   AudioToolboxCore              	0x00000001b8f1f1a8 CBRConverter::RenderOutput+ 1921448 (CABufferList*, unsigned int, unsigned int&, AudioStreamPacketDescription*) + 120
10  AudioToolboxCore              	0x00000001b8d74670 BufferedAudioConverter::FillBuffer+ 173680 (unsigned int&, AudioBufferList&, AudioStreamPacketDescription*) + 396
11  AudioToolboxCore              	0x00000001b8d9090c AudioConverterChain::RenderOutput+ 289036 (CABufferList*, unsigned int, unsigned int&, AudioStreamPacketDescription*) + 128
12  AudioToolboxCore              	0x00000001b8d74670 BufferedAudioConverter::FillBuffer+ 173680 (unsigned int&, AudioBufferList&, AudioStreamPacketDescription*) + 396
13  AudioToolboxCore              	0x00000001b8e30a44 AudioConverterFillComplexBuffer + 352
14  libEmbeddedSystemAUs.dylib    	0x00000001da1b0690 AUConverterBase::RenderBus+ 59024 (unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int) + 684
15  libEmbeddedSystemAUs.dylib    	0x00000001da2517d4 AUBase::DoRender+ 718804 (unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int, AudioBufferList&) + 1484
16  libEmbeddedSystemAUs.dylib    	0x00000001da1cbb4c AUMethodRender+ 170828 (void*, unsigned int*, AudioTimeStamp const*, unsigned int, unsigned int, AudioBufferList*) + 48
17  libEmbeddedSystemAUs.dylib    	0x00000001da1c8568 AUInputElement::PullInput+ 157032 (unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int) + 144
18  libEmbeddedSystemAUs.dylib    	0x00000001da25f6a8 AUNBandEQ::Render+ 775848 (unsigned int&, AudioTimeStamp const&, unsigned int) + 120
19  libEmbeddedSystemAUs.dylib    	0x00000001da2517d4 AUBase::DoRender+ 718804 (unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int, AudioBufferList&) + 1484
20  libEmbeddedSystemAUs.dylib    	0x00000001da1cbb4c AUMethodRender+ 170828 (void*, unsigned int*, AudioTimeStamp const*, unsigned int, unsigned int, AudioBufferList*) + 48
21  libEmbeddedSystemAUs.dylib    	0x00000001da1c8568 AUInputElement::PullInput+ 157032 (unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int) + 144
22  libEmbeddedSystemAUs.dylib    	0x00000001da1efc38 AUNotQuiteSoSimpleTime::PullInputAndAdvanceTimeStamp+ 318520 (unsigned int, unsigned int) + 348
23  libEmbeddedSystemAUs.dylib    	0x00000001da1ef814 AUNotQuiteSoSimpleTime::Render+ 317460 (unsigned int&, AudioTimeStamp const&, unsigned int) + 1688
24  libEmbeddedSystemAUs.dylib    	0x00000001da2517d4 AUBase::DoRender+ 718804 (unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int, AudioBufferList&) + 1484
25  libEmbeddedSystemAUs.dylib    	0x00000001da1cbb4c AUMethodRender+ 170828 (void*, unsigned int*, AudioTimeStamp const*, unsigned int, unsigned int, AudioBufferList*) + 48
26  libEmbeddedSystemAUs.dylib    	0x00000001da1c8568 AUInputElement::PullInput+ 157032 (unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int) + 144
27  libEmbeddedSystemAUs.dylib    	0x00000001da1b0ca4 AUInputFormatConverter2::InputProc+ 60580 (OpaqueAudioConverter*, unsigned int*, AudioBufferList*, AudioStreamPacketDescription**, void*) + 160
28  AudioToolboxCore              	0x00000001b8d905c0 AudioConverterChain::CallInputProc+ 288192 (unsigned int) + 436
29  AudioToolboxCore              	0x00000001b8d93ec4 AudioConverterChain::FillBufferFromInputProc+ 302788 (unsigned int*, CABufferList*) + 388
30  AudioToolboxCore              	0x00000001b8d74344 BufferedAudioConverter::GetInputBytes+ 172868 (unsigned int, unsigned int&, CABufferList const*&) + 200
31  AudioToolboxCore              	0x00000001b8ecd24c Resampler2Wrapper::RenderOutput+ 1585740 (CABufferList*, unsigned int, unsigned int&) + 200
32  AudioToolboxCore              	0x00000001b8d6cc30 SampleRateConverter::RenderOutput+ 142384 (CABufferList*, unsigned int, unsigned int&, AudioStreamPacketDescription*) + 56
33  AudioToolboxCore              	0x00000001b8d74670 BufferedAudioConverter::FillBuffer+ 173680 (unsigned int&, AudioBufferList&, AudioStreamPacketDescription*) + 396
34  AudioToolboxCore              	0x00000001b8d9090c AudioConverterChain::RenderOutput+ 289036 (CABufferList*, unsigned int, unsigned int&, AudioStreamPacketDescription*) + 128
35  AudioToolboxCore              	0x00000001b8d74670 BufferedAudioConverter::FillBuffer+ 173680 (unsigned int&, AudioBufferList&, AudioStreamPacketDescription*) + 396
36  AudioToolboxCore              	0x00000001b8e30a44 AudioConverterFillComplexBuffer + 352
37  libEmbeddedSystemAUs.dylib    	0x00000001da1b0690 AUConverterBase::RenderBus+ 59024 (unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int) + 684
38  libEmbeddedSystemAUs.dylib    	0x00000001da238c08 AURemoteIO::RenderBus+ 617480 (unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int) + 148
39  libEmbeddedSystemAUs.dylib    	0x00000001da2517d4 AUBase::DoRender+ 718804 (unsigned int&, AudioTimeStamp const&, unsigned int, unsigned int, AudioBufferList&) + 1484
40  libEmbeddedSystemAUs.dylib    	0x00000001da2427e0 AURemoteIO::PerformIO+ 657376 (unsigned int, unsigned int, unsigned int, AudioTimeStamp const&, AudioTimeStamp const&, AudioBufferList const*, AudioBufferList*, int&) + 936
41  libEmbeddedSystemAUs.dylib    	0x00000001da28a408 _XPerformIO + 324
42  libAudioToolboxUtility.dylib  	0x00000001bda0702c mshMIGPerform + 268
43  libAudioToolboxUtility.dylib  	0x00000001bda0744c MSHMIGDispatchMessage + 40
44  libEmbeddedSystemAUs.dylib    	0x00000001da238640 void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, AURemoteIO::IOThread::IOThread(AURemoteIO&, caulk::thread::attributes const&, caulk::mach::os_workgroup const&)::'lambda'(), std::__1::tuple<> > >+ 616000 (void*) + 600
45  libsystem_pthread.dylib       	0x00000001f3ad9b40 _pthread_start + 320
46  libsystem_pthread.dylib       	0x00000001f3ae2768 thread_start + 8

Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0xfffffffffffffffc   x1: 0x0000000000000000   x2: 0x0000000000055c5b   x3: 0x0000000000000000
    x4: 0x000000000000003a   x5: 0x0000000000000000   x6: 0x0000000000000000   x7: 0x0000000000000001
    x8: 0x0000000000055c5b   x9: 0x0000000000055c5b  x10: 0x0000000000000011  x11: 0x0000000000260e37
   x12: 0x0000020000010fb9  x13: 0x323faef602041004  x14: 0x020000010fb90100  x15: 0x020000000fb900a8
   x16: 0x0000000000000203  x17: 0x0000000106a5f8c0  x18: 0x000000010a4d017c  x19: 0x000000016d987000
   x20: 0x000000020ad88044  x21: 0x0000000000000000  x22: 0x000000016d987034  x23: 0x0000000001020002
   x24: 0x0000000106a5f9a0  x25: 0x0000000000000011  x26: 0x0000000000000000  x27: 0x0000000000000000
   x28: 0xffffffffe00000c0   fp: 0x000000016d49d9d0   lr: 0x00000001f3adcbe0
    sp: 0x000000016d49d960   pc: 0x00000001d6080f5c cpsr: 0x40000000
   esr: 0x56000080  Address size fault

Binary Images:
0x102960000 - 0x104803fff xxxxxxxxx arm64  <4ecde9e1fcf43fb6973010e2d0a38959> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/xxxxxxxxx
0x106720000 - 0x106743fff AFNetworking arm64  <d4d1670b9a0e380cb5df6d8ab19b29bf> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/AFNetworking.framework/AFNetworking
0x106784000 - 0x1067dbfff AliyunOSSiOS arm64  <91c61ab70fb53b1d8396a6c3c3e9589b> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/AliyunOSSiOS.framework/AliyunOSSiOS
0x106884000 - 0x106897fff DateTools arm64  <9585b96ae38438eb82a5b8576fbf0519> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/DateTools.framework/DateTools
0x1068b4000 - 0x1068bffff FCUUID arm64  <31b00f46cd7c3e0aa66c6f660fa525c1> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/FCUUID.framework/FCUUID
0x1068d4000 - 0x1068e3fff FLAnimatedImage arm64  <f76abc750c9a37aca749cfed69deec47> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/FLAnimatedImage.framework/FLAnimatedImage
0x1068fc000 - 0x10690ffff FMDB arm64  <184804f2ddd93a6283aa7ef77ee81632> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/FMDB.framework/FMDB
0x106934000 - 0x106963fff FSCalendar arm64  <7f13f3de993437a693865c4b6d1368f5> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/FSCalendar.framework/FSCalendar
0x1069b4000 - 0x106a23fff dyld arm64e  <aef26ac9cbc73c16900778abe893949b> /usr/lib/dyld
0x106aa4000 - 0x106ac3fff GCDWebServer arm64  <fafeb60986ce392db513dae615420cdb> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/GCDWebServer.framework/GCDWebServer
0x106afc000 - 0x106b27fff JXCategoryView arm64  <8a8126b5691f3167aca4346898c40c5e> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/JXCategoryView.framework/JXCategoryView
0x106b7c000 - 0x106baffff Lottie arm64  <92517d99b32b342bbc21a59f443b4b52> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/Lottie.framework/Lottie
0x106c14000 - 0x106c27fff MGSwipeTableCell arm64  <cbff252c22d13aa6866afc29f4bbb79d> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/MGSwipeTableCell.framework/MGSwipeTableCell
0x106c48000 - 0x106c5ffff MJRefresh arm64  <af90ec03bba33eefa36d7c6a35e6f782> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/MJRefresh.framework/MJRefresh
0x106c90000 - 0x106c9bfff MMKV arm64  <b544b747ea563f59acd481a55a90060b> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/MMKV.framework/MMKV
0x106cb0000 - 0x106cc7fff MMKVCore arm64  <8083f34aa1d531369d5a7cd7bfd7885d> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/MMKVCore.framework/MMKVCore
0x106cf0000 - 0x106d03fff Masonry arm64  <7f784e5d913f3aec894454b132e3958b> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/Masonry.framework/Masonry
0x106d28000 - 0x106d37fff NSLogger arm64  <7d800be706cc3d17ac8670a9235963e4> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/NSLogger.framework/NSLogger
0x106d4c000 - 0x106d9bfff Protobuf arm64  <238e1281bdc13bff94e06d3825d1c11b> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/Protobuf.framework/Protobuf
0x106e40000 - 0x106e4bfff QBDecoupler arm64  <15f9f222f0e231a686dcfe0d212acc1c> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/QBDecoupler.framework/QBDecoupler
0x106e60000 - 0x106ea3fff QBFoundation arm64  <9e14628e2fc23060bd127aa68818e006> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/QBFoundation.framework/QBFoundation
0x106f08000 - 0x106f13fff QBIconFont arm64  <37feb2cd6361381787521270e0fc2703> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/QBIconFont.framework/QBIconFont
0x106f28000 - 0x106f37fff QBNetworking_AF_V3 arm64  <8c6853ea1531384aa5ae9e4b0e38cd34> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/QBNetworking_AF_V3.framework/QBNetworking_AF_V3
0x106f54000 - 0x106f63fff QBRouter arm64  <ba14446a4c9f3caeb9e62b712e2164ba> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/QBRouter.framework/QBRouter
0x106f7c000 - 0x106f9bfff QBUIKitDSL arm64  <c8c62735f6483fb7960f172589b9f821> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/QBUIKitDSL.framework/QBUIKitDSL
0x106fdc000 - 0x106fe7fff QBUITheme arm64  <c0dc3199cf0536fe919e3c5f59092101> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/QBUITheme.framework/QBUITheme
0x107000000 - 0x10715ffff QMUIKit arm64  <d9b67a80c17038928767532f8a036e7a> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/QMUIKit.framework/QMUIKit
0x107378000 - 0x1073b7fff ReactiveObjC arm64  <ce1f41355a2b36208773d466ce831db6> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/ReactiveObjC.framework/ReactiveObjC
0x107430000 - 0x10743bfff SAMKeychain arm64  <5d43ffd6ec683195902daf268a0309c0> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/SAMKeychain.framework/SAMKeychain
0x107450000 - 0x107463fff SDCycleScrollView arm64  <6bbb4e55c18b3e95a5674fe1e8dedea6> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/SDCycleScrollView.framework/SDCycleScrollView
0x107484000 - 0x1074cbfff SDWebImage arm64  <f53f07cb2dc935cda73cbd7eb341862d> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/SDWebImage.framework/SDWebImage
0x107564000 - 0x10757bfff SSZipArchive arm64  <ea33010de76d320bbd57db9ed5b8d7e6> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/SSZipArchive.framework/SSZipArchive
0x10759c000 - 0x1075abfff UICKeyChainStore arm64  <f3db7a7ea179312dbacc1cf25d433a0f> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/UICKeyChainStore.framework/UICKeyChainStore
0x1075c4000 - 0x1075cffff UITableView_FDTemplateLayoutCell arm64  <0c04ba9c7e993f67b431fc3c31d7bc84> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/UITableView_FDTemplateLayoutCell.framework/UITableView_FDTemplateLayoutCell
0x1075e8000 - 0x107697fff WCDB arm64  <91613173a5233bee8cf14bc1a0ba805a> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/WCDB.framework/WCDB
0x107794000 - 0x1077a3fff YYDebugDatabase arm64  <5fe1ad2c8521390798379ae30e15b99e> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/YYDebugDatabase.framework/YYDebugDatabase
0x1077b8000 - 0x1078c7fff YYKit arm64  <880f0d0caedb38f085be946003bad856> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/YYKit.framework/YYKit
0x1079e4000 - 0x1079effff libextobjc arm64  <8ddb095d1bd132d0b9c9a80b77621a46> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/libextobjc.framework/libextobjc
0x107a04000 - 0x107a27fff pop arm64  <4437bb5647c1325597b3921816a83d0c> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/pop.framework/pop
0x107a64000 - 0x107b17fff sqlcipher arm64  <b36b1036690039ba8d1cdd0b9ac8d86f> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/sqlcipher.framework/sqlcipher
0x107b88000 - 0x107b97fff sqliterk arm64  <1c48dfdbea623ab1a064189939ee89a3> /var/containers/Bundle/Application/1E32A2A3-9D8E-4F2F-971A-D762EDFFBC06/xxxxxxxxx.app/Frameworks/sqliterk.framework/sqliterk
0x109a80000 - 0x109a8bfff libobjc-trampolines.dylib arm64e  <971156a5835a310dbfc7152c55760859> /usr/lib/libobjc-trampolines.dylib
0x113400000 - 0x113407fff TTSSpeechBundle arm64e  <f8a8cc8deda53424a7b42492da985df1> /System/Library/TTSPlugins/TTSSpeechBundle.speechbundle/TTSSpeechBundle
0x113418000 - 0x11341ffff SiriTTSSpeechBundle arm64e  <d0210c2059bd373a91f304f5f98c9cd6> /System/Library/TTSPlugins/SiriTTSSpeechBundle.speechbundle/SiriTTSSpeechBundle
0x121500000 - 0x12160ffff MacinTalk arm64e  <2b2edf90dc0233bc9324bb173f996975> /System/Library/TTSPlugins/MacinTalk.speechbundle/MacinTalk
0x1a7efa000 - 0x1a7f3cfff libdispatch.dylib arm64e  <0f3905e067203d089ae0a43a8da244c0> /usr/lib/system/libdispatch.dylib
0x1a7f3d000 - 0x1a7f77fff libdyld.dylib arm64e  <785bee7fac2c388d865c36279d1b3dd1> /usr/lib/system/libdyld.dylib
0x1a7f78000 - 0x1a81e3fff libicucore.A.dylib arm64e  <5df9c67888463ca8bca58ee1fcf52d83> /usr/lib/libicucore.A.dylib
0x1a81e4000 - 0x1a859dfff CoreFoundation arm64e  <935533f235ee314ea760e74521f68435> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1a859e000 - 0x1a8749fff CoreServices arm64e  <93715af6c73f3f3c9390faa5b3277b3c> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x1a874a000 - 0x1a8792fff WirelessDiagnostics arm64e  <d4df9a92319033cbad4207b172dff00f> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x1a8793000 - 0x1a880ffff SystemConfiguration arm64e  <097a53f5b92e3e8c8d94aad83a3ac34d> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x1a8810000 - 0x1a8907fff CoreTelephony arm64e  <b924fbab9d893f54bceac699fb644d41> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x1a8908000 - 0x1a8d9ffff CFNetwork arm64e  <732d963945783405b2f946752c88cec2> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x1a8da0000 - 0x1a94adfff libnetwork.dylib arm64e  <ba939c74db973081977111bed18da835> /usr/lib/libnetwork.dylib
0x1a94ae000 - 0x1a9524fff Accounts arm64e  <d4d5a3975f783e409956cb82c3cbdb2c> /System/Library/Frameworks/Accounts.framework/Accounts
0x1a9525000 - 0x1a97e0fff Foundation arm64e  <50b3154e8c733e17a162c30da82424cd> /System/Library/Frameworks/Foundation.framework/Foundation
0x1a97e1000 - 0x1a9b41fff ImageIO arm64e  <d45f51194ec4332b9e74de6115393021> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x1a9b42000 - 0x1a9b5afff libCGInterfaces.dylib arm64e  <cffe137033b737788d985e86243ac7a9> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x1a9b5b000 - 0x1aa0f3fff CoreGraphics arm64e  <ed1c5c0f087b380cb01e3e362f57bdce> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1aa0f4000 - 0x1ab5a1fff UIKitCore arm64e  <233110718ad73e8f836abe5dc8a8b0df> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x1ab5a2000 - 0x1ab5c4fff libAccessibility.dylib arm64e  <83c094c40ac73bf9bb8beb0c1925f2b7> /usr/lib/libAccessibility.dylib
0x1ab5c5000 - 0x1ab84bfff QuartzCore arm64e  <f911f0c2d892355ab6ba495376dbf2c7> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x1ab84c000 - 0x1ab8b7fff BackBoardServices arm64e  <48ebf0f7ebc8340fbd4778a7c13572ac> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1ab8b8000 - 0x1ab945fff TextInput arm64e  <eb97705be6a43a7d8d2bbd348b110c15> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x1ab946000 - 0x1ab9aefff libusrtcp.dylib arm64e  <1a7cd5869a873ceea69f07dbf64e7882> /usr/lib/libusrtcp.dylib
0x1ab9af000 - 0x1abd7afff AppleMediaServices arm64e  <4a4731de09393969a10b331140440686> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x1ac327000 - 0x1ac33ffff UIKitServices arm64e  <410174cfc98f3139b3e25fede3eceeb7> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x1ac340000 - 0x1ac499fff Preferences arm64e  <5462c09751893e47863e6c7a92ae81cd> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x1ac49a000 - 0x1ac6c1fff ContactsUI arm64e  <af4ca2d219a736acac7e3ceb51fef54d> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x1ac6c2000 - 0x1ac879fff CoreText arm64e  <a5ca71f8721e36c285423f0032ce6cf0> /System/Library/Frameworks/CoreText.framework/CoreText
0x1ac87a000 - 0x1ac894fff ExtensionKit arm64e  <96995f08124b35a7985508e1a5981618> /System/Library/PrivateFrameworks/ExtensionKit.framework/ExtensionKit
0x1ac8aa000 - 0x1ac92efff BaseBoard arm64e  <e0a95ad9b7ab3b87843db59b03f206c0> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x1ac92f000 - 0x1acb5afff CoreDuet arm64e  <986f6cb8d3343ca6951d6ff084266932> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x1acb5b000 - 0x1accbdfff Contacts arm64e  <7b1a6d1c1dfe3a4ea20dcad39da74440> /System/Library/Frameworks/Contacts.framework/Contacts
0x1accbe000 - 0x1ae20cfff GeoServices arm64e  <441d6dbb3dec324697c96cf271f9e0ef> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x1ae20d000 - 0x1ae2a2fff CoreLocation arm64e  <4a9b0097310a30c9b7ab443521bc2c59> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x1ae2a3000 - 0x1ae451fff CloudKit arm64e  <e2cdb510e68f31fea1180922c46ac26e> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x1ae452000 - 0x1ae7d0fff CoreData arm64e  <d1240876c2983e82824ff4d0db8f474d> /System/Library/Frameworks/CoreData.framework/CoreData
0x1af4cd000 - 0x1af50cfff AppSupport arm64e  <3ce778276c08371bad32daed8735180e> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x1af50d000 - 0x1af636fff ManagedConfiguration arm64e  <50c83accad1f3555b1014831ebe08612> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x1af637000 - 0x1af6a8fff IMFoundation arm64e  <849d9883997537d4ba3a5adb89bab189> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x1af6a9000 - 0x1af7b9fff IDS arm64e  <812f8408b4bd3b51a86a4bae597776f7> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x1af7ba000 - 0x1af907fff Security arm64e  <e1383fc7191438b197d893486d17a758> /System/Library/Frameworks/Security.framework/Security
0x1af908000 - 0x1afd2afff MediaPlayer arm64e  <42f3363afe773984bcf3f3c4f266d7b4> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x1afd2b000 - 0x1afd43fff AudioSession arm64e  <d4cf1605ad4b3818b3ce4aa9cd34af3c> /System/Library/PrivateFrameworks/AudioSession.framework/AudioSession
0x1afd44000 - 0x1afee4fff AVFCore arm64e  <75d6e04835f0367fa36a2c59eea1bc41> /System/Library/PrivateFrameworks/AVFCore.framework/AVFCore
0x1afee5000 - 0x1b0491fff Intents arm64e  <312278eb986932ca9ff0bdc2386c0dc0> /System/Library/Frameworks/Intents.framework/Intents
0x1b0492000 - 0x1b04e0fff TextInputUI arm64e  <60f99ed3b51736dbae4e4ca8975d0d1d> /System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI
0x1b04e1000 - 0x1b07fafff CoreImage arm64e  <857d7a82b0b83811b431de0c5896abd8> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x1b07fb000 - 0x1b08b8fff ColorSync arm64e  <11e5f6dc36b63488ad2876f372b25184> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1b08b9000 - 0x1b08f4fff CoreVideo arm64e  <83d2844c69e93131a96b5e4698534231> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1b08f5000 - 0x1b10e0fff MediaToolbox arm64e  <5ea248d72a1b3f589d3d09637db8da07> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1b10e1000 - 0x1b11e1fff CoreMedia arm64e  <3a08e638c6703b818e08e0919ffdee7e> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1b11e2000 - 0x1b144dfff AudioToolbox arm64e  <4f068bb26967312d86da3effa611aca4> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x1b144e000 - 0x1b149efff CoreHaptics arm64e  <5a1256f1fa9934a5a96cf3ceca7dd1b4> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
0x1b1500000 - 0x1b1609fff UIFoundation arm64e  <2f5d26e3788337428aa2a523744a874b> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x1b160a000 - 0x1b162ffff libsystem_info.dylib arm64e  <076d8dedd18b3e41b7b6b644c60cfa44> /usr/lib/system/libsystem_info.dylib
0x1b1630000 - 0x1b16aefff libsystem_c.dylib arm64e  <ca117552e7213c8696a2213afd7b7d57> /usr/lib/system/libsystem_c.dylib
0x1b16af000 - 0x1b16fafff RunningBoardServices arm64e  <eb122edc8d94307fa0c42abd4a8123b2> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
0x1b16fb000 - 0x1b282cfff JavaScriptCore arm64e  <6a501f300cf53e66b1487bebbf861fa4> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1b2dfc000 - 0x1b2e8dfff ContactsFoundation arm64e  <c311cd2ab12c3d58b88e57428f0a104b> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x1b2e8e000 - 0x1b30dcfff HealthKit arm64e  <a68e1dc055253ca6ad5441d570f4dfc4> /System/Library/Frameworks/HealthKit.framework/HealthKit
0x1b30dd000 - 0x1b3100fff ProactiveEventTracker arm64e  <19bc1f90d4c43f68b2dc6990811e595e> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x1b3101000 - 0x1b314bfff Lexicon arm64e  <63a53ec3ca143f6f98ae938d380a25fa> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x1b31ba000 - 0x1b320afff CoreDuetContext arm64e  <543bac71965f3b5db555ad18863fdbfb> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x1b320b000 - 0x1b32b6fff IOKit arm64e  <0a341be7849d3cde9003fbff5728e2b0> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x1b32b7000 - 0x1b32c7fff DataMigration arm64e  <26fb7e8ccebf3186918bca1c45c3c667> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1b32c8000 - 0x1b3325fff SpringBoardServices arm64e  <06eb64afe5a3312e8f63a42ea1790f8a> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1b3339000 - 0x1b35acfff CoreMotion arm64e  <aa720064736432f0bfa756c9f175728e> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x1b35ad000 - 0x1b36f2fff EventKit arm64e  <7fa1b78a6c4a3fd8ae9f8196e4a05fb6> /System/Library/Frameworks/EventKit.framework/EventKit
0x1b3c4d000 - 0x1b3ee8fff MediaRemote arm64e  <1709e2a06e473b23a793a44f82941cc9> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x1b3ee9000 - 0x1b4091fff CoreUtils arm64e  <3b074ee0c5293d48a5efd152bd416221> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x1b4092000 - 0x1b40a8fff FamilyCircle arm64e  <7a05f9fed232364cbe042b93a78c4653> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x1b40a9000 - 0x1b4119fff CoreSpotlight arm64e  <a1388adfcf1736299f2ce2016efda6af> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x1b4535000 - 0x1b46e5fff AssistantServices arm64e  <a5f5f77e1c1b30a1b99c039325cc3d02> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x1b46e6000 - 0x1b47acfff CoreUI arm64e  <fd20a63172773bd19762649fca5d1554> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1b47ad000 - 0x1b47f8fff SafariSafeBrowsing arm64e  <4ae4daf042cb30fca444e24dfce3f4af> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1b47f9000 - 0x1b51f1fff WebKit arm64e  <77ddbc4922d637d78e00418600c12324> /System/Library/Frameworks/WebKit.framework/WebKit
0x1b51f2000 - 0x1b7b51fff WebCore arm64e  <5ba09042eeb53b46920f6a2f7f98ae4d> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x1b7b52000 - 0x1b7bb1fff libMobileGestalt.dylib arm64e  <90fcf37940483531b8f1261f6f9e0f7c> /usr/lib/libMobileGestalt.dylib
0x1b7bb2000 - 0x1b7bcefff CommonUtilities arm64e  <4c4c93c808b53b4fbf7975cb45a70421> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1b7bcf000 - 0x1b7d3dfff IDSFoundation arm64e  <a71624be95813f6086d285fd0cb881f7> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x1b7e43000 - 0x1b7eedfff CoreSuggestions arm64e  <3958e368f76638bf8af884f116133d31> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x1b7eee000 - 0x1b7f8bfff AddressBookLegacy arm64e  <3bf49a48972d3e8892f4cb3405cb548f> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x1b7f8c000 - 0x1b7fbffff UserNotifications arm64e  <f1be0e4d33f13c58a38de2449f5f8e36> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1b7fc0000 - 0x1b804cfff FrontBoardServices arm64e  <fee22194e05438e6a1e203f77c643336> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1b804d000 - 0x1b8070fff libsystem_malloc.dylib arm64e  <dd80ebfd97273ace97c184f53eaed689> /usr/lib/system/libsystem_malloc.dylib
0x1b8071000 - 0x1b834cfff MapKit arm64e  <3dce32f82c9e355098b27b0ae3311b61> /System/Library/Frameworks/MapKit.framework/MapKit
0x1b834d000 - 0x1b8b1efff VectorKit arm64e  <a6f1e60ad7883136a95c9f78563fa8a8> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x1b8b1f000 - 0x1b8bb2fff AuthKit arm64e  <e46838283fde38af8f26ad6e5d2c84c6> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x1b8bb3000 - 0x1b8c46fff AppleAccount arm64e  <82ae9cea277f34de9aca0af9f1d9e878> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1b8c47000 - 0x1b8d49fff AVFAudio arm64e  <2a9c1acdca903b67a7002131cbadc156> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x1b8d4a000 - 0x1b8fb5fff AudioToolboxCore arm64e  <de6bdf46d6b83b80b2bd83b441617ec0> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
0x1b8fea000 - 0x1b92befff StoreServices arm64e  <84a1b4a20bb63eeeb17503606d194767> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x1b92bf000 - 0x1b9448fff Sharing arm64e  <2a60907f7a77314c9efc2a49da000112> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x1b9449000 - 0x1b94f0fff ShareSheet arm64e  <d1502be4efa33e04a4212fceb2b53739> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
0x1b94f1000 - 0x1b95e0fff CoreParsec arm64e  <3a2f73f17ade36a5bf944149cf733c0b> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x1b95e1000 - 0x1b962bfff PhotoFoundation arm64e  <d4fb670a01883831b62b3b2303667d6d> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x1b962c000 - 0x1b987cfff Photos arm64e  <04d9eff06706318a82855e1d29211ef0> /System/Library/Frameworks/Photos.framework/Photos
0x1b987d000 - 0x1b9faefff PhotoLibraryServices arm64e  <4b1c70d3eeec353bb132ed538dcffefc> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x1b9faf000 - 0x1ba070fff AssetsLibraryServices arm64e  <5ab4502f012e3ceb96ff3ec1fdd5b78f> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x1ba071000 - 0x1ba0c2fff MobileBackup arm64e  <82a758aae8b93098900c0cd323cc2100> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x1ba0c3000 - 0x1ba0d7fff MSUDataAccessor arm64e  <23a6455cb0f332b2b4dcbf7077c7c6b1> /System/Library/PrivateFrameworks/MSUDataAccessor.framework/MSUDataAccessor
0x1ba0d8000 - 0x1ba0fefff MobileAsset arm64e  <2ea5c4ab58453c4ea6cfe908f94bddd8> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1ba0ff000 - 0x1ba10efff libsystem_networkextension.dylib arm64e  <dbc568bd3b0635f696a9fe6d2418a47f> /usr/lib/system/libsystem_networkextension.dylib
0x1ba10f000 - 0x1ba360fff NetworkExtension arm64e  <4cadfb74c6e133e9bd8a1cd2bddfe244> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x1ba398000 - 0x1ba764fff CoreML arm64e  <6bdbc52f8e303510afd322744829b5eb> /System/Library/Frameworks/CoreML.framework/CoreML
0x1ba765000 - 0x1baeeafff Espresso arm64e  <123a523fe8e23634b65baa506bf392bb> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1baeeb000 - 0x1bafe8fff VideoToolbox arm64e  <a3e41de4ad7c37b9ae58a4c59ac8aa0a> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x1bafe9000 - 0x1bb035fff OnBoardingKit arm64e  <560967708d8f3e279cac3d0a2e2fdbb0> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
0x1bb036000 - 0x1bb133fff AccessibilityUtilities arm64e  <a5ddf35df04d38a1a1f35fe95efb5a22> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x1bb134000 - 0x1bb145fff AXCoreUtilities arm64e  <2943430400033a6d915a9cebeec46de7> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x1bb146000 - 0x1bb714fff PhotosUI arm64e  <1f544882dd16330980427b33253dd654> /System/Library/Frameworks/PhotosUI.framework/PhotosUI
0x1bb715000 - 0x1bc03afff PhotosUICore arm64e  <04e5c948824d300b9714f5ca989d9297> /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore
0x1bc03b000 - 0x1bc1b1fff Montreal arm64e  <1bcf904562813d6c856f2c6a45cade25> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x1bc1b2000 - 0x1bc2c7fff LanguageModeling arm64e  <84e4b8532ca43b6e99f8147170817343> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x1bc2c8000 - 0x1bc2d0fff InternationalSupport arm64e  <42384fe6ad98325f8245552370b38375> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1bc2d1000 - 0x1bc523fff iTunesCloud arm64e  <a92a4c14876c36ddb7603b01e4fc76b2> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x1bc680000 - 0x1bc729fff CalendarDatabase arm64e  <b0340b2e16103d2ebd00242e200c2523> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x1bca0d000 - 0x1bca1efff UniformTypeIdentifiers arm64e  <d69cbfa5fc493f3bbbc8b29e23ea1f82> /System/Library/Frameworks/UniformTypeIdentifiers.framework/UniformTypeIdentifiers
0x1bca1f000 - 0x1bcaa1fff CloudDocs arm64e  <c5de704568013d99b71b7b2ebd4c082f> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x1bcfc3000 - 0x1bd001fff MediaServices arm64e  <70a6d6a3c0083f50b5ef39ebfcef00ad> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x1bd002000 - 0x1bd194fff SearchFoundation arm64e  <a2a8557483b23bf597f116b55178da51> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x1bd272000 - 0x1bd2a8fff libobjc.A.dylib arm64e  <2e47abd72c5a318d8044776883bcccb6> /usr/lib/libobjc.A.dylib
0x1bd2a9000 - 0x1bd30bfff LoggingSupport arm64e  <400d2a1f525b3827a69edffa2e6d7d0f> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1bd30c000 - 0x1bd36afff libc++.1.dylib arm64e  <0073bc582e413d4786f43b51f934fbe1> /usr/lib/libc++.1.dylib
0x1bd36b000 - 0x1bd384fff libc++abi.dylib arm64e  <f7f0397b828f31029b946a926d52d3fc> /usr/lib/libc++abi.dylib
0x1bd385000 - 0x1bd3c7fff SetupAssistant arm64e  <fc61b97de33b3255b69437aada436477> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1bd3c8000 - 0x1bd3e2fff OctagonTrust arm64e  <cd6904ebb0183dd0bdf52c425563e883> /System/Library/PrivateFrameworks/OctagonTrust.framework/OctagonTrust
0x1bd510000 - 0x1bd553fff CoreAutoLayout arm64e  <44455e87a63130bcb64711f4f92d70ed> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/CoreAutoLayout
0x1bd554000 - 0x1bd6b2fff Network arm64e  <2c8c473787cd354cbac5946720dedd5b> /System/Library/Frameworks/Network.framework/Network
0x1bd6b3000 - 0x1bd6e9fff MobileKeyBag arm64e  <b1b49ca9aa583fb584c16007266fc411> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1bd92d000 - 0x1bd941fff BaseBoardUI arm64e  <b7abefdc6b99364a9dc1e9131683b3f4> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x1bd942000 - 0x1bd9f4fff libvDSP.dylib arm64e  <179ae738b97c3ff98df6dd5aa19da686> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1bd9f5000 - 0x1bda28fff libAudioToolboxUtility.dylib arm64e  <c9f23955b6ae328cb89acc8b11810553> /usr/lib/libAudioToolboxUtility.dylib
0x1bdbf6000 - 0x1bdc82fff CoreNLP arm64e  <84fbc8ac011d377787059c14148b4c28> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x1bdc83000 - 0x1bdd9dfff FileProvider arm64e  <bf2581f8d78639cc8ce4b4883c32db33> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1bdd9e000 - 0x1bddaefff BiomeStorage arm64e  <60670063a33f368c92fc429b58f6f5b5> /System/Library/PrivateFrameworks/BiomeStorage.framework/BiomeStorage
0x1bddc8000 - 0x1bddfefff DataDetectorsCore arm64e  <445726f0e3193acda2018f90b1491537> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1bddff000 - 0x1bde8ffff Symbolication arm64e  <6f5ad452a4b7399ba73c41f7d71b6544> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
0x1bde90000 - 0x1bdeadfff CrashReporterSupport arm64e  <b3f69c67b95e37d0985f88b3d775cb1d> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1bdf0d000 - 0x1bdfdffff TelephonyUtilities arm64e  <b42166b22a423fd191c825fab0d38c2c> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x1be019000 - 0x1be207fff MPSNeuralNetwork arm64e  <be74cf58180032428aaef486b1f615a5> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1be208000 - 0x1be25efff MPSCore arm64e  <4d56444d00843a5785c07cead595779a> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1be3bc000 - 0x1be429fff CalendarFoundation arm64e  <81be0d2f4afc3220b3e1d74f985aaf44> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x1be48d000 - 0x1be579fff NLP arm64e  <87ac48aecd0433c28a0e213255446c9a> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x1be57a000 - 0x1be5a2fff AppSupportUI arm64e  <533531e57c71392b9691a3dc2dfd459d> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x1be5ac000 - 0x1be601fff FTServices arm64e  <566defd512773ac1b916078bce04177d> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x1be602000 - 0x1be6b2fff libboringssl.dylib arm64e  <127f59bbc1cf3c8a8965576c125f1333> /usr/lib/libboringssl.dylib
0x1be6b3000 - 0x1be6cafff ProtocolBuffer arm64e  <15bdb48c1bc53d7ca1f2d129b3c5cb5a> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1be6cb000 - 0x1be7d8fff AVKit arm64e  <cb164f7d85fe3d4eac39b078cba3675f> /System/Library/Frameworks/AVKit.framework/AVKit
0x1be94c000 - 0x1be95bfff AssertionServices arm64e  <f91a2f32bb3b30b9878f8e8bb61588cf> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1be95c000 - 0x1be985fff CloudServices arm64e  <cf63e2e824aa3fe693602a6040a6aba4> /System/Library/PrivateFrameworks/CloudServices.framework/CloudServices
0x1be9d8000 - 0x1beab8fff Metal arm64e  <93d81bb817af3f8b98f164c8bae65255> /System/Library/Frameworks/Metal.framework/Metal
0x1beab9000 - 0x1bec08fff MediaExperience arm64e  <bcbc4656947f35b6af206a8e588ea4ba> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
0x1bec09000 - 0x1bf015fff VideoProcessing arm64e  <1e2f3e6f85bc3df6bece42665eba1942> /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing
0x1bf016000 - 0x1bf02cfff libsystem_trace.dylib arm64e  <30d179d62e1431d9a8cc998c8c77a480> /usr/lib/system/libsystem_trace.dylib
0x1bf02d000 - 0x1bf05efff CoreServicesInternal arm64e  <35185b81e5be3d1692921dadbb7c8175> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x1bf05f000 - 0x1bf0c7fff SafariCore arm64e  <149149cd6eca31c18ff5ab6fbb1cfa89> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x1bf306000 - 0x1bf3a6fff AppStoreDaemon arm64e  <378ebb572c6035f08fadd2d48262316e> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
0x1bfc94000 - 0x1bfd37fff SAObjects arm64e  <77198be891ac3eea9784a538077fdd49> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x1bfd38000 - 0x1bfd7efff VoiceServices arm64e  <065ff3936b683dcb90bcf918b95295b7> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x1bfd7f000 - 0x1bfd87fff GraphicsServices arm64e  <08556282f8e93938a0040c0edac970bd> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1bff5c000 - 0x1bff71fff PowerLog arm64e  <e6d2ecf434c8377db14d7ca4e30ddde9> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1bff72000 - 0x1bff9bfff DuetActivityScheduler arm64e  <5150d7d6bbf23c3b9fffc12c30b9a7fe> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x1c187e000 - 0x1c1b2afff Vision arm64e  <8a103d1b85053d42b42727287ecdaa63> /System/Library/Frameworks/Vision.framework/Vision
0x1c1b88000 - 0x1c1bf6fff ProactiveSupport arm64e  <b3c9173ac99335d48520633cf450e8ff> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1c1c24000 - 0x1c1c43fff ApplePushService arm64e  <f3753141a9f933b68c0ed11853afd928> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1c1c44000 - 0x1c1c6dfff BoardServices arm64e  <7575f25e05b13848be93de718432b499> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
0x1c1dda000 - 0x1c1e0afff libncurses.5.4.dylib arm64e  <7b349e3eb062327d8aed8cee08a885e5> /usr/lib/libncurses.5.4.dylib
0x1c1e0b000 - 0x1c1e59fff OSAnalytics arm64e  <98d65861beeb31edb170cb9183c755f8> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
0x1c1e5a000 - 0x1c1eb9fff CoreBluetooth arm64e  <151b02f0228e3b95ba16a22186283c1b> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1c20a3000 - 0x1c20e8fff TemplateKit arm64e  <7b1b47ad0e6534a395f4d5ccc88e2247> /System/Library/PrivateFrameworks/TemplateKit.framework/TemplateKit
0x1c20e9000 - 0x1c211efff MobileInstallation arm64e  <7ee17a1045183e59be667571d6f09b96> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1c211f000 - 0x1c21adfff libTelephonyUtilDynamic.dylib arm64e  <2260ab37ec0b3142a16b56e2647643a0> /usr/lib/libTelephonyUtilDynamic.dylib
0x1c21ae000 - 0x1c221dfff NanoRegistry arm64e  <13da5919765a3297bd124a689d9c9c29> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1c2302000 - 0x1c2320fff CoreMaterial arm64e  <16cd9897486236e6a71c3f258e3f93ae> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
0x1c2397000 - 0x1c2520fff libsqlite3.dylib arm64e  <a9012fa3fc0e31ac85f49c461ed61a97> /usr/lib/libsqlite3.dylib
0x1c2521000 - 0x1c25e7fff AVFCapture arm64e  <a4cc5da114dc32b69f04261babfeed00> /System/Library/PrivateFrameworks/AVFCapture.framework/AVFCapture
0x1c25e8000 - 0x1c294afff CMCapture arm64e  <be1260cb1d7c3a6aa83b5f217745663d> /System/Library/PrivateFrameworks/CMCapture.framework/CMCapture
0x1c2aa9000 - 0x1c2d08fff MobileSpotlightIndex arm64e  <8ba070166878351ca47e12c7e4645326> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1c3149000 - 0x1c3153fff libsystem_notify.dylib arm64e  <7a1b577f2d853b1dbc32b48b6895baee> /usr/lib/system/libsystem_notify.dylib
0x1c3154000 - 0x1c3199fff CryptoTokenKit arm64e  <91fa9baab209303d8f2e0234393271bc> /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit
0x1c3207000 - 0x1c327afff libcorecrypto.dylib arm64e  <e8f7626f8a8a3e65b83b2400dd8344d8> /usr/lib/system/libcorecrypto.dylib
0x1c327b000 - 0x1c329ffff UserManagement arm64e  <c98f5c3bee8333c5a917d582a1b58aee> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1c337c000 - 0x1c3392fff libsystem_asl.dylib arm64e  <7efa85eaf0583cc197fa18fae89c68e0> /usr/lib/system/libsystem_asl.dylib
0x1c3393000 - 0x1c33b7fff AppSSO arm64e  <ba304eb681e83142b7ebf90b94a60a35> /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO
0x1c33b8000 - 0x1c33d6fff SharedWebCredentials arm64e  <022ee8a9437b3ac1abadde56a9ed39a3> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x1c361c000 - 0x1c3654fff DataAccessExpress arm64e  <80019264dc263365be582c5448ae788d> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1c3655000 - 0x1c368cfff CoreServicesStore arm64e  <ff845045c63c3c91a1e0b3aaf6bc6377> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
0x1c368d000 - 0x1c36b2fff CoreAnalytics arm64e  <0c0e7c67d78032bfb4de99420c581b53> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1c36b3000 - 0x1c36befff SymptomAnalytics arm64e  <e8714fdbb15d37caa99800aa7234b5fd> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/SymptomAnalytics
0x1c38b1000 - 0x1c38c1fff NanoPreferencesSync arm64e  <5c9b54cf26bf3ca2b7346fccfd00824d> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1c40f1000 - 0x1c411dfff IconServices arm64e  <bcb240780c12379d9aa0744d08c7a4ba> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
0x1c4bf3000 - 0x1c4ebafff vImage arm64e  <8ecd3884aaf7311db420845ae0d38e07> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1c5e7d000 - 0x1c5e94fff IAP arm64e  <65349ff6078c340bbbb200d9ef152df8> /System/Library/PrivateFrameworks/IAP.framework/IAP
0x1c5e95000 - 0x1c5eeefff ktrace arm64e  <3dc76c8d1c45322aa8d5a27f02c86519> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1c5eef000 - 0x1c5ef1fff libAXSafeCategoryBundle.dylib arm64e  <da6ac1bdcc863f5681bbdbee8ab5f0d8> /usr/lib/libAXSafeCategoryBundle.dylib
0x1c620c000 - 0x1c621afff Celestial arm64e  <9b37d1919a30369e8317d258e6bfa253> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x1c62c8000 - 0x1c6311fff Pegasus arm64e  <bd5614661f9533199fec82667d10d9f1> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x1c6312000 - 0x1c649afff WebKitLegacy arm64e  <38fa72395c3530f59cce8f9c351ba229> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1c650e000 - 0x1c6585fff ClassKit arm64e  <88926106576336c7b88a7e0bb0d87ba4> /System/Library/Frameworks/ClassKit.framework/ClassKit
0x1c6586000 - 0x1c65cdfff StoreKit arm64e  <ea16ffd75b5b3580a19001cc5f032bdb> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x1c7505000 - 0x1c750ffff IOMobileFramebuffer arm64e  <6d6340e4e6113d2ea673515074b37930> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1c7636000 - 0x1c77befff CloudPhotoLibrary arm64e  <8104edee7a0130399d03223a8bcd3d44> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1c77bf000 - 0x1c7a8efff MusicLibrary arm64e  <f28db62c991338879ab253dcc7e3a906> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x1c7a8f000 - 0x1c7af9fff CallKit arm64e  <7ed00fac21063f6fbe33c31cf2baba6e> /System/Library/Frameworks/CallKit.framework/CallKit
0x1c7b36000 - 0x1c7b9ffff AXRuntime arm64e  <d3a59f3a895735ed900e1276f034bc58> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x1c7ba0000 - 0x1c7bc0fff PrototypeTools arm64e  <00c63ea578d8332b89fa381b45433952> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1c7bc1000 - 0x1c7beefff PersistentConnection arm64e  <f3523bee1598394492bdcd6bce0045e9> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1c7cd7000 - 0x1c7cfcfff BiomeStreams arm64e  <c6f09f82d4633c52b03624589eeaf8e2> /System/Library/PrivateFrameworks/BiomeStreams.framework/BiomeStreams
0x1c7d19000 - 0x1c7fd7fff PencilKit arm64e  <1c393c73f6ff350b82fe43e702f51f2d> /System/Library/Frameworks/PencilKit.framework/PencilKit
0x1c8692000 - 0x1c86aefff TextToSpeech arm64e  <35bbe6cd44f03962b128d532a0d6d89b> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x1c86af000 - 0x1c86c5fff AppSSOCore arm64e  <d3df763ef6f43ee2a3641e2313f00622> /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore
0x1c86d1000 - 0x1c86e8fff CoreFollowUp arm64e  <7a24d9224d1c32e5b2101150eef4bc3f> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1c86e9000 - 0x1c8763fff Rapport arm64e  <d8b41715727d3e70bf46666e810e7a07> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1c8b2d000 - 0x1c8b54fff LocationSupport arm64e  <8ec049def0de3650a2aaf7fbab409f55> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
0x1c8b55000 - 0x1c8b89fff iCalendar arm64e  <8b55ad8bd36230eb83682a4d54324823> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1c8b8a000 - 0x1c8bb5fff CoreAccessories arm64e  <4a487014cd403fc989dafe9ee6ef2947> /System/Library/PrivateFrameworks/CoreAccessories.framework/CoreAccessories
0x1c8cc6000 - 0x1c8cf1fff CacheDelete arm64e  <798bdae8ec9f3541b9b297da771bf196> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1c8cf2000 - 0x1c8d6ffff CVNLP arm64e  <dab652fc77643664bbfc03fc9d377cac> /System/Library/PrivateFrameworks/CVNLP.framework/CVNLP
0x1c8ec7000 - 0x1c8ec9fff OSAServicesClient arm64e  <b53625dbf80e3844bc916ee44b0c6b03> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
0x1c8eca000 - 0x1c8eccfff BiomeFoundation arm64e  <48fb3eb856ab3068aae2c0e7da2ebd78> /System/Library/PrivateFrameworks/BiomeFoundation.framework/BiomeFoundation
0x1c8ecd000 - 0x1c8f27fff ProtectedCloudStorage arm64e  <860390fc5d0c3f7c948af3d584cbea95> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1c8f28000 - 0x1c8f60fff C2 arm64e  <3fa5405a36e03efdb9c65577043488dd> /System/Library/PrivateFrameworks/C2.framework/C2
0x1c8f61000 - 0x1c8fb8fff DifferentialPrivacy arm64e  <590bcf006fb0313eb7d6f7750afc377b> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1c919f000 - 0x1c998ffff EmbeddedAcousticRecognition arm64e  <4670f8da92053064a01acb73eb569c4d> /System/Library/PrivateFrameworks/EmbeddedAcousticRecognition.framework/EmbeddedAcousticRecognition
0x1c9990000 - 0x1c9a0ffff SiriInstrumentation arm64e  <412d82e9db4e39ddb74c484ec6e3b69f> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
0x1c9a10000 - 0x1c9a54fff BiometricKit arm64e  <3c04b45f2f16305590fc1c3cccdeaa96> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1c9a9c000 - 0x1c9b51fff CoreSymbolication arm64e  <3c0e18cf24ca3dc5a6c9c0f7f1107b9e> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1c9cc2000 - 0x1c9ccbfff HearingCore arm64e  <260be1bd27ef3f968d7939bb45b8045f> /System/Library/PrivateFrameworks/HearingCore.framework/HearingCore
0x1ca339000 - 0x1ca34bfff IOSurface arm64e  <1335ae5e794d3f1285f78a31dd60dedd> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1ca34c000 - 0x1ca3aefff MobileWiFi arm64e  <acf3f8039ed4359aaaef2e790a4e58fc> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1ca3b3000 - 0x1ca3d4fff DataDeliveryServices arm64e  <ad6a5fc4cf633d8982564077e2c33915> /System/Library/PrivateFrameworks/DataDeliveryServices.framework/DataDeliveryServices
0x1ca852000 - 0x1ca8fbfff MMCS arm64e  <b56cb42d094e3132b72663afce56c587> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x1ca974000 - 0x1ca9affff libGLImage.dylib arm64e  <bac88d59b9433669a42068ca0ebf61e1> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1ca9b0000 - 0x1ca9b7fff libsystem_symptoms.dylib arm64e  <24674a06f0723aa3a7f0b33556fab0fd> /usr/lib/system/libsystem_symptoms.dylib
0x1ca9ff000 - 0x1caf5ffff CoreAudio arm64e  <47815d1938cc3a7da3e0a219d5dca724> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1caf60000 - 0x1caf77fff ContactsDonation arm64e  <1ee08785afda3d3e981a2fc5cc166ed3> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1caf78000 - 0x1caf97fff IntentsCore arm64e  <7ddaa4b25a4038e1943960c56f42de64> /System/Library/PrivateFrameworks/IntentsCore.framework/IntentsCore
0x1cb03e000 - 0x1cb077fff ImageCaptureCore arm64e  <65299a6db6813fe48c090499b682c574> /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore
0x1cb1df000 - 0x1cb32cfff Navigation arm64e  <6d6c617d7e553f2e8af4d8ee08e47b37> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1cb32d000 - 0x1cb34afff SafariFoundation arm64e  <b7f87b73c5c0321a9182124153dd9579> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x1cb4d1000 - 0x1cb4e5fff MaterialKit arm64e  <8020dde96cf23abf9b5625199728c46e> /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit
0x1cb66b000 - 0x1cb67bfff CoreAUC arm64e  <5147918376b5398e83256b1c6f169f2f> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1cb807000 - 0x1cbd20fff AudioCodecs arm64e  <b7ad97e95e373041b317559237dcc7f2> /System/Library/Frameworks/AudioToolbox.framework/AudioCodecs
0x1cbeb0000 - 0x1cbec1fff SettingsFoundation arm64e  <507f6a4a908b34aa9edacc2e793e3868> /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
0x1cc630000 - 0x1cc854fff RawCamera arm64e  <e5c8167ca501320b8a9b20485862894b> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x1cc8c2000 - 0x1cc922fff ToneLibrary arm64e  <e7f1cb76ff693509ae448c9b2f4b538b> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1cc9f8000 - 0x1cca0dfff SyncedDefaults arm64e  <8e0b4ba35ab93700a1e68ae1bcd92780> /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults
0x1cd187000 - 0x1cd194fff MediaSafetyNet arm64e  <5be00a71a7713479bb8c6a55ae697c14> /System/Library/PrivateFrameworks/MediaSafetyNet.framework/MediaSafetyNet
0x1cd195000 - 0x1cd1d2fff TimeSync arm64e  <1d838d72cc1e3ce48d525c94283785b3> /System/Library/PrivateFrameworks/TimeSync.framework/TimeSync
0x1cd26a000 - 0x1cd2affff ExposureNotification arm64e  <8b21bb10644436d98c70111505392da6> /System/Library/Frameworks/ExposureNotification.framework/ExposureNotification
0x1cd93c000 - 0x1cd945fff CoreTime arm64e  <880008ad66523017b872b176c2597b76> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1ce109000 - 0x1ce30bfff NeutrinoCore arm64e  <8b601a575587399680aca31d12ad804f> /System/Library/PrivateFrameworks/NeutrinoCore.framework/NeutrinoCore
0x1ce31c000 - 0x1ce41cfff TextRecognition arm64e  <ab47c812918a338aab16e10a6ad26a74> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
0x1ce532000 - 0x1ce53bfff ContextKitExtraction arm64e  <2a757e946f303f30b8e34ab8d0085788> /System/Library/PrivateFrameworks/ContextKitExtraction.framework/ContextKitExtraction
0x1cfba3000 - 0x1cfbe0fff PhotosPlayer arm64e  <619007d5b16d399abe6b1ca58046d305> /System/Library/PrivateFrameworks/PhotosPlayer.framework/PhotosPlayer
0x1cfc26000 - 0x1cfcaafff CoreDAV arm64e  <973b4a3dd77e3fffbf1040b19b48f831> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1cfe92000 - 0x1cfea1fff MobileIcons arm64e  <51923a3374a233dd961a4498a7cb7f42> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1d0290000 - 0x1d0363fff ProofReader arm64e  <e07cd922060e39d8861f251875b84cf3> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1d152f000 - 0x1d1572fff TextToSpeechBundleSupport arm64e  <409478f29c6c31a6b78730e40a9f8db1> /System/Library/PrivateFrameworks/TextToSpeech.framework/Frameworks/TextToSpeechBundleSupport.framework/TextToSpeechBundleSupport
0x1d1573000 - 0x1d15cefff AccessibilitySharedSupport arm64e  <601c9c3244843e5ea5f771b60aeaa66c> /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/AccessibilitySharedSupport
0x1d15cf000 - 0x1d15d9fff MallocStackLogging arm64e  <5029c09e7c073cae989c8e7ae3581d44> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
0x1d1816000 - 0x1d1861fff MetadataUtilities arm64e  <1aec53879b77371092f1bad902ca2c98> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1d1f9b000 - 0x1d1ffafff CoreLocationProtobuf arm64e  <66776ba19180331d804924fa6da0f10e> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1d220f000 - 0x1d2241fff Bom arm64e  <bb0a2970254432b3831e608bf2a204f0> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1d2277000 - 0x1d227efff PushKit arm64e  <125e0837d6c43b83a972b86d473badd1> /System/Library/Frameworks/PushKit.framework/PushKit
0x1d227f000 - 0x1d22ecfff PhotosFormats arm64e  <ae981e2a8517387c8412c1d99a2da60f> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x1d2486000 - 0x1d2516fff Quagga arm64e  <cf0a7e1ad8423b80b8ad9f0ea52d5a5a> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1d2517000 - 0x1d251ffff StudyLog arm64e  <ecb99e9ab81c39f7950f720362ad2a1b> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1d3528000 - 0x1d3569fff NaturalLanguage arm64e  <2646a2a40a50363e82a5c19d8527dd53> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
0x1d3616000 - 0x1d3b51fff libAudioDSP.dylib arm64e  <91c2569e0f45374c80d08862cdb95c3e> /System/Library/Frameworks/AudioToolbox.framework/libAudioDSP.dylib
0x1d3b52000 - 0x1d3b5dfff AudioDataAnalysis arm64e  <22fca434a29234fdacec3a68bf49f78c> /System/Library/PrivateFrameworks/AudioDataAnalysis.framework/AudioDataAnalysis
0x1d400f000 - 0x1d402ffff MediaStream arm64e  <78822715cf103b2091a6f7ec0e2a27a7> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1d4799000 - 0x1d47a8fff libAXSpeechManager.dylib arm64e  <627b8721467b3313ab62f7fb7783485a> /usr/lib/libAXSpeechManager.dylib
0x1d4cc4000 - 0x1d4cedfff MediaConversionService arm64e  <d00cf89cdc6d3ca78db9720757c0f436> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
0x1d4e43000 - 0x1d4f85fff CoreHandwriting arm64e  <0c68ba81d7273a7d8cc955180712a75e> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
0x1d5773000 - 0x1d577efff AppleIDAuthSupport arm64e  <cd9d4db6e14337c2bc492398c8fcf462> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1d578e000 - 0x1d57a7fff LocalAuthentication arm64e  <e07c72e2d6cb36c4afe9108965c008f5> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1d57a8000 - 0x1d57aefff IOAccelerator arm64e  <b534583668773b45acb567e5f776f687> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1d5b99000 - 0x1d5ba3fff CloudPhotoServices arm64e  <be9bcc3a93e739aa836de92c6765927a> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1d6058000 - 0x1d6089fff libsystem_kernel.dylib arm64e  <95c83da7b2ca3c43ba7f7088c04de757> /usr/lib/system/libsystem_kernel.dylib
0x1d62cd000 - 0x1d63d7fff ResponseKit arm64e  <1bd88fb40a1d3c3ca32e88b8a1d41988> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x1d63d8000 - 0x1d6412fff EmojiFoundation arm64e  <d6f1cf67b1ce3e19916f96e63d7f7c62> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation
0x1d6a59000 - 0x1d6a66fff FontServices arm64e  <b6348b2396f3398d9c3db92649639aa1> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1d6c17000 - 0x1d6c23fff MediaAccessibility arm64e  <0e82cb0b9a4b3246ac108206f174f38c> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1d6c66000 - 0x1d7222fff SiriTTS arm64e  <683240345b0c3db0a33c481ecdc5ebf7> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x1d7223000 - 0x1d7231fff SetupAssistantSupport arm64e  <3fcc258c6bc33924861cf45f2a2e21dc> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1d723a000 - 0x1d729cfff Social arm64e  <885b6baff1413e22959be8aa5b30f764> /System/Library/Frameworks/Social.framework/Social
0x1d7336000 - 0x1d7368fff VirtualGarage arm64e  <d40dbb60eb73364784331f11d0303672> /System/Library/PrivateFrameworks/VirtualGarage.framework/VirtualGarage
0x1d7369000 - 0x1d738ffff NetAppsUtilities arm64e  <4c05b7d70a283b8c89fbfbaaac827619> /System/Library/PrivateFrameworks/NetAppsUtilities.framework/NetAppsUtilities
0x1d85c7000 - 0x1d85d7fff libdscsym.dylib arm64e  <8d0f7d22218437bf8f76791b62e4068d> /usr/lib/libdscsym.dylib
0x1d85d8000 - 0x1d85e9fff HangTracer arm64e  <963c4a68169139238c9b1169f8fbd90a> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1d872a000 - 0x1d873efff PersonalAudio arm64e  <ec6e087d8fec3b81a4659a6fb0ba207e> /System/Library/PrivateFrameworks/PersonalAudio.framework/PersonalAudio
0x1d87a7000 - 0x1d8865fff SampleAnalysis arm64e  <9764986d2cf939f1acc8774aa0a998bf> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1d8866000 - 0x1d8896fff PlugInKit arm64e  <d25b10c145f638eb80a682d5d0d50a9e> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1d8945000 - 0x1d8946fff libSystem.B.dylib arm64e  <37501144205a386bb42936f2d10d0daf> /usr/lib/libSystem.B.dylib
0x1d8c5d000 - 0x1d8c69fff MobileActivation arm64e  <bdc23ada09e13d4e940588a41a968099> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
0x1d8c6a000 - 0x1d8cc2fff CalendarDaemon arm64e  <e2ee18b0e3203e428d217497b99dca7b> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1d8dba000 - 0x1d8e2afff libarchive.2.dylib arm64e  <215c1129314137e1802ee44891c52ebf> /usr/lib/libarchive.2.dylib
0x1d8e2b000 - 0x1d8e4ffff libtailspin.dylib arm64e  <5e852129ceb933b5a0da35337eca5648> /usr/lib/libtailspin.dylib
0x1d8e50000 - 0x1d9304fff libBNNS.dylib arm64e  <fdcf8537a890325997b98fd7378e8893> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1d9305000 - 0x1d9347fff SharedUtils arm64e  <dc9f7ab2f0683d26b76f1245ee8da290> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1d963d000 - 0x1d974afff CoreMediaStream arm64e  <fe5fcf35d10e34dda095a1f06b9c764f> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x1d9963000 - 0x1d9963fff AVFoundation arm64e  <1d427b5a1f71317ba376e066aab2fb78> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1d9964000 - 0x1d9964fff Accelerate arm64e  <971c6e788a583b2d823a67c8b6ae6a3e> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1d9965000 - 0x1d9bbffff libBLAS.dylib arm64e  <1464c5ae73d93808bf18ead962ff93b1> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1d9bc0000 - 0x1da06afff libLAPACK.dylib arm64e  <da74cbf68d8e3b6baa200d0c607daf72> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1da06b000 - 0x1da07ffff libLinearAlgebra.dylib arm64e  <8257b4c340bc340cb98c2174abf25583> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1da080000 - 0x1da084fff libQuadrature.dylib arm64e  <7bbe6aa1587436469574eea587defbdb> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1da085000 - 0x1da0e7fff libSparse.dylib arm64e  <2612f9b0f85931f68f7cf3fe51069399> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1da0e8000 - 0x1da0f9fff libSparseBLAS.dylib arm64e  <88e99ed408f838ce91481adda2d75375> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1da0fa000 - 0x1da152fff libvMisc.dylib arm64e  <51617fac7d47332d90fd0c9db90891b6> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1da153000 - 0x1da153fff vecLib arm64e  <2631ae4f1c35380595c94cc1000f29bd> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1da158000 - 0x1da159fff AdSupport arm64e  <c040adf1ec293ebb82aba93d579662f3> /System/Library/Frameworks/AdSupport.framework/AdSupport
0x1da190000 - 0x1da1a1fff AssetsLibrary arm64e  <1e6d85ca470a3564b9921ffbd8155231> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x1da1a2000 - 0x1da2b6fff libEmbeddedSystemAUs.dylib arm64e  <1822d068dbba3349b31d122e91885669> /System/Library/Frameworks/AudioToolbox.framework/libEmbeddedSystemAUs.dylib
0x1da2b7000 - 0x1da2d4fff AuthenticationServices arm64e  <4872512bb8463238983fb937ae006e26> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
0x1da3cd000 - 0x1da436fff CoreMIDI arm64e  <934ca0d7c6ee30d2bbc1ae4b450dd08b> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x1da96b000 - 0x1da982fff ExternalAccessory arm64e  <6f4bcc320ee433e0850e498c162a32cc> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory
0x1da997000 - 0x1da9c0fff GLKit arm64e  <71af2fcb92f43fbcb056665b21648a7a> /System/Library/Frameworks/GLKit.framework/GLKit
0x1dab5b000 - 0x1dacadfff MLCompute arm64e  <cf34ff20a7b93f1c8071a18fcd770f39> /System/Library/Frameworks/MLCompute.framework/MLCompute
0x1dacd6000 - 0x1daceffff MetalKit arm64e  <7487e30a54703725ad3764398e9d09e3> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x1dacf0000 - 0x1dad76fff MPSImage arm64e  <43662c4a92b53c3cb009bad12d7b82f0> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1dad77000 - 0x1dad9dfff MPSMatrix arm64e  <b7733e9cd4303b9a88c2424f57442335> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1dad9e000 - 0x1daddcfff MPSNDArray arm64e  <be33b81c02f0317ab73565c9048d9fc1> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
0x1daddd000 - 0x1dae25fff MPSRayIntersector arm64e  <df0babdf4add3d0eb6f7df5c3fd6fe27> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1dae26000 - 0x1dae26fff MetalPerformanceShaders arm64e  <54579591af2c331bb854c3c1e3633ebc> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1db1c3000 - 0x1db1c3fff MobileCoreServices arm64e  <e2b7a93bfcfa3b34b44b6cf934eeeb7a> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1dbcb1000 - 0x1dbcdffff OpenAL arm64e  <49504b7e75953339a945c71873923692> /System/Library/Frameworks/OpenAL.framework/OpenAL
0x1dbce0000 - 0x1dbdaffff GLEngine arm64e  <a5571484ecd13d2d9847d007dd38559a> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
0x1dbdb0000 - 0x1dbdb8fff OpenGLES arm64e  <d546d7af4fd633d5b3f7106c2e6e4fe2> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1dbdb9000 - 0x1dbdbafff libCVMSPluginSupport.dylib arm64e  <cfad3820925c3df880d322c609a23dcb> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1dbdbb000 - 0x1dbdc1fff libCoreFSCache.dylib arm64e  <243cc950c9b03b208fc64d824462a954> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1dbdc2000 - 0x1dbdc7fff libCoreVMClient.dylib arm64e  <088d8a21563e3990bf93560679406c19> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1dbdc8000 - 0x1dbdd1fff libGFXShared.dylib arm64e  <7a4f2f05b6ff3aaa9f2a6556d78c639e> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1dbdd2000 - 0x1dbf3dfff libGLProgrammability.dylib arm64e  <a271b7433e9c32119d67f65ab72e83a7> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
0x1dbf8c000 - 0x1dc053fff PDFKit arm64e  <b7c46893e2e93bfe9768452b4d3352dd> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1dc063000 - 0x1dc0a1fff QuickLookThumbnailing arm64e  <98ba0ae54bf535b1a0e0346352c71734> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1dc309000 - 0x1dc338fff ReplayKit arm64e  <7f167eea041735a9950084611f16eb45> /System/Library/Frameworks/ReplayKit.framework/ReplayKit
0x1dc76f000 - 0x1dc8bcfff SoundAnalysis arm64e  <f216422d71d535b5978803e643deb3a4> /System/Library/Frameworks/SoundAnalysis.framework/SoundAnalysis
0x1dc9f0000 - 0x1dc9f0fff UIKit arm64e  <53b462928c8f32a59b1ddfa5cecd8cdc> /System/Library/Frameworks/UIKit.framework/UIKit
0x1dcac4000 - 0x1dd69bfff libfaceCore.dylib arm64e  <73bc24802904342ba75b25a677a6b029> /System/Library/Frameworks/Vision.framework/libfaceCore.dylib
0x1ddc00000 - 0x1ddc03fff AFKUser arm64e  <6b48cf6527f0308aaff2dccd565ff2e0> /System/Library/PrivateFrameworks/AFKUser.framework/AFKUser
0x1ddcc8000 - 0x1ddf4ffff ANECompiler arm64e  <762e76d7b9d73825abce7362a460b65e> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
0x1ddf50000 - 0x1ddf64fff ANEServices arm64e  <614d750e6e4237d6b9e7f47d48f79391> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1ddf69000 - 0x1de026fff APFS arm64e  <a4c1e2252185306caeacfe5d20a7d149> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1de027000 - 0x1de02dfff ASEProcessing arm64e  <2824dda045cb3911a3df672086708f4c> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1de85f000 - 0x1de864fff AggregateDictionary arm64e  <ed017cc73e12313c88ab8281ab11e7c0> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1de9f2000 - 0x1deacbfff AirPlaySync arm64e  <7b36eb5798e03db798c726cc79743b02> /System/Library/PrivateFrameworks/AirPlaySync.framework/AirPlaySync
0x1debd7000 - 0x1debf3fff AlgosScoreFramework arm64e  <b29de407a2993ab49f2a09461a6df3f7> /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/AlgosScoreFramework
0x1ded25000 - 0x1dee97fff AppC3D arm64e  <5cf79dbcedd13f948e0523f11df44ee8> /System/Library/PrivateFrameworks/AppC3D.framework/AppC3D
0x1dee98000 - 0x1deebbfff AppConduit arm64e  <6aab29e7f7f73b4d83074a71bded81a0> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1defc4000 - 0x1defcefff AppStoreOverlays arm64e  <a66502e3e90737ce823c5efe62df0439> /System/Library/PrivateFrameworks/AppStoreOverlays.framework/AppStoreOverlays
0x1e00f7000 - 0x1e0294fff AppleCVA arm64e  <f757465e50d43c1cb369756e12eebf95> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA
0x1e02dc000 - 0x1e02ebfff AppleFSCompression arm64e  <1bf7f18f32ee30179b4a770467797085> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1e02f8000 - 0x1e031cfff AppleIDSSOAuthentication arm64e  <6ccad7bc4a67372aa0051bd94dfcafcc> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1e031d000 - 0x1e0362fff AppleJPEG arm64e  <957dfaa0ff253c7095d18ea2331f98d0> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1e03ee000 - 0x1e0403fff AppleNeuralEngine arm64e  <8d289eaaf6e73f6e8ff9bb1b01a5f09f> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1e040d000 - 0x1e0431fff AppleSauce arm64e  <94b496c2f3c7398dbd8fd1049f137e1c> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1e0462000 - 0x1e0480fff AssetCacheServices arm64e  <a908eddb1056337b890395815b01bd93> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x1e05eb000 - 0x1e064bfff AuthKitUI arm64e  <44852455dcab3916bb8049694a88514a> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
0x1e064c000 - 0x1e06a1fff AutoLoop arm64e  <b52d6c429c353ab2a5504ae5d632275c> /System/Library/PrivateFrameworks/AutoLoop.framework/AutoLoop
0x1e06b7000 - 0x1e06b8fff BackgroundTaskAgent arm64e  <509b6e7ba2e33b73ab58e6f3bf2d8ad8> /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent
0x1e06dc000 - 0x1e06f5fff BiomePubSub arm64e  <c538a5780cc53b31920b305ff885c1c7> /System/Library/PrivateFrameworks/BiomePubSub.framework/BiomePubSub
0x1e09e4000 - 0x1e09f3fff BluetoothManager arm64e  <1047978493393a63850aa79c6704dccd> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x1e0ca0000 - 0x1e0caafff CMCaptureCore arm64e  <45a6c05ee6c43367b42216ac3c73b817> /System/Library/PrivateFrameworks/CMCaptureCore.framework/CMCaptureCore
0x1e0cab000 - 0x1e0cc2fff CPAnalytics arm64e  <2f9ebde5500338af855a37579d139d70> /System/Library/PrivateFrameworks/CPAnalytics.framework/CPAnalytics
0x1e0cc5000 - 0x1e0cd4fff CPMS arm64e  <07a900f3278c3ffbb19548fc0829de50> /System/Library/PrivateFrameworks/CPMS.framework/CPMS
0x1e0cd5000 - 0x1e0ce5fff CTCarrierSpace arm64e  <ebe97e11144e3df7a0f539205748a5e1> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1e0e51000 - 0x1e0e7dfff CameraEditKit arm64e  <dc8c0df0b9763c5d8986ad73e795a409> /System/Library/PrivateFrameworks/CameraEditKit.framework/CameraEditKit
0x1e0ffb000 - 0x1e1006fff CaptiveNetwork arm64e  <95193bcdbc8b39b5aa6352d3a757c083> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1e1193000 - 0x1e11b8fff CellularPlanManager arm64e  <17bbd4ccbb783e779ae367a02c1824f1> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x1e11e2000 - 0x1e1232fff ChunkingLibrary arm64e  <7934bd069f783c47a232c823919d92cf> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1e1661000 - 0x1e1665fff CommunicationsFilter arm64e  <83b0ccae82293091a3e8688416815b88> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1e173b000 - 0x1e173efff ConstantClasses arm64e  <25ee00025fee30fcb5beaea1cee4ffb2> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x1e1748000 - 0x1e1789fff ContactsAutocomplete arm64e  <ed7abccfb5d13bb0bb2c8d01993ccea8> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
0x1e1790000 - 0x1e180dfff ContactsUICore arm64e  <cfab1bcd51ea3e05b134347a941c4362> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1e184c000 - 0x1e1992fff CoreAppleCVA arm64e  <7caaaf59c5cb32499cc40afa4d2c2b1b> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA
0x1e1993000 - 0x1e1a8afff CoreBrightness arm64e  <800e204f6a493e7a990259e8703b0ca6> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1e1af8000 - 0x1e1b07fff CoreDuetDaemonProtocol arm64e  <a855c046fc733a25b8451fcc42f8bd17> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1e1b0a000 - 0x1e1b0cfff CoreDuetDebugLogging arm64e  <54fe7981f39f3545ab9b2ffa411a6f3b> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1e1b1b000 - 0x1e1b2dfff CoreEmoji arm64e  <9300e50c70013f7397986f4aa7d63e97> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1e215d000 - 0x1e2161fff CoreOptimization arm64e  <c2adf8b15e7434f2aff873f03887c1b5> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1e2162000 - 0x1e221ffff CorePDF arm64e  <165ab935faa530b9871f5fc25d99cdd7> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1e2220000 - 0x1e2228fff CorePhoneNumbers arm64e  <970ecc3c699733c4b01c320a82ed88d0> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1e2229000 - 0x1e2280fff CorePrediction arm64e  <8fdcfe7f7276350386b4d80febe811d4> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1e2bc2000 - 0x1e2bcdfff CoreRecents arm64e  <2b297a346666366d86b8506a2dcc8bdd> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1e2c54000 - 0x1e2c7efff CoreSVG arm64e  <c59085f22f2631a2815ccd2db93c6808> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
0x1e2e55000 - 0x1e2e59fff DAAPKit arm64e  <df75de0444503d72a15fde76e4fc91c4> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x1e2e77000 - 0x1e2e84fff DCIMServices arm64e  <0de00cd084e739809e0964e294e989ea> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1e2e9b000 - 0x1e2ed9fff DataDetectorsNaturalLanguage arm64e  <a4e6bddabdeb37bdbbd508b179bff674> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
0x1e2f37000 - 0x1e2f61fff DeviceIdentity arm64e  <cb2548061e4c3688a5b95d8a91713beb> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1e3095000 - 0x1e30ccfff DistributedEvaluation arm64e  <3b8fcba86d2f309fb5cbdf9301a2715d> /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation
0x1e31f7000 - 0x1e3233fff DocumentManager arm64e  <7aec55434d0a3521b97b89180fd21bae> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1e3234000 - 0x1e3254fff DocumentManagerCore arm64e  <93aa677d642935238bb9cf73e2e17efe> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1e32df000 - 0x1e32e1fff DragUI arm64e  <906466c290e837d781a698af36e35e12> /System/Library/PrivateFrameworks/DragUI.framework/DragUI
0x1e3311000 - 0x1e3342fff EAP8021X arm64e  <06a82d19ecc23af986072672662d91a6> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1e3372000 - 0x1e3387fff Engram arm64e  <400f766d54c434c68602bda8e3bbc324> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1e34c8000 - 0x1e34cffff ExtensionFoundation arm64e  <8a637c247c3b391487bcda7b2aebe81e> /System/Library/PrivateFrameworks/ExtensionFoundation.framework/ExtensionFoundation
0x1e3663000 - 0x1e366bfff FSEvents arm64e  <7d528db7ec153f98a2b96794cf362775> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
0x1e366c000 - 0x1e368bfff FTAWD arm64e  <37d5cda17b093981a66dc4b4ea006597> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1e3690000 - 0x1e3aa4fff FaceCore arm64e  <bfad744ed6fd35a2a17175912bc9ba85> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1e3aad000 - 0x1e3ab2fff FeatureFlagsSupport arm64e  <342253db28de36c2a6df9c12ff43b050> /System/Library/PrivateFrameworks/FeatureFlagsSupport.framework/FeatureFlagsSupport
0x1e3c5e000 - 0x1e3da0fff libFontParser.dylib arm64e  <21337d8832303f86ad0d2282c76c083c> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1e3da1000 - 0x1e3da9fff libGSFont.dylib arm64e  <d858bf831ee3376aa15becdb7459334b> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
0x1e3daa000 - 0x1e3de7fff libGSFontCache.dylib arm64e  <ebac76b62f0b3e2c8035f06c1a3da2dc> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1e3e4e000 - 0x1e3e5bfff libhvf.dylib arm64e  <a5fbe63945cb3c049186fa5b79e5ad7e> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x1e3e83000 - 0x1e3e9bfff Futhark arm64e  <3e797fc1497c32108bb3a9fe520cd9e0> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1e4a3a000 - 0x1e4a3afff libmetal_timestamp.dylib arm64e  <3ff8cb17a90833c085f2c79bd3ad9b44> /System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libmetal_timestamp.dylib
0x1e4b1d000 - 0x1e4b3cfff GenerationalStorage arm64e  <8d29aaed47d9338eb29c344915e9b319> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1e4b3d000 - 0x1e4b4afff GraphVisualizer arm64e  <261e00be31a33d51a9ffd1d80158e9da> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1e4b77000 - 0x1e4b83fff HID arm64e  <c55a884675553f90908b3fbe51da8880> /System/Library/PrivateFrameworks/HID.framework/HID
0x1e5214000 - 0x1e528bfff HomeSharing arm64e  <7dfcd8d891213ae0b7eeba9b3edad539> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x1e55f7000 - 0x1e5616fff IOGPU arm64e  <5811500414da3e0d94043c10ed89af4d> /System/Library/PrivateFrameworks/IOGPU.framework/IOGPU
0x1e5618000 - 0x1e5621fff IOKitten arm64e  <6509bfab074f36329b222160a9c4a0e8> /System/Library/PrivateFrameworks/IOKitten.framework/IOKitten
0x1e5622000 - 0x1e5624fff IOSurfaceAccelerator arm64e  <25f3c0e644c03f2a8fc52159c4a32d1b> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1e564f000 - 0x1e5656fff IdleTimerServices arm64e  <9926fb360c5d370e962b57a5b5cb6f43> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1e565f000 - 0x1e5665fff IncomingCallFilter arm64e  <aefd761f8b3732dfad8993f6cc55454e> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x1e5666000 - 0x1e56e2fff InertiaCam arm64e  <b915e7bcec2d3c7b84a5f0629b928e33> /System/Library/PrivateFrameworks/InertiaCam.framework/InertiaCam
0x1e572b000 - 0x1e5738fff IntentsFoundation arm64e  <46dfb1f28ccf36359bc1c8a0d667160f> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1e5753000 - 0x1e5755fff InternationalTextSearch arm64e  <e6308cd93e9f313bb4c33d7add8cca5b> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1e5756000 - 0x1e5773fff IntlPreferences arm64e  <1a88bcbc2e413d99ba89417cba566a7a> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1e59eb000 - 0x1e59f2fff LinguisticData arm64e  <c378acc6375e3df382bffe144154a8d6> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1e5a45000 - 0x1e5a7efff LocalAuthenticationPrivateUI arm64e  <97a7e99fc8403628baf875c1315ece55> /System/Library/PrivateFrameworks/LocalAuthenticationPrivateUI.framework/LocalAuthenticationPrivateUI
0x1e5c43000 - 0x1e5c43fff Marco arm64e  <d3252e9c24593c898b55d1b45baa33d0> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1e5f50000 - 0x1e6220fff MediaLibraryCore arm64e  <f9da169c88443a1ea79bf5bdd72a41ff> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x1e6221000 - 0x1e62aefff MediaPlatform arm64e  <bf5153f10b783261b0692d2f271b8757> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x1e66b5000 - 0x1e6787fff MetalTools arm64e  <b48f3bce02d83204b365a43cac56109c> /System/Library/PrivateFrameworks/MetalTools.framework/MetalTools
0x1e6817000 - 0x1e682bfff MobileBluetooth arm64e  <3e71c5af21913d928b7e02d3f9aa7888> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1e68ae000 - 0x1e68b4fff MobileSystemServices arm64e  <a0fd91d4915e3ba0bbe243396de7a647> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1e6c6f000 - 0x1e6c75fff Netrb arm64e  <ad4abbf43b643b84a3534ff8f90486ef> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1e6d36000 - 0x1e6d50fff NetworkStatistics arm64e  <01494ec57ab6381187f77faf882849ff> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1e6d51000 - 0x1e6d70fff NeutrinoKit arm64e  <20048f542dba3a7e98a5d1c95f229277> /System/Library/PrivateFrameworks/NeutrinoKit.framework/NeutrinoKit
0x1e6e0d000 - 0x1e6e0ffff OAuth arm64e  <683046f437ef3e2aad15016e70baee2f> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1e6e2e000 - 0x1e6e6ffff OTSVG arm64e  <491ddca6cfd436d7b682fc8cc2ba03c6> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1e74c4000 - 0x1e74f0fff Pasteboard arm64e  <aeec592fdc7335b79db5ebbc750a783c> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
0x1e7522000 - 0x1e752efff PersonaKit arm64e  <77822e7a4cd43d7d90adcc16339624c3> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1e752f000 - 0x1e753cfff PersonaUI arm64e  <1efc56d076483d7784777efee76b79af> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1e7574000 - 0x1e7574fff PhoneNumbers arm64e  <141f0efec16d3091b5ab3af797bd1636> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1e757d000 - 0x1e7699fff PhotoImaging arm64e  <3c932cb8f3a9373a94238bc50193a93a> /System/Library/PrivateFrameworks/PhotoImaging.framework/PhotoImaging
0x1e769a000 - 0x1e76f9fff PhotoLibrary arm64e  <5c84e7a67efe31ad8f986f3f67242aab> /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
0x1e7744000 - 0x1e7784fff PhotosImagingFoundation arm64e  <616af61d86ee3a55883a7aae5e4697cc> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
0x1e7785000 - 0x1e77d1fff PhysicsKit arm64e  <3b28e65a16cc3ad68b805b45d80e6bd2> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1e7892000 - 0x1e789dfff PointerUIServices arm64e  <787c453f7b193efda94db30efd9e4d80> /System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices
0x1e8cfb000 - 0x1e8d08fff PrototypeToolsUI arm64e  <134663123aef3d77970d4fb7decd1fa5> /System/Library/PrivateFrameworks/PrototypeToolsUI.framework/PrototypeToolsUI
0x1e8d90000 - 0x1e8d9bfff RTCReporting arm64e  <fe31a4ca7f4b3ba2b7fa17fda9453ee0> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1e90ea000 - 0x1e90fcfff RemoteTextInput arm64e  <93ed7cf25bbb3f72b3779ea6f22d4c3e> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1e90fd000 - 0x1e9166fff RemoteUI arm64e  <150c3d6871dc3e9ea6f2675f6bd7177d> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
0x1e919f000 - 0x1e91a3fff RevealCore arm64e  <76e120298fcd33edb9c93cfff21a2093> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
0x1e91ba000 - 0x1e9546fff SDAPI arm64e  <89d010a9634c38c7b4cd89668997d82b> /System/Library/PrivateFrameworks/SDAPI.framework/SDAPI
0x1eac12000 - 0x1eac1cfff SignpostCollection arm64e  <e7a991ca0d9930e493a740442d51b429> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1eac1d000 - 0x1eac1dfff SignpostMetrics arm64e  <36bf70dd8be6397a963db3b3e9a0482e> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
0x1eac1f000 - 0x1eac60fff SignpostSupport arm64e  <ab647fbecb023f5fbc80c14811f45331> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1eb77c000 - 0x1eb77cfff SoftLinking arm64e  <9d63f4cc6ab8307096d71823e34d7275> /System/Library/PrivateFrameworks/SoftLinking.framework/SoftLinking
0x1ebc7d000 - 0x1ebcbbfff StreamingZip arm64e  <4be794cca2973a0fb01696cedc2d4740> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1ebcc3000 - 0x1ebccdfff SymptomDiagnosticReporter arm64e  <85263b47543435e7b5b8e3d0beecc495> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1ebcff000 - 0x1ebd1bfff SymptomPresentationFeed arm64e  <d065cf42437b32deab82d869af6c7b1e> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/SymptomPresentationFeed
0x1ebd5b000 - 0x1ebd6bfff TCC arm64e  <62793f6548eb3781a6c6fbb2664ddc9e> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1ec672000 - 0x1ec726fff TextureIO arm64e  <dc08cfe28cc733f996f5f352b83596e1> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1ec954000 - 0x1ec95bfff URLFormatting arm64e  <64f89fa503863dcba8dea9754bd7e072> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1edc2c000 - 0x1edc2dfff WatchdogClient arm64e  <b14a35cf2bb33a02bcfb0fc9b223dbe0> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
0x1edf12000 - 0x1ee64efff libwebrtc.dylib arm64e  <32d0d5303cf631e5a14773a69054a8d6> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1eec29000 - 0x1eec2cfff XCTTargetBootstrap arm64e  <87e5f6d1a5b43a4d986691ddd6949f8f> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1eecb2000 - 0x1eecd1fff caulk arm64e  <624d829753363ec9929611c120fb7775> /System/Library/PrivateFrameworks/caulk.framework/caulk
0x1f1246000 - 0x1f124bfff kperf arm64e  <981f8f1742ae3eacaf29e42f50081e49> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1f124c000 - 0x1f1254fff kperfdata arm64e  <ca9efc82ec6b3ac48241930904239a31> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1f1255000 - 0x1f126bfff libEDR arm64e  <0dcb23211d723cffbcb110ce6979aab8> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1f1284000 - 0x1f1295fff perfdata arm64e  <495e4891424e3177a60d35fa49315791> /System/Library/PrivateFrameworks/perfdata.framework/perfdata
0x1f1296000 - 0x1f12c7fff vCard arm64e  <4aa540e5b40f31208fbd80cc50412325> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1f1bf5000 - 0x1f1c31fff libAWDSupport.dylib arm64e  <e8a4782d30743c9491abca915d7390ab> /usr/lib/libAWDSupport.dylib
0x1f1c32000 - 0x1f1fedfff libAWDSupportFramework.dylib arm64e  <0a9c24f75fb931bf98b7f0294debdf48> /usr/lib/libAWDSupportFramework.dylib
0x1f216c000 - 0x1f217bfff libAudioStatistics.dylib arm64e  <c9b0f85a06e435e3b3a5f70572f7145c> /usr/lib/libAudioStatistics.dylib
0x1f231d000 - 0x1f2350fff libCRFSuite.dylib arm64e  <bdfefba3521332aeb328814fbe6673de> /usr/lib/libCRFSuite.dylib
0x1f2351000 - 0x1f2352fff libCTGreenTeaLogger.dylib arm64e  <5876a9f48b1239dcb7a68e9b0b96cc85> /usr/lib/libCTGreenTeaLogger.dylib
0x1f2353000 - 0x1f235dfff libChineseTokenizer.dylib arm64e  <bb7e5234df193083b861fa1de92a680a> /usr/lib/libChineseTokenizer.dylib
0x1f2614000 - 0x1f261bfff libIOReport.dylib arm64e  <99378aec8db53f85b14d564784480650> /usr/lib/libIOReport.dylib
0x1f2697000 - 0x1f269efff libMatch.1.dylib arm64e  <4b76b41ee65330b5ab4b053ed9331408> /usr/lib/libMatch.1.dylib
0x1f27bb000 - 0x1f27bcfff libThaiTokenizer.dylib arm64e  <2d141137198a38e8a23552764b89650d> /usr/lib/libThaiTokenizer.dylib
0x1f2a32000 - 0x1f2a34fff libapp_launch_measurement.dylib arm64e  <dd7f86ac570e35b7bc6059c9d9e68118> /usr/lib/libapp_launch_measurement.dylib
0x1f2a35000 - 0x1f2a4bfff libapple_nghttp2.dylib arm64e  <f63c55ede58a34b9bfeb47b0100e2ce1> /usr/lib/libapple_nghttp2.dylib
0x1f2a4c000 - 0x1f2addfff libate.dylib arm64e  <0480072585a23b4faedfee55a0507a51> /usr/lib/libate.dylib
0x1f2b6f000 - 0x1f2b7ffff libbsm.0.dylib arm64e  <69a08060b3353bffb46ce624360d68cc> /usr/lib/libbsm.0.dylib
0x1f2b80000 - 0x1f2b8cfff libbz2.1.0.dylib arm64e  <5976e1ba75043223b6c779b559493ae3> /usr/lib/libbz2.1.0.dylib
0x1f2b8d000 - 0x1f2b8dfff libcharset.1.dylib arm64e  <df13e89bde7a319fbe48aaa4eeb3a06d> /usr/lib/libcharset.1.dylib
0x1f2b8e000 - 0x1f2b9ffff libcmph.dylib arm64e  <cebffdffd7d63e1a99117d84e7c5bf61> /usr/lib/libcmph.dylib
0x1f2ba0000 - 0x1f2bb7fff libcompression.dylib arm64e  <3dd8e20319103207bd0ed4012adc2e27> /usr/lib/libcompression.dylib
0x1f2bb8000 - 0x1f2bcefff libcoretls.dylib arm64e  <412c627dbcd43363a5eb8adac64d5df8> /usr/lib/libcoretls.dylib
0x1f2bcf000 - 0x1f2bd0fff libcoretls_cfhelpers.dylib arm64e  <8c86770bd9a33edfb44a5e65a6e83121> /usr/lib/libcoretls_cfhelpers.dylib
0x1f2bf4000 - 0x1f2bfbfff libcupolicy.dylib arm64e  <bba43146d1cf38a9b8944d29e5681676> /usr/lib/libcupolicy.dylib
0x1f2bfc000 - 0x1f2c03fff libdns_services.dylib arm64e  <7051d8e3117435fcaadf13e99c463df1> /usr/lib/libdns_services.dylib
0x1f2c04000 - 0x1f2c21fff libedit.3.dylib arm64e  <7ae3aba20a7d3c1f8217aeb442b49ed0> /usr/lib/libedit.3.dylib
0x1f2c22000 - 0x1f2c22fff libenergytrace.dylib arm64e  <cef8a8bac01d347393e320089cd973de> /usr/lib/libenergytrace.dylib
0x1f2c23000 - 0x1f2c3cfff libexpat.1.dylib arm64e  <8458b56730553db481512430799b2917> /usr/lib/libexpat.1.dylib
0x1f2c67000 - 0x1f2c6bfff libgermantok.dylib arm64e  <15c56423f081367a9b3e46402d005b9c> /usr/lib/libgermantok.dylib
0x1f2c6c000 - 0x1f2c71fff libheimdal-asn1.dylib arm64e  <9703f2434cb434f9b71b1d5ddd3a9b81> /usr/lib/libheimdal-asn1.dylib
0x1f2c72000 - 0x1f2d67fff libiconv.2.dylib arm64e  <7e67d18aad88314aba3f8fad76db01c2> /usr/lib/libiconv.2.dylib
0x1f2d86000 - 0x1f2d87fff liblangid.dylib arm64e  <d7b530c8695635b39a2ad9cc02cfd852> /usr/lib/liblangid.dylib
0x1f2d88000 - 0x1f2d93fff liblockdown.dylib arm64e  <d526de59f7cf32b2895d043c3e86fa52> /usr/lib/liblockdown.dylib
0x1f2d94000 - 0x1f2dacfff liblzma.5.dylib arm64e  <941ac4cea9ef3920a3405459df591e1d> /usr/lib/liblzma.5.dylib
0x1f2ddb000 - 0x1f2e30fff libmecab.dylib arm64e  <b278e000b687372da3c326f1b8a6ed45> /usr/lib/libmecab.dylib
0x1f2e31000 - 0x1f3068fff libmecabra.dylib arm64e  <14b748c439173265bcc22e129ee4202f> /usr/lib/libmecabra.dylib
0x1f3069000 - 0x1f307cfff libmis.dylib arm64e  <38c42078d81d34ff9768847e136f5f35> /usr/lib/libmis.dylib
0x1f307d000 - 0x1f3092fff libnetworkextension.dylib arm64e  <bc11992719a73d16a249777f852d4ffc> /usr/lib/libnetworkextension.dylib
0x1f343d000 - 0x1f3477fff libpcap.A.dylib arm64e  <0b09f71d72a633bdaae06ba301e3a6bf> /usr/lib/libpcap.A.dylib
0x1f3478000 - 0x1f3486fff libperfcheck.dylib arm64e  <3209b947b0b63dfd8d7fa82db852e8f3> /usr/lib/libperfcheck.dylib
0x1f348e000 - 0x1f34a0fff libprequelite.dylib arm64e  <895b10fdf9bf3694a072dddea896ef9c> /usr/lib/libprequelite.dylib
0x1f34a1000 - 0x1f34b3fff libprotobuf-lite.dylib arm64e  <e00cf97cb73335a7a7fe644741c836c7> /usr/lib/libprotobuf-lite.dylib
0x1f34b4000 - 0x1f3516fff libprotobuf.dylib arm64e  <d84817afdb2733b3b0800e0471280f5e> /usr/lib/libprotobuf.dylib
0x1f3517000 - 0x1f3576fff libquic.dylib arm64e  <b5a9deb40d0a32d287dbb354e58b8694> /usr/lib/libquic.dylib
0x1f3577000 - 0x1f358ffff libresolv.9.dylib arm64e  <dd07d5f9399e308092f98e494eab2d86> /usr/lib/libresolv.9.dylib
0x1f3590000 - 0x1f3592fff libsandbox.1.dylib arm64e  <69ad3945a8e339a19aae15ab81e2e931> /usr/lib/libsandbox.1.dylib
0x1f35dc000 - 0x1f35dffff libutil.dylib arm64e  <854f760a2ad6375e8582d190903cdef4> /usr/lib/libutil.dylib
0x1f35e0000 - 0x1f36cbfff libxml2.2.dylib arm64e  <7663cdaa843d3a63a6975d34e2045591> /usr/lib/libxml2.2.dylib
0x1f36d0000 - 0x1f36f9fff libxslt.1.dylib arm64e  <f4ec4b5b25ac3d138e061c9d56fcc8cb> /usr/lib/libxslt.1.dylib
0x1f36fa000 - 0x1f370bfff libz.1.dylib arm64e  <f071e04855e63942a3bcb3fdb85fd324> /usr/lib/libz.1.dylib
0x1f3745000 - 0x1f3747fff liblog_network.dylib arm64e  <21327035e8e935d4872209bce2eecf82> /usr/lib/log/liblog_network.dylib
0x1f395d000 - 0x1f3962fff libcache.dylib arm64e  <e8008b66f5e93d40a485fc01e4005de8> /usr/lib/system/libcache.dylib
0x1f3963000 - 0x1f3970fff libcommonCrypto.dylib arm64e  <2642db07006d3e4da311aaa8a3765aa3> /usr/lib/system/libcommonCrypto.dylib
0x1f3971000 - 0x1f3974fff libcompiler_rt.dylib arm64e  <11006ab7252c34288b4bb752d35170b3> /usr/lib/system/libcompiler_rt.dylib
0x1f3975000 - 0x1f397dfff libcopyfile.dylib arm64e  <c0ac35bc1fa6375fbc02457fc85bf2f1> /usr/lib/system/libcopyfile.dylib
0x1f3a63000 - 0x1f3a63fff liblaunch.dylib arm64e  <533ec8c5aade3debaad3ab3a13505298> /usr/lib/system/liblaunch.dylib
0x1f3a64000 - 0x1f3a69fff libmacho.dylib arm64e  <ff7ec7be2e073304a6b671f5443105f3> /usr/lib/system/libmacho.dylib
0x1f3a6a000 - 0x1f3a6cfff libremovefile.dylib arm64e  <57a846953c1c3fd088d1306786bcff80> /usr/lib/system/libremovefile.dylib
0x1f3a6d000 - 0x1f3a6efff libsystem_blocks.dylib arm64e  <460d7d6f783a3e588e34dec38eae1938> /usr/lib/system/libsystem_blocks.dylib
0x1f3a6f000 - 0x1f3a71fff libsystem_collections.dylib arm64e  <6bbbbbef813d3fe498018ca5a772e7ad> /usr/lib/system/libsystem_collections.dylib
0x1f3a72000 - 0x1f3a76fff libsystem_configuration.dylib arm64e  <0c1135ceb3f73af280dc4c5f0683687e> /usr/lib/system/libsystem_configuration.dylib
0x1f3a77000 - 0x1f3a89fff libsystem_containermanager.dylib arm64e  <fcc1a0a9fef73d0aa26cf14c40c7018b> /usr/lib/system/libsystem_containermanager.dylib
0x1f3a8a000 - 0x1f3a8bfff libsystem_coreservices.dylib arm64e  <0a689c1f686e36438d53b96905739505> /usr/lib/system/libsystem_coreservices.dylib
0x1f3a8c000 - 0x1f3a95fff libsystem_darwin.dylib arm64e  <79c4abecdb93344baf9177d91ddc7a64> /usr/lib/system/libsystem_darwin.dylib
0x1f3a96000 - 0x1f3a9efff libsystem_dnssd.dylib arm64e  <0ba7db32bd5e3e05a500c78112b5f2c6> /usr/lib/system/libsystem_dnssd.dylib
0x1f3a9f000 - 0x1f3aa1fff libsystem_featureflags.dylib arm64e  <9276d11149903a068474c9051685b4d5> /usr/lib/system/libsystem_featureflags.dylib
0x1f3aa2000 - 0x1f3acffff libsystem_m.dylib arm64e  <14e5ee34a36e3891b4c2d42cdc33511e> /usr/lib/system/libsystem_m.dylib
0x1f3ad0000 - 0x1f3ad6fff libsystem_platform.dylib arm64e  <ad0293661e3032cd8e4ca025b49e513b> /usr/lib/system/libsystem_platform.dylib
0x1f3ad7000 - 0x1f3ad7fff libsystem_product_info_filter.dylib arm64e  <953dfc0db6423864b345dbde8efb5862> /usr/lib/system/libsystem_product_info_filter.dylib
0x1f3ad8000 - 0x1f3ae3fff libsystem_pthread.dylib arm64e  <85aa620c0b543f75b11f0d45cdd71628> /usr/lib/system/libsystem_pthread.dylib
0x1f3ae4000 - 0x1f3ae7fff libsystem_sandbox.dylib arm64e  <416cf773b03c39ba86787a7af263eed3> /usr/lib/system/libsystem_sandbox.dylib
0x1f3ae8000 - 0x1f3af2fff libunwind.dylib arm64e  <65659b257a80323faf04023c255731b7> /usr/lib/system/libunwind.dylib
0x1f3af3000 - 0x1f3b29fff libxpc.dylib arm64e  <3b74544bb441312d8a64dd5a3e60e74e> /usr/lib/system/libxpc.dylib
0x1f3ff7000 - 0x1f4015fff AppleMetalGLRenderer arm64e  <60c2a45cd35a3ff88b53a18798939199> /System/Library/Extensions/AppleMetalGLRenderer.bundle/AppleMetalGLRenderer
0x1f4b85000 - 0x1f4b8efff AXSpeechImplementation arm64e  <d1221023e0dc3e27a85f2606eb226571> /System/Library/AccessibilityBundles/AXSpeechImplementation.bundle/AXSpeechImplementation
0x1f4b8f000 - 0x1f4e89fff AGXMetalA12 arm64e  <80e3dd9c53563282a26e68e1d3a854ae> /System/Library/Extensions/AGXMetalA12.bundle/AGXMetalA12
0x1f5ead000 - 0x1f5ebffff SpotlightLinguistics arm64e  <78ccd543ceb03f9d9588df5188835a21> /System/Library/PrivateFrameworks/SpotlightLinguistics.framework/SpotlightLinguistics

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant