maxgoedjen / secretive

Store SSH keys in the Secure Enclave
MIT License
7.18k stars 158 forks source link

Agent can sometimes hang #283

Closed maxgoedjen closed 8 months ago

maxgoedjen commented 2 years ago

Don't have any good steps to reproduce this currently, but does occasionally happen.

maxgoedjen commented 2 years ago

Miiiiiiiiiight be related to it losing the file handle? Like if another agent launches and grabs it.

c10l commented 2 years ago

I know this is not very helpful, but I just had the same issue. Killing the agent process has nudged it back. MacBook Air M1 running macOS Monterey 12.1 (21C52).

If there are any steps to grab debug information next time it happens, let me know and I'll try to acquire it.

caraar12345 commented 2 years ago

👋 Having the same (AUTH_SOCK env set up, socket.ssh showing in the right folder etc).

Running macOS Monterey 12.2 Beta (21D5025f) on a MacBook Air M1 w/ 7 GPU cores.

Let me know if I can do anything to help diagnose!

maxgoedjen commented 2 years ago

👋 appreciate the offers for help everyone! If you run into this, can you please post, from Activity Manager.app:

Call graph:
    2494 Thread_7409   DispatchQueue_1: com.apple.main-thread  (serial)
    + 2494 start  (in dyld) + 520  [0x1045f90f4]
    +   2494 ???  (in SecretAgent)  load address 0x1043b8000 + 0x2b5c  [0x1043bab5c]
    +     2494 NSApplicationMain  (in AppKit) + 1064  [0x191cc9c78]
    +       2494 -[NSApplication run]  (in AppKit) + 596  [0x191cf85a4]
    +         2494 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]  (in AppKit) + 1332  [0x191d06584]
    +           2494 _DPSNextEvent  (in AppKit) + 844  [0x191d07ce0]
    +             2494 _BlockUntilNextEventMatchingListInModeWithFilter  (in HIToolbox) + 72  [0x197df8a9c]
    +               2494 ReceiveNextEventCommon  (in HIToolbox) + 552  [0x197df8cdc]
    +                 2494 RunCurrentEventLoopInMode  (in HIToolbox) + 292  [0x197df8f68]
    +                   2494 CFRunLoopRunSpecific  (in CoreFoundation) + 600  [0x18f1b2734]
    +                     2494 __CFRunLoopRun  (in CoreFoundation) + 1212  [0x18f1b3390]
    +                       2494 __CFRunLoopServiceMachPort  (in CoreFoundation) + 372  [0x18f1b4ed8]
    +                         2494 mach_msg  (in libsystem_kernel.dylib) + 76  [0x18f0add00]
    +                           2494 mach_msg_trap  (in libsystem_kernel.dylib) + 8  [0x18f0ad954]
    2494 Thread_7726: com.apple.NSEventThread
    + 2494 thread_start  (in libsystem_pthread.dylib) + 8  [0x18f0e4024]
    +   2494 _pthread_start  (in libsystem_pthread.dylib) + 148  [0x18f0e9240]
    +     2494 _NSEventThread  (in AppKit) + 196  [0x191e74c90]
    +       2494 CFRunLoopRunSpecific  (in CoreFoundation) + 600  [0x18f1b2734]
    +         2494 __CFRunLoopRun  (in CoreFoundation) + 1212  [0x18f1b3390]
    +           2494 __CFRunLoopServiceMachPort  (in CoreFoundation) + 372  [0x18f1b4ed8]
    +             2494 mach_msg  (in libsystem_kernel.dylib) + 76  [0x18f0add00]
    +               2494 mach_msg_trap  (in libsystem_kernel.dylib) + 8  [0x18f0ad954]
    2494 Thread_7727: com.apple.CFSocket.private
    + 2494 thread_start  (in libsystem_pthread.dylib) + 8  [0x18f0e4024]
    +   2494 _pthread_start  (in libsystem_pthread.dylib) + 148  [0x18f0e9240]
    +     2494 __CFSocketManager  (in CoreFoundation) + 648  [0x18f1df334]
    +       2494 __select  (in libsystem_kernel.dylib) + 8  [0x18f0b7d38]
    2494 Thread_211491
      2494 start_wqthread  (in libsystem_pthread.dylib) + 8  [0x18f0e4018]
        2494 _pthread_wqthread  (in libsystem_pthread.dylib) + 364  [0x18f0e5350]
          2494 __workq_kernreturn  (in libsystem_kernel.dylib) + 8  [0x18f0af604]
maxgoedjen commented 2 years ago

And, of course, if anyone somehow figures out steps to reproduce, that'd be extra helpful ;)

c10l commented 2 years ago

I can certainly post the information you asked when it happens again, but (thankfully) most of the time it just works so it could take a while.

I'm not sure about the others, but I wouldn't have steps to reproduce. Like I said, it usually just works, but some times when SSHing to a host it doesn't offer the Secretive keys. That's all.

maxgoedjen commented 2 years ago

You'll need a custom build that includes #291 for these instructions to be useful – currently trying to get Apple to fix an App Store Connect bug that's breaking notarization, and then I'll get a build for that up.

c10l commented 2 years ago

Thanks. I built it locally but it doesn't find any of my keys in the Secure Enclave. I suspect they're tied to the bundle identifier, is that right?

If you're able to provide me with a debug build that can access my keys, I'm happy to run it and wait for the issue to happen again, but I would rather avoid having to re-create the keys and the worse part updating every place where I added the public keys.

maxgoedjen commented 2 years ago

@c10l yeah it's dependent on bundle ID.

There's one built now (https://github.com/maxgoedjen/secretive/actions/runs/1636743208) but unfortunately having some issues with notarization service right now. It's still signed and everything just not notarized. Hopefully fixed in a few days, if you're not comfortable with an unnotarized build (extremely understable in context).

maxgoedjen commented 2 years ago

Alright, test build (with notarization) here: https://github.com/maxgoedjen/secretive/actions/runs/1641979026

c10l commented 2 years ago

Nice one, thanks! Nice you sorted out the notarisation even before I had a chance to ge the previous version. I've installed it now, showing as 0.0.0_beta1 (1.1641979026). I'll keep it and grab the info you need if/when it happens again.

komapa commented 2 years ago

Has been happening to me as well and it just happened now (Apple M1 Max, macOS 12.1). I did not run the test build from https://github.com/maxgoedjen/secretive/actions/runs/1641979026 yet but this is the output you asked for in a previous comment:

cwd
/Users/kirilangov/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data
txt
/Applications/Secretive.app/Contents/Library/LoginItems/SecretAgent.app/Contents/MacOS/SecretAgent
txt
/Applications/Secretive.app/Contents/Library/LoginItems/SecretAgent.app/Contents/Frameworks/SecretAgentKit.framework/Versions/A/SecretAgentKit
txt
/usr/lib/dyld
txt
/Applications/Secretive.app/Contents/Library/LoginItems/SecretAgent.app/Contents/Frameworks/Brief.framework/Versions/A/Brief
txt
/Applications/Secretive.app/Contents/Library/LoginItems/SecretAgent.app/Contents/Frameworks/SecretKit.framework/Versions/A/SecretKit
txt
/Library/Preferences/Logging/.plist-cache.0IuJf32y
txt
/usr/share/icu/icudt68l.dat
txt
/private/var/db/timezone/tz/2021a.3.0/icutz/icutz44l.dat
txt
/private/var/folders/87/vjv3r9_x7k1fqbd9lfth95w40000gr/0/com.apple.LaunchServices.dv/com.apple.LaunchServices-3027-v2.csstore
txt
/System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/SystemAppearance.car
txt
/System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/DarkAqua.car
txt
/System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/DarkAquaAX.car
txt
/System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/AccessibilitySystemAppearance.car
txt
/System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/VibrantDarkAX.car
txt
/System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/FauxVibrantDark.car
txt
/System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/VibrantDark.car
txt
/Applications/Secretive.app/Contents/Library/LoginItems/SecretAgent.app/Contents/Resources/Base.lproj/Main.storyboardc/MainMenu.nib
txt
/private/var/db/analyticsd/events.whitelist
txt
/private/var/db/mds/messages/504/se_SecurityMessages
txt
/System/Library/CoreServices/CoreGlyphs.bundle/Contents/Resources/Assets.car
txt
/System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Resources/AppleKeyboardLayouts-L.dat
txt
/System/Library/Caches/com.apple.IntlDataCache.le.kbdx
0
/dev/null
1
/dev/null
2
/dev/null
3
/Users/kirilangov/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh
4
->0xfcf17221e2b44ba1
5
->0xfcf17221e2b42491
8
/Users/kirilangov/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh

https://gist.github.com/kirooshu/39a90d01c18343abed376bc1b52e5b8c

komapa commented 2 years ago

Running 0.0.0_beta1 (1.1636743208) now and will report the same data if/when it happens again.

illixion commented 2 years ago

I've ran into this issue a few times in the last couple of weeks, here's the activity manager info from my system. No reproduction steps unfortunately, this seems to happen randomly during long periods of display sleep.

Open Files and Ports cwd /Users/manual/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data txt /Applications/Secretive.app/Contents/Library/LoginItems/SecretAgent.app/Contents/MacOS/SecretAgent txt /usr/lib/dyld txt /Library/Preferences/Logging/.plist-cache.4nSzPcbu txt /usr/share/icu/icudt70l.dat txt /private/var/db/timezone/tz/2021a.3.0/icutz/icutz44l.dat txt /System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Resources/AppleKeyboardLayouts-L.dat txt /System/Library/Caches/com.apple.IntlDataCache.le.kbdx txt /Users/manual/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/Library/Caches/com.maxgoedjen.Secretive.SecretAgent/Cache.db-shm txt /Users/manual/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/Library/HTTPStorages/com.maxgoedjen.Secretive.SecretAgent/httpstorages.sqlite-shm txt /private/var/db/nsurlstoraged/dafsaData.bin txt /private/var/db/analyticsd/events.allowlist txt /System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/SystemAppearance.car txt /System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/DarkAqua.car txt /System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/FauxVibrantDark.car txt /System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/VibrantDark.car txt /Applications/Secretive.app/Contents/Library/LoginItems/SecretAgent.app/Contents/Resources/Base.lproj/Main.storyboardc/MainMenu.nib txt /private/var/db/mds/messages/501/se_SecurityMessages txt /System/Library/CoreServices/CoreGlyphs.bundle/Contents/Resources/Assets.car 0 /dev/null 1 /dev/null 2 /dev/null 3 /Users/manual/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh 4 ->0x9ef90f3c9513a541 5 ->0x9ef90f3c9513a479 6 /Users/manual/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/Library/Caches/com.maxgoedjen.Secretive.SecretAgent/Cache.db 7 /Users/manual/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/Library/Caches/com.maxgoedjen.Secretive.SecretAgent/Cache.db-wal 9 /Users/manual/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/Library/Caches/com.maxgoedjen.Secretive.SecretAgent/Cache.db-shm 10 /Users/manual/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/Library/HTTPStorages/com.maxgoedjen.Secretive.SecretAgent/httpstorages.sqlite 11 /Users/manual/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/Library/HTTPStorages/com.maxgoedjen.Secretive.SecretAgent/httpstorages.sqlite-wal 12 /Users/manual/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/Library/HTTPStorages/com.maxgoedjen.Secretive.SecretAgent/httpstorages.sqlite-shm 13 15 /Users/manual/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/Library/Caches/com.maxgoedjen.Secretive.SecretAgent/Cache.db 16 /Users/manual/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/Library/Caches/com.maxgoedjen.Secretive.SecretAgent/Cache.db-wal 17 /Users/manual/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh
Sample of SecretAgent Sampling process 9172 for 3 seconds with 1 millisecond of run time between samples Sampling completed, processing symbols... Analysis of sampling SecretAgent (pid 9172) every 1 millisecond Process: SecretAgent [9172] Path: /Applications/Secretive.app/Contents/Library/LoginItems/SecretAgent.app/Contents/MacOS/SecretAgent Load Address: 0x102a88000 Identifier: com.maxgoedjen.Secretive.SecretAgent Version: 2.2.0 (1) Code Type: ARM64 Platform: macOS Parent Process: ??? [1] Date/Time: 2022-02-26 10:52:15.332 +0200 Launch Time: 2022-02-24 15:50:56.689 +0200 OS Version: macOS 12.3 (21E5222a) Report Version: 7 Analysis Tool: /usr/bin/sample Physical footprint: 12.8M Physical footprint (peak): 13.2M ---- Call graph: 2566 Thread_34130 DispatchQueue_1: com.apple.main-thread (serial) + 2566 start (in dyld) + 516 [0x102c85088] + 2566 main (in SecretAgent) + 12 [0x102a8c00c] + 2566 NSApplicationMain (in AppKit) + 1132 [0x19feb8d98] + 2566 -[NSApplication run] (in AppKit) + 596 [0x19fee7680] + 2566 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 1328 [0x19fef54b4] + 2566 _DPSNextEvent (in AppKit) + 860 [0x19fef6bbc] + 2566 _BlockUntilNextEventMatchingListInModeWithFilter (in HIToolbox) + 72 [0x1a5fbb908] + 2566 ReceiveNextEventCommon (in HIToolbox) + 564 [0x1a5fbbb54] + 2566 RunCurrentEventLoopInMode (in HIToolbox) + 292 [0x1a5fbbdd8] + 2566 CFRunLoopRunSpecific (in CoreFoundation) + 600 [0x19d398490] + 2566 __CFRunLoopRun (in CoreFoundation) + 1180 [0x19d3990cc] + 2566 __CFRunLoopServiceMachPort (in CoreFoundation) + 372 [0x19d39ac1c] + 2566 mach_msg (in libsystem_kernel.dylib) + 76 [0x19d290d40] + 2566 mach_msg_trap (in libsystem_kernel.dylib) + 8 [0x19d2908d0] 2566 Thread_34377: com.apple.NSEventThread + 2566 thread_start (in libsystem_pthread.dylib) + 8 [0x19d2c908c] + 2566 _pthread_start (in libsystem_pthread.dylib) + 148 [0x19d2ce26c] + 2566 _NSEventThread (in AppKit) + 196 [0x1a0063784] + 2566 CFRunLoopRunSpecific (in CoreFoundation) + 600 [0x19d398490] + 2566 __CFRunLoopRun (in CoreFoundation) + 1180 [0x19d3990cc] + 2566 __CFRunLoopServiceMachPort (in CoreFoundation) + 372 [0x19d39ac1c] + 2566 mach_msg (in libsystem_kernel.dylib) + 76 [0x19d290d40] + 2566 mach_msg_trap (in libsystem_kernel.dylib) + 8 [0x19d2908d0] 2566 Thread_34380: com.apple.CFSocket.private + 2566 thread_start (in libsystem_pthread.dylib) + 8 [0x19d2c908c] + 2566 _pthread_start (in libsystem_pthread.dylib) + 148 [0x19d2ce26c] + 2566 __CFSocketManager (in CoreFoundation) + 644 [0x19d3c51fc] + 2566 __select (in libsystem_kernel.dylib) + 8 [0x19d29b5b8] 2566 Thread_1453485 2566 start_wqthread (in libsystem_pthread.dylib) + 8 [0x19d2c9080] 2566 _pthread_wqthread (in libsystem_pthread.dylib) + 364 [0x19d2ca3ac] 2566 __workq_kernreturn (in libsystem_kernel.dylib) + 8 [0x19d29274c] Total number in stack (recursive counted multiple, when >=5): Sort by top of stack, same collapsed (when >= 5): mach_msg_trap (in libsystem_kernel.dylib) 5132 __select (in libsystem_kernel.dylib) 2566 __workq_kernreturn (in libsystem_kernel.dylib) 2566 Binary Images: 0x102a88000 - 0x102ac3ffb +com.maxgoedjen.Secretive.SecretAgent (2.2.0 - 1) <8B2F1FE6-17A7-3060-BF8F-335BD1A0A352> /Applications/Secretive.app/Contents/Library/LoginItems/SecretAgent.app/Contents/MacOS/SecretAgent 0x102c80000 - 0x102cdd113 dyld (955) /usr/lib/dyld 0x19cff5000 - 0x19cff6ffe libsystem_blocks.dylib (79.1) /usr/lib/system/libsystem_blocks.dylib 0x19cff7000 - 0x19d038ff3 libxpc.dylib (2236.100.61) <9757F997-A795-35A2-B099-F7D7CE6B6B43> /usr/lib/system/libxpc.dylib 0x19d039000 - 0x19d052ffe libsystem_trace.dylib (1375.100.9) <4DCD7E92-67E3-3CAE-B823-6E859351193B> /usr/lib/system/libsystem_trace.dylib 0x19d053000 - 0x19d0dafcf libcorecrypto.dylib (1218.100.47) /usr/lib/system/libcorecrypto.dylib 0x19d0db000 - 0x19d105ffb libsystem_malloc.dylib (374.100.5) /usr/lib/system/libsystem_malloc.dylib 0x19d106000 - 0x19d14cff7 libdispatch.dylib (1325.100.36) /usr/lib/system/libdispatch.dylib 0x19d14d000 - 0x19d18affe libobjc.A.dylib (841.13) <4AF91121-2A74-3667-8646-868D98E8507E> /usr/lib/libobjc.A.dylib 0x19d18b000 - 0x19d18dfff libsystem_featureflags.dylib (56) /usr/lib/system/libsystem_featureflags.dylib 0x19d18e000 - 0x19d20ffff libsystem_c.dylib (1507.100.9) /usr/lib/system/libsystem_c.dylib 0x19d210000 - 0x19d276ff3 libc++.1.dylib (1300.23) /usr/lib/libc++.1.dylib 0x19d277000 - 0x19d28effb libc++abi.dylib (1300.23) <76B3F424-0091-380A-97FF-B61784923CFF> /usr/lib/libc++abi.dylib 0x19d28f000 - 0x19d2c6feb libsystem_kernel.dylib (8020.101.3) <18CB7241-6EBC-38A7-9CF9-F20673F6E8E6> /usr/lib/system/libsystem_kernel.dylib 0x19d2c7000 - 0x19d2d3ff3 libsystem_pthread.dylib (486.100.11) /usr/lib/system/libsystem_pthread.dylib 0x19d2d4000 - 0x19d2e0fff libdyld.dylib (955) <845E7466-C348-3DCA-8CEC-ED11D66EDF46> /usr/lib/system/libdyld.dylib 0x19d2e1000 - 0x19d2e8ffb libsystem_platform.dylib (273.100.5) /usr/lib/system/libsystem_platform.dylib 0x19d2e9000 - 0x19d315ff3 libsystem_info.dylib (554) /usr/lib/system/libsystem_info.dylib 0x19d316000 - 0x19d85bff4 com.apple.CoreFoundation (6.9 - 1858.112) <9562C7C6-2C47-3DA1-B7D4-B05A6E474AC4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x19d85c000 - 0x19dabbffb com.apple.LaunchServices (1141.1 - 1141.1) <8D429243-1F3C-3840-A6FC-2A6295CAC6DE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x19dabc000 - 0x19dbe4fff com.apple.gpusw.MetalTools (1.0 - 1) /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools 0x19dbe5000 - 0x19de5affb libBLAS.dylib (1381.100.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x19de5b000 - 0x19dea2ff3 com.apple.Lexicon-framework (1.0 - 98.1) <8DD24DF7-E725-3F85-ADE7-892024A771B2> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon 0x19dea3000 - 0x19df04ffb libSparse.dylib (108.100.1) <94144F45-DFAD-32E4-B848-59AE442A26A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib 0x19df05000 - 0x19df89ffb com.apple.SystemConfiguration (1.21 - 1.21) <91752F61-C389-3F22-90FB-D83294E3967A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x19df8a000 - 0x19dfbdff7 libCRFSuite.dylib (51) <9A4D4990-1B50-353C-A68B-D7D21A7B653F> /usr/lib/libCRFSuite.dylib 0x19dfbe000 - 0x19e20fffc libmecabra.dylib (972.10) /usr/lib/libmecabra.dylib 0x19e210000 - 0x19e600ffe com.apple.Foundation (6.9 - 1858.112) <97889ED0-1451-3D4B-ABC5-0C24099D2900> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x19e601000 - 0x19e704ffb com.apple.LanguageModeling (1.0 - 277.4) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x19e705000 - 0x19e824ffa com.apple.CoreDisplay (265.2 - 265.2) /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay 0x19e825000 - 0x19eac8ffb com.apple.audio.AudioToolboxCore (1.0 - 1245.79.1) <26EFE07B-AB02-3D5F-8D3B-6BCA49B8110C> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore 0x19eac9000 - 0x19eca4ff6 com.apple.CoreText (710.4.0.5 - 710.4.0.5) <081D21B1-83A2-3791-838E-0840E1D8DF45> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x19eca5000 - 0x19f3c7ffe com.apple.audio.CoreAudio (5.0 - 5.0) <7B748230-F4A3-376B-B897-E52D0AF79F5E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x19f3c8000 - 0x19f744ffa com.apple.security (7.0 - 60158.100.133) <9A3B47D6-8F7F-3042-9234-4AFFB4E06382> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x19f745000 - 0x19f9faff7 libicucore.A.dylib (70104) <607D09DA-0245-30D6-9092-4735E0F467E0> /usr/lib/libicucore.A.dylib 0x19f9fb000 - 0x19fa05ff3 libsystem_darwin.dylib (1507.100.9) <3DD51185-492E-34B2-AFF4-7900E67497B2> /usr/lib/system/libsystem_darwin.dylib 0x19fa06000 - 0x19fd01ff5 com.apple.CoreServices.CarbonCore (1319 - 1319) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x19fd02000 - 0x19fd3effb com.apple.CoreServicesInternal (484 - 484) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x19fd3f000 - 0x19fd7cffd com.apple.CSStore (1141.1 - 1141.1) /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore 0x19fd7d000 - 0x19fe53ff2 com.apple.framework.IOKit (2.0.2 - 1955.100.5) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x19fe54000 - 0x19fe63fff libsystem_notify.dylib (301) /usr/lib/system/libsystem_notify.dylib 0x19fe64000 - 0x19feb4ffb libsandbox.1.dylib (1657.101.2) /usr/lib/libsandbox.1.dylib 0x19feb5000 - 0x1a0d6cffe com.apple.AppKit (6.9 - 2113.40.126) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x1a0d6d000 - 0x1a0fddff4 com.apple.UIFoundation (1.0 - 786.9) <00E31C92-C81E-3D9A-B1E0-4A3CD1A99E08> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x1a0fde000 - 0x1a0ff1ffb com.apple.UniformTypeIdentifiers (709 - 709) /System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers 0x1a0ff2000 - 0x1a1179ff4 com.apple.desktopservices (2.3 - 1438.3.1) <96AA684E-919F-3E26-A50A-A0B84A02BEA3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x1a118e000 - 0x1a13c2ff6 com.apple.CoreDuet (1.0 - 1) /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet 0x1a13c3000 - 0x1a1486ffc libboringssl.dylib (399.100.46) /usr/lib/libboringssl.dylib 0x1a1487000 - 0x1a1f15fff libnetwork.dylib (2750.100.70) <27642BBD-28CE-3A89-8EB2-A2F8ADB14806> /usr/lib/libnetwork.dylib 0x1a1f16000 - 0x1a23c9ffa com.apple.CFNetwork (1331.0.7 - 1331.0.7) <44336DB4-2C76-31A0-9A23-4C552A869EF5> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x1a23ca000 - 0x1a23e1ffb libsystem_networkextension.dylib (1471.100.24) /usr/lib/system/libsystem_networkextension.dylib 0x1a23e2000 - 0x1a23e3fff libenergytrace.dylib (23) /usr/lib/libenergytrace.dylib 0x1a23e4000 - 0x1a243afe2 libMobileGestalt.dylib (1073.100.31.0.1) /usr/lib/libMobileGestalt.dylib 0x1a243b000 - 0x1a2452ff7 libsystem_asl.dylib (392.100.2) <2D23B1F9-5B0E-3645-8FA7-0352D4A56DB0> /usr/lib/system/libsystem_asl.dylib 0x1a2453000 - 0x1a246eff9 com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x1a246f000 - 0x1a2843ff0 com.apple.SkyLight (1.600.0 - 670.17) /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight 0x1a2844000 - 0x1a2e50ffb com.apple.CoreGraphics (2.0 - 1557.5.4) <815546BF-DED9-3B5B-A270-1F834A2248A5> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x1a2e51000 - 0x1a2f4dff7 com.apple.ColorSync (4.13.0 - 3521.5.2) <97EBD0D2-955C-3BF3-B1F9-B7477AA08414> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x1a2f4e000 - 0x1a2fadff0 com.apple.HIServices (1.22 - 739.1) <2FBED97A-C306-3C99-BAA1-B01CDC85A9F3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x1a30af000 - 0x1a32cdff1 com.apple.Montreal (1.0 - 165.1) <101258C1-5D62-3067-BBCE-B056991862DE> /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal 0x1a33bb000 - 0x1a378fff8 com.apple.CoreData (120 - 1152) <8966003A-FC41-3EA7-883C-FF0B98DB1370> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x1a3790000 - 0x1a37adfff com.apple.ProtocolBuffer (1 - 288.22.9.15.1) <38F72D94-D929-3B87-AF81-A9151CBFCD2D> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 0x1a37ae000 - 0x1a396dffb libsqlite3.dylib (331.5) <78D10B5D-23F7-3342-8CFC-210374D36765> /usr/lib/libsqlite3.dylib 0x1a396e000 - 0x1a39ebffa com.apple.Accounts (113 - 113) <024B1150-CB73-3908-8F91-B9B78E0B8E4B> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts 0x1a39ec000 - 0x1a3a05ffe com.apple.commonutilities (8.0 - 900) /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities 0x1a3a06000 - 0x1a3ac1ff6 com.apple.BaseBoard (567.5 - 567.5) /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard 0x1a3ac2000 - 0x1a3b1cffe com.apple.RunningBoardServices (1.0 - 618.100.42) <0E45A6ED-D390-336D-BF8F-1B5F21E44636> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices 0x1a3b1d000 - 0x1a3b8dffb com.apple.AE (924 - 924) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x1a3b8e000 - 0x1a3b96ffc libdns_services.dylib (1557.101.2) <3A973C75-EAA3-313F-8763-703ED300DA17> /usr/lib/libdns_services.dylib 0x1a3b97000 - 0x1a3b9ffff libsystem_symptoms.dylib (1617.101.2) /usr/lib/system/libsystem_symptoms.dylib 0x1a3ba0000 - 0x1a3d48ffa com.apple.Network (1.0 - 1) /System/Library/Frameworks/Network.framework/Versions/A/Network 0x1a3d49000 - 0x1a3d79fff com.apple.analyticsd (1.0 - 1) /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics 0x1a3d7a000 - 0x1a3d7cfff libDiagnosticMessagesClient.dylib (112) <718632CD-E589-357B-9530-ED3B7309B338> /usr/lib/libDiagnosticMessagesClient.dylib 0x1a3d7d000 - 0x1a3dceff0 com.apple.spotlight.metadata.utilities (1.0 - 2183.17) <1931F967-0122-379A-8E3C-E0CF9FD2891F> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities 0x1a3dcf000 - 0x1a3e6eff7 com.apple.Metadata (10.7.0 - 2183.17) <94A31B60-4B3A-36AA-9CF7-98BA57FFAE3B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x1a3e6f000 - 0x1a3e76fff com.apple.DiskArbitration (2.7 - 2.7) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x1a3e77000 - 0x1a41fafd3 com.apple.vImage (8.1 - 555.3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x1a41fb000 - 0x1a4524ff7 com.apple.QuartzCore (1.11 - 964.19.4) <3EB52FCA-12F4-375B-A491-D08561B3F4DC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x1a4525000 - 0x1a4574ffa libFontRegistry.dylib (333.2.0.1) <9E00957D-9113-37BE-A8B5-6D39100129B9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x1a4575000 - 0x1a46b2ff4 com.apple.coreui (2.1 - 738.1) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x1a46b3000 - 0x1a47aeffd com.apple.ViewBridge (640.1 - 640.1) <1FC3096F-F843-37F9-AF14-575F31E59756> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge 0x1a47af000 - 0x1a47baff9 com.apple.PerformanceAnalysis (1.302.2 - 302.2) <495645C2-6E32-3E2A-BEE9-E13BAAF3F85A> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x1a47bb000 - 0x1a47caff9 com.apple.OpenDirectory (12.3 - 233) <5818B32B-4DD1-3897-BFDA-B35CAE304D9D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x1a47cb000 - 0x1a47eafff com.apple.CFOpenDirectory (12.3 - 233) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x1a47eb000 - 0x1a47f7fff com.apple.CoreServices.FSEvents (1326.100.8 - 1326.100.8) <13F3FFF4-D7AC-3522-9B16-C5AD2374134D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x1a47f8000 - 0x1a481efff com.apple.coreservices.SharedFileList (155 - 155) <05AB4D8F-C613-39D7-A81D-0E46FF5AD5A2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x1a481f000 - 0x1a4821fff libapp_launch_measurement.dylib (16) <694FDB98-6317-3A1C-A160-2A7282B08FF9> /usr/lib/libapp_launch_measurement.dylib 0x1a4822000 - 0x1a486cff9 com.apple.CoreAutoLayout (1.0 - 28) <3E33958E-5A59-3F42-8894-332CD462B826> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout 0x1a486d000 - 0x1a495aff3 libxml2.2.dylib (35.6) <847928DC-8CD9-3727-B20E-16D55E18FC5E> /usr/lib/libxml2.2.dylib 0x1a495b000 - 0x1a49b8ff4 com.apple.CoreVideo (1.8 - 0.0) <7B88FC00-B71C-3122-B3D4-7F7CB8759F1A> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x1a49b9000 - 0x1a49bbffb com.apple.loginsupport (3.0 - 3.0) <31670AD5-86DF-3DDA-89F2-E9C48B8FB997> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x1a49bc000 - 0x1a49e8fff com.apple.aps.framework (4.0 - 4.0) /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService 0x1a49e9000 - 0x1a4a10ff9 com.apple.UserManagement (1.0 - 1) <740BCD46-7B24-3004-859C-57E356B69DB4> /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement 0x1a4a11000 - 0x1a4c0dffe com.apple.cloudkit.CloudKit (1950.31.1 - 1950.31.1) <77C12E69-47D0-3C2B-807D-D437CFE39D13> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit 0x1a4cb5000 - 0x1a52f4ff0 com.apple.CoreML (1.0 - 1127.100.41) /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML 0x1a5ae1000 - 0x1a5b87ff1 com.apple.corelocation (2667.0.23 - 2667.0.23) <69829F41-FDAE-3B6F-BEAE-381206A01FC5> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation 0x1a5b88000 - 0x1a5ba6fff libsystem_containermanager.dylib (383.100.23) /usr/lib/system/libsystem_containermanager.dylib 0x1a5ba7000 - 0x1a5bbaff5 com.apple.IOSurface (302.14 - 302.14) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x1a5bbb000 - 0x1a5bc4ff9 com.apple.IOAccelerator (462.8 - 462.8) /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x1a5bc5000 - 0x1a5d06ff5 com.apple.Metal (261.13 - 261.13) /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x1a5d07000 - 0x1a5d2dfff com.apple.audio.caulk (1.0 - 92) <06ABAE86-9B87-3047-902B-0984B2513187> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk 0x1a5d2e000 - 0x1a5e43fff com.apple.CoreMedia (1.0 - 2940.20.4.3) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x1a5e44000 - 0x1a5f87ff4 libFontParser.dylib (329.4.0.1) <4B0E5777-6B36-359A-A936-CE6404FC8A4B> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 0x1a5f88000 - 0x1a62bbff8 com.apple.HIToolbox (2.1.1 - 1113.9) <88284477-6A20-3D8F-AFB3-A46A40421790> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x1a62bc000 - 0x1a62d3fff com.apple.framework.DFRFoundation (1.0 - 271) <2AB9E42E-2D12-3559-9AF6-D516D2D302AA> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation 0x1a62d4000 - 0x1a62d8ffb com.apple.dt.XCTTargetBootstrap (20073.1) <4BFF4F80-7760-37D5-9501-D80083DE4E04> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap 0x1a62d9000 - 0x1a6308ffb com.apple.CoreSVG (1.0 - 175.5.1) /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG 0x1a6309000 - 0x1a6557ff5 com.apple.ImageIO (3.3.0 - 2222.5.4) <918ECC03-8AF0-388F-BE5F-9FEB22EB5D24> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x1a6558000 - 0x1a68b7ff4 com.apple.CoreImage (17.0.0 - 1240.7) <867D1B25-701F-3935-BBB4-0D2CAE52F931> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x1a68b8000 - 0x1a692affe com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSCore.framework/Versions/A/MPSCore 0x1a692b000 - 0x1a692ffff libsystem_configuration.dylib (1163.100.19.0.2) /usr/lib/system/libsystem_configuration.dylib 0x1a6930000 - 0x1a6934fff libsystem_sandbox.dylib (1657.101.2) <20FB7E2E-3D3F-3AB4-A2B1-E5FCD317D600> /usr/lib/system/libsystem_sandbox.dylib 0x1a6935000 - 0x1a6936ffd com.apple.AggregateDictionary (1.0 - 1) /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary 0x1a6937000 - 0x1a693affb com.apple.AppleSystemInfo (3.1.5 - 3.1.5) /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x1a693b000 - 0x1a693cfff liblangid.dylib (136) <3EEE2A93-F147-384F-939D-C50A94221A54> /usr/lib/liblangid.dylib 0x1a693d000 - 0x1a6a2dffe com.apple.CoreNLP (1.0 - 273.2) <93D0DEC4-CBAD-31D7-84C3-0071952C2320> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP 0x1a6a2e000 - 0x1a6a35ffe com.apple.LinguisticData (1.0 - 399) <558F2AB8-9691-33C5-BC7C-F5EB2F398BAC> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData 0x1a6a36000 - 0x1a6fe1f83 libBNNS.dylib (403.100.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib 0x1a6fe2000 - 0x1a70c7f17 libvDSP.dylib (794.100.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x1a70c8000 - 0x1a70daff9 com.apple.CoreEmoji (1.0 - 143) <200DF1D0-5F09-3DD3-A64E-D6E75BEFF0DC> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji 0x1a70db000 - 0x1a70e6ffb com.apple.IOMobileFramebuffer (343.0.0 - 343.0.0) /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer 0x1a70e7000 - 0x1a71c3ffb com.apple.framework.CoreWLAN (16.0 - 1657) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x1a71c4000 - 0x1a73b4ff2 com.apple.CoreUtils (6.9 - 690.41) <0C005CEF-0F00-333B-8895-47EC4C1F499D> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x1a73b5000 - 0x1a73ddff2 com.apple.MobileKeyBag (2.0 - 1.0) <9F2339D8-4595-3210-BD6F-7C1F1971BBDB> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag 0x1a73de000 - 0x1a73efffa com.apple.AssertionServices (1.0 - 618.100.42) <2C1F88B9-3958-3B2B-81CB-EC9084555A06> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices 0x1a73f0000 - 0x1a7483ff4 com.apple.securityfoundation (6.0 - 55255.100.1) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x1a7484000 - 0x1a748efff com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <0EDBA5B8-8F49-3853-871F-2500900F5A3C> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement 0x1a748f000 - 0x1a749cff1 com.apple.xpc.ServiceManagement (1.0 - 1) <1D320E13-7319-328E-A445-0D2278C0A70A> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x1a749d000 - 0x1a749ffff libquarantine.dylib (133.100.3) /usr/lib/system/libquarantine.dylib 0x1a74a0000 - 0x1a74affff libCheckFix.dylib (31) /usr/lib/libCheckFix.dylib 0x1a74b0000 - 0x1a74c7fff libcoretls.dylib (178) <9FB56E7B-4742-30B9-929F-E88CCFDC1C8F> /usr/lib/libcoretls.dylib 0x1a74c8000 - 0x1a74d8fff libbsm.0.dylib (73) <3F3D5CA8-4F65-3FD5-A9A5-15FBDF871BEF> /usr/lib/libbsm.0.dylib 0x1a74d9000 - 0x1a7535ff3 libmecab.dylib (972.10) /usr/lib/libmecab.dylib 0x1a7536000 - 0x1a7538ffb libgermantok.dylib (29) <8AD05348-796E-3F1E-897D-E59A6B97F86F> /usr/lib/libgermantok.dylib 0x1a7539000 - 0x1a754dff3 libLinearAlgebra.dylib (1381.100.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x1a754e000 - 0x1a7760ff4 com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork 0x1a7761000 - 0x1a77b7ff5 com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <5020E185-A3B6-32DE-BB15-C89011424C80> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector 0x1a77b8000 - 0x1a7988ff3 com.apple.MLCompute (1.0 - 1) <1C0E1AA9-5890-3E1F-8566-D30E5B39E10B> /System/Library/Frameworks/MLCompute.framework/Versions/A/MLCompute 0x1a7989000 - 0x1a79b9ff2 com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix 0x1a79ba000 - 0x1a7a58ff6 com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <92F89811-E686-3075-9A60-CACC3E1D1865> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray 0x1a7a59000 - 0x1a7ae5ffa com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSImage.framework/Versions/A/MPSImage 0x1a7ae6000 - 0x1a7af6fc7 com.apple.AppleFSCompression (132.100.2 - 1.0) <43EBCC08-1146-3F59-83DB-2CEDD6A60417> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x1a7af7000 - 0x1a7b03ff7 libbz2.1.0.dylib (45) <6418479F-B99B-3592-8C7D-CDC7D9375640> /usr/lib/libbz2.1.0.dylib 0x1a7b04000 - 0x1a7b09fff libsystem_coreservices.dylib (133) <8DE6A24E-0888-3107-B368-65DD37AD5EB7> /usr/lib/system/libsystem_coreservices.dylib 0x1a7b0a000 - 0x1a7b3cffb com.apple.CoreServices.OSServices (1141.1 - 1141.1) <0772B122-7721-32B4-9715-F9D65C85C59B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x1a7b3d000 - 0x1a7c83ff6 com.apple.AuthKit (1.0 - 1) /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit 0x1a7c84000 - 0x1a7ccbffd com.apple.UserNotifications (1.0 - 410.17) /System/Library/Frameworks/UserNotifications.framework/Versions/A/UserNotifications 0x1a7d58000 - 0x1a7d69fff libz.1.dylib (77) /usr/lib/libz.1.dylib 0x1a7d6a000 - 0x1a7da0ffb libsystem_m.dylib (3204.80.2) <8945D8AF-A594-316E-B4E6-FF87529D0B23> /usr/lib/system/libsystem_m.dylib 0x1a7da1000 - 0x1a7da1fff libcharset.1.dylib (61) <6A57B70D-5D1E-382C-BC6C-ED595132D8E3> /usr/lib/libcharset.1.dylib 0x1a7da2000 - 0x1a7daaff3 libmacho.dylib (994) /usr/lib/system/libmacho.dylib 0x1a7dab000 - 0x1a7dc6fff libkxld.dylib (8020.101.3) /usr/lib/system/libkxld.dylib 0x1a7dc7000 - 0x1a7dd3ffb libcommonCrypto.dylib (60191.100.1) /usr/lib/system/libcommonCrypto.dylib 0x1a7dd4000 - 0x1a7ddefff libunwind.dylib (202.2) /usr/lib/system/libunwind.dylib 0x1a7ddf000 - 0x1a7de6ffb liboah.dylib (254.16) <56098C2F-D947-3FB6-B365-5F5204D0E955> /usr/lib/liboah.dylib 0x1a7de7000 - 0x1a7defffb libcopyfile.dylib (180.100.3) <008DFB43-303F-3C30-9216-CE9650504D2B> /usr/lib/system/libcopyfile.dylib 0x1a7df0000 - 0x1a7df3ffb libcompiler_rt.dylib (103.1) /usr/lib/system/libcompiler_rt.dylib 0x1a7df4000 - 0x1a7df8fff libsystem_collections.dylib (1507.100.9) /usr/lib/system/libsystem_collections.dylib 0x1a7df9000 - 0x1a7dfbffb libsystem_secinit.dylib (107.100.5) <5719BA5D-BE43-3410-95CA-1EED721E5D36> /usr/lib/system/libsystem_secinit.dylib 0x1a7dfc000 - 0x1a7dfefff libremovefile.dylib (60) /usr/lib/system/libremovefile.dylib 0x1a7dff000 - 0x1a7dfffff libkeymgr.dylib (31) <764349CE-2EBF-34AD-917D-0D299EA0F9AD> /usr/lib/system/libkeymgr.dylib 0x1a7e00000 - 0x1a7e08fff libsystem_dnssd.dylib (1557.101.2) /usr/lib/system/libsystem_dnssd.dylib 0x1a7e09000 - 0x1a7e0eff7 libcache.dylib (85) /usr/lib/system/libcache.dylib 0x1a7e0f000 - 0x1a7e10fff libSystem.B.dylib (1311.100.3) /usr/lib/libSystem.B.dylib 0x1a7e11000 - 0x1a7e14ffb libfakelink.dylib (4) <6001F250-6CC0-3723-8D00-F9A29D5E438F> /usr/lib/libfakelink.dylib 0x1a7e15000 - 0x1a7e15ffb com.apple.SoftLinking (1.0 - 42) /System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking 0x1a7e16000 - 0x1a7e52fff libpcap.A.dylib (110) <88798C2B-F6B8-3813-8184-98D7E6BB1C6C> /usr/lib/libpcap.A.dylib 0x1a7e53000 - 0x1a7f44ffb libiconv.2.dylib (61) /usr/lib/libiconv.2.dylib 0x1a7f45000 - 0x1a7f56ff3 libcmph.dylib (8) /usr/lib/libcmph.dylib 0x1a7f57000 - 0x1a7fdcffb libarchive.2.dylib (103) <27068E6C-4A2F-3E1A-877A-523BE2F408E1> /usr/lib/libarchive.2.dylib 0x1a7fdd000 - 0x1a8054fff com.apple.SearchKit (1.4.1 - 1.4.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x1a8055000 - 0x1a8056ff3 libThaiTokenizer.dylib (10) <61A0A36F-4B34-341D-9257-D0D4304E00FA> /usr/lib/libThaiTokenizer.dylib 0x1a8057000 - 0x1a807bff7 com.apple.applesauce (1.0 - 16.38) /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce 0x1a807c000 - 0x1a8093ff7 libapple_nghttp2.dylib (2) <1F94A51B-406A-3961-8186-52A32EB0DA5A> /usr/lib/libapple_nghttp2.dylib 0x1a8094000 - 0x1a80a6ff7 libSparseBLAS.dylib (1381.100.10) <8C97779A-9D27-3D41-8337-56FFACECE7C0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x1a80a7000 - 0x1a80a8ff9 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <69A23B3F-FC64-3367-BACA-CDAA50F38BB3> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders 0x1a80a9000 - 0x1a80adfff libpam.2.dylib (29) <4C30B13C-10A5-3F32-9B69-A6AF654EF2F2> /usr/lib/libpam.2.dylib 0x1a80ae000 - 0x1a8179fd3 libcompression.dylib (125.100.5) /usr/lib/libcompression.dylib 0x1a817a000 - 0x1a817effb libQuadrature.dylib (7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib 0x1a817f000 - 0x1a8643ff7 libLAPACK.dylib (1381.100.10) <35C3B3ED-B3BD-3FFB-9ED4-C13677196EFA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x1a8644000 - 0x1a869aff6 com.apple.DictionaryServices (1.2 - 350) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x1a869b000 - 0x1a86b3ff3 liblzma.5.dylib (16) <3FA543DB-63D5-3C6C-8592-59CFD827969D> /usr/lib/liblzma.5.dylib 0x1a86b4000 - 0x1a86b5ffb libcoretls_cfhelpers.dylib (178) /usr/lib/libcoretls_cfhelpers.dylib 0x1a86b6000 - 0x1a871cffb com.apple.APFS (1934.101.3 - 1934.101.3) <628E56A6-83A2-3F73-8F4F-40373D849730> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS 0x1a871d000 - 0x1a872bffb libxar.1.dylib (487.100.1) <9A6BE71C-7DE5-30F3-8128-9899FFE58EB9> /usr/lib/libxar.1.dylib 0x1a872c000 - 0x1a872fff7 libutil.dylib (62) /usr/lib/libutil.dylib 0x1a8730000 - 0x1a8759ff7 libxslt.1.dylib (18.5) <5D171D7C-9B6E-3604-807F-D4748886AD0D> /usr/lib/libxslt.1.dylib 0x1a875a000 - 0x1a8761fff libChineseTokenizer.dylib (40) <893CCF25-6E8F-3652-8DD3-4E37EEFD6223> /usr/lib/libChineseTokenizer.dylib 0x1a8762000 - 0x1a87d5feb libvMisc.dylib (794.100.2) <95CA283A-8C6B-303B-92F5-909B5F1CCB24> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x1a87d6000 - 0x1a8866fd0 libate.dylib (3.0.6) <4274AD0E-C655-351D-AD96-84E52D1661D8> /usr/lib/libate.dylib 0x1a8867000 - 0x1a886ffff libIOReport.dylib (76) <635A87D5-430B-38EB-AFCC-8BF081EF7CA9> /usr/lib/libIOReport.dylib 0x1a8870000 - 0x1a8883ff5 com.apple.CrashReporterSupport (10.13 - 15094) <32B4A086-CC99-349F-AB2F-6BC42C681316> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x1a8884000 - 0x1a88a0fff com.apple.AppSSOCore (1.0 - 1) /System/Library/PrivateFrameworks/AppSSOCore.framework/Versions/A/AppSSOCore 0x1a8972000 - 0x1a89a9ff9 com.apple.pluginkit.framework (1.0 - 1) <7C7ABE93-4CCF-3452-B186-E384A0C44772> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit 0x1a89aa000 - 0x1a89b1ffb libMatch.1.dylib (38) <7E7F463B-0595-33E3-9B7C-296B30BE7EB7> /usr/lib/libMatch.1.dylib 0x1a89b2000 - 0x1a8a35fff libCoreStorage.dylib (559) <4C97ECB1-8775-3610-BCA3-91C28739BC15> /usr/lib/libCoreStorage.dylib 0x1a8a36000 - 0x1a8a81ff3 com.apple.AppleVAFramework (6.1.3 - 6.1.3) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x1a8a82000 - 0x1a8a9cffb libexpat.1.dylib (28) <4B444933-A834-35D7-B624-D376C1FA22EB> /usr/lib/libexpat.1.dylib 0x1a8a9d000 - 0x1a8aa6fff libheimdal-asn1.dylib (634.100.7) <1EAE3A70-5967-39C7-803A-336CAE019CEC> /usr/lib/libheimdal-asn1.dylib 0x1a8aa7000 - 0x1a8abcffa com.apple.IconFoundation (493 - 493) /System/Library/PrivateFrameworks/IconFoundation.framework/Versions/A/IconFoundation 0x1a8abd000 - 0x1a8b2eff5 com.apple.IconServices (493 - 493) /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x1a8b2f000 - 0x1a8ba2ff5 com.apple.MediaExperience (1.0 - 1) <89EB0EAD-2059-351C-9E65-C7234C3E2BBD> /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience 0x1a8bce000 - 0x1a8bdbffc com.apple.GraphVisualizer (1.0 - 100.1) <227BD8B9-E3C2-3B6A-84B7-09EB1E87F339> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer 0x1a8bdc000 - 0x1a8feeffc com.apple.vision.FaceCore (4.3.2 - 4.3.2) <01CE6FE8-4306-3E45-B03F-A3954D73B7A1> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x1a8fef000 - 0x1a9032ff4 com.apple.OTSVG (1.0 - 710.4.0.5) /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG 0x1a9033000 - 0x1a903bfff com.apple.xpc.AppServerSupport (1.0 - 2236.100.61) <6500E8F6-9292-3C04-A340-A3DB22D50818> /System/Library/PrivateFrameworks/AppServerSupport.framework/Versions/A/AppServerSupport 0x1a903c000 - 0x1a9045ffb libhvf.dylib (1.0 - 329.4.0.1) <8ABCA69E-ADD1-3B34-A09D-AAE5DF3487FE> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib 0x1a9046000 - 0x1a904afff libspindump.dylib (310) <65D2CAFA-D12D-36FF-B673-717EB6101530> /usr/lib/libspindump.dylib 0x1a904b000 - 0x1a910dffe com.apple.Heimdal (4.0 - 2.0) <9B6652D5-FCD8-385A-8BC8-DF1C487A9CEC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x1a92c8000 - 0x1a931affb com.apple.bom (14.0 - 238.1) <54FE487A-6FC7-3CB8-ACF8-60FC8C4EA688> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x1a931b000 - 0x1a935ffff com.apple.AppleJPEG (1.0 - 1) <2853CC3A-092D-359E-BE82-096C0F803CA0> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x1a9360000 - 0x1a944bfff libJP2.dylib (2222.5.4) <47435CD0-68ED-342E-BBA1-DA6865E49F45> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x1a944c000 - 0x1a944ffff com.apple.WatchdogClient.framework (1.0 - 127.100.16) <37A71E87-EE3E-3525-A83B-17CF3E1EABC7> /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient 0x1a9450000 - 0x1a948affd com.apple.MultitouchSupport.framework (5440.11 - 5440.11) /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x1a948b000 - 0x1a98f1ff1 com.apple.VideoToolbox (1.0 - 2940.20.4.3) /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x1a98f2000 - 0x1a9923feb libAudioToolboxUtility.dylib (1245.79.1) <12AF3FD6-E39E-3D89-94E0-BFA0C1B16E05> /usr/lib/libAudioToolboxUtility.dylib 0x1a9924000 - 0x1a9945ff3 libPng.dylib (2222.5.4) <2FCD841B-A9A6-399F-BCF7-851E28D7FB98> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x1a9946000 - 0x1a99a2fff libTIFF.dylib (2222.5.4) <242D448C-7704-3A59-AD0A-1B4859D62F77> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x1a99a3000 - 0x1a99c2ffb com.apple.IOPresentment (62 - 37) <7848B1C5-CA16-30EF-9789-B9B7DC7DDD67> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment 0x1a99c3000 - 0x1a99c7ffb com.apple.GPUWrangler (6.5.4 - 6.5.4) /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler 0x1a99c8000 - 0x1a99caffb libRadiance.dylib (2222.5.4) <787CB166-494E-39E7-BD2C-1B1DB048F3B5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x1a99cb000 - 0x1a99d0ffb com.apple.DSExternalDisplay (3.1 - 380) /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay 0x1a99d1000 - 0x1a99fbfff libJPEG.dylib (2222.5.4) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x1a99fc000 - 0x1a9a2bff7 com.apple.ATSUI (1.0 - 1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI 0x1a9a2c000 - 0x1a9a30ff3 libGIF.dylib (2222.5.4) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x1a9a31000 - 0x1a9a3afff com.apple.CMCaptureCore (1.0 - 190.41.2) /System/Library/PrivateFrameworks/CMCaptureCore.framework/Versions/A/CMCaptureCore 0x1a9a3b000 - 0x1a9aa6ffb com.apple.print.framework.PrintCore (17.1 - 544.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x1a9aa7000 - 0x1a9b4aff2 com.apple.TextureIO (3.10.9 - 3.10.9) <7AC316F5-C65F-3A30-A604-09AA648796DD> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO 0x1a9b4b000 - 0x1a9b56fff com.apple.InternationalSupport (1.0 - 69.1) /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport 0x1a9b57000 - 0x1a9bd3ff1 com.apple.datadetectorscore (8.0 - 697.2) <1D8CB7F8-ADBD-3410-9FFF-A3B1D16D10B0> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x1a9bd4000 - 0x1a9c41ffb com.apple.UserActivity (511 - 511) <410D8F83-6239-3C1E-839C-DB703C3E251E> /System/Library/PrivateFrameworks/UserActivity.framework/Versions/A/UserActivity 0x1a9c42000 - 0x1aa3b3ff4 com.apple.MediaToolbox (1.0 - 2940.20.4.3) <80EC12AA-BF65-3D3D-A6A3-CB3DB3E75E32> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x1aa3b4000 - 0x1aa41cffa libusrtcp.dylib (2750.100.70) <6E45DD2E-5A33-3975-A6ED-80745BCF9144> /usr/lib/libusrtcp.dylib 0x1aa41d000 - 0x1aa91bff4 libswiftCore.dylib (5.6 - 5.6.0.323.32) /usr/lib/swift/libswiftCore.dylib 0x1aa91c000 - 0x1aa993ff8 com.apple.imfoundation (10.0 - 1000) <65820D69-4970-36AC-B347-E9FB618E051E> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation 0x1aa994000 - 0x1aa9bcff9 com.apple.locationsupport (2667.0.23 - 2667.0.23) /System/Library/PrivateFrameworks/LocationSupport.framework/Versions/A/LocationSupport 0x1aa9bd000 - 0x1aa9f6ffe libSessionUtility.dylib (128.63) <00358B8E-E8E4-3BA0-A868-0B6EEA779FA6> /System/Library/PrivateFrameworks/AudioSession.framework/libSessionUtility.dylib 0x1aa9f7000 - 0x1aab34ff5 com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <930ED328-2C5F-3F0E-A16A-F5E73BDDE606> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x1aab35000 - 0x1aaba6ff7 com.apple.audio.AudioSession (1.0 - 128.63) /System/Library/PrivateFrameworks/AudioSession.framework/Versions/A/AudioSession 0x1aaba7000 - 0x1aabbaffc libAudioStatistics.dylib (69.66.1) <8FC1987F-CF7F-3C81-BE4B-45579BD93095> /usr/lib/libAudioStatistics.dylib 0x1aabbb000 - 0x1aabceff8 com.apple.speech.synthesis.framework (9.0.88.5 - 9.0.88.5) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x1aabcf000 - 0x1aac3effb com.apple.ApplicationServices.ATS (377 - 533.3.0.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x1aac3f000 - 0x1aac57ffb libresolv.9.dylib (68) <5FDD7E3E-2CC0-3C08-A878-00F070CA1C03> /usr/lib/libresolv.9.dylib 0x1aac7c000 - 0x1aacd7feb libParallelCompression.dylib (280.100.14) <678A317F-6CDA-3279-9922-6B800C7AAF40> /usr/lib/libParallelCompression.dylib 0x1aad30000 - 0x1aae12ff4 com.apple.CoreMediaIO (1000.0 - 5355.16) /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x1aae13000 - 0x1aaef2ffb libSMC.dylib (21) <09A3AF11-53C1-38F3-94D8-BD5253111437> /usr/lib/libSMC.dylib 0x1aaef3000 - 0x1aaf50ff3 libcups.2.dylib (499.3) <651539B9-418E-3345-BB55-9283282CF063> /usr/lib/libcups.2.dylib 0x1aaf51000 - 0x1aaf5dffb com.apple.NetAuth (6.2 - 6.2) <96A451E6-6170-3BF6-A7B9-DCC755403575> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x1aaf5e000 - 0x1aaf65fff com.apple.ColorSyncLegacy (4.13.0 - 1) <89DF73B6-F583-3858-9ECA-9879C3313BCD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy 0x1aaf66000 - 0x1aaf71fff com.apple.QD (4.0 - 416) <936BF187-3D41-3BD1-A70E-807DE160CEB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x1aaf72000 - 0x1ab2b1ffe com.apple.audio.AudioResourceArbitration (1.0 - 1) <30B9C308-7B76-31CB-BAFF-BAB6375FD7E3> /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration 0x1ab2b2000 - 0x1ab2beff0 com.apple.perfdata (1.0 - 82) /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata 0x1ab2bf000 - 0x1ab2ccffc libperfcheck.dylib (42) /usr/lib/libperfcheck.dylib 0x1ab2cd000 - 0x1ab2ddff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x1ab2de000 - 0x1ab32dffb com.apple.GSS (4.0 - 2.0) <69549128-3AAD-3BB4-8EDB-1D9227518584> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x1ab32e000 - 0x1ab33efff com.apple.CommonAuth (4.0 - 2.0) <196B669F-86B5-3BDD-98DD-C6C7A9FAC309> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x1ab33f000 - 0x1ab368ffa com.apple.MobileAssets (1.0 - 698.100.13) /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset 0x1ab3a4000 - 0x1ab3c4ffe com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <597D0D24-2F31-38E2-8600-25B175CD12C0> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle 0x1ab3c5000 - 0x1ab3ceff8 com.apple.CorePhoneNumbers (1.0 - 1) /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers 0x1ab3cf000 - 0x1ab455ffc libTelephonyUtilDynamic.dylib (5553.3) /usr/lib/libTelephonyUtilDynamic.dylib 0x1abb47000 - 0x1abcc0ff6 com.apple.ids (10.0 - 1000) <1D1A9948-9737-3AB3-823B-A6ADD21D3934> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS 0x1abcc1000 - 0x1abe6cffd com.apple.idsfoundation (10.0 - 1000) /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation 0x1abe6d000 - 0x1abfdcffa com.apple.Sharing (1779 - 1779) <7B9CC5AC-D560-3798-BACF-51AD25578C19> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x1abfdd000 - 0x1ac098ffd com.apple.Bluetooth (1.0 - 1) <631FAB58-9679-3192-916F-9712CAC44498> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x1ac0b2000 - 0x1ac115fff com.apple.ProtectedCloudStorage (1.0 - 1) /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage 0x1ac28e000 - 0x1ac3dbff7 com.apple.combine (1.0 - 280.101) <40CA917B-622D-3583-8147-6401668DE5B3> /System/Library/Frameworks/Combine.framework/Versions/A/Combine 0x1ac3dc000 - 0x1ade37fec com.apple.GeoServices (1.0 - 1830.24.11.8.11) <3B396EC4-E730-37BE-98EC-B41F319DDAB1> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices 0x1ade44000 - 0x1ade6fffd com.apple.RemoteViewServices (2.0 - 167) <5EF3FB69-4AEA-33B2-9617-626D222063DB> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x1ade70000 - 0x1ade83fff com.apple.SpeechRecognitionCore (6.2.26.9 - 6.2.26.9) <2A28F691-E1F5-3C3C-A1DC-2F1437084AC8> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x1ade84000 - 0x1ade8bfff com.apple.speech.recognition.framework (6.0.3 - 6.0.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x1ae14a000 - 0x1ae14afff libsystem_product_info_filter.dylib (10) /usr/lib/system/libsystem_product_info_filter.dylib 0x1ae1f3000 - 0x1ae209ff3 com.apple.Accessibility (1.0 - 1) <34B206BE-5839-344B-AD3D-C2C91CC87DB7> /System/Library/Frameworks/Accessibility.framework/Versions/A/Accessibility 0x1ae24a000 - 0x1ae24afff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <86D1D19B-B097-3163-B906-0D0AC0EE1511> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x1ae273000 - 0x1ae273fff com.apple.CoreServices (1141.1 - 1141.1) <264716A6-4D97-3507-B96B-479206E89DDF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x1ae50b000 - 0x1ae50bfff com.apple.Accelerate (1.11 - Accelerate 1.11) <946B9D01-0D10-3A91-8838-C450947830BD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x1ae556000 - 0x1ae562ff3 com.apple.MediaAccessibility (1.0 - 136) <5D399FF7-A136-308E-97BC-97C3CA3F214E> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility 0x1ae563000 - 0x1ae582ff2 com.apple.networking.AlgosScoreFramework (1.0 - 1) <35E54A59-9689-3834-8E1B-85303B137190> /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/Versions/A/AlgosScoreFramework 0x1ae583000 - 0x1ae588ffb com.apple.AppleSRP (5.0 - 1) <86B4B32C-E93D-370E-B19E-E4C72E3FC8D9> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x1ae589000 - 0x1ae593ffb com.apple.frameworks.CoreDaemon (1.3 - 1.3) /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon 0x1ae8c3000 - 0x1aec3dffe libswiftFoundation.dylib (72.105) <6DFD291E-D8A3-353A-A3CA-0958D82BC2B2> /usr/lib/swift/libswiftFoundation.dylib 0x1af07b000 - 0x1af115ffa com.apple.CoreBluetooth (1.0 - 1) <80FA2909-9FE0-33B8-B127-9B50BCDE38A9> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x1af116000 - 0x1af121ffd com.apple.SymptomDiagnosticReporter (1.0 - 174.100.13.0.1) <44BDC375-EDDD-3449-B270-2182B02E8F46> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter 0x1af122000 - 0x1af148ff9 com.apple.PowerLog (1.0 - 1) <54F858AC-42EE-3A3A-B4C2-82DF6E5E6B25> /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog 0x1af149000 - 0x1af155ffb com.apple.AppleIDAuthSupport (1.0 - 1) /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport 0x1af156000 - 0x1af211ffa com.apple.DiscRecording (9.0.3 - 9030.4.5) <3354EF03-47B4-3D27-A628-B60CFA666B22> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x1af212000 - 0x1af245ff3 com.apple.MediaKit (16 - 930) <53A7DA64-4434-3AC0-8A6D-C76F35533A89> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x1af246000 - 0x1af335ff6 com.apple.DiskManagement (15.0 - 1814.100.1) <6E46E667-2E76-3ABA-839A-FF89E889BDFC> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement 0x1af336000 - 0x1af341ffd com.apple.CoreAUC (340.19 - 340.19) <047DCFA2-A147-39BD-AA9F-8F43B97E8E6E> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x1af342000 - 0x1af345fff com.apple.Mangrove (1.0 - 25) <0F6BB171-5D58-3FF0-BE0B-F988EA8B9260> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 0x1af346000 - 0x1af379ff3 com.apple.CoreAVCHD (6.0.0 - 6100.4.3) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x1af37a000 - 0x1af4fdff0 com.apple.FileProvider (399.101.3 - 399.101.3) <1B8D2E09-C174-3C57-88B9-BB85770DEF96> /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider 0x1af4fe000 - 0x1af524ffb com.apple.GenerationalStorage (2.0 - 333.100.2) <2C4F5B59-44C8-3424-9990-23C7A7FB5E61> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x1af525000 - 0x1af54cffa com.apple.security.octagontrust (1.0 - 1) <7B7C9D6F-13CB-323C-9510-D776C0E43770> /System/Library/PrivateFrameworks/OctagonTrust.framework/Versions/A/OctagonTrust 0x1af919000 - 0x1afa16ff9 com.apple.CoreTelephony (113 - 9523) <9EBD82E4-463B-3316-80B5-1B3CEA9D66FB> /System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony 0x1afa25000 - 0x1afa3dfff libswiftDispatch.dylib (11) /usr/lib/swift/libswiftDispatch.dylib 0x1afa3e000 - 0x1afc5dff0 com.apple.AVFCore (1.0 - 2080.20.4.1) <2E81A5E4-8789-339B-893F-BCBDCAD588FF> /System/Library/PrivateFrameworks/AVFCore.framework/Versions/A/AVFCore 0x1afc5e000 - 0x1afcf5fff com.apple.FrontBoardServices (765.10 - 765.10) <586F8DBB-323A-33C7-85AA-6EC76CDB8DEA> /System/Library/PrivateFrameworks/FrontBoardServices.framework/Versions/A/FrontBoardServices 0x1afcf6000 - 0x1afd49fff com.apple.BoardServices (1.0 - 567.5) <6AB4F3AE-A263-38AB-B9DB-72A529F96740> /System/Library/PrivateFrameworks/BoardServices.framework/Versions/A/BoardServices 0x1afda8000 - 0x1afdf3ffc com.apple.ExtensionFoundation (34.5 - 34.5) <0F369FAF-1082-3359-ADD6-57BE58BE7CCA> /System/Library/PrivateFrameworks/ExtensionFoundation.framework/Versions/A/ExtensionFoundation 0x1afdf4000 - 0x1afe4eff0 com.apple.CryptoTokenKit (1.0 - 1) /System/Library/Frameworks/CryptoTokenKit.framework/Versions/A/CryptoTokenKit 0x1afe4f000 - 0x1afe67ff9 com.apple.LocalAuthentication (1.0 - 985.100.54) <32F5082D-99F6-3BC9-A2A9-5AB153FB1AA1> /System/Library/Frameworks/LocalAuthentication.framework/Versions/A/LocalAuthentication 0x1afe68000 - 0x1afea2ff7 com.apple.CoreAuthentication.SharedUtils (1.0 - 985.100.54) /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/Versions/A/SharedUtils 0x1b007e000 - 0x1b00c0ffc com.apple.DebugSymbols (195.1 - 195.1) <6016032C-B43D-301C-8581-CE32DFBC708C> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x1b00c1000 - 0x1b019fff7 com.apple.CoreSymbolication (13.3 - 64552.31) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x1b01a0000 - 0x1b01aaffa com.apple.CoreTime (305) /System/Library/PrivateFrameworks/CoreTime.framework/Versions/A/CoreTime 0x1b01ab000 - 0x1b0238ff5 com.apple.Rapport (3.4.0 - 340.19.1) /System/Library/PrivateFrameworks/Rapport.framework/Versions/A/Rapport 0x1b0bee000 - 0x1b0c47ffb com.apple.coreduetcontext (1.0 - 1) /System/Library/PrivateFrameworks/CoreDuetContext.framework/Versions/A/CoreDuetContext 0x1b0c48000 - 0x1b12b2ffe com.apple.Intents (1.0 - 1) <5BF6C6DB-CDAA-3BBF-8146-1DE813F432B6> /System/Library/Frameworks/Intents.framework/Versions/A/Intents 0x1b12b3000 - 0x1b1312ffe com.apple.framework.Apple80211 (17.0 - 1728) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x1b1313000 - 0x1b148fffb com.apple.CoreWiFi (3.0 - 341) /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x1b1490000 - 0x1b14afffa com.apple.BackBoardServices (1.0 - 1.0) /System/Library/PrivateFrameworks/BackBoardServices.framework/Versions/A/BackBoardServices 0x1b1711000 - 0x1b1720ffe com.apple.RemoteServiceDiscovery (1.0 - 55.100.12) /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery 0x1b1785000 - 0x1b178cff8 com.apple.EFILogin (2.0 - 2) <9D6C005F-516B-3D0D-A12E-D073AB09635F> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x1b178d000 - 0x1b1798fff libcsfde.dylib (559) <4DEA0571-C71A-3E6F-90F0-F11A1B56F6A7> /usr/lib/libcsfde.dylib 0x1b180b000 - 0x1b184cff5 com.apple.AppSupport (1.0.0 - 29) /System/Library/PrivateFrameworks/AppSupport.framework/Versions/A/AppSupport 0x1b1a0c000 - 0x1b1a0cfff com.apple.ApplicationServices (48 - 50) <5135F624-1CF2-3795-9662-57B402C64FEF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x1b1a0d000 - 0x1b1a0fffb com.apple.InternationalTextSearch (1.0 - 1) /System/Library/PrivateFrameworks/InternationalTextSearch.framework/Versions/A/InternationalTextSearch 0x1b1d8e000 - 0x1b1d92ffe com.apple.security.CryptoKit-C-Bridging (1.0 - 1) /System/Library/PrivateFrameworks/CryptoKitCBridging.framework/Versions/A/CryptoKitCBridging 0x1b1d93000 - 0x1b1d93fff libHeimdalProxy.dylib (79) <0D97FAA2-BFAB-39FD-9C3C-2D4567E66DBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib 0x1b1e18000 - 0x1b1e18fff com.apple.audio.units.AudioUnit (1.14 - 1.14) <0A61B854-DC51-38E8-ABCE-98156813BBDA> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x1b1e46000 - 0x1b1e70ff2 com.apple.StreamingZip (1.0 - 1) /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip 0x1b1e71000 - 0x1b1e9bffc com.apple.DuetActivityScheduler (1.0 - 1) /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/Versions/A/DuetActivityScheduler 0x1b1e9c000 - 0x1b1e9eff1 libswiftObjectiveC.dylib (3) /usr/lib/swift/libswiftObjectiveC.dylib 0x1b1e9f000 - 0x1b1eb8ffa libswiftos.dylib (1023) /usr/lib/swift/libswiftos.dylib 0x1b1eb9000 - 0x1b1ec8fff com.apple.IntentsFoundation (1.0 - 1) <54CFF1BB-0C64-3231-B729-2DE7FDCED2DA> /System/Library/PrivateFrameworks/IntentsFoundation.framework/Versions/A/IntentsFoundation 0x1b1ec9000 - 0x1b1ed1ffe com.apple.PushKit (1.0 - 1) /System/Library/Frameworks/PushKit.framework/Versions/A/PushKit 0x1b1ed2000 - 0x1b1f15fff com.apple.C2 (1.3 - 1950.19) /System/Library/PrivateFrameworks/C2.framework/Versions/A/C2 0x1b1f54000 - 0x1b29ddff7 com.apple.vision.EspressoFramework (1.0 - 314.2.6) /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso 0x1b29de000 - 0x1b29fdff1 com.apple.ANEServices (5.64 - 5.64) /System/Library/PrivateFrameworks/ANEServices.framework/Versions/A/ANEServices 0x1b29fe000 - 0x1b2a7dffe com.apple.proactive.support.ProactiveSupport (1.0 - 331.2) <73085A2B-60A2-3396-9422-87C1C98C7ECA> /System/Library/PrivateFrameworks/ProactiveSupport.framework/Versions/A/ProactiveSupport 0x1b2b4a000 - 0x1b2b4cfff com.apple.CoreDuetDebugLogging (1.0 - 1) /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging 0x1b2b4d000 - 0x1b2b5cffc com.apple.CoreDuetDaemonProtocol (1.0 - 1) <63317B99-E69F-3B35-B69F-2C0432C04B0D> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol 0x1b2b5d000 - 0x1b2b64ff8 com.apple.ASEProcessing (1.29.1 - 1.29.1) <4BC4DD5E-C48E-3F16-BF4D-7FBA70C9E4DD> /System/Library/PrivateFrameworks/ASEProcessing.framework/Versions/A/ASEProcessing 0x1b38ca000 - 0x1b38d6ffc com.apple.RTCReporting (12.22.2 - 12.22.2) <6C49F093-27D7-369B-B163-2595BE8B68F5> /System/Library/PrivateFrameworks/RTCReporting.framework/Versions/A/RTCReporting 0x1b3abb000 - 0x1b3adaff8 com.apple.CoreML.AppleNeuralEngine (1.0 - 1) /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/Versions/A/AppleNeuralEngine 0x1b3b3b000 - 0x1b3bacff1 com.apple.audio.midi.CoreMIDI (2.0 - 88) <924622A7-7892-3FB6-B8EA-833CBAC4B6FB> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI 0x1b4330000 - 0x1b4333fff com.apple.IOSurfaceAccelerator (1.0.0 - 1.0.0) <7C328F87-C2B5-38DB-8CAC-4D59420DBA2E> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/Versions/A/IOSurfaceAccelerator 0x1b56c0000 - 0x1b56f1ffb libtidy.A.dylib (18.3) <5B553330-7213-34DA-A7A1-A06FD324D1E0> /usr/lib/libtidy.A.dylib 0x1b571e000 - 0x1b5735ff9 com.apple.Engram (1.0 - 1) <1F0B1626-91B5-3E61-A2C1-592288CFAD8D> /System/Library/PrivateFrameworks/Engram.framework/Versions/A/Engram 0x1b6b76000 - 0x1b6cceffe com.apple.AVFCapture (1.0 - 190.41.2) <51C36B42-6E8B-3A8B-84F7-D790870E5004> /System/Library/PrivateFrameworks/AVFCapture.framework/Versions/A/AVFCapture 0x1b6ccf000 - 0x1b6d92ffe com.apple.Quagga (90.5 - 90.5) <71367895-AD0A-3799-8A31-94F5A729ED1F> /System/Library/PrivateFrameworks/Quagga.framework/Versions/A/Quagga 0x1b6d93000 - 0x1b71a0ffc com.apple.CMCapture (1.0 - 190.41.2) /System/Library/PrivateFrameworks/CMCapture.framework/Versions/A/CMCapture 0x1b83d5000 - 0x1b83d5ffd com.apple.marco (10.0 - 1000) /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco 0x1b8bc1000 - 0x1b8bccffe com.apple.OSAServicesClient (1.0 - 1) /System/Library/PrivateFrameworks/OSAServicesClient.framework/Versions/A/OSAServicesClient 0x1b8c05000 - 0x1b8c06ffa com.apple.PhoneNumbers (1.0 - 1) <0E620D62-E878-3094-9519-6905C29AD781> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers 0x1b8c10000 - 0x1b8c27ffb com.apple.accessibility.AXCoreUtilities (1.0 - 1) <5D177AD9-CD50-38E3-BB0F-D6E97C0A0209> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/Versions/A/AXCoreUtilities 0x1b8c28000 - 0x1b8c47ffe libAccessibility.dylib (2933.32) <492CA996-A38E-3CBE-AF5F-D739873FCEB6> /usr/lib/libAccessibility.dylib 0x1bb5b5000 - 0x1bb64cff2 com.apple.AirPlaySync (1.0 - 2940.20.4.3) <402D6EBB-0E28-3460-A16B-4A9452797170> /System/Library/PrivateFrameworks/AirPlaySync.framework/Versions/A/AirPlaySync 0x1bb8c2000 - 0x1bb8ccff7 libswiftCoreGraphics.dylib (2) <725E36F2-9E16-3F70-BD68-81CF09FF9B23> /usr/lib/swift/libswiftCoreGraphics.dylib 0x1bb8cd000 - 0x1bb8d6ff3 libswiftDarwin.dylib (??? - 5.6.0.323.32) <30648BB1-E064-3088-A707-AF72FEF7DDF8> /usr/lib/swift/libswiftDarwin.dylib 0x1bc900000 - 0x1bc900fff com.apple.avfoundation (2.0 - 2080.20.4.1) <80444A9D-402E-3B5E-B843-78357DE0978C> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x1bca29000 - 0x1bcae8ff9 libquic.dylib (2750.100.70) /usr/lib/libquic.dylib 0x1bcaf4000 - 0x1bcb13ff8 com.apple.private.SystemPolicy (1.0 - 1) /System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy 0x1bcc6a000 - 0x1bcccfffb com.apple.AccessibilitySharedSupport (1.0 - 1) /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/Versions/A/AccessibilitySharedSupport 0x1bd1f4000 - 0x1bd290ff8 com.apple.facetimeservices (10.0 - 1000) <3B087A22-1735-3999-82AC-0E0C8E62F593> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices 0x1bd34d000 - 0x1bd3a2ff1 com.apple.NaturalLanguage (1.0 - 100.1) <79A0A294-F8AA-3A91-A34F-347003DEAB30> /System/Library/Frameworks/NaturalLanguage.framework/Versions/A/NaturalLanguage 0x1bd57c000 - 0x1bd5e8ff6 com.apple.LoggingSupport (1.0 - 1375.100.9) /System/Library/PrivateFrameworks/LoggingSupport.framework/Versions/A/LoggingSupport 0x1bd5e9000 - 0x1bd5f4ffb com.apple.MallocStackLogging (1.0 - 1) /System/Library/PrivateFrameworks/MallocStackLogging.framework/Versions/A/MallocStackLogging 0x1bd5f5000 - 0x1bd5f7ff8 liblog_network.dylib (2750.100.70) /usr/lib/log/liblog_network.dylib 0x1bd60c000 - 0x1bd627ff8 libmis.dylib (336.100.5) /usr/lib/libmis.dylib 0x1bd635000 - 0x1bd635fff libswiftCoreFoundation.dylib (14) <5764689F-E116-326F-A500-9BE162293A1E> /usr/lib/swift/libswiftCoreFoundation.dylib 0x1bd642000 - 0x1bd642fff libswiftXPC.dylib (1.1) <7E9E3529-70AC-3C5F-A8B2-1AF7FC32BB23> /usr/lib/swift/libswiftXPC.dylib 0x1bd643000 - 0x1bd643fff libswiftCoreImage.dylib (2) <02D79E15-B1A2-393B-95DB-08B794BA2EEC> /usr/lib/swift/libswiftCoreImage.dylib 0x1bd644000 - 0x1bd644fff libswiftIOKit.dylib (1) <89EF8596-377D-314D-92BC-6F0CAE5016DD> /usr/lib/swift/libswiftIOKit.dylib 0x1c048d000 - 0x1c053dfff com.apple.TextInput (1.0 - 1.0) /System/Library/PrivateFrameworks/TextInput.framework/Versions/A/TextInput 0x1c13ac000 - 0x1c13dcff3 libncurses.5.4.dylib (57) /usr/lib/libncurses.5.4.dylib 0x1c1aea000 - 0x1c1aecff1 libswiftCoreLocation.dylib (7) <8DFF8469-92D9-38C4-8595-C91E309354DF> /usr/lib/swift/libswiftCoreLocation.dylib 0x1c253b000 - 0x1c2547ff7 libswiftCoreData.dylib (19) /usr/lib/swift/libswiftCoreData.dylib 0x1c6f0f000 - 0x1c6f15ff2 libswiftMetal.dylib (261.13) /usr/lib/swift/libswiftMetal.dylib 0x1c6f1d000 - 0x1c6f5eff8 libswiftCloudKit.dylib (1950.31.1) <693CAAAF-9E2A-3F97-8A06-5F66DCBC4460> /usr/lib/swift/libswiftCloudKit.dylib 0x1c7493000 - 0x1c74b1ffd com.apple.ftawd (8.0 - 900) /System/Library/PrivateFrameworks/FTAWD.framework/Versions/A/FTAWD 0x1c954d000 - 0x1c9598ff6 com.apple.osanalytics.OSAnalytics (1.0 - 1) <964F82AF-DA82-3275-A1A8-D22694C270BA> /System/Library/PrivateFrameworks/OSAnalytics.framework/Versions/A/OSAnalytics 0x1c9f0e000 - 0x1c9f30ff5 libswiftAppKit.dylib (109) /usr/lib/swift/libswiftAppKit.dylib 0x1c9f31000 - 0x1c9f32ff5 libswiftQuartzCore.dylib (3) <1CD92720-7F35-3BB8-9788-2283B1B7FAA4> /usr/lib/swift/libswiftQuartzCore.dylib 0x1cb50f000 - 0x1cb52aff9 com.apple.accessibility.AXAssetLoader (1.0 - 1) /System/Library/PrivateFrameworks/AXAssetLoader.framework/Versions/A/AXAssetLoader 0x1d10cf000 - 0x1d10d0ffa libswiftCryptoTokenKit.dylib (555.100.8) <380BFCCA-178F-30C9-960F-44041CB509F8> /usr/lib/swift/libswiftCryptoTokenKit.dylib 0x1d1b6b000 - 0x1d1b6cfff libswiftOSLog.dylib (4) /usr/lib/swift/libswiftOSLog.dylib 0x1d483a000 - 0x1d48fbfe7 com.apple.Symbolication (13.3 - 64552.29.1) <32F9E593-480A-3C9E-97BA-7FEB2DDEA692> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x1d738e000 - 0x1d739dff5 com.apple.OSLog (1.0 - 1375.100.9) <21B6FF97-D046-344C-B50C-FA863A3D6B9A> /System/Library/Frameworks/OSLog.framework/Versions/A/OSLog 0x1d93da000 - 0x1d942bff0 com.apple.security.CryptoKit (1.0 - 1) <43815F22-3F32-30E6-ABD4-900A65F4B853> /System/Library/Frameworks/CryptoKit.framework/Versions/A/CryptoKit 0x1e2f57000 - 0x1e3049ff6 com.apple.accessibility.AXMediaUtilities (1.0 - 1) <3AB0698E-2D93-3488-AAA4-CFD42040637B> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/Versions/A/AXMediaUtilities 0x1e3468000 - 0x1e39c3ffb com.apple.ANECompiler (5.4.0 - 5.4.0) /System/Library/PrivateFrameworks/ANECompiler.framework/Versions/A/ANECompiler 0x1fe74e000 - 0x1fe754ff3 libCoreFSCache.dylib (250.1) <62D2335B-A792-34C2-95B2-DEEB6E9CBF5C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x1fe755000 - 0x1fe75afff libCoreVMClient.dylib (250.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x1fe75b000 - 0x1fe76bff7 com.apple.opengl (19.4.3 - 19.4.3) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x1fe76c000 - 0x1fe76efff libCVMSPluginSupport.dylib (19.4.4) <639BEC79-8FE5-304C-A156-D8EF0EB0B480> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x1fe76f000 - 0x1fe777ffb libGFXShared.dylib (19.4.4) <4951F491-1D98-339B-B120-EBFA02222C9D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x1fe778000 - 0x1fe7afff3 libGLImage.dylib (19.4.4) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x1fe7b0000 - 0x1fe7edff7 libGLU.dylib (19.4.4) <2463482E-60D6-3E70-8150-45069418803C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x1fe95c000 - 0x1fe965fff libGL.dylib (19.4.4) <989AB0BD-385B-3007-9DAD-0922696B7649> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x1feafd000 - 0x1feb6bff3 com.apple.opencl (4.7 - 4.7) <5A239D86-4BAB-3C27-A779-E31686C7580E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x1ff740000 - 0x1ff83affb com.apple.audio.AVFAudio (1.0 - 522.73.10.1) /System/Library/Frameworks/AVFAudio.framework/Versions/A/AVFAudio 0x2008c5000 - 0x2008d8ff2 com.apple.MPSFunctions (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSFunctions.framework/Versions/A/MPSFunctions 0x2008d9000 - 0x201296ff6 com.apple.MetalPerformanceShadersGraph (1.0 - 1) <0CF95986-E04D-3D0A-9E6F-A1B1EAB5424A> /System/Library/Frameworks/MetalPerformanceShadersGraph.framework/Versions/A/MetalPerformanceShadersGraph 0x2030e7000 - 0x2030f1ffe com.apple.AAAFoundation (1.0 - 1) <087E2857-63F2-3678-B4E1-48BE8C10F26D> /System/Library/PrivateFrameworks/AAAFoundation.framework/Versions/A/AAAFoundation 0x204d89000 - 0x204da2ffb com.apple.CMImaging (1.0 - 190.41.2) <29E169FB-A5AB-33B3-94F7-67E2C9829F43> /System/Library/PrivateFrameworks/CMImaging.framework/Versions/A/CMImaging 0x204da3000 - 0x204e4eff9 com.apple.CMPhoto (1.0 - 1) <83B3D9E5-2F67-36C8-8F7E-542314A685B8> /System/Library/PrivateFrameworks/CMPhoto.framework/Versions/A/CMPhoto 0x205030000 - 0x205162fed com.apple.cloudkit.CloudKitDistributedSync (1.0 - 1950.31.1) <725CB824-8FDE-3AB8-BF54-0D0020EDBF21> /System/Library/PrivateFrameworks/CloudKitDistributedSync.framework/Versions/A/CloudKitDistributedSync 0x207cb1000 - 0x207cceffb com.apple.CoreUtilsExtras (6.9 - 690.41) <44603926-4148-3616-82CE-AB0B0151726D> /System/Library/PrivateFrameworks/CoreUtilsExtras.framework/Versions/A/CoreUtilsExtras 0x208b16000 - 0x208b16ffb com.apple.FontServices (1.0 - 1) <314574D7-EA83-3EFC-8BA5-0BEBAFA264D5> /System/Library/PrivateFrameworks/FontServices.framework/Versions/A/FontServices 0x208b17000 - 0x208ba2ff9 libXTFontStaticRegistryData.dylib (226.4.0.7) <4D38971D-CF48-3C61-9E08-3F0E25906D40> /System/Library/PrivateFrameworks/FontServices.framework/libXTFontStaticRegistryData.dylib 0x208bff000 - 0x208c02fff libGPUCompilerUtils.dylib (31001.523.2) <594DFC80-21D6-38AF-BCFD-AD0B0B5E6EF8> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/31001/Libraries/libGPUCompilerUtils.dylib 0x209344000 - 0x209348fff com.apple.GeoServices (1.0 - 1830.24.11.8.11) <4DAA5C76-3591-3BA8-8EB5-C39C08E54AFC> /System/Library/PrivateFrameworks/GeoServicesCore.framework/Versions/A/GeoServicesCore 0x20b62c000 - 0x20b7bafff com.apple.MIL (3.6 - 3.6.1) /System/Library/PrivateFrameworks/MIL.framework/Versions/A/MIL 0x20b7bb000 - 0x20b8faff3 com.apple.CoreML.MLAssetIO (1.0 - 1127.100.41) <96025F5D-B08F-31A5-B8A3-5BB211BC1D5D> /System/Library/PrivateFrameworks/MLAssetIO.framework/Versions/A/MLAssetIO 0x21c075000 - 0x21c07cffb libCoreEntitlements.dylib (20.100.1) <255ACC3F-E2FB-3042-B9B1-74DC5EEF3931> /usr/lib/libCoreEntitlements.dylib 0x21cd2c000 - 0x21cd7bff7 libswift_Concurrency.dylib (5.6 - 5.6.0.323.32) /usr/lib/swift/libswift_Concurrency.dylib Sample analysis of process 9172 written to file /dev/stdout
c10l commented 2 years ago

This just happened to me with the 0.0.0_beta1 (1.1641979026) build.

Open Files and Ports

``` cwd /Users/c10l/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data txt /Applications/Secretive.app/Contents/Library/LoginItems/SecretAgent.app/Contents/MacOS/SecretAgent txt /Applications/Secretive.app/Contents/Library/LoginItems/SecretAgent.app/Contents/Frameworks/SecretKit.framework/Versions/A/SecretKit txt /usr/lib/dyld txt /Applications/Secretive.app/Contents/Library/LoginItems/SecretAgent.app/Contents/Frameworks/SecretAgentKit.framework/Versions/A/SecretAgentKit txt /Library/Preferences/Logging/.plist-cache.fPKZT7uI txt /Applications/Secretive.app/Contents/Library/LoginItems/SecretAgent.app/Contents/Frameworks/Brief.framework/Versions/A/Brief txt /usr/share/icu/icudt70l.dat txt /private/var/db/timezone/tz/2022a.1.0/icutz/icutz44l.dat txt /System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/SystemAppearance.car txt /System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/Aqua.car txt /System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/FauxVibrantLight.car txt /System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/VibrantLight.car txt /private/var/db/analyticsd/events.allowlist txt /System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/FauxVibrantDark.car txt /System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/DarkAqua.car txt /Applications/Secretive.app/Contents/Library/LoginItems/SecretAgent.app/Contents/Resources/Base.lproj/Main.storyboardc/MainMenu.nib txt /private/var/db/mds/messages/501/se_SecurityMessages txt /System/Library/CoreServices/CoreGlyphs.bundle/Contents/Resources/Assets.car txt /System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Resources/AppleKeyboardLayouts-L.dat txt /System/Library/Caches/com.apple.IntlDataCache.le.kbdx txt /System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/VibrantDark.car 0 /dev/null 1 /dev/null 2 /dev/null 3 /Users/c10l/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh 4 ->0x736106f06a56cbaf 5 ->0x736106f06a56cae7 8 /Users/c10l/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh ```

Sample

``` Sampling process 10046 for 3 seconds with 1 millisecond of run time between samples Sampling completed, processing symbols... Analysis of sampling SecretAgent (pid 10046) every 1 millisecond Process: SecretAgent [10046] Path: /Applications/Secretive.app/Contents/Library/LoginItems/SecretAgent.app/Contents/MacOS/SecretAgent Load Address: 0x1046cc000 Identifier: com.maxgoedjen.Secretive.SecretAgent Version: 0.0.0_beta1 (1) Code Type: ARM64 Platform: macOS Parent Process: ??? [1] Date/Time: 2022-04-03 13:04:06.022 +0100 Launch Time: 2022-04-02 19:44:03.067 +0100 OS Version: macOS 12.3.1 (21E258) Report Version: 7 Analysis Tool: /usr/bin/sample Physical footprint: 10.7M Physical footprint (peak): 12.1M ---- Call graph: 2559 Thread_39562 DispatchQueue_1: com.apple.main-thread (serial) + 2559 start (in dyld) + 516 [0x104791088] + 2559 main (in SecretAgent) + 12 [0x1046ce9fc] + 2559 NSApplicationMain (in AppKit) + 1132 [0x1ad3a1d08] + 2559 -[NSApplication run] (in AppKit) + 596 [0x1ad3d05f0] + 2559 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) + 1328 [0x1ad3de424] + 2559 _DPSNextEvent (in AppKit) + 860 [0x1ad3dfb2c] + 2559 _BlockUntilNextEventMatchingListInModeWithFilter (in HIToolbox) + 72 [0x1b34a0908] + 2559 ReceiveNextEventCommon (in HIToolbox) + 564 [0x1b34a0b54] + 2559 RunCurrentEventLoopInMode (in HIToolbox) + 292 [0x1b34a0dd8] + 2559 CFRunLoopRunSpecific (in CoreFoundation) + 600 [0x1aa880490] + 2559 __CFRunLoopRun (in CoreFoundation) + 1180 [0x1aa8810cc] + 2559 __CFRunLoopServiceMachPort (in CoreFoundation) + 372 [0x1aa882c1c] + 2559 mach_msg (in libsystem_kernel.dylib) + 76 [0x1aa778d40] + 2559 mach_msg_trap (in libsystem_kernel.dylib) + 8 [0x1aa7788d0] 2559 Thread_40216: com.apple.NSEventThread + 2559 thread_start (in libsystem_pthread.dylib) + 8 [0x1aa7b108c] + 2559 _pthread_start (in libsystem_pthread.dylib) + 148 [0x1aa7b626c] + 2559 _NSEventThread (in AppKit) + 196 [0x1ad54c6f4] + 2559 CFRunLoopRunSpecific (in CoreFoundation) + 600 [0x1aa880490] + 2559 __CFRunLoopRun (in CoreFoundation) + 1180 [0x1aa8810cc] + 2559 __CFRunLoopServiceMachPort (in CoreFoundation) + 372 [0x1aa882c1c] + 2559 mach_msg (in libsystem_kernel.dylib) + 76 [0x1aa778d40] + 2559 mach_msg_trap (in libsystem_kernel.dylib) + 8 [0x1aa7788d0] 2559 Thread_40219: com.apple.CFSocket.private + 2559 thread_start (in libsystem_pthread.dylib) + 8 [0x1aa7b108c] + 2559 _pthread_start (in libsystem_pthread.dylib) + 148 [0x1aa7b626c] + 2559 __CFSocketManager (in CoreFoundation) + 644 [0x1aa8ad1fc] + 2559 __select (in libsystem_kernel.dylib) + 8 [0x1aa7835b8] 2559 Thread_380194 2559 start_wqthread (in libsystem_pthread.dylib) + 8 [0x1aa7b1080] 2559 _pthread_wqthread (in libsystem_pthread.dylib) + 364 [0x1aa7b23ac] 2559 __workq_kernreturn (in libsystem_kernel.dylib) + 8 [0x1aa77a74c] Total number in stack (recursive counted multiple, when >=5): Sort by top of stack, same collapsed (when >= 5): mach_msg_trap (in libsystem_kernel.dylib) 5118 __select (in libsystem_kernel.dylib) 2559 __workq_kernreturn (in libsystem_kernel.dylib) 2559 Binary Images: 0x1046cc000 - 0x1046d7ff7 +com.maxgoedjen.Secretive.SecretAgent (0.0.0_beta1 - 1) /Applications/Secretive.app/Contents/Library/LoginItems/SecretAgent.app/Contents/MacOS/SecretAgent 0x1046fc000 - 0x104717fff +com.maxgoedjen.Secretive.SecretKit (0.0.0_beta1 - 1) /Applications/Secretive.app/Contents/Library/LoginItems/SecretAgent.app/Contents/Frameworks/SecretKit.framework/Versions/A/SecretKit 0x10478c000 - 0x1047e9113 dyld (955) /usr/lib/dyld 0x104940000 - 0x10494fffb +com.maxgoedjen.SecretAgentKit (0.0.0_beta1 - 1) <1CE60CCB-4D9A-33DA-9ADF-A89232EB7E27> /Applications/Secretive.app/Contents/Library/LoginItems/SecretAgent.app/Contents/Frameworks/SecretAgentKit.framework/Versions/A/SecretAgentKit 0x1049e0000 - 0x1049ebffb +com.maxgoedjen.Brief (1.0 - 1) <96047F8F-DF5C-30CA-B00D-3732548D65A5> /Applications/Secretive.app/Contents/Library/LoginItems/SecretAgent.app/Contents/Frameworks/Brief.framework/Versions/A/Brief 0x1aa4dd000 - 0x1aa4deffe libsystem_blocks.dylib (79.1) /usr/lib/system/libsystem_blocks.dylib 0x1aa4df000 - 0x1aa520ff3 libxpc.dylib (2236.100.61) <4C6EB90B-BD32-3CAD-9F25-C9F234775EFB> /usr/lib/system/libxpc.dylib 0x1aa521000 - 0x1aa53affe libsystem_trace.dylib (1375.100.9) /usr/lib/system/libsystem_trace.dylib 0x1aa53b000 - 0x1aa5c2fcf libcorecrypto.dylib (1218.100.47) <29B2F7FD-0F6D-3F41-B569-FB4AE94F4D6B> /usr/lib/system/libcorecrypto.dylib 0x1aa5c3000 - 0x1aa5edffb libsystem_malloc.dylib (374.100.5) <3A021C33-DD59-37F7-9A86-5CEED68FF9BA> /usr/lib/system/libsystem_malloc.dylib 0x1aa5ee000 - 0x1aa634ff7 libdispatch.dylib (1325.100.36) /usr/lib/system/libdispatch.dylib 0x1aa635000 - 0x1aa672ffe libobjc.A.dylib (841.13) <4B5AB8FB-60E0-3992-BA0E-A073A3FA86A7> /usr/lib/libobjc.A.dylib 0x1aa673000 - 0x1aa675fff libsystem_featureflags.dylib (56) <8BCCBE77-3AEB-3BDA-A6B6-4D1D0B7FFBCF> /usr/lib/system/libsystem_featureflags.dylib 0x1aa676000 - 0x1aa6f7fff libsystem_c.dylib (1507.100.9) /usr/lib/system/libsystem_c.dylib 0x1aa6f8000 - 0x1aa75eff3 libc++.1.dylib (1300.23) <06BC1EC0-9992-398E-A85B-2973EB1FDBA2> /usr/lib/libc++.1.dylib 0x1aa75f000 - 0x1aa776ffb libc++abi.dylib (1300.23) /usr/lib/libc++abi.dylib 0x1aa777000 - 0x1aa7aefeb libsystem_kernel.dylib (8020.101.4) <1D7B3B8E-75A1-34EA-AA52-9F7C23155C55> /usr/lib/system/libsystem_kernel.dylib 0x1aa7af000 - 0x1aa7bbff3 libsystem_pthread.dylib (486.100.11) /usr/lib/system/libsystem_pthread.dylib 0x1aa7bc000 - 0x1aa7c8fff libdyld.dylib (955) /usr/lib/system/libdyld.dylib 0x1aa7c9000 - 0x1aa7d0ffb libsystem_platform.dylib (273.100.5) <84FA5DD0-806C-310E-B047-479924CD688C> /usr/lib/system/libsystem_platform.dylib 0x1aa7d1000 - 0x1aa7fdff3 libsystem_info.dylib (554) <2CE857CF-271D-3196-9087-0875C4D153BD> /usr/lib/system/libsystem_info.dylib 0x1aa7fe000 - 0x1aad43ff4 com.apple.CoreFoundation (6.9 - 1858.112) <8E1809FF-F5B1-3D9E-BE15-F2E7B1D8CE51> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x1aad44000 - 0x1aafa3ffb com.apple.LaunchServices (1141.1 - 1141.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x1aafa4000 - 0x1ab0ccfff com.apple.gpusw.MetalTools (1.0 - 1) /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools 0x1ab0cd000 - 0x1ab342ffb libBLAS.dylib (1381.100.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x1ab343000 - 0x1ab38aff3 com.apple.Lexicon-framework (1.0 - 98.1) <9E82BF97-AFD8-3784-84F8-B0CDBF9F1445> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon 0x1ab38b000 - 0x1ab3ecffb libSparse.dylib (108.100.1) <501D6C38-82DC-389F-880C-8E65C59F88C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib 0x1ab3ed000 - 0x1ab471ffb com.apple.SystemConfiguration (1.21 - 1.21) <686E7376-D1F3-3EB7-8AA2-D37A34DD280B> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x1ab472000 - 0x1ab4a5ff7 libCRFSuite.dylib (51) /usr/lib/libCRFSuite.dylib 0x1ab4a6000 - 0x1ab6f8ff4 libmecabra.dylib (972.10) /usr/lib/libmecabra.dylib 0x1ab6f9000 - 0x1abae9ffe com.apple.Foundation (6.9 - 1858.112) <886A3487-88A6-30BB-B179-1A92996C67CF> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x1abaea000 - 0x1abbedffb com.apple.LanguageModeling (1.0 - 277.4) <0610D2A8-AE63-3D61-9620-6325DA3CB87A> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x1abbee000 - 0x1abd0dffa com.apple.CoreDisplay (265.2 - 265.2) /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay 0x1abd0e000 - 0x1abfb1ff3 com.apple.audio.AudioToolboxCore (1.0 - 1245.79.1) <16FAAE1C-3EFD-34C3-9C2F-0F60956778F1> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore 0x1abfb2000 - 0x1ac18dff6 com.apple.CoreText (710.4.0.5 - 710.4.0.5) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x1ac18e000 - 0x1ac8b0ff6 com.apple.audio.CoreAudio (5.0 - 5.0) <51DD4B50-D2B2-31E7-ACAE-F662748A2D2B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x1ac8b1000 - 0x1acc2dffa com.apple.security (7.0 - 60158.100.133) <68312C1A-D604-3812-A9BE-04CF4639782C> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x1acc2e000 - 0x1acee3ff7 libicucore.A.dylib (70104) /usr/lib/libicucore.A.dylib 0x1acee4000 - 0x1aceeeff3 libsystem_darwin.dylib (1507.100.9) /usr/lib/system/libsystem_darwin.dylib 0x1aceef000 - 0x1ad1eaff5 com.apple.CoreServices.CarbonCore (1319 - 1319) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x1ad1eb000 - 0x1ad227ffb com.apple.CoreServicesInternal (484 - 484) <37F1609F-AF45-3F0A-971B-7F9D0DCFC9E2> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x1ad228000 - 0x1ad265ffd com.apple.CSStore (1141.1 - 1141.1) /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore 0x1ad266000 - 0x1ad33cff2 com.apple.framework.IOKit (2.0.2 - 1955.100.5) <1D3A63F1-1F43-3EAD-9815-FA086CBEDA27> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x1ad33d000 - 0x1ad34cfff libsystem_notify.dylib (301) <5FF2DA89-8A88-34BB-AA68-BA9C5D24E639> /usr/lib/system/libsystem_notify.dylib 0x1ad34d000 - 0x1ad39dffb libsandbox.1.dylib (1657.101.2) <26C312E7-A8E3-371A-85C7-CF06AA7ADB8D> /usr/lib/libsandbox.1.dylib 0x1ad39e000 - 0x1ae255ff6 com.apple.AppKit (6.9 - 2113.40.127) <153590C1-624C-38FB-8FFB-BA751BCCBD16> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x1ae256000 - 0x1ae4c6ff4 com.apple.UIFoundation (1.0 - 786.9) /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x1ae4c7000 - 0x1ae4daff3 com.apple.UniformTypeIdentifiers (709 - 709) <46515FEB-0F4B-36D2-8BD2-A2AB5FC2418F> /System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers 0x1ae4db000 - 0x1ae662ffc com.apple.desktopservices (2.3 - 1438.3.1) <59EA010E-076C-3565-A3B3-9B8CA155ACFB> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x1ae677000 - 0x1ae8abff6 com.apple.CoreDuet (1.0 - 1) <48E2F678-5214-39B4-A306-323B7CE75D8F> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet 0x1ae970000 - 0x1af3fefff libnetwork.dylib (2750.100.70) <2B8EA692-87A3-343D-B5DD-341325AECFA7> /usr/lib/libnetwork.dylib 0x1af3ff000 - 0x1af8b2ff2 com.apple.CFNetwork (1331.0.7 - 1331.0.7) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x1af8b3000 - 0x1af8caffb libsystem_networkextension.dylib (1471.100.24) <8D842641-0F27-34B1-AEFC-C95B178E5433> /usr/lib/system/libsystem_networkextension.dylib 0x1af8cb000 - 0x1af8ccfff libenergytrace.dylib (23) <0B25FE36-5D44-3167-8D84-DC1B9DBABABF> /usr/lib/libenergytrace.dylib 0x1af8cd000 - 0x1af923ffe libMobileGestalt.dylib (1073.100.31.0.1) <95E7CB3D-E4B1-30AD-9843-4B9661D49F2A> /usr/lib/libMobileGestalt.dylib 0x1af924000 - 0x1af93bff7 libsystem_asl.dylib (392.100.2) <6B2F4A2F-2C36-3D5D-87F0-9B6BBAE5560C> /usr/lib/system/libsystem_asl.dylib 0x1af93c000 - 0x1af957ff9 com.apple.TCC (1.0 - 1) <5397213B-5DC5-3512-B525-BD2C4F95164F> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x1af958000 - 0x1afd2cff0 com.apple.SkyLight (1.600.0 - 670.17) <2385383B-3D2C-39C8-B872-2B218B911AD3> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight 0x1afd2d000 - 0x1b0339ff3 com.apple.CoreGraphics (2.0 - 1557.5.4) <0598A995-9BC7-3F22-868C-50C5A1CF9C7A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x1b033a000 - 0x1b0436ff7 com.apple.ColorSync (4.13.0 - 3521.5.2) <5039FFD1-B572-3001-A9BA-28E38AE47D8E> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x1b0437000 - 0x1b0496ff0 com.apple.HIServices (1.22 - 739.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x1b0598000 - 0x1b07b6ff1 com.apple.Montreal (1.0 - 165.1) <046FD33C-3142-3A46-B89D-976E224A77C5> /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal 0x1b08a4000 - 0x1b0c78ff8 com.apple.CoreData (120 - 1152) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x1b0c79000 - 0x1b0c92fff com.apple.ProtocolBuffer (1 - 288.22.9.15.1) /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 0x1b0c93000 - 0x1b0e52ffb libsqlite3.dylib (331.5) /usr/lib/libsqlite3.dylib 0x1b0e53000 - 0x1b0ed0ffa com.apple.Accounts (113 - 113) <5C4E10A8-EA1E-3CDC-A456-516484733B38> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts 0x1b0ed1000 - 0x1b0eeaffe com.apple.commonutilities (8.0 - 900) <2AD0546E-40B4-350E-A024-D4539BDCD68F> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities 0x1b0eeb000 - 0x1b0fa6ffa com.apple.BaseBoard (567.5 - 567.5) <426AFF92-1D58-39DC-B853-6CB62EFD4459> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard 0x1b0fa7000 - 0x1b1001ffe com.apple.RunningBoardServices (1.0 - 618.100.42) <00570EAA-FB24-397F-A606-F0173CB991FD> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices 0x1b1002000 - 0x1b1072ffb com.apple.AE (924 - 924) <0A3AB363-B23B-3956-8E4C-7C5F72680481> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x1b1073000 - 0x1b107bffc libdns_services.dylib (1557.101.2) /usr/lib/libdns_services.dylib 0x1b107c000 - 0x1b1084fff libsystem_symptoms.dylib (1617.101.2) <753D2289-1662-3922-8A94-FAC9DED81CD5> /usr/lib/system/libsystem_symptoms.dylib 0x1b1085000 - 0x1b122dffa com.apple.Network (1.0 - 1) /System/Library/Frameworks/Network.framework/Versions/A/Network 0x1b122e000 - 0x1b125efff com.apple.analyticsd (1.0 - 1) <9D7D3779-B1E2-335E-B075-0B0C7E8648EB> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics 0x1b125f000 - 0x1b1261fff libDiagnosticMessagesClient.dylib (112) <28AB09CF-5F67-3012-BC5B-1387122C2C81> /usr/lib/libDiagnosticMessagesClient.dylib 0x1b1262000 - 0x1b12b3ff0 com.apple.spotlight.metadata.utilities (1.0 - 2183.17) <012CFA26-DDE9-317D-A31C-E1FE70E301BC> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities 0x1b12b4000 - 0x1b1353ff7 com.apple.Metadata (10.7.0 - 2183.17) <0623AF12-D03D-3B26-AD78-668832C5CA5C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x1b1354000 - 0x1b135bfff com.apple.DiskArbitration (2.7 - 2.7) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x1b135c000 - 0x1b16dfff3 com.apple.vImage (8.1 - 555.3) <72494E17-CD53-36FC-BA80-374BBCE2ED4F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x1b16e0000 - 0x1b1a09ff7 com.apple.QuartzCore (1.11 - 964.19.5) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x1b1a0a000 - 0x1b1a59ffa libFontRegistry.dylib (333.2.0.1) <7A3F4CEA-C3DB-31A5-8750-7747E07F5AF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x1b1a5a000 - 0x1b1b97ffc com.apple.coreui (2.1 - 738.1) <4E815425-8E55-38FC-B8E5-D328445D9137> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x1b1b98000 - 0x1b1c93ffd com.apple.ViewBridge (640.1 - 640.1) <015ECF34-891E-3308-8C96-D7610255D295> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge 0x1b1c94000 - 0x1b1c9fff9 com.apple.PerformanceAnalysis (1.302.2 - 302.2) /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x1b1ca0000 - 0x1b1cafff9 com.apple.OpenDirectory (12.3 - 233) <7D0DBABF-3641-3023-90FA-FBC34D93AADA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x1b1cb0000 - 0x1b1ccffff com.apple.CFOpenDirectory (12.3 - 233) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x1b1cd0000 - 0x1b1cdcfff com.apple.CoreServices.FSEvents (1326.100.8 - 1326.100.8) <8DF5D744-BF1F-397D-BA11-429182BF64AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x1b1cdd000 - 0x1b1d03fff com.apple.coreservices.SharedFileList (155 - 155) <807CB9F0-17E2-31FE-9228-A576CF76A1AD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x1b1d04000 - 0x1b1d06fff libapp_launch_measurement.dylib (16) /usr/lib/libapp_launch_measurement.dylib 0x1b1d07000 - 0x1b1d51ff9 com.apple.CoreAutoLayout (1.0 - 28) <31223A23-39A5-3437-B65C-CE741A5E10E9> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout 0x1b1d52000 - 0x1b1e3fff3 libxml2.2.dylib (35.6) <265109CD-651C-3398-A819-424554FBDC3A> /usr/lib/libxml2.2.dylib 0x1b1e40000 - 0x1b1e9dff4 com.apple.CoreVideo (1.8 - 0.0) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x1b1e9e000 - 0x1b1ea0ffb com.apple.loginsupport (3.0 - 3.0) <831CD7C2-527C-31D0-85C4-B28FB20E4FBC> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x1b1ea1000 - 0x1b1ecdfff com.apple.aps.framework (4.0 - 4.0) <6D4AF097-2339-349A-85DD-E365378E3599> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService 0x1b1ece000 - 0x1b1ef5ff9 com.apple.UserManagement (1.0 - 1) <05C2BABE-D7A2-394D-9A50-42D6C573DC48> /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement 0x1b1ef6000 - 0x1b20f2ffe com.apple.cloudkit.CloudKit (1950.31.1 - 1950.31.1) <2F4588B1-C166-3FF4-A039-ED9E886ECDDD> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit 0x1b219a000 - 0x1b27d9ff8 com.apple.CoreML (1.0 - 1127.100.41) <45E2E330-F73B-339E-90DE-7F94ACE3ED40> /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML 0x1b2fc6000 - 0x1b306cff1 com.apple.corelocation (2667.0.23 - 2667.0.23) /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation 0x1b306d000 - 0x1b308bfff libsystem_containermanager.dylib (383.100.23) /usr/lib/system/libsystem_containermanager.dylib 0x1b308c000 - 0x1b309fff5 com.apple.IOSurface (302.14 - 302.14) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x1b30a0000 - 0x1b30a9ff9 com.apple.IOAccelerator (462.8 - 462.8) <43F39E52-3AF8-3060-8779-36D302D8D10D> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x1b30aa000 - 0x1b31ebff5 com.apple.Metal (261.13 - 261.13) /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x1b31ec000 - 0x1b3212fff com.apple.audio.caulk (1.0 - 92) <23D0D7CE-CB87-35F3-9C15-943BD8F6645A> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk 0x1b3213000 - 0x1b3328fff com.apple.CoreMedia (1.0 - 2940.20.4.3) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x1b3329000 - 0x1b346cff4 libFontParser.dylib (329.4.0.1) <2E874A5E-86AF-3966-82AB-9FE74BE5370E> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 0x1b346d000 - 0x1b37a0ff8 com.apple.HIToolbox (2.1.1 - 1113.9) <4A1D1F30-C79D-3502-B51F-9792ADBD8E06> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x1b37a1000 - 0x1b37b8fff com.apple.framework.DFRFoundation (1.0 - 271) /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation 0x1b37b9000 - 0x1b37bdffb com.apple.dt.XCTTargetBootstrap (20073.1) /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap 0x1b37be000 - 0x1b37edffb com.apple.CoreSVG (1.0 - 175.5.1) <9B8A3A33-7961-3115-A6D4-90027A189ACF> /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG 0x1b37ee000 - 0x1b3a3cff5 com.apple.ImageIO (3.3.0 - 2222.5.4) <3D78F847-399D-3D41-B420-2C5C99B5941A> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x1b3a3d000 - 0x1b3d9cff4 com.apple.CoreImage (17.0.0 - 1240.7) <84DD9802-BEAA-356C-B149-D69F669B88CA> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x1b3d9d000 - 0x1b3e10ff6 com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSCore.framework/Versions/A/MPSCore 0x1b3e11000 - 0x1b3e15fff libsystem_configuration.dylib (1163.100.19.0.2) /usr/lib/system/libsystem_configuration.dylib 0x1b3e16000 - 0x1b3e1afff libsystem_sandbox.dylib (1657.101.2) <9180A377-715B-3790-81DB-AB51A9F0C3C0> /usr/lib/system/libsystem_sandbox.dylib 0x1b3e1b000 - 0x1b3e1cffd com.apple.AggregateDictionary (1.0 - 1) /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary 0x1b3e1d000 - 0x1b3e20fff com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <8458AE70-E109-3A66-A500-99738AF42FDC> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x1b3e21000 - 0x1b3e22fff liblangid.dylib (136) /usr/lib/liblangid.dylib 0x1b3e23000 - 0x1b3f13ffe com.apple.CoreNLP (1.0 - 273.2) <84CF3405-1894-329B-B1F1-D5A8ECABE405> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP 0x1b3f14000 - 0x1b3f1bffe com.apple.LinguisticData (1.0 - 399) /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData 0x1b3f1c000 - 0x1b44c7f83 libBNNS.dylib (403.100.7) <3FAEAC04-F7D4-3092-84EE-A9235E95A2D3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib 0x1b44c8000 - 0x1b45adf17 libvDSP.dylib (794.100.2) <88531120-62B0-36E0-8240-9A9AD8861C1C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x1b45ae000 - 0x1b45c0ff9 com.apple.CoreEmoji (1.0 - 143) <33E9F2FD-20AA-3552-A0C5-463152D11FC6> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji 0x1b45c1000 - 0x1b45ccff7 com.apple.IOMobileFramebuffer (343.0.0 - 343.0.0) <9B197D0F-85B2-3563-92DC-E2CDF7CDC8D3> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer 0x1b45cd000 - 0x1b46a9fff com.apple.framework.CoreWLAN (16.0 - 1657) <7F8D9117-58CC-314A-B94D-73B4DF0841BB> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x1b46aa000 - 0x1b489affa com.apple.CoreUtils (6.9 - 690.41) <00641A59-3CCB-316B-9361-5BF3DA85C17B> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x1b489b000 - 0x1b48c3ff2 com.apple.MobileKeyBag (2.0 - 1.0) <669D0B5F-1AAC-3C00-B34D-BDD088BDE171> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag 0x1b48c4000 - 0x1b48d5ffa com.apple.AssertionServices (1.0 - 618.100.42) /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices 0x1b48d6000 - 0x1b4969ff4 com.apple.securityfoundation (6.0 - 55255.100.1) <4947EE62-1FC5-3FA6-8072-66001D0341D3> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x1b496a000 - 0x1b4974fff com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <36E9259F-21E8-3D6D-B408-EB53E62BDEC5> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement 0x1b4975000 - 0x1b4982ff1 com.apple.xpc.ServiceManagement (1.0 - 1) /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x1b4983000 - 0x1b4985fff libquarantine.dylib (133.100.3) <49C11AB5-FD65-39BE-A1C7-AD885809511E> /usr/lib/system/libquarantine.dylib 0x1b4986000 - 0x1b4995fff libCheckFix.dylib (31) <44A3FA10-E99A-3ABD-AB88-AC4B08CAA405> /usr/lib/libCheckFix.dylib 0x1b4996000 - 0x1b49adffb libcoretls.dylib (178) <83917B94-DF42-36A6-90F2-03BE08890659> /usr/lib/libcoretls.dylib 0x1b49ae000 - 0x1b49befff libbsm.0.dylib (73) /usr/lib/libbsm.0.dylib 0x1b49bf000 - 0x1b4a1bff3 libmecab.dylib (972.10) /usr/lib/libmecab.dylib 0x1b4a1c000 - 0x1b4a1effb libgermantok.dylib (29) /usr/lib/libgermantok.dylib 0x1b4a1f000 - 0x1b4a33ff3 libLinearAlgebra.dylib (1381.100.10) <4F8F416B-40C9-3F1C-AF32-6483A114BFB6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x1b4a34000 - 0x1b4c45ffc com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <1DD8C78C-2645-3B61-8559-8C48BE2BA53E> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork 0x1b4c46000 - 0x1b4c9bffd com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <4201EA2A-A50D-3B8B-820C-73246D57EBBB> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector 0x1b4c9c000 - 0x1b4e6cff3 com.apple.MLCompute (1.0 - 1) <67C276E1-7D29-3BD8-BEAA-E302990969F9> /System/Library/Frameworks/MLCompute.framework/Versions/A/MLCompute 0x1b4e6d000 - 0x1b4e9dff2 com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <3BEFD5DB-B6B2-39C7-8505-A049FB9919D8> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix 0x1b4e9e000 - 0x1b4f44ffe com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <35935C8C-46FC-310D-B2B2-7572902CCBDD> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray 0x1b4f45000 - 0x1b4fd1ff2 com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <3723B225-B34D-3B6D-AE8C-2CF02D004678> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSImage.framework/Versions/A/MPSImage 0x1b4fd2000 - 0x1b4fe2fef com.apple.AppleFSCompression (132.100.2 - 1.0) <52955B0D-25E3-331F-AE05-E0DA9C842941> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x1b4fe3000 - 0x1b4fefff7 libbz2.1.0.dylib (45) /usr/lib/libbz2.1.0.dylib 0x1b4ff0000 - 0x1b4ff5fff libsystem_coreservices.dylib (133) <92325446-C184-3BDF-B839-CFC2A7C558EC> /usr/lib/system/libsystem_coreservices.dylib 0x1b4ff6000 - 0x1b5028ffb com.apple.CoreServices.OSServices (1141.1 - 1141.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x1b5029000 - 0x1b516fff6 com.apple.AuthKit (1.0 - 1) /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit 0x1b5170000 - 0x1b51b7ffd com.apple.UserNotifications (1.0 - 410.17) /System/Library/Frameworks/UserNotifications.framework/Versions/A/UserNotifications 0x1b5244000 - 0x1b5255fff libz.1.dylib (77) <5AF373AA-2CC4-3C8D-B03A-CA309C8AA1E1> /usr/lib/libz.1.dylib 0x1b5256000 - 0x1b528cffb libsystem_m.dylib (3204.80.2) /usr/lib/system/libsystem_m.dylib 0x1b528d000 - 0x1b528dfff libcharset.1.dylib (61) <8F7E3727-8D2A-386A-BD54-EDB50003420E> /usr/lib/libcharset.1.dylib 0x1b528e000 - 0x1b5296ff3 libmacho.dylib (994) /usr/lib/system/libmacho.dylib 0x1b5297000 - 0x1b52b2fff libkxld.dylib (8020.101.4) <67B7CC3B-FB03-353B-8AE1-B967832E6226> /usr/lib/system/libkxld.dylib 0x1b52b3000 - 0x1b52bfffb libcommonCrypto.dylib (60191.100.1) <5AAADB40-420D-326A-AC38-CFE1D81DA1E5> /usr/lib/system/libcommonCrypto.dylib 0x1b52c0000 - 0x1b52cafff libunwind.dylib (202.2) <687985E7-0BD0-3898-9FCA-F8BCAAE282AE> /usr/lib/system/libunwind.dylib 0x1b52cb000 - 0x1b52d2ffb liboah.dylib (254.16) <41FFA258-B820-37DB-9D7B-2EE4AEFEBF2A> /usr/lib/liboah.dylib 0x1b52d3000 - 0x1b52dbff7 libcopyfile.dylib (180.100.3) <97564E56-1B3C-3C9A-B653-AE99C54231AC> /usr/lib/system/libcopyfile.dylib 0x1b52dc000 - 0x1b52dfffb libcompiler_rt.dylib (103.1) <7E374D5C-9785-3D65-88D2-98B92AD24C78> /usr/lib/system/libcompiler_rt.dylib 0x1b52e0000 - 0x1b52e4fff libsystem_collections.dylib (1507.100.9) /usr/lib/system/libsystem_collections.dylib 0x1b52e5000 - 0x1b52e7ffb libsystem_secinit.dylib (107.100.5) /usr/lib/system/libsystem_secinit.dylib 0x1b52e8000 - 0x1b52eafff libremovefile.dylib (60) <4880993D-A23B-3DCE-942A-4201CE7E5461> /usr/lib/system/libremovefile.dylib 0x1b52eb000 - 0x1b52ebfff libkeymgr.dylib (31) <7B91E34D-FEF4-3CAB-ABA5-B2CBCD2BCDC0> /usr/lib/system/libkeymgr.dylib 0x1b52ec000 - 0x1b52f4fff libsystem_dnssd.dylib (1557.101.2) /usr/lib/system/libsystem_dnssd.dylib 0x1b52f5000 - 0x1b52faff7 libcache.dylib (85) /usr/lib/system/libcache.dylib 0x1b52fb000 - 0x1b52fcfff libSystem.B.dylib (1311.100.3) /usr/lib/libSystem.B.dylib 0x1b52fd000 - 0x1b5300ffb libfakelink.dylib (4) /usr/lib/libfakelink.dylib 0x1b5301000 - 0x1b5301ffb com.apple.SoftLinking (1.0 - 42) /System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking 0x1b5302000 - 0x1b533efff libpcap.A.dylib (110) /usr/lib/libpcap.A.dylib 0x1b533f000 - 0x1b5430ffb libiconv.2.dylib (61) /usr/lib/libiconv.2.dylib 0x1b5431000 - 0x1b5442ff3 libcmph.dylib (8) <14E4D3B2-922B-38CF-9CEF-E238FA3496BD> /usr/lib/libcmph.dylib 0x1b5443000 - 0x1b54c8ffb libarchive.2.dylib (103) /usr/lib/libarchive.2.dylib 0x1b54c9000 - 0x1b5540fff com.apple.SearchKit (1.4.1 - 1.4.1) <67F6E52B-D8A5-32F9-BD93-FF71801CEDA8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x1b5541000 - 0x1b5542ff3 libThaiTokenizer.dylib (10) <93894244-5784-3076-9847-C4E1EEE557CA> /usr/lib/libThaiTokenizer.dylib 0x1b5543000 - 0x1b5567ff7 com.apple.applesauce (1.0 - 16.38) <404EC026-3683-347F-B240-F1669550A81C> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce 0x1b5568000 - 0x1b557fff7 libapple_nghttp2.dylib (2) /usr/lib/libapple_nghttp2.dylib 0x1b5580000 - 0x1b5592ff7 libSparseBLAS.dylib (1381.100.10) <7111C95E-2668-3F4D-BE81-AA34007DEA43> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x1b5593000 - 0x1b5594ff9 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <1FEA763F-5250-3085-8ADF-7B40E277C5A7> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders 0x1b5595000 - 0x1b5599fff libpam.2.dylib (29) /usr/lib/libpam.2.dylib 0x1b559a000 - 0x1b5665fd3 libcompression.dylib (125.100.5) <976695EB-582D-3C35-9780-897B2E96A5A6> /usr/lib/libcompression.dylib 0x1b5666000 - 0x1b566affb libQuadrature.dylib (7) <2A3D0BCB-3E83-30D7-9061-B545F9412FC4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib 0x1b566b000 - 0x1b5b2fff7 libLAPACK.dylib (1381.100.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x1b5b30000 - 0x1b5b86ff6 com.apple.DictionaryServices (1.2 - 350) <18BFAA45-3471-3B56-96E5-3B7876BD9D44> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x1b5b87000 - 0x1b5b9fff3 liblzma.5.dylib (16) <742BDEA4-50E6-3CA0-9FC1-F5B302A6DBAF> /usr/lib/liblzma.5.dylib 0x1b5ba0000 - 0x1b5ba1ffb libcoretls_cfhelpers.dylib (178) /usr/lib/libcoretls_cfhelpers.dylib 0x1b5ba2000 - 0x1b5c08ff3 com.apple.APFS (1934.101.3 - 1934.101.3) /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS 0x1b5c09000 - 0x1b5c17ffb libxar.1.dylib (487.100.1) /usr/lib/libxar.1.dylib 0x1b5c18000 - 0x1b5c1bff7 libutil.dylib (62) /usr/lib/libutil.dylib 0x1b5c1c000 - 0x1b5c45ff7 libxslt.1.dylib (18.5) <785464FF-D60D-3450-801D-56EC95D61128> /usr/lib/libxslt.1.dylib 0x1b5c46000 - 0x1b5c4dfff libChineseTokenizer.dylib (40) <4429D54B-DF6D-3E7B-8CD6-477ABF7BAF0D> /usr/lib/libChineseTokenizer.dylib 0x1b5c4e000 - 0x1b5cc1feb libvMisc.dylib (794.100.2) <11761567-2956-3EF5-968D-5892F62906EF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x1b5cc2000 - 0x1b5d52fd0 libate.dylib (3.0.6) /usr/lib/libate.dylib 0x1b5d53000 - 0x1b5d5bfff libIOReport.dylib (76) <13E02E6B-7D4C-3029-B96C-6613720E08F5> /usr/lib/libIOReport.dylib 0x1b5d5c000 - 0x1b5d6fff5 com.apple.CrashReporterSupport (10.13 - 15094) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x1b5e5e000 - 0x1b5e95ff9 com.apple.pluginkit.framework (1.0 - 1) <85C81A87-A22D-383D-9A5E-C26B0D8A445B> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit 0x1b5e96000 - 0x1b5e9dffb libMatch.1.dylib (38) /usr/lib/libMatch.1.dylib 0x1b5e9e000 - 0x1b5f21fff libCoreStorage.dylib (559) <43DE0A8E-83BF-35A0-A4E3-F6B1BEBBE5E8> /usr/lib/libCoreStorage.dylib 0x1b5f22000 - 0x1b5f6dffb com.apple.AppleVAFramework (6.1.3 - 6.1.3) <1119FC72-81F6-3F1C-90EF-0313B016732D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x1b5f6e000 - 0x1b5f88ffb libexpat.1.dylib (28) <210F5A55-C5A4-3BD8-9A9F-4F36C142F12E> /usr/lib/libexpat.1.dylib 0x1b5f89000 - 0x1b5f92fff libheimdal-asn1.dylib (634.100.7) /usr/lib/libheimdal-asn1.dylib 0x1b5f93000 - 0x1b5fa8ffa com.apple.IconFoundation (493 - 493) /System/Library/PrivateFrameworks/IconFoundation.framework/Versions/A/IconFoundation 0x1b5fa9000 - 0x1b601aff5 com.apple.IconServices (493 - 493) /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x1b601b000 - 0x1b608eff5 com.apple.MediaExperience (1.0 - 1) <4A2A8017-7DAB-3FCA-9392-86E69CE82706> /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience 0x1b60ba000 - 0x1b60c7ffc com.apple.GraphVisualizer (1.0 - 100.1) <0FA924D4-C9B5-3AE7-98F2-23983D0E5A3F> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer 0x1b60c8000 - 0x1b64daffc com.apple.vision.FaceCore (4.3.2 - 4.3.2) <1BAEE5F4-71EA-3E49-A4C5-C070429122B3> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x1b64db000 - 0x1b651eff4 com.apple.OTSVG (1.0 - 710.4.0.5) <8BCE4159-1B9B-3754-BCDB-F4B9284E8DA6> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG 0x1b651f000 - 0x1b6527fff com.apple.xpc.AppServerSupport (1.0 - 2236.100.61) <2370FD67-72EE-3034-938B-E5A32A0BCE6C> /System/Library/PrivateFrameworks/AppServerSupport.framework/Versions/A/AppServerSupport 0x1b6528000 - 0x1b6531ffb libhvf.dylib (1.0 - 329.4.0.1) /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib 0x1b6532000 - 0x1b6536fff libspindump.dylib (310) <4F1C02BB-5AB1-33E0-81D3-CB358F64E10D> /usr/lib/libspindump.dylib 0x1b6537000 - 0x1b65f9ffe com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x1b67b4000 - 0x1b6806ffb com.apple.bom (14.0 - 238.1) <1193D6B5-19F2-31CC-93CB-586C28D3E0E7> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x1b6807000 - 0x1b684bfff com.apple.AppleJPEG (1.0 - 1) <2A0B58EB-4DEB-359A-B562-DA1B77496455> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x1b684c000 - 0x1b6937fff libJP2.dylib (2222.5.4) <98F85C5B-0179-3D08-86C5-E310B6237020> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x1b6938000 - 0x1b693bfff com.apple.WatchdogClient.framework (1.0 - 127.100.16) <13FD331E-F85C-3EBF-BC8F-41630068C7ED> /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient 0x1b693c000 - 0x1b6976ffd com.apple.MultitouchSupport.framework (5440.11 - 5440.11) <724ED186-4A9C-33F5-99AE-D2148BD1FE4D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x1b6977000 - 0x1b6dddff1 com.apple.VideoToolbox (1.0 - 2940.20.4.3) /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x1b6dde000 - 0x1b6e0ffeb libAudioToolboxUtility.dylib (1245.79.1) /usr/lib/libAudioToolboxUtility.dylib 0x1b6e10000 - 0x1b6e31ff3 libPng.dylib (2222.5.4) <8DD1C342-1365-317A-9000-602DAE34FB4C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x1b6e32000 - 0x1b6e8efff libTIFF.dylib (2222.5.4) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x1b6e8f000 - 0x1b6eaeffb com.apple.IOPresentment (62 - 37) <53FBD3CA-4AB1-3F9D-99DD-8396D4CAAD0E> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment 0x1b6eaf000 - 0x1b6eb3ffb com.apple.GPUWrangler (6.5.7 - 6.5.7) /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler 0x1b6eb4000 - 0x1b6eb6ffb libRadiance.dylib (2222.5.4) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x1b6eb7000 - 0x1b6ebcffb com.apple.DSExternalDisplay (3.1 - 380) <27AB1108-638B-3688-90B0-DE93D5AEA203> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay 0x1b6ebd000 - 0x1b6ee7fff libJPEG.dylib (2222.5.4) <5DD1E066-EADC-32C6-9044-A341788B0964> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x1b6ee8000 - 0x1b6f17ff7 com.apple.ATSUI (1.0 - 1) <56785513-F26C-359C-A711-15CC95A4E794> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI 0x1b6f18000 - 0x1b6f1cff3 libGIF.dylib (2222.5.4) <6BFBFBD3-DB3E-3516-B72E-96430C10978A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x1b6f1d000 - 0x1b6f26fff com.apple.CMCaptureCore (1.0 - 190.41.2) /System/Library/PrivateFrameworks/CMCaptureCore.framework/Versions/A/CMCaptureCore 0x1b6f27000 - 0x1b6f92ffb com.apple.print.framework.PrintCore (17.1 - 544.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x1b6f93000 - 0x1b7036ff2 com.apple.TextureIO (3.10.9 - 3.10.9) <62EDEDF2-7D84-3D05-8E19-607AAFF35CCE> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO 0x1b7037000 - 0x1b7042fff com.apple.InternationalSupport (1.0 - 69.1) /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport 0x1b7043000 - 0x1b70bfff9 com.apple.datadetectorscore (8.0 - 697.2) <950B930E-D92B-3126-AF2B-F125778C0486> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x1b70c0000 - 0x1b712dffb com.apple.UserActivity (511 - 511) /System/Library/PrivateFrameworks/UserActivity.framework/Versions/A/UserActivity 0x1b712e000 - 0x1b789fffc com.apple.MediaToolbox (1.0 - 2940.20.4.3) <196A906E-5911-3DAD-AFEF-7A2FF7D2A1C6> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x1b7909000 - 0x1b7e07ff4 libswiftCore.dylib (5.6 - 5.6.0.323.33) /usr/lib/swift/libswiftCore.dylib 0x1b7e08000 - 0x1b7e7fffc com.apple.imfoundation (10.0 - 1000) <8C19C7FB-9DE2-33C5-A0E3-F887FDFCEAF6> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation 0x1b7e80000 - 0x1b7ea8ff9 com.apple.locationsupport (2667.0.23 - 2667.0.23) <0567DE8B-4DCB-350B-A251-2CDFE7900240> /System/Library/PrivateFrameworks/LocationSupport.framework/Versions/A/LocationSupport 0x1b7ea9000 - 0x1b7ee2ffe libSessionUtility.dylib (128.63) <8DA8B598-A413-3E5C-B8E0-45512F182D0C> /System/Library/PrivateFrameworks/AudioSession.framework/libSessionUtility.dylib 0x1b7ee3000 - 0x1b8022ffd com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <1A0691B0-D93F-3CBD-AE71-34E7A858EE7F> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x1b8023000 - 0x1b8094ff7 com.apple.audio.AudioSession (1.0 - 128.63) <95A9F081-A81C-3236-90F9-803A44B3537F> /System/Library/PrivateFrameworks/AudioSession.framework/Versions/A/AudioSession 0x1b8095000 - 0x1b80a8ffc libAudioStatistics.dylib (69.66.1) /usr/lib/libAudioStatistics.dylib 0x1b80a9000 - 0x1b80bcff8 com.apple.speech.synthesis.framework (9.0.88.5 - 9.0.88.5) <2332F71C-26EA-3A98-AE66-809FB60D0186> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x1b80bd000 - 0x1b812cff3 com.apple.ApplicationServices.ATS (377 - 533.3.0.1) <6B09B034-30FA-3EC8-B82B-22A280E7EC5B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x1b812d000 - 0x1b8145ffb libresolv.9.dylib (68) /usr/lib/libresolv.9.dylib 0x1b816a000 - 0x1b81c5feb libParallelCompression.dylib (280.100.14) <00C6650B-4BD6-368F-8591-931CD53CEDFB> /usr/lib/libParallelCompression.dylib 0x1b821e000 - 0x1b8300ff4 com.apple.CoreMediaIO (1000.0 - 5355.16) <7F70F457-3937-3063-B980-2E0C24E6723C> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x1b8301000 - 0x1b83e0ffb libSMC.dylib (21) <0899CD7F-B327-3929-9096-CBDDF9358E3D> /usr/lib/libSMC.dylib 0x1b83e1000 - 0x1b843eff3 libcups.2.dylib (499.3) /usr/lib/libcups.2.dylib 0x1b843f000 - 0x1b844bffb com.apple.NetAuth (6.2 - 6.2) <16BAE5D7-8F35-328F-BA10-54997B43462E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x1b844c000 - 0x1b8453fff com.apple.ColorSyncLegacy (4.13.0 - 1) <1BEE6CFA-0DA4-3DCE-812B-7751F60A9234> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy 0x1b8454000 - 0x1b845ffff com.apple.QD (4.0 - 416) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x1b8460000 - 0x1b879fffe com.apple.audio.AudioResourceArbitration (1.0 - 1) /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration 0x1b87a0000 - 0x1b87acff0 com.apple.perfdata (1.0 - 82) /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata 0x1b87ad000 - 0x1b87baffc libperfcheck.dylib (42) <8E503FA2-58D8-3E8A-AB4B-53D9717961CA> /usr/lib/libperfcheck.dylib 0x1b87bb000 - 0x1b87cbff7 com.apple.Kerberos (3.0 - 1) <809C1D96-1CF9-38CC-A30B-4BC1B3011C36> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x1b87cc000 - 0x1b881bffb com.apple.GSS (4.0 - 2.0) <70389C65-8D21-3E79-8489-49CC6FD1D66D> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x1b881c000 - 0x1b882cfff com.apple.CommonAuth (4.0 - 2.0) <8CD2D938-39BE-3A4D-AA81-AAB261D794A5> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x1b882d000 - 0x1b8856ffa com.apple.MobileAssets (1.0 - 698.100.13) <910E21BF-A2A5-3A09-B4AA-28B7247A7070> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset 0x1b8892000 - 0x1b88b2ffe com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <69A58A4D-1302-348A-92BB-96D2A8F86AB7> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle 0x1b88b3000 - 0x1b88bcff8 com.apple.CorePhoneNumbers (1.0 - 1) /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers 0x1b88bd000 - 0x1b8943ffc libTelephonyUtilDynamic.dylib (5553.3) <996FDA41-341F-3C23-AC72-ADD52737F5C4> /usr/lib/libTelephonyUtilDynamic.dylib 0x1b9037000 - 0x1b91b0ff6 com.apple.ids (10.0 - 1000) <54B1B8A4-3271-3362-AB2D-1E625396569A> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS 0x1b91b1000 - 0x1b935cff9 com.apple.idsfoundation (10.0 - 1000) <7CE96ADE-7E75-3445-BFF5-F0512D5A04D1> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation 0x1b935d000 - 0x1b94ccffa com.apple.Sharing (1779 - 1779) <379524E0-60B8-38D2-B32F-9795929FA84A> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x1b94cd000 - 0x1b9588ffd com.apple.Bluetooth (1.0 - 1) <8A27DE40-E236-3F31-A25D-0ED1F08E809A> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x1b95a2000 - 0x1b9605fff com.apple.ProtectedCloudStorage (1.0 - 1) <4D02B77F-C818-3DC0-AC13-3C014ACB1069> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage 0x1b977e000 - 0x1b98cbff7 com.apple.combine (1.0 - 280.101) <693CF36F-34D3-33B5-9EF2-1B7BBDD25B15> /System/Library/Frameworks/Combine.framework/Versions/A/Combine 0x1b98cc000 - 0x1bb326fe4 com.apple.GeoServices (1.0 - 1830.24.11.8.11) <9ED364A6-1EE2-30CD-AA10-38F646B38FE0> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices 0x1bb333000 - 0x1bb35effd com.apple.RemoteViewServices (2.0 - 167) <5B97E0AB-45EA-3617-82ED-DEE61C15C939> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x1bb35f000 - 0x1bb372fff com.apple.SpeechRecognitionCore (6.2.26.9 - 6.2.26.9) <73EA71AA-79FC-3DA8-A324-E5DA686D85C2> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x1bb373000 - 0x1bb37afff com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <6F6D37AD-4A7E-3476-927C-939B3A98EA99> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x1bb639000 - 0x1bb639fff libsystem_product_info_filter.dylib (10) <21E3CB05-5B01-3BAA-8F17-84E8181778C0> /usr/lib/system/libsystem_product_info_filter.dylib 0x1bb6e2000 - 0x1bb6f8ff3 com.apple.Accessibility (1.0 - 1) <4F6F9EF3-65C2-345C-8725-E64FABB84A3B> /System/Library/Frameworks/Accessibility.framework/Versions/A/Accessibility 0x1bb739000 - 0x1bb739fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x1bb762000 - 0x1bb762fff com.apple.CoreServices (1141.1 - 1141.1) <03B5BBDF-7D5E-374C-BA12-B868E8D68B9E> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x1bb9ff000 - 0x1bb9fffff com.apple.Accelerate (1.11 - Accelerate 1.11) <86AC0366-3B68-38A5-8F29-D62936655994> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x1bba4a000 - 0x1bba56ff3 com.apple.MediaAccessibility (1.0 - 136) /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility 0x1bba57000 - 0x1bba76ff2 com.apple.networking.AlgosScoreFramework (1.0 - 1) /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/Versions/A/AlgosScoreFramework 0x1bba77000 - 0x1bba7cffb com.apple.AppleSRP (5.0 - 1) <0DC9CA43-3709-39C4-A0D3-66FEC020E8DD> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x1bba7d000 - 0x1bba87ffb com.apple.frameworks.CoreDaemon (1.3 - 1.3) <74CBD960-0BE6-33F3-B3FB-BD5FAD0519F0> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon 0x1bbdb7000 - 0x1bc131ffe libswiftFoundation.dylib (72.105) /usr/lib/swift/libswiftFoundation.dylib 0x1bc56f000 - 0x1bc609ffa com.apple.CoreBluetooth (1.0 - 1) <95DE155D-528F-39BA-8B03-E875A466413E> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x1bc60a000 - 0x1bc615ffd com.apple.SymptomDiagnosticReporter (1.0 - 174.100.13.0.1) /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter 0x1bc616000 - 0x1bc63cff9 com.apple.PowerLog (1.0 - 1) /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog 0x1bc63d000 - 0x1bc649ffb com.apple.AppleIDAuthSupport (1.0 - 1) <14A9FE8E-99E1-3193-89F9-97A24D306489> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport 0x1bc64a000 - 0x1bc705ffa com.apple.DiscRecording (9.0.3 - 9030.4.5) <2A4420FD-B357-3F85-9A61-1B35B00D24A3> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x1bc706000 - 0x1bc739ff3 com.apple.MediaKit (16 - 930) /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x1bc73a000 - 0x1bc829ff6 com.apple.DiskManagement (15.0 - 1814.100.1) /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement 0x1bc82a000 - 0x1bc835ffd com.apple.CoreAUC (340.19 - 340.19) <7D21FA82-C9CA-35E7-87B7-3DC208D1F291> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x1bc836000 - 0x1bc839fff com.apple.Mangrove (1.0 - 25) /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 0x1bc83a000 - 0x1bc86dff3 com.apple.CoreAVCHD (6.0.0 - 6100.4.3) <966D0666-EC7C-3907-A4DB-813AD8F7F2D3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x1bc86e000 - 0x1bc9f1ffc com.apple.FileProvider (399.101.4 - 399.101.4) <95A71FD8-98A8-3271-B3EE-52AEAE09D604> /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider 0x1bc9f2000 - 0x1bca18ffb com.apple.GenerationalStorage (2.0 - 333.100.2) <3B9A2BE5-8DE8-357B-A79A-94CD9C00A534> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x1bca19000 - 0x1bca40ffa com.apple.security.octagontrust (1.0 - 1) <7EE32383-5314-3B5B-8E5E-113AE752D401> /System/Library/PrivateFrameworks/OctagonTrust.framework/Versions/A/OctagonTrust 0x1bce0d000 - 0x1bcf0aff9 com.apple.CoreTelephony (113 - 9523) <68281E0D-0D20-3CEB-A042-9F46242F33CF> /System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony 0x1bcf19000 - 0x1bcf31fff libswiftDispatch.dylib (11) <602BE042-1E85-301A-ACA8-C6D963103CB9> /usr/lib/swift/libswiftDispatch.dylib 0x1bcf32000 - 0x1bd151ff0 com.apple.AVFCore (1.0 - 2080.20.4.1) <28EB219F-623C-3538-B566-CBC0FDC44C52> /System/Library/PrivateFrameworks/AVFCore.framework/Versions/A/AVFCore 0x1bd152000 - 0x1bd1e9fff com.apple.FrontBoardServices (765.10 - 765.10) <11ABE2E0-B78A-3D10-B41A-9A50CA8CCF3A> /System/Library/PrivateFrameworks/FrontBoardServices.framework/Versions/A/FrontBoardServices 0x1bd1ea000 - 0x1bd23dfff com.apple.BoardServices (1.0 - 567.5) <21A8104C-7AA6-391B-9A1A-9160D35EB09C> /System/Library/PrivateFrameworks/BoardServices.framework/Versions/A/BoardServices 0x1bd29c000 - 0x1bd2e7ffc com.apple.ExtensionFoundation (34.5 - 34.5) /System/Library/PrivateFrameworks/ExtensionFoundation.framework/Versions/A/ExtensionFoundation 0x1bd2e8000 - 0x1bd342ff0 com.apple.CryptoTokenKit (1.0 - 1) <04998113-21B1-333B-BEA9-E38184DCA108> /System/Library/Frameworks/CryptoTokenKit.framework/Versions/A/CryptoTokenKit 0x1bd343000 - 0x1bd35bff9 com.apple.LocalAuthentication (1.0 - 985.100.54) <6036F8A2-43C8-3814-87C2-28F19BB6ABBB> /System/Library/Frameworks/LocalAuthentication.framework/Versions/A/LocalAuthentication 0x1bd35c000 - 0x1bd396ff7 com.apple.CoreAuthentication.SharedUtils (1.0 - 985.100.54) /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/Versions/A/SharedUtils 0x1bd572000 - 0x1bd5b4ffc com.apple.DebugSymbols (195.1 - 195.1) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x1bd5b5000 - 0x1bd693fff com.apple.CoreSymbolication (13.3 - 64552.31) <8E43DB32-A5FD-34FE-A22B-9B5F671ECDA5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x1bd694000 - 0x1bd69effa com.apple.CoreTime (305) <8550C236-CCBD-361B-A83E-E52D4E322F1B> /System/Library/PrivateFrameworks/CoreTime.framework/Versions/A/CoreTime 0x1bd69f000 - 0x1bd72cff5 com.apple.Rapport (3.4.0 - 340.19.1) /System/Library/PrivateFrameworks/Rapport.framework/Versions/A/Rapport 0x1be0e2000 - 0x1be13bfff com.apple.coreduetcontext (1.0 - 1) /System/Library/PrivateFrameworks/CoreDuetContext.framework/Versions/A/CoreDuetContext 0x1be13c000 - 0x1be7a6ffe com.apple.Intents (1.0 - 1) <2715FED8-C9C7-32E8-A13A-4A9DD1B11C20> /System/Library/Frameworks/Intents.framework/Versions/A/Intents 0x1be7a7000 - 0x1be806ffe com.apple.framework.Apple80211 (17.0 - 1728) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x1be807000 - 0x1be983ff3 com.apple.CoreWiFi (3.0 - 341) /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x1be984000 - 0x1be9a3ffa com.apple.BackBoardServices (1.0 - 1.0) <4AC4AA94-6740-38F5-82FD-E2D7DEF1ECE1> /System/Library/PrivateFrameworks/BackBoardServices.framework/Versions/A/BackBoardServices 0x1bec05000 - 0x1bec14ffe com.apple.RemoteServiceDiscovery (1.0 - 55.100.12) <899B69E1-D42E-3B33-9862-428B0B68BEA5> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery 0x1bec79000 - 0x1bec80ff8 com.apple.EFILogin (2.0 - 2) <87E765BE-1613-3D97-B4E6-230B8812EE37> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x1bec81000 - 0x1bec8cfff libcsfde.dylib (559) <0C4E0638-A9B1-395D-B479-DAEA96BC746E> /usr/lib/libcsfde.dylib 0x1becff000 - 0x1bed40ff5 com.apple.AppSupport (1.0.0 - 29) /System/Library/PrivateFrameworks/AppSupport.framework/Versions/A/AppSupport 0x1bef00000 - 0x1bef00fff com.apple.ApplicationServices (48 - 50) <5135F624-1CF2-3795-9662-57B402C64FEF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x1bef01000 - 0x1bef03ffb com.apple.InternationalTextSearch (1.0 - 1) <1B6F7782-0E28-31C6-8FDD-4CCA696BC58A> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/Versions/A/InternationalTextSearch 0x1bf282000 - 0x1bf286ffe com.apple.security.CryptoKit-C-Bridging (1.0 - 1) /System/Library/PrivateFrameworks/CryptoKitCBridging.framework/Versions/A/CryptoKitCBridging 0x1bf287000 - 0x1bf287fff libHeimdalProxy.dylib (79) /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib 0x1bf30c000 - 0x1bf30cfff com.apple.audio.units.AudioUnit (1.14 - 1.14) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x1bf33a000 - 0x1bf364ff2 com.apple.StreamingZip (1.0 - 1) <9D976966-BAEB-3F94-946E-704834747EA8> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip 0x1bf365000 - 0x1bf38fffc com.apple.DuetActivityScheduler (1.0 - 1) <31616AD7-ABFA-34F7-BDA8-1106BC55E0EC> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/Versions/A/DuetActivityScheduler 0x1bf390000 - 0x1bf392ff1 libswiftObjectiveC.dylib (3) <0251B3F1-80CC-3DEC-B613-3DC7BE62E72D> /usr/lib/swift/libswiftObjectiveC.dylib 0x1bf393000 - 0x1bf3acffa libswiftos.dylib (1023) <0920C1E2-464A-3B55-9F73-42B6181CA278> /usr/lib/swift/libswiftos.dylib 0x1bf3ad000 - 0x1bf3bcfff com.apple.IntentsFoundation (1.0 - 1) <6C8A581F-DCF9-3119-9611-5660155F88FE> /System/Library/PrivateFrameworks/IntentsFoundation.framework/Versions/A/IntentsFoundation 0x1bf3bd000 - 0x1bf3c5ffe com.apple.PushKit (1.0 - 1) /System/Library/Frameworks/PushKit.framework/Versions/A/PushKit 0x1bf3c6000 - 0x1bf409fff com.apple.C2 (1.3 - 1950.19) <2040C5E1-5F52-30FC-83E2-633F3E205BC7> /System/Library/PrivateFrameworks/C2.framework/Versions/A/C2 0x1bf448000 - 0x1bfed2ff7 com.apple.vision.EspressoFramework (1.0 - 314.2.6) /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso 0x1bfed3000 - 0x1bfef2ff9 com.apple.ANEServices (5.64 - 5.64) <2087713F-B8E5-33D9-A59A-7BDA1CF001ED> /System/Library/PrivateFrameworks/ANEServices.framework/Versions/A/ANEServices 0x1bfef3000 - 0x1bff72ffe com.apple.proactive.support.ProactiveSupport (1.0 - 331.2) <66B6B3E9-9EAF-3205-B37E-ABEA2FA17E30> /System/Library/PrivateFrameworks/ProactiveSupport.framework/Versions/A/ProactiveSupport 0x1c003f000 - 0x1c0041fff com.apple.CoreDuetDebugLogging (1.0 - 1) <0FC11838-B094-32DA-B36A-8EEF67EB3A68> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging 0x1c0042000 - 0x1c0051ffc com.apple.CoreDuetDaemonProtocol (1.0 - 1) <52F85510-B1A9-304A-B356-914333EEBA1D> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol 0x1c0052000 - 0x1c0061ff8 com.apple.ASEProcessing (1.29.1 - 1.29.1) /System/Library/PrivateFrameworks/ASEProcessing.framework/Versions/A/ASEProcessing 0x1c0dc3000 - 0x1c0dcfffc com.apple.RTCReporting (12.22.2 - 12.22.2) <285093DE-8364-396E-B77B-4C0FBABC7A20> /System/Library/PrivateFrameworks/RTCReporting.framework/Versions/A/RTCReporting 0x1c0fb4000 - 0x1c0fd3ff8 com.apple.CoreML.AppleNeuralEngine (1.0 - 1) /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/Versions/A/AppleNeuralEngine 0x1c1034000 - 0x1c10a5ff9 com.apple.audio.midi.CoreMIDI (2.0 - 88) /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI 0x1c1825000 - 0x1c1828fff com.apple.IOSurfaceAccelerator (1.0.0 - 1.0.0) /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/Versions/A/IOSurfaceAccelerator 0x1c2bb5000 - 0x1c2be6ffb libtidy.A.dylib (18.3) <2273B772-B057-3F54-9F55-0B5AB8861EBB> /usr/lib/libtidy.A.dylib 0x1c2c13000 - 0x1c2c2aff9 com.apple.Engram (1.0 - 1) <4A316E77-CFE5-3515-8317-D0F637FA4929> /System/Library/PrivateFrameworks/Engram.framework/Versions/A/Engram 0x1c406b000 - 0x1c41c4ffc com.apple.AVFCapture (1.0 - 190.41.2) <42DD5732-F19F-3A19-B469-0B2E5BEC38E2> /System/Library/PrivateFrameworks/AVFCapture.framework/Versions/A/AVFCapture 0x1c41c5000 - 0x1c4288ffe com.apple.Quagga (90.5 - 90.5) <1EC381D3-CB36-3A0C-BEBD-878D5130241F> /System/Library/PrivateFrameworks/Quagga.framework/Versions/A/Quagga 0x1c4289000 - 0x1c4696ffc com.apple.CMCapture (1.0 - 190.41.2) /System/Library/PrivateFrameworks/CMCapture.framework/Versions/A/CMCapture 0x1c58cb000 - 0x1c58cbffd com.apple.marco (10.0 - 1000) <4A746BDD-C4FF-3D36-87B1-BF6F65DEB26C> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco 0x1c60b7000 - 0x1c60c2ffe com.apple.OSAServicesClient (1.0 - 1) /System/Library/PrivateFrameworks/OSAServicesClient.framework/Versions/A/OSAServicesClient 0x1c60fb000 - 0x1c60fcffa com.apple.PhoneNumbers (1.0 - 1) /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers 0x1c6106000 - 0x1c611dffb com.apple.accessibility.AXCoreUtilities (1.0 - 1) /System/Library/PrivateFrameworks/AXCoreUtilities.framework/Versions/A/AXCoreUtilities 0x1c611e000 - 0x1c613dffe libAccessibility.dylib (2933.32) /usr/lib/libAccessibility.dylib 0x1c8aab000 - 0x1c8b42ff2 com.apple.AirPlaySync (1.0 - 2940.20.4.3) <29DBBFAC-3B5C-3ECB-8F49-50C259F28134> /System/Library/PrivateFrameworks/AirPlaySync.framework/Versions/A/AirPlaySync 0x1c8db8000 - 0x1c8dc2ff7 libswiftCoreGraphics.dylib (2) /usr/lib/swift/libswiftCoreGraphics.dylib 0x1c8dc3000 - 0x1c8dccff3 libswiftDarwin.dylib (??? - 5.6.0.323.33) /usr/lib/swift/libswiftDarwin.dylib 0x1c9df6000 - 0x1c9df6fff com.apple.avfoundation (2.0 - 2080.20.4.1) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x1c9fea000 - 0x1ca009ff8 com.apple.private.SystemPolicy (1.0 - 1) <0AEB90FE-7877-35A3-9D5B-457B3CFACCFE> /System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy 0x1ca160000 - 0x1ca1c5ffb com.apple.AccessibilitySharedSupport (1.0 - 1) /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/Versions/A/AccessibilitySharedSupport 0x1ca6ea000 - 0x1ca786ffc com.apple.facetimeservices (10.0 - 1000) /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices 0x1ca843000 - 0x1ca898ff1 com.apple.NaturalLanguage (1.0 - 100.1) /System/Library/Frameworks/NaturalLanguage.framework/Versions/A/NaturalLanguage 0x1caa72000 - 0x1caadeff6 com.apple.LoggingSupport (1.0 - 1375.100.9) <2E915F50-4D4D-358C-86DE-7DA2FA575DD0> /System/Library/PrivateFrameworks/LoggingSupport.framework/Versions/A/LoggingSupport 0x1caadf000 - 0x1caaeaffb com.apple.MallocStackLogging (1.0 - 1) <2FF1ED3D-E003-3A16-92D1-2792AF2272B1> /System/Library/PrivateFrameworks/MallocStackLogging.framework/Versions/A/MallocStackLogging 0x1cab02000 - 0x1cab1dff8 libmis.dylib (336.100.5) <3E16713B-9397-3DD1-8A38-F888C33860B0> /usr/lib/libmis.dylib 0x1cab2b000 - 0x1cab2bfff libswiftCoreFoundation.dylib (14) <84310E7C-521F-3918-96A2-6504A66E5DD9> /usr/lib/swift/libswiftCoreFoundation.dylib 0x1cab38000 - 0x1cab38fff libswiftXPC.dylib (1.1) <8512287A-0096-3431-95C1-4F0304D94C76> /usr/lib/swift/libswiftXPC.dylib 0x1cab39000 - 0x1cab39fff libswiftCoreImage.dylib (2) <0815E8EA-D3A9-3362-92C8-67624C44553F> /usr/lib/swift/libswiftCoreImage.dylib 0x1cab3a000 - 0x1cab3afff libswiftIOKit.dylib (1) <5BAA8D57-F740-342A-9979-77C05058B23F> /usr/lib/swift/libswiftIOKit.dylib 0x1cd983000 - 0x1cda33fff com.apple.TextInput (1.0 - 1.0) <632B9B3D-3CCA-3E7D-8CBE-85EC7F423BE4> /System/Library/PrivateFrameworks/TextInput.framework/Versions/A/TextInput 0x1ce8a2000 - 0x1ce8d2ff3 libncurses.5.4.dylib (57) <1FBE3394-E1A7-3F10-AFF3-9E6B9608B483> /usr/lib/libncurses.5.4.dylib 0x1cefe4000 - 0x1cefe6ff1 libswiftCoreLocation.dylib (7) <1B95D398-684D-3590-8CBE-3E8C80645B15> /usr/lib/swift/libswiftCoreLocation.dylib 0x1cfa35000 - 0x1cfa41ff7 libswiftCoreData.dylib (19) <6DC71B79-FA24-3F40-B0D1-19B2FAAAEDD0> /usr/lib/swift/libswiftCoreData.dylib 0x1d4405000 - 0x1d440bff2 libswiftMetal.dylib (261.13) <998EE455-1B70-348F-8E3A-44A9CCDE84BE> /usr/lib/swift/libswiftMetal.dylib 0x1d4413000 - 0x1d4454ff8 libswiftCloudKit.dylib (1950.31.1) <9DA61A72-C278-3753-86B1-AEDB8FFB827F> /usr/lib/swift/libswiftCloudKit.dylib 0x1d4989000 - 0x1d49a7ffd com.apple.ftawd (8.0 - 900) <57A9B7A1-F1A0-35C2-9433-8BF150D1C722> /System/Library/PrivateFrameworks/FTAWD.framework/Versions/A/FTAWD 0x1d6a43000 - 0x1d6a8eff2 com.apple.osanalytics.OSAnalytics (1.0 - 1) /System/Library/PrivateFrameworks/OSAnalytics.framework/Versions/A/OSAnalytics 0x1d7405000 - 0x1d7427ff5 libswiftAppKit.dylib (109) <6C93F6A3-69E1-37F3-994A-E72F0C8DA840> /usr/lib/swift/libswiftAppKit.dylib 0x1d7428000 - 0x1d7429ff5 libswiftQuartzCore.dylib (3) <0DB51ABB-323B-3FA3-A128-6747BFE1CE3E> /usr/lib/swift/libswiftQuartzCore.dylib 0x1d8a06000 - 0x1d8a21ff9 com.apple.accessibility.AXAssetLoader (1.0 - 1) <694A305C-0998-3779-B40F-188F2FB45965> /System/Library/PrivateFrameworks/AXAssetLoader.framework/Versions/A/AXAssetLoader 0x1de5d4000 - 0x1de5d5ffa libswiftCryptoTokenKit.dylib (555.100.8) <65F67DF0-910D-39ED-8EAA-315C72E6989A> /usr/lib/swift/libswiftCryptoTokenKit.dylib 0x1df070000 - 0x1df071fff libswiftOSLog.dylib (4) <5CE51D4B-C3FE-3BAB-9386-2241A257D8A4> /usr/lib/swift/libswiftOSLog.dylib 0x1e1d41000 - 0x1e1e02fe7 com.apple.Symbolication (13.3 - 64552.29.1) <128A4979-2909-3922-AE7D-F41B07B40E77> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x1e4895000 - 0x1e48a4ff5 com.apple.OSLog (1.0 - 1375.100.9) /System/Library/Frameworks/OSLog.framework/Versions/A/OSLog 0x1e68e1000 - 0x1e6933ff8 com.apple.security.CryptoKit (1.0 - 1) /System/Library/Frameworks/CryptoKit.framework/Versions/A/CryptoKit 0x1f045f000 - 0x1f0551ff6 com.apple.accessibility.AXMediaUtilities (1.0 - 1) <4074528F-21C9-31AA-BE1C-4A7403FB8C5A> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/Versions/A/AXMediaUtilities 0x1f0970000 - 0x1f0ecbffb com.apple.ANECompiler (5.4.0 - 5.4.0) /System/Library/PrivateFrameworks/ANECompiler.framework/Versions/A/ANECompiler 0x20bc5e000 - 0x20bc64ff3 libCoreFSCache.dylib (250.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x20bc65000 - 0x20bc6afff libCoreVMClient.dylib (250.1) <363D0EB2-0B19-3968-A619-D2DE307B7FD8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x20bc6b000 - 0x20bc7bff7 com.apple.opengl (19.4.3 - 19.4.3) <2B24125C-0D8B-3F3D-8625-6C50DDF2F4CC> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x20bc7c000 - 0x20bc7efff libCVMSPluginSupport.dylib (19.4.4) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x20bc7f000 - 0x20bc87ffb libGFXShared.dylib (19.4.4) <252D940C-C4FB-33C3-92D9-BF6280414B76> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x20bc88000 - 0x20bcbfff3 libGLImage.dylib (19.4.4) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x20bcc0000 - 0x20bcfdff7 libGLU.dylib (19.4.4) <273DBBA5-5C7E-3F01-8A5B-417BC5C67432> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x20be6c000 - 0x20be75fff libGL.dylib (19.4.4) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x20c00d000 - 0x20c07bff3 com.apple.opencl (4.7 - 4.7) <34453FB1-09D3-3ADC-9F9C-ADF9AE663493> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x20cc4d000 - 0x20cd4cff1 com.apple.audio.AVFAudio (1.0 - 522.73.10.1) <2182345F-9A39-30E0-87AD-0195572F9329> /System/Library/Frameworks/AVFAudio.framework/Versions/A/AVFAudio 0x20ddd7000 - 0x20ddeaff2 com.apple.MPSFunctions (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSFunctions.framework/Versions/A/MPSFunctions 0x20ddeb000 - 0x20e7a9ff6 com.apple.MetalPerformanceShadersGraph (1.0 - 1) <92C3CDAA-7900-3E11-B107-3C1FB787FA04> /System/Library/Frameworks/MetalPerformanceShadersGraph.framework/Versions/A/MetalPerformanceShadersGraph 0x2105fe000 - 0x210608ffe com.apple.AAAFoundation (1.0 - 1) /System/Library/PrivateFrameworks/AAAFoundation.framework/Versions/A/AAAFoundation 0x2122a0000 - 0x2122b9ffb com.apple.CMImaging (1.0 - 190.41.2) /System/Library/PrivateFrameworks/CMImaging.framework/Versions/A/CMImaging 0x2122ba000 - 0x212365ff9 com.apple.CMPhoto (1.0 - 1) <9C6B742B-7197-363D-A299-F58D81172B33> /System/Library/PrivateFrameworks/CMPhoto.framework/Versions/A/CMPhoto 0x212547000 - 0x212679ff5 com.apple.cloudkit.CloudKitDistributedSync (1.0 - 1950.31.1) <7FB59747-5CCF-3A25-ADFB-E2B575C1E67A> /System/Library/PrivateFrameworks/CloudKitDistributedSync.framework/Versions/A/CloudKitDistributedSync 0x2151cf000 - 0x2151ecffb com.apple.CoreUtilsExtras (6.9 - 690.41) <9644D1EC-3890-3E67-8C0D-9D78F4308FE2> /System/Library/PrivateFrameworks/CoreUtilsExtras.framework/Versions/A/CoreUtilsExtras 0x216034000 - 0x216034ffb com.apple.FontServices (1.0 - 1) <104859CB-8088-314B-BE77-434B8E2BF008> /System/Library/PrivateFrameworks/FontServices.framework/Versions/A/FontServices 0x216035000 - 0x2160c0ff9 libXTFontStaticRegistryData.dylib (226.4.0.7) <3C2BB27C-C6EA-3457-B5F2-88085C54D96C> /System/Library/PrivateFrameworks/FontServices.framework/libXTFontStaticRegistryData.dylib 0x21611d000 - 0x216120fff libGPUCompilerUtils.dylib (31001.523.2) <93CEDB6F-63DA-34E8-B8D6-CBB3AB1CFC78> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/31001/Libraries/libGPUCompilerUtils.dylib 0x216862000 - 0x216866fff com.apple.GeoServices (1.0 - 1830.24.11.8.11) <63E3EE21-F503-3F3B-99F5-FADC96A0FEF6> /System/Library/PrivateFrameworks/GeoServicesCore.framework/Versions/A/GeoServicesCore 0x218b4a000 - 0x218cd8ff7 com.apple.MIL (3.6 - 3.6.1) /System/Library/PrivateFrameworks/MIL.framework/Versions/A/MIL 0x218cd9000 - 0x218e18ff3 com.apple.CoreML.MLAssetIO (1.0 - 1127.100.41) <1E8A9A71-244B-3288-87FB-6F267921D7FF> /System/Library/PrivateFrameworks/MLAssetIO.framework/Versions/A/MLAssetIO 0x229597000 - 0x22959effb libCoreEntitlements.dylib (20.100.1) <6079244A-D20B-37E1-AD4F-510338FF0CAC> /usr/lib/libCoreEntitlements.dylib 0x22a24e000 - 0x22a29dff7 libswift_Concurrency.dylib (5.6 - 5.6.0.323.33) /usr/lib/swift/libswift_Concurrency.dylib Sample analysis of process 10046 written to file /dev/stdout ```

kakoni commented 2 years ago

This is happening to me constantly on Secretive 2.2.0

Open Files and Ports
cwd
/Users/kakoni/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data
txt
/Applications/Secretive.app/Contents/Library/LoginItems/SecretAgent.app/Contents/MacOS/SecretAgent
txt
/Library/Preferences/Logging/.plist-cache.O8TN2ttm
txt
/usr/lib/dyld
txt
/usr/share/icu/icudt70l.dat
txt
/private/var/db/timezone/tz/2022a.1.0/icutz/icutz44l.dat
txt
/private/var/db/analyticsd/events.allowlist
txt
/System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/SystemAppearance.car
txt
/System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/Aqua.car
txt
/System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/FauxVibrantLight.car
txt
/System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/VibrantLight.car
txt
/Applications/Secretive.app/Contents/Library/LoginItems/SecretAgent.app/Contents/Resources/Base.lproj/Main.storyboardc/MainMenu.nib
txt
/private/var/db/mds/messages/501/se_SecurityMessages
txt
/System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Resources/AppleKeyboardLayouts-L.dat
txt
/System/Library/Caches/com.apple.IntlDataCache.le.kbdx
txt
/System/Library/CoreServices/CoreGlyphs.bundle/Contents/Resources/Assets.car
0
/dev/null
1
/dev/null
2
/dev/null
3
/Users/kakoni/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh
4
->0x5e21138d55b42ed5
5
->0x5e21138d55b42e0d
8
/Users/kakoni/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh
Sample
Sampling process 1047 for 3 seconds with 1 millisecond of run time between samples
Sampling completed, processing symbols...
Analysis of sampling SecretAgent (pid 1047) every 1 millisecond
Process:         SecretAgent [1047]
Path:            /Applications/Secretive.app/Contents/Library/LoginItems/SecretAgent.app/Contents/MacOS/SecretAgent
Load Address:    0x100bc4000
Identifier:      com.maxgoedjen.Secretive.SecretAgent
Version:         2.2.0 (1)
Code Type:       ARM64
Platform:        macOS
Parent Process:  ??? [1]

Date/Time:       2022-04-06 10:11:55.728 +0300
Launch Time:     2022-04-05 10:56:18.274 +0300
OS Version:      macOS 12.3 (21E230)
Report Version:  7
Analysis Tool:   /usr/bin/sample

Physical footprint:         11.0M
Physical footprint (peak):  11.1M
----

Call graph:
    2585 Thread_9553   DispatchQueue_1: com.apple.main-thread  (serial)
    + 2585 start  (in dyld) + 516  [0x100f15088]
    +   2585 main  (in SecretAgent) + 12  [0x100bc800c]
    +     2585 NSApplicationMain  (in AppKit) + 1132  [0x191205da8]
    +       2585 -[NSApplication run]  (in AppKit) + 596  [0x191234690]
    +         2585 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]  (in AppKit) + 1328  [0x1912424c4]
    +           2585 _DPSNextEvent  (in AppKit) + 860  [0x191243bcc]
    +             2585 _BlockUntilNextEventMatchingListInModeWithFilter  (in HIToolbox) + 72  [0x197304908]
    +               2585 ReceiveNextEventCommon  (in HIToolbox) + 564  [0x197304b54]
    +                 2585 RunCurrentEventLoopInMode  (in HIToolbox) + 292  [0x197304dd8]
    +                   2585 CFRunLoopRunSpecific  (in CoreFoundation) + 600  [0x18e6e4490]
    +                     2585 __CFRunLoopRun  (in CoreFoundation) + 1180  [0x18e6e50cc]
    +                       2585 __CFRunLoopServiceMachPort  (in CoreFoundation) + 372  [0x18e6e6c1c]
    +                         2585 mach_msg  (in libsystem_kernel.dylib) + 76  [0x18e5dcd40]
    +                           2585 mach_msg_trap  (in libsystem_kernel.dylib) + 8  [0x18e5dc8d0]
    2585 Thread_9693: com.apple.NSEventThread
    + 2585 thread_start  (in libsystem_pthread.dylib) + 8  [0x18e61508c]
    +   2585 _pthread_start  (in libsystem_pthread.dylib) + 148  [0x18e61a26c]
    +     2585 _NSEventThread  (in AppKit) + 196  [0x1913b0794]
    +       2585 CFRunLoopRunSpecific  (in CoreFoundation) + 600  [0x18e6e4490]
    +         2585 __CFRunLoopRun  (in CoreFoundation) + 1180  [0x18e6e50cc]
    +           2585 __CFRunLoopServiceMachPort  (in CoreFoundation) + 372  [0x18e6e6c1c]
    +             2585 mach_msg  (in libsystem_kernel.dylib) + 76  [0x18e5dcd40]
    +               2585 mach_msg_trap  (in libsystem_kernel.dylib) + 8  [0x18e5dc8d0]
    2585 Thread_9695: com.apple.CFSocket.private
    + 2585 thread_start  (in libsystem_pthread.dylib) + 8  [0x18e61508c]
    +   2585 _pthread_start  (in libsystem_pthread.dylib) + 148  [0x18e61a26c]
    +     2585 __CFSocketManager  (in CoreFoundation) + 644  [0x18e7111fc]
    +       2585 __select  (in libsystem_kernel.dylib) + 8  [0x18e5e75b8]
    2585 Thread_369208
      2585 start_wqthread  (in libsystem_pthread.dylib) + 8  [0x18e615080]
        2585 _pthread_wqthread  (in libsystem_pthread.dylib) + 364  [0x18e6163ac]
          2585 __workq_kernreturn  (in libsystem_kernel.dylib) + 8  [0x18e5de74c]

Total number in stack (recursive counted multiple, when >=5):

Sort by top of stack, same collapsed (when >= 5):
        mach_msg_trap  (in libsystem_kernel.dylib)        5170
        __select  (in libsystem_kernel.dylib)        2585
        __workq_kernreturn  (in libsystem_kernel.dylib)        2585

Binary Images:
       0x100bc4000 -        0x100bffffb +com.maxgoedjen.Secretive.SecretAgent (2.2.0 - 1) <8B2F1FE6-17A7-3060-BF8F-335BD1A0A352> /Applications/Secretive.app/Contents/Library/LoginItems/SecretAgent.app/Contents/MacOS/SecretAgent
       0x100f10000 -        0x100f6d113  dyld (955)  /usr/lib/dyld
       0x18e341000 -        0x18e342ffe  libsystem_blocks.dylib (79.1)  /usr/lib/system/libsystem_blocks.dylib
       0x18e343000 -        0x18e384ff3  libxpc.dylib (2236.100.61) <4C6EB90B-BD32-3CAD-9F25-C9F234775EFB> /usr/lib/system/libxpc.dylib
       0x18e385000 -        0x18e39effe  libsystem_trace.dylib (1375.100.9)  /usr/lib/system/libsystem_trace.dylib
       0x18e39f000 -        0x18e426fcf  libcorecrypto.dylib (1218.100.47) <29B2F7FD-0F6D-3F41-B569-FB4AE94F4D6B> /usr/lib/system/libcorecrypto.dylib
       0x18e427000 -        0x18e451ffb  libsystem_malloc.dylib (374.100.5) <3A021C33-DD59-37F7-9A86-5CEED68FF9BA> /usr/lib/system/libsystem_malloc.dylib
       0x18e452000 -        0x18e498ff7  libdispatch.dylib (1325.100.36)  /usr/lib/system/libdispatch.dylib
       0x18e499000 -        0x18e4d6ffe  libobjc.A.dylib (841.13) <4B5AB8FB-60E0-3992-BA0E-A073A3FA86A7> /usr/lib/libobjc.A.dylib
       0x18e4d7000 -        0x18e4d9fff  libsystem_featureflags.dylib (56) <8BCCBE77-3AEB-3BDA-A6B6-4D1D0B7FFBCF> /usr/lib/system/libsystem_featureflags.dylib
       0x18e4da000 -        0x18e55bfff  libsystem_c.dylib (1507.100.9)  /usr/lib/system/libsystem_c.dylib
       0x18e55c000 -        0x18e5c2ff3  libc++.1.dylib (1300.23) <06BC1EC0-9992-398E-A85B-2973EB1FDBA2> /usr/lib/libc++.1.dylib
       0x18e5c3000 -        0x18e5daffb  libc++abi.dylib (1300.23)  /usr/lib/libc++abi.dylib
       0x18e5db000 -        0x18e612feb  libsystem_kernel.dylib (8020.101.4) <1D7B3B8E-75A1-34EA-AA52-9F7C23155C55> /usr/lib/system/libsystem_kernel.dylib
       0x18e613000 -        0x18e61fff3  libsystem_pthread.dylib (486.100.11)  /usr/lib/system/libsystem_pthread.dylib
       0x18e620000 -        0x18e62cfff  libdyld.dylib (955)  /usr/lib/system/libdyld.dylib
       0x18e62d000 -        0x18e634ffb  libsystem_platform.dylib (273.100.5) <84FA5DD0-806C-310E-B047-479924CD688C> /usr/lib/system/libsystem_platform.dylib
       0x18e635000 -        0x18e661ff3  libsystem_info.dylib (554) <2CE857CF-271D-3196-9087-0875C4D153BD> /usr/lib/system/libsystem_info.dylib
       0x18e662000 -        0x18eba7ff4  com.apple.CoreFoundation (6.9 - 1858.112) <8E1809FF-F5B1-3D9E-BE15-F2E7B1D8CE51> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
       0x18eba8000 -        0x18ee07ffb  com.apple.LaunchServices (1141.1 - 1141.1)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
       0x18ee08000 -        0x18ef30fff  com.apple.gpusw.MetalTools (1.0 - 1)  /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
       0x18ef31000 -        0x18f1a6ffb  libBLAS.dylib (1381.100.10)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
       0x18f1a7000 -        0x18f1eeff3  com.apple.Lexicon-framework (1.0 - 98.1) <9E82BF97-AFD8-3784-84F8-B0CDBF9F1445> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
       0x18f1ef000 -        0x18f250ffb  libSparse.dylib (108.100.1) <501D6C38-82DC-389F-880C-8E65C59F88C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
       0x18f251000 -        0x18f2d5ffb  com.apple.SystemConfiguration (1.21 - 1.21) <686E7376-D1F3-3EB7-8AA2-D37A34DD280B> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
       0x18f2d6000 -        0x18f309ff7  libCRFSuite.dylib (51)  /usr/lib/libCRFSuite.dylib
       0x18f30a000 -        0x18f55cff4  libmecabra.dylib (972.10)  /usr/lib/libmecabra.dylib
       0x18f55d000 -        0x18f94dffe  com.apple.Foundation (6.9 - 1858.112) <589677DD-19B7-3F93-B2B6-EED7117729CA> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
       0x18f94e000 -        0x18fa51ffb  com.apple.LanguageModeling (1.0 - 277.4) <0610D2A8-AE63-3D61-9620-6325DA3CB87A> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
       0x18fa52000 -        0x18fb71ffa  com.apple.CoreDisplay (265.2 - 265.2)  /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
       0x18fb72000 -        0x18fe15ff3  com.apple.audio.AudioToolboxCore (1.0 - 1245.79.1) <16FAAE1C-3EFD-34C3-9C2F-0F60956778F1> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
       0x18fe16000 -        0x18fff1ff6  com.apple.CoreText (710.4.0.5 - 710.4.0.5)  /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
       0x18fff2000 -        0x190714ff6  com.apple.audio.CoreAudio (5.0 - 5.0) <51DD4B50-D2B2-31E7-ACAE-F662748A2D2B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
       0x190715000 -        0x190a91ffa  com.apple.security (7.0 - 60158.100.133) <68312C1A-D604-3812-A9BE-04CF4639782C> /System/Library/Frameworks/Security.framework/Versions/A/Security
       0x190a92000 -        0x190d47ff7  libicucore.A.dylib (70104)  /usr/lib/libicucore.A.dylib
       0x190d48000 -        0x190d52ff3  libsystem_darwin.dylib (1507.100.9)  /usr/lib/system/libsystem_darwin.dylib
       0x190d53000 -        0x19104eff5  com.apple.CoreServices.CarbonCore (1319 - 1319)  /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
       0x19104f000 -        0x19108bffb  com.apple.CoreServicesInternal (484 - 484) <37F1609F-AF45-3F0A-971B-7F9D0DCFC9E2> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
       0x19108c000 -        0x1910c9ffd  com.apple.CSStore (1141.1 - 1141.1)  /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
       0x1910ca000 -        0x1911a0ff2  com.apple.framework.IOKit (2.0.2 - 1955.100.5) <1D3A63F1-1F43-3EAD-9815-FA086CBEDA27> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
       0x1911a1000 -        0x1911b0fff  libsystem_notify.dylib (301) <5FF2DA89-8A88-34BB-AA68-BA9C5D24E639> /usr/lib/system/libsystem_notify.dylib
       0x1911b1000 -        0x191201ffb  libsandbox.1.dylib (1657.101.2)  /usr/lib/libsandbox.1.dylib
       0x191202000 -        0x1920b9ffa  com.apple.AppKit (6.9 - 2113.40.126) <465B9570-6646-31EA-A082-AB0DFA538966> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
       0x1920ba000 -        0x19232aff4  com.apple.UIFoundation (1.0 - 786.9)  /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
       0x19232b000 -        0x19233eff3  com.apple.UniformTypeIdentifiers (709 - 709) <46515FEB-0F4B-36D2-8BD2-A2AB5FC2418F> /System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers
       0x19233f000 -        0x1924c6ffc  com.apple.desktopservices (2.3 - 1438.3.1) <59EA010E-076C-3565-A3B3-9B8CA155ACFB> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
       0x1924db000 -        0x19270fff6  com.apple.CoreDuet (1.0 - 1) <48E2F678-5214-39B4-A306-323B7CE75D8F> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
       0x1927d4000 -        0x193262fff  libnetwork.dylib (2750.100.70) <2B8EA692-87A3-343D-B5DD-341325AECFA7> /usr/lib/libnetwork.dylib
       0x193263000 -        0x193716ff2  com.apple.CFNetwork (1331.0.7 - 1331.0.7)  /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
       0x193717000 -        0x19372effb  libsystem_networkextension.dylib (1471.100.24) <8D842641-0F27-34B1-AEFC-C95B178E5433> /usr/lib/system/libsystem_networkextension.dylib
       0x19372f000 -        0x193730fff  libenergytrace.dylib (23) <0B25FE36-5D44-3167-8D84-DC1B9DBABABF> /usr/lib/libenergytrace.dylib
       0x193731000 -        0x193787ffe  libMobileGestalt.dylib (1073.100.31.0.1)  /usr/lib/libMobileGestalt.dylib
       0x193788000 -        0x19379fff7  libsystem_asl.dylib (392.100.2) <6B2F4A2F-2C36-3D5D-87F0-9B6BBAE5560C> /usr/lib/system/libsystem_asl.dylib
       0x1937a0000 -        0x1937bbff9  com.apple.TCC (1.0 - 1) <5397213B-5DC5-3512-B525-BD2C4F95164F> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
       0x1937bc000 -        0x193b90ff0  com.apple.SkyLight (1.600.0 - 670.17) <2385383B-3D2C-39C8-B872-2B218B911AD3> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
       0x193b91000 -        0x19419dff3  com.apple.CoreGraphics (2.0 - 1557.5.4) <0598A995-9BC7-3F22-868C-50C5A1CF9C7A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
       0x19419e000 -        0x19429aff7  com.apple.ColorSync (4.13.0 - 3521.5.2)  /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
       0x19429b000 -        0x1942faff0  com.apple.HIServices (1.22 - 739.1)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
       0x1943fc000 -        0x19461aff1  com.apple.Montreal (1.0 - 165.1) <046FD33C-3142-3A46-B89D-976E224A77C5> /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal
       0x194708000 -        0x194adcff8  com.apple.CoreData (120 - 1152)  /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
       0x194add000 -        0x194af6fff  com.apple.ProtocolBuffer (1 - 288.22.9.15.1)  /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
       0x194af7000 -        0x194cb6ffb  libsqlite3.dylib (331.5)  /usr/lib/libsqlite3.dylib
       0x194cb7000 -        0x194d34ffa  com.apple.Accounts (113 - 113) <5C4E10A8-EA1E-3CDC-A456-516484733B38> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
       0x194d35000 -        0x194d4effe  com.apple.commonutilities (8.0 - 900) <2AD0546E-40B4-350E-A024-D4539BDCD68F> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
       0x194d4f000 -        0x194e0affa  com.apple.BaseBoard (567.5 - 567.5) <426AFF92-1D58-39DC-B853-6CB62EFD4459> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
       0x194e0b000 -        0x194e65ffe  com.apple.RunningBoardServices (1.0 - 618.100.42) <00570EAA-FB24-397F-A606-F0173CB991FD> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
       0x194e66000 -        0x194ed6ffb  com.apple.AE (924 - 924) <0A3AB363-B23B-3956-8E4C-7C5F72680481> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
       0x194ed7000 -        0x194edfffc  libdns_services.dylib (1557.101.2)  /usr/lib/libdns_services.dylib
       0x194ee0000 -        0x194ee8fff  libsystem_symptoms.dylib (1617.101.2) <753D2289-1662-3922-8A94-FAC9DED81CD5> /usr/lib/system/libsystem_symptoms.dylib
       0x194ee9000 -        0x195091ffa  com.apple.Network (1.0 - 1)  /System/Library/Frameworks/Network.framework/Versions/A/Network
       0x195092000 -        0x1950c2fff  com.apple.analyticsd (1.0 - 1) <9D7D3779-B1E2-335E-B075-0B0C7E8648EB> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
       0x1950c3000 -        0x1950c5fff  libDiagnosticMessagesClient.dylib (112) <28AB09CF-5F67-3012-BC5B-1387122C2C81> /usr/lib/libDiagnosticMessagesClient.dylib
       0x1950c6000 -        0x195117ff0  com.apple.spotlight.metadata.utilities (1.0 - 2183.17) <012CFA26-DDE9-317D-A31C-E1FE70E301BC> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
       0x195118000 -        0x1951b7ff7  com.apple.Metadata (10.7.0 - 2183.17) <0623AF12-D03D-3B26-AD78-668832C5CA5C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
       0x1951b8000 -        0x1951bffff  com.apple.DiskArbitration (2.7 - 2.7)  /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
       0x1951c0000 -        0x195543ff3  com.apple.vImage (8.1 - 555.3) <72494E17-CD53-36FC-BA80-374BBCE2ED4F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
       0x195544000 -        0x19586dff7  com.apple.QuartzCore (1.11 - 964.19.5)  /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
       0x19586e000 -        0x1958bdffa  libFontRegistry.dylib (333.2.0.1) <7A3F4CEA-C3DB-31A5-8750-7747E07F5AF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
       0x1958be000 -        0x1959fbffc  com.apple.coreui (2.1 - 738.1) <665D6E76-5BE0-3AC8-9103-80ADACDB6C09> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
       0x1959fc000 -        0x195af7ffd  com.apple.ViewBridge (640.1 - 640.1) <015ECF34-891E-3308-8C96-D7610255D295> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
       0x195af8000 -        0x195b03ff9  com.apple.PerformanceAnalysis (1.302.2 - 302.2)  /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
       0x195b04000 -        0x195b13ff9  com.apple.OpenDirectory (12.3 - 233) <7D0DBABF-3641-3023-90FA-FBC34D93AADA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
       0x195b14000 -        0x195b33fff  com.apple.CFOpenDirectory (12.3 - 233)  /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
       0x195b34000 -        0x195b40fff  com.apple.CoreServices.FSEvents (1326.100.8 - 1326.100.8) <8DF5D744-BF1F-397D-BA11-429182BF64AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
       0x195b41000 -        0x195b67fff  com.apple.coreservices.SharedFileList (155 - 155) <807CB9F0-17E2-31FE-9228-A576CF76A1AD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
       0x195b68000 -        0x195b6afff  libapp_launch_measurement.dylib (16)  /usr/lib/libapp_launch_measurement.dylib
       0x195b6b000 -        0x195bb5ff9  com.apple.CoreAutoLayout (1.0 - 28) <31223A23-39A5-3437-B65C-CE741A5E10E9> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout
       0x195bb6000 -        0x195ca3ff3  libxml2.2.dylib (35.6) <265109CD-651C-3398-A819-424554FBDC3A> /usr/lib/libxml2.2.dylib
       0x195ca4000 -        0x195d01ff4  com.apple.CoreVideo (1.8 - 0.0)  /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
       0x195d02000 -        0x195d04ffb  com.apple.loginsupport (3.0 - 3.0) <831CD7C2-527C-31D0-85C4-B28FB20E4FBC> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
       0x195d05000 -        0x195d31fff  com.apple.aps.framework (4.0 - 4.0) <6D4AF097-2339-349A-85DD-E365378E3599> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
       0x195d32000 -        0x195d59ff9  com.apple.UserManagement (1.0 - 1) <05C2BABE-D7A2-394D-9A50-42D6C573DC48> /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
       0x195d5a000 -        0x195f56ffe  com.apple.cloudkit.CloudKit (1950.31.1 - 1950.31.1) <2F4588B1-C166-3FF4-A039-ED9E886ECDDD> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
       0x195ffe000 -        0x19663dff8  com.apple.CoreML (1.0 - 1127.100.41) <45E2E330-F73B-339E-90DE-7F94ACE3ED40> /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML
       0x196e2a000 -        0x196ed0ff1  com.apple.corelocation (2667.0.23 - 2667.0.23)  /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
       0x196ed1000 -        0x196eeffff  libsystem_containermanager.dylib (383.100.23)  /usr/lib/system/libsystem_containermanager.dylib
       0x196ef0000 -        0x196f03ff5  com.apple.IOSurface (302.14 - 302.14)  /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
       0x196f04000 -        0x196f0dff9  com.apple.IOAccelerator (462.8 - 462.8) <43F39E52-3AF8-3060-8779-36D302D8D10D> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
       0x196f0e000 -        0x19704fff5  com.apple.Metal (261.13 - 261.13) <2BCC020C-4393-3CAC-8257-848A303A7E4A> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
       0x197050000 -        0x197076fff  com.apple.audio.caulk (1.0 - 92) <23D0D7CE-CB87-35F3-9C15-943BD8F6645A> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
       0x197077000 -        0x19718cfff  com.apple.CoreMedia (1.0 - 2940.20.4.3)  /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
       0x19718d000 -        0x1972d0ff4  libFontParser.dylib (329.4.0.1) <2E874A5E-86AF-3966-82AB-9FE74BE5370E> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
       0x1972d1000 -        0x197604ff8  com.apple.HIToolbox (2.1.1 - 1113.9) <4A1D1F30-C79D-3502-B51F-9792ADBD8E06> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
       0x197605000 -        0x19761cfff  com.apple.framework.DFRFoundation (1.0 - 271)  /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
       0x19761d000 -        0x197621ffb  com.apple.dt.XCTTargetBootstrap (20073.1)  /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
       0x197622000 -        0x197651ffb  com.apple.CoreSVG (1.0 - 175.5.1) <9B8A3A33-7961-3115-A6D4-90027A189ACF> /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
       0x197652000 -        0x1978a0ff5  com.apple.ImageIO (3.3.0 - 2222.5.4) <3D78F847-399D-3D41-B420-2C5C99B5941A> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
       0x1978a1000 -        0x197c00ff4  com.apple.CoreImage (17.0.0 - 1240.7) <84DD9802-BEAA-356C-B149-D69F669B88CA> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
       0x197c01000 -        0x197c74ff6  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1)  /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSCore.framework/Versions/A/MPSCore
       0x197c75000 -        0x197c79fff  libsystem_configuration.dylib (1163.100.19.0.2)  /usr/lib/system/libsystem_configuration.dylib
       0x197c7a000 -        0x197c7efff  libsystem_sandbox.dylib (1657.101.2) <9180A377-715B-3790-81DB-AB51A9F0C3C0> /usr/lib/system/libsystem_sandbox.dylib
       0x197c7f000 -        0x197c80ffd  com.apple.AggregateDictionary (1.0 - 1)  /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
       0x197c81000 -        0x197c84fff  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <8458AE70-E109-3A66-A500-99738AF42FDC> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
       0x197c85000 -        0x197c86fff  liblangid.dylib (136)  /usr/lib/liblangid.dylib
       0x197c87000 -        0x197d77ffe  com.apple.CoreNLP (1.0 - 273.2) <84CF3405-1894-329B-B1F1-D5A8ECABE405> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
       0x197d78000 -        0x197d7fffe  com.apple.LinguisticData (1.0 - 399)  /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
       0x197d80000 -        0x19832bf83  libBNNS.dylib (403.100.7) <3FAEAC04-F7D4-3092-84EE-A9235E95A2D3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
       0x19832c000 -        0x198411f17  libvDSP.dylib (794.100.2) <88531120-62B0-36E0-8240-9A9AD8861C1C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
       0x198412000 -        0x198424ff9  com.apple.CoreEmoji (1.0 - 143) <33E9F2FD-20AA-3552-A0C5-463152D11FC6> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
       0x198425000 -        0x198430ff7  com.apple.IOMobileFramebuffer (343.0.0 - 343.0.0) <9B197D0F-85B2-3563-92DC-E2CDF7CDC8D3> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer
       0x198431000 -        0x19850dfff  com.apple.framework.CoreWLAN (16.0 - 1657) <7F8D9117-58CC-314A-B94D-73B4DF0841BB> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
       0x19850e000 -        0x1986feffa  com.apple.CoreUtils (6.9 - 690.41) <00641A59-3CCB-316B-9361-5BF3DA85C17B> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
       0x1986ff000 -        0x198727ff2  com.apple.MobileKeyBag (2.0 - 1.0) <669D0B5F-1AAC-3C00-B34D-BDD088BDE171> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
       0x198728000 -        0x198739ffa  com.apple.AssertionServices (1.0 - 618.100.42)  /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
       0x19873a000 -        0x1987cdff4  com.apple.securityfoundation (6.0 - 55255.100.1) <4947EE62-1FC5-3FA6-8072-66001D0341D3> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
       0x1987ce000 -        0x1987d8fff  com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <36E9259F-21E8-3D6D-B408-EB53E62BDEC5> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
       0x1987d9000 -        0x1987e6ff1  com.apple.xpc.ServiceManagement (1.0 - 1)  /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
       0x1987e7000 -        0x1987e9fff  libquarantine.dylib (133.100.3) <49C11AB5-FD65-39BE-A1C7-AD885809511E> /usr/lib/system/libquarantine.dylib
       0x1987ea000 -        0x1987f9fff  libCheckFix.dylib (31) <44A3FA10-E99A-3ABD-AB88-AC4B08CAA405> /usr/lib/libCheckFix.dylib
       0x1987fa000 -        0x198811ffb  libcoretls.dylib (178) <83917B94-DF42-36A6-90F2-03BE08890659> /usr/lib/libcoretls.dylib
       0x198812000 -        0x198822fff  libbsm.0.dylib (73)  /usr/lib/libbsm.0.dylib
       0x198823000 -        0x19887fff3  libmecab.dylib (972.10)  /usr/lib/libmecab.dylib
       0x198880000 -        0x198882ffb  libgermantok.dylib (29)  /usr/lib/libgermantok.dylib
       0x198883000 -        0x198897ff3  libLinearAlgebra.dylib (1381.100.10) <4F8F416B-40C9-3F1C-AF32-6483A114BFB6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
       0x198898000 -        0x198aa9ffc  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <1DD8C78C-2645-3B61-8559-8C48BE2BA53E> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
       0x198aaa000 -        0x198affffd  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <4201EA2A-A50D-3B8B-820C-73246D57EBBB> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
       0x198b00000 -        0x198cd0ff3  com.apple.MLCompute (1.0 - 1) <67C276E1-7D29-3BD8-BEAA-E302990969F9> /System/Library/Frameworks/MLCompute.framework/Versions/A/MLCompute
       0x198cd1000 -        0x198d01ff2  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <3BEFD5DB-B6B2-39C7-8505-A049FB9919D8> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
       0x198d02000 -        0x198da8ffe  com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <35935C8C-46FC-310D-B2B2-7572902CCBDD> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
       0x198da9000 -        0x198e35ff2  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <3723B225-B34D-3B6D-AE8C-2CF02D004678> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSImage.framework/Versions/A/MPSImage
       0x198e36000 -        0x198e46fef  com.apple.AppleFSCompression (132.100.2 - 1.0) <52955B0D-25E3-331F-AE05-E0DA9C842941> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
       0x198e47000 -        0x198e53ff7  libbz2.1.0.dylib (45)  /usr/lib/libbz2.1.0.dylib
       0x198e54000 -        0x198e59fff  libsystem_coreservices.dylib (133) <92325446-C184-3BDF-B839-CFC2A7C558EC> /usr/lib/system/libsystem_coreservices.dylib
       0x198e5a000 -        0x198e8cffb  com.apple.CoreServices.OSServices (1141.1 - 1141.1) <46A15C14-9CEB-3F48-BC0A-6A6BFDC3FB89> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
       0x198e8d000 -        0x198fd3ff6  com.apple.AuthKit (1.0 - 1)  /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
       0x198fd4000 -        0x19901bffd  com.apple.UserNotifications (1.0 - 410.17)  /System/Library/Frameworks/UserNotifications.framework/Versions/A/UserNotifications
       0x1990a8000 -        0x1990b9fff  libz.1.dylib (77) <5AF373AA-2CC4-3C8D-B03A-CA309C8AA1E1> /usr/lib/libz.1.dylib
       0x1990ba000 -        0x1990f0ffb  libsystem_m.dylib (3204.80.2)  /usr/lib/system/libsystem_m.dylib
       0x1990f1000 -        0x1990f1fff  libcharset.1.dylib (61) <8F7E3727-8D2A-386A-BD54-EDB50003420E> /usr/lib/libcharset.1.dylib
       0x1990f2000 -        0x1990faff3  libmacho.dylib (994)  /usr/lib/system/libmacho.dylib
       0x1990fb000 -        0x199116fff  libkxld.dylib (8020.101.4) <67B7CC3B-FB03-353B-8AE1-B967832E6226> /usr/lib/system/libkxld.dylib
       0x199117000 -        0x199123ffb  libcommonCrypto.dylib (60191.100.1) <5AAADB40-420D-326A-AC38-CFE1D81DA1E5> /usr/lib/system/libcommonCrypto.dylib
       0x199124000 -        0x19912efff  libunwind.dylib (202.2) <687985E7-0BD0-3898-9FCA-F8BCAAE282AE> /usr/lib/system/libunwind.dylib
       0x19912f000 -        0x199136ffb  liboah.dylib (254.16) <41FFA258-B820-37DB-9D7B-2EE4AEFEBF2A> /usr/lib/liboah.dylib
       0x199137000 -        0x19913fff7  libcopyfile.dylib (180.100.3) <97564E56-1B3C-3C9A-B653-AE99C54231AC> /usr/lib/system/libcopyfile.dylib
       0x199140000 -        0x199143ffb  libcompiler_rt.dylib (103.1) <7E374D5C-9785-3D65-88D2-98B92AD24C78> /usr/lib/system/libcompiler_rt.dylib
       0x199144000 -        0x199148fff  libsystem_collections.dylib (1507.100.9)  /usr/lib/system/libsystem_collections.dylib
       0x199149000 -        0x19914bffb  libsystem_secinit.dylib (107.100.5)  /usr/lib/system/libsystem_secinit.dylib
       0x19914c000 -        0x19914efff  libremovefile.dylib (60) <4880993D-A23B-3DCE-942A-4201CE7E5461> /usr/lib/system/libremovefile.dylib
       0x19914f000 -        0x19914ffff  libkeymgr.dylib (31) <7B91E34D-FEF4-3CAB-ABA5-B2CBCD2BCDC0> /usr/lib/system/libkeymgr.dylib
       0x199150000 -        0x199158fff  libsystem_dnssd.dylib (1557.101.2)  /usr/lib/system/libsystem_dnssd.dylib
       0x199159000 -        0x19915eff7  libcache.dylib (85)  /usr/lib/system/libcache.dylib
       0x19915f000 -        0x199160fff  libSystem.B.dylib (1311.100.3)  /usr/lib/libSystem.B.dylib
       0x199161000 -        0x199164ffb  libfakelink.dylib (4)  /usr/lib/libfakelink.dylib
       0x199165000 -        0x199165ffb  com.apple.SoftLinking (1.0 - 42)  /System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking
       0x199166000 -        0x1991a2fff  libpcap.A.dylib (110)  /usr/lib/libpcap.A.dylib
       0x1991a3000 -        0x199294ffb  libiconv.2.dylib (61)  /usr/lib/libiconv.2.dylib
       0x199295000 -        0x1992a6ff3  libcmph.dylib (8) <14E4D3B2-922B-38CF-9CEF-E238FA3496BD> /usr/lib/libcmph.dylib
       0x1992a7000 -        0x19932cffb  libarchive.2.dylib (103)  /usr/lib/libarchive.2.dylib
       0x19932d000 -        0x1993a4fff  com.apple.SearchKit (1.4.1 - 1.4.1) <67F6E52B-D8A5-32F9-BD93-FF71801CEDA8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
       0x1993a5000 -        0x1993a6ff3  libThaiTokenizer.dylib (10) <93894244-5784-3076-9847-C4E1EEE557CA> /usr/lib/libThaiTokenizer.dylib
       0x1993a7000 -        0x1993cbff7  com.apple.applesauce (1.0 - 16.38) <404EC026-3683-347F-B240-F1669550A81C> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
       0x1993cc000 -        0x1993e3ff7  libapple_nghttp2.dylib (2)  /usr/lib/libapple_nghttp2.dylib
       0x1993e4000 -        0x1993f6ff7  libSparseBLAS.dylib (1381.100.10) <7111C95E-2668-3F4D-BE81-AA34007DEA43> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
       0x1993f7000 -        0x1993f8ff9  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <1FEA763F-5250-3085-8ADF-7B40E277C5A7> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
       0x1993f9000 -        0x1993fdfff  libpam.2.dylib (29)  /usr/lib/libpam.2.dylib
       0x1993fe000 -        0x1994c9fd3  libcompression.dylib (125.100.5) <976695EB-582D-3C35-9780-897B2E96A5A6> /usr/lib/libcompression.dylib
       0x1994ca000 -        0x1994ceffb  libQuadrature.dylib (7) <2A3D0BCB-3E83-30D7-9061-B545F9412FC4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
       0x1994cf000 -        0x199993ff7  libLAPACK.dylib (1381.100.10)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
       0x199994000 -        0x1999eaff6  com.apple.DictionaryServices (1.2 - 350) <18BFAA45-3471-3B56-96E5-3B7876BD9D44> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
       0x1999eb000 -        0x199a03ff3  liblzma.5.dylib (16) <742BDEA4-50E6-3CA0-9FC1-F5B302A6DBAF> /usr/lib/liblzma.5.dylib
       0x199a04000 -        0x199a05ffb  libcoretls_cfhelpers.dylib (178)  /usr/lib/libcoretls_cfhelpers.dylib
       0x199a06000 -        0x199a6cff3  com.apple.APFS (1934.101.3 - 1934.101.3)  /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
       0x199a6d000 -        0x199a7bffb  libxar.1.dylib (487.100.1)  /usr/lib/libxar.1.dylib
       0x199a7c000 -        0x199a7fff7  libutil.dylib (62)  /usr/lib/libutil.dylib
       0x199a80000 -        0x199aa9ff7  libxslt.1.dylib (18.5) <785464FF-D60D-3450-801D-56EC95D61128> /usr/lib/libxslt.1.dylib
       0x199aaa000 -        0x199ab1fff  libChineseTokenizer.dylib (40) <4429D54B-DF6D-3E7B-8CD6-477ABF7BAF0D> /usr/lib/libChineseTokenizer.dylib
       0x199ab2000 -        0x199b25feb  libvMisc.dylib (794.100.2) <11761567-2956-3EF5-968D-5892F62906EF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
       0x199b26000 -        0x199bb6fd0  libate.dylib (3.0.6)  /usr/lib/libate.dylib
       0x199bb7000 -        0x199bbffff  libIOReport.dylib (76) <13E02E6B-7D4C-3029-B96C-6613720E08F5> /usr/lib/libIOReport.dylib
       0x199bc0000 -        0x199bd3ff5  com.apple.CrashReporterSupport (10.13 - 15094)  /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
       0x199cc2000 -        0x199cf9ff9  com.apple.pluginkit.framework (1.0 - 1) <85C81A87-A22D-383D-9A5E-C26B0D8A445B> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
       0x199cfa000 -        0x199d01ffb  libMatch.1.dylib (38)  /usr/lib/libMatch.1.dylib
       0x199d02000 -        0x199d85fff  libCoreStorage.dylib (559) <43DE0A8E-83BF-35A0-A4E3-F6B1BEBBE5E8> /usr/lib/libCoreStorage.dylib
       0x199d86000 -        0x199dd1ffb  com.apple.AppleVAFramework (6.1.3 - 6.1.3) <1119FC72-81F6-3F1C-90EF-0313B016732D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
       0x199dd2000 -        0x199decffb  libexpat.1.dylib (28) <210F5A55-C5A4-3BD8-9A9F-4F36C142F12E> /usr/lib/libexpat.1.dylib
       0x199ded000 -        0x199df6fff  libheimdal-asn1.dylib (634.100.7)  /usr/lib/libheimdal-asn1.dylib
       0x199df7000 -        0x199e0cffa  com.apple.IconFoundation (493 - 493)  /System/Library/PrivateFrameworks/IconFoundation.framework/Versions/A/IconFoundation
       0x199e0d000 -        0x199e7eff5  com.apple.IconServices (493 - 493)  /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
       0x199e7f000 -        0x199ef2ff5  com.apple.MediaExperience (1.0 - 1) <4A2A8017-7DAB-3FCA-9392-86E69CE82706> /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience
       0x199f1e000 -        0x199f2bffc  com.apple.GraphVisualizer (1.0 - 100.1) <0FA924D4-C9B5-3AE7-98F2-23983D0E5A3F> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
       0x199f2c000 -        0x19a33effc  com.apple.vision.FaceCore (4.3.2 - 4.3.2) <1BAEE5F4-71EA-3E49-A4C5-C070429122B3> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
       0x19a33f000 -        0x19a382ff4  com.apple.OTSVG (1.0 - 710.4.0.5) <8BCE4159-1B9B-3754-BCDB-F4B9284E8DA6> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
       0x19a383000 -        0x19a38bfff  com.apple.xpc.AppServerSupport (1.0 - 2236.100.61) <2370FD67-72EE-3034-938B-E5A32A0BCE6C> /System/Library/PrivateFrameworks/AppServerSupport.framework/Versions/A/AppServerSupport
       0x19a38c000 -        0x19a395ffb  libhvf.dylib (1.0 - 329.4.0.1)  /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
       0x19a396000 -        0x19a39afff  libspindump.dylib (310) <4F1C02BB-5AB1-33E0-81D3-CB358F64E10D> /usr/lib/libspindump.dylib
       0x19a39b000 -        0x19a45dffe  com.apple.Heimdal (4.0 - 2.0)  /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
       0x19a618000 -        0x19a66affb  com.apple.bom (14.0 - 238.1) <1193D6B5-19F2-31CC-93CB-586C28D3E0E7> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
       0x19a66b000 -        0x19a6affff  com.apple.AppleJPEG (1.0 - 1) <2A0B58EB-4DEB-359A-B562-DA1B77496455> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
       0x19a6b0000 -        0x19a79bfff  libJP2.dylib (2222.5.4) <98F85C5B-0179-3D08-86C5-E310B6237020> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
       0x19a79c000 -        0x19a79ffff  com.apple.WatchdogClient.framework (1.0 - 127.100.16) <13FD331E-F85C-3EBF-BC8F-41630068C7ED> /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
       0x19a7a0000 -        0x19a7daffd  com.apple.MultitouchSupport.framework (5440.11 - 5440.11) <724ED186-4A9C-33F5-99AE-D2148BD1FE4D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
       0x19a7db000 -        0x19ac41ff1  com.apple.VideoToolbox (1.0 - 2940.20.4.3)  /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
       0x19ac42000 -        0x19ac73feb  libAudioToolboxUtility.dylib (1245.79.1)  /usr/lib/libAudioToolboxUtility.dylib
       0x19ac74000 -        0x19ac95ff3  libPng.dylib (2222.5.4) <8DD1C342-1365-317A-9000-602DAE34FB4C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
       0x19ac96000 -        0x19acf2fff  libTIFF.dylib (2222.5.4)  /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
       0x19acf3000 -        0x19ad12ffb  com.apple.IOPresentment (62 - 37) <53FBD3CA-4AB1-3F9D-99DD-8396D4CAAD0E> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
       0x19ad13000 -        0x19ad17ffb  com.apple.GPUWrangler (6.5.4 - 6.5.4) <851DA748-DAB0-338F-9370-1CE0C33E7D91> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
       0x19ad18000 -        0x19ad1affb  libRadiance.dylib (2222.5.4)  /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
       0x19ad1b000 -        0x19ad20ffb  com.apple.DSExternalDisplay (3.1 - 380) <27AB1108-638B-3688-90B0-DE93D5AEA203> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
       0x19ad21000 -        0x19ad4bfff  libJPEG.dylib (2222.5.4) <5DD1E066-EADC-32C6-9044-A341788B0964> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
       0x19ad4c000 -        0x19ad7bff7  com.apple.ATSUI (1.0 - 1) <56785513-F26C-359C-A711-15CC95A4E794> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
       0x19ad7c000 -        0x19ad80ff3  libGIF.dylib (2222.5.4) <6BFBFBD3-DB3E-3516-B72E-96430C10978A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
       0x19ad81000 -        0x19ad8afff  com.apple.CMCaptureCore (1.0 - 190.41.2)  /System/Library/PrivateFrameworks/CMCaptureCore.framework/Versions/A/CMCaptureCore
       0x19ad8b000 -        0x19adf6ffb  com.apple.print.framework.PrintCore (17.1 - 544.1)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
       0x19adf7000 -        0x19ae9aff2  com.apple.TextureIO (3.10.9 - 3.10.9) <62EDEDF2-7D84-3D05-8E19-607AAFF35CCE> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
       0x19ae9b000 -        0x19aea6fff  com.apple.InternationalSupport (1.0 - 69.1)  /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
       0x19aea7000 -        0x19af23ff9  com.apple.datadetectorscore (8.0 - 697.2) <950B930E-D92B-3126-AF2B-F125778C0486> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
       0x19af24000 -        0x19af91ffb  com.apple.UserActivity (511 - 511)  /System/Library/PrivateFrameworks/UserActivity.framework/Versions/A/UserActivity
       0x19af92000 -        0x19b703ffc  com.apple.MediaToolbox (1.0 - 2940.20.4.3) <196A906E-5911-3DAD-AFEF-7A2FF7D2A1C6> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
       0x19b76d000 -        0x19bc6bff4  libswiftCore.dylib (5.6 - 5.6.0.323.32) <505A89AC-2D52-38F8-85C3-A5A6C2D83D70> /usr/lib/swift/libswiftCore.dylib
       0x19bc6c000 -        0x19bce3ffc  com.apple.imfoundation (10.0 - 1000) <8C19C7FB-9DE2-33C5-A0E3-F887FDFCEAF6> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
       0x19bce4000 -        0x19bd0cff9  com.apple.locationsupport (2667.0.23 - 2667.0.23) <0567DE8B-4DCB-350B-A251-2CDFE7900240> /System/Library/PrivateFrameworks/LocationSupport.framework/Versions/A/LocationSupport
       0x19bd0d000 -        0x19bd46ffe  libSessionUtility.dylib (128.63) <8DA8B598-A413-3E5C-B8E0-45512F182D0C> /System/Library/PrivateFrameworks/AudioSession.framework/libSessionUtility.dylib
       0x19bd47000 -        0x19be86ffd  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <1A0691B0-D93F-3CBD-AE71-34E7A858EE7F> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
       0x19be87000 -        0x19bef8ff7  com.apple.audio.AudioSession (1.0 - 128.63) <95A9F081-A81C-3236-90F9-803A44B3537F> /System/Library/PrivateFrameworks/AudioSession.framework/Versions/A/AudioSession
       0x19bef9000 -        0x19bf0cffc  libAudioStatistics.dylib (69.66.1)  /usr/lib/libAudioStatistics.dylib
       0x19bf0d000 -        0x19bf20ff8  com.apple.speech.synthesis.framework (9.0.88.5 - 9.0.88.5) <2332F71C-26EA-3A98-AE66-809FB60D0186> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
       0x19bf21000 -        0x19bf90ff3  com.apple.ApplicationServices.ATS (377 - 533.3.0.1) <6B09B034-30FA-3EC8-B82B-22A280E7EC5B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
       0x19bf91000 -        0x19bfa9ffb  libresolv.9.dylib (68)  /usr/lib/libresolv.9.dylib
       0x19bfce000 -        0x19c029feb  libParallelCompression.dylib (280.100.14) <00C6650B-4BD6-368F-8591-931CD53CEDFB> /usr/lib/libParallelCompression.dylib
       0x19c082000 -        0x19c164ff4  com.apple.CoreMediaIO (1000.0 - 5355.16) <7F70F457-3937-3063-B980-2E0C24E6723C> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
       0x19c165000 -        0x19c244ffb  libSMC.dylib (21) <0899CD7F-B327-3929-9096-CBDDF9358E3D> /usr/lib/libSMC.dylib
       0x19c245000 -        0x19c2a2ff3  libcups.2.dylib (499.3)  /usr/lib/libcups.2.dylib
       0x19c2a3000 -        0x19c2afffb  com.apple.NetAuth (6.2 - 6.2) <16BAE5D7-8F35-328F-BA10-54997B43462E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
       0x19c2b0000 -        0x19c2b7fff  com.apple.ColorSyncLegacy (4.13.0 - 1) <1BEE6CFA-0DA4-3DCE-812B-7751F60A9234> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
       0x19c2b8000 -        0x19c2c3fff  com.apple.QD (4.0 - 416)  /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
       0x19c2c4000 -        0x19c603ffe  com.apple.audio.AudioResourceArbitration (1.0 - 1)  /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration
       0x19c604000 -        0x19c610ff0  com.apple.perfdata (1.0 - 82)  /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata
       0x19c611000 -        0x19c61effc  libperfcheck.dylib (42) <8E503FA2-58D8-3E8A-AB4B-53D9717961CA> /usr/lib/libperfcheck.dylib
       0x19c61f000 -        0x19c62fff7  com.apple.Kerberos (3.0 - 1) <809C1D96-1CF9-38CC-A30B-4BC1B3011C36> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
       0x19c630000 -        0x19c67fffb  com.apple.GSS (4.0 - 2.0) <70389C65-8D21-3E79-8489-49CC6FD1D66D> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
       0x19c680000 -        0x19c690fff  com.apple.CommonAuth (4.0 - 2.0) <8CD2D938-39BE-3A4D-AA81-AAB261D794A5> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
       0x19c691000 -        0x19c6baffa  com.apple.MobileAssets (1.0 - 698.100.13) <910E21BF-A2A5-3A09-B4AA-28B7247A7070> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
       0x19c6f6000 -        0x19c716ffe  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <69A58A4D-1302-348A-92BB-96D2A8F86AB7> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
       0x19c717000 -        0x19c720ff8  com.apple.CorePhoneNumbers (1.0 - 1)  /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
       0x19c721000 -        0x19c7a7ffc  libTelephonyUtilDynamic.dylib (5553.3) <996FDA41-341F-3C23-AC72-ADD52737F5C4> /usr/lib/libTelephonyUtilDynamic.dylib
       0x19ce9b000 -        0x19d014ff6  com.apple.ids (10.0 - 1000) <54B1B8A4-3271-3362-AB2D-1E625396569A> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
       0x19d015000 -        0x19d1c0ff9  com.apple.idsfoundation (10.0 - 1000) <7CE96ADE-7E75-3445-BFF5-F0512D5A04D1> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation
       0x19d1c1000 -        0x19d330ffa  com.apple.Sharing (1779 - 1779) <379524E0-60B8-38D2-B32F-9795929FA84A> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
       0x19d331000 -        0x19d3ecffd  com.apple.Bluetooth (1.0 - 1) <8A27DE40-E236-3F31-A25D-0ED1F08E809A> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
       0x19d406000 -        0x19d469fff  com.apple.ProtectedCloudStorage (1.0 - 1) <4D02B77F-C818-3DC0-AC13-3C014ACB1069> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
       0x19d5e2000 -        0x19d72fff7  com.apple.combine (1.0 - 280.101)  /System/Library/Frameworks/Combine.framework/Versions/A/Combine
       0x19d730000 -        0x19f18afe4  com.apple.GeoServices (1.0 - 1830.24.11.8.11) <2F72F562-D64D-3DBF-AAEF-AED3AEC0CC05> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
       0x19f197000 -        0x19f1c2ffd  com.apple.RemoteViewServices (2.0 - 167) <5B97E0AB-45EA-3617-82ED-DEE61C15C939> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
       0x19f1c3000 -        0x19f1d6fff  com.apple.SpeechRecognitionCore (6.2.26.9 - 6.2.26.9) <73EA71AA-79FC-3DA8-A324-E5DA686D85C2> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
       0x19f1d7000 -        0x19f1defff  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <6F6D37AD-4A7E-3476-927C-939B3A98EA99> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
       0x19f49d000 -        0x19f49dfff  libsystem_product_info_filter.dylib (10) <21E3CB05-5B01-3BAA-8F17-84E8181778C0> /usr/lib/system/libsystem_product_info_filter.dylib
       0x19f546000 -        0x19f55cff3  com.apple.Accessibility (1.0 - 1) <4F6F9EF3-65C2-345C-8725-E64FABB84A3B> /System/Library/Frameworks/Accessibility.framework/Versions/A/Accessibility
       0x19f59d000 -        0x19f59dfff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11)  /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
       0x19f5c6000 -        0x19f5c6fff  com.apple.CoreServices (1141.1 - 1141.1)  /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
       0x19f863000 -        0x19f863fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <86AC0366-3B68-38A5-8F29-D62936655994> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
       0x19f8ae000 -        0x19f8baff3  com.apple.MediaAccessibility (1.0 - 136)  /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
       0x19f8bb000 -        0x19f8daff2  com.apple.networking.AlgosScoreFramework (1.0 - 1)  /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/Versions/A/AlgosScoreFramework
       0x19f8db000 -        0x19f8e0ffb  com.apple.AppleSRP (5.0 - 1) <0DC9CA43-3709-39C4-A0D3-66FEC020E8DD> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
       0x19f8e1000 -        0x19f8ebffb  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <74CBD960-0BE6-33F3-B3FB-BD5FAD0519F0> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
       0x19fc1b000 -        0x19ff95ffe  libswiftFoundation.dylib (72.105)  /usr/lib/swift/libswiftFoundation.dylib
       0x1a03d3000 -        0x1a046dffa  com.apple.CoreBluetooth (1.0 - 1) <95DE155D-528F-39BA-8B03-E875A466413E> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
       0x1a046e000 -        0x1a0479ffd  com.apple.SymptomDiagnosticReporter (1.0 - 174.100.13.0.1)  /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
       0x1a047a000 -        0x1a04a0ff9  com.apple.PowerLog (1.0 - 1)  /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog
       0x1a04a1000 -        0x1a04adffb  com.apple.AppleIDAuthSupport (1.0 - 1) <14A9FE8E-99E1-3193-89F9-97A24D306489> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
       0x1a04ae000 -        0x1a0569ffa  com.apple.DiscRecording (9.0.3 - 9030.4.5) <2A4420FD-B357-3F85-9A61-1B35B00D24A3> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
       0x1a056a000 -        0x1a059dff3  com.apple.MediaKit (16 - 930)  /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
       0x1a059e000 -        0x1a068dff6  com.apple.DiskManagement (15.0 - 1814.100.1)  /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
       0x1a068e000 -        0x1a0699ffd  com.apple.CoreAUC (340.19 - 340.19) <7D21FA82-C9CA-35E7-87B7-3DC208D1F291> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
       0x1a069a000 -        0x1a069dfff  com.apple.Mangrove (1.0 - 25)  /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
       0x1a069e000 -        0x1a06d1ff3  com.apple.CoreAVCHD (6.0.0 - 6100.4.3) <966D0666-EC7C-3907-A4DB-813AD8F7F2D3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
       0x1a06d2000 -        0x1a0855ff4  com.apple.FileProvider (399.101.3 - 399.101.3)  /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider
       0x1a0856000 -        0x1a087cffb  com.apple.GenerationalStorage (2.0 - 333.100.2) <3B9A2BE5-8DE8-357B-A79A-94CD9C00A534> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
       0x1a087d000 -        0x1a08a4ffa  com.apple.security.octagontrust (1.0 - 1) <7EE32383-5314-3B5B-8E5E-113AE752D401> /System/Library/PrivateFrameworks/OctagonTrust.framework/Versions/A/OctagonTrust
       0x1a0c71000 -        0x1a0d6eff9  com.apple.CoreTelephony (113 - 9523) <68281E0D-0D20-3CEB-A042-9F46242F33CF> /System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony
       0x1a0d7d000 -        0x1a0d95fff  libswiftDispatch.dylib (11) <602BE042-1E85-301A-ACA8-C6D963103CB9> /usr/lib/swift/libswiftDispatch.dylib
       0x1a0d96000 -        0x1a0fb5ff0  com.apple.AVFCore (1.0 - 2080.20.4.1) <28EB219F-623C-3538-B566-CBC0FDC44C52> /System/Library/PrivateFrameworks/AVFCore.framework/Versions/A/AVFCore
       0x1a0fb6000 -        0x1a104dfff  com.apple.FrontBoardServices (765.10 - 765.10) <11ABE2E0-B78A-3D10-B41A-9A50CA8CCF3A> /System/Library/PrivateFrameworks/FrontBoardServices.framework/Versions/A/FrontBoardServices
       0x1a104e000 -        0x1a10a1fff  com.apple.BoardServices (1.0 - 567.5) <21A8104C-7AA6-391B-9A1A-9160D35EB09C> /System/Library/PrivateFrameworks/BoardServices.framework/Versions/A/BoardServices
       0x1a1100000 -        0x1a114bffc  com.apple.ExtensionFoundation (34.5 - 34.5)  /System/Library/PrivateFrameworks/ExtensionFoundation.framework/Versions/A/ExtensionFoundation
       0x1a114c000 -        0x1a11a6ff0  com.apple.CryptoTokenKit (1.0 - 1) <04998113-21B1-333B-BEA9-E38184DCA108> /System/Library/Frameworks/CryptoTokenKit.framework/Versions/A/CryptoTokenKit
       0x1a11a7000 -        0x1a11bfff9  com.apple.LocalAuthentication (1.0 - 985.100.54) <6036F8A2-43C8-3814-87C2-28F19BB6ABBB> /System/Library/Frameworks/LocalAuthentication.framework/Versions/A/LocalAuthentication
       0x1a11c0000 -        0x1a11faff7  com.apple.CoreAuthentication.SharedUtils (1.0 - 985.100.54)  /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/Versions/A/SharedUtils
       0x1a13d6000 -        0x1a1418ffc  com.apple.DebugSymbols (195.1 - 195.1)  /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
       0x1a1419000 -        0x1a14f7fff  com.apple.CoreSymbolication (13.3 - 64552.31) <8E43DB32-A5FD-34FE-A22B-9B5F671ECDA5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
       0x1a14f8000 -        0x1a1502ffa  com.apple.CoreTime (305) <8550C236-CCBD-361B-A83E-E52D4E322F1B> /System/Library/PrivateFrameworks/CoreTime.framework/Versions/A/CoreTime
       0x1a1503000 -        0x1a1590ff5  com.apple.Rapport (3.4.0 - 340.19.1)  /System/Library/PrivateFrameworks/Rapport.framework/Versions/A/Rapport
       0x1a1f46000 -        0x1a1f9ffff  com.apple.coreduetcontext (1.0 - 1)  /System/Library/PrivateFrameworks/CoreDuetContext.framework/Versions/A/CoreDuetContext
       0x1a1fa0000 -        0x1a260affe  com.apple.Intents (1.0 - 1) <2715FED8-C9C7-32E8-A13A-4A9DD1B11C20> /System/Library/Frameworks/Intents.framework/Versions/A/Intents
       0x1a260b000 -        0x1a266affe  com.apple.framework.Apple80211 (17.0 - 1728)  /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
       0x1a266b000 -        0x1a27e7ff3  com.apple.CoreWiFi (3.0 - 341)  /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
       0x1a27e8000 -        0x1a2807ffa  com.apple.BackBoardServices (1.0 - 1.0) <4AC4AA94-6740-38F5-82FD-E2D7DEF1ECE1> /System/Library/PrivateFrameworks/BackBoardServices.framework/Versions/A/BackBoardServices
       0x1a2a69000 -        0x1a2a78ffe  com.apple.RemoteServiceDiscovery (1.0 - 55.100.12) <899B69E1-D42E-3B33-9862-428B0B68BEA5> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
       0x1a2add000 -        0x1a2ae4ff8  com.apple.EFILogin (2.0 - 2) <87E765BE-1613-3D97-B4E6-230B8812EE37> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
       0x1a2ae5000 -        0x1a2af0fff  libcsfde.dylib (559) <0C4E0638-A9B1-395D-B479-DAEA96BC746E> /usr/lib/libcsfde.dylib
       0x1a2b63000 -        0x1a2ba4ff5  com.apple.AppSupport (1.0.0 - 29)  /System/Library/PrivateFrameworks/AppSupport.framework/Versions/A/AppSupport
       0x1a2d64000 -        0x1a2d64fff  com.apple.ApplicationServices (48 - 50) <5135F624-1CF2-3795-9662-57B402C64FEF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
       0x1a2d65000 -        0x1a2d67ffb  com.apple.InternationalTextSearch (1.0 - 1) <1B6F7782-0E28-31C6-8FDD-4CCA696BC58A> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/Versions/A/InternationalTextSearch
       0x1a30e6000 -        0x1a30eaffe  com.apple.security.CryptoKit-C-Bridging (1.0 - 1)  /System/Library/PrivateFrameworks/CryptoKitCBridging.framework/Versions/A/CryptoKitCBridging
       0x1a30eb000 -        0x1a30ebfff  libHeimdalProxy.dylib (79)  /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
       0x1a3170000 -        0x1a3170fff  com.apple.audio.units.AudioUnit (1.14 - 1.14)  /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
       0x1a319e000 -        0x1a31c8ff2  com.apple.StreamingZip (1.0 - 1)  /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
       0x1a31c9000 -        0x1a31f3ffc  com.apple.DuetActivityScheduler (1.0 - 1) <31616AD7-ABFA-34F7-BDA8-1106BC55E0EC> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/Versions/A/DuetActivityScheduler
       0x1a31f4000 -        0x1a31f6ff1  libswiftObjectiveC.dylib (3) <0251B3F1-80CC-3DEC-B613-3DC7BE62E72D> /usr/lib/swift/libswiftObjectiveC.dylib
       0x1a31f7000 -        0x1a3210ffa  libswiftos.dylib (1023) <0920C1E2-464A-3B55-9F73-42B6181CA278> /usr/lib/swift/libswiftos.dylib
       0x1a3211000 -        0x1a3220fff  com.apple.IntentsFoundation (1.0 - 1) <6C8A581F-DCF9-3119-9611-5660155F88FE> /System/Library/PrivateFrameworks/IntentsFoundation.framework/Versions/A/IntentsFoundation
       0x1a3221000 -        0x1a3229ffe  com.apple.PushKit (1.0 - 1)  /System/Library/Frameworks/PushKit.framework/Versions/A/PushKit
       0x1a322a000 -        0x1a326dfff  com.apple.C2 (1.3 - 1950.19) <2040C5E1-5F52-30FC-83E2-633F3E205BC7> /System/Library/PrivateFrameworks/C2.framework/Versions/A/C2
       0x1a32ac000 -        0x1a3d36ff7  com.apple.vision.EspressoFramework (1.0 - 314.2.6) <848C2042-1748-3D09-86AC-8DC67AEB7B9E> /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso
       0x1a3d37000 -        0x1a3d56ff9  com.apple.ANEServices (5.64 - 5.64) <2087713F-B8E5-33D9-A59A-7BDA1CF001ED> /System/Library/PrivateFrameworks/ANEServices.framework/Versions/A/ANEServices
       0x1a3d57000 -        0x1a3dd6ffe  com.apple.proactive.support.ProactiveSupport (1.0 - 331.2) <66B6B3E9-9EAF-3205-B37E-ABEA2FA17E30> /System/Library/PrivateFrameworks/ProactiveSupport.framework/Versions/A/ProactiveSupport
       0x1a3ea3000 -        0x1a3ea5fff  com.apple.CoreDuetDebugLogging (1.0 - 1) <0FC11838-B094-32DA-B36A-8EEF67EB3A68> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
       0x1a3ea6000 -        0x1a3eb5ffc  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <52F85510-B1A9-304A-B356-914333EEBA1D> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
       0x1a3eb6000 -        0x1a3ec5ff8  com.apple.ASEProcessing (1.29.1 - 1.29.1)  /System/Library/PrivateFrameworks/ASEProcessing.framework/Versions/A/ASEProcessing
       0x1a4c27000 -        0x1a4c33ffc  com.apple.RTCReporting (12.22.2 - 12.22.2) <285093DE-8364-396E-B77B-4C0FBABC7A20> /System/Library/PrivateFrameworks/RTCReporting.framework/Versions/A/RTCReporting
       0x1a4e18000 -        0x1a4e37ff8  com.apple.CoreML.AppleNeuralEngine (1.0 - 1)  /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/Versions/A/AppleNeuralEngine
       0x1a4e98000 -        0x1a4f09ff9  com.apple.audio.midi.CoreMIDI (2.0 - 88)  /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
       0x1a5689000 -        0x1a568cfff  com.apple.IOSurfaceAccelerator (1.0.0 - 1.0.0)  /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/Versions/A/IOSurfaceAccelerator
       0x1a6a19000 -        0x1a6a4affb  libtidy.A.dylib (18.3) <2273B772-B057-3F54-9F55-0B5AB8861EBB> /usr/lib/libtidy.A.dylib
       0x1a6a77000 -        0x1a6a8eff9  com.apple.Engram (1.0 - 1) <4A316E77-CFE5-3515-8317-D0F637FA4929> /System/Library/PrivateFrameworks/Engram.framework/Versions/A/Engram
       0x1a7ecf000 -        0x1a8028ffc  com.apple.AVFCapture (1.0 - 190.41.2) <42DD5732-F19F-3A19-B469-0B2E5BEC38E2> /System/Library/PrivateFrameworks/AVFCapture.framework/Versions/A/AVFCapture
       0x1a8029000 -        0x1a80ecffe  com.apple.Quagga (90.5 - 90.5) <1EC381D3-CB36-3A0C-BEBD-878D5130241F> /System/Library/PrivateFrameworks/Quagga.framework/Versions/A/Quagga
       0x1a80ed000 -        0x1a84faffc  com.apple.CMCapture (1.0 - 190.41.2)  /System/Library/PrivateFrameworks/CMCapture.framework/Versions/A/CMCapture
       0x1a972f000 -        0x1a972fffd  com.apple.marco (10.0 - 1000) <4A746BDD-C4FF-3D36-87B1-BF6F65DEB26C> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
       0x1a9f1b000 -        0x1a9f26ffe  com.apple.OSAServicesClient (1.0 - 1)  /System/Library/PrivateFrameworks/OSAServicesClient.framework/Versions/A/OSAServicesClient
       0x1a9f5f000 -        0x1a9f60ffa  com.apple.PhoneNumbers (1.0 - 1)  /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
       0x1a9f6a000 -        0x1a9f81ffb  com.apple.accessibility.AXCoreUtilities (1.0 - 1)  /System/Library/PrivateFrameworks/AXCoreUtilities.framework/Versions/A/AXCoreUtilities
       0x1a9f82000 -        0x1a9fa1ffe  libAccessibility.dylib (2933.32)  /usr/lib/libAccessibility.dylib
       0x1ac90f000 -        0x1ac9a6ff2  com.apple.AirPlaySync (1.0 - 2940.20.4.3) <29DBBFAC-3B5C-3ECB-8F49-50C259F28134> /System/Library/PrivateFrameworks/AirPlaySync.framework/Versions/A/AirPlaySync
       0x1acc1c000 -        0x1acc26ff7  libswiftCoreGraphics.dylib (2)  /usr/lib/swift/libswiftCoreGraphics.dylib
       0x1acc27000 -        0x1acc30ff3  libswiftDarwin.dylib (??? - 5.6.0.323.32)  /usr/lib/swift/libswiftDarwin.dylib
       0x1adc5a000 -        0x1adc5afff  com.apple.avfoundation (2.0 - 2080.20.4.1)  /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
       0x1ade4e000 -        0x1ade6dff8  com.apple.private.SystemPolicy (1.0 - 1) <0AEB90FE-7877-35A3-9D5B-457B3CFACCFE> /System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy
       0x1adfc4000 -        0x1ae029ffb  com.apple.AccessibilitySharedSupport (1.0 - 1)  /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/Versions/A/AccessibilitySharedSupport
       0x1ae54e000 -        0x1ae5eaffc  com.apple.facetimeservices (10.0 - 1000)  /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
       0x1ae6a7000 -        0x1ae6fcff1  com.apple.NaturalLanguage (1.0 - 100.1)  /System/Library/Frameworks/NaturalLanguage.framework/Versions/A/NaturalLanguage
       0x1ae8d6000 -        0x1ae942ff6  com.apple.LoggingSupport (1.0 - 1375.100.9) <2E915F50-4D4D-358C-86DE-7DA2FA575DD0> /System/Library/PrivateFrameworks/LoggingSupport.framework/Versions/A/LoggingSupport
       0x1ae943000 -        0x1ae94effb  com.apple.MallocStackLogging (1.0 - 1) <2FF1ED3D-E003-3A16-92D1-2792AF2272B1> /System/Library/PrivateFrameworks/MallocStackLogging.framework/Versions/A/MallocStackLogging
       0x1ae966000 -        0x1ae981ff8  libmis.dylib (336.100.5) <3E16713B-9397-3DD1-8A38-F888C33860B0> /usr/lib/libmis.dylib
       0x1ae98f000 -        0x1ae98ffff  libswiftCoreFoundation.dylib (14) <84310E7C-521F-3918-96A2-6504A66E5DD9> /usr/lib/swift/libswiftCoreFoundation.dylib
       0x1ae99c000 -        0x1ae99cfff  libswiftXPC.dylib (1.1) <8512287A-0096-3431-95C1-4F0304D94C76> /usr/lib/swift/libswiftXPC.dylib
       0x1ae99d000 -        0x1ae99dfff  libswiftCoreImage.dylib (2) <0815E8EA-D3A9-3362-92C8-67624C44553F> /usr/lib/swift/libswiftCoreImage.dylib
       0x1ae99e000 -        0x1ae99efff  libswiftIOKit.dylib (1) <5BAA8D57-F740-342A-9979-77C05058B23F> /usr/lib/swift/libswiftIOKit.dylib
       0x1b17e7000 -        0x1b1897fff  com.apple.TextInput (1.0 - 1.0) <632B9B3D-3CCA-3E7D-8CBE-85EC7F423BE4> /System/Library/PrivateFrameworks/TextInput.framework/Versions/A/TextInput
       0x1b2706000 -        0x1b2736ff3  libncurses.5.4.dylib (57) <1FBE3394-E1A7-3F10-AFF3-9E6B9608B483> /usr/lib/libncurses.5.4.dylib
       0x1b2e48000 -        0x1b2e4aff1  libswiftCoreLocation.dylib (7) <1B95D398-684D-3590-8CBE-3E8C80645B15> /usr/lib/swift/libswiftCoreLocation.dylib
       0x1b3899000 -        0x1b38a5ff7  libswiftCoreData.dylib (19) <6DC71B79-FA24-3F40-B0D1-19B2FAAAEDD0> /usr/lib/swift/libswiftCoreData.dylib
       0x1b8269000 -        0x1b826fff2  libswiftMetal.dylib (261.13) <998EE455-1B70-348F-8E3A-44A9CCDE84BE> /usr/lib/swift/libswiftMetal.dylib
       0x1b8277000 -        0x1b82b8ff8  libswiftCloudKit.dylib (1950.31.1) <9DA61A72-C278-3753-86B1-AEDB8FFB827F> /usr/lib/swift/libswiftCloudKit.dylib
       0x1b87ed000 -        0x1b880bffd  com.apple.ftawd (8.0 - 900) <57A9B7A1-F1A0-35C2-9433-8BF150D1C722> /System/Library/PrivateFrameworks/FTAWD.framework/Versions/A/FTAWD
       0x1ba8a7000 -        0x1ba8f2ff2  com.apple.osanalytics.OSAnalytics (1.0 - 1)  /System/Library/PrivateFrameworks/OSAnalytics.framework/Versions/A/OSAnalytics
       0x1bb269000 -        0x1bb28bff5  libswiftAppKit.dylib (109) <6C93F6A3-69E1-37F3-994A-E72F0C8DA840> /usr/lib/swift/libswiftAppKit.dylib
       0x1bb28c000 -        0x1bb28dff5  libswiftQuartzCore.dylib (3) <0DB51ABB-323B-3FA3-A128-6747BFE1CE3E> /usr/lib/swift/libswiftQuartzCore.dylib
       0x1bc86a000 -        0x1bc885ff9  com.apple.accessibility.AXAssetLoader (1.0 - 1) <694A305C-0998-3779-B40F-188F2FB45965> /System/Library/PrivateFrameworks/AXAssetLoader.framework/Versions/A/AXAssetLoader
       0x1c2438000 -        0x1c2439ffa  libswiftCryptoTokenKit.dylib (555.100.8) <65F67DF0-910D-39ED-8EAA-315C72E6989A> /usr/lib/swift/libswiftCryptoTokenKit.dylib
       0x1c2ed4000 -        0x1c2ed5fff  libswiftOSLog.dylib (4) <5CE51D4B-C3FE-3BAB-9386-2241A257D8A4> /usr/lib/swift/libswiftOSLog.dylib
       0x1c5ba5000 -        0x1c5c66fe7  com.apple.Symbolication (13.3 - 64552.29.1) <128A4979-2909-3922-AE7D-F41B07B40E77> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
       0x1c86f9000 -        0x1c8708ff5  com.apple.OSLog (1.0 - 1375.100.9)  /System/Library/Frameworks/OSLog.framework/Versions/A/OSLog
       0x1ca745000 -        0x1ca796ff0  com.apple.security.CryptoKit (1.0 - 1)  /System/Library/Frameworks/CryptoKit.framework/Versions/A/CryptoKit
       0x1d42c2000 -        0x1d43b4ff6  com.apple.accessibility.AXMediaUtilities (1.0 - 1) <4074528F-21C9-31AA-BE1C-4A7403FB8C5A> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/Versions/A/AXMediaUtilities
       0x1d47d3000 -        0x1d4d2effb  com.apple.ANECompiler (5.4.0 - 5.4.0)  /System/Library/PrivateFrameworks/ANECompiler.framework/Versions/A/ANECompiler
       0x1efac2000 -        0x1efac8ff3  libCoreFSCache.dylib (250.1)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
       0x1efac9000 -        0x1efacefff  libCoreVMClient.dylib (250.1) <363D0EB2-0B19-3968-A619-D2DE307B7FD8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
       0x1efacf000 -        0x1efadfff7  com.apple.opengl (19.4.3 - 19.4.3) <2B24125C-0D8B-3F3D-8625-6C50DDF2F4CC> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
       0x1efae0000 -        0x1efae2fff  libCVMSPluginSupport.dylib (19.4.4)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
       0x1efae3000 -        0x1efaebffb  libGFXShared.dylib (19.4.4) <252D940C-C4FB-33C3-92D9-BF6280414B76> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
       0x1efaec000 -        0x1efb23ff3  libGLImage.dylib (19.4.4)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
       0x1efb24000 -        0x1efb61ff7  libGLU.dylib (19.4.4) <273DBBA5-5C7E-3F01-8A5B-417BC5C67432> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
       0x1efcd0000 -        0x1efcd9fff  libGL.dylib (19.4.4)  /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
       0x1efe71000 -        0x1efedfff3  com.apple.opencl (4.7 - 4.7) <34453FB1-09D3-3ADC-9F9C-ADF9AE663493> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
       0x1f0ab1000 -        0x1f0bb0ff1  com.apple.audio.AVFAudio (1.0 - 522.73.10.1) <2182345F-9A39-30E0-87AD-0195572F9329> /System/Library/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
       0x1f1c3b000 -        0x1f1c4eff2  com.apple.MPSFunctions (1.0 - 1)  /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSFunctions.framework/Versions/A/MPSFunctions
       0x1f1c4f000 -        0x1f260dff6  com.apple.MetalPerformanceShadersGraph (1.0 - 1)  /System/Library/Frameworks/MetalPerformanceShadersGraph.framework/Versions/A/MetalPerformanceShadersGraph
       0x1f4462000 -        0x1f446cffe  com.apple.AAAFoundation (1.0 - 1)  /System/Library/PrivateFrameworks/AAAFoundation.framework/Versions/A/AAAFoundation
       0x1f6104000 -        0x1f611dffb  com.apple.CMImaging (1.0 - 190.41.2)  /System/Library/PrivateFrameworks/CMImaging.framework/Versions/A/CMImaging
       0x1f611e000 -        0x1f61c9ff9  com.apple.CMPhoto (1.0 - 1) <9C6B742B-7197-363D-A299-F58D81172B33> /System/Library/PrivateFrameworks/CMPhoto.framework/Versions/A/CMPhoto
       0x1f63ab000 -        0x1f64ddff5  com.apple.cloudkit.CloudKitDistributedSync (1.0 - 1950.31.1) <7FB59747-5CCF-3A25-ADFB-E2B575C1E67A> /System/Library/PrivateFrameworks/CloudKitDistributedSync.framework/Versions/A/CloudKitDistributedSync
       0x1f9033000 -        0x1f9050ffb  com.apple.CoreUtilsExtras (6.9 - 690.41) <9644D1EC-3890-3E67-8C0D-9D78F4308FE2> /System/Library/PrivateFrameworks/CoreUtilsExtras.framework/Versions/A/CoreUtilsExtras
       0x1f9e98000 -        0x1f9e98ffb  com.apple.FontServices (1.0 - 1) <104859CB-8088-314B-BE77-434B8E2BF008> /System/Library/PrivateFrameworks/FontServices.framework/Versions/A/FontServices
       0x1f9e99000 -        0x1f9f24ff9  libXTFontStaticRegistryData.dylib (226.4.0.7) <3C2BB27C-C6EA-3457-B5F2-88085C54D96C> /System/Library/PrivateFrameworks/FontServices.framework/libXTFontStaticRegistryData.dylib
       0x1f9f81000 -        0x1f9f84fff  libGPUCompilerUtils.dylib (31001.523.2)  /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/31001/Libraries/libGPUCompilerUtils.dylib
       0x1fa6c6000 -        0x1fa6cafff  com.apple.GeoServices (1.0 - 1830.24.11.8.11)  /System/Library/PrivateFrameworks/GeoServicesCore.framework/Versions/A/GeoServicesCore
       0x1fc9ae000 -        0x1fcb3cff7  com.apple.MIL (3.6 - 3.6.1)  /System/Library/PrivateFrameworks/MIL.framework/Versions/A/MIL
       0x1fcb3d000 -        0x1fcc7cff3  com.apple.CoreML.MLAssetIO (1.0 - 1127.100.41) <1E8A9A71-244B-3288-87FB-6F267921D7FF> /System/Library/PrivateFrameworks/MLAssetIO.framework/Versions/A/MLAssetIO
       0x20d3fb000 -        0x20d402ffb  libCoreEntitlements.dylib (20.100.1) <6079244A-D20B-37E1-AD4F-510338FF0CAC> /usr/lib/libCoreEntitlements.dylib
       0x20e0b2000 -        0x20e101ff7  libswift_Concurrency.dylib (5.6 - 5.6.0.323.32) <697319C6-0A2C-379A-B04F-F0B812F6D1D5> /usr/lib/swift/libswift_Concurrency.dylib
Sample analysis of process 1047 written to file /dev/stdout

maxgoedjen commented 8 months ago

I think this is fixed by https://github.com/maxgoedjen/secretive/pull/495 – if anyone sees it again please reopen.