Guest User

Untitled

a guest
Jul 26th, 2020
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 66.72 KB | None | 0 0
  1. The on device analytics crash logs show the following thread crashing:
  2. expo.controller.assetfilesqueue.
  3.  
  4. This is a TestFlight build that crashes the very second that it's opened and never reaches the launch screen. Emulator works fine, and running on device through xCode works fine as well. Only the testflight build does this.
  5.  
  6. {"app_cohort":"2|date=1595797200000&sf=143441&tid=9b015aa76578dd01cd95f0d63de485d32d0603693d5cd58dc9bf94f2d4560473&ttype=i","app_name":"Care Convene","app_version":"2.7.0","timestamp":"2020-07-26 17:11:21.00 -0400","slice_uuid":"6aed8e92-ff1c-303d-a669-732c2f41d844","adam_id":1475260905,"build_version":"27","bundleID":"com.careconvene.ccproviderts","share_with_app_devs":0,"is_first_party":0,"bug_type":"109","os_version":"iPhone OS 13.5.1 (17F80)","incident_id":"758AE539-0409-4469-8B5A-6607C743451F","name":"Care Convene","is_beta":1}
  7. Incident Identifier: 758AE539-0409-4469-8B5A-6607C743451F
  8. Beta Identifier: 24C1BB11-12B6-417B-9BEB-1EC3FE66C6A2
  9. Hardware Model: iPhone8,4
  10. Process: Care Convene [1163]
  11. Path: /private/var/containers/Bundle/Application/D34B8A55-34D3-4E2D-80A9-6084D7E3E9DD/Care Convene.app/Care Convene
  12. Identifier: com.careconvene.ccproviderts
  13. Version: 27 (2.7.0)
  14. AppStoreTools: 11E707
  15. AppVariant: 1:iPhone8,4:13
  16. Beta: YES
  17. Code Type: ARM-64 (Native)
  18. Role: Foreground
  19. Parent Process: launchd [1]
  20. Coalition: com.careconvene.ccproviderts [931]
  21.  
  22.  
  23. Date/Time: 2020-07-26 17:11:20.8602 -0400
  24. Launch Time: 2020-07-26 17:11:20.4209 -0400
  25. OS Version: iPhone OS 13.5.1 (17F80)
  26. Release Type: User
  27. Baseband Version: 9.60.01
  28. Report Version: 104
  29.  
  30. Exception Type: EXC_CRASH (SIGABRT)
  31. Exception Codes: 0x0000000000000000, 0x0000000000000000
  32. Exception Note: EXC_CORPSE_NOTIFY
  33. Triggered by Thread: 2
  34.  
  35. Last Exception Backtrace:
  36. (0x1a5070794 0x1a4d92bcc 0x1048f05dc 0x1a4d359a8 0x1a4d36524 0x1a4ce28a4 0x1a4ce3294 0x1a4cec78c 0x1a4d87b74 0x1a4d8a740)
  37.  
  38. Thread 0 name: Dispatch queue: com.apple.main-thread
  39. Thread 0:
  40. 0 libsystem_kernel.dylib 0x00000001a4e44198 0x1a4e40000 + 16792
  41. 1 libsystem_kernel.dylib 0x00000001a4e4360c 0x1a4e40000 + 13836
  42. 2 CoreFoundation 0x00000001a4fee468 0x1a4f46000 + 689256
  43. 3 CoreFoundation 0x00000001a4fe949c 0x1a4f46000 + 668828
  44. 4 CoreFoundation 0x00000001a4fe8ce8 0x1a4f46000 + 666856
  45. 5 GraphicsServices 0x00000001af13338c 0x1af130000 + 13196
  46. 6 UIKitCore 0x00000001a9117444 0x1a86e9000 + 10675268
  47. 7 Care Convene 0x000000010488f860 0x104888000 + 30816
  48. 8 libdyld.dylib 0x00000001a4e708f0 0x1a4e6f000 + 6384
  49.  
  50. Thread 1:
  51. 0 libsystem_pthread.dylib 0x00000001a4d8a738 0x1a4d7c000 + 59192
  52.  
  53. Thread 2 name: Dispatch queue: expo.controller.AssetFilesQueue
  54. Thread 2 Crashed:
  55. 0 libsystem_kernel.dylib 0x00000001a4e65d88 0x1a4e40000 + 155016
  56. 1 libsystem_pthread.dylib 0x00000001a4d7e1e8 0x1a4d7c000 + 8680
  57. 2 libsystem_c.dylib 0x00000001a4cd1934 0x1a4c5f000 + 469300
  58. 3 libc++abi.dylib 0x00000001a4e39cc0 0x1a4e27000 + 76992
  59. 4 libc++abi.dylib 0x00000001a4e2be10 0x1a4e27000 + 19984
  60. 5 libobjc.A.dylib 0x00000001a4d92e80 0x1a4d8d000 + 24192
  61. 6 libc++abi.dylib 0x00000001a4e3914c 0x1a4e27000 + 74060
  62. 7 libc++abi.dylib 0x00000001a4e390e4 0x1a4e27000 + 73956
  63. 8 libdispatch.dylib 0x00000001a4d36538 0x1a4cdb000 + 374072
  64. 9 libdispatch.dylib 0x00000001a4ce28a4 0x1a4cdb000 + 30884
  65. 10 libdispatch.dylib 0x00000001a4ce3294 0x1a4cdb000 + 33428
  66. 11 libdispatch.dylib 0x00000001a4cec78c 0x1a4cdb000 + 71564
  67. 12 libsystem_pthread.dylib 0x00000001a4d87b74 0x1a4d7c000 + 47988
  68. 13 libsystem_pthread.dylib 0x00000001a4d8a740 0x1a4d7c000 + 59200
  69.  
  70. Thread 3:
  71. 0 libsystem_pthread.dylib 0x00000001a4d8a738 0x1a4d7c000 + 59192
  72.  
  73. Thread 4 name: com.apple.uikit.eventfetch-thread
  74. Thread 4:
  75. 0 libsystem_kernel.dylib 0x00000001a4e44198 0x1a4e40000 + 16792
  76. 1 libsystem_kernel.dylib 0x00000001a4e4360c 0x1a4e40000 + 13836
  77. 2 CoreFoundation 0x00000001a4fee468 0x1a4f46000 + 689256
  78. 3 CoreFoundation 0x00000001a4fe949c 0x1a4f46000 + 668828
  79. 4 CoreFoundation 0x00000001a4fe8ce8 0x1a4f46000 + 666856
  80. 5 Foundation 0x00000001a532c01c 0x1a5324000 + 32796
  81. 6 Foundation 0x00000001a532befc 0x1a5324000 + 32508
  82. 7 UIKitCore 0x00000001a91ba5dc 0x1a86e9000 + 11343324
  83. 8 Foundation 0x00000001a545ae20 0x1a5324000 + 1273376
  84. 9 libsystem_pthread.dylib 0x00000001a4d86d98 0x1a4d7c000 + 44440
  85. 10 libsystem_pthread.dylib 0x00000001a4d8a74c 0x1a4d7c000 + 59212
  86.  
  87. Thread 5 name: Dispatch queue: expo.database.DatabaseQueue
  88. Thread 5:
  89. 0 libsystem_kernel.dylib 0x00000001a4e64ddc 0x1a4e40000 + 151004
  90. 1 CoreServicesInternal 0x00000001a6363c24 0x1a634a000 + 105508
  91. 2 CoreServicesInternal 0x00000001a635c8d0 0x1a634a000 + 75984
  92. 3 CoreServicesInternal 0x00000001a635a614 0x1a634a000 + 67092
  93. 4 CoreFoundation 0x00000001a503c1e0 0x1a4f46000 + 1008096
  94. 5 CoreFoundation 0x00000001a4f4e984 0x1a4f46000 + 35204
  95. 6 Foundation 0x00000001a534fcc8 0x1a5324000 + 179400
  96. 7 Care Convene 0x00000001048f0050 0x104888000 + 426064
  97. 8 Care Convene 0x00000001048e949c 0x104888000 + 398492
  98. 9 libdispatch.dylib 0x00000001a4d359a8 0x1a4cdb000 + 371112
  99. 10 libdispatch.dylib 0x00000001a4d36524 0x1a4cdb000 + 374052
  100. 11 libdispatch.dylib 0x00000001a4ce28a4 0x1a4cdb000 + 30884
  101. 12 libdispatch.dylib 0x00000001a4ce3294 0x1a4cdb000 + 33428
  102. 13 libdispatch.dylib 0x00000001a4cec78c 0x1a4cdb000 + 71564
  103. 14 libsystem_pthread.dylib 0x00000001a4d87b74 0x1a4d7c000 + 47988
  104. 15 libsystem_pthread.dylib 0x00000001a4d8a740 0x1a4d7c000 + 59200
  105.  
  106. Thread 6:
  107. 0 libsystem_pthread.dylib 0x00000001a4d8a738 0x1a4d7c000 + 59192
  108.  
  109. Thread 7:
  110. 0 libsystem_pthread.dylib 0x00000001a4d8a738 0x1a4d7c000 + 59192
  111.  
  112. Thread 8 name: AVAudioSession Notify Thread
  113. Thread 8:
  114. 0 libsystem_kernel.dylib 0x00000001a4e44198 0x1a4e40000 + 16792
  115. 1 libsystem_kernel.dylib 0x00000001a4e4360c 0x1a4e40000 + 13836
  116. 2 CoreFoundation 0x00000001a4fee468 0x1a4f46000 + 689256
  117. 3 CoreFoundation 0x00000001a4fe949c 0x1a4f46000 + 668828
  118. 4 CoreFoundation 0x00000001a4fe8ce8 0x1a4f46000 + 666856
  119. 5 AVFAudio 0x00000001b1d92a2c 0x1b1d2d000 + 416300
  120. 6 AVFAudio 0x00000001b1de37a0 0x1b1d2d000 + 747424
  121. 7 libsystem_pthread.dylib 0x00000001a4d86d98 0x1a4d7c000 + 44440
  122. 8 libsystem_pthread.dylib 0x00000001a4d8a74c 0x1a4d7c000 + 59212
  123.  
  124. Thread 2 crashed with ARM Thread State (64-bit):
  125. x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000
  126. x4: 0x00000001a4e3cf29 x5: 0x000000016b68a450 x6: 0x000000000000006e x7: 0xffffffffffffffec
  127. x8: 0x000000016b68b000 x9: 0xb77a925155bbdf97 x10: 0x00000001a4d7e160 x11: 0x000000000000000b
  128. x12: 0x00000001df902080 x13: 0x0000000000000000 x14: 0x0000000000000010 x15: 0x00000000ffffffa4
  129. x16: 0x0000000000000148 x17: 0x0000000000000000 x18: 0x0000000000000000 x19: 0x0000000000000006
  130. x20: 0x000000000000190f x21: 0x000000016b68a450 x22: 0x000000016b68b0e0 x23: 0x0000000000000000
  131. x24: 0x0000000000000000 x25: 0x0000000281293880 x26: 0x0000000282997b80 x27: 0x0000000000000000
  132. x28: 0x0000000000000000 fp: 0x000000016b68a3b0 lr: 0x00000001a4d7e1e8
  133. sp: 0x000000016b68a390 pc: 0x00000001a4e65d88 cpsr: 0x40000000
  134. esr: 0x56000080 Address size fault
  135.  
  136. Binary Images:
  137. 0x104888000 - 0x104ac7fff Care Convene arm64 <6aed8e92ff1c303da669732c2f41d844> /var/containers/Bundle/Application/D34B8A55-34D3-4E2D-80A9-6084D7E3E9DD/Care Convene.app/Care Convene
  138. 0x104cb4000 - 0x104cbffff libobjc-trampolines.dylib arm64 <927690b4ce6e3dbb8d54d00bd46e211c> /usr/lib/libobjc-trampolines.dylib
  139. 0x104ce0000 - 0x104d43fff dyld arm64 <c9d0dd090ebd3364b6b6d3baeb788dbf> /usr/lib/dyld
  140. 0x104dc0000 - 0x1056e3fff TwilioVideo arm64 <30de837aa54b3db094fc3190562b92e8> /var/containers/Bundle/Application/D34B8A55-34D3-4E2D-80A9-6084D7E3E9DD/Care Convene.app/Frameworks/TwilioVideo.framework/TwilioVideo
  141. 0x1a4c15000 - 0x1a4c2bfff libsystem_trace.dylib arm64 <c70a923b37ad3f8a8e0873a3157620b1> /usr/lib/system/libsystem_trace.dylib
  142. 0x1a4c2c000 - 0x1a4c5dfff libxpc.dylib arm64 <d54676d1b91b309b8f35ed171eff1612> /usr/lib/system/libxpc.dylib
  143. 0x1a4c5e000 - 0x1a4c5efff libsystem_blocks.dylib arm64 <5ecacf25aea7392db0edea47df03841f> /usr/lib/system/libsystem_blocks.dylib
  144. 0x1a4c5f000 - 0x1a4cdafff libsystem_c.dylib arm64 <7de48f8fc80f3f6582e5438a038914de> /usr/lib/system/libsystem_c.dylib
  145. 0x1a4cdb000 - 0x1a4d4ffff libdispatch.dylib arm64 <652a10daa0e73b479c95af3dfe45a66c> /usr/lib/system/libdispatch.dylib
  146. 0x1a4d50000 - 0x1a4d70fff libsystem_malloc.dylib arm64 <9dfc8592541931188bfd2e39417bb3ea> /usr/lib/system/libsystem_malloc.dylib
  147. 0x1a4d71000 - 0x1a4d7bfff libsystem_platform.dylib arm64 <3834105b0f623e9ba9f7b9f29a2b7e1b> /usr/lib/system/libsystem_platform.dylib
  148. 0x1a4d7c000 - 0x1a4d8cfff libsystem_pthread.dylib arm64 <4f339f5eab9c39239a054f32d6361a9f> /usr/lib/system/libsystem_pthread.dylib
  149. 0x1a4d8d000 - 0x1a4dbefff libobjc.A.dylib arm64 <8e7331ccb39b39c3bce21c8fc3fd640c> /usr/lib/libobjc.A.dylib
  150. 0x1a4dbf000 - 0x1a4e26fff libcorecrypto.dylib arm64 <eeebbbdc9c863e0c8d1650c6376c69c4> /usr/lib/system/libcorecrypto.dylib
  151. 0x1a4e27000 - 0x1a4e3ffff libc++abi.dylib arm64 <23af4b8a9578339983a8ba171a4a6984> /usr/lib/libc++abi.dylib
  152. 0x1a4e40000 - 0x1a4e6efff libsystem_kernel.dylib arm64 <3b6ed4dcb4a437a581867d8d2cc888eb> /usr/lib/system/libsystem_kernel.dylib
  153. 0x1a4e6f000 - 0x1a4ea1fff libdyld.dylib arm64 <3d6d64b4cb2b3cc4a7e902774df7ae74> /usr/lib/system/libdyld.dylib
  154. 0x1a4ea2000 - 0x1a4eaafff libsystem_darwin.dylib arm64 <fa0df7426de6311e93d6607ff8317f8e> /usr/lib/system/libsystem_darwin.dylib
  155. 0x1a4eab000 - 0x1a4f04fff libc++.1.dylib arm64 <c5a6adff5bc33037ae3ee8107e311554> /usr/lib/libc++.1.dylib
  156. 0x1a4f05000 - 0x1a4f45fff libsystem_info.dylib arm64 <1ba5618b578f3c16b9fd96243b982e37> /usr/lib/system/libsystem_info.dylib
  157. 0x1a4f46000 - 0x1a52b9fff CoreFoundation arm64 <50cf3336313f3a7d9048cb1ed8ec3368> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
  158. 0x1a52ba000 - 0x1a5323fff SystemConfiguration arm64 <97d4a21f62de39d4bac3eda6e23b867b> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
  159. 0x1a5324000 - 0x1a55dbfff Foundation arm64 <c82f8a4f3d0f33db8d40c1e8bef27e56> /System/Library/Frameworks/Foundation.framework/Foundation
  160. 0x1a55dc000 - 0x1a560efff libCRFSuite.dylib arm64 <7866c08c0a1f38fbaa972690df5d31a3> /usr/lib/libCRFSuite.dylib
  161. 0x1a560f000 - 0x1a5789fff CoreServices arm64 <fb61d083d56b361ca997727e291dffe9> /System/Library/Frameworks/CoreServices.framework/CoreServices
  162. 0x1a578a000 - 0x1a57eafff libSparse.dylib arm64 <a2c74bcc9f6d34ed9720e4a265e297ca> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
  163. 0x1a57eb000 - 0x1a5cd5fff ImageIO arm64 <43e9306e349b3872a9b8b3239218efe1> /System/Library/Frameworks/ImageIO.framework/ImageIO
  164. 0x1a5cd6000 - 0x1a5cd8fff ConstantClasses arm64 <bd7142b42f5139e894c2d0b7f671dc2b> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
  165. 0x1a5cd9000 - 0x1a5e77fff CoreText arm64 <155a11781fb53b7da110e84a79ce3207> /System/Library/Frameworks/CoreText.framework/CoreText
  166. 0x1a5e78000 - 0x1a5fadfff Security arm64 <a9bfe02f306b3ee7a40322cfb1bb9aaa> /System/Library/Frameworks/Security.framework/Security
  167. 0x1a5fae000 - 0x1a6051fff IOKit arm64 <412da55765be384aa89d20a2b651c60e> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
  168. 0x1a6052000 - 0x1a6089fff libMobileGestalt.dylib arm64 <31b92bfd73383ece975dfd316e355aa1> /usr/lib/libMobileGestalt.dylib
  169. 0x1a608a000 - 0x1a60e6fff libprotobuf.dylib arm64 <841ca362c6873dfd84528cac6a2cd9c0> /usr/lib/libprotobuf.dylib
  170. 0x1a60e7000 - 0x1a60f8fff libprotobuf-lite.dylib arm64 <7536ad4fbc5c3354af80689a2324924a> /usr/lib/libprotobuf-lite.dylib
  171. 0x1a60f9000 - 0x1a6349fff libicucore.A.dylib arm64 <07864dddec643dd4b9a213200969c011> /usr/lib/libicucore.A.dylib
  172. 0x1a634a000 - 0x1a6373fff CoreServicesInternal arm64 <55bcb265e2e1392ba7873bfaa74437d5> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
  173. 0x1a6374000 - 0x1a63bbfff WirelessDiagnostics arm64 <5843debc06fd3e178fa388ba71a877b2> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
  174. 0x1a63bc000 - 0x1a63f5fff libAWDSupport.dylib arm64 <cb3af95f0538380891eccbd61ec40192> /usr/lib/libAWDSupport.dylib
  175. 0x1a63f6000 - 0x1a6879fff CoreAudio arm64 <123334ddbe8b393c8ded639235cc34c4> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
  176. 0x1a687a000 - 0x1a6b46fff CoreImage arm64 <de9d96b2048c3f09b4d1314870f137b4> /System/Library/Frameworks/CoreImage.framework/CoreImage
  177. 0x1a6b47000 - 0x1a6c35fff LanguageModeling arm64 <42a6eb09ca1730c0973d71ad7b65420f> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
  178. 0x1a6c36000 - 0x1a6c7cfff Lexicon arm64 <4b4c917fecbd3d408f30ea89c9aa9b5d> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
  179. 0x1a6c7d000 - 0x1a6dfffff libsqlite3.dylib arm64 <50368f42182239ecbb7d9e28f2cb51d4> /usr/lib/libsqlite3.dylib
  180. 0x1a6e00000 - 0x1a6e32fff MobileKeyBag arm64 <9a1e1f562fe5348c986dc3021bac41bc> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
  181. 0x1a6e33000 - 0x1a6e3cfff libsystem_notify.dylib arm64 <da91f7854f5d3228bd9e869447a7c34d> /usr/lib/system/libsystem_notify.dylib
  182. 0x1a6e3d000 - 0x1a701dfff CoreDuet arm64 <9a761d9edbdf326cb7fc42af61f6a7af> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
  183. 0x1a701e000 - 0x1a7160fff Montreal arm64 <d79d6ae017713d638204dfaaaebbb87c> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
  184. 0x1a7161000 - 0x1a7247fff NLP arm64 <0303b400cb323183a85050e5a103b8ed> /System/Library/PrivateFrameworks/NLP.framework/NLP
  185. 0x1a7248000 - 0x1a7265fff CellularPlanManager arm64 <4605f191e6c63719914a00feabb0752f> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
  186. 0x1a7266000 - 0x1a72a3fff AppSupport arm64 <d31707fec6183ce59ff3b8002015da90> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
  187. 0x1a72a4000 - 0x1a7776fff libnetwork.dylib arm64 <53347c285841393f8a4ddb34799c75b1> /usr/lib/libnetwork.dylib
  188. 0x1a7777000 - 0x1a7883fff ManagedConfiguration arm64 <de81fe303b2f367cb5b62a8a898433b9> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
  189. 0x1a7884000 - 0x1a78adfff CoreServicesStore arm64 <2bf3563076013293a6053c4c54d896e0> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
  190. 0x1a78ae000 - 0x1a78cefff UserManagement arm64 <07e5026006443636bcdae4734557d986> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
  191. 0x1a78cf000 - 0x1a7b86fff CoreML arm64 <8943fae7f89433a6b36478f37321f739> /System/Library/Frameworks/CoreML.framework/CoreML
  192. 0x1a7b87000 - 0x1a7b9dfff ProtocolBuffer arm64 <2da9d6e47a603a5bb7f9580b31477a14> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
  193. 0x1a7b9e000 - 0x1a7bb8fff CommonUtilities arm64 <d30d4f0820ea3f1ba814e827ba0af31b> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
  194. 0x1a7bb9000 - 0x1a7bb9fff libenergytrace.dylib arm64 <ffa48c1c677231e187723e30deeffeb5> /usr/lib/libenergytrace.dylib
  195. 0x1a7bba000 - 0x1a7bf0fff RunningBoardServices arm64 <a20c63500ef83edbb889f5ddbda003bd> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
  196. 0x1a7bf1000 - 0x1a7c6dfff BaseBoard arm64 <85a351e7c0c131bca0ade2cb67207653> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
  197. 0x1a81c3000 - 0x1a8235fff CoreLocation arm64 <9836af7d3a913fadb09cb6994baf3890> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
  198. 0x1a8243000 - 0x1a8296fff Accounts arm64 <2bf74d45d81638dcbfbfbdebd52a8dc9> /System/Library/Frameworks/Accounts.framework/Accounts
  199. 0x1a82a8000 - 0x1a8609fff CFNetwork arm64 <65f4b06044a6399dae37054295956158> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
  200. 0x1a860a000 - 0x1a86e8fff UIFoundation arm64 <7c505b75a2a9369e96a883adb4376aa1> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
  201. 0x1a86e9000 - 0x1a9803fff UIKitCore arm64 <bd57bd6e12b43f9285ca754932da499d> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
  202. 0x1a9804000 - 0x1a9811fff AssertionServices arm64 <79768aa2a40a3cbaa30f184b510d2d5e> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
  203. 0x1a9812000 - 0x1a98e4fff CoreTelephony arm64 <b90e9fb79d943bd89f9132ff8771be92> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
  204. 0x1a98e5000 - 0x1a98eafff AggregateDictionary arm64 <3dbe2791e6e43acc979739a8cdbeced9> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
  205. 0x1a98eb000 - 0x1a9901fff libsystem_asl.dylib arm64 <4c9b25c01cd03eed8add79a5b57f927b> /usr/lib/system/libsystem_asl.dylib
  206. 0x1a9902000 - 0x1a997afff CloudDocs arm64 <abd12b723a21363e8108995c88dbca58> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
  207. 0x1a997b000 - 0x1a9ca3fff CoreData arm64 <71c2361d6162376dbcc125d7dd75669a> /System/Library/Frameworks/CoreData.framework/CoreData
  208. 0x1a9eca000 - 0x1a9f0cfff PhotoFoundation arm64 <32361048c86c3acf9e1691333fe803d6> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
  209. 0x1a9f0d000 - 0x1a9f37fff BoardServices arm64 <3e864ffd7b073032b8a42e9ce57a880b> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
  210. 0x1a9fed000 - 0x1a9ffbfff libsystem_networkextension.dylib arm64 <eb9e62efbb8b300ab9c139f25856319b> /usr/lib/system/libsystem_networkextension.dylib
  211. 0x1a9ffc000 - 0x1aa01cfff CoreAnalytics arm64 <94498ba0e7fa338ba1289d84968ce676> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
  212. 0x1aa01d000 - 0x1aa18cfff CloudKit arm64 <f4a4bb654dc434beb02db5c94a948451> /System/Library/Frameworks/CloudKit.framework/CloudKit
  213. 0x1aa18d000 - 0x1aa1dafff SpringBoardServices arm64 <4f1dc2cb19f63076a88ed6191effcade> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
  214. 0x1aa1db000 - 0x1aa24dfff FrontBoardServices arm64 <6a942cc34b733477af9f95c8edcb8c85> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
  215. 0x1aa24e000 - 0x1aa375fff Network arm64 <e3c994c5c94934a0b9c8a9162660b505> /System/Library/Frameworks/Network.framework/Network
  216. 0x1aa3d3000 - 0x1aa3dafff libsystem_symptoms.dylib arm64 <22082eb064283a988e827b97d1f153d7> /usr/lib/system/libsystem_symptoms.dylib
  217. 0x1aa3db000 - 0x1ab2c4fff GeoServices arm64 <15129e9f5f7f3c77bb2908308c78afbb> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
  218. 0x1ab2c5000 - 0x1ab2cdfff TCC arm64 <bb908ebc51da300c8b85cb0af71a9706> /System/Library/PrivateFrameworks/TCC.framework/TCC
  219. 0x1ab2ce000 - 0x1ab327fff IMFoundation arm64 <ab9a5e9bb7ff308090687bf92773342e> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
  220. 0x1ab328000 - 0x1ab49bfff CoreUtils arm64 <c3cd19972ec132dc87242402385e853f> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
  221. 0x1ab54e000 - 0x1ab583fff ImageCaptureCore arm64 <95542502b0dd39b181282efcf856f1d6> /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore
  222. 0x1ab584000 - 0x1ab58dfff libsystem_containermanager.dylib arm64 <f221bea37b46392cb7dd0a0fe7c07c44> /usr/lib/system/libsystem_containermanager.dylib
  223. 0x1ab58e000 - 0x1ab609fff AppleAccount arm64 <4c2cc696222f3179b510d28bd91c4b6e> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
  224. 0x1ab60a000 - 0x1ab625fff ApplePushService arm64 <c7cf2c1aef533911b363c68710e50967> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
  225. 0x1ab626000 - 0x1ab70efff IDS arm64 <300bd79bac543a76be770441b1bb37c6> /System/Library/PrivateFrameworks/IDS.framework/IDS
  226. 0x1ab70f000 - 0x1ab839fff IDSFoundation arm64 <c45d2047bcff31ef9902726f87422ae4> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
  227. 0x1ab83a000 - 0x1ab83bfff libCTGreenTeaLogger.dylib arm64 <fc9059f17df03681b82a1e1eccc9ffdc> /usr/lib/libCTGreenTeaLogger.dylib
  228. 0x1ab8a0000 - 0x1ab9a0fff CoreMedia arm64 <d9f289d8e83b380396157009e1094713> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
  229. 0x1ab9a1000 - 0x1ab9b0fff UIKitServices arm64 <3eee112dd96c3980a68969cd09a3d04f> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
  230. 0x1ab9b1000 - 0x1aba0cfff BackBoardServices arm64 <7e4bbf2499a23fb5a3c4e380f27b7b25> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
  231. 0x1aba0d000 - 0x1abc5efff QuartzCore arm64 <cf72678241d539a68a87ae03f4f07584> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
  232. 0x1abc5f000 - 0x1abd26fff ColorSync arm64 <95d2b119e3b136d88755c2d0ee68e7e4> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
  233. 0x1abd27000 - 0x1ac296fff CoreGraphics arm64 <0de7c48a285e336aa0892fd49635300c> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
  234. 0x1ac297000 - 0x1ac3c7fff Contacts arm64 <0074d18f8d4a30ebae0e310725d0845c> /System/Library/Frameworks/Contacts.framework/Contacts
  235. 0x1ac3c8000 - 0x1ac3f6fff UserNotifications arm64 <8025920b36003c45ae04901f5b9f96ab> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
  236. 0x1ac3f7000 - 0x1ac41afff LocationSupport arm64 <022fc28a220938bb98895dac79b77fe6> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
  237. 0x1ac577000 - 0x1acbb9fff WebKit arm64 <bc61661ececc3cc6ac128735eca90848> /System/Library/Frameworks/WebKit.framework/WebKit
  238. 0x1acbba000 - 0x1ae96ffff WebCore arm64 <665cd83b3f283d9eb3b1e51e53285f9f> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
  239. 0x1ae970000 - 0x1ae98afff libAccessibility.dylib arm64 <4caf798e480e338facab4d80ec282cef> /usr/lib/libAccessibility.dylib
  240. 0x1ae98b000 - 0x1ae996fff AXCoreUtilities arm64 <7f78c74b27a0325aac828ff60350aaab> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
  241. 0x1ae997000 - 0x1aea0afff ContactsFoundation arm64 <9f130e4c01313afb9a745e1e344f8229> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
  242. 0x1aea0b000 - 0x1aea1ffff PowerLog arm64 <d81cc5a8419b313bba353d2a2aad8e6e> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
  243. 0x1aea20000 - 0x1aea31fff IOSurface arm64 <0ea65ad7b698333baabfced9d05e17b5> /System/Library/Frameworks/IOSurface.framework/IOSurface
  244. 0x1aea32000 - 0x1af12ffff MediaToolbox arm64 <f53fce8dfa723ff98e32d52f40f80c93> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
  245. 0x1af130000 - 0x1af138fff GraphicsServices arm64 <0f9f2b391e8536349022ee6c8b55ca27> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
  246. 0x1af221000 - 0x1af419fff AVFoundation arm64 <d4cd8c0f3b463bbcbd78e70f427068cf> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
  247. 0x1af41a000 - 0x1af451fff OnBoardingKit arm64 <f10d8f4c4a723349bf07a6ecbf645cf7> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
  248. 0x1af452000 - 0x1af4a0fff MobileWiFi arm64 <61c6745b133b362abf4585d1184cc99f> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
  249. 0x1af4a1000 - 0x1af4b9fff MobileAsset arm64 <a253df10f98b3080a841d7471451f7b0> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
  250. 0x1af4ba000 - 0x1af4c7fff libGSFont.dylib arm64 <9d7da51ad9063da4957a4b0e4637b858> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
  251. 0x1af4c8000 - 0x1af4d1fff FontServices arm64 <fa882e0c5a513708bf09a091c3c8dcff> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
  252. 0x1af4d2000 - 0x1af61bfff libFontParser.dylib arm64 <eb50029a314d336492bab796ded5e34a> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
  253. 0x1af66b000 - 0x1af7a4fff SearchFoundation arm64 <2ca6ec9fd8243754983d795fccf1b42c> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
  254. 0x1af7a5000 - 0x1af8c4fff Preferences arm64 <43f0d3075e473f4d9f0521d92ff161aa> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
  255. 0x1af8c5000 - 0x1aff32fff PhotoLibraryServices arm64 <670633f2447e35be9322fdacf8e710da> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
  256. 0x1aff33000 - 0x1b0197fff vImage arm64 <42016dc261c83e55a547bdd8ce8ada8f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
  257. 0x1b0198000 - 0x1b03ccfff AudioToolbox arm64 <7540831c52293d109a4de8eb4899fcca> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
  258. 0x1b03cd000 - 0x1b03fffff libAudioToolboxUtility.dylib arm64 <e1152b58066f3980a1b945add6502ed6> /usr/lib/libAudioToolboxUtility.dylib
  259. 0x1b0627000 - 0x1b082afff Photos arm64 <ac87add9922f30ce98e3136990f74ebc> /System/Library/Frameworks/Photos.framework/Photos
  260. 0x1b082b000 - 0x1b08bffff ShareSheet arm64 <157365e6818937f29855cc4a099e0895> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
  261. 0x1b08d4000 - 0x1b0988fff PDFKit arm64 <ec475d01e546353c9e4740f408d524d6> /System/Library/Frameworks/PDFKit.framework/PDFKit
  262. 0x1b0a06000 - 0x1b0a33fff DocumentManager arm64 <99f5bfa1f1df351d97cd5336243fcfb3> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
  263. 0x1b0c8e000 - 0x1b0d05fff AuthKit arm64 <613e9a43755c3da1952c47a071b854da> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
  264. 0x1b0d06000 - 0x1b1122fff Intents arm64 <94465293623e37ccaeb857fa543757b3> /System/Library/Frameworks/Intents.framework/Intents
  265. 0x1b1138000 - 0x1b1297fff WebKitLegacy arm64 <64745c415a793051b1561cba0600c5ef> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
  266. 0x1b1298000 - 0x1b1302fff TextInput arm64 <b50880c28673336b99b7dace53141817> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
  267. 0x1b137e000 - 0x1b1381fff XCTTargetBootstrap arm64 <7a6898bfcb4c371988a5acbb4bc3dc8d> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
  268. 0x1b1382000 - 0x1b1436fff CorePDF arm64 <080514c27b5d3d658578fea2c8b3714d> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
  269. 0x1b1472000 - 0x1b1822fff MediaPlayer arm64 <0769fdb1ec1738c5937a9f2685a3b275> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
  270. 0x1b1823000 - 0x1b1b3efff AppleMediaServices arm64 <3bba6b988c953c93b69e02cd74b3f0f9> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
  271. 0x1b1b3f000 - 0x1b1b65fff CacheDelete arm64 <829a439eb02c30898ad2e7f15eb5e5fb> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
  272. 0x1b1b66000 - 0x1b1d2cfff CoreMotion arm64 <4e13533feeb33982ab9eaf9cc68a0058> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
  273. 0x1b1d2d000 - 0x1b1e1afff AVFAudio arm64 <6efaea94ffec3ac8922605dc7c06def5> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
  274. 0x1b2038000 - 0x1b20eefff CoreUI arm64 <d6f7e33d3361378f933dfe49f17ea64b> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
  275. 0x1b2113000 - 0x1b2148fff CoreVideo arm64 <6eaaeaf60b0134a9a4e7b73b638efe7a> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
  276. 0x1b2149000 - 0x1b237ffff AudioToolboxCore arm64 <20e2f8e7e3323d8c8c01d0b801f0f815> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
  277. 0x1b2380000 - 0x1b23c3fff CoreDuetContext arm64 <bbc5606c2dac31888f3f9e5a479fbaa3> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
  278. 0x1b23c4000 - 0x1b23fefff SetupAssistant arm64 <0b444aa20505343b95b0c43cba311110> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
  279. 0x1b24bc000 - 0x1b24e6fff PlugInKit arm64 <230c0e71638c3235b25e82880ad22080> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
  280. 0x1b24e7000 - 0x1b2869fff libswiftCore.dylib arm64 <01a8ee3dc8dc396b89ada5f64df13f80> /usr/lib/swift/libswiftCore.dylib
  281. 0x1b29a6000 - 0x1b2a05fff ProactiveSupport arm64 <0491e9858f5130d48e723e7c94f3a137> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
  282. 0x1b2c49000 - 0x1b2c65fff PrototypeTools arm64 <77cada6a09b736dfada587d074003aa6> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
  283. 0x1b2c66000 - 0x1b2d57fff MediaExperience arm64 <f3a8a27d6f263d0a9f918f0bfb3e12db> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
  284. 0x1b2d58000 - 0x1b302cfff Celestial arm64 <29b045d05743327cabe1186fff703295> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
  285. 0x1b3947000 - 0x1b3a16fff AVKit arm64 <d673a06f50553a3c8dcbf3be01467826> /System/Library/Frameworks/AVKit.framework/AVKit
  286. 0x1b3a17000 - 0x1b3a45fff Pegasus arm64 <045319dd3bfe3163aa0526ade1f4d89a> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
  287. 0x1b3a46000 - 0x1b3a48fff libapp_launch_measurement.dylib arm64 <7e5b527aaecc34678f37deeaa3a223c5> /usr/lib/libapp_launch_measurement.dylib
  288. 0x1b3a5e000 - 0x1b3ac0fff CoreSpotlight arm64 <835c41121267306695997a75b65c7876> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
  289. 0x1b3ac1000 - 0x1b3b58fff AddressBookLegacy arm64 <b29936be3dce3d50a34a9ff25aa6e44c> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
  290. 0x1b3b59000 - 0x1b3b68fff CrashReporterSupport arm64 <32bae125126e3c608be1edc26ab919ac> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
  291. 0x1b3b69000 - 0x1b3b7bfff MobileBluetooth arm64 <7c0d97f4a93f38bfb3cfd2cf409b7f60> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
  292. 0x1b3c6f000 - 0x1b3c73fff libsystem_configuration.dylib arm64 <80edea640ddf39f79406c5d316d6d1fc> /usr/lib/system/libsystem_configuration.dylib
  293. 0x1b3e5b000 - 0x1b3e69fff HangTracer arm64 <7f38923757243c08b2ccd9f4caa34745> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
  294. 0x1b3e6a000 - 0x1b3ecffff CoreNLP arm64 <a5cddc6de3dd39a39044ef3e61e29ef0> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
  295. 0x1b3ed0000 - 0x1b3ed1fff liblangid.dylib arm64 <1dcd5ff27d8c33b197a2a4886beb84a7> /usr/lib/liblangid.dylib
  296. 0x1b3ed2000 - 0x1b4d5dfff JavaScriptCore arm64 <6b20d2edb28734a29dfb4115cee617d9> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
  297. 0x1b4d5e000 - 0x1b4debfff libTelephonyUtilDynamic.dylib arm64 <929962407c513b05b25888ad6e85299d> /usr/lib/libTelephonyUtilDynamic.dylib
  298. 0x1b507f000 - 0x1b5088fff IOMobileFramebuffer arm64 <5f50ed2207f833e199a4e19d8ccad8d8> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
  299. 0x1b5401000 - 0x1b541bfff CoreMaterial arm64 <f035cafea35b33338ccebf380f7740ce> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
  300. 0x1b541c000 - 0x1b5501fff libxml2.2.dylib arm64 <701e3c5c20443b17b92b883a32fc9270> /usr/lib/libxml2.2.dylib
  301. 0x1b6d86000 - 0x1b6dcefff MetadataUtilities arm64 <fc9d4c74fdce3e34a22946629487d976> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
  302. 0x1b76a2000 - 0x1b774ffff QuickLook arm64 <f3be2ef88fe0334eacd5fc3a473d77af> /System/Library/Frameworks/QuickLook.framework/QuickLook
  303. 0x1b7750000 - 0x1b7961fff NetworkExtension arm64 <648fc76bbad13b0c831e47f01de40323> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
  304. 0x1b7962000 - 0x1b7997fff DataDetectorsCore arm64 <306c0ed03c67310d862818c496f9071d> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
  305. 0x1b7998000 - 0x1b79f7fff CalendarFoundation arm64 <293ec4cd997b390e98ec648e44802a19> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
  306. 0x1b79f8000 - 0x1b7aeafff EventKit arm64 <c7dc164fd33c3c5b86170b3aac8a8ed1> /System/Library/Frameworks/EventKit.framework/EventKit
  307. 0x1b7aeb000 - 0x1b7b21fff MediaServices arm64 <707d4e0834a331efb51033d475661f0e> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
  308. 0x1b7f3d000 - 0x1b7f7cfff BiometricKit arm64 <e12f8e451573323c9e6d328cfd069985> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
  309. 0x1b7f7d000 - 0x1b7fa7fff PersistentConnection arm64 <abe8f6d02d61399dbe2c2c6259d0a0a8> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
  310. 0x1b7fa8000 - 0x1b7ffbfff CalendarDaemon arm64 <fb79a798c1bb3d988294cfc2d2167eab> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
  311. 0x1b7ffc000 - 0x1b8092fff CalendarDatabase arm64 <7ae4c7ba51b5381284adafe11cbdc462> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
  312. 0x1b8093000 - 0x1b8280fff MediaRemote arm64 <7eb61fe4d9ed3b13bdf38d97ef2972e9> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
  313. 0x1b8281000 - 0x1b8289fff CorePhoneNumbers arm64 <a08c60315472312881bf86d417df458d> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
  314. 0x1b829a000 - 0x1b82c0fff DuetActivityScheduler arm64 <7f95b791842b323a8923eb37b0a4b3d1> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
  315. 0x1b83c5000 - 0x1b83e7fff CoreSVG arm64 <cd177cb7120b37ea9c9faa2e8ab54b9b> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
  316. 0x1b8402000 - 0x1b841ffff ProactiveEventTracker arm64 <66256e0700c13ae5a40d7579e3f733ca> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
  317. 0x1b8420000 - 0x1b842bfff MallocStackLogging arm64 <9dd92a16c9963a6b98a6264eddf84087> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
  318. 0x1b842c000 - 0x1b84c0fff CoreSuggestions arm64 <0ff8e07e4f13379f9ca2d043b1e161b7> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
  319. 0x1b8673000 - 0x1b86c4fff DeviceManagement arm64 <ca9f06a5049f34139fd817a4bc40aaed> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
  320. 0x1b8ec9000 - 0x1b8ed6fff BluetoothManager arm64 <9d2661e56523387eacbc01fd58511f7f> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
  321. 0x1b8ed7000 - 0x1b8f0cfff CoreBluetooth arm64 <efc4e2b8d357335ab09d98cc8a8775df> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
  322. 0x1b8f0d000 - 0x1b8f0ffff libsystem_sandbox.dylib arm64 <bb3febc0692d3079ac9599d82a77525b> /usr/lib/system/libsystem_sandbox.dylib
  323. 0x1b903b000 - 0x1b9047fff ContextKit arm64 <12c6dafaeb3c30dfad4596a367177177> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
  324. 0x1b9078000 - 0x1b90e4fff Rapport arm64 <e770f276ea72366284900bd7ec15e736> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
  325. 0x1b90e5000 - 0x1b9128fff OSAnalytics arm64 <b7f9bdbaa80a31bf8e3bb4db48dba940> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
  326. 0x1b9129000 - 0x1b9157fff MobileInstallation arm64 <a68ce2e61edd317ea8fd76c298e47b49> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
  327. 0x1b9158000 - 0x1b91f2fff Metal arm64 <1a3ebad8d72b3611ae0083c386e95d24> /System/Library/Frameworks/Metal.framework/Metal
  328. 0x1b91f3000 - 0x1b91f8fff IOAccelerator arm64 <a446895f97a63ee481e311b5426b106e> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
  329. 0x1b91f9000 - 0x1b9204fff MediaAccessibility arm64 <1f7ba84ab5b93527a4035ef25ef17798> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
  330. 0x1b9222000 - 0x1b9229fff libsystem_dnssd.dylib arm64 <70f6609c95f03d30b65bc26064033647> /usr/lib/system/libsystem_dnssd.dylib
  331. 0x1b922a000 - 0x1b9230fff PushKit arm64 <ff87c0fbf40b390a988b149064c6dc52> /System/Library/Frameworks/PushKit.framework/PushKit
  332. 0x1b9231000 - 0x1b9336fff FileProvider arm64 <bbbe034ad68931e598275c7e3b230242> /System/Library/Frameworks/FileProvider.framework/FileProvider
  333. 0x1b934b000 - 0x1b934cfff BackgroundTaskAgent arm64 <efecac0c945f3d949fd1f07c70390be4> /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent
  334. 0x1b934d000 - 0x1b9352fff LinguisticData arm64 <5408531c1d0e3cd7b78ded739b8c6630> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
  335. 0x1b936c000 - 0x1b937cfff Categories arm64 <3ff14778575e3b7081f2284031eb978d> /System/Library/PrivateFrameworks/Categories.framework/Categories
  336. 0x1b9397000 - 0x1b9452fff VideoToolbox arm64 <a7cf69e36902338494fb743fe94f3bdd> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
  337. 0x1b99ad000 - 0x1b99b5fff SymptomDiagnosticReporter arm64 <7fe89de3ecb2381b9cb74e6497ff3745> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
  338. 0x1b99b6000 - 0x1b99b8fff IOSurfaceAccelerator arm64 <c4152242d2a53ea392df320602a752ca> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
  339. 0x1b99b9000 - 0x1b9a67fff AssetsLibraryServices arm64 <48d669ea5de33f88825ea8ff1fd2ed93> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
  340. 0x1b9a68000 - 0x1b9a96fff DataAccessExpress arm64 <4870fda4a66e3c03af6f40cc700dfebc> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
  341. 0x1b9b06000 - 0x1b9b1afff CoreFollowUp arm64 <3f426f64986f3431ba5d5dc3759c498d> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
  342. 0x1b9b24000 - 0x1b9b39fff libcoretls.dylib arm64 <b156216516c03cf1a824793d4c5e6a1e> /usr/lib/libcoretls.dylib
  343. 0x1b9b90000 - 0x1b9c21fff libate.dylib arm64 <f2d030ff44363292ba62b4eeba78290d> /usr/lib/libate.dylib
  344. 0x1bafd2000 - 0x1bb03cfff SAObjects arm64 <1843eaa6d35934bb95e80b4f8e3a6ea4> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
  345. 0x1bb0f0000 - 0x1bb0fdfff DataMigration arm64 <8f1d8a0bb9e43ebc9e701932ba8a1e1c> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
  346. 0x1bb2b1000 - 0x1bb2d5fff IconServices arm64 <6760398284583c048830f768dcf664b0> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
  347. 0x1bb2d6000 - 0x1bb4c3fff iTunesCloud arm64 <4c4f6a79e2623fb9840854aaa49f2dc3> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
  348. 0x1bb4c4000 - 0x1bb788fff MusicLibrary arm64 <4e63d976b63736a09dc313fc7e3d9a52> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
  349. 0x1bb789000 - 0x1bb78afff WatchdogClient arm64 <aec1239651193219befe9838e2809ada> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
  350. 0x1bb78b000 - 0x1bb79cfff libprequelite.dylib arm64 <4546b5ab7cf636cfa3fce6f66566a6a2> /usr/lib/libprequelite.dylib
  351. 0x1bb7c7000 - 0x1bb7d7fff CoreEmoji arm64 <9c62f4899b843203b6277df1548a2057> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
  352. 0x1bb870000 - 0x1bb8d4fff ClassKit arm64 <ceb2833f4dbd33be8a287c03b6cea460> /System/Library/Frameworks/ClassKit.framework/ClassKit
  353. 0x1bb940000 - 0x1bb94dfff CPMS arm64 <fffd9e689b5f32dfbf1b24e8a98cc3d8> /System/Library/PrivateFrameworks/CPMS.framework/CPMS
  354. 0x1bb94e000 - 0x1bb956fff RTCReporting arm64 <4956425a4c453b02980028575f51f19d> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
  355. 0x1bbab2000 - 0x1bbafefff MobileBackup arm64 <a9de7889048339098f219f2d1e96bc29> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
  356. 0x1bbbad000 - 0x1bbbb4fff CoreTime arm64 <819c7a0291053ab59e6962d89046be61> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
  357. 0x1bc1e1000 - 0x1bc234fff ToneLibrary arm64 <820cd5e145cf3638adf4d8bd39899ea3> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
  358. 0x1bc4ce000 - 0x1bc4ecfff AppConduit arm64 <2f2102d9d6b53e98bfa84978ed4b58d4> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
  359. 0x1bc4ed000 - 0x1bc505fff IntlPreferences arm64 <d9bfead568aa305a9c5c1d6c94b4432c> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
  360. 0x1bc8b3000 - 0x1bc9a1fff CoreBrightness arm64 <f1c804011f28311c9d97cb76323ca61e> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
  361. 0x1bc9a2000 - 0x1bc9a9fff libIOReport.dylib arm64 <10f1d251510b37f98d7c266c5a542b66> /usr/lib/libIOReport.dylib
  362. 0x1bcb32000 - 0x1bcd66fff libBNNS.dylib arm64 <01942ad29a4c351eaa5544085a064306> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
  363. 0x1bcd67000 - 0x1bcd6efff StudyLog arm64 <2932aac76ead300d8db77a325e1e1d7c> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
  364. 0x1bdfa3000 - 0x1bdfb5fff LocalAuthentication arm64 <afcbd865788f3e35babec7dcf41193c1> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
  365. 0x1bdfde000 - 0x1bdfe9fff CaptiveNetwork arm64 <a0a392efaae0307e96c233eff40533be> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
  366. 0x1be13a000 - 0x1be1eafff libBLAS.dylib arm64 <79cc9111f6503d618043b69e3f57a8eb> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
  367. 0x1be1eb000 - 0x1be1f9fff CTCarrierSpace arm64 <2c14bfa8f7b63726bfc073425be011f6> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
  368. 0x1becbe000 - 0x1becd9fff libtailspin.dylib arm64 <f7e7432a44d83203a452e2c67c1d7367> /usr/lib/libtailspin.dylib
  369. 0x1bee1f000 - 0x1bee2dfff MobileIcons arm64 <be253ee8bbb333798c76178a57ee4e7f> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
  370. 0x1bee2e000 - 0x1bef2dfff ResponseKit arm64 <2908808b54213cc49f5f3c913a84bd38> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
  371. 0x1bef84000 - 0x1bef9bfff MetalKit arm64 <639fe900d63b3880917fb016940ac87f> /System/Library/Frameworks/MetalKit.framework/MetalKit
  372. 0x1beff4000 - 0x1bf03efff CoreHaptics arm64 <fc402f5b33ef3dd5a45a8c2642ab076c> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
  373. 0x1bf178000 - 0x1bf207fff CoreSymbolication arm64 <b1c9c665c1893612b2e1c0bdab7a02bd> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
  374. 0x1bf208000 - 0x1bf20efff IdleTimerServices arm64 <802865a0d6f337fc9eda69c713233135> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
  375. 0x1bf89b000 - 0x1bf8e2fff LoggingSupport arm64 <24c943753378364c8d30b901d874a5f1> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
  376. 0x1bf9e6000 - 0x1bfa3ffff ProtectedCloudStorage arm64 <9338f1276ef2313b902738327d71156b> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
  377. 0x1bfb26000 - 0x1bfb2efff OpenGLES arm64 <604e4d2b07c1328397e443cf3bfa48b6> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
  378. 0x1bfc8e000 - 0x1bfc96fff libGFXShared.dylib arm64 <c80a125e96123abba080192c978d7cd9> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
  379. 0x1bfc97000 - 0x1bfcccfff SharedUtils arm64 <d853d81c74a23ed48c5fce28b0519501> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
  380. 0x1bfccd000 - 0x1bfd1afff PhotosFormats arm64 <aa10f36ee4313a678d1b83c3786eff73> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
  381. 0x1c1327000 - 0x1c1363fff StreamingZip arm64 <e82cf05374cb3231a3c5e684ee08e84b> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
  382. 0x1c21d8000 - 0x1c21dbfff InternationalTextSearch arm64 <9662ee215e3a3d7fbe5111de8e06a777> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
  383. 0x1c21f9000 - 0x1c2215fff AssetCacheServices arm64 <9b1979e1641635f780d96135e4b3fe01> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
  384. 0x1c2ba4000 - 0x1c2bbcfff NetworkStatistics arm64 <a702231f3a793df7b9696e5d9440fd93> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
  385. 0x1c3027000 - 0x1c302dfff Netrb arm64 <db55a7b46e3e35d19858dfaf22cb0c08> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
  386. 0x1c3031000 - 0x1c3064fff EAP8021X arm64 <881fc2429f963a45991e8db95d80cc15> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
  387. 0x1c3065000 - 0x1c3067fff OSAServicesClient arm64 <d40c8023ead233cfa89b65bd16d5d7aa> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
  388. 0x1c31eb000 - 0x1c31effff libgermantok.dylib arm64 <b30139e2556032a7b45c712ec628b797> /usr/lib/libgermantok.dylib
  389. 0x1c31f0000 - 0x1c32a2fff libmecab.dylib arm64 <528a16b2ac603eafb22f2ce03f88cfa3> /usr/lib/libmecab.dylib
  390. 0x1c32a3000 - 0x1c32defff Catalyst arm64 <c4e04285ae523ca48a9ebdb88e5d6794> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
  391. 0x1c38b7000 - 0x1c38c5fff CoreDuetDaemonProtocol arm64 <0ac2c75be0dc347389b78ad94eeacfb7> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
  392. 0x1c4e98000 - 0x1c4e9afff OAuth arm64 <237248e78d693f699ea0b03e8709269a> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
  393. 0x1c594a000 - 0x1c59b8fff libarchive.2.dylib arm64 <e5188a8a02a03c75b9048781d41547c2> /usr/lib/libarchive.2.dylib
  394. 0x1c59b9000 - 0x1c59e9fff C2 arm64 <c86ff092ad233757b557898d59b73a75> /System/Library/PrivateFrameworks/C2.framework/C2
  395. 0x1c59ea000 - 0x1c5a1dfff NaturalLanguage arm64 <c538b08414453ba29d54198c2c4cd0f6> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
  396. 0x1c5ab0000 - 0x1c5ab1fff libsystem_coreservices.dylib arm64 <600c7f6d924d3823bd9327d7558cc61c> /usr/lib/system/libsystem_coreservices.dylib
  397. 0x1c5ac3000 - 0x1c5ad5fff libmis.dylib arm64 <3f17d308a52238f58452f82c9917d7dc> /usr/lib/libmis.dylib
  398. 0x1c5b2c000 - 0x1c5b39fff DCIMServices arm64 <50a177b0431d3db289414a2fd5ba93f1> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
  399. 0x1c5b3a000 - 0x1c5c8afff CloudPhotoLibrary arm64 <55162b93a1053296924bc2f9d9797df2> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
  400. 0x1c5cc5000 - 0x1c5ccdfff libcopyfile.dylib arm64 <5c00c4e5e50f3510bd01ed6279058308> /usr/lib/system/libcopyfile.dylib
  401. 0x1c602f000 - 0x1c60c3fff AccountsDaemon arm64 <8206296baef1362f8750fa120df80e69> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
  402. 0x1c60c4000 - 0x1c60cffff AppleIDSSOAuthentication arm64 <560e7e1e694e39588f7c5551a2e2c4e6> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
  403. 0x1c60d0000 - 0x1c60e3fff SettingsFoundation arm64 <2f10b1d47cf83168bea690d34c716bd9> /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
  404. 0x1c621f000 - 0x1c62a1fff Symbolication arm64 <d3a5f3142ef73f40b8e142280fcfe027> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
  405. 0x1c6456000 - 0x1c64a3fff ChunkingLibrary arm64 <36f9e5cf0d843a36941161bf263360c3> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
  406. 0x1c64a7000 - 0x1c64abfff DAAPKit arm64 <0bc21d54c27c31179f521851515a91fc> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
  407. 0x1c6981000 - 0x1c6983fff CoreDuetDebugLogging arm64 <7a624f9e73f23749a1ed6565c2806fda> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
  408. 0x1c74a9000 - 0x1c74e7fff SignpostSupport arm64 <99baaa120ac63c5fa24a1f7c73bf3698> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
  409. 0x1c777c000 - 0x1c7785fff SignpostCollection arm64 <665fd99ec6ef31adadb9b8a4908d8f90> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
  410. 0x1c7eb1000 - 0x1c7eb7fff URLFormatting arm64 <bacc82fc1e53321294feac49a8fd0c1b> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
  411. 0x1c7ecc000 - 0x1c7f72fff MMCS arm64 <264b3829c67e3a3fb9415e81eed9d30d> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
  412. 0x1c7fcb000 - 0x1c81f7fff MobileSpotlightIndex arm64 <32b5883183633d8791f88047598594c4> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
  413. 0x1c8616000 - 0x1c865cfff CoreLocationProtobuf arm64 <f7abbf887805383791306149dc7eb14f> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
  414. 0x1c8710000 - 0x1c878cfff Quagga arm64 <af1edc0b28dd3435a4cc2327de99d6d3> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
  415. 0x1c8a97000 - 0x1c8aacfff libEDR arm64 <f62e9b9d21e737b5aa0b15aef959143f> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
  416. 0x1c96cf000 - 0x1c96ddfff libperfcheck.dylib arm64 <c827f52d1a803b619c50f05e5dd8b7c5> /usr/lib/libperfcheck.dylib
  417. 0x1c96de000 - 0x1c96e9fff libAudioStatistics.dylib arm64 <c999faa07a8f3fcc997bc5f6e7b9b45a> /usr/lib/libAudioStatistics.dylib
  418. 0x1c98b0000 - 0x1c98c0fff caulk arm64 <24522efcb725360b943653fa2b476a03> /System/Library/PrivateFrameworks/caulk.framework/caulk
  419. 0x1c98ff000 - 0x1c9905fff MobileSystemServices arm64 <fe757939bae73b6d973ace77fea3c87f> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
  420. 0x1caa34000 - 0x1caa3efff HID arm64 <888d3ab055d73e5cb7ea184f62ea6806> /System/Library/PrivateFrameworks/HID.framework/HID
  421. 0x1caa6b000 - 0x1caaa4fff libGLImage.dylib arm64 <4b650111ce0e3ae1bec728cbb07165d7> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
  422. 0x1caea1000 - 0x1caeb2fff libSparseBLAS.dylib arm64 <8913dba9e4da3bb68254d453e933106f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
  423. 0x1caeb3000 - 0x1caec6fff Engram arm64 <e3f1366a86a03c2487d5d6fbb368ae9b> /System/Library/PrivateFrameworks/Engram.framework/Engram
  424. 0x1caf3d000 - 0x1caf77fff DataDetectorsNaturalLanguage arm64 <fe6e01f0b71439f884638634f6502c9a> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
  425. 0x1cb26e000 - 0x1cb276fff FSEvents arm64 <06304d064c9c3220b972b22e6b99dcb7> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
  426. 0x1cb286000 - 0x1cb302fff CoreDAV arm64 <5de76699b852339e83a9961f4996f863> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
  427. 0x1cbc4a000 - 0x1cbc5afff RemoteTextInput arm64 <067c806ccba83614bb44c3c09c197142> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
  428. 0x1cbc83000 - 0x1cbcb2fff iCalendar arm64 <dc20ced8ddca3441b7aab47454e8dd69> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
  429. 0x1cbccf000 - 0x1cbcd8fff CloudPhotoServices arm64 <ce917f359cc23d92a24e1f61d678a0b1> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
  430. 0x1cbd17000 - 0x1cbd2bfff libLinearAlgebra.dylib arm64 <d86996ad71583cd08e6e893eb63fe239> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
  431. 0x1cbfd3000 - 0x1cbfe1fff CoreAUC arm64 <90948f76ec2035b5a37527f9c43d0e20> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
  432. 0x1cc979000 - 0x1cc9bffff PhysicsKit arm64 <fd58aa9b771d301394ec51eb06253254> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
  433. 0x1cc9c0000 - 0x1cca11fff CorePrediction arm64 <611a49a6b7c738b4bdf5ee20b478d513> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
  434. 0x1cce02000 - 0x1cce4ffff SafariSafeBrowsing arm64 <8ca67f40ab7d393c823233a86faf73b5> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
  435. 0x1cd1f9000 - 0x1cd26ffff HomeSharing arm64 <c5fc47dcf9d0337f89308b92b4cd6ab0> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
  436. 0x1cd2fe000 - 0x1cd31cfff GenerationalStorage arm64 <86771d0e35663419bc7e0a0bbcc9ca0a> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
  437. 0x1cd37f000 - 0x1cd38afff PersonaKit arm64 <32200c628e063858a8b950cf6f7e2774> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
  438. 0x1cd7a4000 - 0x1cd7a9fff kperf arm64 <32595fbecfff32cd9c6311306bb94b9d> /System/Library/PrivateFrameworks/kperf.framework/kperf
  439. 0x1cd946000 - 0x1cd954fff AssetsLibrary arm64 <e1da4bd1dfdf35f6ae9eb5ac494d94bd> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
  440. 0x1cd981000 - 0x1cd9b4fff libpcap.A.dylib arm64 <90e142a0cf673ed6a35eb85c7d41b010> /usr/lib/libpcap.A.dylib
  441. 0x1cdceb000 - 0x1cdd85fff libvDSP.dylib arm64 <ebefdfa70bae35c09329aea07c69bca7> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
  442. 0x1cdd86000 - 0x1cddb0fff vCard arm64 <beb09a2b8a1f397ebd5f2587f50ca690> /System/Library/PrivateFrameworks/vCard.framework/vCard
  443. 0x1cddf8000 - 0x1cde82fff SampleAnalysis arm64 <084ef282a4bd35618c253139b5e27c52> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
  444. 0x1cde83000 - 0x1cde8ffff IntentsFoundation arm64 <9e48c8dcb5f938c1afa304fbfa856a6f> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
  445. 0x1ce07c000 - 0x1ce10bfff MediaPlatform arm64 <44b95f5878533051aab0c0b75cbf97f5> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
  446. 0x1ce10c000 - 0x1ce41cfff MediaLibraryCore arm64 <be7bc4cc2748393e88b2cd2447bf31ca> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
  447. 0x1ce47f000 - 0x1ce4b7fff PhotosImagingFoundation arm64 <9f759d4e2e793a4fa1747a2057ddf8ff> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
  448. 0x1ce4b8000 - 0x1ce4d9fff MediaConversionService arm64 <4fb4c3cfd5bf3968a362ea05047fedcf> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
  449. 0x1ce4da000 - 0x1ce4f7fff MediaStream arm64 <f63843fa994b3dbb900cb016c05d1bf9> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
  450. 0x1ce4f8000 - 0x1ce5f2fff CoreMediaStream arm64 <7ab6ec28325b3c6a95499696dd792ce1> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
  451. 0x1ce70c000 - 0x1ce70cfff Accelerate arm64 <45ed52447abc39cdac12a8b2d3a5a562> /System/Library/Frameworks/Accelerate.framework/Accelerate
  452. 0x1ce70d000 - 0x1cea22fff libLAPACK.dylib arm64 <b7a586a24fe0368c8b768ae18aa00783> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
  453. 0x1cea23000 - 0x1cea27fff libQuadrature.dylib arm64 <3e867303b3a23f4ea2c16257389b3cfe> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
  454. 0x1cea28000 - 0x1cea81fff libvMisc.dylib arm64 <b8f6029161983603ac94eb3a43f0ca54> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
  455. 0x1cea82000 - 0x1cea82fff vecLib arm64 <5decfb473f053638a3303c3f408b9826> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
  456. 0x1cee0c000 - 0x1cee31fff GLKit arm64 <9f21572abf613b74bc7055ea08b3ec6b> /System/Library/Frameworks/GLKit.framework/GLKit
  457. 0x1cee32000 - 0x1cee5ffff GSS arm64 <4a513bda672c344a939dc9779fcd7751> /System/Library/Frameworks/GSS.framework/GSS
  458. 0x1cee72000 - 0x1ceea3fff MPSCore arm64 <cd17ff49e6bb33d2a0f79c129cb8e990> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
  459. 0x1ceea4000 - 0x1cef20fff MPSImage arm64 <1190dfcb2a853e1f8e0dc03312305cfa> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
  460. 0x1cef21000 - 0x1cef42fff MPSMatrix arm64 <186d7ce42ca336a08e230a52bca68681> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
  461. 0x1cef43000 - 0x1cef57fff MPSNDArray arm64 <e69bd666fd803d73a946f70ad5506676> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
  462. 0x1cef58000 - 0x1cf0e8fff MPSNeuralNetwork arm64 <af350863ca983467b48ae8c1414f1a1b> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
  463. 0x1cf0e9000 - 0x1cf12dfff MPSRayIntersector arm64 <448f0c28db5f35a497d9a87781a24359> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
  464. 0x1cf12e000 - 0x1cf12efff MetalPerformanceShaders arm64 <a96a73d467d033c08e4e7335fe465916> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
  465. 0x1cf13b000 - 0x1cf13bfff MobileCoreServices arm64 <367b7c51834a3c9da651e56bc5a19665> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
  466. 0x1cf146000 - 0x1cf147fff libCVMSPluginSupport.dylib arm64 <39f778321ea63e4eb9e9d4652704f22d> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
  467. 0x1cf148000 - 0x1cf14efff libCoreFSCache.dylib arm64 <98a9f130bc473f9fb1a6509d862da4f2> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
  468. 0x1cf14f000 - 0x1cf154fff libCoreVMClient.dylib arm64 <494e9d3a7eca306f9d41a8b65cb6c749> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
  469. 0x1cf189000 - 0x1cf1c0fff QuickLookThumbnailing arm64 <b3addda22d1239e29dbcf56e781b0d2c> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
  470. 0x1cf5f4000 - 0x1cf5f4fff UIKit arm64 <4fdb24a3542c3828ba78261029c70a23> /System/Library/Frameworks/UIKit.framework/UIKit
  471. 0x1cf841000 - 0x1cf993fff ANECompiler arm64 <6b296be830ef3c04aa153d22287b1acb> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
  472. 0x1cf994000 - 0x1cf9a4fff ANEServices arm64 <3eed4b031c24339abc1a020d7e7722bc> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
  473. 0x1cf9ad000 - 0x1cfa3dfff APFS arm64 <29c8ef70b4b23d3883d504b72e3a05b5> /System/Library/PrivateFrameworks/APFS.framework/APFS
  474. 0x1cfa3e000 - 0x1cfa42fff ASEProcessing arm64 <73ea640d90373df2923d9f845bd62f6d> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
  475. 0x1cfbe9000 - 0x1cfbf4fff AccountSettings arm64 <4d807c3fb60f3815831f45ed57d3539f> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
  476. 0x1d04f3000 - 0x1d0501fff AppleFSCompression arm64 <d9b614c4bf9d3052bb7f6885c21781d0> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
  477. 0x1d0502000 - 0x1d050cfff AppleIDAuthSupport arm64 <22a9fb7b5603389383650474d5434566> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
  478. 0x1d050d000 - 0x1d054efff AppleJPEG arm64 <aa6a4247cc4731b7924c0dd543590751> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
  479. 0x1d0597000 - 0x1d05a8fff AppleNeuralEngine arm64 <054d85f1ea203b98a8a72f3bd4a8392e> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
  480. 0x1d05af000 - 0x1d05d2fff AppleSauce arm64 <45d33f483aaf39a38150e70c71fc3457> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
  481. 0x1d07cb000 - 0x1d07fbfff Bom arm64 <a112997d23723b4d92ac164ebf6b58c5> /System/Library/PrivateFrameworks/Bom.framework/Bom
  482. 0x1d1275000 - 0x1d127cfff CommonAuth arm64 <731bac69de8c3062a6f8315f4af2ce23> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
  483. 0x1d1675000 - 0x1d1679fff CoreOptimization arm64 <09e499e483dd33cca2ef9d4f4b89a98c> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
  484. 0x1d17c4000 - 0x1d17cffff DeviceIdentity arm64 <af74f6cb76c733c29ac3091c282b1c8b> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
  485. 0x1d195e000 - 0x1d1979fff DocumentManagerCore arm64 <ff2cf2538dd43d63908fee2db3c0741d> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
  486. 0x1d1a30000 - 0x1d208bfff Espresso arm64 <f2a579aaa78b3b4d9b2c5938d2b8e6bb> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
  487. 0x1d233d000 - 0x1d274efff FaceCore arm64 <739f89ca13083c38868e0c03baa0ba31> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
  488. 0x1d281f000 - 0x1d2833fff libGSFontCache.dylib arm64 <eacc1e5aff313812bbc1efb4009feaa3> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
  489. 0x1d2897000 - 0x1d28a3fff libhvf.dylib arm64 <22851faf21e63906835b53c3af30a1d2> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
  490. 0x1d35a6000 - 0x1d35b2fff GraphVisualizer arm64 <184c847f48e530e3b7ec62df77389172> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
  491. 0x1d3ea6000 - 0x1d3f16fff Heimdal arm64 <b4788f2f1e6b3a6aa3454026d680d469> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
  492. 0x1d4461000 - 0x1d4468fff InternationalSupport arm64 <2cb4779d4e2736309157ac43521d9013> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
  493. 0x1d4708000 - 0x1d4708fff Marco arm64 <3349b784c7a43a0da9b339233c689f85> /System/Library/PrivateFrameworks/Marco.framework/Marco
  494. 0x1d4bf5000 - 0x1d4c08fff MobileDeviceLink arm64 <f49af5a15e0437f28fa8158fbe8d6b12> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
  495. 0x1d4ebf000 - 0x1d4efefff OTSVG arm64 <7d60ca625bb03b4292eb56386847aa1e> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
  496. 0x1d5542000 - 0x1d5542fff PhoneNumbers arm64 <3d872eff13233a1c9fdf9af8093ec832> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
  497. 0x1d6d46000 - 0x1d6d5afff QuickLookSupport arm64 <91f731a0c5a53d1bb5e92c82f94109a6> /System/Library/PrivateFrameworks/QuickLookSupport.framework/QuickLookSupport
  498. 0x1d6f0d000 - 0x1d6f11fff RevealCore arm64 <afe0d6b08a7d38dc92ca24f687a6977d> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
  499. 0x1d70ae000 - 0x1d70bafff SetupAssistantSupport arm64 <710ef63d26a23bdcb11bc7373ede4008> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
  500. 0x1d70d8000 - 0x1d70d8fff SignpostMetrics arm64 <d72273ba272232e4ae0fbe5ec6e47289> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
  501. 0x1d7a68000 - 0x1d7b09fff TextureIO arm64 <588753da475530e78c3958ff5b7e40d3> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
  502. 0x1d8a87000 - 0x1d8fe4fff libwebrtc.dylib arm64 <688391f2d82939168d733189af03490c> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
  503. 0x1d917b000 - 0x1d9183fff kperfdata arm64 <752d24da4c093c56b85e3b4004188613> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
  504. 0x1d9184000 - 0x1d91cbfff ktrace arm64 <ee8f85cb44f937b3a79d4ea9d800fd5d> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
  505. 0x1d91e4000 - 0x1d91f0fff perfdata arm64 <671df2b03e9c348982bc2217f236add7> /System/Library/PrivateFrameworks/perfdata.framework/perfdata
  506. 0x1d94eb000 - 0x1d9814fff libAWDSupportFramework.dylib arm64 <8a4635f5148e3cbf850a59d2bf5817f1> /usr/lib/libAWDSupportFramework.dylib
  507. 0x1d99be000 - 0x1d99c8fff libChineseTokenizer.dylib arm64 <3570d6c175a631f7a1770f58e61a1607> /usr/lib/libChineseTokenizer.dylib
  508. 0x1d99f2000 - 0x1d9ba4fff libFosl_dynamic.dylib arm64 <5e11e28bac87323b9e148c2ee1d84b1f> /usr/lib/libFosl_dynamic.dylib
  509. 0x1d9c20000 - 0x1d9c27fff libMatch.1.dylib arm64 <8ee0ee1b648c335a87e39f1a168a9be0> /usr/lib/libMatch.1.dylib
  510. 0x1d9ce6000 - 0x1d9ce7fff libSystem.B.dylib arm64 <bcb31b5256ee3793bd7c6081d56d1d56> /usr/lib/libSystem.B.dylib
  511. 0x1d9cf0000 - 0x1d9cf2fff libThaiTokenizer.dylib arm64 <9a16bf715bf73766852c9a8cd9443f1d> /usr/lib/libThaiTokenizer.dylib
  512. 0x1d9df1000 - 0x1d9e06fff libapple_nghttp2.dylib arm64 <de8bc4040a933e99ac4176eef1969bcb> /usr/lib/libapple_nghttp2.dylib
  513. 0x1d9e7f000 - 0x1d9e8ffff libbsm.0.dylib arm64 <b9b6c15cdb9a34c098e98a841bbab03e> /usr/lib/libbsm.0.dylib
  514. 0x1d9e90000 - 0x1d9e9cfff libbz2.1.0.dylib arm64 <2558d15491ea348788381b0790c71387> /usr/lib/libbz2.1.0.dylib
  515. 0x1d9e9d000 - 0x1d9e9dfff libcharset.1.dylib arm64 <f76e005224cb3454b201f26bd182be9e> /usr/lib/libcharset.1.dylib
  516. 0x1d9e9e000 - 0x1d9eaffff libcmph.dylib arm64 <b5d596eb74e6339391a367217e562551> /usr/lib/libcmph.dylib
  517. 0x1d9eb0000 - 0x1d9ec7fff libcompression.dylib arm64 <b35ec2e287993c139dcf0809045612fe> /usr/lib/libcompression.dylib
  518. 0x1d9ec8000 - 0x1d9ec9fff libcoretls_cfhelpers.dylib arm64 <b9b8d4b420a93b0f989d8955d81f5f83> /usr/lib/libcoretls_cfhelpers.dylib
  519. 0x1d9eca000 - 0x1d9ed0fff libcupolicy.dylib arm64 <f7cbff10e215320991226ea9334ccba0> /usr/lib/libcupolicy.dylib
  520. 0x1d9f10000 - 0x1d9f19fff libdscsym.dylib arm64 <f8f4c419ab0b38dd8485f4718e0ce00a> /usr/lib/libdscsym.dylib
  521. 0x1d9f5f000 - 0x1d9f64fff libheimdal-asn1.dylib arm64 <c4de7d74b5c237a4b7575a2de46b3346> /usr/lib/libheimdal-asn1.dylib
  522. 0x1d9f65000 - 0x1da056fff libiconv.2.dylib arm64 <68697fa18d523609b9d288c966f9cbfb> /usr/lib/libiconv.2.dylib
  523. 0x1da06c000 - 0x1da077fff liblockdown.dylib arm64 <058fa15f190a3f58b9dd795b5c71828d> /usr/lib/liblockdown.dylib
  524. 0x1da078000 - 0x1da090fff liblzma.5.dylib arm64 <ba5c6f1f32963b47bcc1a361d51c8b57> /usr/lib/liblzma.5.dylib
  525. 0x1da40c000 - 0x1da43bfff libncurses.5.4.dylib arm64 <bdf2a4e1253737fcb3e32de6640705ba> /usr/lib/libncurses.5.4.dylib
  526. 0x1da43c000 - 0x1da451fff libnetworkextension.dylib arm64 <503a9497f4bf3ae6bcd2d730087a1d4e> /usr/lib/libnetworkextension.dylib
  527. 0x1da7d3000 - 0x1da7eafff libresolv.9.dylib arm64 <bb9b3d4b48373c01bc1efced712f1ef4> /usr/lib/libresolv.9.dylib
  528. 0x1da7eb000 - 0x1da7edfff libsandbox.1.dylib arm64 <c2344e9bd42637c2a0988580d212d8ed> /usr/lib/libsandbox.1.dylib
  529. 0x1da7f4000 - 0x1da825fff libtidy.A.dylib arm64 <17f1940866753de5932ed4678fac73e6> /usr/lib/libtidy.A.dylib
  530. 0x1da82d000 - 0x1da830fff libutil.dylib arm64 <c7f74d3fe09b321e9b295aaf6ec59645> /usr/lib/libutil.dylib
  531. 0x1da85e000 - 0x1da86ffff libz.1.dylib arm64 <ec0ac58642083f9abdb4c091f24f2ce9> /usr/lib/libz.1.dylib
  532. 0x1dac81000 - 0x1dac86fff libcache.dylib arm64 <3d7c37c118ba399b99363449d398a6de> /usr/lib/system/libcache.dylib
  533. 0x1dac87000 - 0x1dac93fff libcommonCrypto.dylib arm64 <446b6b2b86133f0a8e9ba5fc9cc10f75> /usr/lib/system/libcommonCrypto.dylib
  534. 0x1dac94000 - 0x1dac98fff libcompiler_rt.dylib arm64 <3f75d9be14a43bbca74a489738a8fb9a> /usr/lib/system/libcompiler_rt.dylib
  535. 0x1dad66000 - 0x1dad66fff liblaunch.dylib arm64 <9b936ad4390833079b1b10466f84eef7> /usr/lib/system/liblaunch.dylib
  536. 0x1dad67000 - 0x1dad6cfff libmacho.dylib arm64 <b62a3d819c0232f988b62b324a16aa06> /usr/lib/system/libmacho.dylib
  537. 0x1dad6d000 - 0x1dad6ffff libremovefile.dylib arm64 <70bd5e0a7cd63cc5bc40537acc1ab170> /usr/lib/system/libremovefile.dylib
  538. 0x1dad70000 - 0x1dad71fff libsystem_featureflags.dylib arm64 <4e5214ddb6023fb9983fcc322ebbd338> /usr/lib/system/libsystem_featureflags.dylib
  539. 0x1dad72000 - 0x1dad9ffff libsystem_m.dylib arm64 <5fc987fd4e38398b90f6eef6d341a9b9> /usr/lib/system/libsystem_m.dylib
  540. 0x1dada0000 - 0x1dada5fff libunwind.dylib arm64 <b0b4d2a3005a37fa86174c8995e7fafa> /usr/lib/system/libunwind.dylib
  541. 0x1db085000 - 0x1db0ecfff NanoRegistry arm64 <52aa654ffac133b38d519b1fae42f728> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
  542. 0x1db0ed000 - 0x1db0fafff NanoPreferencesSync arm64 <f9a543d38aae3c1ca09de81f49b91bdf> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
  543. 0x1dbbdc000 - 0x1dbc15fff CryptoTokenKit arm64 <372cbaac3f983cdaa76b4ef549ab6782> /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit
  544. 0x1dbc16000 - 0x1dbc2efff ExposureNotification arm64 <8690d585e715374f81f32cb141ca5913> /System/Library/Frameworks/ExposureNotification.framework/ExposureNotification
  545. 0x1dcf9e000 - 0x1dcfa8fff PointerUIServices arm64 <10ec5cd78b4232c798a290e3a51a4385> /System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices
  546.  
  547. EOF
  548.  
  549.  
Advertisement
Add Comment
Please, Sign In to add comment