Closed nagamitsu-git closed 4 years ago
Please fill in the rest of the Issue template, including reproduction steps.
I guess that I am encountering the same problem on same version of macOS - only difference is that I am using Macmini6,1 from 2012.
Start of OBS succeeds without error.
Start of OBS fails with error message:
OBS wurde unerwartet beendet (OBS crashed unexpectedly)
together with production of following crash report: obs_2020-01-03-223934_Slivery.crash.txt
brew cask install obs
Some observations that might help in identifying the root cause of the problem:
/Applications/OBS.app/Contents/MacOS/obs
does also result in crash with error message:
This application failed to start because it could not find or load the Qt platform plugin "cocoa" in "".
export QT_DEBUG_PLUGINS=1
more detailed error message is produced on same start from terminal:
QFactoryLoader::QFactoryLoader() checking directory path "/Users/drbigman/platforms" ... QFactoryLoader::QFactoryLoader() checking directory path "/Applications/OBS.app/Contents/MacOS/platforms" ... This application failed to start because it could not find or load the Qt platform plugin "cocoa" in "".
Apparently the problem seems to be related to failure to locate the plugin "cocoa" of the Qt platform. When searching on Google for 'could not find or load the Qt platform plugin "cocoa"' following results seem to deal with same or similar error pattern:
Unfortunately I could not resolve the problem with any of the advice given there.
I would be grateful for support - please let me know, if more information is needed.
For whatever reason, the machine configuration displayed at the end of the GUI window of the crash report on macOS is not contained in the corresponding crash file (that is stored at ~/Library/Logs/DiagnosticReports
and included above) - for sake of completeness here is the missing part: Machine_Config.txt
After comparing more closely with the original error report given in first comment above:
Crashed Thread: 1
Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x000000000d43a9dc Exception Note: EXC_CORPSE_NOTIFY
I am unsure, whether the error described by me:
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY
is really the same? Please let me know, if I should open a separate error report instead - thanks in advance.
@Dr-Big-Man Can you please try using the official package from our website? We don't have a package that we distribute through brew, and it may have been built improperly.
EDIT: Never mind, saw you already did that, my mistake!
Closing in favour of #2292
@WizardCM Can you tell me how to resolve the issue above I'm still facing this issue
I also get exactly this problem but it does not really seem related to #2292, does it @WizardCM ?
In my case at least this issue was cause by a type in the package's qt.conf file. When QT tries to load its platform plugin it looks in its config file for the plugins directory. In this package's qt.conf the plugins directory is listed as "PlugIns" but the directory is "Plugins". To fix it open /Applications/OBS.app/Contents/Resources/qt.conf in a text editor and change PlugIns to Plugins
Additional information (more than the above): If you install on a osx/macos volume that is case-sensitive, this issue will appear. To reproduce, run OBS from the DiskImage file directly (which is not case-sensitive) and it will run; if you run from the volume that is case-sensitive, then you will get the above QT load error.
To manually fix, apply adam-fonesca's post above: "To fix it open /Applications/OBS.app/Contents/Resources/qt.conf in a text editor and change PlugIns to Plugins"
Tested specifically on High Sierra 10.13.6 with HFS+ Case-Sensitive filesystem mac mini Mid-2010.
Expected Behavior
Current Behavior
Steps to Reproduce
1. 2. 3. 4.
Additional information
Process: obs [1048] Path: /Applications/OBS.app/Contents/MacOS/obs Identifier: com.obsproject.obs-studio Version: 24.0.6 (24.0.6) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: obs [1048] User ID: 501
Date/Time: 2020-01-03 19:49:38.735 +0900 OS Version: Mac OS X 10.15.2 (19C57) Report Version: 12 Bridge OS Version: 3.0 (14Y908) Anonymous UUID: 2D77DB7C-028E-CE54-8169-2574B823265B
Time Awake Since Boot: 3800 seconds
System Integrity Protection: enabled
Crashed Thread: 1
Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x000000000d43a9dc Exception Note: EXC_CORPSE_NOTIFY
Termination Signal: Segmentation fault: 11 Termination Reason: Namespace SIGNAL, Code 0xb Terminating Process: exc handler [1048]
VM Regions Near 0xd43a9dc: __LINKEDIT 000000000d427000-000000000d432000 [ 44K] r--/rwx SM=COW /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib --> MALLOC_LARGE 000000000d43c000-000000000d44c000 [ 64K] rw-/rwx SM=PRV
Thread 0:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff63df325a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff63df35d0 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff2c657d0b CFRunLoopServiceMachPort + 322 3 com.apple.CoreFoundation 0x00007fff2c6568e7 CFRunLoopRun + 1695 4 com.apple.CoreFoundation 0x00007fff2c655bd3 CFRunLoopRunSpecific + 499 5 com.apple.HIToolbox 0x00007fff2b1ac65d RunCurrentEventLoopInMode + 292 6 com.apple.HIToolbox 0x00007fff2b1ac39d ReceiveNextEventCommon + 600 7 com.apple.HIToolbox 0x00007fff2b1ac127 _BlockUntilNextEventMatchingListInModeWithFilter + 64 8 com.apple.AppKit 0x00007fff2981deb4 _DPSNextEvent + 990 9 com.apple.AppKit 0x00007fff2981c690 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1352 10 com.apple.AppKit 0x00007fff2980e3ae -[NSApplication run] + 658 11 libqcocoa.dylib 0x000000000af388dd 0xaf0f000 + 170205 12 org.qt-project.QtCore 0x000000010c26b2be QEventLoop::exec(QFlags) + 398
13 org.qt-project.QtCore 0x000000010c26fe91 QCoreApplication::exec() + 369
14 com.obsproject.obs-studio 0x000000010926b570 main + 5248
15 libdyld.dylib 0x00007fff63cb27fd start + 1
Thread 1 Crashed: 0 com.apple.iokit.IOHIDLib 0x000000000d41b6e7 0xd40e000 + 55015 1 com.apple.iokit.IOHIDLib 0x000000000d41c271 0xd40e000 + 57969 2 com.apple.framework.IOKit 0x00007fff2f410c2d IOHIDDeviceGetValue + 33 3 libobs.0.dylib 0x000000010ba7ab50 obs_hotkeys_platform_is_pressed + 176 4 libobs.0.dylib 0x000000010bab238d obs_hotkey_thread + 157 5 libsystem_pthread.dylib 0x00007fff63eb6e65 _pthread_start + 148 6 libsystem_pthread.dylib 0x00007fff63eb283b thread_start + 15
Thread 2:: audio-io: audio thread 0 libsystem_kernel.dylib 0x00007fff63df5bba __semwait_signal + 10 1 libsystem_c.dylib 0x00007fff63d790fa nanosleep + 196 2 libsystem_c.dylib 0x00007fff63d78ff4 usleep + 53 3 libobs.0.dylib 0x000000010ba6791c audio_thread + 460 4 libsystem_pthread.dylib 0x00007fff63eb6e65 _pthread_start + 148 5 libsystem_pthread.dylib 0x00007fff63eb283b thread_start + 15
Thread 3:: video-io: video thread 0 libsystem_kernel.dylib 0x00007fff63df3296 semaphore_wait_trap + 10 1 libobs.0.dylib 0x000000010ba7bad0 os_sem_wait + 16 2 libobs.0.dylib 0x000000010ba6601f video_thread + 79 3 libsystem_pthread.dylib 0x00007fff63eb6e65 _pthread_start + 148 4 libsystem_pthread.dylib 0x00007fff63eb283b thread_start + 15
Thread 4:: libobs: graphics thread 0 libsystem_kernel.dylib 0x00007fff63df5bba __semwait_signal + 10 1 libsystem_c.dylib 0x00007fff63d790fa nanosleep + 196 2 libobs.0.dylib 0x000000010ba7bd8d os_sleepto_ns + 93 3 libobs.0.dylib 0x000000010baca91d obs_graphics_thread + 5261 4 libsystem_pthread.dylib 0x00007fff63eb6e65 _pthread_start + 148 5 libsystem_pthread.dylib 0x00007fff63eb283b thread_start + 15
Thread 5: 0 libsystem_kernel.dylib 0x00007fff63df3296 semaphore_wait_trap + 10 1 libobs.0.dylib 0x000000010ba7bad0 os_sem_wait + 16 2 libobs-scripting.dylib 0x000000001f20eae9 defer_thread + 25 3 libsystem_pthread.dylib 0x00007fff63eb6e65 _pthread_start + 148 4 libsystem_pthread.dylib 0x00007fff63eb283b thread_start + 15
Thread 6:: AMCP Logging Spool 0 libsystem_kernel.dylib 0x00007fff63df3296 semaphore_wait_trap + 10 1 com.apple.audio.caulk 0x00007fff5fe9aa96 caulk::mach::semaphore::wait() + 16 2 com.apple.audio.caulk 0x00007fff5fe9a922 caulk::semaphore::timed_wait(double) + 106 3 com.apple.audio.caulk 0x00007fff5fe9a734 caulk::concurrent::details::worker_thread::run() + 30 4 com.apple.audio.caulk 0x00007fff5fe9a174 void caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::)(), std::__1::tuple<caulk::concurrent::details::worker_thread> > >(void) + 45 5 libsystem_pthread.dylib 0x00007fff63eb6e65 _pthread_start + 148 6 libsystem_pthread.dylib 0x00007fff63eb283b thread_start + 15
Thread 7: 0 libsystem_kernel.dylib 0x00007fff63df3296 semaphore_wait_trap + 10 1 com.apple.audio.caulk 0x00007fff5fe9aa96 caulk::mach::semaphore::wait() + 16 2 com.apple.audio.caulk 0x00007fff5fe9a922 caulk::semaphore::timed_wait(double) + 106 3 com.apple.audio.caulk 0x00007fff5fe9a734 caulk::concurrent::details::worker_thread::run() + 30 4 com.apple.audio.caulk 0x00007fff5fe9a174 void caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::)(), std::__1::tuple<caulk::concurrent::details::worker_thread> > >(void) + 45 5 libsystem_pthread.dylib 0x00007fff63eb6e65 _pthread_start + 148 6 libsystem_pthread.dylib 0x00007fff63eb283b thread_start + 15
Thread 8:: com.apple.audio.IOThread.client 0 libsystem_kernel.dylib 0x00007fff63df325a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff63df35d0 mach_msg + 60 2 com.apple.audio.CoreAudio 0x00007fff2bd630c3 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 111 3 com.apple.audio.CoreAudio 0x00007fff2bc5d462 invocation function for block in HALC_ProxyIOContext::HALC_ProxyIOContext(unsigned int, unsigned int) + 2677 4 com.apple.audio.CoreAudio 0x00007fff2bd9361c HALB_IOThread::Entry(void*) + 72 5 libsystem_pthread.dylib 0x00007fff63eb6e65 _pthread_start + 148 6 libsystem_pthread.dylib 0x00007fff63eb283b thread_start + 15
Thread 9:: com.apple.audio.IOThread.client 0 libsystem_kernel.dylib 0x00007fff63df325a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff63df35d0 mach_msg + 60 2 com.apple.audio.CoreAudio 0x00007fff2bd630c3 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 111 3 com.apple.audio.CoreAudio 0x00007fff2bc5d462 invocation function for block in HALC_ProxyIOContext::HALC_ProxyIOContext(unsigned int, unsigned int) + 2677 4 com.apple.audio.CoreAudio 0x00007fff2bd9361c HALB_IOThread::Entry(void*) + 72 5 libsystem_pthread.dylib 0x00007fff63eb6e65 _pthread_start + 148 6 libsystem_pthread.dylib 0x00007fff63eb283b thread_start + 15
Thread 10: 0 libsystem_kernel.dylib 0x00007fff63df5ce6 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff63eb7185 _pthread_cond_wait + 701 2 libobs.0.dylib 0x000000010ba7b886 os_event_wait + 54 3 mac-capture.so 0x000000001f7d1c1b capture_thread + 683 4 libsystem_pthread.dylib 0x00007fff63eb6e65 _pthread_start + 148 5 libsystem_pthread.dylib 0x00007fff63eb283b thread_start + 15
Thread 11:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x00007fff63df325a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff63df35d0 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff2c657d0b CFRunLoopServiceMachPort + 322 3 com.apple.CoreFoundation 0x00007fff2c6568e7 CFRunLoopRun + 1695 4 com.apple.CoreFoundation 0x00007fff2c655bd3 CFRunLoopRunSpecific + 499 5 com.apple.AppKit 0x00007fff299c0a72 _NSEventThread + 132 6 libsystem_pthread.dylib 0x00007fff63eb6e65 _pthread_start + 148 7 libsystem_pthread.dylib 0x00007fff63eb283b thread_start + 15
Thread 12: 0 libsystem_pthread.dylib 0x00007fff63eb2818 start_wqthread + 0
Thread 13: 0 libsystem_pthread.dylib 0x00007fff63eb2818 start_wqthread + 0
Thread 14: 0 libsystem_pthread.dylib 0x00007fff63eb2818 start_wqthread + 0
Thread 1 crashed with X86 Thread State (64-bit): rax: 0x00000000000019d4 rbx: 0x000000000d439000 rcx: 0x000000000d43a9d4 rdx: 0x021d80000d425d5d rdi: 0x000060000087b0f0 rsi: 0x0000600003871410 rbp: 0x0000700009fe5ef0 rsp: 0x0000700009fe5ea0 r8: 0x000000000000017d r9: 0x0000000000000000 r10: 0x000000000d425d58 r11: 0x000000000d4110a5 r12: 0x0000600000d791e0 r13: 0x00007fff62938000 r14: 0x0000600003871410 r15: 0x000060000087b0f0 rip: 0x000000000d41b6e7 rfl: 0x0000000000010206 cr2: 0x000000000d43a9dc
Logical CPU: 3 Error Code: 0x00000004 (no mapping for user data write) Trap Number: 14
Binary Images: 0xaf0f000 - 0xb065ff7 +libqcocoa.dylib (0) /Applications/OBS.app/Contents/Plugins/platforms/libqcocoa.dylib
0xb0ab000 - 0xb0d6ffb +org.qt-project.QtPrintSupport (5.10 - 5.10.1) <7D87076B-A68E-3956-83EA-7F0E06AAD0D6> /Applications/OBS.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport
0xce0c000 - 0xce33ffb +libqmacstyle.dylib (0) <010481BF-26A1-3244-8A54-7D4F47408872> /Applications/OBS.app/Contents/Plugins/styles/libqmacstyle.dylib
0xd05b000 - 0xd061fff +libqgif.dylib (0) <4BF8C3B6-EF03-3D11-BEB2-ADCBC927E37C> /Applications/OBS.app/Contents/Plugins/imageformats/libqgif.dylib
0xd065000 - 0xd06cffb +libqicns.dylib (0) <0AF4D919-D97B-3B83-99D0-B684E491CA8E> /Applications/OBS.app/Contents/Plugins/imageformats/libqicns.dylib
0xd071000 - 0xd076ffb +libqico.dylib (0) <7414AC74-5772-37EC-93D6-BF9CF2649B53> /Applications/OBS.app/Contents/Plugins/imageformats/libqico.dylib
0xd07b000 - 0xd0cbfff +libqjpeg.dylib (0) <5A690EEE-BB83-3BC5-889A-C18E59629679> /Applications/OBS.app/Contents/Plugins/imageformats/libqjpeg.dylib
0xd0d1000 - 0xd0d5ff7 +libqmacjp2.dylib (0) <61CB4DD0-2F23-30E9-8B06-A7798D6606E6> /Applications/OBS.app/Contents/Plugins/imageformats/libqmacjp2.dylib
0xd0d9000 - 0xd0ddfff +libqsvg.dylib (0) /Applications/OBS.app/Contents/Plugins/imageformats/libqsvg.dylib
0xd0e1000 - 0xd0e5ff7 +libqtga.dylib (0) /Applications/OBS.app/Contents/Plugins/imageformats/libqtga.dylib
0xd0e9000 - 0xd14bffb +libqtiff.dylib (0) <13C36608-3757-3DCA-94EC-089C2A2D4637> /Applications/OBS.app/Contents/Plugins/imageformats/libqtiff.dylib
0xd153000 - 0xd157ff7 +libqwbmp.dylib (0) <3E7C99A6-6FA9-3E5C-BB71-B26986D7B92B> /Applications/OBS.app/Contents/Plugins/imageformats/libqwbmp.dylib
0xd15b000 - 0xd1e8ff7 +libqwebp.dylib (0) /Applications/OBS.app/Contents/Plugins/imageformats/libqwebp.dylib
0xd2d3000 - 0xd2d6047 libobjc-trampolines.dylib (781.2) /usr/lib/libobjc-trampolines.dylib
0xd40e000 - 0xd421ff3 com.apple.iokit.IOHIDLib (2.0.0 - 2.0.0) /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib
0xd44c000 - 0xd453ffb +libqsvgicon.dylib (0) <6950EDE5-067C-3E8D-B9D6-102B8A685563> /Applications/OBS.app/Contents/Plugins/iconengines/libqsvgicon.dylib
0x1cc36000 - 0x1cc4affb +libobs-opengl.so (0) <34950D0F-A9AD-3AFC-A720-9EBE9E78C42A> /Applications/OBS.app/Contents/Frameworks/libobs-opengl.so
0x1cc5b000 - 0x1cc9efff +libobsglad.0.dylib (0) <4378B528-9524-3D28-B67B-85AD315AFB6A> /Applications/OBS.app/Contents/MacOS/libobsglad.0.dylib
0x1d16a000 - 0x1d16dffb +image-source.so (0) <67B45EBD-C0D8-3BB8-AF16-1ABA3B825755> /Applications/OBS.app/Contents/Plugins/image-source.so
0x1d4b3000 - 0x1d4bbff7 +coreaudio-encoder.so (0) /Applications/OBS.app/Contents/Plugins/coreaudio-encoder.so
0x1d4c1000 - 0x1d4c2fff +linux-jack.so (0) <1E2074D1-CE6E-3BDB-AA8F-89CD63C47413> /Applications/OBS.app/Contents/Plugins/linux-jack.so
0x1f154000 - 0x1f16cff7 +decklink-ouput-ui.so (0) /Applications/OBS.app/Contents/Plugins/decklink-ouput-ui.so
0x1f190000 - 0x1f1c9fff +frontend-tools.so (0) <994FBF0C-2412-37DB-8742-E51D3EADB6CA> /Applications/OBS.app/Contents/Plugins/frontend-tools.so
0x1f20c000 - 0x1f221fff +libobs-scripting.dylib (0) <9B61D7CB-7F78-3B3F-891D-1DE31F042E61> /Applications/OBS.app/Contents/Frameworks/libobs-scripting.dylib
0x1f238000 - 0x1f2aeff7 +libluajit-5.1.2.dylib (0) /Applications/OBS.app/Contents/Frameworks/libluajit-5.1.2.dylib
0x1f2bb000 - 0x1f2c7ff7 +libjack.0.dylib (0) /Applications/OBS.app/Contents/Frameworks/libjack.0.dylib
0x1f2dd000 - 0x1f429ff3 +libdb-18.1.dylib (0) /Applications/OBS.app/Contents/Frameworks/libdb-18.1.dylib
0x1f45e000 - 0x1f4acfff +libssl.1.1.dylib (0) /Applications/OBS.app/Contents/Frameworks/libssl.1.1.dylib
0x1f4db000 - 0x1f6775ab +libcrypto.1.1.dylib (0) /Applications/OBS.app/Contents/Frameworks/libcrypto.1.1.dylib
0x1f712000 - 0x1f722ff7 +mac-avcapture.so (0) <1E341EE7-32A1-3FCC-93F4-786C3916955F> /Applications/OBS.app/Contents/Plugins/mac-avcapture.so
0x1f72c000 - 0x1f76efff com.apple.cmio.DAL.VDC-4 (810.0 - 248.40.1) <90EB20BD-B324-3FF6-BCF3-36C0CA5E128A> /System/Library/Frameworks/CoreMediaIO.framework/Resources/VDC.plugin/Contents/MacOS/VDC
0x1f794000 - 0x1f7b8ff7 com.apple.cmio.DAL.iOSScreenCapture (1000.0 - 5125.6) /System/Library/Frameworks/CoreMediaIO.framework/Resources/iOSScreenCapture.plugin/Contents/MacOS/iOSScreenCapture
0x1f7ca000 - 0x1f7d3ffb +mac-capture.so (0) /Applications/OBS.app/Contents/Plugins/mac-capture.so
0x1f7db000 - 0x1f7e6fff +mac-decklink.so (0) <5F7A822D-3E50-3BE0-A7CF-E6891697CDFB> /Applications/OBS.app/Contents/Plugins/mac-decklink.so
0x1f7f8000 - 0x1f80dff7 +mac-syphon.so (0) /Applications/OBS.app/Contents/Plugins/mac-syphon.so
0x1f829000 - 0x1f82efff +mac-vth264.so (0) <096F1D70-4D20-3AE9-A810-338BF65C5B2B> /Applications/OBS.app/Contents/Plugins/mac-vth264.so
0x1f864000 - 0x1f8cdff7 +obs-browser.so (0) /Applications/OBS.app/Contents/Plugins/obs-browser.so
0x1f957000 - 0x27048f7f +org.chromium.ContentShell.framework (75.1.16.0 - 16.0) <7599C8E5-3EE0-3B46-AC5F-3583974DCD43> /Applications/OBS.app/Contents/Frameworks/Chromium Embedded Framework.framework/Chromium Embedded Framework
0x27acc000 - 0x27adbff7 +obs-ffmpeg.so (0) <66B7022B-F053-3E64-A851-3651A58F1A38> /Applications/OBS.app/Contents/Plugins/obs-ffmpeg.so
0x27ae6000 - 0x27cd6fef +libavfilter.7.dylib (0) <76B1D2D0-B1F1-3846-9A2B-18AF12B2F710> /Applications/OBS.app/Contents/Frameworks/libavfilter.7.dylib
0x27dd1000 - 0x27dd8fff +libavdevice.58.dylib (0) /Applications/OBS.app/Contents/Frameworks/libavdevice.58.dylib
0x27de5000 - 0x27e05fff +libpostproc.55.dylib (0) /Applications/OBS.app/Contents/Frameworks/libpostproc.55.dylib
0x27e0e000 - 0x27e1bff7 +obs-filters.so (0) /Applications/OBS.app/Contents/Plugins/obs-filters.so
0x27e28000 - 0x27e34fff +libspeexdsp.1.dylib (0) <33B5247E-583B-3820-813E-3D60DA56B08A> /Applications/OBS.app/Contents/Frameworks/libspeexdsp.1.dylib
0x27e3d000 - 0x27e40ff3 +obs-libfdk.so (0) <52EB9145-DE67-3517-B000-520C400BC139> /Applications/OBS.app/Contents/Plugins/obs-libfdk.so
0x27e44000 - 0x27f46ff7 +libfdk-aac.2.dylib (0) <5269FAFD-E2CC-3110-98FF-470AA2FC8E66> /Applications/OBS.app/Contents/Frameworks/libfdk-aac.2.dylib
0x27f76000 - 0x27fa5ffb +obs-outputs.so (0) <8BBE58B1-89BD-3537-A14A-F1DD4F8E83DF> /Applications/OBS.app/Contents/Plugins/obs-outputs.so
0x27fbb000 - 0x27fd9ff7 +libmbedtls.12.dylib (0) <4547728C-5E79-3191-BF40-F44A80D0D836> /Applications/OBS.app/Contents/Frameworks/libmbedtls.12.dylib
0x27fe8000 - 0x2802effb +libmbedcrypto.3.dylib (0) <4D022613-5EE5-3356-B52C-40B14513B24C> /Applications/OBS.app/Contents/Frameworks/libmbedcrypto.3.dylib
0x28047000 - 0x2805dff7 +libmbedx509.0.dylib (0) /Applications/OBS.app/Contents/Frameworks/libmbedx509.0.dylib
0x28069000 - 0x2806dfff +obs-transitions.so (0) /Applications/OBS.app/Contents/Plugins/obs-transitions.so
0x28074000 - 0x2807dfff +obs-vst.so (0) <672DFED6-577C-3442-9367-26B2EAFAA9BC> /Applications/OBS.app/Contents/Plugins/obs-vst.so
0x28087000 - 0x2808bff3 +obs-x264.so (0) <4124C059-6F80-36E5-B10D-BF34E2E9C274> /Applications/OBS.app/Contents/Plugins/obs-x264.so
0x2808f000 - 0x28292fc7 +libx264.155.dylib (0) <9655BF5C-5F45-3A06-9EEA-D7C87D3E5601> /Applications/OBS.app/Contents/Frameworks/libx264.155.dylib
0x283cc000 - 0x283d6ff3 +rtmp-services.so (0) <38264A87-5DB9-393A-831E-262353986EB5> /Applications/OBS.app/Contents/Plugins/rtmp-services.so
0x283e1000 - 0x283e8ffb +text-freetype2.so (0) <01036092-1C90-32DD-B4EC-6DE69219BAEC> /Applications/OBS.app/Contents/Plugins/text-freetype2.so
0x283ee000 - 0x2846affb +libfreetype.6.dylib (0) <36C84A2F-9F4B-3626-986D-55146AD52E48> /Applications/OBS.app/Contents/Frameworks/libfreetype.6.dylib
0x28489000 - 0x284abfff +libpng16.16.dylib (0) <211A7B4C-219C-3929-A2CF-D796E3A5F40A> /Applications/OBS.app/Contents/Frameworks/libpng16.16.dylib
0x284b9000 - 0x284bdff7 +vlc-video.so (0) /Applications/OBS.app/Contents/Plugins/vlc-video.so
0x284c3000 - 0x28a5efe7 com.apple.audio.codecs.Components (7.0 - 7.0) <9C01C712-DF4B-3F8C-98F4-28136AAD37C4> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
0x28b78000 - 0x28b7cfff com.apple.audio.AppleHDAHALPlugIn (283.15 - 283.15) <9866A088-F0D1-3FB4-B5D6-C5EB01100543> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x28b85000 - 0x28ce1fff com.apple.audio.units.Components (1.14 - 1.14) <1595DF88-DE04-38C7-B7B3-9DC5660DFAFA> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x10923f000 - 0x109402ff7 +com.obsproject.obs-studio (24.0.6 - 24.0.6) /Applications/OBS.app/Contents/MacOS/obs
0x1094e2000 - 0x109516ff7 +org.qt-project.QtSvg (5.10 - 5.10.1) <94493A0C-14EA-3F19-9FE0-469849546C03> /Applications/OBS.app/Contents/Frameworks/QtSvg.framework/Versions/5/QtSvg
0x10953f000 - 0x109542fff +libobs-frontend-api.dylib (0) <5C26E4A8-6A34-3BC9-BBB1-79D6B74AF7B0> /Applications/OBS.app/Contents/Frameworks/libobs-frontend-api.dylib
0x109550000 - 0x10a73ffa7 +libavcodec.58.dylib (0) <727CE897-84DD-3455-8F14-EB7E14BE6BA0> /Applications/OBS.app/Contents/Frameworks/libavcodec.58.dylib
0x10b0f0000 - 0x10b138ff7 +libavutil.56.dylib (0) <44EC8515-1760-30AC-858C-21DC72F8F28C> /Applications/OBS.app/Contents/Frameworks/libavutil.56.dylib
0x10b167000 - 0x10b326ff7 +libavformat.58.dylib (0) <59CFFD9F-A443-374F-8B8E-9310845D9959> /Applications/OBS.app/Contents/Frameworks/libavformat.58.dylib
0x10b374000 - 0x10b3cdff7 +libcurl.4.dylib (0) <44416E14-0612-37BB-A429-62F4F3BE1DF0> /Applications/OBS.app/Contents/Frameworks/libcurl.4.dylib
0x10b3e9000 - 0x10b432ff7 +org.sparkle-project.Sparkle (1.20.0 - 1.20.0) /Applications/OBS.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
0x10b482000 - 0x10b48affb +org.qt-project.QtMacExtras (5.10 - 5.10.1) <92C504C1-1B73-3C37-8C8D-B915A0D66E05> /Applications/OBS.app/Contents/Frameworks/QtMacExtras.framework/Versions/5/QtMacExtras
0x10b496000 - 0x10b8c2ff7 +org.qt-project.QtWidgets (5.10 - 5.10.1) /Applications/OBS.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
0x10ba3f000 - 0x10bae4fff +libobs.0.dylib (0) /Applications/OBS.app/Contents/Frameworks/libobs.0.dylib
0x10bb40000 - 0x10bf6dff7 +org.qt-project.QtGui (5.10 - 5.10.1) <96CF196B-1BBB-317F-9F39-86DD41787FC9> /Applications/OBS.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui
0x10c081000 - 0x10c562fff +org.qt-project.QtCore (5.10 - 5.10.1) <0967D4C1-9487-3421-9861-304DEE848576> /Applications/OBS.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
0x10c633000 - 0x10c6f1fff +libswscale.5.dylib (0) <3CAAD39B-E15E-3943-AEFE-31F0B5F9F16D> /Applications/OBS.app/Contents/Frameworks/libswscale.5.dylib
0x10c708000 - 0x10c723ff7 +libswresample.3.dylib (0) <0049AA29-C7EF-38E0-B707-9E88E9AB100E> /Applications/OBS.app/Contents/Frameworks/libswresample.3.dylib
0x10f054000 - 0x10f0e4cb7 dyld (733.8) /usr/lib/dyld
0x7fff20beb000 - 0x7fff20c06ff7 libJapaneseConverter.dylib (76) <286F783C-E237-370C-8689-1ABDB624A0D6> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0x7fff24478000 - 0x7fff252a0ff7 com.apple.driver.AppleIntelKBLGraphicsGLDriver (14.3.9 - 14.0.3) <0A9EDC05-E368-3102-93B1-32A7C1E8129F> /System/Library/Extensions/AppleIntelKBLGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelKBLGraphicsGLDriver
0x7fff252a1000 - 0x7fff256b5ff6 com.apple.driver.AppleIntelKBLGraphicsMTLDriver (14.3.9 - 14.0.3) <3E9269FA-FAB5-3ED0-9179-BA1F2AEEAAEF> /System/Library/Extensions/AppleIntelKBLGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelKBLGraphicsMTLDriver
0x7fff27f91000 - 0x7fff27f95ffb com.apple.agl (3.3.3 - AGL-3.3.3) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x7fff27f96000 - 0x7fff2818fff1 com.apple.avfoundation (2.0 - 1740.4) <08CFB987-762B-3E4F-A3AD-DB12B86B586B> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff28190000 - 0x7fff2825cff8 com.apple.audio.AVFAudio (1.0 - ???) /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
0x7fff2837c000 - 0x7fff2837cfff com.apple.Accelerate (1.11 - Accelerate 1.11) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff2837d000 - 0x7fff28393fff libCGInterfaces.dylib (524.2) <3DA50D4A-BE22-33FB-AE8E-4B68FE3294CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff28394000 - 0x7fff289fffef com.apple.vImage (8.1 - 524.2) <2BDE5231-B5ED-313E-918A-876ACE1C0FCF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff28a00000 - 0x7fff28c69fff libBLAS.dylib (1303.60.1) <94F6B3C0-5039-3F66-8B2E-98791287E459> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff28c6a000 - 0x7fff28f59ff7 libBNNS.dylib (144.40.3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff28f5b000 - 0x7fff29300fff libLAPACK.dylib (1303.60.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff29301000 - 0x7fff29316ff8 libLinearAlgebra.dylib (1303.60.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff29317000 - 0x7fff2931cff3 libQuadrature.dylib (7) <17EC31E3-3D77-3B5A-8ADD-6A3DBC1531E7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff2931d000 - 0x7fff2938dfff libSparse.dylib (103) <350DAE1C-C990-343F-A98A-1B4317EAA869> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
0x7fff2938e000 - 0x7fff293a0fef libSparseBLAS.dylib (1303.60.1) <8C0C7291-AC3A-3808-9D45-E359A5E03F0E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff293a1000 - 0x7fff2957affb libvDSP.dylib (735.40.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff2957b000 - 0x7fff29636fd7 libvMisc.dylib (735.40.1) <9C40AC77-59A4-3180-AA4F-8F13CABF02D9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff29637000 - 0x7fff29637fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff29638000 - 0x7fff29697ffc com.apple.Accounts (113 - 113) /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
0x7fff297dd000 - 0x7fff2a598fff com.apple.AppKit (6.9 - 1894.20.140) <80D94BA8-5CEC-3D85-AEE9-364513234AC6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff2a5e8000 - 0x7fff2a5e8fff com.apple.ApplicationServices (48 - 50) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff2a5e9000 - 0x7fff2a654fff com.apple.ApplicationServices.ATS (377 - 493.0.2.1) <6BDB3B14-0F4E-3B10-93C8-7F0E5E4F2EFE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff2a6ed000 - 0x7fff2a72bff8 libFontRegistry.dylib (274.0.2.3) <3DD574D6-06F2-35A1-8CE0-6097BDD3DE1F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff2a786000 - 0x7fff2a7b5ff7 com.apple.ATSUI (1.0 - 1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
0x7fff2a7b6000 - 0x7fff2a7baff3 com.apple.ColorSyncLegacy (4.13.0 - 1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
0x7fff2a855000 - 0x7fff2a8abff2 com.apple.HIServices (1.22 - 674.1) <8A3BBFB0-D41E-3BF1-AF8F-4E9082A49FC6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff2a8ac000 - 0x7fff2a8bafff com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff2a8bb000 - 0x7fff2a900ff2 com.apple.print.framework.PrintCore (15 - 516) <14C48FDF-5E58-391B-873E-B96E55CDA21C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff2a901000 - 0x7fff2a90bfff com.apple.QD (4.0 - 413) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff2a90c000 - 0x7fff2a919ff0 com.apple.speech.synthesis.framework (9.0.24 - 9.0.24) <16454C5C-4029-396A-A8F4-730E50CE2024> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff2a91a000 - 0x7fff2a9faffa com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <9F13C2FB-6042-339A-8D85-E8E499BA856B> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff2a9fc000 - 0x7fff2a9fcfff com.apple.audio.units.AudioUnit (1.14 - 1.14) <22A443ED-28B0-3161-9CF6-890FD03275D3> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff2ad72000 - 0x7fff2b0feff6 com.apple.CFNetwork (1121.1.2 - 1121.1.2) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff2b178000 - 0x7fff2b178fff com.apple.Carbon (160 - 162) <27DBFB11-A568-3C45-B98D-F5F5165E939B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff2b179000 - 0x7fff2b17cffb com.apple.CommonPanels (1.2.6 - 101) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff2b17d000 - 0x7fff2b471ffb com.apple.HIToolbox (2.1.1 - 994) <21D1507B-BFC3-33B7-88FE-64417FE9CAD5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff2b472000 - 0x7fff2b475ff3 com.apple.help (1.3.8 - 68) <94E3E502-C479-3C37-8927-239FFF0205B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff2b476000 - 0x7fff2b47bff7 com.apple.ImageCapture (9.0 - 1600.25.4.1) <89D63EAA-364C-34B4-A417-7A51BF52C4AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff2b47c000 - 0x7fff2b47cfff com.apple.ink.framework (10.15 - 227) <66BD9432-DB9B-33EC-85B2-F5F21F39C4C3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff2b47d000 - 0x7fff2b497ff2 com.apple.openscripting (1.7 - 185.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff2b4b8000 - 0x7fff2b4b8fff com.apple.print.framework.Print (15 - 271) <27E1B868-53A4-3207-B36A-F08BDCBBBB3D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff2b4b9000 - 0x7fff2b4bbff7 com.apple.securityhi (9.0 - 55008) <2C8B6D0E-3089-3964-B305-9EC3F74673A5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff2b4bc000 - 0x7fff2b4c2ff7 com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <93A00BEB-FEE0-3FC6-ABCA-846EDA81818E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff2b4c3000 - 0x7fff2b65cffa com.apple.cloudkit.CloudKit (860 - 860) <10DA4BBC-C7DD-35F9-85A4-819D61B2BC2A> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
0x7fff2b65d000 - 0x7fff2b65dfff com.apple.Cocoa (6.11 - 23) <37C3A005-20C7-3EC1-9256-658ED538E175> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff2b66b000 - 0x7fff2b856ff7 com.apple.ColorSync (4.13.0 - 3394.3) <2DCA9B8E-1202-36F0-8867-AF4F687E17D2> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff2bb46000 - 0x7fff2c055ffa com.apple.audio.CoreAudio (5.0 - 5.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff2c0a8000 - 0x7fff2c0dfff0 com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff2c0e0000 - 0x7fff2c4c2ffe com.apple.CoreData (120 - 977.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff2c4c3000 - 0x7fff2c5d2ff6 com.apple.CoreDisplay (1.0 - 186.3.8) <33C67C14-A3D8-36D8-96E4-3F5D61F6F7B2> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fff2c5d3000 - 0x7fff2ca53fe7 com.apple.CoreFoundation (6.9 - 1674.103) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff2ca55000 - 0x7fff2d0ceff0 com.apple.CoreGraphics (2.0 - 1348.15) <21459707-0D60-3520-9999-49511ED16D85> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff2d0dc000 - 0x7fff2d439ff5 com.apple.CoreImage (15.0.0 - 920.9) <0A757F12-78A7-3C10-8F1D-118D855F6C65> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff2d43a000 - 0x7fff2d4a2ff5 com.apple.corelocation (2389.0.8 - 2389.0.8) <8FB99F90-C009-3924-828A-36114F2535CE> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
0x7fff2d4a3000 - 0x7fff2d4f4ffe com.apple.audio.midi.CoreMIDI (1.10 - 88) <5B70A6B6-DCBB-3ED1-A02F-9FF554BE32BA> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
0x7fff2d4f7000 - 0x7fff2d7fcffa com.apple.CoreML (1.0 - 1) /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML
0x7fff2d7fd000 - 0x7fff2d8d7ff4 com.apple.CoreMedia (1.0 - 2520.9.4.1) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff2d8d8000 - 0x7fff2d93aff6 com.apple.CoreMediaIO (1000.0 - 5125.6) <6C81BF55-D317-3C82-BE29-60AE2958A642> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff2d9c3000 - 0x7fff2d9c3fff com.apple.CoreServices (1069.11 - 1069.11) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff2d9c4000 - 0x7fff2da49fff com.apple.AE (838 - 838) <1D2A4944-20FA-372A-B8DE-01067521CF8C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff2da4a000 - 0x7fff2dd2bff7 com.apple.CoreServices.CarbonCore (1217 - 1217) <17EE58A1-232F-3E35-AC81-C88509A1CE8F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff2dd2c000 - 0x7fff2dd79ffd com.apple.DictionaryServices (1.2 - 323.3) <631AEDD4-9328-33A7-ACE5-5FDE790FE7FD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff2dd7a000 - 0x7fff2dd82fff com.apple.CoreServices.FSEvents (1268.60.1 - 1268.60.1) <9C5A3C2D-CA76-329E-B80C-9CA1A1B1BE51> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff2dd83000 - 0x7fff2dfbcff0 com.apple.LaunchServices (1069.11 - 1069.11) <7D9167B7-8C60-3F42-BA15-8A85E6238FD2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff2dfbd000 - 0x7fff2e055ff9 com.apple.Metadata (10.7.0 - 2075.4) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff2e056000 - 0x7fff2e083ff7 com.apple.CoreServices.OSServices (1069.11 - 1069.11) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff2e084000 - 0x7fff2e0ebfff com.apple.SearchKit (1.4.1 - 1.4.1) <644BE782-F3CA-3CC2-A062-5472ECC68230> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff2e0ec000 - 0x7fff2e110ff5 com.apple.coreservices.SharedFileList (131.3 - 131.3) <3B586025-C347-38CF-B89F-9942CB88AA79> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff2e373000 - 0x7fff2e438ff4 com.apple.CoreTelephony (113 - 7296.1) /System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony
0x7fff2e439000 - 0x7fff2e5edffe com.apple.CoreText (643.1.2.3 - 643.1.2.3) <97DA20DE-64C9-3589-92EB-BEC07B81EF19> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff2e5ee000 - 0x7fff2e632fff com.apple.CoreVideo (1.8 - 334.0) <63E19193-0864-373F-AC59-DC97514B02A5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff2e633000 - 0x7fff2e6c0ff9 com.apple.framework.CoreWLAN (13.0 - 1455.3) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff2e890000 - 0x7fff2e93bff0 com.apple.DiscRecording (9.0.3 - 9030.4.5) <2163991C-1EA0-3A85-BC29-4C21C341B845> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff2e960000 - 0x7fff2e966fff com.apple.DiskArbitration (2.7 - 2.7) <8B55B221-DB4E-3CCD-B104-FC52A4127A66> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff2eb5a000 - 0x7fff2ec80ff6 com.apple.FileProvider (265 - 265) <5A6F54E2-6B39-318D-A4BD-83E6FA2679D3> /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider
0x7fff2ec95000 - 0x7fff2ec97ff3 com.apple.ForceFeedback (1.0.6 - 1.0.6) <97106930-3894-3000-969B-7C72097BFDC1> /System/Library/Frameworks/ForceFeedback.framework/Versions/A/ForceFeedback
0x7fff2ec98000 - 0x7fff2f060ff4 com.apple.Foundation (6.9 - 1674.103) <9D7DB588-6BDC-3D7B-B267-761D4ECC88A9> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff2f0cd000 - 0x7fff2f11dff7 com.apple.GSS (4.0 - 2.0) <03016123-6D22-33EA-B9A7-EB60DD458FAB> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff2f11e000 - 0x7fff2f14bffe com.apple.GameController (1.0 - 1) <1B955899-D5E4-30F4-8F1F-3D0B298A451F> /System/Library/Frameworks/GameController.framework/Versions/A/GameController
0x7fff2f258000 - 0x7fff2f370ff8 com.apple.Bluetooth (7.0.2 - 7.0.2f4) <33538BF2-D6D3-3BF2-844D-A11C118E479E> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff2f3d7000 - 0x7fff2f47affb com.apple.framework.IOKit (2.0.2 - 1726.60.2) <65BD2F00-4BC5-3EF6-BF4D-DA1F0513E2B9> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff2f47c000 - 0x7fff2f48cffc com.apple.IOSurface (269.6 - 269.6) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff2f4aa000 - 0x7fff2f501ff0 com.apple.ImageCaptureCore (1.0 - 1600.25.4.1) /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff2f502000 - 0x7fff2f65fffe com.apple.ImageIO.framework (3.3.0 - 1972.15) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff2f660000 - 0x7fff2f663fff libGIF.dylib (1972.15) <2455E308-AF71-31A8-909B-35FC74A12CCD> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff2f664000 - 0x7fff2f71efe7 libJP2.dylib (1972.15) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff2f71f000 - 0x7fff2f743fef libJPEG.dylib (1972.15) <7358172D-7732-3ECA-ABA3-725787905AC9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff2f9c1000 - 0x7fff2f9dbfef libPng.dylib (1972.15) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff2f9dc000 - 0x7fff2f9ddfff libRadiance.dylib (1972.15) <7CA6773D-F597-3DEB-8DBE-33B8CD3A1B3D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff2f9de000 - 0x7fff2fa27feb libTIFF.dylib (1972.15) <32E24562-BA64-388E-8AD5-864C184C77BC> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff2fa40000 - 0x7fff2fe9dff7 com.apple.Intents (1.0 - 1) <83D4AF0B-0D66-30EA-87FE-EE1BD4D10513> /System/Library/Frameworks/Intents.framework/Versions/A/Intents
0x7fff2fea0000 - 0x7fff30e35ff1 com.apple.JavaScriptCore (15608 - 15608.4.9.1.3) <64A51AB1-7CE5-3047-8E1C-ECDC49B97A5E> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff30e4d000 - 0x7fff30e5fff3 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff30e60000 - 0x7fff30e60fff libHeimdalProxy.dylib (77) /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
0x7fff30e61000 - 0x7fff30e97fff com.apple.LDAPFramework (2.4.28 - 194.5) <36821308-0C82-343C-A315-12B77A4BAE4E> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff30fac000 - 0x7fff30fcdff9 com.apple.CoreAuthentication.SharedUtils (1.0 - 693.40.8) <4D988693-85FF-368C-BA11-0B9696A2478D> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/Versions/A/SharedUtils
0x7fff30fce000 - 0x7fff30fe6ffc com.apple.LocalAuthentication (1.0 - 693.40.8) <4825F13B-C951-35E9-8AF0-EFD7D8378BCC> /System/Library/Frameworks/LocalAuthentication.framework/Versions/A/LocalAuthentication
0x7fff311f3000 - 0x7fff311fdff3 com.apple.MediaAccessibility (1.0 - 125) /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff31211000 - 0x7fff312c8ff5 com.apple.MediaPlayer (1.0 - 1.0) /System/Library/Frameworks/MediaPlayer.framework/Versions/A/MediaPlayer
0x7fff312c9000 - 0x7fff31a0eff7 com.apple.MediaToolbox (1.0 - 2520.9.4.1) /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff31a10000 - 0x7fff31ad3ff1 com.apple.Metal (212.2.4 - 212.2.4) /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff31ad5000 - 0x7fff31aefff4 com.apple.MetalKit (141.1 - 141.1) <77C5A2DD-1B7F-31BB-AD21-9B10BE008D8B> /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit
0x7fff31af0000 - 0x7fff31b2cff3 com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <7B7AF6B3-CD50-320A-85CA-45958CDF850A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
0x7fff31b2d000 - 0x7fff31bb3fe6 com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <3D396C87-5CA4-3A8F-8EEF-FFE3883AD75A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
0x7fff31bb4000 - 0x7fff31bd8ff8 com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
0x7fff31bd9000 - 0x7fff31beefff com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
0x7fff31bef000 - 0x7fff31d4eff4 com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <08A6AF10-E23F-3F1D-AA26-E79E7FC09B07> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
0x7fff31d4f000 - 0x7fff31d9dfff com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <6FA84C3F-72F0-3234-9406-8F9EB922D3A2> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
0x7fff31d9e000 - 0x7fff31d9fff5 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <4DB9192E-5464-3A78-A9D3-35153717A21F> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fff32ce5000 - 0x7fff32cf1ffe com.apple.NetFS (6.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff32cf2000 - 0x7fff32e35ff6 com.apple.Network (1.0 - 1) /System/Library/Frameworks/Network.framework/Versions/A/Network
0x7fff32e36000 - 0x7fff3309dffa com.apple.NetworkExtension (1.0 - 1) /System/Library/Frameworks/NetworkExtension.framework/Versions/A/NetworkExtension
0x7fff35855000 - 0x7fff3585dfff libcldcpuengine.dylib (2.12.7) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff3585e000 - 0x7fff358b6ff7 com.apple.opencl (3.5 - 3.5) <987CE84F-AC14-3CD4-9233-51CA828DA927> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff358b7000 - 0x7fff358d3fff com.apple.CFOpenDirectory (10.15 - 220.40.1) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff358d4000 - 0x7fff358dfff7 com.apple.OpenDirectory (10.15 - 220.40.1) <17B8A217-97DE-3DCA-B91B-6FB68451B94B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff3623a000 - 0x7fff3623cfff libCVMSPluginSupport.dylib (17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff3623d000 - 0x7fff36242fff libCoreFSCache.dylib (176.10) <72D4F770-DB3F-3242-B3DB-8488D910BD47> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff36243000 - 0x7fff36247fff libCoreVMClient.dylib (176.10) <05AF05BB-AE62-39F9-BDEA-1BB1EE643301> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff36248000 - 0x7fff36250ff7 libGFXShared.dylib (17.10.22) <6F327728-FC25-3428-B734-824B48EFC20B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff36251000 - 0x7fff3625bfff libGL.dylib (17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff3625c000 - 0x7fff36291fff libGLImage.dylib (17.10.22) <6B0D6644-CEB0-3821-BAD4-05A56369A4F9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff36292000 - 0x7fff36424ff7 libGLProgrammability.dylib (17.10.22) <8A872988-F69C-3396-850A-1A2016BE2499> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fff36425000 - 0x7fff36461fff libGLU.dylib (17.10.22) <3516B087-6286-3831-9706-87634DB3AF07> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff36e91000 - 0x7fff36ea0ff7 com.apple.opengl (17.10.22 - 17.10.22) <43B981BE-B730-345F-9AA4-49D075EBE0DB> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff36ea1000 - 0x7fff3701aff7 GLEngine (17.10.22) <25A0A86A-A02C-39FD-AF13-B3B90BBEF197> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
0x7fff3701b000 - 0x7fff37043fff GLRendererFloat (17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
0x7fff3704f000 - 0x7fff37143ff7 com.apple.PDFKit (1.0 - 825.13.4.2) <1E33B313-7FD5-3836-8D72-7E67966FE675> /System/Library/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff37144000 - 0x7fff3725cff9 com.apple.PencilKit (1.0 - 1) /System/Library/Frameworks/PencilKit.framework/Versions/A/PencilKit
0x7fff374f8000 - 0x7fff374feff6 com.apple.PushKit (1.0 - 1) /System/Library/Frameworks/PushKit.framework/Versions/A/PushKit
0x7fff3761f000 - 0x7fff37866ff6 com.apple.imageKit (3.0 - 1080) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff37867000 - 0x7fff37d28ff7 com.apple.QuartzComposer (5.1 - 377) <16883FFD-1BAB-35A9-BC4F-94C1381A8CA1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff37d29000 - 0x7fff37d4effc com.apple.quartzfilters (1.10.0 - Tag) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff37d4f000 - 0x7fff37e59ffe com.apple.QuickLookUIFramework (5.0 - 906) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff37e5a000 - 0x7fff37e5afff com.apple.quartzframework (1.5 - 23) <19CDDE9A-148B-30EA-B712-AD9F356F5895> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff37e5b000 - 0x7fff380d9ff0 com.apple.QuartzCore (1.11 - 815.26) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff380da000 - 0x7fff38133ffb com.apple.QuickLookFramework (5.0 - 906) <1EA4C4A6-59FB-3750-A1F5-948CCFD4C511> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff38134000 - 0x7fff38168ff5 com.apple.QuickLookThumbnailing (1.0 - 1) /System/Library/Frameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
0x7fff38607000 - 0x7fff3861ffff com.apple.SafariServices.framework (15608 - 15608.4.9.1.3) <9340E3B7-8516-3589-9579-6E2BD7DEADA6> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
0x7fff38c10000 - 0x7fff38c28ffd com.apple.ScriptingBridge (1.4 - 79) <427612AE-698A-3664-91F3-ADBCF062FD31> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
0x7fff38c29000 - 0x7fff38f7bffa com.apple.security (7.0 - 59306.61.1) <8B67829D-DDEB-3208-A4CE-FD5A57B1A0BB> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff38f7c000 - 0x7fff39005ff7 com.apple.securityfoundation (6.0 - 55236.60.1) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff39006000 - 0x7fff39033fff com.apple.securityinterface (10.0 - 55139.0.1) <07F256E9-7920-3463-9D69-CC3D90C9748A> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x7fff39034000 - 0x7fff39038ff0 com.apple.xpc.ServiceManagement (1.0 - 1) /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff39dc9000 - 0x7fff39e33fff com.apple.SystemConfiguration (1.19 - 1.19) <96A25B9C-51EA-33B2-B681-B92365686CDB> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff3a0af000 - 0x7fff3a409ffc com.apple.VideoToolbox (1.0 - 2520.9.4.1) /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff3a6ac000 - 0x7fff3adb4ff6 libwebrtc.dylib (7608.4.9.1.3) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libwebrtc.dylib
0x7fff3adb5000 - 0x7fff3cf5aff8 com.apple.WebCore (15608 - 15608.4.9.1.3) <7A597B98-6D52-3353-B1D6-7EE11A8E85B9> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fff3cf5b000 - 0x7fff3d154ff3 com.apple.WebKitLegacy (15608 - 15608.4.9.1.3) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
0x7fff3d155000 - 0x7fff3d801ff1 com.apple.WebKit (15608 - 15608.4.9.1.3) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fff3dba2000 - 0x7fff3dc66fe7 com.apple.APFS (1412.61.1 - 1412.61.1) /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x7fff3e299000 - 0x7fff3e2a4ffd com.apple.accessibility.AXCoreUtilities (1.0 - 1) <1FE481DC-6BA1-3733-BF7A-84CD22EC7D50> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/Versions/A/AXCoreUtilities
0x7fff3ed59000 - 0x7fff3ed5aff1 com.apple.AggregateDictionary (1.0 - 1) <29A10B7A-673A-3930-AB40-F1A57CE2D41E> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
0x7fff3f11c000 - 0x7fff3f269ff5 com.apple.AnnotationKit (1.0 - 325.3) <7C57C50B-42FC-35A8-95E6-BEB04CBBC177> /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/AnnotationKit
0x7fff3f26a000 - 0x7fff3f287ffc com.apple.AppContainer (4.0 - 448.60.2) /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fff3f2dc000 - 0x7fff3f2eaff7 com.apple.AppSandbox (4.0 - 448.60.2) /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
0x7fff3f779000 - 0x7fff3f79dff3 com.apple.framework.Apple80211 (13.0 - 1460.1) <4358EB87-7120-30C3-9517-A99F2B31E8ED> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff3f8d3000 - 0x7fff3f8e2fef com.apple.AppleFSCompression (119 - 1.0) <48D076F0-D93E-3EFE-8400-9A7615D34F9F> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff3f9e1000 - 0x7fff3f9ecff7 com.apple.AppleIDAuthSupport (1.0 - 1) <1C27C132-6261-33D8-A2E2-2AC85AAA7494> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
0x7fff3fa2e000 - 0x7fff3fa76fff com.apple.AppleJPEG (1.0 - 1) /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff3fe2b000 - 0x7fff3fe50ffd com.apple.aps.framework (4.0 - 4.0) <0CF0374F-5A3E-345E-BC89-9D46D4DE3387> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
0x7fff3fe51000 - 0x7fff3fe55ff7 com.apple.AppleSRP (5.0 - 1) <1C833F7F-662E-33D0-A9E6-3F5C850A46AD> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fff3fe56000 - 0x7fff3fe78fff com.apple.applesauce (1.0 - 16.22) /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
0x7fff3ff38000 - 0x7fff3ff3bffb com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <1374869E-E504-3C4F-999E-DF08DCF2643B> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff3ff3c000 - 0x7fff3ff8cff7 com.apple.AppleVAFramework (6.1.2 - 6.1.2) <583AA51D-9755-3558-AAE0-8141D05810B1> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff3ffd5000 - 0x7fff3ffe4ff9 com.apple.AssertionServices (1.0 - 223.60.4) <2C4FB378-B226-3134-A39E-ECB46B6FA5FA> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
0x7fff40523000 - 0x7fff40921ff4 com.apple.audio.AudioResourceArbitration (1.0 - 1) <88BB4F0D-F9DD-3F63-B11D-21DB1365C7C8> /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration
0x7fff40a60000 - 0x7fff40ab1ffd com.apple.audio.AudioSession (1.0 - 17) <14A895C9-51E6-3602-AC3E-F4D503DD64D1> /System/Library/PrivateFrameworks/AudioSession.framework/Versions/A/AudioSession
0x7fff40ab2000 - 0x7fff40adfff7 libSessionUtility.dylib (17) /System/Library/PrivateFrameworks/AudioSession.framework/libSessionUtility.dylib
0x7fff40b78000 - 0x7fff40db5ff7 com.apple.audio.AudioToolboxCore (1.0 - 1104.30) <20C1EA64-71AD-326A-A552-E37DC0D907BE> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
0x7fff40db6000 - 0x7fff40ecfff4 com.apple.AuthKit (1.0 - 1) <1AE3B67D-F772-3711-9D9B-3B0AF9C31680> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
0x7fff4108a000 - 0x7fff41093ff3 com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
0x7fff41094000 - 0x7fff41135ff8 com.apple.backup.framework (1.11.2 - 1298.2.10) <29722310-281C-3DD8-A096-A3D4ECCD6176> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff41136000 - 0x7fff411b7ffd com.apple.BaseBoard (464.1 - 464.1) <9D9C02DD-412F-3678-8618-E11632006139> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
0x7fff412b9000 - 0x7fff412f5fff com.apple.bom (14.0 - 219.2) <6DAE8ED0-92B1-3E4B-B54C-E30D5588E02B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff41414000 - 0x7fff4144bff9 com.apple.C2 (1.3 - 487) <9F7AF163-1B23-3EB8-8FE1-12416D58C7BC> /System/Library/PrivateFrameworks/C2.framework/Versions/A/C2
0x7fff41e7b000 - 0x7fff41ecafff com.apple.ChunkingLibrary (302 - 302) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff42d8a000 - 0x7fff42d9bfff com.apple.CommonAuth (4.0 - 2.0) <4DB8B487-119C-3606-9F9D-A62AAB097D3D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff42daf000 - 0x7fff42dc6fff com.apple.commonutilities (8.0 - 900) <3F9742B4-C4D6-3EE8-89C2-1630F7C754CF> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
0x7fff434bd000 - 0x7fff43892fc8 com.apple.CoreAUC (283.0.0 - 283.0.0) <54B58388-0D28-35E4-B4BD-9C1D279BD9ED> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff43893000 - 0x7fff438c1ffb com.apple.CoreAVCHD (6.1.0 - 6100.4.1) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff438e4000 - 0x7fff43903ff0 com.apple.analyticsd (1.0 - 1) <9AD0F7A2-37DE-3F14-A843-D573DED81646> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
0x7fff43a02000 - 0x7fff43a73ff6 com.apple.corebrightness (1.0 - 1) <0D04284F-5E82-375E-9C2D-760A71D93201> /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness
0x7fff43bce000 - 0x7fff43bd9ff7 com.apple.frameworks.CoreDaemon (1.3 - 1.3) <68D6AC85-CAFE-3223-BF1C-1FD8FFA61144> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fff43bda000 - 0x7fff43de5ff6 com.apple.CoreDuet (1.0 - 1) <74B8B6DE-378A-3406-A3CE-26D922BB448A> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
0x7fff43de6000 - 0x7fff43e33ff8 com.apple.coreduetcontext (1.0 - 1) <40CB7299-3ECE-390E-B44E-A962983492CD> /System/Library/PrivateFrameworks/CoreDuetContext.framework/Versions/A/CoreDuetContext
0x7fff43e34000 - 0x7fff43e44ffe com.apple.CoreDuetDaemonProtocol (1.0 - 1) /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
0x7fff43e47000 - 0x7fff43e49fff com.apple.CoreDuetDebugLogging (1.0 - 1) <2EB416D8-43B8-340A-9052-C1F84DD0B9AA> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
0x7fff43e5a000 - 0x7fff43e6aff3 com.apple.CoreEmoji (1.0 - 107) <4BBD8552-5D0D-32F7-AB41-85A51F59B2CA> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fff44016000 - 0x7fff44162fff com.apple.CoreHandwriting (161 - 1.2) <7A9F3CB9-82D6-3E11-A5A0-CC1168342669> /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHandwriting
0x7fff444be000 - 0x7fff44528ff0 com.apple.CoreNLP (1.0 - 213) <682C4550-F662-3BD0-BD30-A4BEF5E2B74B> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
0x7fff44828000 - 0x7fff4482cfff com.apple.CoreOptimization (1.0 - 1) <03521FDF-9424-342A-8F07-6496FB63B228> /System/Library/PrivateFrameworks/CoreOptimization.framework/Versions/A/CoreOptimization
0x7fff4482d000 - 0x7fff448b6ffa com.apple.CorePDF (4.0 - 518.4.1) <0F40D8AD-FE93-3894-AA05-1524A63302FF> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff4499a000 - 0x7fff449a2ff0 com.apple.CorePhoneNumbers (1.0 - 1) <8E2800B5-D750-340B-824C-F294A3581D51> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
0x7fff449a3000 - 0x7fff449f594b com.apple.CorePrediction (1.0 - 1) <014EE8D2-E93D-3D6B-9186-8C662292C0BD> /System/Library/PrivateFrameworks/CorePrediction.framework/Versions/A/CorePrediction
0x7fff450ef000 - 0x7fff45112ff7 com.apple.CoreSVG (1.0 - 129) /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
0x7fff45113000 - 0x7fff45146ff7 com.apple.CoreServicesInternal (446.6 - 446.6) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff45147000 - 0x7fff45175ff7 com.apple.CSStore (1069.11 - 1069.11) /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
0x7fff45678000 - 0x7fff456fffff com.apple.CoreSymbolication (11.0 - 64509.98.1) <38CCC6A0-E7F8-3FE0-A3E2-DF27CC6C8A58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff45797000 - 0x7fff458c3ff4 com.apple.coreui (2.1 - 608.3) <98D37B78-FC09-3D5B-B3F6-2B8A0E20360B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff458c4000 - 0x7fff45a5fff6 com.apple.CoreUtils (6.1 - 610.18) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff45b94000 - 0x7fff45ba7ff1 com.apple.CrashReporterSupport (10.13 - 15011) <72E8461C-DA63-3768-84DC-FB52DCB0CC4F> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff45e11000 - 0x7fff45e23ffc com.apple.framework.DFRFoundation (1.0 - 252) /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fff45e24000 - 0x7fff45e29fff com.apple.DSExternalDisplay (3.1 - 380) <58AB05D2-DA0C-376E-972B-F50A774D726D> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fff45e92000 - 0x7fff45f0dff8 com.apple.datadetectorscore (8.0 - 659) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff45f59000 - 0x7fff45f97ff0 com.apple.DebugSymbols (194 - 194) <63EC0BF1-7FAC-3234-870A-0AB25921DADB> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff45f98000 - 0x7fff460f4ffe com.apple.desktopservices (1.14.2 - 1281.2.6) <61257EE1-FBCA-3B57-84C8-6EA97BCF39CC> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff4610a000 - 0x7fff46116ff8 com.apple.DeviceIdentity (1.0 - 1) <892CAAF3-34EB-35EC-9776-DB906A123488> /System/Library/PrivateFrameworks/DeviceIdentity.framework/Versions/A/DeviceIdentity
0x7fff46300000 - 0x7fff463d0ff6 com.apple.DiskManagement (13.0 - 1648.60.1) <05521AEB-172A-3AAC-90CB-F0FA6B952883> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
0x7fff463d1000 - 0x7fff463d5ff1 com.apple.DisplayServicesFW (3.1 - 380) /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff4642b000 - 0x7fff4644fffd com.apple.DuetActivityScheduler (1.0 - 1) <2FF3ABCD-F827-36F3-8569-B7B3451335FD> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/Versions/A/DuetActivityScheduler
0x7fff46479000 - 0x7fff464aeff7 com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
0x7fff464af000 - 0x7fff464b3ff9 com.apple.EFILogin (2.0 - 2) <6FA447B0-32F6-3A81-B5EC-DAA9B595FACB> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff46fe9000 - 0x7fff47653ff1 com.apple.vision.EspressoFramework (1.0 - 188.2) <08FC5646-3B3F-33F9-9062-A75D6EAF80FD> /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso
0x7fff47935000 - 0x7fff47d50ff9 com.apple.vision.FaceCore (4.3.0 - 4.3.0) <8B2604AE-C6F8-3A53-8A94-DBA2A762EC2B> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff483b4000 - 0x7fff484ebffc libFontParser.dylib (277.2.1.2) <06A40213-0043-31F3-9AF5-DA513322DA20> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x7fff484ec000 - 0x7fff48520fff libTrueTypeScaler.dylib (277.2.1.2) <84394970-1C12-3DFB-A72F-9E80944B2191> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
0x7fff48585000 - 0x7fff48595ff6 libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x7fff4ba5a000 - 0x7fff4ba5bfff libmetal_timestamp.dylib (902.11.1) <815B0315-2A6A-374E-A9F5-A86A8242482B> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib
0x7fff4d0f6000 - 0x7fff4d101ff7 libGPUSupportMercury.dylib (17.10.22) /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x7fff4d102000 - 0x7fff4d108fff com.apple.GPUWrangler (4.5.21 - 4.5.21) /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
0x7fff4d424000 - 0x7fff4d44affb com.apple.GenerationalStorage (2.0 - 313) /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff4d463000 - 0x7fff4e440ff6 com.apple.GeoServices (1.0 - 1624.22.10.8.7) <759472D8-D79F-3CF6-980E-7FC5A8BF2B64> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
0x7fff4e56e000 - 0x7fff4e57cffb com.apple.GraphVisualizer (1.0 - 100.1) /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
0x7fff4e57d000 - 0x7fff4e58aff3 com.apple.GraphicsServices (1.0 - 1.0) <6F699A79-94DA-309F-921C-279FCCFE0433> /System/Library/PrivateFrameworks/GraphicsServices.framework/Versions/A/GraphicsServices
0x7fff4e5e1000 - 0x7fff4e5eeff9 com.apple.HID (1.0 - 1) /System/Library/PrivateFrameworks/HID.framework/Versions/A/HID
0x7fff4e70f000 - 0x7fff4e7ccff4 com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff5090b000 - 0x7fff50913ffd com.apple.IOAccelerator (438.2.8 - 438.2.8) <15817F17-2AF1-32DF-8A6C-DD65B80075D7> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff50916000 - 0x7fff5092cff7 com.apple.IOPresentment (1.0 - 37) /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fff50cb6000 - 0x7fff50d01ff4 com.apple.IconServices (438.3 - 438.3) <1F6BDF56-6C42-3C29-BD16-5C9921C64D87> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff50ea0000 - 0x7fff50eacffa com.apple.IntentsFoundation (1.0 - 1) <9104E132-DF3B-360A-9694-7E0399C513A7> /System/Library/PrivateFrameworks/IntentsFoundation.framework/Versions/A/IntentsFoundation
0x7fff50ebf000 - 0x7fff50ec5ffc com.apple.InternationalSupport (1.0 - 45) <5A076C86-0CA4-338E-AEC1-1C8F5E601DA3> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
0x7fff51106000 - 0x7fff51126ff6 com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <665A02F2-2DC9-3BE1-8A91-DC8629495B1D> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
0x7fff5127e000 - 0x7fff5134cff5 com.apple.LanguageModeling (1.0 - 215.1) <34D9FCAB-CDB6-3F3A-AAD8-A9D0A0713AE3> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff5134d000 - 0x7fff51395ff7 com.apple.Lexicon-framework (1.0 - 72) <7413459B-0E19-3C4F-BB84-4E8914875C2D> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
0x7fff5139c000 - 0x7fff513a0ff2 com.apple.LinguisticData (1.0 - 353.6) <63A3EE9B-A415-31A0-88DA-278AC277E1B1> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
0x7fff513c7000 - 0x7fff513ebffe com.apple.locationsupport (2389.0.8 - 2389.0.8) /System/Library/PrivateFrameworks/LocationSupport.framework/Versions/A/LocationSupport
0x7fff51c3a000 - 0x7fff51c3dfff com.apple.Mangrove (1.0 - 25) /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff51dfb000 - 0x7fff51e21ffe com.apple.MarkupUI (1.0 - 325.3) /System/Library/PrivateFrameworks/MarkupUI.framework/Versions/A/MarkupUI
0x7fff51ea6000 - 0x7fff51f30ff0 com.apple.MediaExperience (1.0 - 1) <560BBD61-82DB-33F0-8EF5-B0DF6DCAA7BB> /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience
0x7fff51f31000 - 0x7fff51f64fff com.apple.MediaKit (16 - 923) /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff52029000 - 0x7fff523afff1 com.apple.MediaRemote (1.0 - 1) <1C42BF38-407B-3FDC-B1A4-15CEAD830EDA> /System/Library/PrivateFrameworks/MediaRemote.framework/Versions/A/MediaRemote
0x7fff523b0000 - 0x7fff523ebff7 com.apple.MediaServices (1.0 - 1) /System/Library/PrivateFrameworks/MediaServices.framework/Versions/A/MediaServices
0x7fff526fa000 - 0x7fff52746fff com.apple.spotlight.metadata.utilities (1.0 - 2075.4) <65B49E2A-EF09-30EB-9821-4B348E35EE0B> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
0x7fff52747000 - 0x7fff52815ffd com.apple.gpusw.MetalTools (1.0 - 1) <0E41F3B9-EEB3-35AD-8464-75864345693A> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
0x7fff52a45000 - 0x7fff52a63ff7 com.apple.MobileKeyBag (2.0 - 1.0) <8C650D8D-3711-32C6-AF4B-E0F165B55B5E> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
0x7fff52b30000 - 0x7fff52cc9ff3 com.apple.Montreal (1.0 - 120.1) <4075C983-816B-3E80-8F22-B11E9406EC87> /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal
0x7fff52cca000 - 0x7fff52cf8ff7 com.apple.MultitouchSupport.framework (3420.2 - 3420.2) <1BB8C03E-ACBA-3042-9AFA-A918B6183C01> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff531f7000 - 0x7fff53201fff com.apple.NetAuth (6.2 - 6.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff53bf2000 - 0x7fff53c3eff7 com.apple.OTSVG (1.0 - 643.1.2.3) <21D6DEC5-89CF-3856-977F-FFB033605FF6> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
0x7fff54dd4000 - 0x7fff54ddfffe com.apple.PerformanceAnalysis (1.243.1 - 243.1) <3D906473-45A4-3C06-93DB-F66ACF9E217D> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff54de0000 - 0x7fff54e08ffb com.apple.persistentconnection (1.0 - 1.0) /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
0x7fff56820000 - 0x7fff56850ff1 com.apple.pluginkit.framework (1.0 - 1) /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
0x7fff56879000 - 0x7fff5688cff8 com.apple.PowerLog (1.0 - 1) <6AA2A5E6-E9DF-3DE0-8DCB-B4B67DB90AD7> /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog
0x7fff576fa000 - 0x7fff57754ff7 com.apple.ProtectedCloudStorage (1.0 - 1) <53AE5D1D-D3A3-3085-88F8-2CE1076CF210> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x7fff57755000 - 0x7fff5776efff com.apple.ProtocolBuffer (1 - 274.20.7.15.1) <7CE69139-FFAC-3C48-A491-39604B93CA37> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff5787a000 - 0x7fff5787dff4 com.apple.QuickLookNonBaseSystem (1.0 - 1) /System/Library/PrivateFrameworks/QuickLookNonBaseSystem.framework/Versions/A/QuickLookNonBaseSystem
0x7fff5787e000 - 0x7fff578a1ffb com.apple.quicklook.QuickLookSupport (1.0 - 1) /System/Library/PrivateFrameworks/QuickLookSupport.framework/Versions/A/QuickLookSupport
0x7fff578e8000 - 0x7fff57960ff8 com.apple.Rapport (1.9 - 190.11) <56B44EBC-77BF-3A12-8BC8-F264928A18B8> /System/Library/PrivateFrameworks/Rapport.framework/Versions/A/Rapport
0x7fff57b57000 - 0x7fff57b63ff5 com.apple.xpc.RemoteServiceDiscovery (1.0 - 1738.61.1) /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
0x7fff57b77000 - 0x7fff57ba0ff9 com.apple.RemoteViewServices (2.0 - 148) <590871B7-47F6-3936-AA17-B0AA0DC177D4> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff57ba1000 - 0x7fff57bb6ff2 com.apple.xpc.RemoteXPC (1.0 - 1738.61.1) <1B032699-44C4-359D-AF1B-E75957080699> /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC
0x7fff57d06000 - 0x7fff57d41ff4 com.apple.RunningBoardServices (1.0 - 223.60.4) <2DF794E5-4008-3D86-9856-F28C49142FE3> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
0x7fff58ae9000 - 0x7fff58b33ff7 com.apple.Safari.SafeBrowsing (15608 - 15608.4.9.1.3) /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/Versions/A/SafariSafeBrowsing
0x7fff59687000 - 0x7fff5968aff9 com.apple.SecCodeWrapper (4.0 - 448.60.2) <4EED91B7-2B87-3EDF-9E92-311F55247B3C> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fff597fd000 - 0x7fff59921ff4 com.apple.Sharing (1506.6 - 1506.6) <6E65B170-45C1-354E-8D55-22BF5DFF9C90> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff59942000 - 0x7fff59962ffd com.apple.sidecar-core (1.0 - 209) /System/Library/PrivateFrameworks/SidecarCore.framework/Versions/A/SidecarCore
0x7fff59963000 - 0x7fff59975ff8 com.apple.sidecar-ui (1.0 - 209) /System/Library/PrivateFrameworks/SidecarUI.framework/Versions/A/SidecarUI
0x7fff5a939000 - 0x7fff5ac31ffa com.apple.SkyLight (1.600.0 - 450.1) <65653F86-25AD-3283-9F81-DA56A8D01F69> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fff5b479000 - 0x7fff5b487fff com.apple.SpeechRecognitionCore (6.0.91 - 6.0.91) <0D6C7167-ECA8-3D6E-BC08-CCE8B4115F8E> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff5bcaa000 - 0x7fff5bcb3ff7 com.apple.SymptomDiagnosticReporter (1.0 - 1238.60.1) <06787E03-CFFE-3240-B95A-8D2763ED550B> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
0x7fff5bf69000 - 0x7fff5bf79ff3 com.apple.TCC (1.0 - 1) <5DDF1103-C7EE-3588-A532-F33AC526B288> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff5c46e000 - 0x7fff5c535ff4 com.apple.TextureIO (3.10.9 - 3.10.9) <360BB4A8-E37F-30DB-B798-2DAD29DEA9D3> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fff5c6b2000 - 0x7fff5c6b3fff com.apple.TrustEvaluationAgent (2.0 - 33) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff5d38c000 - 0x7fff5d5e6ff2 com.apple.UIFoundation (1.0 - 660) <5BAA592B-3B1B-367F-8A26-3AFFB4C355D0> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff5d679000 - 0x7fff5d67fffe com.apple.URLFormatting (119 - 119.15) <6AB7A1A4-B00E-3EAD-99F5-DFFD7BD5E3D0> /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting
0x7fff5e1da000 - 0x7fff5e1fafff com.apple.UserManagement (1.0 - 1) /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
0x7fff5efae000 - 0x7fff5f098ffe com.apple.ViewBridge (462 - 462) /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0x7fff5f23e000 - 0x7fff5f23ffff com.apple.WatchdogClient.framework (1.0 - 67.60.1) /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
0x7fff5f408000 - 0x7fff5f408fff com.apple.WebInspectorUI (15608 - 15608.4.9.1.3) <9E6379D7-B328-3272-8AD9-155F154A6075> /System/Library/PrivateFrameworks/WebInspectorUI.framework/Versions/A/WebInspectorUI
0x7fff5f5b8000 - 0x7fff5f5f4ff3 libAWDSupport.dylib (949) <4327700E-9E74-35F3-8C79-B5A3D6178566> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupport.dylib
0x7fff5f5f5000 - 0x7fff5f89aff2 libAWDSupportFramework.dylib (3316) <3C299E10-89EA-37BF-9B5F-C740B4501E78> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupportFramework.dylib
0x7fff5f89b000 - 0x7fff5f8acff7 libprotobuf-lite.dylib (3316) <173F37ED-367B-35B8-9541-7BFDC5C94321> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf-lite.dylib
0x7fff5f8ad000 - 0x7fff5f907ff3 libprotobuf.dylib (3316) <3B681C35-A20F-3B92-8C1F-D1FEB5B4F3E2> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf.dylib
0x7fff5f908000 - 0x7fff5f94cff6 com.apple.awd (1.0 - 949) /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/WirelessDiagnostics
0x7fff5fe1c000 - 0x7fff5fe1fffa com.apple.dt.XCTTargetBootstrap (1.0 - 15700) /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
0x7fff5fe98000 - 0x7fff5fea6ff5 com.apple.audio.caulk (1.0 - 32.3) <400717FB-3552-3F61-BCBE-53F89F33DDAE> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
0x7fff601e7000 - 0x7fff601e9ff3 com.apple.loginsupport (1.0 - 1) <1E3EFDAA-97FB-352A-8802-005343FE60F9> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff601ea000 - 0x7fff601fdffd com.apple.login (3.0 - 3.0) <40531B9D-B0F1-371F-A5E8-0FC91D7AD175> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
0x7fff6022f000 - 0x7fff6023bffd com.apple.perfdata (1.0 - 51.40.3) <6EC28F76-04A3-3E9A-9444-5FE5F90E8770> /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata
0x7fff6043a000 - 0x7fff6044fffa libAccessibility.dylib (2771.39) <3A362D64-E600-359D-B9BF-B3385F805236> /usr/lib/libAccessibility.dylib
0x7fff60500000 - 0x7fff6050cff3 libAudioStatistics.dylib (1104.30) <0F769C4F-E8D7-33E3-BC35-8B678E66E079> /usr/lib/libAudioStatistics.dylib
0x7fff6050d000 - 0x7fff60543ffa libAudioToolboxUtility.dylib (1104.30) <5688DDAC-8A24-3061-B431-43AFCA320EF5> /usr/lib/libAudioToolboxUtility.dylib
0x7fff6054a000 - 0x7fff6057fff7 libCRFSuite.dylib (48) <7E22F62C-3EEA-3880-9CCD-0EA93FB953DC> /usr/lib/libCRFSuite.dylib
0x7fff60582000 - 0x7fff6058cff3 libChineseTokenizer.dylib (34) <3023F415-2B77-38DA-ABDD-16BFD18CED69> /usr/lib/libChineseTokenizer.dylib
0x7fff6058d000 - 0x7fff60616fff libCoreStorage.dylib (551) <5CA96279-B9E0-390D-8488-CD77D5EB89A6> /usr/lib/libCoreStorage.dylib
0x7fff60619000 - 0x7fff6061bff7 libDiagnosticMessagesClient.dylib (112) /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff60660000 - 0x7fff60817ff3 libFosl_dynamic.dylib (100.4) <84A5F946-01EE-3740-BD2F-4C2A6B1FE82B> /usr/lib/libFosl_dynamic.dylib
0x7fff6083e000 - 0x7fff60844ff3 libIOReport.dylib (54) /usr/lib/libIOReport.dylib
0x7fff60924000 - 0x7fff6092bfff libMatch.1.dylib (36) /usr/lib/libMatch.1.dylib
0x7fff6095b000 - 0x7fff6097afff libMobileGestalt.dylib (826.60.1) <7FA72434-FD46-300D-A6BD-D47A4FEF03C5> /usr/lib/libMobileGestalt.dylib
0x7fff609ef000 - 0x7fff60accff7 libSMC.dylib (20) /usr/lib/libSMC.dylib
0x7fff60ae1000 - 0x7fff60ae2ff3 libSystem.B.dylib (1281) <2F6BCFD9-A5F9-30FE-BF5A-5C53D3CBAB4D> /usr/lib/libSystem.B.dylib
0x7fff60ae3000 - 0x7fff60b70ff7 libTelephonyUtilDynamic.dylib (3852) <1EB18EA2-EF1E-355A-9F6F-B2D9E662FE09> /usr/lib/libTelephonyUtilDynamic.dylib
0x7fff60b71000 - 0x7fff60b72fff libThaiTokenizer.dylib (3) /usr/lib/libThaiTokenizer.dylib
0x7fff60b8a000 - 0x7fff60ba0fff libapple_nghttp2.dylib (1.39.2) <0685C38F-7A9F-34CB-B3FF-92601483A0FF> /usr/lib/libapple_nghttp2.dylib
0x7fff60bd5000 - 0x7fff60c47ff7 libarchive.2.dylib (72.40.2) <88E010D7-060F-333E-B5B4-0249154B9868> /usr/lib/libarchive.2.dylib
0x7fff60c48000 - 0x7fff60cdefc5 libate.dylib (2.0.9) <63A28B5E-0AAA-3893-91DD-1A64A03FE8A2> /usr/lib/libate.dylib
0x7fff60ce2000 - 0x7fff60ce2ff3 libauto.dylib (187) <724B1E92-64DC-30CD-A90B-DA90B5794A94> /usr/lib/libauto.dylib
0x7fff60da9000 - 0x7fff60db9ff3 libbsm.0.dylib (60) <2E6E444F-7BF3-32E0-AF3A-DE9BF9D9DAAB> /usr/lib/libbsm.0.dylib
0x7fff60dba000 - 0x7fff60dc6fff libbz2.1.0.dylib (44) <8FCE28A3-D250-37F5-93B6-866E8494DCAA> /usr/lib/libbz2.1.0.dylib
0x7fff60dc7000 - 0x7fff60e1aff7 libc++.1.dylib (800.7) <6018A70E-5CD3-32AF-BA60-E7A0B7E7CEB2> /usr/lib/libc++.1.dylib
0x7fff60e1b000 - 0x7fff60e2ffff libc++abi.dylib (800.7) /usr/lib/libc++abi.dylib
0x7fff60e30000 - 0x7fff60e30ffb libcharset.1.dylib (59) <1B71DC8A-FBF2-37F8-92C0-34AE72B7CED3> /usr/lib/libcharset.1.dylib
0x7fff60e31000 - 0x7fff60e42ffb libcmph.dylib (8) <55F5F96B-F93C-3A1A-80F7-61B9ED2C2F6C> /usr/lib/libcmph.dylib
0x7fff60e43000 - 0x7fff60e5afe7 libcompression.dylib (87) <35A0C0B0-6545-3E18-AEA7-F8C70E0FB095> /usr/lib/libcompression.dylib
0x7fff6112a000 - 0x7fff61140ff7 libcoretls.dylib (167) /usr/lib/libcoretls.dylib
0x7fff61141000 - 0x7fff61142fff libcoretls_cfhelpers.dylib (167) /usr/lib/libcoretls_cfhelpers.dylib
0x7fff612e5000 - 0x7fff613dffff libcrypto.35.dylib (47.11.1) <7260227F-1E87-3E19-88B1-9EBF75620398> /usr/lib/libcrypto.35.dylib
0x7fff616ed000 - 0x7fff616f8ff7 libcsfde.dylib (551) <71213116-5522-34A0-B731-EA243E7CD88B> /usr/lib/libcsfde.dylib
0x7fff61700000 - 0x7fff6175ffff libcups.2.dylib (483.2) <2C8BF301-578F-3148-9A52-C1CA90402D9B> /usr/lib/libcups.2.dylib
0x7fff6186b000 - 0x7fff6186bfff libenergytrace.dylib (21) <38819A80-4A1A-32D7-99D3-B675808F30CF> /usr/lib/libenergytrace.dylib
0x7fff6186c000 - 0x7fff61885ff7 libexpat.1.dylib (19.60.2) <81E75AD6-C332-3DC6-804F-A71FC64EC6A1> /usr/lib/libexpat.1.dylib
0x7fff61893000 - 0x7fff61895fff libfakelink.dylib (149) /usr/lib/libfakelink.dylib
0x7fff618a4000 - 0x7fff618a9fff libgermantok.dylib (24) <6D3925E0-8A6F-3BE1-8729-ABEDE2264AF1> /usr/lib/libgermantok.dylib
0x7fff618aa000 - 0x7fff618b3ff7 libheimdal-asn1.dylib (564.60.2) <69184137-9EFE-366C-BE2D-7027A1677F76> /usr/lib/libheimdal-asn1.dylib
0x7fff618b4000 - 0x7fff619a4ff7 libiconv.2.dylib (59) <54B90704-F9C8-31B4-AE04-FE496B3725A3> /usr/lib/libiconv.2.dylib
0x7fff619a5000 - 0x7fff61bfdff7 libicucore.A.dylib (64252.0.1) /usr/lib/libicucore.A.dylib
0x7fff61c17000 - 0x7fff61c18fff liblangid.dylib (133) <7E36BF2A-6E88-3A32-8412-4FD5D850D44A> /usr/lib/liblangid.dylib
0x7fff61c19000 - 0x7fff61c31ff3 liblzma.5.dylib (16) /usr/lib/liblzma.5.dylib
0x7fff61c49000 - 0x7fff61cf0fff libmecab.dylib (883.1.1) <790EBEF5-E677-363E-848F-C5E378F35C98> /usr/lib/libmecab.dylib
0x7fff61cf1000 - 0x7fff61f53fe1 libmecabra.dylib (883.1.1) /usr/lib/libmecabra.dylib
0x7fff622bf000 - 0x7fff622eeff7 libncurses.5.4.dylib (57) /usr/lib/libncurses.5.4.dylib
0x7fff6241d000 - 0x7fff62893ff7 libnetwork.dylib (1880.60.5) <0B1AF784-11A0-31EE-AC24-2E0BAB975CC7> /usr/lib/libnetwork.dylib
0x7fff62894000 - 0x7fff628aafff libnetworkextension.dylib (1095.60.2) <9CBF2B1A-A0F9-32A6-8034-5483E5EF072F> /usr/lib/libnetworkextension.dylib
0x7fff62932000 - 0x7fff62963fc6 libobjc.A.dylib (781.2) <17241F77-6A7A-39D7-8836-63E2725AA3C9> /usr/lib/libobjc.A.dylib
0x7fff62976000 - 0x7fff6297afff libpam.2.dylib (25) /usr/lib/libpam.2.dylib
0x7fff6297d000 - 0x7fff629b3ff7 libpcap.A.dylib (89.60.2) <882835C6-7DA0-3465-A646-EBA215EF9DAD> /usr/lib/libpcap.A.dylib
0x7fff629f1000 - 0x7fff629ffff9 libperfcheck.dylib (37) <690BB406-E33C-3A99-82DF-BB02F0BB29CD> /usr/lib/libperfcheck.dylib
0x7fff62a35000 - 0x7fff62a4dff7 libresolv.9.dylib (67.40.1) <2DEF6C56-0CF8-3469-B21C-D8994D048807> /usr/lib/libresolv.9.dylib
0x7fff62a4f000 - 0x7fff62a93fff libsandbox.1.dylib (1217.61.1) <5D1AC9FE-A068-3883-AEB6-5F0D2F8B93A5> /usr/lib/libsandbox.1.dylib
0x7fff62a94000 - 0x7fff62aa6fff libsasl2.2.dylib (213) <600FEDE0-0868-3579-8773-25BD2EC3C687> /usr/lib/libsasl2.2.dylib
0x7fff62aa7000 - 0x7fff62aa8ff7 libspindump.dylib (281.2) <8541CC86-40AB-3118-BD79-6B15F5871188> /usr/lib/libspindump.dylib
0x7fff62aa9000 - 0x7fff62c96ff7 libsqlite3.dylib (308.4) <5FAC89DA-EC45-3F38-8D00-FE638D6FD4D5> /usr/lib/libsqlite3.dylib
0x7fff62e8c000 - 0x7fff62ee7ff8 libusrtcp.dylib (1880.60.5) <5D0CEAF0-F412-3768-9BE1-4D51F9832D29> /usr/lib/libusrtcp.dylib
0x7fff62ee8000 - 0x7fff62eebffb libutil.dylib (57) <86C9C769-0523-38C6-940E-900C8CAB780A> /usr/lib/libutil.dylib
0x7fff62eec000 - 0x7fff62ef9fff libxar.1.dylib (420) <03679705-EDE0-361D-B0B2-1A69170A6FF1> /usr/lib/libxar.1.dylib
0x7fff62eff000 - 0x7fff62fe1ff7 libxml2.2.dylib (32.13) /usr/lib/libxml2.2.dylib
0x7fff62fe5000 - 0x7fff6300dfff libxslt.1.dylib (16.7) <0BBEC00F-116C-3AF8-B751-970482388AED> /usr/lib/libxslt.1.dylib
0x7fff6300e000 - 0x7fff63020ffb libz.1.dylib (76) <1005ADEB-04A2-3E42-B915-AB4B40A7AB3A> /usr/lib/libz.1.dylib
0x7fff63a84000 - 0x7fff63a89ff3 libcache.dylib (83) /usr/lib/system/libcache.dylib
0x7fff63a8a000 - 0x7fff63a95fff libcommonCrypto.dylib (60165) /usr/lib/system/libcommonCrypto.dylib
0x7fff63a96000 - 0x7fff63a9dfff libcompiler_rt.dylib (101.2) <51107CAA-0727-370D-8287-940D40D09AC1> /usr/lib/system/libcompiler_rt.dylib
0x7fff63a9e000 - 0x7fff63aa7fff libcopyfile.dylib (166.40.1) <6454A046-88E5-32D6-898C-FB0D30D28637> /usr/lib/system/libcopyfile.dylib
0x7fff63aa8000 - 0x7fff63b3ffe7 libcorecrypto.dylib (866.60.3) <8090C446-35C8-31B4-8B1E-AF6D0EF3524B> /usr/lib/system/libcorecrypto.dylib
0x7fff63c56000 - 0x7fff63c97ff0 libdispatch.dylib (1173.60.1) /usr/lib/system/libdispatch.dylib
0x7fff63c98000 - 0x7fff63ccdff7 libdyld.dylib (733.8) <8E2D3DED-0756-37A0-9D55-B9264CA020B4> /usr/lib/system/libdyld.dylib
0x7fff63cce000 - 0x7fff63cceffb libkeymgr.dylib (30) <0B9A3AF7-086E-3E7A-A52E-3DAF2E52CF86> /usr/lib/system/libkeymgr.dylib
0x7fff63ccf000 - 0x7fff63cdbff7 libkxld.dylib (6153.61.1) /usr/lib/system/libkxld.dylib
0x7fff63cdc000 - 0x7fff63cdcff7 liblaunch.dylib (1738.61.1) /usr/lib/system/liblaunch.dylib
0x7fff63cdd000 - 0x7fff63ce2ff7 libmacho.dylib (949.0.1) <9831715F-ED86-3A9D-88CD-152C888B784B> /usr/lib/system/libmacho.dylib
0x7fff63ce3000 - 0x7fff63ce5ff7 libquarantine.dylib (110.40.3) <58CE8913-EC7B-376B-BC80-69763993A1E4> /usr/lib/system/libquarantine.dylib
0x7fff63ce6000 - 0x7fff63ce7ff7 libremovefile.dylib (48) <4E1AD797-3993-3E05-BB9B-B4E3038CE09C> /usr/lib/system/libremovefile.dylib
0x7fff63ce8000 - 0x7fff63cfffff libsystem_asl.dylib (377.60.2) <2CD6CABE-F8D7-3CCA-A930-08F8AC356D30> /usr/lib/system/libsystem_asl.dylib
0x7fff63d00000 - 0x7fff63d00fff libsystem_blocks.dylib (74) <71A75F21-83AD-382F-95E4-4D6B77B4B9FE> /usr/lib/system/libsystem_blocks.dylib
0x7fff63d01000 - 0x7fff63d88ff7 libsystem_c.dylib (1353.60.8) /usr/lib/system/libsystem_c.dylib
0x7fff63d89000 - 0x7fff63d8cffb libsystem_configuration.dylib (1061.40.2) /usr/lib/system/libsystem_configuration.dylib
0x7fff63d8d000 - 0x7fff63d90ff7 libsystem_coreservices.dylib (114) /usr/lib/system/libsystem_coreservices.dylib
0x7fff63d91000 - 0x7fff63d99fff libsystem_darwin.dylib (1353.60.8) <9AC37996-630C-3B1E-8285-CFC77B684359> /usr/lib/system/libsystem_darwin.dylib
0x7fff63d9a000 - 0x7fff63da1ffb libsystem_dnssd.dylib (1096.60.2) <7F0DF910-F4AC-3CED-9494-295B5E45549C> /usr/lib/system/libsystem_dnssd.dylib
0x7fff63da2000 - 0x7fff63da3ffb libsystem_featureflags.dylib (17) <985005B7-C0B3-3DCA-B064-6D34A0687212> /usr/lib/system/libsystem_featureflags.dylib
0x7fff63da4000 - 0x7fff63df1fff libsystem_info.dylib (538) /usr/lib/system/libsystem_info.dylib
0x7fff63df2000 - 0x7fff63e1eff7 libsystem_kernel.dylib (6153.61.1) <90F8650F-D3A9-38B3-BB8C-B5D3686393BC> /usr/lib/system/libsystem_kernel.dylib
0x7fff63e1f000 - 0x7fff63e66fcf libsystem_m.dylib (3178) <92F1FF45-BD1C-32FE-A9A9-D12AF02C8212> /usr/lib/system/libsystem_m.dylib
0x7fff63e67000 - 0x7fff63e8efff libsystem_malloc.dylib (283.60.1) <51472F42-71BE-348F-B42E-4EDD3040B690> /usr/lib/system/libsystem_malloc.dylib
0x7fff63e8f000 - 0x7fff63e9cffb libsystem_networkextension.dylib (1095.60.2) <846C06C0-A705-38AE-8A29-3FA4153252B3> /usr/lib/system/libsystem_networkextension.dylib
0x7fff63e9d000 - 0x7fff63ea6ff3 libsystem_notify.dylib (241) <7CB7DE46-5877-3CAD-8526-CACEA22F3AD5> /usr/lib/system/libsystem_notify.dylib
0x7fff63ea7000 - 0x7fff63eb0fef libsystem_platform.dylib (220) /usr/lib/system/libsystem_platform.dylib
0x7fff63eb1000 - 0x7fff63ebbfff libsystem_pthread.dylib (416.60.2) <9D14694F-F3FE-385D-9B23-6A87844D5CBF> /usr/lib/system/libsystem_pthread.dylib
0x7fff63ebc000 - 0x7fff63ec0fff libsystem_sandbox.dylib (1217.61.1) /usr/lib/system/libsystem_sandbox.dylib
0x7fff63ec1000 - 0x7fff63ec3fff libsystem_secinit.dylib (62.60.1) <129C187A-E580-3F00-A0C3-E96A633364F1> /usr/lib/system/libsystem_secinit.dylib
0x7fff63ec4000 - 0x7fff63ecbffb libsystem_symptoms.dylib (1238.60.1) <5540DEA3-9C3A-3991-8C3A-7B375A5410C7> /usr/lib/system/libsystem_symptoms.dylib
0x7fff63ecc000 - 0x7fff63ee2ff2 libsystem_trace.dylib (1147.60.3) /usr/lib/system/libsystem_trace.dylib
0x7fff63ee4000 - 0x7fff63ee9ffb libunwind.dylib (35.4) <769F4C16-2746-3182-85C1-45CC98D119C8> /usr/lib/system/libunwind.dylib
0x7fff63eea000 - 0x7fff63f1effe libxpc.dylib (1738.61.1) /usr/lib/system/libxpc.dylib
External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 1 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: 2205 thread_create: 0 thread_set_state: 0
VM Region Summary: ReadOnly portion of Libraries: Total=886.5M resident=0K(0%) swapped_out_or_unallocated=886.5M(100%) Writable regions: Total=910.9M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=910.9M(100%)
REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate framework 256K 2 Activity Tracing 256K 1 CG backing stores 19.1M 6 CG image 676K 7 CoreAnimation 164K 7 CoreGraphics 8K 1 CoreImage 24K 2 CoreServices 88K 1 CoreUI image data 928K 7 Foundation 4K 1 Kernel Alloc Once 8K 1 MALLOC 469.1M 171 MALLOC guard page 32K 7 MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated) Memory Tag 242 12K 1 OpenGL GLSL 256K 3 PROTECTED_MEMORY 4K 1 STACK GUARD 56.1M 15 Stack 15.1M 16 VM_ALLOCATE 10.1M 49 DATA 64.4M 492 DATA_CONST 249K 9 FONT_DATA 4K 1 GLSLBUILTINS 5176K 1 LINKEDIT 366.5M 79 __OBJC_RO 32.0M 1 OBJC_RW 1780K 2 TEXT 520.0M 464 UNICODE 564K 1 mapped file 304.4M 61 shared memory 644K 16 =========== ======= ======= TOTAL 2.2G 1427 TOTAL, minus reserved VM space 1.8G 1427
Model: MacBookPro14,2, BootROM 203.0.0.0.0, 2 processors, Dual-Core Intel Core i5, 3.1 GHz, 16 GB, SMC 2.44f2 Graphics: kHW_IntelIrisGraphics650Item, Intel Iris Plus Graphics 650, spdisplays_builtin Memory Module: BANK 0/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320 Memory Module: BANK 1/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x171), Broadcom BCM43xx 1.0 (7.77.106.3 AirPortDriverBrcmNIC-1435.3) Bluetooth: Version 7.0.2f4, 3 services, 27 devices, 1 incoming serial ports Network Service: Wi-Fi, AirPort, en0 USB Device: USB 3.0 Bus USB Device: iPhone USB Device: MIC_TEST USB Device: Apple T1 Controller Thunderbolt Bus: MacBook Pro, Apple Inc., 41.3 Thunderbolt Bus: MacBook Pro, Apple Inc., 41.3