Giter VIP home page Giter VIP logo

codeql-uboot's People

Contributors

adityasharad avatar xcorail avatar

Watchers

 avatar

codeql-uboot's Issues

Step 2 - Set up your IDE

Step 2: Setup your environment

We will use the CodeQL extension for Visual Studio Code. You will take advantage of IDE features like auto-complete, contextual help and jump-to-definition.

Don't worry, you'll do this setup only once, and you'll be able to use it for future CodeQL development.

Follow the instructions below.

Step 1 - Welcome to the course!

Welcome to the CodeQL U-Boot Challenge for C/C++!

We created this course to help you quickly learn CodeQL, our query language and engine for code analysis. The goal is to find several remote code execution (RCE) vulnerabilities in the open-source software known as U-Boot, using CodeQL and its libraries for analyzing C/C++ code. To find the real vulnerabilities, you'll need to write a sequence of queries, making them more precise at each step of the course.

More detail

The goal is to find a set of 9 remote-code-execution vulnerabilities in the U-Boot boot loader. These vulnerabilities were originally discovered by GitHub Security Lab researchers and have since been fixed. An attacker with positioning on the local network, or control of a malicious NFS server, could potentially achieve remote code execution on the U-Boot powered device. This was possible because the code read data from the network (that could be attacker-controlled) and passed it to the length parameter of a call to the memcpy function. When such a length parameter is not properly validated before use, it may lead to exploitable memory corruption vulnerabilities.

U-Boot contains hundreds of calls to both memcpy and libc functions that read data from the network. You can often recognize network data being acted upon through use of the ntohs (network to host short) and ntohl (network to host long) functions or macros. These swap the byte ordering for integer values that are received in network ordering to the host's native byte ordering (which is architecture dependent).

In this course, you will use CodeQL to find such calls. Many of those calls may actually be safe, so throughout this course you will refine your query to reduce the number of false positives, and finally track down the unsafe calls to memcpy that are influenced by remote input.

Upon completion of the course, you will have created a CodeQL query that is able to find variants of this common vulnerability pattern.

Step 1: Know where to get help!

Bookmark these useful documentation links:

If you get stuck during this course and need some help, the best place to ask for help is on the GitHub Security Lab Slack. Request an invitation from the Security Lab Get Involved page and ask in the channel #codeql-writing. There are also sample solutions in the course repository, but please try to solve the tasks on your own first!

Hope this is exciting! Please close this issue now, then wait for the next set of instructions to appear in a comment below.

SfB-2020-05-07-115814

{"app_name":"SfB","timestamp":"2020-05-07 11:58:14.00 -0500","app_version":"6.26.2","slice_uuid":"7fa1e6a3-b8c7-3615-8140-e9b44e5f97b5","adam_id":605841731,"build_version":"6.26.2.0009","bundleID":"com.microsoft.lync2013.iphone","share_with_app_devs":0,"is_first_party":0,"bug_type":"109","os_version":"iPhone OS 13.4.1 (17E262)","incident_id":"A52B1748-7B2E-4BC7-8226-07DC41F7CE7C","name":"SfB"}
Incident Identifier: A52B1748-7B2E-4BC7-8226-07DC41F7CE7C
CrashReporter Key: 5bf8593c55c8a302cf3c19c93303b443aba724c7
Hardware Model: iPhone10,5
Process: SfB [13906]
Path: /private/var/containers/Bundle/Application/325E22CF-0135-4578-85B8-C9B760A499F9/SfB.app/SfB
Identifier: com.microsoft.lync2013.iphone
Version: 6.26.2.0009 (6.26.2)
AppStoreTools: 11C29
AppVariant: 1:iPhone10,5:13
Code Type: ARM-64 (Native)
Role: Foreground
Parent Process: launchd [1]
Coalition: com.microsoft.lync2013.iphone [2743]

Date/Time: 2020-05-07 11:58:13.7635 -0500
Launch Time: 2020-05-07 10:58:51.4010 -0500
OS Version: iPhone OS 13.4.1 (17E262)
Release Type: User
Baseband Version: 3.04.02
Report Version: 104

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x0000ec43a4878e30
VM Region Info: 0xec43a4878e30 is not in any region. Bytes after previous region: 259763993022001
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 [13906]
Triggered by Thread: 0

Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 IPA 0x0000000103110054 0x102700000 + 10551380
1 IPA 0x000000010310ffcc 0x102700000 + 10551244
2 IPA 0x000000010336f570 0x102700000 + 13038960
3 IPA 0x000000010336f2e0 0x102700000 + 13038304
4 IPA 0x000000010336f29c 0x102700000 + 13038236
5 IPA 0x00000001030bb538 0x102700000 + 10204472
6 IPA 0x00000001031ea184 0x102700000 + 11444612
7 IPA 0x00000001031964c4 0x102700000 + 11101380
8 IPA 0x000000010318bf38 0x102700000 + 11059000
9 IPA 0x00000001030bb538 0x102700000 + 10204472
10 IPA 0x00000001031ae734 0x102700000 + 11200308
11 IPA 0x00000001031ae70c 0x102700000 + 11200268
12 IPA 0x00000001031ae778 0x102700000 + 11200376
13 libsystem_c.dylib 0x00000001acca74c8 0x1acc54000 + 341192
14 libsystem_c.dylib 0x00000001acca77d8 0x1acc54000 + 341976
15 UIKitCore 0x00000001b11158f0 0x1b06e4000 + 10688752
16 UIKitCore 0x00000001b08b5b14 0x1b06e4000 + 1907476
17 UIKitCore 0x00000001b08b579c 0x1b06e4000 + 1906588
18 UIKitCore 0x00000001b110b98c 0x1b06e4000 + 10647948
19 FrontBoardServices 0x00000001b21d8490 0x1b21d3000 + 21648
20 FrontBoardServices 0x00000001b22035ac 0x1b21d3000 + 198060
21 FrontBoardServices 0x00000001b21e97ec 0x1b21d3000 + 92140
22 FrontBoardServices 0x00000001b220353c 0x1b21d3000 + 197948
23 libdispatch.dylib 0x00000001acd2b524 0x1accd0000 + 374052
24 libdispatch.dylib 0x00000001acd05808 0x1accd0000 + 219144
25 FrontBoardServices 0x00000001b2228440 0x1b21d3000 + 349248
26 FrontBoardServices 0x00000001b222810c 0x1b21d3000 + 348428
27 FrontBoardServices 0x00000001b2228634 0x1b21d3000 + 349748
28 CoreFoundation 0x00000001acfe3b64 0x1acf3b000 + 691044
29 CoreFoundation 0x00000001acfe3abc 0x1acf3b000 + 690876
30 CoreFoundation 0x00000001acfe32a0 0x1acf3b000 + 688800
31 CoreFoundation 0x00000001acfde274 0x1acf3b000 + 668276
32 CoreFoundation 0x00000001acfddc34 0x1acf3b000 + 666676
33 GraphicsServices 0x00000001b712738c 0x1b7124000 + 13196
34 UIKitCore 0x00000001b111022c 0x1b06e4000 + 10666540
35 SfB 0x00000001010885ec 0x100d14000 + 3622380
36 SfB 0x0000000100d20c10 0x100d14000 + 52240
37 libdyld.dylib 0x00000001ace65800 0x1ace64000 + 6144

Thread 1 name: com.apple.uikit.eventfetch-thread
Thread 1:
0 libsystem_kernel.dylib 0x00000001ace39198 0x1ace35000 + 16792
1 libsystem_kernel.dylib 0x00000001ace3860c 0x1ace35000 + 13836
2 CoreFoundation 0x00000001acfe33b4 0x1acf3b000 + 689076
3 CoreFoundation 0x00000001acfde3e8 0x1acf3b000 + 668648
4 CoreFoundation 0x00000001acfddc34 0x1acf3b000 + 666676
5 Foundation 0x00000001ad320bcc 0x1ad319000 + 31692
6 Foundation 0x00000001ad320aac 0x1ad319000 + 31404
7 UIKitCore 0x00000001b11b2160 0x1b06e4000 + 11329888
8 Foundation 0x00000001ad44f9d0 0x1ad319000 + 1272272
9 libsystem_pthread.dylib 0x00000001acd7bd98 0x1acd71000 + 44440
10 libsystem_pthread.dylib 0x00000001acd7f74c 0x1acd71000 + 59212

Thread 2 name: AVAudioSession Notify Thread
Thread 2:
0 libsystem_kernel.dylib 0x00000001ace39198 0x1ace35000 + 16792
1 libsystem_kernel.dylib 0x00000001ace3860c 0x1ace35000 + 13836
2 CoreFoundation 0x00000001acfe33b4 0x1acf3b000 + 689076
3 CoreFoundation 0x00000001acfde3e8 0x1acf3b000 + 668648
4 CoreFoundation 0x00000001acfddc34 0x1acf3b000 + 666676
5 AVFAudio 0x00000001b9d865dc 0x1b9d21000 + 415196
6 AVFAudio 0x00000001b9dd7300 0x1b9d21000 + 746240
7 libsystem_pthread.dylib 0x00000001acd7bd98 0x1acd71000 + 44440
8 libsystem_pthread.dylib 0x00000001acd7f74c 0x1acd71000 + 59212

Thread 3 name: com.apple.NSURLConnectionLoader
Thread 3:
0 libsystem_kernel.dylib 0x00000001ace39198 0x1ace35000 + 16792
1 libsystem_kernel.dylib 0x00000001ace3860c 0x1ace35000 + 13836
2 CoreFoundation 0x00000001acfe33b4 0x1acf3b000 + 689076
3 CoreFoundation 0x00000001acfde3e8 0x1acf3b000 + 668648
4 CoreFoundation 0x00000001acfddc34 0x1acf3b000 + 666676
5 CFNetwork 0x00000001b02a2c44 0x1b02a1000 + 7236
6 Foundation 0x00000001ad44f9d0 0x1ad319000 + 1272272
7 libsystem_pthread.dylib 0x00000001acd7bd98 0x1acd71000 + 44440
8 libsystem_pthread.dylib 0x00000001acd7f74c 0x1acd71000 + 59212

Thread 4 name: com.apple.CFSocket.private
Thread 4:
0 libsystem_kernel.dylib 0x00000001ace5b014 0x1ace35000 + 155668
1 CoreFoundation 0x00000001acff0fe8 0x1acf3b000 + 745448
2 libsystem_pthread.dylib 0x00000001acd7bd98 0x1acd71000 + 44440
3 libsystem_pthread.dylib 0x00000001acd7f74c 0x1acd71000 + 59212

Thread 5 name: com.apple.coreaudio.AQClient
Thread 5:
0 libsystem_kernel.dylib 0x00000001ace39198 0x1ace35000 + 16792
1 libsystem_kernel.dylib 0x00000001ace3860c 0x1ace35000 + 13836
2 CoreFoundation 0x00000001acfe33b4 0x1acf3b000 + 689076
3 CoreFoundation 0x00000001acfde3e8 0x1acf3b000 + 668648
4 CoreFoundation 0x00000001acfddc34 0x1acf3b000 + 666676
5 AudioToolbox 0x00000001b830f4d4 0x1b818c000 + 1586388
6 libAudioToolboxUtility.dylib 0x00000001b83d0614 0x1b83c1000 + 62996
7 libsystem_pthread.dylib 0x00000001acd7bd98 0x1acd71000 + 44440
8 libsystem_pthread.dylib 0x00000001acd7f74c 0x1acd71000 + 59212

Thread 6:
0 libsystem_kernel.dylib 0x00000001ace391d4 0x1ace35000 + 16852
1 caulk 0x00000001d189b884 0x1d188f000 + 51332
2 caulk 0x00000001d18965a8 0x1d188f000 + 30120
3 caulk 0x00000001d189a248 0x1d188f000 + 45640
4 caulk 0x00000001d189a3d8 0x1d188f000 + 46040
5 libsystem_pthread.dylib 0x00000001acd7bd98 0x1acd71000 + 44440
6 libsystem_pthread.dylib 0x00000001acd7f74c 0x1acd71000 + 59212

Thread 7 name: com.apple.CoreMotion.MotionThread
Thread 7:
0 libsystem_kernel.dylib 0x00000001ace39198 0x1ace35000 + 16792
1 libsystem_kernel.dylib 0x00000001ace3860c 0x1ace35000 + 13836
2 CoreFoundation 0x00000001acfe33b4 0x1acf3b000 + 689076
3 CoreFoundation 0x00000001acfde3e8 0x1acf3b000 + 668648
4 CoreFoundation 0x00000001acfddc34 0x1acf3b000 + 666676
5 CoreFoundation 0x00000001acfde990 0x1acf3b000 + 670096
6 CoreMotion 0x00000001b9c43188 0x1b9b59000 + 958856
7 libsystem_pthread.dylib 0x00000001acd7bd98 0x1acd71000 + 44440
8 libsystem_pthread.dylib 0x00000001acd7f74c 0x1acd71000 + 59212

Thread 8:
0 libsystem_pthread.dylib 0x00000001acd7f738 0x1acd71000 + 59192

Thread 9 name: Dispatch queue: com.apple.root.background-qos
Thread 9:
0 libsystem_kernel.dylib 0x00000001ace5b104 0x1ace35000 + 155908
1 libsystem_c.dylib 0x00000001accc3458 0x1acc54000 + 455768
2 Foundation 0x00000001ad381530 0x1ad319000 + 427312
3 IPA 0x000000010312d1d0 0x102700000 + 10670544
4 libdispatch.dylib 0x00000001acd2a9a8 0x1accd0000 + 371112
5 libdispatch.dylib 0x00000001acd2b524 0x1accd0000 + 374052
6 libdispatch.dylib 0x00000001acd1165c 0x1accd0000 + 267868
7 libdispatch.dylib 0x00000001acd11cd0 0x1accd0000 + 269520
8 libsystem_pthread.dylib 0x00000001acd7cb38 0x1acd71000 + 47928
9 libsystem_pthread.dylib 0x00000001acd7f740 0x1acd71000 + 59200

Thread 10:
0 libsystem_pthread.dylib 0x00000001acd7f738 0x1acd71000 + 59192

Thread 11:
0 libsystem_pthread.dylib 0x00000001acd7f738 0x1acd71000 + 59192

Thread 12:
0 libsystem_pthread.dylib 0x00000001acd7f738 0x1acd71000 + 59192

Thread 13:
0 libsystem_pthread.dylib 0x00000001acd7f738 0x1acd71000 + 59192

Thread 14:
0 libsystem_pthread.dylib 0x00000001acd7f738 0x1acd71000 + 59192

Thread 15:
0 libsystem_pthread.dylib 0x00000001acd7f738 0x1acd71000 + 59192

Thread 16:
0 libsystem_pthread.dylib 0x00000001acd7f738 0x1acd71000 + 59192

Thread 17:
0 libsystem_pthread.dylib 0x00000001acd7f738 0x1acd71000 + 59192

Thread 0 crashed with ARM Thread State (64-bit):
x0: 0x0000000106909190 x1: 0x0000000280938e10 x2: 0x0000000000000001 x3: 0x00000001acd48490
x4: 0x000000000000006b x5: 0x000000000000006b x6: 0x000000000000006b x7: 0x0000000103c66ea0
x8: 0x0000000106909198 x9: 0x0000000105f46dd0 x10: 0x0000ec43a4878e10 x11: 0x0000000280938e10
x12: 0x0000000280938e18 x13: 0x00000000dd6ae117 x14: 0x00000000dd8ae800 x15: 0x000000000000015d
x16: 0x00000001acfdc2fc x17: 0x000000005d800000 x18: 0x0000000000000000 x19: 0x0000000106909180
x20: 0x0000000105f46dd0 x21: 0x0000000105f46e58 x22: 0x0000000106904800 x23: 0x0000000000000000
x24: 0x0000000000000008 x25: 0x00000001f9f36000 x26: 0x000000000000000e x27: 0x0000000000000002
x28: 0x0000000000000010 fp: 0x000000016f0ea390 lr: 0x000000010310ffcc
sp: 0x000000016f0ea350 pc: 0x0000000103110054 cpsr: 0x20000000
esr: 0x92000004 (Data Abort) byte read Translation fault

Binary Images:
0x100d14000 - 0x1015a3fff SfB arm64 <7fa1e6a3b8c736158140e9b44e5f97b5> /var/containers/Bundle/Application/325E22CF-0135-4578-85B8-C9B760A499F9/SfB.app/SfB
0x1019c8000 - 0x101a13fff Reykjavik arm64 <535eca824a773127b89263928a0986d4> /var/containers/Bundle/Application/325E22CF-0135-4578-85B8-C9B760A499F9/SfB.app/Frameworks/Reykjavik.framework/Reykjavik
0x101a9c000 - 0x101b3bfff HockeySDK arm64 <0a08e30c58203e659a170d874085397d> /var/containers/Bundle/Application/325E22CF-0135-4578-85B8-C9B760A499F9/SfB.app/Frameworks/HockeySDK.framework/HockeySDK
0x101c00000 - 0x101c3bfff ODSPSharedAccounts arm64 /var/containers/Bundle/Application/325E22CF-0135-4578-85B8-C9B760A499F9/SfB.app/Frameworks/ODSPSharedAccounts.framework/ODSPSharedAccounts
0x101ca0000 - 0x101cc7fff PowerLiftKit arm64 /var/containers/Bundle/Application/325E22CF-0135-4578-85B8-C9B760A499F9/SfB.app/Frameworks/PowerLiftKit.framework/PowerLiftKit
0x101cf0000 - 0x101d53fff dyld arm64 <23eead922ec9376cbb08574507ab6177> /usr/lib/dyld
0x101dcc000 - 0x1020f7fff Model arm64 /var/containers/Bundle/Application/325E22CF-0135-4578-85B8-C9B760A499F9/SfB.app/Frameworks/Model.framework/Model
0x102700000 - 0x103a6bfff IPA arm64 /var/containers/Bundle/Application/325E22CF-0135-4578-85B8-C9B760A499F9/SfB.app/Frameworks/IPA.framework/IPA
0x105320000 - 0x1053f7fff ADAL arm64 <8a97154ecaab391cb386b5944dc04339> /var/containers/Bundle/Application/325E22CF-0135-4578-85B8-C9B760A499F9/SfB.app/Frameworks/ADAL.framework/ADAL
0x105478000 - 0x1054a7fff KeychainAccess arm64 /var/containers/Bundle/Application/325E22CF-0135-4578-85B8-C9B760A499F9/SfB.app/Frameworks/KeychainAccess.framework/KeychainAccess
0x1054e4000 - 0x1054f7fff libswiftAVFoundation.dylib arm64 /var/containers/Bundle/Application/325E22CF-0135-4578-85B8-C9B760A499F9/SfB.app/Frameworks/libswiftAVFoundation.dylib
0x105508000 - 0x10550ffff libswiftContacts.dylib arm64 <7e8f2aba720133d0942c930bc9d8b296> /var/containers/Bundle/Application/325E22CF-0135-4578-85B8-C9B760A499F9/SfB.app/Frameworks/libswiftContacts.dylib
0x10551c000 - 0x105853fff libswiftCore.dylib arm64 /var/containers/Bundle/Application/325E22CF-0135-4578-85B8-C9B760A499F9/SfB.app/Frameworks/libswiftCore.dylib
0x105964000 - 0x10596bfff libswiftCoreAudio.dylib arm64 <36b727cd39143904a209b5a3b8bff675> /var/containers/Bundle/Application/325E22CF-0135-4578-85B8-C9B760A499F9/SfB.app/Frameworks/libswiftCoreAudio.dylib
0x105978000 - 0x10597ffff libswiftCoreFoundation.dylib arm64 <47deeaa1967b3e339dfcb48535a994e1> /var/containers/Bundle/Application/325E22CF-0135-4578-85B8-C9B760A499F9/SfB.app/Frameworks/libswiftCoreFoundation.dylib
0x10598c000 - 0x10599bfff libswiftCoreGraphics.dylib arm64 <25fe91aa901b3cf6a443b498012ab5af> /var/containers/Bundle/Application/325E22CF-0135-4578-85B8-C9B760A499F9/SfB.app/Frameworks/libswiftCoreGraphics.dylib
0x1059b0000 - 0x1059b7fff libswiftCoreImage.dylib arm64 <762a9d5e144d38b5b02b910e61486196> /var/containers/Bundle/Application/325E22CF-0135-4578-85B8-C9B760A499F9/SfB.app/Frameworks/libswiftCoreImage.dylib
0x1059c4000 - 0x1059cbfff libswiftCoreLocation.dylib arm64 <9a0a7186ab2839738011f49b762b2da5> /var/containers/Bundle/Application/325E22CF-0135-4578-85B8-C9B760A499F9/SfB.app/Frameworks/libswiftCoreLocation.dylib
0x1059d8000 - 0x1059dffff libswiftCoreMedia.dylib arm64 <06b0623f34253ddf9b6ff90d64b1ca3b> /var/containers/Bundle/Application/325E22CF-0135-4578-85B8-C9B760A499F9/SfB.app/Frameworks/libswiftCoreMedia.dylib
0x1059ec000 - 0x1059f7fff libswiftDarwin.dylib arm64 /var/containers/Bundle/Application/325E22CF-0135-4578-85B8-C9B760A499F9/SfB.app/Frameworks/libswiftDarwin.dylib
0x105a08000 - 0x105a23fff libswiftDispatch.dylib arm64 <7ad01fe8bf9f3bad811e9c5ce8c68f8f> /var/containers/Bundle/Application/325E22CF-0135-4578-85B8-C9B760A499F9/SfB.app/Frameworks/libswiftDispatch.dylib
0x105a40000 - 0x105b8ffff libswiftFoundation.dylib arm64 <0848e6ddbbfb31ae87c86b45ff691470> /var/containers/Bundle/Application/325E22CF-0135-4578-85B8-C9B760A499F9/SfB.app/Frameworks/libswiftFoundation.dylib
0x105c18000 - 0x105c1ffff libswiftGLKit.dylib arm64 <811cf4b4a2593dab92c9d2fe08eadb6a> /var/containers/Bundle/Application/325E22CF-0135-4578-85B8-C9B760A499F9/SfB.app/Frameworks/libswiftGLKit.dylib
0x105c2c000 - 0x105c37fff libswiftIntents.dylib arm64 <5974c07961f53ed69acf8b4364684349> /var/containers/Bundle/Application/325E22CF-0135-4578-85B8-C9B760A499F9/SfB.app/Frameworks/libswiftIntents.dylib
0x105c48000 - 0x105c4ffff libswiftMetal.dylib arm64 <7a56d69e55fb3a23a40cfb2c2abae537> /var/containers/Bundle/Application/325E22CF-0135-4578-85B8-C9B760A499F9/SfB.app/Frameworks/libswiftMetal.dylib
0x105c5c000 - 0x105c63fff libswiftModelIO.dylib arm64 /var/containers/Bundle/Application/325E22CF-0135-4578-85B8-C9B760A499F9/SfB.app/Frameworks/libswiftModelIO.dylib
0x105c70000 - 0x105c77fff libswiftObjectiveC.dylib arm64 /var/containers/Bundle/Application/325E22CF-0135-4578-85B8-C9B760A499F9/SfB.app/Frameworks/libswiftObjectiveC.dylib
0x105c84000 - 0x105c8bfff libswiftQuartzCore.dylib arm64 <5b0df8513fdc35f480865794bac2b551> /var/containers/Bundle/Application/325E22CF-0135-4578-85B8-C9B760A499F9/SfB.app/Frameworks/libswiftQuartzCore.dylib
0x105c98000 - 0x105ca7fff libswiftUIKit.dylib arm64 <7b96c8dddb1337a9b8b2a806cd798a69> /var/containers/Bundle/Application/325E22CF-0135-4578-85B8-C9B760A499F9/SfB.app/Frameworks/libswiftUIKit.dylib
0x105cbc000 - 0x105cf7fff libswiftsimd.dylib arm64 /var/containers/Bundle/Application/325E22CF-0135-4578-85B8-C9B760A499F9/SfB.app/Frameworks/libswiftsimd.dylib
0x105d18000 - 0x105d47fff libswiftSwiftOnoneSupport.dylib arm64 <56cdea7acd713d499d5452b9ebeaa83e> /var/containers/Bundle/Application/325E22CF-0135-4578-85B8-C9B760A499F9/SfB.app/Frameworks/libswiftSwiftOnoneSupport.dylib
0x105d5c000 - 0x105d63fff libswiftos.dylib arm64 <8e3b4ee77a833c3fad9499717ed18eec> /var/containers/Bundle/Application/325E22CF-0135-4578-85B8-C9B760A499F9/SfB.app/Frameworks/libswiftos.dylib
0x105ddc000 - 0x105de7fff libobjc-trampolines.dylib arm64 <2df134bae62230edb227eb9333bfa4d9> /usr/lib/libobjc-trampolines.dylib
0x1acc0a000 - 0x1acc20fff libsystem_trace.dylib arm64 /usr/lib/system/libsystem_trace.dylib
0x1acc21000 - 0x1acc52fff libxpc.dylib arm64 <9e9d069de3b136fa85755e1d9e6b6b54> /usr/lib/system/libxpc.dylib
0x1acc53000 - 0x1acc53fff libsystem_blocks.dylib arm64 <0afa438b8355370794f5015ad81f32df> /usr/lib/system/libsystem_blocks.dylib
0x1acc54000 - 0x1acccffff libsystem_c.dylib arm64 <8d39ff48e14c3f868e1090f54896bb65> /usr/lib/system/libsystem_c.dylib
0x1accd0000 - 0x1acd44fff libdispatch.dylib arm64 <5a83d0cf8fb937278a32012d20a47ec8> /usr/lib/system/libdispatch.dylib
0x1acd45000 - 0x1acd65fff libsystem_malloc.dylib arm64 /usr/lib/system/libsystem_malloc.dylib
0x1acd66000 - 0x1acd70fff libsystem_platform.dylib arm64 /usr/lib/system/libsystem_platform.dylib
0x1acd71000 - 0x1acd81fff libsystem_pthread.dylib arm64 /usr/lib/system/libsystem_pthread.dylib
0x1acd82000 - 0x1acdb3fff libobjc.A.dylib arm64 <091241f8e94c39ba9ca67352e998bb41> /usr/lib/libobjc.A.dylib
0x1acdb4000 - 0x1ace1bfff libcorecrypto.dylib arm64 <28c07c08a95635b1b04e88d84542020b> /usr/lib/system/libcorecrypto.dylib
0x1ace1c000 - 0x1ace34fff libc++abi.dylib arm64 /usr/lib/libc++abi.dylib
0x1ace35000 - 0x1ace63fff libsystem_kernel.dylib arm64 /usr/lib/system/libsystem_kernel.dylib
0x1ace64000 - 0x1ace96fff libdyld.dylib arm64 <876fb49abfba37bfad376ffc90f7f981> /usr/lib/system/libdyld.dylib
0x1ace97000 - 0x1ace9ffff libsystem_darwin.dylib arm64 /usr/lib/system/libsystem_darwin.dylib
0x1acea0000 - 0x1acef9fff libc++.1.dylib arm64 /usr/lib/libc++.1.dylib
0x1acefa000 - 0x1acf3afff libsystem_info.dylib arm64 <6a94223de5dc3df6b89780ba56191d92> /usr/lib/system/libsystem_info.dylib
0x1acf3b000 - 0x1ad2aefff CoreFoundation arm64 <409609cd841038e1ba5dbded609d2018> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1ad2af000 - 0x1ad318fff SystemConfiguration arm64 /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x1ad319000 - 0x1ad5d0fff Foundation arm64 <1a46239df2fc34b695bc9f38869f0c85> /System/Library/Frameworks/Foundation.framework/Foundation
0x1ad5d1000 - 0x1ad603fff libCRFSuite.dylib arm64 /usr/lib/libCRFSuite.dylib
0x1ad604000 - 0x1ad77efff CoreServices arm64 <43035d98ba1c3d5d972fd61df826fcb3> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x1ad77f000 - 0x1ad7dffff libSparse.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1ad7e0000 - 0x1adccafff ImageIO arm64 <428fc36a6d0234b5a10cc2cf6f9e0674> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x1adccb000 - 0x1adccdfff ConstantClasses arm64 <07aead6b70b73890b27f7aea1cd02350> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x1adcce000 - 0x1ade6cfff CoreText arm64 <3a068b6f533e36b18e9823833c815854> /System/Library/Frameworks/CoreText.framework/CoreText
0x1ade6d000 - 0x1adfa2fff Security arm64 /System/Library/Frameworks/Security.framework/Security
0x1adfa3000 - 0x1ae046fff IOKit arm64 /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x1ae047000 - 0x1ae07efff libMobileGestalt.dylib arm64 /usr/lib/libMobileGestalt.dylib
0x1ae07f000 - 0x1ae0dbfff libprotobuf.dylib arm64 <027d49d7fea839cda49a4a4fb32c7f6f> /usr/lib/libprotobuf.dylib
0x1ae0dc000 - 0x1ae0edfff libprotobuf-lite.dylib arm64 <2c82919a66fa30a7841320190f2c202d> /usr/lib/libprotobuf-lite.dylib
0x1ae0ee000 - 0x1ae33efff libicucore.A.dylib arm64 /usr/lib/libicucore.A.dylib
0x1ae33f000 - 0x1ae368fff CoreServicesInternal arm64 <7b6acc45f64532258e2012c49fbcde7a> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x1ae369000 - 0x1ae3b0fff WirelessDiagnostics arm64 /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x1ae3b1000 - 0x1ae3eafff libAWDSupport.dylib arm64 <52926ffdcfd0397881e93a4df6893672> /usr/lib/libAWDSupport.dylib
0x1ae3eb000 - 0x1ae86ffff CoreAudio arm64 /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1ae870000 - 0x1aeb3cfff CoreImage arm64 <4aee50c9e546312ead5d721a6afdb059> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x1aeb3d000 - 0x1aec2bfff LanguageModeling arm64 <1d022988ea363113a096c2f107568542> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x1aec2c000 - 0x1aec72fff Lexicon arm64 <9d08273daeac34e78493ff7bff76cab2> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x1aec73000 - 0x1aedf5fff libsqlite3.dylib arm64 <4fadb9ee56a73afca3604780ddf3411b> /usr/lib/libsqlite3.dylib
0x1aedf6000 - 0x1aee28fff MobileKeyBag arm64 <6cf66de926bb32089688747ed1dbd888> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1aee29000 - 0x1aee32fff libsystem_notify.dylib arm64 <21a918766a2c3f89855046e0f854018a> /usr/lib/system/libsystem_notify.dylib
0x1aee33000 - 0x1af014fff CoreDuet arm64 <5640bda664273303800ed189c16e8049> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x1af015000 - 0x1af157fff Montreal arm64 <69a3d186833f35c5963a43e4d365e897> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x1af158000 - 0x1af23efff NLP arm64 <22401c0f186737c295999afaf82b1840> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x1af23f000 - 0x1af25cfff CellularPlanManager arm64 /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x1af25d000 - 0x1af29afff AppSupport arm64 <1731e2fba0303bdbb0cf8b02e5e56ecd> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x1af29b000 - 0x1af76cfff libnetwork.dylib arm64 /usr/lib/libnetwork.dylib
0x1af76d000 - 0x1af879fff ManagedConfiguration arm64 /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x1af87a000 - 0x1af8a3fff CoreServicesStore arm64 /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
0x1af8a4000 - 0x1af8c4fff UserManagement arm64 /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1af8c5000 - 0x1afb7cfff CoreML arm64 <4b1ed9735bef37929aa9775df017a4f2> /System/Library/Frameworks/CoreML.framework/CoreML
0x1afb7d000 - 0x1afb93fff ProtocolBuffer arm64 <4e652067e296363bbfa380eba32585ad> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1afb94000 - 0x1afbaefff CommonUtilities arm64 <8c65f3b91e6d322ebeedf8a0e60e717a> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1afbaf000 - 0x1afbaffff libenergytrace.dylib arm64 /usr/lib/libenergytrace.dylib
0x1afbb0000 - 0x1afbe6fff RunningBoardServices arm64 /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
0x1afbe7000 - 0x1afc64fff BaseBoard arm64 <33a252545a9730ab9cc7fad0345d4758> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x1afc65000 - 0x1b01bafff SiriTTS arm64 /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x1b01bb000 - 0x1b022dfff CoreLocation arm64 /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x1b022e000 - 0x1b023afff libMobileGestaltExtensions.dylib arm64 <4d550575c11238a690896d49e191b3b7> /usr/lib/libMobileGestaltExtensions.dylib
0x1b023b000 - 0x1b028ffff Accounts arm64 <75940abf4f773731855da69467dbb796> /System/Library/Frameworks/Accounts.framework/Accounts
0x1b0290000 - 0x1b02a0fff SharedWebCredentials arm64 <1393d99cb36e3c7083e82748f44855b0> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x1b02a1000 - 0x1b0603fff CFNetwork arm64 /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x1b0604000 - 0x1b06e3fff UIFoundation arm64 <5633754447e039efbb34f207fda2553c> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x1b06e4000 - 0x1b17f8fff UIKitCore arm64 <3062ff32218237a2a5f9b38f6fb6b8c3> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x1b17f9000 - 0x1b1806fff AssertionServices arm64 /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1b1807000 - 0x1b18d9fff CoreTelephony arm64 /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x1b18da000 - 0x1b18dffff AggregateDictionary arm64 /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1b18e0000 - 0x1b18f6fff libsystem_asl.dylib arm64 <24190e9ac7db3006b4dfc5e64e85774a> /usr/lib/system/libsystem_asl.dylib
0x1b18f7000 - 0x1b196ffff CloudDocs arm64 /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x1b1970000 - 0x1b1c98fff CoreData arm64 /System/Library/Frameworks/CoreData.framework/CoreData
0x1b1c99000 - 0x1b1ebefff Vision arm64 <958d82a44f733f0f96350b6f68bd9381> /System/Library/Frameworks/Vision.framework/Vision
0x1b1ebf000 - 0x1b1f01fff PhotoFoundation arm64 <9e49f30ca736349893a9716346e41898> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x1b1f02000 - 0x1b1f2dfff BoardServices arm64 <728b59e6907e31e5892de5b2c55c48ce> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
0x1b1f2e000 - 0x1b1fe3fff libboringssl.dylib arm64 /usr/lib/libboringssl.dylib
0x1b1fe4000 - 0x1b1ff2fff libsystem_networkextension.dylib arm64 <3a3722da76863c2a99c2cce0e3924bf7> /usr/lib/system/libsystem_networkextension.dylib
0x1b1ff3000 - 0x1b2013fff CoreAnalytics arm64 <85843ee0a89b3316a3e68531eba75336> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1b2014000 - 0x1b2184fff CloudKit arm64 /System/Library/Frameworks/CloudKit.framework/CloudKit
0x1b2185000 - 0x1b21d2fff SpringBoardServices arm64 <50878840805636d7bff4a6aa6d6cdfa9> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1b21d3000 - 0x1b2245fff FrontBoardServices arm64 /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1b2246000 - 0x1b236dfff Network arm64 <38a032852b86333e95c553eb41e5d3e5> /System/Library/Frameworks/Network.framework/Network
0x1b236e000 - 0x1b23cafff libusrtcp.dylib arm64 <10fe0faf8a4d3bcfbc43e8a951656957> /usr/lib/libusrtcp.dylib
0x1b23cb000 - 0x1b23d2fff libsystem_symptoms.dylib arm64 /usr/lib/system/libsystem_symptoms.dylib
0x1b23d3000 - 0x1b32bdfff GeoServices arm64 /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x1b32be000 - 0x1b32c6fff TCC arm64 /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1b32c7000 - 0x1b3320fff IMFoundation arm64 /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x1b3321000 - 0x1b3494fff CoreUtils arm64 /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x1b3495000 - 0x1b3546fff IMSharedUtilities arm64 <7e3c3dc898663d13b83dffaa5a1170a5> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
0x1b3547000 - 0x1b357cfff ImageCaptureCore arm64 <99700767f48d36cb8ccb1d9e33962eda> /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore
0x1b357d000 - 0x1b3586fff libsystem_containermanager.dylib arm64 <4764ee5a2f0a3fbb8a756f60f0e02cd8> /usr/lib/system/libsystem_containermanager.dylib
0x1b3587000 - 0x1b3602fff AppleAccount arm64 <972cea5083b43105b83f737be8ad7a43> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1b3603000 - 0x1b361dfff ApplePushService arm64 <89033f36d91031a594a517ecea968a3a> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1b361e000 - 0x1b3706fff IDS arm64 /System/Library/PrivateFrameworks/IDS.framework/IDS
0x1b3707000 - 0x1b3831fff IDSFoundation arm64 /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x1b3832000 - 0x1b3833fff libCTGreenTeaLogger.dylib arm64 <2ab5f36320803bda84913992c492743e> /usr/lib/libCTGreenTeaLogger.dylib
0x1b3898000 - 0x1b3998fff CoreMedia arm64 /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1b3999000 - 0x1b39a8fff UIKitServices arm64 <0eeb42c795483dba82a142eeda85503e> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x1b39a9000 - 0x1b3a06fff BackBoardServices arm64 <6f0540d2fedc308eacff631bff19cd69> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1b3a07000 - 0x1b3c58fff QuartzCore arm64 /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x1b3c59000 - 0x1b3d20fff ColorSync arm64 <503c108270703f1786df14588e7f9ff7> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1b3d21000 - 0x1b4290fff CoreGraphics arm64 /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1b4291000 - 0x1b43c0fff Contacts arm64 <18807e6ef924349a9384161c92390665> /System/Library/Frameworks/Contacts.framework/Contacts
0x1b43c1000 - 0x1b43effff UserNotifications arm64 <44b07041e9723af2a6446a04bc8588a7> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1b43f0000 - 0x1b4413fff LocationSupport arm64 <470b39d55daf3170b1a38841292d494d> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
0x1b4414000 - 0x1b456ffff Sharing arm64 <34759ac26e85385f9cca89d83469028d> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x1b4570000 - 0x1b4baffff WebKit arm64 <0d71fc8cc7e331948094d1c767c7bc09> /System/Library/Frameworks/WebKit.framework/WebKit
0x1b4bb0000 - 0x1b6964fff WebCore arm64 /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x1b6965000 - 0x1b697ffff libAccessibility.dylib arm64 /usr/lib/libAccessibility.dylib
0x1b6980000 - 0x1b698bfff AXCoreUtilities arm64 /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x1b698c000 - 0x1b69fffff ContactsFoundation arm64 <0ba958ac9959337ca4d72b34bd2d50aa> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x1b6a00000 - 0x1b6a14fff PowerLog arm64 /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1b6a15000 - 0x1b6a26fff IOSurface arm64 <4abf1719833c3f8db61863ff9b392891> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1b6a27000 - 0x1b7123fff MediaToolbox arm64 /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1b7124000 - 0x1b712cfff GraphicsServices arm64 /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1b712d000 - 0x1b7214fff AccessibilityUtilities arm64 <08d2bcd32ab83f8092501c61f87023db> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x1b7215000 - 0x1b740dfff AVFoundation arm64 <20bfceb457453bd2a5b3ce71ea50c1b2> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1b740e000 - 0x1b7445fff OnBoardingKit arm64 /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
0x1b7446000 - 0x1b7494fff MobileWiFi arm64 <3e4f5fc8825839f084694f7c77d62907> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1b7495000 - 0x1b74adfff MobileAsset arm64 <9a597efb899f383a867473d91b06eb94> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1b74ae000 - 0x1b74bbfff libGSFont.dylib arm64 <59fe7a3b9b8437a7a992bdae0faab9d6> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
0x1b74bc000 - 0x1b74c5fff FontServices arm64 <2b26f3985f9030d39a40bfe0df98686b> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1b74c6000 - 0x1b760ffff libFontParser.dylib arm64 /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1b7610000 - 0x1b765bfff AXRuntime arm64 <1bf005f54f9c3c5b9fda419692ab5039> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x1b765c000 - 0x1b765efff libAXSafeCategoryBundle.dylib arm64 <0647401436ea3e41a216da49a20c27a6> /usr/lib/libAXSafeCategoryBundle.dylib
0x1b765f000 - 0x1b7798fff SearchFoundation arm64 /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x1b7799000 - 0x1b78b7fff Preferences arm64 <9cb3558569ea3b2c8a520db57aba8688> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x1b78b8000 - 0x1b7f26fff PhotoLibraryServices arm64 <7e2dec0b4e49338fb908b97df773b12a> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x1b7f27000 - 0x1b818bfff vImage arm64 <1987440ca5e638368a23cd7341b1932a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1b818c000 - 0x1b83c0fff AudioToolbox arm64 <9eea0978fcad33cc9e3035ea939b2143> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x1b83c1000 - 0x1b83f3fff libAudioToolboxUtility.dylib arm64 <5e0ec0bf47f03853a777ea0123cdecaa> /usr/lib/libAudioToolboxUtility.dylib
0x1b83f4000 - 0x1b85b0fff ContactsUI arm64 /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x1b85b1000 - 0x1b861afff UIAccessibility arm64 <58bafe0cc769397fb7b29554f1f77749> /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
0x1b861b000 - 0x1b881ffff Photos arm64 /System/Library/Frameworks/Photos.framework/Photos
0x1b8820000 - 0x1b88b4fff ShareSheet arm64 <0e75ee0b6aeb34c69e1403fe2a0b602a> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
0x1b88b5000 - 0x1b88c8fff BaseBoardUI arm64 <5d95725058ed3df2a41c71a5d4726900> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x1b88c9000 - 0x1b897dfff PDFKit arm64 /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1b89fb000 - 0x1b8a28fff DocumentManager arm64 /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1b8a29000 - 0x1b8c83fff libmecabra.dylib arm64 <1157edfce8ad3df6a01b4ebb2f100af0> /usr/lib/libmecabra.dylib
0x1b8c84000 - 0x1b8cfbfff AuthKit arm64 <2fda46a0c0c03b0e8222936e5ef11f24> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x1b8cfc000 - 0x1b9118fff Intents arm64 <4c28f731a5bf380abec95b89347dcca6> /System/Library/Frameworks/Intents.framework/Intents
0x1b9119000 - 0x1b912dfff libCGInterfaces.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x1b912e000 - 0x1b928dfff WebKitLegacy arm64 /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1b928e000 - 0x1b92f8fff TextInput arm64 <982b9b2cc64d3667aeb3863f355e5f6f> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x1b92f9000 - 0x1b9373fff AXMediaUtilities arm64 <58f1ede868c134f59db1842bdcdfc608> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
0x1b9374000 - 0x1b9377fff XCTTargetBootstrap arm64 <5c185207156334bcbfddbae1d7470d2b> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1b9378000 - 0x1b942cfff CorePDF arm64 <4068ec815d3438b59ad58c2ae7167ef4> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1b942d000 - 0x1b9467fff AccessibilityUIUtilities arm64 <95663a65573e305d8caefd5f89977aa8> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x1b9468000 - 0x1b9819fff MediaPlayer arm64 <2730d66693cf3968b472685e5323ea96> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x1b981a000 - 0x1b9b31fff AppleMediaServices arm64 /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x1b9b32000 - 0x1b9b58fff CacheDelete arm64 <0c48aade3fe43589acc552d3e119c591> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1b9b59000 - 0x1b9d20fff CoreMotion arm64 <70ed3ef1d8263d55b5eae657ac5e8057> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x1b9d21000 - 0x1b9e0efff AVFAudio arm64 <1df3312395353945983fb139a4216fa9> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x1ba02c000 - 0x1ba0e2fff CoreUI arm64 /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1ba0e3000 - 0x1ba107fff AppSupportUI arm64 <7264f3b8500e30b0ad4e3f00500d64bd> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x1ba108000 - 0x1ba13dfff CoreVideo arm64 <443ef021c4123a32a3970433993d16fe> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1ba13e000 - 0x1ba374fff AudioToolboxCore arm64 <5cc99c07d3b3317aa0aa90b7edb05d00> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
0x1ba375000 - 0x1ba3b8fff CoreDuetContext arm64 /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x1ba3b9000 - 0x1ba3f3fff SetupAssistant arm64 <3f5a75d178773381875c6c41678d79e1> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1ba3f4000 - 0x1ba4b0fff TelephonyUtilities arm64 <5c63d78ffe1433738deae30f6c98838d> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x1ba4b1000 - 0x1ba4dbfff PlugInKit arm64 <5d4ad58191a23317a0d2ee6357784767> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1ba85f000 - 0x1ba99afff AssistantServices arm64 /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x1ba99b000 - 0x1ba9fafff ProactiveSupport arm64 /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1ba9fb000 - 0x1bac3dfff MapKit arm64 <7029e175072a3830a8d7e0402b5e3436> /System/Library/Frameworks/MapKit.framework/MapKit
0x1bac3e000 - 0x1bac5afff PrototypeTools arm64 /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1bac5b000 - 0x1bad4cfff MediaExperience arm64 /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
0x1bad4d000 - 0x1bb021fff Celestial arm64 /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x1bb022000 - 0x1bb07efff CallKit arm64 <43fdc2704c013b87a03e8d080c082b83> /System/Library/Frameworks/CallKit.framework/CallKit
0x1bb244000 - 0x1bb93afff VectorKit arm64 <5655a0aafafb3c3d8b69a2ef8e8e2146> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x1bb93b000 - 0x1bba0afff AVKit arm64 <2afc669447223d058ee6c706b54cbb35> /System/Library/Frameworks/AVKit.framework/AVKit
0x1bba0b000 - 0x1bba39fff Pegasus arm64 <8b990cff02533a6782f88bd0831837f4> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x1bba3a000 - 0x1bba3cfff libapp_launch_measurement.dylib arm64 <2741e56c89873a20acde4979ee28be22> /usr/lib/libapp_launch_measurement.dylib
0x1bba52000 - 0x1bbab4fff CoreSpotlight arm64 <73ad186f492c3a338c9f3cea760b172f> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x1bbab5000 - 0x1bbb4cfff AddressBookLegacy arm64 /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x1bbb4d000 - 0x1bbb5cfff CrashReporterSupport arm64 <8f50c9095b293180a908ffdbdeecede3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1bbb5d000 - 0x1bbb6ffff MobileBluetooth arm64 <1b74874575393ca9ae852aed2a9fcaab> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1bbb70000 - 0x1bbc29fff LinkPresentation arm64 <652903c4cccb3fb38ef4495e900b809b> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation
0x1bbc62000 - 0x1bbc66fff libsystem_configuration.dylib arm64 <1f77794460993bc0a06207f2193781f6> /usr/lib/system/libsystem_configuration.dylib
0x1bbc67000 - 0x1bbcc1fff RemoteUI arm64 <2f684cc557103242b20baf988113cb51> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
0x1bbcc2000 - 0x1bbd17fff AuthKitUI arm64 <629ab78d4fc83ddfb4d6a2126d3215f5> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
0x1bbd18000 - 0x1bbd7dfff CoreRecognition arm64 <2ebd686e061537b7a7b8e68085e0fba0> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x1bbd7e000 - 0x1bbe00fff Social arm64 <286389b70f603f62ad78a0c38377938f> /System/Library/Frameworks/Social.framework/Social
0x1bbe4e000 - 0x1bbe5cfff HangTracer arm64 /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1bbe5d000 - 0x1bbec2fff CoreNLP arm64 /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x1bbec3000 - 0x1bbec4fff liblangid.dylib arm64 /usr/lib/liblangid.dylib
0x1bbec5000 - 0x1bcd50fff JavaScriptCore arm64 /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1bcd51000 - 0x1bcddefff libTelephonyUtilDynamic.dylib arm64 /usr/lib/libTelephonyUtilDynamic.dylib
0x1bcdf3000 - 0x1bd071fff StoreServices arm64 /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x1bd072000 - 0x1bd07bfff IOMobileFramebuffer arm64 <7462439e125833758ae73bd083b45ae2> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1bd07c000 - 0x1bd203fff SafariServices arm64 <140f2dc426773ad0a53b9091cc230645> /System/Library/Frameworks/SafariServices.framework/SafariServices
0x1bd204000 - 0x1bd3dbfff Message arm64 <4252efde3f2e3f06b90767acf0e4cafd> /System/Library/PrivateFrameworks/Message.framework/Message
0x1bd3f3000 - 0x1bd40dfff CoreMaterial arm64 <0c57d0346b8038ac99da29d1c5756073> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
0x1bd40e000 - 0x1bd4f3fff libxml2.2.dylib arm64 <59363b79c5c93f4a8225d4514922256a> /usr/lib/libxml2.2.dylib
0x1bd4f4000 - 0x1be4f9fff ModelIO arm64 <167f32ff18a039cbbc107eaace44ff51> /System/Library/Frameworks/ModelIO.framework/ModelIO
0x1bed62000 - 0x1bedaafff MetadataUtilities arm64 /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1bedab000 - 0x1bee03fff UserActivity arm64 <5cee49c805f930de8cad926a2d5d9417> /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity
0x1bf689000 - 0x1bf733fff QuickLook arm64 /System/Library/Frameworks/QuickLook.framework/QuickLook
0x1bf734000 - 0x1bf945fff NetworkExtension arm64 /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x1bf946000 - 0x1bf97bfff DataDetectorsCore arm64 <3d0a108f71733e29965b637096e09ec8> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1bf97c000 - 0x1bf9dbfff CalendarFoundation arm64 <741401805340338b9af74bb4b3abbcec> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x1bf9dc000 - 0x1bfacefff EventKit arm64 /System/Library/Frameworks/EventKit.framework/EventKit
0x1bfacf000 - 0x1bfb05fff MediaServices arm64 <280846cf79173979b3983b4d12c94480> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x1bfc11000 - 0x1bfdb0fff PencilKit arm64 <6fc9866e623835f795cfb8ed07534c63> /System/Library/Frameworks/PencilKit.framework/PencilKit
0x1bfdb1000 - 0x1bfed3fff MessageUI arm64 <2417303b23b23eef9f1b2b5e0c89836b> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x1bff21000 - 0x1bff60fff BiometricKit arm64 /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1bff61000 - 0x1bff8bfff PersistentConnection arm64 <396582b9038d33ecbbaf6270715f2b50> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1bff8c000 - 0x1bffdffff CalendarDaemon arm64 <7f06d2437059300ab555af7cb5998810> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1bffe0000 - 0x1c0076fff CalendarDatabase arm64 <94a758b9924130a9a008623815ebbac9> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x1c0077000 - 0x1c0265fff MediaRemote arm64 <1a209e28192c390bab18d149f841c17f> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x1c0266000 - 0x1c026efff CorePhoneNumbers arm64 <68106cb9cf6d390d8e267e7bbf249c6b> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1c027f000 - 0x1c02a5fff DuetActivityScheduler arm64 <13c0f1714e3036779c37852398f0bafa> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x1c036a000 - 0x1c03a9fff ContactsAutocompleteUI arm64 <72e5828e055237548a9f2c708024caaf> /System/Library/PrivateFrameworks/ContactsAutocompleteUI.framework/ContactsAutocompleteUI
0x1c03aa000 - 0x1c03ccfff CoreSVG arm64 <73bfc0febb0d31628b9223dc7a5a983f> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
0x1c03e7000 - 0x1c0404fff ProactiveEventTracker arm64 /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x1c0405000 - 0x1c0410fff MallocStackLogging arm64 /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
0x1c0411000 - 0x1c04a5fff CoreSuggestions arm64 <5692520a6a6a3fa4a4dabef3347d528b> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x1c04a6000 - 0x1c0657fff IMCore arm64 /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x1c0658000 - 0x1c06a9fff DeviceManagement arm64 /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
0x1c06aa000 - 0x1c0896fff HealthKit arm64 <2c2b0cf59f503b24b258215f68ce3503> /System/Library/Frameworks/HealthKit.framework/HealthKit
0x1c0eae000 - 0x1c0ebbfff BluetoothManager arm64 <5a83f768e5313c6eb7a5d8d40f5a65ba> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x1c0ebc000 - 0x1c0ef1fff CoreBluetooth arm64 <0af559701b64365fa935b76fb2b6fc6f> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1c0ef2000 - 0x1c0ef4fff libsystem_sandbox.dylib arm64 <19bf542aa27f358aaf26c829d92f3995> /usr/lib/system/libsystem_sandbox.dylib
0x1c0fd9000 - 0x1c1010fff TextInputUI arm64 <584490afffd630b0a2b86d6045db9880> /System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI
0x1c101f000 - 0x1c102bfff ContextKit arm64 /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
0x1c105c000 - 0x1c10c8fff Rapport arm64 <0d829a31fed33c2bb4da9a2712178c8c> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1c10c9000 - 0x1c110cfff OSAnalytics arm64 <66d408f799793943ae529a4b12829625> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
0x1c110d000 - 0x1c113bfff MobileInstallation arm64 <82830c2abb583bd5a627995189600504> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1c113c000 - 0x1c11d6fff Metal arm64 <245b6ff0bdfd33a7a34ce4fe57ebc2a2> /System/Library/Frameworks/Metal.framework/Metal
0x1c11d7000 - 0x1c11ddfff IOAccelerator arm64 <3335cc966200367c99e96bb8fd064751> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1c11de000 - 0x1c11e9fff MediaAccessibility arm64 /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1c1207000 - 0x1c120efff libsystem_dnssd.dylib arm64 <59b26d826fd335ed998cf5b62e38f910> /usr/lib/system/libsystem_dnssd.dylib
0x1c120f000 - 0x1c1215fff PushKit arm64 <634713aced1d38df81cd370674d873ad> /System/Library/Frameworks/PushKit.framework/PushKit
0x1c1216000 - 0x1c131bfff FileProvider arm64 <817c33078d9f344bae2e99274886c2de> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1c1330000 - 0x1c1331fff BackgroundTaskAgent arm64 <2ba41ad36b8a36088b6f0097d4a014fd> /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent
0x1c1332000 - 0x1c1337fff LinguisticData arm64 /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1c1338000 - 0x1c1350fff CoreSDB arm64 <3c8d2ae38db03228b83874a7957493c9> /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
0x1c1351000 - 0x1c1361fff Categories arm64 <4aee06d32058399082825c91d95b7771> /System/Library/PrivateFrameworks/Categories.framework/Categories
0x1c1362000 - 0x1c137bfff DoNotDisturb arm64 /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb
0x1c137c000 - 0x1c1437fff VideoToolbox arm64 /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x1c186b000 - 0x1c186cfff MessageSupport arm64 /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x1c186d000 - 0x1c18ccfff PersonalizationPortrait arm64 /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait
0x1c1996000 - 0x1c199efff SymptomDiagnosticReporter arm64 <7f5611dfa5063e699db9329b22f493de> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1c199f000 - 0x1c19a1fff IOSurfaceAccelerator arm64 <4d17d1ca325c350a8cceec8a93550c14> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1c19a2000 - 0x1c1a50fff AssetsLibraryServices arm64 <4955c2b198f034fabf1be5e071b1f199> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x1c1a51000 - 0x1c1a83fff DataAccessExpress arm64 /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1c1a84000 - 0x1c1af2fff EmailFoundation arm64 /System/Library/PrivateFrameworks/EmailFoundation.framework/EmailFoundation
0x1c1af3000 - 0x1c1b08fff CoreFollowUp arm64 /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1c1b09000 - 0x1c1b11fff FamilyCircle arm64 <47b6531315713b6fb50aa030a9bc27b9> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x1c1b12000 - 0x1c1b27fff libcoretls.dylib arm64 /usr/lib/libcoretls.dylib
0x1c1b7e000 - 0x1c1c0ffff libate.dylib arm64 <0dbd4cdb7d493a94a11e8c4b6eb9d303> /usr/lib/libate.dylib
0x1c2e9a000 - 0x1c2ebefff Pasteboard arm64 /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
0x1c2ebf000 - 0x1c2f0dfff FTServices arm64 /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x1c2fae000 - 0x1c2fbefff MaterialKit arm64 /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit
0x1c2fbf000 - 0x1c3029fff SAObjects arm64 <4d72bf5c563e3a9ca016e691ae307b08> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x1c302a000 - 0x1c3034fff CoreRecents arm64 /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1c3035000 - 0x1c307bfff MIME arm64 <7f0ef966897c3fefb7d003e74f1f2f37> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x1c30dd000 - 0x1c30eafff DataMigration arm64 /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1c31ef000 - 0x1c324afff EmailCore arm64 <409829c8474d3171b47db351fea74c9c> /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore
0x1c329e000 - 0x1c32c2fff IconServices arm64 <9d0a77437f5e311097babd6a8f94e8a1> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
0x1c32c3000 - 0x1c34affff iTunesCloud arm64 /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x1c34b0000 - 0x1c3775fff MusicLibrary arm64 /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x1c3776000 - 0x1c3777fff WatchdogClient arm64 <834e0b823de23ff6b57e7904ce03a445> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
0x1c3778000 - 0x1c3789fff libprequelite.dylib arm64 <83d923c30f863498843177b257132ca9> /usr/lib/libprequelite.dylib
0x1c37ae000 - 0x1c37b3fff IDSKVStore arm64 <0107cc7a4d5e38619995358ffa0a265d> /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore
0x1c37b4000 - 0x1c37c4fff CoreEmoji arm64 <577a37002ad53990bcc8b0c9fd511a74> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1c37c5000 - 0x1c385cfff Email arm64 <507eb51e36c7368ba0a84d6500b6b892> /System/Library/PrivateFrameworks/Email.framework/Email
0x1c385d000 - 0x1c38bffff ClassKit arm64 /System/Library/Frameworks/ClassKit.framework/ClassKit
0x1c392b000 - 0x1c3938fff CPMS arm64 /System/Library/PrivateFrameworks/CPMS.framework/CPMS
0x1c3939000 - 0x1c3941fff RTCReporting arm64 <0a2ce1ac2e2e3ce4a08f6cac1003638f> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1c3a64000 - 0x1c3a85fff CoreAccessories arm64 <1c0c3f9911ea306db50dbabca76ff592> /System/Library/PrivateFrameworks/CoreAccessories.framework/CoreAccessories
0x1c3a86000 - 0x1c3a9cfff IAP arm64 <28851bc967fb33a2a08fa4a0414d0225> /System/Library/PrivateFrameworks/IAP.framework/IAP
0x1c3a9d000 - 0x1c3ae9fff MobileBackup arm64 /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x1c3b98000 - 0x1c3b9ffff CoreTime arm64 /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1c3be6000 - 0x1c3d25fff IMDPersistence arm64 /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
0x1c3e42000 - 0x1c3e91fff DataAccess arm64 <15849e30ae3335a68f58eea5689f3d91> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x1c41cd000 - 0x1c4220fff ToneLibrary arm64 /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1c44ba000 - 0x1c44d8fff AppConduit arm64 <154844916f3532859f72c3ab9b95ae87> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1c44d9000 - 0x1c44f1fff IntlPreferences arm64 <19b52e5151793276afea6f0b59e6a97e> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1c4898000 - 0x1c4986fff CoreBrightness arm64 /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1c4987000 - 0x1c498efff libIOReport.dylib arm64 /usr/lib/libIOReport.dylib
0x1c4b17000 - 0x1c4d4afff libBNNS.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1c4d4b000 - 0x1c4d52fff StudyLog arm64 <6ba8e4d9754b3e25b97d3084e1646db0> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1c4dd9000 - 0x1c4e67fff iTunesStore arm64 /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x1c4e68000 - 0x1c4e7cfff ExternalAccessory arm64 <7a1f739d6c77396487a42d65df740186> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory
0x1c4e7d000 - 0x1c53befff libAudioDSP.dylib arm64 /System/Library/Frameworks/AudioToolbox.framework/libAudioDSP.dylib
0x1c53bf000 - 0x1c58b9fff AudioCodecs arm64 /System/Library/Frameworks/AudioToolbox.framework/AudioCodecs
0x1c58ba000 - 0x1c5911fff SafariCore arm64 <0cd7ad921ee937db82a85e9a9252636d> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x1c5912000 - 0x1c5979fff ScreenTimeCore arm64 <3a52a67989fb39a98d87749022ce38c6> /System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore
0x1c5f84000 - 0x1c5f96fff LocalAuthentication arm64 /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1c5f97000 - 0x1c5f9bfff CommunicationsFilter arm64 /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1c5f9c000 - 0x1c5fbefff AddressBook arm64 <437470fa20f039ebbd8f319565a681e7> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x1c5fbf000 - 0x1c5fcafff CaptiveNetwork arm64 /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1c5fcb000 - 0x1c5fcbfff AdSupport arm64 /System/Library/Frameworks/AdSupport.framework/AdSupport
0x1c611b000 - 0x1c61cbfff libBLAS.dylib arm64 <62050c2e28b83071926604f28576b48a> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1c61cc000 - 0x1c61dafff CTCarrierSpace arm64 <41d7677ad9313fe891ce68c033bec647> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1c69e9000 - 0x1c6ab4fff CoreParsec arm64 /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x1c6ca2000 - 0x1c6cbdfff libtailspin.dylib arm64 <450b7c0ece54385bbdab05395a050bcd> /usr/lib/libtailspin.dylib
0x1c6d1a000 - 0x1c6d2efff ContactsDonation arm64 /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1c6d79000 - 0x1c6d82fff MobileActivation arm64 /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
0x1c6e03000 - 0x1c6e11fff MobileIcons arm64 <3326557a3286356a87ca1df0d6130151> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1c6e12000 - 0x1c6f11fff ResponseKit arm64 /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x1c6f2e000 - 0x1c6f67fff Notes arm64 <8d6dbca1ee0138f5a694e76c04bb46ac> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x1c6f68000 - 0x1c6f7ffff MetalKit arm64 /System/Library/Frameworks/MetalKit.framework/MetalKit
0x1c6fd8000 - 0x1c7022fff CoreHaptics arm64 <06db7c401d2d3d9cb266f37874fa0bbb> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
0x1c7023000 - 0x1c70ebfff ProofReader arm64 <285fa52fafcf39bfaf8609a085422cd8> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1c713a000 - 0x1c7145fff EmailAddressing arm64 /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
0x1c7146000 - 0x1c715bfff MailServices arm64 /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x1c715c000 - 0x1c71ebfff CoreSymbolication arm64 /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1c71ec000 - 0x1c71f2fff IdleTimerServices arm64 <39c79767aa7034c9a680af46224d4640> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1c72eb000 - 0x1c73a4fff VideoSubscriberAccount arm64 /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x1c73b9000 - 0x1c73bcfff FTClientServices arm64 <78f0b76870173a47ae1f3024101d4aad> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x1c73bd000 - 0x1c7422fff ContactsUICore arm64 <2da1d6849b7b36e3bc95d2be741b2ea9> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1c787e000 - 0x1c78c5fff LoggingSupport arm64 <6b7e370405d33c45967ac8c458928a3f> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1c79c9000 - 0x1c7a22fff ProtectedCloudStorage arm64 /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1c7a23000 - 0x1c7aebfff GLEngine arm64 <1b5a16deb30b3589831851240da1efc8> /System/Library/Frameworks/OpenGLES.framework/GLEngine.bundle/GLEngine
0x1c7aec000 - 0x1c7b08fff AppleMetalGLRenderer arm64 <5c891a5bc2563d5ab3f6c42856ce154e> /System/Library/Extensions/AppleMetalGLRenderer.bundle/AppleMetalGLRenderer
0x1c7b09000 - 0x1c7b11fff OpenGLES arm64 <287f3b01842d30da9702f5cd4793458e> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1c7b12000 - 0x1c7c70fff libGLProgrammability.dylib arm64 <0f85f94239203b818fe9f75af9a6782f> /System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
0x1c7c71000 - 0x1c7c79fff libGFXShared.dylib arm64 <2209635c627c36d381f28da5e9019b90> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1c7c7a000 - 0x1c7caffff SharedUtils arm64 /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1c7cb0000 - 0x1c7cfdfff PhotosFormats arm64 <80f459a667303db0b188f9a6c61eb6cd> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x1c930a000 - 0x1c9346fff StreamingZip arm64 <80a7602a6d27384abec3ffe12bc0c50f> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1c9f85000 - 0x1ca138fff SafariShared arm64 <930666655b4937d9a2152c6834d06a0a> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x1ca1be000 - 0x1ca1c1fff InternationalTextSearch arm64 /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1ca1df000 - 0x1ca1fbfff AssetCacheServices arm64 /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x1cab6c000 - 0x1cab71fff IncomingCallFilter arm64 /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x1cab8d000 - 0x1caba5fff NetworkStatistics arm64 <52d0181fe70c385697ef3746d5fe1bb4> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1cb011000 - 0x1cb017fff Netrb arm64 <53cc7821890f34b380124739cbb90896> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1cb01b000 - 0x1cb04bfff EAP8021X arm64 /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1cb04c000 - 0x1cb04efff OSAServicesClient arm64 <785aab0a88ed34ba885d7483d3be9ee9> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
0x1cb1d2000 - 0x1cb1d6fff libgermantok.dylib arm64 /usr/lib/libgermantok.dylib
0x1cb1d7000 - 0x1cb28afff libmecab.dylib arm64 <0bb7b7b678bb3ab887345ee24d6eff43> /usr/lib/libmecab.dylib
0x1cb28b000 - 0x1cb2c6fff Catalyst arm64 <986bc11a0f5131e191295b9c7a3f7ab2> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
0x1cb335000 - 0x1cb337fff libsp.dylib arm64 <587aa003dd7f3ab9a1a290ae7b138113> /usr/lib/libsp.dylib
0x1cb383000 - 0x1cb39bfff EmojiFoundation arm64 <73ce79d27270382791122516bb308cf8> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation
0x1cb432000 - 0x1cb46efff VoiceServices arm64 /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x1cb46f000 - 0x1cb585fff Navigation arm64 <16a6a764ab0a3f75bc063f808063cbbf> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1cb680000 - 0x1cb787fff libEmbeddedSystemAUs.dylib arm64 <94c6d359a4a433259b16febff5772c2c> /System/Library/Frameworks/AudioToolbox.framework/libEmbeddedSystemAUs.dylib
0x1cb89e000 - 0x1cb8acfff CoreDuetDaemonProtocol arm64 <165d40fd3ad831c19723d85738aabf53> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1cb8ad000 - 0x1cb8ccfff FTAWD arm64 <51a4c50a1e883595bf4d7195a506fc8c> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1cce7e000 - 0x1cce80fff OAuth arm64 /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1cd11b000 - 0x1cd156fff DifferentialPrivacy arm64 /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1cd408000 - 0x1cd59ffff EmailDaemon arm64 /System/Library/PrivateFrameworks/EmailDaemon.framework/EmailDaemon
0x1cd904000 - 0x1cd92ffff MailSupport arm64 <303a3e5968943ddf9cb09d0ac8c79387> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport
0x1cd930000 - 0x1cd99efff libarchive.2.dylib arm64 /usr/lib/libarchive.2.dylib
0x1cd99f000 - 0x1cd9cffff C2 arm64 <0d7a3e496f95395c9eae28b0d0b16ba5> /System/Library/PrivateFrameworks/C2.framework/C2
0x1cd9d0000 - 0x1cda03fff NaturalLanguage arm64 /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
0x1cda96000 - 0x1cda97fff libsystem_coreservices.dylib arm64 <50693ebd12b43fc8acaad84a8b82a0df> /usr/lib/system/libsystem_coreservices.dylib
0x1cdaa9000 - 0x1cdabbfff libmis.dylib arm64 <70eb0208446d35d1a06035cee66ecf30> /usr/lib/libmis.dylib
0x1cdabc000 - 0x1cdb11fff WebBookmarks arm64 <999457f8960a3611bf14c3f4619837a5> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x1cdb12000 - 0x1cdb1ffff DCIMServices arm64 <2f74408211e2332b8aa91789e71ae562> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1cdb20000 - 0x1cdc70fff CloudPhotoLibrary arm64 <51a836e0dea1366b83a29640fc2648b1> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1cdc71000 - 0x1cdcaafff ContactsAutocomplete arm64 <76d4fc1b31463366a750fa828ef05692> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
0x1cdcab000 - 0x1cdcb3fff libcopyfile.dylib arm64 /usr/lib/system/libcopyfile.dylib
0x1cdcb4000 - 0x1cdcd5fff UsageTracking arm64 <81e36061690d39c19eb46f605c1fbcff> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
0x1ce017000 - 0x1ce0abfff AccountsDaemon arm64 <7abea61a48783baaa76d6ba23b765846> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x1ce0ac000 - 0x1ce0b7fff AppleIDSSOAuthentication arm64 /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1ce0b8000 - 0x1ce0cbfff SettingsFoundation arm64 /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
0x1ce204000 - 0x1ce286fff Symbolication arm64 <31fd30f6ccb13309b25294a1d85326e2> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
0x1ce43b000 - 0x1ce488fff ChunkingLibrary arm64 <6c669fdc362138dd89e33201adb10962> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1ce48c000 - 0x1ce490fff DAAPKit arm64 <407eb1b504133cf59185bb985c8834bd> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x1ce965000 - 0x1ce967fff CoreDuetDebugLogging arm64 <1fd35a97edf032d68a771db66fc72f52> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1cf48c000 - 0x1cf4cafff SignpostSupport arm64 /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1cf75f000 - 0x1cf768fff SignpostCollection arm64 <4f5984b7fa9938779a0e784f4ec5f2e1> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1cfe95000 - 0x1cfe9bfff URLFormatting arm64 /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1cfeb0000 - 0x1cff57fff MMCS arm64 /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x1cffaf000 - 0x1d01dbfff MobileSpotlightIndex arm64 <001c3d304f153304b2a50fef0300dae4> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1d05fe000 - 0x1d0644fff CoreLocationProtobuf arm64 <354363c3361234f0bde81d06b68951a8> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1d06f8000 - 0x1d0774fff Quagga arm64 <1e8a7a5cf04239d8b8a9d719c1aeddad> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1d0956000 - 0x1d09b9fff libAudioIssueDetector.dylib arm64 <5a3e22090dd4355f90412975ea58133e> /usr/lib/libAudioIssueDetector.dylib
0x1d0a0c000 - 0x1d0a1afff libAXSpeechManager.dylib arm64 <0ec202b25e9539bfaf0c1624320330e9> /usr/lib/libAXSpeechManager.dylib
0x1d0a7f000 - 0x1d0a94fff libEDR arm64 <66ee6000bd2339d1ba5e6b3b10c2470c> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1d16b2000 - 0x1d16bffff libperfcheck.dylib arm64 <3ba9a8fd8a773231ab960d7701333c63> /usr/lib/libperfcheck.dylib
0x1d16c0000 - 0x1d16cbfff libAudioStatistics.dylib arm64 /usr/lib/libAudioStatistics.dylib
0x1d188f000 - 0x1d189ffff caulk arm64 /System/Library/PrivateFrameworks/caulk.framework/caulk
0x1d18de000 - 0x1d18e4fff MobileSystemServices arm64 /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1d1a7a000 - 0x1d1a93fff TextToSpeech arm64 <6cee67718e8f3340886f84400bfd5b64> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x1d2a16000 - 0x1d2a20fff HID arm64 /System/Library/PrivateFrameworks/HID.framework/HID
0x1d2a4d000 - 0x1d2a86fff libGLImage.dylib arm64 <15ad0d4a18443118ac68cf15538dab9e> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1d2e81000 - 0x1d2e92fff libSparseBLAS.dylib arm64 <1f51189eaa19385c94b7fb0292561c82> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1d2e93000 - 0x1d2ea6fff Engram arm64 <6e8e17826af3317f92fb524fa0b85c33> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1d2f1d000 - 0x1d2f57fff DataDetectorsNaturalLanguage arm64 /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
0x1d324e000 - 0x1d3256fff FSEvents arm64 /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
0x1d3266000 - 0x1d32e3fff CoreDAV arm64 /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1d3c2c000 - 0x1d3c3cfff RemoteTextInput arm64 <76a999dbfd5a363384d1ad23aaadccf6> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1d3c65000 - 0x1d3c94fff iCalendar arm64 <9df467aa8d1630b69f7d5e1371cf1b12> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1d3cb1000 - 0x1d3cbafff CloudPhotoServices arm64 /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1d3cf9000 - 0x1d3d0dfff libLinearAlgebra.dylib arm64 <83e007597b01399783a65a8f7a6c3208> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1d3da1000 - 0x1d3e9bfff ConfigurationEngineModel arm64 <4577aebeb8fc3bd09d1b030d97373dde> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
0x1d3e9c000 - 0x1d3ea3fff CertUI arm64 <6680caf12d653f11a1df07a43db46053> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x1d3f88000 - 0x1d3f96fff CoreAUC arm64 <0baa16e29c3a372aafd1f0e84f547e5c> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1d4927000 - 0x1d496dfff PhysicsKit arm64 /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1d496e000 - 0x1d49bffff CorePrediction arm64 /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1d4db1000 - 0x1d4dfefff SafariSafeBrowsing arm64 <76e45ab6253135dbbcc5b9657344c140> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1d4e5a000 - 0x1d4e8afff OpenAL arm64 <5821ce04b53e3b7ba3bce263cbd9c2bc> /System/Library/Frameworks/OpenAL.framework/OpenAL
0x1d51ac000 - 0x1d5222fff HomeSharing arm64 /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x1d52b0000 - 0x1d52cefff GenerationalStorage arm64 <05a7c289ff76316bad961b4e87eefbf6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1d5331000 - 0x1d533cfff PersonaKit arm64 <818ad3bb76b83cf2a5e2abd964da978b> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1d533d000 - 0x1d5349fff PersonaUI arm64 <65aeb7d64ae135f28487092ea21b4344> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1d5755000 - 0x1d575afff kperf arm64 <4dd4a30e85383405b9959fde4fd003f1> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1d58f7000 - 0x1d5905fff AssetsLibrary arm64 <486139609c8b3b29bf7561f253873e44> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x1d5932000 - 0x1d5965fff libpcap.A.dylib arm64 <80be39cf99d83d1eb3c6b8d3fd8a838d> /usr/lib/libpcap.A.dylib
0x1d5c25000 - 0x1d5c39fff WebUI arm64 /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x1d5c3a000 - 0x1d5c51fff SafariFoundation arm64 /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x1d5c9d000 - 0x1d5d37fff libvDSP.dylib arm64 <76375e092cdb311185ec8ed1d8f4bfc9> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1d5d38000 - 0x1d5d62fff vCard arm64 /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1d5daa000 - 0x1d5e34fff SampleAnalysis arm64 /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1d5e35000 - 0x1d5e41fff IntentsFoundation arm64 <2090563ffa41300da28ea5bc984ed49b> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1d602d000 - 0x1d602ffff ParsecSubscriptionServiceSupport arm64 /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x1d6030000 - 0x1d60bffff MediaPlatform arm64 /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x1d60c0000 - 0x1d63d0fff MediaLibraryCore arm64 <55b303ee3c563e8ba58e5d3aaa7af419> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x1d6433000 - 0x1d646bfff PhotosImagingFoundation arm64 /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
0x1d646c000 - 0x1d648efff MediaConversionService arm64 <546cb2add7863f26a98d7269bef43091> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
0x1d648f000 - 0x1d64acfff MediaStream arm64 <53b300858ffc31d8a6b4c6c007e5e24b> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1d64ad000 - 0x1d65a7fff CoreMediaStream arm64 <199d1804e5113baa9df9d57487aeb62a> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x1d6781000 - 0x1d6886fff AGXMetalA11 arm64 /System/Library/Extensions/AGXMetalA11.bundle/AGXMetalA11
0x1d68a7000 - 0x1d68a7fff Accelerate arm64 <9818869ce13333be8f6636eea59aedc8> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1d68a8000 - 0x1d6bbdfff libLAPACK.dylib arm64 <1d4e4b0531313da5b611fb2575e17079> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1d6bbe000 - 0x1d6bc2fff libQuadrature.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1d6bc3000 - 0x1d6c1cfff libvMisc.dylib arm64 <435399eb7a8f3979b0d139c3f453fd29> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1d6c1d000 - 0x1d6c1dfff vecLib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1d6c1e000 - 0x1d6c25fff AddressBookUI arm64 <7fdacaa3a2a43ccea4445c1407c23e82> /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
0x1d6c26000 - 0x1d6c34fff AuthenticationServices arm64 <5af6c2ea423e34cdbe63b7567d256def> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
0x1d6d7f000 - 0x1d6dcffff CoreMIDI arm64 /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x1d6fa8000 - 0x1d6fcdfff GLKit arm64 <04b0e586b6263ee5a348025776314cb2> /System/Library/Frameworks/GLKit.framework/GLKit
0x1d6fce000 - 0x1d6ffbfff GSS arm64 /System/Library/Frameworks/GSS.framework/GSS
0x1d700e000 - 0x1d7040fff MPSCore arm64 <7f98e0d3952a38c09bc314765766fc86> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1d7041000 - 0x1d70bdfff MPSImage arm64 <63f5ffc1702e36ff841abafcd47d0301> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1d70be000 - 0x1d70e0fff MPSMatrix arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1d70e1000 - 0x1d70f5fff MPSNDArray arm64 <8a75d75a84c439e0bdf578136ceb73f1> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
0x1d70f6000 - 0x1d7287fff MPSNeuralNetwork arm64 <4b7b42c84e2538758d2503bcaf4c695d> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1d7288000 - 0x1d72ccfff MPSRayIntersector arm64 <9d947816460c35e2b072e2d9b809d01b> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1d72cd000 - 0x1d72cdfff MetalPerformanceShaders arm64 <7de1dbb3681835558dfb8c6d50de268b> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1d72da000 - 0x1d72dafff MobileCoreServices arm64 /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1d72e5000 - 0x1d72e6fff libCVMSPluginSupport.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1d72e7000 - 0x1d72edfff libCoreFSCache.dylib arm64 <84690d5764ad3ee3864e18d4704e08cd> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1d72ee000 - 0x1d72f3fff libCoreVMClient.dylib arm64 <66daee76addf32a981f2daca6fb6b0fe> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1d7328000 - 0x1d735ffff QuickLookThumbnailing arm64 /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1d7794000 - 0x1d7794fff UIKit arm64 <47a27c57c3aa387fbc3d53d2e7249e16> /System/Library/Frameworks/UIKit.framework/UIKit
0x1d77b6000 - 0x1d7878fff VisionKit arm64 /System/Library/Frameworks/VisionKit.framework/VisionKit
0x1d7be6000 - 0x1d7d38fff ANECompiler arm64 <931531fa29713983a242fe34c7917616> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
0x1d7d39000 - 0x1d7d49fff ANEServices arm64 /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1d7d52000 - 0x1d7de2fff APFS arm64 <0d446bc9f2f93ca0b2ee1727925f10ef> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1d7de3000 - 0x1d7de7fff ASEProcessing arm64 /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1d7eef000 - 0x1d7f31fff AccessibilitySharedSupport arm64 /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/AccessibilitySharedSupport
0x1d7f8d000 - 0x1d7f98fff AccountSettings arm64 /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x1d88c3000 - 0x1d88d1fff AppleFSCompression arm64 /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1d88d8000 - 0x1d88e2fff AppleIDAuthSupport arm64 /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1d88e3000 - 0x1d8924fff AppleJPEG arm64 <14d3a4bcfc0f374297d912b8c85cc5a0> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1d896d000 - 0x1d897efff AppleNeuralEngine arm64 <622801b185fe3bfb834d3d44ad9f9187> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1d8985000 - 0x1d89a8fff AppleSauce arm64 /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1d8ba1000 - 0x1d8bd1fff Bom arm64 <0dfe861e6be13f9eb920584c5b46f646> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1d964a000 - 0x1d9651fff CommonAuth arm64 /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x1d9977000 - 0x1d9a69fff CoreHandwriting arm64 /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
0x1d9a7f000 - 0x1d9a83fff CoreOptimization arm64 <81a3200ad13730a59e896c36e69ff6fc> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1d9bce000 - 0x1d9bd9fff DeviceIdentity arm64 <8e7caf4f24f0322c9947f91c17a715fd> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1d9d69000 - 0x1d9d85fff DocumentManagerCore arm64 /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1d9e3c000 - 0x1da497fff Espresso arm64 <9df07bcd41c4334fb57ed6ea22476366> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1da749000 - 0x1dab5afff FaceCore arm64 <4de7d3c4806235d09407711b87b2bae5> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1dac2b000 - 0x1dac3ffff libGSFontCache.dylib arm64 /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1daca3000 - 0x1dacaffff libhvf.dylib arm64 <9563809693d6387db69fea88af4564e3> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x1dacd1000 - 0x1dace5fff Futhark arm64 <07fc0e314de9321fb0f6ff75d012a134> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1db831000 - 0x1db831fff libmetal_timestamp.dylib arm64 <114bf199e7e0374d94e385c271b0c8a3> /System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libmetal_timestamp.dylib
0x1db9b2000 - 0x1db9befff GraphVisualizer arm64 /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1dc2f6000 - 0x1dc366fff Heimdal arm64 <0a1b601c4d7331c4a37c44d2f5271264> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x1dc8b2000 - 0x1dc8b8fff InternationalSupport arm64 <56238f820e0f3cc4befe347f830ffe44> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1dcb58000 - 0x1dcb58fff Marco arm64 /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1dd00d000 - 0x1dd037fff MetricsKit arm64 <6464cc726ac63bd0b755a159e205a73f> /System/Library/PrivateFrameworks/MetricsKit.framework/MetricsKit
0x1dd047000 - 0x1dd05afff MobileDeviceLink arm64 <687959b4e80d3fe08b0cc23ec02a82b2> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x1dd30e000 - 0x1dd34dfff OTSVG arm64 <4295cc2da66d3905963b70f4ca852533> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1dd992000 - 0x1dd992fff PhoneNumbers arm64 /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1df195000 - 0x1df1a9fff QuickLookSupport arm64 /System/Library/PrivateFrameworks/QuickLookSupport.framework/QuickLookSupport
0x1df35c000 - 0x1df360fff RevealCore arm64 <40fbd11d577e3bbc9d10621400e5f57f> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
0x1df456000 - 0x1df487fff ScreenReaderCore arm64 <362dcb4576b73808aaff7703c4c659f2> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x1df4fc000 - 0x1df508fff SetupAssistantSupport arm64 <12028ece9f6a3995b90d31fed2d46a77> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1df526000 - 0x1df526fff SignpostMetrics arm64 /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
0x1df554000 - 0x1df584fff SiriInstrumentation arm64 /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
0x1dfd99000 - 0x1dfeb4fff TextRecognition arm64 <3f60021f659d3da9b2b470d0b997fc61> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
0x1dfeb5000 - 0x1dff56fff TextureIO arm64 <55a7d4be7c2835d59ed2cbc7db47f880> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1e0ecf000 - 0x1e1430fff libwebrtc.dylib arm64 /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1e15c8000 - 0x1e15d0fff kperfdata arm64 <0280752ec857378482e788bd63ad43ef> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1e15d1000 - 0x1e1618fff ktrace arm64 /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1e1631000 - 0x1e163dfff perfdata arm64 /System/Library/PrivateFrameworks/perfdata.framework/perfdata
0x1e1a5b000 - 0x1e1d84fff libAWDSupportFramework.dylib arm64 <5079327466f43f86b15028858aa1bb67> /usr/lib/libAWDSupportFramework.dylib
0x1e1f2e000 - 0x1e1f38fff libChineseTokenizer.dylib arm64 <5dd82d181e2e32d4a3e755012a2534aa> /usr/lib/libChineseTokenizer.dylib
0x1e1f62000 - 0x1e2114fff libFosl_dynamic.dylib arm64 <6692e724c11b3bfb9593a3180f183057> /usr/lib/libFosl_dynamic.dylib
0x1e218f000 - 0x1e2196fff libMatch.1.dylib arm64 /usr/lib/libMatch.1.dylib
0x1e2333000 - 0x1e2334fff libSystem.B.dylib arm64 <18687f3a21d73966b82704fc5d4e2188> /usr/lib/libSystem.B.dylib
0x1e233d000 - 0x1e233ffff libThaiTokenizer.dylib arm64 <342d2a135b0a37a2969fcb30ef6f5217> /usr/lib/libThaiTokenizer.dylib
0x1e243e000 - 0x1e2453fff libapple_nghttp2.dylib arm64 <50a1e06796123db8af9bdc15a2c82dfe> /usr/lib/libapple_nghttp2.dylib
0x1e24cc000 - 0x1e24dcfff libbsm.0.dylib arm64 <8072366407503038b0e1eccd42c12f23> /usr/lib/libbsm.0.dylib
0x1e24dd000 - 0x1e24e9fff libbz2.1.0.dylib arm64 /usr/lib/libbz2.1.0.dylib
0x1e24ea000 - 0x1e24eafff libcharset.1.dylib arm64 <3a1952fac60c363fb2720123f782b09c> /usr/lib/libcharset.1.dylib
0x1e24eb000 - 0x1e24fcfff libcmph.dylib arm64 <3db1a5a10dee3c8cac717ea539ca7ff6> /usr/lib/libcmph.dylib
0x1e24fd000 - 0x1e2514fff libcompression.dylib arm64 /usr/lib/libcompression.dylib
0x1e2515000 - 0x1e2516fff libcoretls_cfhelpers.dylib arm64 <7940b1e1e9b33782860ac608bfd44fbc> /usr/lib/libcoretls_cfhelpers.dylib
0x1e2517000 - 0x1e251dfff libcupolicy.dylib arm64 <39fd4f3cb58e35ab8095f873beed4007> /usr/lib/libcupolicy.dylib
0x1e255d000 - 0x1e2566fff libdscsym.dylib arm64 <0b0f4385a47f3eeb9cc385864a69b909> /usr/lib/libdscsym.dylib
0x1e2567000 - 0x1e2583fff libedit.3.dylib arm64 <208aef48da0a3872b9cabc520a506e19> /usr/lib/libedit.3.dylib
0x1e2ad9000 - 0x1e2adefff libheimdal-asn1.dylib arm64 <40eb02d5300c3a129e2ad0ed647ac737> /usr/lib/libheimdal-asn1.dylib
0x1e2adf000 - 0x1e2bd0fff libiconv.2.dylib arm64 <8467990cb00c3b1194ce7feae7e3370a> /usr/lib/libiconv.2.dylib
0x1e2be6000 - 0x1e2bf1fff liblockdown.dylib arm64 <63d8b54e30bf3af39b56fc654cabf8ff> /usr/lib/liblockdown.dylib
0x1e2bf2000 - 0x1e2c0afff liblzma.5.dylib arm64 <4074d76ec7a93b8492a262a059d3b837> /usr/lib/liblzma.5.dylib
0x1e2f87000 - 0x1e2fb6fff libncurses.5.4.dylib arm64 /usr/lib/libncurses.5.4.dylib
0x1e2fb7000 - 0x1e2fccfff libnetworkextension.dylib arm64 <6dc4d4e4896a3c5da26ddd4f3528d833> /usr/lib/libnetworkextension.dylib
0x1e334f000 - 0x1e3366fff libresolv.9.dylib arm64 <7d42c468c5223bcd8764b1706b530a84> /usr/lib/libresolv.9.dylib
0x1e3367000 - 0x1e3369fff libsandbox.1.dylib arm64 /usr/lib/libsandbox.1.dylib
0x1e336a000 - 0x1e336ffff libsysdiagnose.dylib arm64 <8accc334bf85392e96f9800ceeffd6c0> /usr/lib/libsysdiagnose.dylib
0x1e3370000 - 0x1e33a1fff libtidy.A.dylib arm64 <9596a6a694de3e1d80c5a18e8f81366a> /usr/lib/libtidy.A.dylib
0x1e33a9000 - 0x1e33acfff libutil.dylib arm64 <0520efce5fe43c2fb18ee9d621dd2433> /usr/lib/libutil.dylib
0x1e33b1000 - 0x1e33d9fff libxslt.1.dylib arm64 <4ae5d095347036d4b244b46c74808d82> /usr/lib/libxslt.1.dylib
0x1e33da000 - 0x1e33ebfff libz.1.dylib arm64 <58a7ec43dad53a55aa9ed43f7d72639e> /usr/lib/libz.1.dylib
0x1e3412000 - 0x1e3414fff liblog_network.dylib arm64 <331cc2c0fc3237aea38af49702e318fd> /usr/lib/log/liblog_network.dylib
0x1e37fe000 - 0x1e3803fff libcache.dylib arm64 /usr/lib/system/libcache.dylib
0x1e3804000 - 0x1e3810fff libcommonCrypto.dylib arm64 <367980207814337795ba9d6fd082d14e> /usr/lib/system/libcommonCrypto.dylib
0x1e3811000 - 0x1e3815fff libcompiler_rt.dylib arm64 /usr/lib/system/libcompiler_rt.dylib
0x1e38e3000 - 0x1e38e3fff liblaunch.dylib arm64 <5e9d917f41d23568889a2d74a12446a9> /usr/lib/system/liblaunch.dylib
0x1e38e4000 - 0x1e38e9fff libmacho.dylib arm64 <7e4bdcc5830e33feb1141fcd5abe21aa> /usr/lib/system/libmacho.dylib
0x1e38ea000 - 0x1e38ecfff libremovefile.dylib arm64 <4acd11ced3f83562a5ff9d6896b07164> /usr/lib/system/libremovefile.dylib
0x1e38ed000 - 0x1e38eefff libsystem_featureflags.dylib arm64 <956d43661dea3dd5a7029b8d345289ca> /usr/lib/system/libsystem_featureflags.dylib
0x1e38ef000 - 0x1e391cfff libsystem_m.dylib arm64 /usr/lib/system/libsystem_m.dylib
0x1e391d000 - 0x1e3922fff libunwind.dylib arm64 <2ad0d47cf0f53a9f8c140cb8dd009c91> /usr/lib/system/libunwind.dylib
0x1e3c02000 - 0x1e3c69fff NanoRegistry arm64 <115719fffc0d394a9516e82dd06f219c> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1e3c6a000 - 0x1e3c77fff NanoPreferencesSync arm64 /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1e465a000 - 0x1e4693fff CryptoTokenKit arm64 <15782f61144b32ffa99852964437ef46> /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit
0x1e554b000 - 0x1e5569fff AppSSO arm64 <218026c5368839a281410c2a703778c8> /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO
0x1e556a000 - 0x1e557efff AppSSOCore arm64 /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore
0x1e596b000 - 0x1e5975fff PointerUIServices arm64 <0df18b83eb173ca9a87fd1391fdeea49> /System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices
0x1e5976000 - 0x1e59fafff SafariSharedUI arm64 <07a13071a4f2307e8e6ebacd4f692dd3> /System/Library/PrivateFrameworks/SafariSharedUI.framework/SafariSharedUI

EOF

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.