Search Unity

iOS build crashes on splash screen (But works if connected to Xcode)

Discussion in 'Editor & General Support' started by stueep, Apr 23, 2020.

  1. stueep

    stueep

    Joined:
    Nov 7, 2018
    Posts:
    12
    Hello,

    I have a really weird issue. When I build my Unity project in Xcode it runs perfectly fine. However when I force close the app, disconnect the cable and then re-open the app it hangs on the splash screen and then crashes. If I do the same but before opening the app I reconnect the cable the app opens fine. For some reason Im being led to think it could be a Firebase integration issue but I have made sure they are all up to date.

    I am using Unity 2019.3.5f1
    Xcode 11.3

    Here is only crash log I can get:

    {"app_name":"superbrush","timestamp":"2020-04-23 12:57:01.36 +0100","app_version":"1.0.27","slice_uuid":"3e98589a-049b-3a56-954a-6947de769095","adam_id":0,"build_version":"1.0.0","bundleID":"co.uk.kokodigital.superbrush","share_with_app_devs":false,"is_first_party":false,"bug_type":"109","os_version":"iPhone OS 13.3.1 (17D50)","incident_id":"550C864C-6DF7-4E16-97A4-F1A991AEEE22","name":"superbrush"}
    Incident Identifier: 550C864C-6DF7-4E16-97A4-F1A991AEEE22
    CrashReporter Key: 6416e1fc490fa0b1df9f30b51d12572422a13262
    Hardware Model: iPhone11,2
    Process: superbrush [2492]
    Path: /private/var/containers/Bundle/Application/30651246-9353-449C-865D-E7595415BCBE/superbrush.app/superbrush
    Identifier: co.uk.kokodigital.superbrush
    Version: 1.0.0 (1.0.27)
    AppStoreTools: 11C29
    Code Type: ARM-64 (Native)
    Role: Foreground
    Parent Process: launchd [1]
    Coalition: co.uk.kokodigital.superbrush [972]


    Date/Time: 2020-04-23 12:57:00.3894 +0100
    Launch Time: 2020-04-23 12:56:40.2851 +0100
    OS Version: iPhone OS 13.3.1 (17D50)
    Release Type: User
    Baseband Version: 2.04.03
    Report Version: 104

    Exception Type: EXC_CRASH (SIGKILL)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Exception Note: EXC_CORPSE_NOTIFY
    Termination Reason: Namespace SPRINGBOARD, Code 0x8badf00d
    Termination Description: SPRINGBOARD, process-launch watchdog transgression: application<co.uk.kokodigital.superbrush>:2492 exhausted real (wall clock) time allowance of 20.00 seconds | ProcessVisibility: Unknown | ProcessState: Running | WatchdogEvent: process-launch | WatchdogVisibility: Foreground | WatchdogCPUStatistics: ( | "Elapsed total CPU time (seconds): 11.410 (user 11.410, system 0.000), 10% CPU", | "Elapsed application CPU time (seconds): 0.125, 0% CPU" | )
    Triggered by Thread: 0

    Thread 0 name: Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:
    0 libsystem_kernel.dylib 0x0000000192e5b8f0 0x192e35000 + 157936
    1 libdispatch.dylib 0x0000000192d16958 0x192d13000 + 14680
    2 libdispatch.dylib 0x0000000192d16898 0x192d13000 + 14488
    3 UIKitCore 0x0000000196df0044 0x19672e000 + 7086148
    4 UIKitCore 0x0000000196df03b4 0x19672e000 + 7087028
    5 UIKitCore 0x0000000196dd8ed0 0x19672e000 + 6991568
    6 UIKitCore 0x0000000196dd91a4 0x19672e000 + 6992292
    7 libobjc.A.dylib 0x0000000192d84b20 0x192d83000 + 6944
    8 libobjc.A.dylib 0x0000000192d8a588 0x192d83000 + 30088
    9 libobjc.A.dylib 0x0000000192d8acfc 0x192d83000 + 31996
    10 libobjc.A.dylib 0x0000000192d978e0 0x192d83000 + 84192
    11 libobjc.A.dylib 0x0000000192d85360 0x192d83000 + 9056
    12 UIKitCore 0x0000000196df08a0 0x19672e000 + 7088288
    13 UIKitCore 0x00000001975f29f4 0x19672e000 + 15485428
    14 UIKitCore 0x00000001975f2760 0x19672e000 + 15484768
    15 WebKit 0x000000019a768844 0x19a765000 + 14404
    16 WebKit 0x000000019a775d08 0x19a765000 + 68872
    17 UnityFramework 0x00000001019ed6f8 0x100cbc000 + 13833976
    18 libobjc.A.dylib 0x0000000192d913f8 0x192d83000 + 58360
    19 libdyld.dylib 0x0000000192e74168 0x192e64000 + 65896
    20 libdyld.dylib 0x0000000192e667e8 0x192e64000 + 10216
    21 libdyld.dylib 0x0000000192e74b00 0x192e64000 + 68352
    22 libdyld.dylib 0x0000000192e74664 0x192e64000 + 67172
    23 libdyld.dylib 0x0000000192e760f4 0x192e64000 + 73972
    24 libdyld.dylib 0x0000000192e69308 0x192e64000 + 21256
    25 CoreFoundation 0x0000000193078030 0x192f3e000 + 1286192
    26 CoreFoundation 0x0000000192f9a634 0x192f3e000 + 378420
    27 Foundation 0x00000001933666bc 0x193323000 + 276156
    28 superbrush 0x0000000100af3d54 0x100aec000 + 32084
    29 superbrush 0x0000000100af3dfc 0x100aec000 + 32252
    30 libdyld.dylib 0x0000000192e64e18 0x192e64000 + 3608

    Thread 1 name: Dispatch queue: com.apple.uikit.applicationSupportClient
    Thread 1:
    0 libsystem_kernel.dylib 0x0000000192e5ad1c 0x192e35000 + 154908
    1 libsystem_pthread.dylib 0x0000000192d7e868 0x192d78000 + 26728
    2 libsystem_pthread.dylib 0x0000000192d7e7d8 0x192d78000 + 26584
    3 libdyld.dylib 0x0000000192e75fd4 0x192e64000 + 73684
    4 libdyld.dylib 0x0000000192e69308 0x192e64000 + 21256
    5 BoardServices 0x0000000197f8b710 0x197f7a000 + 71440
    6 libdispatch.dylib 0x0000000192d15fd8 0x192d13000 + 12248
    7 libdispatch.dylib 0x0000000192d176c0 0x192d13000 + 18112
    8 BoardServices 0x0000000197f8b6f0 0x197f7a000 + 71408
    9 BoardServices 0x0000000197f890d0 0x197f7a000 + 61648
    10 BoardServices 0x0000000197f88cd0 0x197f7a000 + 60624
    11 libdispatch.dylib 0x0000000192d15fd8 0x192d13000 + 12248
    12 libdispatch.dylib 0x0000000192d176c0 0x192d13000 + 18112
    13 BoardServices 0x0000000197f88c74 0x197f7a000 + 60532
    14 BoardServices 0x0000000197f80ec4 0x197f7a000 + 28356
    15 UIKitServices 0x0000000199a85c84 0x199a7e000 + 31876
    16 libdispatch.dylib 0x0000000192d15fd8 0x192d13000 + 12248
    17 libdispatch.dylib 0x0000000192d227f4 0x192d13000 + 63476
    18 UIKitServices 0x0000000199a85b40 0x199a7e000 + 31552
    19 UIKitServices 0x0000000199a85398 0x199a7e000 + 29592
    20 UIKitCore 0x0000000196df020c 0x19672e000 + 7086604
    21 UIKitCore 0x0000000196df00c8 0x19672e000 + 7086280
    22 UIKitCore 0x0000000196df00a0 0x19672e000 + 7086240
    23 libdispatch.dylib 0x0000000192d15fd8 0x192d13000 + 12248
    24 libdispatch.dylib 0x0000000192d176c0 0x192d13000 + 18112
    25 UIKitCore 0x0000000196df0044 0x19672e000 + 7086148
    26 UIKitCore 0x0000000196df0384 0x19672e000 + 7086980
    27 libdispatch.dylib 0x0000000192d14b7c 0x192d13000 + 7036
    28 libdispatch.dylib 0x0000000192d15fd8 0x192d13000 + 12248
    29 libdispatch.dylib 0x0000000192d24cfc 0x192d13000 + 72956
    30 libdispatch.dylib 0x0000000192d25384 0x192d13000 + 74628
    31 libsystem_pthread.dylib 0x0000000192d7b690 0x192d78000 + 13968
    32 libsystem_pthread.dylib 0x0000000192d819e8 0x192d78000 + 39400

    Thread 2 name: JavaScriptCore bmalloc scavenger
    Thread 2:
    0 libsystem_kernel.dylib 0x0000000192e5accc 0x192e35000 + 154828
    1 libsystem_pthread.dylib 0x0000000192d7d21c 0x192d78000 + 21020
    2 libc++.1.dylib 0x0000000192eafd04 0x192ea1000 + 60676
    3 JavaScriptCore 0x00000001a224b37c 0x1a21c0000 + 570236
    4 JavaScriptCore 0x00000001a224ede0 0x1a21c0000 + 585184
    5 JavaScriptCore 0x00000001a224ead8 0x1a21c0000 + 584408
    6 JavaScriptCore 0x00000001a224fe1c 0x1a21c0000 + 589340
    7 libsystem_pthread.dylib 0x0000000192d79840 0x192d78000 + 6208
    8 libsystem_pthread.dylib 0x0000000192d819f4 0x192d78000 + 39412

    Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0xfffffffffffffffc x1: 0x0000000000000000 x2: 0x0000000000000b01 x3: 0x0000000000000000
    x4: 0x0000000000000010 x5: 0x0000000000000000 x6: 0x0000000000000000 x7: 0x0000000000000023
    x8: 0x0000000000000f07 x9: 0x0000000000000b00 x10: 0x0000000000000001 x11: 0x00070002801b6f00
    x12: 0x00000002904770ab x13: 0x000041a1dc511985 x14: 0x0000000000000001 x15: 0x0000000000000005
    x16: 0x0000000000000203 x17: 0x0000000196df0048 x18: 0x0000000000000000 x19: 0x0000000000000000
    x20: 0x00000001dc520480 x21: 0x0000000001000002 x22: 0x0000000000000b01 x23: 0x0000000000000000
    x24: 0x00000001da09a000 x25: 0x00000001dc4d9fbc x26: 0x0000000100be5920 x27: 0x00000001dc4d9000
    x28: 0x00000001dc4d9000 fp: 0x000000016f30df20 lr: 0x0000000192d16958
    sp: 0x000000016f30df00 pc: 0x0000000192e5b8f0 cpsr: 0x00000000
    esr: 0x56000080 Address size fault

    Binary Images:
    0x100aec000 - 0x100af3fff superbrush arm64 <3e98589a049b3a56954a6947de769095> /var/containers/Bundle/Application/30651246-9353-449C-865D-E7595415BCBE/superbrush.app/superbrush
    0x100b74000 - 0x100bdbfff dyld arm64e <e008b93875933f57b94a747bc6c3beb5> /usr/lib/dyld
    0x100cbc000 - 0x10266bfff UnityFramework arm64 <3956655790083c64ba18fdd3ec706154> /var/containers/Bundle/Application/30651246-9353-449C-865D-E7595415BCBE/superbrush.app/Frameworks/UnityFramework.framework/UnityFramework
    0x102d8c000 - 0x1030d3fff BlueSkeyeFaceTracking arm64 <d7ca9add182e336499016a282d8e1ced> /var/containers/Bundle/Application/30651246-9353-449C-865D-E7595415BCBE/superbrush.app/Frameworks/BlueSkeyeFaceTracking.framework/BlueSkeyeFaceTracking
    0x192c48000 - 0x192c5efff libsystem_trace.dylib arm64e <1177e8a367aa3c8cb5605bcc40419d54> /usr/lib/system/libsystem_trace.dylib
    0x192c5f000 - 0x192c92fff libxpc.dylib arm64e <e2894301267b3872a3cd0aaf659353a9> /usr/lib/system/libxpc.dylib
    0x192c93000 - 0x192c93fff libsystem_blocks.dylib arm64e <0fb3b7d281de30979e83b408b48e8b0e> /usr/lib/system/libsystem_blocks.dylib
    0x192c94000 - 0x192d12fff libsystem_c.dylib arm64e <8b9c0d18aeba3e24a95f2ec54f9fb4ef> /usr/lib/system/libsystem_c.dylib
    0x192d13000 - 0x192d4ffff libdispatch.dylib arm64e <0c7a69cdf2ee3426bfd8742c903d3d07> /usr/lib/system/libdispatch.dylib
    0x192d50000 - 0x192d70fff libsystem_malloc.dylib arm64e <479f1b0225ee32ce8c0afaf20cd9e0c6> /usr/lib/system/libsystem_malloc.dylib
    0x192d71000 - 0x192d77fff libsystem_platform.dylib arm64e <b07cc9f89c9f38b0bb974a77bf6a5db4> /usr/lib/system/libsystem_platform.dylib
    0x192d78000 - 0x192d82fff libsystem_pthread.dylib arm64e <637416f6a7a3339b96ed9ebc80d38988> /usr/lib/system/libsystem_pthread.dylib
    0x192d83000 - 0x192db3fff libobjc.A.dylib arm64e <2c18c54e6c84310c851ff9602890d908> /usr/lib/libobjc.A.dylib
    0x192db4000 - 0x192e20fff libcorecrypto.dylib arm64e <9d52b5f81c483635ad32214f878e3e29> /usr/lib/system/libcorecrypto.dylib
    0x192e21000 - 0x192e34fff libc++abi.dylib arm64e <b60e71f7dd75323c8831b1ca4d42e3cb> /usr/lib/libc++abi.dylib
    0x192e35000 - 0x192e63fff libsystem_kernel.dylib arm64e <ae36dce0999d39909eed01106f17dc90> /usr/lib/system/libsystem_kernel.dylib
    0x192e64000 - 0x192e97fff libdyld.dylib arm64e <9d12204719b736a2a89227401f9e0e6c> /usr/lib/system/libdyld.dylib
    0x192e98000 - 0x192ea0fff libsystem_darwin.dylib arm64e <e2c1c480b2ec3bbea3fa4c70e4056c64> /usr/lib/system/libsystem_darwin.dylib
    0x192ea1000 - 0x192efbfff libc++.1.dylib arm64e <fff3d40d85a0308eac32908bca1188d0> /usr/lib/libc++.1.dylib
    0x192efc000 - 0x192f3dfff libsystem_info.dylib arm64e <c2e15922d993340aaa5da454a57dfb76> /usr/lib/system/libsystem_info.dylib
    0x192f3e000 - 0x1932bbfff CoreFoundation arm64e <dc2c95c6b95439e886a25e0af8801e87> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
    0x1932bc000 - 0x193322fff SystemConfiguration arm64e <9e1b636801ac32da9dabce33f20ce872> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
    0x193323000 - 0x1935eefff Foundation arm64e <7a7a96af79e43db1890442e61cae8999> /System/Library/Frameworks/Foundation.framework/Foundation
    0x1935ef000 - 0x193621fff libCRFSuite.dylib arm64e <15ee962961303d46964ecd419e64345a> /usr/lib/libCRFSuite.dylib
    0x193622000 - 0x1937a5fff CoreServices arm64e <9298be2d0bd93660bddcf43d32ea3872> /System/Library/Frameworks/CoreServices.framework/CoreServices
    0x1937a6000 - 0x193808fff libSparse.dylib arm64e <797932fbc17f372bbd2cb9bc2d55cac1> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
    0x193809000 - 0x193d02fff ImageIO arm64e <b301e385830f311ebce0e786df524e8e> /System/Library/Frameworks/ImageIO.framework/ImageIO
    0x193d03000 - 0x193d05fff ConstantClasses arm64e <96b656dd09a03e82b9c2917ab36a3fdd> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
    0x193d06000 - 0x193e9efff CoreText arm64e <6f9c00cf003b30d4aa51df5f3d3192aa> /System/Library/Frameworks/CoreText.framework/CoreText
    0x193e9f000 - 0x193fdffff Security arm64e <98dbc2a227aa3095a418269882fd49c0> /System/Library/Frameworks/Security.framework/Security
    0x193fe0000 - 0x194086fff IOKit arm64e <667b9f46ecd936bfa2d3caedcb32a283> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x194087000 - 0x1940befff libMobileGestalt.dylib arm64e <0cd87d8d90db3de6b7dc85346b64132c> /usr/lib/libMobileGestalt.dylib
    0x1940bf000 - 0x19411dfff libprotobuf.dylib arm64e <84356760fd593baf9331b1564b037b82> /usr/lib/libprotobuf.dylib
    0x19411e000 - 0x194130fff libprotobuf-lite.dylib arm64e <afe26eb886903b9d8b40f2eb669569f3> /usr/lib/libprotobuf-lite.dylib
    0x194131000 - 0x194391fff libicucore.A.dylib arm64e <8081f1ff2cca3276a3c0acaf2f9943df> /usr/lib/libicucore.A.dylib
    0x1943bc000 - 0x194403fff WirelessDiagnostics arm64e <8fc0efe64190310a983f0c5fb6193ec2> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
    0x194404000 - 0x19443ffff libAWDSupport.dylib arm64e <8ebe6715cabe301f966a732931ea6d89> /usr/lib/libAWDSupport.dylib
    0x194440000 - 0x194888fff CoreAudio arm64e <3f986cb2a41f3bf78245e3d097083f80> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
    0x194889000 - 0x194b61fff CoreImage arm64e <3e5cfeadb2583798bf4b1a2423970190> /System/Library/Frameworks/CoreImage.framework/CoreImage
    0x194b62000 - 0x194c55fff LanguageModeling arm64e <48322aa016cd3caaae9bd581976e0cd0> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
    0x194c56000 - 0x194c9cfff Lexicon arm64e <98e8e301e91833da9d507b19399a334b> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
    0x194c9d000 - 0x194e23fff libsqlite3.dylib arm64e <1670cf23e637381abf5faebd116d31ee> /usr/lib/libsqlite3.dylib
    0x194e24000 - 0x194e56fff MobileKeyBag arm64e <a9ba69467e52322c80d1eb9510833006> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
    0x194e57000 - 0x194e60fff libsystem_notify.dylib arm64e <c5024cb0e4843b2482250cf4d9f2c074> /usr/lib/system/libsystem_notify.dylib
    0x194e61000 - 0x195050fff CoreDuet arm64e <babcef413a0538e180cb77001abe9ae0> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
    0x195051000 - 0x195198fff Montreal arm64e <f946b0df71d33c548887bd95cd59b533> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
    0x195199000 - 0x19527efff NLP arm64e <48080f0657193195a19e8695b3706eb6> /System/Library/PrivateFrameworks/NLP.framework/NLP
    0x19527f000 - 0x19529dfff CellularPlanManager arm64e <2df1c5e75924353aaf33dbac62fb2031> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
    0x19529e000 - 0x1952dbfff AppSupport arm64e <eed8464e61c1385abb34a937feda945f> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
    0x1952dc000 - 0x1957b6fff libnetwork.dylib arm64e <6ecb169749ec30cb980f63831f8412ad> /usr/lib/libnetwork.dylib
    0x1957b7000 - 0x1958c7fff ManagedConfiguration arm64e <01d6e90e5d173ab9bb56afbbad078ca7> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
    0x1958c8000 - 0x1958f2fff CoreServicesStore arm64e <24e44ad3986f340fbe32c6e3642628a6> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
    0x1958f3000 - 0x195914fff UserManagement arm64e <6b21d05273aa35bf9aebbd45b36c8c87> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
    0x195915000 - 0x195bccfff CoreML arm64e <ef0b2716cf4c3cac951bf41bc896ae52> /System/Library/Frameworks/CoreML.framework/CoreML
    0x195bcd000 - 0x195be3fff ProtocolBuffer arm64e <129d63f1fbcb30e18ec3bed0f9f21589> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
    0x195be4000 - 0x195bfefff CommonUtilities arm64e <97dc2a6830c6367ba376049aa37a0263> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
    0x195bff000 - 0x195bfffff libenergytrace.dylib arm64e <d04472667569321f996d7e7bb9115053> /usr/lib/libenergytrace.dylib
    0x195c00000 - 0x195c38fff RunningBoardServices arm64e <9f651b0077a73117a2eda47d407045da> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
    0x195c39000 - 0x195cb1fff BaseBoard arm64e <6dea964e3a97384f81b8d5a3be499760> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
    0x195cb2000 - 0x196201fff SiriTTS arm64e <dd7c78de46223697afddf684489c7819> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
    0x196202000 - 0x196274fff CoreLocation arm64e <823cfd7bdba33fe4a2c58859d96555c5> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
    0x196282000 - 0x1962d8fff Accounts arm64e <8760adcf0b723e0c8098e561851ca835> /System/Library/Frameworks/Accounts.framework/Accounts
    0x1962d9000 - 0x1962e9fff SharedWebCredentials arm64e <eff1e6bbe7fb398398cfdbbc8a68977d> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
    0x1962ea000 - 0x19664afff CFNetwork arm64e <e94fb3fd49b5399497b4f12c844cbe7e> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
    0x19664b000 - 0x19672dfff UIFoundation arm64e <8badfa0df51739f9ac82cecdb0a4ac66> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
    0x19672e000 - 0x197852fff UIKitCore arm64e <aafefebec17233468972810eb8f2f2c6> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
    0x197853000 - 0x197861fff AssertionServices arm64e <92e1717258813893bdc292409ee6ec7c> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
    0x197862000 - 0x197939fff CoreTelephony arm64e <7b0b55a59dc733fab88e0c20a1f781f1> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
    0x19793a000 - 0x19793ffff AggregateDictionary arm64e <3fe399052aec3a05a8b161d8a2297524> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
    0x197940000 - 0x197956fff libsystem_asl.dylib arm64e <8720eceb36db35b1b69d89c13bd6464f> /usr/lib/system/libsystem_asl.dylib
    0x197957000 - 0x1979d3fff CloudDocs arm64e <604ea7d3f96b38e483d2d285c95f5123> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
    0x1979d4000 - 0x197d07fff CoreData arm64e <35eaef65b0fe3387a6f1953ba6c6b221> /System/Library/Frameworks/CoreData.framework/CoreData
    0x197d08000 - 0x197f34fff Vision arm64e <c604ff11adca3a2cad5d7a2d039375d7> /System/Library/Frameworks/Vision.framework/Vision
    0x197f35000 - 0x197f79fff PhotoFoundation arm64e <80a565ddfcb436fb9e5979e8ddbefff3> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
    0x197f7a000 - 0x197fa5fff BoardServices arm64e <beb1470764c9331495f5e60681f32d92> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
    0x197fa6000 - 0x19805dfff libboringssl.dylib arm64e <b6f68c38f67a37da8252c84ef1c98e43> /usr/lib/libboringssl.dylib
    0x19805e000 - 0x19806cfff libsystem_networkextension.dylib arm64e <07dd981a43d432e4a75f0edf005264e3> /usr/lib/system/libsystem_networkextension.dylib
    0x19806d000 - 0x19808dfff CoreAnalytics arm64e <9a1858e559963c299cc192367406f027> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
    0x19808e000 - 0x198208fff CloudKit arm64e <3055305cd1a331e19ce67c367cfa3b6a> /System/Library/Frameworks/CloudKit.framework/CloudKit
    0x198209000 - 0x198258fff SpringBoardServices arm64e <99531da589fd32ec8788899443a3c764> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
    0x198259000 - 0x1982d0fff FrontBoardServices arm64e <370f1f18e8a936b5b0eb9735a02ce2de> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
    0x1982d1000 - 0x1983e9fff Network arm64e <1219db6932e9365aa50a7ff994f4fe4e> /System/Library/Frameworks/Network.framework/Network
    0x1983ea000 - 0x198446fff libusrtcp.dylib arm64e <d7b20ed002a1353cacdd504ea06bedf4> /usr/lib/libusrtcp.dylib
    0x198447000 - 0x19844efff libsystem_symptoms.dylib arm64e <f76c087a16863e20b189be0ee42175dc> /usr/lib/system/libsystem_symptoms.dylib
    0x19844f000 - 0x1993a5fff GeoServices arm64e <11521e66ab173ead938efa40b6134e46> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
    0x1993a6000 - 0x1993aefff TCC arm64e <97e67d9c4a10360c9f412456dcbdc97e> /System/Library/PrivateFrameworks/TCC.framework/TCC
    0x1993af000 - 0x19940afff IMFoundation arm64e <506939c097453d359a2fe6bcbb2b06d8> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
    0x19940b000 - 0x19956dfff CoreUtils arm64e <3cf1c31488173637a72f8ba3bfe83a53> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
    0x19956e000 - 0x19961ffff IMSharedUtilities arm64e <980c1d01e7b93ab3a1fb689f828be2c4> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
    0x19964e000 - 0x199657fff libsystem_containermanager.dylib arm64e <b96c896edc9f394c81f8dfbc1091e47b> /usr/lib/system/libsystem_containermanager.dylib
    0x199658000 - 0x1996d6fff AppleAccount arm64e <44c8ad8bd0e1386ca4f8f5558eb86e07> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
    0x1996d7000 - 0x1996f2fff ApplePushService arm64e <328793b3825a387cbf3ebb42999ac370> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
    0x1996f3000 - 0x1997e3fff IDS arm64e <335b4e0fb0c237898ea7fc998e5d5f4d> /System/Library/PrivateFrameworks/IDS.framework/IDS
    0x1997e4000 - 0x199914fff IDSFoundation arm64e <0ed663fbdf353be69dac32c646232225> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
    0x199915000 - 0x199916fff libCTGreenTeaLogger.dylib arm64e <8cbc0d475be530e188f1c51e7d73100d> /usr/lib/libCTGreenTeaLogger.dylib
    0x19997c000 - 0x199a7dfff CoreMedia arm64e <89ad72de99123e85b361ad7cd6d823f0> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
    0x199a7e000 - 0x199a8efff UIKitServices arm64e <7ca41cb46fd03e96a3d9dfbe74305ad7> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
    0x199a8f000 - 0x199ae3fff BackBoardServices arm64e <e485693989fe3af1b52f0a73a4f372c0> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
    0x199ae4000 - 0x199d3bfff QuartzCore arm64e <4da865ca7f363d7f952e05a9e5ed505d> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
    0x199d3c000 - 0x199ef9fff ColorSync arm64e <62b6e344294735a18231a30bc9ed11d3> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
    0x199efa000 - 0x19a46dfff CoreGraphics arm64e <ec19539856b13b91b6996b20fde8cb80> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
    0x19a46e000 - 0x19a5a9fff Contacts arm64e <48f4fe0bc42d317496b32040b12c1c9e> /System/Library/Frameworks/Contacts.framework/Contacts
    0x19a5aa000 - 0x19a5dafff UserNotifications arm64e <cffabd1a9c043e179af4ef72f20227e3> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
    0x19a5db000 - 0x19a5fefff LocationSupport arm64e <72ccaa1df5673dd69db2fbb902140de5> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
    0x19a5ff000 - 0x19a764fff Sharing arm64e <eccc88bef8b639d49b19e7fa09c0110f> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
    0x19a765000 - 0x19ad84fff WebKit arm64e <d74e8e63b96338449ca08a3a0f5fae4c> /System/Library/Frameworks/WebKit.framework/WebKit
    0x19ad85000 - 0x19caa1fff WebCore arm64e <ca426a2f548134acaf0a08332c0a84e0> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
    0x19caa2000 - 0x19cabafff libAccessibility.dylib arm64e <02691cb3d3723935be9f2eca79233d00> /usr/lib/libAccessibility.dylib
    0x19cabb000 - 0x19cac6fff AXCoreUtilities arm64e <d2740e1c60fe3260a9de67012c8bdea4> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
    0x19cac7000 - 0x19cb41fff ContactsFoundation arm64e <7f5d4eea47773b1bbadc29d7884a2873> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
    0x19cb42000 - 0x19cb56fff PowerLog arm64e <e38c8d42d0883dad874a93d61f25ac88> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
    0x19cb57000 - 0x19cb68fff IOSurface arm64e <a16823eb17723ae7b9cd5669882ff3bb> /System/Library/Frameworks/IOSurface.framework/IOSurface
    0x19cb69000 - 0x19d272fff MediaToolbox arm64e <be59c72809d7384a9f934aadd48c111a> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
    0x19d273000 - 0x19d27bfff GraphicsServices arm64e <35a16dda337d378fadb4b70c8a46bb74> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
    0x19d364000 - 0x19d562fff AVFoundation arm64e <bae1d0dcb9063af29651a0f35779be54> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
    0x19d563000 - 0x19d59bfff OnBoardingKit arm64e <7d7c486a497d35d28e4789d9d33a0fc0> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
    0x19d59c000 - 0x19d5ebfff MobileWiFi arm64e <5a17dab6bf123c54a0cf18f0dd97acd7> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
    0x19d5ec000 - 0x19d605fff MobileAsset arm64e <4a80dea66d10317da3eee57759fa61a5> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
    0x19d606000 - 0x19d613fff libGSFont.dylib arm64e <c96a3942f2ca31ab8dce9438045c53ab> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
    0x19d614000 - 0x19d61dfff FontServices arm64e <46c4ddbaeaa4332a898aaeaa89f7e1f9> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
    0x19d61e000 - 0x19d76cfff libFontParser.dylib arm64e <134fc516ef1e3a9d9a070562ef2edd0d> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
    0x19d7bc000 - 0x19d8fefff SearchFoundation arm64e <e2dd5f62149c3d02b602b0ebd69a6acb> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
    0x19d8ff000 - 0x19da25fff Preferences arm64e <3748c2dac51b3873b4b5b7e62f27843a> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
    0x19da26000 - 0x19e0b6fff PhotoLibraryServices arm64e <075b26b661d03d29b1516b52069649a5> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
    0x19e0b7000 - 0x19e344fff vImage arm64e <aa8f48dda782376f8cfded6032f80502> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
    0x19e345000 - 0x19e573fff AudioToolbox arm64e <8b3c3977613a35cd9e099c8d6ad2d5c2> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
    0x19e574000 - 0x19e5a9fff libAudioToolboxUtility.dylib arm64e <7ffd108a616a3c1198848493484b633d> /usr/lib/libAudioToolboxUtility.dylib
    0x19e5aa000 - 0x19e773fff ContactsUI arm64e <88cea28d63ad36a5afdc432f793afb22> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
    0x19e9f1000 - 0x19ea88fff ShareSheet arm64e <9bc883eda26338e1b1bfac87f237ea28> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
    0x19ea9d000 - 0x19eb54fff PDFKit arm64e <602b3922eaca3cc5946f7b729bc42e12> /System/Library/Frameworks/PDFKit.framework/PDFKit
    0x19ebd7000 - 0x19ec05fff DocumentManager arm64e <9a8115eff3ac3da7848ef4ad7665945d> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
    0x19ee6b000 - 0x19eee4fff AuthKit arm64e <0537fa42b3f63bcca8ceb49af7b816aa> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
    0x19eee5000 - 0x19f315fff Intents arm64e <3e961b6587ad3a64af9e1a3700a745f4> /System/Library/Frameworks/Intents.framework/Intents
    0x19f32b000 - 0x19f47afff WebKitLegacy arm64e <7958a1d222d93765bb4fa9e950d3a92e> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
    0x19f47b000 - 0x19f4e5fff TextInput arm64e <4bd92dd0b07d3df8a30e8e916bd2e6ef> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
    0x19f566000 - 0x19f569fff XCTTargetBootstrap arm64e <7be167b6515e32f0849de3cc36d2a4e9> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
    0x19f56a000 - 0x19f620fff CorePDF arm64e <8aa9c332a88e3ac4a1a3c07e09d00c29> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
    0x19f65e000 - 0x19fa20fff MediaPlayer arm64e <2f98b7312eb33094bafbf495513c5459> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
    0x19fa21000 - 0x19fd38fff AppleMediaServices arm64e <cc9185fff85233d88fa2ba27d0484a5d> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
    0x19fd39000 - 0x19fd60fff CacheDelete arm64e <fe5a3037180f3296a227af040e050806> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
    0x19fd61000 - 0x19ff26fff CoreMotion arm64e <1f0fe3143bc83a458a18611ff553c5da> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
    0x19ff27000 - 0x1a0013fff AVFAudio arm64e <a9217a70e269333db8c50b19e2fb365c> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
    0x1a0211000 - 0x1a02cafff CoreUI arm64e <f5600e8a391739438a16ecaca280efc5> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
    0x1a02cb000 - 0x1a02effff AppSupportUI arm64e <b14c293c656f3c55a717805a758d6de4> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
    0x1a02f0000 - 0x1a0326fff CoreVideo arm64e <8425dd4299353b3ea645ce6b2506f1b1> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
    0x1a0327000 - 0x1a0561fff AudioToolboxCore arm64e <304ca2eb510835fea129a34a508460c4> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
    0x1a0562000 - 0x1a05a8fff CoreDuetContext arm64e <bde5e1666a8a34fead8bad7aa9b1d53f> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
    0x1a05a9000 - 0x1a05e4fff SetupAssistant arm64e <db3c0cdfc4f43630ab150c62635f1acf> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
    0x1a05e5000 - 0x1a06a6fff TelephonyUtilities arm64e <09b26840a5153c609cdedc831bf0ef30> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
    0x1a06a7000 - 0x1a06d1fff PlugInKit arm64e <f4803530aa9e3ba9855c260f6e3ac1af> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
    0x1a0a5e000 - 0x1a0ba0fff AssistantServices arm64e <a034d18510aa3910a42a844a5590c18a> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
    0x1a0ba1000 - 0x1a0c02fff ProactiveSupport arm64e <f9a02e6b23163ac292a162118afd10e9> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
    0x1a0c03000 - 0x1a0e4afff MapKit arm64e <4440cb0bd9083c9c9ea0ccb76faf7cbf> /System/Library/Frameworks/MapKit.framework/MapKit
    0x1a0e4b000 - 0x1a0e63fff PrototypeTools arm64e <3e66f9d5dc4c39e9a15c85b0a019e45c> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
    0x1a0e64000 - 0x1a0f58fff MediaExperience arm64e <53a8c9f892be3b1c92f59abc109425c7> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
    0x1a0f59000 - 0x1a122afff Celestial arm64e <a65707c2082632bcbea8425b59a76944> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
    0x1a122b000 - 0x1a1289fff CallKit arm64e <56ac5bb43c43382791cd867cc44b3bd4> /System/Library/Frameworks/CallKit.framework/CallKit
    0x1a145a000 - 0x1a1b51fff VectorKit arm64e <bca1027beb2d3962908fdbf769427f1c> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
    0x1a1b52000 - 0x1a1c26fff AVKit arm64e <c1e8588176e33ae38d5e4336933ddc6e> /System/Library/Frameworks/AVKit.framework/AVKit
    0x1a1c27000 - 0x1a1c57fff Pegasus arm64e <ce0d0eb51ab63147b8219b86106c088e> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
    0x1a1c58000 - 0x1a1c5afff libapp_launch_measurement.dylib arm64e <e9e6d9c0433635088072c4025e7d9fe9> /usr/lib/libapp_launch_measurement.dylib
    0x1a1d41000 - 0x1a1da5fff CoreSpotlight arm64e <da23ed5d5b7c3e688825fcb8a1a319cc> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
    0x1a1da6000 - 0x1a1e3efff AddressBookLegacy arm64e <4c8135626d87370da6112470f1a6e2d1> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
    0x1a1e3f000 - 0x1a1e4efff CrashReporterSupport arm64e <218df76812bf3b50985d0b892be69ce2> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
    0x1a1e4f000 - 0x1a1e61fff MobileBluetooth arm64e <54099d82862a309099ca820e4e0d084a> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
    0x1a1e62000 - 0x1a1f21fff LinkPresentation arm64e <e9806606689131c88570426a27c1e9a3> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation
    0x1a1f22000 - 0x1a1f58fff StoreKit arm64e <5c87265eb03d3dbe957fcf6792927229> /System/Library/Frameworks/StoreKit.framework/StoreKit
    0x1a1f59000 - 0x1a1f5dfff libsystem_configuration.dylib arm64e <ac925c4261b7348da2ba46577384d5db> /usr/lib/system/libsystem_configuration.dylib
    0x1a1f5e000 - 0x1a1fb7fff RemoteUI arm64e <f2302bd902f13cec9bd5e9b18d271815> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
    0x1a1fb8000 - 0x1a2007fff AuthKitUI arm64e <7a88b7587a053ea29ee8ebde6361d878> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
    0x1a2008000 - 0x1a206efff CoreRecognition arm64e <049147aa5e113c24a46b85bf9a5227c6> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
    0x1a206f000 - 0x1a20f5fff Social arm64e <d27063610f2a39a98b17d2a08180d3c3> /System/Library/Frameworks/Social.framework/Social
    0x1a2146000 - 0x1a2154fff HangTracer arm64e <8cd94d2dcc9a3a869ccfaa65c6677d23> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
    0x1a2155000 - 0x1a21bdfff CoreNLP arm64e <c91cefc790493a66b021c09bb62d8034> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
    0x1a21be000 - 0x1a21bffff liblangid.dylib arm64e <52181791212639f09917bf721f063966> /usr/lib/liblangid.dylib
    0x1a21c0000 - 0x1a2fbafff JavaScriptCore arm64e <c487262f3edb302ab3153576e2d08b43> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
    0x1a2fbb000 - 0x1a3047fff libTelephonyUtilDynamic.dylib arm64e <833d266872bf30e289655265351155dd> /usr/lib/libTelephonyUtilDynamic.dylib
    0x1a305d000 - 0x1a32e5fff StoreServices arm64e <c983093ffcb136f9b79db80e420fb326> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
    0x1a32e6000 - 0x1a32effff IOMobileFramebuffer arm64e <6d3be74710283533afed3b93ebfa73e0> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
    0x1a32f0000 - 0x1a3467fff SafariServices arm64e <92be00de1b6539fca256a1d7c3fa6d1c> /System/Library/Frameworks/SafariServices.framework/SafariServices
    0x1a3661000 - 0x1a367bfff CoreMaterial arm64e <8c5d46a66d3f3a27977ef9ac8605a0d0> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
    0x1a367c000 - 0x1a3766fff libxml2.2.dylib arm64e <09efa77806b83c38b6392a34be03791c> /usr/lib/libxml2.2.dylib
    0x1a4e6f000 - 0x1a4eb8fff MetadataUtilities arm64e <de1eeb33ff423aedbb7fdd3907423ae8> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
    0x1a4eb9000 - 0x1a4f13fff UserActivity arm64e <4b91f2cc9d1e3ab0a7d2fa1602077aa7> /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity
    0x1a588c000 - 0x1a5ab2fff NetworkExtension arm64e <4b59ff48c0fb3788b91cfed840ff2930> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
    0x1a5ab3000 - 0x1a5ae9fff DataDetectorsCore arm64e <968860c84ea936b99f48c59bbb0335d4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
    0x1a5aea000 - 0x1a5b4cfff CalendarFoundation arm64e <063a50b7d176373196ba5ddf6cae167f> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
    0x1a5b4d000 - 0x1a5c46fff EventKit arm64e <e2a24a26fc8735fa9b35ed358bcb25d5> /System/Library/Frameworks/EventKit.framework/EventKit
    0x1a5c47000 - 0x1a5c7dfff MediaServices arm64e <99e8d14f5f7e3633888108b1b9d59abe> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
    0x1a60af000 - 0x1a60f0fff BiometricKit arm64e <f69fdd9815cc32d1b64e1d81d36be971> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
    0x1a60f1000 - 0x1a611dfff PersistentConnection arm64e <40955322e8d031749dd09c4dad3d73d1> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
    0x1a611e000 - 0x1a6171fff CalendarDaemon arm64e <f26d7a3557773fa190bbe5cd907e42b4> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
    0x1a6172000 - 0x1a620bfff CalendarDatabase arm64e <777b53980e103eeb93d52ddff2ccf2ac> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
    0x1a620c000 - 0x1a63fcfff MediaRemote arm64e <df203d075d313ad2a2b2a2c510b2559b> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
    0x1a63fd000 - 0x1a6405fff CorePhoneNumbers arm64e <cd45ada05fdf36bf92e824d7e078d759> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
    0x1a6416000 - 0x1a643dfff DuetActivityScheduler arm64e <41a4be55c4643536baac7d99a4a55898> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
    0x1a6546000 - 0x1a6569fff CoreSVG arm64e <975d3d7d05ea39b3a3f0746c8feff2b6> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
    0x1a6585000 - 0x1a65a2fff ProactiveEventTracker arm64e <9a778bbcee333e9d83eabb095db13f00> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
    0x1a65a3000 - 0x1a65adfff MallocStackLogging arm64e <d64d8dcf62673842b2b961f6ebc86aec> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
    0x1a65ae000 - 0x1a6647fff CoreSuggestions arm64e <c477a614a411316584a2c9e1be49740e> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
    0x1a6648000 - 0x1a6802fff IMCore arm64e <e2e9de6f70c734a7b05b946e1df5de34> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
    0x1a6803000 - 0x1a6855fff DeviceManagement arm64e <8cb3c130ed433f5ea28dda870105487b> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
    0x1a7082000 - 0x1a708ffff BluetoothManager arm64e <2027bc7f509b3b9c812cd17f9f1fb1eb> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
    0x1a7090000 - 0x1a70c5fff CoreBluetooth arm64e <3a9d0d5841b23be6a5ad8e77aefd147e> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
    0x1a70c6000 - 0x1a70c8fff libsystem_sandbox.dylib arm64e <92820689c0b63e909927898e40e8492e> /usr/lib/system/libsystem_sandbox.dylib
    0x1a71f9000 - 0x1a7205fff ContextKit arm64e <396174f01b0d3e56adefb2abbfebd72c> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
    0x1a7237000 - 0x1a72a6fff Rapport arm64e <ec9dcb56769a312c9cb3551a797dc5b4> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
    0x1a72a7000 - 0x1a72d3fff OSAnalytics arm64e <8bb68f3961f03e188a1e77d7b1e444ce> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
    0x1a72d4000 - 0x1a7304fff MobileInstallation arm64e <943199a1a35e350891acb25ac74f13ce> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
    0x1a7305000 - 0x1a73a3fff Metal arm64e <13e30f11be8f3c7489816f5c6cd252fd> /System/Library/Frameworks/Metal.framework/Metal
    0x1a73a4000 - 0x1a73a9fff IOAccelerator arm64e <d769cff975e430d2a7db4ea4612ff862> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
    0x1a73aa000 - 0x1a73b5fff MediaAccessibility arm64e <6d0dbf955da63c2eab9be1c152917141> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
    0x1a73d7000 - 0x1a73defff libsystem_dnssd.dylib arm64e <e8549e75a1463486b7cd35ac881d2f4b> /usr/lib/system/libsystem_dnssd.dylib
    0x1a73df000 - 0x1a73e5fff PushKit arm64e <4a78830211d53250aa6ca483801f76ad> /System/Library/Frameworks/PushKit.framework/PushKit
    0x1a73e6000 - 0x1a74f3fff FileProvider arm64e <11f085a9c6b0364e801352afc807dcc8> /System/Library/Frameworks/FileProvider.framework/FileProvider
    0x1a7506000 - 0x1a7507fff BackgroundTaskAgent arm64e <5262dc14b6b5363c9751576865856ab4> /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent
    0x1a7508000 - 0x1a750cfff LinguisticData arm64e <6bf342b353083f7e93df51ccd826784e> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
    0x1a750d000 - 0x1a7525fff CoreSDB arm64e <0a985ac4db25316da8ab3809c108c71b> /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
    0x1a7526000 - 0x1a7536fff Categories arm64e <69518aa0ca0631d5abf23d0ace1e6915> /System/Library/PrivateFrameworks/Categories.framework/Categories
    0x1a7552000 - 0x1a760efff VideoToolbox arm64e <746b696a17a5345588763dfa3787b26c> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
    0x1a7a5c000 - 0x1a7abafff PersonalizationPortrait arm64e <43ac5ddbfde43dbcb8b4b531d5c89aef> /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait
    0x1a7abb000 - 0x1a7b2efff AppStoreDaemon arm64e <4f48357b10b936f688183b9d9091f065> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
    0x1a7b89000 - 0x1a7b91fff SymptomDiagnosticReporter arm64e <6e2ceb18b3c238909c7224059cc73ef3> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
    0x1a7b92000 - 0x1a7b94fff IOSurfaceAccelerator arm64e <bc2cae1654eb3bd9aa4f0c8cc50588b7> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
    0x1a7b95000 - 0x1a7c47fff AssetsLibraryServices arm64e <b5776c4b5f653965b2245f15e41c486e> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
    0x1a7c48000 - 0x1a7c77fff DataAccessExpress arm64e <ec7e8ce10a9d38869a5daca5e2e6bb78> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
    0x1a7ceb000 - 0x1a7d00fff CoreFollowUp arm64e <229b93a314b93e49a938da9ac5222793> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
    0x1a7d01000 - 0x1a7d09fff FamilyCircle arm64e <351ee4c8c6e1318fb8b64cd5aa213ab8> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
    0x1a7d0a000 - 0x1a7d20fff libcoretls.dylib arm64e <cd17611b39043652897fee5b2ea1fb21> /usr/lib/libcoretls.dylib
    0x1a7d78000 - 0x1a7e0bfff libate.dylib arm64e <116c6d4c61f137c8839f8da4d2dbf65a> /usr/lib/libate.dylib
    0x1a8e62000 - 0x1a8eb1fff FTServices arm64e <cb48a8cd36b33387ad9c46a91306ea16> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
    0x1a8f6a000 - 0x1a8fe6fff SAObjects arm64e <09f857ae919f3698a8f375150a5e4920> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
    0x1a8fe7000 - 0x1a8ff1fff CoreRecents arm64e <e998cb918aea36568ba37697e0dabb78> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
    0x1a909e000 - 0x1a90abfff DataMigration arm64e <a73a8e89759d35cba88fbadc443a884c> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
    0x1a9267000 - 0x1a928cfff IconServices arm64e <69a79f0246f7318e9f84432ae2583776> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
    0x1a928d000 - 0x1a9485fff iTunesCloud arm64e <b3f04997deb239d7916fcc4aa2ed8b35> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
    0x1a9486000 - 0x1a9753fff MusicLibrary arm64e <aee207bbc9b93233bf7367f115ce6a7b> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
    0x1a9754000 - 0x1a9755fff WatchdogClient arm64e <effb2efa64fb3059b6638ea86a4fb428> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
    0x1a9756000 - 0x1a9767fff libprequelite.dylib arm64e <ebd5dd109e02312c96b7681e6adca8a4> /usr/lib/libprequelite.dylib
    0x1a978a000 - 0x1a978ffff IDSKVStore arm64e <44a0f7b59297362eb96a5b98a4e19305> /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore
    0x1a9790000 - 0x1a97a0fff CoreEmoji arm64e <3432d5e489283d21947a96119c3e2de8> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
    0x1a983b000 - 0x1a988bfff ClassKit arm64e <c49bc10ecf7a31068198f799ecbf15a6> /System/Library/Frameworks/ClassKit.framework/ClassKit
    0x1a98f9000 - 0x1a9905fff CPMS arm64e <448027b7060638f78685e9ba02f12079> /System/Library/PrivateFrameworks/CPMS.framework/CPMS
    0x1a9906000 - 0x1a990efff RTCReporting arm64e <34d689e0594f3131a0e95b06e4e92686> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
    0x1a9a76000 - 0x1a9ac3fff MobileBackup arm64e <e70600fe2ca130a6870ba358dc541f09> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
    0x1a9b77000 - 0x1a9b7efff CoreTime arm64e <16e5a4ebcdfd3cfbbdcca5b45a2104b6> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
    0x1a9bbf000 - 0x1a9d02fff IMDPersistence arm64e <8438e05ab39f35bf838e425d6bd20876> /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
    0x1aa143000 - 0x1aa199fff ToneLibrary arm64e <cd2eaa5e9d083e8ab2522a22cfb99987> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
    0x1aa47e000 - 0x1aa49dfff AppConduit arm64e <15e48773d3623be0aa19b9c43cc811cf> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
    0x1aa49e000 - 0x1aa4b7fff IntlPreferences arm64e <ec36a852bc8c3692b345c97bd6e99c80> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
    0x1aa84a000 - 0x1aa920fff CoreBrightness arm64e <4b5a024ddea13d2393a605e0ff4bdf7f> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
    0x1aa921000 - 0x1aa928fff libIOReport.dylib arm64e <e826276b294f386ba6499ea24f4fc9a7> /usr/lib/libIOReport.dylib
    0x1aaac3000 - 0x1aac91fff libBNNS.dylib arm64e <116a7bc6fe8438508a399d4148a14157> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
    0x1aac92000 - 0x1aac99fff StudyLog arm64e <4ff082f0011f3289a1e45e67989414de> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
    0x1aac9a000 - 0x1aad24fff BulletinBoard arm64e <339f7a3a3d303875a0dcaf43a7d1609f> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
    0x1aad25000 - 0x1aadb6fff iTunesStore arm64e <a378f88b704b3611a6f6abf4c6c69493> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
    0x1ab81d000 - 0x1ab877fff SafariCore arm64e <3884a667bb9a3fb09617bd7aa20f4a3d> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
    0x1ab878000 - 0x1ab8dffff ScreenTimeCore arm64e <688b6ebb838639c9bbedcf6578783b24> /System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore
    0x1abf20000 - 0x1abf34fff LocalAuthentication arm64e <8e091e31375c35c6997377e77017f695> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
    0x1abf35000 - 0x1abf39fff CommunicationsFilter arm64e <63170ee0d92833038a8805c4b108205a> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
    0x1abf3a000 - 0x1abf5dfff AddressBook arm64e <d814154f49873938996bc002e0d6a91d> /System/Library/Frameworks/AddressBook.framework/AddressBook
    0x1abf5e000 - 0x1abf69fff CaptiveNetwork arm64e <476ff0ebdfad369091402e62746699f8> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
    0x1ac0b9000 - 0x1ac193fff libBLAS.dylib arm64e <93845678947e367dab50fe5aba3658e0> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
    0x1ac194000 - 0x1ac1a2fff CTCarrierSpace arm64e <c5d9724109dd3554a50a5a6bda992347> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
    0x1ac9c1000 - 0x1aca94fff CoreParsec arm64e <4ad5def0785b36dfab77d26134c68a9a> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
    0x1acc92000 - 0x1accadfff libtailspin.dylib arm64e <01cde70cb0ad3b9c86de40ef2d35e99e> /usr/lib/libtailspin.dylib
    0x1acd0d000 - 0x1acd22fff ContactsDonation arm64e <fe8f61b24b903359982a7c2441681ca7> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
    0x1acd6d000 - 0x1acd76fff MobileActivation arm64e <e94000bc00d13297816a979264d1c235> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
    0x1acdfa000 - 0x1ace09fff MobileIcons arm64e <e8b1677059c43251888e6178c36f70ef> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
    0x1ace0a000 - 0x1acf0bfff ResponseKit arm64e <0fb7f7f7d27a37fb813025bb39a5e337> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
    0x1acf63000 - 0x1acf7bfff MetalKit arm64e <cf66dba5818d3eafbdb2541e5ef33894> /System/Library/Frameworks/MetalKit.framework/MetalKit
    0x1acfd7000 - 0x1ad021fff CoreHaptics arm64e <97e7305b832e38188a551f54e1fe4bad> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
    0x1ad022000 - 0x1ad0ecfff ProofReader arm64e <3045032abf5831d48c16141d126543da> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
    0x1ad160000 - 0x1ad1e5fff CoreSymbolication arm64e <f0eec0342d5a33fb98357efca5afc5f1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
    0x1ad1e6000 - 0x1ad1ecfff IdleTimerServices arm64e <d815c22c53ae36db9013f683fc336df6> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
    0x1ad2e1000 - 0x1ad39efff VideoSubscriberAccount arm64e <5cee69268b9c3d0e8d91797bdbdade09> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
    0x1ad3b3000 - 0x1ad3b6fff FTClientServices arm64e <a09ad7fda8ef3e18a3e9b79557810c2f> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
    0x1ad3b7000 - 0x1ad41ffff ContactsUICore arm64e <02103076b5bf3b61bc967ffd927ca5e7> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
    0x1ad8a5000 - 0x1ad8edfff LoggingSupport arm64e <6d91a02d77f5366693ae5e1ece278654> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
    0x1ada0f000 - 0x1ada6afff ProtectedCloudStorage arm64e <650a9321018c3dc69333c60a6e7a50ef> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
    0x1adb59000 - 0x1adb64fff OpenGLES arm64e <94b3d65e12d233a6be1dff206fdb9770> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
    0x1adcce000 - 0x1adcd7fff libGFXShared.dylib arm64e <fb4460e8ba8c3d8baac7de055809a90d> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
    0x1adcd8000 - 0x1add0dfff SharedUtils arm64e <4b19c22d14f83923aa7e010297fc74b7> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
    0x1add0e000 - 0x1add5cfff PhotosFormats arm64e <4967749c8ba13d50a094a64458b16779> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
    0x1aee0c000 - 0x1aee49fff StreamingZip arm64e <3e4530a0128c3b9ba889d99ad4aba0d5> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
    0x1afad8000 - 0x1afd0efff SafariShared arm64e <fc4cdba871ce3399b2d6aedc5e424d38> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
    0x1afd96000 - 0x1afd98fff InternationalTextSearch arm64e <05229f5b79a93bb29db74ff61354b99a> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
    0x1afdb7000 - 0x1afdd4fff AssetCacheServices arm64e <bf68da8120d03698b7c84548aec95546> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
    0x1b0770000 - 0x1b0775fff IncomingCallFilter arm64e <74f0cdea19833a58ad773cefcde01605> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
    0x1b0791000 - 0x1b07a9fff NetworkStatistics arm64e <b4143b227aac3a7583cfd39e14aed702> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
    0x1b0c1b000 - 0x1b0c21fff Netrb arm64e <e736b3216345356ea8bcdc5a4cc09857> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
    0x1b0c25000 - 0x1b0c55fff EAP8021X arm64e <c9407b41d59c3343bf8a18cd5e363062> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
    0x1b0c56000 - 0x1b0c58fff OSAServicesClient arm64e <7934932006823fc397cf49fabbd7f923> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
    0x1b0e04000 - 0x1b0e08fff libgermantok.dylib arm64e <23d00f88b91735a2bb8fe76ad5418e75> /usr/lib/libgermantok.dylib
    0x1b0e09000 - 0x1b0ebcfff libmecab.dylib arm64e <8c3f2375f78239dfb775560a59ac81bf> /usr/lib/libmecab.dylib
    0x1b0ebd000 - 0x1b0ef9fff Catalyst arm64e <e559e2b5b7803bf89ba7f20ad811b583> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
    0x1b104f000 - 0x1b108bfff VoiceServices arm64e <a9d0387c91e03f1f85cfdcf6f9fc712a> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
    0x1b108c000 - 0x1b11a9fff Navigation arm64e <c7829d5ed01736cf985def137b5da6d2> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
    0x1b14ce000 - 0x1b14dcfff CoreDuetDaemonProtocol arm64e <cb6182dd85823f918d437db9dcb92c12> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
    0x1b14dd000 - 0x1b14fdfff FTAWD arm64e <2bf094aa76783858a2727b3dbf55dcfc> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
    0x1b2acc000 - 0x1b2acefff OAuth arm64e <a03fe232d94739eda8f94a6aaa4f486c> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
    0x1b2d9b000 - 0x1b2dd8fff DifferentialPrivacy arm64e <945bdc2a9fe636bfb84834f6025b4e3a> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
    0x1b35bf000 - 0x1b362ffff libarchive.2.dylib arm64e <446b5d27268d39aabc3050908c749d8c> /usr/lib/libarchive.2.dylib
    0x1b3630000 - 0x1b3661fff C2 arm64e <0cf16449e8ab35548a2abca64f0149d7> /System/Library/PrivateFrameworks/C2.framework/C2
    0x1b3662000 - 0x1b3696fff NaturalLanguage arm64e <c41cc139fee9362c9cc23bdec6744f6b> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
    0x1b372c000 - 0x1b372dfff libsystem_coreservices.dylib arm64e <3204f9091c1233fab5466a9223b06851> /usr/lib/system/libsystem_coreservices.dylib
    0x1b373f000 - 0x1b3751fff libmis.dylib arm64e <96350964eef03fcba5ec4766879e0681> /usr/lib/libmis.dylib
    0x1b3752000 - 0x1b37a9fff WebBookmarks arm64e <96a4ddc7eb39319f8d4d619af2efd66e> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
    0x1b37aa000 - 0x1b37b7fff DCIMServices arm64e <5b39235fa48b3f93b518f51728078080> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
    0x1b37b8000 - 0x1b3914fff CloudPhotoLibrary arm64e <6d7e2258735e3c768105d12915ec5017> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
    0x1b3951000 - 0x1b3959fff libcopyfile.dylib arm64e <84d0f64d3bf137dab97d8d923269030e> /usr/lib/system/libcopyfile.dylib
    0x1b395a000 - 0x1b397cfff UsageTracking arm64e <143dc4f3810a314992847d0d33eb9a37> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
    0x1b3cd2000 - 0x1b3d65fff AccountsDaemon arm64e <3f8a85867cc63d2dbaa332341d5e46ca> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
    0x1b3d66000 - 0x1b3d71fff AppleIDSSOAuthentication arm64e <f55271ec49aa356e923e6c17c85ec3af> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
    0x1b3d72000 - 0x1b3d85fff SettingsFoundation arm64e <88e8248538203e6c8f72efbd49b779ef> /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
    0x1b3ebd000 - 0x1b3f3bfff Symbolication arm64e <eaf904a010683b1b87478c480cb82c8d> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
    0x1b4101000 - 0x1b4150fff ChunkingLibrary arm64e <9592da8776323f5db15d9e951caccd38> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
    0x1b4154000 - 0x1b4158fff DAAPKit arm64e <ee4895187dff3cd18cc1cf57199020b4> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
    0x1b4679000 - 0x1b467bfff CoreDuetDebugLogging arm64e <e3ad9cd8f47b3ef28a3d834a9dfd6e37> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
    0x1b51bb000 - 0x1b51fafff SignpostSupport arm64e <095c8f61cca43acfaf940b0cae3d1a81> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
    0x1b5468000 - 0x1b5471fff SignpostCollection arm64e <93e7acda3960357c8c12c311e8cfd898> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
    0x1b5bc8000 - 0x1b5bcffff URLFormatting arm64e <af4657972d9a3148be598ac4f48ae688> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
    0x1b5be4000 - 0x1b5c8cfff MMCS arm64e <e87ddbe94f2d3a3c8f2412a63b88f40a> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
    0x1b5ce6000 - 0x1b5f18fff MobileSpotlightIndex arm64e <24d7554765f9374b8f015e479265dd01> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
    0x1b6302000 - 0x1b6349fff CoreLocationProtobuf arm64e <ae6d4309b7d930b2b3b7eedfb88536d3> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
    0x1b6400000 - 0x1b647bfff Quagga arm64e <eae325508ce13ea8966251ea1968b80c> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
    0x1b6791000 - 0x1b67a6fff libEDR arm64e <35b978e85ed83cb9902df7fc6ec4942a> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
    0x1b73fc000 - 0x1b740afff libperfcheck.dylib arm64e <08b6f2b01ad733d8850ed9f74a850daa> /usr/lib/libperfcheck.dylib
    0x1b740b000 - 0x1b7416fff libAudioStatistics.dylib arm64e <6b4e849f634939ccaca655176fe01098> /usr/lib/libAudioStatistics.dylib
    0x1b75e0000 - 0x1b75f0fff caulk arm64e <241108a1274533088bfee659dd6730dc> /System/Library/PrivateFrameworks/caulk.framework/caulk
    0x1b7630000 - 0x1b7636fff MobileSystemServices arm64e <f66b520c3d50375f98f0091d36161f5b> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
    0x1b8720000 - 0x1b875cfff libGLImage.dylib arm64e <849fb0b1dd9b34b49e0e68680423c43c> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
    0x1b8b9e000 - 0x1b8baffff libSparseBLAS.dylib arm64e <6ef8dc44dfc93a05bcbe1a198af28b5b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
    0x1b8bb0000 - 0x1b8bc4fff Engram arm64e <c3236b7fb2e43b8aa1e434213a4304c6> /System/Library/PrivateFrameworks/Engram.framework/Engram
    0x1b8c3f000 - 0x1b8c7afff DataDetectorsNaturalLanguage arm64e <8ab89a73eca73b2285510de5cb0782b0> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
    0x1b8f7b000 - 0x1b8f83fff FSEvents arm64e <5b158faba27f3a85961d10e020e21131> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
    0x1b8f94000 - 0x1b9013fff CoreDAV arm64e <8b69582689fb39beaa6c1a1e51677b07> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
    0x1b9928000 - 0x1b9938fff RemoteTextInput arm64e <cb5c2682d65a369cb57d33fa45d39e7b> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
    0x1b9961000 - 0x1b9991fff iCalendar arm64e <bdf022eee345337c99e9704d4bcc27b8> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
    0x1b99ae000 - 0x1b99b7fff CloudPhotoServices arm64e <44827c84a43a3ac4b629167e919bf097> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
    0x1b99f7000 - 0x1b9a0bfff libLinearAlgebra.dylib arm64e <32b55a7bef82324aa31d6a4c6e82e057> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
    0x1b9a9f000 - 0x1b9ba7fff ConfigurationEngineModel arm64e <126d0bb41f5734d4b393310c5b0fdadf> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
    0x1b9ba8000 - 0x1b9baffff CertUI arm64e <38869f8d3eef3b40bc1cf85a2d1a8fc9> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
    0x1b9cb7000 - 0x1b9cc5fff CoreAUC arm64e <9468bc25e6943dfd9423f61c852d84f8> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
    0x1ba776000 - 0x1ba7bdfff PhysicsKit arm64e <d07db9feda3e385cb9465cf3b37f1dae> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
    0x1ba7be000 - 0x1ba810fff CorePrediction arm64e <5b9d739f30ed3633ad93f4b521445be9> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
    0x1bac91000 - 0x1bacd9fff SafariSafeBrowsing arm64e <b9d076fc432a31e2829491b24003e57e> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
    0x1bad35000 - 0x1bad64fff OpenAL arm64e <4b1801ba891c355e92e2f090ecd158cd> /System/Library/Frameworks/OpenAL.framework/OpenAL
    0x1bb096000 - 0x1bb10dfff HomeSharing arm64e <acc77744fd4d3ae99ba42fbe1878fff4> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
    0x1bb1a1000 - 0x1bb1bffff GenerationalStorage arm64e <769d226045e03f4b847a6bd82d747e48> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
    0x1bb225000 - 0x1bb230fff PersonaKit arm64e <c511fe3b420331b289457da490a18510> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
    0x1bb231000 - 0x1bb23dfff PersonaUI arm64e <6729c1eee4cc36179a8a54afccee3c4d> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
    0x1bb659000 - 0x1bb65efff kperf arm64e <e0fd1f30deab30e2a9115796ae230551> /System/Library/PrivateFrameworks/kperf.framework/kperf
    0x1bb7fe000 - 0x1bb80dfff AssetsLibrary arm64e <04abfe2f625630d4a11946eadf464516> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
    0x1bb83b000 - 0x1bb875fff libpcap.A.dylib arm64e <c319e503a88e3fb2ae7ff4b449b568e2> /usr/lib/libpcap.A.dylib
    0x1bbb54000 - 0x1bbb69fff WebUI arm64e <756b83e58d2f3b46acb5a40c2b4fc7d1> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
    0x1bbb6a000 - 0x1bbb81fff SafariFoundation arm64e <2704f310af523e44afb507399ae7bd34> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
    0x1bbbce000 - 0x1bbc74fff libvDSP.dylib arm64e <9f1b4e370a99382a8d89b5af0ea6415b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
    0x1bbc75000 - 0x1bbca1fff vCard arm64e <8a9f9a01a2703c7cb17abd91cc0c1119> /System/Library/PrivateFrameworks/vCard.framework/vCard
    0x1bbcea000 - 0x1bbd77fff SampleAnalysis arm64e <4b593dd91f29363486585e72ac9b2486> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
    0x1bbd78000 - 0x1bbd83fff IntentsFoundation arm64e <29094ecb940b3e49bc76d8981c709690> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
    0x1bbf7a000 - 0x1bbf7bfff ParsecSubscriptionServiceSupport arm64e <1142febf08a732a3b4a23fb2dd1a6a25> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
    0x1bbf7c000 - 0x1bc008fff MediaPlatform arm64e <923b5534e5cb352d9edbfafb246c806d> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
    0x1bc009000 - 0x1bc2d5fff MediaLibraryCore arm64e <85bc8b01aa9d3ef9b3823a11394264f6> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
    0x1bc337000 - 0x1bc370fff PhotosImagingFoundation arm64e <d8993c4651f037a7a54f7a3586a95bf4> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
    0x1bc371000 - 0x1bc393fff MediaConversionService arm64e <02236575bc533597834469da3e0e645f> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
    0x1bc394000 - 0x1bc3b2fff MediaStream arm64e <2192a1f0a3a63161949eb2c8367f7d06> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
    0x1bc3b3000 - 0x1bc4b4fff CoreMediaStream arm64e <62d263809b0438eea3b5a01ca8254062> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
    0x1bc5d1000 - 0x1bc5d1fff Accelerate arm64e <daa9c13c7fdb38a2b5a4e6f3df7659d6> /System/Library/Frameworks/Accelerate.framework/Accelerate
    0x1bc5d3000 - 0x1bc910fff libLAPACK.dylib arm64e <987217b663813be989eb40f1df2d4ff1> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
    0x1bc911000 - 0x1bc915fff libQuadrature.dylib arm64e <488e274068b73ddfaa9ea39baf59f3f8> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
    0x1bc916000 - 0x1bc96ffff libvMisc.dylib arm64e <05334e5d9b6f39d0a1216130d7b84f97> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
    0x1bc970000 - 0x1bc970fff vecLib arm64e <e898be21a999319ba485548bb4859e6b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
    0x1bc979000 - 0x1bc987fff AuthenticationServices arm64e <0bc0790156ce3fabb72ab2ead10d7229> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
    0x1bcd29000 - 0x1bcd56fff GSS arm64e <10c1886968cb34ba8325929687a1d70c> /System/Library/Frameworks/GSS.framework/GSS
    0x1bcd6a000 - 0x1bcd9cfff MPSCore arm64e <c02479200b9a3611b29fb68184d8b60f> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
    0x1bcd9d000 - 0x1bce16fff MPSImage arm64e <815d123c891430528b28b9cbb1735b76> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
    0x1bce17000 - 0x1bce39fff MPSMatrix arm64e <f30b6410a53932ff8d397f2f8351eb49> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
    0x1bce3a000 - 0x1bce4efff MPSNDArray arm64e <b3c4364cfadf3d5180e3c9d6b794bd4f> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
    0x1bce4f000 - 0x1bcfe4fff MPSNeuralNetwork arm64e <3e2e0cfca6853dbabf688e234a7fdc86> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
    0x1bcfe5000 - 0x1bd02afff MPSRayIntersector arm64e <bdc1bfca25403cf4a6505b09095c502f> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
    0x1bd02b000 - 0x1bd02bfff MetalPerformanceShaders arm64e <ee7830af0c0e34718b0d49b2b47068ea> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
    0x1bd038000 - 0x1bd038fff MobileCoreServices arm64e <cf705b73e23d3f44ac1f80c686536cef> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
    0x1bd043000 - 0x1bd044fff libCVMSPluginSupport.dylib arm64e <34adfd8e959a30a699308bbcb6a68b97> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
    0x1bd045000 - 0x1bd04bfff libCoreFSCache.dylib arm64e <4fa56656d0703730b8b7be685d14cef7> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
    0x1bd04c000 - 0x1bd051fff libCoreVMClient.dylib arm64e <2303188bf70a32078227ae92ef2dc9ca> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
    0x1bd086000 - 0x1bd0befff QuickLookThumbnailing arm64e <2d6a0b4e77343145a118b08fd76fc877> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
    0x1bd4db000 - 0x1bd4dbfff UIKit arm64e <96df300bc0b432658133434fe94c795d> /System/Library/Frameworks/UIKit.framework/UIKit
    0x1bd896000 - 0x1bd9d6fff ANECompiler arm64e <95342f9eac13373fa6652cba48b5d31d> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
    0x1bd9d7000 - 0x1bd9e8fff ANEServices arm64e <bd9d66e96d7c371f94e92f9b386e5b50> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
    0x1bd9f1000 - 0x1bda82fff APFS arm64e <abc2cd67ae1f3a94b3a77dbb9410d2fe> /System/Library/PrivateFrameworks/APFS.framework/APFS
    0x1bda83000 - 0x1bda87fff ASEProcessing arm64e <813d4875d3123d2083f7f54e67406654> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
    0x1bdc33000 - 0x1bdc3efff AccountSettings arm64e <8b81f1d5a26730a28032279362c233d3> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
    0x1be58d000 - 0x1be59bfff AppleFSCompression arm64e <be2976a9098936bdaeeb595cf029cf9b> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
    0x1be5a2000 - 0x1be5acfff AppleIDAuthSupport arm64e <767165649aad35d1be07a3e17836fb16> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
    0x1be5ad000 - 0x1be5effff AppleJPEG arm64e <99fc08d523b83f5dacbfc347f7189d41> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
    0x1be60b000 - 0x1be61cfff AppleNeuralEngine arm64e <5ba1eb56f0b4337f9e1977fb4c80b997> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
    0x1be623000 - 0x1be646fff AppleSauce arm64e <f0cb99f323a73d03a139c49cf6c41ab1> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
    0x1be84b000 - 0x1be87bfff Bom arm64e <11fce97348f439439e7c35bcd663d649> /System/Library/PrivateFrameworks/Bom.framework/Bom
    0x1bf346000 - 0x1bf34dfff CommonAuth arm64e <ee06de91c40d3a3a8abaaf90d5a4f387> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
    0x1bf782000 - 0x1bf785fff CoreOptimization arm64e <7a01f6f33e8333679c22f69495e7ea4d> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
    0x1bf8a0000 - 0x1bf8abfff DeviceIdentity arm64e <0889ebc4bb343b00b0de4fd6947beea8> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
    0x1bfa3d000 - 0x1bfa59fff DocumentManagerCore arm64e <76354137b4ad3a2db4c614d4a918f5d8> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
    0x1bfb1b000 - 0x1c00e7fff Espresso arm64e <5f68481ad8b232188840d17d81a99547> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
    0x1c03bc000 - 0x1c07cffff FaceCore arm64e <d60a07b0691d36e6bd692fdf0f7f7d6b> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
    0x1c08a5000 - 0x1c08b8fff libGSFontCache.dylib arm64e <72f67cdc64c33973a2d9ab831c570fd4> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
    0x1c091f000 - 0x1c092bfff libhvf.dylib arm64e <f16dbf931f4d3c8db212eb868d202eb9> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
    0x1c094d000 - 0x1c0961fff Futhark arm64e <a9d8c7dc21823abfb71945cb47ff23cb> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
    0x1c166b000 - 0x1c1677fff GraphVisualizer arm64e <823f8952925c349cb70927c695feacb2> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
    0x1c2007000 - 0x1c2077fff Heimdal arm64e <ed41231c23a23bd4ae52ff6d26ef4284> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
    0x1c25d8000 - 0x1c25defff InternationalSupport arm64e <2207de040b58322980dcd9a00c09440e> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
    0x1c28a3000 - 0x1c28a3fff Marco arm64e <1bff78277f363f4195e5f33d8aefa22d> /System/Library/PrivateFrameworks/Marco.framework/Marco
    0x1c2d6b000 - 0x1c2d95fff MetricsKit arm64e <b3fb62d1ca603444893c1b3490ab4e0f> /System/Library/PrivateFrameworks/MetricsKit.framework/MetricsKit
    0x1c2da3000 - 0x1c2db6fff MobileDeviceLink arm64e <6a6292db7a2f3e308ad97185d2fee6b3> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
    0x1c306f000 - 0x1c30affff OTSVG arm64e <1766611019083e14909da771581fb644> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
    0x1c372e000 - 0x1c372efff PhoneNumbers arm64e <ed456ac4bd903b78b1a47422d92f7340> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
    0x1c512e000 - 0x1c5132fff RevealCore arm64e <f5159444bdde3846a157aab561c393d5> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
    0x1c52cc000 - 0x1c52d8fff SetupAssistantSupport arm64e <076b12e0c3283973b83b50faac9a0eff> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
    0x1c52f7000 - 0x1c52f7fff SignpostMetrics arm64e <06fd3e7756263027b617d51af79fd87c> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
    0x1c5326000 - 0x1c534efff SiriInstrumentation arm64e <84a1f834add0360b9f2ac0435014b597> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
    0x1c5ae0000 - 0x1c5c01fff TextRecognition arm64e <f70cac6cc90d3146b2b6c9e013b00f98> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
    0x1c5c02000 - 0x1c5ca6fff TextureIO arm64e <960b646f43c73db2bcdd1b68e4b11981> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
    0x1c6b03000 - 0x1c6ffffff libwebrtc.dylib arm64e <7afdf5c54b4037be8f73c4d0e9ba1b05> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
    0x1c7199000 - 0x1c71a1fff kperfdata arm64e <3f2e5197a8e93f13bbd1e51b0f0044d6> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
    0x1c71a2000 - 0x1c71ebfff ktrace arm64e <c6321da021713236b36ce359e6f6b2e3> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
    0x1c7204000 - 0x1c7210fff perfdata arm64e <fbb03adeac8c3021b29016aea484e4c7> /System/Library/PrivateFrameworks/perfdata.framework/perfdata
    0x1c75dd000 - 0x1c78e5fff libAWDSupportFramework.dylib arm64e <22a732b4f1363ccf9a240da77e6ecc28> /usr/lib/libAWDSupportFramework.dylib
    0x1c7a99000 - 0x1c7aa3fff libChineseTokenizer.dylib arm64e <19ee02458a9930bfbd6a7b498cd26008> /usr/lib/libChineseTokenizer.dylib
    0x1c7ac9000 - 0x1c7c8dfff libFosl_dynamic.dylib arm64e <2ec3d3e588573001ba8c8eac0c468af9> /usr/lib/libFosl_dynamic.dylib
    0x1c7d08000 - 0x1c7d0ffff libMatch.1.dylib arm64e <c9ccfaf084f63190a72e570c7e74fabd> /usr/lib/libMatch.1.dylib
    0x1c7dcc000 - 0x1c7dcdfff libSystem.B.dylib arm64e <773c3a5bb56e304984cfe35816be0791> /usr/lib/libSystem.B.dylib
    0x1c7dd6000 - 0x1c7dd7fff libThaiTokenizer.dylib arm64e <27faaf2b799c3a298b7af5a2acf847eb> /usr/lib/libThaiTokenizer.dylib
    0x1c7ed7000 - 0x1c7eecfff libapple_nghttp2.dylib arm64e <ee3a83b9547b312eae767dfa8158b6d6> /usr/lib/libapple_nghttp2.dylib
    0x1c7f66000 - 0x1c7f76fff libbsm.0.dylib arm64e <521d3c6f861c3989b2f40eb13d2dd33f> /usr/lib/libbsm.0.dylib
    0x1c7f77000 - 0x1c7f83fff libbz2.1.0.dylib arm64e <151a0a3a7b6338ee8cddfe5cca976cc6> /usr/lib/libbz2.1.0.dylib
    0x1c7f84000 - 0x1c7f84fff libcharset.1.dylib arm64e <2ff687dceebb322a928c71c254eadd20> /usr/lib/libcharset.1.dylib
    0x1c7f85000 - 0x1c7f96fff libcmph.dylib arm64e <d84d45b2dfd5376eb73883a39a553cf9> /usr/lib/libcmph.dylib
    0x1c7f97000 - 0x1c7faefff libcompression.dylib arm64e <adf3fe98bea632d59c9313e109621095> /usr/lib/libcompression.dylib
    0x1c7faf000 - 0x1c7fb0fff libcoretls_cfhelpers.dylib arm64e <05fb230a923b33e080efebc218e88d95> /usr/lib/libcoretls_cfhelpers.dylib
    0x1c7fb1000 - 0x1c7fb7fff libcupolicy.dylib arm64e <3e82ed8fc58c3ca8ac7949427f56e922> /usr/lib/libcupolicy.dylib
    0x1c7ff8000 - 0x1c8001fff libdscsym.dylib arm64e <dcd811f774223b3995f0618733aff23e> /usr/lib/libdscsym.dylib
    0x1c8002000 - 0x1c801ffff libedit.3.dylib arm64e <9b81c5a882923e74aaa84c522c55923b> /usr/lib/libedit.3.dylib
    0x1c8039000 - 0x1c803efff libheimdal-asn1.dylib arm64e <1792150aa9f9387c9d3c012d7942d9c5> /usr/lib/libheimdal-asn1.dylib
    0x1c803f000 - 0x1c8131fff libiconv.2.dylib arm64e <585d7b1ecfde3dbd8cfb65745e2e7ac8> /usr/lib/libiconv.2.dylib
    0x1c8147000 - 0x1c8152fff liblockdown.dylib arm64e <4ea2f33daedf369094e2cd6ce79a5e3e> /usr/lib/liblockdown.dylib
    0x1c8153000 - 0x1c816bfff liblzma.5.dylib arm64e <0121b6fe5e813f688d09dd5a4068605a> /usr/lib/liblzma.5.dylib
    0x1c84f4000 - 0x1c8524fff libncurses.5.4.dylib arm64e <411fcdf6338b3c0ea7d63098c56db18c> /usr/lib/libncurses.5.4.dylib
    0x1c8525000 - 0x1c8539fff libnetworkextension.dylib arm64e <2a685141e3d83a11a99863a93f534f0e> /usr/lib/libnetworkextension.dylib
    0x1c88c5000 - 0x1c88ddfff libresolv.9.dylib arm64e <81591f0ef3523d07a424e046be532237> /usr/lib/libresolv.9.dylib
    0x1c88de000 - 0x1c88e0fff libsandbox.1.dylib arm64e <dffc0e1f146836e3a9a9174fdd212c0e> /usr/lib/libsandbox.1.dylib
    0x1c88e1000 - 0x1c88e6fff libsysdiagnose.dylib arm64e <edf80fe5e377363c8ac4e49a4e187dbd> /usr/lib/libsysdiagnose.dylib
    0x1c88e7000 - 0x1c8918fff libtidy.A.dylib arm64e <e62eef4f17e43a4b8ee9c354a3233c0c> /usr/lib/libtidy.A.dylib
    0x1c8920000 - 0x1c8923fff libutil.dylib arm64e <eaa22438f5ea3da8a1aab237bb730fb8> /usr/lib/libutil.dylib
    0x1c8951000 - 0x1c8962fff libz.1.dylib arm64e <cf99bb9237a434b4b2394e3856427cd6> /usr/lib/libz.1.dylib
    0x1c8da2000 - 0x1c8da7fff libcache.dylib arm64e <c67a14f00f763214b024b62734061cfc> /usr/lib/system/libcache.dylib
    0x1c8da8000 - 0x1c8db8fff libcommonCrypto.dylib arm64e <8f6a8b7d90b63bb49ef51686cf390474> /usr/lib/system/libcommonCrypto.dylib
    0x1c8db9000 - 0x1c8dbcfff libcompiler_rt.dylib arm64e <455721aa62ea32338783af085ea5b027> /usr/lib/system/libcompiler_rt.dylib
    0x1c8e94000 - 0x1c8e94fff liblaunch.dylib arm64e <5545bb57da133c178a4e893f67f3bbdb> /usr/lib/system/liblaunch.dylib
    0x1c8e95000 - 0x1c8e9afff libmacho.dylib arm64e <7f0b22c0167433c2a4d9224c3c2746da> /usr/lib/system/libmacho.dylib
    0x1c8e9b000 - 0x1c8e9cfff libremovefile.dylib arm64e <78ba982e4ac339a081d6770ac532094d> /usr/lib/system/libremovefile.dylib
    0x1c8e9d000 - 0x1c8e9efff libsystem_featureflags.dylib arm64e <3fdc940f51b03e06a4ca0a806e24a565> /usr/lib/system/libsystem_featureflags.dylib
    0x1c8e9f000 - 0x1c8eccfff libsystem_m.dylib arm64e <e924f838a34b3a8d8c1b6d198ded17c1> /usr/lib/system/libsystem_m.dylib
    0x1c8ecd000 - 0x1c8ed2fff libunwind.dylib arm64e <19ddabc7002c33ab90c5cb020d7c4572> /usr/lib/system/libunwind.dylib
    0x1c91b7000 - 0x1c9223fff NanoRegistry arm64e <161c4b8135c13f5d805fd1155e49fef1> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
    0x1c9224000 - 0x1c9231fff NanoPreferencesSync arm64e <ca244dbaa32e33db919b5c0af21c9248> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
    0x1cb258000 - 0x1cb276fff AppSSO arm64e <b8330e6683983feabdc204f38a5103cd> /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO
    0x1cb277000 - 0x1cb28bfff AppSSOCore arm64e <6dbf585d9d4e3c8db56e1ebd27f2dd0b> /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore

    EOF
     
  2. ltomov

    ltomov

    Joined:
    Aug 3, 2017
    Posts:
    96