Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SigViewer not reading .EVT in OS X 10.14.4 #121

Open
NeuroNoNeuro opened this issue Apr 16, 2019 · 15 comments
Open

SigViewer not reading .EVT in OS X 10.14.4 #121

NeuroNoNeuro opened this issue Apr 16, 2019 · 15 comments

Comments

@NeuroNoNeuro
Copy link

I'm not a coder, just a curious person with their own .EVT / .EEG files to read. I downloaded SigViewer a few months ago on an older 2012 Mac Mini and it worked and read my file. Now I'm on a 2018 Mac Mini and cannot read the file - "file not supported", even though it's the only file that I have that shows up as readable. Any help would be greatly appreciated, as I'd really like to further dissect my scan!

Thanks -
Kirk Markarian

@cbrnr
Copy link
Owner

cbrnr commented Apr 17, 2019

Thanks for your feedback, we're currently working on bringing EVT support back. In the meantime, you could use version 0.5.2: https://sourceforge.net/projects/sigviewer/files/0.5.2/

@NeuroNoNeuro
Copy link
Author

Thanks for your feedback, we're currently working on bringing EVT support back. In the meantime, you could use version 0.5.2: https://sourceforge.net/projects/sigviewer/files/0.5.2/

Thank you for that, but it's still not working - same message - "File not supported". It's the only readable file, it's an .EVT. The file used to open, but not anymore. If the file is damaged, I have no way of knowing.

Screen Shot 2019-04-17 at 6 46 53 AM

@cbrnr
Copy link
Owner

cbrnr commented Apr 17, 2019

How did you open that file? You can't directly open EVT files, you need to load a normal file first and then import events from the EVT file.

@NeuroNoNeuro
Copy link
Author

NeuroNoNeuro commented Apr 17, 2019

I use the "folder" icon in the upper left hand corner, and this is the inside of the folder that I access:

Screen Shot 2019-04-17 at 6 53 20 AM

I wish I knew what you meant by a regular file, but this is the only file that shows up as accessible. Every other file in my scans folder is blocked out, unless I use the . . I did that also, in my testing, and tried the .EEG file. The program immediately crashes, and here is the response:

Process:               sigviewer [8690]
Path:                  /Applications/sigviewer.app/Contents/MacOS/sigviewer
Identifier:            com.yourcompany.sigviewer
Version:               ???
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           sigviewer [8690]
User ID:               501

Date/Time:             2019-04-17 06:55:19.081 -0700
OS Version:            Mac OS X 10.14.4 (18E226)
Report Version:        12
Bridge OS Version:     3.4 (16P4507)
Anonymous UUID:        3CACCE5B-2DF4-97C0-E458-A9B3B04E6029


Time Awake Since Boot: 220000 seconds

System Integrity Protection: enabled

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

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Segmentation fault: 11
Termination Reason:    Namespace SIGNAL, Code 0xb
Terminating Process:   exc handler [8690]

VM Regions Near 0:
--> 
    __TEXT                 0000000100000000-000000010017a000 [ 1512K] r-x/rwx SM=COW  /Applications/sigviewer.app/Contents/MacOS/sigviewer

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_c.dylib             	0x00007fff5bb10197 strtol_l + 80
1   com.yourcompany.sigviewer     	0x00000001000de1c4 sopen + 88868
2   com.yourcompany.sigviewer     	0x000000010000b65a SigViewer_::BioSigReader::loadFixedHeader(QString const&) + 280
3   com.yourcompany.sigviewer     	0x000000010000b8e6 SigViewer_::BioSigReader::open(QString const&) + 110
4   com.yourcompany.sigviewer     	0x000000010000bf38 SigViewer_::BioSigReader::createInstance(QString const&) + 166
5   com.yourcompany.sigviewer     	0x000000010005cd3f SigViewer_::FileHandlerFactory<SigViewer_::FileSignalReader>::getHandler(QString const&) + 495
6   com.yourcompany.sigviewer     	0x000000010005a11a SigViewer_::OpenFileGuiCommand::openFileImpl(QString, bool) + 120
7   com.yourcompany.sigviewer     	0x000000010005b4f2 SigViewer_::OpenFileGuiCommand::open() + 790
8   QtCore                        	0x00000001003f91ee QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 1566
9   QtGui                         	0x0000000100667431 QAction::triggered(bool) + 49
10  QtGui                         	0x00000001006687c4 QAction::activate(QAction::ActionEvent) + 180
11  QtGui                         	0x0000000100a127b9 QAbstractButton::keyPressEvent(QKeyEvent*) + 713
12  QtGui                         	0x0000000100a12a51 QAbstractButton::mouseReleaseEvent(QMouseEvent*) + 113
13  QtGui                         	0x0000000100ae0cd2 QToolButton::mouseReleaseEvent(QMouseEvent*) + 18
14  QtGui                         	0x00000001006ca355 QWidget::event(QEvent*) + 2421
15  QtGui                         	0x0000000100a11848 QAbstractButton::event(QEvent*) + 40
16  QtGui                         	0x0000000100ae30df QToolButton::event(QEvent*) + 63
17  QtGui                         	0x000000010066d9ed QApplicationPrivate::notify_helper(QObject*, QEvent*) + 189
18  QtGui                         	0x0000000100674590 QApplication::notify(QObject*, QEvent*) + 2384
19  QtCore                        	0x00000001003e120c QCoreApplication::notifyInternal(QObject*, QEvent*) + 124
20  QtGui                         	0x0000000100671fdd QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) + 333
21  QtGui                         	0x0000000100621acb QMacCocoaAutoReleasePool::~QMacCocoaAutoReleasePool() + 18779
22  com.apple.AppKit              	0x00007fff2cde2852 -[NSWindow(NSEventRouting) _reallySendEvent:isDelayedEvent:] + 1899
23  com.apple.AppKit              	0x00007fff2cde1e9f -[NSWindow(NSEventRouting) sendEvent:] + 478
24  QtGui                         	0x0000000100616bb7 QMacInputContext::reset() + 24823
25  com.apple.AppKit              	0x00007fff2cc816c3 -[NSApplication(NSEvent) sendEvent:] + 331
26  QtGui                         	0x000000010061bbf4 QMacInputContext::reset() + 45364
27  com.apple.AppKit              	0x00007fff2cc6fee8 -[NSApplication run] + 755
28  QtGui                         	0x0000000100626a80 QDesktopWidget::resizeEvent(QResizeEvent*) + 13040
29  QtCore                        	0x00000001003e0114 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 68
30  QtCore                        	0x00000001003e04c4 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 324
31  QtCore                        	0x00000001003e2bac QCoreApplication::exec() + 188
32  com.yourcompany.sigviewer     	0x0000000100076b2a main + 2970
33  com.yourcompany.sigviewer     	0x0000000100002db4 start + 52

Thread 1:: CVDisplayLink
0   libsystem_kernel.dylib        	0x00007fff5bb9c86a __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff5bc555a1 _pthread_cond_wait + 773
2   com.apple.CoreVideo           	0x00007fff31359a4b CVDisplayLink::waitUntil(unsigned long long) + 229
3   com.apple.CoreVideo           	0x00007fff31358ffa CVDisplayLink::runIOThread() + 482
4   libsystem_pthread.dylib       	0x00007fff5bc522eb _pthread_body + 126
5   libsystem_pthread.dylib       	0x00007fff5bc55249 _pthread_start + 66
6   libsystem_pthread.dylib       	0x00007fff5bc5140d thread_start + 13

Thread 2:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fff5bb9922a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff5bb9976c mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff2f5f113e __CFRunLoopServiceMachPort + 328
3   com.apple.CoreFoundation      	0x00007fff2f5f06ac __CFRunLoopRun + 1612
4   com.apple.CoreFoundation      	0x00007fff2f5efe0e CFRunLoopRunSpecific + 455
5   com.apple.AppKit              	0x00007fff2cc7ed1a _NSEventThread + 175
6   libsystem_pthread.dylib       	0x00007fff5bc522eb _pthread_body + 126
7   libsystem_pthread.dylib       	0x00007fff5bc55249 _pthread_start + 66
8   libsystem_pthread.dylib       	0x00007fff5bc5140d thread_start + 13

Thread 3:
0   libsystem_pthread.dylib       	0x00007fff5bc513f0 start_wqthread + 0

Thread 4:
0   libsystem_pthread.dylib       	0x00007fff5bc513f0 start_wqthread + 0

Thread 5:
0   libsystem_pthread.dylib       	0x00007fff5bc513f0 start_wqthread + 0

Thread 6:: Dispatch queue: NSCGSDisableUpdates
0   libsystem_kernel.dylib        	0x00007fff5bb9922a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff5bb9976c mach_msg + 60
2   com.apple.SkyLight            	0x00007fff54ad1a39 CGSUpdateManager::enable_updates_common() + 577
3   com.apple.SkyLight            	0x00007fff54ad1dd6 SLSReenableUpdateToken + 104
4   libdispatch.dylib             	0x00007fff5ba165f8 _dispatch_call_block_and_release + 12
5   libdispatch.dylib             	0x00007fff5ba1763d _dispatch_client_callout + 8
6   libdispatch.dylib             	0x00007fff5ba1d8e0 _dispatch_lane_serial_drain + 602
7   libdispatch.dylib             	0x00007fff5ba1e396 _dispatch_lane_invoke + 385
8   libdispatch.dylib             	0x00007fff5ba266ed _dispatch_workloop_worker_thread + 598
9   libsystem_pthread.dylib       	0x00007fff5bc51611 _pthread_wqthread + 421
10  libsystem_pthread.dylib       	0x00007fff5bc513fd start_wqthread + 13

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

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x00007fff8ea5df00  rbx: 0x0000000000000000  rcx: 0x00007fff8ea606b8  rdx: 0x00007fff8ea61bd0
  rdi: 0x0000000000000000  rsi: 0x0000000000000000  rbp: 0x00007ffeefbf8ff0  rsp: 0x00007ffeefbf8fc0
   r8: 0x000000000000000a   r9: 0x00007fff8ea606b8  r10: 0x00007fff8ea600f0  r11: 0x00007fff5bb072bb
  r12: 0x000060000172d880  r13: 0x00007ffeefbfe0a8  r14: 0x0000000000000000  r15: 0x0000000000000000
  rip: 0x00007fff5bb10197  rfl: 0x0000000000010206  cr2: 0x0000000000000000
  
Logical CPU:     4
Error Code:      0x00000004
Trap Number:     14


Binary Images:
       0x100000000 -        0x100179fff +com.yourcompany.sigviewer (???) <911FB554-89CA-3105-84A7-9728F1C44512> /Applications/sigviewer.app/Contents/MacOS/sigviewer
       0x100250000 -        0x10028dfe7 +QtXml (4.8.4) <8AAD789E-934F-ECC1-456C-B8FFE4DB9E68> /Applications/sigviewer.app/Contents/Frameworks/QtXml.framework/Versions/4/QtXml
       0x10029f000 -        0x100578fef +QtCore (4.8.4) <066143BB-EB51-053C-84CE-D3EBDA45466A> /Applications/sigviewer.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
       0x1005e4000 -        0x100ffffef +QtGui (4.8.4) <7E72D670-7AEF-3C9A-C7E4-E60A6167CC68> /Applications/sigviewer.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
       0x1054a8000 -        0x1054bdfff  com.apple.security.csparser (3.0 - 58286.251.4) <B91FAD42-316B-3B7F-AF7D-141E89C829A6> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
       0x1054e8000 -        0x1055526ef  dyld (655.1.1) <F217F7F8-A795-3109-B77F-B1E2277F3E3B> /usr/lib/dyld
       0x1055f8000 -        0x1055fcfff +libqtga.dylib (0) <A613DD64-512A-B534-F33B-4DB0DCE0D12D> /Applications/sigviewer.app/Contents/PlugIns/imageformats/libqtga.dylib
       0x106fa5000 -        0x106fabff7 +libqgif.dylib (0) <4E080148-B67D-A059-B570-00F0033ED529> /Applications/sigviewer.app/Contents/PlugIns/imageformats/libqgif.dylib
       0x106faf000 -        0x106fb5ff7 +libqico.dylib (0) <2DAC98AE-2754-9910-6A6F-F2B2B8B86140> /Applications/sigviewer.app/Contents/PlugIns/imageformats/libqico.dylib
       0x106fba000 -        0x106ff5ff7 +libqjpeg.dylib (0) <9BE88623-4718-616C-4AE8-36E71E5ECBBD> /Applications/sigviewer.app/Contents/PlugIns/imageformats/libqjpeg.dylib
       0x107e4e000 -        0x107ea2fe7 +libqmng.dylib (0) <A5AC52DA-AC41-83BF-3622-00976C23E954> /Applications/sigviewer.app/Contents/PlugIns/imageformats/libqmng.dylib
       0x107eaa000 -        0x107efffe7 +libqtiff.dylib (0) <D76E8CDE-AA72-F14E-CAFD-9AFAFEE546A8> /Applications/sigviewer.app/Contents/PlugIns/imageformats/libqtiff.dylib
       0x107f07000 -        0x107f47ff7 +libqtaccessiblewidgets.dylib (0) <A3377FAF-CF6E-2196-BABD-E01F5491DBCD> /Applications/sigviewer.app/Contents/PlugIns/accessible/libqtaccessiblewidgets.dylib
       0x10cb36000 -        0x10cb39047  libobjc-trampolines.dylib (756.2) <E0ADAED0-0649-399B-856E-29BA398C6433> /usr/lib/libobjc-trampolines.dylib
       0x10df35000 -        0x10df37ff3  com.apple.CloudDocsFileProvider (1.0 - 575.302) <ABB32F00-1A77-3B59-94F9-42561B114B3B> /System/Library/PrivateFrameworks/FileProvider.framework/OverrideBundles/CloudDocsFileProvider.bundle/Contents/MacOS/CloudDocsFileProvider
       0x10df87000 -        0x10df8affb  com.apple.FileProviderOverride (125.130 - 125.130) <29CA5713-5DA5-38AD-A183-71F2A30B7E74> /System/Library/PrivateFrameworks/FileProvider.framework/OverrideBundles/FileProviderOverride.bundle/Contents/MacOS/FileProviderOverride
       0x10f692000 -        0x10f698fff  com.apple.FinderSyncCollaborationFileProviderOverride (1.0 - 1143.4.5) <F31F16AA-F9BE-3F7B-AD4D-B019FC6B844B> /System/Library/PrivateFrameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaborationFileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride
    0x7fff240a0000 -     0x7fff243f8fff  com.apple.RawCamera.bundle (8.14.0 - 1031.4.2) <7CEBABD9-0E85-3670-9836-40DD190C48A8> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff27e19000 -     0x7fff28becff7  com.apple.driver.AppleIntelKBLGraphicsGLDriver (12.8.38 - 12.0.8) <D47F1FF9-ADA4-3384-B2E9-781322B6810D> /System/Library/Extensions/AppleIntelKBLGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelKBLGraphicsGLDriver
    0x7fff28bed000 -     0x7fff28f1efff  com.apple.driver.AppleIntelKBLGraphicsMTLDriver (12.8.38 - 12.0.8) <BDF58AB2-C649-31D8-A13F-76F6E50DF3DA> /System/Library/Extensions/AppleIntelKBLGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelKBLGraphicsMTLDriver
    0x7fff2b680000 -     0x7fff2b85aff7  com.apple.avfoundation (2.0 - 1546.25) <744B1F04-5F34-39F4-A594-34518CEA2421> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff2b85b000 -     0x7fff2b920fff  com.apple.audio.AVFAudio (1.0 - ???) <7F3AA3FD-9F0B-3714-8F05-7272CEC9E33B> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
    0x7fff2ba28000 -     0x7fff2ba28fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <762942CB-CFC9-3A0C-9645-A56523A06426> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff2ba29000 -     0x7fff2ba3fff7  libCGInterfaces.dylib (506.22) <A3CDEEC3-42B0-3C6E-9CCE-465C472609CD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff2ba40000 -     0x7fff2c0d9fef  com.apple.vImage (8.1 - ???) <F9C4B95C-7BE9-30A4-98D4-FD9996EE5E81> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff2c0da000 -     0x7fff2c353ff3  libBLAS.dylib (1243.200.4) <F2B8340C-4147-3EE4-9BDF-1C259F9CB76E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff2c354000 -     0x7fff2c3c6ffb  libBNNS.dylib (38.250.1) <95A91B57-17B8-389F-B324-3AD42BBEA3E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff2c3c7000 -     0x7fff2c770ff3  libLAPACK.dylib (1243.200.4) <92175DF4-863A-3780-909A-A3E5C410F2E9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff2c771000 -     0x7fff2c786feb  libLinearAlgebra.dylib (1243.200.4) <BD6B8E28-C982-3002-868C-C96A18175030> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff2c787000 -     0x7fff2c78cff3  libQuadrature.dylib (3.200.2) <354D7970-0570-32E0-ABAE-222DAAF1F7A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff2c78d000 -     0x7fff2c809ff3  libSparse.dylib (79.200.5) <DCC01AE4-FC16-3C7B-9010-999411448164> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff2c80a000 -     0x7fff2c81dfe3  libSparseBLAS.dylib (1243.200.4) <95B6FFFD-CDD5-3ABB-B862-6A86720DCD77> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff2c81e000 -     0x7fff2ca05ff7  libvDSP.dylib (671.250.4) <7B110627-A9C1-3FB7-A077-0C7741BA25D8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff2ca06000 -     0x7fff2cab9ff7  libvMisc.dylib (671.250.4) <41FB4684-9DC8-3C19-8E2D-3BB7E6F74AAA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff2caba000 -     0x7fff2cabafff  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
    0x7fff2cabb000 -     0x7fff2cb15fff  com.apple.Accounts (113 - 113) <A0BB170F-DD5A-3EDB-B8D0-BEEE1BAC0513> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff2cb18000 -     0x7fff2cc5bfff  com.apple.AddressBook.framework (11.0 - 1893) <AD9DE1B9-49D8-3328-A132-C06EA5FAA73F> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff2cc5c000 -     0x7fff2da11fff  com.apple.AppKit (6.9 - 1671.40.119) <0A857684-99C7-30A9-8E23-D3015C6B24A3> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff2da63000 -     0x7fff2da63fff  com.apple.ApplicationServices (50.1 - 50.1) <E57E6BAC-3CA7-3EFB-9A6B-ACF662E07FAC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff2da64000 -     0x7fff2dacffff  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
    0x7fff2db68000 -     0x7fff2dc7ffff  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
    0x7fff2dc80000 -     0x7fff2dcc2fff  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
    0x7fff2dd1c000 -     0x7fff2dd4efff  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
    0x7fff2ddb3000 -     0x7fff2ddb7ff3  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
    0x7fff2ddb8000 -     0x7fff2de51ff7  ColorSyncDeprecated.dylib (3340.7) <98122B7E-2A5B-3C7D-8A2F-4DB029623B59> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x7fff2de52000 -     0x7fff2dea4ff7  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
    0x7fff2dea5000 -     0x7fff2deb4fff  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
    0x7fff2deb5000 -     0x7fff2defeff7  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
    0x7fff2deff000 -     0x7fff2df38ff7  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
    0x7fff2df39000 -     0x7fff2df45fff  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
    0x7fff2df46000 -     0x7fff2e1bdff7  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <1C76AD80-1106-312E-B2C0-126A8D62F192> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff2e1bf000 -     0x7fff2e1bffff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <6AFA15D5-1886-3EBF-ADC9-90421375DB30> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff2e517000 -     0x7fff2e8b8fff  com.apple.CFNetwork (978.0.7 - 978.0.7) <EFB91439-6953-3CD4-8A14-3E7DC90DDF7E> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff2e8cd000 -     0x7fff2e8cdfff  com.apple.Carbon (158 - 158) <080ECFD9-9C4B-3038-9F4B-BE111473E1DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff2e8ce000 -     0x7fff2e8d1ffb  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
    0x7fff2e8d2000 -     0x7fff2ebc8fff  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
    0x7fff2ebc9000 -     0x7fff2ebccff3  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
    0x7fff2ebcd000 -     0x7fff2ebd2ff7  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
    0x7fff2ebd3000 -     0x7fff2ec68ff3  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
    0x7fff2ec69000 -     0x7fff2ec81ff7  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
    0x7fff2eca1000 -     0x7fff2eca2ff7  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
    0x7fff2eca3000 -     0x7fff2eca5ff7  com.apple.securityhi (9.0 - 55006) <9A3E5426-CAC6-3B28-A3B7-C97A1B5CE9BC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff2eca6000 -     0x7fff2ecacff7  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
    0x7fff2ecad000 -     0x7fff2edcdff3  com.apple.cloudkit.CloudKit (736.216 - 736.216) <5ADE7790-97DF-37F4-907D-9893BFA40B38> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fff2edce000 -     0x7fff2edcefff  com.apple.Cocoa (6.11 - 23) <C487E1FC-D79C-32B4-950E-68F3060A125E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff2eddc000 -     0x7fff2eea8ff7  com.apple.ColorSync (4.13.0 - 3340.7) <3ABFA780-F46A-3F0A-8504-005ADDA0662E> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff2eea9000 -     0x7fff2ef91ff7  com.apple.contacts (1.0 - 2901) <AFBFDEB5-D426-3A81-858E-D14886546762> /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts
    0x7fff2f034000 -     0x7fff2f0bafff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <7D8A5C9A-3F58-38C2-A1DC-20765150C742> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff2f11e000 -     0x7fff2f148ffb  com.apple.CoreBluetooth (1.0 - 1) <D0C72748-F75A-3C27-9620-C7973C4D365D> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff2f149000 -     0x7fff2f4cdfe3  com.apple.CoreData (120 - 866.5) <7A8DBE88-C7D4-39B4-87E6-508DA68BDAA8> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff2f4ce000 -     0x7fff2f5b5ff7  com.apple.CoreDisplay (101.3 - 108.11) <373AC375-0178-3721-8FFB-248D96E6AB05> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff2f5b6000 -     0x7fff2f9f9fff  com.apple.CoreFoundation (6.9 - 1570.16) <F3DFF269-6705-35AD-9F01-66D77DD1B518> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff2f9fb000 -     0x7fff3008afe7  com.apple.CoreGraphics (2.0 - 1251.12) <58D98B52-5BEF-3345-B8DD-AAE476234FC1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff3008c000 -     0x7fff303acfff  com.apple.CoreImage (14.2.0 - 720.0.130) <D09743D4-3B21-367D-8C4A-3DB0F1C1E36D> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff303ad000 -     0x7fff30425fff  com.apple.corelocation (2245.12.30) <6C27F2BF-3050-36EC-A628-152A313E5312> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff3047f000 -     0x7fff306a8fff  com.apple.CoreML (1.0 - 1) <D30944E3-D088-3E6F-80BB-D42EA81083F5> /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML
    0x7fff306a9000 -     0x7fff307aafff  com.apple.CoreMedia (1.0 - 2286.48) <A521E22D-60AC-3048-8829-E430F6304B45> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff307ab000 -     0x7fff30806ff7  com.apple.CoreMediaIO (900.0 - 5025) <CA95EEF2-4A75-34FA-87D9-4A1A69555CFF> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff30807000 -     0x7fff30807fff  com.apple.CoreServices (944.3 - 944.3) <364A9C3B-6841-3E34-A02A-8227FB5C9030> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff30808000 -     0x7fff30884ff7  com.apple.AE (773 - 773) <3E32B3FF-0A2E-39F6-BBE0-F2E9607AB83A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff30885000 -     0x7fff30b5cfff  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
    0x7fff30b5d000 -     0x7fff30ba5ff7  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
    0x7fff30ba6000 -     0x7fff30baeffb  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
    0x7fff30baf000 -     0x7fff30d61fff  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
    0x7fff30d62000 -     0x7fff30e00ff7  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
    0x7fff30e01000 -     0x7fff30e4bff7  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
    0x7fff30e4c000 -     0x7fff30eb3ff7  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
    0x7fff30eb4000 -     0x7fff30ed5ff3  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
    0x7fff311e0000 -     0x7fff31342ff3  com.apple.CoreText (352.0 - 584.26.2.7) <C7E919A8-5840-39C9-A9E7-0E686F486109> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff31343000 -     0x7fff31380ff3  com.apple.CoreVideo (1.8 - 0.0) <0376A7EC-8C71-3F26-9599-4CA7AB7924EA> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff31381000 -     0x7fff3140fffb  com.apple.framework.CoreWLAN (13.0 - 1370.8) <68770CCD-9C7F-31AB-8BBB-0DE4577D5F61> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff31586000 -     0x7fff31591ffb  com.apple.DirectoryService.Framework (10.14 - 207.200.4) <ACE3DECB-5687-345C-8D25-8DB7FA7AB5D9> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff31592000 -     0x7fff31640fff  com.apple.DiscRecording (9.0.3 - 9030.4.5) <FE0C27DF-5E03-3C3C-A6C6-73010390E805> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff31666000 -     0x7fff3166bffb  com.apple.DiskArbitration (2.7 - 2.7) <F30DF62A-0BE9-371D-8D86-96554FF45811> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff3182a000 -     0x7fff31bd7ff3  com.apple.Foundation (6.9 - 1570.16) <84055403-9921-3EFC-B593-8F0600EBEE80> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff31c46000 -     0x7fff31c75ffb  com.apple.GSS (4.0 - 2.0) <F5E9FADD-D2DF-3A27-A08B-C74C9F7DB98D> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff31d75000 -     0x7fff31e7dff7  com.apple.Bluetooth (6.0.11 - 6.0.11f4) <D695F37C-27CE-3231-8136-49124F367418> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff31edf000 -     0x7fff31f6efff  com.apple.framework.IOKit (2.0.2 - 1483.250.15) <1170EC49-1912-3657-9C71-991653959191> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff31f70000 -     0x7fff31f7fff3  com.apple.IOSurface (255.4.2 - 255.4.2) <9025E034-7D75-36E3-B71B-96E91FAE109B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff31f80000 -     0x7fff31fd2ff3  com.apple.ImageCaptureCore (1.0 - 1534.2) <59655185-CDD6-3F8F-A655-C274BDD1C9E9> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff31fd3000 -     0x7fff3215efef  com.apple.ImageIO.framework (3.3.0 - 1824.6) <81BA6C12-123A-3FD8-9E88-0698100471A6> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff3215f000 -     0x7fff32163ffb  libGIF.dylib (1824.6) <4B7B283B-84C8-38D1-BED4-B507C3EF6E7E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff32164000 -     0x7fff32240fef  libJP2.dylib (1824.6) <E2161CB0-E1B7-351D-9FF3-4CF68A538976> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff32241000 -     0x7fff32266feb  libJPEG.dylib (1824.6) <0968BAF1-5E5A-3AA0-A971-3B3FFC4A4B66> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff32529000 -     0x7fff3254ffeb  libPng.dylib (1824.6) <661821A6-4BF5-31C6-AFDB-7874A446756C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff32550000 -     0x7fff32552ffb  libRadiance.dylib (1824.6) <0154D539-DF89-3F75-A8F1-92EF147422AF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff32553000 -     0x7fff325a0fe7  libTIFF.dylib (1824.6) <D608EAA9-4159-347E-A449-0A8CAB85DC02> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff3289b000 -     0x7fff336fefff  com.apple.JavaScriptCore (14607 - 14607.1.40.1.4) <D4D58ED1-1325-3FA0-AD7B-7C944D36D35B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff33716000 -     0x7fff3372ffff  com.apple.Kerberos (3.0 - 1) <39F3F99E-036E-3406-80D9-8A845D820D4D> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff33730000 -     0x7fff33765ff3  com.apple.LDAPFramework (2.4.28 - 194.5) <A157D27C-132A-38B8-A6B6-382E19BBD9A6> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff339e8000 -     0x7fff339f2fff  com.apple.MediaAccessibility (1.0 - 114.4) <FD877F9B-6CAF-3BCD-8D74-5F25D61CB78C> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff33aa1000 -     0x7fff34141fff  com.apple.MediaToolbox (1.0 - 2286.48) <D6125E51-598A-3A1E-9C75-4BDC5AC03F55> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff34143000 -     0x7fff341d2ff7  com.apple.Metal (161.7.1 - 161.7.1) <18BEB663-0D31-3255-9710-50BC5C3D2A0F> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff341d4000 -     0x7fff341edff3  com.apple.MetalKit (1.0 - 113) <6EE8B7C8-A088-3CFF-A570-E0D5C0D5EFAC> /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit
    0x7fff341ee000 -     0x7fff3420dff7  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <BE0FF8B9-2DBA-3276-A293-C8B0F62BFFC4> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff3420e000 -     0x7fff3428afe7  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <7E94924C-1648-3AE2-A32E-FC0AFCA433C6> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff3428b000 -     0x7fff342b2fff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <E878F04A-43F8-3AA4-B9D8-0401F5F98653> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff342b3000 -     0x7fff343deff7  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <4866922C-9732-3FCE-9419-402E5DD22639> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff343df000 -     0x7fff343f9fff  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <80CB3AF2-4401-3B3C-8941-7DEB648DD001> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
    0x7fff343fa000 -     0x7fff343fbff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <A589BBEA-93C6-325C-A695-6E7371B8477C> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff351f2000 -     0x7fff351feff7  com.apple.NetFS (6.0 - 4.0) <7278E8E5-1583-3964-91DA-FB2127DFD63A> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff37c93000 -     0x7fff37c9bfe3  libcldcpuengine.dylib (2.11) <49B139D2-D0D6-3333-9603-DF158D61544C> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff37c9c000 -     0x7fff37cf3ff7  com.apple.opencl (2.15.3 - 2.15.3) <F558A6A7-3B33-320E-83C0-CF16220A150F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff37cf4000 -     0x7fff37d0fff7  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
    0x7fff37d10000 -     0x7fff37d1bffb  com.apple.OpenDirectory (10.14 - 207.200.4) <0BD19D17-7F00-3D56-8734-2EE52992B118> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff3866b000 -     0x7fff3866dfff  libCVMSPluginSupport.dylib (17.5.4) <36EB7FAE-4E66-36BF-9B39-623B19486B3B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff3866e000 -     0x7fff38673ff3  libCoreFSCache.dylib (166.2) <1AD45004-2625-3351-8087-77878B95348F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff38674000 -     0x7fff38678fff  libCoreVMClient.dylib (166.2) <E7FBDAEF-BC56-3662-8D59-71FF88D95F8C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff38679000 -     0x7fff38681ff7  libGFXShared.dylib (17.5.4) <E3B4FD28-FF4B-3174-AEB3-9EA12EF88100> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff38682000 -     0x7fff3868dfff  libGL.dylib (17.5.4) <F6D39828-B5D0-3F8D-8DE0-3683A17042E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff3868e000 -     0x7fff386c8fe7  libGLImage.dylib (17.5.4) <7EE3273C-41C2-387F-A4B7-793EFAA67769> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff386c9000 -     0x7fff3883bff7  libGLProgrammability.dylib (17.5.4) <A7E6B75B-8FF8-3389-AD69-38DB11B7C3F4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff3883c000 -     0x7fff3887afff  libGLU.dylib (17.5.4) <B56C2FEC-CB14-3B61-ADEB-FD4A92931F16> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff39217000 -     0x7fff39226ffb  com.apple.opengl (17.5.4 - 17.5.4) <34FA5E8C-0FAF-3708-836B-E8ACB67EF4F4> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff39227000 -     0x7fff393bcff7  GLEngine (17.5.4) <F008AD68-59DF-337B-BE0D-4117BFFCC3E8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff393bd000 -     0x7fff393e6ff3  GLRendererFloat (17.5.4) <6E85E322-0E3D-3687-BE1D-B8D74971D5B9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff395a1000 -     0x7fff396eaff7  com.apple.QTKit (7.7.3 - 3039) <64E46C0B-C0B2-3255-9278-7FA90752B474> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff396eb000 -     0x7fff3993ffff  com.apple.imageKit (3.0 - 1067) <42C1AB59-562B-3966-82A6-8380A6CD03C6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff39940000 -     0x7fff39a2cffb  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
    0x7fff39a2d000 -     0x7fff39efcff7  com.apple.QuartzComposer (5.1 - 370) <1F431ABC-16D3-3C0C-A027-5B83D1EC160D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff39efd000 -     0x7fff39f23ff7  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
    0x7fff39f24000 -     0x7fff3a025ff7  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
    0x7fff3a026000 -     0x7fff3a026fff  com.apple.quartzframework (1.5 - 23) <30D153F2-A275-320E-B3CC-2A47FFEB5920> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff3a027000 -     0x7fff3a27cfff  com.apple.QuartzCore (1.11 - 697.24.4.2) <BB1034F0-B791-3AF1-B166-6532B2AB54FE> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff3a27d000 -     0x7fff3a2d4fff  com.apple.QuickLookFramework (5.0 - 775.5) <3B6CF250-5DB7-36A0-9E57-33734DD66148> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff3a49b000 -     0x7fff3a4b2ff7  com.apple.SafariServices.framework (14607 - 14607.1.40.1.4) <1D4D4939-DC6A-367C-A019-02294E13BA48> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
    0x7fff3aab0000 -     0x7fff3adaeff7  com.apple.security (7.0 - 58286.251.4) <2084C515-AD64-3A48-BE3E-811CAA5A0E41> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff3adaf000 -     0x7fff3ae3bfff  com.apple.securityfoundation (6.0 - 55185.251.1) <4A36D3BA-02B5-3C52-8B49-08EC290E1924> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff3ae3c000 -     0x7fff3ae6cffb  com.apple.securityinterface (10.0 - 55109.200.8) <89019DE6-FC90-3947-9298-8D2B06D7C413> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fff3ae6d000 -     0x7fff3ae71ff3  com.apple.xpc.ServiceManagement (1.0 - 1) <139D85D7-C356-36FA-B8F4-696FD37FD1EA> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff3b209000 -     0x7fff3b276fff  com.apple.SystemConfiguration (1.17 - 1.17) <90F4626B-F9F6-377C-AA62-B8C23E857244> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff3b4cc000 -     0x7fff3b828ff7  com.apple.VideoToolbox (1.0 - 2286.48) <94A89B19-17C5-3085-8179-E832730B51C6> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff3e68b000 -     0x7fff3e730fe7  com.apple.APFS (1.0 - 1) <BA5A03A1-09AF-3859-AA38-BD24C4225E23> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff3efca000 -     0x7fff3f114ff7  com.apple.AddressBook.core (1.0 - 1) <4E3E6B43-026C-387A-9F09-77FBCD3952AE> /System/Library/PrivateFrameworks/AddressBookCore.framework/Versions/A/AddressBookCore
    0x7fff3f130000 -     0x7fff3f131ff7  com.apple.AggregateDictionary (1.0 - 1) <49B5FD7F-A50C-3D67-BFAB-1C25E60F685A> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
    0x7fff3f4e8000 -     0x7fff3f62bfff  com.apple.AnnotationKit (1.0 - 232.3.30) <83E8D694-3564-389A-AADB-37AD6C91EC9B> /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/AnnotationKit
    0x7fff3f62c000 -     0x7fff3f647ff7  com.apple.AppContainer (4.0 - 360.250.1) <CC5A9148-C841-3B73-96BD-F94756BCD9E3> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff3f648000 -     0x7fff3f655fff  com.apple.AppSandbox (4.0 - 360.250.1) <9049D5D6-8702-3FE9-BAEF-17EB6DB378D7> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff3f72b000 -     0x7fff3f757ff7  com.apple.framework.Apple80211 (13.0 - 1376.3) <9D32EF36-80E0-35DA-9270-2865C91F1020> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff3fa2f000 -     0x7fff3fa3efc7  com.apple.AppleFSCompression (96.200.3 - 1.0) <5D6A617C-999A-3D51-8350-109D55E9428A> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff3fb38000 -     0x7fff3fb43fff  com.apple.AppleIDAuthSupport (1.0 - 1) <91975ABC-B2EB-3630-A81E-69A1B95E4D19> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff3fb84000 -     0x7fff3fbcdff3  com.apple.AppleJPEG (1.0 - 1) <EED8C42F-AF5B-355F-BC86-66A6458513C7> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff3fbce000 -     0x7fff3fbdefff  com.apple.AppleLDAP (10.14 - 46.200.2) <6F990458-C78F-316D-B430-03EAA1E28461> /System/Library/PrivateFrameworks/AppleLDAP.framework/Versions/A/AppleLDAP
    0x7fff3fdfe000 -     0x7fff3fe1bfff  com.apple.aps.framework (4.0 - 4.0) <485BC6C9-30F5-39D8-859B-25073714AC8A> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fff3fe1c000 -     0x7fff3fe20ff7  com.apple.AppleSRP (5.0 - 1) <6E0F8E86-1EEB-33B4-9126-42AC5574873A> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff3fe21000 -     0x7fff3fe43fff  com.apple.applesauce (1.0 - ???) <48562D0B-1A1D-3D62-8BC2-61C55D0DCECE> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff3ff03000 -     0x7fff3ff06ff7  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <38206770-87AF-3969-A393-2741BF0DC958> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff3ff07000 -     0x7fff3ff57ff7  com.apple.AppleVAFramework (5.1.4 - 5.1.4) <30C1F5C1-0742-3863-95F1-FCE51DF97E2D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff3ffa2000 -     0x7fff3ffb6ffb  com.apple.AssertionServices (1.0 - 1) <F64A3177-294E-320C-A0E1-25C4322B98E9> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
    0x7fff40381000 -     0x7fff4061eff7  com.apple.AuthKit (1.0 - 1) <5BC0D7C7-A46A-3B1A-BDC9-7E9150B5A876> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff407e0000 -     0x7fff407e8fff  com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <7F48D9BD-17A8-3A76-8828-EC49245735EE> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff407e9000 -     0x7fff4087efff  com.apple.backup.framework (1.10.4 - ???) <8247B1BE-DF97-31DC-BCC2-1A15797352D3> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff4087f000 -     0x7fff408ecfff  com.apple.BaseBoard (360.27 - 360.27) <215A242E-BD57-3A4B-BCA4-FCC9D674CE7B> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
    0x7fff408f5000 -     0x7fff408fbfff  com.apple.BezelServicesFW (317 - 317) <0C78843F-B503-372D-BA43-9A437E88D760> /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices
    0x7fff40972000 -     0x7fff409aeff3  com.apple.bom (14.0 - 197.6) <FF77262C-A363-3650-92E6-951DC13D7D2A> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff4105d000 -     0x7fff41089ffb  com.apple.CalendarAgentLink (8.0 - 250) <177A3F0A-A52B-3B32-8032-038881079025> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink
    0x7fff4174a000 -     0x7fff41799ff7  com.apple.ChunkingLibrary (201 - 201) <08B75C80-CAA3-3128-BE6C-A1FA3A52A79B> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff418af000 -     0x7fff41934ff7  com.apple.CloudDocs (1.0 - 575.302) <46C7D508-D0C7-3728-B1C1-0FF3EA5CCFF3> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fff42544000 -     0x7fff42550ff7  com.apple.CommerceCore (1.0 - 708.3.9) <864F9266-5DFB-3305-BCD9-BA94126DCA50> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff42551000 -     0x7fff4255affb  com.apple.CommonAuth (4.0 - 2.0) <55CEF8E6-A659-3D68-BEE0-1236F36E494C> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff4256e000 -     0x7fff42583ffb  com.apple.commonutilities (8.0 - 900) <2F945604-B4FA-3116-9AEE-0D216C283865> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
    0x7fff4282b000 -     0x7fff4288dff3  com.apple.AddressBook.ContactsFoundation (8.0 - ???) <93716128-0595-3CF6-8744-B5186D360F0E> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
    0x7fff4288e000 -     0x7fff428b1ff3  com.apple.contacts.ContactsPersistence (1.0 - ???) <B5F2F7C7-473F-3F0D-80E8-BBF3148047BF> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
    0x7fff429f3000 -     0x7fff42dd6fef  com.apple.CoreAUC (274.0.0 - 274.0.0) <C78A44FB-53CD-324C-B363-9425B5269F7D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff42dd7000 -     0x7fff42e05ff7  com.apple.CoreAVCHD (6.0.0 - 6000.4.1) <C7A64576-B082-323A-AC02-E890C6DDF181> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff42e25000 -     0x7fff42e43fff  com.apple.CoreAnalytics.CoreAnalytics (1.0 - 1) <D0BF86C2-7D6F-3973-AC19-9969B6A4AC12> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
    0x7fff42e9b000 -     0x7fff42ef6ff3  com.apple.corebrightness (1.0 - 1) <BB3CA5C7-75AB-3B22-BB78-6F10935688AB> /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness
    0x7fff4302d000 -     0x7fff43036fff  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <E33CF2FB-50CF-3763-860C-CED9E5CF6B06> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff43230000 -     0x7fff43241ff7  com.apple.CoreEmoji (1.0 - 69.19.9) <90ACD3F0-1542-3094-A1F6-FF2F508A8561> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff433e9000 -     0x7fff434d8fff  com.apple.CoreHandwriting (161 - 1.2) <7E01C62F-F8C2-3F21-B1E2-A048CF6FFC16> /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHandwriting
    0x7fff436aa000 -     0x7fff436c0ffb  com.apple.CoreMediaAuthoring (2.2 - 958) <4C69C07C-73D1-3E5A-A8E1-3C5856A65D9A> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff437ea000 -     0x7fff43850ff7  com.apple.CoreNLP (1.0 - 130.15.22) <5191A681-5DF3-359A-B401-C29109EA420A> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff439bc000 -     0x7fff43a48fff  com.apple.CorePDF (4.0 - 414) <D87D2FD6-871F-3EC6-BB19-9719A37E3B27> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff43afd000 -     0x7fff43b05ff7  com.apple.CorePhoneNumbers (1.0 - 1) <01CAC5E2-B6B1-3444-8939-595A9301399C> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff43c81000 -     0x7fff43cb2ff3  com.apple.CoreServicesInternal (358 - 358) <7DD35528-033B-3B59-AAF2-5BFAF449D915> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff44078000 -     0x7fff440fcfff  com.apple.CoreSymbolication (10.2 - 64490.25.1) <CBA82F08-26CC-3FB4-9539-B0B55B35C5E1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff4418b000 -     0x7fff442b6ff7  com.apple.coreui (2.1 - 499.10) <50A90628-5400-3EBC-A1FE-87D68BC59377> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff442b7000 -     0x7fff44453ffb  com.apple.CoreUtils (5.7.6 - 576.49) <60FF6102-EEBB-302E-8DE4-6DCBB689ACC8> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff444a7000 -     0x7fff4450aff7  com.apple.framework.CoreWiFi (13.0 - 1370.8) <F8634D22-1AD4-36B0-848C-BA60CC88BDAE> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff4450b000 -     0x7fff4451cff7  com.apple.CrashReporterSupport (10.13 - 938.25) <AB842AE0-8594-3530-ABB7-30E583F82FC5> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff445ab000 -     0x7fff445bafff  com.apple.framework.DFRFoundation (1.0 - 211.1) <201CCA68-44E4-3E09-8604-7D8833AC803B> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff445bb000 -     0x7fff445bffff  com.apple.DSExternalDisplay (3.1 - 380) <6AC4F805-7AAF-31D3-B614-C78B61907EE3> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff44640000 -     0x7fff446b5ff3  com.apple.datadetectorscore (7.0 - 590.24) <2A591F27-0FEE-3CE1-B6C3-7A3B56C9D18D> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff44701000 -     0x7fff4473eff7  com.apple.DebugSymbols (190 - 190) <F2269F7B-5FCC-3187-8F13-A15F2C9D21E5> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff4473f000 -     0x7fff4487afff  com.apple.desktopservices (1.13.1 - ???) <420CC09F-7C18-3644-A024-DA8997FECA02> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff449b7000 -     0x7fff44a85ff7  com.apple.DiskImagesFramework (480.250.6 - 480.250.6) <D05B1775-2120-35CE-9A21-E1665D123234> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff44a86000 -     0x7fff44b4cfff  com.apple.DiskManagement (12.1 - 1555) <14459C59-D53A-3C24-94CC-D60CD1749FDB> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
    0x7fff44b4d000 -     0x7fff44b51ffb  com.apple.DisplayServicesFW (3.1 - 380) <B1F53D09-C299-31AA-962E-9A132ABB03B3> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff44bf6000 -     0x7fff44bf9ff3  com.apple.EFILogin (2.0 - 2) <B25F3D52-70FC-3F71-8B77-E23D7514D8FF> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff4532f000 -     0x7fff45611ff7  com.apple.vision.EspressoFramework (1.0 - 120) <606AFD0D-D2DF-335C-915D-87A862C46765> /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso
    0x7fff457b5000 -     0x7fff45bd0fff  com.apple.vision.FaceCore (3.3.4 - 3.3.4) <D642D5E1-C7C5-3EBF-9D0A-397BDE2A5723> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff45bda000 -     0x7fff45bfaff7  com.apple.framework.familycontrols (4.1 - 410) <6FFE1A69-FAC4-35DF-B448-347C22E1D40B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff45c01000 -     0x7fff45c86ff7  com.apple.FileProvider (125.130 - 125.130) <30851CFB-6179-3BFB-A93E-EC9B0C97F50F> /System/Library/PrivateFrameworks/FileProvider.framework/Versions/A/FileProvider
    0x7fff45c9f000 -     0x7fff460c1fff  com.apple.FinderKit (1.7.4 - ???) <C98E58BF-2EE8-3205-B33B-5365609254C4> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
    0x7fff49484000 -     0x7fff49485fff  libmetal_timestamp.dylib (902.3.2) <E4C0B5C2-AFAE-3DAD-8638-9D972E13F27C> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib
    0x7fff4ab19000 -     0x7fff4ab24ff7  libGPUSupportMercury.dylib (17.5.4) <1B76D376-781A-3631-B00B-30EC27E5EDAC> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff4ab25000 -     0x7fff4ab2afff  com.apple.GPUWrangler (3.30.14 - 3.30.14) <5D15F5B8-9D7B-356D-A224-A86CF809BFBF> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff4aeb7000 -     0x7fff4aedbff3  com.apple.GenerationalStorage (2.0 - 285.101) <E4F747EB-7D8B-39ED-B72E-C323C201B6E1> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff4aef4000 -     0x7fff4b8edfff  com.apple.GeoServices (1.0 - 1364.24.8.24.47) <7A0FB79F-E311-3805-A8E2-C5E0176736DA> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff4b92f000 -     0x7fff4b93efff  com.apple.GraphVisualizer (1.0 - 5) <C261C18C-C66F-39BA-A640-727434ADBEB7> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff4ba8b000 -     0x7fff4baffffb  com.apple.Heimdal (4.0 - 2.0) <05B753FE-8F65-3764-8E18-F31902064BA1> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff4bb00000 -     0x7fff4bb2efff  com.apple.HelpData (2.3 - 184.4) <37EC79E3-5D56-3733-856C-5DB46CC9453B> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff4cde9000 -     0x7fff4cdf0ffb  com.apple.IOAccelerator (404.8 - 404.8) <FB11472D-74D7-31D4-8DF6-9A668BB08D4F> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff4cdf4000 -     0x7fff4ce0cfff  com.apple.IOPresentment (1.0 - 42.6) <B3365E07-6FC3-3AAA-884D-D6EE7ACDAE16> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff4d1b4000 -     0x7fff4d1e1ff7  com.apple.IconServices (379 - 379) <189807AC-4BB1-3C37-B6EC-D4F0B645902D> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff4d30a000 -     0x7fff4d30effb  com.apple.InternationalSupport (1.0 - 10.15.6) <ADB2A56E-5E99-312A-B3B0-E96B519E46B1> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
    0x7fff4d378000 -     0x7fff4d385ffb  com.apple.IntlPreferences (2.0 - 227.17.1) <17AE2DAE-0295-3133-B51F-DEC8FEC2F0F8> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
    0x7fff4d473000 -     0x7fff4d485ff3  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <731EEEC5-1613-3725-B33C-B38BBD55FA96> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff4d4a0000 -     0x7fff4d57bff7  com.apple.LanguageModeling (1.0 - 159.15.15) <229A8E92-CCB6-3BC7-BCD3-B2309FA744B3> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff4d57c000 -     0x7fff4d5b8ff7  com.apple.Lexicon-framework (1.0 - 33.15.10) <30D3EEF3-31E5-3DE8-8158-40627C358AF6> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff4d5bf000 -     0x7fff4d5c4fff  com.apple.LinguisticData (1.0 - 238.24.1) <E155D8DF-8AC1-34B2-B143-BBD3408C8D19> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff4d6b8000 -     0x7fff4d6bdffb  com.apple.LoginUICore (4.0 - 4.0) <8F182E68-8C37-313B-B80A-4A38FA15A2B1> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
    0x7fff4dde1000 -     0x7fff4dde4fff  com.apple.Mangrove (1.0 - 25) <FF682E43-73CE-3E36-B4A9-8E69B546C7A4> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff4de6b000 -     0x7fff4de91ff3  com.apple.MarkupUI (1.0 - 232.3.30) <BC364ADF-8725-37AE-B946-D8BB6260C044> /System/Library/PrivateFrameworks/MarkupUI.framework/Versions/A/MarkupUI
    0x7fff4def9000 -     0x7fff4df2cff7  com.apple.MediaKit (16 - 906) <D9B33C2A-706E-3A7C-90D1-D78EA4EFF871> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff4e2b3000 -     0x7fff4e2dbff7  com.apple.spotlight.metadata.utilities (1.0 - 1191.56) <550876F2-D905-3D65-8FA6-3366D857437B> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff4e2dc000 -     0x7fff4e366fff  com.apple.gpusw.MetalTools (1.0 - 1) <09394594-A80D-3D8B-99E8-E71693909FA1> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff4e37b000 -     0x7fff4e394ffb  com.apple.MobileAssets (1.0 - 437.250.3) <95ACB386-7899-3661-BE5B-7E3133FE971B> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
    0x7fff4e511000 -     0x7fff4e52bfff  com.apple.MobileKeyBag (2.0 - 1.0) <A38DB402-7EB2-3D81-A9FA-4C95748FFC2D> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff4e53d000 -     0x7fff4e5b2fff  com.apple.Montreal (1.0 - 42.15.9) <84278E37-0BA4-32D2-BAA4-49D84831588D> /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal
    0x7fff4e5b3000 -     0x7fff4e5ddffb  com.apple.MultitouchSupport.framework (2440.7 - 2440.7) <FAE48832-BB56-35C9-B433-F0D03EF50FCD> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff4e819000 -     0x7fff4e823fff  com.apple.NetAuth (6.2 - 6.2) <216DF366-7A3E-39E7-896C-7CDFD2A9BD3D> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff4f084000 -     0x7fff4f0d5ff3  com.apple.OTSVG (1.0 - ???) <AF7D1285-08EE-3EEB-B8B7-6C358768473D> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
    0x7fff50095000 -     0x7fff50188fff  com.apple.PencilKit (1.0 - 1) <EB69AD79-DB9B-30D8-9207-BDDBB34900D7> /System/Library/PrivateFrameworks/PencilKit.framework/Versions/A/PencilKit
    0x7fff50189000 -     0x7fff50198ff7  com.apple.PerformanceAnalysis (1.218.2 - 218.2) <DAF9D379-F0E9-3929-829E-7B2FAFC7DC64> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff503bf000 -     0x7fff503bffff  com.apple.PhoneNumbers (1.0 - 1) <D7C25147-3D38-3DA4-988B-C5477EA685A0> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
    0x7fff51b79000 -     0x7fff51b9cffb  com.apple.pluginkit.framework (1.0 - 1) <044C51BE-30F6-3085-B63D-4263D3C85584> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
    0x7fff51bc7000 -     0x7fff51bd8ffb  com.apple.PowerLog (1.0 - 1) <10082A63-C0F0-3A88-B47A-1DC14108B57E> /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog
    0x7fff51fd3000 -     0x7fff52027ff7  com.apple.ProtectedCloudStorage (1.0 - 1) <7EEE25C8-2680-32E1-9B4F-F76684E92BE1> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff52028000 -     0x7fff52046ff7  com.apple.ProtocolBuffer (1 - 263) <DBBA73C9-E9AE-3CF5-88A4-7E4262BDE34E> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff521c4000 -     0x7fff521c7ff3  com.apple.QuickLookNonBaseSystem (1.0 - 1) <8C160EB3-161F-3F35-9D10-C06403BC31F1> /System/Library/PrivateFrameworks/QuickLookNonBaseSystem.framework/Versions/A/QuickLookNonBaseSystem
    0x7fff521c8000 -     0x7fff521ddff3  com.apple.QuickLookThumbnailing (1.0 - 1) <2A637CF5-E50A-3016-88CB-F03F32662886> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
    0x7fff521de000 -     0x7fff5222efff  com.apple.ROCKit (27.6 - 27.6) <A8116AFC-F78F-32BF-A66C-ED3B5E9FF1D9> /System/Library/PrivateFrameworks/ROCKit.framework/Versions/A/ROCKit
    0x7fff52359000 -     0x7fff52364fff  com.apple.xpc.RemoteServiceDiscovery (1.0 - 1336.251.2) <937941A3-23E9-3DB4-B934-C8002EF1179D> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
    0x7fff52377000 -     0x7fff52399fff  com.apple.RemoteViewServices (2.0 - 128) <E22D4E74-7B87-31ED-86D2-D63258D1B792> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff5239a000 -     0x7fff523adff3  com.apple.xpc.RemoteXPC (1.0 - 1336.251.2) <45A2C9B1-787E-3BF8-AFB8-375822FC6AF4> /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC
    0x7fff53a39000 -     0x7fff53a3cff7  com.apple.SecCodeWrapper (4.0 - 360.250.1) <9C7CB374-18B8-39D3-8B18-816911DFB0BE> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff53b8c000 -     0x7fff53b93ff3  com.apple.coreservices.SharePointManager (1.0 - 57.1) <2739CDB3-2B8E-397E-9991-E5BE23E0E5DD> /System/Library/PrivateFrameworks/SharePointManagement.framework/Versions/A/SharePointManagement
    0x7fff53b98000 -     0x7fff53cb2fff  com.apple.Sharing (1288.25 - 1288.25) <E4C2CE6D-757D-322F-AA8D-52A0993E02D6> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff53cb3000 -     0x7fff53cd2ffb  com.apple.shortcut (2.16 - 101) <087A0F80-1818-3D93-A9D5-942F94C26D8E> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff53cd3000 -     0x7fff53ce5fff  com.apple.sidecar-core (1.0 - 38.1) <8486E4D8-0E95-37C0-9BE8-9D9AD02C8CB6> /System/Library/PrivateFrameworks/SidecarCore.framework/Versions/A/SidecarCore
    0x7fff53ce6000 -     0x7fff53cf5ff7  com.apple.sidecar-ui (1.0 - 38.1) <63C77D8A-1306-3963-855B-2D1268EE6F5F> /System/Library/PrivateFrameworks/SidecarUI.framework/Versions/A/SidecarUI
    0x7fff54a5a000 -     0x7fff54d03fff  com.apple.SkyLight (1.600.0 - 340.9) <A962D996-6561-3993-B470-EFD6EE4BFA9C> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff554a5000 -     0x7fff554b1fff  com.apple.SpeechRecognitionCore (5.0.21 - 5.0.21) <08222836-F14B-3B9D-BCB9-3167505438E4> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff55563000 -     0x7fff557c6ff3  com.apple.spotlight.index (10.7.0 - 1191.56) <79DE4A4A-C589-3169-B75D-F0B2B01C2C72> /System/Library/PrivateFrameworks/SpotlightIndex.framework/Versions/A/SpotlightIndex
    0x7fff55b50000 -     0x7fff55b8cff3  com.apple.StreamingZip (1.0 - 1) <E25346D8-9C5E-3AD3-9F77-44F8A4449234> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
    0x7fff55b8d000 -     0x7fff55bfcfff  com.apple.Suggestions (6.0 - 226) <781D9C50-9A70-3E7B-B087-6E1847A9366B> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
    0x7fff55c02000 -     0x7fff55c8dfc7  com.apple.Symbolication (10.2 - 64490.38.1) <15A1DF22-3EE2-359A-8F94-B27F89F35ECE> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff55c8e000 -     0x7fff55c96ffb  com.apple.SymptomDiagnosticReporter (1.0 - 820.257.1) <F0DED0D7-EAEF-3607-A8D8-BCA60DAC1CBD> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
    0x7fff55ed5000 -     0x7fff55effffb  com.apple.framework.SystemAdministration (1.0 - 1.0) <AFF74285-9CA7-391C-925B-2E8AB82F54F6> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
    0x7fff56164000 -     0x7fff5616fff7  com.apple.private.SystemPolicy (1.0 - 1) <7E43EFF3-41AC-3AF2-A2FD-1AE013FF32E6> /System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy
    0x7fff56174000 -     0x7fff56180ffb  com.apple.TCC (1.0 - 1) <95D4B7DF-78F3-3948-AA63-6425AF2C00CD> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff563e6000 -     0x7fff564aeff3  com.apple.TextureIO (3.8.4 - 3.8.1) <29383676-6133-3EB4-8CAC-5A6F25FE2F4D> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff5650b000 -     0x7fff56526fff  com.apple.ToneKit (1.0 - 1) <07E8BA17-0A78-3305-B247-728687222975> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
    0x7fff56527000 -     0x7fff5654cff7  com.apple.ToneLibrary (1.0 - 1) <722092E6-C0E6-3AD4-A870-5C4E1CF2B388> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
    0x7fff56564000 -     0x7fff56565fff  com.apple.TrustEvaluationAgent (2.0 - 31.200.1) <DDE0F972-B214-324D-BDA5-749E81CB642F> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff5656b000 -     0x7fff56721ff7  com.apple.UIFoundation (1.0 - 551) <5359E30D-AF76-3013-8B50-0A93DB97BB8F> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff5739d000 -     0x7fff57476fff  com.apple.ViewBridge (401.1 - 401.1) <4DAA256D-F443-3484-AB8B-BFD939790E1D> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff57c4d000 -     0x7fff57c50fff  com.apple.dt.XCTTargetBootstrap (1.0 - 14490.46.2) <7763C799-CE25-302D-96D7-2A4DD9BEEE9A> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
    0x7fff58051000 -     0x7fff58053ffb  com.apple.loginsupport (1.0 - 1) <F9C63D6B-5191-3D95-B5C7-B998FA148AA6> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff58054000 -     0x7fff58069fff  com.apple.login (3.0 - 3.0) <D1B9E21E-87D9-341D-A23E-307908A1BEB6> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
    0x7fff580a0000 -     0x7fff580d1ffb  com.apple.contacts.vCard (1.0 - ???) <4A802015-F485-3B44-8770-DB31714355A0> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
    0x7fff5831a000 -     0x7fff5834efff  libCRFSuite.dylib (41.15.4) <43D02A64-2A7B-3825-8097-A6747AF914EE> /usr/lib/libCRFSuite.dylib
    0x7fff58351000 -     0x7fff5835bff7  libChineseTokenizer.dylib (28.15.3) <BE41A678-907E-3031-B2BA-ECDB81282499> /usr/lib/libChineseTokenizer.dylib
    0x7fff5835c000 -     0x7fff583e5fff  libCoreStorage.dylib (546.50.1) <1950AEDB-8782-39C9-9477-CB43ECB0EB38> /usr/lib/libCoreStorage.dylib
    0x7fff583e9000 -     0x7fff583eaffb  libDiagnosticMessagesClient.dylib (107) <B5675E8C-2F34-3E0A-B7E8-6F2373589038> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff58421000 -     0x7fff58678ffb  libFosl_dynamic.dylib (18.3.2) <C46C13F6-2799-39A0-BB32-126C2259194A> /usr/lib/libFosl_dynamic.dylib
    0x7fff58698000 -     0x7fff5869ffff  libMatch.1.dylib (31.200.1) <895AE4DA-69EF-30E8-82B3-1229B90C3E3D> /usr/lib/libMatch.1.dylib
    0x7fff586c9000 -     0x7fff586e7fff  libMobileGestalt.dylib (645.250.13) <6B4E26AD-D712-360B-904C-877C24D89393> /usr/lib/libMobileGestalt.dylib
    0x7fff586e8000 -     0x7fff586e8fff  libOpenScriptingUtil.dylib (179.1) <5C6CFA80-CBCD-35EB-A69C-72C3B2E8FF50> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff58828000 -     0x7fff58829ffb  libSystem.B.dylib (1252.250.1) <72841192-B0C9-36A0-8E55-ED651EADEF08> /usr/lib/libSystem.B.dylib
    0x7fff588a5000 -     0x7fff588a6fff  libThaiTokenizer.dylib (2.15.1) <3D80A800-D49A-305E-9DF0-E6FB11D4FD65> /usr/lib/libThaiTokenizer.dylib
    0x7fff588b8000 -     0x7fff588ceffb  libapple_nghttp2.dylib (1.24.1) <96F6DF29-D31C-3097-9C3E-63B1D62D756C> /usr/lib/libapple_nghttp2.dylib
    0x7fff588cf000 -     0x7fff588f8ffb  libarchive.2.dylib (54.250.1) <D6370CDB-920D-37A3-A9C0-6C1FC95F2F99> /usr/lib/libarchive.2.dylib
    0x7fff588f9000 -     0x7fff58978fff  libate.dylib (1.13.8) <D4150381-557F-3E9D-9119-ED4F2A8878A1> /usr/lib/libate.dylib
    0x7fff5897c000 -     0x7fff5897cff3  libauto.dylib (187) <4E260A46-13BB-3A8F-A037-D89748837B2A> /usr/lib/libauto.dylib
    0x7fff58a4c000 -     0x7fff58a5cffb  libbsm.0.dylib (39.200.18) <CF0C09D6-FCED-3B48-A617-768A0B5B9DEB> /usr/lib/libbsm.0.dylib
    0x7fff58a5d000 -     0x7fff58a6afff  libbz2.1.0.dylib (38.200.3) <62019AC3-20C9-3DDC-9C83-189C1F258073> /usr/lib/libbz2.1.0.dylib
    0x7fff58a6b000 -     0x7fff58abeff7  libc++.1.dylib (400.9.4) <446DAE5E-4E97-3E4B-B2A3-AC0A74C0E453> /usr/lib/libc++.1.dylib
    0x7fff58abf000 -     0x7fff58ad4ff7  libc++abi.dylib (400.17) <A2D1FDAD-E10F-3E53-958F-CB6BC8485767> /usr/lib/libc++abi.dylib
    0x7fff58ad5000 -     0x7fff58ad5ff3  libcharset.1.dylib (51.200.6) <0D3A5F4C-8800-33E3-AFE5-307E8BEE462C> /usr/lib/libcharset.1.dylib
    0x7fff58ad6000 -     0x7fff58ae6ffb  libcmph.dylib (6.15.1) <740A788E-FD92-36F3-B678-E7D510B1E2A1> /usr/lib/libcmph.dylib
    0x7fff58ae7000 -     0x7fff58affffb  libcompression.dylib (52.250.2) <9E125D43-CE4E-34F8-ACBA-C0835E5F8062> /usr/lib/libcompression.dylib
    0x7fff58d74000 -     0x7fff58d8afff  libcoretls.dylib (155.220.1) <FF7EA01E-9A26-36F9-A6FF-9665B501B536> /usr/lib/libcoretls.dylib
    0x7fff58d8b000 -     0x7fff58d8cff3  libcoretls_cfhelpers.dylib (155.220.1) <51572EB9-D154-348B-9934-3CA9444FAE5E> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff58f2a000 -     0x7fff590b9ffb  libcrypto.35.dylib (22.250.1) <3C591DDE-3002-3E2D-9CB0-9F588053E703> /usr/lib/libcrypto.35.dylib
    0x7fff59253000 -     0x7fff593eaffb  libcrypto.42.dylib (22.250.1) <31299832-DA57-3FAD-91A3-ABF4546A11FC> /usr/lib/libcrypto.42.dylib
    0x7fff593eb000 -     0x7fff593f6ff7  libcsfde.dylib (546.50.1) <D8EFD854-C2D1-3FF8-A910-A9E602A5BB79> /usr/lib/libcsfde.dylib
    0x7fff593fe000 -     0x7fff59454ff7  libcups.2.dylib (462.10) <83EF6851-07F6-35B4-AA80-690EF026C706> /usr/lib/libcups.2.dylib
    0x7fff5947d000 -     0x7fff594d0fff  libcurl.4.dylib (105.200.2) <4512BCAA-D30E-3BCD-9372-49EE93406823> /usr/lib/libcurl.4.dylib
    0x7fff59588000 -     0x7fff59588fff  libenergytrace.dylib (17.200.1) <F0A35E72-B772-359B-81AC-0C94B8A621CA> /usr/lib/libenergytrace.dylib
    0x7fff595ba000 -     0x7fff595bfff7  libgermantok.dylib (17.15.2) <A78E0BF5-0038-35C7-A8E7-05AEDF86D6D5> /usr/lib/libgermantok.dylib
    0x7fff595c0000 -     0x7fff595c5ff7  libheimdal-asn1.dylib (520.250.1) <DE1C4650-FDFE-3A31-98AD-597B57C947E5> /usr/lib/libheimdal-asn1.dylib
    0x7fff595f0000 -     0x7fff596e0fff  libiconv.2.dylib (51.200.6) <E767B418-3531-3BB0-B58D-9ECB203407B7> /usr/lib/libiconv.2.dylib
    0x7fff596e1000 -     0x7fff59941ff3  libicucore.A.dylib (62123.0.1) <3936C798-1978-3C6C-9050-3BBD57CDA53E> /usr/lib/libicucore.A.dylib
    0x7fff5998e000 -     0x7fff5998ffff  liblangid.dylib (128.15.1) <1ED2EB78-3891-3DBA-8CB7-BA1A100CFC8F> /usr/lib/liblangid.dylib
    0x7fff59990000 -     0x7fff599a8ff3  liblzma.5.dylib (10.200.3) <E6CA9433-904B-3804-82FF-B328E2047368> /usr/lib/liblzma.5.dylib
    0x7fff599c0000 -     0x7fff59a64ff7  libmecab.1.0.0.dylib (779.24.1) <0C57BF6E-A713-3AE8-8AD3-80F65D4CCC15> /usr/lib/libmecab.1.0.0.dylib
    0x7fff59a65000 -     0x7fff59c69fff  libmecabra.dylib (779.24.1) <A658B79D-4071-3EC1-9344-ADA438E43FB4> /usr/lib/libmecabra.dylib
    0x7fff59e41000 -     0x7fff5a192ff7  libnetwork.dylib (1229.250.15) <D8F52B1D-1AD9-3D33-8D59-2D631A3CBFEC> /usr/lib/libnetwork.dylib
    0x7fff5a222000 -     0x7fff5a9a7fdf  libobjc.A.dylib (756.2) <4F86FC7C-496B-3E68-8A74-1EA2BA22FBCC> /usr/lib/libobjc.A.dylib
    0x7fff5a9a8000 -     0x7fff5a9a9fff  libodfde.dylib (24.50.1) <6F9C56A4-40B2-31A6-A64D-CC591EC427A9> /usr/lib/libodfde.dylib
    0x7fff5a9b9000 -     0x7fff5a9bdffb  libpam.2.dylib (22.200.1) <3AEB13DB-8DE2-3FD9-97D5-D9DB206E0693> /usr/lib/libpam.2.dylib
    0x7fff5a9c0000 -     0x7fff5a9f5fff  libpcap.A.dylib (79.250.1) <FA490ABF-6C15-336A-818F-0C14A8C090DB> /usr/lib/libpcap.A.dylib
    0x7fff5ab0e000 -     0x7fff5ab26ffb  libresolv.9.dylib (65.200.2) <DB6CA331-BB44-306D-8528-023EADE54BF7> /usr/lib/libresolv.9.dylib
    0x7fff5ab28000 -     0x7fff5ab63ff3  libsandbox.1.dylib (851.250.12) <0A18B79B-4551-3D97-AC49-04E5373DC587> /usr/lib/libsandbox.1.dylib
    0x7fff5ab64000 -     0x7fff5ab76ff7  libsasl2.2.dylib (211) <0B38826F-A082-38EF-ADE8-B23F98FBF44F> /usr/lib/libsasl2.2.dylib
    0x7fff5ab77000 -     0x7fff5ab78ff7  libspindump.dylib (267.3) <47B91C83-6BE6-3B0B-8B42-83AE41160F3F> /usr/lib/libspindump.dylib
    0x7fff5ab79000 -     0x7fff5ad56fe7  libsqlite3.dylib (274.22) <378D7B48-4661-3BA6-AC55-0B3A64F8C7E3> /usr/lib/libsqlite3.dylib
    0x7fff5ae59000 -     0x7fff5aea6ffb  libssl.44.dylib (22.250.1) <D6EBDF88-9594-3B08-8C14-4A3F72DDDEA9> /usr/lib/libssl.44.dylib
    0x7fff5aea7000 -     0x7fff5aef2ff7  libstdc++.6.dylib (104.1) <3AA0F2AC-1BA6-31BE-8602-AF313EF58CC1> /usr/lib/libstdc++.6.dylib
    0x7fff5afd6000 -     0x7fff5afd9ff7  libutil.dylib (51.200.4) <336F9184-A739-3770-ACFA-4659DFEEACC4> /usr/lib/libutil.dylib
    0x7fff5afda000 -     0x7fff5afe7fff  libxar.1.dylib (417.1) <D7AC80EE-D974-33E6-ACA7-87B398ACEDD7> /usr/lib/libxar.1.dylib
    0x7fff5afec000 -     0x7fff5b0ceff3  libxml2.2.dylib (32.8) <064C2F49-C054-38F9-A6B2-032C4AC9738B> /usr/lib/libxml2.2.dylib
    0x7fff5b0cf000 -     0x7fff5b0f7ff3  libxslt.1.dylib (16.1) <FB93A727-731D-313F-AF6B-4518FE830FFB> /usr/lib/libxslt.1.dylib
    0x7fff5b0f8000 -     0x7fff5b10aff7  libz.1.dylib (70.200.4) <FDF169F3-F992-3E8E-B3F7-D4134FEBAE41> /usr/lib/libz.1.dylib
    0x7fff5b8e7000 -     0x7fff5b8ebff3  libcache.dylib (81) <9A8C27B0-49C9-337F-8BE2-37171ED2D8EE> /usr/lib/system/libcache.dylib
    0x7fff5b8ec000 -     0x7fff5b8f6ff3  libcommonCrypto.dylib (60118.250.2) <17C4F395-9FF0-331F-8167-5E85AA3588E9> /usr/lib/system/libcommonCrypto.dylib
    0x7fff5b8f7000 -     0x7fff5b8feff7  libcompiler_rt.dylib (63.4) <8CB2B2B6-2C55-3733-9842-0E037AE3F46A> /usr/lib/system/libcompiler_rt.dylib
    0x7fff5b8ff000 -     0x7fff5b908ff7  libcopyfile.dylib (146.250.1) <24905E41-9E2F-3DD1-A255-5A17F9FCDAD7> /usr/lib/system/libcopyfile.dylib
    0x7fff5b909000 -     0x7fff5b98dfc7  libcorecrypto.dylib (602.250.23) <3A6CBD41-AFFE-3E06-B1EC-3E95BC79BAC5> /usr/lib/system/libcorecrypto.dylib
    0x7fff5ba14000 -     0x7fff5ba4dff7  libdispatch.dylib (1008.250.7) <50235FCE-B399-3319-90DC-88F530D4FC5C> /usr/lib/system/libdispatch.dylib
    0x7fff5ba4e000 -     0x7fff5ba7aff7  libdyld.dylib (655.1.1) <54C6B494-4A3D-3EEC-B083-636A76AAD649> /usr/lib/system/libdyld.dylib
    0x7fff5ba7b000 -     0x7fff5ba7bffb  libkeymgr.dylib (30) <BEA04E04-FCF1-3A70-810F-08D0FF54CA36> /usr/lib/system/libkeymgr.dylib
    0x7fff5ba7c000 -     0x7fff5ba88ff3  libkxld.dylib (4903.251.3) <649F5829-6AA8-32EE-9A33-B1244378C319> /usr/lib/system/libkxld.dylib
    0x7fff5ba89000 -     0x7fff5ba89ff7  liblaunch.dylib (1336.251.2) <30E6424E-4640-3DBA-9B64-D5F725263C6E> /usr/lib/system/liblaunch.dylib
    0x7fff5ba8a000 -     0x7fff5ba8ffff  libmacho.dylib (927.0.2) <D8515A20-ED7B-3B13-9ADA-4BD7E19E38C4> /usr/lib/system/libmacho.dylib
    0x7fff5ba90000 -     0x7fff5ba92ffb  libquarantine.dylib (86.220.1) <8A9BF971-DB7D-311A-B131-6C5025E82F8F> /usr/lib/system/libquarantine.dylib
    0x7fff5ba93000 -     0x7fff5ba94ff7  libremovefile.dylib (45.200.2) <950036B7-B91E-3B5D-853C-8C551E5B6A32> /usr/lib/system/libremovefile.dylib
    0x7fff5ba95000 -     0x7fff5baacff3  libsystem_asl.dylib (356.200.4) <16F632AD-FADA-3DE9-85E8-EBC7D619A1DA> /usr/lib/system/libsystem_asl.dylib
    0x7fff5baad000 -     0x7fff5baadff7  libsystem_blocks.dylib (73) <0CD6861B-EC5F-3345-9C24-B21EEB85E44F> /usr/lib/system/libsystem_blocks.dylib
    0x7fff5baae000 -     0x7fff5bb35fff  libsystem_c.dylib (1272.250.1) <F3AA9047-EEDD-3D80-8CC1-023FB312EC8B> /usr/lib/system/libsystem_c.dylib
    0x7fff5bb36000 -     0x7fff5bb39ffb  libsystem_configuration.dylib (963.250.1) <02C7A973-014A-31D7-B7D2-247D384CB0D2> /usr/lib/system/libsystem_configuration.dylib
    0x7fff5bb3a000 -     0x7fff5bb3dff7  libsystem_coreservices.dylib (66) <4CF1C89B-FA6C-3DF3-B1F8-79F549849534> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff5bb3e000 -     0x7fff5bb44fff  libsystem_darwin.dylib (1272.250.1) <6983A268-20F4-3F98-A3F5-D63848933B02> /usr/lib/system/libsystem_darwin.dylib
    0x7fff5bb45000 -     0x7fff5bb4bff7  libsystem_dnssd.dylib (878.250.4) <9FC5724C-DD03-3E14-A6E1-2DD009D79E0A> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff5bb4c000 -     0x7fff5bb97ffb  libsystem_info.dylib (517.200.9) <F617D3CF-5A4A-36D0-8CBB-4A7C7CDB67AF> /usr/lib/system/libsystem_info.dylib
    0x7fff5bb98000 -     0x7fff5bbc0ff7  libsystem_kernel.dylib (4903.251.3) <84EF0290-6CB5-36E5-A273-692A7E437B36> /usr/lib/system/libsystem_kernel.dylib
    0x7fff5bbc1000 -     0x7fff5bc0cff7  libsystem_m.dylib (3158.200.7) <33105665-CCC3-36D5-82C9-9B21730CB3DF> /usr/lib/system/libsystem_m.dylib
    0x7fff5bc0d000 -     0x7fff5bc31fff  libsystem_malloc.dylib (166.251.2) <90DA09E3-1276-3FCF-8F5F-C9AA61AB9B6D> /usr/lib/system/libsystem_malloc.dylib
    0x7fff5bc32000 -     0x7fff5bc3cff7  libsystem_networkextension.dylib (767.250.2) <4575D797-B793-3D18-9E93-8696CF0B133B> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff5bc3d000 -     0x7fff5bc44fff  libsystem_notify.dylib (172.200.21) <679E9132-1A46-326E-9A11-D3FF9C86041C> /usr/lib/system/libsystem_notify.dylib
    0x7fff5bc45000 -     0x7fff5bc4efef  libsystem_platform.dylib (177.250.1) <3CC59141-5365-3848-94C3-D65E6FCA1E74> /usr/lib/system/libsystem_platform.dylib
    0x7fff5bc4f000 -     0x7fff5bc59ff7  libsystem_pthread.dylib (330.250.2) <4344198A-A1A3-3C52-97B4-F168D56E9789> /usr/lib/system/libsystem_pthread.dylib
    0x7fff5bc5a000 -     0x7fff5bc5dff7  libsystem_sandbox.dylib (851.250.12) <66E91015-F62A-3365-BB81-AA88707E8F12> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff5bc5e000 -     0x7fff5bc60ff3  libsystem_secinit.dylib (30.220.1) <F054DCB0-68CE-35E7-8B8C-D648C42124EC> /usr/lib/system/libsystem_secinit.dylib
    0x7fff5bc61000 -     0x7fff5bc68ff3  libsystem_symptoms.dylib (820.257.1) <C8517F35-E9DA-3649-B07D-2B38349C6730> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff5bc69000 -     0x7fff5bc7efff  libsystem_trace.dylib (906.250.5) <AE77ACC7-488F-3AE1-BB0C-1ACFC7E1CE77> /usr/lib/system/libsystem_trace.dylib
    0x7fff5bc80000 -     0x7fff5bc85ffb  libunwind.dylib (35.4) <8F0BC197-B97C-3DDC-92B0-6A7D3CB72FD8> /usr/lib/system/libunwind.dylib
    0x7fff5bc86000 -     0x7fff5bcb5ff7  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: 119489
    thread_create: 0
    thread_set_state: 3

VM Region Summary:
ReadOnly portion of Libraries: Total=501.7M resident=0K(0%) swapped_out_or_unallocated=501.7M(100%)
Writable regions: Total=686.8M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=686.8M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               256K        2 
Activity Tracing                   256K        1 
CG backing stores                 3412K        4 
CG image                           420K       25 
CoreAnimation                     1404K       80 
CoreAnimation (reserved)             4K        1         reserved VM address space (unallocated)
CoreGraphics                         8K        1 
CoreImage                          160K       32 
CoreUI image data                 1176K       24 
CoreUI image file                  360K        4 
Foundation                          24K        2 
IOKit                             7940K        1 
Kernel Alloc Once                    8K        1 
MALLOC                           283.5M       78 
MALLOC guard page                   32K        7 
MALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)
Memory Tag 242                      12K        1 
OpenGL GLSL                        256K        3 
STACK GUARD                       56.0M        8 
Stack                             11.6M        8 
VM_ALLOCATE                        344K       29 
__DATA                            41.1M      368 
__FONT_DATA                          4K        1 
__GLSLBUILTINS                    5176K        1 
__LINKEDIT                       224.0M       18 
__TEXT                           277.6M      370 
__UNICODE                          564K        1 
mapped file                       56.4M       78 
shared memory                     3252K       11 
===========                     =======  ======= 
TOTAL                              1.3G     1161 
TOTAL, minus reserved VM space   974.7M     1161 

@cbrnr
Copy link
Owner

cbrnr commented Apr 17, 2019

Yeah, I don't know why the EVT file shows up, but you can't open EVT files because they only contain events (and no data). I suspect that the EEG file which crashes SigViewer is not a BrainVision file - correct?

I'd be interested in what used to work on your previous macOS and what doesn't work now. Which version did you use then?

@NeuroNoNeuro
Copy link
Author

NeuroNoNeuro commented Apr 17, 2019

I believe I used the version of SigViewer that was the latest version in January - my mind's a bit foggy on the release version number. I basically did the same thing that I did here, and it opened up nicely. As far as Brainvision - I have no idea. I contacted my neurologist's office and had them prepare a CD for me. The type of scan, after dropping in the search item as "EEG2100" seems to be one of a variety of medical grade scanners, as it's for my brain scans :)

Also, if/when this does get remedied and I can use it again, could there be a way to export the scans as some sort of vector image, a la .SVG? I not only want to see where the issues are in my scan (not going to specify here), but I would like to use it for other purposes.

@cbrnr
Copy link
Owner

cbrnr commented Apr 17, 2019

I didn't release a new version since January so this is strange. I'm a bit confused when you speak of scans - are you trying to load MRI data? SigViewer can only display EEG/MEG data.

@NeuroNoNeuro
Copy link
Author

I used whatever version of SigViewer was available in January 2019. I did not memorize the number. I just downloaded the application and ran it. It worked. I was on a different version of OS X at the time, most likely 10.13.XX.

Yesterday, I tried loading same EEG data (not MRI). I have received a CD of my EEG scans from my neurologist's office. I was able to view the EEG scan in SigViewer before using either the .EVT or .EEG (this is what I cannot remember). But that does not matter, because I cannot load either type of file. I even went and downloaded earlier versions of SigViewer to try to view those files, and I have had no luck. I even took the other file types in the same folder and tried them, just to see if I was choosing the wrong file. No luck. Here's photo of the available files.

Screen Shot 2019-04-17 at 7 57 47 AM

So, either the files are damaged, or SigViewer cannot read them. Why SigViewer used to work and does not work now is my question. Why does .EEG cause an application crash and why does .EVT not open, even though it is an option in the drop-down menu?

@cbrnr
Copy link
Owner

cbrnr commented Apr 17, 2019

Can you share these files with me somehow?

@NeuroNoNeuro
Copy link
Author

Absolutely, if you have an email I can contact you at, I'll set up a link to share them with you. They're a bit large to send via email, and I'd rather not share them with the world here.

@cbrnr
Copy link
Owner

cbrnr commented Apr 18, 2019

Could you send me a private message on Twitter? My handle is @cbrnr_.

@NeuroNoNeuro
Copy link
Author

Well, I tried. Messaging is not allowed to your account. I followed you to see if that would change it. We'll find out :)

@cbrnr
Copy link
Owner

cbrnr commented Apr 19, 2019

These seem to be Nihon Kohden files. This format is not supported by SigViewer (and it never was). I have no idea why you could load these files at one point, but this was either coincidentally (because the underlying library does support this format) or you used some other unofficial build of SigViewer. It is really difficult to reproduce this issue without knowing which version of SigViewer worked for you (I just tried 0.6.2 and 0.5.2 on my Mac and it crashed).

@cbrnr
Copy link
Owner

cbrnr commented Apr 19, 2019

You could use EDFbrowser, which supports converting these files to the more popular EDF+ format (which SigViewer supports). However, they do not provide an installer for Mac, so it might be easiest if you do this on Windows.

@NeuroNoNeuro
Copy link
Author

Ah, that's too bad. Thank you for checking into this. I'll find some other way, maybe one of our old computers will do this. Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants