HermesApp / Hermes

Compact macOS Pandora client that doesn’t use Flash
http://hermesapp.org/
MIT License
381 stars 99 forks source link

Crash on startup if no accessibility permissions #342

Open nriley opened 6 years ago

nriley commented 6 years ago
Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Application Specific Information:
Assertion failed: (_eventPort != NULL), function -[SPMediaKeyTap startWatchingMediaKeys], file /Users/nicholas/Documents/Development/Hermes/ImportedSources/SPMediaKeyTap/SPMediaKeyTap.m, line 76.

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x00007fff748dbb12 __pthread_kill + 10
1   libsystem_pthread.dylib         0x00007fff74990838 pthread_kill + 285
2   libsystem_c.dylib               0x00007fff748431c9 abort + 127
3   libsystem_c.dylib               0x00007fff7480b868 __assert_rtn + 320
4   com.alexcrichton.Hermes         0x0000000107f637dc -[SPMediaKeyTap startWatchingMediaKeys] + 194 (SPMediaKeyTap.m:79)
5   com.alexcrichton.Hermes         0x0000000107f73482 -[PlaybackController awakeFromNib] + 1941 (PlaybackController.m:167)
6   com.apple.CoreFoundation        0x00007fff4782c6a3 -[NSSet makeObjectsPerformSelector:] + 236
7   com.apple.AppKit                0x00007fff44dfe134 -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 1652
8   com.apple.AppKit                0x00007fff44df5692 loadNib + 401
9   com.apple.AppKit                0x00007fff44df4be9 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 696
10  com.apple.AppKit                0x00007fff44df482e -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 204
11  com.apple.AppKit                0x00007fff44df45ef +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 447
12  com.apple.AppKit                0x00007fff44df26d4 NSApplicationMain + 505
13  libdyld.dylib                   0x00007fff7479b091 start + 1

Should see if there's a newer version fo SPMediaKeyTap or otherwise patch it to explain what's going on, rather than quitting unexpectedly.

ryanov commented 5 years ago

I'm not entirely sure if I've found the same crash or not. What I was doing was unchecking/rechecking the option that enables media keys. I can't see it right now because I can't get the app to launch anymore. What preference am I supposed to be changing to give this app the ability to do whatever it needs to do re: accessibility?

Path:                  /Volumes/VOLUME/*/Hermes.app/Contents/MacOS/Hermes
Identifier:            com.alexcrichton.Hermes
Version:               1.3.1 (2058)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Hermes [10318]
User ID:               395216253

Date/Time:             2019-04-10 12:33:11.527 -0400
OS Version:            Mac OS X 10.14.4 (18E226)
Report Version:        12
Anonymous UUID:        D20BF5CC-D19F-B173-74BD-11BA48730A48

Sleep/Wake UUID:       4DFC4590-6200-4CF0-97DD-64A507146C21

Time Awake Since Boot: 43000 seconds
Time Since Wake:       3800 seconds

System Integrity Protection: disabled

Notes:                 Translocated Process

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Application Specific Information:
Performing @selector(bindMediaChanged:) from sender NSButton 0x600000ed0370
Assertion failed: (_eventPort != NULL), function -[SPMediaKeyTap startWatchingMediaKeys], file /Users/nicholas/Documents/Development/Hermes/ImportedSources/SPMediaKeyTap/SPMediaKeyTap.m, line 76.

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x00007fff6c4d72c6 __pthread_kill + 10
1   libsystem_pthread.dylib         0x00007fff6c58cbf1 pthread_kill + 284
2   libsystem_c.dylib               0x00007fff6c4416a6 abort + 127
3   libsystem_c.dylib               0x00007fff6c40a20d __assert_rtn + 324
4   com.alexcrichton.Hermes         0x000000010496a7dc -[SPMediaKeyTap startWatchingMediaKeys] + 194
5   com.alexcrichton.Hermes         0x000000010498663f -[PreferencesController bindMediaChanged:] + 214
6   com.apple.AppKit                0x00007fff3d8a0e80 -[NSApplication(NSResponder) sendAction:to:from:] + 312
7   com.apple.AppKit                0x00007fff3d90b196 -[NSControl sendAction:to:] + 86
8   com.apple.AppKit                0x00007fff3d90b0c8 __26-[NSCell _sendActionFrom:]_block_invoke + 136
9   com.apple.AppKit                0x00007fff3d90afca -[NSCell _sendActionFrom:] + 178
10  com.apple.AppKit                0x00007fff3d937d4f -[NSButtonCell _sendActionFrom:] + 96
11  com.apple.AppKit                0x00007fff3d9098e5 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 2375
12  com.apple.AppKit                0x00007fff3d937aa0 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 698
13  com.apple.AppKit                0x00007fff3d908322 -[NSControl mouseDown:] + 791
14  com.apple.AppKit                0x00007fff3d7e416f -[NSWindow(NSEventRouting) _handleMouseDownEvent:isDelayedEvent:] + 5724
15  com.apple.AppKit                0x00007fff3d71a9de -[NSWindow(NSEventRouting) _reallySendEvent:isDelayedEvent:] + 2295
16  com.apple.AppKit                0x00007fff3d719e9f -[NSWindow(NSEventRouting) sendEvent:] + 478
17  com.apple.AppKit                0x00007fff3d5b96c3 -[NSApplication(NSEvent) sendEvent:] + 331
18  com.apple.AppKit                0x00007fff3d5a7ee8 -[NSApplication run] + 755
19  com.apple.AppKit                0x00007fff3d5973f0 NSApplicationMain + 777
20  libdyld.dylib                   0x00007fff6c39c3d5 start + 1

Thread 1:
0   libsystem_kernel.dylib          0x00007fff6c4d486a __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff6c58d56e _pthread_cond_wait + 722
2   com.apple.GeForceMTLDriver      0x00007fff3bf7221e 0x7fff3be0e000 + 1458718
3   libsystem_pthread.dylib         0x00007fff6c58a2eb _pthread_body + 126
4   libsystem_pthread.dylib         0x00007fff6c58d249 _pthread_start + 66
5   libsystem_pthread.dylib         0x00007fff6c58940d thread_start + 13

Thread 2:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib          0x00007fff6c4d122a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff6c4d176c mach_msg + 60
2   com.apple.CoreFoundation        0x00007fff3ff2913e __CFRunLoopServiceMachPort + 328
3   com.apple.CoreFoundation        0x00007fff3ff286ac __CFRunLoopRun + 1612
4   com.apple.CoreFoundation        0x00007fff3ff27e0e CFRunLoopRunSpecific + 455
5   com.apple.CFNetwork             0x00007fff3ee9c380 -[__CoreSchedulingSetRunnable runForever] + 210
6   com.apple.Foundation            0x00007fff4217487e __NSThread__start__ + 1194
7   libsystem_pthread.dylib         0x00007fff6c58a2eb _pthread_body + 126
8   libsystem_pthread.dylib         0x00007fff6c58d249 _pthread_start + 66
9   libsystem_pthread.dylib         0x00007fff6c58940d thread_start + 13

Thread 3:: com.apple.NSEventThread
0   libsystem_kernel.dylib          0x00007fff6c4d122a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff6c4d176c mach_msg + 60
2   com.apple.CoreFoundation        0x00007fff3ff2913e __CFRunLoopServiceMachPort + 328
3   com.apple.CoreFoundation        0x00007fff3ff286ac __CFRunLoopRun + 1612
4   com.apple.CoreFoundation        0x00007fff3ff27e0e CFRunLoopRunSpecific + 455
5   com.apple.AppKit                0x00007fff3d5b6d1a _NSEventThread + 175
6   libsystem_pthread.dylib         0x00007fff6c58a2eb _pthread_body + 126
7   libsystem_pthread.dylib         0x00007fff6c58d249 _pthread_start + 66
8   libsystem_pthread.dylib         0x00007fff6c58940d thread_start + 13

Thread 4:: com.apple.CFSocket.private
0   libsystem_kernel.dylib          0x00007fff6c4d861a __select + 10
1   com.apple.CoreFoundation        0x00007fff3ff56ad2 __CFSocketManager + 635
2   libsystem_pthread.dylib         0x00007fff6c58a2eb _pthread_body + 126
3   libsystem_pthread.dylib         0x00007fff6c58d249 _pthread_start + 66
4   libsystem_pthread.dylib         0x00007fff6c58940d thread_start + 13

Thread 5:: AQConverterThread
0   libsystem_kernel.dylib          0x00007fff6c4d486a __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff6c58d56e _pthread_cond_wait + 722
2   com.apple.audio.toolbox.AudioToolbox    0x00007fff3e8e03ea CAGuard::Wait() + 72
3   com.apple.audio.toolbox.AudioToolbox    0x00007fff3e8dc795 AQConverterManager::AQConverterThread::Run() + 375
4   com.apple.audio.toolbox.AudioToolbox    0x00007fff3e8dc613 AQConverterManager::AQConverterThread::ConverterThreadEntry(void*) + 9
5   com.apple.audio.toolbox.AudioToolbox    0x00007fff3e8b9961 CAPThread::Entry(CAPThread*) + 77
6   libsystem_pthread.dylib         0x00007fff6c58a2eb _pthread_body + 126
7   libsystem_pthread.dylib         0x00007fff6c58d249 _pthread_start + 66
8   libsystem_pthread.dylib         0x00007fff6c58940d thread_start + 13

Thread 6:: com.apple.audio.IOThread.client
0   libsystem_kernel.dylib          0x00007fff6c4d122a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff6c4d176c mach_msg + 60
2   com.apple.audio.CoreAudio       0x00007fff3f9a2eda HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 122
3   com.apple.audio.CoreAudio       0x00007fff3f9a2e4f HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 45
4   com.apple.audio.CoreAudio       0x00007fff3f99f39f HALC_ProxyIOContext::IOWorkLoop() + 1017
5   com.apple.audio.CoreAudio       0x00007fff3f99edf4 HALC_ProxyIOContext::IOThreadEntry(void*) + 122
6   com.apple.audio.CoreAudio       0x00007fff3f99e956 HALB_IOThread::Entry(void*) + 72
7   libsystem_pthread.dylib         0x00007fff6c58a2eb _pthread_body + 126
8   libsystem_pthread.dylib         0x00007fff6c58d249 _pthread_start + 66
9   libsystem_pthread.dylib         0x00007fff6c58940d thread_start + 13

Thread 7:
0   libsystem_pthread.dylib         0x00007fff6c5893f0 start_wqthread + 0

Thread 8:
0   libsystem_pthread.dylib         0x00007fff6c5893f0 start_wqthread + 0

Thread 9:
0   libsystem_pthread.dylib         0x00007fff6c5893f0 start_wqthread + 0

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x00000001143025c0  rcx: 0x00007ffeeb296b98  rdx: 0x0000000000000000
  rdi: 0x0000000000000307  rsi: 0x0000000000000006  rbp: 0x00007ffeeb296bd0  rsp: 0x00007ffeeb296b98
   r8: 0x000000000000004c   r9: 0xcccccccccccccccd  r10: 0x0000000000000000  r11: 0x0000000000000206
  r12: 0x0000000000000307  r13: 0x0000000109de2000  r14: 0x0000000000000006  r15: 0x000000000000002d
  rip: 0x00007fff6c4d72c6  rfl: 0x0000000000000206  cr2: 0x00007fff9f397188

Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133

Binary Images:
       0x104968000 -        0x1049a4ff7 +com.alexcrichton.Hermes (1.3.1 - 2058) <F906385F-11D1-3D46-AF40-891B4C4A9160> /var/folders/*/Hermes.app/Contents/MacOS/Hermes
       0x1049f5000 -        0x104a24fff +com.growl.growlframework (1.3.1 - 1.3.1) <81F2E452-20C8-3F2D-94B2-B58FA5DE1ECE> /var/folders/*/Hermes.app/Contents/Frameworks/Growl.framework/Versions/A/Growl
       0x104a54000 -        0x104a8ffff +org.sparkle-project.Sparkle (1.13.1 git-2afc553 - 1.13.1) <40414915-A48C-3DBB-AACB-5C20BAAE6DA6> /var/folders/*/Hermes.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
       0x106cac000 -        0x106caf047  libobjc-trampolines.dylib (756.2) <E0ADAED0-0649-399B-856E-29BA398C6433> /usr/lib/libobjc-trampolines.dylib
       0x1097dc000 -        0x1097e0ffb  com.apple.audio.AppleHDAHALPlugIn (282.54 - 282.54) <07890660-6F1C-3230-BB32-39A6B42BC0F4> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
       0x111859000 -        0x111d94fe7  com.apple.audio.codecs.Components (7.0 - 7.0) <A709DE77-39BE-3B00-A3A9-E2F6D2A74646> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
       0x111e9b000 -        0x112030fff  com.apple.audio.units.Components (1.14 - 1.14) <37B4FB18-3557-332A-834B-8187B8F6E32A> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
       0x114260000 -        0x1142ca6ef  dyld (655.1.1) <F217F7F8-A795-3109-B77F-B1E2277F3E3B> /usr/lib/dyld
    0x7fff349d8000 -     0x7fff34d30fff  com.apple.RawCamera.bundle (8.14.0 - 1031.4.2) <7CEBABD9-0E85-3670-9836-40DD190C48A8> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff3be0e000 -     0x7fff3bfb2ff7  com.apple.GeForceMTLDriver (12.0.23 - 12.0.0) <A89BD862-86F1-3C80-B809-6286B2C7FB62> /System/Library/Extensions/GeForceMTLDriver.bundle/Contents/MacOS/GeForceMTLDriver
    0x7fff3bfb8000 -     0x7fff3c192ff7  com.apple.avfoundation (2.0 - 1546.25) <744B1F04-5F34-39F4-A594-34518CEA2421> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff3c193000 -     0x7fff3c258fff  com.apple.audio.AVFAudio (1.0 - ???) <7F3AA3FD-9F0B-3714-8F05-7272CEC9E33B> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
    0x7fff3c360000 -     0x7fff3c360fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <762942CB-CFC9-3A0C-9645-A56523A06426> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff3c361000 -     0x7fff3c377ff7  libCGInterfaces.dylib (506.22) <A3CDEEC3-42B0-3C6E-9CCE-465C472609CD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff3c378000 -     0x7fff3ca11fef  com.apple.vImage (8.1 - ???) <F9C4B95C-7BE9-30A4-98D4-FD9996EE5E81> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff3ca12000 -     0x7fff3cc8bff3  libBLAS.dylib (1243.200.4) <F2B8340C-4147-3EE4-9BDF-1C259F9CB76E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff3cc8c000 -     0x7fff3ccfeffb  libBNNS.dylib (38.250.1) <95A91B57-17B8-389F-B324-3AD42BBEA3E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff3ccff000 -     0x7fff3d0a8ff3  libLAPACK.dylib (1243.200.4) <92175DF4-863A-3780-909A-A3E5C410F2E9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff3d0a9000 -     0x7fff3d0befeb  libLinearAlgebra.dylib (1243.200.4) <BD6B8E28-C982-3002-868C-C96A18175030> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff3d0bf000 -     0x7fff3d0c4ff3  libQuadrature.dylib (3.200.2) <354D7970-0570-32E0-ABAE-222DAAF1F7A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff3d0c5000 -     0x7fff3d141ff3  libSparse.dylib (79.200.5) <DCC01AE4-FC16-3C7B-9010-999411448164> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff3d142000 -     0x7fff3d155fe3  libSparseBLAS.dylib (1243.200.4) <95B6FFFD-CDD5-3ABB-B862-6A86720DCD77> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff3d156000 -     0x7fff3d33dff7  libvDSP.dylib (671.250.4) <7B110627-A9C1-3FB7-A077-0C7741BA25D8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff3d33e000 -     0x7fff3d3f1ff7  libvMisc.dylib (671.250.4) <41FB4684-9DC8-3C19-8E2D-3BB7E6F74AAA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff3d3f2000 -     0x7fff3d3f2fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <74288115-EF61-30B6-843F-0593B31D4929> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff3d594000 -     0x7fff3e349fff  com.apple.AppKit (6.9 - 1671.40.119) <0A857684-99C7-30A9-8E23-D3015C6B24A3> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff3e39b000 -     0x7fff3e39bfff  com.apple.ApplicationServices (50.1 - 50.1) <E57E6BAC-3CA7-3EFB-9A6B-ACF662E07FAC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff3e39c000 -     0x7fff3e407fff  com.apple.ApplicationServices.ATS (377 - 453.11.2.2) <5B30E86D-B3AB-3346-A19F-F2CABF342465> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff3e4a0000 -     0x7fff3e5b7fff  libFontParser.dylib (228.6.2.3) <BBB2EECE-7C24-3D43-A902-EB473A70EDED> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff3e5b8000 -     0x7fff3e5fafff  libFontRegistry.dylib (228.12.2.3) <DEA7AE34-2FA6-336E-BF00-00CA2BDC7584> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff3e654000 -     0x7fff3e686fff  libTrueTypeScaler.dylib (228.6.2.3) <8F2DA883-4A0E-389A-AB1D-C66FAA3B8E7C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff3e6eb000 -     0x7fff3e6efff3  com.apple.ColorSyncLegacy (4.13.0 - 1) <6EDD928D-BC75-385E-AB04-3CB63EAEBF96> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff3e78a000 -     0x7fff3e7dcff7  com.apple.HIServices (1.22 - 627.15) <1B4C3D08-1DBA-365B-9362-C6708D8844AA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff3e7dd000 -     0x7fff3e7ecfff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <76B698A9-18B9-3089-9570-4FC3F754D56D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff3e7ed000 -     0x7fff3e836ff7  com.apple.print.framework.PrintCore (14.2 - 503.8) <885645E0-D760-35EC-B506-7FC2763390DF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff3e837000 -     0x7fff3e870ff7  com.apple.QD (3.12 - 407.2) <A414332F-72EC-393B-B2BC-7285268A19BD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff3e871000 -     0x7fff3e87dfff  com.apple.speech.synthesis.framework (8.1.2 - 8.1.2) <1F910DC7-410A-391B-A03D-17605E50B688> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff3e87e000 -     0x7fff3eaf5ff7  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <1C76AD80-1106-312E-B2C0-126A8D62F192> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff3eaf7000 -     0x7fff3eaf7fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <6AFA15D5-1886-3EBF-ADC9-90421375DB30> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff3ee4f000 -     0x7fff3f1f0fff  com.apple.CFNetwork (978.0.7 - 978.0.7) <EFB91439-6953-3CD4-8A14-3E7DC90DDF7E> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff3f205000 -     0x7fff3f205fff  com.apple.Carbon (158 - 158) <080ECFD9-9C4B-3038-9F4B-BE111473E1DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff3f206000 -     0x7fff3f209ffb  com.apple.CommonPanels (1.2.6 - 98) <D56205C5-F466-3B28-9FE3-5B5E1F1ECEF3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff3f20a000 -     0x7fff3f500fff  com.apple.HIToolbox (2.1.1 - 918.4) <CBD6613A-C5A5-3CF3-866A-B8A8C6FD64B5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff3f501000 -     0x7fff3f504ff3  com.apple.help (1.3.8 - 66) <80B6EAF2-4745-3C04-AC10-4FC3EB08CB8D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff3f505000 -     0x7fff3f50aff7  com.apple.ImageCapture (9.0 - 1534.2) <B02BE202-793D-3609-8E60-694A39D75CD0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff3f50b000 -     0x7fff3f5a0ff3  com.apple.ink.framework (10.9 - 225) <091165EE-D540-3978-9B0C-2FAB5CB185A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff3f5a1000 -     0x7fff3f5b9ff7  com.apple.openscripting (1.7 - 179.1) <ED25E087-6A14-32E3-9344-3907541ED9A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff3f5d9000 -     0x7fff3f5daff7  com.apple.print.framework.Print (14.2 - 267.4) <3E310F68-2BC7-365B-B36C-AAC243C7FFC4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff3f5db000 -     0x7fff3f5ddff7  com.apple.securityhi (9.0 - 55006) <9A3E5426-CAC6-3B28-A3B7-C97A1B5CE9BC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff3f5de000 -     0x7fff3f5e4ff7  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <E38A62C5-31EE-3BE7-83E5-CF126ECF4F51> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff3f706000 -     0x7fff3f706fff  com.apple.Cocoa (6.11 - 23) <C487E1FC-D79C-32B4-950E-68F3060A125E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff3f714000 -     0x7fff3f7e0ff7  com.apple.ColorSync (4.13.0 - 3340.7) <3ABFA780-F46A-3F0A-8504-005ADDA0662E> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff3f96c000 -     0x7fff3f9f2fff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <7D8A5C9A-3F58-38C2-A1DC-20765150C742> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff3fa56000 -     0x7fff3fa80ffb  com.apple.CoreBluetooth (1.0 - 1) <D0C72748-F75A-3C27-9620-C7973C4D365D> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff3fa81000 -     0x7fff3fe05fe3  com.apple.CoreData (120 - 866.5) <7A8DBE88-C7D4-39B4-87E6-508DA68BDAA8> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff3fe06000 -     0x7fff3feedff7  com.apple.CoreDisplay (101.3 - 108.11) <373AC375-0178-3721-8FFB-248D96E6AB05> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff3feee000 -     0x7fff40331fff  com.apple.CoreFoundation (6.9 - 1570.16) <F3DFF269-6705-35AD-9F01-66D77DD1B518> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff40333000 -     0x7fff409c2fe7  com.apple.CoreGraphics (2.0 - 1251.12) <58D98B52-5BEF-3345-B8DD-AAE476234FC1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff409c4000 -     0x7fff40ce4fff  com.apple.CoreImage (14.2.0 - 720.0.130) <D09743D4-3B21-367D-8C4A-3DB0F1C1E36D> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff40db7000 -     0x7fff40fe0fff  com.apple.CoreML (1.0 - 1) <D30944E3-D088-3E6F-80BB-D42EA81083F5> /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML
    0x7fff40fe1000 -     0x7fff410e2fff  com.apple.CoreMedia (1.0 - 2286.48) <A521E22D-60AC-3048-8829-E430F6304B45> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff410e3000 -     0x7fff4113eff7  com.apple.CoreMediaIO (900.0 - 5025) <CA95EEF2-4A75-34FA-87D9-4A1A69555CFF> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff4113f000 -     0x7fff4113ffff  com.apple.CoreServices (944.3 - 944.3) <364A9C3B-6841-3E34-A02A-8227FB5C9030> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff41140000 -     0x7fff411bcff7  com.apple.AE (773 - 773) <3E32B3FF-0A2E-39F6-BBE0-F2E9607AB83A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff411bd000 -     0x7fff41494fff  com.apple.CoreServices.CarbonCore (1178.32 - 1178.32) <B5B61DE0-93F8-3A9F-8AA6-ACAAD04B3547> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff41495000 -     0x7fff414ddff7  com.apple.DictionaryServices (1.2 - 284.16.3) <3EE59BD1-FCDD-3DE2-A7D6-6C503564E1AC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff414de000 -     0x7fff414e6ffb  com.apple.CoreServices.FSEvents (1239.200.12 - 1239.200.12) <727151AB-D38F-39B8-B7B3-F0039DBD45D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff414e7000 -     0x7fff41699fff  com.apple.LaunchServices (944.3 - 944.3) <7BB5AEC5-A509-3188-9884-619E0DF8EED6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff4169a000 -     0x7fff41738ff7  com.apple.Metadata (10.7.0 - 1191.56) <8DD9AC75-7D3E-3607-BEA0-556E98C30765> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff41739000 -     0x7fff41783ff7  com.apple.CoreServices.OSServices (944.3 - 944.3) <B631283D-9B71-3BF0-B0E7-65F8D444179F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff41784000 -     0x7fff417ebff7  com.apple.SearchKit (1.4.0 - 1.4.0) <FB1A5F99-FB2F-3533-9658-EB0C82BA2705> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff417ec000 -     0x7fff4180dff3  com.apple.coreservices.SharedFileList (71.28 - 71.28) <B8B5D959-4236-369D-847D-E696A8293420> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff41b18000 -     0x7fff41c7aff3  com.apple.CoreText (352.0 - 584.26.2.7) <C7E919A8-5840-39C9-A9E7-0E686F486109> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff41c7b000 -     0x7fff41cb8ff3  com.apple.CoreVideo (1.8 - 0.0) <0376A7EC-8C71-3F26-9599-4CA7AB7924EA> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff41cb9000 -     0x7fff41d47ffb  com.apple.framework.CoreWLAN (13.0 - 1370.8) <68770CCD-9C7F-31AB-8BBB-0DE4577D5F61> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff41eca000 -     0x7fff41f78fff  com.apple.DiscRecording (9.0.3 - 9030.4.5) <FE0C27DF-5E03-3C3C-A6C6-73010390E805> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff41f9e000 -     0x7fff41fa3ffb  com.apple.DiskArbitration (2.7 - 2.7) <F30DF62A-0BE9-371D-8D86-96554FF45811> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff42162000 -     0x7fff4250fff3  com.apple.Foundation (6.9 - 1570.16) <84055403-9921-3EFC-B593-8F0600EBEE80> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff4257e000 -     0x7fff425adffb  com.apple.GSS (4.0 - 2.0) <F5E9FADD-D2DF-3A27-A08B-C74C9F7DB98D> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff426ad000 -     0x7fff427b5ff7  com.apple.Bluetooth (6.0.11 - 6.0.11f4) <D695F37C-27CE-3231-8136-49124F367418> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff42817000 -     0x7fff428a6fff  com.apple.framework.IOKit (2.0.2 - 1483.250.15) <1170EC49-1912-3657-9C71-991653959191> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff428a8000 -     0x7fff428b7ff3  com.apple.IOSurface (255.4.2 - 255.4.2) <9025E034-7D75-36E3-B71B-96E91FAE109B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff428b8000 -     0x7fff4290aff3  com.apple.ImageCaptureCore (1.0 - 1534.2) <59655185-CDD6-3F8F-A655-C274BDD1C9E9> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff4290b000 -     0x7fff42a96fef  com.apple.ImageIO.framework (3.3.0 - 1824.6) <81BA6C12-123A-3FD8-9E88-0698100471A6> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff42a97000 -     0x7fff42a9bffb  libGIF.dylib (1824.6) <4B7B283B-84C8-38D1-BED4-B507C3EF6E7E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff42a9c000 -     0x7fff42b78fef  libJP2.dylib (1824.6) <E2161CB0-E1B7-351D-9FF3-4CF68A538976> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff42b79000 -     0x7fff42b9efeb  libJPEG.dylib (1824.6) <0968BAF1-5E5A-3AA0-A971-3B3FFC4A4B66> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff42e61000 -     0x7fff42e87feb  libPng.dylib (1824.6) <661821A6-4BF5-31C6-AFDB-7874A446756C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff42e88000 -     0x7fff42e8affb  libRadiance.dylib (1824.6) <0154D539-DF89-3F75-A8F1-92EF147422AF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff42e8b000 -     0x7fff42ed8fe7  libTIFF.dylib (1824.6) <D608EAA9-4159-347E-A449-0A8CAB85DC02> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff431d3000 -     0x7fff44036fff  com.apple.JavaScriptCore (14607 - 14607.1.40.1.4) <D4D58ED1-1325-3FA0-AD7B-7C944D36D35B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff4404e000 -     0x7fff44067fff  com.apple.Kerberos (3.0 - 1) <39F3F99E-036E-3406-80D9-8A845D820D4D> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff44320000 -     0x7fff4432afff  com.apple.MediaAccessibility (1.0 - 114.4) <FD877F9B-6CAF-3BCD-8D74-5F25D61CB78C> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff4433f000 -     0x7fff443d8ffb  com.apple.MediaPlayer (1.0 - 1.0) <B19997CD-B3EF-3A20-85B1-562F98BBDDDD> /System/Library/Frameworks/MediaPlayer.framework/Versions/A/MediaPlayer
    0x7fff443d9000 -     0x7fff44a79fff  com.apple.MediaToolbox (1.0 - 2286.48) <D6125E51-598A-3A1E-9C75-4BDC5AC03F55> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff44a7b000 -     0x7fff44b0aff7  com.apple.Metal (161.7.1 - 161.7.1) <18BEB663-0D31-3255-9710-50BC5C3D2A0F> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff44b0c000 -     0x7fff44b25ff3  com.apple.MetalKit (1.0 - 113) <6EE8B7C8-A088-3CFF-A570-E0D5C0D5EFAC> /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit
    0x7fff44b26000 -     0x7fff44b45ff7  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <BE0FF8B9-2DBA-3276-A293-C8B0F62BFFC4> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff44b46000 -     0x7fff44bc2fe7  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <7E94924C-1648-3AE2-A32E-FC0AFCA433C6> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff44bc3000 -     0x7fff44beafff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <E878F04A-43F8-3AA4-B9D8-0401F5F98653> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff44beb000 -     0x7fff44d16ff7  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <4866922C-9732-3FCE-9419-402E5DD22639> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff44d17000 -     0x7fff44d31fff  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <80CB3AF2-4401-3B3C-8941-7DEB648DD001> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
    0x7fff44d32000 -     0x7fff44d33ff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <A589BBEA-93C6-325C-A695-6E7371B8477C> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff45b2a000 -     0x7fff45b36ff7  com.apple.NetFS (6.0 - 4.0) <7278E8E5-1583-3964-91DA-FB2127DFD63A> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff485d4000 -     0x7fff4862bff7  com.apple.opencl (2.15.3 - 2.15.3) <F558A6A7-3B33-320E-83C0-CF16220A150F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff4862c000 -     0x7fff48647ff7  com.apple.CFOpenDirectory (10.14 - 207.200.4) <386A02AB-0BFA-3847-A56A-2E0EEC5E5D33> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff48648000 -     0x7fff48653ffb  com.apple.OpenDirectory (10.14 - 207.200.4) <0BD19D17-7F00-3D56-8734-2EE52992B118> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff48fa3000 -     0x7fff48fa5fff  libCVMSPluginSupport.dylib (17.5.4) <36EB7FAE-4E66-36BF-9B39-623B19486B3B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff48fa6000 -     0x7fff48fabff3  libCoreFSCache.dylib (166.2) <1AD45004-2625-3351-8087-77878B95348F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff48fac000 -     0x7fff48fb0fff  libCoreVMClient.dylib (166.2) <E7FBDAEF-BC56-3662-8D59-71FF88D95F8C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff48fb1000 -     0x7fff48fb9ff7  libGFXShared.dylib (17.5.4) <E3B4FD28-FF4B-3174-AEB3-9EA12EF88100> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff48fba000 -     0x7fff48fc5fff  libGL.dylib (17.5.4) <F6D39828-B5D0-3F8D-8DE0-3683A17042E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff48fc6000 -     0x7fff49000fe7  libGLImage.dylib (17.5.4) <7EE3273C-41C2-387F-A4B7-793EFAA67769> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff49174000 -     0x7fff491b2fff  libGLU.dylib (17.5.4) <B56C2FEC-CB14-3B61-ADEB-FD4A92931F16> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff49b4f000 -     0x7fff49b5effb  com.apple.opengl (17.5.4 - 17.5.4) <34FA5E8C-0FAF-3708-836B-E8ACB67EF4F4> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff49ed9000 -     0x7fff4a022ff7  com.apple.QTKit (7.7.3 - 3039) <64E46C0B-C0B2-3255-9278-7FA90752B474> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff4a023000 -     0x7fff4a277fff  com.apple.imageKit (3.0 - 1067) <42C1AB59-562B-3966-82A6-8380A6CD03C6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff4a278000 -     0x7fff4a364ffb  com.apple.PDFKit (1.0 - 741.11) <6431D029-59E3-3C2A-90C0-FD1355316F09> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff4a365000 -     0x7fff4a834ff7  com.apple.QuartzComposer (5.1 - 370) <1F431ABC-16D3-3C0C-A027-5B83D1EC160D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff4a835000 -     0x7fff4a85bff7  com.apple.quartzfilters (1.10.0 - 83.1) <0A29F81A-20DD-36A1-B61A-93B677220B84> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff4a85c000 -     0x7fff4a95dff7  com.apple.QuickLookUIFramework (5.0 - 775.5) <2AF16EB8-E39D-3144-A92B-932894734962> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff4a95e000 -     0x7fff4a95efff  com.apple.quartzframework (1.5 - 23) <30D153F2-A275-320E-B3CC-2A47FFEB5920> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff4a95f000 -     0x7fff4abb4fff  com.apple.QuartzCore (1.11 - 697.24.4.2) <BB1034F0-B791-3AF1-B166-6532B2AB54FE> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff4abb5000 -     0x7fff4ac0cfff  com.apple.QuickLookFramework (5.0 - 775.5) <3B6CF250-5DB7-36A0-9E57-33734DD66148> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff4add3000 -     0x7fff4adeaff7  com.apple.SafariServices.framework (14607 - 14607.1.40.1.4) <1D4D4939-DC6A-367C-A019-02294E13BA48> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
    0x7fff4b3e8000 -     0x7fff4b6e6ff7  com.apple.security (7.0 - 58286.251.4) <2084C515-AD64-3A48-BE3E-811CAA5A0E41> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff4b6e7000 -     0x7fff4b773fff  com.apple.securityfoundation (6.0 - 55185.251.1) <4A36D3BA-02B5-3C52-8B49-08EC290E1924> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff4b774000 -     0x7fff4b7a4ffb  com.apple.securityinterface (10.0 - 55109.200.8) <89019DE6-FC90-3947-9298-8D2B06D7C413> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fff4b7a5000 -     0x7fff4b7a9ff3  com.apple.xpc.ServiceManagement (1.0 - 1) <139D85D7-C356-36FA-B8F4-696FD37FD1EA> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff4bb41000 -     0x7fff4bbaefff  com.apple.SystemConfiguration (1.17 - 1.17) <90F4626B-F9F6-377C-AA62-B8C23E857244> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff4be04000 -     0x7fff4c160ff7  com.apple.VideoToolbox (1.0 - 2286.48) <94A89B19-17C5-3085-8179-E832730B51C6> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff4c435000 -     0x7fff4ca42ff7  libwebrtc.dylib (7607.1.40.1.4) <29EBD64E-CC7E-3DC7-A8DE-000F857AF2C1> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libwebrtc.dylib
    0x7fff4ca43000 -     0x7fff4e40bfff  com.apple.WebCore (14607 - 14607.1.40.1.4) <CA6F42A0-F12A-3F8D-A923-71CCA129BAF1> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff4e40c000 -     0x7fff4e5fdff7  com.apple.WebKitLegacy (14607 - 14607.1.40.1.4) <25EBD7D7-90CB-30F7-BEFC-9F2E2BB47AF8> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
    0x7fff4e5fe000 -     0x7fff4eb42ff7  com.apple.WebKit (14607 - 14607.1.40.1.4) <4F7C6039-F91F-3CA6-8027-0D464AD65528> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff4efc3000 -     0x7fff4f068fe7  com.apple.APFS (1.0 - 1) <BA5A03A1-09AF-3859-AA38-BD24C4225E23> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff4f5e1000 -     0x7fff4f5ebfff  com.apple.accessibility.AXCoreUtilities (1.0 - 1) <FA6BA7AC-5284-3534-8C93-74A198A8DB11> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/Versions/A/AXCoreUtilities
    0x7fff4fa68000 -     0x7fff4fa69ff7  com.apple.AggregateDictionary (1.0 - 1) <49B5FD7F-A50C-3D67-BFAB-1C25E60F685A> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
    0x7fff4fe20000 -     0x7fff4ff63fff  com.apple.AnnotationKit (1.0 - 232.3.30) <83E8D694-3564-389A-AADB-37AD6C91EC9B> /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/AnnotationKit
    0x7fff50063000 -     0x7fff5008fff7  com.apple.framework.Apple80211 (13.0 - 1376.3) <9D32EF36-80E0-35DA-9270-2865C91F1020> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff50367000 -     0x7fff50376fc7  com.apple.AppleFSCompression (96.200.3 - 1.0) <5D6A617C-999A-3D51-8350-109D55E9428A> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff50470000 -     0x7fff5047bfff  com.apple.AppleIDAuthSupport (1.0 - 1) <91975ABC-B2EB-3630-A81E-69A1B95E4D19> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff504bc000 -     0x7fff50505ff3  com.apple.AppleJPEG (1.0 - 1) <EED8C42F-AF5B-355F-BC86-66A6458513C7> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff50759000 -     0x7fff5077bfff  com.apple.applesauce (1.0 - ???) <48562D0B-1A1D-3D62-8BC2-61C55D0DCECE> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff5083b000 -     0x7fff5083eff7  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <38206770-87AF-3969-A393-2741BF0DC958> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff5083f000 -     0x7fff5088fff7  com.apple.AppleVAFramework (5.1.4 - 5.1.4) <30C1F5C1-0742-3863-95F1-FCE51DF97E2D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff508da000 -     0x7fff508eeffb  com.apple.AssertionServices (1.0 - 1) <F64A3177-294E-320C-A0E1-25C4322B98E9> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
    0x7fff50cb9000 -     0x7fff50f56ff7  com.apple.AuthKit (1.0 - 1) <5BC0D7C7-A46A-3B1A-BDC9-7E9150B5A876> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff51118000 -     0x7fff51120fff  com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <7F48D9BD-17A8-3A76-8828-EC49245735EE> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff51121000 -     0x7fff511b6fff  com.apple.backup.framework (1.10.4 - ???) <8247B1BE-DF97-31DC-BCC2-1A15797352D3> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff511b7000 -     0x7fff51224fff  com.apple.BaseBoard (360.27 - 360.27) <215A242E-BD57-3A4B-BCA4-FCC9D674CE7B> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
    0x7fff5122d000 -     0x7fff51233fff  com.apple.BezelServicesFW (317 - 317) <0C78843F-B503-372D-BA43-9A437E88D760> /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices
    0x7fff52082000 -     0x7fff520d1ff7  com.apple.ChunkingLibrary (201 - 201) <08B75C80-CAA3-3128-BE6C-A1FA3A52A79B> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff521e7000 -     0x7fff5226cff7  com.apple.CloudDocs (1.0 - 575.302) <46C7D508-D0C7-3728-B1C1-0FF3EA5CCFF3> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fff52e89000 -     0x7fff52e92ffb  com.apple.CommonAuth (4.0 - 2.0) <55CEF8E6-A659-3D68-BEE0-1236F36E494C> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff5332b000 -     0x7fff5370efef  com.apple.CoreAUC (274.0.0 - 274.0.0) <C78A44FB-53CD-324C-B363-9425B5269F7D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff5370f000 -     0x7fff5373dff7  com.apple.CoreAVCHD (6.0.0 - 6000.4.1) <C7A64576-B082-323A-AC02-E890C6DDF181> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff5375d000 -     0x7fff5377bfff  com.apple.CoreAnalytics.CoreAnalytics (1.0 - 1) <D0BF86C2-7D6F-3973-AC19-9969B6A4AC12> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
    0x7fff537d3000 -     0x7fff5382eff3  com.apple.corebrightness (1.0 - 1) <BB3CA5C7-75AB-3B22-BB78-6F10935688AB> /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness
    0x7fff53b68000 -     0x7fff53b79ff7  com.apple.CoreEmoji (1.0 - 69.19.9) <90ACD3F0-1542-3094-A1F6-FF2F508A8561> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff53d21000 -     0x7fff53e10fff  com.apple.CoreHandwriting (161 - 1.2) <7E01C62F-F8C2-3F21-B1E2-A048CF6FFC16> /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHandwriting
    0x7fff53fe2000 -     0x7fff53ff8ffb  com.apple.CoreMediaAuthoring (2.2 - 958) <4C69C07C-73D1-3E5A-A8E1-3C5856A65D9A> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff54122000 -     0x7fff54188ff7  com.apple.CoreNLP (1.0 - 130.15.22) <5191A681-5DF3-359A-B401-C29109EA420A> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff542ef000 -     0x7fff542f3ff7  com.apple.CoreOptimization (1.0 - 1) <8BFA0B2B-E3D2-3D6A-91B8-9F07A0B96A71> /System/Library/PrivateFrameworks/CoreOptimization.framework/Versions/A/CoreOptimization
    0x7fff542f4000 -     0x7fff54380fff  com.apple.CorePDF (4.0 - 414) <D87D2FD6-871F-3EC6-BB19-9719A37E3B27> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff54435000 -     0x7fff5443dff7  com.apple.CorePhoneNumbers (1.0 - 1) <01CAC5E2-B6B1-3444-8939-595A9301399C> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff5443e000 -     0x7fff54494ff7  com.apple.CorePrediction (1.0 - 1) <CC860CCD-09C7-345C-A026-C3C3B44A3F24> /System/Library/PrivateFrameworks/CorePrediction.framework/Versions/A/CorePrediction
    0x7fff545b9000 -     0x7fff545eaff3  com.apple.CoreServicesInternal (358 - 358) <7DD35528-033B-3B59-AAF2-5BFAF449D915> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff549b0000 -     0x7fff54a34fff  com.apple.CoreSymbolication (10.2 - 64490.25.1) <CBA82F08-26CC-3FB4-9539-B0B55B35C5E1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff54ac3000 -     0x7fff54beeff7  com.apple.coreui (2.1 - 499.10) <50A90628-5400-3EBC-A1FE-87D68BC59377> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff54bef000 -     0x7fff54d8bffb  com.apple.CoreUtils (5.7.6 - 576.49) <60FF6102-EEBB-302E-8DE4-6DCBB689ACC8> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff54ddf000 -     0x7fff54e42ff7  com.apple.framework.CoreWiFi (13.0 - 1370.8) <F8634D22-1AD4-36B0-848C-BA60CC88BDAE> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff54e43000 -     0x7fff54e54ff7  com.apple.CrashReporterSupport (10.13 - 938.25) <AB842AE0-8594-3530-ABB7-30E583F82FC5> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff54ee3000 -     0x7fff54ef2fff  com.apple.framework.DFRFoundation (1.0 - 211.1) <201CCA68-44E4-3E09-8604-7D8833AC803B> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff54ef3000 -     0x7fff54ef7fff  com.apple.DSExternalDisplay (3.1 - 380) <6AC4F805-7AAF-31D3-B614-C78B61907EE3> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff54f78000 -     0x7fff54fedff3  com.apple.datadetectorscore (7.0 - 590.24) <2A591F27-0FEE-3CE1-B6C3-7A3B56C9D18D> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff55039000 -     0x7fff55076ff7  com.apple.DebugSymbols (190 - 190) <F2269F7B-5FCC-3187-8F13-A15F2C9D21E5> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff55077000 -     0x7fff551b2fff  com.apple.desktopservices (1.13.1 - ???) <420CC09F-7C18-3644-A024-DA8997FECA02> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff553be000 -     0x7fff55484fff  com.apple.DiskManagement (12.1 - 1555) <14459C59-D53A-3C24-94CC-D60CD1749FDB> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
    0x7fff55485000 -     0x7fff55489ffb  com.apple.DisplayServicesFW (3.1 - 380) <B1F53D09-C299-31AA-962E-9A132ABB03B3> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff5552e000 -     0x7fff55531ff3  com.apple.EFILogin (2.0 - 2) <B25F3D52-70FC-3F71-8B77-E23D7514D8FF> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff55c67000 -     0x7fff55f49ff7  com.apple.vision.EspressoFramework (1.0 - 120) <606AFD0D-D2DF-335C-915D-87A862C46765> /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso
    0x7fff560ed000 -     0x7fff56508fff  com.apple.vision.FaceCore (3.3.4 - 3.3.4) <D642D5E1-C7C5-3EBF-9D0A-397BDE2A5723> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff56539000 -     0x7fff565beff7  com.apple.FileProvider (125.130 - 125.130) <30851CFB-6179-3BFB-A93E-EC9B0C97F50F> /System/Library/PrivateFrameworks/FileProvider.framework/Versions/A/FileProvider
    0x7fff59dbc000 -     0x7fff59dbdfff  libmetal_timestamp.dylib (902.3.2) <E4C0B5C2-AFAE-3DAD-8638-9D972E13F27C> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib
    0x7fff5b45d000 -     0x7fff5b462fff  com.apple.GPUWrangler (3.30.14 - 3.30.14) <5D15F5B8-9D7B-356D-A224-A86CF809BFBF> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff5b7ef000 -     0x7fff5b813ff3  com.apple.GenerationalStorage (2.0 - 285.101) <E4F747EB-7D8B-39ED-B72E-C323C201B6E1> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff5c267000 -     0x7fff5c276fff  com.apple.GraphVisualizer (1.0 - 5) <C261C18C-C66F-39BA-A640-727434ADBEB7> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff5c277000 -     0x7fff5c284ff7  com.apple.GraphicsServices (1.0 - 1.0) <E9B26BDF-8044-31F8-9B0A-3F89F9318D70> /System/Library/PrivateFrameworks/GraphicsServices.framework/Versions/A/GraphicsServices
    0x7fff5c3c3000 -     0x7fff5c437ffb  com.apple.Heimdal (4.0 - 2.0) <05B753FE-8F65-3764-8E18-F31902064BA1> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff5c438000 -     0x7fff5c466fff  com.apple.HelpData (2.3 - 184.4) <37EC79E3-5D56-3733-856C-5DB46CC9453B> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff5d721000 -     0x7fff5d728ffb  com.apple.IOAccelerator (404.8 - 404.8) <FB11472D-74D7-31D4-8DF6-9A668BB08D4F> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff5d72c000 -     0x7fff5d744fff  com.apple.IOPresentment (1.0 - 42.6) <B3365E07-6FC3-3AAA-884D-D6EE7ACDAE16> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff5daec000 -     0x7fff5db19ff7  com.apple.IconServices (379 - 379) <189807AC-4BB1-3C37-B6EC-D4F0B645902D> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff5dc42000 -     0x7fff5dc46ffb  com.apple.InternationalSupport (1.0 - 10.15.6) <ADB2A56E-5E99-312A-B3B0-E96B519E46B1> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
    0x7fff5ddab000 -     0x7fff5ddbdff3  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <731EEEC5-1613-3725-B33C-B38BBD55FA96> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff5ddd8000 -     0x7fff5deb3ff7  com.apple.LanguageModeling (1.0 - 159.15.15) <229A8E92-CCB6-3BC7-BCD3-B2309FA744B3> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff5deb4000 -     0x7fff5def0ff7  com.apple.Lexicon-framework (1.0 - 33.15.10) <30D3EEF3-31E5-3DE8-8158-40627C358AF6> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff5def7000 -     0x7fff5defcfff  com.apple.LinguisticData (1.0 - 238.24.1) <E155D8DF-8AC1-34B2-B143-BBD3408C8D19> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff5e719000 -     0x7fff5e71cfff  com.apple.Mangrove (1.0 - 25) <FF682E43-73CE-3E36-B4A9-8E69B546C7A4> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff5e7a3000 -     0x7fff5e7c9ff3  com.apple.MarkupUI (1.0 - 232.3.30) <BC364ADF-8725-37AE-B946-D8BB6260C044> /System/Library/PrivateFrameworks/MarkupUI.framework/Versions/A/MarkupUI
    0x7fff5e831000 -     0x7fff5e864ff7  com.apple.MediaKit (16 - 906) <D9B33C2A-706E-3A7C-90D1-D78EA4EFF871> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff5e865000 -     0x7fff5eb83fff  com.apple.MediaRemote (1.0 - 1) <0D78F279-F99B-318D-A153-20A4D2DB0ACA> /System/Library/PrivateFrameworks/MediaRemote.framework/Versions/A/MediaRemote
    0x7fff5eb84000 -     0x7fff5eba7ff3  com.apple.MediaServices (1.0 - 1) <C6E32715-E375-33A6-83E9-E62DBBE98E47> /System/Library/PrivateFrameworks/MediaServices.framework/Versions/A/MediaServices
    0x7fff5ebeb000 -     0x7fff5ec13ff7  com.apple.spotlight.metadata.utilities (1.0 - 1191.56) <550876F2-D905-3D65-8FA6-3366D857437B> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff5ec14000 -     0x7fff5ec9efff  com.apple.gpusw.MetalTools (1.0 - 1) <09394594-A80D-3D8B-99E8-E71693909FA1> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff5ecb3000 -     0x7fff5ecccffb  com.apple.MobileAssets (1.0 - 437.250.3) <95ACB386-7899-3661-BE5B-7E3133FE971B> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
    0x7fff5ee49000 -     0x7fff5ee63fff  com.apple.MobileKeyBag (2.0 - 1.0) <A38DB402-7EB2-3D81-A9FA-4C95748FFC2D> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff5ee75000 -     0x7fff5eeeafff  com.apple.Montreal (1.0 - 42.15.9) <84278E37-0BA4-32D2-BAA4-49D84831588D> /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal
    0x7fff5eeeb000 -     0x7fff5ef15ffb  com.apple.MultitouchSupport.framework (2440.7 - 2440.7) <FAE48832-BB56-35C9-B433-F0D03EF50FCD> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff5f151000 -     0x7fff5f15bfff  com.apple.NetAuth (6.2 - 6.2) <216DF366-7A3E-39E7-896C-7CDFD2A9BD3D> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff5f9bc000 -     0x7fff5fa0dff3  com.apple.OTSVG (1.0 - ???) <AF7D1285-08EE-3EEB-B8B7-6C358768473D> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
    0x7fff609cd000 -     0x7fff60ac0fff  com.apple.PencilKit (1.0 - 1) <EB69AD79-DB9B-30D8-9207-BDDBB34900D7> /System/Library/PrivateFrameworks/PencilKit.framework/Versions/A/PencilKit
    0x7fff60ac1000 -     0x7fff60ad0ff7  com.apple.PerformanceAnalysis (1.218.2 - 218.2) <DAF9D379-F0E9-3929-829E-7B2FAFC7DC64> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff624ff000 -     0x7fff62510ffb  com.apple.PowerLog (1.0 - 1) <10082A63-C0F0-3A88-B47A-1DC14108B57E> /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog
    0x7fff6290b000 -     0x7fff6295fff7  com.apple.ProtectedCloudStorage (1.0 - 1) <7EEE25C8-2680-32E1-9B4F-F76684E92BE1> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff62960000 -     0x7fff6297eff7  com.apple.ProtocolBuffer (1 - 263) <DBBA73C9-E9AE-3CF5-88A4-7E4262BDE34E> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff62afc000 -     0x7fff62affff3  com.apple.QuickLookNonBaseSystem (1.0 - 1) <8C160EB3-161F-3F35-9D10-C06403BC31F1> /System/Library/PrivateFrameworks/QuickLookNonBaseSystem.framework/Versions/A/QuickLookNonBaseSystem
    0x7fff62b00000 -     0x7fff62b15ff3  com.apple.QuickLookThumbnailing (1.0 - 1) <2A637CF5-E50A-3016-88CB-F03F32662886> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
    0x7fff62b16000 -     0x7fff62b66fff  com.apple.ROCKit (27.6 - 27.6) <A8116AFC-F78F-32BF-A66C-ED3B5E9FF1D9> /System/Library/PrivateFrameworks/ROCKit.framework/Versions/A/ROCKit
    0x7fff62c91000 -     0x7fff62c9cfff  com.apple.xpc.RemoteServiceDiscovery (1.0 - 1336.251.2) <937941A3-23E9-3DB4-B934-C8002EF1179D> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
    0x7fff62caf000 -     0x7fff62cd1fff  com.apple.RemoteViewServices (2.0 - 128) <E22D4E74-7B87-31ED-86D2-D63258D1B792> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff62cd2000 -     0x7fff62ce5ff3  com.apple.xpc.RemoteXPC (1.0 - 1336.251.2) <45A2C9B1-787E-3BF8-AFB8-375822FC6AF4> /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC
    0x7fff63a0c000 -     0x7fff63a55fff  com.apple.Safari.SafeBrowsing (14607 - 14607.1.40.1.4) <0B04C4E0-B046-3BDF-91F9-321771174B73> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/Versions/A/SafariSafeBrowsing
    0x7fff644d0000 -     0x7fff645eafff  com.apple.Sharing (1288.25 - 1288.25) <E4C2CE6D-757D-322F-AA8D-52A0993E02D6> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff645eb000 -     0x7fff6460affb  com.apple.shortcut (2.16 - 101) <087A0F80-1818-3D93-A9D5-942F94C26D8E> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff65392000 -     0x7fff6563bfff  com.apple.SkyLight (1.600.0 - 340.9) <A962D996-6561-3993-B470-EFD6EE4BFA9C> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff65ddd000 -     0x7fff65de9fff  com.apple.SpeechRecognitionCore (5.0.21 - 5.0.21) <08222836-F14B-3B9D-BCB9-3167505438E4> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff65e9b000 -     0x7fff660feff3  com.apple.spotlight.index (10.7.0 - 1191.56) <79DE4A4A-C589-3169-B75D-F0B2B01C2C72> /System/Library/PrivateFrameworks/SpotlightIndex.framework/Versions/A/SpotlightIndex
    0x7fff66488000 -     0x7fff664c4ff3  com.apple.StreamingZip (1.0 - 1) <E25346D8-9C5E-3AD3-9F77-44F8A4449234> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
    0x7fff6653a000 -     0x7fff665c5fc7  com.apple.Symbolication (10.2 - 64490.38.1) <15A1DF22-3EE2-359A-8F94-B27F89F35ECE> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff665c6000 -     0x7fff665ceffb  com.apple.SymptomDiagnosticReporter (1.0 - 820.257.1) <F0DED0D7-EAEF-3607-A8D8-BCA60DAC1CBD> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
    0x7fff66a9c000 -     0x7fff66aa7ff7  com.apple.private.SystemPolicy (1.0 - 1) <7E43EFF3-41AC-3AF2-A2FD-1AE013FF32E6> /System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy
    0x7fff66aac000 -     0x7fff66ab8ffb  com.apple.TCC (1.0 - 1) <95D4B7DF-78F3-3948-AA63-6425AF2C00CD> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff66d1e000 -     0x7fff66de6ff3  com.apple.TextureIO (3.8.4 - 3.8.1) <29383676-6133-3EB4-8CAC-5A6F25FE2F4D> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff66ea3000 -     0x7fff67059ff7  com.apple.UIFoundation (1.0 - 551) <5359E30D-AF76-3013-8B50-0A93DB97BB8F> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff670a7000 -     0x7fff670adffb  com.apple.URLFormatting (59 - 59.42) <07170511-A1F9-3C60-BA61-BF4DA94E8A31> /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting
    0x7fff67cd5000 -     0x7fff67daefff  com.apple.ViewBridge (401.1 - 401.1) <4DAA256D-F443-3484-AB8B-BFD939790E1D> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff681f1000 -     0x7fff68462fff  libAWDSupportFramework.dylib (2030) <E1ACE729-A776-3493-A516-03437C75CCFB> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupportFramework.dylib
    0x7fff68463000 -     0x7fff68474fff  libprotobuf-lite.dylib (2030) <6936D87E-A8BE-352C-B42D-C3423108F5C6> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf-lite.dylib
    0x7fff68475000 -     0x7fff684cffff  libprotobuf.dylib (2030) <B17FF094-6AEE-3974-B762-A4A0241D673F> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf.dylib
    0x7fff684d0000 -     0x7fff68511ff7  com.apple.awd (1.0 - 930.11) <D938F9F8-830C-36D5-A841-55ED29F1539F> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/WirelessDiagnostics
    0x7fff68585000 -     0x7fff68588fff  com.apple.dt.XCTTargetBootstrap (1.0 - 14490.46.2) <7763C799-CE25-302D-96D7-2A4DD9BEEE9A> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
    0x7fff68989000 -     0x7fff6898bffb  com.apple.loginsupport (1.0 - 1) <F9C63D6B-5191-3D95-B5C7-B998FA148AA6> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff68bc4000 -     0x7fff68bd7fff  libAccessibility.dylib (2402.72) <0692FE64-FE57-313F-93E1-60865194D9CA> /usr/lib/libAccessibility.dylib
    0x7fff68c52000 -     0x7fff68c86fff  libCRFSuite.dylib (41.15.4) <43D02A64-2A7B-3825-8097-A6747AF914EE> /usr/lib/libCRFSuite.dylib
    0x7fff68c89000 -     0x7fff68c93ff7  libChineseTokenizer.dylib (28.15.3) <BE41A678-907E-3031-B2BA-ECDB81282499> /usr/lib/libChineseTokenizer.dylib
    0x7fff68c94000 -     0x7fff68d1dfff  libCoreStorage.dylib (546.50.1) <1950AEDB-8782-39C9-9477-CB43ECB0EB38> /usr/lib/libCoreStorage.dylib
    0x7fff68d21000 -     0x7fff68d22ffb  libDiagnosticMessagesClient.dylib (107) <B5675E8C-2F34-3E0A-B7E8-6F2373589038> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff68d59000 -     0x7fff68fb0ffb  libFosl_dynamic.dylib (18.3.2) <C46C13F6-2799-39A0-BB32-126C2259194A> /usr/lib/libFosl_dynamic.dylib
    0x7fff68fd0000 -     0x7fff68fd7fff  libMatch.1.dylib (31.200.1) <895AE4DA-69EF-30E8-82B3-1229B90C3E3D> /usr/lib/libMatch.1.dylib
    0x7fff69001000 -     0x7fff6901ffff  libMobileGestalt.dylib (645.250.13) <6B4E26AD-D712-360B-904C-877C24D89393> /usr/lib/libMobileGestalt.dylib
    0x7fff69020000 -     0x7fff69020fff  libOpenScriptingUtil.dylib (179.1) <5C6CFA80-CBCD-35EB-A69C-72C3B2E8FF50> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff69160000 -     0x7fff69161ffb  libSystem.B.dylib (1252.250.1) <72841192-B0C9-36A0-8E55-ED651EADEF08> /usr/lib/libSystem.B.dylib
    0x7fff69162000 -     0x7fff691dcff7  libTelephonyUtilDynamic.dylib (3705) <BF0C94B6-EC48-3DAC-A0E6-F3643254255C> /usr/lib/libTelephonyUtilDynamic.dylib
    0x7fff691dd000 -     0x7fff691defff  libThaiTokenizer.dylib (2.15.1) <3D80A800-D49A-305E-9DF0-E6FB11D4FD65> /usr/lib/libThaiTokenizer.dylib
    0x7fff691f0000 -     0x7fff69206ffb  libapple_nghttp2.dylib (1.24.1) <96F6DF29-D31C-3097-9C3E-63B1D62D756C> /usr/lib/libapple_nghttp2.dylib
    0x7fff69207000 -     0x7fff69230ffb  libarchive.2.dylib (54.250.1) <D6370CDB-920D-37A3-A9C0-6C1FC95F2F99> /usr/lib/libarchive.2.dylib
    0x7fff69231000 -     0x7fff692b0fff  libate.dylib (1.13.8) <D4150381-557F-3E9D-9119-ED4F2A8878A1> /usr/lib/libate.dylib
    0x7fff692b4000 -     0x7fff692b4ff3  libauto.dylib (187) <4E260A46-13BB-3A8F-A037-D89748837B2A> /usr/lib/libauto.dylib
    0x7fff692b5000 -     0x7fff69383fff  libboringssl.dylib (109.250.2) <4FD7E9FE-220E-3C15-8CCF-E2FD8774BB4A> /usr/lib/libboringssl.dylib
    0x7fff69384000 -     0x7fff69394ffb  libbsm.0.dylib (39.200.18) <CF0C09D6-FCED-3B48-A617-768A0B5B9DEB> /usr/lib/libbsm.0.dylib
    0x7fff69395000 -     0x7fff693a2fff  libbz2.1.0.dylib (38.200.3) <62019AC3-20C9-3DDC-9C83-189C1F258073> /usr/lib/libbz2.1.0.dylib
    0x7fff693a3000 -     0x7fff693f6ff7  libc++.1.dylib (400.9.4) <446DAE5E-4E97-3E4B-B2A3-AC0A74C0E453> /usr/lib/libc++.1.dylib
    0x7fff693f7000 -     0x7fff6940cff7  libc++abi.dylib (400.17) <A2D1FDAD-E10F-3E53-958F-CB6BC8485767> /usr/lib/libc++abi.dylib
    0x7fff6940d000 -     0x7fff6940dff3  libcharset.1.dylib (51.200.6) <0D3A5F4C-8800-33E3-AFE5-307E8BEE462C> /usr/lib/libcharset.1.dylib
    0x7fff6940e000 -     0x7fff6941effb  libcmph.dylib (6.15.1) <740A788E-FD92-36F3-B678-E7D510B1E2A1> /usr/lib/libcmph.dylib
    0x7fff6941f000 -     0x7fff69437ffb  libcompression.dylib (52.250.2) <9E125D43-CE4E-34F8-ACBA-C0835E5F8062> /usr/lib/libcompression.dylib
    0x7fff696ac000 -     0x7fff696c2fff  libcoretls.dylib (155.220.1) <FF7EA01E-9A26-36F9-A6FF-9665B501B536> /usr/lib/libcoretls.dylib
    0x7fff696c3000 -     0x7fff696c4ff3  libcoretls_cfhelpers.dylib (155.220.1) <51572EB9-D154-348B-9934-3CA9444FAE5E> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff69d23000 -     0x7fff69d2eff7  libcsfde.dylib (546.50.1) <D8EFD854-C2D1-3FF8-A910-A9E602A5BB79> /usr/lib/libcsfde.dylib
    0x7fff69d36000 -     0x7fff69d8cff7  libcups.2.dylib (462.10) <83EF6851-07F6-35B4-AA80-690EF026C706> /usr/lib/libcups.2.dylib
    0x7fff69ec0000 -     0x7fff69ec0fff  libenergytrace.dylib (17.200.1) <F0A35E72-B772-359B-81AC-0C94B8A621CA> /usr/lib/libenergytrace.dylib
    0x7fff69ef2000 -     0x7fff69ef7ff7  libgermantok.dylib (17.15.2) <A78E0BF5-0038-35C7-A8E7-05AEDF86D6D5> /usr/lib/libgermantok.dylib
    0x7fff69ef8000 -     0x7fff69efdff7  libheimdal-asn1.dylib (520.250.1) <DE1C4650-FDFE-3A31-98AD-597B57C947E5> /usr/lib/libheimdal-asn1.dylib
    0x7fff69f28000 -     0x7fff6a018fff  libiconv.2.dylib (51.200.6) <E767B418-3531-3BB0-B58D-9ECB203407B7> /usr/lib/libiconv.2.dylib
    0x7fff6a019000 -     0x7fff6a279ff3  libicucore.A.dylib (62123.0.1) <3936C798-1978-3C6C-9050-3BBD57CDA53E> /usr/lib/libicucore.A.dylib
    0x7fff6a2c6000 -     0x7fff6a2c7fff  liblangid.dylib (128.15.1) <1ED2EB78-3891-3DBA-8CB7-BA1A100CFC8F> /usr/lib/liblangid.dylib
    0x7fff6a2c8000 -     0x7fff6a2e0ff3  liblzma.5.dylib (10.200.3) <E6CA9433-904B-3804-82FF-B328E2047368> /usr/lib/liblzma.5.dylib
    0x7fff6a2f8000 -     0x7fff6a39cff7  libmecab.1.0.0.dylib (779.24.1) <0C57BF6E-A713-3AE8-8AD3-80F65D4CCC15> /usr/lib/libmecab.1.0.0.dylib
    0x7fff6a39d000 -     0x7fff6a5a1fff  libmecabra.dylib (779.24.1) <A658B79D-4071-3EC1-9344-ADA438E43FB4> /usr/lib/libmecabra.dylib
    0x7fff6a779000 -     0x7fff6aacaff7  libnetwork.dylib (1229.250.15) <D8F52B1D-1AD9-3D33-8D59-2D631A3CBFEC> /usr/lib/libnetwork.dylib
    0x7fff6ab5a000 -     0x7fff6b2dffdf  libobjc.A.dylib (756.2) <4F86FC7C-496B-3E68-8A74-1EA2BA22FBCC> /usr/lib/libobjc.A.dylib
    0x7fff6b2f1000 -     0x7fff6b2f5ffb  libpam.2.dylib (22.200.1) <3AEB13DB-8DE2-3FD9-97D5-D9DB206E0693> /usr/lib/libpam.2.dylib
    0x7fff6b2f8000 -     0x7fff6b32dfff  libpcap.A.dylib (79.250.1) <FA490ABF-6C15-336A-818F-0C14A8C090DB> /usr/lib/libpcap.A.dylib
    0x7fff6b446000 -     0x7fff6b45effb  libresolv.9.dylib (65.200.2) <DB6CA331-BB44-306D-8528-023EADE54BF7> /usr/lib/libresolv.9.dylib
    0x7fff6b460000 -     0x7fff6b49bff3  libsandbox.1.dylib (851.250.12) <0A18B79B-4551-3D97-AC49-04E5373DC587> /usr/lib/libsandbox.1.dylib
    0x7fff6b4af000 -     0x7fff6b4b0ff7  libspindump.dylib (267.3) <47B91C83-6BE6-3B0B-8B42-83AE41160F3F> /usr/lib/libspindump.dylib
    0x7fff6b4b1000 -     0x7fff6b68efe7  libsqlite3.dylib (274.22) <378D7B48-4661-3BA6-AC55-0B3A64F8C7E3> /usr/lib/libsqlite3.dylib
    0x7fff6b8ae000 -     0x7fff6b90dffb  libusrtcp.dylib (1229.250.15) <E9D688D6-5021-3544-ADF2-F9A9DC7D2AF2> /usr/lib/libusrtcp.dylib
    0x7fff6b90e000 -     0x7fff6b911ff7  libutil.dylib (51.200.4) <336F9184-A739-3770-ACFA-4659DFEEACC4> /usr/lib/libutil.dylib
    0x7fff6b912000 -     0x7fff6b91ffff  libxar.1.dylib (417.1) <D7AC80EE-D974-33E6-ACA7-87B398ACEDD7> /usr/lib/libxar.1.dylib
    0x7fff6b924000 -     0x7fff6ba06ff3  libxml2.2.dylib (32.8) <064C2F49-C054-38F9-A6B2-032C4AC9738B> /usr/lib/libxml2.2.dylib
    0x7fff6ba07000 -     0x7fff6ba2fff3  libxslt.1.dylib (16.1) <FB93A727-731D-313F-AF6B-4518FE830FFB> /usr/lib/libxslt.1.dylib
    0x7fff6ba30000 -     0x7fff6ba42ff7  libz.1.dylib (70.200.4) <FDF169F3-F992-3E8E-B3F7-D4134FEBAE41> /usr/lib/libz.1.dylib
    0x7fff6ba70000 -     0x7fff6ba71ffb  liblog_network.dylib (1229.250.15) <CB1FD4A4-982C-3AC7-AAB4-82ACBC614106> /usr/lib/log/liblog_network.dylib
    0x7fff6c21f000 -     0x7fff6c223ff3  libcache.dylib (81) <9A8C27B0-49C9-337F-8BE2-37171ED2D8EE> /usr/lib/system/libcache.dylib
    0x7fff6c224000 -     0x7fff6c22eff3  libcommonCrypto.dylib (60118.250.2) <17C4F395-9FF0-331F-8167-5E85AA3588E9> /usr/lib/system/libcommonCrypto.dylib
    0x7fff6c22f000 -     0x7fff6c236ff7  libcompiler_rt.dylib (63.4) <8CB2B2B6-2C55-3733-9842-0E037AE3F46A> /usr/lib/system/libcompiler_rt.dylib
    0x7fff6c237000 -     0x7fff6c240ff7  libcopyfile.dylib (146.250.1) <24905E41-9E2F-3DD1-A255-5A17F9FCDAD7> /usr/lib/system/libcopyfile.dylib
    0x7fff6c241000 -     0x7fff6c2c5fc7  libcorecrypto.dylib (602.250.23) <3A6CBD41-AFFE-3E06-B1EC-3E95BC79BAC5> /usr/lib/system/libcorecrypto.dylib
    0x7fff6c34c000 -     0x7fff6c385ff7  libdispatch.dylib (1008.250.7) <50235FCE-B399-3319-90DC-88F530D4FC5C> /usr/lib/system/libdispatch.dylib
    0x7fff6c386000 -     0x7fff6c3b2ff7  libdyld.dylib (655.1.1) <54C6B494-4A3D-3EEC-B083-636A76AAD649> /usr/lib/system/libdyld.dylib
    0x7fff6c3b3000 -     0x7fff6c3b3ffb  libkeymgr.dylib (30) <BEA04E04-FCF1-3A70-810F-08D0FF54CA36> /usr/lib/system/libkeymgr.dylib
    0x7fff6c3b4000 -     0x7fff6c3c0ff3  libkxld.dylib (4903.251.3) <649F5829-6AA8-32EE-9A33-B1244378C319> /usr/lib/system/libkxld.dylib
    0x7fff6c3c1000 -     0x7fff6c3c1ff7  liblaunch.dylib (1336.251.2) <30E6424E-4640-3DBA-9B64-D5F725263C6E> /usr/lib/system/liblaunch.dylib
    0x7fff6c3c2000 -     0x7fff6c3c7fff  libmacho.dylib (927.0.2) <D8515A20-ED7B-3B13-9ADA-4BD7E19E38C4> /usr/lib/system/libmacho.dylib
    0x7fff6c3c8000 -     0x7fff6c3caffb  libquarantine.dylib (86.220.1) <8A9BF971-DB7D-311A-B131-6C5025E82F8F> /usr/lib/system/libquarantine.dylib
    0x7fff6c3cb000 -     0x7fff6c3ccff7  libremovefile.dylib (45.200.2) <950036B7-B91E-3B5D-853C-8C551E5B6A32> /usr/lib/system/libremovefile.dylib
    0x7fff6c3cd000 -     0x7fff6c3e4ff3  libsystem_asl.dylib (356.200.4) <16F632AD-FADA-3DE9-85E8-EBC7D619A1DA> /usr/lib/system/libsystem_asl.dylib
    0x7fff6c3e5000 -     0x7fff6c3e5ff7  libsystem_blocks.dylib (73) <0CD6861B-EC5F-3345-9C24-B21EEB85E44F> /usr/lib/system/libsystem_blocks.dylib
    0x7fff6c3e6000 -     0x7fff6c46dfff  libsystem_c.dylib (1272.250.1) <F3AA9047-EEDD-3D80-8CC1-023FB312EC8B> /usr/lib/system/libsystem_c.dylib
    0x7fff6c46e000 -     0x7fff6c471ffb  libsystem_configuration.dylib (963.250.1) <02C7A973-014A-31D7-B7D2-247D384CB0D2> /usr/lib/system/libsystem_configuration.dylib
    0x7fff6c472000 -     0x7fff6c475ff7  libsystem_coreservices.dylib (66) <4CF1C89B-FA6C-3DF3-B1F8-79F549849534> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff6c476000 -     0x7fff6c47cfff  libsystem_darwin.dylib (1272.250.1) <6983A268-20F4-3F98-A3F5-D63848933B02> /usr/lib/system/libsystem_darwin.dylib
    0x7fff6c47d000 -     0x7fff6c483ff7  libsystem_dnssd.dylib (878.250.4) <9FC5724C-DD03-3E14-A6E1-2DD009D79E0A> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff6c484000 -     0x7fff6c4cfffb  libsystem_info.dylib (517.200.9) <F617D3CF-5A4A-36D0-8CBB-4A7C7CDB67AF> /usr/lib/system/libsystem_info.dylib
    0x7fff6c4d0000 -     0x7fff6c4f8ff7  libsystem_kernel.dylib (4903.251.3) <84EF0290-6CB5-36E5-A273-692A7E437B36> /usr/lib/system/libsystem_kernel.dylib
    0x7fff6c4f9000 -     0x7fff6c544ff7  libsystem_m.dylib (3158.200.7) <33105665-CCC3-36D5-82C9-9B21730CB3DF> /usr/lib/system/libsystem_m.dylib
    0x7fff6c545000 -     0x7fff6c569fff  libsystem_malloc.dylib (166.251.2) <90DA09E3-1276-3FCF-8F5F-C9AA61AB9B6D> /usr/lib/system/libsystem_malloc.dylib
    0x7fff6c56a000 -     0x7fff6c574ff7  libsystem_networkextension.dylib (767.250.2) <4575D797-B793-3D18-9E93-8696CF0B133B> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff6c575000 -     0x7fff6c57cfff  libsystem_notify.dylib (172.200.21) <679E9132-1A46-326E-9A11-D3FF9C86041C> /usr/lib/system/libsystem_notify.dylib
    0x7fff6c57d000 -     0x7fff6c586fef  libsystem_platform.dylib (177.250.1) <3CC59141-5365-3848-94C3-D65E6FCA1E74> /usr/lib/system/libsystem_platform.dylib
    0x7fff6c587000 -     0x7fff6c591ff7  libsystem_pthread.dylib (330.250.2) <4344198A-A1A3-3C52-97B4-F168D56E9789> /usr/lib/system/libsystem_pthread.dylib
    0x7fff6c592000 -     0x7fff6c595ff7  libsystem_sandbox.dylib (851.250.12) <66E91015-F62A-3365-BB81-AA88707E8F12> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff6c596000 -     0x7fff6c598ff3  libsystem_secinit.dylib (30.220.1) <F054DCB0-68CE-35E7-8B8C-D648C42124EC> /usr/lib/system/libsystem_secinit.dylib
    0x7fff6c599000 -     0x7fff6c5a0ff3  libsystem_symptoms.dylib (820.257.1) <C8517F35-E9DA-3649-B07D-2B38349C6730> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff6c5a1000 -     0x7fff6c5b6fff  libsystem_trace.dylib (906.250.5) <AE77ACC7-488F-3AE1-BB0C-1ACFC7E1CE77> /usr/lib/system/libsystem_trace.dylib
    0x7fff6c5b8000 -     0x7fff6c5bdffb  libunwind.dylib (35.4) <8F0BC197-B97C-3DDC-92B0-6A7D3CB72FD8> /usr/lib/system/libunwind.dylib
    0x7fff6c5be000 -     0x7fff6c5edff7  libxpc.dylib (1336.251.2) <49138829-09C8-355C-B558-97E070B84EC5> /usr/lib/system/libxpc.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 26005
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=493.8M resident=0K(0%) swapped_out_or_unallocated=493.8M(100%)
Writable regions: Total=595.8M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=595.8M(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               256K        2 
Activity Tracing                   256K        1 
CG backing stores                 2092K        8 
CG image                           604K       39 
CoreAnimation                      548K       28 
CoreGraphics                         8K        1 
CoreImage                          164K       35 
CoreUI image data                 1100K       23 
CoreUI image file                  320K        4 
Foundation                          84K        3 
Image IO                          1576K       11 
Kernel Alloc Once                    8K        1 
MALLOC                           192.2M       59 
MALLOC guard page                   32K        7 
MALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)
Memory Tag 242                      12K        1 
STACK GUARD                       56.0M       10 
Stack                             12.6M       10 
VM_ALLOCATE                        312K       27 
VM_ALLOCATE (reserved)              36K        1         reserved VM address space (unallocated)
__DATA                            37.4M      328 
__FONT_DATA                          4K        1 
__LINKEDIT                       223.4M        9 
__TEXT                           270.4M      330 
__UNICODE                          564K        1 
mapped file                      205.6M       29 
shared memory                      696K       12 
===========                     =======  ======= 
TOTAL                              1.4G      982 
TOTAL, minus reserved VM space     1.0G      982 

Model: iMac14,2, BootROM 135.0.0.0.0, 4 processors, Intel Core i5, 3.2 GHz, 16 GB, SMC 2.15f7
Graphics: kHW_NVidiaGeForceGT755MItem, NVIDIA GeForce GT 755M, spdisplays_pcie_device, 1 GB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343531533641465238412D50422020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343531533641465238412D50422020
Memory Module: BANK 0/DIMM1, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343531533641465238412D50422020
Memory Module: BANK 1/DIMM1, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343531533641465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x111), Broadcom BCM43xx 1.0 (7.77.61.2 AirPortDriverBrcmNIC-1305.8)
Bluetooth: Version 6.0.11f4, 3 services, 27 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Network Service: Wi-Fi, AirPort, en1
Network Service: Thunderbolt Bridge, Ethernet, bridge0
Serial ATA Device: APPLE SSD SM0256G, 251 GB
USB Device: USB 3.0 Bus
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: FaceTime HD Camera (Built-in)
USB Device: Keyboard Hub
USB Device: Apple Optical USB Mouse
USB Device: Apple Keyboard
USB Device: iPhone
Thunderbolt Bus: iMac, Apple Inc., 23.10
Thunderbolt Device: Macintosh, Apple Inc.
ryanov commented 5 years ago

PS: the key to anyone else who needs to find the setting to enable (allows the app to launch again):

System Preferences -> Security & Privacy (not Accessibility like the permission might indicate) -> Privacy -> Accessibility -> Hermes

nriley commented 4 years ago

On Catalina even the Accessibility settings didn't seem to work for me. If this happens and Hermes continues to crash on launch you can un-set the media keys preference from Terminal as follows:

defaults write com.alexcrichton.Hermes pleaseBindMedia -bool NO

I do finally have a Catalina Mac (although it is a bit unstable despite being brand new — hopefully will get it stable or exchanged soon!) so at least have a platform I could potentially work on this, but it's unfortunately far down my priority list.

khudson commented 4 years ago

No worries. If I knew how to fix this I'd submit a patch, but I've written exactly 0 lines of OSX native code :( I'd love to help, but I'm at a loss of what to do.

khudson commented 4 years ago

Incidentally, turning off the media key binding via the command above did allow Hermes to start. However, that's one of the features I want the most! Likewise, Hermes definitely does have Accessibility permission so something else is going on. :(

nriley commented 4 years ago

Glad you were able to find a workaround and apologies for the inconvenience.

The brief update since November :( is that my 16ʺ MBP did end up being a lemon, Apple replaced it and now I have a reliable one sitting next to me here, but the day job has left me no time for Hermes (or any of my other open source apps).

I did implement prompting for accessibility permissions in Shroud and I suspect several other apps would do it, so my plan is to just copy that code over into Hermes.

This is a third-party dependency — one of the few in Hermes — so it might be as easy as swapping it out; the media key handling has always been flaky at best particularly when you're running.

khudson commented 4 years ago

I totally get that. I'm also swamped with my day job and have little time to mess with the things I want to mess with. At least you got the laptop swapped out. That's what happened here - my previous work machine decided that it was going to make the battery swell up nice and fat, which prompted the GPU to begin delaminating from the mainboard. So they replaced it with a new 16" running Catalina.

In any case, the work plight resonates with me quite well and I'll simply have to be content waiting until you have a bit of spare time to make the fix. Until then I can probably write an applescript snippet and attach it to a touchbar button to pause/play Hermes on demand. That should get me by. When I have that figured out I'll post instructions here so others can benefit from it in the meantime.

Thanks!

khudson commented 4 years ago

So doing this with an applescript snippet is pretty straightforward. Effective workaround, for now:

Open Automator.app and create a new workflow Quick Action. In the dropdown "Workflow receives" select "no input" in "any application" Image and Color are to your choosing

In the left-hand pane in the search bar, enter 'AppleScript' and double-click on the "Run AppleScript" item.

Clear out all the crap in the box and replace it with this:

tell application "Hermes"
    playpause
end tell

Click the 'Play' button above and make sure it works.

Save the item as "Hermes Play/Pause"

Open up System Preferences -> Keyboard and choose "customize control strip" under the 'keyboard' tab.

Drag the "Quick Actions" item somewhere on your touchbar.

Exit System Preferences and press the new Quick Actions item on the touch bar and the new "Hermes Play:Pause" item should be there. Press that and you'll be prompted to allow permission. Do it. Hermes should either start or stop playing.

It takes a couple steps instead of just slamming the system media keys, and it only does play/pause, but at least that'll get the most common function re-implemented for now :)

voltechs commented 2 years ago

Glad you were able to find a workaround and apologies for the inconvenience.

The brief update since November :( is that my 16ʺ MBP did end up being a lemon, Apple replaced it and now I have a reliable one sitting next to me here, but the day job has left me no time for Hermes (or any of my other open source apps).

I did implement prompting for accessibility permissions in Shroud and I suspect several other apps would do it, so my plan is to just copy that code over into Hermes.

This is a third-party dependency — one of the few in Hermes — so it might be as easy as swapping it out; the media key handling has always been flaky at best particularly when you're running.

Hi @nriley ! I'm guessing you haven't had a chance to look at this? I was building the app locally and started to debug this. Thought I'd search the backlog first. I'm not particularly handy with native macOS code, but I could stumble my way through. Unfortunately the other project you linked just makes my eyes glaze over when thinking about trying to extract that to this project. Hoping you have a chance to work your magic on this bug. I'm so tired of the official pandora app, with lack of media key bindings. :(

nriley commented 2 years ago

Hi @voltechs I would really love to spend time working on Hermes but I've been saying that for years at this point and my life is just not cooperating :(

I use Hermes successfully on a 16" M1 MBP; you should be able to grant accessibility permissions to it manually in System Preferences and the media keys do work, at least in simple scenarios like when Music is not running.

image

Hermes also shows up in Control Center in more recent macOS versions (though no album art).

voltechs commented 2 years ago

Hi @voltechs I would really love to spend time working on Hermes but I've been saying that for years at this point and my life is just not cooperating :(

I use Hermes successfully on a 16" M1 MBP; you should be able to grant accessibility permissions to it manually in System Preferences and the media keys do work, at least in simple scenarios like when Music is not running.

Hermes also shows up in Control Center in more recent macOS versions (though no album art).

Dang @nriley, do I ever feel that! I'll give that a shot. Maybe some gracious contributor with some experience could drop off a gift on they're way past this project :) miracles do happen.

Off topic, but any idea why/how you/we/this avoids shutdown from Pandora? There were a couple other software offerings in the past (one I really liked a lot) that eventually drew the ire of Pandora and were forced to shutdown (coincidentally I pay for premium... I wish their main app was better)