App crashes with EXC_BAD_ACCESS (SIGSEGV) on ipadOS 13.4 beta 5 in random locations.

We have a video player application which is crashing in iPadOS 13.4 beta 5. Same application will not crash on iOS 13.3.1 and iOS 11.0 stable releases. The crashes are very random accross the threads. Our app uses AVPlayer to play a set of contents present in the catalogue.


Observations:

1. App never crashes when installed for the first time and played contents.

2. App crashes from the second launch onwards.

3. Sometimes app crashes immediately after launch and sometimes after playing the content.


Debuged using Zombies, no report on any memory error. "Application terminated" message is reported after crash.


I am new to iOS development. Please help me in resolving this crash. Thanks.


I have edited app specific symbols in the below crash report by iOS crash reporter:

------------------------------------------------------------------


Incident Identifier: 31BB7054-C0FF-4745-BEFC-E53122FEA315

CrashReporter Key: 9cf8728b1f231724d77311d9e2c7c30d49276d54

Hardware Model: iPad7,5

Process: My App [464]

Path: /private/var/containers/Bundle/Application/93923C91-1534-47BA-B403-FCA865CC0E08/My App.app/My App

Identifier: com.arris.msc.videoplayer-ent

Version: 1.5.38 (5.4.7)

Code Type: ARM-64 (Native)

Role: Foreground

Parent Process: launchd [1]

Coalition: com.arris.msc.videoplayer-ent [607]





Date/Time: 2020-03-17 11:25:33.1773 +0530

Launch Time: 2020-03-17 11:24:27.6934 +0530

OS Version: iPhone OS 13.4 (17E5255a)

Release Type: Beta

Baseband Version: n/a

Report Version: 104



Exception Type: EXC_BAD_ACCESS (SIGSEGV)

Exception Subtype: KERN_INVALID_ADDRESS at 0x0000001000000004

VM Region Info: 0x1000000004 is not in any region. Bytes after previous region: 57445187589

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 [464]

Triggered by Thread: 18



Thread 0 name: Dispatch queue: com.apple.main-thread

Thread 0:

0 libsystem_kernel.dylib 0x00000001ae59f198 mach_msg_trap + 8

1 libsystem_kernel.dylib 0x00000001ae59e60c mach_msg + 72

2 CoreFoundation 0x00000001ae749a24 __CFRunLoopServiceMachPort + 148

3 CoreFoundation 0x00000001ae744a58 __CFRunLoopRun + 1160

4 CoreFoundation 0x00000001ae7442a4 CFRunLoopRunSpecific + 424

5 GraphicsServices 0x00000001b882c38c GSEventRunModal + 160

6 UIKitCore 0x00000001b284ebf4 UIApplicationMain + 1932

7 My App 0x0000000104bbb50c 0x104b84000 + 226572

8 libdyld.dylib 0x00000001ae5cb8f0 start + 4



Thread 1:

0 libsystem_pthread.dylib 0x00000001ae4e5738 start_wqthread + 0



Thread 2 name: com.apple.uikit.eventfetch-thread

Thread 2:

0 libsystem_kernel.dylib 0x00000001ae59f198 mach_msg_trap + 8

1 libsystem_kernel.dylib 0x00000001ae59e60c mach_msg + 72

2 CoreFoundation 0x00000001ae749a24 __CFRunLoopServiceMachPort + 148

3 CoreFoundation 0x00000001ae744a58 __CFRunLoopRun + 1160

4 CoreFoundation 0x00000001ae7442a4 CFRunLoopRunSpecific + 424

5 Foundation 0x00000001aea870ec -[NSRunLoop+ 33004 (NSRunLoop) runMode:beforeDate:] + 228

6 Foundation 0x00000001aea86fcc -[NSRunLoop+ 32716 (NSRunLoop) runUntilDate:] + 88

7 UIKitCore 0x00000001b28e831c -[UIEventFetcher threadMain] + 152

8 Foundation 0x00000001aebb5ef0 __NSThread__start__ + 848

9 libsystem_pthread.dylib 0x00000001ae4e1d98 _pthread_start + 156

10 libsystem_pthread.dylib 0x00000001ae4e574c thread_start + 8



Thread 3:

0 libsystem_kernel.dylib 0x00000001ae5c1104 __semwait_signal + 8

1 libsystem_c.dylib 0x00000001ae429748 nanosleep + 220

2 libsystem_c.dylib 0x00000001ae429540 sleep + 44

3 My App 0x0000000104c3d788 0x104b84000 + 759688

4 libsystem_pthread.dylib 0x00000001ae4e1d98 _pthread_start + 156

5 libsystem_pthread.dylib 0x00000001ae4e574c thread_start + 8



Thread 4:

0 libsystem_kernel.dylib 0x00000001ae5c1104 __semwait_signal + 8

1 libsystem_c.dylib 0x00000001ae429748 nanosleep + 220

2 My App 0x0000000104d09814 0x104b84000 + 1595412

3 My App 0x0000000104cf4514 0x104b84000 + 1508628

4 My App 0x0000000104d0cb54 0x104b84000 + 1608532

5 My App 0x0000000104cfc868 0x104b84000 + 1542248

6 libsystem_pthread.dylib 0x00000001ae4e1d98 _pthread_start + 156

7 libsystem_pthread.dylib 0x00000001ae4e574c thread_start + 8



Thread 5 name: AVAudioSession Notify Thread

Thread 5:

0 libsystem_kernel.dylib 0x00000001ae59f198 mach_msg_trap + 8

1 libsystem_kernel.dylib 0x00000001ae59e60c mach_msg + 72

2 CoreFoundation 0x00000001ae749a24 __CFRunLoopServiceMachPort + 148

3 CoreFoundation 0x00000001ae744a58 __CFRunLoopRun + 1160

4 CoreFoundation 0x00000001ae7442a4 CFRunLoopRunSpecific + 424

5 AVFAudio 0x00000001bb43eb90 GenericRunLoopThread::Entry+ 416656 (void*) + 156

6 AVFAudio 0x00000001bb48f820 CAPThread::Entry+ 747552 (CAPThread*) + 204

7 libsystem_pthread.dylib 0x00000001ae4e1d98 _pthread_start + 156

8 libsystem_pthread.dylib 0x00000001ae4e574c thread_start + 8



Thread 6:

0 libsystem_pthread.dylib 0x00000001ae4e5738 start_wqthread + 0



Thread 7 name: com.apple.coremedia.networkbuffering

Thread 7:

0 libsystem_kernel.dylib 0x00000001ae59f198 mach_msg_trap + 8

1 libsystem_kernel.dylib 0x00000001ae59e60c mach_msg + 72

2 CoreFoundation 0x00000001ae749a24 __CFRunLoopServiceMachPort + 148

3 CoreFoundation 0x00000001ae744a58 __CFRunLoopRun + 1160

4 CoreFoundation 0x00000001ae7442a4 CFRunLoopRunSpecific + 424

5 CoreFoundation 0x00000001ae745000 CFRunLoopRun + 60

6 CoreMedia 0x00000001b4fb8960 FigThreadGlobalNetworkBufferingRunloop + 24

7 CoreMedia 0x00000001b5003b94 figThreadMain + 268

8 libsystem_pthread.dylib 0x00000001ae4e1d98 _pthread_start + 156

9 libsystem_pthread.dylib 0x00000001ae4e574c thread_start + 8



Thread 8 name: com.apple.NSURLConnectionLoader

Thread 8:

0 libsystem_kernel.dylib 0x00000001ae59f198 mach_msg_trap + 8

1 libsystem_kernel.dylib 0x00000001ae59e60c mach_msg + 72

2 CoreFoundation 0x00000001ae749a24 __CFRunLoopServiceMachPort + 148

3 CoreFoundation 0x00000001ae744a58 __CFRunLoopRun + 1160

4 CoreFoundation 0x00000001ae7442a4 CFRunLoopRunSpecific + 424

5 CFNetwork 0x00000001b1a068e4 0x1b1a05000 + 6372

6 Foundation 0x00000001aebb5ef0 __NSThread__start__ + 848

7 libsystem_pthread.dylib 0x00000001ae4e1d98 _pthread_start + 156

8 libsystem_pthread.dylib 0x00000001ae4e574c thread_start + 8



Thread 9 name: com.apple.CFNetwork.CustomProtocols

Thread 9:

0 libsystem_kernel.dylib 0x00000001ae59f198 mach_msg_trap + 8

1 libsystem_kernel.dylib 0x00000001ae59e60c mach_msg + 72

2 CoreFoundation 0x00000001ae749a24 __CFRunLoopServiceMachPort + 148

3 CoreFoundation 0x00000001ae744a58 __CFRunLoopRun + 1160

4 CoreFoundation 0x00000001ae7442a4 CFRunLoopRunSpecific + 424

5 CFNetwork 0x00000001b1a068e4 0x1b1a05000 + 6372

6 Foundation 0x00000001aebb5ef0 __NSThread__start__ + 848

7 libsystem_pthread.dylib 0x00000001ae4e1d98 _pthread_start + 156

8 libsystem_pthread.dylib 0x00000001ae4e574c thread_start + 8



Thread 10:

0 libsystem_pthread.dylib 0x00000001ae4e5738 start_wqthread + 0



Thread 11:

0 libsystem_pthread.dylib 0x00000001ae4e5738 start_wqthread + 0



Thread 12:

0 libsystem_pthread.dylib 0x00000001ae4e5738 start_wqthread + 0



Thread 13:

0 libsystem_kernel.dylib 0x00000001ae59f1ec semaphore_timedwait_trap + 8

1 libdispatch.dylib 0x00000001ae437d0c _dispatch_sema4_timedwait$VARIANT$mp + 64

2 libdispatch.dylib 0x00000001ae4382a4 _dispatch_semaphore_wait_slow + 72

3 libdispatch.dylib 0x00000001ae446210 _dispatch_worker_thread + 308

4 libsystem_pthread.dylib 0x00000001ae4e1d98 _pthread_start + 156

5 libsystem_pthread.dylib 0x00000001ae4e574c thread_start + 8



Thread 14:

0 libsystem_pthread.dylib 0x00000001ae4e5738 start_wqthread + 0



Thread 15 name: Dispatch queue: com.apple.root.default-qos

Thread 15:

0 libsystem_kernel.dylib 0x00000001ae5c28b8 kevent_id + 8

1 libdispatch.dylib 0x00000001ae4541c0 _dispatch_kq_poll + 220

2 libdispatch.dylib 0x00000001ae454bb8 _dispatch_event_loop_wait_for_ownership$VARIANT$mp + 400

3 libdispatch.dylib 0x00000001ae44432c __DISPATCH_WAIT_FOR_QUEUE__ + 288

4 libdispatch.dylib 0x00000001ae443f6c _dispatch_sync_f_slow + 140

5 My App 0x0000000104bd684c 0x104b84000 + 337996

6 My App 0x0000000104c0de2c 0x104b84000 + 564780

7 My App 0x0000000104c0f090 0x104b84000 + 569488

8 libdispatch.dylib 0x00000001ae4909a8 _dispatch_call_block_and_release + 24

9 libdispatch.dylib 0x00000001ae491524 _dispatch_client_callout + 16

10 libdispatch.dylib 0x00000001ae44656c _dispatch_root_queue_drain + 684

11 libdispatch.dylib 0x00000001ae446bf8 _dispatch_worker_thread2 + 124

12 libsystem_pthread.dylib 0x00000001ae4e2b38 _pthread_wqthread + 212

13 libsystem_pthread.dylib 0x00000001ae4e5740 start_wqthread + 8



Thread 16:

0 libsystem_pthread.dylib 0x00000001ae4e5738 start_wqthread + 0



Thread 17:

0 libsystem_kernel.dylib 0x00000001ae59f1ec semaphore_timedwait_trap + 8

1 libdispatch.dylib 0x00000001ae437d0c _dispatch_sema4_timedwait$VARIANT$mp + 64

2 libdispatch.dylib 0x00000001ae4382a4 _dispatch_semaphore_wait_slow + 72

3 libdispatch.dylib 0x00000001ae446210 _dispatch_worker_thread + 308

4 libsystem_pthread.dylib 0x00000001ae4e1d98 _pthread_start + 156

5 libsystem_pthread.dylib 0x00000001ae4e574c thread_start + 8



Thread 18 name: Dispatch queue: sessionqueue_d

Thread 18 Crashed:

0 libobjc.A.dylib 0x00000001ae4fce2c lookUpImpOrForward + 148

1 libobjc.A.dylib 0x00000001ae4e9e9c _objc_msgSend_uncached + 60

2 libobjc.A.dylib 0x00000001ae4e9e9c _objc_msgSend_uncached + 60

3 CoreFoundation 0x00000001ae7f1504 __CFBasicHashDrain + 308

4 CoreFoundation 0x00000001ae74b84c _CFRelease + 224

5 CFNetwork 0x00000001b1bd657c 0x1b1a05000 + 1906044

6 CoreFoundation 0x00000001ae74b84c _CFRelease + 224

7 CFNetwork 0x00000001b1ad29a8 0x1b1a05000 + 842152

8 CoreFoundation 0x00000001ae74b84c _CFRelease + 224

9 CFNetwork 0x00000001b1ac0960 0x1b1a05000 + 768352

10 libobjc.A.dylib 0x00000001ae4ecc90 object_cxxDestructFromClass+ 19600 (objc_object*, objc_class*) + 112

11 libobjc.A.dylib 0x00000001ae500cc4 objc_destructInstance + 88

12 libobjc.A.dylib 0x00000001ae50773c _objc_rootDealloc + 52

13 CFNetwork 0x00000001b1a0eafc 0x1b1a05000 + 39676

14 CFNetwork 0x00000001b1a0e350 0x1b1a05000 + 37712

15 CFNetwork 0x00000001b1a0dee8 0x1b1a05000 + 36584

16 CFNetwork 0x00000001b1a59df0 0x1b1a05000 + 347632

17 libobjc.A.dylib 0x00000001ae4ecc90 object_cxxDestructFromClass+ 19600 (objc_object*, objc_class*) + 112

18 libobjc.A.dylib 0x00000001ae500cc4 objc_destructInstance + 88

19 libobjc.A.dylib 0x00000001ae50773c _objc_rootDealloc + 52

20 CoreFoundation 0x00000001ae715de0 __RELEASE_OBJECTS_IN_THE_ARRAY__ + 112

21 CoreFoundation 0x00000001ae6a417c -[__NSArrayM dealloc] + 272

22 libobjc.A.dylib 0x00000001ae50a04c AutoreleasePoolPage::releaseUntil+ 139340 (objc_object**) + 180

23 libobjc.A.dylib 0x00000001ae509f44 objc_autoreleasePoolPop + 224

24 libdispatch.dylib 0x00000001ae491504 _dispatch_last_resort_autorelease_pool_pop + 40

25 libdispatch.dylib 0x00000001ae43e2f4 _dispatch_lane_invoke$VARIANT$mp + 512

26 libdispatch.dylib 0x00000001ae44778c _dispatch_workloop_worker_thread + 588

27 libsystem_pthread.dylib 0x00000001ae4e2b74 _pthread_wqthread + 272

28 libsystem_pthread.dylib 0x00000001ae4e5740 start_wqthread + 8



Thread 19:

0 libsystem_pthread.dylib 0x00000001ae4e5738 start_wqthread + 0



Thread 20:

0 libsystem_pthread.dylib 0x00000001ae4e5738 start_wqthread + 0



Thread 21:

0 libsystem_kernel.dylib 0x00000001ae59f1ec semaphore_timedwait_trap + 8

1 libdispatch.dylib 0x00000001ae437d0c _dispatch_sema4_timedwait$VARIANT$mp + 64

2 libdispatch.dylib 0x00000001ae4382a4 _dispatch_semaphore_wait_slow + 72

3 libdispatch.dylib 0x00000001ae446210 _dispatch_worker_thread + 308

4 libsystem_pthread.dylib 0x00000001ae4e1d98 _pthread_start + 156

5 libsystem_pthread.dylib 0x00000001ae4e574c thread_start + 8



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

x0: 0x000000028198efa0 x1: 0x00000001e7f6d7aa x2: 0x00000001f8ab7b00 x3: 0x0000000000000003

x4: 0x0000000147dfa9b0 x5: 0x000000000000002c x6: 0x0000000000000000 x7: 0x00000001ae8aa4e0

x8: 0x0000001000000000 x9: 0x0000000000000000 x10: 0x00000001f8ab8cb0 x11: 0x00000001f8ab8cb0

x12: 0x00000001f8ab8cb0 x13: 0x000001a1f8ab7b00 x14: 0x000000006e44d000 x15: 0x000000000000009a

x16: 0x00000001f8ab7b00 x17: 0x00000001f8ab8c60 x18: 0x0000000000000000 x19: 0x0000000000000003

x20: 0x000000028198efa0 x21: 0x00000001e7f6d7aa x22: 0x00000001f8ab7b00 x23: 0x000000016b9930e0

x24: 0x0000000000000003 x25: 0x00000000a7baadb1 x26: 0x00000001ae4ea000 x27: 0x00000001f8ab3dbc

x28: 0x00000001f8abe000 fp: 0x000000016b9923c0 lr: 0x00000001ae4e9e9c

sp: 0x000000016b992350 pc: 0x00000001ae4fce2c cpsr: 0x60000000

esr: 0x92000005 (Data Abort) byte read Translation fault



Binary Images:

0x104b84000 - 0x104f3bfff My App arm64 <dceede66e99733ba85ec473566f3b86a> /var/containers/Bundle/Application/93923C91-1534-47BA-B403-FCA865CC0E08/My App.app/My App

0x105110000 - 0x10511bfff libobjc-trampolines.dylib arm64 <1396de58b8253a81a1fd1c67fe1125cb> /usr/lib/libobjc-trampolines.dylib

0x10512c000 - 0x10518ffff dyld arm64 <d2d31e0324ce39bf89c85bfed6942420> /usr/lib/dyld

0x1ae370000 - 0x1ae386fff libsystem_trace.dylib arm64 <ae3b768b7d1337f2a1c1cb0c1ec52db2> /usr/lib/system/libsystem_trace.dylib

0x1ae387000 - 0x1ae3b8fff libxpc.dylib arm64 <cf3912fdc85838b98e89440061e464ae> /usr/lib/system/libxpc.dylib

0x1ae3b9000 - 0x1ae3b9fff libsystem_blocks.dylib arm64 <cb87b27076573f798503b00f3639a17f> /usr/lib/system/libsystem_blocks.dylib

0x1ae3ba000 - 0x1ae435fff libsystem_c.dylib arm64 <ecfb2cbabd883d29bc9149ea07b04fe5> /usr/lib/system/libsystem_c.dylib

0x1ae436000 - 0x1ae4aafff libdispatch.dylib arm64 <c9da4fa1529633b18af81fcf23dcf679> /usr/lib/system/libdispatch.dylib

0x1ae4ab000 - 0x1ae4cbfff libsystem_malloc.dylib arm64 <7090aae79b9533048b74830fad4bb587> /usr/lib/system/libsystem_malloc.dylib

0x1ae4cc000 - 0x1ae4d6fff libsystem_platform.dylib arm64 <75b1c3a75b313d61a314dabd1e798014> /usr/lib/system/libsystem_platform.dylib

0x1ae4d7000 - 0x1ae4e7fff libsystem_pthread.dylib arm64 <04ee2098b13b34eb9ae00b218dea4ded> /usr/lib/system/libsystem_pthread.dylib

0x1ae4e8000 - 0x1ae519fff libobjc.A.dylib arm64 <578b613ad42b3b6db20a5521d827ad73> /usr/lib/libobjc.A.dylib

0x1ae51a000 - 0x1ae581fff libcorecrypto.dylib arm64 <78e280332c6835f3938fe14b138cb84d> /usr/lib/system/libcorecrypto.dylib

0x1ae582000 - 0x1ae59afff libc++abi.dylib arm64 <f9098f5212733b4db607feabb61933ad> /usr/lib/libc++abi.dylib

0x1ae59b000 - 0x1ae5c9fff libsystem_kernel.dylib arm64 <1df6e1b5e7ef32c6bb1970e7d5c0adcc> /usr/lib/system/libsystem_kernel.dylib

0x1ae5ca000 - 0x1ae5fcfff libdyld.dylib arm64 <32455b60a3053324b0ee832277570482> /usr/lib/system/libdyld.dylib

0x1ae5fd000 - 0x1ae605fff libsystem_darwin.dylib arm64 <9b176e35ce3b31a2a98306cd1cca82ad> /usr/lib/system/libsystem_darwin.dylib

0x1ae606000 - 0x1ae65ffff libc++.1.dylib arm64 <f602bfa606c534e1a88b236e5635ddb3> /usr/lib/libc++.1.dylib

0x1ae660000 - 0x1ae6a0fff libsystem_info.dylib arm64 <d3471c41088537879679136f84fcc2e4> /usr/lib/system/libsystem_info.dylib

0x1ae6a1000 - 0x1aea14fff CoreFoundation arm64 <d017ae6058a53bfb9e78d0a646a542af> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation

0x1aea15000 - 0x1aea7efff SystemConfiguration arm64 <697315a1b28d3d579d47dc80845f3593> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration

0x1aea7f000 - 0x1aed36fff Foundation arm64 <4e5d6e84397932b8b55ad0b5f4f7857d> /System/Library/Frameworks/Foundation.framework/Foundation

0x1aed37000 - 0x1aed69fff libCRFSuite.dylib arm64 <8f147fefedc83691bbdd1b67f28ec5dd> /usr/lib/libCRFSuite.dylib

0x1aed6a000 - 0x1aeee4fff CoreServices arm64 <0fe2f68a98c6314ca40eb2f93e188b80> /System/Library/Frameworks/CoreServices.framework/CoreServices

0x1aeee5000 - 0x1aef45fff libSparse.dylib arm64 <dae837bea3b133c49a5628ce02de995c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib

0x1aef46000 - 0x1af433fff ImageIO arm64 <debb0864a1fe3c83b6c5cdb4d1873446> /System/Library/Frameworks/ImageIO.framework/ImageIO

0x1af434000 - 0x1af436fff ConstantClasses arm64 <4a83d24b2e6532b98f429068a1434698> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses

0x1af437000 - 0x1af5d5fff CoreText arm64 <d6b0d9d80eb037c0b13b266d60e7656a> /System/Library/Frameworks/CoreText.framework/CoreText

0x1af5d6000 - 0x1af70bfff Security arm64 <0986cf39ac2c3299bf4a98f8e3787cc0> /System/Library/Frameworks/Security.framework/Security

0x1af70c000 - 0x1af7affff IOKit arm64 <bfb951c255043b798bb3e2eaf6cebee3> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit

0x1af7b0000 - 0x1af7e7fff libMobileGestalt.dylib arm64 <0ae49c6249f836749bba5e7e1e8c6142> /usr/lib/libMobileGestalt.dylib

0x1af7e8000 - 0x1af844fff libprotobuf.dylib arm64 <01cf57f085933ff2a9267af98407c751> /usr/lib/libprotobuf.dylib

0x1af845000 - 0x1af856fff libprotobuf-lite.dylib arm64 <f6d86df8336139fa91ea1275d8caa5d7> /usr/lib/libprotobuf-lite.dylib

0x1af857000 - 0x1afaa7fff libicucore.A.dylib arm64 <dabe5bc67abc35449494cfbaaf3fb8b6> /usr/lib/libicucore.A.dylib

0x1afaa8000 - 0x1afad1fff CoreServicesInternal arm64 <d61415cda01b3bee95859fd85a3c1a84> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal

0x1afad2000 - 0x1afb19fff WirelessDiagnostics arm64 <7d71954382123177b60a7928ef961827> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics

0x1afb1a000 - 0x1afb53fff libAWDSupport.dylib arm64 <139840e06acb3a6d88d2a470f9621e65> /usr/lib/libAWDSupport.dylib

0x1afb54000 - 0x1affd7fff CoreAudio arm64 <72de43f34b9f3b9fb13cb1c48505b92b> /System/Library/Frameworks/CoreAudio.framework/CoreAudio

0x1affd8000 - 0x1b02a4fff CoreImage arm64 <448e83469fcc3cd79971f99bb3233f93> /System/Library/Frameworks/CoreImage.framework/CoreImage

0x1b02a5000 - 0x1b0393fff LanguageModeling arm64 <c7456f6df9e7327fa037697518a15079> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling

0x1b0394000 - 0x1b03dafff Lexicon arm64 <1163ccd9487734b9b11d6f52b0f3ac51> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon

0x1b03db000 - 0x1b055dfff libsqlite3.dylib arm64 <af7fa3f16bef3bdba902e1bd4f87141e> /usr/lib/libsqlite3.dylib

0x1b055e000 - 0x1b0590fff MobileKeyBag arm64 <b27189b244b5348da2790b64dff65669> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag

0x1b0591000 - 0x1b059afff libsystem_notify.dylib arm64 <3a417be1e6933253a9a8ed076af06b50> /usr/lib/system/libsystem_notify.dylib

0x1b059b000 - 0x1b077bfff CoreDuet arm64 <addde6e2598a3a3a8674822e6afb9464> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet

0x1b077c000 - 0x1b08befff Montreal arm64 <b198835996223ad58149aaf1170ba3c3> /System/Library/PrivateFrameworks/Montreal.framework/Montreal

0x1b08bf000 - 0x1b09a5fff NLP arm64 <b1ac53c04fe1382985ba38f93585512d> /System/Library/PrivateFrameworks/NLP.framework/NLP

0x1b09a6000 - 0x1b09c3fff CellularPlanManager arm64 <cb98bfc656533ad6814fabf13e5a128a> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager

0x1b09c4000 - 0x1b0a01fff AppSupport arm64 <9092ada6671c373c8b5394033cdd49db> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport

0x1b0a02000 - 0x1b0ed3fff libnetwork.dylib arm64 <563b21b9d0a830928322c0af50fb52a0> /usr/lib/libnetwork.dylib

0x1b0ed4000 - 0x1b0fe0fff ManagedConfiguration arm64 <2a85bc86b6ee38f38ea12a93854ad96b> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration

0x1b0fe1000 - 0x1b100afff CoreServicesStore arm64 <85765fdba3453f3f9173390025319b41> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore

0x1b100b000 - 0x1b102bfff UserManagement arm64 <4bfcf7fa58e23a79883425ae9f2160be> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement

0x1b102c000 - 0x1b12e3fff CoreML arm64 <c69fd07b82553f9fad6cd43cdcd51846> /System/Library/Frameworks/CoreML.framework/CoreML

0x1b12e4000 - 0x1b12fafff ProtocolBuffer arm64 <7590cf3d3a043ffba0ea0b620876ac5b> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer

0x1b12fb000 - 0x1b1315fff CommonUtilities arm64 <1b693c577aaf3629bcda0802afc68323> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities

0x1b1316000 - 0x1b1316fff libenergytrace.dylib arm64 <85d33b0fe86a3df4981d09b80a2028cc> /usr/lib/libenergytrace.dylib

0x1b1317000 - 0x1b134dfff RunningBoardServices arm64 <2e88b6deb5b130d9925615d0706440f6> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices

0x1b134e000 - 0x1b13cafff BaseBoard arm64 <6ab8c6825acc3d1390d5f96da7f93c2a> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard

0x1b13cb000 - 0x1b191ffff SiriTTS arm64 <7761d52c544936ebb5c1717953991360> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS

0x1b1920000 - 0x1b1992fff CoreLocation arm64 <2cd8d5cc8c113979ba743ca5db5f976b> /System/Library/Frameworks/CoreLocation.framework/CoreLocation

0x1b19a0000 - 0x1b19f3fff Accounts arm64 <350e862acb713af6bc309555a2fb8b3f> /System/Library/Frameworks/Accounts.framework/Accounts

0x1b1a05000 - 0x1b1d66fff CFNetwork arm64 <0cb062735b4f33ce85d4fad617522a2f> /System/Library/Frameworks/CFNetwork.framework/CFNetwork

0x1b1d67000 - 0x1b1e45fff UIFoundation arm64 <0ad745daf8c6323ba9bc6bbecf8eaaec> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation

0x1b1e46000 - 0x1b2f13fff UIKitCore arm64 <fa00f6a3cb07351c997255517324a862> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore

0x1b2f14000 - 0x1b2f21fff AssertionServices arm64 <bd0485014c833ee580c32f447f120586> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices

0x1b2f22000 - 0x1b2ff4fff CoreTelephony arm64 <8f6d65ec580c38128f9ca1f73a113e30> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony

0x1b2ff5000 - 0x1b2ffafff AggregateDictionary arm64 <38bcac797d7133dc9d84556b60229b6e> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary

0x1b2ffb000 - 0x1b3011fff libsystem_asl.dylib arm64 <0e7e024d60803e63a3d4f6feae0193ff> /usr/lib/system/libsystem_asl.dylib

0x1b3012000 - 0x1b308afff CloudDocs arm64 <768c835ec8163e598862585cbcb92545> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs

0x1b308b000 - 0x1b33b3fff CoreData arm64 <4055c255e4d739888a4ff6672171e224> /System/Library/Frameworks/CoreData.framework/CoreData

0x1b33b4000 - 0x1b35d9fff Vision arm64 <1293ce10f7593f368832e35d44403d60> /System/Library/Frameworks/Vision.framework/Vision

0x1b35da000 - 0x1b361cfff PhotoFoundation arm64 <75c6a71f502c306f973b1aee6a3dd83b> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation

0x1b361d000 - 0x1b3647fff BoardServices arm64 <4d37e6639ded3cbc99654dab43cb3f28> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices

0x1b3648000 - 0x1b36fcfff libboringssl.dylib arm64 <6072aa407c8e33d493709f54ee6c8733> /usr/lib/libboringssl.dylib

0x1b36fd000 - 0x1b370bfff libsystem_networkextension.dylib arm64 <10c449941ce83902a4b9c82b31b7be0e> /usr/lib/system/libsystem_networkextension.dylib

0x1b370c000 - 0x1b372cfff CoreAnalytics arm64 <6d581f0d387d38008800ca3c07cf7e64> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics

0x1b372d000 - 0x1b389cfff CloudKit arm64 <319a704e17b4347b9bf290b131df13a1> /System/Library/Frameworks/CloudKit.framework/CloudKit

0x1b389d000 - 0x1b38eafff SpringBoardServices arm64 <00c2a75863983f7e977e3c587185a4fa> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices

0x1b38eb000 - 0x1b395dfff FrontBoardServices arm64 <b7c8e09f18453f3e970c1aa9715b8be4> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices

0x1b395e000 - 0x1b3a85fff Network arm64 <afcea05df83b3a5886dc691451b3db88> /System/Library/Frameworks/Network.framework/Network

0x1b3a86000 - 0x1b3ae2fff libusrtcp.dylib arm64 <d60a2c695d3a31fba6515910cb87146f> /usr/lib/libusrtcp.dylib

0x1b3ae3000 - 0x1b3aeafff libsystem_symptoms.dylib arm64 <15e6eb0370b533579e93b66479414c1d> /usr/lib/system/libsystem_symptoms.dylib

0x1b3aeb000 - 0x1b49d4fff GeoServices arm64 <902018e710a0331ebaaa9477dc9e317b> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices

0x1b49d5000 - 0x1b49ddfff TCC arm64 <73764b0c74b73f778db3c004061bf43a> /System/Library/PrivateFrameworks/TCC.framework/TCC

0x1b49de000 - 0x1b4a37fff IMFoundation arm64 <a2c11b754f5538ecb4e1d482f0a7852f> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation

0x1b4a38000 - 0x1b4baafff CoreUtils arm64 <f4e4fc46407b39d598233479f4547718> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils

0x1b4c5d000 - 0x1b4c92fff ImageCaptureCore arm64 <eea9c795c4e235fd9aa118617f3fd742> /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore

0x1b4c93000 - 0x1b4c9cfff libsystem_containermanager.dylib arm64 <a6026361c29333dbad32730f0c1cc0b7> /usr/lib/system/libsystem_containermanager.dylib

0x1b4c9d000 - 0x1b4d18fff AppleAccount arm64 <7018107dedd63e888d5c6e8e0fbf93db> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount

0x1b4d19000 - 0x1b4d33fff ApplePushService arm64 <6f8f2b683f9637d2ab36865b733b2e28> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService

0x1b4d34000 - 0x1b4e1cfff IDS arm64 <e9378a3c518f3136a39c634c6ba66231> /System/Library/PrivateFrameworks/IDS.framework/IDS

0x1b4e1d000 - 0x1b4f47fff IDSFoundation arm64 <63344dac89663b6bb7c5bb690dea1c9f> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation

0x1b4f48000 - 0x1b4f49fff libCTGreenTeaLogger.dylib arm64 <ffea0ae1353a3a209dc3b38efc8b8f42> /usr/lib/libCTGreenTeaLogger.dylib

0x1b4fae000 - 0x1b50aefff CoreMedia arm64 <364a46bbce1d3caa86d7c83a0e18b96f> /System/Library/Frameworks/CoreMedia.framework/CoreMedia

0x1b50af000 - 0x1b50befff UIKitServices arm64 <708fd21dcf3932f6ab902fe79c81cea2> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices

0x1b50bf000 - 0x1b5112fff BackBoardServices arm64 <27635c1ab54e39bf8bfefda60c987434> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices

0x1b5113000 - 0x1b5364fff QuartzCore arm64 <78fb7648269c3b4ebe24b08d3edf9e97> /System/Library/Frameworks/QuartzCore.framework/QuartzCore

0x1b5365000 - 0x1b542cfff ColorSync arm64 <78f722c4f7c73fc8b31e237ef6b50b37> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync

0x1b542d000 - 0x1b599cfff CoreGraphics arm64 <90f75b9c2a5f3dee8d1b395d83dd01b2> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics

0x1b599d000 - 0x1b5accfff Contacts arm64 <9ca8cc6bb54b3d90b169e882bed2f71a> /System/Library/Frameworks/Contacts.framework/Contacts

0x1b5acd000 - 0x1b5afbfff UserNotifications arm64 <2834bbbeb7ac3b03860ac62794ed3e6f> /System/Library/Frameworks/UserNotifications.framework/UserNotifications

0x1b5afc000 - 0x1b5b1ffff LocationSupport arm64 <b54069f63db33d048d09644e242113ef> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport

0x1b5b20000 - 0x1b5c7bfff Sharing arm64 <89c3005597ec3e9280e51df8575fa6ed> /System/Library/PrivateFrameworks/Sharing.framework/Sharing

0x1b5c7c000 - 0x1b62b9fff WebKit arm64 <03a85a2eb5aa3cb78bf5e4c3edbf1073> /System/Library/Frameworks/WebKit.framework/WebKit

0x1b62ba000 - 0x1b806bfff WebCore arm64 <071055881f883ed5a502fb5300807806> /System/Library/PrivateFrameworks/WebCore.framework/WebCore

0x1b806c000 - 0x1b8084fff libAccessibility.dylib arm64 <e8389d1767c53c378f4512a5d754fb5a> /usr/lib/libAccessibility.dylib

0x1b8085000 - 0x1b8090fff AXCoreUtilities arm64 <86f731d260c63ac69062d86979dafa42> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities

0x1b8091000 - 0x1b8104fff ContactsFoundation arm64 <13c8b56810b33d1b8cb9e5b913517ab1> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation

0x1b8105000 - 0x1b8119fff PowerLog arm64 <8ca31dc2572b3f2d9f7a5afdb48ffd45> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog

0x1b811a000 - 0x1b812bfff IOSurface arm64 <4596a9d72b253b27966ffa86fe9c2f41> /System/Library/Frameworks/IOSurface.framework/IOSurface

0x1b812c000 - 0x1b8828fff MediaToolbox arm64 <28cd8ee18b8935299e273d9fa3680523> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox

0x1b8829000 - 0x1b8831fff GraphicsServices arm64 <953d208631db393daf68e8d83a35c299> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices

0x1b8832000 - 0x1b8918fff AccessibilityUtilities arm64 <d41fb7a8c80c376f999a7e44fc6c5d5d> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities

0x1b8919000 - 0x1b8b0efff AVFoundation arm64 <e90fcc255c9d344f813679a7f8f2fe24> /System/Library/Frameworks/AVFoundation.framework/AVFoundation

0x1b8b0f000 - 0x1b8b46fff OnBoardingKit arm64 <dac556e9370b3bc894b6353106cd2fe1> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit

0x1b8b47000 - 0x1b8b95fff MobileWiFi arm64 <081a672395433a2281719633b84bd5f5> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi

0x1b8b96000 - 0x1b8baefff MobileAsset arm64 <6e7beb6adfd337f3b9cc4fbfa48c9409> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset

0x1b8baf000 - 0x1b8bbcfff libGSFont.dylib arm64 <2a81d555fb773c5d9593ea19ce82abc9> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib

0x1b8bbd000 - 0x1b8bc6fff FontServices arm64 <9fa39dfe905d3b4e86b2450a97f4c6b7> /System/Library/PrivateFrameworks/FontServices.framework/FontServices

0x1b8bc7000 - 0x1b8d10fff libFontParser.dylib arm64 <40ba4e77f9203e7dbf28d80231159cc6> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib

0x1b8d11000 - 0x1b8d5cfff AXRuntime arm64 <2ea49c8f298630cd95e328447f127844> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime

0x1b8d5d000 - 0x1b8d5ffff libAXSafeCategoryBundle.dylib arm64 <0140ddd1d01a34cfa6d6be609a605619> /usr/lib/libAXSafeCategoryBundle.dylib

0x1b8d60000 - 0x1b8e99fff SearchFoundation arm64 <b290bf568a5b3adf854741085b2c7448> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation

0x1b8e9a000 - 0x1b8fb9fff Preferences arm64 <c04249ddd61630f084e7180ea0f477f7> /System/Library/PrivateFrameworks/Preferences.framework/Preferences

0x1b8fba000 - 0x1b9627fff PhotoLibraryServices arm64 <ab7bda2be8d93e528879454069a5cdf1> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices

0x1b9628000 - 0x1b988cfff vImage arm64 <502cf11fdba2374ebd7bf9aff7bef302> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage

0x1b988d000 - 0x1b9a7dfff AudioToolbox arm64 <a9bd677e012832459ae84d14a7a621ab> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox

0x1b9a7e000 - 0x1b9ab0fff libAudioToolboxUtility.dylib arm64 <ca4e80ddeb4c376b94cd0a764f25f0c6> /usr/lib/libAudioToolboxUtility.dylib

0x1b9ab1000 - 0x1b9c6dfff ContactsUI arm64 <017421708d9b30118e5f585184af6f42> /System/Library/Frameworks/ContactsUI.framework/ContactsUI

0x1b9c6e000 - 0x1b9cd7fff UIAccessibility arm64 <8cef502fafc0335581b73c2ce3fbeaef> /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility

0x1b9cd8000 - 0x1b9edbfff Photos arm64 <3a5b28ed25da3c91999fc98d8b51f3ee> /System/Library/Frameworks/Photos.framework/Photos

0x1b9edc000 - 0x1b9f70fff ShareSheet arm64 <1f0230849dfc34daa8061efde614786c> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet

0x1b9f71000 - 0x1b9f84fff BaseBoardUI arm64 <f5e4985ec2943cb09f08b7f495c36a41> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI

0x1b9f85000 - 0x1ba038fff PDFKit arm64 <747b3a53caf93bff83b7f1bb1d248d96> /System/Library/Frameworks/PDFKit.framework/PDFKit

0x1ba0b6000 - 0x1ba0e3fff DocumentManager arm64 <4ac280010133329690d523242926ac15> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager

0x1ba0e4000 - 0x1ba33dfff libmecabra.dylib arm64 <2f35dda826f13797a9f4c81698284870> /usr/lib/libmecabra.dylib

0x1ba33e000 - 0x1ba3b5fff AuthKit arm64 <905c0cef94183c1fb6f0c96dbd983c25> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit

0x1ba3b6000 - 0x1ba7d2fff Intents arm64 <d6c87228a1033c0d925ad2a39a411b61> /System/Library/Frameworks/Intents.framework/Intents

0x1ba7d3000 - 0x1ba7e7fff libCGInterfaces.dylib arm64 <2456a96dc64a3454b2e7256329c8fef1> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib

0x1ba7e8000 - 0x1ba947fff WebKitLegacy arm64 <231fc1928622393a86db4bf3fd69f47a> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy

0x1ba948000 - 0x1ba9b2fff TextInput arm64 <139b7e3235173576956804521a9eed57> /System/Library/PrivateFrameworks/TextInput.framework/TextInput

0x1ba9b3000 - 0x1baa2dfff AXMediaUtilities arm64 <40ff56bcbff0327fb2d865e24ef3e54a> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities

0x1baa2e000 - 0x1baa31fff XCTTargetBootstrap arm64 <91446c42985a3bad89a9126082b0fea0> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap

0x1baa32000 - 0x1baae6fff CorePDF arm64 <6a69a2caaa02358e8bb580d5b18ec392> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF

0x1baae7000 - 0x1bab21fff AccessibilityUIUtilities arm64 <e76fcb04106838b5970bee056187778e> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities

0x1bab22000 - 0x1baed2fff MediaPlayer arm64 <2bd6dc7814d438b3bd7d9f0fd2a0daed> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer

0x1baed3000 - 0x1bb1eafff AppleMediaServices arm64 <8bba0d21c7103189a58569c20eb4b19b> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices

0x1bb1eb000 - 0x1bb211fff CacheDelete arm64 <f2b6270d95c939d88c1bce16c815c80e> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete

0x1bb212000 - 0x1bb3d8fff CoreMotion arm64 <70ec9198a9f432a5a0e710cf17d2f80c> /System/Library/Frameworks/CoreMotion.framework/CoreMotion

0x1bb3d9000 - 0x1bb4c6fff AVFAudio arm64 <dca7746f0ad33430b40153f85aab4f38> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio

0x1bb4c7000 - 0x1bb6e3fff RawCamera arm64 <e788d1def89c33f19b7976eb555c5cb3> /System/Library/CoreServices/RawCamera.bundle/RawCamera

0x1bb6e4000 - 0x1bb79afff CoreUI arm64 <d278387a8da1338ca9205166cac24015> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI

0x1bb79b000 - 0x1bb7befff AppSupportUI arm64 <b2f6c9de17ba3957875c79a268d43263> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI

0x1bb7bf000 - 0x1bb7f4fff CoreVideo arm64 <8d4dc3edb3cf397a9dc3e90223fb8b50> /System/Library/Frameworks/CoreVideo.framework/CoreVideo

0x1bb7f5000 - 0x1bba23fff AudioToolboxCore arm64 <bcfdc8b5d6733f25a075edbdb66fdee0> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore

0x1bba24000 - 0x1bba67fff CoreDuetContext arm64 <f36b52b093e93ca2b9f8756a9acb35ff> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext

0x1bba68000 - 0x1bbaa2fff SetupAssistant arm64 <65f5e090c78f306388f3986007c86173> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant

0x1bbaa3000 - 0x1bbb5ffff TelephonyUtilities arm64 <f59fc46466573ab093fbbef55a0725b0> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities

0x1bbb60000 - 0x1bbb8afff PlugInKit arm64 <e8ff19ec1c0c3c229bd61b00198e8181> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit

0x1bbf0e000 - 0x1bc049fff AssistantServices arm64 <24560fab9cf93140b10395c40b1c0e10> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices

0x1bc04a000 - 0x1bc0a9fff ProactiveSupport arm64 <63c0f5e4f8b33c6ba931f077611ed2be> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport

0x1bc0aa000 - 0x1bc2ebfff MapKit arm64 <8f7baf1555fd3d0a863d7252fab222a9> /System/Library/Frameworks/MapKit.framework/MapKit

0x1bc2ec000 - 0x1bc308fff PrototypeTools arm64 <52690f07304e32a9be33aef87f2c93fb> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools

0x1bc309000 - 0x1bc3fafff MediaExperience arm64 <2974c3f6f3e434da9e1973f537899ec2> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience

0x1bc3fb000 - 0x1bc6cafff ********* arm64 <1e6ca9c70441302895e91804ed2f51ba> /System/Library/PrivateFrameworks/*********.framework/*********

0x1bc6cb000 - 0x1bc727fff CallKit arm64 <201453bf4f3a37caa965d9c9a3a5d1f7> /System/Library/Frameworks/CallKit.framework/CallKit

0x1bc8ea000 - 0x1bcfe0fff VectorKit arm64 <f4cc2c770aae32a1973d5db35ff36885> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit

0x1bcfe1000 - 0x1bd0b0fff AVKit arm64 <6640bc004f9c3ab0aef1a6d0633884ab> /System/Library/Frameworks/AVKit.framework/AVKit

0x1bd0b1000 - 0x1bd0dffff Pegasus arm64 <c2be50659f2a3f85a85a8a7f0dfecc27> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus

0x1bd0e0000 - 0x1bd0e2fff libapp_launch_measurement.dylib arm64 <721661a4a8063683912523794fe6ccd9> /usr/lib/libapp_launch_measurement.dylib

0x1bd0f8000 - 0x1bd15afff CoreSpotlight arm64 <763e5cf924253454833b718c5b21c1b1> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight

0x1bd15b000 - 0x1bd1f2fff AddressBookLegacy arm64 <f850c4f4760334f2856d99dcd94e2a7b> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy

0x1bd1f3000 - 0x1bd202fff CrashReporterSupport arm64 <a18191056af43ccc895199f7fa4ae679> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport

0x1bd203000 - 0x1bd215fff MobileBluetooth arm64 <2ff4c23dd9ea319e8a95421bc846feec> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth

0x1bd216000 - 0x1bd2cffff LinkPresentation arm64 <f7669350f6633ffd9128e56fcfcc175a> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation

0x1bd308000 - 0x1bd30cfff libsystem_configuration.dylib arm64 <b33fc61d527e3705aa7fe9f3ddd18794> /usr/lib/system/libsystem_configuration.dylib

0x1bd4f3000 - 0x1bd501fff HangTracer arm64 <38978b017b7831f580f94cca3dcae205> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer

0x1bd502000 - 0x1bd567fff CoreNLP arm64 <04b56eaf84153a8891936abea2fc3ed2> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP

0x1bd568000 - 0x1bd569fff liblangid.dylib arm64 <dfe2f42435c034388995c0ed9cb0cdee> /usr/lib/liblangid.dylib

0x1bd56a000 - 0x1be3f4fff JavaScriptCore arm64 <6a6b3dc3013337eaa70b6dfbc0bd0f02> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore

0x1be3f5000 - 0x1be482fff libTelephonyUtilDynamic.dylib arm64 <102bdf3725503ce3b34c3ae89b14c8cd> /usr/lib/libTelephonyUtilDynamic.dylib

0x1be497000 - 0x1be715fff StoreServices arm64 <5dbdba1167013719b7bc40e246ab4356> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices

0x1be716000 - 0x1be71ffff IOMobileFramebuffer arm64 <702a7cec48773c649f7a26c544d4e049> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer

0x1be8a6000 - 0x1bea7dfff Message arm64 <b31cb2a27c983d82a7b1865d8cc2e07d> /System/Library/PrivateFrameworks/Message.framework/Message

0x1bea95000 - 0x1beaaffff CoreMaterial arm64 <444b2f6753853cfd9560da62819b3f1a> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial

0x1beab0000 - 0x1beb95fff libxml2.2.dylib arm64 <9799c685bce739fa9594b8d0ba6e5a2c> /usr/lib/libxml2.2.dylib

0x1c0402000 - 0x1c044afff MetadataUtilities arm64 <ce828e14b9843577bbfa6e0dd329d8cc> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities

0x1c0dd3000 - 0x1c0fe4fff NetworkExtension arm64 <7697bb7e27be3cdaaddb77a75d503281> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension

0x1c0fe5000 - 0x1c101afff DataDetectorsCore arm64 <a757e6cd43183b989ca758f3f03ed07d> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore

0x1c101b000 - 0x1c107afff CalendarFoundation arm64 <ff2707a6962437238fd699051705abd7> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation

0x1c107b000 - 0x1c116dfff EventKit arm64 <45cba9d019503883a8438ece66926d82> /System/Library/Frameworks/EventKit.framework/EventKit

0x1c116e000 - 0x1c11a4fff MediaServices arm64 <c1c8266b2a32396d9b6e25d07983c573> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices

0x1c12b0000 - 0x1c144ffff PencilKit arm64 <4767a631a0a3396ba38f8536cbb40efb> /System/Library/Frameworks/PencilKit.framework/PencilKit

0x1c1450000 - 0x1c1571fff MessageUI arm64 <358bdda106d936ec864ab3c555223668> /System/Library/Frameworks/MessageUI.framework/MessageUI

0x1c15bf000 - 0x1c15fefff BiometricKit arm64 <276f7920c38d39d390190ff8f085ab6c> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit

0x1c15ff000 - 0x1c1629fff PersistentConnection arm64 <d2462a4b69d73265ba3f65fda46258ff> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection

0x1c162a000 - 0x1c167dfff CalendarDaemon arm64 <48a8037fa09b3ddebcb505dfc7a6eba5> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon

0x1c167e000 - 0x1c1714fff CalendarDatabase arm64 <4ab2a3c8760b3a1b96aa22e98e4ca815> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase

0x1c1715000 - 0x1c1902fff MediaRemote arm64 <53a09b7f86d733f687a8dabf99a0eada> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote

0x1c1903000 - 0x1c190bfff CorePhoneNumbers arm64 <509506629cab343ca109c87b320235b5> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers

0x1c191c000 - 0x1c1942fff DuetActivityScheduler arm64 <be59f76e03613610ab8943c2f1272420> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler

0x1c1a05000 - 0x1c1a44fff ContactsAutocompleteUI arm64 <d8838f1e7a4c37aeaa767bd513a10f7b> /System/Library/PrivateFrameworks/ContactsAutocompleteUI.framework/ContactsAutocompleteUI

0x1c1a45000 - 0x1c1a67fff CoreSVG arm64 <fc30f10af6083ea9acc9578e715a051c> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG

0x1c1a82000 - 0x1c1a9ffff ProactiveEventTracker arm64 <f8dfb00d8e33358da64bdb577234e0a7> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker

0x1c1aa0000 - 0x1c1aabfff MallocStackLogging arm64 <761eb817b2ec3ad997b854db354eb7c3> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging

0x1c1aac000 - 0x1c1b40fff CoreSuggestions arm64 <b4d2623bdb3538b5abf1cc2abb1e0975> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions

0x1c2548000 - 0x1c2555fff BluetoothManager arm64 <a3405fe849d4378fb2cacf6994e22c4a> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager

0x1c2556000 - 0x1c258bfff CoreBluetooth arm64 <cf7bf953cce4319fb6d83712b8a16574> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth

0x1c258c000 - 0x1c258efff libsystem_sandbox.dylib arm64 <bc183aeaf3553bd2af16e4775fa89f73> /usr/lib/system/libsystem_sandbox.dylib

0x1c2676000 - 0x1c26adfff TextInputUI arm64 <6db626f5f1c435ae9b53a297c31e5b91> /System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI

0x1c26f9000 - 0x1c2765fff Rapport arm64 <9bde437e50d431d9b877b688165dd22a> /System/Library/PrivateFrameworks/Rapport.framework/Rapport

0x1c2766000 - 0x1c27a9fff OSAnalytics arm64 <bf65a78930053066a7d517b3e3be1fce> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics

0x1c27aa000 - 0x1c27d8fff MobileInstallation arm64 <579f8cd3283e38e8922e8397b45ec21d> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation

0x1c27d9000 - 0x1c2873fff Metal arm64 <2af3ce5020f43d828de2c023a8737679> /System/Library/Frameworks/Metal.framework/Metal

0x1c2874000 - 0x1c2879fff IOAccelerator arm64 <dd2d94f4232f36b1b4d142df521f1588> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator

0x1c287a000 - 0x1c2885fff MediaAccessibility arm64 <a5c036d4101639f78345759e257b0a26> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility

0x1c28a3000 - 0x1c28aafff libsystem_dnssd.dylib arm64 <b73528618c2636f28b23608b7c626b95> /usr/lib/system/libsystem_dnssd.dylib

0x1c28ab000 - 0x1c28b1fff PushKit arm64 <7f5f15f3c1d133f4af71a0328d850150> /System/Library/Frameworks/PushKit.framework/PushKit

0x1c28b2000 - 0x1c29b7fff FileProvider arm64 <ab2f9fec45cc383180433d57bfdc389f> /System/Library/Frameworks/FileProvider.framework/FileProvider

0x1c29cc000 - 0x1c29cdfff BackgroundTaskAgent arm64 <983c15646c433fc89e51ab22c23a690a> /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent

0x1c29ce000 - 0x1c29d3fff LinguisticData arm64 <06093fd1b04632f783cc762f49b7cb68> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData

0x1c29fe000 - 0x1c2a17fff DoNotDisturb arm64 <0c93ff1638ef327b9821e3bc00de736e> /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb

0x1c2a18000 - 0x1c2ad3fff ************ arm64 <0b2731e004563f698c79c459e64aa0cc> /System/Library/Frameworks/************.framework/************

0x1c2f07000 - 0x1c2f08fff MessageSupport arm64 <4ac03daf69de34a5bf4b7ffe6f993bef> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport

0x1c302e000 - 0x1c3036fff SymptomDiagnosticReporter arm64 <2dbcd8a8766b3727a48ab0aebf09c849> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter

0x1c3037000 - 0x1c3039fff IOSurfaceAccelerator arm64 <f854e762c6e537268a09560c9ed5cc43> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator

0x1c303a000 - 0x1c30e8fff AssetsLibraryServices arm64 <35e7ab85ff5231c89b8643bdae675a9a> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices

0x1c30e9000 - 0x1c3117fff DataAccessExpress arm64 <fc884d22e5d835e98df15354a87cb6ae> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress

0x1c3118000 - 0x1c3186fff EmailFoundation arm64 <5a0f15c1ac6e32d1bbb0562c23c01b6c> /System/Library/PrivateFrameworks/EmailFoundation.framework/EmailFoundation

0x1c3187000 - 0x1c319cfff CoreFollowUp arm64 <85b68876632530bbaa59625984a72047> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp

0x1c319d000 - 0x1c31a5fff FamilyCircle arm64 <eea205c2ebef31da9971039caf4641d2> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle

0x1c31a6000 - 0x1c31bbfff libcoretls.dylib arm64 <3536310259f73a519504172381f575c5> /usr/lib/libcoretls.dylib

0x1c3212000 - 0x1c32a3fff libate.dylib arm64 <ee69b33087c530b4bc375f988df7fa49> /usr/lib/libate.dylib

0x1c4553000 - 0x1c45a1fff FTServices arm64 <95b2342a41e630edbb4bbfe8f4557782> /System/Library/PrivateFrameworks/FTServices.framework/FTServices

0x1c4642000 - 0x1c4652fff MaterialKit arm64 <4167d8622aa33e398ab475bfe839e928> /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit

0x1c4653000 - 0x1c46bdfff SAObjects arm64 <0c54979fe3623f12a036a2a06690dd30> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects

0x1c46be000 - 0x1c46c8fff CoreRecents arm64 <617f56e9f6d63705bc1fa389ba8a7b7b> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents

0x1c46c9000 - 0x1c470ffff MIME arm64 <2c4682b092a63443a2163bfad877050d> /System/Library/PrivateFrameworks/MIME.framework/MIME

0x1c4771000 - 0x1c477efff DataMigration arm64 <c88aed7378c3357fabd5335f4d34ea8c> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration

0x1c4883000 - 0x1c48defff EmailCore arm64 <a77070c59a1933999dce43072446e1c4> /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore

0x1c4932000 - 0x1c4956fff IconServices arm64 <19cd583f1f703347b7af3559d6bd0ba8> /System/Library/PrivateFrameworks/IconServices.framework/IconServices

0x1c4957000 - 0x1c4b43fff iTunesCloud arm64 <2a2458f6dc51347eaa71b20f4df13057> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud

0x1c4b44000 - 0x1c4e08fff MusicLibrary arm64 <02b0fedced873537a7ae2ee486291cb7> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary

0x1c4e09000 - 0x1c4e0afff WatchdogClient arm64 <7df3b82b41aa36f99aaced5b4e207bb0> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient

0x1c4e0b000 - 0x1c4e1cfff libprequelite.dylib arm64 <d6476db45dc63808b302b13a3d2b7602> /usr/lib/libprequelite.dylib

0x1c4e47000 - 0x1c4e57fff CoreEmoji arm64 <f07fc6b47ca532e1aedffe5aa4dd40ca> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji

0x1c4e58000 - 0x1c4eeffff Email arm64 <ae57e9fad9a034bb905ab8842f9bba8e> /System/Library/PrivateFrameworks/Email.framework/Email

0x1c4ef0000 - 0x1c4f52fff ClassKit arm64 <80921473b60a324b9a47383ceeba1412> /System/Library/Frameworks/ClassKit.framework/ClassKit

0x1c4fbe000 - 0x1c4fcbfff CPMS arm64 <71cd167344693df280d2927e77bd9919> /System/Library/PrivateFrameworks/CPMS.framework/CPMS

0x1c4fcc000 - 0x1c4fd4fff RTCReporting arm64 <8f5cc7cd3d3632778fce3013fdc671d5> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting

0x1c5130000 - 0x1c517cfff MobileBackup arm64 <a19dcd55f7a133e293d9e7001e63e997> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup

0x1c522b000 - 0x1c5232fff CoreTime arm64 <5fdd8db01e9f35e68c6cf8a3134347b3> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime

0x1c54d5000 - 0x1c5523fff DataAccess arm64 <e078ccf75db43220b8fe6057499a777f> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess

0x1c585f000 - 0x1c58b2fff ToneLibrary arm64 <7e144f192a8a36b498df7548e898c35a> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary

0x1c5b4c000 - 0x1c5b6afff AppConduit arm64 <660c6671d92e385884c791b93cdc52e6> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit

0x1c5b6b000 - 0x1c5b83fff IntlPreferences arm64 <5a85ec3a6ab935cf9fb4f6ff5d9225d8> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences

0x1c5f29000 - 0x1c5ffbfff CoreBrightness arm64 <ea256f9368bd3093837830d7914df2eb> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness

0x1c5ffc000 - 0x1c6003fff libIOReport.dylib arm64 <ef33c895188e3974b23cf4bad6a28cf4> /usr/lib/libIOReport.dylib

0x1c618c000 - 0x1c63bffff libBNNS.dylib arm64 <a940416f58433438a031d68fe007da3d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib

0x1c63c0000 - 0x1c63c7fff StudyLog arm64 <7550859728c336079dc06c8a01d58bf2> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog

0x1c75dc000 - 0x1c75eefff LocalAuthentication arm64 <e4710699050a3d0b9d0e6a379463e82c> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication

0x1c75ef000 - 0x1c75f3fff CommunicationsFilter arm64 <95c8ef8db6463d9a8d95916f5c1dcd64> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter

0x1c7617000 - 0x1c7622fff CaptiveNetwork arm64 <872ee2ecfe3637f98a37c7f015ea7d82> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork

0x1c7773000 - 0x1c7823fff libBLAS.dylib arm64 <8a97fd6ad3b43b73b2224d575c8e751b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib

0x1c7824000 - 0x1c7832fff CTCarrierSpace arm64 <2fb7a42fbab83b56b044efdcd79ce87e> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace

0x1c82ee000 - 0x1c8309fff libtailspin.dylib arm64 <efe72066acf435f59122d59b73069e62> /usr/lib/libtailspin.dylib

0x1c8366000 - 0x1c837afff ContactsDonation arm64 <cb88671dc9613390bf981170ffd911b2> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation

0x1c83c5000 - 0x1c83cefff MobileActivation arm64 <84fddc1cd5e0346886be94828e8fd408> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation

0x1c844f000 - 0x1c845dfff MobileIcons arm64 <1e02c04d9ac138d5a2e21449f6e34d59> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons

0x1c845e000 - 0x1c855dfff ResponseKit arm64 <e032ca2dd9c8335f8024620670abe4e2> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit

0x1c857a000 - 0x1c85b3fff Notes arm64 <db9fd2933be631cf90d935dc9be9d396> /System/Library/PrivateFrameworks/Notes.framework/Notes

0x1c85b4000 - 0x1c85cbfff MetalKit arm64 <c8a2f3688b30341a82e2685e170d3232> /System/Library/Frameworks/MetalKit.framework/MetalKit

0x1c8624000 - 0x1c866efff CoreHaptics arm64 <f382fe88a0be3dffaf613879c33b89d7> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics

0x1c866f000 - 0x1c8737fff ProofReader arm64 <ef0e8c04f6fb3460b9c09f7d3fefabfa> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader

0x1c8786000 - 0x1c8791fff EmailAddressing arm64 <c3ca55e1556735ad844f341642b641dc> /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing

0x1c8792000 - 0x1c87a7fff MailServices arm64 <771fe1043aa83d5cb73353e7e1836eda> /System/Library/PrivateFrameworks/MailServices.framework/MailServices

0x1c87a8000 - 0x1c8837fff CoreSymbolication arm64 <ab3fbfb76c4032519104bf39183fd4b0> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication

0x1c8838000 - 0x1c883efff IdleTimerServices arm64 <f3f2bead4a053bb89922cd7622b6dab8> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices

0x1c8a05000 - 0x1c8a08fff FTClientServices arm64 <2f863347bac73d55a0f8c26e6c912519> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices

0x1c8a09000 - 0x1c8a6efff ContactsUICore arm64 <c335bc1a4ec2312ca42b753b3f695154> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore

0x1c8ec9000 - 0x1c8f10fff LoggingSupport arm64 <0e97ccc84a873ea9a60548d057aa1e39> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport

0x1c9014000 - 0x1c906dfff ProtectedCloudStorage arm64 <9c4c1972be6939df8ec2effaf276325f> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage

0x1c9154000 - 0x1c915cfff OpenGLES arm64 <b62725dc18543c30bc6bfc9c17565d30> /System/Library/Frameworks/OpenGLES.framework/OpenGLES

0x1c92bc000 - 0x1c92c4fff libGFXShared.dylib arm64 <b5a86de365643051ad16a64b417a33d0> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib

0x1c92c5000 - 0x1c92fafff SharedUtils arm64 <584e0d70f33939b7ba98a78263d55625> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils

0x1c92fb000 - 0x1c9348fff PhotosFormats arm64 <37f16ae0b8053af696549e8554570759> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats

0x1ca6f5000 - 0x1ca731fff StreamingZip arm64 <f42c2399fdc231cfb044af0f05194c69> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip

0x1cb5a5000 - 0x1cb5a8fff InternationalTextSearch arm64 <4223e37c7f1d33fc838f99d7b40b1f41> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch

0x1cb5c6000 - 0x1cb5e2fff AssetCacheServices arm64 <c2820f5a5687336293d632cca0e0986d> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices

0x1cbf50000 - 0x1cbf55fff IncomingCallFilter arm64 <cdda96952522326cb317265dd37d1dcf> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter

0x1cbf71000 - 0x1cbf89fff NetworkStatistics arm64 <4d7003a6c1e73f528d39941abc7a1502> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics

0x1cc3f4000 - 0x1cc3fafff Netrb arm64 <a17536c23efa3a25a406cca937042661> /System/Library/PrivateFrameworks/Netrb.framework/Netrb

0x1cc3fe000 - 0x1cc431fff EAP8021X arm64 <da97c0b4c4db326eb3e6c577f2dc3f49> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X

0x1cc432000 - 0x1cc434fff OSAServicesClient arm64 <58db64e642c1364c814e879e58b1c446> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient

0x1cc5b8000 - 0x1cc5bcfff libgermantok.dylib arm64 <a4e4040dd2f4364c86971abe849452de> /usr/lib/libgermantok.dylib

0x1cc5bd000 - 0x1cc66ffff libmecab.dylib arm64 <ce9b8670971b378ebe7596edbe3bf0f9> /usr/lib/libmecab.dylib

0x1cc817000 - 0x1cc853fff VoiceServices arm64 <26537cfc89533de8952c42f9968767f0> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices

0x1cc854000 - 0x1cc96afff Navigation arm64 <8e713a212e7b357086c3302071c4edc6> /System/Library/PrivateFrameworks/Navigation.framework/Navigation

0x1ccc72000 - 0x1ccc80fff CoreDuetDaemonProtocol arm64 <b7089b6f82293055beab4cb76976e9b7> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol

0x1ccc81000 - 0x1ccca0fff FTAWD arm64 <4e2797cdc24938318f4ff09df0f810fa> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD

0x1ce24e000 - 0x1ce250fff OAuth arm64 <a0a844f139ee38c291339ed92aa2fce3> /System/Library/PrivateFrameworks/OAuth.framework/OAuth

0x1ce4eb000 - 0x1ce526fff DifferentialPrivacy arm64 <b81fcc6942fd3f77a18fcc45921da1f3> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy

0x1ce7d8000 - 0x1ce96ffff EmailDaemon arm64 <c4562297883c388bae9fb21a086e0d4f> /System/Library/PrivateFrameworks/EmailDaemon.framework/EmailDaemon

0x1cecd3000 - 0x1cecfefff MailSupport arm64 <112d058b25c634e5bac7e1a4849c972b> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport

0x1cecff000 - 0x1ced6dfff libarchive.2.dylib arm64 <5ba4b3f502b935f188f984503c3a0b3a> /usr/lib/libarchive.2.dylib

0x1ced6e000 - 0x1ced9efff C2 arm64 <9714f193927430089e0cede668c59c84> /System/Library/PrivateFrameworks/C2.framework/C2

0x1ced9f000 - 0x1cedd2fff NaturalLanguage arm64 <808cfa50132d317ca89c6781ae86257e> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage

0x1cee65000 - 0x1cee66fff libsystem_coreservices.dylib arm64 <1216e5a0280b3c4e8b37301c62f0cd0b> /usr/lib/system/libsystem_coreservices.dylib

0x1cee78000 - 0x1cee8afff libmis.dylib arm64 <5c72772397fc3ebaa7e413d6062814df> /usr/lib/libmis.dylib

0x1ceee1000 - 0x1ceeeefff DCIMServices arm64 <9c7ffbe2ee253d369b78922e72ecead1> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices

0x1ceeef000 - 0x1cf03ffff CloudPhotoLibrary arm64 <fbc1d93a55e83846937c59e6c2c15340> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary

0x1cf040000 - 0x1cf079fff ContactsAutocomplete arm64 <37506e182caa3661bc6b44a8a9c8e309> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete

0x1cf07a000 - 0x1cf082fff libcopyfile.dylib arm64 <afd8103c1d7d3b9c9a96cdcc42a6e656> /usr/lib/system/libcopyfile.dylib

0x1cf3e5000 - 0x1cf479fff AccountsDaemon arm64 <2ceba283d633367b84f90a64620ed5b0> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon

0x1cf47a000 - 0x1cf485fff AppleIDSSOAuthentication arm64 <a10bbc2d6bd236829c438a56c23d5d0f> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication

0x1cf486000 - 0x1cf499fff SettingsFoundation arm64 <a5dcc42d6ba53010a002c9b7eaf7cc20> /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation

0x1cf5d2000 - 0x1cf654fff Symbolication arm64 <0176be16f36a3fd18d3b38c4e25f5a41> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication

0x1cf808000 - 0x1cf855fff ChunkingLibrary arm64 <a4e2b07abf8a385b85e8d764d2ebe461> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary

0x1cf859000 - 0x1cf85dfff DAAPKit arm64 <d9bb2149481031cabf64be10c8218a74> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit

0x1cfd32000 - 0x1cfd34fff CoreDuetDebugLogging arm64 <e431b6cd0d6b34cd87a204899826cbd7> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging

0x1d0859000 - 0x1d0897fff SignpostSupport arm64 <b586288896843e07a439e736bc4761e5> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport

0x1d0b22000 - 0x1d0b2bfff SignpostCollection arm64 <9e8527cd01253d5cbfffe06c7ce07aa0> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection

0x1d1257000 - 0x1d125dfff URLFormatting arm64 <e5139435da40343aa465eec219882acd> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting

0x1d1272000 - 0x1d1318fff MMCS arm64 <9b051703b9ff3583af93f8e341fdcff6> /System/Library/PrivateFrameworks/MMCS.framework/MMCS

0x1d1370000 - 0x1d159cfff MobileSpotlightIndex arm64 <93435894775b355f941ee63d9344a783> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex

0x1d19bb000 - 0x1d1a01fff CoreLocationProtobuf arm64 <cf77c9b28b3536cfb7036c0ba4e4d72b> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf

0x1d1ab4000 - 0x1d1b30fff Quagga arm64 <945de6d562843819b92dceb85aac3d60> /System/Library/PrivateFrameworks/Quagga.framework/Quagga

0x1d1dc6000 - 0x1d1dd4fff libAXSpeechManager.dylib arm64 <76d0127facd13b02b6cc9fa0693f522b> /usr/lib/libAXSpeechManager.dylib

0x1d1e39000 - 0x1d1e4efff libEDR arm64 <02fe4214ab0a37a394b7064bcea7d200> /System/Library/PrivateFrameworks/libEDR.framework/libEDR

0x1d2a6a000 - 0x1d2a77fff libperfcheck.dylib arm64 <064224455ed6358587ffd1bcd062b915> /usr/lib/libperfcheck.dylib

0x1d2a78000 - 0x1d2a83fff libAudioStatistics.dylib arm64 <dbfeee0cc4fa367ca408130157df78c7> /usr/lib/libAudioStatistics.dylib

0x1d2c44000 - 0x1d2c54fff caulk arm64 <405819a15b1e3f4198ec897923187d86> /System/Library/PrivateFrameworks/caulk.framework/caulk

0x1d2c93000 - 0x1d2c99fff MobileSystemServices arm64 <0f46e208913233dba3b03618f6b6cac6> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices

0x1d2e2f000 - 0x1d2e48fff TextToSpeech arm64 <65674be8fe7a30ac94428ebed84b47af> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech

0x1d3db7000 - 0x1d3dc1fff HID arm64 <5e7da7d8e627363e99bf09e1977ead0c> /System/Library/PrivateFrameworks/HID.framework/HID

0x1d3dee000 - 0x1d3e27fff libGLImage.dylib arm64 <375469cfd03030d39feb569733ebedf5> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib

0x1d4221000 - 0x1d4232fff libSparseBLAS.dylib arm64 <1c9f1007c24e3db5876fbe418a3ba503> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib

0x1d4233000 - 0x1d4246fff Engram arm64 <893dff83cd2c3568a7630c9484426d76> /System/Library/PrivateFrameworks/Engram.framework/Engram

0x1d42bd000 - 0x1d42f7fff DataDetectorsNaturalLanguage arm64 <fadea0945ac43e2fbf8fa12100c96561> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage

0x1d45ee000 - 0x1d45f6fff FSEvents arm64 <36a13ef4462f3c69943bc9b5a8abc5c9> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents

0x1d45f7000 - 0x1d4673fff CoreDAV arm64 <25eaa35f570e34f78079bddd1375a010> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV

0x1d4fbb000 - 0x1d4fcbfff RemoteTextInput arm64 <db273cab40f73214a9f370489219474e> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput

0x1d4ff4000 - 0x1d5023fff iCalendar arm64 <ba7ce38ce50d3451b8d9a083935463fe> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar

0x1d5040000 - 0x1d5049fff CloudPhotoServices arm64 <c3b51340a3743e0d9016725d57959c00> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices

0x1d5088000 - 0x1d509cfff libLinearAlgebra.dylib arm64 <80f00a09f93e360d9b6ef35b7883828f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib

0x1d522b000 - 0x1d5232fff CertUI arm64 <f7ff0f12797f38e78165bd6ce6d07467> /System/Library/PrivateFrameworks/CertUI.framework/CertUI

0x1d5317000 - 0x1d5325fff CoreAUC arm64 <73954099e62935eba5cbbbf4ef349167> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC

0x1d5cb4000 - 0x1d5cfafff PhysicsKit arm64 <fe34dd7567ee3be292523af0770e86e4> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit

0x1d5cfb000 - 0x1d5d4cfff CorePrediction arm64 <e4c7619c5fc63fcdb445f8588652dce9> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction

0x1d613c000 - 0x1d6189fff SafariSafeBrowsing arm64 <04ba2ffdcd663e7e82115d122dceae2d> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing

0x1d6537000 - 0x1d65adfff HomeSharing arm64 <f1e4c78053e837f0a12aedaa15e67440> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing

0x1d663b000 - 0x1d6659fff GenerationalStorage arm64 <d9691bf8bafa3349ac4145ce0cdcf717> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage

0x1d66bc000 - 0x1d66c7fff PersonaKit arm64 <388be0176ada306099b8b33d76837e37> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit

0x1d66c8000 - 0x1d66d4fff PersonaUI arm64 <3144168ee25a37c497cd64774a848255> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI

0x1d6ae0000 - 0x1d6ae5fff kperf arm64 <37495977a25732cebc118ba4d3ab1744> /System/Library/PrivateFrameworks/kperf.framework/kperf

0x1d6cbd000 - 0x1d6cf0fff libpcap.A.dylib arm64 <43a089e6821032c7b08ad01c1c5944ad> /usr/lib/libpcap.A.dylib

0x1d7027000 - 0x1d70c1fff libvDSP.dylib arm64 <76375e092cdb311185ec8ed1d8f4bfc9> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib

0x1d70c2000 - 0x1d70ecfff vCard arm64 <ff95bab1f2c837ac885fe9333e6a7672> /System/Library/PrivateFrameworks/vCard.framework/vCard

0x1d7134000 - 0x1d71befff SampleAnalysis arm64 <8e57cc007fe13599ab4a7f1f23bdafd3> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis

0x1d71bf000 - 0x1d71cbfff IntentsFoundation arm64 <c55003f2dbbc368dade0c492ded2df06> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation

0x1d73b3000 - 0x1d7442fff MediaPlatform arm64 <2dd3c559a8133eb2916d8ae6196805cb> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform

0x1d7443000 - 0x1d7753fff MediaLibraryCore arm64 <d8767cdefb27382f828709a43ea5e8a3> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore

0x1d77b6000 - 0x1d77eefff PhotosImagingFoundation arm64 <5bc625b006363f0abba8c8672****3ed> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation

0x1d77ef000 - 0x1d7811fff MediaConversionService arm64 <52ab4f44bf71315f9b1b5b85c6a872e8> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService

0x1d7812000 - 0x1d782ffff MediaStream arm64 <2fc78721d2c132fab91e0e91769138b2> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream

0x1d7830000 - 0x1d792afff CoreMediaStream arm64 <1b2ffbc90dd13012a388004f6ba8c32b> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream

0x1d7b24000 - 0x1d7b24fff Accelerate arm64 <9818869ce13333be8f6636eea59aedc8> /System/Library/Frameworks/Accelerate.framework/Accelerate

0x1d7b25000 - 0x1d7e3afff libLAPACK.dylib arm64 <ecf6ecb160603efa80f4e4e5c4e00c30> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib

0x1d7e3b000 - 0x1d7e3ffff libQuadrature.dylib arm64 <c468f5a9fef23d87b585cc935e4d599a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib

0x1d7e40000 - 0x1d7e99fff libvMisc.dylib arm64 <b8e6e5df07b13d71885b0ac30b051e88> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib

0x1d7e9a000 - 0x1d7e9afff vecLib arm64 <b52984345da233bb9108b4b63a4b26a6> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib

0x1d7ffc000 - 0x1d804cfff CoreMIDI arm64 <3bf3069b580338b4adba834543242ff1> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI

0x1d824a000 - 0x1d8277fff GSS arm64 <5c16ddae80423988af5898fa7c8a9500> /System/Library/Frameworks/GSS.framework/GSS

0x1d828a000 - 0x1d82bbfff MPSCore arm64 <58a383d6dfcb342ead90ca13e7d303f6> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore

0x1d82bc000 - 0x1d8338fff MPSImage arm64 <6118273e3c743699946c99f24b7284dd> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage

0x1d8339000 - 0x1d835afff MPSMatrix arm64 <7f1bcca3fc5c328385044d5e310f7102> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix

0x1d835b000 - 0x1d836ffff MPSNDArray arm64 <781b016f025330fe9b07e00a795fae17> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray

0x1d8370000 - 0x1d8500fff MPSNeuralNetwork arm64 <43d47d6edde539cf96bd5e9e519b0b49> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork

0x1d8501000 - 0x1d8545fff MPSRayIntersector arm64 <f1af324085913ef5b11329170dab352f> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector

0x1d8546000 - 0x1d8546fff MetalPerformanceShaders arm64 <f14f1af8ecef3a68898783ced14139aa> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders

0x1d8553000 - 0x1d8553fff MobileCoreServices arm64 <63e1c040029b366ab6c3d3e0a7b05c6a> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices

0x1d855e000 - 0x1d855ffff libCVMSPluginSupport.dylib arm64 <07d96b985a89313492a29a4dc0247909> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib

0x1d8560000 - 0x1d8566fff libCoreFSCache.dylib arm64 <d4dd1fb947f23b119fab4c07b298596a> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib

0x1d8567000 - 0x1d856cfff libCoreVMClient.dylib arm64 <1036846b950c31b79375927cc41017dd> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib

0x1d85a1000 - 0x1d85d8fff QuickLookThumbnailing arm64 <9d19db84a2263c8a9c02a22aac53a47c> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing

0x1d8a09000 - 0x1d8a09fff UIKit arm64 <81a29ee98d6a3b14824283816b0dc9f3> /System/Library/Frameworks/UIKit.framework/UIKit

0x1d8a2b000 - 0x1d8aedfff VisionKit arm64 <c6a40ee00fe33eed99d0dfda7952fa21> /System/Library/Frameworks/VisionKit.framework/VisionKit

0x1d8cbd000 - 0x1d8e0ffff ANECompiler arm64 <a7faf56ffaac3d60a68f32fb50849f39> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler

0x1d8e10000 - 0x1d8e20fff ANEServices arm64 <d5338f9e9d603b3e93c7d830d8ca2644> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices

0x1d8e29000 - 0x1d8eb9fff APFS arm64 <14a88a4cc4b73495bdb4da71cc312127> /System/Library/PrivateFrameworks/APFS.framework/APFS

0x1d8fc6000 - 0x1d9008fff AccessibilitySharedSupport arm64 <ffa11874c9173eb48ba91b135273f7a0> /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/AccessibilitySharedSupport

0x1d9064000 - 0x1d906ffff AccountSettings arm64 <7495362224da36b89db93f4481d53493> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings

0x1d997d000 - 0x1d998bfff AppleFSCompression arm64 <c02351fcfe743dbd84d6da62167e8c1a> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression

0x1d9992000 - 0x1d999cfff AppleIDAuthSupport arm64 <0690676bea8f392e9313c27aae45e79e> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport

0x1d999d000 - 0x1d99defff AppleJPEG arm64 <099b5766f05834659406445d9872fa32> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG

0x1d9a27000 - 0x1d9a38fff AppleNeuralEngine arm64 <76584b52abe83ad78007220d6967906f> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine

0x1d9a3f000 - 0x1d9a62fff AppleSauce arm64 <cfa6cc4d96653e909439dd905f11c0cf> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce

0x1d9c5b000 - 0x1d9c8bfff Bom arm64 <830cce40004e3f3c81f70fd80284e1bb> /System/Library/PrivateFrameworks/Bom.framework/Bom

0x1da6e3000 - 0x1da6eafff CommonAuth arm64 <9f15caf6978638a2a1ec7af75f50c4a8> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth

0x1da9de000 - 0x1daacffff CoreHandwriting arm64 <5755de17464c3c64a80af6fc4271647f> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting

0x1daae5000 - 0x1daae9fff CoreOptimization arm64 <54772cdf3e80302598dc996dd2f393a5> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization

0x1dac34000 - 0x1dac3ffff DeviceIdentity arm64 <7252c0f3e633343ab2498d87706640f1> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity

0x1dadce000 - 0x1dade9fff DocumentManagerCore arm64 <83883ec2a26234809bb9e256931d8bcd> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore

0x1dae9f000 - 0x1db4fafff Espresso arm64 <dda24d0ddc03371d9f5402f12a984e4a> /System/Library/PrivateFrameworks/Espresso.framework/Espresso

0x1db7ac000 - 0x1dbbbdfff FaceCore arm64 <5742a2d4bac23fbfb9d1410167c84f50> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore

0x1dbc8e000 - 0x1dbca2fff libGSFontCache.dylib arm64 <d0232f69d81c345e8f92be0a14899e74> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib

0x1dbd06000 - 0x1dbd12fff libhvf.dylib arm64 <25725268889732d0ac1eaaf2a62d6fc7> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib

0x1dbd34000 - 0x1dbd48fff Futhark arm64 <e87f21c291403791a1f4b9a22b7b2250> /System/Library/PrivateFrameworks/Futhark.framework/Futhark

0x1dca15000 - 0x1dca21fff GraphVisualizer arm64 <2e08de6540223277a9ef79511ea09c28> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer

0x1dcd12000 - 0x1dcd82fff Heimdal arm64 <5af72e869dbd303b8c4638de3158b81f> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal

0x1dd2cd000 - 0x1dd2d3fff InternationalSupport arm64 <e34ccea04bca30a49e69a30f135d2105> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport

0x1dd573000 - 0x1dd573fff Marco arm64 <ac3856f19f8b3c1b8a2be17f376f387a> /System/Library/PrivateFrameworks/Marco.framework/Marco

0x1dda60000 - 0x1dda73fff MobileDeviceLink arm64 <b21a16edee383fce99c3f25bc844506e> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink

0x1ddd27000 - 0x1ddd66fff OTSVG arm64 <1391675a914a30bf9429cc3f332aca25> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG

0x1de3aa000 - 0x1de3aafff PhoneNumbers arm64 <4b87468a71eb3ae196e8a37febabf099> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers

0x1dfcc7000 - 0x1dfccbfff RevealCore arm64 <748884c5f01e3745940db78bb6caad2c> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore

0x1dfdc1000 - 0x1dfdf2fff ScreenReaderCore arm64 <ebcf1ef64e6f30d48a8ba8a4682f00ef> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore

0x1dfe58000 - 0x1dfe64fff SetupAssistantSupport arm64 <e73fbdb3a9e53e49baf339dff57fd4f8> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport

0x1dfe82000 - 0x1dfe82fff SignpostMetrics arm64 <ed663d5547023f11b6bfbd1401f9e751> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics

0x1dfeb0000 - 0x1dfee0fff SiriInstrumentation arm64 <fdbb1609659b3b9d9ba34eee8f6e8589> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation

0x1e06d7000 - 0x1e07f2fff TextRecognition arm64 <baad9f9d273a33be8d555a524d59c146> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition

0x1e07f3000 - 0x1e0894fff TextureIO arm64 <7f2c5b5b8dba3643ba95e19489d87b6b> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO

0x1e1802000 - 0x1e1d5ffff libwebrtc.dylib arm64 <b46c60e3701e3872bddbd1fb51f02ed3> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib

0x1e1ef6000 - 0x1e1efefff kperfdata arm64 <a76227d6280033349c6bd291728aad95> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata

0x1e1eff000 - 0x1e1f46fff ktrace arm64 <4234c1dd741c33989be838d29c9b46a5> /System/Library/PrivateFrameworks/ktrace.framework/ktrace

0x1e1f5f000 - 0x1e1f6bfff perfdata arm64 <5dd9933e11e23614b9fe34a023790b45> /System/Library/PrivateFrameworks/perfdata.framework/perfdata

0x1e2363000 - 0x1e268cfff libAWDSupportFramework.dylib arm64 <7368d3e16f373d58855b763bd79b7c05> /usr/lib/libAWDSupportFramework.dylib

0x1e2836000 - 0x1e2840fff libChineseTokenizer.dylib arm64 <bdea9dc87ae63edc9d13993e8293cad4> /usr/lib/libChineseTokenizer.dylib

0x1e286a000 - 0x1e2a1cfff libFosl_dynamic.dylib arm64 <2605118da37d3508a9c12ac2a94e95f8> /usr/lib/libFosl_dynamic.dylib

0x1e2a97000 - 0x1e2a9efff libMatch.1.dylib arm64 <ba5829a398fa3687a890abd4d853c8f9> /usr/lib/libMatch.1.dylib

0x1e2b5d000 - 0x1e2b5efff libSystem.B.dylib arm64 <657cee018d4735de9c02940dbfabc9dc> /usr/lib/libSystem.B.dylib

0x1e2b67000 - 0x1e2b69fff libThaiTokenizer.dylib arm64 <546421e45b233a709a37674cab4154bf> /usr/lib/libThaiTokenizer.dylib

0x1e2c68000 - 0x1e2c7dfff libapple_nghttp2.dylib arm64 <5f90de9a7b06307894795bf6a342d772> /usr/lib/libapple_nghttp2.dylib

0x1e2cf6000 - 0x1e2d06fff libbsm.0.dylib arm64 <dc044f6dfafc39fbbc561917eba99a51> /usr/lib/libbsm.0.dylib

0x1e2d07000 - 0x1e2d13fff libbz2.1.0.dylib arm64 <be0fa34ee375338f9bf648586e0487ec> /usr/lib/libbz2.1.0.dylib

0x1e2d14000 - 0x1e2d14fff libcharset.1.dylib arm64 <f510994d2df3332ea0ace96f41ea8511> /usr/lib/libcharset.1.dylib

0x1e2d15000 - 0x1e2d26fff libcmph.dylib arm64 <868e540214083454972a815ec560cd08> /usr/lib/libcmph.dylib

0x1e2d27000 - 0x1e2d3efff libcompression.dylib arm64 <1b064c6b3f3539d988203ed3f23a401e> /usr/lib/libcompression.dylib

0x1e2d3f000 - 0x1e2d40fff libcoretls_cfhelpers.dylib arm64 <c349e33d8975370690504c3a0c0c70a1> /usr/lib/libcoretls_cfhelpers.dylib

0x1e2d41000 - 0x1e2d47fff libcupolicy.dylib arm64 <671a9396c92e3376b86ecba0426ea0fa> /usr/lib/libcupolicy.dylib

0x1e2d87000 - 0x1e2d90fff libdscsym.dylib arm64 <18af2eec18d83a7b9187d2451b656a78> /usr/lib/libdscsym.dylib

0x1e2d91000 - 0x1e2dadfff libedit.3.dylib arm64 <fabc62ef2d963f91b8e18a8c06660534> /usr/lib/libedit.3.dylib

0x1e2dd7000 - 0x1e2ddcfff libheimdal-asn1.dylib arm64 <c07786624a08320090fd5b0355797b16> /usr/lib/libheimdal-asn1.dylib

0x1e2ddd000 - 0x1e2ecefff libiconv.2.dylib arm64 <d660ad9770823104b6f52cef7a804b1c> /usr/lib/libiconv.2.dylib

0x1e2ee4000 - 0x1e2eeffff liblockdown.dylib arm64 <41283a2094db358f86abf967c37c9ed0> /usr/lib/liblockdown.dylib

0x1e2ef0000 - 0x1e2f08fff liblzma.5.dylib arm64 <972d3d16f2243795a8d786d1259b1952> /usr/lib/liblzma.5.dylib

0x1e3284000 - 0x1e32b3fff libncurses.5.4.dylib arm64 <5007e96fe18632f589aeb70ab5fe89ed> /usr/lib/libncurses.5.4.dylib

0x1e32b4000 - 0x1e32c9fff libnetworkextension.dylib arm64 <d2924da4f91c37e4a25a4669b80d41dc> /usr/lib/libnetworkextension.dylib

0x1e364b000 - 0x1e3662fff libresolv.9.dylib arm64 <c56b2ce497d8308b8037fe3daadc1a37> /usr/lib/libresolv.9.dylib

0x1e3663000 - 0x1e3665fff libsandbox.1.dylib arm64 <97ed2bc489753aa795744f1bd9287e64> /usr/lib/libsandbox.1.dylib

0x1e366c000 - 0x1e369dfff libtidy.A.dylib arm64 <8d11e81050e93522abc70fb73dd53e2a> /usr/lib/libtidy.A.dylib

0x1e36a5000 - 0x1e36a8fff libutil.dylib arm64 <45c6a927d5913081ba985f8d4dc92911> /usr/lib/libutil.dylib

0x1e36d6000 - 0x1e36e7fff libz.1.dylib arm64 <bbaf7c5732d13221b69b08a94f9f81e7> /usr/lib/libz.1.dylib

0x1e370e000 - 0x1e3710fff liblog_network.dylib arm64 <4625cacfbd393bbb946ee7e88066abec> /usr/lib/log/liblog_network.dylib

0x1e3af7000 - 0x1e3afcfff libcache.dylib arm64 <a24e22e304c23e0b95825fa688cbf5b0> /usr/lib/system/libcache.dylib

0x1e3afd000 - 0x1e3b09fff libcommonCrypto.dylib arm64 <328e34737b9d3b76935240274153c9c8> /usr/lib/system/libcommonCrypto.dylib

0x1e3b0a000 - 0x1e3b0efff libcompiler_rt.dylib arm64 <4b27ae3181d2363ca92ca17faab4ce53> /usr/lib/system/libcompiler_rt.dylib

0x1e3bdc000 - 0x1e3bdcfff liblaunch.dylib arm64 <0ac026da7c5734829b9912bdaab8da75> /usr/lib/system/liblaunch.dylib

0x1e3bdd000 - 0x1e3be2fff libmacho.dylib arm64 <5d5de142c64d3bb695d1f0290b983812> /usr/lib/system/libmacho.dylib

0x1e3be3000 - 0x1e3be5fff libremovefile.dylib arm64 <cb71d7e216623c0b80b0bb1ae47bea72> /usr/lib/system/libremovefile.dylib

0x1e3be6000 - 0x1e3be7fff libsystem_featureflags.dylib arm64 <a0ef12fc42ce3709bedbc27e31314df5> /usr/lib/system/libsystem_featureflags.dylib

0x1e3be8000 - 0x1e3c15fff libsystem_m.dylib arm64 <9af332428c0f329f9d561d7e5b8dee3d> /usr/lib/system/libsystem_m.dylib

0x1e3c16000 - 0x1e3c1bfff libunwind.dylib arm64 <212e7d312d353870acf6870749458ed2> /usr/lib/system/libunwind.dylib

0x1e3efb000 - 0x1e3f62fff NanoRegistry arm64 <1b9072fedee6383dbd1c4bdb0796918f> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry

0x1e3f63000 - 0x1e3f70fff NanoPreferencesSync arm64 <25d1fd426a5e3255872489392ccb8de3> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync

0x1e47b4000 - 0x1e47edfff CryptoTokenKit arm64 <e025eba8cb923ba6be9258e937d0712c> /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit

0x1e5030000 - 0x1e5044fff AppSSOCore arm64 <d7f3f6d387383b38b9d85493a033637d> /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore



EOF

Replies

Seemingly random crashes like this are usually associated with memory management problems. See Standard Memory Debugging Tools for some hints on how to investigate them.

Share and Enjoy

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

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