Closed draughted closed 4 years ago
Can you provide more information like - what operating system, which version did you download, did you compile it yourself or are you using a precompiled binary ? Any error messages visible ? How big are the files, can you get it to work with smaller files or with an older version of meshlab ?
hi thanks for getting back to me, I am basically using win10 64 image found on the meshlab.net front page. As i've said I'm trying to open obj's and don't have many to choose from but none seem to open(none are very big under 100 MB) but I do get a Opening failure message(i try to import and the small window opens with the opening failure message and a description of which file failed.) so i am wondering if the other programs have left the obj's in a state incompatible with meshlab or not. ( I tryed an STL and the entire meshlab crashed, don't know if it is any similar.
As for hardware ive got an old K600 gpu with only 1gb v-ram and the bar reads about 90 percent utilization i don't know if this enough? any thoughts.
i just tryed version 1.3.3 to no avail
Not sure what to make of this. Can you get any other STL or OBJ files to load (e.g. some free design from thingiverse.com) ?
Thats great these small files open just fine... Should i be asking about resources do i need something special to open these files. the ones i have been having trouble with are quite big scans from a structured light sensor they open fine in meshmixer but not so much here. Anbd then again just some standard exports from inventor(in both obj and stl) are not working either. so it may not be the size
As I understand it, meshlab was written to handle big scans for archaeological work. It could be the amount of main memory that is limiting you ?
is there a turorial on how to apply more system resources to the application? I have 16gb main ram and i7
I've found a tutorial on changing the Video ram allocation and still no results. This really breaks it for me...
I've had some success with the export function in meshmixer. it seems that the two i was using (standard OBJ and STL) are the only ones not opening. I'll give ti a few more permutations and see what happens...
still crashes on large files.
Latest stable release was 2016.12 (in the download section on meshlab.net), I believe 1.3.3 was released in 2014. And developers would probably need a full error message (and ideally a backtrace, not sure how much information you can get on Windows by default) and/or a sample file to track down the issue if it still persists in current versions. (Note that I am mainly a user though, so I cannot really comment on development processes)
the point was i have tried a couple of versions now, with similar issues. how can run a backtrace?
Same issue here. Crash on STL import.
Here's my stack trace.
Process: MeshLab [89511]
Path: /Applications/meshlab.app/Contents/MacOS/MeshLab
Identifier: com.vcg.MeshLab
Version: 0
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: MeshLab [89511]
User ID: 501
Date/Time: 2018-11-18 12:10:27.538 -0800
OS Version: Mac OS X 10.14 (18A391)
Report Version: 12
Anonymous UUID: 0954D6C6-9367-B181-1CE9-82E233AC2F28
Sleep/Wake UUID: 1171B969-A0CF-482C-9D61-AC9D172035DE
Time Awake Since Boot: 710000 seconds
Time Since Wake: 9500 seconds
System Integrity Protection: disabled
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000014
Exception Note: EXC_CORPSE_NOTIFY
Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [89511]
VM Regions Near 0x14:
-->
__TEXT 000000010edc1000-000000010ef8d000 [ 1840K] r-x/rwx SM=COW /Applications/meshlab.app/Contents/MacOS/meshlab
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 org.qt-project.QtWidgets 0x000000010f52e27f 0x10f239000 + 3101311
1 org.qt-project.QtWidgets 0x000000010f52e4eb 0x10f239000 + 3101931
2 org.qt-project.QtWidgets 0x000000010f5077b7 QTreeView::isIndexHidden(QModelIndex const&) const + 71
3 org.qt-project.QtWidgets 0x000000010f4fbd5d QTreeView::visualRect(QModelIndex const&) const + 93
4 org.qt-project.QtWidgets 0x000000010f4a485c 0x10f239000 + 2537564
5 org.qt-project.QtWidgets 0x000000010f4a4619 0x10f239000 + 2536985
6 libqcocoa.dylib 0x000000011289eb1d 0x112864000 + 240413
7 libqcocoa.dylib 0x000000011289c0a1 0x112864000 + 229537
8 com.apple.AppKit 0x00007fff39878d6c NSAccessibilityGetObjectForAttributeUsingLegacyAPI + 371
9 com.apple.AppKit 0x00007fff39e690ca ___NSAccessibilityEntryPointValueForAttribute_block_invoke.821.llvm.1637415266739887213 + 1731
10 com.apple.AppKit 0x00007fff39e64f52 NSAccessibilityPerformEntryPointObject.llvm.1637415266739887213 + 16
11 com.apple.AppKit 0x00007fff39e6511a _NSAccessibilityEntryPointValueForAttribute.llvm.1637415266739887213 + 172
12 com.apple.AppKit 0x00007fff39c434a4 -[NSObject(NSAccessibilityInternal) _accessibilityValueForAttribute:clientError:] + 351
13 com.apple.AppKit 0x00007fff39c48b36 CopyAppKitUIElementAttributeValueNoCatch + 98
14 com.apple.AppKit 0x00007fff39c45e61 CopyAttributeValue + 170
15 com.apple.HIServices 0x00007fff3aa242e6 _AXXMIGCopyAttributeValue + 272
16 com.apple.HIServices 0x00007fff3aa2d76e _XCopyAttributeValue + 433
17 com.apple.HIServices 0x00007fff3aa04abe mshMIGPerform + 212
18 com.apple.CoreFoundation 0x00007fff3c25d959 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41
19 com.apple.CoreFoundation 0x00007fff3c25d8b7 __CFRunLoopDoSource1 + 527
20 com.apple.CoreFoundation 0x00007fff3c245945 __CFRunLoopRun + 2574
21 com.apple.CoreFoundation 0x00007fff3c244ce4 CFRunLoopRunSpecific + 463
22 com.apple.HIToolbox 0x00007fff3b4de895 RunCurrentEventLoopInMode + 293
23 com.apple.HIToolbox 0x00007fff3b4de5cb ReceiveNextEventCommon + 618
24 com.apple.HIToolbox 0x00007fff3b4de348 _BlockUntilNextEventMatchingListInModeWithFilter + 64
25 com.apple.AppKit 0x00007fff3979b95b _DPSNextEvent + 997
26 com.apple.AppKit 0x00007fff3979a6fa -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1362
27 com.apple.AppKit 0x00007fff3979475d -[NSApplication run] + 699
28 libqcocoa.dylib 0x000000011288a53f 0x112864000 + 156991
29 org.qt-project.QtCore 0x000000010ffc6eb1 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 401
30 org.qt-project.QtWidgets 0x000000010f449239 QDialog::exec() + 377
31 com.vcg.MeshLab 0x000000010ede4cd2 MainWindow::importMesh(QString, bool) + 2722
32 com.vcg.MeshLab 0x000000010edf9be9 MainWindow::importMeshWithLayerManagement(QString) + 137
33 com.vcg.MeshLab 0x000000010eec78bf 0x10edc1000 + 1075391
34 org.qt-project.QtCore 0x000000010fffb923 QMetaObject::activate(QObject*, int, int, void**) + 883
35 org.qt-project.QtWidgets 0x000000010f241e4f QAction::activate(QAction::ActionEvent) + 303
36 org.qt-project.QtCore 0x000000010fffb923 QMetaObject::activate(QObject*, int, int, void**) + 883
37 org.qt-project.QtCore 0x000000010fff49ec QObject::event(QEvent*) + 156
38 org.qt-project.QtWidgets 0x000000010f24aedd QApplicationPrivate::notify_helper(QObject*, QEvent*) + 269
39 org.qt-project.QtWidgets 0x000000010f24d822 QApplication::notify(QObject*, QEvent*) + 5906
40 libcommon.1.dylib 0x000000010f0a3c3e MeshLabApplication::notify(QObject*, QEvent*) + 14
41 org.qt-project.QtCore 0x000000010ffcaaa4 QCoreApplication::notifyInternal2(QObject*, QEvent*) + 164
42 org.qt-project.QtCore 0x000000010ffcb6d8 QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) + 600
43 libqcocoa.dylib 0x000000011288ad6e 0x112864000 + 159086
44 libqcocoa.dylib 0x000000011288b631 0x112864000 + 161329
45 com.apple.CoreFoundation 0x00007fff3c262405 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
46 com.apple.CoreFoundation 0x00007fff3c2623ab __CFRunLoopDoSource0 + 108
47 com.apple.CoreFoundation 0x00007fff3c245e51 __CFRunLoopDoSources0 + 195
48 com.apple.CoreFoundation 0x00007fff3c2453fa __CFRunLoopRun + 1219
49 com.apple.CoreFoundation 0x00007fff3c244ce4 CFRunLoopRunSpecific + 463
50 com.apple.HIToolbox 0x00007fff3b4de895 RunCurrentEventLoopInMode + 293
51 com.apple.HIToolbox 0x00007fff3b4de4d4 ReceiveNextEventCommon + 371
52 com.apple.HIToolbox 0x00007fff3b4de348 _BlockUntilNextEventMatchingListInModeWithFilter + 64
53 com.apple.AppKit 0x00007fff3979b95b _DPSNextEvent + 997
54 com.apple.AppKit 0x00007fff3979a6fa -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1362
55 com.apple.AppKit 0x00007fff3979475d -[NSApplication run] + 699
56 libqcocoa.dylib 0x000000011288a53f 0x112864000 + 156991
57 org.qt-project.QtCore 0x000000010ffc6eb1 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 401
58 org.qt-project.QtCore 0x000000010ffcb115 QCoreApplication::exec() + 341
59 com.vcg.MeshLab 0x000000010edc6437 main + 1623
60 libdyld.dylib 0x00007fff692de085 start + 1
Thread 1:
0 libsystem_pthread.dylib 0x00007fff694cf408 start_wqthread + 0
1 ??? 0x0000000054485244 0 + 1414025796
Thread 2:
0 libsystem_pthread.dylib 0x00007fff694cf408 start_wqthread + 0
1 ??? 0x0000000054485244 0 + 1414025796
Thread 3:
0 libsystem_pthread.dylib 0x00007fff694cf408 start_wqthread + 0
1 ??? 0x0000000054485244 0 + 1414025796
Thread 4:
0 libsystem_pthread.dylib 0x00007fff694cf408 start_wqthread + 0
1 ??? 0x0000000054485244 0 + 1414025796
Thread 5:: Qt bearer thread
0 libsystem_kernel.dylib 0x00007fff6941eb8e poll + 10
1 org.qt-project.QtCore 0x000000011001bcb0 qt_safe_poll(pollfd*, unsigned int, timespec const*) + 544
2 org.qt-project.QtCore 0x000000011001d496 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 806
3 org.qt-project.QtCore 0x000000010ffc6eb1 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 401
4 org.qt-project.QtCore 0x000000010fe0b1ae QThread::exec() + 110
5 org.qt-project.QtCore 0x000000010fe0eb3a 0x10fde5000 + 170810
6 libsystem_pthread.dylib 0x00007fff694d033d _pthread_body + 126
7 libsystem_pthread.dylib 0x00007fff694d32a7 _pthread_start + 70
8 libsystem_pthread.dylib 0x00007fff694cf425 thread_start + 13
Thread 6:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x00007fff69416c2a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff69417174 mach_msg + 60
2 com.apple.CoreFoundation 0x00007fff3c24605e __CFRunLoopServiceMachPort + 337
3 com.apple.CoreFoundation 0x00007fff3c2455ad __CFRunLoopRun + 1654
4 com.apple.CoreFoundation 0x00007fff3c244ce4 CFRunLoopRunSpecific + 463
5 com.apple.AppKit 0x00007fff397a4581 _NSEventThread + 160
6 libsystem_pthread.dylib 0x00007fff694d033d _pthread_body + 126
7 libsystem_pthread.dylib 0x00007fff694d32a7 _pthread_start + 70
8 libsystem_pthread.dylib 0x00007fff694cf425 thread_start + 13
Thread 7:
0 libsystem_pthread.dylib 0x00007fff694cf408 start_wqthread + 0
1 ??? 0x0000000054485244 0 + 1414025796
Thread 8:
0 libsystem_pthread.dylib 0x00007fff694cf408 start_wqthread + 0
1 ??? 0x0004000200030004 0 + 1125908496973828
Thread 9:: QScanThread
0 libsystem_kernel.dylib 0x00007fff69416c66 semaphore_wait_trap + 10
1 libdispatch.dylib 0x00007fff69290368 _dispatch_sema4_wait + 16
2 libdispatch.dylib 0x00007fff69290b44 _dispatch_semaphore_wait_slow + 101
3 com.apple.framework.CoreWLAN 0x00007fff3e0e4bee -[CWInterface(Private) scanForNetworksWithChannels:ssidList:legacyScanSSID:includeHiddenNetworks:mergedScanResults:maxAge:maxMissCount:maxWakeCount:maxAutoJoinCount:waitForWiFi:waitForBluetooth:priority:error:] + 592
4 com.apple.framework.CoreWLAN 0x00007fff3e0ddc68 -[CWInterface scanForNetworksWithName:includeHidden:error:] + 64
5 libqcorewlanbearer.dylib 0x0000000115e322f9 0x115e2b000 + 29433
6 org.qt-project.QtCore 0x000000010fe0eb3a 0x10fde5000 + 170810
7 libsystem_pthread.dylib 0x00007fff694d033d _pthread_body + 126
8 libsystem_pthread.dylib 0x00007fff694d32a7 _pthread_start + 70
9 libsystem_pthread.dylib 0x00007fff694cf425 thread_start + 13
Thread 10:: Dispatch queue: NSCGSDisableUpdates
0 libsystem_kernel.dylib 0x00007fff69416c2a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff69417174 mach_msg + 60
2 com.apple.SkyLight 0x00007fff622139bf CGSUpdateManager::enable_updates_common() + 539
3 com.apple.SkyLight 0x00007fff621b6f97 CGSUpdateManager::enable_update(unsigned long long) + 317
4 libdispatch.dylib 0x00007fff6928ed4f _dispatch_call_block_and_release + 12
5 libdispatch.dylib 0x00007fff6928fdcb _dispatch_client_callout + 8
6 libdispatch.dylib 0x00007fff69296120 _dispatch_lane_serial_drain + 618
7 libdispatch.dylib 0x00007fff69296bd8 _dispatch_lane_invoke + 388
8 libdispatch.dylib 0x00007fff6929f084 _dispatch_workloop_worker_thread + 603
9 libsystem_pthread.dylib 0x00007fff694cf61c _pthread_wqthread + 409
10 libsystem_pthread.dylib 0x00007fff694cf415 start_wqthread + 13
Thread 11:
0 libsystem_pthread.dylib 0x00007fff694cf408 start_wqthread + 0
1 ??? 0x0000000000001a0b 0 + 6667
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x00006000038ba490 rbx: 0x00007fa04ee30048 rcx: 0x0000600001ae5bf0 rdx: 0x0000600001ae5bf0
rdi: 0x00007ffee0e37fa0 rsi: 0x0000600000dc7940 rbp: 0x00007ffee0e37f60 rsp: 0x00007ffee0e37f30
r8: 0x000000000000002d r9: 0x0000000000000000 r10: 0x0000000000000000 r11: 0x00007fa04f97eb40
r12: 0x0000000000000000 r13: 0xffffffffffffffff r14: 0x0000600000dc7940 r15: 0x00007ffee0e37fa0
rip: 0x000000010f52e27f rfl: 0x0000000000010206 cr2: 0x0000000000000014
Logical CPU: 6
Error Code: 0x00000004
Trap Number: 14
Binary Images:
0x10edc1000 - 0x10ef8cff7 +com.vcg.MeshLab (0) <F6B94834-1E79-356F-BB15-0239FF42C8DC> /Applications/meshlab.app/Contents/MacOS/MeshLab
0x10f035000 - 0x10f162fff +libcommon.1.dylib (0) <C0322961-828D-39F7-9DDB-A718E3BB49B7> /Applications/meshlab.app/Contents/MacOS/libcommon.1.dylib
0x10f1da000 - 0x10f217fff +org.qt-project.QtOpenGL (5.7 - 5.7.0) <1CB1716D-C331-37AE-8F92-536CF6687B4B> /Applications/meshlab.app/Contents/Frameworks/QtOpenGL.framework/Versions/5/QtOpenGL
0x10f239000 - 0x10f732ff7 +org.qt-project.QtWidgets (5.7 - 5.7.0) <9029D91F-7F7E-3DE0-BD66-FC91DD8112C3> /Applications/meshlab.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
0x10f88f000 - 0x10fcefff7 +org.qt-project.QtGui (5.7 - 5.7.0) <A41CBDE5-2955-3A57-BAE9-69001B210588> /Applications/meshlab.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui
0x10fde5000 - 0x1102f9ff7 +org.qt-project.QtCore (5.7 - 5.7.0) <5F2F454C-CEE8-3E59-A3B7-94F51F5B9F96> /Applications/meshlab.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
0x1103ad000 - 0x1103e0ff7 +org.qt-project.QtXml (5.7 - 5.7.0) <DC5A3BF1-753B-35B4-8563-1E211E0926DB> /Applications/meshlab.app/Contents/Frameworks/QtXml.framework/Versions/5/QtXml
0x1103f2000 - 0x1107f1fff +org.qt-project.QtXmlPatterns (5.7 - 5.7.0) <D7907B7D-00C1-3D71-99D0-732F83D10903> /Applications/meshlab.app/Contents/Frameworks/QtXmlPatterns.framework/Versions/5/QtXmlPatterns
0x110843000 - 0x110947ff7 +org.qt-project.QtNetwork (5.7 - 5.7.0) <B40B02F2-BD1A-3593-831A-6E9C83FA1D61> /Applications/meshlab.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork
0x110989000 - 0x110b59fff +org.qt-project.QtScript (5.7 - 5.7.0) <8046CC1C-D460-3317-9E88-D6DE2C509F32> /Applications/meshlab.app/Contents/Frameworks/QtScript.framework/Versions/5/QtScript
0x112864000 - 0x1129d5fff +libqcocoa.dylib (0) <24BD273C-5A40-3322-89BE-D5AC9640FF31> /Applications/meshlab.app/Contents/PlugIns/platforms/libqcocoa.dylib
0x112a19000 - 0x112a80ff7 +org.qt-project.QtDBus (5.7 - 5.7.0) <A3B1C34A-7EBC-36D6-B053-9CEE4A3D14CE> /Applications/meshlab.app/Contents/Frameworks/QtDBus.framework/Versions/5/QtDBus
0x112a98000 - 0x112acbff7 +org.qt-project.QtPrintSupport (5.7 - 5.7.0) <67BB0DB0-88B2-3802-92D5-7B326C90AFB0> /Applications/meshlab.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport
0x115822000 - 0x11582cff7 +libqdds.dylib (0) <C030C6EC-3611-3A8D-894F-071C96FB3031> /Applications/meshlab.app/Contents/PlugIns/imageformats/libqdds.dylib
0x115831000 - 0x115838ff7 +libqgif.dylib (0) <551D6575-9920-346E-BE76-3A835199CC08> /Applications/meshlab.app/Contents/PlugIns/imageformats/libqgif.dylib
0x11583c000 - 0x115844fff +libqicns.dylib (0) <72F60B35-25FC-3478-A86D-6CC786A508C2> /Applications/meshlab.app/Contents/PlugIns/imageformats/libqicns.dylib
0x115849000 - 0x11584ffff +libqico.dylib (0) <159201A7-AB7A-3174-A3F7-E3954A138C8F> /Applications/meshlab.app/Contents/PlugIns/imageformats/libqico.dylib
0x115854000 - 0x115893fff +libqjpeg.dylib (0) <38A4D43B-CDF7-3867-95B6-C51AFCAFB512> /Applications/meshlab.app/Contents/PlugIns/imageformats/libqjpeg.dylib
0x115899000 - 0x11589ffff +libqmacjp2.dylib (0) <B2099559-AF1B-3680-B8FC-D0B08141A8ED> /Applications/meshlab.app/Contents/PlugIns/imageformats/libqmacjp2.dylib
0x1158a3000 - 0x1158a7ff7 +libqtga.dylib (0) <576CF0ED-6C64-32C7-99BB-6468A1080D9F> /Applications/meshlab.app/Contents/PlugIns/imageformats/libqtga.dylib
0x1158ab000 - 0x11590ffff +libqtiff.dylib (0) <F086BC43-2567-3B23-B0FA-D458999803BB> /Applications/meshlab.app/Contents/PlugIns/imageformats/libqtiff.dylib
0x115917000 - 0x11591bff7 +libqwbmp.dylib (0) <9F5B0F44-0AF1-300C-88D2-7C2EE2C8F309> /Applications/meshlab.app/Contents/PlugIns/imageformats/libqwbmp.dylib
0x11591f000 - 0x115999fff +libqwebp.dylib (0) <E401A034-2209-3102-BA10-9E7F67BEA588> /Applications/meshlab.app/Contents/PlugIns/imageformats/libqwebp.dylib
0x1159b2000 - 0x1159b5047 libobjc-trampolines.dylib (750) <B81473FA-927B-3852-BC34-66E66AAE24F4> /usr/lib/libobjc-trampolines.dylib
0x115e2b000 - 0x115e40ff7 +libqcorewlanbearer.dylib (0) <E47F2753-BFE4-35B2-B11E-4DE0870D24BD> /Applications/meshlab.app/Contents/PlugIns/bearer/libqcorewlanbearer.dylib
0x115e48000 - 0x115e51fff +libqgenericbearer.dylib (0) <E6E8F46B-CED1-315A-BACF-00C2CFD8C601> /Applications/meshlab.app/Contents/PlugIns/bearer/libqgenericbearer.dylib
0x115e59000 - 0x115e76ff7 +libfilter_measure.dylib (0) <8383664D-EE9D-31B0-8036-E9298F7FA9F7> /Applications/meshlab.app/Contents/PlugIns/libfilter_measure.dylib
0x115e80000 - 0x115ea2ff7 +libfilter_mutualinfo.dylib (0) <88ABEDA4-E864-3492-AEE8-DA0556E4AD29> /Applications/meshlab.app/Contents/PlugIns/libfilter_mutualinfo.dylib
0x115eaf000 - 0x115f23ff7 +libfilter_screened_poisson.dylib (0) <D674E515-4A5B-3B5C-AA1B-2995BD91C0CB> /Applications/meshlab.app/Contents/PlugIns/libfilter_screened_poisson.dylib
0x115f41000 - 0x115f8aff7 +libomp.dylib (0) <818A708C-D675-3BD6-AC81-23DB167CE04E> /Applications/meshlab.app/Contents/Frameworks/libomp.dylib
0x115fad000 - 0x115fd6ff7 +libfilter_sketchfab.dylib (0) <D28F284B-862B-380F-8E7D-AFA49EC93532> /Applications/meshlab.app/Contents/PlugIns/libfilter_sketchfab.dylib
0x115fe2000 - 0x115ff3fff +libdecorate_background.dylib (0) <B7B93389-CE49-3713-A38F-3B2D719A7694> /Applications/meshlab.app/Contents/PlugIns/libdecorate_background.dylib
0x115ffc000 - 0x116037fff +libdecorate_base.dylib (0) <DBF0E416-3B75-37F5-BA09-0DA668DDEE1A> /Applications/meshlab.app/Contents/PlugIns/libdecorate_base.dylib
0x116046000 - 0x116075ff7 +libdecorate_raster_proj.dylib (0) <9D997B38-BC25-3B81-ADEE-6A1DE7B29C06> /Applications/meshlab.app/Contents/PlugIns/libdecorate_raster_proj.dylib
0x11608d000 - 0x1160b5fff +libdecorate_shadow.dylib (0) <FE220FC1-6343-3F4E-9472-CB7B2CEEEA78> /Applications/meshlab.app/Contents/PlugIns/libdecorate_shadow.dylib
0x1160c8000 - 0x11618aff7 +libedit_align.dylib (0) <F33606B1-4547-3B93-99DB-662928BA1FA5> /Applications/meshlab.app/Contents/PlugIns/libedit_align.dylib
0x1161e6000 - 0x116232fff +libedit_arc3D.dylib (0) <FC86C16A-3EB1-3C07-AA91-ECEDCD422A9D> /Applications/meshlab.app/Contents/PlugIns/libedit_arc3D.dylib
0x116255000 - 0x11627bff7 +libedit_manipulators.dylib (0) <AC36C9EC-CE87-320E-8FB8-65EDB950EA02> /Applications/meshlab.app/Contents/PlugIns/libedit_manipulators.dylib
0x11628b000 - 0x11629afff +libedit_measure.dylib (0) <20D34EA0-10C2-3F7A-940A-DA4FDECA1076> /Applications/meshlab.app/Contents/PlugIns/libedit_measure.dylib
0x1162a5000 - 0x1162e4fff +libedit_mutualcorrs.dylib (0) <0172BC60-03F6-38F0-A8F4-02ADEDCBCEE6> /Applications/meshlab.app/Contents/PlugIns/libedit_mutualcorrs.dylib
0x116300000 - 0x11633afff +libedit_paint.dylib (0) <FB5B1D72-021D-3459-BAAE-B2FA62FB4A63> /Applications/meshlab.app/Contents/PlugIns/libedit_paint.dylib
0x11635a000 - 0x116399ff7 +libedit_pickpoints.dylib (0) <3765BEB0-A92C-3768-823F-37141A3441C2> /Applications/meshlab.app/Contents/PlugIns/libedit_pickpoints.dylib
0x1163c8000 - 0x1163e5ff7 +libedit_point.dylib (0) <8F7C7E0D-F465-3F47-8C15-172B358D0370> /Applications/meshlab.app/Contents/PlugIns/libedit_point.dylib
0x1163f2000 - 0x11641fff7 +libedit_quality.dylib (0) <2BED0538-4DC2-3E06-933D-1302BA42DA4D> /Applications/meshlab.app/Contents/PlugIns/libedit_quality.dylib
0x11643f000 - 0x11646efff +libedit_referencing.dylib (0) <177EEF7A-772B-375F-B013-8AB46C1C291D> /Applications/meshlab.app/Contents/PlugIns/libedit_referencing.dylib
0x116484000 - 0x11649aff7 +libedit_select.dylib (0) <59644952-1E58-3A59-A5DF-19C80C281632> /Applications/meshlab.app/Contents/PlugIns/libedit_select.dylib
0x1164a8000 - 0x1164ccff7 +libfilter_aging.dylib (0) <E8022ABB-5EC2-3578-9BD9-B7F802EB114C> /Applications/meshlab.app/Contents/PlugIns/libfilter_aging.dylib
0x1164dc000 - 0x1164f9fff +libfilter_ao.dylib (0) <C634A6FB-9DD0-3FDF-9711-D84066D9ADF6> /Applications/meshlab.app/Contents/PlugIns/libfilter_ao.dylib
0x116507000 - 0x116511fff +libfilter_bnpts.dylib (0) <C59FC6D1-7B8A-3086-A709-61C50DBDC308> /Applications/meshlab.app/Contents/PlugIns/libfilter_bnpts.dylib
0x116518000 - 0x116532fff +libfilter_camera.dylib (0) <8992775B-984E-37FC-9E09-65B2A4908B83> /Applications/meshlab.app/Contents/PlugIns/libfilter_camera.dylib
0x11653b000 - 0x116571ff7 +libfilter_clean.dylib (0) <F617EB78-BDD8-3AE1-AB9A-E54BB1D76E51> /Applications/meshlab.app/Contents/PlugIns/libfilter_clean.dylib
0x116581000 - 0x11659fff7 +libfilter_color_projection.dylib (0) <B92659A4-C123-3834-A34E-FAA3BC7CE963> /Applications/meshlab.app/Contents/PlugIns/libfilter_color_projection.dylib
0x1165ab000 - 0x1165cefff +libfilter_colorize.dylib (0) <40CBDFF6-7631-3295-B702-150DA58032B1> /Applications/meshlab.app/Contents/PlugIns/libfilter_colorize.dylib
0x1165db000 - 0x1165f3ff7 +libfilter_colorproc.dylib (0) <E76E6824-5B5A-3343-8B05-9E45E2125C8B> /Applications/meshlab.app/Contents/PlugIns/libfilter_colorproc.dylib
0x1165fc000 - 0x11662efff +libfilter_create.dylib (0) <55B0654D-566E-3636-B11C-F85C17ABD97F> /Applications/meshlab.app/Contents/PlugIns/libfilter_create.dylib
0x11663f000 - 0x116654fff +libfilter_createiso.dylib (0) <1F6CE3CB-23F3-3685-9FBA-988D0302ECA9> /Applications/meshlab.app/Contents/PlugIns/libfilter_createiso.dylib
0x11665e000 - 0x1166ccff7 +libfilter_csg.dylib (0) <1A95976C-21AC-3016-8019-4780C4703250> /Applications/meshlab.app/Contents/PlugIns/libfilter_csg.dylib
0x1166e7000 - 0x116712fff +libfilter_dirt.dylib (0) <EDBBA318-6D67-3456-8879-53A827C507A8> /Applications/meshlab.app/Contents/PlugIns/libfilter_dirt.dylib
0x116723000 - 0x116747ff7 +libfilter_fractal.dylib (0) <8944C4DA-AF71-3C2D-B4F5-0EACC5D79724> /Applications/meshlab.app/Contents/PlugIns/libfilter_fractal.dylib
0x116755000 - 0x1167aeff7 +libfilter_func.dylib (0) <F1181B53-D2ED-370F-8CB0-54DC082E7285> /Applications/meshlab.app/Contents/PlugIns/libfilter_func.dylib
0x1167cc000 - 0x1167d9ff7 +libfilter_geodesic.dylib (0) <8C918404-F650-3F82-B601-722558DF9192> /Applications/meshlab.app/Contents/PlugIns/libfilter_geodesic.dylib
0x1167e2000 - 0x116821fff +libfilter_img_patch_param.dylib (0) <2AA5E140-F0B0-3312-BDDD-EEB75108045B> /Applications/meshlab.app/Contents/PlugIns/libfilter_img_patch_param.dylib
0x11683c000 - 0x1168c9ff7 +libfilter_isoparametrization.dylib (0) <0E06FC5A-14B1-3524-89E3-AF3472E26086> /Applications/meshlab.app/Contents/PlugIns/libfilter_isoparametrization.dylib
0x1168eb000 - 0x116913fff +libfilter_layer.dylib (0) <C4593468-2FFB-3C0C-9A2F-FFC28702E726> /Applications/meshlab.app/Contents/PlugIns/libfilter_layer.dylib
0x116921000 - 0x1169c7fff +libfilter_meshing.dylib (0) <E6651CB3-EAD0-3B3A-88B6-9DA973F0A789> /Applications/meshlab.app/Contents/PlugIns/libfilter_meshing.dylib
0x1169ed000 - 0x116a21fff +libfilter_mls.dylib (0) <2FFF7551-567F-3BE5-B7F5-9CD8DBBB8A0E> /Applications/meshlab.app/Contents/PlugIns/libfilter_mls.dylib
0x116a34000 - 0x116a69ff7 +libfilter_mutualglobal.dylib (0) <7C935D73-63AA-38DF-80F2-45EB0D3AB100> /Applications/meshlab.app/Contents/PlugIns/libfilter_mutualglobal.dylib
0x116a7a000 - 0x116ab3fff +libfilter_photosynth.dylib (0) <D64231D1-6E2E-3D80-84DD-25531C35586B> /Applications/meshlab.app/Contents/PlugIns/libfilter_photosynth.dylib
0x116aca000 - 0x116b51fff +libfilter_plymc.dylib (0) <75079AF8-39BB-354F-861F-4F04D45B7798> /Applications/meshlab.app/Contents/PlugIns/libfilter_plymc.dylib
0x116b86000 - 0x116becfff +libfilter_qhull.dylib (0) <5C39429E-70B2-3928-9702-379FE85901EA> /Applications/meshlab.app/Contents/PlugIns/libfilter_qhull.dylib
0x116bff000 - 0x116c13ff7 +libfilter_quality.dylib (0) <8E147D30-9B3E-32FC-A3B1-7338CA201D2E> /Applications/meshlab.app/Contents/PlugIns/libfilter_quality.dylib
0x116c1c000 - 0x116c73fff +libfilter_sampling.dylib (0) <5E1409B1-37D0-36C0-99F7-B9042672FD02> /Applications/meshlab.app/Contents/PlugIns/libfilter_sampling.dylib
0x116c8e000 - 0x116cb3fff +libfilter_sdfgpu.dylib (0) <82B4C60F-BC52-3720-8F09-6391D2EE8421> /Applications/meshlab.app/Contents/PlugIns/libfilter_sdfgpu.dylib
0x116cc2000 - 0x116ce4ff7 +libfilter_select.dylib (0) <E50777DD-7ED7-34C6-997A-A03A0AE602F1> /Applications/meshlab.app/Contents/PlugIns/libfilter_select.dylib
0x116cf0000 - 0x116d9dff7 +libfilter_ssynth.dylib (0) <0D53CBC0-C058-3556-AE96-28C58F5D691A> /Applications/meshlab.app/Contents/PlugIns/libfilter_ssynth.dylib
0x116dbb000 - 0x116e29fff +libfilter_texture.dylib (0) <302616FF-1A53-38E0-A8F7-59B618CC3645> /Applications/meshlab.app/Contents/PlugIns/libfilter_texture.dylib
0x116e4c000 - 0x116e78fff +libfilter_trioptimize.dylib (0) <28351DD2-A3AE-3281-BBDD-38361CCA8437> /Applications/meshlab.app/Contents/PlugIns/libfilter_trioptimize.dylib
0x116e8d000 - 0x116eccff7 +libfilter_unsharp.dylib (0) <2548E1C3-51BB-32DE-9272-185A25C05974> /Applications/meshlab.app/Contents/PlugIns/libfilter_unsharp.dylib
0x116ee1000 - 0x116f08ff7 +libio_3ds.dylib (0) <E3FECDD8-6630-386E-AD8F-7F807A846853> /Applications/meshlab.app/Contents/PlugIns/libio_3ds.dylib
0x116f15000 - 0x116f81fff +libio_base.dylib (0) <3EE951B3-A271-3AE5-AD5D-1BD0DC652D31> /Applications/meshlab.app/Contents/PlugIns/libio_base.dylib
0x116fa9000 - 0x116fbefff +libio_bre.dylib (0) <5264E441-E9C7-3B1E-B83A-8317A8B54CF9> /Applications/meshlab.app/Contents/PlugIns/libio_bre.dylib
0x116fc8000 - 0x117015fff +libio_collada.dylib (0) <11D4517E-44C3-3B18-B234-DBA12C8F3395> /Applications/meshlab.app/Contents/PlugIns/libio_collada.dylib
0x11702b000 - 0x11704fff7 +libio_ctm.dylib (0) <B349BE83-4905-3757-9FDB-B34B1715C7C4> /Applications/meshlab.app/Contents/PlugIns/libio_ctm.dylib
0x117058000 - 0x11706afff +libio_expe.dylib (0) <B0E96D3A-0DC4-3C72-83A2-9BB9B37D3B61> /Applications/meshlab.app/Contents/PlugIns/libio_expe.dylib
0x117073000 - 0x117088ff7 +libio_json.dylib (0) <0813CC32-0852-30A2-B3C9-8086BAF0D2E2> /Applications/meshlab.app/Contents/PlugIns/libio_json.dylib
0x117091000 - 0x1170c8fff +libio_pdb.dylib (0) <34664D20-8E4B-3092-A6DB-28B358898226> /Applications/meshlab.app/Contents/PlugIns/libio_pdb.dylib
0x1170d8000 - 0x1170e8fff +libio_tri.dylib (0) <DA50E6D0-1BA1-36EF-B7DE-D970777E28FE> /Applications/meshlab.app/Contents/PlugIns/libio_tri.dylib
0x1170f0000 - 0x1170fffff +libio_txt.dylib (0) <7229112F-1384-3A29-932F-F9304CC9B8F9> /Applications/meshlab.app/Contents/PlugIns/libio_txt.dylib
0x117106000 - 0x117128fff +libio_u3d.dylib (0) <C5A4A4AE-97B6-3E7D-9B33-AB53459515DF> /Applications/meshlab.app/Contents/PlugIns/libio_u3d.dylib
0x117135000 - 0x11719bfff +libio_x3d.dylib (0) <B011F7E1-2850-3DFE-B985-E5EF3B2687E9> /Applications/meshlab.app/Contents/PlugIns/libio_x3d.dylib
0x1171ac000 - 0x1171c9ff7 +librender_gdp.dylib (0) <C68CDCCD-7803-36FA-8BAC-D76836696434> /Applications/meshlab.app/Contents/PlugIns/librender_gdp.dylib
0x1171d8000 - 0x1171f7fff +librender_radiance_scaling.dylib (0) <5659E79B-01CE-39E8-80D9-FF8FFF74AD93> /Applications/meshlab.app/Contents/PlugIns/librender_radiance_scaling.dylib
0x117208000 - 0x11721bff7 +libsampleedit.dylib (0) <2671D0CE-9DE2-35F1-B81E-F2A9992BA3D3> /Applications/meshlab.app/Contents/PlugIns/libsampleedit.dylib
0x117226000 - 0x11722fff7 +libsamplefilter.dylib (0) <89959D1B-A066-3E78-9674-F66EF0B81919> /Applications/meshlab.app/Contents/PlugIns/libsamplefilter.dylib
0x117236000 - 0x11723fff7 +libsamplefilterdyn.dylib (0) <59DA341B-9767-3E88-B45F-68084F2120A0> /Applications/meshlab.app/Contents/PlugIns/libsamplefilterdyn.dylib
0x117af5000 - 0x117bbeff7 com.apple.AMDRadeonX4000GLDriver (2.0.36 - 2.0.0) <0A445D3B-E2FC-3808-AB69-0AF62ED70D14> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/AMDRadeonX4000GLDriver
0x11e11d000 - 0x11e19b6a7 dyld (625.13) <D6387150-2FB8-3066-868D-72E1B1C43982> /usr/lib/dyld
0x121bc8000 - 0x121bcaff3 com.apple.CloudDocsFileProvider (1.0 - 575.120) <1CD5493B-0930-376D-B9E5-22CD3AD77EE4> /System/Library/PrivateFrameworks/FileProvider.framework/OverrideBundles/CloudDocsFileProvider.bundle/Contents/MacOS/CloudDocsFileProvider
0x121bcf000 - 0x121bd2ffb com.apple.FileProviderOverride (125.129 - 125.129) <0609C68F-7A24-3EB0-95BD-3D6871F2A69D> /System/Library/PrivateFrameworks/FileProvider.framework/OverrideBundles/FileProviderOverride.bundle/Contents/MacOS/FileProviderOverride
0x121bd8000 - 0x121bdffff com.apple.FinderSyncCollaborationFileProviderOverride (1.0 - 1143) <AF047A02-2F83-3B18-9CB9-977E7B71ADC2> /System/Library/PrivateFrameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaborationFileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride
0x7fff31065000 - 0x7fff313c2ff7 com.apple.RawCamera.bundle (8.10.0 - 1031) <F311B880-6219-395B-8F79-02504DDA0010> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff313c5000 - 0x7fff31510ff7 com.apple.AMDMTLBronzeDriver (2.0.36 - 2.0.0) <39929A89-44C7-3534-B6A4-AA31B027414A> /System/Library/Extensions/AMDMTLBronzeDriver.bundle/Contents/MacOS/AMDMTLBronzeDriver
0x7fff31511000 - 0x7fff31c88ff7 ATIRadeonX4000SCLib.dylib (2.0.36) <C19893B6-EE0A-3A4D-BF3F-5B1221942109> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/ATIRadeonX4000SCLib.dylib
0x7fff333e1000 - 0x7fff33913fff com.apple.driver.AppleIntelHD5000GraphicsGLDriver (12.0.34 - 12.0.0) <B4A4A0D5-482E-3AF8-A4C9-1DD21AC90995> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
0x7fff33914000 - 0x7fff339a6fff com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (12.0.34 - 12.0.0) <4A73718A-760B-37C5-858E-119C45874937> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
0x7fff3816c000 - 0x7fff38170fff com.apple.agl (3.3.2 - AGL-3.3.2) <81130C05-30AD-3BDA-BB9C-72ADDD5FAA2C> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x7fff38171000 - 0x7fff3835fff3 com.apple.avfoundation (2.0 - 1540.118.2) <1EE74E35-F16B-3034-AEA5-723198E519F8> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff38360000 - 0x7fff3842eff7 com.apple.audio.AVFAudio (1.0 - ???) <727A6D92-D1F2-3179-80D3-51F1481F5A87> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
0x7fff3853c000 - 0x7fff3853cfff com.apple.Accelerate (1.11 - Accelerate 1.11) <2C602CED-72CA-37C2-BDF5-31697FC9100B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff3853d000 - 0x7fff38553fe3 libCGInterfaces.dylib (506.19) <6455899E-BAC7-34D1-802B-FFE19A2337E2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff38554000 - 0x7fff38bf4fe3 com.apple.vImage (8.1 - ???) <65912AFB-D4C1-3494-AE97-DDFDAF3BE1EB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff38bf5000 - 0x7fff38e6cfd7 libBLAS.dylib (1243.200.4) <76710990-AE2B-300E-88BB-797ABAD74956> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff38e6d000 - 0x7fff38edffe7 libBNNS.dylib (38.200.5) <5F3A4021-8FF8-30E8-B84A-AA2BD70F4151> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff38ee0000 - 0x7fff39286fff libLAPACK.dylib (1243.200.4) <45722A8A-5788-3C4C-ADD9-1812763FA635> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff39287000 - 0x7fff3929cffb libLinearAlgebra.dylib (1243.200.4) <E923DA33-B142-3A73-A80A-642878D19099> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff3929d000 - 0x7fff392a2ff3 libQuadrature.dylib (3.200.2) <6FFAC142-415D-3AF0-BC09-336302F11934> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff392a3000 - 0x7fff39320ffb libSparse.dylib (79.200.5) <0D7E71A4-10D2-3979-B386-D2426ADAF6D7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
0x7fff39321000 - 0x7fff39334ffb libSparseBLAS.dylib (1243.200.4) <00D6FC17-B739-3259-90A4-92AC8BBE03D6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff39335000 - 0x7fff39519ff3 libvDSP.dylib (671.201.1) <716585BD-04D7-30A9-B315-689184275E38> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff3951a000 - 0x7fff395cfff3 libvMisc.dylib (671.201.1) <EDA66C06-A11F-3EE5-96D5-B20893448899> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff395d0000 - 0x7fff395d0fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <DADD83A2-550F-3570-8D71-16614C6A4CE0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff395d1000 - 0x7fff39634ffb com.apple.Accounts (113 - 113) <516F1A48-D158-3888-91AC-E1C7C3F9CCDD> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
0x7fff39637000 - 0x7fff39780fff com.apple.AddressBook.framework (11.0 - 1882) <0BA145CD-5D42-31A9-8A41-E56A01589D01> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x7fff39781000 - 0x7fff3a5a0ff3 com.apple.AppKit (6.9 - 1671) <E1B2CAF1-9231-3B3D-BD9E-B770FE87F407> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff3a5f2000 - 0x7fff3a5f2fff com.apple.ApplicationServices (50.1 - 50.1) <1B71604B-9AC5-3A2F-8CB7-0EFA34A20F12> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff3a5f3000 - 0x7fff3a65eff7 com.apple.ApplicationServices.ATS (377 - 453.11) <7599E619-EE21-3EB7-875B-AE3B8D3E13BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff3a6f7000 - 0x7fff3a816fff libFontParser.dylib (228.6) <E800074F-62CF-340A-A5A7-B8BE5B560045> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff3a817000 - 0x7fff3a862fff libFontRegistry.dylib (228.12) <480D472D-C8FB-321D-86EC-2EA6927A97AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff3a8c1000 - 0x7fff3a8f4ff7 libTrueTypeScaler.dylib (228.6) <D23BFDE4-8664-335A-B43B-A13A8EF29E40> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fff3a95e000 - 0x7fff3a962ff3 com.apple.ColorSyncLegacy (4.13.0 - 1) <90641B6B-D07B-3577-B594-965825544B60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
0x7fff3a9ff000 - 0x7fff3aa51ff3 com.apple.HIServices (1.22 - 627.14.2) <01F309D6-32E7-3C4F-A38B-8206EE3076CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff3aa52000 - 0x7fff3aa60ff3 com.apple.LangAnalysis (1.7.0 - 1.7.0) <67BC5855-B7A3-39E6-B5DD-52B287EB1532> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff3aa61000 - 0x7fff3aaadfff com.apple.print.framework.PrintCore (14.0 - 503.7) <C13BC56A-65F4-35B1-9E33-51FE6F3B06FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff3aaae000 - 0x7fff3aae9ff7 com.apple.QD (3.12 - 407.2) <94A30038-C545-327A-B1C0-E19C79D62BAB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff3aaea000 - 0x7fff3aaf6ff7 com.apple.speech.synthesis.framework (8.0.15 - 8.0.15) <A96C744B-B1AD-32E3-BA72-7A221684BE3F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff3aaf7000 - 0x7fff3ad93ff7 com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <89D2529D-CF36-3081-A700-70892F888718> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff3ad95000 - 0x7fff3ad95fff com.apple.audio.units.AudioUnit (1.14 - 1.14) <8B9A5ADB-E62C-3838-BB5E-AF20CAE449CC> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff3b0f9000 - 0x7fff3b4baff7 com.apple.CFNetwork (974.1 - 974.1) <ACC604FA-5D40-34CE-9206-8091010306B7> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff3b4cf000 - 0x7fff3b4cffff com.apple.Carbon (158 - 158) <DAF95685-B793-34EB-96EA-3E292A9E3378> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff3b4d0000 - 0x7fff3b4d3ffb com.apple.CommonPanels (1.2.6 - 98) <F1E1C47B-FD1A-30A4-B41B-87BD8B178B56> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff3b4d4000 - 0x7fff3b7dbff7 com.apple.HIToolbox (2.1.1 - 916.32) <B2ED8B1C-FC3E-3FA0-8F6D-E7A448E6FAA7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff3b7dc000 - 0x7fff3b7dfffb com.apple.help (1.3.8 - 66) <4392A63F-9B58-3248-BF73-B46AD3744E6E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff3b7e0000 - 0x7fff3b7e5ff7 com.apple.ImageCapture (9.0 - 1529.7) <364EDC6B-6374-31A7-A637-0044B73F8DBF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff3b7e6000 - 0x7fff3b87aff3 com.apple.ink.framework (10.9 - 225) <D6503F37-7EBC-32C1-95CC-A35EFC54E7ED> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff3b87b000 - 0x7fff3b895fff com.apple.openscripting (1.7 - 178) <D4A4D130-9C7B-3656-9D58-50F9D09C276E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff3b8b6000 - 0x7fff3b8b7fff com.apple.print.framework.Print (14.0 - 267.3) <5CD250DF-98AD-30B8-A5D5-47634FF9E74D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff3b8b8000 - 0x7fff3b8baff7 com.apple.securityhi (9.0 - 55006) <C5308CBC-6736-31A7-905B-C635C6D43FDE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff3b8bb000 - 0x7fff3b8c1ff7 com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <1C38B9CB-DD45-3A7B-9D4C-631855A4EE32> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff3b8c2000 - 0x7fff3b9e7fff com.apple.cloudkit.CloudKit (736.130 - 736.130) <049A491D-025D-3DD6-8EC9-5BFD4B96A809> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
0x7fff3b9e8000 - 0x7fff3b9e8fff com.apple.Cocoa (6.11 - 23) <A520D2A3-032B-3C06-81E1-EFDD97C47ACE> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff3b9f6000 - 0x7fff3bac2fff com.apple.ColorSync (4.13.0 - 3340) <0618DA46-5A5E-339D-BB2F-ED66A2BFCCF9> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff3bac3000 - 0x7fff3bbb7ff3 com.apple.contacts (1.0 - 2899) <F5EFA812-6740-3B49-8BB6-26E7A4F391BE> /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts
0x7fff3bc5d000 - 0x7fff3bcedfff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <5845D43B-BBB5-343B-A164-6F9E2C53CFA3> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff3bd53000 - 0x7fff3bd7eff7 com.apple.CoreBluetooth (1.0 - 1) <D2F48E3D-79FC-32D7-B281-658EAD2CC50B> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff3bd7f000 - 0x7fff3c11ffeb com.apple.CoreData (120 - 865.2) <90A5058F-A5AF-311A-81CC-B20C2AC9E85E> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff3c120000 - 0x7fff3c209fff com.apple.CoreDisplay (101.3 - 101.17.6) <4AE5C221-B8E1-3A4F-91E0-96ED5926E82B> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fff3c20a000 - 0x7fff3c659fff com.apple.CoreFoundation (6.9 - 1555.10) <4A4C87BC-4C8E-392A-ABEE-824D4074C485> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff3c65b000 - 0x7fff3cce8fff com.apple.CoreGraphics (2.0 - 1245.8.4.8) <FFFFEAF0-14DD-38A3-BD68-AA9AB2C672C1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff3ccea000 - 0x7fff3d00fff7 com.apple.CoreImage (14.0.0 - 700.2.220) <E9E7B27C-C4FD-3AD6-923E-DF7EAE36D1FF> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff3d010000 - 0x7fff3d091ff7 com.apple.corelocation (2245.7.106) <1EBFF73E-95B6-31E7-83D5-A75A260D7F25> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
0x7fff3d0f1000 - 0x7fff3d360ff7 com.apple.CoreML (1.0 - 1) <E5919684-B63E-3B64-80E2-B73908B99D0F> /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML
0x7fff3d361000 - 0x7fff3d462ff3 com.apple.CoreMedia (1.0 - 2280.133.4) <5E733D6B-B683-3931-9D02-82300A43378D> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff3d463000 - 0x7fff3d4c5fff com.apple.CoreMediaIO (900.0 - 5025) <BFB3978A-FDBB-352B-A96D-E8761FC51370> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff3d4c6000 - 0x7fff3d4c6fff com.apple.CoreServices (933 - 933) <B79C910E-93B9-3686-8E72-E0B63083AAE5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff3d4c7000 - 0x7fff3d545ffb com.apple.AE (768 - 768) <E795749D-CE50-3B8C-91A7-8C2618887288> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff3d546000 - 0x7fff3d81eff7 com.apple.CoreServices.CarbonCore (1178.11 - 1178.11) <9FBE7BFB-3A81-37AC-8E15-E6F7932BBDC0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff3d81f000 - 0x7fff3d869ff7 com.apple.DictionaryServices (1.2 - 284.16.3) <D9388630-E7F2-321E-81FF-EBD5F3B47A52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff3d86a000 - 0x7fff3d872ffb com.apple.CoreServices.FSEvents (1239.200.12 - 1239.200.12) <E40A3C4A-79C7-37D8-999B-D1169A06870B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff3d873000 - 0x7fff3da3eff7 com.apple.LaunchServices (933 - 933) <4614A4B4-C358-3460-9FA7-DF8D6C466806> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff3da3f000 - 0x7fff3dae1ffb com.apple.Metadata (10.7.0 - 1191.51) <6B9CCA98-6F68-3908-A7A9-96D3E2AE5968> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff3dae2000 - 0x7fff3db2dff7 com.apple.CoreServices.OSServices (933 - 933) <A92C846F-872D-3534-B60E-6CD445A9BAEE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff3db2e000 - 0x7fff3db9cff7 com.apple.SearchKit (1.4.0 - 1.4.0) <C6A34D09-9707-3F28-838F-63B59B8A12D5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff3db9d000 - 0x7fff3dbc1ffb com.apple.coreservices.SharedFileList (71.27 - 71.27) <B46A15E0-4C10-3616-BE49-58E07EC463FE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff3df04000 - 0x7fff3e069fff com.apple.CoreText (352.0 - 584.24) <5B55B533-F4DE-32CE-8739-16FFFA1A64F8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff3e06a000 - 0x7fff3e0a7fff com.apple.CoreVideo (1.8 - 0.0) <C7BB7D0F-3AF2-3046-A387-A802BCA52A3A> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff3e0a8000 - 0x7fff3e13effb com.apple.framework.CoreWLAN (13.0 - 1370.8) <19E41424-B956-34DF-AE02-9822308FA3DC> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff3e2ce000 - 0x7fff3e2d9ffb com.apple.DirectoryService.Framework (10.14 - 207.200.4) <222097B7-D721-3F27-9798-ACC95E73F233> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff3e2da000 - 0x7fff3e394ff7 com.apple.DiscRecording (9.0.3 - 9030.4.5) <55E40DE0-500B-3AC4-81BA-4A54BC04740C> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff3e3bb000 - 0x7fff3e3c0fff com.apple.DiskArbitration (2.7 - 2.7) <C53C1905-9BCF-3AE8-8BB3-C8A2C7DB7D25> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff3e589000 - 0x7fff3e957fff com.apple.Foundation (6.9 - 1555.10) <0CCAF9AF-F7AF-3174-98D4-6C188B1079CC> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff3e9c8000 - 0x7fff3e9f8ff3 com.apple.GSS (4.0 - 2.0) <74ACB1A1-A5A4-3180-AC00-688C94AA4434> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff3eb11000 - 0x7fff3ec1aff3 com.apple.Bluetooth (6.0.8 - 6.0.8f6) <6CB8A08E-1154-3333-83CC-2A939AC94562> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff3ec7c000 - 0x7fff3ed0dfff com.apple.framework.IOKit (2.0.2 - 1483.201.1) <DA4ED91F-2CC9-3CFD-9200-9D5D31EEE4F3> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff3ed0f000 - 0x7fff3ed19ff7 com.apple.IOSurface (255.1 - 255.1) <538F0257-A408-36AF-AB1E-1D7037D6359E> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff3ed1a000 - 0x7fff3ed6fff7 com.apple.ImageCaptureCore (1.0 - 1529.7) <3A387CA8-BC6E-3554-91FB-42C074EECDA7> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff3ed70000 - 0x7fff3ef04ff7 com.apple.ImageIO.framework (3.3.0 - 1796.5.4.1) <9D078F50-BB75-3D04-8636-3FDDAB9C95DA> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff3ef05000 - 0x7fff3ef09ffb libGIF.dylib (1796.5.4.1) <93AD6FB9-03BA-350E-AF98-D371A2BFD58F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff3ef0a000 - 0x7fff3efeffef libJP2.dylib (1796.5.4.1) <3780EB9B-5219-385D-9472-17B0397697A5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff3eff0000 - 0x7fff3f015ff7 libJPEG.dylib (1796.5.4.1) <83CA8BEB-34BD-3B58-A704-C6A875984FAD> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff3f2e8000 - 0x7fff3f30efe7 libPng.dylib (1796.5.4.1) <9F30FA63-8AB2-3646-A6A8-FCE9F8436C35> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff3f30f000 - 0x7fff3f311ff7 libRadiance.dylib (1796.5.4.1) <2C07887C-0584-3538-A9EC-3988AA5B234B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff3f312000 - 0x7fff3f360fff libTIFF.dylib (1796.5.4.1) <F420B0DC-D0F7-3DD5-9E17-00462441635C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff3f65c000 - 0x7fff403deff7 com.apple.JavaScriptCore (14606 - 14606.1.36.1.9) <7FF80E53-3D6B-33BF-9538-A263513475EC> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff403f6000 - 0x7fff4040ffff com.apple.Kerberos (3.0 - 1) <8BE3D524-257D-3663-A937-F1AC76BDF4D9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff40410000 - 0x7fff40445ffb com.apple.LDAPFramework (2.4.28 - 194.5) <DC361FB9-4B59-311E-8CC5-07FF9A9C673F> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff406cc000 - 0x7fff406d6fff com.apple.MediaAccessibility (1.0 - 114.4) <29D89F2B-6254-3D0D-BD0C-8472FCA373F4> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff40790000 - 0x7fff40e2cff7 com.apple.MediaToolbox (1.0 - 2280.133.4) <FB1C3DD9-A91B-3952-A892-9F009B854F8F> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff40e2e000 - 0x7fff40ec1fff com.apple.Metal (157.55 - 157.55) <49CD402F-20CB-3930-B997-BBDC495ABF64> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff40ec3000 - 0x7fff40eddff3 com.apple.MetalKit (1.0 - 113) <8949A0FA-337E-3C28-94D1-35853D69761B> /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit
0x7fff40ede000 - 0x7fff40efeff7 com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <9A841A76-43BC-3220-A4DA-99137C42A0BC> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
0x7fff40eff000 - 0x7fff40f7cfef com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <C469D1E5-F621-3E56-87AC-1BD889664FA3> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
0x7fff40f7d000 - 0x7fff40fa5fff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <8C57A3A2-8EBB-3401-87FC-368D1BE6DAAC> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
0x7fff40fa6000 - 0x7fff410cdff7 com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <CE3201A3-4ACE-3E79-990B-8987C576B31B> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
0x7fff410ce000 - 0x7fff410e9ff7 com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <8F02CFCA-41E1-3194-915F-3106E8B48B32> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
0x7fff410ea000 - 0x7fff410eaff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <8B715D78-8357-38F4-A03C-926EE967CE71> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fff422e9000 - 0x7fff422f5ffb com.apple.NetFS (6.0 - 4.0) <529E29A9-5E77-3A8C-A982-CF55F949FE5D> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff44dac000 - 0x7fff44db4fe7 libcldcpuengine.dylib (2.9.6) <48AB98D8-1098-3B1D-8AFD-17B40F7A2F5D> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff44db5000 - 0x7fff44e0eff7 com.apple.opencl (2.12.1 - 2.12.1) <3EAE5BC8-E948-3926-9319-9DAC2A8B5484> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff44e0f000 - 0x7fff44e2bff7 com.apple.CFOpenDirectory (10.14 - 207.200.4) <7E4EFF02-2596-31E6-88DE-29C89E2837E4> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff44e2c000 - 0x7fff44e38ffb com.apple.OpenDirectory (10.14 - 207.200.4) <52A3918E-0F7A-33FD-87EE-21A37B37D13B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff4579b000 - 0x7fff4579dfff libCVMSPluginSupport.dylib (17.0.37) <38A18A32-BBF2-3A0F-AE37-51734B6CA91A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff4579e000 - 0x7fff457a3ff3 libCoreFSCache.dylib (163.20) <BF8F04DD-C1A1-3D2A-BF3F-639FE907E28D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff457a4000 - 0x7fff457a8fff libCoreVMClient.dylib (163.20) <45A2C724-F3D1-316A-9A41-CAB8E2A390EC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff457a9000 - 0x7fff457b1ffb libGFXShared.dylib (17.0.37) <267B40DF-2939-3D76-89FA-E8DBDEE96D92> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff457b2000 - 0x7fff457bdfff libGL.dylib (17.0.37) <2E25A83B-B560-34A1-B474-3027C8B75BA4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff457be000 - 0x7fff457f8fef libGLImage.dylib (17.0.37) <49C5F799-66E5-3A81-AF88-948DD0E583FA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff457f9000 - 0x7fff4596bff3 libGLProgrammability.dylib (17.0.37) <8A5E29FF-04DA-33D4-9F5F-B896CC967386> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fff4596c000 - 0x7fff459a9fff libGLU.dylib (17.0.37) <79555E42-B816-3106-8FA0-FC14A54AE8B3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff46359000 - 0x7fff46368ff3 com.apple.opengl (17.0.37 - 17.0.37) <FA76EAA6-D035-3444-87F5-DD95446D651D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff46369000 - 0x7fff464ffff7 GLEngine (17.0.37) <0A43977A-AA0D-3B05-AC7E-C7A8BFB3B449> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
0x7fff46500000 - 0x7fff46528ff7 GLRendererFloat (17.0.37) <F7461A91-0F80-336E-9CC5-9A777A454D28> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x7fff466ea000 - 0x7fff46834fff com.apple.QTKit (7.7.3 - 3034) <D612DC6C-0AA8-3D41-9E17-E8219984FC65> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff46835000 - 0x7fff46a90fff com.apple.imageKit (3.0 - 1067) <A43B90AB-8FCB-35BF-996A-CEB28B67EEB5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff46a91000 - 0x7fff46b7dfff com.apple.PDFKit (1.0 - 737.3) <F6981903-7259-3D89-B70E-855F970D84E7> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff46b7e000 - 0x7fff47094ff7 com.apple.QuartzComposer (5.1 - 370) <AA2ED670-1970-3888-B7DB-D11192EBF6BB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff47095000 - 0x7fff470bbff3 com.apple.quartzfilters (1.10.0 - 83) <06F25528-5474-39BF-BCD4-DD6B3203EA3C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff470bc000 - 0x7fff471c2ff7 com.apple.QuickLookUIFramework (5.0 - 775) <41F1FDD0-C99A-36D3-AC3A-A5E604D77F63> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff471c3000 - 0x7fff471c3fff com.apple.quartzframework (1.5 - 23) <103A742C-50F3-3A4A-B787-FDD35F36B6F1> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff471c4000 - 0x7fff4741afff com.apple.QuartzCore (1.11 - 693.16.4.2) <2C9E3279-3F97-3440-B937-E5FE888232E2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff4741b000 - 0x7fff47474ff7 com.apple.QuickLookFramework (5.0 - 775) <A4CA709A-2828-3F04-8786-7FAC8A95B98B> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff4763b000 - 0x7fff47653ffb com.apple.SafariServices.framework (14606 - 14606.1.36.1.9) <99E7035E-6B88-3F4D-A042-A24BEDCB0666> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
0x7fff47c68000 - 0x7fff47f8efff com.apple.security (7.0 - 58286.200.222) <AEB638D9-BFE9-319E-A70B-557ACF41117A> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff47f8f000 - 0x7fff4801efff com.apple.securityfoundation (6.0 - 55185.200.14) <770D67D1-3DA6-3FD3-8531-376712BA4F60> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff4801f000 - 0x7fff4804fffb com.apple.securityinterface (10.0 - 55109.200.8) <8BDA8A18-C4EB-3267-96AB-0C2F2321866D> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x7fff48050000 - 0x7fff48054ff3 com.apple.xpc.ServiceManagement (1.0 - 1) <20DB899D-3BAF-36FD-86A6-F66A82074607> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff48411000 - 0x7fff48481ff3 com.apple.SystemConfiguration (1.17 - 1.17) <EED5BC9B-CE8D-343C-BCDC-04A79F704828> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff486e2000 - 0x7fff48a44ff7 com.apple.VideoToolbox (1.0 - 2280.133.4) <468A9F6D-33AB-31D3-A8A3-A6A432033C9E> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff4b6e6000 - 0x7fff4b78bff7 com.apple.APFS (1.0 - 1) <CBE5EE83-7A5F-3C10-93FF-F6DA84DFB875> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x7fff4c04f000 - 0x7fff4c1abffb com.apple.AddressBook.core (1.0 - 1) <68F1FB1D-2198-3FC6-AC27-94BD7E058058> /System/Library/PrivateFrameworks/AddressBookCore.framework/Versions/A/AddressBookCore
0x7fff4c1c7000 - 0x7fff4c1c8ff3 com.apple.AggregateDictionary (1.0 - 1) <1DEBBE36-8945-3AD8-BD48-2850AD845711> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
0x7fff4c574000 - 0x7fff4c6bdff3 com.apple.AnnotationKit (1.0 - 232.3.27) <2F217C3B-CF60-355B-97B4-AF7CB62CA822> /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/AnnotationKit
0x7fff4c7c3000 - 0x7fff4c7efff7 com.apple.framework.Apple80211 (13.0 - 1375.14) <79EBF155-EAB2-37EE-BF8C-57BC453217B1> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff4cacb000 - 0x7fff4cadafcf com.apple.AppleFSCompression (96.200.3 - 1.0) <E093776E-C367-3CCF-BFD5-623476A89E9A> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff4cbd8000 - 0x7fff4cbe3fff com.apple.AppleIDAuthSupport (1.0 - 1) <5362D9AD-A2AE-3436-97CE-C353124504E5> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
0x7fff4cc24000 - 0x7fff4cc6dff3 com.apple.AppleJPEG (1.0 - 1) <9A690E6E-F987-3660-BED6-B1A4D1906B6C> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff4cc6e000 - 0x7fff4cc7eff3 com.apple.AppleLDAP (10.14 - 46.200.2) <1CA0C188-D060-3B80-84A1-6FA90812AF11> /System/Library/PrivateFrameworks/AppleLDAP.framework/Versions/A/AppleLDAP
0x7fff4ce97000 - 0x7fff4ceb7ff7 com.apple.aps.framework (4.0 - 4.0) <C1F1D153-CB1A-3C12-93E5-CDD38F0481E3> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
0x7fff4ceb8000 - 0x7fff4cebcff7 com.apple.AppleSRP (5.0 - 1) <B8E2BEC9-FAFB-3E26-BF26-E2E58C545006> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fff4cebd000 - 0x7fff4cee5ff7 com.apple.applesauce (1.0 - ???) <60BB16D6-DE7E-356A-B9DE-F73EE179934A> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
0x7fff4cfac000 - 0x7fff4cfafff7 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <2449197F-DF0D-32BB-B0B1-D78855528692> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff4cfb0000 - 0x7fff4d000fff com.apple.AppleVAFramework (5.0.44 - 5.0.44) <F7B8CD3A-8671-3B2C-B67C-CE39C1442207> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff4d04b000 - 0x7fff4d061ffb com.apple.AssertionServices (1.0 - 1) <8FB0D908-6C46-3399-92D6-4E7D4B5F4F19> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
0x7fff4d391000 - 0x7fff4d634ffb com.apple.AuthKit (1.0 - 1) <ED375339-69F6-34AE-825D-F16BF0618E3E> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
0x7fff4d805000 - 0x7fff4d80eff3 com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <972F41B3-7DF7-3BF1-ACCA-A093A4328ADF> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
0x7fff4d80f000 - 0x7fff4d8b1ff7 com.apple.backup.framework (1.10 - ???) <46534B04-DD0E-357B-9CB5-F88AAC6AF4ED> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff4d8b2000 - 0x7fff4d923ffb com.apple.BaseBoard (360.18.4 - 360.18.4) <709EF03C-5BCE-3F47-BD58-A48C1F9378A5> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
0x7fff4d92c000 - 0x7fff4d932ff3 com.apple.BezelServicesFW (317 - 317) <44601C3E-4808-38A4-A554-71F36000B003> /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices
0x7fff4d9ac000 - 0x7fff4d9e8ffb com.apple.bom (14.0 - 197) <8BD14107-DB70-3800-9377-618CA230B40A> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff4e0b6000 - 0x7fff4e0e4fff com.apple.CalendarAgentLink (8.0 - 250) <3741CC99-814F-3E74-97A7-B658D8DB5C72> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink
0x7fff4e7c5000 - 0x7fff4e812fff com.apple.ChunkingLibrary (194 - 194) <13F1F769-E8E7-372A-8F0B-2BB4B7753248> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff4e8ba000 - 0x7fff4e949ffb com.apple.CloudDocs (1.0 - 575.120) <94232936-1B40-3EAF-B731-883A4872BCE4> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
0x7fff4f4d2000 - 0x7fff4f4dbfff com.apple.CommonAuth (4.0 - 2.0) <7105F266-35C3-3582-9383-A2A9D7184A7B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff4f4ef000 - 0x7fff4f505ffb com.apple.commonutilities (8.0 - 900) <BE71A0AD-7ED9-3B2A-BF7D-DA7841640FE0> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
0x7fff4f7b9000 - 0x7fff4f823ff7 com.apple.AddressBook.ContactsFoundation (8.0 - ???) <2A910333-619F-3A27-B40E-0A4BF0F75AA8> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
0x7fff4f824000 - 0x7fff4f848ffb com.apple.contacts.ContactsPersistence (1.0 - ???) <1700A26A-3951-3B33-B503-B0272BF33C3D> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
0x7fff4f98b000 - 0x7fff4fd62fef com.apple.CoreAUC (273.0.0 - 273.0.0) <288EC7ED-A86A-30D0-ADE2-56C33CD93AA8> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff4fd63000 - 0x7fff4fd94fff com.apple.CoreAVCHD (6.0.0 - 6000.4.1) <507AC58B-4527-353B-99CB-67FF183BD4D5> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff4fdb1000 - 0x7fff4fdd3fff com.apple.CoreAnalytics.CoreAnalytics (1.0 - 1) <698E1B63-B193-3431-A1C7-9B8D2D62088C> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
0x7fff4fe2b000 - 0x7fff4fe7dffb com.apple.corebrightness (1.0 - 1) <84B0814D-7DE5-3518-9BA3-2DA235E0EA35> /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness
0x7fff4ffc1000 - 0x7fff4ffcafff com.apple.frameworks.CoreDaemon (1.3 - 1.3) <8D971ACD-6A26-30A9-9C5B-BCBF60A661F1> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fff501d8000 - 0x7fff501ebfff com.apple.CoreEmoji (1.0 - 69.15.9) <011E7853-BDD6-3197-BA8D-D6B977EF56EB> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fff503b1000 - 0x7fff504a5ff7 com.apple.CoreHandwriting (161 - 1.2) <0BD558D9-387B-34BA-8FAA-F1F75F1F9F01> /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHandwriting
0x7fff50668000 - 0x7fff5067effb com.apple.CoreMediaAuthoring (2.2 - 958) <FD761818-0B54-3DA6-B41C-20263BC2EDAE> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff507c1000 - 0x7fff50833ff7 com.apple.CoreNLP (1.0 - 130.15.22) <401F5284-A984-32A1-A547-CC8156381070> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
0x7fff509bb000 - 0x7fff50a48ff7 com.apple.CorePDF (4.0 - 414) <28DEBFFB-BABE-3493-8230-12CE3E5EC1E3> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff50aee000 - 0x7fff50af6ffb com.apple.CorePhoneNumbers (1.0 - 1) <F47CA56F-6760-3282-BFD8-C8C8D2C33ECF> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
0x7fff50c85000 - 0x7fff50cb6fff com.apple.CoreServicesInternal (357 - 357) <2D012EB3-83BF-3E51-A2BE-41AF26F2DDF0> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff5107b000 - 0x7fff51109ff7 com.apple.CoreSymbolication (10.0 - 64235.3.1) <912C63C0-473B-3352-A255-60F7CA3FE3F2> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff51199000 - 0x7fff512c5fff com.apple.coreui (2.1 - 498.46) <05F9736C-5A62-33B3-9607-551A332AEF28> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff512c6000 - 0x7fff51445ffb com.apple.CoreUtils (5.7 - 570.70) <2554BA12-16A2-399F-A13A-E5C8EB4FC1EC> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff5149c000 - 0x7fff514ffffb com.apple.framework.CoreWiFi (13.0 - 1370.8) <5C6ACF32-14D3-35FD-8A4A-629521090F41> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff51500000 - 0x7fff51511ffb com.apple.CrashReporterSupport (10.13 - 938.23) <36754BB2-680F-36AE-A5DE-548B4F41F0AE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff51594000 - 0x7fff515a3ff3 com.apple.framework.DFRFoundation (1.0 - 210) <61EF0583-E946-3201-932D-7D117BC62CB2> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fff515a4000 - 0x7fff515a8ff7 com.apple.DSExternalDisplay (3.1 - 380) <B6B26BB3-2DC9-34D0-817E-EB612432EC96> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fff5162b000 - 0x7fff516a2ffb com.apple.datadetectorscore (7.0 - 590.24) <2D4CFF51-BCD4-3D08-AE73-AB2B8BEC8659> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff516f0000 - 0x7fff51731fff com.apple.DebugSymbols (185 - 185) <01F561DA-4724-32FD-B2C7-6436F4CEB980> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff51732000 - 0x7fff5188bff7 com.apple.desktopservices (1.13 - ???) <053D3A96-9263-3242-8625-101DDB9350DE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff519bd000 - 0x7fff51a8fff7 com.apple.DiskImagesFramework (480.201.1 - 480.201.1) <54D2F7DC-DAA6-3667-9590-1407C7B738EC> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff51a90000 - 0x7fff51b54fff com.apple.DiskManagement (12.0 - 1530) <F844A618-613A-3609-9C31-621D92FB75DD> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
0x7fff51b55000 - 0x7fff51b59ff7 com.apple.DisplayServicesFW (3.1 - 380) <EE27909F-7790-3438-ACA4-3993233A67B8> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff51bfa000 - 0x7fff51bfdfff com.apple.EFILogin (2.0 - 2) <8FCA68D2-CEA5-39F6-B222-AC31FCF79D1D> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff523e2000 - 0x7fff52714fff com.apple.vision.EspressoFramework (1.0 - 120) <673D7C7E-62BC-3B81-8A32-B9AC3FD13A92> /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso
0x7fff528cf000 - 0x7fff52cf7fff com.apple.vision.FaceCore (3.3.4 - 3.3.4) <CCBC466A-1AD4-3B0B-80B2-D6CFCBB37FC0> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff52d2a000 - 0x7fff52db6ff7 com.apple.FileProvider (125.129 - 125.129) <31642A56-F183-3DA3-8713-745358CAE55D> /System/Library/PrivateFrameworks/FileProvider.framework/Versions/A/FileProvider
0x7fff52dcf000 - 0x7fff5324fff7 com.apple.FinderKit (1.7 - ???) <7D933EAA-7B52-327E-B77F-DF63A0C03481> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
0x7fff56619000 - 0x7fff5661afff libmetal_timestamp.dylib (902.1.49) <F0C95234-16BA-3F0B-A11E-087ABDC8DD6C> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib
0x7fff57cb3000 - 0x7fff57cbeff7 libGPUSupportMercury.dylib (17.0.37) <E8A195F4-E2E4-3EB5-AF21-856EBA145436> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x7fff57cbf000 - 0x7fff57cc4ff7 com.apple.GPUWrangler (3.22.9 - 3.22.9) <A7FF28DC-3576-3E53-AFAF-0E29CB45E9AE> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
0x7fff58074000 - 0x7fff58099ff7 com.apple.GenerationalStorage (2.0 - 285.101) <089301DF-60C9-3BED-9357-2F91336C1579> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff580b2000 - 0x7fff58ae0fff com.apple.GeoServices (1.0 - 1364.20.2.5.70) <8662E9B6-2249-359D-B7A9-FE8BE9B55B51> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
0x7fff58b23000 - 0x7fff58b32fff com.apple.GraphVisualizer (1.0 - 5) <C7040CD7-6CAB-3878-B29E-21F1665341D0> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
0x7fff58c19000 - 0x7fff58c8dfff com.apple.Heimdal (4.0 - 2.0) <793E1D31-6166-37F2-A989-F98FE1706E5D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff58c8e000 - 0x7fff58cbdfff com.apple.HelpData (2.3 - 184) <56A7277E-B1C3-3AD8-AF4B-8BAA41D6E640> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x7fff5a05f000 - 0x7fff5a068fff com.apple.IOAccelMemoryInfo (1.0 - 1) <A2E867B2-615D-393C-A2C7-D2B83B56756D> /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/Versions/A/IOAccelMemoryInfo
0x7fff5a069000 - 0x7fff5a070ffb com.apple.IOAccelerator (400.24 - 400.24) <01551ED8-6AE1-307D-A3F0-DCA85FAA5210> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff5a074000 - 0x7fff5a08dff7 com.apple.IOPresentment (1.0 - 37) <751130A1-8639-3BDA-BF8F-A3BE54427E43> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fff5a4a0000 - 0x7fff5a4cfff7 com.apple.IconServices (379 - 379) <BE9E71B4-C00E-317D-9093-6E637C905A09> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff5a5fa000 - 0x7fff5a5fefff com.apple.InternationalSupport (1.0 - 10.15.6) <F0E300AD-1E67-3D57-B179-C2212F7CD00C> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
0x7fff5a66b000 - 0x7fff5a678fff com.apple.IntlPreferences (2.0 - 227.15.8) <41EA1B38-1F8B-3C58-A51B-37FA2346E8DC> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
0x7fff5a76e000 - 0x7fff5a781fff com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <10A17A9D-564E-3841-A433-D6D7401ED733> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
0x7fff5a79c000 - 0x7fff5a893fff com.apple.LanguageModeling (1.0 - 159.15.15) <E524CC46-42C7-3046-AD6C-5D5D768EA478> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff5a894000 - 0x7fff5a8d5ff7 com.apple.Lexicon-framework (1.0 - 33.15.10) <90C1CFE1-9935-3F4F-8A9B-1DD697F2FF3D> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
0x7fff5a8dc000 - 0x7fff5a8e2ff7 com.apple.LinguisticData (1.0 - 238.15.29) <D27B30BA-3F5D-3AF2-895C-3B64569EEA1B> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
0x7fff5a9db000 - 0x7fff5a9e0ffb com.apple.LoginUICore (4.0 - 4.0) <991F8731-8845-383F-890C-4CE1BEFE937A> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
0x7fff5b13f000 - 0x7fff5b142fff com.apple.Mangrove (1.0 - 25) <8744DBF9-3375-392C-8EE6-24373E0D19E8> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff5b1d0000 - 0x7fff5b1f7ffb com.apple.MarkupUI (1.0 - 232.3.27) <1A5E88CA-36C3-30A8-9D39-71CC6923D009> /System/Library/PrivateFrameworks/MarkupUI.framework/Versions/A/MarkupUI
0x7fff5b260000 - 0x7fff5b293ff3 com.apple.MediaKit (16 - 906) <15D4EDA2-AAAC-3CF3-BB2B-3A92AECC932D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff5b63c000 - 0x7fff5b664ffb com.apple.spotlight.metadata.utilities (1.0 - 1191.51) <7CD28A81-F0D6-3575-8F83-3D45D53F72BB> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
0x7fff5b665000 - 0x7fff5b6f7fff com.apple.gpusw.MetalTools (1.0 - 1) <60BE7793-D8DE-3DF1-94D7-503301EC1E72> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
0x7fff5b70c000 - 0x7fff5b725fff com.apple.MobileAssets (1.0 - 437.200.49) <0C9B7077-BFCF-3A2E-8F54-D7C2820893FD> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
0x7fff5b8a1000 - 0x7fff5b8bcfff com.apple.MobileKeyBag (2.0 - 1.0) <E9F2FF73-22D0-35B5-BD2C-9DD8FDB12BCC> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
0x7fff5b8cd000 - 0x7fff5b949ff7 com.apple.Montreal (1.0 - 42.15.8) <F7AAEEC2-B981-30C4-995F-4D98FB808984> /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal
0x7fff5b94a000 - 0x7fff5b974ff7 com.apple.MultitouchSupport.framework (2400.15 - 2400.15) <A2BB198C-0B1A-3988-8611-9A9BCCE650B5> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff5bbe6000 - 0x7fff5bbf0fff com.apple.NetAuth (6.2 - 6.2) <55DC741A-A01A-380C-B2D3-244241DA1F2C> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff5c4bb000 - 0x7fff5c511fff com.apple.OTSVG (1.0 - ???) <A0E0FC0B-B48F-3639-9C50-BAECC72988D5> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
0x7fff5d56d000 - 0x7fff5d673fff com.apple.PencilKit (1.0 - 1) <30261DA0-5099-3ECE-8DF6-E2D15BFA2B5C> /System/Library/PrivateFrameworks/PencilKit.framework/Versions/A/PencilKit
0x7fff5d674000 - 0x7fff5d683ff3 com.apple.PerformanceAnalysis (1.217 - 217) <8560F263-31F4-3CCA-84B1-30C296DC1A7D> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff5d8de000 - 0x7fff5d8defff com.apple.PhoneNumbers (1.0 - 1) <739CE787-1F32-3EE3-90C7-4D0522A25092> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x7fff5f19b000 - 0x7fff5f1c0ff7 com.apple.pluginkit.framework (1.0 - 1) <279FC41A-AEAA-3400-9AE7-1FC6E53BC549> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
0x7fff5f1eb000 - 0x7fff5f1fdff3 com.apple.PowerLog (1.0 - 1) <F921C10F-11EC-3D68-91FD-CA836F1B26CE> /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog
0x7fff5f5e4000 - 0x7fff5f63bfff com.apple.ProtectedCloudStorage (1.0 - 1) <737DEC8B-342E-3BB2-AF69-D4428D467E4E> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x7fff5f63c000 - 0x7fff5f65aff7 com.apple.ProtocolBuffer (1 - 263) <C5AC21FB-74AD-3FC2-B231-B1376751BBAE> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff5f7ee000 - 0x7fff5f7f1ff3 com.apple.QuickLookNonBaseSystem (1.0 - 1) <941AB8E3-BA18-326D-AA59-BA30FFC4C6AC> /System/Library/PrivateFrameworks/QuickLookNonBaseSystem.framework/Versions/A/QuickLookNonBaseSystem
0x7fff5f7f2000 - 0x7fff5f808ff3 com.apple.QuickLookThumbnailing (1.0 - 1) <AAF7A93C-5553-3476-B2F2-B8B1DA2BEF54> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
0x7fff5f809000 - 0x7fff5f861f0f com.apple.ROCKit (24 - 24) <5437F6F7-453F-3D75-9E87-D2A090D82D25> /System/Library/PrivateFrameworks/ROCKit.framework/Versions/A/ROCKit
0x7fff5f926000 - 0x7fff5f932ff3 com.apple.xpc.RemoteServiceDiscovery (1.0 - 1336.201.2) <FB030135-1633-378F-A7A6-B1A81AD068A2> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
0x7fff5f945000 - 0x7fff5f968ffb com.apple.RemoteViewServices (2.0 - 128) <68530B4D-B2C0-3271-941B-D9EA62095727> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff5f969000 - 0x7fff5f97dfff com.apple.xpc.RemoteXPC (1.0 - 1336.201.2) <1E00A78B-1934-39A0-8F35-48CBEB93D04C> /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC
0x7fff612c9000 - 0x7fff612d1ffb com.apple.coreservices.SharePointManager (1.0 - 57.1) <CC640F04-85B2-3617-B52F-1CE400549380> /System/Library/PrivateFrameworks/SharePointManagement.framework/Versions/A/SharePointManagement
0x7fff612d6000 - 0x7fff613f5fff com.apple.Sharing (1176.11 - 1176.11) <9881AEAD-5410-33F7-A852-770C7FE677C9> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff613f6000 - 0x7fff61415ff3 com.apple.shortcut (2.16 - 101) <D724B49E-C972-31CC-B47C-8CB769A3E0B0> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x7fff61416000 - 0x7fff61428ff7 com.apple.sidecar-core (1.0 - 38) <B362F6EF-9750-3F81-A0EF-4402CFFE2D1A> /System/Library/PrivateFrameworks/SidecarCore.framework/Versions/A/SidecarCore
0x7fff61429000 - 0x7fff61439ffb com.apple.sidecar-ui (1.0 - 38) <116A490F-F74E-3590-A1B4-60A4B285E5F8> /System/Library/PrivateFrameworks/SidecarUI.framework/Versions/A/SidecarUI
0x7fff621a7000 - 0x7fff62457ff7 com.apple.SkyLight (1.600.0 - 336.80.6) <5F7D2312-0003-354C-82BC-DC346B1A98E6> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fff62c26000 - 0x7fff62c33fff com.apple.SpeechRecognitionCore (5.0.21 - 5.0.21) <816EC315-3E76-37B7-A495-B4AE031DA439> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff62cf0000 - 0x7fff62f58ffb com.apple.spotlight.index (10.7.0 - 1191.51) <583CD37E-9C0E-3842-B2C8-B809F0A6DD6D> /System/Library/PrivateFrameworks/SpotlightIndex.framework/Versions/A/SpotlightIndex
0x7fff63318000 - 0x7fff63357ff3 com.apple.StreamingZip (1.0 - 1) <3F13DFEE-A6C9-3815-9120-B5CA6987662E> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
0x7fff63358000 - 0x7fff633c9ffb com.apple.Suggestions (6.0 - 226) <7B04BAF2-B734-3238-8F38-74629ADE6CF2> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
0x7fff63a94000 - 0x7fff63b21ff7 com.apple.Symbolication (10.0 - 64254.5) <7D5FB79E-1121-3DB0-9CBE-C023835ACE60> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff63b22000 - 0x7fff63b2bffb com.apple.SymptomDiagnosticReporter (1.0 - 820.207.88) <0D7B57B7-8563-3B6D-9084-AA5A1340CAA8> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
0x7fff63d7d000 - 0x7fff63da9fff com.apple.framework.SystemAdministration (1.0 - 1.0) <E41D573A-C356-344E-9E67-809F30D9DEF4> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
0x7fff6402a000 - 0x7fff64037ff3 com.apple.TCC (1.0 - 1) <55C045F7-D8AB-3BE6-970B-9457FA78E7E3> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff642a6000 - 0x7fff6436dff7 com.apple.TextureIO (3.8.4 - 3.8.1) <F9D5F55D-9A33-326E-8B2F-B533CC91DD64> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fff643cb000 - 0x7fff643e6fff com.apple.ToneKit (1.0 - 1) <B353747A-3E09-3FA3-BDB2-598A891ACA8A> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
0x7fff643e7000 - 0x7fff6440fffb com.apple.ToneLibrary (1.0 - 1) <3AEA8490-6454-3156-B11D-6B816EA2FE9A> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
0x7fff64427000 - 0x7fff64428fff com.apple.TrustEvaluationAgent (2.0 - 31.200.1) <BD0BE410-E172-3585-82B2-869A1FE43092> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff6442e000 - 0x7fff645e8fff com.apple.UIFoundation (1.0 - 550.35) <1CAAA3AC-1477-3E24-B55C-07A704D7CA03> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff652d6000 - 0x7fff653bffff com.apple.ViewBridge (400.1 - 400.1) <0BCCA232-710B-3F84-8341-A30F77B3A4E9> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0x7fff65bda000 - 0x7fff65bddfff com.apple.dt.XCTTargetBootstrap (1.0 - 1) <63A533F6-988D-3FED-A1C7-20BC725A0D4B> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
0x7fff6600e000 - 0x7fff66010ff3 com.apple.loginsupport (1.0 - 1) <5F1E000D-0674-3413-AB3E-83F7974666FB> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff66011000 - 0x7fff66026fff com.apple.login (3.0 - 3.0) <474C5E41-1326-3E78-A154-218D618D6BD4> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
0x7fff6605d000 - 0x7fff6608fffb com.apple.contacts.vCard (1.0 - ???) <18815F93-065A-3A4D-BEFB-243C1A5D9F91> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
0x7fff662ca000 - 0x7fff66302fff libCRFSuite.dylib (41.15.4) <62EDD39F-6D1B-334B-A9A2-5800714255BB> /usr/lib/libCRFSuite.dylib
0x7fff66305000 - 0x7fff66310ff7 libChineseTokenizer.dylib (28.15.3) <8CD1C213-7F62-3F02-BFB1-D0A5EFF92AB0> /usr/lib/libChineseTokenizer.dylib
0x7fff66311000 - 0x7fff6639dff7 libCoreStorage.dylib (546.50.1) <F56AD958-416C-38EA-9829-DEAAB1F0C155> /usr/lib/libCoreStorage.dylib
0x7fff663a1000 - 0x7fff663a2ff7 libDiagnosticMessagesClient.dylib (107) <C542CB3C-AA44-3D7F-B88C-79CC31B481AB> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff663d9000 - 0x7fff6659cff7 libFosl_dynamic.dylib (18.3.2) <6EF1CB2A-2BDA-3458-B631-F794D72660FD> /usr/lib/libFosl_dynamic.dylib
0x7fff665f2000 - 0x7fff66611ffb libMobileGestalt.dylib (645.200.76) <A2C32318-0E35-3963-B9B7-E1E92AD33BA6> /usr/lib/libMobileGestalt.dylib
0x7fff66612000 - 0x7fff66612fff libOpenScriptingUtil.dylib (178) <2EEBF84D-9E00-3570-AC0C-C49C8D25A8BF> /usr/lib/libOpenScriptingUtil.dylib
0x7fff66753000 - 0x7fff66754ffb libSystem.B.dylib (1252.200.5) <D5133811-9D66-3DEB-9521-0A67347C9A54> /usr/lib/libSystem.B.dylib
0x7fff667de000 - 0x7fff667dffff libThaiTokenizer.dylib (2.15.1) <A8235B04-F541-3856-BE2E-B58EE0483AD9> /usr/lib/libThaiTokenizer.dylib
0x7fff667f2000 - 0x7fff66808ffb libapple_nghttp2.dylib (1.24.1) <B8D45114-3868-3154-BC35-22597E3E7D8A> /usr/lib/libapple_nghttp2.dylib
0x7fff66809000 - 0x7fff66832ffb libarchive.2.dylib (54.200.3) <B47C54A0-3A30-374A-BD99-2304B9B0EC82> /usr/lib/libarchive.2.dylib
0x7fff66833000 - 0x7fff668b2fef libate.dylib (1.13.8) <C647A80F-6F80-3FDA-A9B4-92800999F963> /usr/lib/libate.dylib
0x7fff668b6000 - 0x7fff668b6ff3 libauto.dylib (187) <01824E49-F2EF-3FC1-ABF3-782EFDF6CA17> /usr/lib/libauto.dylib
0x7fff6698e000 - 0x7fff6699eff3 libbsm.0.dylib (39.200.18) <5E5098D0-F7B2-32A1-8038-E709F6718D4E> /usr/lib/libbsm.0.dylib
0x7fff6699f000 - 0x7fff669adfff libbz2.1.0.dylib (38.200.3) <4EE3C5E8-BEF3-3910-A231-B1AE2B437E01> /usr/lib/libbz2.1.0.dylib
0x7fff669ae000 - 0x7fff66a05ff7 libc++.1.dylib (400.9.4) <D4AB366F-48A9-3C7D-91BD-41198F69DD57> /usr/lib/libc++.1.dylib
0x7fff66a06000 - 0x7fff66a1bfff libc++abi.dylib (400.17) <BA948A32-9024-3E55-98D4-18E31F6AED25> /usr/lib/libc++abi.dylib
0x7fff66a1c000 - 0x7fff66a1cff3 libcharset.1.dylib (51.200.6) <D998A58B-E4A8-3685-9A6A-43AFC28100EB> /usr/lib/libcharset.1.dylib
0x7fff66a1d000 - 0x7fff66a2dffb libcmph.dylib (6.15.1) <5D776FF6-DF7F-3EDD-B920-C07ED76C672B> /usr/lib/libcmph.dylib
0x7fff66a2e000 - 0x7fff66a46ffb libcompression.dylib (52.200.13) <EA767836-CBDC-318D-AC14-963C90D6CC67> /usr/lib/libcompression.dylib
0x7fff66cf1000 - 0x7fff66d07fff libcoretls.dylib (155.200.6) <6E68F922-752C-311F-B56D-EE391E6AE1F7> /usr/lib/libcoretls.dylib
0x7fff66d08000 - 0x7fff66d09ff3 libcoretls_cfhelpers.dylib (155.200.6) <7300BA76-39D2-349E-9FB8-EBE5947A708A> /usr/lib/libcoretls_cfhelpers.dylib
0x7fff66ea8000 - 0x7fff67038ff3 libcrypto.35.dylib (22.200.4) <B4F83304-FB35-3CA5-8949-DE7D75B8A9D9> /usr/lib/libcrypto.35.dylib
0x7fff671d3000 - 0x7fff6736bff7 libcrypto.42.dylib (22.200.4) <EFCEE49A-759B-3A9A-A164-ECD1A98D40F9> /usr/lib/libcrypto.42.dylib
0x7fff6736c000 - 0x7fff67377ff7 libcsfde.dylib (546.50.1) <65E8F1F1-665A-381E-8932-D7CBA451991B> /usr/lib/libcsfde.dylib
0x7fff67380000 - 0x7fff673d6ffb libcups.2.dylib (462.9) <51E06E95-891F-3B88-A8C3-35B514C57239> /usr/lib/libcups.2.dylib
0x7fff67400000 - 0x7fff67454ff3 libcurl.4.dylib (105.200.2) <607613FE-3D84-3035-9C79-C6F72AF287D7> /usr/lib/libcurl.4.dylib
0x7fff6750e000 - 0x7fff6750efff libenergytrace.dylib (17.200.1) <D62ED169-B91C-3CCB-ADF5-E66AE4007B51> /usr/lib/libenergytrace.dylib
0x7fff67540000 - 0x7fff67545ff7 libgermantok.dylib (17.15.2) <9CBF0658-E83B-32E6-B674-3EE72D22C041> /usr/lib/libgermantok.dylib
0x7fff67546000 - 0x7fff6754bff7 libheimdal-asn1.dylib (520.200.17) <58971629-3850-3905-A9A1-09FCF7A32815> /usr/lib/libheimdal-asn1.dylib
0x7fff67577000 - 0x7fff67668ff7 libiconv.2.dylib (51.200.6) <3240A278-F537-3EC8-BE0C-983797520A50> /usr/lib/libiconv.2.dylib
0x7fff67669000 - 0x7fff678ccffb libicucore.A.dylib (62107.0.1) <EAE6FC43-3AD2-3A53-9F7A-4E5E5F66D006> /usr/lib/libicucore.A.dylib
0x7fff67919000 - 0x7fff6791afff liblangid.dylib (128.15.1) <F79B6250-C0B1-3E8E-851F-6CA33B4311A3> /usr/lib/liblangid.dylib
0x7fff6791b000 - 0x7fff67933fff liblzma.5.dylib (10.200.3) <3ADDFA63-F37A-3C9C-91E4-58EE3113B9A1> /usr/lib/liblzma.5.dylib
0x7fff6794b000 - 0x7fff679fbfff libmecab.1.0.0.dylib (779.15.23) <6A38FCDA-17CE-30C3-AB66-A714CF645384> /usr/lib/libmecab.1.0.0.dylib
0x7fff679fc000 - 0x7fff67c39fff libmecabra.dylib (779.15.23) <30E102AA-F3D3-3572-A1AE-1F2287DEF696> /usr/lib/libmecabra.dylib
0x7fff67e11000 - 0x7fff68169fff libnetwork.dylib (1229.200.109) <AD59D28C-CCB2-3B34-B904-8CCCEB2CF320> /usr/lib/libnetwork.dylib
0x7fff681fa000 - 0x7fff68980fe7 libobjc.A.dylib (750) <2E868147-8818-359E-8CD7-A8B80665928F> /usr/lib/libobjc.A.dylib
0x7fff68981000 - 0x7fff68982fff libodfde.dylib (24.50.1) <B948D85A-165F-3E58-A8DD-24CF6454380A> /usr/lib/libodfde.dylib
0x7fff68993000 - 0x7fff68997ffb libpam.2.dylib (22.200.1) <8C419238-675A-3C41-B8D4-95E391CA630F> /usr/lib/libpam.2.dylib
0x7fff6899a000 - 0x7fff689d0ff7 libpcap.A.dylib (79.200.4) <5939AB23-B2A9-3C03-B6C1-4F0E5A21D9FC> /usr/lib/libpcap.A.dylib
0x7fff68aea000 - 0x7fff68b02ffb libresolv.9.dylib (65.200.2) <0FEAEB01-B926-37FA-AB47-99BAC481C10B> /usr/lib/libresolv.9.dylib
0x7fff68b41000 - 0x7fff68b53ff7 libsasl2.2.dylib (211) <205CC13E-4ED7-3CE9-987F-12B28C6115A7> /usr/lib/libsasl2.2.dylib
0x7fff68b54000 - 0x7fff68b55ffb libspindump.dylib (266) <0E60D709-0A48-3905-ACD1-9DDE6FD8B476> /usr/lib/libspindump.dylib
0x7fff68b56000 - 0x7fff68d2dfe7 libsqlite3.dylib (274.20) <4434B695-BC65-30D6-AFED-1B6488DB3D2E> /usr/lib/libsqlite3.dylib
0x7fff68e30000 - 0x7fff68e7dfff libssl.44.dylib (22.200.4) <CF4931A6-5928-3E2B-8E31-1854F36B0C19> /usr/lib/libssl.44.dylib
0x7fff68fba000 - 0x7fff68fbdffb libutil.dylib (51.200.4) <91EE9BF4-FB06-3260-B502-7EFDAD5AF59B> /usr/lib/libutil.dylib
0x7fff68fbe000 - 0x7fff68fcbfff libxar.1.dylib (404) <4B4D0206-0B62-3E89-AD07-E7BB9E4DFA68> /usr/lib/libxar.1.dylib
0x7fff68fd0000 - 0x7fff690b3fff libxml2.2.dylib (32.6) <BFF70F01-6755-36B9-B7AA-724743E63503> /usr/lib/libxml2.2.dylib
0x7fff690b4000 - 0x7fff690dcff3 libxslt.1.dylib (16.1) <F191E8B9-7530-30CA-873B-2FA2BF2D6374> /usr/lib/libxslt.1.dylib
0x7fff690dd000 - 0x7fff690efffb libz.1.dylib (70.200.4) <99A3D725-8388-38B4-B66C-5E9006E6F072> /usr/lib/libz.1.dylib
0x7fff69160000 - 0x7fff69164ff3 libcache.dylib (81) <FE21A7E9-DBEB-33AC-836B-785AD036ACF4> /usr/lib/system/libcache.dylib
0x7fff69165000 - 0x7fff6916fff3 libcommonCrypto.dylib (60118.200.6) <78093D4F-91DB-35C8-981A-13375778B2E7> /usr/lib/system/libcommonCrypto.dylib
0x7fff69170000 - 0x7fff69177fff libcompiler_rt.dylib (63.4) <A4D9CF37-D076-3CE9-95F1-DA89DA1601B6> /usr/lib/system/libcompiler_rt.dylib
0x7fff69178000 - 0x7fff69181ff3 libcopyfile.dylib (146.200.3) <4BCDADBF-79F5-3829-B47D-64DA0D44BCBF> /usr/lib/system/libcopyfile.dylib
0x7fff69182000 - 0x7fff69206fff libcorecrypto.dylib (602.200.50) <7AEC5B72-0B92-37E8-808B-6732DB714139> /usr/lib/system/libcorecrypto.dylib
0x7fff6928c000 - 0x7fff692c6ff7 libdispatch.dylib (1008.200.78) <B8962879-AD55-3CF0-9B0A-5F1D57D1E14B> /usr/lib/system/libdispatch.dylib
0x7fff692c7000 - 0x7fff692f6fff libdyld.dylib (625.13) <4B16C209-83D4-3817-9B62-C2F7FFB23755> /usr/lib/system/libdyld.dylib
0x7fff692f7000 - 0x7fff692f7ffb libkeymgr.dylib (30) <A73AA788-C35C-3284-BFCA-95B1BBDF0CF3> /usr/lib/system/libkeymgr.dylib
0x7fff692f8000 - 0x7fff69304ff7 libkxld.dylib (4903.201.2) <EAF1CF8D-3843-33BE-8126-30994685B8F0> /usr/lib/system/libkxld.dylib
0x7fff69305000 - 0x7fff69305ff7 liblaunch.dylib (1336.201.2) <43E6698E-155E-3EAE-BAFF-CA5FCB35325C> /usr/lib/system/liblaunch.dylib
0x7fff69306000 - 0x7fff6930bfff libmacho.dylib (917) <17BF7038-9C70-3EE1-9E96-3AE10D49669E> /usr/lib/system/libmacho.dylib
0x7fff6930c000 - 0x7fff6930eff3 libquarantine.dylib (86.200.11) <C70DA995-0D6E-302C-A15E-F7F03A3857B4> /usr/lib/system/libquarantine.dylib
0x7fff6930f000 - 0x7fff69310ff3 libremovefile.dylib (45.200.2) <D74A307B-3DC7-3992-B16C-DACB8207BE13> /usr/lib/system/libremovefile.dylib
0x7fff69311000 - 0x7fff69328ff3 libsystem_asl.dylib (356.200.4) <EC9D8AD4-E5CB-3765-804A-9E1E9DC045D2> /usr/lib/system/libsystem_asl.dylib
0x7fff69329000 - 0x7fff69329fff libsystem_blocks.dylib (73) <26419398-C30C-30F1-B656-A92AFA9560F6> /usr/lib/system/libsystem_blocks.dylib
0x7fff6932a000 - 0x7fff693b2fff libsystem_c.dylib (1272.200.26) <3DEEE96E-6DF6-35AD-8654-D69AC26B907B> /usr/lib/system/libsystem_c.dylib
0x7fff693b3000 - 0x7fff693b6ff7 libsystem_configuration.dylib (963.200.27) <02CC3996-B34E-333C-8806-AE2699D34424> /usr/lib/system/libsystem_configuration.dylib
0x7fff693b7000 - 0x7fff693baff7 libsystem_coreservices.dylib (66) <254B6849-2C8F-302C-8616-B8324A11AB30> /usr/lib/system/libsystem_coreservices.dylib
0x7fff693bb000 - 0x7fff693c1ffb libsystem_darwin.dylib (1272.200.26) <974E9EF7-DE72-34B7-B056-0A81C10DF8EB> /usr/lib/system/libsystem_darwin.dylib
0x7fff693c2000 - 0x7fff693c8ff7 libsystem_dnssd.dylib (878.200.35) <FFC665AA-B257-35AD-BD8B-32FD42C2EEC1> /usr/lib/system/libsystem_dnssd.dylib
0x7fff693c9000 - 0x7fff69415ff3 libsystem_info.dylib (517.200.9) <0707C387-D7DE-372E-8FF1-3DE5C91932D6> /usr/lib/system/libsystem_info.dylib
0x7fff69416000 - 0x7fff6943dff7 libsystem_kernel.dylib (4903.201.2) <45FAA4C0-D553-34FD-ADF8-884886AE0D2A> /usr/lib/system/libsystem_kernel.dylib
0x7fff6943e000 - 0x7fff69489ff7 libsystem_m.dylib (3158.200.7) <43D1796B-954F-37D6-B1AC-9D80DF0655A2> /usr/lib/system/libsystem_m.dylib
0x7fff6948a000 - 0x7fff694aeff7 libsystem_malloc.dylib (166.200.60) <846F6898-117C-3427-A8FB-3772FFC2410B> /usr/lib/system/libsystem_malloc.dylib
0x7fff694af000 - 0x7fff694baffb libsystem_networkextension.dylib (767.200.40) <F84D5474-4DC1-3E1A-AE00-8CE9593278B4> /usr/lib/system/libsystem_networkextension.dylib
0x7fff694bb000 - 0x7fff694c2fff libsystem_notify.dylib (172.200.21) <BCCB222F-DC64-3954-A836-DCCE6659CA5A> /usr/lib/system/libsystem_notify.dylib
0x7fff694c3000 - 0x7fff694ccfef libsystem_platform.dylib (177.200.16) <B75B04AD-69FE-3ADE-84D2-C17972FC8F49> /usr/lib/system/libsystem_platform.dylib
0x7fff694cd000 - 0x7fff694d7fff libsystem_pthread.dylib (330.201.1) <87A6B136-E423-3B6D-A58A-137F392D7D9D> /usr/lib/system/libsystem_pthread.dylib
0x7fff694d8000 - 0x7fff694dbff7 libsystem_sandbox.dylib (851.201.1) <FBA7E09B-F10F-3424-90EA-B4999B7FB461> /usr/lib/system/libsystem_sandbox.dylib
0x7fff694dc000 - 0x7fff694deff7 libsystem_secinit.dylib (30.200.13) <CBEAB62B-F0A0-342F-9878-CADC14A3CB0D> /usr/lib/system/libsystem_secinit.dylib
0x7fff694df000 - 0x7fff694e6ff7 libsystem_symptoms.dylib (820.207.88) <B6E22FA8-0F7B-36FD-9D99-284056D3CB47> /usr/lib/system/libsystem_symptoms.dylib
0x7fff694e7000 - 0x7fff694fcff7 libsystem_trace.dylib (906.200.86) <7983ED77-18B5-39A5-BE19-AE4F2832ADEA> /usr/lib/system/libsystem_trace.dylib
0x7fff694fe000 - 0x7fff69503ffb libunwind.dylib (35.4) <41222EF6-2233-3CF4-947A-15D48CB8C030> /usr/lib/system/libunwind.dylib
0x7fff69504000 - 0x7fff69534fff libxpc.dylib (1336.201.2) <0A8747D1-33AA-37E1-B97A-BA9B95FE4E8C> /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: 861790
thread_create: 0
thread_set_state: 26550
VM Region Summary:
ReadOnly portion of Libraries: Total=530.4M resident=0K(0%) swapped_out_or_unallocated=530.4M(100%)
Writable regions: Total=835.9M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=835.9M(100%)
VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 384K 4
Activity Tracing 256K 2
CG backing stores 47.1M 12
CG image 172K 17
CG raster data 8K 2
CoreAnimation 16.6M 41
CoreGraphics 8K 2
CoreImage 216K 32
CoreUI image data 3760K 44
CoreUI image file 576K 9
Foundation 39.8M 7
Kernel Alloc Once 8K 2
MALLOC 329.3M 49
MALLOC guard page 32K 7
MALLOC_NANO (reserved) 384.0M 2 reserved VM address space (unallocated)
Memory Tag 242 12K 2
Memory Tag 251 32K 2
OpenGL GLSL 256K 4
STACK GUARD 56.0M 13
Stack 13.6M 13
VM_ALLOCATE 1396K 64
__DATA 49.8M 478
__FONT_DATA 4K 2
__GLSLBUILTINS 5176K 2
__LINKEDIT 225.2M 102
__TEXT 305.2M 448
__UNICODE 560K 2
mapped file 71.2M 65
shared memory 3788K 23
=========== ======= =======
TOTAL 1.5G 1423
TOTAL, minus reserved VM space 1.1G 1423
Model: MacBookPro11,5, BootROM MBP114.0184.B00, 4 processors, Intel Core i7, 2.8 GHz, 16 GB, SMC 2.30f2
Graphics: AMD Radeon R9 M370X, AMD Radeon R9 M370X, PCIe
Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533642465238412D50422020
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533642465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x152), Broadcom BCM43xx 1.0 (7.77.61.1 AirPortDriverBrcmNIC-1305.2)
Bluetooth: Version 6.0.8f6, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM1024G, 1 TB
USB Device: USB 3.0 Bus
USB Device: Apple Internal Keyboard / Trackpad
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 27.1
Exactly the same issue as rednebmas here. Crash report is almost 1-on-1 the same. Also after importing an STL, but similar behaviour with importing xyz file. MacBook pro 11,3, Intel Core i7, 2.6GHz, 16GB mem, macOS 10.14.4, Boot ROM version 151.0.0.0.0
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi ,I love this program i have used it a little before but since i downloaded it to use this time, i haven't been able to open anything that i need. The files i would like to import are all shared between inventor and meshmixer and some are 3d scans, Any help i can get would be great, It is at times like these you feel the time constraints...