Crash CFNetwork:_merge_array_string

My App has a lot of crashe about CFNetwork. It now is the second most crash in my App. I have use Address Sanitizer and Zombile Objects to debug it, but useless。I also try to find the problem by Instrument leaks, but also useless. Is it a system bug? I need help.


Date/Time:           2018-07-23 02:23:56.1927 +0800
Launch Time:         2018-07-23 02:23:26.4595 +0800
OS Version:          iPhone OS 11.2.6 (15D100)
Baseband Version:    4.30.02
Report Version:      104

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x52574c4b00000020
VM Region Info: 0x52574c4b00000020 is not in any region.  Bytes after previous region: 5933294911037112353  
      REGION TYPE                      START - END             [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      MALLOC_NANO (reserved) 00000001d8000000-00000001e0000000 [128.0M] rw-/rwx SM=NUL  ...(unallocated)
--->  
      UNUSED SPACE AT END


Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [0]
Triggered by Thread:  8

Thread 8 name:
Thread 8 Crashed:
0   libobjc.A.dylib               0x0000000180ef443c objc_msgSend + 28
1   CFNetwork                     0x00000001823fd22c _merge_array_string(void const*, void const*, void*) + 44 (HTTPHeaderDict.cpp:165)
2   CoreFoundation                 0x0000000181b74938 __CFDictionaryApplyFunction_block_invoke + 24 (CFDictionary.c:505)
3   CoreFoundation                 0x0000000181b5be98 CFBasicHashApply + 132 (CFBasicHash.c:988)
4   CoreFoundation                 0x0000000181b659ec CFDictionaryApplyFunction + 288 (CFDictionary.c:503)
5   CFNetwork                     0x00000001823fce58 HTTPHeaderDict::copyAsOrdinaryDict(__CFAllocator const*) const + 80 (HTTPHeaderDict.cpp:183)
6   CFNetwork                     0x00000001822e09b4 HTTPMessage::copyHeadersWithShadowedArrayValues() + 36 (HTTPMessage.cpp:568)
7   CFNetwork                     0x00000001822cad78 URLResponse::createArchiveList(__CFAllocator const*, long*, void const***, long*) + 216 (URLResponse.cpp:655)
8   CFNetwork                     0x00000001822cb27c URLResponse::copyPropertyList(__CFAllocator const*) + 64 (URLResponse.cpp:783)
9   CFNetwork                     0x0000000182289834 invocation function for block in __CFURLCache::CreateAndStoreCacheNode(__CFURLCacheNode*, _CFCachedURLResponse const*, __CFString const*, _CFURLRequest const*, void const*, bool, bool&) + 756 (URLResponse.h:242)
10  libdispatch.dylib             0x0000000181616a54 _dispatch_call_block_and_release + 24 (init.c:994)
11  libdispatch.dylib             0x0000000181616a14 _dispatch_client_callout + 16 (object.m:502)
12  libdispatch.dylib             0x000000018162096c _dispatch_queue_serial_drain$VARIANT$mp + 528 (inline_internal.h:2500)
13  libdispatch.dylib             0x00000001816212fc _dispatch_queue_invoke$VARIANT$mp + 340 (queue.c:5302)
14  libdispatch.dylib             0x0000000181621d20 _dispatch_root_queue_drain_deferred_wlh$VARIANT$mp + 404 (queue.c:5920)
15  libdispatch.dylib             0x000000018162a03c _dispatch_workloop_worker_thread$VARIANT$mp + 644 (source.c:2529)
16  libsystem_pthread.dylib       0x00000001818bef1c _pthread_wqthread + 932 (pthread.c:2207)
17  libsystem_pthread.dylib       0x00000001818beb6c start_wqthread + 4


Thread 8 crashed with ARM Thread State (64-bit):
    x0: 0x00000001c0200420   x1: 0x0000000182807a06   x2: 0x00000001c0670d80   x3: 0x00000001c42284a0
    x4: 0x0000000000000001   x5: 0x0000000000000000   x6: 0x0000000000000065   x7: 0x000000000000000c
    x8: 0x00000001b161a000   x9: 0x00000001b2e900b0  x10: 0x52574c4b00000020  x11: 0x0000000000000000
   x12: 0x52574c4b00000020  x13: 0x000001a1b2e900b1  x14: 0x00000001c001b49d  x15: 0x00000001c001b49d
   x16: 0x00000001b2e900b0  x17: 0x0000000181c3024c  x18: 0xfffffff00869925c  x19: 0x00000001c0670d80
   x20: 0x00000001b1640058  x21: 0x00000001c0200420  x22: 0x0000000000000001  x23: 0x0000000000000007
   x24: 0x000000016d1de6a8  x25: 0x00000001c40351a0  x26: 0x0000000000000000  x27: 0x0000000000000000
   x28: 0x00000001c02e2580   fp: 0x000000016d1de4b0   lr: 0x00000001823fd22c
    sp: 0x000000016d1de490   pc: 0x0000000180ef443c cpsr: 0x200

Looking forward to your suggestions。

Replies

My App has a lot of crashe about CFNetwork.

Please post the full crash report (as opposed to the excerpt that you’ve posted here).

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Thanks for your reply.

I have already sent you an email on August 7. The message header is "Crash at CFNetwork:_merge_array_string" and the attachment is crash reports.


Below is one full crash report (For some reason, I have hidden key information about our application.)


Incident Identifier: 47B6B1B2-D8E7-4FF0-B024-EBB1DD24D504
CrashReporter Key:   1f935e8effbbe2bf8a46bf98ceffd5e3c2e27174
Hardware Model:      iPhone8,1
Process:             xxxxxx.xxxxxx.----- [1208]
Path:                xxxxxx
Identifier:          xxxxxx
Version:             x.***.xxxx.xxxx (***)
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           xxxxxx [410]




Date/Time:           2018-07-23 02:23:56.1927 +0800
Launch Time:         2018-07-23 02:23:26.4595 +0800
OS Version:          iPhone OS 11.2.6 (15D100)
Baseband Version:    4.30.02
Report Version:      104


Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x52574c4b00000020
VM Region Info: 0x52574c4b00000020 is not in any region.  Bytes after previous region: 5933294911037112353 
      REGION TYPE                      START - END             [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      MALLOC_NANO (reserved) 00000001d8000000-00000001e0000000 [128.0M] rw-/rwx SM=NUL  ...(unallocated)
---> 
      UNUSED SPACE AT END


Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [0]
Triggered by Thread:  8


Thread 0 name:
Thread 0:
0   libsystem_kernel.dylib         0x000000018178b568 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x000000018178b3e0 mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                 0x0000000181c3f108 __CFRunLoopServiceMachPort + 196 (CFRunLoop.c:2613)
3   CoreFoundation                 0x0000000181c3ccd4 __CFRunLoopRun + 1424 (CFRunLoop.c:2969)
4   CoreFoundation                 0x0000000181b5cc58 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3245)
5   GraphicsServices               0x0000000183a08f84 GSEventRunModal + 100 (GSEvent.c:2245)
6   UIKit                         0x000000018b2b55c4 UIApplicationMain + 236 (UIApplication.m:3956)
7   libxpc.dylib                   0x0000000181908e38 _xpc_objc_main + 556 (main.m:124)
8   libxpc.dylib                   0x000000018190aefc xpc_main + 180 (init.c:1476)
9   Foundation                     0x00000001827bdbb4 -[NSXPCListener resume] + 180 (NSXPCListener.m:253)
10  PlugInKit                     0x000000018717dd48 -[PKService run] + 752 (PKService.m:105)
11  PlugInKit                     0x000000018717d90c +[PKService main] + 56 (PKService.m:39)
12  PlugInKit                     0x000000018717dd6c +[PKService _defaultRun:arguments:] + 20 (PKService.m:116)
13  Foundation                     0x000000018279ecf0 NSExtensionMain + 64 (NSExtensionMain.m:23)
14  libdyld.dylib                 0x000000018167c56c start + 4


Thread 1 name:
Thread 1:
0   libsystem_kernel.dylib         0x000000018178b5bc semaphore_timedwait_trap + 8
1   libdispatch.dylib             0x0000000181619000 _dispatch_sema4_timedwait$VARIANT$mp + 84 (lock.c:149)
2   libdispatch.dylib             0x0000000181619870 _dispatch_semaphore_wait_slow + 72 (semaphore.c:127)
3   xxxxxx.xxxxxx.-----       0x0000000103501bac __33-[XFLagDetect p_registerObserver]_block_invoke + 288 (XFLagDetect.m:134)
4   libdispatch.dylib             0x0000000181616a54 _dispatch_call_block_and_release + 24 (init.c:994)
5   libdispatch.dylib             0x0000000181616a14 _dispatch_client_callout + 16 (object.m:502)
6   libdispatch.dylib             0x000000018162096c _dispatch_queue_serial_drain$VARIANT$mp + 528 (inline_internal.h:2500)
7   libdispatch.dylib             0x00000001816212fc _dispatch_queue_invoke$VARIANT$mp + 340 (queue.c:5302)
8   libdispatch.dylib             0x0000000181621d20 _dispatch_root_queue_drain_deferred_wlh$VARIANT$mp + 404 (queue.c:5920)
9   libdispatch.dylib             0x000000018162a03c _dispatch_workloop_worker_thread$VARIANT$mp + 644 (source.c:2529)
10  libsystem_pthread.dylib       0x00000001818bef1c _pthread_wqthread + 932 (pthread.c:2207)
11  libsystem_pthread.dylib       0x00000001818beb6c start_wqthread + 4


Thread 2:
0   libsystem_pthread.dylib       0x00000001818beb68 start_wqthread + 0


Thread 3:
0   libsystem_pthread.dylib       0x00000001818beb68 start_wqthread + 0


Thread 4 name:
Thread 4:
0   libsystem_kernel.dylib         0x000000018178b568 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x000000018178b3e0 mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                 0x0000000181c3f108 __CFRunLoopServiceMachPort + 196 (CFRunLoop.c:2613)
3   CoreFoundation                 0x0000000181c3ccd4 __CFRunLoopRun + 1424 (CFRunLoop.c:2969)
4   CoreFoundation                 0x0000000181b5cc58 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3245)
5   Foundation                     0x0000000182591594 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 304 (NSRunLoop.m:367)
6   Foundation                     0x00000001825b09ac -[NSRunLoop(NSRunLoop) runUntilDate:] + 96 (NSRunLoop.m:411)
7   UIKit                         0x000000018be1f7a8 -[UIEventFetcher threadMain] + 136 (UIEventFetcher.m:437)
8   Foundation                     0x00000001826930f4 __NSThread__start__ + 996 (NSThread.m:1181)
9   libsystem_pthread.dylib       0x00000001818c02b4 _pthread_body + 308 (pthread.c:740)
10  libsystem_pthread.dylib       0x00000001818c0180 _pthread_start + 312 (pthread.c:799)
11  libsystem_pthread.dylib       0x00000001818beb74 thread_start + 4


Thread 5 name:
Thread 5:
0   libsystem_kernel.dylib         0x000000018178b4e4 _kernelrpc_mach_port_mod_refs_trap + 8
1   libsystem_kernel.dylib         0x000000018178b91c mach_port_mod_refs + 36 (mach_port.c:158)
2   libdispatch.dylib             0x0000000181622b20 _dispatch_runloop_queue_handle_dispose + 96 (queue.c:6624)
3   libdispatch.dylib             0x0000000181622aac _dispatch_runloop_queue_dispose$VARIANT$mp + 24 (queue.c:6515)
4   libdispatch.dylib             0x00000001816187ac _dispatch_dispose$VARIANT$mp + 80 (object.c:222)
5   libdispatch.dylib             0x0000000181621634 _dispatch_queue_invoke$VARIANT$mp + 1164 (inline_internal.h:286)
6   libdispatch.dylib             0x0000000181623cf4 _dispatch_root_queue_drain + 600 (inline_internal.h:2539)
7   libdispatch.dylib             0x0000000181623a38 _dispatch_worker_thread3 + 120 (queue.c:6104)
8   libsystem_pthread.dylib       0x00000001818bf06c _pthread_wqthread + 1268 (pthread.c:2286)
9   libsystem_pthread.dylib       0x00000001818beb6c start_wqthread + 4


Thread 6 name:
Thread 6:
0   libsystem_kernel.dylib         0x000000018178b568 mach_msg_trap + 8
1   libsystem_kernel.dylib         0x000000018178b3e0 mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                 0x0000000181c3f108 __CFRunLoopServiceMachPort + 196 (CFRunLoop.c:2613)
3   CoreFoundation                 0x0000000181c3ccd4 __CFRunLoopRun + 1424 (CFRunLoop.c:2969)
4   CoreFoundation                 0x0000000181b5cc58 CFRunLoopRunSpecific + 436 (CFRunLoop.c:3245)
5   CFNetwork                     0x000000018244bb08 -[__CoreSchedulingSetRunnable runForever] + 780 (CoreSchedulingSet.mm:1364)
6   Foundation                     0x00000001826930f4 __NSThread__start__ + 996 (NSThread.m:1181)
7   libsystem_pthread.dylib       0x00000001818c02b4 _pthread_body + 308 (pthread.c:740)
8   libsystem_pthread.dylib       0x00000001818c0180 _pthread_start + 312 (pthread.c:799)
9   libsystem_pthread.dylib       0x00000001818beb74 thread_start + 4


Thread 7:
0   libsystem_pthread.dylib       0x00000001818beb68 start_wqthread + 0


Thread 8 name:
Thread 8 Crashed:
0   libobjc.A.dylib               0x0000000180ef443c objc_msgSend + 28
1   CFNetwork                     0x00000001823fd22c _merge_array_string(void const*, void const*, void*) + 44 (HTTPHeaderDict.cpp:165)
2   CoreFoundation                 0x0000000181b74938 __CFDictionaryApplyFunction_block_invoke + 24 (CFDictionary.c:505)
3   CoreFoundation                 0x0000000181b5be98 CFBasicHashApply + 132 (CFBasicHash.c:988)
4   CoreFoundation                 0x0000000181b659ec CFDictionaryApplyFunction + 288 (CFDictionary.c:503)
5   CFNetwork                     0x00000001823fce58 HTTPHeaderDict::copyAsOrdinaryDict(__CFAllocator const*) const + 80 (HTTPHeaderDict.cpp:183)
6   CFNetwork                     0x00000001822e09b4 HTTPMessage::copyHeadersWithShadowedArrayValues() + 36 (HTTPMessage.cpp:568)
7   CFNetwork                     0x00000001822cad78 URLResponse::createArchiveList(__CFAllocator const*, long*, void const***, long*) + 216 (URLResponse.cpp:655)
8   CFNetwork                     0x00000001822cb27c URLResponse::copyPropertyList(__CFAllocator const*) + 64 (URLResponse.cpp:783)
9   CFNetwork                     0x0000000182289834 invocation function for block in __CFURLCache::CreateAndStoreCacheNode(__CFURLCacheNode*, _CFCachedURLResponse const*, __CFString const*, _CFURLRequest const*, void const*, bool, bool&) + 756 (URLResponse.h:242)
10  libdispatch.dylib             0x0000000181616a54 _dispatch_call_block_and_release + 24 (init.c:994)
11  libdispatch.dylib             0x0000000181616a14 _dispatch_client_callout + 16 (object.m:502)
12  libdispatch.dylib             0x000000018162096c _dispatch_queue_serial_drain$VARIANT$mp + 528 (inline_internal.h:2500)
13  libdispatch.dylib             0x00000001816212fc _dispatch_queue_invoke$VARIANT$mp + 340 (queue.c:5302)
14  libdispatch.dylib             0x0000000181621d20 _dispatch_root_queue_drain_deferred_wlh$VARIANT$mp + 404 (queue.c:5920)
15  libdispatch.dylib             0x000000018162a03c _dispatch_workloop_worker_thread$VARIANT$mp + 644 (source.c:2529)
16  libsystem_pthread.dylib       0x00000001818bef1c _pthread_wqthread + 932 (pthread.c:2207)
17  libsystem_pthread.dylib       0x00000001818beb6c start_wqthread + 4


Thread 8 crashed with ARM Thread State (64-bit):
    x0: 0x00000001c0200420   x1: 0x0000000182807a06   x2: 0x00000001c0670d80   x3: 0x00000001c42284a0
    x4: 0x0000000000000001   x5: 0x0000000000000000   x6: 0x0000000000000065   x7: 0x000000000000000c
    x8: 0x00000001b161a000   x9: 0x00000001b2e900b0  x10: 0x52574c4b00000020  x11: 0x0000000000000000
   x12: 0x52574c4b00000020  x13: 0x000001a1b2e900b1  x14: 0x00000001c001b49d  x15: 0x00000001c001b49d
   x16: 0x00000001b2e900b0  x17: 0x0000000181c3024c  x18: 0xfffffff00869925c  x19: 0x00000001c0670d80
   x20: 0x00000001b1640058  x21: 0x00000001c0200420  x22: 0x0000000000000001  x23: 0x0000000000000007
   x24: 0x000000016d1de6a8  x25: 0x00000001c40351a0  x26: 0x0000000000000000  x27: 0x0000000000000000
   x28: 0x00000001c02e2580   fp: 0x000000016d1de4b0   lr: 0x00000001823fd22c
    sp: 0x000000016d1de490   pc: 0x0000000180ef443c cpsr: 0x20000000


Binary Images:
0x102ff0000 - 0x103813fff xxxxxx.xxxxxx.----- arm64  <78410ecc77d13628ac927d29e98c4cea> xxxxxx
0x1040e0000 - 0x10411ffff dyld arm64  <477a8a1f098b3a80860d656a3f4918ea> /usr/lib/dyld
0x180e5a000 - 0x180e5bfff libSystem.B.dylib arm64   /usr/lib/libSystem.B.dylib
0x180e5c000 - 0x180eb5fff libc++.1.dylib arm64   /usr/lib/libc++.1.dylib
0x180eb6000 - 0x180ed6fff libc++abi.dylib arm64   /usr/lib/libc++abi.dylib
0x180ed8000 - 0x181593fff libobjc.A.dylib arm64  <3a9d464322eb3285bc88fabf7cec20ed> /usr/lib/libobjc.A.dylib
0x181594000 - 0x181598fff libcache.dylib arm64  <474a695498903419b648b834067fac4e> /usr/lib/system/libcache.dylib
0x181599000 - 0x1815a4fff libcommonCrypto.dylib arm64   /usr/lib/system/libcommonCrypto.dylib
0x1815a5000 - 0x1815a8fff libcompiler_rt.dylib arm64  <502de73c3e0c3ba78280e6164fe5728c> /usr/lib/system/libcompiler_rt.dylib
0x1815a9000 - 0x1815b0fff libcopyfile.dylib arm64   /usr/lib/system/libcopyfile.dylib
0x1815b1000 - 0x181614fff libcorecrypto.dylib arm64   /usr/lib/system/libcorecrypto.dylib
0x181615000 - 0x18167afff libdispatch.dylib arm64  <37135142d2043b5492d7a49be678b9ae> /usr/lib/system/libdispatch.dylib
0x18167b000 - 0x181695fff libdyld.dylib arm64  <4f57dfca63a93930a57d2cea89307b01> /usr/lib/system/libdyld.dylib
0x181696000 - 0x181696fff liblaunch.dylib arm64   /usr/lib/system/liblaunch.dylib
0x181697000 - 0x18169cfff libmacho.dylib arm64  <25640409947b3e20b1135068c80d8609> /usr/lib/system/libmacho.dylib
0x18169d000 - 0x18169efff libremovefile.dylib arm64  <848fca02e8d930fd8659eb188d9bcedd> /usr/lib/system/libremovefile.dylib
0x18169f000 - 0x1816b6fff libsystem_asl.dylib arm64  <255a36a954553a278ef2c8711ab62532> /usr/lib/system/libsystem_asl.dylib
0x1816b7000 - 0x1816b7fff libsystem_blocks.dylib arm64   /usr/lib/system/libsystem_blocks.dylib
0x1816b8000 - 0x181735fff libsystem_c.dylib arm64  <2c43d27314963feb8966491ea64cf5a9> /usr/lib/system/libsystem_c.dylib
0x181736000 - 0x18173afff libsystem_configuration.dylib arm64  <897ce699a6d73797810d7fe5ceef37d7> /usr/lib/system/libsystem_configuration.dylib
0x18173b000 - 0x181740fff libsystem_containermanager.dylib arm64   /usr/lib/system/libsystem_containermanager.dylib
0x181741000 - 0x181742fff libsystem_coreservices.dylib arm64   /usr/lib/system/libsystem_coreservices.dylib
0x181743000 - 0x181744fff libsystem_darwin.dylib arm64   /usr/lib/system/libsystem_darwin.dylib
0x181745000 - 0x18174bfff libsystem_dnssd.dylib arm64  <2fdef17227d13f49929b104ec635667c> /usr/lib/system/libsystem_dnssd.dylib
0x18174c000 - 0x181789fff libsystem_info.dylib arm64   /usr/lib/system/libsystem_info.dylib
0x18178a000 - 0x1817b2fff libsystem_kernel.dylib arm64  <6ca465bb9c013f9ab3fb24dd16418142> /usr/lib/system/libsystem_kernel.dylib
0x1817b3000 - 0x1817e0fff libsystem_m.dylib arm64   /usr/lib/system/libsystem_m.dylib
0x1817e1000 - 0x1817fbfff libsystem_malloc.dylib arm64   /usr/lib/system/libsystem_malloc.dylib
0x1817fc000 - 0x18189cfff libsystem_network.dylib arm64   /usr/lib/system/libsystem_network.dylib
0x18189d000 - 0x1818a8fff libsystem_networkextension.dylib arm64  <40f740c2ec9b37cebe6043eecbd1927d> /usr/lib/system/libsystem_networkextension.dylib
0x1818a9000 - 0x1818b3fff libsystem_notify.dylib arm64   /usr/lib/system/libsystem_notify.dylib
0x1818b4000 - 0x1818bdfff libsystem_platform.dylib arm64  <1fd32dd6f1da3029ae0fe5875eaceb94> /usr/lib/system/libsystem_platform.dylib
0x1818be000 - 0x1818cdfff libsystem_pthread.dylib arm64  <2f9b440f88eb3cedb786b4b98586d78f> /usr/lib/system/libsystem_pthread.dylib
0x1818ce000 - 0x1818d1fff libsystem_sandbox.dylib arm64  <001e1a85480c3b07b93861fe7e69843b> /usr/lib/system/libsystem_sandbox.dylib
0x1818d2000 - 0x1818d9fff libsystem_symptoms.dylib arm64  <56e7c311193139968b729073897fbdc6> /usr/lib/system/libsystem_symptoms.dylib
0x1818da000 - 0x1818edfff libsystem_trace.dylib arm64  <8b98d3487b6e3b72863670eb57c3b4ff> /usr/lib/system/libsystem_trace.dylib
0x1818ee000 - 0x1818f3fff libunwind.dylib arm64   /usr/lib/system/libunwind.dylib
0x1818f4000 - 0x1818f4fff libvminterpose.dylib arm64   /usr/lib/system/libvminterpose.dylib
0x1818f5000 - 0x18191ffff libxpc.dylib arm64  <1732d812fa793d159965e668759a42df> /usr/lib/system/libxpc.dylib
0x181920000 - 0x181b41fff libicucore.A.dylib arm64  <32c272e1e9f735aba4c16a17580f13e3> /usr/lib/libicucore.A.dylib
0x181b42000 - 0x181b53fff libz.1.dylib arm64   /usr/lib/libz.1.dylib
0x181b54000 - 0x181ee9fff CoreFoundation arm64  <846f4b1542383c98991c1314902e3d72> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x181eea000 - 0x181efafff libbsm.0.dylib arm64   /usr/lib/libbsm.0.dylib
0x181efb000 - 0x181efbfff libenergytrace.dylib arm64  <6adeca3b70ed33dda70a16353c5ef6ce> /usr/lib/libenergytrace.dylib
0x181efc000 - 0x181f81fff IOKit arm64  <938f5f32ece43551a651b777bd44d431> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x181f82000 - 0x18206bfff libxml2.2.dylib arm64  <33530216f58333d993d4acb846c63aac> /usr/lib/libxml2.2.dylib
0x18206c000 - 0x182079fff libbz2.1.0.dylib arm64  <35c6ddde076638589f755656ac0058ce> /usr/lib/libbz2.1.0.dylib
0x18207a000 - 0x182092fff liblzma.5.dylib arm64  <7d5815f117103d15a67fd30b3375b11b> /usr/lib/liblzma.5.dylib
0x182093000 - 0x1821f0fff libsqlite3.dylib arm64   /usr/lib/libsqlite3.dylib
0x1821f1000 - 0x182217fff libMobileGestalt.dylib arm64   /usr/lib/libMobileGestalt.dylib
0x182218000 - 0x182584fff CFNetwork arm64  <1b8095865d8a3b84a9cbe0d5d0354fc1> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x182585000 - 0x182880fff Foundation arm64   /System/Library/Frameworks/Foundation.framework/Foundation
0x182881000 - 0x18296ffff Security arm64  <11c28a235f0d34a483d4c0c6d3a72617> /System/Library/Frameworks/Security.framework/Security
0x182970000 - 0x1829dcfff SystemConfiguration arm64   /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x1829dd000 - 0x182a13fff libCRFSuite.dylib arm64   /usr/lib/libCRFSuite.dylib
0x182a14000 - 0x182a14fff libapple_crypto.dylib arm64  <7b69ce788b6f3bd581d76b857760c614> /usr/lib/libapple_crypto.dylib
0x182a15000 - 0x182a2bfff libapple_nghttp2.dylib arm64   /usr/lib/libapple_nghttp2.dylib
0x182a2c000 - 0x182a55fff libarchive.2.dylib arm64  <957aea53942d3afc91420044f6ae5112> /usr/lib/libarchive.2.dylib
0x182a56000 - 0x182b07fff libboringssl.dylib arm64   /usr/lib/libboringssl.dylib
0x182b08000 - 0x182b1ffff libcoretls.dylib arm64   /usr/lib/libcoretls.dylib
0x182b20000 - 0x182b21fff libcoretls_cfhelpers.dylib arm64  <79276edd953836b698947c5db28c83ad> /usr/lib/libcoretls_cfhelpers.dylib
0x182b22000 - 0x182b23fff liblangid.dylib arm64  <11d94ede5ab1300a820d96e3374f53fa> /usr/lib/liblangid.dylib
0x182b24000 - 0x182bf7fff libnetwork.dylib arm64   /usr/lib/libnetwork.dylib
0x182bf8000 - 0x182c2afff libpcap.A.dylib arm64  <419a8dd2325a326c81b4b02d849ce562> /usr/lib/libpcap.A.dylib
0x182c2b000 - 0x182c5ffff libusrtcp.dylib arm64  <227ec64866e53676828e76f89c1e4928> /usr/lib/libusrtcp.dylib
0x182c60000 - 0x182c69fff IOSurface arm64  <76764bfa34e8365e8263c8ec57868e70> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x182c6a000 - 0x182d0ffff libBLAS.dylib arm64  <05ecdd31f9573a069c0e8b3d610bbc3f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x182d10000 - 0x18303ffff libLAPACK.dylib arm64  <3e55f73c8a4c329d8bb7f5e58ed687c3> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x183040000 - 0x1832acfff vImage arm64  <7fabce5d1fe83c38aa998440146eb09b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1832ad000 - 0x1832befff libSparseBLAS.dylib arm64  <88335b280db13b3d812ee89998bc363c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1832bf000 - 0x1832e3fff libvMisc.dylib arm64  <20da313fe2343db189a04c72928eb120> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1832e4000 - 0x18330efff libBNNS.dylib arm64  <19481dd658fb3f949cc1874250cfead5> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x18330f000 - 0x183324fff libLinearAlgebra.dylib arm64  <0f6e8d5a7dd8384ebb8a873c2caa7ad7> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x183325000 - 0x183329fff libQuadrature.dylib arm64  <124a57c41e3e3956b46e10d49ddf8fe1> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x18332a000 - 0x183380fff libSparse.dylib arm64   /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x183381000 - 0x1833f9fff libvDSP.dylib arm64  <4bf846f47a0e309db93bbbc791720463> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1833fa000 - 0x1833fafff vecLib arm64  <86cdd48d842334dd831b1fc0e2b0270f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1833fb000 - 0x1833fbfff Accelerate arm64  <01d515c3376c332799f14694934ed70b> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1833fc000 - 0x183411fff libcompression.dylib arm64   /usr/lib/libcompression.dylib
0x183412000 - 0x183956fff CoreGraphics arm64  <1d111fedd821351f8d22fe4f2840719a> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x183957000 - 0x18395cfff IOAccelerator arm64   /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x18395d000 - 0x183962fff libCoreFSCache.dylib arm64   /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x183963000 - 0x1839fdfff Metal arm64  <5810b5432e4c34cf9f254b60f64e5e89> /System/Library/Frameworks/Metal.framework/Metal
0x1839fe000 - 0x183a11fff GraphicsServices arm64  <208776c1b0a73cb4827546b47cdfca63> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x183a12000 - 0x183b6afff MobileCoreServices arm64   /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x183b6b000 - 0x183b6dfff IOSurfaceAccelerator arm64  <4feb745bfd323a0da4357d5fc65f54b2> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x183b6e000 - 0x183baffff AppleJPEG arm64  <823dea35af383cf987bdd6d2b653d41f> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x183bb0000 - 0x184160fff ImageIO arm64  <090201d1811b3083b64c89e1c9694585> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x184161000 - 0x1841c5fff BaseBoard arm64  <5c05976a04053b179505341ce299f130> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x1841c6000 - 0x1841ddfff AssertionServices arm64   /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1841de000 - 0x1841e6fff CorePhoneNumbers arm64  <3f42ae84ea833c52b8cd522108d259b2> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1841e7000 - 0x18422bfff AppSupport arm64   /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x18422c000 - 0x184244fff CrashReporterSupport arm64  <28a3b2eac04b3ec482639475186d309c> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x184245000 - 0x18424afff AggregateDictionary arm64  <60d5c87dbe3e3c48a3e0b91ae2cad9e7> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x18424b000 - 0x1842ccfff libTelephonyUtilDynamic.dylib arm64  <46d5ede9f7fe338c97671721fbad60cc> /usr/lib/libTelephonyUtilDynamic.dylib
0x1842cd000 - 0x1842ecfff ProtocolBuffer arm64  <8963290d47123204921f70ae9bb9612a> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1842ed000 - 0x184318fff MobileKeyBag arm64   /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x184319000 - 0x18434dfff BackBoardServices arm64  <2b30bebf7da7379db6b6538ca533fd6b> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x18434e000 - 0x1843a9fff FrontBoardServices arm64  <5bff8665f950326a8ad86be07a66a48a> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1843aa000 - 0x1843e6fff SpringBoardServices arm64  <415fae0b30393d0d92bf23dc22de21c4> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1843e7000 - 0x1843f5fff PowerLog arm64  <83c23c8e972438b79e688c4d455b1b5e> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1843f6000 - 0x184413fff CommonUtilities arm64   /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x184414000 - 0x18441ffff liblockdown.dylib arm64  <2fec7d5a759c32f293936f78220c1fc4> /usr/lib/liblockdown.dylib
0x184420000 - 0x184722fff CoreData arm64   /System/Library/Frameworks/CoreData.framework/CoreData
0x184723000 - 0x184729fff TCC arm64  <06384f9076eb3e06a7d2a883d6007b3d> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x18472a000 - 0x184731fff libcupolicy.dylib arm64   /usr/lib/libcupolicy.dylib
0x184732000 - 0x1847befff CoreTelephony arm64   /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x1847bf000 - 0x184815fff Accounts arm64  <3f8159d915823051a17536c6b21e81a9> /System/Library/Frameworks/Accounts.framework/Accounts
0x184816000 - 0x18483ffff AppleSauce arm64  <4b81009f219e3f3794d3ff93ddcd0547> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x184840000 - 0x184848fff DataMigration arm64   /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x184849000 - 0x18484ffff Netrb arm64  <9f8ebcf99af53a7087add608b6fb9c2a> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x184850000 - 0x184883fff PersistentConnection arm64   /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x184884000 - 0x184895fff libmis.dylib arm64  <1885af6da98d3997abff70b062548010> /usr/lib/libmis.dylib
0x184896000 - 0x184996fff ManagedConfiguration arm64   /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x184997000 - 0x18499cfff libReverseProxyDevice.dylib arm64   /usr/lib/libReverseProxyDevice.dylib
0x18499d000 - 0x1849aefff libamsupport.dylib arm64  <48a69db1f895324d8debac434913a4e5> /usr/lib/libamsupport.dylib
0x1849af000 - 0x1849b4fff libCoreVMClient.dylib arm64  <017bacb6b7e83fdda154764e0492358a> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1849b5000 - 0x1849b6fff libCVMSPluginSupport.dylib arm64  <79591b228c133dc7a93fcdb529f5c1c9> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1849b7000 - 0x1849bafff libutil.dylib arm64   /usr/lib/libutil.dylib
0x1849bb000 - 0x1849fcfff libGLImage.dylib arm64  <9ac83085267733acb9bc652dd70dcc2d> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1849fd000 - 0x184a6dfff APFS arm64   /System/Library/PrivateFrameworks/APFS.framework/APFS
0x184a6e000 - 0x184a9ffff MediaKit arm64  <3b199804d91e3afcb08a2698062cff65> /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit
0x184aa0000 - 0x184ab8fff libSERestoreInfo.dylib arm64  <25abfa4121b03a25b5422fa6ba16b695> /usr/lib/updaters/libSERestoreInfo.dylib
0x184abd000 - 0x184af9fff DiskImages arm64   /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages
0x184afa000 - 0x184b04fff libGFXShared.dylib arm64  <425823fa3f663785af7e7e72e74a2eee> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x184b05000 - 0x184b4bfff libauthinstall.dylib arm64  <51c4aba4fa7f376dbee944ee466f56c1> /usr/lib/libauthinstall.dylib
0x184b4c000 - 0x184b54fff IOMobileFramebuffer arm64   /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x184b55000 - 0x184b60fff OpenGLES arm64   /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x184b61000 - 0x184be8fff ColorSync arm64  <174c246784a4333db343d29ca59affcb> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x184be9000 - 0x184c13fff CoreVideo arm64  <69c63a3d198a34de9f343ad8e8181059> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x184c14000 - 0x184c15fff libCTGreenTeaLogger.dylib arm64   /usr/lib/libCTGreenTeaLogger.dylib
0x184c16000 - 0x184d78fff CoreAudio arm64  <7ad95e096a253ff58b74a03e3f252a4e> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x184d79000 - 0x184da7fff CoreAnalytics arm64   /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x184da8000 - 0x184dabfff UserFS arm64  <52342f6a8e273c7391e327deb2ab82e4> /System/Library/PrivateFrameworks/UserFS.framework/UserFS
0x184dac000 - 0x184f1ffff CoreMedia arm64   /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x184f20000 - 0x184f32fff libprotobuf-lite.dylib arm64  <2ed5fd0c82f8337b96e17a7b1846b878> /usr/lib/libprotobuf-lite.dylib
0x184f33000 - 0x184f97fff libprotobuf.dylib arm64  <0a967243387e32aeb31a8b5ceeac3718> /usr/lib/libprotobuf.dylib
0x184f98000 - 0x185275fff libAWDSupportFramework.dylib arm64   /usr/lib/libAWDSupportFramework.dylib
0x185276000 - 0x1852bcfff WirelessDiagnostics arm64  <903eca346b9a357eb9d6939c5a2da02d> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x1852bd000 - 0x185375fff ************ arm64   /System/Library/Frameworks/************.framework/************
0x185376000 - 0x185481fff libFontParser.dylib arm64   /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x185482000 - 0x185483fff FontServices arm64  <0c499009fcb931d18cf6bfdc1af51684> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x185484000 - 0x1855d3fff CoreText arm64  <3cb200fd11ab3102b01a9aab2730a871> /System/Library/Frameworks/CoreText.framework/CoreText
0x1855d4000 - 0x1855e3fff IntlPreferences arm64  <407354c5c0f03388a2e8ef921d092bf2> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1855e4000 - 0x1855ecfff RTCReporting arm64  <2710371c2d763bde99c5e3ce763cebf9> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1855ed000 - 0x18565bfff CoreBrightness arm64   /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x18565c000 - 0x185667fff libAudioStatistics.dylib arm64   /usr/lib/libAudioStatistics.dylib
0x185668000 - 0x185bb8fff AudioToolbox arm64  <32fc6cb60ab531a892ee7db6030dcee9> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x185bb9000 - 0x185de9fff QuartzCore arm64  <0e7efded7b69323094142d876969c3ff> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x185dea000 - 0x185df5fff MediaAccessibility arm64   /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x185df6000 - 0x185ee8fff libiconv.2.dylib arm64  <28fec549f7f6396483fb3b04c800adcb> /usr/lib/libiconv.2.dylib
0x185ee9000 - 0x185f05fff NetworkStatistics arm64  <67dd3f90fc933567af5f336e36a3f69a> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x185f06000 - 0x185f1bfff MPSCore arm64  <2b8da25dee323cb0871eb5839266c6b1> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x185f1c000 - 0x185f80fff MPSImage arm64   /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x185f81000 - 0x185fa1fff MPSMatrix arm64  <7f20afd02853372eaeac3604ab798ca9> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x185fa2000 - 0x185fb0fff CoreAUC arm64  <24c1f952294f3d769d3b2d3d3df002f9> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x185fb1000 - 0x186636fff MediaToolbox arm64   /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x186637000 - 0x1866fdfff MPSNeuralNetwork arm64   /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1866fe000 - 0x1866fefff MetalPerformanceShaders arm64  <968c8d8650a6345e99c11a24d4908a14> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1866ff000 - 0x186b32fff FaceCore arm64   /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x186b33000 - 0x186b40fff GraphVisualizer arm64  <9731b1a2362e35e5b47495a6f4a49d31> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x186b41000 - 0x186ce6fff libFosl_dynamic.dylib arm64  <8dade3ca46eb36ba918cabaae25e7279> /usr/lib/libFosl_dynamic.dylib
0x186ce7000 - 0x186f4cfff CoreImage arm64  <708015be329e31eabd93df07dec18a17> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x186f4d000 - 0x18713bfff CoreMotion arm64  <168555a078273fb090092d49d26d931a> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x18713c000 - 0x18716afff CoreBluetooth arm64  <98a36c47a17f3e10ac4fbf0b64ba5e96> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x18716b000 - 0x18718dfff PlugInKit arm64  <9a0fc8c71da23cbaac48ef7266d3b164> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x18718e000 - 0x1873b8fff ********* arm64   /System/Library/PrivateFrameworks/*********.framework/*********
0x1873b9000 - 0x18743bfff Quagga arm64  <311b83d6d2f338d586facf10f1a90cd2> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x18743c000 - 0x187535fff AVFAudio arm64  <96ab57ad22ea36f5ad3c8718c1ab8764> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x187536000 - 0x187724fff AVFoundation arm64  <48a63876248b347bb20e36798bc04115> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x187725000 - 0x187748fff CacheDelete arm64  <4376983fcac03a6f9a5a2e244d96a699> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x187749000 - 0x18776efff StreamingZip arm64   /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x18776f000 - 0x187780fff CoreEmoji arm64  <0fed33cbda37338b9a43e1ef58c8e0f2> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x187781000 - 0x1877cffff CoreLocationProtobuf arm64  <0bda60fa58b13f409cd272342665fd89> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1877d0000 - 0x1877d7fff SymptomDiagnosticReporter arm64   /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1877d8000 - 0x1880d9fff GeoServices arm64  <764874763fc63346a6d438c2a8328fab> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x1880da000 - 0x1880f1fff MobileAsset arm64  <4c1572513f59389e84081a755103547b> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1880f2000 - 0x188133fff Lexicon arm64  <3de08451c03d3ad082074fd27e7647d4> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x188134000 - 0x188144fff libcmph.dylib arm64  <8b492aa79dc5318481752d5cba68e84b> /usr/lib/libcmph.dylib
0x188145000 - 0x188261fff LanguageModeling arm64   /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x188262000 - 0x188279fff libmarisa.dylib arm64  <948c4447eef032a2bd7fdb0d5860359c> /usr/lib/libmarisa.dylib
0x18827a000 - 0x188314fff CoreLocation arm64   /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x188315000 - 0x188315fff PhoneNumbers arm64   /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x188316000 - 0x188321fff libChineseTokenizer.dylib arm64  <54b3896b7e3c37d7a2aa5cd17ea3b4fd> /usr/lib/libChineseTokenizer.dylib
0x188322000 - 0x1883cffff libmecab_em.dylib arm64  <0a7c2fd4dd613449a0bdae35e1c05621> /usr/lib/libmecab_em.dylib
0x1883d0000 - 0x1883d1fff libThaiTokenizer.dylib arm64  <05630da4695731c2a45c765e3f71b1fe> /usr/lib/libThaiTokenizer.dylib
0x1883d2000 - 0x1883d6fff libgermantok.dylib arm64   /usr/lib/libgermantok.dylib
0x1883d7000 - 0x18842ffff CoreNLP arm64  <631fdf115f0c3047a3ca6dd7b28c073b> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x188430000 - 0x1885eefff MobileSpotlightIndex arm64   /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x18865b000 - 0x189090fff JavaScriptCore arm64   /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x189091000 - 0x189096fff libheimdal-asn1.dylib arm64  <1dc1aa4421fe3ddea53a07080c5058c6> /usr/lib/libheimdal-asn1.dylib
0x189097000 - 0x189111fff libate.dylib arm64   /usr/lib/libate.dylib
0x189112000 - 0x1891b4fff TextureIO arm64   /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1891b5000 - 0x18927ffff CoreUI arm64  <8e5892440df03a3f9342ba386f3c8012> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x189280000 - 0x189289fff MobileIcons arm64  <8d72c789b63c3d9eb0236814a909a473> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x189299000 - 0x1892f2fff TextInput arm64  <5e1c89ec1e1c310caa79b707ee359048> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x1892f3000 - 0x18931bfff libxslt.1.dylib arm64  <9f41e38d7d1d374eb4c317ffa766d51d> /usr/lib/libxslt.1.dylib
0x189352000 - 0x1893e7fff FileProvider arm64  <81d2b19a8fe03251acd4b816dfd08908> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1894e8000 - 0x1895c0fff ProofReader arm64  <849c04e5566338138c5645a080801bb1> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1895c1000 - 0x1895d5fff libAccessibility.dylib arm64  <04185c7e9c1e340da5c2bccb2ca2b1af> /usr/lib/libAccessibility.dylib
0x1895d6000 - 0x189a2efff libwebrtc.dylib arm64  <9c780252d56939d1bc15e93523a790a2> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x189a2f000 - 0x189a8ffff ContactsFoundation arm64  <3424e3697ab4310fa1d425d04888768e> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x189a90000 - 0x18aeadfff WebCore arm64   /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x18aeae000 - 0x18b021fff WebKitLegacy arm64  <3806037d085136809a33f0fd56b200e2> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x18b022000 - 0x18b04afff DataAccessExpress arm64  <14e9e1270dca3e0c90bf867c08dbc188> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x18b04b000 - 0x18b0e3fff AddressBookLegacy arm64   /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x18b0e4000 - 0x18b13bfff ProtectedCloudStorage arm64   /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x18b13c000 - 0x18b168fff UserNotifications arm64  <1acc9bc755ae33708ad7a5eeadf6b8ec> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x18b169000 - 0x18b174fff AppleIDAuthSupport arm64   /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x18b175000 - 0x18b1c3fff AuthKit arm64   /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x18b1ee000 - 0x18b241fff DocumentManager arm64  <6753460517ce35f1a33d34fe9819ca81> /System/Library/Frameworks/UIKit.framework/Frameworks/DocumentManager.framework/DocumentManager
0x18b242000 - 0x18c2c7fff UIKit arm64  <1ae0c6d9279b3ac4a7e10bf3a63a0692> /System/Library/Frameworks/UIKit.framework/UIKit
0x18c2c8000 - 0x18c2d9fff DocumentManagerCore arm64  <051e2c78e43f3700af20321c6e289322> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x18c2da000 - 0x18c2defff HangTracer arm64   /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x18c2df000 - 0x18c331fff PhysicsKit arm64  <469bfd49cb5636da8a84d78ba983642c> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x18c332000 - 0x18c334fff StudyLog arm64  <9b3ba7d0a1dd3b1da0b003c214cfc816> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x18c335000 - 0x18c415fff UIFoundation arm64   /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x18c416000 - 0x18c522fff CloudKit arm64  <386b94a754bf31489efb35138c200122> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x18c523000 - 0x18c523fff IntentsFoundation arm64  <5efb8e90072f34a490bd2329291d416b> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x18c524000 - 0x18c5edfff Network arm64  <64b464c46498305a8f6d0522bf0e112b> /System/Library/PrivateFrameworks/Network.framework/Network
0x18c5ee000 - 0x18c7f8fff Intents arm64  <5964d059def33218a84a588e74da3b47> /System/Library/Frameworks/Intents.framework/Intents
0x18c7f9000 - 0x18c814fff libresolv.9.dylib arm64  <1243b6c2a9b93b79898311cb8d37d87a> /usr/lib/libresolv.9.dylib
0x18c815000 - 0x18c817fff CoreDuetDebugLogging arm64  <2fe962b39bad35db8e01cb063b4801fa> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x18c818000 - 0x18c84cfff libtidy.A.dylib arm64   /usr/lib/libtidy.A.dylib
0x18c84d000 - 0x18c977fff CoreDuet arm64  <61357701c05f3f518a28040df994ab13> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x18c978000 - 0x18c996fff CoreDuetContext arm64  <2330b26c7ae03b6ca8b867f1f3d0564f> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x18c997000 - 0x18c9abfff CoreDuetDaemonProtocol arm64   /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x18c9ac000 - 0x18ca17fff IMFoundation arm64   /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x18ca18000 - 0x18ca46fff vCard arm64   /System/Library/PrivateFrameworks/vCard.framework/vCard
0x18ca47000 - 0x18cb52fff Contacts arm64  <4e8acc9e76de3e49a6264964058223e4> /System/Library/Frameworks/Contacts.framework/Contacts
0x18cb53000 - 0x18cb54fff DiagnosticLogCollection arm64  <868f71f0b2aa3e77ae0fbc881da8824b> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x18cb55000 - 0x18cb56fff Marco arm64   /System/Library/PrivateFrameworks/Marco.framework/Marco
0x18cb57000 - 0x18cb5dfff MessageProtection arm64  <27ac5b0a0ff6361a840ddb5a7dfadefc> /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection
0x18cb5e000 - 0x18ce65fff StoreServices arm64  <8f777fee8a9530fc9c4b43684ad4d234> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x18ce66000 - 0x18ce7efff Engram arm64  <59677e690b3a3387929dad283df7f85e> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x18ce7f000 - 0x18cf72fff IDSFoundation arm64  <1bedc7b637f73fc1bbc4701d35b0e6a6> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x18cf73000 - 0x18cf7efff CaptiveNetwork arm64   /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x18cf7f000 - 0x18cfadfff EAP8021X arm64  <07ed8ba71dfd3b37a89f087bd86aae77> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x18cfae000 - 0x18cfe8fff MobileWiFi arm64  <195c28c5b8063e41a86bf3d69c2d4326> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x18cfe9000 - 0x18cfebfff OAuth arm64   /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x18cfec000 - 0x18cfeefff CommonAuth arm64  <35c1af3f71213eaeb19292fda822e67a> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x18cfef000 - 0x18d05dfff Heimdal arm64   /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x18d05e000 - 0x18d087fff GSS arm64  <49ce418d6af83ca6ad95622c72ba2a3e> /System/Library/Frameworks/GSS.framework/GSS
0x18d088000 - 0x18d09ffff ApplePushService arm64   /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x18d0a0000 - 0x18d138fff AccountsDaemon arm64  <895c85d305053712b0d7406f7eafe014> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x18d139000 - 0x18d157fff AppleIDSSOAuthentication arm64   /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x18d158000 - 0x18d1cafff AppleAccount arm64   /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x18d1cb000 - 0x18d2defff CoreUtils arm64  <60f3ca25f0a5369893147fc45c863105> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x18d2df000 - 0x18d3f8fff IDS arm64  <87745652d06236e4b5ab2a5547274ea4> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x18d3f9000 - 0x18d419fff MediaServices arm64  <43a188034dc734aeae2112574dd02a51> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x18d41a000 - 0x18d58bfff MediaRemote arm64  <81f3123ab73a30d59bb3c970b556fdf0> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x18d58c000 - 0x18d5a2fff UserManagement arm64   /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x18d5a3000 - 0x18d5b2fff MobileBluetooth arm64   /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x18d5e9000 - 0x18d60efff FTAWD arm64  <31d0b593bae93294a0892eeb620357fc> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x18d60f000 - 0x18d662fff FTServices arm64   /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x18d663000 - 0x18d6b5fff WirelessProximity arm64  <07985b1d817d3ee9b154fee7cddf2e4b> /System/Library/PrivateFrameworks/WirelessProximity.framework/WirelessProximity
0x18d6cb000 - 0x18d71cfff ChunkingLibrary arm64   /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x18d71d000 - 0x18d729fff libnetworkextension.dylib arm64  <5588ba0ea8953ab09cfcc7c302e7e5e1> /usr/lib/libnetworkextension.dylib
0x18d72a000 - 0x18d74efff AddressBook arm64   /System/Library/Frameworks/AddressBook.framework/AddressBook
0x18e527000 - 0x18e6bcfff NetworkExtension arm64   /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x18e6bd000 - 0x18eac0fff SiriTTS arm64  <062af948ed7936c2831d34c36c079414> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x18eac1000 - 0x18eb1afff SAObjects arm64  <9706f5e1d7f73729b8b255f2eaf351e2> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x18eb1b000 - 0x18eb58fff VoiceServices arm64  <558b4d8d4d8f376189e36ee321eaf3d6> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x18eb59000 - 0x18eb89fff GLKit arm64  <01849b737ba73695ae5e77dc0585bd19> /System/Library/Frameworks/GLKit.framework/GLKit
0x18eb8a000 - 0x18ec6efff AssistantServices arm64  <985a426d4a5233c589d5dff111d579cc> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x18ec6f000 - 0x18ec76fff AssetCacheServices arm64  <62e20f91e12536a4bd1822aa9a2cf83e> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x18ec77000 - 0x18ed31fff NetworkServiceProxy arm64  <16bed150dad93f18ae29fe03ce26db85> /System/Library/PrivateFrameworks/NetworkServiceProxy.framework/NetworkServiceProxy
0x18ed32000 - 0x18ee27fff MMCS arm64  <67c800f5201938409716ecd862a6ae9c> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x18ee28000 - 0x18ee34fff BluetoothManager arm64   /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x18ef46000 - 0x18ef73fff PhotosFormats arm64   /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x18f063000 - 0x18f181fff CloudPhotoLibrary arm64   /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x18f267000 - 0x18f291fff AssetsLibraryServices arm64  <4724292bf9ce39bab1b420083200bb54> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x18f292000 - 0x18f2c6fff ACTFramework arm64  <44708ab553533895a7e953bc8557c321> /System/Library/PrivateFrameworks/ACTFramework.framework/ACTFramework
0x18f2c7000 - 0x18f2e7fff DCIMServices arm64   /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x18f2e8000 - 0x18f422fff CoreMediaStream arm64   /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x18f423000 - 0x18f42afff XPCKit arm64  <376bb5e8b8eb3d0db701fa235f66cb1d> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
0x18f42b000 - 0x18f511fff CameraKit arm64   /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit
0x18f512000 - 0x18f52afff CloudPhotoServices arm64   /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x18f537000 - 0x18f555fff MediaStream arm64  <6983e33567583f819065482362660feb> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x18f556000 - 0x18f978fff PhotoLibraryServices arm64  <03194e4851e437cda84dab1219698bf4> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x18f979000 - 0x18f9affff PrototypeTools arm64   /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x18f9b0000 - 0x18fa3bfff CoreSymbolication arm64  <764f455421373db09a19d8108e0cf9a3> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x18fb71000 - 0x18fc1afff iTunesStore arm64   /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x18fc1b000 - 0x18fc21fff libtzupdate.dylib arm64  <14b9516ff0de3d9ebe290d2676f223f6> /usr/lib/libtzupdate.dylib
0x18fc22000 - 0x18fd8dfff Preferences arm64   /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x18fd96000 - 0x18fefffff CVML arm64   /System/Library/PrivateFrameworks/CVML.framework/CVML
0x18ff00000 - 0x18ff4cfff CoreAppleCVA arm64  <3ad3808fe0273644aebce67f4ebb601c> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA
0x18ff84000 - 0x1900ebfff AppleCVA arm64  <9a5caa6d2c02355281c7484ba53034b4> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA
0x1900ec000 - 0x190187fff Montreal arm64   /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x190188000 - 0x190365fff Espresso arm64  <014c5753265a3665baf7f4cd55a148cc> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x19036a000 - 0x1904bcfff Photos arm64   /System/Library/Frameworks/Photos.framework/Photos
0x1904c9000 - 0x190692fff CoreML arm64   /System/Library/Frameworks/CoreML.framework/CoreML
0x190848000 - 0x190874fff Futhark arm64  <31e1eb4d39223710ac3eaf6365bd5c64> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x19090d000 - 0x19091ffff BaseBoardUI arm64   /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x190bbb000 - 0x190e1bfff Vision arm64  <671010031a393fe4850d561b3c42427f> /System/Library/Frameworks/Vision.framework/Vision
0x19128d000 - 0x191292fff ConstantClasses arm64   /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x19129c000 - 0x1912e0fff AXRuntime arm64   /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x1912e1000 - 0x191318fff ScreenReaderCore arm64  <3471347a46b23172ac46f515d3f22e96> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x191319000 - 0x19133dfff TextToSpeech arm64  <733f4e2940e830f9a029d5032c9f8ffe> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x19133e000 - 0x191384fff CoreMIDI arm64   /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x191489000 - 0x19148bfff libAXSafeCategoryBundle.dylib arm64   /usr/lib/libAXSafeCategoryBundle.dylib
0x19148c000 - 0x191496fff libAXSpeechManager.dylib arm64  <04f1a3f18e61319ca2925f28b11dd750> /usr/lib/libAXSpeechManager.dylib
0x191497000 - 0x19157afff AccessibilityUtilities arm64  <125b3413cc15314fa6c3398310ede370> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x191854000 - 0x191854fff AdSupport arm64  <52aeb59762cc30399d7dd506a9739686> /System/Library/Frameworks/AdSupport.framework/AdSupport
0x1925b5000 - 0x19262afff WebInspector arm64  <1c955495e1053662b2fbf8fdd65c7d3a> /System/Library/PrivateFrameworks/WebInspector.framework/WebInspector
0x19262b000 - 0x192713fff ITMLKit arm64  <058156a1c41a38c4b501e6fe24ffeda5> /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit
0x192d69000 - 0x192d80fff AccessibilityUIUtilities arm64   /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x192ddd000 - 0x192df0fff AssetsLibrary arm64   /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x192fd0000 - 0x19302bfff AXMediaUtilities arm64   /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
0x1953ae000 - 0x1953c8fff MetalKit arm64  <293c79a715cb37bdb521750ac5d2fabd> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x19638a000 - 0x1963d0fff Pasteboard arm64  <714f17a8180f3722ad353064ce69fb4d> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
0x197803000 - 0x19781bfff IAP arm64  <4a6aad21ce4e360fbff6a2ffb5237361> /System/Library/PrivateFrameworks/IAP.framework/IAP
0x197cf6000 - 0x197d0ffff ExternalAccessory arm64  <26372b933b473a379ea8e805205fd710> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory
0x197d79000 - 0x197d7dfff AccessibilityUIShared arm64   /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIShared.framework/AccessibilityUIShared
0x198131000 - 0x198137fff AccessibilityUI arm64  <3e8319c4a31a37b2b58b859ffee35ef4> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUI.framework/AccessibilityUI
0x19c156000 - 0x19c158fff SpeakTypingServices arm64  <296fca9d496a32c584834677b57e0648> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/SpeakTypingServices.framework/SpeakTypingServices
0x19c159000 - 0x19c15efff ZoomServices arm64   /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/ZoomServices.framework/ZoomServices
0x1a0d64000 - 0x1a0d72fff AccessibilitySettingsLoader arm64  <427c99de44da38feacba104cb8777408> /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader
0x1a1060000 - 0x1a1315fff RawCamera arm64   /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x1a15cb000 - 0x1a15dffff libCGInterfaces.dylib arm64   /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x1a3a5f000 - 0x1a3a86fff CoreServicesInternal arm64  <0927f80bd9de335e9ce3eb812e695e6a> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x1a4059000 - 0x1a406afff libGSFontCache.dylib arm64  <50b74f1d848d3bb693fedc5ec5abcdd4> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1a406b000 - 0x1a409dfff libTrueTypeScaler.dylib arm64  <368042c6615c3311b21a920e048e67f9> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
0x1a5834000 - 0x1a5837fff InternationalSupport arm64   /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1a95d0000 - 0x1a9601fff libclosured.dylib arm64   /usr/lib/closure/libclosured.dylib


EOF


Best regards.

I have already sent you an email on August 7.

Sorry about that. I get a lot of email and there’s no obvious way to correlate your DevForums handle, loveaeris, with anything in that email.

Below is one full crash report

Thanks for that. It seems that this crash is affecting a wide variety of apps, including Apple apps. We made some changed in this space in the iOS 10 timeframe (r. 25928751) but clearly these didn’t resolve the issue. My recommendation is that you file your own bug report about this.

Please post your bug number, just for the record.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Thanks for your reply.

I have file a bug report about this.The bug number is 43744464 .

We also has a similar crash:

Incident Identifier: 9704A9AC-B40C-4295-9583-116450D552A2

CrashReporter Key: 14d398844291c471371bd4368a6537a5eb37d648

Hardware Model: iPhone11,6

Process: SteelPhone [670]

Path: /private/var/containers/Bundle/Application/2FE2E7B2-564B-4C65-8522-A12B719869CA/SteelPhone.app/SteelPhone

Identifier: com.mysteel.steelphone

Version: 4.9.4 (4.8.6)

AppStoreTools: 10E121a

AppVariant: 1:iPhone11,6:12.2

Code Type: ARM-64 (Native)

Role: Foreground

Parent Process: launchd [1]

Coalition: com.mysteel.steelphone [549]





Date/Time: 2019-06-01 11:32:02.4576 +0800

Launch Time: 2019-06-01 11:31:58.2696 +0800

OS Version: iPhone OS 12.3.1 (16F203)

Baseband Version: 1.05.04

Report Version: 104



Exception Type: EXC_BAD_ACCESS (SIGSEGV)

Exception Subtype: KERN_INVALID_ADDRESS at 0x00000003002f6450

VM Region Info: 0x3002f6450 is not in any region. Bytes after previous region: 1613718609

REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL

MALLOC_NANO 0000000280000000-00000002a0000000 [512.0M] rw-/rwx SM=PRV

--->

UNUSED SPACE AT END



Termination Signal: Segmentation fault: 11

Termination Reason: Namespace SIGNAL, Code 0xb

Terminating Process: exc handler [670]

Triggered by Thread: 13



Thread 0:

0 libsystem_kernel.dylib 0x00000001dec65c60 mach_msg_trap + 8

1 CoreFoundation 0x00000001df06de10 __CFRunLoopServiceMachPort + 240 (CFRunLoop.c:2615)

2 CoreFoundation 0x00000001df068ab4 __CFRunLoopRun + 1344 (CFRunLoop.c:2971)

3 CoreFoundation 0x00000001df068254 CFRunLoopRunSpecific + 452 (CFRunLoop.c:3247)

4 GraphicsServices 0x00000001e12a7d8c GSEventRunModal + 108 (GSEvent.c:2245)

5 UIKitCore 0x000000020c3b04c0 UIApplicationMain + 216 (UIApplication.m:4353)

6 SteelPhone 0x0000000100c8fcb4 0x100990000 + 3144884

7 libdyld.dylib 0x00000001deb24fd8 start + 4



Thread 1:

0 libsystem_pthread.dylib 0x00000001deceedc0 start_wqthread + 0



Thread 2:

0 libsystem_kernel.dylib 0x00000001dec65cb4 semaphore_timedwait_trap + 8

1 libdispatch.dylib 0x00000001deaee9ec _dispatch_semaphore_wait_slow + 76 (semaphore.c:116)

2 SteelPhone 0x0000000100e38be0 0x100990000 + 4885472

3 libdispatch.dylib 0x00000001deaec304 _dispatch_call_block_and_release + 32 (init.c:1372)

4 libdispatch.dylib 0x00000001deaed884 _dispatch_client_callout + 20 (object.m:511)

5 libdispatch.dylib 0x00000001deaf4dd4 _dispatch_lane_serial_drain + 552 (inline_internal.h:2441)

6 libdispatch.dylib 0x00000001deaf5918 _dispatch_lane_invoke + 364 (inline_internal.h:1808)

7 libdispatch.dylib 0x00000001deafdcc0 _dispatch_workloop_worker_thread + 588 (queue.c:5889)

8 libsystem_pthread.dylib 0x00000001dece8a98 _pthread_wqthread + 308 (pthread.c:2371)

9 libsystem_pthread.dylib 0x00000001deceedc4 start_wqthread + 4



Thread 3:

0 libsystem_kernel.dylib 0x00000001dec71318 __select + 8

1 WSPX 0x000000010188973c ev_run + 1595196 (ev.c:3684)

2 WSPX 0x0000000101847710 shrpx::worker_process_event_loop+ 1324816 (shrpx::WorkerProcessConfig*) + 2184

3 WSPX 0x00000001017f8460 shrpx::(anonymous namespace)::fork_worker_process+ 1000544 (int&, std::__1::vector<shrpx::InheritedAddr, std::__1::allocator<shrpx::InheritedAddr> > const&) + 1048

4 WSPX 0x00000001017f343c shrpx::main+ 980028 (int, char**) + 18440

5 WSPX 0x00000001017fc5d8 std::__1::function<int (int, char**)>::operator()+ 1017304 (int, char**) const + 48

6 WSPX 0x00000001017f5db0 nghttp2::run_app(std::__1::function<int + 990640 (int, char**)>, int, char**) + 20

7 WSPX 0x00000001017f5d08 runshrpx+ 990472 (int, char**) + 92

8 WSPX 0x00000001018271d0 shrpx::wspx_run+ 1192400 (shrpx::WSPXConfig*) + 272

9 WSPX 0x00000001017718e8 __55-[WSPXMtunnelManager startWithMaaConfig:completeBlock:]_block_invoke + 448744 (WSPXMtunnelManager.mm:194)

10 libdispatch.dylib 0x00000001deaec304 _dispatch_call_block_and_release + 32 (init.c:1372)

11 libdispatch.dylib 0x00000001deaed884 _dispatch_client_callout + 20 (object.m:511)

12 libdispatch.dylib 0x00000001deaf4dd4 _dispatch_lane_serial_drain + 552 (inline_internal.h:2441)

13 libdispatch.dylib 0x00000001deaf5918 _dispatch_lane_invoke + 364 (inline_internal.h:1808)

14 libdispatch.dylib 0x00000001deafdcc0 _dispatch_workloop_worker_thread + 588 (queue.c:5889)

15 libsystem_pthread.dylib 0x00000001dece8a98 _pthread_wqthread + 308 (pthread.c:2371)

16 libsystem_pthread.dylib 0x00000001deceedc4 start_wqthread + 4



Thread 4:

0 libsystem_pthread.dylib 0x00000001deceedc0 start_wqthread + 0



Thread 5 name:

Thread 5:

0 libsystem_kernel.dylib 0x00000001dec713f0 __semwait_signal + 8

1 Foundation 0x00000001dfaad2cc +[NSThread sleepForTimeInterval:] + 136 (NSThread.m:705)

2 SteelPhone 0x0000000100db77d4 0x100990000 + 4356052

3 Foundation 0x00000001dfa46c4c -[NSThread main] + 72 (NSThread.m:1212)

4 Foundation 0x00000001dfb7ce54 __NSThread__start__ + 988 (NSThread.m:1175)

5 libsystem_pthread.dylib 0x00000001dece6908 _pthread_body + 132 (pthread.c:857)

6 libsystem_pthread.dylib 0x00000001dece6864 _pthread_start + 48 (pthread.c:884)

7 libsystem_pthread.dylib 0x00000001deceedcc thread_start + 4



Thread 6 name:

Thread 6:

0 libsystem_kernel.dylib 0x00000001dec65b94 _kernelrpc_mach_vm_deallocate_trap + 8

1 libsystem_malloc.dylib 0x00000001decb165c mvm_deallocate_pages + 80 (vm.c:234)

2 libsystem_malloc.dylib 0x00000001decb2a78 nanov2_free_definite_size + 128 (nanov2_malloc.c:964)

3 libsystem_malloc.dylib 0x00000001decb92e8 default_zone_free_definite_size + 84 (malloc.c:360)

4 libsystem_malloc.dylib 0x00000001decb75c0 free + 592 (malloc.c:1655)

5 libobjc.A.dylib 0x00000001de2ff470 (anonymous namespace)::AutoreleasePoolPage::kill() + 84 (NSObject.mm:674)

6 libobjc.A.dylib 0x00000001de2ff55c (anonymous namespace)::AutoreleasePoolPage::tls_dealloc(void*) + 192 (NSObject.mm:859)

7 libsystem_pthread.dylib 0x00000001decee428 _pthread_tsd_cleanup + 584 (pthread_tsd.c:238)

8 libsystem_pthread.dylib 0x00000001dece7be8 _pthread_exit + 84 (pthread.c:1545)

9 libsystem_pthread.dylib 0x00000001dece6914 _pthread_body + 144 (pthread.c:857)

10 libsystem_pthread.dylib 0x00000001dece6864 _pthread_start + 48 (pthread.c:884)

11 libsystem_pthread.dylib 0x00000001deceedcc thread_start + 4



Thread 7 name:

Thread 7:

0 libsystem_kernel.dylib 0x00000001dec70ed4 __psynch_cvwait + 8

1 libc++.1.dylib 0x00000001de278990 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28 (__threading_support:278)

2 JavaScriptCore 0x00000001e639150c void std::__1::condition_variable_any::wait<std::__1::unique_lock<bmalloc::Mutex> >(std::__1::uni... + 104 (condition_variable:204)

3 JavaScriptCore 0x00000001e6395560 bmalloc::Scavenger::threadRunLoop() + 172 (condition_variable:213)

4 JavaScriptCore 0x00000001e6394cfc bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*) + 16 (Scavenger.cpp:359)

5 JavaScriptCore 0x00000001e6396724 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, st... + 44 (type_traits:4345)

6 libsystem_pthread.dylib 0x00000001dece6908 _pthread_body + 132 (pthread.c:857)

7 libsystem_pthread.dylib 0x00000001dece6864 _pthread_start + 48 (pthread.c:884)

8 libsystem_pthread.dylib 0x00000001deceedcc thread_start + 4



Thread 8 name:

Thread 8:

0 libsystem_kernel.dylib 0x00000001dec65c60 mach_msg_trap + 8

1 CoreFoundation 0x00000001df06de10 __CFRunLoopServiceMachPort + 240 (CFRunLoop.c:2615)

2 CoreFoundation 0x00000001df068ab4 __CFRunLoopRun + 1344 (CFRunLoop.c:2971)

3 CoreFoundation 0x00000001df068254 CFRunLoopRunSpecific + 452 (CFRunLoop.c:3247)

4 WebCore 0x00000001e7f125ec RunWebThread(void*) + 560 (WebCoreThread.mm:625)

5 libsystem_pthread.dylib 0x00000001dece6908 _pthread_body + 132 (pthread.c:857)

6 libsystem_pthread.dylib 0x00000001dece6864 _pthread_start + 48 (pthread.c:884)

7 libsystem_pthread.dylib 0x00000001deceedcc thread_start + 4



Thread 9:

0 libsystem_kernel.dylib 0x00000001dec70ed4 __psynch_cvwait + 8

1 SteelPhone 0x00000001010b4854 0x100990000 + 7489620

2 SteelPhone 0x00000001010b470c 0x100990000 + 7489292

3 SteelPhone 0x00000001010b230c 0x100990000 + 7480076

4 SteelPhone 0x00000001010b576c 0x100990000 + 7493484

5 libsystem_pthread.dylib 0x00000001dece6908 _pthread_body + 132 (pthread.c:857)

6 libsystem_pthread.dylib 0x00000001dece6864 _pthread_start + 48 (pthread.c:884)

7 libsystem_pthread.dylib 0x00000001deceedcc thread_start + 4



Thread 10:

0 libsystem_pthread.dylib 0x00000001deceedc0 start_wqthread + 0



Thread 11 name:

Thread 11:

0 libsystem_kernel.dylib 0x00000001dec65c60 mach_msg_trap + 8

1 CoreFoundation 0x00000001df06de10 __CFRunLoopServiceMachPort + 240 (CFRunLoop.c:2615)

2 CoreFoundation 0x00000001df068ab4 __CFRunLoopRun + 1344 (CFRunLoop.c:2971)

3 CoreFoundation 0x00000001df068254 CFRunLoopRunSpecific + 452 (CFRunLoop.c:3247)

4 Foundation 0x00000001dfa4804c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 304 (NSRunLoop.m:367)

5 Foundation 0x00000001dfa47ed4 -[NSRunLoop(NSRunLoop) runUntilDate:] + 100 (NSRunLoop.m:411)

6 UIKitCore 0x000000020c49c0d4 -[UIEventFetcher threadMain] + 140 (UIEventFetcher.m:606)

7 Foundation 0x00000001dfa46c4c -[NSThread main] + 72 (NSThread.m:1212)

8 Foundation 0x00000001dfb7ce54 __NSThread__start__ + 988 (NSThread.m:1175)

9 libsystem_pthread.dylib 0x00000001dece6908 _pthread_body + 132 (pthread.c:857)

10 libsystem_pthread.dylib 0x00000001dece6864 _pthread_start + 48 (pthread.c:884)

11 libsystem_pthread.dylib 0x00000001deceedcc thread_start + 4



Thread 12:

0 libsystem_pthread.dylib 0x00000001deceedc0 start_wqthread + 0



Thread 13 Crashed:

0 libobjc.A.dylib 0x00000001de2fb6b0 objc_msgSend + 16

1 CFNetwork 0x00000001df898014 _merge_array_string(void const*, void const*, void*) + 92 (HTTPHeaderDict.cpp:131)

2 CoreFoundation 0x00000001df039f94 __CFDictionaryApplyFunction_block_invoke + 28 (CFDictionary.c:500)

3 CoreFoundation 0x00000001df1077c8 CFBasicHashApply + 124 (CFBasicHash.c:998)

4 CoreFoundation 0x00000001df039f6c CFDictionaryApplyFunction + 184 (CFDictionary.c:498)

5 CFNetwork 0x00000001df897bf4 HTTPHeaderDict::copyAsOrdinaryDict(__CFAllocator const*) const + 84 (HTTPHeaderDict.cpp:183)

6 CFNetwork 0x00000001df68e074 -[NSURLRequest(NSHTTPURLRequest) allHTTPHeaderFields] + 40 (NSURLRequest.mm:673)

7 WSPX 0x00000001017203c0 +[WSPXHTTPProtocol canInitWithRequest:] + 115648 (WSPXHTTPProtocol.m:0)

8 CFNetwork 0x00000001df68d60c -[__NSURLSessionLocal _protocolClassForTask:] + 436 (LocalSession.mm:0)

9 CFNetwork 0x00000001df68c760 -[__NSURLSessionLocal _createCanonicalRequestForTask:] + 92 (LocalSession.mm:1362)

10 CFNetwork 0x00000001df68de78 -[__NSURLSessionLocal _onqueue_canonicalizeTaskAndCreateConnection:] + 68 (LocalSession.mm:552)

11 CFNetwork 0x00000001df68a420 -[__NSCFLocalSessionTask _onqueue_completeInitialization] + 80 (LocalSessionTask.mm:818)

12 CFNetwork 0x00000001df8fefb4 __30-[__NSCFURLSessionTask resume]_block_invoke + 44 (SessionTask.mm:858)

13 libdispatch.dylib 0x00000001deaec304 _dispatch_call_block_and_release + 32 (init.c:1372)

14 libdispatch.dylib 0x00000001deaed884 _dispatch_client_callout + 20 (object.m:511)

15 libdispatch.dylib 0x00000001deaf4dd4 _dispatch_lane_serial_drain + 552 (inline_internal.h:2441)

16 libdispatch.dylib 0x00000001deaf5918 _dispatch_lane_invoke + 364 (inline_internal.h:1808)

17 libdispatch.dylib 0x00000001deafdcc0 _dispatch_workloop_worker_thread + 588 (queue.c:5889)

18 libsystem_pthread.dylib 0x00000001dece8a98 _pthread_wqthread + 308 (pthread.c:2371)

19 libsystem_pthread.dylib 0x00000001deceedc4 start_wqthread + 4



Thread 14:

0 libsystem_pthread.dylib 0x00000001deceedc0 start_wqthread + 0



Thread 15:

0 libsystem_pthread.dylib 0x00000001deceedc0 start_wqthread + 0



Thread 16:

0 libsystem_pthread.dylib 0x00000001deceedc0 start_wqthread + 0



Thread 17:

0 libsystem_pthread.dylib 0x00000001deceedc0 start_wqthread + 0



Thread 18:

0 libsystem_pthread.dylib 0x00000001deceedc0 start_wqthread + 0



Thread 19:

0 libsystem_kernel.dylib 0x00000001dec713f0 __semwait_signal + 8

1 libsystem_c.dylib 0x00000001debe7af0 sleep + 48 (sleep.c:62)

2 SteelPhone 0x00000001010785e0 0x100990000 + 7243232

3 libsystem_pthread.dylib 0x00000001dece6908 _pthread_body + 132 (pthread.c:857)

4 libsystem_pthread.dylib 0x00000001dece6864 _pthread_start + 48 (pthread.c:884)

5 libsystem_pthread.dylib 0x00000001deceedcc thread_start + 4



Thread 20:

0 libsystem_pthread.dylib 0x00000001deceedc0 start_wqthread + 0



Thread 21:

0 libsystem_pthread.dylib 0x00000001deceedc0 start_wqthread + 0



Thread 22:

0 libsystem_pthread.dylib 0x00000001deceedc0 start_wqthread + 0



Thread 23:

0 libsystem_pthread.dylib 0x00000001deceedc0 start_wqthread + 0



Thread 24 name:

Thread 24:

0 libsystem_kernel.dylib 0x00000001dec65c60 mach_msg_trap + 8

1 CoreFoundation 0x00000001df06de10 __CFRunLoopServiceMachPort + 240 (CFRunLoop.c:2615)

2 CoreFoundation 0x00000001df068ab4 __CFRunLoopRun + 1344 (CFRunLoop.c:2971)

3 CoreFoundation 0x00000001df068254 CFRunLoopRunSpecific + 452 (CFRunLoop.c:3247)

4 CFNetwork 0x00000001df689c88 -[__CoreSchedulingSetRunnable runForever] + 208 (CoreSchedulingSet.mm:1365)

5 Foundation 0x00000001dfa46c4c -[NSThread main] + 72 (NSThread.m:1212)

6 Foundation 0x00000001dfb7ce54 __NSThread__start__ + 988 (NSThread.m:1175)

7 libsystem_pthread.dylib 0x00000001dece6908 _pthread_body + 132 (pthread.c:857)

8 libsystem_pthread.dylib 0x00000001dece6864 _pthread_start + 48 (pthread.c:884)

9 libsystem_pthread.dylib 0x00000001deceedcc thread_start + 4



Thread 25 name:

Thread 25:

0 libsystem_kernel.dylib 0x00000001dec65c60 mach_msg_trap + 8

1 CoreFoundation 0x00000001df06de10 __CFRunLoopServiceMachPort + 240 (CFRunLoop.c:2615)

2 CoreFoundation 0x00000001df068ab4 __CFRunLoopRun + 1344 (CFRunLoop.c:2971)

3 CoreFoundation 0x00000001df068254 CFRunLoopRunSpecific + 452 (CFRunLoop.c:3247)

4 Foundation 0x00000001dfa4804c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 304 (NSRunLoop.m:367)

5 SteelPhone 0x0000000101054dc0 0x100990000 + 7097792

6 Foundation 0x00000001dfa46c4c -[NSThread main] + 72 (NSThread.m:1212)

7 Foundation 0x00000001dfb7ce54 __NSThread__start__ + 988 (NSThread.m:1175)

8 libsystem_pthread.dylib 0x00000001dece6908 _pthread_body + 132 (pthread.c:857)

9 libsystem_pthread.dylib 0x00000001dece6864 _pthread_start + 48 (pthread.c:884)

10 libsystem_pthread.dylib 0x00000001deceedcc thread_start + 4



Thread 26 name:

Thread 26:

0 libsystem_kernel.dylib 0x00000001dec71318 __select + 8

1 libsystem_pthread.dylib 0x00000001dece6908 _pthread_body + 132 (pthread.c:857)

2 libsystem_pthread.dylib 0x00000001dece6864 _pthread_start + 48 (pthread.c:884)

3 libsystem_pthread.dylib 0x00000001deceedcc thread_start + 4



Thread 27 name:

Thread 27:

0 libsystem_kernel.dylib 0x00000001dec65c60 mach_msg_trap + 8

1 CoreFoundation 0x00000001df06de10 __CFRunLoopServiceMachPort + 240 (CFRunLoop.c:2615)

2 CoreFoundation 0x00000001df068ab4 __CFRunLoopRun + 1344 (CFRunLoop.c:2971)

3 CoreFoundation 0x00000001df068254 CFRunLoopRunSpecific + 452 (CFRunLoop.c:3247)

4 CFNetwork 0x00000001df689c88 -[__CoreSchedulingSetRunnable runForever] + 208 (CoreSchedulingSet.mm:1365)

5 Foundation 0x00000001dfa46c4c -[NSThread main] + 72 (NSThread.m:1212)

6 Foundation 0x00000001dfb7ce54 __NSThread__start__ + 988 (NSThread.m:1175)

7 libsystem_pthread.dylib 0x00000001dece6908 _pthread_body + 132 (pthread.c:857)

8 libsystem_pthread.dylib 0x00000001dece6864 _pthread_start + 48 (pthread.c:884)

9 libsystem_pthread.dylib 0x00000001deceedcc thread_start + 4



Thread 28 name:

Thread 28:

0 libsystem_kernel.dylib 0x00000001dec65c60 mach_msg_trap + 8

1 CoreFoundation 0x00000001df06de10 __CFRunLoopServiceMachPort + 240 (CFRunLoop.c:2615)

2 CoreFoundation 0x00000001df068ab4 __CFRunLoopRun + 1344 (CFRunLoop.c:2971)

3 CoreFoundation 0x00000001df068254 CFRunLoopRunSpecific + 452 (CFRunLoop.c:3247)

4 CoreFoundation 0x00000001df068f88 CFRunLoopRun + 84 (CFRunLoop.c:3271)

5 CoreMotion 0x00000001e4a879f4 CLMotionCore::runMotionThread(void*) + 1012 (CLMotionCore.mm:330)

6 libsystem_pthread.dylib 0x00000001dece6908 _pthread_body + 132 (pthread.c:857)

7 libsystem_pthread.dylib 0x00000001dece6864 _pthread_start + 48 (pthread.c:884)

8 libsystem_pthread.dylib 0x00000001deceedcc thread_start + 4



Thread 29 name:

Thread 29:

0 libsystem_kernel.dylib 0x00000001dec65c60 mach_msg_trap + 8

1 CoreFoundation 0x00000001df06de10 __CFRunLoopServiceMachPort + 240 (CFRunLoop.c:2615)

2 CoreFoundation 0x00000001df068ab4 __CFRunLoopRun + 1344 (CFRunLoop.c:2971)

3 CoreFoundation 0x00000001df068254 CFRunLoopRunSpecific + 452 (CFRunLoop.c:3247)

4 Foundation 0x00000001dfa4804c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 304 (NSRunLoop.m:367)

5 SteelPhone 0x0000000100f4e4b8 0x100990000 + 6022328

6 Foundation 0x00000001dfa46c4c -[NSThread main] + 72 (NSThread.m:1212)

7 Foundation 0x00000001dfb7ce54 __NSThread__start__ + 988 (NSThread.m:1175)

8 libsystem_pthread.dylib 0x00000001dece6908 _pthread_body + 132 (pthread.c:857)

9 libsystem_pthread.dylib 0x00000001dece6864 _pthread_start + 48 (pthread.c:884)

10 libsystem_pthread.dylib 0x00000001deceedcc thread_start + 4



Thread 13 crashed with ARM Thread State (64-bit):

x0: 0x0000000280b46440 x1: 0x000000020c90637e x2: 0x0000000000000000 x3: 0x00000001013487e0

x4: 0x0000000000000000 x5: 0x0000000000000000 x6: 0x000000000000006e x7: 0x000000000000000f

x8: 0x000000020c906000 x9: 0x00000002192612f0 x10: 0x000000010402fe00 x11: 0x0000000f0000003f

x12: 0x00000003089287cc x13: 0x0000e5f3002f6440 x14: 0x00000000b8c30000 x15: 0x0000000000000060

x16: 0x00000003002f6440 x17: 0x007c3a01defeb7e0 x18: 0x0000000000000000 x19: 0x000000020fc0f830

x20: 0x0000000280b46440 x21: 0x0000000282a12f30 x22: 0x0000000000000013 x23: 0x0000000000000017

x24: 0x000000016fc5a5d0 x25: 0x0000000000000000 x26: 0x0000000282a10be0 x27: 0x000000020c905307

x28: 0x00000002826eafa0 fp: 0x000000016fc5a4f0 lr: 0x00000001df08866c

sp: 0x000000016fc5a4b0 pc: 0x00000001de2fb6b0 cpsr: 0x20000000



Binary Images:

0x100990000 - 0x10130bfff SteelPhone arm64 <d222a3a590c03b979d0b365792359db0> /var/containers/Bundle/Application/2FE2E7B2-564B-4C65-8522-A12B719869CA/SteelPhone.app/SteelPhone

0x101640000 - 0x10169bfff dyld arm64e <37c65cb8bf8e35c6b8d1afaaaa4d62c5> /usr/lib/dyld

0x101704000 - 0x101a8bfff WSPX arm64 <869d3c0813e33c0ea93055d48449e576> /var/containers/Bundle/Application/2FE2E7B2-564B-4C65-8522-A12B719869CA/SteelPhone.app/Frameworks/WSPX.framework/WSPX

0x101cd0000 - 0x101cdbfff libobjc-trampolines.dylib arm64e <a4136c719ce534c082597c5070e053d6> /usr/lib/libobjc-trampolines.dylib

0x103460000 - 0x10346ffff GAXClient arm64e <b7bdb6a07d263009b6efe311b5083025> /System/Library/AccessibilityBundles/GAXClient.bundle/GAXClient

0x1de26f000 - 0x1de270fff libSystem.B.dylib arm64e <d4841fd4c15e3b7fafe48111db705d6a> /usr/lib/libSystem.B.dylib

0x1de271000 - 0x1de2c9fff libc++.1.dylib arm64e <2ef7b83b19fa35d9a1c8550e1f291afc> /usr/lib/libc++.1.dylib

0x1de2ca000 - 0x1de2ddfff libc++abi.dylib arm64e <9f331b62b5103f4f87c2e3a53b9edc30> /usr/lib/libc++abi.dylib

0x1de2de000 - 0x1dea65fff libobjc.A.dylib arm64e <6785ffffd8853f40a7e11504bee4fc70> /usr/lib/libobjc.A.dylib

0x1dea66000 - 0x1dea6afff libcache.dylib arm64e <9bb98453408230c2a3b16658eb948617> /usr/lib/system/libcache.dylib

0x1dea6b000 - 0x1dea76fff libcommonCrypto.dylib arm64e <66b110727bef3eee9deec2fd0f4f1487> /usr/lib/system/libcommonCrypto.dylib

0x1dea77000 - 0x1dea7afff libcompiler_rt.dylib arm64e <90eba90a5b5b314288522de6464ed0ca> /usr/lib/system/libcompiler_rt.dylib

0x1dea7b000 - 0x1dea83fff libcopyfile.dylib arm64e <fb62143dd4c8340bb8dc921d25682b9a> /usr/lib/system/libcopyfile.dylib

0x1dea84000 - 0x1deae8fff libcorecrypto.dylib arm64e <97fc258f12013569a6189aa16db84ffd> /usr/lib/system/libcorecrypto.dylib

0x1deae9000 - 0x1deb23fff libdispatch.dylib arm64e <078090aaefb43fb39fcd44004992714b> /usr/lib/system/libdispatch.dylib

0x1deb24000 - 0x1deb4efff libdyld.dylib arm64e <f36983c029c1359b88b503eed26e5b48> /usr/lib/system/libdyld.dylib

0x1deb4f000 - 0x1deb4ffff liblaunch.dylib arm64e <9a805d203575377b901aee6aa9ddecc4> /usr/lib/system/liblaunch.dylib

0x1deb50000 - 0x1deb55fff libmacho.dylib arm64e <381113fe5e4a3e4296363b7159a0f327> /usr/lib/system/libmacho.dylib

0x1deb56000 - 0x1deb57fff libremovefile.dylib arm64e <f29bb27dbc753bfc8bfde53c9b76a6bd> /usr/lib/system/libremovefile.dylib

0x1deb58000 - 0x1deb6ffff libsystem_asl.dylib arm64e <f118979eb74c3f349009cbb497e1cab3> /usr/lib/system/libsystem_asl.dylib

0x1deb70000 - 0x1deb70fff libsystem_blocks.dylib arm64e <8872f5ac7193387da5f7949641bf0ceb> /usr/lib/system/libsystem_blocks.dylib

0x1deb71000 - 0x1debf0fff libsystem_c.dylib arm64e <ebc56aadcb413df8b30db4036431b5cc> /usr/lib/system/libsystem_c.dylib

0x1debf1000 - 0x1debf5fff libsystem_configuration.dylib arm64e <349fedf5d7f73b319414336762050655> /usr/lib/system/libsystem_configuration.dylib

0x1debf6000 - 0x1debfcfff libsystem_containermanager.dylib arm64e <62bb352d69773817b9ff11a8fee73372> /usr/lib/system/libsystem_containermanager.dylib

0x1debfd000 - 0x1debfefff libsystem_coreservices.dylib arm64e <5d74fd4f719e390a829d0999b72319b4> /usr/lib/system/libsystem_coreservices.dylib

0x1debff000 - 0x1dec05fff libsystem_darwin.dylib arm64e <71464e2de00d3b80b144572d03e336cb> /usr/lib/system/libsystem_darwin.dylib

0x1dec06000 - 0x1dec0cfff libsystem_dnssd.dylib arm64e <3f3d43d403b930a68d6f70e4964387d7> /usr/lib/system/libsystem_dnssd.dylib

0x1dec0d000 - 0x1dec4cfff libsystem_info.dylib arm64e <6c5d7fd03a933c21abd8c1f083e59819> /usr/lib/system/libsystem_info.dylib

0x1dec4d000 - 0x1dec78fff libsystem_kernel.dylib arm64e <0abcc65a90fa37f48245d491b09f2ea3> /usr/lib/system/libsystem_kernel.dylib

0x1dec79000 - 0x1deca6fff libsystem_m.dylib arm64e <8fddf1d45fa034d79e7102e21ec0814f> /usr/lib/system/libsystem_m.dylib

0x1deca7000 - 0x1deccafff libsystem_malloc.dylib arm64e <8e243abd05e23975ad904df1549b9bbb> /usr/lib/system/libsystem_malloc.dylib

0x1deccb000 - 0x1decd6fff libsystem_networkextension.dylib arm64e <259f93c91dd7324dafc8bdb608aa21ae> /usr/lib/system/libsystem_networkextension.dylib

0x1decd7000 - 0x1decddfff libsystem_notify.dylib arm64e <2b677a2cd0e43454965217b8e29cdac2> /usr/lib/system/libsystem_notify.dylib

0x1decde000 - 0x1dece4fff libsystem_platform.dylib arm64e <e92d82854d9334f2b5a5cde89cedf9d0> /usr/lib/system/libsystem_platform.dylib

0x1dece5000 - 0x1deceffff libsystem_pthread.dylib arm64e <18bf0b9020503cbe96df84be705062a0> /usr/lib/system/libsystem_pthread.dylib

0x1decf0000 - 0x1decf2fff libsystem_sandbox.dylib arm64e <8b529a3b50673178940bf660c8cd2fdc> /usr/lib/system/libsystem_sandbox.dylib

0x1decf3000 - 0x1decfafff libsystem_symptoms.dylib arm64e <8b5325538b733901986b21daefb58c47> /usr/lib/system/libsystem_symptoms.dylib

0x1decfb000 - 0x1ded0ffff libsystem_trace.dylib arm64e <a4276825f058351198ecae7784192693> /usr/lib/system/libsystem_trace.dylib

0x1ded10000 - 0x1ded15fff libunwind.dylib arm64e <e4856912e9f4316b844f3f1c8ea3b5b0> /usr/lib/system/libunwind.dylib

0x1ded16000 - 0x1ded44fff libxpc.dylib arm64e <08e3837ea6733fe0887f5f4e7c0281a2> /usr/lib/system/libxpc.dylib

0x1ded45000 - 0x1defadfff libicucore.A.dylib arm64e <32e66b3ad1a333949aee07fae96c63cf> /usr/lib/libicucore.A.dylib

0x1defae000 - 0x1defbffff libz.1.dylib arm64e <15fe55aafccc31e8912c0f4617b22c6e> /usr/lib/libz.1.dylib

0x1defc0000 - 0x1df323fff CoreFoundation arm64e <4e11896957b3334eb03456bfceb57376> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation

0x1df324000 - 0x1df334fff libbsm.0.dylib arm64e <a3bc9f88d1d43bc58d4b110a8829554c> /usr/lib/libbsm.0.dylib

0x1df335000 - 0x1df335fff libenergytrace.dylib arm64e <179b7ca28a1a3061b43d6ff84825d97b> /usr/lib/libenergytrace.dylib

0x1df336000 - 0x1df3c6fff IOKit arm64e <dca5b0bf85043f4191a68092d36541c9> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit

0x1df3c7000 - 0x1df4b1fff libxml2.2.dylib arm64e <e02855774c71369888b8c317e5e45d70> /usr/lib/libxml2.2.dylib

0x1df4b2000 - 0x1df4bffff libbz2.1.0.dylib arm64e <3c9****42ab33a828cafc78a746415ed> /usr/lib/libbz2.1.0.dylib

0x1df4c0000 - 0x1df4d8fff liblzma.5.dylib arm64e <fe4f2ed3fe2833ec8ca33a596d5d3c6c> /usr/lib/liblzma.5.dylib

0x1df4d9000 - 0x1df652fff libsqlite3.dylib arm64e <3c3b82f89c0d3b54a3569c07ac2fbd01> /usr/lib/libsqlite3.dylib

0x1df653000 - 0x1df687fff libMobileGestalt.dylib arm64e <b488aa0e42a23e57a6a9b5a395bd69db> /usr/lib/libMobileGestalt.dylib

0x1df688000 - 0x1dfa3ffff CFNetwork arm64e <1ad1ac8e9a4233d1aeecae5ac58ec04f> /System/Library/Frameworks/CFNetwork.framework/CFNetwork

0x1dfa40000 - 0x1dfd3afff Foundation arm64e <82f12cd9f2e2337898e472ccfcab76b3> /System/Library/Frameworks/Foundation.framework/Foundation

0x1dfd3b000 - 0x1dfe51fff Security arm64e <2952a0c3573c39b195d8c0d63cf421c4> /System/Library/Frameworks/Security.framework/Security

0x1dfe52000 - 0x1dfebbfff SystemConfiguration arm64e <28b4dc91e4173c4ba2d999b985db8776> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration

0x1dfebc000 - 0x1dfeeefff libCRFSuite.dylib arm64e <5c7c5607ff683b7aa3403530bb70958a> /usr/lib/libCRFSuite.dylib

0x1dfeef000 - 0x1dff05fff libapple_nghttp2.dylib arm64e <34ae10829a9c3ab59effd51d37c0c4ad> /usr/lib/libapple_nghttp2.dylib

0x1dff06000 - 0x1dff2ffff libarchive.2.dylib arm64e <cd392f8704fd3a568424cf50cefe1789> /usr/lib/libarchive.2.dylib

0x1dff30000 - 0x1dfff8fff libboringssl.dylib arm64e <401c43f8241c313fbc644214cf171b63> /usr/lib/libboringssl.dylib

0x1dfff9000 - 0x1e000ffff libcoretls.dylib arm64e <1703ad89575e37bd99abe0d0b3b6394f> /usr/lib/libcoretls.dylib

0x1e0010000 - 0x1e0011fff libcoretls_cfhelpers.dylib arm64e <6e96bb41722b36acbf063d36219c8571> /usr/lib/libcoretls_cfhelpers.dylib

0x1e0012000 - 0x1e0013fff liblangid.dylib arm64e <8bd33b7e0f4b314ea63df129c5d7300b> /usr/lib/liblangid.dylib

0x1e0014000 - 0x1e0389fff libnetwork.dylib arm64e <c3e5c7e231b43d008b23f457769fab2a> /usr/lib/libnetwork.dylib

0x1e038a000 - 0x1e03c3fff libpcap.A.dylib arm64e <e02f6db69e7c3241bfdef2dfbea18e79> /usr/lib/libpcap.A.dylib

0x1e03c4000 - 0x1e0421fff libusrtcp.dylib arm64e <6c4953ebb6d73f9083d05ad862d9caf0> /usr/lib/libusrtcp.dylib

0x1e0422000 - 0x1e042efff IOSurface arm64e <15f5c26e0e493189ba732c6ed80af25d> /System/Library/Frameworks/IOSurface.framework/IOSurface

0x1e042f000 - 0x1e04e2fff libBLAS.dylib arm64e <2ae8cc54c5ff3d0d9fd27ea7690c2726> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib

0x1e04e3000 - 0x1e0800fff libLAPACK.dylib arm64e <d042358d89f93e39a7b37ca4cf29e8f9> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib

0x1e0801000 - 0x1e0a70fff vImage arm64e <99dc2d37b17e366b900c959b4fd91972> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage

0x1e0a71000 - 0x1e0a82fff libSparseBLAS.dylib arm64e <fe47bd25d1d9305e84b2e40d0acf324b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib

0x1e0a83000 - 0x1e0addfff libvMisc.dylib arm64e <3752a21ab3e53347a88b94425bbf8550> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib

0x1e0ade000 - 0x1e0b0cfff libBNNS.dylib arm64e <89bb6747e7a93f1a9175d8a9c2d4244e> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib

0x1e0b0d000 - 0x1e0b21fff libLinearAlgebra.dylib arm64e <c6ac920fee03386780f49fcb0321e867> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib

0x1e0b22000 - 0x1e0b26fff libQuadrature.dylib arm64e <2da68f8278ee3da0896b4690a322b57c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib

0x1e0b27000 - 0x1e0b95fff libSparse.dylib arm64e <92af0f46f8d13a838a63a7c37977d853> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib

0x1e0b96000 - 0x1e0c26fff libvDSP.dylib arm64e <59e535571caf3958bbf720ba53f2b436> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib

0x1e0c27000 - 0x1e0c27fff vecLib arm64e <bbc0dc5acd2d3d33ad3300389c1fec25> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib

0x1e0c28000 - 0x1e0c28fff Accelerate arm64e <b6c1153905eb38d8a7c139880288691e> /System/Library/Frameworks/Accelerate.framework/Accelerate

0x1e0c29000 - 0x1e0c41fff libcompression.dylib arm64e <b7a6eb9a7bea39e992d539ade5d91d08> /usr/lib/libcompression.dylib

0x1e0c42000 - 0x1e11e9fff CoreGraphics arm64e <59ada8caf1c0369c8961996c3253a4ec> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics

0x1e11ea000 - 0x1e11effff IOAccelerator arm64e <844a1686183537afaaaefb973a85ec10> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator

0x1e11f0000 - 0x1e11f5fff libCoreFSCache.dylib arm64e <987cdebc6e033916ba99fcc93bee63dc> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib

0x1e11f6000 - 0x1e129cfff Metal arm64e <b68b6a094a36307c9f333ac0125ce4d3> /System/Library/Frameworks/Metal.framework/Metal

0x1e129d000 - 0x1e12affff GraphicsServices arm64e <1990d3aca9c43d65a7f1911ae2704a57> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices

0x1e12b0000 - 0x1e12b0fff MobileCoreServices arm64e <589fe222fc203074a71e944ea8b338e4> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices

0x1e12b1000 - 0x1e12b3fff IOSurfaceAccelerator arm64e <d35298c4d4753ca380c072fc75e3a6af> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator

0x1e12b4000 - 0x1e12f6fff AppleJPEG arm64e <f68f8545a6533af19c8bbd428f931954> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG

0x1e12f7000 - 0x1e1894fff ImageIO arm64e <ea8f9d76748536d4ac6406d2aff534d3> /System/Library/Frameworks/ImageIO.framework/ImageIO

0x1e1895000 - 0x1e1906fff BaseBoard arm64e <f2bf3bcbeb1f3f189b4b1911c29a5e0c> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard

0x1e1907000 - 0x1e191dfff AssertionServices arm64e <5c36a012adbd366385c4154596dcb3e4> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices

0x1e191e000 - 0x1e1926fff CorePhoneNumbers arm64e <6f63b48d1ef83baeb1240c2f33ea2917> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers

0x1e1927000 - 0x1e196bfff AppSupport arm64e <330830975a543b1386973b06719da154> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport

0x1e196c000 - 0x1e1984fff CrashReporterSupport arm64e <d78f24789c813bc3b77ba105ffb997a8> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport

0x1e1985000 - 0x1e198afff AggregateDictionary arm64e <ddd4cd4cc9c936f0aab52eae019e33da> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary

0x1e198b000 - 0x1e1a05fff libTelephonyUtilDynamic.dylib arm64e <3854b74875c136258e8e61cd55ea135a> /usr/lib/libTelephonyUtilDynamic.dylib

0x1e1a06000 - 0x1e1a25fff ProtocolBuffer arm64e <a0e254bfe2bd3885baeb3303fa509195> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer

0x1e1a26000 - 0x1e1a55fff MobileKeyBag arm64e <e243aa3d79813bdbbf7307513aa3289d> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag

0x1e1a56000 - 0x1e1a92fff BackBoardServices arm64e <f2fa5d3e1002301190b237b66eb8ffd0> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices

0x1e1a93000 - 0x1e1af9fff FrontBoardServices arm64e <957e48776ce13dfd8a2f8dd58f5ba4b1> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices

0x1e1afa000 - 0x1e1b41fff SpringBoardServices arm64e <7efbffc382ec3fb3bd6cb8d41d8a00ca> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices

0x1e1b42000 - 0x1e1b55fff PowerLog arm64e <af337d97ccb13f268f6a5127b9211215> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog

0x1e1b56000 - 0x1e1b71fff CommonUtilities arm64e <23507e31b8dd360bab8b439d3c083157> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities

0x1e1b72000 - 0x1e1b7dfff liblockdown.dylib arm64e <fd38f6cfc112390dabacbc7184e13a1d> /usr/lib/liblockdown.dylib

0x1e1b7e000 - 0x1e1ea8fff CoreData arm64e <b4f4b712b8f3351ea55e809e6c5fa666> /System/Library/Frameworks/CoreData.framework/CoreData

0x1e1ea9000 - 0x1e1eb0fff TCC arm64e <193f5229feab369faf021612208dc0ef> /System/Library/PrivateFrameworks/TCC.framework/TCC

0x1e1eb1000 - 0x1e1eb8fff libcupolicy.dylib arm64e <aeae26db6670341eba6bcc03d85b98a0> /usr/lib/libcupolicy.dylib

0x1e1eb9000 - 0x1e1f8dfff CoreTelephony arm64e <5c76356aee79334da0ab8871de3d6916> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony

0x1e1f8e000 - 0x1e1fe8fff Accounts arm64e <d00513f35b1330858e3693b759fa1c4e> /System/Library/Frameworks/Accounts.framework/Accounts

0x1e1fe9000 - 0x1e200cfff AppleSauce arm64e <dde3bfae537633e5a3ee5eea50466036> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce

0x1e200d000 - 0x1e2017fff DataMigration arm64e <3a3340939fd83addb81ab7c51b2a3c57> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration

0x1e2018000 - 0x1e201efff Netrb arm64e <b6fe16718e3435a0ba3cfdf7f9e9ef16> /System/Library/PrivateFrameworks/Netrb.framework/Netrb

0x1e201f000 - 0x1e2050fff PersistentConnection arm64e <bd51c3d2745734b1b45177bf20644f75> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection

0x1e2051000 - 0x1e2060fff libmis.dylib arm64e <5bd1de4751233ff7bda3e6435bbbaad3> /usr/lib/libmis.dylib

0x1e2061000 - 0x1e216cfff ManagedConfiguration arm64e <ce67d67a38d13d209330d88e21efae7d> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration

0x1e216d000 - 0x1e2172fff libReverseProxyDevice.dylib arm64e <6a83b6fd491830ccaf60b426c87ff340> /usr/lib/libReverseProxyDevice.dylib

0x1e2173000 - 0x1e2185fff libamsupport.dylib arm64e <acc17d224e5d399ab3a738d4e2069e67> /usr/lib/libamsupport.dylib

0x1e2186000 - 0x1e218bfff libCoreVMClient.dylib arm64e <2df1015cdd54333ab84735520b245ba8> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib

0x1e218c000 - 0x1e218dfff libCVMSPluginSupport.dylib arm64e <1804505ed3ad31d4bd78964387f27674> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib

0x1e218e000 - 0x1e2191fff libutil.dylib arm64e <0ede47ffa6b03bd5b4695ad004ffe882> /usr/lib/libutil.dylib

0x1e2192000 - 0x1e21d0fff libGLImage.dylib arm64e <d0d1236d7ecb357188c176bcc102cd56> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib

0x1e21d1000 - 0x1e224ffff APFS arm64e <587bc5fe80413152bd60ac6599a1cf4e> /System/Library/PrivateFrameworks/APFS.framework/APFS

0x1e2250000 - 0x1e2281fff MediaKit arm64e <3e649016e5d8312297b785f6a422384c> /System/Library/PrivateFrameworks/MediaKit.framework/MediaKit

0x1e2282000 - 0x1e229cfff libSERestoreInfo.dylib arm64e <fe02f137e8be33cf9e94dbbe72217600> /usr/lib/updaters/libSERestoreInfo.dylib

0x1e22a3000 - 0x1e22e1fff DiskImages arm64e <3c99ef6447b033e596244db54ddfd003> /System/Library/PrivateFrameworks/DiskImages.framework/DiskImages

0x1e22e2000 - 0x1e22ebfff libGFXShared.dylib arm64e <3fef545c09ab3a6e84f540a2ba5eb9e9> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib

0x1e22ec000 - 0x1e233afff libauthinstall.dylib arm64e <46fb255871db3a45bd35ec3d494d3609> /usr/lib/libauthinstall.dylib

0x1e233b000 - 0x1e2344fff IOMobileFramebuffer arm64e <0ecb6a508e4039cf9b81ff51666ea367> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer

0x1e2345000 - 0x1e2351fff OpenGLES arm64e <4ac66ffcae693bbd84f6bed0fb248215> /System/Library/Frameworks/OpenGLES.framework/OpenGLES

0x1e2352000 - 0x1e23f1fff ColorSync arm64e <58e2c647e01c32188e5361cea18ad68d> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync

0x1e23f2000 - 0x1e2422fff CoreVideo arm64e <6191d3f5f97d3791b698356f40d7df92> /System/Library/Frameworks/CoreVideo.framework/CoreVideo

0x1e2423000 - 0x1e2424fff libCTGreenTeaLogger.dylib arm64e <e7bb5d5e1ca83915a6687ad406559195> /usr/lib/libCTGreenTeaLogger.dylib

0x1e2425000 - 0x1e257cfff CoreAudio arm64e <bdadf70e6b443376af2eee6e14af3ba9> /System/Library/Frameworks/CoreAudio.framework/CoreAudio

0x1e257d000 - 0x1e259cfff CoreAnalytics arm64e <e9ba6fba7f843a738cf8eeafa5da22a7> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics

0x1e259d000 - 0x1e25a0fff UserFS arm64e <325d4482958438e38202a36b662751e9> /System/Library/PrivateFrameworks/UserFS.framework/UserFS

0x1e25a1000 - 0x1e275bfff CoreMedia arm64e <312a5be550c03edd8a4b79d8f6cf2615> /System/Library/Frameworks/CoreMedia.framework/CoreMedia

0x1e275c000 - 0x1e276efff libprotobuf-lite.dylib arm64e <0e83a54008af31e79875d51242fcc7d4> /usr/lib/libprotobuf-lite.dylib

0x1e276f000 - 0x1e27cefff libprotobuf.dylib arm64e <931674b6f3383ac2a11d89fad7af1bda> /usr/lib/libprotobuf.dylib

0x1e27cf000 - 0x1e2af1fff libAWDSupportFramework.dylib arm64e <bdd7263dd2953a589d6142ad617b4bfd> /usr/lib/libAWDSupportFramework.dylib

0x1e2af2000 - 0x1e2b35fff WirelessDiagnostics arm64e <bfeed08ee5d03bbd96cc936c873425db> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics

0x1e2b36000 - 0x1e2bf4fff ************ arm64e <177bad32b8d13e88bc9c430b9f8f18ba> /System/Library/Frameworks/************.framework/************

0x1e2bf5000 - 0x1e2cfefff libFontParser.dylib arm64e <86f9f85ae54130f4b52ff223c1ef7a5d> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib

0x1e2cff000 - 0x1e2cfffff FontServices arm64e <5da69c349fc23e9388219339a2198ce5> /System/Library/PrivateFrameworks/FontServices.framework/FontServices

0x1e2d00000 - 0x1e2e56fff CoreText arm64e <42cc687c5ee332359adb4f3d280856d3> /System/Library/Frameworks/CoreText.framework/CoreText

0x1e2e57000 - 0x1e2e65fff IntlPreferences arm64e <5cfdf499adc93518a41056c456f77de4> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences

0x1e2e66000 - 0x1e2e6ffff RTCReporting arm64e <ea860f77891a30b5b2b45051fc2fbf6f> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting

0x1e2e70000 - 0x1e2f22fff CoreBrightness arm64e <df793f7b99e23a05832a2f55bd7d4d8f> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness

0x1e2f23000 - 0x1e2f2cfff libAudioStatistics.dylib arm64e <11d5ce91407d372fab9d218f8ec1cc24> /usr/lib/libAudioStatistics.dylib

0x1e2f2d000 - 0x1e34edfff AudioToolbox arm64e <41a9a2e536553c1486f64e1b3f6cf9c0> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox

0x1e34ee000 - 0x1e372dfff QuartzCore arm64e <b6faac6fb11535afaf79ba32614aebbb> /System/Library/Frameworks/QuartzCore.framework/QuartzCore

0x1e372e000 - 0x1e3738fff MediaAccessibility arm64e <d827639b2ff33ca08521868b15bc1028> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility

0x1e3739000 - 0x1e382bfff libiconv.2.dylib arm64e <634fc54979643400aa75fdd62ce2603b> /usr/lib/libiconv.2.dylib

0x1e382c000 - 0x1e3847fff NetworkStatistics arm64e <06a79b67fc7b36d489357d6a9f8d7eaf> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics

0x1e3848000 - 0x1e3866fff MPSCore arm64e <6c9268b7a9c43410a0c4ffee467bb089> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore

0x1e3867000 - 0x1e38dafff MPSImage arm64e <d8d99ac772343e349478dd635c160420> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage

0x1e38db000 - 0x1e38fffff MPSMatrix arm64e <38ddfd1a7112302092e9f0fcd0a4f414> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix

0x1e3900000 - 0x1e390efff CoreAUC arm64e <0bb65320555738f1a70184a392cbac2f> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC

0x1e390f000 - 0x1e3fa7fff MediaToolbox arm64e <81ec871d333e35a885da0adb22bc1dc2> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox

0x1e3fa8000 - 0x1e4116fff MPSNeuralNetwork arm64e <f6906a9ddb7b34cabe07b858c1f83710> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork

0x1e4117000 - 0x1e4117fff MetalPerformanceShaders arm64e <6b83e701ab5939bd93d539e77921e952> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders

0x1e4118000 - 0x1e452bfff FaceCore arm64e <a17626adc4f93b019c1c8e41c8248d03> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore

0x1e452c000 - 0x1e4539fff GraphVisualizer arm64e <9223222d1dd63d7e9eb57202b289349f> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer

0x1e453a000 - 0x1e4772fff libFosl_dynamic.dylib arm64e <f5c8eff20bce307e954e653437544fc1> /usr/lib/libFosl_dynamic.dylib

0x1e4773000 - 0x1e4a11fff CoreImage arm64e <429ae4d2628d39d2a42e53b2937e48c9> /System/Library/Frameworks/CoreImage.framework/CoreImage

0x1e4a12000 - 0x1e4c35fff CoreMotion arm64e <e4582e12e3013cb6aeaf63a8c6be003b> /System/Library/Frameworks/CoreMotion.framework/CoreMotion

0x1e4c36000 - 0x1e4c65fff CoreBluetooth arm64e <ddc94c103fa63931b30702c6ec02d5a5> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth

0x1e4c66000 - 0x1e4c88fff PlugInKit arm64e <086cd8b919b23d2ab32726cef520bea1> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit

0x1e4c89000 - 0x1e4f1afff ********* arm64e <0af0ff0376ef3e0fa4acabad19ca0366> /System/Library/PrivateFrameworks/*********.framework/*********

0x1e4f1b000 - 0x1e4f9dfff Quagga arm64e <077bb495497138afac15a7308b7b32f6> /System/Library/PrivateFrameworks/Quagga.framework/Quagga

0x1e4f9e000 - 0x1e5093fff AVFAudio arm64e <4ebb944ce1773813a430369850e587dd> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio

0x1e5094000 - 0x1e529bfff AVFoundation arm64e <48824afb744737bfa91fda8b8a664e15> /System/Library/Frameworks/AVFoundation.framework/AVFoundation

0x1e529c000 - 0x1e52bafff CacheDelete arm64e <fbcd0dec0b7f3581a9cd32bf02d80019> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete

0x1e52bb000 - 0x1e52f4fff StreamingZip arm64e <7ada9ad76e6c3ffb9eb2d1c6a684df59> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip

0x1e52f5000 - 0x1e5307fff CoreEmoji arm64e <762f219a57923621b3ac90468cf34df3> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji

0x1e5308000 - 0x1e5357fff CoreLocationProtobuf arm64e <30ae644bea1337db9004aad2e59ffa75> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf

0x1e5358000 - 0x1e535ffff SymptomDiagnosticReporter arm64e <8c5d43e62edd3ae38967bb3cbb374076> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter

0x1e5360000 - 0x1e5d6efff GeoServices arm64e <fe660d61f1af3a34998d67249ff7691a> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices

0x1e5d6f000 - 0x1e5d89fff MobileAsset arm64e <7b8e1125d0123817b920ca974e285e36> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset

0x1e5d8a000 - 0x1e5dc5fff Lexicon arm64e <2b513491da143c36a17a41d3ae423233> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon

0x1e5dc6000 - 0x1e5dd7fff libcmph.dylib arm64e <db401b2975023cfca37d5d9bcc7b440b> /usr/lib/libcmph.dylib

0x1e5dd8000 - 0x1e5ef0fff LanguageModeling arm64e <6178dabdf7f3322e9f3e2cd4ca1f5eb0> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling

0x1e5f08000 - 0x1e5fa2fff CoreLocation arm64e <f5bd1e6d263c3d34bf1a69b8f68818d2> /System/Library/Frameworks/CoreLocation.framework/CoreLocation

0x1e5fa3000 - 0x1e5fa3fff PhoneNumbers arm64e <1b29436bd2c230f99fabd61249fafb12> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers

0x1e5fa4000 - 0x1e5faefff libChineseTokenizer.dylib arm64e <9cae94a13bf732df933de308a444f376> /usr/lib/libChineseTokenizer.dylib

0x1e5faf000 - 0x1e6060fff libmecab_em.dylib arm64e <3e5bbe2d9ee636abbf48df5c13cb59c6> /usr/lib/libmecab_em.dylib

0x1e6061000 - 0x1e6062fff libThaiTokenizer.dylib arm64e <57538af5af0d392587a5b346e7531c86> /usr/lib/libThaiTokenizer.dylib

0x1e6063000 - 0x1e6067fff libgermantok.dylib arm64e <55f10d157db032fab6add2ab022104f9> /usr/lib/libgermantok.dylib

0x1e6068000 - 0x1e60cdfff CoreNLP arm64e <3ea5adca8b8f3765877e46d5c09e60f7> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP

0x1e60da000 - 0x1e62a1fff MobileSpotlightIndex arm64e <2343e15683e53e288ce19f87de29e18a> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex

0x1e62a2000 - 0x1e6304fff CoreSpotlight arm64e <9d7889a5378b30a0aefb062813834b3f> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight

0x1e6305000 - 0x1e7049fff JavaScriptCore arm64e <de36bae1a5c332198d611c7b00499fc1> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore

0x1e704a000 - 0x1e704ffff libheimdal-asn1.dylib arm64e <ffb246e7cec434fa8fdffaea3920649f> /usr/lib/libheimdal-asn1.dylib

0x1e7050000 - 0x1e70cafff libate.dylib arm64e <4af1b2442b1a3293aa0445fe5064d447> /usr/lib/libate.dylib

0x1e70cb000 - 0x1e7172fff TextureIO arm64e <1ce66048dc493d318d3f1aed36e351fd> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO

0x1e7173000 - 0x1e7238fff CoreUI arm64e <3db80acf66e6335298c86cbe6df1884f> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI

0x1e7239000 - 0x1e7246fff MobileIcons arm64e <3c35abe68d1b3b23a505c0079a2960b0> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons

0x1e7247000 - 0x1e7255fff AppleFSCompression arm64e <d8cbe61a72e23aee99ee86ddad433cb8> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression

0x1e7256000 - 0x1e72c0fff TextInput arm64e <13668337f2f63f138e6e20ea153247a1> /System/Library/PrivateFrameworks/TextInput.framework/TextInput

0x1e72ea000 - 0x1e731dfff DataDetectorsCore arm64e <ed40117b232c3083a3160ce8f7964d67> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore

0x1e731e000 - 0x1e73b2fff FileProvider arm64e <c1d8945aac9c3418a495886d14dc365e> /System/Library/Frameworks/FileProvider.framework/FileProvider

0x1e73b3000 - 0x1e74a9fff NLP arm64e <6e13fa3c444e35e187882c77fcb61649> /System/Library/PrivateFrameworks/NLP.framework/NLP

0x1e74aa000 - 0x1e7580fff ProofReader arm64e <cb3ffc49795e36938661ede59b978feb> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader

0x1e7581000 - 0x1e7597fff libAccessibility.dylib arm64e <1b138b27898739e5b321d58204bec577> /usr/lib/libAccessibility.dylib

0x1e7598000 - 0x1e7a9efff libwebrtc.dylib arm64e <9bdf5716759037f185594915013524f7> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib

0x1e7a9f000 - 0x1e7b08fff ContactsFoundation arm64e <7b854ec5b8383af887fbdd1ef26f705f> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation

0x1e7b09000 - 0x1e95c5fff WebCore arm64e <d990130110e23c4193fa96aa5cc54164> /System/Library/PrivateFrameworks/WebCore.framework/WebCore

0x1e95c6000 - 0x1e9761fff WebKitLegacy arm64e <1816788fd8db3375af2e0a9ba9768bbb> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy

0x1e9762000 - 0x1e9791fff DataAccessExpress arm64e <f272114fdfb53c1ba7bbd47e3dd46c05> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress

0x1e9792000 - 0x1e982cfff AddressBookLegacy arm64e <d62579d024743f49bf5c305360f0fcb0> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy

0x1e982d000 - 0x1e9886fff ProtectedCloudStorage arm64e <38f144b0444233539a263b7fedfa7332> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage

0x1e9887000 - 0x1e98bafff UserNotifications arm64e <b820906f99f530bd989f8876bedb2c29> /System/Library/Frameworks/UserNotifications.framework/UserNotifications

0x1e98bb000 - 0x1e98c6fff AppleIDAuthSupport arm64e <84af16a0cdbd31daadaed46d278dd0f5> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport

0x1e98c7000 - 0x1e991efff AuthKit arm64e <550e7c169fea37d3947da86de95b26ad> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit

0x1e995e000 - 0x1e995efff UIKit arm64e <f33bb768e67c3c79aea24e3b60e6b9f3> /System/Library/Frameworks/UIKit.framework/UIKit

0x1e995f000 - 0x1e9972fff DocumentManagerCore arm64e <d6e573cb3b8c38baa170ab04ba3b1fa2> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore

0x1e9973000 - 0x1e9981fff HangTracer arm64e <fc2bec86c77f3deba1f2f48a662199c3> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer

0x1e9982000 - 0x1e99d0fff PhysicsKit arm64e <92aa3314eb1938bb9330b8ac02bf87ca> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit

0x1e99d1000 - 0x1e99d5fff StudyLog arm64e <60231a8aafb03677861f33dfa5a558aa> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog

0x1e99d6000 - 0x1e9ac3fff UIFoundation arm64e <eda472c513ba34b8baa2230486513396> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation

0x1e9ac4000 - 0x1e9be9fff CloudKit arm64e <c8d18906e3443b9da95c245ecb43c626> /System/Library/Frameworks/CloudKit.framework/CloudKit

0x1e9bea000 - 0x1e9bf1fff IntentsFoundation arm64e <1c93e76f18f33aceb89abc0d6f942e3b> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation

0x1e9bf2000 - 0x1e9ee6fff Intents arm64e <221bbdd8618132be8bfff041efc237aa> /System/Library/Frameworks/Intents.framework/Intents

0x1e9ee7000 - 0x1e9efffff libresolv.9.dylib arm64e <99d27358ae4a36508c455cc0eda7d2fd> /usr/lib/libresolv.9.dylib

0x1e9f00000 - 0x1e9f02fff CoreDuetDebugLogging arm64e <09e3432ff72e35c29a9d3f7ae6acf614> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging

0x1e9f03000 - 0x1e9f35fff libtidy.A.dylib arm64e <42b0a659879d33bc8c79e06e13133be1> /usr/lib/libtidy.A.dylib

0x1e9f36000 - 0x1ea0f9fff CoreDuet arm64e <2dbc90046d81321f9156fab70d3a8efa> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet

0x1ea0fa000 - 0x1ea11bfff CoreDuetContext arm64e <ac87fec5f87b3ef0ad3c64bead55c396> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext

0x1ea11c000 - 0x1ea12efff CoreDuetDaemonProtocol arm64e <2efb8daab5d335b5921c8d172c374c7d> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol

0x1ea12f000 - 0x1ea197fff IMFoundation arm64e <db0d8a6fac1c3c1e980256b1c635ebc7> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation

0x1ea198000 - 0x1ea1cafff vCard arm64e <c5b002e92bf734fdad2523a72fc1672c> /System/Library/PrivateFrameworks/vCard.framework/vCard

0x1ea1cb000 - 0x1ea2e4fff Contacts arm64e <a39f95812746324ba375aff835c39101> /System/Library/Frameworks/Contacts.framework/Contacts

0x1ea2e5000 - 0x1ea2e6fff DiagnosticLogCollection arm64e <ac87e76d70d63d7689a93a34380cf8e3> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection

0x1ea2e7000 - 0x1ea2e8fff Marco arm64e <bebd49c49569375e8a1beec60b491f45> /System/Library/PrivateFrameworks/Marco.framework/Marco

0x1ea2e9000 - 0x1ea2f0fff MessageProtection arm64e <12494d3e8edc38f2b8d76ab3c24acc3f> /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection

0x1ea2f1000 - 0x1ea5ecfff StoreServices arm64e <f75f5ec91c0a3fe8a938fd51b1937cbc> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices

0x1ea5ed000 - 0x1ea603fff Engram arm64e <69d781645ea1376b82341d4d062ad26c> /System/Library/PrivateFrameworks/Engram.framework/Engram

0x1ea604000 - 0x1ea713fff IDSFoundation arm64e <831e4bcde97139dab27440914a36756a> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation

0x1ea714000 - 0x1ea71efff CaptiveNetwork arm64e <c6c518859b233ed385f9edc304f0e8d5> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork

0x1ea71f000 - 0x1ea74efff EAP8021X arm64e <4c3ca41ee04632f3bfc909ba6f5799e6> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X

0x1ea74f000 - 0x1ea78dfff MobileWiFi arm64e <2ed45338db1237b0a710977905c09522> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi

0x1ea78e000 - 0x1ea790fff OAuth arm64e <ee3b7a6eafed35c880dc2c2d72a34d5a> /System/Library/PrivateFrameworks/OAuth.framework/OAuth

0x1ea791000 - 0x1ea793fff CommonAuth arm64e <ae02c9ce73ee36b48b4022d69d827a9e> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth

0x1ea794000 - 0x1ea804fff Heimdal arm64e <59362e81df303a0b80f5adef4ae4ce0e> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal

0x1ea805000 - 0x1ea82dfff GSS arm64e <9716e2387c5e3e8286bc0a5a0a18a3f2> /System/Library/Frameworks/GSS.framework/GSS

0x1ea82e000 - 0x1ea845fff ApplePushService arm64e <8261ec5d992c31e0b643a3526fde2b59> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService

0x1ea846000 - 0x1ea8d7fff AccountsDaemon arm64e <6a98a7cd5a6d3fa581d675648c595221> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon

0x1ea8d8000 - 0x1ea8f9fff AppleIDSSOAuthentication arm64e <a861be34a8bf3784a6ee0ca2390df067> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication

0x1ea8fa000 - 0x1ea97cfff AppleAccount arm64e <efc98d66db0a3d7d88b39794b6783a7d> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount

0x1ea97d000 - 0x1eaaf7fff CoreUtils arm64e <526dc0044ad13a8a9cb11320a306b7b1> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils

0x1eaaf8000 - 0x1eabf7fff IDS arm64e <93dcb984c8e838909c214fcc045484f2> /System/Library/PrivateFrameworks/IDS.framework/IDS

0x1eabf8000 - 0x1eac1efff MediaServices arm64e <8bca05c1f1b13e0d80eeeba3c50f7521> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices

0x1eac1f000 - 0x1eadfefff MediaRemote arm64e <2a97433908ce39c6ae85cb65b1e52d09> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote

0x1eadff000 - 0x1eae19fff UserManagement arm64e <73fba6a561dd370fb00fb3cf6bd540e5> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement

0x1eae1a000 - 0x1eae2afff MobileBluetooth arm64e <22a0d1505bf33dd8ba1dfbf75ae9aa6f> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth

0x1eae2b000 - 0x1eae5bfff Bom arm64e <61dc73ecdf7a3e7a893eebbda93bcfd7> /System/Library/PrivateFrameworks/Bom.framework/Bom

0x1eae5c000 - 0x1eae60fff CommunicationsFilter arm64e <4dea920d70893efaa5226b24924e2fb1> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter

0x1eae61000 - 0x1eae82fff FTAWD arm64e <74c0acf9992838f5be2cd20fbf7cf3e6> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD

0x1eae83000 - 0x1eaed9fff FTServices arm64e <7c30099bf94e3b97b327d879975a3355> /System/Library/PrivateFrameworks/FTServices.framework/FTServices

0x1eaf12000 - 0x1eaf1dfff ProactiveEventTracker arm64e <01ef3e69fcb336f5903f7e520189e4bb> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker

0x1eaf1e000 - 0x1eaf6dfff ChunkingLibrary arm64e <57adbbb5075f3e8f9013e9c4df9c10d4> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary

0x1eaf6e000 - 0x1eaf7cfff libnetworkextension.dylib arm64e <6927a53aed1f387f987dbd3879bf8cf4> /usr/lib/libnetworkextension.dylib

0x1eaf7d000 - 0x1eafa1fff AddressBook arm64e <358c02e15d3c352ba6eb2ec243605cb2> /System/Library/Frameworks/AddressBook.framework/AddressBook

0x1ebd27000 - 0x1ebecafff NetworkExtension arm64e <f740c7316b6d3c478f3e941d981518d9> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension

0x1ebecb000 - 0x1ec301fff SiriTTS arm64e <7e295c67b99532c29e1d32f11c5c1590> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS

0x1ec302000 - 0x1ec360fff SAObjects arm64e <60436164e5a63581a9ecc762bbc1ea1a> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects

0x1ec361000 - 0x1ec3a1fff VoiceServices arm64e <1518f829ca8a3152b475eb24941ababb> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices

0x1ec3d2000 - 0x1ec503fff AssistantServices arm64e <fe36d59fc6b33ec6a527d2b70badde12> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices

0x1ec504000 - 0x1ec522fff AssetCacheServices arm64e <59c837f6827035929e26c37334146fd7> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices

0x1ec523000 - 0x1ec5d5fff NetworkServiceProxy arm64e <a221c2066bac3b798f25d36ed679c34f> /System/Library/PrivateFrameworks/NetworkServiceProxy.framework/NetworkServiceProxy

0x1ec5d6000 - 0x1ec6adfff MMCS arm64e <6dab895ed8753ca2a1ea951479caf018> /System/Library/PrivateFrameworks/MMCS.framework/MMCS

0x1ec6ae000 - 0x1ec6bafff BluetoothManager arm64e <3716634d97a8393c8156179443cb2bce> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager

0x1ec6bb000 - 0x1ec72bfff CoreDAV arm64e <e875ff14a4ad39e78a360e1f1220e71d> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV

0x1ec72c000 - 0x1ec761fff iCalendar arm64e <40ce3a025c1e395083a51f1bfffdb019> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar

0x1ec762000 - 0x1ec76ffff PersonaKit arm64e <5e93b1c5fa4f350692f94a231832315a> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit

0x1ec770000 - 0x1ec7c8fff CalendarFoundation arm64e <f65fe0e27ee137b88d07ecd18a446a9c> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation

0x1ec7c9000 - 0x1ec7f7fff PhotosFormats arm64e <3182d4774d7b36b4be6342efb5fc2c0f> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats

0x1ec7f8000 - 0x1ec894fff CalendarDatabase arm64e <4d4f450442c73cb0a10e39c243c5998f> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase

0x1ec895000 - 0x1ec8edfff CalendarDaemon arm64e <ba14a7b9db3839c899b26d0758258fa4> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon

0x1ec8ee000 - 0x1eca53fff CloudPhotoLibrary arm64e <623c145187ae382f9fab38523e4af7ad> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary

0x1eca54000 - 0x1ecb3dfff EventKit arm64e <0137e2e543ae3aa991e6aea8b85c22e2> /System/Library/Frameworks/EventKit.framework/EventKit

0x1ecb3e000 - 0x1ecb71fff AssetsLibraryServices arm64e <bcc114f80b5e300391f6978ad1460d8b> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices

0x1ecba7000 - 0x1ecbd0fff DCIMServices arm64e <e42ae55b3ee631178a04f62085d7eef5> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices

0x1ecbd1000 - 0x1eccf5fff CoreMediaStream arm64e <eb0dc39972093104a73a8c816ac36b7a> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream

0x1eccf6000 - 0x1eccfdfff XPCKit arm64e <0df5ae238f86306caae9c36af41f3c27> /System/Library/PrivateFrameworks/XPCKit.framework/XPCKit

0x1ecde3000 - 0x1ecdfdfff CloudPhotoServices arm64e <9e39aaec89a53b85bd4becef1cb6d143> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices

0x1ecdfe000 - 0x1ece09fff CoreRecents arm64e <8c9155c41b873781852ca31bbdf201dc> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents

0x1ece0a000 - 0x1ece27fff MediaStream arm64e <3879336c522a345ba78ec543ad032852> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream

0x1ece28000 - 0x1ed341fff PhotoLibraryServices arm64e <80c9cf9cce7631df87e1d6f44778db6e> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices

0x1ed342000 - 0x1ed35efff PrototypeTools arm64e <d8e5fc6e6f5c3f278d4005c51f3f5cd0> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools

0x1ed35f000 - 0x1ed3e2fff CoreSymbolication arm64e <3ff4513197ef3e719d901643487abd5e> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication

0x1ed3e3000 - 0x1ed534fff SearchFoundation arm64e <e7e8a79920063447bec21ba57924fc9e> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation

0x1ed535000 - 0x1ed53afff IncomingCallFilter arm64e <ee4c9bbdbb253879b0c378f9c00564b2> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter

0x1ed53b000 - 0x1ed5f2fff iTunesStore arm64e <3068272539b133388126edcf1f736e4d> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore

0x1ed5f3000 - 0x1ed5f9fff libtzupdate.dylib arm64e <29b6198d84873272a3b6f2e42a326711> /usr/lib/libtzupdate.dylib

0x1ed5fa000 - 0x1ed74dfff Preferences arm64e <48f22fcdcc4832d991488d699aa40e30> /System/Library/PrivateFrameworks/Preferences.framework/Preferences

0x1ed74e000 - 0x1ed756fff CoreTime arm64e <4d183e6c52a73539a751b255f5fc8eea> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime

0x1ed757000 - 0x1ed7a8fff CoreAppleCVA arm64e <a91c97efed1d3c0eb3c4c3da32153408> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA

0x1ed7a9000 - 0x1ed7e8fff DifferentialPrivacy arm64e <9a1c66a7fae73f128ea67a263d5477bd> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy

0x1ed7e9000 - 0x1ed98efff AppleCVA arm64e <2ec322b611e433cc80c97f681d387c2f> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA

0x1ed98f000 - 0x1eda49fff Montreal arm64e <372f071d20d037ccb489f3e81c924373> /System/Library/PrivateFrameworks/Montreal.framework/Montreal

0x1eda4a000 - 0x1edd15fff Espresso arm64e <b2f8c3653dd73ac0af3f1dfbfcb42445> /System/Library/PrivateFrameworks/Espresso.framework/Espresso

0x1edd16000 - 0x1edd1cfff MobileSystemServices arm64e <e876bbcc9817393280f567977cb979b4> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices

0x1edd1d000 - 0x1edf14fff Photos arm64e <cdd1540b103334b69cb155450505c4eb> /System/Library/Frameworks/Photos.framework/Photos

0x1edf21000 - 0x1ee142fff CoreML arm64e <c3abec2a478e3ab69de7cb0f74911f94> /System/Library/Frameworks/CoreML.framework/CoreML

0x1ee143000 - 0x1ee146fff CoreOptimization arm64e <804ae6045f9835949c666c794b27c329> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization

0x1ee147000 - 0x1ee1a5fff SafariCore arm64e <08493174c4683a639cfc84acec4de59c> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore

0x1ee1a6000 - 0x1ee1fbfff CorePrediction arm64e <c7dbd88f7ea63fe1b12dee76a1d94766> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction

0x1ee1fc000 - 0x1ee2fcfff Navigation arm64e <4a46e73ec60d364487ab19ebfc3a8648> /System/Library/PrivateFrameworks/Navigation.framework/Navigation

0x1ee2fd000 - 0x1ee315fff ContactsDonation arm64e <f2602455142b348ba7b25ef631622ef0> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation

0x1ee316000 - 0x1ee342fff Futhark arm64e <5524f72a57513893bd2e65c138f0dcf4> /System/Library/PrivateFrameworks/Futhark.framework/Futhark

0x1ee343000 - 0x1ee3b6fff NanoRegistry arm64e <222bc6c6a9bd3ba6b4cdce643edf681f> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry

0x1ee3b7000 - 0x1ee410fff ToneLibrary arm64e <47f18886d5ed3b37aeaec49c879f46d3> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary

0x1ee411000 - 0x1ee428fff BaseBoardUI arm64e <36a2e875d5513927a09808713b5f8464> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI

0x1ee429000 - 0x1ee483fff ContactsUICore arm64e <c4956b17ab303d28a6b964f11a2cb8d5> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore

0x1ee484000 - 0x1ee5fdfff ContactsUI arm64e <3560852cc3633d68b2f97750b9a820a8> /System/Library/Frameworks/ContactsUI.framework/ContactsUI

0x1ee5fe000 - 0x1ee6c9fff CorePDF arm64e <6b4209fc09943b03b36caacd3a63f980> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF

0x1ee6ca000 - 0x1ee95cfff Vision arm64e <48c7a04384b7321a95faec68c2b4baae> /System/Library/Frameworks/Vision.framework/Vision

0x1ee95d000 - 0x1eeea2fff WebKit arm64e <cd04029e56b433dabb98f2d9165171f9> /System/Library/Frameworks/WebKit.framework/WebKit

0x1eeea3000 - 0x1eef3cfff BulletinBoard arm64e <ad6155226f693f8b9a129ffc634a9abb> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard

0x1eef3d000 - 0x1eef42fff ConstantClasses arm64e <d520f53c937132a9b70e34e83db83835> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses

0x1eef43000 - 0x1eef4bfff CertUI arm64e <1f7887d0c7343488b39fb99c3999f19c> /System/Library/PrivateFrameworks/CertUI.framework/CertUI

0x1eef4c000 - 0x1eef97fff AXRuntime arm64e <516cb5abfbf631d7a441dd27552e1775> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime

0x1eef98000 - 0x1eefd1fff ScreenReaderCore arm64e <fb2f823c77bb352bb95875b9218221d2> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore

0x1eefd2000 - 0x1eefecfff TextToSpeech arm64e <c9ba7bbb1a003e9286640d4780c35131> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech

0x1eefed000 - 0x1ef040fff CoreMIDI arm64e <0f1bd89ac9ec3a45b55520ddc5344e2f> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI

0x1ef041000 - 0x1ef0cefff MediaPlatform arm64e <838ce150c2fd342fbbb538faeadc5265> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform

0x1ef0cf000 - 0x1ef130fff WebBookmarks arm64e <c2323422d9c331d89a47c015b0883b55> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks

0x1ef131000 - 0x1ef13bfff DAAPKit arm64e <b98a23080ff63d83b6f27700de766d6f> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit

0x1ef13c000 - 0x1ef13efff libAXSafeCategoryBundle.dylib arm64e <c8b3f850e0f8300999d19ecfa78fa6a0> /usr/lib/libAXSafeCategoryBundle.dylib

0x1ef13f000 - 0x1ef149fff libAXSpeechManager.dylib arm64e <aa0316d6685630d2b5534b873adaae29> /usr/lib/libAXSpeechManager.dylib

0x1ef14a000 - 0x1ef235fff AccessibilityUtilities arm64e <12d7c71fc18839d0869f5d40ed62bcc3> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities

0x1ef236000 - 0x1ef4d2fff MediaLibraryCore arm64e <5bec471060b43bc6bb2498c54a44081f> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore

0x1ef4d3000 - 0x1ef4d4fff AdSupport arm64e <d9a1860789033156a96ee39d0c07ae5f> /System/Library/Frameworks/AdSupport.framework/AdSupport

0x1ef4d5000 - 0x1ef750fff MusicLibrary arm64e <28a2d4a25d38392b82bf8b34a5095d67> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary

0x1ef751000 - 0x1efd66fff VectorKit arm64e <c71000ac47b7321e94ea2564de89a3fb> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit

0x1efd67000 - 0x1effbefff MapKit arm64e <b032680cb1cf37738e97c6ca60c1f52d> /System/Library/Frameworks/MapKit.framework/MapKit

0x1effbf000 - 0x1f0192fff iTunesCloud arm64e <d7a9749a9ba43567a26649c1ce77d936> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud

0x1f0193000 - 0x1f022ffff HomeSharing arm64e <d0df82aefb57396fa96d5a19c1421f44> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing

0x1f03b1000 - 0x1f03c0fff NanoPreferencesSync arm64e <1a9c6061672c39d7aa8cbad86c485072> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync

0x1f03c1000 - 0x1f07fdfff MediaPlayer arm64e <50b6147ba1ef3609892405e6b1c937d1> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer

0x1f07fe000 - 0x1f0822fff MobileInstallation arm64e <e954b32c08a2394ab8d95853b35bf001> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation

0x1f0823000 - 0x1f082afff EmailAddressing arm64e <52b4e119a93c351e84fac34d2857802c> /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing

0x1f082b000 - 0x1f082cfff MessageSupport arm64e <cd22eee32d733e258ccf0fd31837e8eb> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport

0x1f082d000 - 0x1f082ffff InternationalTextSearch arm64e <f841f10ddb2a33cc9456eb196ea9549d> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch

0x1f0830000 - 0x1f088afff MIME arm64e <82d640aba6153bddb9ae054dbcb13c4c> /System/Library/PrivateFrameworks/MIME.framework/MIME

0x1f088b000 - 0x1f08c0fff ProactiveSupport arm64e <ad35432f1854345fa47e07a719c3894f> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport

0x1f08c1000 - 0x1f08f9fff Notes arm64e <c35edce947f035f6af0fa2d05132e72a> /System/Library/PrivateFrameworks/Notes.framework/Notes

0x1f08fa000 - 0x1f09c4fff TelephonyUtilities arm64e <22c1b58d40a63f4f9e30b8aa7b8ecd14> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities

0x1f09c5000 - 0x1f0a00fff CalendarUIKit arm64e <ca9acb6352ca39cd9fc3969a540c95ab> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit

0x1f0a01000 - 0x1f0a1efff AccessibilityUIUtilities arm64e <60b90f2dc6ed3fc0beddd4996ca66417> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities

0x1f0a1f000 - 0x1f0a75fff DataAccess arm64e <240f1b73d8843ce687b41bb12c2bd860> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess

0x1f0a76000 - 0x1f0a88fff AssetsLibrary arm64e <25f27c0c7da23627a59d2301f14d0899> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary

0x1f0a89000 - 0x1f0c6bfff EventKitUI arm64e <0f8c89632f693e57a6e76bd37ce810c1> /System/Library/Frameworks/EventKitUI.framework/EventKitUI

0x1f0c6c000 - 0x1f0ccbfff AXMediaUtilities arm64e <45b18feaf3a133b18bbbcb62d7fc64d9> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities

0x1f0d60000 - 0x1f0dfcfff Social arm64e <f5123a4810bf3363898ac9e2cbad96a1> /System/Library/Frameworks/Social.framework/Social

0x1f0e95000 - 0x1f0eadfff CoreFollowUp arm64e <192a3f2485003ebeacd255070af6dc94> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp

0x1f0eae000 - 0x1f0f20fff CoreSuggestions arm64e <756cea7e9db33f07a2402af6fa865e75> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions

0x1f0f21000 - 0x1f0f31fff MailServices arm64e <81db108f458d3054a02d5b7ed6275d83> /System/Library/PrivateFrameworks/MailServices.framework/MailServices

0x1f0f32000 - 0x1f0fc0fff CoreRecognition arm64e <ac84df249d013149b73bc59968ad187b> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition

0x1f0fc1000 - 0x1f0fe9fff MailSupport arm64e <e96ee2168c3736779f46b55c50fc272b> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport

0x1f0fea000 - 0x1f113afff Message arm64e <cb9d1850a6dd3ddbbfbe5fe00d2c3e3f> /System/Library/PrivateFrameworks/Message.framework/Message

0x1f1344000 - 0x1f13f8fff CoreParsec arm64e <7fa732dc04e83432b6446e11fe5f83d7> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec

0x1f1427000 - 0x1f1458fff SharedUtils arm64e <f223240796833e249ce741d3cc6689a6> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils

0x1f1459000 - 0x1f1498fff ContactsAutocomplete arm64e <6a0016a0eff13396b7f19bceb95e8f3c> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete

0x1f1499000 - 0x1f1565fff VideoSubscriberAccount arm64e <70adc76a70b23f8dbfacd7f9fccb26df> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount

0x1f167e000 - 0x1f1681fff FTClientServices arm64e <dedba20bbcf2385d8a2d4d30146aa900> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices

0x1f1682000 - 0x1f1685fff SharedWebCredentials arm64e <86a81b664028316a9bf5c7456e20e5dd> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials

0x1f1687000 - 0x1f16a1fff SafariFoundation arm64e <fffc7ed9615039fd8e209bd529128d11> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation

0x1f1882000 - 0x1f1897fff LocalAuthentication arm64e <9f47bd74110d31a28dc8f68e8b142a97> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication

0x1f1898000 - 0x1f1899fff ParsecSubscriptionServiceSupport arm64e <3f5a3a2cb29432828e624f91ce6eacd6> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport

0x1f1941000 - 0x1f1b7bfff SafariShared arm64e <e8d271c5c2d83a5e993b06cabad60bf0> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared

0x1f1b7c000 - 0x1f1b97fff WebUI arm64e <3ed0e20bc87e334e96665eb6e79bc285> /System/Library/PrivateFrameworks/WebUI.framework/WebUI

0x1f1b98000 - 0x1f1ba5fff SetupAssistantSupport arm64e <54db8e8dfad331fc809a5827f18147b0> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport

0x1f1ba6000 - 0x1f1bd0fff SetupAssistant arm64e <0a5a6245e7c03bc8bb72e14d1939abcd> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant

0x1f1c1f000 - 0x1f1c28fff MobileStorage arm64e <915d6415810739bc9ef2359733b89d88> /System/Library/PrivateFrameworks/MobileStorage.framework/MobileStorage

0x1f1c6a000 - 0x1f1cc7fff ImageCapture arm64e <e07b49d409df3159a2c521b85c94d559> /System/Library/PrivateFrameworks/ImageCapture.framework/ImageCapture

0x1f298b000 - 0x1f2990fff LinguisticData arm64e <d9ff6d1a9fdd3456b6abbc898f6e70a5> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData

0x1f3025000 - 0x1f3061fff StoreKit arm64e <feeef482357336d9bd81abeb2b9c5d1e> /System/Library/Frameworks/StoreKit.framework/StoreKit

0x1f3229000 - 0x1f3243fff MetalKit arm64e <f21237896f873eb08c9e5340f53eea4b> /System/Library/Frameworks/MetalKit.framework/MetalKit

0x1f3cbc000 - 0x1f3d84fff PDFKit arm64e <737ce79d33523df6851c1c929b5c037b> /System/Library/Frameworks/PDFKit.framework/PDFKit

0x1f407d000 - 0x1f40c1fff Pasteboard arm64e <9beef3bfe8de371584d788b3ea03186a> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard

0x1f410b000 - 0x1f411dfff MobileDeviceLink arm64e <a998371e4ccd3bb4b7f26263291384cc> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink

0x1f41ff000 - 0x1f4246fff MobileBackup arm64e <f7440075538b3827bad39a73202a07a8> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup

0x1f4247000 - 0x1f4291fff SafariSafeBrowsing arm64e <cfff3a2279ff3a5f8459704604c6ceaf> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing

0x1f4292000 - 0x1f43e1fff SafariServices arm64e <f1beb92e1966310d8f9bc6f5c9eaa160> /System/Library/Frameworks/SafariServices.framework/SafariServices

0x1f43e2000 - 0x1f4441fff AppStoreDaemon arm64e <6688f7d49aaf32f6ba1b437363d52ed1> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon

0x1f4795000 - 0x1f4890fff MessageUI arm64e <121dcb4b2ada329c9dc041351c43e923> /System/Library/Frameworks/MessageUI.framework/MessageUI

0x1f505d000 - 0x1f507ffff DuetActivityScheduler arm64e <88fcd3c9c8d33661a01c941a587454d4> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler

0x1f5310000 - 0x1f531bfff AppConduit arm64e <34dd101d061e39398fff21f2d6a3c14a> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit

0x1f5915000 - 0x1f5919fff AccessibilityUIShared arm64e <4728945967d639478b042329368cd2cc> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIShared.framework/AccessibilityUIShared

0x1f59c2000 - 0x1f59d7fff NewsFoundation arm64e <82f1f851dad536e7bc89bcf9ac6bfc37> /System/Library/PrivateFrameworks/NewsFoundation.framework/NewsFoundation

0x1f59d8000 - 0x1f5c97fff NewsTransport arm64e <6060bc8489b835cdaf540e55860c1d60> /System/Library/PrivateFrameworks/NewsTransport.framework/NewsTransport

0x1f5ce1000 - 0x1f5d37fff CallKit arm64e <be0387e62ac83f01ac43fd203bce0573> /System/Library/Frameworks/CallKit.framework/CallKit

0x1f5d38000 - 0x1f5d3efff AccessibilityUI arm64e <c8a330dacd2d39b5a2e81d0bc2d0c546> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUI.framework/AccessibilityUI

0x1f5dff000 - 0x1f61abfff NewsCore arm64e <da79f17961e832c28c04d7e8b0fcd37e> /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore

0x1f61ee000 - 0x1f6247fff ClockKit arm64e <6c2ab7fdd9283c0c947c7980c7a9d2a1> /System/Library/PrivateFrameworks/ClockKit.framework/ClockKit

0x1f6266000 - 0x1f626afff NewsDaemon arm64e <06a5aa834e7c338aa9dd2e4d0025aaa1> /System/Library/PrivateFrameworks/NewsDaemon.framework/NewsDaemon

0x1f68fd000 - 0x1f6916fff NewsServicesInternal arm64e <445c98a0c176348fb5723c3b1b803872> /System/Library/PrivateFrameworks/NewsServicesInternal.framework/NewsServicesInternal

0x1f6a8d000 - 0x1f6a93fff DuetRecommendation arm64e <796cd597b3563aac856474e2313be867> /System/Library/PrivateFrameworks/DuetRecommendation.framework/DuetRecommendation

0x1f6a94000 - 0x1f6ae6fff LoggingSupport arm64e <f47f01daaf3831e9bf7551bc0b8f4867> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport

0x1f6c73000 - 0x1f6ccbfff NewsToday arm64e <12d5ce69b77b3c2ba1dedbb784d14632> /System/Library/PrivateFrameworks/NewsToday.framework/NewsToday

0x1f6e2e000 - 0x1f6e37fff FamilyCircle arm64e <8b373d15c0be3d6cac3e7e46769b2c1b> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle

0x1f6e38000 - 0x1f6e3dfff NewsServices arm64e <b369e3d1df2d38a6b6d567ae7c98a278> /System/Library/PrivateFrameworks/NewsServices.framework/NewsServices

0x1f86e4000 - 0x1f8708fff AppSupportUI arm64e <018723daa8df3e148dcc6a92afd5957f> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI

0x1f9094000 - 0x1f90d9fff Catalyst arm64e <6f4e77577a453d35848d1a4b54eccf50> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst

0x1f93d4000 - 0x1f93d9fff kperf arm64e <69ff5c8c63d03fa0987d536a83b30fb2> /System/Library/PrivateFrameworks/kperf.framework/kperf

0x1f962e000 - 0x1f9650fff CellularPlanManager arm64e <73e927be725e3f009014be19686fdcbb> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager

0x1f9651000 - 0x1f96a7fff DeviceManagement arm64e <7c29b6542abf33d2a609ab444c1cac6f> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement

0x1f9816000 - 0x1f981efff kperfdata arm64e <85622c103c9d36378a7ded73c62287e7> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata

0x1f9861000 - 0x1f9868fff libdscsym.dylib arm64e <0176997a2ad8392bad6141f167897b43> /usr/lib/libdscsym.dylib

0x1f9c0f000 - 0x1f9c47fff ktrace arm64e <613c69a8f1f03f9da7ba37569f337ffb> /System/Library/PrivateFrameworks/ktrace.framework/ktrace

0x1f9e61000 - 0x1f9e63fff SpeakTypingServices arm64e <74729e7322e33fd8aafd36ee44a9d88d> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/SpeakTypingServices.framework/SpeakTypingServices

0x1f9e64000 - 0x1f9e69fff ZoomServices arm64e <abb62af766ea3cb6947d3d2bcb5a627b> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/ZoomServices.framework/ZoomServices

0x1fb1d8000 - 0x1fb229fff DataDetectorsUI arm64e <e47a979d646e3b1fb6584f73800fb5f6> /System/Library/PrivateFrameworks/DataDetectorsUI.framework/DataDetectorsUI

0x1fbee3000 - 0x1fbf27fff BiometricKit arm64e <823838357e083b8da6e07aaaab6ee217> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit

0x1fbf46000 - 0x1fbf55fff CTCarrierSpace arm64e <b1725ad1a9633abfbbb69b01deab5837> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace

0x1fc3c1000 - 0x1fc3e4fff DeviceIdentity arm64e <2e4b1a26ecfa37d69c7b8db4a92ce59c> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity

0x1fe3f2000 - 0x1fe462fff Rapport arm64e <c80c584459e8340d94c9e9d5f29461ed> /System/Library/PrivateFrameworks/Rapport.framework/Rapport

0x1fe4a0000 - 0x1fe4e2fff SignpostSupport arm64e <20c8a597ba693feeac87488e45ac9d2b> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport

0x1ff41b000 - 0x1ff422fff libMatch.1.dylib arm64e <73ba69e62457342ea1e87403584afc31> /usr/lib/libMatch.1.dylib

0x1ff46b000 - 0x1ff480fff libtailspin.dylib arm64e <f3d19ef00bb33e0ba2d2f2f89c040e17> /usr/lib/libtailspin.dylib

0x1ff48b000 - 0x1ff49bfff AccessibilitySettingsLoader arm64e <cf994e934fa330b49f9ef5d768edb856> /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader

0x1ff77e000 - 0x1ffa40fff RawCamera arm64e <44f22d8339b93fb5af414f22db302ab2> /System/Library/CoreServices/RawCamera.bundle/RawCamera

0x1ffa85000 - 0x1ffa99fff libCGInterfaces.dylib arm64e <ebb93b2e9c943281847252bb7b8f41e5> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib

0x201fcb000 - 0x201fd6fff ContextKit arm64e <2e43b09ebfa73d358b5194562dc31e04> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit

0x202233000 - 0x20225afff CoreServicesInternal arm64e <27eae4b21bda3c3e8bcce72aa16b8704> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal

0x2028be000 - 0x2028c5fff EmailCore arm64e <c12e6d80c79c3e858005810d87b5e9ee> /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore

0x2028d3000 - 0x2028e5fff libGSFontCache.dylib arm64e <f48b656a6528340797eb7afd73800dda> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib

0x2028e6000 - 0x202916fff libTrueTypeScaler.dylib arm64e <f10836be5ce13e2dbe8058db560be4f8> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib

0x2043b4000 - 0x2043b8fff InternationalSupport arm64e <e69af9de8a01329aad4d5bf9c49599bb> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport

0x205795000 - 0x2057a1fff PersonaUI arm64e <c664879bfca0315ea53986426dba833d> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI

0x205bd8000 - 0x205be2fff SignpostCollection arm64e <671943d000d5375ebb1da6554bc5e3fa> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection

0x20662f000 - 0x206632fff XCTTargetBootstrap arm64e <01e874d9d911324e914792b44fa7dd0a> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap

0x206676000 - 0x206689fff libEDR arm64e <4fd415ac95703e828f463b5a2323d5cc> /System/Library/PrivateFrameworks/libEDR.framework/libEDR

0x207089000 - 0x207096fff libMobileGestaltExtensions.dylib arm64e <40a5385e26b336c9a3396a8a88b3f0fc> /usr/lib/libMobileGestaltExtensions.dylib

0x2071aa000 - 0x2071aafff libcharset.1.dylib arm64e <eaeb0c779a6d3b2cb6ffc68c5c99f370> /usr/lib/libcharset.1.dylib

0x207c30000 - 0x207c31fff libsandbox.1.dylib arm64e <b26b9aff8006359189724c2437fd3748> /usr/lib/libsandbox.1.dylib

0x207c70000 - 0x207c71fff liblog_network.dylib arm64e <2084162a569c3d0786ab7fa51126424c> /usr/lib/log/liblog_network.dylib

0x208259000 - 0x208262fff AuthenticationServices arm64e <e9a5f06a0350336aafcd88e9a1406706> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices

0x2082fd000 - 0x208440fff CoreServices arm64e <c2f57ff635113063b7a366a0747696fa> /System/Library/Frameworks/CoreServices.framework/CoreServices

0x20846a000 - 0x208483fff MPSRayIntersector arm64e <1d24d8408953374da6ef64d5533cd2f1> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector

0x2084b1000 - 0x2085d7fff Network arm64e <ff0f43a0ed9f3104a00bc771976288b7> /System/Library/Frameworks/Network.framework/Network

0x20869d000 - 0x2086abfff ANEServices arm64e <ee81b65572283cb293eb14ff8fbe83d0> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices

0x2086b0000 - 0x2086b4fff ASEProcessing arm64e <ef37630821233459b5d8f13a6d4b7632> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing

0x2086b5000 - 0x2086c0fff AXCoreUtilities arm64e <742e930e36cc38b2b6efb34e5fbfcbad> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities

0x208944000 - 0x208a95fff AppleMediaServices arm64e <76d093fd86ff3ade905ec20edf0f44c6> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices

0x208a96000 - 0x208aa5fff AppleNeuralEngine arm64e <98f9a3c6dabc3f9cb507cbc70ba98dab> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine

0x208c26000 - 0x208c5bfff C2 arm64e <94cba45be1e43af7a34a4c056d6903ce> /System/Library/PrivateFrameworks/C2.framework/C2

0x208dec000 - 0x208df7fff Categories arm64e <0ab7a89971fd3ce49b6c3ca281e722cb> /System/Library/PrivateFrameworks/Categories.framework/Categories

0x208ef4000 - 0x20901dfff ConfigurationEngineModel arm64e <3f6489103b6336c49cb368dcdcf4efca> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel

0x20917e000 - 0x209198fff DoNotDisturb arm64e <67f84778da61328a8ea0faa26bd06909> /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb

0x2092c0000 - 0x209315fff DocumentManager arm64e <da710f3e29213c3695b247fcf257aa2f> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager

0x20944e000 - 0x209452fff IdleTimerServices arm64e <746250ac9c7b3dae8dcc8cbb95b66bde> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices

0x209538000 - 0x209560fff MetadataUtilities arm64e <ffd9deba7a683e65b374361e78ec30c9> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities

0x20a6ad000 - 0x20a6bffff NewsAnalyticsUpload arm64e <8838c72278bb353b9717fb7e71a5fa6b> /System/Library/PrivateFrameworks/NewsAnalyticsUpload.framework/NewsAnalyticsUpload

0x20a6c2000 - 0x20a710fff OTSVG arm64e <a3a76a6878453d38822148c29edc6709> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG

0x20a808000 - 0x20a865fff PhotoFoundation arm64e <37797e10ed7f3096b1e7b642876bc4a3> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation

0x20a8b6000 - 0x20a8f8fff PhotosImagingFoundation arm64e <221c242378b5302ca105c867b1d80784> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation

0x20a95c000 - 0x20a9a9fff ROCKit arm64e <788fc2043a2e3a4f9cb54c410649a400> /System/Library/PrivateFrameworks/ROCKit.framework/ROCKit

0x20ab24000 - 0x20ab53fff RemoteConfiguration arm64e <8d7eeaffa9db376988cb96213684661f> /System/Library/PrivateFrameworks/RemoteConfiguration.framework/RemoteConfiguration

0x20ab63000 - 0x20abc8fff RemoteManagement arm64e <7c5d2ebcb36f35e8941b5381890e7d88> /System/Library/PrivateFrameworks/RemoteManagement.framework/RemoteManagement

0x20abce000 - 0x20abe0fff RemoteTextInput arm64e <92742f492bd73b22a110648f93f1d46e> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput

0x20ac08000 - 0x20ac9efff SampleAnalysis arm64e <581c1e2186693c339f4fd28a3b702e64> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis

0x20adf9000 - 0x20ae0dfff SiriInstrumentation arm64e <8dd5642cc94e341abc4a09b236ebebe1> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation

0x20ae50000 - 0x20ae57fff StatsKit arm64e <1f04bc4f0e0e3b86ae2dfa309da4fbf8> /System/Library/PrivateFrameworks/StatsKit.framework/StatsKit

0x20bab9000 - 0x20cbf8fff UIKitCore arm64e <f7dd9a4eea9337838282639e608d8289> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore

0x20cbf9000 - 0x20cc04fff UIKitServices arm64e <9ce8ee8ae40d3672937e29e6dedd9794> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices

0x20cc05000 - 0x20cc0bfff URLFormatting arm64e <2b92e3ad36a839988d52a51c51bf2a05> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting

0x20cc0c000 - 0x20cc2dfff UsageTracking arm64e <a33a21d75368388fa5a8a4d55dfe0400> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking



EOF