Hi, Eskimo1 if you are reading or anyone else, I need your help. I have an app in the app store. We have made various changes and tested it on a variety of devices without any errors.
I should note that we are using Xcode 10.1 because for the time being a dependency in the project has not been upgraded to Swift 5 (which Xcode 11 requires for dynamic libraries.) With the proviso that we are using Xcode 10.1, the app seems very stable and we can't duplicate the error at launch.
However, the app has now been rejected twice for crashing at launch:
"Guideline 2.1 - Performance - App Completeness We were unable to review your app as it crashed on launch. We have attached detailed crash
Since Eskimo requested providing entire crash report, here it is below. Although this is my first time dealing with crash reports, I believe that I successfully sybmolicated it. Also it seems to be a SIGABRT error and it apparently crashed on Thread 0 which I believe is the main thread. Also if I understand correctly the line it failed on is 0 in thread 0 which is
libsystem_kernel.dylib 0x00000001858c8d88 0x1858a3000 + 155016However, that does not say a lot and is as far as I've gotten.
Compared with some crash reports that are symbolicsted, I've seen, not all the addresses seem to have been turned into lines of code. There is one line of code in the last Exception Backgrace, specifically, IDGetPoints... however, it is not in Thread 0.
Would be very grateful for any insights into what could be causing this crash which we have been unable to reproduce.
{"app_name":"myapp","timestamp":"2020-04-20 07:18:20.00 -0700","app_version":"1.0.13","slice_uuid":"7da14194-8fc3-369c-aed9-c927b28ee899","adam_id":1306149261,"build_version":"13","bundleID":"com.Acme.myapp","share_with_app_devs":0,"is_first_party":0,"bug_type":"109","os_version":"iPhone OS 13.4.1 (17E262)","incident_id":"21F0852A-35D8-41C3-95A0-268FA8CE8E8C","name":"myapp"}
Incident Identifier: 21F0852A-35D8-41C3-95A0-268FA8CE8E8C
CrashReporter Key: ca67400f3589e8875692d6f5ad1a090a1fad27d9
Hardware Model: xxx
Process: myapp [6509]
Path: /private/var/containers/Bundle/Application/E9DF363C-95AC-47F2-A79E-7690D62D7117/myapp.app/myapp
Identifier: com.Acme.myapp
Version: 13 (1.0.13)
AppStoreTools: 11E503a
Code Type: ARM-64 (Native)
Role: Foreground
Parent Process: launchd [1]
Coalition: com.Acme.myapp [2679]
Date/Time: 2020-04-20 07:18:19.9440 -0700
Launch Time: 2020-04-20 07:18:19.7876 -0700
OS Version: iPhone OS 13.4.1 (17E262)
Release Type: User
Baseband Version: n/a
Report Version: 104
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Triggered by Thread: 0
Last Exception Backtrace:
0 CoreFoundation 0x185ad35f0 0x1859a9000 + 1222128
1 libobjc.A.dylib 0x1857f5bcc 0x1857f0000 + 23500
2 CoreFoundation 0x185b290cc 0x1859a9000 + 1573068
3 CoreFoundation 0x185b32710 0x1859a9000 + 1611536
4 CoreFoundation 0x1859aff88 0x1859a9000 + 28552
5 myapp 0x10276bd68 -[IDGetPoints addPoints:upOrDown:forReason:forDareid:] + 327016 (IDGetPoints.m:320)
6 myapp 0x102840f2c -[AppDelegate application:didFinishLaunchingWithOptions:] + 1199916 (AppDelegate.m:71)
7 UIKitCore 0x189b74a5c 0x189152000 + 10627676
8 UIKitCore 0x189b767e8 0x189152000 + 10635240
9 UIKitCore 0x189b7c084 0x189152000 + 10657924
10 UIKitCore 0x18932346c 0x189152000 + 1905772
11 UIKitCore 0x1897d2a38 0x189152000 + 6818360
12 UIKitCore 0x189323f50 0x189152000 + 1908560
13 UIKitCore 0x1893239a4 0x189152000 + 1907108
14 UIKitCore 0x189323d7c 0x189152000 + 1908092
15 UIKitCore 0x18932363c 0x189152000 + 1906236
16 UIKitCore 0x189327ad8 0x189152000 + 1923800
17 UIKitCore 0x1896f6dd4 0x189152000 + 5918164
18 UIKitCore 0x1897ebe7c 0x189152000 + 6921852
19 UIKitCore 0x189327834 0x189152000 + 1923124
20 UIKitCore 0x1897ebd78 0x189152000 + 6921592
21 UIKitCore 0x18932769c 0x189152000 + 1922716
22 UIKitCore 0x189196f2c 0x189152000 + 282412
23 UIKitCore 0x189195acc 0x189152000 + 277196
24 UIKitCore 0x189196c64 0x189152000 + 281700
25 UIKitCore 0x189b7a2d0 0x189152000 + 10650320
26 UIKitCore 0x18971c284 0x189152000 + 6070916
27 FrontBoardServices 0x18ac4d20c 0x18ac41000 + 49676
28 FrontBoardServices 0x18ac71d84 0x18ac41000 + 200068
29 FrontBoardServices 0x18ac577ec 0x18ac41000 + 92140
30 FrontBoardServices 0x18ac71a40 0x18ac41000 + 199232
31 libdispatch.dylib 0x185799524 0x18573e000 + 374052
32 libdispatch.dylib 0x185742434 0x18573e000 + 17460
33 FrontBoardServices 0x18ac96440 0x18ac41000 + 349248
34 FrontBoardServices 0x18ac9610c 0x18ac41000 + 348428
35 FrontBoardServices 0x18ac96634 0x18ac41000 + 349748
36 CoreFoundation 0x185a51b64 0x1859a9000 + 691044
37 CoreFoundation 0x185a51abc 0x1859a9000 + 690876
38 CoreFoundation 0x185a512a0 0x1859a9000 + 688800
39 CoreFoundation 0x185a4c274 0x1859a9000 + 668276
40 CoreFoundation 0x185a4bc34 0x1859a9000 + 666676
41 GraphicsServices 0x18fb9538c 0x18fb92000 + 13196
42 UIKitCore 0x189b7e22c 0x189152000 + 10666540
43 myapp 0x1028956ec main + 1545964 (main.m:15)
44 libdyld.dylib 0x1858d3800 0x1858d2000 + 6144
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 libsystem_kernel.dylib 0x00000001858c8d88 0x1858a3000 + 155016
1 libsystem_pthread.dylib 0x00000001857e11e8 0x1857df000 + 8680
2 libsystem_c.dylib 0x0000000185734644 0x1856c2000 + 468548
3 libc++abi.dylib 0x000000018589ccc0 0x18588a000 + 76992
4 libc++abi.dylib 0x000000018588ee10 0x18588a000 + 19984
5 libobjc.A.dylib 0x00000001857f5e80 0x1857f0000 + 24192
6 libc++abi.dylib 0x000000018589c14c 0x18588a000 + 74060
7 libc++abi.dylib 0x000000018589c0e4 0x18588a000 + 73956
8 libdispatch.dylib 0x0000000185799538 0x18573e000 + 374072
9 libdispatch.dylib 0x0000000185742434 0x18573e000 + 17460
10 FrontBoardServices 0x000000018ac96440 0x18ac41000 + 349248
11 FrontBoardServices 0x000000018ac9610c 0x18ac41000 + 348428
12 FrontBoardServices 0x000000018ac96634 0x18ac41000 + 349748
13 CoreFoundation 0x0000000185a51b64 0x1859a9000 + 691044
14 CoreFoundation 0x0000000185a51abc 0x1859a9000 + 690876
15 CoreFoundation 0x0000000185a512a0 0x1859a9000 + 688800
16 CoreFoundation 0x0000000185a4c274 0x1859a9000 + 668276
17 CoreFoundation 0x0000000185a4bc34 0x1859a9000 + 666676
18 GraphicsServices 0x000000018fb9538c 0x18fb92000 + 13196
19 UIKitCore 0x0000000189b7e22c 0x189152000 + 10666540
20 myapp 0x00000001028956ec main + 1545964 (main.m:15)
21 libdyld.dylib 0x00000001858d3800 0x1858d2000 + 6144
Thread 1:
0 libsystem_pthread.dylib 0x00000001857ed738 0x1857df000 + 59192
Thread 2:
0 libsystem_pthread.dylib 0x00000001857ed738 0x1857df000 + 59192
Thread 3:
0 libsystem_pthread.dylib 0x00000001857ed738 0x1857df000 + 59192
Thread 4:
0 libsystem_pthread.dylib 0x00000001857ed738 0x1857df000 + 59192
Thread 5:
0 libsystem_pthread.dylib 0x00000001857ed738 0x1857df000 + 59192
Thread 6 name: com.apple.uikit.eventfetch-thread
Thread 6:
0 libsystem_kernel.dylib 0x00000001858a7198 0x1858a3000 + 16792
1 libsystem_kernel.dylib 0x00000001858a660c 0x1858a3000 + 13836
2 CoreFoundation 0x0000000185a513b4 0x1859a9000 + 689076
3 CoreFoundation 0x0000000185a4c3e8 0x1859a9000 + 668648
4 CoreFoundation 0x0000000185a4bc34 0x1859a9000 + 666676
5 Foundation 0x0000000185d8ebcc 0x185d87000 + 31692
6 Foundation 0x0000000185d8eaac 0x185d87000 + 31404
7 UIKitCore 0x0000000189c20160 0x189152000 + 11329888
8 Foundation 0x0000000185ebd9d0 0x185d87000 + 1272272
9 libsystem_pthread.dylib 0x00000001857e9d98 0x1857df000 + 44440
10 libsystem_pthread.dylib 0x00000001857ed74c 0x1857df000 + 59212
Thread 7:
0 libsystem_pthread.dylib 0x00000001857ed738 0x1857df000 + 59192
Thread 0 crashed with ARM Thread State (64-bit):
x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000
x4: 0x000000018589ff29 x5: 0x000000016d6e24d0 x6: 0x000000000000006e x7: 0xffffffffffffffec
x8: 0x0000000103122040 x9: 0xed662acd64d4141b x10: 0x00000001857e1160 x11: 0x000000000000000b
x12: 0x00000001bf4e7080 x13: 0x0000000000000001 x14: 0x0000000000000010 x15: 0x0000000000000049
x16: 0x0000000000000148 x17: 0x0000000000000000 x18: 0x0000000000000000 x19: 0x0000000000000006
x20: 0x0000000000000407 x21: 0x000000016d6e24d0 x22: 0x0000000103122120 x23: 0x0000000103122120
x24: 0x0000000000000002 x25: 0x0000000000000000 x26: 0x0000000282b85508 x27: 0x000000016d6e2cb0
x28: 0x00000001cdea4000 fp: 0x000000016d6e2430 lr: 0x00000001857e11e8
sp: 0x000000016d6e2410 pc: 0x00000001858c8d88 cpsr: 0x40000000
esr: 0x56000080 Address size fault
Binary Images:
0x10271c000 - 0x102b2bfff myapp arm64 <7da141948fc3369caed9c927b28ee899> /var/containers/Bundle/Application/E9DF363C-95AC-47F2-A79E-7690D62D7117/myapp.app/myapp
0x102cf4000 - 0x102d4ffff MapboxDirections arm64 <84eee0861d033fc7b8ba40bc9c3be525> /var/containers/Bundle/Application/E9DF363C-95AC-47F2-A79E-7690D62D7117/myapp.app/Frameworks/MapboxDirections.framework/MapboxDirections
0x102d78000 - 0x102d83fff Polyline arm64 <5502cdeb052738d89cecf665fc840853> /var/containers/Bundle/Application/E9DF363C-95AC-47F2-A79E-7690D62D7117/myapp.app/Frameworks/Polyline.framework/Polyline
0x102d90000 - 0x102e93fff MapboxNavigation arm64 <9e6c1d048d5b35bb98eb48625d6d63e6> /var/containers/Bundle/Application/E9DF363C-95AC-47F2-A79E-7690D62D7117/myapp.app/Frameworks/MapboxNavigation.framework/MapboxNavigation
0x102f00000 - 0x102f63fff MapboxCoreNavigation arm64 /var/containers/Bundle/Application/E9DF363C-95AC-47F2-A79E-7690D62D7117/myapp.app/Frameworks/MapboxCoreNavigation.framework/MapboxCoreNavigation
0x102f94000 - 0x102fbffff MapboxMobileEvents arm64 /var/containers/Bundle/Application/E9DF363C-95AC-47F2-A79E-7690D62D7117/myapp.app/Frameworks/MapboxMobileEvents.framework/MapboxMobileEvents
0x102fe0000 - 0x102fe7fff Solar arm64 <58dc54514e793f95b8a24ecb085f25c2> /var/containers/Bundle/Application/E9DF363C-95AC-47F2-A79E-7690D62D7117/myapp.app/Frameworks/Solar.framework/Solar
0x102ff4000 - 0x10300bfff MapboxSpeech arm64 <2caaf2eda6123cf790c8081172f2a358> /var/containers/Bundle/Application/E9DF363C-95AC-47F2-A79E-7690D62D7117/myapp.app/Frameworks/MapboxSpeech.framework/MapboxSpeech
0x10301c000 - 0x103043fff Turf arm64 <9c02b4e8c0a73e4f85fe1ba24f226881> /var/containers/Bundle/Application/E9DF363C-95AC-47F2-A79E-7690D62D7117/myapp.app/Frameworks/Turf.framework/Turf
0x103060000 - 0x103073fff libswiftAVFoundation.dylib arm64 <683465350b62301782ef8153ff4d0eab> /var/containers/Bundle/Application/E9DF363C-95AC-47F2-A79E-7690D62D7117/myapp.app/Frameworks/libswiftAVFoundation.dylib
0x103084000 - 0x1030e7fff dyld arm64 <23eead922ec9376cbb08574507ab6177> /usr/lib/dyld
0x103160000 - 0x1037dffff MapboxNavigationNative arm64 <576b4487ce6a3ae78a7e8eb0d8b0b40d> /var/containers/Bundle/Application/E9DF363C-95AC-47F2-A79E-7690D62D7117/myapp.app/Frameworks/MapboxNavigationNative.framework/MapboxNavigationNative
0x103ab0000 - 0x103e4bfff Mapbox arm64 <10f019d0ede8340a9bed5895acb97a61> /var/containers/Bundle/Application/E9DF363C-95AC-47F2-A79E-7690D62D7117/myapp.app/Frameworks/Mapbox.framework/Mapbox
0x103ecc000 - 0x103ed3fff libswiftContacts.dylib arm64 <6284e1b5702d35b4985a435fa1f16281> /var/containers/Bundle/Application/E9DF363C-95AC-47F2-A79E-7690D62D7117/myapp.app/Frameworks/libswiftContacts.dylib
0x103ee0000 - 0x104203fff libswiftCore.dylib arm64 <3f963e10455c3584a231e64f86475977> /var/containers/Bundle/Application/E9DF363C-95AC-47F2-A79E-7690D62D7117/myapp.app/Frameworks/libswiftCore.dylib
0x1042dc000 - 0x1042e3fff libswiftCoreAudio.dylib arm64 <3f5c341924dc36c9bcd594ca231479f2> /var/containers/Bundle/Application/E9DF363C-95AC-47F2-A79E-7690D62D7117/myapp.app/Frameworks/libswiftCoreAudio.dylib
0x1042f0000 - 0x1042f7fff libswiftCoreData.dylib arm64 <9cdd00491843334fa08082d55ed8c8cf> /var/containers/Bundle/Application/E9DF363C-95AC-47F2-A79E-7690D62D7117/myapp.app/Frameworks/libswiftCoreData.dylib
0x104308000 - 0x10430ffff libswiftCoreFoundation.dylib arm64 /var/containers/Bundle/Application/E9DF363C-95AC-47F2-A79E-7690D62D7117/myapp.app/Frameworks/libswiftCoreFoundation.dylib
0x10431c000 - 0x10432bfff libswiftCoreGraphics.dylib arm64 <6457c7fcd3b232da865dd2e818fc7b24> /var/containers/Bundle/Application/E9DF363C-95AC-47F2-A79E-7690D62D7117/myapp.app/Frameworks/libswiftCoreGraphics.dylib
0x104340000 - 0x104347fff libswiftCoreImage.dylib arm64 <2efce597c9c53b7ca8fee5781d26a6aa> /var/containers/Bundle/Application/E9DF363C-95AC-47F2-A79E-7690D62D7117/myapp.app/Frameworks/libswiftCoreImage.dylib
0x104354000 - 0x10435bfff libswiftCoreLocation.dylib arm64 <81da81a64c0f38eea007b02d40524669> /var/containers/Bundle/Application/E9DF363C-95AC-47F2-A79E-7690D62D7117/myapp.app/Frameworks/libswiftCoreLocation.dylib
0x104368000 - 0x10436ffff libswiftCoreMedia.dylib arm64 /var/containers/Bundle/Application/E9DF363C-95AC-47F2-A79E-7690D62D7117/myapp.app/Frameworks/libswiftCoreMedia.dylib
0x10437c000 - 0x104387fff libswiftDarwin.dylib arm64 <3480209381d136268130e51ca8937082> /var/containers/Bundle/Application/E9DF363C-95AC-47F2-A79E-7690D62D7117/myapp.app/Frameworks/libswiftDarwin.dylib
0x104398000 - 0x1043b3fff libswiftDispatch.dylib arm64 /var/containers/Bundle/Application/E9DF363C-95AC-47F2-A79E-7690D62D7117/myapp.app/Frameworks/libswiftDispatch.dylib
0x1043cc000 - 0x104517fff libswiftFoundation.dylib arm64 /var/containers/Bundle/Application/E9DF363C-95AC-47F2-A79E-7690D62D7117/myapp.app/Frameworks/libswiftFoundation.dylib
0x104590000 - 0x104597fff libswiftMapKit.dylib arm64 /var/containers/Bundle/Application/E9DF363C-95AC-47F2-A79E-7690D62D7117/myapp.app/Frameworks/libswiftMapKit.dylib
0x1045a4000 - 0x1045abfff libswiftMetal.dylib arm64 /var/containers/Bundle/Application/E9DF363C-95AC-47F2-A79E-7690D62D7117/myapp.app/Frameworks/libswiftMetal.dylib
0x1045b8000 - 0x1045bffff libswiftObjectiveC.dylib arm64 <47cc48f28fa6367597927ef2019b0199> /var/containers/Bundle/Application/E9DF363C-95AC-47F2-A79E-7690D62D7117/myapp.app/Frameworks/libswiftObjectiveC.dylib
0x1045cc000 - 0x1045d3fff libswiftQuartzCore.dylib arm64 /var/containers/Bundle/Application/E9DF363C-95AC-47F2-A79E-7690D62D7117/myapp.app/Frameworks/libswiftQuartzCore.dylib
0x1045e0000 - 0x1045effff libswiftUIKit.dylib arm64 <8253434fc1193373b2059971b3b531d6> /var/containers/Bundle/Application/E9DF363C-95AC-47F2-A79E-7690D62D7117/myapp.app/Frameworks/libswiftUIKit.dylib
0x104608000 - 0x104643fff libswiftsimd.dylib arm64 <3f500cab023335c08b5c4accb5c14860> /var/containers/Bundle/Application/E9DF363C-95AC-47F2-A79E-7690D62D7117/myapp.app/Frameworks/libswiftsimd.dylib
0x104660000 - 0x104667fff libswiftos.dylib arm64 /var/containers/Bundle/Application/E9DF363C-95AC-47F2-A79E-7690D62D7117/myapp.app/Frameworks/libswiftos.dylib
0x105184000 - 0x10518ffff libobjc-trampolines.dylib arm64 <2df134bae62230edb227eb9333bfa4d9> /usr/lib/libobjc-trampolines.dylib
0x185678000 - 0x18568efff libsystem_trace.dylib arm64 /usr/lib/system/libsystem_trace.dylib
0x18568f000 - 0x1856c0fff libxpc.dylib arm64 <9e9d069de3b136fa85755e1d9e6b6b54> /usr/lib/system/libxpc.dylib
0x1856c1000 - 0x1856c1fff libsystem_blocks.dylib arm64 <0afa438b8355370794f5015ad81f32df> /usr/lib/system/libsystem_blocks.dylib
0x1856c2000 - 0x18573dfff libsystem_c.dylib arm64 <8d39ff48e14c3f868e1090f54896bb65> /usr/lib/system/libsystem_c.dylib
0x18573e000 - 0x1857b2fff libdispatch.dylib arm64 <5a83d0cf8fb937278a32012d20a47ec8> /usr/lib/system/libdispatch.dylib
0x1857b3000 - 0x1857d3fff libsystem_malloc.dylib arm64 /usr/lib/system/libsystem_malloc.dylib
0x1857d4000 - 0x1857defff libsystem_platform.dylib arm64 /usr/lib/system/libsystem_platform.dylib
0x1857df000 - 0x1857effff libsystem_pthread.dylib arm64 /usr/lib/system/libsystem_pthread.dylib
0x1857f0000 - 0x185821fff libobjc.A.dylib arm64 <091241f8e94c39ba9ca67352e998bb41> /usr/lib/libobjc.A.dylib
0x185822000 - 0x185889fff libcorecrypto.dylib arm64 <28c07c08a95635b1b04e88d84542020b> /usr/lib/system/libcorecrypto.dylib
0x18588a000 - 0x1858a2fff libc++abi.dylib arm64 /usr/lib/libc++abi.dylib
0x1858a3000 - 0x1858d1fff libsystem_kernel.dylib arm64 /usr/lib/system/libsystem_kernel.dylib
0x1858d2000 - 0x185904fff libdyld.dylib arm64 <876fb49abfba37bfad376ffc90f7f981> /usr/lib/system/libdyld.dylib
0x185905000 - 0x18590dfff libsystem_darwin.dylib arm64 /usr/lib/system/libsystem_darwin.dylib
0x18590e000 - 0x185967fff libc++.1.dylib arm64 /usr/lib/libc++.1.dylib
0x185968000 - 0x1859a8fff libsystem_info.dylib arm64 <6a94223de5dc3df6b89780ba56191d92> /usr/lib/system/libsystem_info.dylib
0x1859a9000 - 0x185d1cfff CoreFoundation arm64 <409609cd841038e1ba5dbded609d2018> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x185d1d000 - 0x185d86fff SystemConfiguration arm64 /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x185d87000 - 0x18603efff Foundation arm64 <1a46239df2fc34b695bc9f38869f0c85> /System/Library/Frameworks/Foundation.framework/Foundation
0x18603f000 - 0x186071fff libCRFSuite.dylib arm64 /usr/lib/libCRFSuite.dylib
0x186072000 - 0x1861ecfff CoreServices arm64 <43035d98ba1c3d5d972fd61df826fcb3> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x1861ed000 - 0x18624dfff libSparse.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x18624e000 - 0x186738fff ImageIO arm64 <428fc36a6d0234b5a10cc2cf6f9e0674> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x186739000 - 0x18673bfff ConstantClasses arm64 <07aead6b70b73890b27f7aea1cd02350> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x18673c000 - 0x1868dafff CoreText arm64 <3a068b6f533e36b18e9823833c815854> /System/Library/Frameworks/CoreText.framework/CoreText
0x1868db000 - 0x186a10fff Security arm64 /System/Library/Frameworks/Security.framework/Security
0x186a11000 - 0x186ab4fff IOKit arm64 /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x186ab5000 - 0x186aecfff libMobileGestalt.dylib arm64 /usr/lib/libMobileGestalt.dylib
0x186aed000 - 0x186b49fff libprotobuf.dylib arm64 <027d49d7fea839cda49a4a4fb32c7f6f> /usr/lib/libprotobuf.dylib
0x186b4a000 - 0x186b5bfff libprotobuf-lite.dylib arm64 <2c82919a66fa30a7841320190f2c202d> /usr/lib/libprotobuf-lite.dylib
0x186b5c000 - 0x186dacfff libicucore.A.dylib arm64 /usr/lib/libicucore.A.dylib
0x186dad000 - 0x186dd6fff CoreServicesInternal arm64 <7b6acc45f64532258e2012c49fbcde7a> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x186dd7000 - 0x186e1efff WirelessDiagnostics arm64 /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x186e1f000 - 0x186e58fff libAWDSupport.dylib arm64 <52926ffdcfd0397881e93a4df6893672> /usr/lib/libAWDSupport.dylib
0x186e59000 - 0x1872ddfff CoreAudio arm64 /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1872de000 - 0x1875aafff CoreImage arm64 <4aee50c9e546312ead5d721a6afdb059> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x1875ab000 - 0x187699fff LanguageModeling arm64 <1d022988ea363113a096c2f107568542> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x18769a000 - 0x1876e0fff Lexicon arm64 <9d08273daeac34e78493ff7bff76cab2> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x1876e1000 - 0x187863fff libsqlite3.dylib arm64 <4fadb9ee56a73afca3604780ddf3411b> /usr/lib/libsqlite3.dylib
0x187864000 - 0x187896fff MobileKeyBag arm64 <6cf66de926bb32089688747ed1dbd888> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x187897000 - 0x1878a0fff libsystem_notify.dylib arm64 <21a918766a2c3f89855046e0f854018a> /usr/lib/system/libsystem_notify.dylib
0x1878a1000 - 0x187a82fff CoreDuet arm64 <5640bda664273303800ed189c16e8049> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x187a83000 - 0x187bc5fff Montreal arm64 <69a3d186833f35c5963a43e4d365e897> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x187bc6000 - 0x187cacfff NLP arm64 <22401c0f186737c295999afaf82b1840> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x187cad000 - 0x187ccafff CellularPlanManager arm64 /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x187ccb000 - 0x187d08fff AppSupport arm64 <1731e2fba0303bdbb0cf8b02e5e56ecd> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x187d09000 - 0x1881dafff libnetwork.dylib arm64 /usr/lib/libnetwork.dylib
0x1881db000 - 0x1882e7fff ManagedConfiguration arm64 /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x1882e8000 - 0x188311fff CoreServicesStore arm64 /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
0x188312000 - 0x188332fff UserManagement arm64 /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x188333000 - 0x1885eafff CoreML arm64 <4b1ed9735bef37929aa9775df017a4f2> /System/Library/Frameworks/CoreML.framework/CoreML
0x1885eb000 - 0x188601fff ProtocolBuffer arm64 <4e652067e296363bbfa380eba32585ad> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x188602000 - 0x18861cfff CommonUtilities arm64 <8c65f3b91e6d322ebeedf8a0e60e717a> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x18861d000 - 0x18861dfff libenergytrace.dylib arm64 /usr/lib/libenergytrace.dylib
0x18861e000 - 0x188654fff RunningBoardServices arm64 /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
0x188655000 - 0x1886d2fff BaseBoard arm64 <33a252545a9730ab9cc7fad0345d4758> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x1886d3000 - 0x188c28fff SiriTTS arm64 /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x188c29000 - 0x188c9bfff CoreLocation arm64 /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x188ca9000 - 0x188cfdfff Accounts arm64 <75940abf4f773731855da69467dbb796> /System/Library/Frameworks/Accounts.framework/Accounts
0x188d0f000 - 0x189071fff CFNetwork arm64 /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x189072000 - 0x189151fff UIFoundation arm64 <5633754447e039efbb34f207fda2553c> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x189152000 - 0x18a266fff UIKitCore arm64 <3062ff32218237a2a5f9b38f6fb6b8c3> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x18a267000 - 0x18a274fff AssertionServices arm64 /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x18a275000 - 0x18a347fff CoreTelephony arm64 /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x18a348000 - 0x18a34dfff AggregateDictionary arm64 /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x18a34e000 - 0x18a364fff libsystem_asl.dylib arm64 <24190e9ac7db3006b4dfc5e64e85774a> /usr/lib/system/libsystem_asl.dylib
0x18a365000 - 0x18a3ddfff CloudDocs arm64 /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x18a3de000 - 0x18a706fff CoreData arm64 /System/Library/Frameworks/CoreData.framework/CoreData
0x18a707000 - 0x18a92cfff Vision arm64 <958d82a44f733f0f96350b6f68bd9381> /System/Library/Frameworks/Vision.framework/Vision
0x18a92d000 - 0x18a96ffff PhotoFoundation arm64 <9e49f30ca736349893a9716346e41898> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x18a970000 - 0x18a99bfff BoardServices arm64 <728b59e6907e31e5892de5b2c55c48ce> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
0x18aa52000 - 0x18aa60fff libsystem_networkextension.dylib arm64 <3a3722da76863c2a99c2cce0e3924bf7> /usr/lib/system/libsystem_networkextension.dylib
0x18aa61000 - 0x18aa81fff CoreAnalytics arm64 <85843ee0a89b3316a3e68531eba75336> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x18aa82000 - 0x18abf2fff CloudKit arm64 /System/Library/Frameworks/CloudKit.framework/CloudKit
0x18abf3000 - 0x18ac40fff SpringBoardServices arm64 <50878840805636d7bff4a6aa6d6cdfa9> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x18ac41000 - 0x18acb3fff FrontBoardServices arm64 /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x18acb4000 - 0x18addbfff Network arm64 <38a032852b86333e95c553eb41e5d3e5> /System/Library/Frameworks/Network.framework/Network
0x18addc000 - 0x18ae38fff libusrtcp.dylib arm64 <10fe0faf8a4d3bcfbc43e8a951656957> /usr/lib/libusrtcp.dylib
0x18ae39000 - 0x18ae40fff libsystem_symptoms.dylib arm64 /usr/lib/system/libsystem_symptoms.dylib
0x18ae41000 - 0x18bd2bfff GeoServices arm64 /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x18bd2c000 - 0x18bd34fff TCC arm64 /System/Library/PrivateFrameworks/TCC.framework/TCC
0x18bd35000 - 0x18bd8efff IMFoundation arm64 /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x18bd8f000 - 0x18bf02fff CoreUtils arm64 /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x18bfb5000 - 0x18bfeafff ImageCaptureCore arm64 <99700767f48d36cb8ccb1d9e33962eda> /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore
0x18bfeb000 - 0x18bff4fff libsystem_containermanager.dylib arm64 <4764ee5a2f0a3fbb8a756f60f0e02cd8> /usr/lib/system/libsystem_containermanager.dylib
0x18bff5000 - 0x18c070fff AppleAccount arm64 <972cea5083b43105b83f737be8ad7a43> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x18c071000 - 0x18c08bfff ApplePushService arm64 <89033f36d91031a594a517ecea968a3a> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x18c08c000 - 0x18c174fff IDS arm64 /System/Library/PrivateFrameworks/IDS.framework/IDS
0x18c175000 - 0x18c29ffff IDSFoundation arm64 /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x18c2a0000 - 0x18c2a1fff libCTGreenTeaLogger.dylib arm64 <2ab5f36320803bda84913992c492743e> /usr/lib/libCTGreenTeaLogger.dylib
0x18c306000 - 0x18c406fff CoreMedia arm64 /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x18c407000 - 0x18c416fff UIKitServices arm64 <0eeb42c795483dba82a142eeda85503e> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x18c417000 - 0x18c474fff BackBoardServices arm64 <6f0540d2fedc308eacff631bff19cd69> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x18c475000 - 0x18c6c6fff QuartzCore arm64 /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x18c6c7000 - 0x18c78efff ColorSync arm64 <503c108270703f1786df14588e7f9ff7> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x18c78f000 - 0x18ccfefff CoreGraphics arm64 /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x18ccff000 - 0x18ce2efff Contacts arm64 <18807e6ef924349a9384161c92390665> /System/Library/Frameworks/Contacts.framework/Contacts
0x18ce2f000 - 0x18ce5dfff UserNotifications arm64 <44b07041e9723af2a6446a04bc8588a7> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x18ce5e000 - 0x18ce81fff LocationSupport arm64 <470b39d55daf3170b1a38841292d494d> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
0x18ce82000 - 0x18cfddfff Sharing arm64 <34759ac26e85385f9cca89d83469028d> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x18cfde000 - 0x18d61dfff WebKit arm64 <0d71fc8cc7e331948094d1c767c7bc09> /System/Library/Frameworks/WebKit.framework/WebKit
0x18d61e000 - 0x18f3d2fff WebCore arm64 /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x18f3d3000 - 0x18f3edfff libAccessibility.dylib arm64 /usr/lib/libAccessibility.dylib
0x18f3ee000 - 0x18f3f9fff AXCoreUtilities arm64 /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x18f3fa000 - 0x18f46dfff ContactsFoundation arm64 <0ba958ac9959337ca4d72b34bd2d50aa> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x18f46e000 - 0x18f482fff PowerLog arm64 /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x18f483000 - 0x18f494fff IOSurface arm64 <4abf1719833c3f8db61863ff9b392891> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x18f495000 - 0x18fb91fff MediaToolbox arm64 /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x18fb92000 - 0x18fb9afff GraphicsServices arm64 /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x18fb9b000 - 0x18fc82fff AccessibilityUtilities arm64 <08d2bcd32ab83f8092501c61f87023db> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x18fc83000 - 0x18fe7bfff AVFoundation arm64 <20bfceb457453bd2a5b3ce71ea50c1b2> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x18fe7c000 - 0x18feb3fff OnBoardingKit arm64 /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
0x18feb4000 - 0x18ff02fff MobileWiFi arm64 <3e4f5fc8825839f084694f7c77d62907> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x18ff03000 - 0x18ff1bfff MobileAsset arm64 <9a597efb899f383a867473d91b06eb94> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x18ff1c000 - 0x18ff29fff libGSFont.dylib arm64 <59fe7a3b9b8437a7a992bdae0faab9d6> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
0x18ff2a000 - 0x18ff33fff FontServices arm64 <2b26f3985f9030d39a40bfe0df98686b> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x18ff34000 - 0x19007dfff libFontParser.dylib arm64 /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x19007e000 - 0x1900c9fff AXRuntime arm64 <1bf005f54f9c3c5b9fda419692ab5039> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x1900ca000 - 0x1900ccfff libAXSafeCategoryBundle.dylib arm64 <0647401436ea3e41a216da49a20c27a6> /usr/lib/libAXSafeCategoryBundle.dylib
0x1900cd000 - 0x190206fff SearchFoundation arm64 /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x190207000 - 0x190325fff Preferences arm64 <9cb3558569ea3b2c8a520db57aba8688> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x190326000 - 0x190994fff PhotoLibraryServices arm64 <7e2dec0b4e49338fb908b97df773b12a> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x190995000 - 0x190bf9fff vImage arm64 <1987440ca5e638368a23cd7341b1932a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x190bfa000 - 0x190e2efff AudioToolbox arm64 <9eea0978fcad33cc9e3035ea939b2143> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x190e2f000 - 0x190e61fff libAudioToolboxUtility.dylib arm64 <5e0ec0bf47f03853a777ea0123cdecaa> /usr/lib/libAudioToolboxUtility.dylib
0x190e62000 - 0x19101efff ContactsUI arm64 /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x19101f000 - 0x191088fff UIAccessibility arm64 <58bafe0cc769397fb7b29554f1f77749> /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
0x191089000 - 0x19128dfff Photos arm64 /System/Library/Frameworks/Photos.framework/Photos
0x19128e000 - 0x191322fff ShareSheet arm64 <0e75ee0b6aeb34c69e1403fe2a0b602a> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
0x191323000 - 0x191336fff BaseBoardUI arm64 <5d95725058ed3df2a41c71a5d4726900> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x191337000 - 0x1913ebfff PDFKit arm64 /System/Library/Frameworks/PDFKit.framework/PDFKit
0x191469000 - 0x191496fff DocumentManager arm64 /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x191497000 - 0x1916f1fff libmecabra.dylib arm64 <1157edfce8ad3df6a01b4ebb2f100af0> /usr/lib/libmecabra.dylib
0x1916f2000 - 0x191769fff AuthKit arm64 <2fda46a0c0c03b0e8222936e5ef11f24> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x19176a000 - 0x191b86fff Intents arm64 <4c28f731a5bf380abec95b89347dcca6> /System/Library/Frameworks/Intents.framework/Intents
0x191b9c000 - 0x191cfbfff WebKitLegacy arm64 /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x191cfc000 - 0x191d66fff TextInput arm64 <982b9b2cc64d3667aeb3863f355e5f6f> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x191d67000 - 0x191de1fff AXMediaUtilities arm64 <58f1ede868c134f59db1842bdcdfc608> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
0x191de2000 - 0x191de5fff XCTTargetBootstrap arm64 <5c185207156334bcbfddbae1d7470d2b> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x191de6000 - 0x191e9afff CorePDF arm64 <4068ec815d3438b59ad58c2ae7167ef4> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x191e9b000 - 0x191ed5fff AccessibilityUIUtilities arm64 <95663a65573e305d8caefd5f89977aa8> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x192288000 - 0x19259ffff AppleMediaServices arm64 /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x1925a0000 - 0x1925c6fff CacheDelete arm64 <0c48aade3fe43589acc552d3e119c591> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1925c7000 - 0x19278efff CoreMotion arm64 <70ed3ef1d8263d55b5eae657ac5e8057> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x19278f000 - 0x19287cfff AVFAudio arm64 <1df3312395353945983fb139a4216fa9> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x19287d000 - 0x192a99fff RawCamera arm64 <1bf4eb4c14f636da870cb1a1b23a7e77> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x192a9a000 - 0x192b50fff CoreUI arm64 /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x192b51000 - 0x192b75fff AppSupportUI arm64 <7264f3b8500e30b0ad4e3f00500d64bd> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x192b76000 - 0x192babfff CoreVideo arm64 <443ef021c4123a32a3970433993d16fe> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x192bac000 - 0x192de2fff AudioToolboxCore arm64 <5cc99c07d3b3317aa0aa90b7edb05d00> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
0x192de3000 - 0x192e26fff CoreDuetContext arm64 /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x192e27000 - 0x192e61fff SetupAssistant arm64 <3f5a75d178773381875c6c41678d79e1> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x192e62000 - 0x192f1efff TelephonyUtilities arm64 <5c63d78ffe1433738deae30f6c98838d> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x192f1f000 - 0x192f49fff PlugInKit arm64 <5d4ad58191a23317a0d2ee6357784767> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1932cd000 - 0x193408fff AssistantServices arm64 /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x193409000 - 0x193468fff ProactiveSupport arm64 /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x193469000 - 0x1936abfff MapKit arm64 <7029e175072a3830a8d7e0402b5e3436> /System/Library/Frameworks/MapKit.framework/MapKit
0x1936ac000 - 0x1936c8fff PrototypeTools arm64 /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1936c9000 - 0x1937bafff MediaExperience arm64 /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
0x1937bb000 - 0x193a8ffff ********* arm64 /System/Library/PrivateFrameworks/*********.framework/*********
0x193a90000 - 0x193aecfff CallKit arm64 <43fdc2704c013b87a03e8d080c082b83> /System/Library/Frameworks/CallKit.framework/CallKit
0x193cb2000 - 0x1943a8fff VectorKit arm64 <5655a0aafafb3c3d8b69a2ef8e8e2146> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x1943a9000 - 0x194478fff AVKit arm64 <2afc669447223d058ee6c706b54cbb35> /System/Library/Frameworks/AVKit.framework/AVKit
0x194479000 - 0x1944a7fff Pegasus arm64 <8b990cff02533a6782f88bd0831837f4> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x1944a8000 - 0x1944aafff libapp_launch_measurement.dylib arm64 <2741e56c89873a20acde4979ee28be22> /usr/lib/libapp_launch_measurement.dylib
0x1944c0000 - 0x194522fff CoreSpotlight arm64 <73ad186f492c3a338c9f3cea760b172f> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x194523000 - 0x1945bafff AddressBookLegacy arm64 /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x1945bb000 - 0x1945cafff CrashReporterSupport arm64 <8f50c9095b293180a908ffdbdeecede3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1945cb000 - 0x1945ddfff MobileBluetooth arm64 <1b74874575393ca9ae852aed2a9fcaab> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1945de000 - 0x194697fff LinkPresentation arm64 <652903c4cccb3fb38ef4495e900b809b> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation
0x194698000 - 0x1946cffff StoreKit arm64 /System/Library/Frameworks/StoreKit.framework/StoreKit
0x1946d0000 - 0x1946d4fff libsystem_configuration.dylib arm64 <1f77794460993bc0a06207f2193781f6> /usr/lib/system/libsystem_configuration.dylib
0x1947ec000 - 0x19486efff Social arm64 <286389b70f603f62ad78a0c38377938f> /System/Library/Frameworks/Social.framework/Social
0x1948bc000 - 0x1948cafff HangTracer arm64 /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1948cb000 - 0x194930fff CoreNLP arm64 /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x194931000 - 0x194932fff liblangid.dylib arm64 /usr/lib/liblangid.dylib
0x194933000 - 0x1957befff JavaScriptCore arm64 /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1957bf000 - 0x19584cfff libTelephonyUtilDynamic.dylib arm64 /usr/lib/libTelephonyUtilDynamic.dylib
0x195861000 - 0x195adffff StoreServices arm64 /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x195ae0000 - 0x195ae9fff IOMobileFramebuffer arm64 <7462439e125833758ae73bd083b45ae2> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x195c72000 - 0x195e49fff Message arm64 <4252efde3f2e3f06b90767acf0e4cafd> /System/Library/PrivateFrameworks/Message.framework/Message
0x195e61000 - 0x195e7bfff CoreMaterial arm64 <0c57d0346b8038ac99da29d1c5756073> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
0x195e7c000 - 0x195f61fff libxml2.2.dylib arm64 <59363b79c5c93f4a8225d4514922256a> /usr/lib/libxml2.2.dylib
0x1977d0000 - 0x197818fff MetadataUtilities arm64 /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1979d6000 - 0x1979ebfff FMCoreLite arm64 /System/Library/PrivateFrameworks/FMCoreLite.framework/FMCoreLite
0x1981a2000 - 0x1983b3fff NetworkExtension arm64 /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x1983b4000 - 0x1983e9fff DataDetectorsCore arm64 <3d0a108f71733e29965b637096e09ec8> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1983ea000 - 0x198449fff CalendarFoundation arm64 <741401805340338b9af74bb4b3abbcec> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x19844a000 - 0x19853cfff EventKit arm64 /System/Library/Frameworks/EventKit.framework/EventKit
0x19853d000 - 0x198573fff MediaServices arm64 <280846cf79173979b3983b4d12c94480> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x19867f000 - 0x19881efff PencilKit arm64 <6fc9866e623835f795cfb8ed07534c63> /System/Library/Frameworks/PencilKit.framework/PencilKit
0x19881f000 - 0x198941fff MessageUI arm64 <2417303b23b23eef9f1b2b5e0c89836b> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x19898f000 - 0x1989cefff BiometricKit arm64 /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1989cf000 - 0x1989f9fff PersistentConnection arm64 <396582b9038d33ecbbaf6270715f2b50> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1989fa000 - 0x198a4dfff CalendarDaemon arm64 <7f06d2437059300ab555af7cb5998810> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x198a4e000 - 0x198ae4fff CalendarDatabase arm64 <94a758b9924130a9a008623815ebbac9> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x198ae5000 - 0x198cd3fff MediaRemote arm64 <1a209e28192c390bab18d149f841c17f> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x198cd4000 - 0x198cdcfff CorePhoneNumbers arm64 <68106cb9cf6d390d8e267e7bbf249c6b> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x198ced000 - 0x198d13fff DuetActivityScheduler arm64 <13c0f1714e3036779c37852398f0bafa> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x198dd8000 - 0x198e17fff ContactsAutocompleteUI arm64 <72e5828e055237548a9f2c708024caaf> /System/Library/PrivateFrameworks/ContactsAutocompleteUI.framework/ContactsAutocompleteUI
0x198e18000 - 0x198e3afff CoreSVG arm64 <73bfc0febb0d31628b9223dc7a5a983f> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
0x198e55000 - 0x198e72fff ProactiveEventTracker arm64 /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x198e73000 - 0x198e7efff MallocStackLogging arm64 /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
0x198e7f000 - 0x198f13fff CoreSuggestions arm64 <5692520a6a6a3fa4a4dabef3347d528b> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x19991c000 - 0x199929fff BluetoothManager arm64 <5a83f768e5313c6eb7a5d8d40f5a65ba> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x19992a000 - 0x19995ffff CoreBluetooth arm64 <0af559701b64365fa935b76fb2b6fc6f> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x199960000 - 0x199962fff libsystem_sandbox.dylib arm64 <19bf542aa27f358aaf26c829d92f3995> /usr/lib/system/libsystem_sandbox.dylib
0x199a9a000 - 0x199ac9fff CarKit arm64 /System/Library/PrivateFrameworks/CarKit.framework/CarKit
0x199aca000 - 0x199b36fff Rapport arm64 <0d829a31fed33c2bb4da9a2712178c8c> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x199b37000 - 0x199b7afff OSAnalytics arm64 <66d408f799793943ae529a4b12829625> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
0x199b7b000 - 0x199ba9fff MobileInstallation arm64 <82830c2abb583bd5a627995189600504> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x199baa000 - 0x199c44fff Metal arm64 <245b6ff0bdfd33a7a34ce4fe57ebc2a2> /System/Library/Frameworks/Metal.framework/Metal
0x199c45000 - 0x199c4bfff IOAccelerator arm64 <3335cc966200367c99e96bb8fd064751> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x199c4c000 - 0x199c57fff MediaAccessibility arm64 /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x199c58000 - 0x199c74fff FindMyDevice arm64 <64b1a9824468366aa90c3b9a920d3107> /System/Library/PrivateFrameworks/FindMyDevice.framework/FindMyDevice
0x199c75000 - 0x199c7cfff libsystem_dnssd.dylib arm64 <59b26d826fd335ed998cf5b62e38f910> /usr/lib/system/libsystem_dnssd.dylib
0x199c7d000 - 0x199c83fff PushKit arm64 <634713aced1d38df81cd370674d873ad> /System/Library/Frameworks/PushKit.framework/PushKit
0x199c84000 - 0x199d89fff FileProvider arm64 <817c33078d9f344bae2e99274886c2de> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x199d9e000 - 0x199d9ffff BackgroundTaskAgent arm64 <2ba41ad36b8a36088b6f0097d4a014fd> /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent
0x199da0000 - 0x199da5fff LinguisticData arm64 /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x199dd0000 - 0x199de9fff DoNotDisturb arm64 /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb
0x199dea000 - 0x199ea5fff ************ arm64 /System/Library/Frameworks/************.framework/************
0x19a2d9000 - 0x19a2dafff MessageSupport arm64 /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x19a33b000 - 0x19a3a9fff AppStoreDaemon arm64 /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
0x19a404000 - 0x19a40cfff SymptomDiagnosticReporter arm64 <7f5611dfa5063e699db9329b22f493de> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x19a40d000 - 0x19a40ffff IOSurfaceAccelerator arm64 <4d17d1ca325c350a8cceec8a93550c14> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x19a410000 - 0x19a4befff AssetsLibraryServices arm64 <4955c2b198f034fabf1be5e071b1f199> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x19a4bf000 - 0x19a4f1fff DataAccessExpress arm64 /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x19a4f2000 - 0x19a560fff EmailFoundation arm64 /System/Library/PrivateFrameworks/EmailFoundation.framework/EmailFoundation
0x19a561000 - 0x19a576fff CoreFollowUp arm64 /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x19a577000 - 0x19a57ffff FamilyCircle arm64 <47b6531315713b6fb50aa030a9bc27b9> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x19a580000 - 0x19a595fff libcoretls.dylib arm64 /usr/lib/libcoretls.dylib
0x19a5ec000 - 0x19a67dfff libate.dylib arm64 <0dbd4cdb7d493a94a11e8c4b6eb9d303> /usr/lib/libate.dylib
0x19b92d000 - 0x19b97bfff FTServices arm64 /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x19ba1c000 - 0x19ba2cfff MaterialKit arm64 /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit
0x19ba2d000 - 0x19ba97fff SAObjects arm64 <4d72bf5c563e3a9ca016e691ae307b08> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x19ba98000 - 0x19baa2fff CoreRecents arm64 /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x19baa3000 - 0x19bae9fff MIME arm64 <7f0ef966897c3fefb7d003e74f1f2f37> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x19bb4b000 - 0x19bb58fff DataMigration arm64 /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x19bc5d000 - 0x19bcb8fff EmailCore arm64 <409829c8474d3171b47db351fea74c9c> /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore
0x19bd0c000 - 0x19bd30fff IconServices arm64 <9d0a77437f5e311097babd6a8f94e8a1> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
0x19c1e4000 - 0x19c1e5fff WatchdogClient arm64 <834e0b823de23ff6b57e7904ce03a445> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
0x19c1e6000 - 0x19c1f7fff libprequelite.dylib arm64 <83d923c30f863498843177b257132ca9> /usr/lib/libprequelite.dylib
0x19c222000 - 0x19c232fff CoreEmoji arm64 <577a37002ad53990bcc8b0c9fd511a74> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x19c233000 - 0x19c2cafff Email arm64 <507eb51e36c7368ba0a84d6500b6b892> /System/Library/PrivateFrameworks/Email.framework/Email
0x19c2cb000 - 0x19c32dfff ClassKit arm64 /System/Library/Frameworks/ClassKit.framework/ClassKit
0x19c399000 - 0x19c3a6fff CPMS arm64 /System/Library/PrivateFrameworks/CPMS.framework/CPMS
0x19c3a7000 - 0x19c3affff RTCReporting arm64 <0a2ce1ac2e2e3ce4a08f6cac1003638f> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x19c4f4000 - 0x19c50afff IAP arm64 <28851bc967fb33a2a08fa4a0414d0225> /System/Library/PrivateFrameworks/IAP.framework/IAP
0x19c50b000 - 0x19c557fff MobileBackup arm64 /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x19c606000 - 0x19c60dfff CoreTime arm64 /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x19c8b0000 - 0x19c8fffff DataAccess arm64 <15849e30ae3335a68f58eea5689f3d91> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x19cc3b000 - 0x19cc8efff ToneLibrary arm64 /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x19cf28000 - 0x19cf46fff AppConduit arm64 <154844916f3532859f72c3ab9b95ae87> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x19cf47000 - 0x19cf5ffff IntlPreferences arm64 <19b52e5151793276afea6f0b59e6a97e> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x19d306000 - 0x19d3f4fff CoreBrightness arm64 /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x19d3f5000 - 0x19d3fcfff libIOReport.dylib arm64 /usr/lib/libIOReport.dylib
0x19d4d2000 - 0x19d4f2fff NetAppsUtilities arm64 <6260356bfa1c3f099ef961a2e391ac0e> /System/Library/PrivateFrameworks/NetAppsUtilities.framework/NetAppsUtilities
0x19d585000 - 0x19d7b8fff libBNNS.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x19d7b9000 - 0x19d7c0fff StudyLog arm64 <6ba8e4d9754b3e25b97d3084e1646db0> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x19d8d6000 - 0x19d8eafff ExternalAccessory arm64 <7a1f739d6c77396487a42d65df740186> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory
0x19e9f2000 - 0x19ea04fff LocalAuthentication arm64 /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x19ea05000 - 0x19ea09fff CommunicationsFilter arm64 /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x19ea0a000 - 0x19ea2cfff AddressBook arm64 <437470fa20f039ebbd8f319565a681e7> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x19ea2d000 - 0x19ea38fff CaptiveNetwork arm64 /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x19eb89000 - 0x19ec39fff libBLAS.dylib arm64 <62050c2e28b83071926604f28576b48a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x19ec3a000 - 0x19ec48fff CTCarrierSpace arm64 <41d7677ad9313fe891ce68c033bec647> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x19f710000 - 0x19f72bfff libtailspin.dylib arm64 <450b7c0ece54385bbdab05395a050bcd> /usr/lib/libtailspin.dylib
0x19f788000 - 0x19f79cfff ContactsDonation arm64 /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x19f7e7000 - 0x19f7f0fff MobileActivation arm64 /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
0x19f871000 - 0x19f87ffff MobileIcons arm64 <3326557a3286356a87ca1df0d6130151> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x19f880000 - 0x19f97ffff ResponseKit arm64 /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x19f99c000 - 0x19f9d5fff Notes arm64 <8d6dbca1ee0138f5a694e76c04bb46ac> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x19f9d6000 - 0x19f9edfff MetalKit arm64 /System/Library/Frameworks/MetalKit.framework/MetalKit
0x19fa46000 - 0x19fa90fff CoreHaptics arm64 <06db7c401d2d3d9cb266f37874fa0bbb> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
0x19fa91000 - 0x19fb59fff ProofReader arm64 <285fa52fafcf39bfaf8609a085422cd8> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x19fba8000 - 0x19fbb3fff EmailAddressing arm64 /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
0x19fbb4000 - 0x19fbc9fff MailServices arm64 /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x19fbca000 - 0x19fc59fff CoreSymbolication arm64 /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x19fc5a000 - 0x19fc60fff IdleTimerServices arm64 <39c79767aa7034c9a680af46224d4640> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x19fe27000 - 0x19fe2afff FTClientServices arm64 <78f0b76870173a47ae1f3024101d4aad> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x19fe2b000 - 0x19fe90fff ContactsUICore arm64 <2da1d6849b7b36e3bc95d2be741b2ea9> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1a02ec000 - 0x1a0333fff LoggingSupport arm64 <6b7e370405d33c45967ac8c458928a3f> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1a0437000 - 0x1a0490fff ProtectedCloudStorage arm64 /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1a0577000 - 0x1a057ffff OpenGLES arm64 <287f3b01842d30da9702f5cd4793458e> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1a06df000 - 0x1a06e7fff libGFXShared.dylib arm64 <2209635c627c36d381f28da5e9019b90> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1a06e8000 - 0x1a071dfff SharedUtils arm64 /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1a071e000 - 0x1a076bfff PhotosFormats arm64 <80f459a667303db0b188f9a6c61eb6cd> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x1a1d78000 - 0x1a1db4fff StreamingZip arm64 <80a7602a6d27384abec3ffe12bc0c50f> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1a2c2c000 - 0x1a2c2ffff InternationalTextSearch arm64 /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1a2c4d000 - 0x1a2c69fff AssetCacheServices arm64 /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x1a35da000 - 0x1a35dffff IncomingCallFilter arm64 /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x1a35fb000 - 0x1a3613fff NetworkStatistics arm64 <52d0181fe70c385697ef3746d5fe1bb4> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1a3a7f000 - 0x1a3a85fff Netrb arm64 <53cc7821890f34b380124739cbb90896> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1a3a89000 - 0x1a3ab9fff EAP8021X arm64 /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1a3aba000 - 0x1a3abcfff OSAServicesClient arm64 <785aab0a88ed34ba885d7483d3be9ee9> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
0x1a3c40000 - 0x1a3c44fff libgermantok.dylib arm64 /usr/lib/libgermantok.dylib
0x1a3c45000 - 0x1a3cf8fff libmecab.dylib arm64 <0bb7b7b678bb3ab887345ee24d6eff43> /usr/lib/libmecab.dylib
0x1a3ea0000 - 0x1a3edcfff VoiceServices arm64 /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x1a3edd000 - 0x1a3ff3fff Navigation arm64 <16a6a764ab0a3f75bc063f808063cbbf> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1a430c000 - 0x1a431afff CoreDuetDaemonProtocol arm64 <165d40fd3ad831c19723d85738aabf53> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1a431b000 - 0x1a433afff FTAWD arm64 <51a4c50a1e883595bf4d7195a506fc8c> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1a58ec000 - 0x1a58eefff OAuth arm64 /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1a5b89000 - 0x1a5bc4fff DifferentialPrivacy arm64 /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1a5e76000 - 0x1a600dfff EmailDaemon arm64 /System/Library/PrivateFrameworks/EmailDaemon.framework/EmailDaemon
0x1a6372000 - 0x1a639dfff MailSupport arm64 <303a3e5968943ddf9cb09d0ac8c79387> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport
0x1a639e000 - 0x1a640cfff libarchive.2.dylib arm64 /usr/lib/libarchive.2.dylib
0x1a640d000 - 0x1a643dfff C2 arm64 <0d7a3e496f95395c9eae28b0d0b16ba5> /System/Library/PrivateFrameworks/C2.framework/C2
0x1a643e000 - 0x1a6471fff NaturalLanguage arm64 /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
0x1a6504000 - 0x1a6505fff libsystem_coreservices.dylib arm64 <50693ebd12b43fc8acaad84a8b82a0df> /usr/lib/system/libsystem_coreservices.dylib
0x1a6517000 - 0x1a6529fff libmis.dylib arm64 <70eb0208446d35d1a06035cee66ecf30> /usr/lib/libmis.dylib
0x1a6580000 - 0x1a658dfff DCIMServices arm64 <2f74408211e2332b8aa91789e71ae562> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1a658e000 - 0x1a66defff CloudPhotoLibrary arm64 <51a836e0dea1366b83a29640fc2648b1> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1a66df000 - 0x1a6718fff ContactsAutocomplete arm64 <76d4fc1b31463366a750fa828ef05692> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
0x1a6719000 - 0x1a6721fff libcopyfile.dylib arm64 /usr/lib/system/libcopyfile.dylib
0x1a6a85000 - 0x1a6b19fff AccountsDaemon arm64 <7abea61a48783baaa76d6ba23b765846> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x1a6b1a000 - 0x1a6b25fff AppleIDSSOAuthentication arm64 /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1a6b26000 - 0x1a6b39fff SettingsFoundation arm64 /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
0x1a6c72000 - 0x1a6cf4fff Symbolication arm64 <31fd30f6ccb13309b25294a1d85326e2> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
0x1a6ea9000 - 0x1a6ef6fff ChunkingLibrary arm64 <6c669fdc362138dd89e33201adb10962> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1a73d3000 - 0x1a73d5fff CoreDuetDebugLogging arm64 <1fd35a97edf032d68a771db66fc72f52> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1a7efa000 - 0x1a7f38fff SignpostSupport arm64 /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1a81c3000 - 0x1a81ccfff SignpostCollection arm64 <4f5984b7fa9938779a0e784f4ec5f2e1> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1a88f9000 - 0x1a88fffff URLFormatting arm64 /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1a8914000 - 0x1a89bbfff MMCS arm64 /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x1a8a13000 - 0x1a8c3ffff MobileSpotlightIndex arm64 <001c3d304f153304b2a50fef0300dae4> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1a9062000 - 0x1a90a8fff CoreLocationProtobuf arm64 <354363c3361234f0bde81d06b68951a8> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1a915c000 - 0x1a91d8fff Quagga arm64 <1e8a7a5cf04239d8b8a9d719c1aeddad> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1a9470000 - 0x1a947efff libAXSpeechManager.dylib arm64 <0ec202b25e9539bfaf0c1624320330e9> /usr/lib/libAXSpeechManager.dylib
0x1a94e3000 - 0x1a94f8fff libEDR arm64 <66ee6000bd2339d1ba5e6b3b10c2470c> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1aa116000 - 0x1aa123fff libperfcheck.dylib arm64 <3ba9a8fd8a773231ab960d7701333c63> /usr/lib/libperfcheck.dylib
0x1aa124000 - 0x1aa12ffff libAudioStatistics.dylib arm64 /usr/lib/libAudioStatistics.dylib
0x1aa2f3000 - 0x1aa303fff caulk arm64 /System/Library/PrivateFrameworks/caulk.framework/caulk
0x1aa342000 - 0x1aa348fff MobileSystemServices arm64 /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1aa4de000 - 0x1aa4f7fff TextToSpeech arm64 <6cee67718e8f3340886f84400bfd5b64> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x1ab475000 - 0x1ab47ffff HID arm64 /System/Library/PrivateFrameworks/HID.framework/HID
0x1ab4ac000 - 0x1ab4e5fff libGLImage.dylib arm64 <15ad0d4a18443118ac68cf15538dab9e> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1ab8e0000 - 0x1ab8f1fff libSparseBLAS.dylib arm64 <1f51189eaa19385c94b7fb0292561c82> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1ab8f2000 - 0x1ab905fff Engram arm64 <6e8e17826af3317f92fb524fa0b85c33> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1ab97c000 - 0x1ab9b6fff DataDetectorsNaturalLanguage arm64 /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
0x1abcad000 - 0x1abcb5fff FSEvents arm64 /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
0x1abcb6000 - 0x1abd33fff CoreDAV arm64 /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1ac67c000 - 0x1ac68cfff RemoteTextInput arm64 <76a999dbfd5a363384d1ad23aaadccf6> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1ac6b5000 - 0x1ac6e4fff iCalendar arm64 <9df467aa8d1630b69f7d5e1371cf1b12> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1ac701000 - 0x1ac70afff CloudPhotoServices arm64 /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1ac749000 - 0x1ac75dfff libLinearAlgebra.dylib arm64 <83e007597b01399783a65a8f7a6c3208> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1ac8ec000 - 0x1ac8f3fff CertUI arm64 <6680caf12d653f11a1df07a43db46053> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x1ac9d8000 - 0x1ac9e6fff CoreAUC arm64 <0baa16e29c3a372aafd1f0e84f547e5c> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1ad377000 - 0x1ad3bdfff PhysicsKit arm64 /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1ad3be000 - 0x1ad40ffff CorePrediction arm64 /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1ad801000 - 0x1ad84efff SafariSafeBrowsing arm64 <76e45ab6253135dbbcc5b9657344c140> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1add00000 - 0x1add1efff GenerationalStorage arm64 <05a7c289ff76316bad961b4e87eefbf6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1add81000 - 0x1add8cfff PersonaKit arm64 <818ad3bb76b83cf2a5e2abd964da978b> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1add8d000 - 0x1add99fff PersonaUI arm64 <65aeb7d64ae135f28487092ea21b4344> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1adf42000 - 0x1adf50fff Speech arm64 <51a015b2b4a43351a80a20563122271d> /System/Library/Frameworks/Speech.framework/Speech
0x1ae1a5000 - 0x1ae1aafff kperf arm64 <4dd4a30e85383405b9959fde4fd003f1> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1ae347000 - 0x1ae355fff AssetsLibrary arm64 <486139609c8b3b29bf7561f253873e44> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x1ae382000 - 0x1ae3b5fff libpcap.A.dylib arm64 <80be39cf99d83d1eb3c6b8d3fd8a838d> /usr/lib/libpcap.A.dylib
0x1ae6ed000 - 0x1ae787fff libvDSP.dylib arm64 <76375e092cdb311185ec8ed1d8f4bfc9> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1ae788000 - 0x1ae7b2fff vCard arm64 /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1ae7fa000 - 0x1ae884fff SampleAnalysis arm64 /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1ae885000 - 0x1ae891fff IntentsFoundation arm64 <2090563ffa41300da28ea5bc984ed49b> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1aee83000 - 0x1aeebbfff PhotosImagingFoundation arm64 /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
0x1aeebc000 - 0x1aeedefff MediaConversionService arm64 <546cb2add7863f26a98d7269bef43091> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
0x1aeedf000 - 0x1aeefcfff MediaStream arm64 <53b300858ffc31d8a6b4c6c007e5e24b> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1aeefd000 - 0x1aeff7fff CoreMediaStream arm64 <199d1804e5113baa9df9d57487aeb62a> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x1af1f1000 - 0x1af1f1fff Accelerate arm64 <9818869ce13333be8f6636eea59aedc8> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1af1f2000 - 0x1af507fff libLAPACK.dylib arm64 <1d4e4b0531313da5b611fb2575e17079> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1af508000 - 0x1af50cfff libQuadrature.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1af50d000 - 0x1af566fff libvMisc.dylib arm64 <435399eb7a8f3979b0d139c3f453fd29> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1af567000 - 0x1af567fff vecLib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1af5a1000 - 0x1af5c2fff CarPlay arm64 /System/Library/Frameworks/CarPlay.framework/CarPlay
0x1af6c9000 - 0x1af719fff CoreMIDI arm64 /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x1af8f2000 - 0x1af917fff GLKit arm64 <04b0e586b6263ee5a348025776314cb2> /System/Library/Frameworks/GLKit.framework/GLKit
0x1af918000 - 0x1af945fff GSS arm64 /System/Library/Frameworks/GSS.framework/GSS
0x1af958000 - 0x1af98afff MPSCore arm64 <7f98e0d3952a38c09bc314765766fc86> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1af98b000 - 0x1afa07fff MPSImage arm64 <63f5ffc1702e36ff841abafcd47d0301> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1afa08000 - 0x1afa2afff MPSMatrix arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1afa2b000 - 0x1afa3ffff MPSNDArray arm64 <8a75d75a84c439e0bdf578136ceb73f1> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
0x1afa40000 - 0x1afbd1fff MPSNeuralNetwork arm64 <4b7b42c84e2538758d2503bcaf4c695d> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1afbd2000 - 0x1afc16fff MPSRayIntersector arm64 <9d947816460c35e2b072e2d9b809d01b> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1afc17000 - 0x1afc17fff MetalPerformanceShaders arm64 <7de1dbb3681835558dfb8c6d50de268b> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1afc24000 - 0x1afc24fff MobileCoreServices arm64 /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1afc2f000 - 0x1afc30fff libCVMSPluginSupport.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1afc31000 - 0x1afc37fff libCoreFSCache.dylib arm64 <84690d5764ad3ee3864e18d4704e08cd> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1afc38000 - 0x1afc3dfff libCoreVMClient.dylib arm64 <66daee76addf32a981f2daca6fb6b0fe> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1afc72000 - 0x1afca9fff QuickLookThumbnailing arm64 /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1b00de000 - 0x1b00defff UIKit arm64 <47a27c57c3aa387fbc3d53d2e7249e16> /System/Library/Frameworks/UIKit.framework/UIKit
0x1b0100000 - 0x1b01c2fff VisionKit arm64 /System/Library/Frameworks/VisionKit.framework/VisionKit
0x1b0395000 - 0x1b04e7fff ANECompiler arm64 <931531fa29713983a242fe34c7917616> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
0x1b04e8000 - 0x1b04f8fff ANEServices arm64 /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1b0501000 - 0x1b0591fff APFS arm64 <0d446bc9f2f93ca0b2ee1727925f10ef> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1b0592000 - 0x1b0596fff ASEProcessing arm64 /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1b069e000 - 0x1b06e0fff AccessibilitySharedSupport arm64 /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/AccessibilitySharedSupport
0x1b073c000 - 0x1b0747fff AccountSettings arm64 /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x1b1057000 - 0x1b1065fff AppleFSCompression arm64 /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1b106c000 - 0x1b1076fff AppleIDAuthSupport arm64 /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1b1077000 - 0x1b10b8fff AppleJPEG arm64 <14d3a4bcfc0f374297d912b8c85cc5a0> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1b1101000 - 0x1b1112fff AppleNeuralEngine arm64 <622801b185fe3bfb834d3d44ad9f9187> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1b1119000 - 0x1b113cfff AppleSauce arm64 /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1b1335000 - 0x1b1365fff Bom arm64 <0dfe861e6be13f9eb920584c5b46f646> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1b1790000 - 0x1b1794fff CarPlayUIServices arm64 <47b01c8e59303486af829a444cc80b18> /System/Library/PrivateFrameworks/CarPlayUIServices.framework/CarPlayUIServices
0x1b1dbe000 - 0x1b1dc5fff CommonAuth arm64 /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x1b20ba000 - 0x1b21acfff CoreHandwriting arm64 /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
0x1b21c2000 - 0x1b21c6fff CoreOptimization arm64 <81a3200ad13730a59e896c36e69ff6fc> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1b2311000 - 0x1b231cfff DeviceIdentity arm64 <8e7caf4f24f0322c9947f91c17a715fd> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1b24ac000 - 0x1b24c8fff DocumentManagerCore arm64 /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1b257f000 - 0x1b2bdafff Espresso arm64 <9df07bcd41c4334fb57ed6ea22476366> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1b2e8c000 - 0x1b329dfff FaceCore arm64 <4de7d3c4806235d09407711b87b2bae5> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1b336e000 - 0x1b3382fff libGSFontCache.dylib arm64 /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1b33e6000 - 0x1b33f2fff libhvf.dylib arm64 <9563809693d6387db69fea88af4564e3> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x1b3414000 - 0x1b3428fff Futhark arm64 <07fc0e314de9321fb0f6ff75d012a134> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1b40f5000 - 0x1b4101fff GraphVisualizer arm64 /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1b43f3000 - 0x1b4463fff Heimdal arm64 <0a1b601c4d7331c4a37c44d2f5271264> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x1b49af000 - 0x1b49b5fff InternationalSupport arm64 <56238f820e0f3cc4befe347f830ffe44> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1b4c55000 - 0x1b4c55fff Marco arm64 /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1b5144000 - 0x1b5157fff MobileDeviceLink arm64 <687959b4e80d3fe08b0cc23ec02a82b2> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x1b540b000 - 0x1b544afff OTSVG arm64 <4295cc2da66d3905963b70f4ca852533> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1b5a8f000 - 0x1b5a8ffff PhoneNumbers arm64 /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1b73ae000 - 0x1b73b2fff RevealCore arm64 <40fbd11d577e3bbc9d10621400e5f57f> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
0x1b74a8000 - 0x1b74d9fff ScreenReaderCore arm64 <362dcb4576b73808aaff7703c4c659f2> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x1b753f000 - 0x1b754bfff SetupAssistantSupport arm64 <12028ece9f6a3995b90d31fed2d46a77> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1b7569000 - 0x1b7569fff SignpostMetrics arm64 /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
0x1b7597000 - 0x1b75c7fff SiriInstrumentation arm64 /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
0x1b7dbe000 - 0x1b7ed9fff TextRecognition arm64 <3f60021f659d3da9b2b470d0b997fc61> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
0x1b7eda000 - 0x1b7f7bfff TextureIO arm64 <55a7d4be7c2835d59ed2cbc7db47f880> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1b8eeb000 - 0x1b944cfff libwebrtc.dylib arm64 /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1b95e4000 - 0x1b95ecfff kperfdata arm64 <0280752ec857378482e788bd63ad43ef> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1b95ed000 - 0x1b9634fff ktrace arm64 /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1b964d000 - 0x1b9659fff perfdata arm64 /System/Library/PrivateFrameworks/perfdata.framework/perfdata
0x1b9a51000 - 0x1b9d7afff libAWDSupportFramework.dylib arm64 <5079327466f43f86b15028858aa1bb67> /usr/lib/libAWDSupportFramework.dylib
0x1b9f24000 - 0x1b9f2efff libChineseTokenizer.dylib arm64 <5dd82d181e2e32d4a3e755012a2534aa> /usr/lib/libChineseTokenizer.dylib
0x1b9f58000 - 0x1ba10afff libFosl_dynamic.dylib arm64 <6692e724c11b3bfb9593a3180f183057> /usr/lib/libFosl_dynamic.dylib
0x1ba185000 - 0x1ba18cfff libMatch.1.dylib arm64 /usr/lib/libMatch.1.dylib
0x1ba24b000 - 0x1ba24cfff libSystem.B.dylib arm64 <18687f3a21d73966b82704fc5d4e2188> /usr/lib/libSystem.B.dylib
0x1ba255000 - 0x1ba257fff libThaiTokenizer.dylib arm64 <342d2a135b0a37a2969fcb30ef6f5217> /usr/lib/libThaiTokenizer.dylib
0x1ba356000 - 0x1ba36bfff libapple_nghttp2.dylib arm64 <50a1e06796123db8af9bdc15a2c82dfe> /usr/lib/libapple_nghttp2.dylib
0x1ba3e4000 - 0x1ba3f4fff libbsm.0.dylib arm64 <8072366407503038b0e1eccd42c12f23> /usr/lib/libbsm.0.dylib
0x1ba3f5000 - 0x1ba401fff libbz2.1.0.dylib arm64 /usr/lib/libbz2.1.0.dylib
0x1ba402000 - 0x1ba402fff libcharset.1.dylib arm64 <3a1952fac60c363fb2720123f782b09c> /usr/lib/libcharset.1.dylib
0x1ba403000 - 0x1ba414fff libcmph.dylib arm64 <3db1a5a10dee3c8cac717ea539ca7ff6> /usr/lib/libcmph.dylib
0x1ba415000 - 0x1ba42cfff libcompression.dylib arm64 /usr/lib/libcompression.dylib
0x1ba42d000 - 0x1ba42efff libcoretls_cfhelpers.dylib arm64 <7940b1e1e9b33782860ac608bfd44fbc> /usr/lib/libcoretls_cfhelpers.dylib
0x1ba42f000 - 0x1ba435fff libcupolicy.dylib arm64 <39fd4f3cb58e35ab8095f873beed4007> /usr/lib/libcupolicy.dylib
0x1ba475000 - 0x1ba47efff libdscsym.dylib arm64 <0b0f4385a47f3eeb9cc385864a69b909> /usr/lib/libdscsym.dylib
0x1ba47f000 - 0x1ba49bfff libedit.3.dylib arm64 <208aef48da0a3872b9cabc520a506e19> /usr/lib/libedit.3.dylib
0x1ba4c7000 - 0x1ba4ccfff libheimdal-asn1.dylib arm64 <40eb02d5300c3a129e2ad0ed647ac737> /usr/lib/libheimdal-asn1.dylib
0x1ba4cd000 - 0x1ba5befff libiconv.2.dylib arm64 <8467990cb00c3b1194ce7feae7e3370a> /usr/lib/libiconv.2.dylib
0x1ba5d4000 - 0x1ba5dffff liblockdown.dylib arm64 <63d8b54e30bf3af39b56fc654cabf8ff> /usr/lib/liblockdown.dylib
0x1ba5e0000 - 0x1ba5f8fff liblzma.5.dylib arm64 <4074d76ec7a93b8492a262a059d3b837> /usr/lib/liblzma.5.dylib
0x1ba975000 - 0x1ba9a4fff libncurses.5.4.dylib arm64 /usr/lib/libncurses.5.4.dylib
0x1ba9a5000 - 0x1ba9bafff libnetworkextension.dylib arm64 <6dc4d4e4896a3c5da26ddd4f3528d833> /usr/lib/libnetworkextension.dylib
0x1bad3d000 - 0x1bad54fff libresolv.9.dylib arm64 <7d42c468c5223bcd8764b1706b530a84> /usr/lib/libresolv.9.dylib
0x1bad55000 - 0x1bad57fff libsandbox.1.dylib arm64 /usr/lib/libsandbox.1.dylib
0x1bad5e000 - 0x1bad8ffff libtidy.A.dylib arm64 <9596a6a694de3e1d80c5a18e8f81366a> /usr/lib/libtidy.A.dylib
0x1bad97000 - 0x1bad9afff libutil.dylib arm64 <0520efce5fe43c2fb18ee9d621dd2433> /usr/lib/libutil.dylib
0x1badc8000 - 0x1badd9fff libz.1.dylib arm64 <58a7ec43dad53a55aa9ed43f7d72639e> /usr/lib/libz.1.dylib
0x1bb1ec000 - 0x1bb1f1fff libcache.dylib arm64 /usr/lib/system/libcache.dylib
0x1bb1f2000 - 0x1bb1fefff libcommonCrypto.dylib arm64 <367980207814337795ba9d6fd082d14e> /usr/lib/system/libcommonCrypto.dylib
0x1bb1ff000 - 0x1bb203fff libcompiler_rt.dylib arm64 /usr/lib/system/libcompiler_rt.dylib
0x1bb2d1000 - 0x1bb2d1fff liblaunch.dylib arm64 <5e9d917f41d23568889a2d74a12446a9> /usr/lib/system/liblaunch.dylib
0x1bb2d2000 - 0x1bb2d7fff libmacho.dylib arm64 <7e4bdcc5830e33feb1141fcd5abe21aa> /usr/lib/system/libmacho.dylib
0x1bb2d8000 - 0x1bb2dafff libremovefile.dylib arm64 <4acd11ced3f83562a5ff9d6896b07164> /usr/lib/system/libremovefile.dylib
0x1bb2db000 - 0x1bb2dcfff libsystem_featureflags.dylib arm64 <956d43661dea3dd5a7029b8d345289ca> /usr/lib/system/libsystem_featureflags.dylib
0x1bb2dd000 - 0x1bb30afff libsystem_m.dylib arm64 /usr/lib/system/libsystem_m.dylib
0x1bb30b000 - 0x1bb310fff libunwind.dylib arm64 <2ad0d47cf0f53a9f8c140cb8dd009c91> /usr/lib/system/libunwind.dylib
0x1bb5f0000 - 0x1bb657fff NanoRegistry arm64 <115719fffc0d394a9516e82dd06f219c> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1bb658000 - 0x1bb665fff NanoPreferencesSync arm64 /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1bbed3000 - 0x1bbf0cfff CryptoTokenKit arm64 <15782f61144b32ffa99852964437ef46> /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit
0x1bcb60000 - 0x1bcb6afff PointerUIServices arm64 <0df18b83eb173ca9a87fd1391fdeea49> /System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices
EOF