Closed aferrugento closed 6 years ago
Just reporting that I am seeing this crash as well on iOS. We have used the plugin for quite some time (several years) but just implemented auto-renewing subscriptions and receipt verification from a server on AWS yesterday.
A few things that I've noticed so far that could cause an issue (just guesses):
Using plugin version 7.1.3 and Cordova Android 6.3.0. Seeing the crash from iOS 10.3.3 all the way up to 11.3.1
Crash Report from Fabric:
Crashed: com.apple.main-thread
0 libobjc.A.dylib 0x1843d0910 objc_msgSend + 16
1 StoreKit 0x1991070cc __40-[SKReceiptRefreshRequest _handleReply:]_block_invoke + 280
2 libdispatch.dylib 0x184af4b24 _dispatch_call_block_and_release + 24
3 libdispatch.dylib 0x184af4ae4 _dispatch_client_callout + 16
4 libdispatch.dylib 0x184b016e0 _dispatch_main_queue_callback_4CF$VARIANT$mp + 1012
5 CoreFoundation 0x1851ab070 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12
6 CoreFoundation 0x1851a8bc8 __CFRunLoopRun + 2272
7 CoreFoundation 0x1850c8da8 CFRunLoopRunSpecific + 552
8 GraphicsServices 0x1870ab020 GSEventRunModal + 100
9 UIKit 0x18f0a978c UIApplicationMain + 236
10 AppName 0x1002683dc main (main.m:32)
11 libdyld.dylib 0x184b59fc0 start + 4
main.m:32 is just simply:
int retVal = UIApplicationMain(argc, argv, nil, @"AppDelegate");
in
int main(int argc, char* argv[])
{
@autoreleasepool {
int retVal = UIApplicationMain(argc, argv, nil, @"AppDelegate");
return retVal;
}
}
Any ideas? Happy to do some debugging with a little direction.
We got to the bottom of our problems eventually and here is how we solved it. Hopefully some of this might be relevant to you.
The app crash is caused when the native code is called multiple times in rapid succession. Check that it isn't being called in a loop.
For us the route cause of this was in the Javascript. We were setting a timeout in the app for when the subscription expires to then attempt to refresh from App/Play store to see if they renewed. In the test environments this renewal is always in a matter of minutes, so the number of milliseconds until renewal was relatively small. In production however the monthly and annual subscriptions last a lot longer and the number of milliseconds exceeds the limit for a 32-bit integer which is what all the browsers use for setTimeout. When the max number is exceeded the documentation states the behaviour of setTimeout is 'undefined', but in practice we found that mobile safari just fires the timeout immediately. As a result the app went into a loop of getting the receipt, setting a timeout then the timeout immediately firing and the whole process repeating.
We also found in general that calls to verify are often duplicated and we debounced these to reduce verification overhead on our servers.
I hope this helps. Adriana
@aferrugento Adriana thanks for that info, I think it lead us down the right path in reducing the number of receipt requests at one time and our latest version doesn't seem to be experiencing that crash. Our latency on the verification server has also gone down greatly.
In short, I don't think this is a plugin issue so perhaps we should close this and leave the notes for others that might experience this.
Cordova 7.1.0 Device: iPhone iOS 11.3 Plugin Version: 7.1.0
After release our itunes app it now keeps crashing after customers have bought a subscription. Note that this never happens whilst testing, only when is live. Please find below the crash report. Also is it normal for the store validator to be called simultaneously and a lot of times?
Incident Identifier: F48AAE90-6429-4940-AC2B-F55D7B9B1860 CrashReporter Key: f750f97e7f837f5bd911483cf6d229b1012d17ab Hardware Model: iPhone10,6 Process: REFSIX [471] Path: /private/var/containers/Bundle/Application/38A82E07-53B8-4203-8C5C-DB84D25CD981/REFSIX.app/REFSIX Identifier: com.refsix Version: 1100200003 (2.0.0) Code Type: ARM-64 (Native) Role: Foreground Parent Process: launchd [1] Coalition: com.refsix [519]
Date/Time: 2018-04-03 14:17:54.8617 +0100 Launch Time: 2018-04-03 14:17:46.6528 +0100 OS Version: iPhone OS 11.2.6 (15D100) Baseband Version: 1.03.06 Report Version: 104
Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000010 VM Region Info: 0x10 is not in any region. Bytes before following region: 4336156656 REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL UNUSED SPACE AT START --->
__TEXT 0000000102748000-000000010274c000 [ 16K] r-x/r-x SM=COW ...X.app/REFSIX]
Termination Signal: Segmentation fault: 11 Termination Reason: Namespace SIGNAL, Code 0xb Terminating Process: exc handler [0] Triggered by Thread: 0
Filtered syslog: None found
Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 libobjc.A.dylib 0x0000000182c9c430 objc_msgSend + 16 1 StoreKit 0x0000000196faa160 40-[SKReceiptRefreshRequest _handleReply:]_block_invoke + 284 2 libdispatch.dylib 0x00000001833bea54 _dispatch_call_block_and_release + 24 3 libdispatch.dylib 0x00000001833bea14 _dispatch_client_callout + 16 4 libdispatch.dylib 0x00000001833ffc80 _dispatch_main_queue_callback_4CF$VARIANT$armv81 + 968 5 CoreFoundation 0x00000001839e7344 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 12 6 CoreFoundation 0x00000001839e4f20 CFRunLoopRun + 2012 7 CoreFoundation 0x0000000183904c58 CFRunLoopRunSpecific + 436 8 GraphicsServices 0x00000001857b0f84 GSEventRunModal + 100 9 UIKit 0x000000018d05d5c4 UIApplicationMain + 236 10 REFSIX 0x000000010274f3d0 0x102748000 + 29648 11 libdyld.dylib 0x000000018342456c start + 4
Thread 1: 0 libsystem_pthread.dylib 0x0000000183666b68 start_wqthread + 0
Thread 2: 0 libsystem_pthread.dylib 0x0000000183666b68 start_wqthread + 0
Thread 3 name: Dispatch queue: com.apple.root.default-qos Thread 3: 0 libsystem_kernel.dylib 0x0000000183554138 __psynch_mutexwait + 8 1 libsystem_pthread.dylib 0x000000018366f960 _pthread_mutex_lock_wait + 96 2 libsystem_pthread.dylib 0x000000018366f8a4 _pthread_mutex_lock_slow$VARIANT$armv81 + 244 3 UIKit 0x000000018d277840 -[UIApplication _endBackgroundTask:] + 36 4 libxpc.dylib 0x00000001836a1d44 _xpc_connection_reply_callout + 60 5 libxpc.dylib 0x00000001836a1c80 _xpc_connection_call_reply_async + 88 6 libdispatch.dylib 0x00000001833bf134 _dispatch_client_callout3 + 16 7 libdispatch.dylib 0x00000001833f4b10 _dispatch_mach_msg_async_reply_invoke$VARIANT$armv81 + 316 8 libdispatch.dylib 0x00000001833fa260 _dispatch_queue_override_invoke$VARIANT$armv81 + 392 9 libdispatch.dylib 0x00000001834002a4 _dispatch_root_queue_drain + 568 10 libdispatch.dylib 0x0000000183400008 _dispatch_worker_thread3 + 112 11 libsystem_pthread.dylib 0x000000018366706c _pthread_wqthread + 1268 12 libsystem_pthread.dylib 0x0000000183666b6c start_wqthread + 4
Thread 4 name: com.apple.uikit.eventfetch-thread Thread 4: 0 libsystem_kernel.dylib 0x0000000183533568 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001835333e0 mach_msg + 72 2 CoreFoundation 0x00000001839e7108 CFRunLoopServiceMachPort + 196 3 CoreFoundation 0x00000001839e4cd4 CFRunLoopRun + 1424 4 CoreFoundation 0x0000000183904c58 CFRunLoopRunSpecific + 436 5 Foundation 0x0000000184339594 -[NSRunLoop+ 50580 (NSRunLoop) runMode:beforeDate:] + 304 6 Foundation 0x00000001843589ac -[NSRunLoop+ 178604 (NSRunLoop) runUntilDate:] + 96 7 UIKit 0x000000018dbc77a8 -[UIEventFetcher threadMain] + 136 8 Foundation 0x000000018443b0f4 NSThreadstart__ + 996 9 libsystem_pthread.dylib 0x00000001836682b4 _pthread_body + 308 10 libsystem_pthread.dylib 0x0000000183668180 _pthread_body + 0 11 libsystem_pthread.dylib 0x0000000183666b74 thread_start + 4
Thread 5: 0 libsystem_kernel.dylib 0x00000001835540f0 psynch_cvwait + 8 1 libsystem_pthread.dylib 0x000000018366ef74 _pthread_cond_wait$VARIANT$armv81 + 624 2 libc++.1.dylib 0x0000000182c0bf34 std::__1::condition_variable::do_timed_wait+ 32564 (std::1::unique_lock&, std::__1::chrono::time_point<std:: 1::chrono::system_clock, std::1::chrono::duration<long long, std::1::ratio<1l, 1000000000l> > >) + 96
3 JavaScriptCore 0x000000018adad168 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> > >+ 10133864 (std::1::unique_lock&, std::1::chrono::time_point<std::__1::chrono::steady_clock, std::1::chrono::duration<long long, std::1::ratio<1l, 1000000000l> > > const&) + 124
4 JavaScriptCore 0x000000018adad03c std::1::cv_status std::1::condition_variable_any::wait_until<std::__1::unique_lock, std:: 1::chrono::steady_clock, std::1::chrono::duration<long long, std::1::ratio<1l, 1000000000l> > >+ 10133564 (std::1::unique_lock&, std::__1::chrono::time_point<std:: 1::chrono::steady_clock, std::1::chrono::duration<long long, std::1::ratio<1l, 1000000000l> > > const&) + 108
5 JavaScriptCore 0x000000018adacec0 bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::)()>::threadRunLoop+ 10133184 () + 280
6 JavaScriptCore 0x000000018adad1b8 void std::1::thread_proxy<std::1::tuple<std::1::unique_ptr<std::1::thread_struct, std::__1::default_delete >, void ()(bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::)()>), bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::)()>> >+ 10133944 (void) + 44
7 libsystem_pthread.dylib 0x00000001836682b4 _pthread_body + 308
8 libsystem_pthread.dylib 0x0000000183668180 _pthread_body + 0
9 libsystem_pthread.dylib 0x0000000183666b74 thread_start + 4
Thread 6 name: WebThread Thread 6: 0 libsystem_kernel.dylib 0x0000000183533568 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001835333e0 mach_msg + 72 2 CoreFoundation 0x00000001839e7108 CFRunLoopServiceMachPort + 196 3 CoreFoundation 0x00000001839e4cd4 CFRunLoopRun + 1424 4 CoreFoundation 0x0000000183904c58 CFRunLoopRunSpecific + 436 5 WebCore 0x000000018b87984c RunWebThread+ 268364 (void*) + 560 6 libsystem_pthread.dylib 0x00000001836682b4 _pthread_body + 308 7 libsystem_pthread.dylib 0x0000000183668180 _pthread_body + 0 8 libsystem_pthread.dylib 0x0000000183666b74 thread_start + 4
Thread 7: 0 libsystem_kernel.dylib 0x00000001835335bc semaphore_timedwait_trap + 8 1 libdispatch.dylib 0x00000001833effe0 _dispatch_sema4_timedwait$VARIANT$armv81 + 84 2 libdispatch.dylib 0x00000001833f084c _dispatch_semaphore_wait_slow + 72 3 libdispatch.dylib 0x0000000183401710 _dispatch_worker_thread + 248 4 libsystem_pthread.dylib 0x00000001836682b4 _pthread_body + 308 5 libsystem_pthread.dylib 0x0000000183668180 _pthread_body + 0 6 libsystem_pthread.dylib 0x0000000183666b74 thread_start + 4
Thread 8: 0 libsystem_kernel.dylib 0x00000001835335bc semaphore_timedwait_trap + 8 1 libdispatch.dylib 0x00000001833effe0 _dispatch_sema4_timedwait$VARIANT$armv81 + 84 2 libdispatch.dylib 0x00000001833f084c _dispatch_semaphore_wait_slow + 72 3 libdispatch.dylib 0x0000000183401710 _dispatch_worker_thread + 248 4 libsystem_pthread.dylib 0x00000001836682b4 _pthread_body + 308 5 libsystem_pthread.dylib 0x0000000183668180 _pthread_body + 0 6 libsystem_pthread.dylib 0x0000000183666b74 thread_start + 4
Thread 9 name: com.apple.NSURLConnectionLoader Thread 9: 0 libsystem_kernel.dylib 0x0000000183533568 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001835333e0 mach_msg + 72 2 CoreFoundation 0x00000001839e7108 CFRunLoopServiceMachPort + 196 3 CoreFoundation 0x00000001839e4cd4 CFRunLoopRun + 1424 4 CoreFoundation 0x0000000183904c58 CFRunLoopRunSpecific + 436 5 CFNetwork 0x00000001841f3b08 -[CoreSchedulingSetRunnable runForever] + 780 6 Foundation 0x000000018443b0f4 NSThreadstart + 996 7 libsystem_pthread.dylib 0x00000001836682b4 _pthread_body + 308 8 libsystem_pthread.dylib 0x0000000183668180 _pthread_body + 0 9 libsystem_pthread.dylib 0x0000000183666b74 thread_start + 4
Thread 10 name: com.apple.CFStream.LegacyThread Thread 10: 0 libsystem_kernel.dylib 0x0000000183533568 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001835333e0 mach_msg + 72 2 CoreFoundation 0x00000001839e7108 CFRunLoopServiceMachPort + 196 3 CoreFoundation 0x00000001839e4cd4 CFRunLoopRun + 1424 4 CoreFoundation 0x0000000183904c58 CFRunLoopRunSpecific + 436 5 CoreFoundation 0x00000001839f6348 _legacyStreamRunLoop_workThread + 268 6 libsystem_pthread.dylib 0x00000001836682b4 _pthread_body + 308 7 libsystem_pthread.dylib 0x0000000183668180 _pthread_body + 0 8 libsystem_pthread.dylib 0x0000000183666b74 thread_start + 4
Thread 11 name: WebCore: LocalStorage Thread 11: 0 libsystem_kernel.dylib 0x00000001835540f0 psynch_cvwait + 8 1 libsystem_pthread.dylib 0x000000018366ef74 _pthread_cond_wait$VARIANT$armv81 + 624 2 JavaScriptCore 0x000000018a4120dc WTF::ThreadCondition::timedWait+ 61660 (WTF::Mutex&, double) + 80 3 JavaScriptCore 0x000000018ad9233c WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void + 10023740 ()> const&, WTF::TimeWithDynamicClockType const&) + 2256 4 WebKitLegacy 0x000000018cce96dc bool WTF::ConditionBase::waitUntil+ 603868 (WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 172
5 WebKitLegacy 0x000000018ccec384 std::__1::unique_ptr<WTF::Function<void ()>, std:: 1::default_delete<WTF::Function<void ()> > > WTF::MessageQueue<WTF::Function<void ()> >::waitForMessageFilteredWithTimeout<WTF::MessageQueue<WTF::Function<void ()> >::waitForMessage()::'lambda'(WTF::Function<void ()> const&)>(WTF::MessageQueueWaitResult&, WTF::MessageQueue<WTF::Function<void ()> >::waitForMessage()::'lambda'(WTF::Function<void + 615300 ()> const&)&&, WTF::WallTime) + 148
6 WebKitLegacy 0x000000018ccebab0 WebCore::StorageThread::threadEntryPoint+ 613040 () + 68
7 JavaScriptCore 0x000000018a40e4ec WTF::threadEntryPoint+ 46316 (void) + 120
8 JavaScriptCore 0x000000018a40e42c WTF::wtfThreadEntryPoint+ 46124 (void) + 84
9 libsystem_pthread.dylib 0x00000001836682b4 _pthread_body + 308
10 libsystem_pthread.dylib 0x0000000183668180 _pthread_body + 0
11 libsystem_pthread.dylib 0x0000000183666b74 thread_start + 4
Thread 12 name: IndexedDatabase Server Thread 12: 0 libsystem_kernel.dylib 0x00000001835540f0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x000000018366ef74 _pthread_cond_wait$VARIANT$armv81 + 624 2 JavaScriptCore 0x000000018a4120dc WTF::ThreadCondition::timedWait+ 61660 (WTF::Mutex&, double) + 80 3 JavaScriptCore 0x000000018ad9233c WTF::ParkingLot::parkConditionallyImpl(void const, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void + 10023740 ()> const&, WTF::TimeWithDynamicClockType const&) + 2256 4 WebCore 0x000000018b9ec16c bool WTF::ConditionBase::waitUntil+ 1786220 (WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 172
5 WebCore 0x000000018beb9360 WTF::CrossThreadQueue::waitForMessage+ 6820704 () + 116
6 WebCore 0x000000018beb92a4 WebCore::IDBServer::IDBServer::databaseRunLoop+ 6820516 () + 220
7 JavaScriptCore 0x000000018a40e4ec WTF::threadEntryPoint+ 46316 (void ) + 120
8 JavaScriptCore 0x000000018a40e42c WTF::wtfThreadEntryPoint+ 46124 (void*) + 84
9 libsystem_pthread.dylib 0x00000001836682b4 _pthread_body + 308
10 libsystem_pthread.dylib 0x0000000183668180 _pthread_body + 0
11 libsystem_pthread.dylib 0x0000000183666b74 thread_start + 4
Thread 13 name: WebCore: Database Thread 13: 0 libsystem_kernel.dylib 0x00000001835540f0 psynch_cvwait + 8 1 libsystem_pthread.dylib 0x000000018366ef74 _pthread_cond_wait$VARIANT$armv81 + 624 2 JavaScriptCore 0x000000018a4120dc WTF::ThreadCondition::timedWait+ 61660 (WTF::Mutex&, double) + 80 3 JavaScriptCore 0x000000018ad9233c WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void + 10023740 ()> const&, WTF::TimeWithDynamicClockType const&) + 2256 4 WebCore 0x000000018b9ec16c bool WTF::ConditionBase::waitUntil+ 1786220 (WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 172
5 WebCore 0x000000018bbc6ca8 std::__1::unique_ptr<WebCore::DatabaseTask, std:: 1::default_delete > WTF::MessageQueue::waitForMessageFilteredWithTimeout<WTF::MessageQueue::waitForMessage()::'lambda'(WebCore::DatabaseTask const&)>(WTF::MessageQueueWaitResult&, WTF::MessageQueue::waitForMessage()::'lambda'+ 3730600 (WebCore::DatabaseTask const&)&&, WTF::WallTime) + 148
6 WebCore 0x000000018bbc6048 WebCore::DatabaseThread::databaseThread+ 3727432 () + 160
7 JavaScriptCore 0x000000018a40e4ec WTF::threadEntryPoint+ 46316 (void) + 120
8 JavaScriptCore 0x000000018a40e42c WTF::wtfThreadEntryPoint+ 46124 (void) + 84
9 libsystem_pthread.dylib 0x00000001836682b4 _pthread_body + 308
10 libsystem_pthread.dylib 0x0000000183668180 _pthread_body + 0
11 libsystem_pthread.dylib 0x0000000183666b74 thread_start + 4
Thread 14 name: Dispatch queue: com.apple.assertiond.processassertionconnection Thread 14: 0 libsystem_kernel.dylib 0x0000000183533568 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001835333e0 mach_msg + 72 2 libdispatch.dylib 0x00000001833f5f34 _dispatch_mach_msg_send + 752 3 libdispatch.dylib 0x00000001833f55a8 _dispatch_mach_send_drain + 484 4 libdispatch.dylib 0x00000001833f2380 _dispatch_mach_send_msg + 448 5 libdispatch.dylib 0x00000001833f2d60 dispatch_mach_send_with_result_and_async_reply_4libxpc$VARIANT$armv81 + 116 6 libxpc.dylib 0x000000018369f948 _xpc_connection_enqueue + 124 7 libxpc.dylib 0x00000001836a0a80 xpc_connection_send_message_with_reply + 236 8 BaseBoard 0x0000000185f2d298 -[BSXPCMessage sendToConnection:replyQueue:replyHandler:] + 160 9 BaseBoard 0x0000000185f2d16c -[BSXPCMessage sendToConnection:] + 88 10 BaseBoard 0x0000000185f29ec8 __75-[BSBaseXPCClient _sendMessage:withReplyHandler:waitForReply:waitDuration:]_block_invoke.77 + 192 11 libdispatch.dylib 0x00000001833bea54 _dispatch_call_block_and_release + 24 12 libdispatch.dylib 0x00000001833bea14 _dispatch_client_callout + 16 13 libdispatch.dylib 0x00000001833fd04c _dispatch_queue_serial_drain$VARIANT$armv81 + 520 14 libdispatch.dylib 0x00000001833fd9bc _dispatch_queue_invoke$VARIANT$armv81 + 340 15 libdispatch.dylib 0x00000001833fe3a8 _dispatch_root_queue_drain_deferred_wlh$VARIANT$armv81 + 384 16 libdispatch.dylib 0x00000001834064b0 _dispatch_workloop_worker_thread$VARIANT$armv81 + 640 17 libsystem_pthread.dylib 0x0000000183666f1c _pthread_wqthread + 932 18 libsystem_pthread.dylib 0x0000000183666b6c start_wqthread + 4
Thread 15: 0 libsystem_pthread.dylib 0x0000000183666b68 start_wqthread + 0
Thread 16: 0 libsystem_kernel.dylib 0x00000001835335bc semaphore_timedwait_trap + 8 1 libdispatch.dylib 0x00000001833effe0 _dispatch_sema4_timedwait$VARIANT$armv81 + 84 2 libdispatch.dylib 0x00000001833f084c _dispatch_semaphore_wait_slow + 72 3 libdispatch.dylib 0x0000000183401710 _dispatch_worker_thread + 248 4 libsystem_pthread.dylib 0x00000001836682b4 _pthread_body + 308 5 libsystem_pthread.dylib 0x0000000183668180 _pthread_body + 0 6 libsystem_pthread.dylib 0x0000000183666b74 thread_start + 4
Thread 17 name: GAIThread Thread 17: 0 libsystem_kernel.dylib 0x0000000183554114 psynch_mutexdrop + 8 1 libsystem_pthread.dylib 0x000000018366fd88 _pthread_mutex_unlock_drop + 48 2 UIKit 0x000000018d2778c4 -[UIApplication _endBackgroundTask:] + 168 3 CoreData 0x00000001861e6d44 -[NSSQLCore executeRequest:withContext:error:] + 896 4 CoreData 0x00000001862e3304 __65-[NSPersistentStoreCoordinator executeRequest:withContext:error:]_block_invoke + 1604 5 CoreData 0x00000001862dbcc4 -[NSPersistentStoreCoordinator _routeHeavyweightBlock:] + 268 6 CoreData 0x00000001861e6680 -[NSPersistentStoreCoordinator executeRequest:withContext:error:] + 416 7 CoreData 0x0000000186207ba4 -[NSManagedObjectContext save:] + 2580 8 REFSIX 0x0000000102783038 0x102748000 + 241720 9 REFSIX 0x0000000102780b70 0x102748000 + 232304 10 REFSIX 0x0000000102782f40 0x102748000 + 241472 11 REFSIX 0x000000010278fc84 0x102748000 + 294020 12 REFSIX 0x000000010279126c 0x102748000 + 299628 13 REFSIX 0x0000000102790f98 0x102748000 + 298904 14 Foundation 0x000000018443b2e4 NSThreadPerformPerform + 340 15 CoreFoundation 0x00000001839e777c CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 24 16 CoreFoundation 0x00000001839e76fc CFRunLoopDoSource0 + 88 17 CoreFoundation 0x00000001839e6f84 CFRunLoopDoSources0 + 204 18 CoreFoundation 0x00000001839e4b5c CFRunLoopRun + 1048 19 CoreFoundation 0x0000000183904c58 CFRunLoopRunSpecific + 436 20 Foundation 0x0000000184339594 -[NSRunLoop+ 50580 (NSRunLoop) runMode:beforeDate:] + 304 21 Foundation 0x000000018438b56c -[NSRunLoop+ 386412 (NSRunLoop) run] + 88 22 REFSIX 0x000000010277e8ac 0x102748000 + 223404 23 Foundation 0x000000018443b0f4 NSThreadstart + 996 24 libsystem_pthread.dylib 0x00000001836682b4 _pthread_body + 308 25 libsystem_pthread.dylib 0x0000000183668180 _pthread_body + 0 26 libsystem_pthread.dylib 0x0000000183666b74 thread_start + 4
Thread 18 name: WTF::AutomaticThread Thread 18: 0 libsystem_kernel.dylib 0x00000001835540f0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x000000018366ef74 _pthread_cond_wait$VARIANT$armv81 + 624 2 JavaScriptCore 0x000000018a412120 WTF::ThreadCondition::timedWait+ 61728 (WTF::Mutex&, double) + 148 3 JavaScriptCore 0x000000018ad9233c WTF::ParkingLot::parkConditionallyImpl(void const, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void + 10023740 ()> const&, WTF::TimeWithDynamicClockType const&) + 2256 4 JavaScriptCore 0x000000018a8fd0dc bool WTF::ConditionBase::waitUntil+ 5218524 (WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 172
5 JavaScriptCore 0x000000018ad7e27c WTF::Function<void ()>::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0>::call+ 9941628 () + 204
6 JavaScriptCore 0x000000018a40e4ec WTF::threadEntryPoint+ 46316 (void ) + 120
7 JavaScriptCore 0x000000018a40e42c WTF::wtfThreadEntryPoint+ 46124 (void*) + 84
8 libsystem_pthread.dylib 0x00000001836682b4 _pthread_body + 308
9 libsystem_pthread.dylib 0x0000000183668180 _pthread_body + 0
10 libsystem_pthread.dylib 0x0000000183666b74 thread_start + 4
Thread 19 name: WTF::AutomaticThread Thread 19: 0 libsystem_kernel.dylib 0x00000001835540f0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x000000018366ef74 _pthread_cond_wait$VARIANT$armv81 + 624 2 JavaScriptCore 0x000000018a412120 WTF::ThreadCondition::timedWait+ 61728 (WTF::Mutex&, double) + 148 3 JavaScriptCore 0x000000018ad9233c WTF::ParkingLot::parkConditionallyImpl(void const, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void + 10023740 ()> const&, WTF::TimeWithDynamicClockType const&) + 2256 4 JavaScriptCore 0x000000018a8fd0dc bool WTF::ConditionBase::waitUntil+ 5218524 (WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 172
5 JavaScriptCore 0x000000018ad7e27c WTF::Function<void ()>::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0>::call+ 9941628 () + 204
6 JavaScriptCore 0x000000018a40e4ec WTF::threadEntryPoint+ 46316 (void ) + 120
7 JavaScriptCore 0x000000018a40e42c WTF::wtfThreadEntryPoint+ 46124 (void*) + 84
8 libsystem_pthread.dylib 0x00000001836682b4 _pthread_body + 308
9 libsystem_pthread.dylib 0x0000000183668180 _pthread_body + 0
10 libsystem_pthread.dylib 0x0000000183666b74 thread_start + 4
Thread 20 name: WTF::AutomaticThread Thread 20: 0 libsystem_kernel.dylib 0x00000001835540f0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x000000018366ef74 _pthread_cond_wait$VARIANT$armv81 + 624 2 JavaScriptCore 0x000000018a412120 WTF::ThreadCondition::timedWait+ 61728 (WTF::Mutex&, double) + 148 3 JavaScriptCore 0x000000018ad9233c WTF::ParkingLot::parkConditionallyImpl(void const, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void + 10023740 ()> const&, WTF::TimeWithDynamicClockType const&) + 2256 4 JavaScriptCore 0x000000018a8fd0dc bool WTF::ConditionBase::waitUntil+ 5218524 (WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 172
5 JavaScriptCore 0x000000018ad7e27c WTF::Function<void ()>::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0>::call+ 9941628 () + 204
6 JavaScriptCore 0x000000018a40e4ec WTF::threadEntryPoint+ 46316 (void ) + 120
7 JavaScriptCore 0x000000018a40e42c WTF::wtfThreadEntryPoint+ 46124 (void*) + 84
8 libsystem_pthread.dylib 0x00000001836682b4 _pthread_body + 308
9 libsystem_pthread.dylib 0x0000000183668180 _pthread_body + 0
10 libsystem_pthread.dylib 0x0000000183666b74 thread_start + 4
Thread 21 name: WTF::AutomaticThread Thread 21: 0 libsystem_kernel.dylib 0x00000001835540f0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x000000018366ef74 _pthread_cond_wait$VARIANT$armv81 + 624 2 JavaScriptCore 0x000000018a412120 WTF::ThreadCondition::timedWait+ 61728 (WTF::Mutex&, double) + 148 3 JavaScriptCore 0x000000018ad9233c WTF::ParkingLot::parkConditionallyImpl(void const, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void + 10023740 ()> const&, WTF::TimeWithDynamicClockType const&) + 2256 4 JavaScriptCore 0x000000018a8fd0dc bool WTF::ConditionBase::waitUntil+ 5218524 (WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 172
5 JavaScriptCore 0x000000018ad7e27c WTF::Function<void ()>::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0>::call+ 9941628 () + 204
6 JavaScriptCore 0x000000018a40e4ec WTF::threadEntryPoint+ 46316 (void ) + 120
7 JavaScriptCore 0x000000018a40e42c WTF::wtfThreadEntryPoint+ 46124 (void*) + 84
8 libsystem_pthread.dylib 0x00000001836682b4 _pthread_body + 308
9 libsystem_pthread.dylib 0x0000000183668180 _pthread_body + 0
10 libsystem_pthread.dylib 0x0000000183666b74 thread_start + 4
Thread 22 name: WTF::AutomaticThread Thread 22: 0 libsystem_kernel.dylib 0x00000001835540f0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x000000018366ef74 _pthread_cond_wait$VARIANT$armv81 + 624 2 JavaScriptCore 0x000000018a412120 WTF::ThreadCondition::timedWait+ 61728 (WTF::Mutex&, double) + 148 3 JavaScriptCore 0x000000018ad9233c WTF::ParkingLot::parkConditionallyImpl(void const, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void + 10023740 ()> const&, WTF::TimeWithDynamicClockType const&) + 2256 4 JavaScriptCore 0x000000018a8fd0dc bool WTF::ConditionBase::waitUntil+ 5218524 (WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 172
5 JavaScriptCore 0x000000018ad7e27c WTF::Function<void ()>::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0>::call+ 9941628 () + 204
6 JavaScriptCore 0x000000018a40e4ec WTF::threadEntryPoint+ 46316 (void ) + 120
7 JavaScriptCore 0x000000018a40e42c WTF::wtfThreadEntryPoint+ 46124 (void*) + 84
8 libsystem_pthread.dylib 0x00000001836682b4 _pthread_body + 308
9 libsystem_pthread.dylib 0x0000000183668180 _pthread_body + 0
10 libsystem_pthread.dylib 0x0000000183666b74 thread_start + 4
Thread 0 crashed with ARM Thread State (64-bit): x0: 0x00000001d4424c00 x1: 0x000000018dd8d19d x2: 0x000000019487b628 x3: 0x0000000000000000 x4: 0x0000000000000031 x5: 0x0000000000000058 x6: 0x0000000000000000 x7: 0x000000000000536b x8: 0x00000001b3dc5000 x9: 0x000000018dd8ce54 x10: 0x00000001c41fe800 x11: 0x000000090000000f x12: 0x00000001c41fe830 x13: 0x0000000000000000 x14: 0x000fe700000fe700 x15: 0x0000000000000000 x16: 0x0000000000000000 x17: 0x0000000182ca66a0 x18: 0xfffffff00d2dd260 x19: 0x00000001d425f0e0 x20: 0x00000001d4424c00 x21: 0x000000019487b628 x22: 0x0000000000000000 x23: 0x00000001d44734c0 x24: 0x00000001b4d12c60 x25: 0x0000000000000000 x26: 0xffffffffffffffff x27: 0x0000000000000014 x28: 0x0000000002ffffff fp: 0x000000016d6b6ba0 lr: 0x0000000196faa160 sp: 0x000000016d6b6b80 pc: 0x0000000182c9c430 cpsr: 0x20000000
Binary Images: 0x102748000 - 0x102827fff REFSIX arm64 <77723dfee6b331d88d66fcb270b12221> /var/containers/Bundle/Application/38A82E07-53B8-4203-8C5C-DB84D25CD981/REFSIX.app/REFSIX 0x102894000 - 0x1028d3fff dyld arm64 <477a8a1f098b3a80860d656a3f4918ea> /usr/lib/dyld 0x182c02000 - 0x182c03fff libSystem.B.dylib arm64 /usr/lib/libSystem.B.dylib
0x182c04000 - 0x182c5dfff libc++.1.dylib arm64 /usr/lib/libc++.1.dylib
0x182c5e000 - 0x182c7efff libc++abi.dylib arm64 /usr/lib/libc++abi.dylib
0x182c80000 - 0x18333bfff libobjc.A.dylib arm64 <3a9d464322eb3285bc88fabf7cec20ed> /usr/lib/libobjc.A.dylib
0x18333c000 - 0x183340fff libcache.dylib arm64 <474a695498903419b648b834067fac4e> /usr/lib/system/libcache.dylib
0x183341000 - 0x18334cfff libcommonCrypto.dylib arm64 /usr/lib/system/libcommonCrypto.dylib
0x18334d000 - 0x183350fff libcompiler_rt.dylib arm64 <502de73c3e0c3ba78280e6164fe5728c> /usr/lib/system/libcompiler_rt.dylib
0x183351000 - 0x183358fff libcopyfile.dylib arm64 /usr/lib/system/libcopyfile.dylib
0x183359000 - 0x1833bcfff libcorecrypto.dylib arm64 /usr/lib/system/libcorecrypto.dylib
0x1833bd000 - 0x183422fff libdispatch.dylib arm64 <37135142d2043b5492d7a49be678b9ae> /usr/lib/system/libdispatch.dylib
0x183423000 - 0x18343dfff libdyld.dylib arm64 <4f57dfca63a93930a57d2cea89307b01> /usr/lib/system/libdyld.dylib
0x18343e000 - 0x18343efff liblaunch.dylib arm64 /usr/lib/system/liblaunch.dylib
0x18343f000 - 0x183444fff libmacho.dylib arm64 <25640409947b3e20b1135068c80d8609> /usr/lib/system/libmacho.dylib
0x183445000 - 0x183446fff libremovefile.dylib arm64 <848fca02e8d930fd8659eb188d9bcedd> /usr/lib/system/libremovefile.dylib
0x183447000 - 0x18345efff libsystem_asl.dylib arm64 <255a36a954553a278ef2c8711ab62532> /usr/lib/system/libsystem_asl.dylib
0x18345f000 - 0x18345ffff libsystem_blocks.dylib arm64 /usr/lib/system/libsystem_blocks.dylib
0x183460000 - 0x1834ddfff libsystem_c.dylib arm64 <2c43d27314963feb8966491ea64cf5a9> /usr/lib/system/libsystem_c.dylib
0x1834de000 - 0x1834e2fff libsystem_configuration.dylib arm64 <897ce699a6d73797810d7fe5ceef37d7> /usr/lib/system/libsystem_configuration.dylib
0x1834e3000 - 0x1834e8fff libsystem_containermanager.dylib arm64 /usr/lib/system/libsystem_containermanager.dylib
0x1834e9000 - 0x1834eafff libsystem_coreservices.dylib arm64 /usr/lib/system/libsystem_coreservices.dylib
0x1834eb000 - 0x1834ecfff libsystem_darwin.dylib arm64 /usr/lib/system/libsystem_darwin.dylib
0x1834ed000 - 0x1834f3fff libsystem_dnssd.dylib arm64 <2fdef17227d13f49929b104ec635667c> /usr/lib/system/libsystem_dnssd.dylib
0x1834f4000 - 0x183531fff libsystem_info.dylib arm64 /usr/lib/system/libsystem_info.dylib
0x183532000 - 0x18355afff libsystem_kernel.dylib arm64 <6ca465bb9c013f9ab3fb24dd16418142> /usr/lib/system/libsystem_kernel.dylib
0x18355b000 - 0x183588fff libsystem_m.dylib arm64 /usr/lib/system/libsystem_m.dylib
0x183589000 - 0x1835a3fff libsystem_malloc.dylib arm64 /usr/lib/system/libsystem_malloc.dylib
0x1835a4000 - 0x183644fff libsystem_network.dylib arm64 /usr/lib/system/libsystem_network.dylib
0x183645000 - 0x183650fff libsystem_networkextension.dylib arm64 <40f740c2ec9b37cebe6043eecbd1927d> /usr/lib/system/libsystem_networkextension.dylib
0x183651000 - 0x18365bfff libsystem_notify.dylib arm64 /usr/lib/system/libsystem_notify.dylib
0x18365c000 - 0x183665fff libsystem_platform.dylib arm64 <1fd32dd6f1da3029ae0fe5875eaceb94> /usr/lib/system/libsystem_platform.dylib
0x183666000 - 0x183675fff libsystem_pthread.dylib arm64 <2f9b440f88eb3cedb786b4b98586d78f> /usr/lib/system/libsystem_pthread.dylib
0x183676000 - 0x183679fff libsystem_sandbox.dylib arm64 <001e1a85480c3b07b93861fe7e69843b> /usr/lib/system/libsystem_sandbox.dylib
0x18367a000 - 0x183681fff libsystem_symptoms.dylib arm64 <56e7c311193139968b729073897fbdc6> /usr/lib/system/libsystem_symptoms.dylib
0x183682000 - 0x183695fff libsystem_trace.dylib arm64 <8b98d3487b6e3b72863670eb57c3b4ff> /usr/lib/system/libsystem_trace.dylib
0x183696000 - 0x18369bfff libunwind.dylib arm64 /usr/lib/system/libunwind.dylib
0x18369c000 - 0x18369cfff libvminterpose.dylib arm64 /usr/lib/system/libvminterpose.dylib
0x18369d000 - 0x1836c7fff libxpc.dylib arm64 <1732d812fa793d159965e668759a42df> /usr/lib/system/libxpc.dylib
0x1836c8000 - 0x1838e9fff libicucore.A.dylib arm64 <32c272e1e9f735aba4c16a17580f13e3> /usr/lib/libicucore.A.dylib
0x1838ea000 - 0x1838fbfff libz.1.dylib arm64 /usr/lib/libz.1.dylib
0x1838fc000 - 0x183c91fff CoreFoundation arm64 <846f4b1542383c98991c1314902e3d72> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x183c92000 - 0x183ca2fff libbsm.0.dylib arm64 /usr/lib/libbsm.0.dylib
0x183ca3000 - 0x183ca3fff libenergytrace.dylib arm64 <6adeca3b70ed33dda70a16353c5ef6ce> /usr/lib/libenergytrace.dylib
0x183ca4000 - 0x183d29fff IOKit arm64 <938f5f32ece43551a651b777bd44d431> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x183d2a000 - 0x183e13fff libxml2.2.dylib arm64 <33530216f58333d993d4acb846c63aac> /usr/lib/libxml2.2.dylib
0x183e14000 - 0x183e21fff libbz2.1.0.dylib arm64 <35c6ddde076638589f755656ac0058ce> /usr/lib/libbz2.1.0.dylib
0x183e22000 - 0x183e3afff liblzma.5.dylib arm64 <7d5815f117103d15a67fd30b3375b11b> /usr/lib/liblzma.5.dylib
0x183e3b000 - 0x183f98fff libsqlite3.dylib arm64 /usr/lib/libsqlite3.dylib
0x183f99000 - 0x183fbffff libMobileGestalt.dylib arm64 /usr/lib/libMobileGestalt.dylib
0x183fc0000 - 0x18432cfff CFNetwork arm64 <1b8095865d8a3b84a9cbe0d5d0354fc1> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x18432d000 - 0x184628fff Foundation arm64 /System/Library/Frameworks/Foundation.framework/Foundation
0x184629000 - 0x184717fff Security arm64 <11c28a235f0d34a483d4c0c6d3a72617> /System/Library/Frameworks/Security.framework/Security
0x184718000 - 0x184784fff SystemConfiguration arm64 /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x184785000 - 0x1847bbfff libCRFSuite.dylib arm64 /usr/lib/libCRFSuite.dylib
0x1847bc000 - 0x1847bcfff libapple_crypto.dylib arm64 <7b69ce788b6f3bd581d76b857760c614> /usr/lib/libapple_crypto.dylib
0x1847bd000 - 0x1847d3fff libapple_nghttp2.dylib arm64 /usr/lib/libapple_nghttp2.dylib
0x1847d4000 - 0x1847fdfff libarchive.2.dylib arm64 <957aea53942d3afc91420044f6ae5112> /usr/lib/libarchive.2.dylib
0x1847fe000 - 0x1848affff libboringssl.dylib arm64 /usr/lib/libboringssl.dylib
0x1848b0000 - 0x1848c7fff libcoretls.dylib arm64 /usr/lib/libcoretls.dylib
0x1848c8000 - 0x1848c9fff libcoretls_cfhelpers.dylib arm64 <79276edd953836b698947c5db28c83ad> /usr/lib/libcoretls_cfhelpers.dylib
0x1848ca000 - 0x1848cbfff liblangid.dylib arm64 <11d94ede5ab1300a820d96e3374f53fa> /usr/lib/liblangid.dylib
0x1848cc000 - 0x18499ffff libnetwork.dylib arm64 /usr/lib/libnetwork.dylib
0x1849a0000 - 0x1849d2fff libpcap.A.dylib arm64 <419a8dd2325a326c81b4b02d849ce562> /usr/lib/libpcap.A.dylib
0x1849d3000 - 0x184a07fff libusrtcp.dylib arm64 <227ec64866e53676828e76f89c1e4928> /usr/lib/libusrtcp.dylib
0x184a08000 - 0x184a11fff IOSurface arm64 <76764bfa34e8365e8263c8ec57868e70> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x184a12000 - 0x184ab7fff libBLAS.dylib arm64 <05ecdd31f9573a069c0e8b3d610bbc3f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x184ab8000 - 0x184de7fff libLAPACK.dylib arm64 <3e55f73c8a4c329d8bb7f5e58ed687c3> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x184de8000 - 0x185054fff vImage arm64 <7fabce5d1fe83c38aa998440146eb09b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x185055000 - 0x185066fff libSparseBLAS.dylib arm64 <88335b280db13b3d812ee89998bc363c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x185067000 - 0x18508bfff libvMisc.dylib arm64 <20da313fe2343db189a04c72928eb120> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x18508c000 - 0x1850b6fff libBNNS.dylib arm64 <19481dd658fb3f949cc1874250cfead5> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1850b7000 - 0x1850ccfff libLinearAlgebra.dylib arm64 <0f6e8d5a7dd8384ebb8a873c2caa7ad7> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1850cd000 - 0x1850d1fff libQuadrature.dylib arm64 <124a57c41e3e3956b46e10d49ddf8fe1> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1850d2000 - 0x185128fff libSparse.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x185129000 - 0x1851a1fff libvDSP.dylib arm64 <4bf846f47a0e309db93bbbc791720463> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1851a2000 - 0x1851a2fff vecLib arm64 <86cdd48d842334dd831b1fc0e2b0270f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1851a3000 - 0x1851a3fff Accelerate arm64 <01d515c3376c332799f14694934ed70b> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1851a4000 - 0x1851b9fff libcompression.dylib arm64 /usr/lib/libcompression.dylib
0x1851ba000 - 0x1856fefff CoreGraphics arm64 <1d111fedd821351f8d22fe4f2840719a> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1856ff000 - 0x185704fff IOAccelerator arm64 /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x185705000 - 0x18570afff libCoreFSCache.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x18570b000 - 0x1857a5fff Metal arm64 <5810b5432e4c34cf9f254b60f64e5e89> /System/Library/Frameworks/Metal.framework/Metal
0x1857a6000 - 0x1857b9fff GraphicsServices arm64 <208776c1b0a73cb4827546b47cdfca63> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1857ba000 - 0x185912fff MobileCoreServices arm64 /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x185913000 - 0x185915fff IOSurfaceAccelerator arm64 <4feb745bfd323a0da4357d5fc65f54b2> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x185916000 - 0x185957fff AppleJPEG arm64 <823dea35af383cf987bdd6d2b653d41f> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x185958000 - 0x185f08fff ImageIO arm64 <090201d1811b3083b64c89e1c9694585> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x185f09000 - 0x185f6dfff BaseBoard arm64 <5c05976a04053b179505341ce299f130> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x185f6e000 - 0x185f85fff AssertionServices arm64 /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x185f86000 - 0x185f8efff CorePhoneNumbers arm64 <3f42ae84ea833c52b8cd522108d259b2> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x185f8f000 - 0x185fd3fff AppSupport arm64 /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x185fd4000 - 0x185fecfff CrashReporterSupport arm64 <28a3b2eac04b3ec482639475186d309c> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x185fed000 - 0x185ff2fff AggregateDictionary arm64 <60d5c87dbe3e3c48a3e0b91ae2cad9e7> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x185ff3000 - 0x186074fff libTelephonyUtilDynamic.dylib arm64 <46d5ede9f7fe338c97671721fbad60cc> /usr/lib/libTelephonyUtilDynamic.dylib
0x186075000 - 0x186094fff ProtocolBuffer arm64 <8963290d47123204921f70ae9bb9612a> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x186095000 - 0x1860c0fff MobileKeyBag arm64 /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1860c1000 - 0x1860f5fff BackBoardServices arm64 <2b30bebf7da7379db6b6538ca533fd6b> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1860f6000 - 0x186151fff FrontBoardServices arm64 <5bff8665f950326a8ad86be07a66a48a> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x186152000 - 0x18618efff SpringBoardServices arm64 <415fae0b30393d0d92bf23dc22de21c4> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x18618f000 - 0x18619dfff PowerLog arm64 <83c23c8e972438b79e688c4d455b1b5e> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x18619e000 - 0x1861bbfff CommonUtilities arm64 /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1861bc000 - 0x1861c7fff liblockdown.dylib arm64 <2fec7d5a759c32f293936f78220c1fc4> /usr/lib/liblockdown.dylib
0x1861c8000 - 0x1864cafff CoreData arm64 /System/Library/Frameworks/CoreData.framework/CoreData
0x1864cb000 - 0x1864d1fff TCC arm64 <06384f9076eb3e06a7d2a883d6007b3d> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1864d2000 - 0x1864d9fff libcupolicy.dylib arm64 /usr/lib/libcupolicy.dylib
0x1864da000 - 0x186566fff CoreTelephony arm64 /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x186567000 - 0x1865bdfff Accounts arm64 <3f8159d915823051a17536c6b21e81a9> /System/Library/Frameworks/Accounts.framework/Accounts
0x1865be000 - 0x1865e7fff AppleSauce arm64 <4b81009f219e3f3794d3ff93ddcd0547> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1865e8000 - 0x1865f0fff DataMigration arm64 /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1865f1000 - 0x1865f7fff Netrb arm64 <9f8ebcf99af53a7087add608b6fb9c2a> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1865f8000 - 0x18662bfff PersistentConnection arm64 /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x18662c000 - 0x18663dfff libmis.dylib arm64 <1885af6da98d3997abff70b062548010> /usr/lib/libmis.dylib
0x18663e000 - 0x18673efff ManagedConfiguration arm64 /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x18673f000 - 0x186744fff libReverseProxyDevice.dylib arm64 /usr/lib/libReverseProxyDevice.dylib
0x186745000 - 0x186756fff libamsupport.dylib arm64 <48a69db1f895324d8debac434913a4e5> /usr/lib/libamsupport.dylib
0x186757000 - 0x18675cfff libCoreVMClient.dylib arm64 <017bacb6b7e83fdda154764e0492358a> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x18675d000 - 0x18675efff libCVMSPluginSupport.dylib arm64 <79591b228c133dc7a93fcdb529f5c1c9> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x18675f000 - 0x186762fff libutil.dylib arm64 /usr/lib/libutil.dylib
0x186763000 - 0x1867a4fff libGLImage.dylib arm64 <9ac83085267733acb9bc652dd70dcc2d> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1867a5000 - 0x186815fff APFS arm64 /System/Library/PrivateFrameworks/APFS.framework/APFS
0x186816000 - 0x186847fff MediaKit arm64 <3b199804d91e3afcb08a2698062cff65> /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit
0x186848000 - 0x186860fff libSERestoreInfo.dylib arm64 <25abfa4121b03a25b5422fa6ba16b695> /usr/lib/updaters/libSERestoreInfo.dylib
0x186865000 - 0x1868a1fff DiskImages arm64 /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
0x1868a2000 - 0x1868acfff libGFXShared.dylib arm64 <425823fa3f663785af7e7e72e74a2eee> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1868ad000 - 0x1868f3fff libauthinstall.dylib arm64 <51c4aba4fa7f376dbee944ee466f56c1> /usr/lib/libauthinstall.dylib
0x1868f4000 - 0x1868fcfff IOMobileFramebuffer arm64 /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1868fd000 - 0x186908fff OpenGLES arm64 /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x186909000 - 0x186990fff ColorSync arm64 <174c246784a4333db343d29ca59affcb> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x186991000 - 0x1869bbfff CoreVideo arm64 <69c63a3d198a34de9f343ad8e8181059> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1869bc000 - 0x1869bdfff libCTGreenTeaLogger.dylib arm64 /usr/lib/libCTGreenTeaLogger.dylib
0x1869be000 - 0x186b20fff CoreAudio arm64 <7ad95e096a253ff58b74a03e3f252a4e> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x186b21000 - 0x186b4ffff CoreAnalytics arm64 /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x186b50000 - 0x186b53fff UserFS arm64 <52342f6a8e273c7391e327deb2ab82e4> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x186b54000 - 0x186cc7fff CoreMedia arm64 /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x186cc8000 - 0x186cdafff libprotobuf-lite.dylib arm64 <2ed5fd0c82f8337b96e17a7b1846b878> /usr/lib/libprotobuf-lite.dylib
0x186cdb000 - 0x186d3ffff libprotobuf.dylib arm64 <0a967243387e32aeb31a8b5ceeac3718> /usr/lib/libprotobuf.dylib
0x186d40000 - 0x18701dfff libAWDSupportFramework.dylib arm64 /usr/lib/libAWDSupportFramework.dylib
0x18701e000 - 0x187064fff WirelessDiagnostics arm64 <903eca346b9a357eb9d6939c5a2da02d> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x187065000 - 0x18711dfff VideoToolbox arm64 /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x18711e000 - 0x187229fff libFontParser.dylib arm64 /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x18722a000 - 0x18722bfff FontServices arm64 <0c499009fcb931d18cf6bfdc1af51684> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x18722c000 - 0x18737bfff CoreText arm64 <3cb200fd11ab3102b01a9aab2730a871> /System/Library/Frameworks/CoreText.framework/CoreText
0x18737c000 - 0x18738bfff IntlPreferences arm64 <407354c5c0f03388a2e8ef921d092bf2> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x18738c000 - 0x187394fff RTCReporting arm64 <2710371c2d763bde99c5e3ce763cebf9> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x187395000 - 0x187403fff CoreBrightness arm64 /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x187404000 - 0x18740ffff libAudioStatistics.dylib arm64 /usr/lib/libAudioStatistics.dylib
0x187410000 - 0x187960fff AudioToolbox arm64 <32fc6cb60ab531a892ee7db6030dcee9> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x187961000 - 0x187b91fff QuartzCore arm64 <0e7efded7b69323094142d876969c3ff> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x187b92000 - 0x187b9dfff MediaAccessibility arm64 /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x187b9e000 - 0x187c90fff libiconv.2.dylib arm64 <28fec549f7f6396483fb3b04c800adcb> /usr/lib/libiconv.2.dylib
0x187c91000 - 0x187cadfff NetworkStatistics arm64 <67dd3f90fc933567af5f336e36a3f69a> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x187cae000 - 0x187cc3fff MPSCore arm64 <2b8da25dee323cb0871eb5839266c6b1> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x187cc4000 - 0x187d28fff MPSImage arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x187d29000 - 0x187d49fff MPSMatrix arm64 <7f20afd02853372eaeac3604ab798ca9> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x187d4a000 - 0x187d58fff CoreAUC arm64 <24c1f952294f3d769d3b2d3d3df002f9> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x187d59000 - 0x1883defff MediaToolbox arm64 /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1883df000 - 0x1884a5fff MPSNeuralNetwork arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1884a6000 - 0x1884a6fff MetalPerformanceShaders arm64 <968c8d8650a6345e99c11a24d4908a14> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1884a7000 - 0x1888dafff FaceCore arm64 /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1888db000 - 0x1888e8fff GraphVisualizer arm64 <9731b1a2362e35e5b47495a6f4a49d31> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1888e9000 - 0x188a8efff libFosl_dynamic.dylib arm64 <8dade3ca46eb36ba918cabaae25e7279> /usr/lib/libFosl_dynamic.dylib
0x188a8f000 - 0x188cf4fff CoreImage arm64 <708015be329e31eabd93df07dec18a17> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x188cf5000 - 0x188ee3fff CoreMotion arm64 <168555a078273fb090092d49d26d931a> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x188ee4000 - 0x188f12fff CoreBluetooth arm64 <98a36c47a17f3e10ac4fbf0b64ba5e96> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x188f13000 - 0x188f35fff PlugInKit arm64 <9a0fc8c71da23cbaac48ef7266d3b164> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x188f36000 - 0x189160fff Celestial arm64 /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x189161000 - 0x1891e3fff Quagga arm64 <311b83d6d2f338d586facf10f1a90cd2> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1891e4000 - 0x1892ddfff AVFAudio arm64 <96ab57ad22ea36f5ad3c8718c1ab8764> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x1892de000 - 0x1894ccfff AVFoundation arm64 <48a63876248b347bb20e36798bc04115> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1894cd000 - 0x1894f0fff CacheDelete arm64 <4376983fcac03a6f9a5a2e244d96a699> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1894f1000 - 0x189516fff StreamingZip arm64 /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x189517000 - 0x189528fff CoreEmoji arm64 <0fed33cbda37338b9a43e1ef58c8e0f2> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x189529000 - 0x189577fff CoreLocationProtobuf arm64 <0bda60fa58b13f409cd272342665fd89> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x189578000 - 0x18957ffff SymptomDiagnosticReporter arm64 /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x189580000 - 0x189e81fff GeoServices arm64 <764874763fc63346a6d438c2a8328fab> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x189e82000 - 0x189e99fff MobileAsset arm64 <4c1572513f59389e84081a755103547b> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x189e9a000 - 0x189edbfff Lexicon arm64 <3de08451c03d3ad082074fd27e7647d4> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x189edc000 - 0x189eecfff libcmph.dylib arm64 <8b492aa79dc5318481752d5cba68e84b> /usr/lib/libcmph.dylib
0x189eed000 - 0x18a009fff LanguageModeling arm64 /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x18a00a000 - 0x18a021fff libmarisa.dylib arm64 <948c4447eef032a2bd7fdb0d5860359c> /usr/lib/libmarisa.dylib
0x18a022000 - 0x18a0bcfff CoreLocation arm64 /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x18a0bd000 - 0x18a0bdfff PhoneNumbers arm64 /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x18a0be000 - 0x18a0c9fff libChineseTokenizer.dylib arm64 <54b3896b7e3c37d7a2aa5cd17ea3b4fd> /usr/lib/libChineseTokenizer.dylib
0x18a0ca000 - 0x18a177fff libmecab_em.dylib arm64 <0a7c2fd4dd613449a0bdae35e1c05621> /usr/lib/libmecab_em.dylib
0x18a178000 - 0x18a179fff libThaiTokenizer.dylib arm64 <05630da4695731c2a45c765e3f71b1fe> /usr/lib/libThaiTokenizer.dylib
0x18a17a000 - 0x18a17efff libgermantok.dylib arm64 /usr/lib/libgermantok.dylib
0x18a17f000 - 0x18a1d7fff CoreNLP arm64 <631fdf115f0c3047a3ca6dd7b28c073b> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x18a1d8000 - 0x18a396fff MobileSpotlightIndex arm64 /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x18a397000 - 0x18a3f6fff CoreSpotlight arm64 <148c4e10173239958c0dae8cec599705> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x18a403000 - 0x18ae38fff JavaScriptCore arm64 /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x18ae39000 - 0x18ae3efff libheimdal-asn1.dylib arm64 <1dc1aa4421fe3ddea53a07080c5058c6> /usr/lib/libheimdal-asn1.dylib
0x18ae3f000 - 0x18aeb9fff libate.dylib arm64 /usr/lib/libate.dylib
0x18aeba000 - 0x18af5cfff TextureIO arm64 /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x18af5d000 - 0x18b027fff CoreUI arm64 <8e5892440df03a3f9342ba386f3c8012> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x18b028000 - 0x18b031fff MobileIcons arm64 <8d72c789b63c3d9eb0236814a909a473> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x18b032000 - 0x18b040fff AppleFSCompression arm64 <4de4a2cdeb6c36ada948d82593c0f5f2> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x18b041000 - 0x18b09afff TextInput arm64 <5e1c89ec1e1c310caa79b707ee359048> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x18b09b000 - 0x18b0c3fff libxslt.1.dylib arm64 <9f41e38d7d1d374eb4c317ffa766d51d> /usr/lib/libxslt.1.dylib
0x18b0c4000 - 0x18b0f9fff DataDetectorsCore arm64 <84e1f8c243cc340d8208038f40366bbe> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x18b0fa000 - 0x18b18ffff FileProvider arm64 <81d2b19a8fe03251acd4b816dfd08908> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x18b290000 - 0x18b368fff ProofReader arm64 <849c04e5566338138c5645a080801bb1> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x18b369000 - 0x18b37dfff libAccessibility.dylib arm64 <04185c7e9c1e340da5c2bccb2ca2b1af> /usr/lib/libAccessibility.dylib
0x18b37e000 - 0x18b7d6fff libwebrtc.dylib arm64 <9c780252d56939d1bc15e93523a790a2> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x18b7d7000 - 0x18b837fff ContactsFoundation arm64 <3424e3697ab4310fa1d425d04888768e> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x18b838000 - 0x18cc55fff WebCore arm64 /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x18cc56000 - 0x18cdc9fff WebKitLegacy arm64 <3806037d085136809a33f0fd56b200e2> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x18cdca000 - 0x18cdf2fff DataAccessExpress arm64 <14e9e1270dca3e0c90bf867c08dbc188> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x18cdf3000 - 0x18ce8bfff AddressBookLegacy arm64 /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x18ce8c000 - 0x18cee3fff ProtectedCloudStorage arm64 /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x18cee4000 - 0x18cf10fff UserNotifications arm64 <1acc9bc755ae33708ad7a5eeadf6b8ec> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x18cf11000 - 0x18cf1cfff AppleIDAuthSupport arm64 /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x18cf1d000 - 0x18cf6bfff AuthKit arm64 /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x18cf96000 - 0x18cfe9fff DocumentManager arm64 <6753460517ce35f1a33d34fe9819ca81> /System/Library/Frameworks/UIKit.framework/Frameworks/DocumentManager.framework/DocumentManager
0x18cfea000 - 0x18e06ffff UIKit arm64 <1ae0c6d9279b3ac4a7e10bf3a63a0692> /System/Library/Frameworks/UIKit.framework/UIKit
0x18e070000 - 0x18e081fff DocumentManagerCore arm64 <051e2c78e43f3700af20321c6e289322> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x18e082000 - 0x18e086fff HangTracer arm64 /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x18e087000 - 0x18e0d9fff PhysicsKit arm64 <469bfd49cb5636da8a84d78ba983642c> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x18e0da000 - 0x18e0dcfff StudyLog arm64 <9b3ba7d0a1dd3b1da0b003c214cfc816> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x18e0dd000 - 0x18e1bdfff UIFoundation arm64 /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x18e1be000 - 0x18e2cafff CloudKit arm64 <386b94a754bf31489efb35138c200122> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x18e2cb000 - 0x18e2cbfff IntentsFoundation arm64 <5efb8e90072f34a490bd2329291d416b> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x18e2cc000 - 0x18e395fff Network arm64 <64b464c46498305a8f6d0522bf0e112b> /System/Library/PrivateFrameworks/Network.framework/Network
0x18e396000 - 0x18e5a0fff Intents arm64 <5964d059def33218a84a588e74da3b47> /System/Library/Frameworks/Intents.framework/Intents
0x18e5a1000 - 0x18e5bcfff libresolv.9.dylib arm64 <1243b6c2a9b93b79898311cb8d37d87a> /usr/lib/libresolv.9.dylib
0x18e5bd000 - 0x18e5bffff CoreDuetDebugLogging arm64 <2fe962b39bad35db8e01cb063b4801fa> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x18e5c0000 - 0x18e5f4fff libtidy.A.dylib arm64 /usr/lib/libtidy.A.dylib
0x18e5f5000 - 0x18e71ffff CoreDuet arm64 <61357701c05f3f518a28040df994ab13> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x18e720000 - 0x18e73efff CoreDuetContext arm64 <2330b26c7ae03b6ca8b867f1f3d0564f> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x18e73f000 - 0x18e753fff CoreDuetDaemonProtocol arm64 /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x18e754000 - 0x18e7bffff IMFoundation arm64 /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x18e7c0000 - 0x18e7eefff vCard arm64 /System/Library/PrivateFrameworks/vCard.framework/vCard
0x18e7ef000 - 0x18e8fafff Contacts arm64 <4e8acc9e76de3e49a6264964058223e4> /System/Library/Frameworks/Contacts.framework/Contacts
0x18e8fb000 - 0x18e8fcfff DiagnosticLogCollection arm64 <868f71f0b2aa3e77ae0fbc881da8824b> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x18e8fd000 - 0x18e8fefff Marco arm64 /System/Library/PrivateFrameworks/Marco.framework/Marco
0x18e8ff000 - 0x18e905fff MessageProtection arm64 <27ac5b0a0ff6361a840ddb5a7dfadefc> /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection
0x18e906000 - 0x18ec0dfff StoreServices arm64 <8f777fee8a9530fc9c4b43684ad4d234> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x18ec0e000 - 0x18ec26fff Engram arm64 <59677e690b3a3387929dad283df7f85e> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x18ec27000 - 0x18ed1afff IDSFoundation arm64 <1bedc7b637f73fc1bbc4701d35b0e6a6> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x18ed1b000 - 0x18ed26fff CaptiveNetwork arm64 /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x18ed27000 - 0x18ed55fff EAP8021X arm64 <07ed8ba71dfd3b37a89f087bd86aae77> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x18ed56000 - 0x18ed90fff MobileWiFi arm64 <195c28c5b8063e41a86bf3d69c2d4326> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x18ed91000 - 0x18ed93fff OAuth arm64 /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x18ed94000 - 0x18ed96fff CommonAuth arm64 <35c1af3f71213eaeb19292fda822e67a> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x18ed97000 - 0x18ee05fff Heimdal arm64 /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x18ee06000 - 0x18ee2ffff GSS arm64 <49ce418d6af83ca6ad95622c72ba2a3e> /System/Library/Frameworks/GSS.framework/GSS
0x18ee30000 - 0x18ee47fff ApplePushService arm64 /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x18ee48000 - 0x18eee0fff AccountsDaemon arm64 <895c85d305053712b0d7406f7eafe014> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x18eee1000 - 0x18eefffff AppleIDSSOAuthentication arm64 /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x18ef00000 - 0x18ef72fff AppleAccount arm64 /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x18ef73000 - 0x18f086fff CoreUtils arm64 <60f3ca25f0a5369893147fc45c863105> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x18f087000 - 0x18f1a0fff IDS arm64 <87745652d06236e4b5ab2a5547274ea4> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x18f1a1000 - 0x18f1c1fff MediaServices arm64 <43a188034dc734aeae2112574dd02a51> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x18f1c2000 - 0x18f333fff MediaRemote arm64 <81f3123ab73a30d59bb3c970b556fdf0> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x18f334000 - 0x18f34afff UserManagement arm64 /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x18f34b000 - 0x18f35afff MobileBluetooth arm64 /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x18f35b000 - 0x18f38bfff Bom arm64 /System/Library/PrivateFrameworks/Bom.framework/Bom
0x18f38c000 - 0x18f390fff CommunicationsFilter arm64 <82593e02d99a3ef1896d2738be3e57c3> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x18f391000 - 0x18f3b6fff FTAWD arm64 <31d0b593bae93294a0892eeb620357fc> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x18f3b7000 - 0x18f40afff FTServices arm64 /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x18f40b000 - 0x18f45dfff WirelessProximity arm64 <07985b1d817d3ee9b154fee7cddf2e4b> /System/Library/PrivateFrameworks/WirelessProximity.framework/WirelessProximity
0x18f45e000 - 0x18f472fff ProactiveEventTracker arm64 /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x18f473000 - 0x18f4c4fff ChunkingLibrary arm64 /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x18f4c5000 - 0x18f4d1fff libnetworkextension.dylib arm64 <5588ba0ea8953ab09cfcc7c302e7e5e1> /usr/lib/libnetworkextension.dylib
0x18f4d2000 - 0x18f4f6fff AddressBook arm64 /System/Library/Frameworks/AddressBook.framework/AddressBook
0x1902cf000 - 0x190464fff NetworkExtension arm64 /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x190465000 - 0x190868fff SiriTTS arm64 <062af948ed7936c2831d34c36c079414> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x190869000 - 0x1908c2fff SAObjects arm64 <9706f5e1d7f73729b8b255f2eaf351e2> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x1908c3000 - 0x190900fff VoiceServices arm64 <558b4d8d4d8f376189e36ee321eaf3d6> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x190901000 - 0x190931fff GLKit arm64 <01849b737ba73695ae5e77dc0585bd19> /System/Library/Frameworks/GLKit.framework/GLKit
0x190932000 - 0x190a16fff AssistantServices arm64 <985a426d4a5233c589d5dff111d579cc> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x190a17000 - 0x190a1efff AssetCacheServices arm64 <62e20f91e12536a4bd1822aa9a2cf83e> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x190a1f000 - 0x190ad9fff NetworkServiceProxy arm64 <16bed150dad93f18ae29fe03ce26db85> /System/Library/PrivateFrameworks/NetworkServiceProxy.framework/NetworkServiceProxy
0x190ada000 - 0x190bcffff MMCS arm64 <67c800f5201938409716ecd862a6ae9c> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x190bd0000 - 0x190bdcfff BluetoothManager arm64 /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x190bdd000 - 0x190c4efff CoreDAV arm64 <83d8d67b705b3f389214a64a92e50c21> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x190c4f000 - 0x190c83fff iCalendar arm64 /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x190c84000 - 0x190c92fff PersonaKit arm64 /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x190c93000 - 0x190cedfff CalendarFoundation arm64 <6169b3dc52f13a0eb9379e959c6f2747> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x190cee000 - 0x190d1bfff PhotosFormats arm64 /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x190d1c000 - 0x190db8fff CalendarDatabase arm64 /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x190db9000 - 0x190e0afff CalendarDaemon arm64 <722d8cbc8d4f34bc923e6a1f68f45c23> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x190e0b000 - 0x190f29fff CloudPhotoLibrary arm64 /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x190f2a000 - 0x19100efff EventKit arm64 <9fd5748eb4ff3d72b6668bb052222c4c> /System/Library/Frameworks/EventKit.framework/EventKit
0x19100f000 - 0x191039fff AssetsLibraryServices arm64 <4724292bf9ce39bab1b420083200bb54> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x19103a000 - 0x19106efff ACTFramework arm64 <44708ab553533895a7e953bc8557c321> /System/Library/PrivateFrameworks/ACTFramework.framework/ACTFramework
0x19106f000 - 0x19108ffff DCIMServices arm64 /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x191090000 - 0x1911cafff CoreMediaStream arm64 /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x1911cb000 - 0x1911d2fff XPCKit arm64 <376bb5e8b8eb3d0db701fa235f66cb1d> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
0x1911d3000 - 0x1912b9fff CameraKit arm64 /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit
0x1912ba000 - 0x1912d2fff CloudPhotoServices arm64 /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1912d3000 - 0x1912defff CoreRecents arm64 <35e62ee8420a3f7fac7853fbc1b4c329> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1912df000 - 0x1912fdfff MediaStream arm64 <6983e33567583f819065482362660feb> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1912fe000 - 0x191720fff PhotoLibraryServices arm64 <03194e4851e437cda84dab1219698bf4> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x191721000 - 0x191757fff PrototypeTools arm64 /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x191758000 - 0x1917e3fff CoreSymbolication arm64 <764f455421373db09a19d8108e0cf9a3> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1917e4000 - 0x191911fff SearchFoundation arm64 <940716936eb6336e89d8cbc3f41f78e2> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x191912000 - 0x191918fff IncomingCallFilter arm64 <383478fc575c31b9a9e7733f3a8b9b46> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x191919000 - 0x1919c2fff iTunesStore arm64 /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x1919c3000 - 0x1919c9fff libtzupdate.dylib arm64 <14b9516ff0de3d9ebe290d2676f223f6> /usr/lib/libtzupdate.dylib
0x1919ca000 - 0x191b35fff Preferences arm64 /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x191b36000 - 0x191b3dfff CoreTime arm64 <1ddd88ec3124365ab14bd0744851320c> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x191b3e000 - 0x191ca7fff CVML arm64 /System/Library/PrivateFrameworks/CVML.framework/CVML
0x191ca8000 - 0x191cf4fff CoreAppleCVA arm64 <3ad3808fe0273644aebce67f4ebb601c> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA
0x191cf5000 - 0x191d2bfff DifferentialPrivacy arm64 /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x191d2c000 - 0x191e93fff AppleCVA arm64 <9a5caa6d2c02355281c7484ba53034b4> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA
0x191e94000 - 0x191f2ffff Montreal arm64 /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x191f30000 - 0x19210dfff Espresso arm64 <014c5753265a3665baf7f4cd55a148cc> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x192112000 - 0x192264fff Photos arm64 /System/Library/Frameworks/Photos.framework/Photos
0x192271000 - 0x19243afff CoreML arm64 /System/Library/Frameworks/CoreML.framework/CoreML
0x19243b000 - 0x19243ffff CoreOptimization arm64 <6e61942f08953dd79fd44cc9d4d744f1> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x192440000 - 0x19247dfff SafariCore arm64 <710c3ef835613a4693a7cdbee6665507> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x19247e000 - 0x1924d8fff CorePrediction arm64 /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1924d9000 - 0x1925d6fff Navigation arm64 <31971185e9343c3caa8a84038d94c6a6> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1925d7000 - 0x1925effff ContactsDonation arm64 /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1925f0000 - 0x19261cfff Futhark arm64 <31e1eb4d39223710ac3eaf6365bd5c64> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x19261d000 - 0x19265ffff NanoRegistry arm64 <9a475cc82a74391cbbaa0848b39e7882> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x192660000 - 0x1926b4fff ToneLibrary arm64 /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1926b5000 - 0x1926c7fff BaseBoardUI arm64 /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x1926c8000 - 0x192720fff ContactsUICore arm64 <112ec20ccb4433389bfe6bcef271d0e9> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x192721000 - 0x192885fff ContactsUI arm64 <5ff96c88672f3f7daaef338c138610dd> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x192886000 - 0x192962fff CorePDF arm64 <27f58f27493a30c3ad6b2f8f2b5b464e> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x192963000 - 0x192bc3fff Vision arm64 <671010031a393fe4850d561b3c42427f> /System/Library/Frameworks/Vision.framework/Vision
0x192bc4000 - 0x192f7afff WebKit arm64 /System/Library/Frameworks/WebKit.framework/WebKit
0x192f7b000 - 0x193034fff BulletinBoard arm64 <37b377c45fc23cd7888a6da5140ef0af> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
0x193035000 - 0x19303afff ConstantClasses arm64 /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x19303b000 - 0x193043fff CertUI arm64 /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x193044000 - 0x193088fff AXRuntime arm64 /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x193089000 - 0x1930c0fff ScreenReaderCore arm64 <3471347a46b23172ac46f515d3f22e96> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x1930c1000 - 0x1930e5fff TextToSpeech arm64 <733f4e2940e830f9a029d5032c9f8ffe> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x1930e6000 - 0x19312cfff CoreMIDI arm64 /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x19312d000 - 0x1931c9fff MediaPlatform arm64 <53f6bfef587a3976a95c60020ef0923f> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x1931ca000 - 0x193229fff WebBookmarks arm64 /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x19322a000 - 0x193230fff DAAPKit arm64 <1489e0c7529436419e775108edc2851e> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x193231000 - 0x193233fff libAXSafeCategoryBundle.dylib arm64 /usr/lib/libAXSafeCategoryBundle.dylib
0x193234000 - 0x19323efff libAXSpeechManager.dylib arm64 <04f1a3f18e61319ca2925f28b11dd750> /usr/lib/libAXSpeechManager.dylib
0x19323f000 - 0x193322fff AccessibilityUtilities arm64 <125b3413cc15314fa6c3398310ede370> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x193323000 - 0x1935fbfff MediaLibraryCore arm64 /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x1935fc000 - 0x1935fcfff AdSupport arm64 <52aeb59762cc30399d7dd506a9739686> /System/Library/Frameworks/AdSupport.framework/AdSupport
0x1935fd000 - 0x19387bfff MusicLibrary arm64 <50d67ee3398f34cda8475d25d029208c> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x19387c000 - 0x193f04fff VectorKit arm64 <79e1fdcd393736129c3e506e5f67ac2b> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x193f05000 - 0x194142fff MapKit arm64 <92009c98b1d03bac9cf0aa027001c0d4> /System/Library/Frameworks/MapKit.framework/MapKit
0x194143000 - 0x1942bbfff iTunesCloud arm64 <2c3ab1a02a4932488d2b9b9e3f8eed74> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x1942bc000 - 0x19435cfff HomeSharing arm64 /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x19435d000 - 0x1943d2fff WebInspector arm64 <1c955495e1053662b2fbf8fdd65c7d3a> /System/Library/PrivateFrameworks/WebInspector.framework/WebInspector
0x1943d3000 - 0x1944bbfff ITMLKit arm64 <058156a1c41a38c4b501e6fe24ffeda5> /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit
0x1944bc000 - 0x1944cbfff NanoPreferencesSync arm64 <094f15a5bc1930a0a3242301f0e4f204> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1944cc000 - 0x194928fff MediaPlayer arm64 <3f2813565c393f5e9b22e1e68740a5cd> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x194959000 - 0x19495bfff InternationalTextSearch arm64 <8b25215ff1b5370daaf074a449d7408e> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1949b8000 - 0x1949e7fff ProactiveSupport arm64 <25820ab287a3365e8ab599e3d952837c> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x194a21000 - 0x194ad5fff TelephonyUtilities arm64 /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x194ad6000 - 0x194b10fff CalendarUIKit arm64 <252b784e202c3c7eaa0780ae59571b00> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
0x194b11000 - 0x194b28fff AccessibilityUIUtilities arm64 /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x194b85000 - 0x194b98fff AssetsLibrary arm64 /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x194b99000 - 0x194d77fff EventKitUI arm64 /System/Library/Frameworks/EventKitUI.framework/EventKitUI
0x194d78000 - 0x194dd3fff AXMediaUtilities arm64 /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
0x194dd4000 - 0x194e48fff UIAccessibility arm64 /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
0x194e64000 - 0x194e6afff SearchToSharePredictions arm64 <06ee3054c9603bd5a8817d8af8d3ade9> /System/Library/PrivateFrameworks/SearchToSharePredictions.framework/SearchToSharePredictions
0x194e6b000 - 0x194f0cfff Social arm64 /System/Library/Frameworks/Social.framework/Social
0x194fb5000 - 0x195024fff CoreSuggestions arm64 <17ab99306f78359c993f080762fa5666> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x195036000 - 0x1950cbfff CoreRecognition arm64 /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x195238000 - 0x19545afff libmecabra.dylib arm64 <13e583b7aa3e30cd80d709e16e134a76> /usr/lib/libmecabra.dylib
0x19545b000 - 0x1954fdfff CoreParsec arm64 <21f1192974ca34e09cf3e6c07fd52437> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x19552e000 - 0x19555efff SharedUtils arm64 <414d1282f99d33b28d99c0556eba0f29> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x19559b000 - 0x195660fff VideoSubscriberAccount arm64 <868d89dd6615348f99bce20aa7ac2b84> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x195661000 - 0x195692fff Pegasus arm64 <25e5d23e222036adaea75410b37f3135> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x195693000 - 0x195713fff AVKit arm64 <9e4de62b71da3e4cb27018e835e7e8c7> /System/Library/Frameworks/AVKit.framework/AVKit
0x19573c000 - 0x19574ffff SharedWebCredentials arm64 <237be9a9c3f434db9d99cffa80988ef6> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x195751000 - 0x195754fff SafariFoundation arm64 /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x195755000 - 0x1958dbfff HealthKit arm64 <47b4086a291e3885ba5eed627b44398a> /System/Library/Frameworks/HealthKit.framework/HealthKit
0x1958dc000 - 0x1958f2fff LocalAuthentication arm64 /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1958f3000 - 0x1958f5fff ParsecSubscriptionServiceSupport arm64 <4ff789900eda3015b204f7fa777538e1> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x19599e000 - 0x1959b6fff CoreInterest arm64 <9d0f673841e63c69a932e393ffcfd18b> /System/Library/PrivateFrameworks/CoreInterest.framework/CoreInterest
0x1959b7000 - 0x195c18fff SafariShared arm64 /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x195c19000 - 0x195c53fff WebUI arm64 <7839526bd541366cac59d18bb84de836> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x195cd7000 - 0x195ce0fff MobileStorage arm64 <20f06866a42a358893db330135f71ee2> /System/Library/PrivateFrameworks/MobileStorage.framework/MobileStorage
0x195ce1000 - 0x195d23fff ContentIndex arm64 <554c377745a23719aadb84480313d5f2> /System/Library/PrivateFrameworks/ContentIndex.framework/ContentIndex
0x195d24000 - 0x196017fff ImageCapture arm64 /System/Library/PrivateFrameworks/ImageCapture.framework/ImageCapture
0x1961ea000 - 0x196200fff iPhotoMigrationSupport arm64 /System/Library/PrivateFrameworks/iPhotoMigrationSupport.framework/iPhotoMigrationSupport
0x196201000 - 0x196213fff DiagnosticExtensions arm64 /System/Library/PrivateFrameworks/DiagnosticExtensions.framework/DiagnosticExtensions
0x19651b000 - 0x1965b2fff PhotoLibrary arm64 /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
0x1965b3000 - 0x196903fff PhotosUICore arm64 <6078fe8180c33c42a1e954058f8a8737> /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore
0x1969b2000 - 0x1969b8fff LinguisticData arm64 <2969e85aec473964927ee546d62027d7> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1969d2000 - 0x196a5cfff PhotoEditSupport arm64 <739ae73c95973434b59ccf39bdd84ba8> /System/Library/PrivateFrameworks/PhotoEditSupport.framework/PhotoEditSupport
0x196a5d000 - 0x196a70fff SiriTasks arm64 <09cbdcac8dcc34129d65752c7b3b0c18> /System/Library/PrivateFrameworks/SiriTasks.framework/SiriTasks
0x196a71000 - 0x196e8dfff PhotosUI arm64 /System/Library/Frameworks/PhotosUI.framework/PhotosUI
0x196f97000 - 0x196fc4fff StoreKit arm64 <85d4c4657bf73c58aca45417feb3f16a> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x197156000 - 0x197170fff MetalKit arm64 <293c79a715cb37bdb521750ac5d2fabd> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x197171000 - 0x197192fff GenerationalStorage arm64 <010e586020193be287a48e99b625a826> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1975dd000 - 0x1976abfff CoreHandwriting arm64 <6539b94bf150389ebbf1acc6d6964f64> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
0x197c4f000 - 0x197d79fff PencilKit arm64 <691a104892fb3cdab89c550253c35369> /System/Library/PrivateFrameworks/PencilKit.framework/PencilKit
0x197d7a000 - 0x197d97fff QuickLookThumbnailing arm64 <60477a2ae80834bebf755846707eb889> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x197d98000 - 0x197e4afff PDFKit arm64 <5aefa2bd1fca3c808ce3a9b884d91dd1> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x197e4b000 - 0x197f77fff AnnotationKit arm64 <0678c4709fbd35d58f06dc87fe8ba60e> /System/Library/PrivateFrameworks/AnnotationKit.framework/AnnotationKit
0x198199000 - 0x1981c9fff MarkupUI arm64 <0de5911b65cd31a18a2711545e3353a5> /System/Library/PrivateFrameworks/MarkupUI.framework/MarkupUI
0x1981ec000 - 0x1982a6fff QuickLook arm64 /System/Library/Frameworks/QuickLook.framework/QuickLook
0x19838f000 - 0x1983d5fff SafariSafeBrowsing arm64 <1126219f83f73b51b5e493a2a7b39e08> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1983f4000 - 0x1984fbfff SafariServices arm64 /System/Library/Frameworks/SafariServices.framework/SafariServices
0x1984fc000 - 0x198533fff AppStoreDaemon arm64 <675c82438dd638fb8137410d945f8bb2> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
0x199bd4000 - 0x199be3fff NewsFoundation arm64 <2dcf089ff1173fb6a5c0ad5397881b20> /System/Library/PrivateFrameworks/NewsFoundation.framework/NewsFoundation
0x199be4000 - 0x199e39fff NewsTransport arm64 /System/Library/PrivateFrameworks/NewsTransport.framework/NewsTransport
0x199fa3000 - 0x19a2fbfff NewsCore arm64 <97ee5ed9adf03c0187176785c53a3ad8> /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore
0x19a339000 - 0x19a381fff ClockKit arm64 <547f96c29c363b7b8ba4321bfe3823cf> /System/Library/PrivateFrameworks/ClockKit.framework/ClockKit
0x19a3a1000 - 0x19a3a5fff NewsDaemon arm64 <286f8b4f2cdf3b85ac437e134aaeffe3> /System/Library/PrivateFrameworks/NewsDaemon.framework/NewsDaemon
0x19a97c000 - 0x19a991fff NewsServicesInternal arm64 <56863fa36e2b3490ae5f5fb8bce3b438> /System/Library/PrivateFrameworks/NewsServicesInternal.framework/NewsServicesInternal
0x19ab4c000 - 0x19ab52fff DuetRecommendation arm64 <51a213b847e9352290ec3ddccbe6539d> /System/Library/PrivateFrameworks/DuetRecommendation.framework/DuetRecommendation
0x19ad0a000 - 0x19ad73fff NewsToday arm64 /System/Library/PrivateFrameworks/NewsToday.framework/NewsToday
0x19aef0000 - 0x19aef4fff NewsServices arm64 <3dc73f59230e395bbb8d802a1047a940> /System/Library/PrivateFrameworks/NewsServices.framework/NewsServices
0x19c805000 - 0x19c829fff AppSupportUI arm64 /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x19edef000 - 0x19ee3dfff DataDetectorsUI arm64 <9fd437c8592636c88fb0749a782595c0> /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI
0x1a2e04000 - 0x1a30b9fff RawCamera arm64 /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x1a310a000 - 0x1a311efff libCGInterfaces.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x1a3f53000 - 0x1a3f93fff WatchConnectivity arm64 <69566404c8353249b967b5fb5a3359a6> /System/Library/Frameworks/WatchConnectivity.framework/WatchConnectivity
0x1a566a000 - 0x1a5691fff CoreServicesInternal arm64 <0927f80bd9de335e9ce3eb812e695e6a> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x1a5c64000 - 0x1a5c75fff libGSFontCache.dylib arm64 <50b74f1d848d3bb693fedc5ec5abcdd4> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1a5c76000 - 0x1a5ca8fff libTrueTypeScaler.dylib arm64 <368042c6615c3311b21a920e048e67f9> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
0x1a65d7000 - 0x1a65d7fff libmetal_timestamp.dylib arm64 <8738e73a62a630849bda9472debde0b6> /System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libmetal_timestamp.dylib
0x1a748e000 - 0x1a7491fff InternationalSupport arm64 /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1a9206000 - 0x1a920bfff TextInputUI arm64 /System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI
0x1ab0ed000 - 0x1ab1adfff AGXMetalA11 arm64 <99646fca729b3bd181b900fda6a3a28e> /System/Library/Extensions/AGXMetalA11.bundle/AGXMetalA11
0x1ab401000 - 0x1ab432fff libclosured.dylib arm64 /usr/lib/closure/libclosured.dylib
EOF