SteffeyDev / atemOSC

Control ATEM video switchers over the network with OSC messages
http://www.atemosc.com
202 stars 32 forks source link

Fairlight Audio Support #150

Closed zbooth closed 3 years ago

zbooth commented 4 years ago

I have an ATEM Mini, which uses Fairlight Audio. It would be wonderful if I could adjust input gain.

When I record a macro changing the gain on HDMI input 1, the XML looks like this:

<Op id="FairlightAudioMixerInputSourceFaderGain" input="Camera1" sourceId="18446744073709551360" gain="-3"/>
            <Op id="FairlightAudioMixerInputSourceFaderGain" input="Camera1" sourceId="18446744073709551361" gain="-3"/>

XML for Mic 1 input:

<Op id="FairlightAudioMixerInputSourceFaderGain" input="ExternalMic" sourceId="18446744073709486336" gain="-3"/>

I have my audio inputs split into separate mono channels.

SteffeyDev commented 3 years ago

Interesting, your comment raises a good point. I was thinking of having the address for stereo channel control both left and right simultaneously when in dual mono mode. Is that better, or is it better to just control left? I'm not entirely sure what kinds of things you guys use dual mono mode for.

ruebyi commented 3 years ago

Please let me control left and right alone!

I have an XLR to 3,5mm Adapter and run 2 Mics on this Stereo Input. Of course I need to control them separately

nick-shaw commented 3 years ago

I don't think @SteffeyDev is suggesting you would ONLY be able to address the dual mono channels as a pair. If I understand correctly he is suggesting that you would be able to control left and right independently on their own addresses, but if you were to use the address that would otherwise be the stereo pair, it would affect both mono channels simultaneously as a ganged pair. That sounds like a good idea to me.

ruebyi commented 3 years ago

that's really a good idea

Christoph111 commented 3 years ago

I don't think @SteffeyDev is suggesting you would ONLY be able to address the dual mono channels as a pair. If I understand correctly he is suggesting that you would be able to control left and right independently on their own addresses, but if you were to use the address that would otherwise be the stereo pair, it would affect both mono channels simultaneously as a ganged pair. That sounds like a good idea to me.

same to me, really good idea! A) so for example in touchosc, you could use 3 faders (=addresses) for each input, one for stereo, two for independent dual mono...atemOSC feedback in stereo would only send feedback to stereo fader, mono faders would be 0 (did you mean this?) or may be the same value as the stereo fader.

B) But what do think of my idea, to use the same address for the stereo pair AND (if ATEM is set to dual mono) for the left channel? Then another address for the right channel (which of course only works if set to dual mono)... Then you would only need two faders in touchOSC. atemOSC sends feedback to first fader only in stereo mode, and to both faders in dual mono mode

C) Stereo/Dual Mono Feedback: Can atemOSC send feedback, if atem is set to stereo or dual mono per each input? So this can trigger an LED or something in touchOSC so you know better whats going on

Solution A is one more fader per each channel but maybe better visible Solution B is one less fader...but combined with C) you could just but an led on top of fader 2 to see if dual mono is activated... Cheers

SteffeyDev commented 3 years ago

I'll let @ruebyi and @nick-shaw comment on your proposal, just thinking that the point of TouchOSC is that it is customizable, so you wouldn't have three faders for a channel... you could just add one fader for each stereo input and two faders for each dual mono input, depending on your setup and configuration. I do see the benefits of supporting a generic TouchOSC layout, but not sure how common that is? If you wanted a generic interface, you could use something like Open Stage Control and then add the three faders, but hide either the one fader or the pair depending on the configuration. Of course, I would have to send feedback for the input configuration for that to work, but we could get there.

SteffeyDev commented 3 years ago

Actually, I think I have solved it:

/fairlight-audio/input/<id>/gain and /fairlight-audio/input/<id>/pan would control all sources on the input simultaneously, whether one stereo source or two dual mono sources.

/fairlight-audio/input/<id>/left/gain and /fairlight-audio/input/<id>/left/pan would control the left source in dual mono mode, or the single stereo source in stereo mode.

/fairlight-audio/input/<id>/right/gain and /fairlight-audio/input/<id>/right/pan would control the right source in dual mono mode, or do nothing in stereo mode.

This should address every use case, as @Christoph111 can use two faders for left and right for every channel if you want, but for people with only stereo inputs you don't have to worry about left and right at all, it will function the same as the non-fairlight audio controls.

Christoph111 commented 3 years ago

perfect!

SteffeyDev commented 3 years ago

Cool! Now that I'm thinking about it, I may drop the /fairlight-audio in general and just use /audio, and then for each switcher intelligently figure out whether it should be using fairlight or normal audio mixer. That way you don't have to worry about what kind of mixer a given switcher uses.

ruebyi commented 3 years ago

Great! Thank you! Just be careful with ditching /fairlight-audio - Some older don't have fairlight and have other commands

mkcologne commented 3 years ago

Perfect! Thank You!

mrbossitaly commented 3 years ago

@SteffeyDev: you are the master!!!!

SteffeyDev commented 3 years ago

If anyone is interested in testing the next version pre-release, with full Fairlight audio support (including mute and AFV), send me an email at steffeydev@icloud.com

mrbossitaly commented 3 years ago

If anyone is interested in testing the next version pre-release, with full Fairlight audio support (including mute and AFV), send me an email at steffeydev@icloud.com

Hi @SteffeyDev , yesterday I had few minutes to check the new implementation. I use an ATEM Mini with 8.2 firmware and 8.3 ATEM software combined with osculator. Trying the audio references you posted, these are my results:

Also: maybe is my mistake but on this new graphics version of program can't see feedback from switcher also selecting/deselcting the check box down on the right. The font color is white over a white background. The same for reference address... How to set address and port for send feedback to?

hope to do other test this evening (I'm in Italy, its' 11:36AM now) coming back home.

Tnx again.

MrBossItaly.

Process: atemOSC [743] Path: /Volumes/VOLUME/*/atemOSC v4 (beta 2).app/Contents/MacOS/atemOSC Identifier: com.atemosc.atemOSC Version: 4.0.0 (2) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: atemOSC [743] User ID: 501

Date/Time: 2021-01-25 17:20:54.947 +0100 OS Version: Mac OS X 10.15.7 (19H15) Report Version: 12 Bridge OS Version: 4.6 (17P6610) Anonymous UUID: 72E152ED-1376-503E-6421-24C492A2EE08

Time Awake Since Boot: 650 seconds

System Integrity Protection: enabled

Notes: Translocated Process

Crashed Thread: 2

Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: EXC_I386_GPFLT Exception Note: EXC_CORPSE_NOTIFY

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

Thread 0:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff70b5bdfa mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff70b5c170 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff369aaef5 CFRunLoopServiceMachPort + 247 3 com.apple.CoreFoundation 0x00007fff369a99c2 CFRunLoopRun + 1319 4 com.apple.CoreFoundation 0x00007fff369a8e3e CFRunLoopRunSpecific + 462 5 com.apple.HIToolbox 0x00007fff355d5abd RunCurrentEventLoopInMode + 292 6 com.apple.HIToolbox 0x00007fff355d57d5 ReceiveNextEventCommon + 584 7 com.apple.HIToolbox 0x00007fff355d5579 _BlockUntilNextEventMatchingListInModeWithFilter + 64 8 com.apple.AppKit 0x00007fff33c1b039 _DPSNextEvent + 883 9 com.apple.AppKit 0x00007fff33c19880 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1352 10 com.apple.AppKit 0x00007fff33c0b58e -[NSApplication run] + 658 11 com.apple.AppKit 0x00007fff33bdd396 NSApplicationMain + 777 12 libdyld.dylib 0x00007fff70a1acc9 start + 1

Thread 1:: com.apple.CFSocket.private 0 libsystem_kernel.dylib 0x00007fff70b640fe select + 10 1 com.apple.CoreFoundation 0x00007fff369d3c53 CFSocketManager + 641 2 libsystem_pthread.dylib 0x00007fff70c1f109 _pthread_start + 148 3 libsystem_pthread.dylib 0x00007fff70c1ab8b thread_start + 15

Thread 2 Crashed: 0 com.atemosc.atemOSC 0x000000010062c705 0x10061e000 + 59141 1 com.atemosc.atemOSC 0x000000010062f2af 0x10061e000 + 70319 2 com.peters.VVOSC 0x00000001006cb924 -[OSCManager receivedOSCMessage:] + 68 3 com.peters.VVOSC 0x00000001006cdce9 -[OSCInPort handleScratchArray:] + 281 4 com.peters.VVOSC 0x00000001006cd9a0 -[OSCInPort OSCThreadProc] + 1216 5 com.apple.Foundation 0x00007fff3903c7a2 NSThreadstart__ + 1064 6 libsystem_pthread.dylib 0x00007fff70c1f109 _pthread_start + 148 7 libsystem_pthread.dylib 0x00007fff70c1ab8b thread_start + 15

Thread 3:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x00007fff70b5bdfa mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff70b5c170 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff369aaef5 CFRunLoopServiceMachPort + 247 3 com.apple.CoreFoundation 0x00007fff369a99c2 CFRunLoopRun + 1319 4 com.apple.CoreFoundation 0x00007fff369a8e3e CFRunLoopRunSpecific + 462 5 com.apple.AppKit 0x00007fff33dbc954 _NSEventThread + 132 6 libsystem_pthread.dylib 0x00007fff70c1f109 _pthread_start + 148 7 libsystem_pthread.dylib 0x00007fff70c1ab8b thread_start + 15

Thread 4: 0 libsystem_kernel.dylib 0x00007fff70b5e882 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff70c1f425 _pthread_cond_wait + 698 2 com.blackmagic-design.switchers.api 0x000000010461c91c TransferQueue::TransferThread() + 444 3 com.blackmagic-design.switchers.api 0x000000010461bd69 TransferQueue::TransferThreadFunc(void*) + 9 4 libsystem_pthread.dylib 0x00007fff70c1f109 _pthread_start + 148 5 libsystem_pthread.dylib 0x00007fff70c1ab8b thread_start + 15

Thread 5: 0 libsystem_kernel.dylib 0x00007fff70b5e882 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff70c1f425 _pthread_cond_wait + 698 2 com.blackmagic-design.switchers.api 0x0000000104581488 AtomDispatch::DispatchThread() + 88 3 com.blackmagic-design.switchers.api 0x00000001045812f9 AtomDispatch::DispatchThreadFunc(void*) + 9 4 libsystem_pthread.dylib 0x00007fff70c1f109 _pthread_start + 148 5 libsystem_pthread.dylib 0x00007fff70c1ab8b thread_start + 15

Thread 6: 0 libsystem_kernel.dylib 0x00007fff70b5e882 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff70c1f425 _pthread_cond_wait + 698 2 com.blackmagic-design.switchers.api 0x0000000104582ad8 CBMDSwitcher::DeleteLaterThreadFunc(void*) + 40 3 libsystem_pthread.dylib 0x00007fff70c1f109 _pthread_start + 148 4 libsystem_pthread.dylib 0x00007fff70c1ab8b thread_start + 15

Thread 7: 0 libsystem_kernel.dylib 0x00007fff70b5bdfa mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff70b5c170 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff369aaef5 CFRunLoopServiceMachPort + 247 3 com.apple.CoreFoundation 0x00007fff369a99c2 CFRunLoopRun + 1319 4 com.apple.CoreFoundation 0x00007fff369a8e3e CFRunLoopRunSpecific + 462 5 com.apple.CoreFoundation 0x00007fff36a31489 CFRunLoopRun + 40 6 com.blackmagic-design.switchers.api 0x00000001045810b9 USBCFRunLoop::runThread() + 153 7 com.blackmagic-design.switchers.api 0x00000001045811ad void std::1::thread_proxy<std::1::tuple<std::1::unique_ptr<std::1::thread_struct, std::__1::default_delete >, USBCFRunLoop::startThread()::$_0> >(void) + 45 8 libsystem_pthread.dylib 0x00007fff70c1f109 _pthread_start + 148 9 libsystem_pthread.dylib 0x00007fff70c1ab8b thread_start + 15

Thread 8: 0 libsystem_kernel.dylib 0x00007fff70b640fe __select + 10 1 com.blackmagic-design.switchers.api 0x00000001045a12ca BMDSwitcherConnection::ConnectionThread() + 522 2 com.blackmagic-design.switchers.api 0x00000001045a1049 BMDSwitcherConnection::ConnectionThreadFunc(void*) + 9 3 libsystem_pthread.dylib 0x00007fff70c1f109 _pthread_start + 148 4 libsystem_pthread.dylib 0x00007fff70c1ab8b thread_start + 15

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

Thread 2 crashed with X86 Thread State (64-bit): rax: 0x00006000032e2640 rbx: 0x0631063906440627 rcx: 0x0000000000000516 rdx: 0x0000700005eeb778 rdi: 0x00006000031300c0 rsi: 0x00007fff7ad9f317 rbp: 0x0000700005eeb7c0 rsp: 0x0000700005eeb770 r8: 0x0000000000000001 r9: 0x0000600003de8180 r10: 0x00000001006d7830 r11: 0x00000001006c1b10 r12: 0x00007f99a5550370 r13: 0x0000000100658978 r14: 0x00006000031300c0 r15: 0x0000600003e32220 rip: 0x000000010062c705 rfl: 0x0000000000010202 cr2: 0x00000001031fe000

Logical CPU: 0 Error Code: 0x00000000 Trap Number: 13

Binary Images: 0x10061e000 - 0x100655ff7 +com.atemosc.atemOSC (4.0.0 - 2) <302F1B11-3D55-31F1-AE01-0B013256D139> /var/folders//atemOSC v4 (beta 2).app/Contents/MacOS/atemOSC 0x100674000 - 0x100683ffb +com.peters.VVBasics (175) <59890C25-F14C-3BDF-9C57-ADC1EBB15EF7> /var/folders//atemOSC v4 (beta 2).app/Contents/Frameworks/VVBasics.framework/Versions/A/VVBasics 0x1006ba000 - 0x1006d1fff +com.peters.VVOSC (175) /var/folders//atemOSC v4 (beta 2).app/Contents/Frameworks/VVOSC.framework/Versions/A/VVOSC 0x102d24000 - 0x102d27047 libobjc-trampolines.dylib (787.1) <88F9B648-C455-36F8-BBB9-7D1A9F57D073> /usr/lib/libobjc-trampolines.dylib 0x10457b000 - 0x104e7aff7 +com.blackmagic-design.switchers.api (??? - ???) <4F2E0C56-5120-389C-894B-697A6C5874E1> /Library/Application Support/Blackmagic Design//BMDSwitcherAPI.bundle/Contents/MacOS/BMDSwitcherAPI 0x10ccb6000 - 0x10cd47f47 dyld (750.6) <1D318D60-C9B0-3511-BE9C-82AFD2EF930D> /usr/lib/dyld 0x7fff29a19000 - 0x7fff29c66ff8 com.apple.RawCamera.bundle (9.02.0 - 1350.29) <59F81722-039E-33F5-A20E-936E997575A3> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7fff2f327000 - 0x7fff2f726ff1 com.apple.driver.AppleIntelKBLGraphicsMTLDriver (14.7.8 - 14.0.7) <1FA5C980-0AFA-35AB-B904-8B41B75FB347> /System/Library/Extensions/AppleIntelKBLGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelKBLGraphicsMTLDriver 0x7fff321c6000 - 0x7fff323c1ff8 com.apple.avfoundation (2.0 - 1855.3) <0837D912-3783-35D6-A94A-E474E18600CF> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x7fff323c2000 - 0x7fff3248effe com.apple.audio.AVFAudio (1.0 - 415.75) /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio 0x7fff325ae000 - 0x7fff325aefff com.apple.Accelerate (1.11 - Accelerate 1.11) <4F9977AE-DBDB-3A16-A536-AC1F9938DCDD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff325af000 - 0x7fff325c5fef libCGInterfaces.dylib (524.2.1) <8FD09D09-BB19-36C5-ADE9-4F22DA235AEE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib 0x7fff325c6000 - 0x7fff32c1cfff com.apple.vImage (8.1 - 524.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff32c1d000 - 0x7fff32e84ff7 libBLAS.dylib (1303.60.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff32e85000 - 0x7fff33358fef libBNNS.dylib (144.100.2) <99C61C48-B14C-3DA6-8C31-6BF72DA0A3A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib 0x7fff33359000 - 0x7fff336f4fff libLAPACK.dylib (1303.60.1) <5E3E3867-50C3-3E6A-9A2E-007CE77A4641> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff336f5000 - 0x7fff3370afec libLinearAlgebra.dylib (1303.60.1) <3D433800-0099-33E0-8C81-15F83247B2C9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff3370b000 - 0x7fff33710ff3 libQuadrature.dylib (7) <371F36A7-B12F-363E-8955-F24F7C2048F6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib 0x7fff33711000 - 0x7fff33781fff libSparse.dylib (103) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib 0x7fff33782000 - 0x7fff33794fef libSparseBLAS.dylib (1303.60.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x7fff33795000 - 0x7fff3396cfd7 libvDSP.dylib (735.140.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff3396d000 - 0x7fff33a2ffef libvMisc.dylib (735.140.1) <3601FDE3-B142-398D-987D-8151A51F0A96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff33a30000 - 0x7fff33a30fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff33a31000 - 0x7fff33a90ff0 com.apple.Accounts (113 - 113) /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts 0x7fff33bda000 - 0x7fff3499aff2 com.apple.AppKit (6.9 - 1894.60.100) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff349ea000 - 0x7fff349eafff com.apple.ApplicationServices (48 - 50) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff349eb000 - 0x7fff34a56fff com.apple.ApplicationServices.ATS (377 - 493.0.4.1) <87EA5DE1-506A-39FD-88BE-D8A3416C9012> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff34aef000 - 0x7fff34b2dff0 libFontRegistry.dylib (274.0.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff34b88000 - 0x7fff34bb7fff com.apple.ATSUI (1.0 - 1) <5F513967-DDD7-3F22-AD14-8A38ABD9F2D0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI 0x7fff34bb8000 - 0x7fff34bbcffb com.apple.ColorSyncLegacy (4.13.0 - 1) <72EE68DB-F069-37F5-AA2A-40D5FCF139F4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy 0x7fff34c56000 - 0x7fff34cadffa com.apple.HIServices (1.22 - 676) <14DF4D42-E24D-3EBD-9A9D-93124D8D6AA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff34cae000 - 0x7fff34cbcfff com.apple.LangAnalysis (1.7.0 - 1.7.0) <01B8B6B3-E2C3-3607-B34A-8283A7E0E924> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff34cbd000 - 0x7fff34d02ffa com.apple.print.framework.PrintCore (15.4 - 516.2) <437BCF12-48D2-3770-8BC9-567718FB1BCA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff34d03000 - 0x7fff34d0dff7 com.apple.QD (4.0 - 413) <27A36D07-B5E9-32E6-87B6-3127F260F48D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff34d0e000 - 0x7fff34d1bffc com.apple.speech.synthesis.framework (9.0.24 - 9.0.24) <75344F8F-32CA-3558-B4E6-F56D498250E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff34d1c000 - 0x7fff34dfdffa com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <8CFA0620-5E43-3C4D-A75B-981C0961C2DE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff34dff000 - 0x7fff34dfffff com.apple.audio.units.AudioUnit (1.14 - 1.14) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff35196000 - 0x7fff35525ffa com.apple.CFNetwork (1128.0.1 - 1128.0.1) <07F9CA9C-B954-3EA0-A710-3122BFF9F057> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff355a1000 - 0x7fff355a1fff com.apple.Carbon (160 - 162) <97E334B3-7FAE-3239-9E89-5A546BC26ADE> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff355a2000 - 0x7fff355a5ff3 com.apple.CommonPanels (1.2.6 - 101) <9F6E13D9-374B-386F-8E15-FDD6CE967859> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff355a6000 - 0x7fff3589aff3 com.apple.HIToolbox (2.1.1 - 994.6) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff3589b000 - 0x7fff3589eff3 com.apple.help (1.3.8 - 71) <36483951-6F3E-3F7E-8A5B-191C2357EF17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff3589f000 - 0x7fff358a4ff7 com.apple.ImageCapture (9.0 - 1600.65) <1A1F320E-3E85-3F3D-8AE0-B238C4E92D40> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff358a5000 - 0x7fff358a5fff com.apple.ink.framework (10.15 - 227) <284507AE-EF47-3ABC-86A4-669243DB1D33> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff358a6000 - 0x7fff358c0ffa com.apple.openscripting (1.7 - 185.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff358e1000 - 0x7fff358e1fff com.apple.print.framework.Print (15 - 271) <0D9FB08F-EA87-3BE7-821B-C61BA5601050> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff358e2000 - 0x7fff358e4ff7 com.apple.securityhi (9.0 - 55008) <390C6FAA-99BF-3924-9180-9EAE41D9C6BE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff358e5000 - 0x7fff358ebfff com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <9614A01E-8303-3422-A3BA-6CE27540E09A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff358ec000 - 0x7fff35a84ffa com.apple.cloudkit.CloudKit (867 - 867) <1B851180-FC00-357F-B6C1-BB0EA7D6D5CA> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit 0x7fff35a85000 - 0x7fff35a85fff com.apple.Cocoa (6.11 - 23) <2192EE61-8CA8-3639-B7D3-0D68F200C9EF> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff35a93000 - 0x7fff35b89fff com.apple.ColorSync (4.13.0 - 3394.9) /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff35c7b000 - 0x7fff35db4ff6 com.apple.contacts (1.0 - 3455.18) <57696192-BF9D-3946-8C78-35FCEF406B00> /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts 0x7fff35e74000 - 0x7fff3637dffb com.apple.audio.CoreAudio (5.0 - 5.0) <9DA02E7A-56A0-3FFF-94C2-1795BA761F07> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff363d0000 - 0x7fff36408fff com.apple.CoreBluetooth (1.0 - 1) <23DBB313-A082-3C08-8E1F-2D31EE4247EF> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff36409000 - 0x7fff367f3fe8 com.apple.CoreData (120 - 977.3) <49AE61CA-C91E-31FE-9BD0-1AACFFB5181E> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff367f4000 - 0x7fff36926ff6 com.apple.CoreDisplay (1.0 - 186.6.15) <213D7011-8180-3CF4-9BE7-FB8F75DCDB95> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay 0x7fff36927000 - 0x7fff36da6feb com.apple.CoreFoundation (6.9 - 1677.104) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff36da8000 - 0x7fff3741dff8 com.apple.CoreGraphics (2.0 - 1355.22) <4A3CDE7B-4578-3058-966A-3D1DC095A935> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff3742b000 - 0x7fff37786ff0 com.apple.CoreImage (15.0.0 - 940.9) <69361069-01AB-342E-862B-73A74271A765> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff37787000 - 0x7fff377f0ff0 com.apple.corelocation (2394.0.22 - 2394.0.22) <75966124-2FB7-33C3-BE49-3DD5F327F911> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation 0x7fff37844000 - 0x7fff37b46ff2 com.apple.CoreML (1.0 - 1) /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML 0x7fff37b47000 - 0x7fff37c22ffc com.apple.CoreMedia (1.0 - 2625.9) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff37c23000 - 0x7fff37c85ffe com.apple.CoreMediaIO (1000.0 - 5125.6) /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff37d0f000 - 0x7fff37d0ffff com.apple.CoreServices (1069.24 - 1069.24) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff37d10000 - 0x7fff37d95fff com.apple.AE (838.1 - 838.1) <2E5FD5AE-8A7F-353F-9BD1-0241F3586181> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff37d96000 - 0x7fff38077ff7 com.apple.CoreServices.CarbonCore (1217 - 1217) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff38078000 - 0x7fff380c5ffd com.apple.DictionaryServices (1.2 - 323.6) <26B70C82-25BC-353A-858F-945B14C803A2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff380c6000 - 0x7fff380ceff7 com.apple.CoreServices.FSEvents (1268.100.1 - 1268.100.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fff380cf000 - 0x7fff38309ff6 com.apple.LaunchServices (1069.24 - 1069.24) <9A5359D9-9148-3B18-B868-56A9DA5FB60C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff3830a000 - 0x7fff383a2ff1 com.apple.Metadata (10.7.0 - 2076.7) <0973F7E5-D58C-3574-A3CE-4F12CAC2D4C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff383a3000 - 0x7fff383d0fff com.apple.CoreServices.OSServices (1069.24 - 1069.24) <0E4F48AD-402C-3E9D-9CA9-6DD9479B28F9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff383d1000 - 0x7fff38438fff com.apple.SearchKit (1.4.1 - 1.4.1) <2C5E1D85-E8B1-3DC5-91B9-E3EDB48E9369> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff38439000 - 0x7fff3845dff5 com.apple.coreservices.SharedFileList (131.4 - 131.4) <02DE0D56-E371-3EF5-9BC1-FA435451B412> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x7fff3845e000 - 0x7fff384cffff com.apple.CoreSpotlight (1.0 - 2076.7) <30F95EA5-8DB6-39D9-BF46-C486CAC7AA7B> /System/Library/Frameworks/CoreSpotlight.framework/Versions/A/CoreSpotlight 0x7fff386ba000 - 0x7fff38781ffc com.apple.CoreTelephony (113 - 7560.1) <31D93EB1-0A20-3383-9680-090E441F25D8> /System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony 0x7fff38782000 - 0x7fff38939ffc com.apple.CoreText (643.1.5.1 - 643.1.5.1) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff3893a000 - 0x7fff3897effb com.apple.CoreVideo (1.8 - 344.3) <5314E70D-325F-3E98-99FC-00FDF520747E> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff3897f000 - 0x7fff38a0cffc com.apple.framework.CoreWLAN (13.0 - 1601.2) <6223BFD5-D451-3DE9-90F6-F609AC0B0027> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff38bc8000 - 0x7fff38bd3ff7 com.apple.DirectoryService.Framework (10.15 - 220.40.1) <6EACB7D0-A013-3D2B-93D2-5113F7C2559D> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x7fff38bd4000 - 0x7fff38c7eff0 com.apple.DiscRecording (9.0.3 - 9030.4.5) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff38ca3000 - 0x7fff38ca9fff com.apple.DiskArbitration (2.7 - 2.7) <0BBBB6A6-604D-368B-9943-50B8CE75D51D> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff38cd0000 - 0x7fff38e7dffc com.apple.ical.EventKit (3.0 - 1370.5.1) /System/Library/Frameworks/EventKit.framework/Versions/A/EventKit 0x7fff38e9e000 - 0x7fff38fccff6 com.apple.FileProvider (304.1 - 304.1) /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider 0x7fff38fe4000 - 0x7fff393a9fff com.apple.Foundation (6.9 - 1677.104) <7C69F845-F651-3193-8262-5938010EC67D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff39416000 - 0x7fff39466ff7 com.apple.GSS (4.0 - 2.0) <2F3A67E6-D42A-3CF0-9041-A42C22D46F95> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff395a3000 - 0x7fff396b7ff3 com.apple.Bluetooth (7.0.6 - 7.0.6f7) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff3971d000 - 0x7fff397c1ff3 com.apple.framework.IOKit (2.0.2 - 1726.140.1) <14223387-6F81-3976-8605-4BC2F253A93E> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff397c3000 - 0x7fff397d4ffb com.apple.IOSurface (269.11 - 269.11) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff397f2000 - 0x7fff39852ff5 com.apple.ImageCaptureCore (1.0 - 1600.65) <281CE141-B350-30E2-B345-FC7E7DF1AA3A> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x7fff39853000 - 0x7fff399afffe com.apple.ImageIO.framework (3.3.0 - 1976.11.1) <5DBAD721-B70E-396C-922C-A2742E6815D6> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff399b0000 - 0x7fff399b3fff libGIF.dylib (1976.11.1) <1A04BEC5-95CF-3EA4-8FA6-FE19679331F3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff399b4000 - 0x7fff39a6dfe7 libJP2.dylib (1976.11.1) <686B045D-5627-3DEE-B018-72068B7136D4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff39a6e000 - 0x7fff39a91fe3 libJPEG.dylib (1976.11.1) <13EAEDD3-D4CF-3B2C-B7A4-FB000A71D982> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff39d10000 - 0x7fff39d2afef libPng.dylib (1976.11.1) <031068A2-29E2-3BE0-93CC-76D154976A51> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff39d2b000 - 0x7fff39d2cfff libRadiance.dylib (1976.11.1) <6B5A0402-F511-39ED-933A-C361005107B1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff39d2d000 - 0x7fff39d73fff libTIFF.dylib (1976.11.1) <1F089EF9-3DCE-3B49-9B2B-28B9AC3252D0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff39d8c000 - 0x7fff3a21bff8 com.apple.Intents (1.0 - 1) /System/Library/Frameworks/Intents.framework/Versions/A/Intents 0x7fff3a21e000 - 0x7fff3b2beff1 com.apple.JavaScriptCore (15609 - 15609.4.1) <18766B97-AB12-331C-984C-F1C7C9363E8B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff3b2d5000 - 0x7fff3b2e7ff3 com.apple.Kerberos (3.0 - 1) <03BB492B-016E-37BF-B020-39C2CF7487FE> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff3b2e8000 - 0x7fff3b2e8fff libHeimdalProxy.dylib (77) <0A2905EE-9533-3345-AF9B-AAC71513BDFD> /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib 0x7fff3b2e9000 - 0x7fff3b31fff7 com.apple.LDAPFramework (2.4.28 - 194.5) <47D63DCF-2BDB-3983-B2A2-E9C47AA2401D> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff3b67a000 - 0x7fff3b684ffb com.apple.MediaAccessibility (1.0 - 125.1) <98065EA1-3484-3A5A-B05C-D2FABED8CEA4> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility 0x7fff3b750000 - 0x7fff3be9dff2 com.apple.MediaToolbox (1.0 - 2625.9) <3A848992-9182-382A-BF7D-5CB9707BE27B> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff3be9f000 - 0x7fff3bf69fff com.apple.Metal (212.8 - 212.8) <98C944D6-62C8-355E-90F8-C1CA2429EF24> /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x7fff3bf6b000 - 0x7fff3bf85ff5 com.apple.MetalKit (141.2 - 141.2) /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit 0x7fff3bf86000 - 0x7fff3bfc3ff7 com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <7EBAC15D-7837-395D-B405-1E29F7DA68FA> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore 0x7fff3bfc4000 - 0x7fff3c04efe2 com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage 0x7fff3c04f000 - 0x7fff3c074ff4 com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <02006D92-E2AB-3892-A96B-37F6520C19BA> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix 0x7fff3c075000 - 0x7fff3c08affb com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray 0x7fff3c08b000 - 0x7fff3c1e9ffc com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <05612E06-50CB-318F-9F8E-EF4D49FAB3B0> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork 0x7fff3c1ea000 - 0x7fff3c239ff4 com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector 0x7fff3c23a000 - 0x7fff3c23bff5 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders 0x7fff3d290000 - 0x7fff3d2c9ff5 com.apple.NaturalLanguage (1.0 - 57) /System/Library/Frameworks/NaturalLanguage.framework/Versions/A/NaturalLanguage 0x7fff3d2ca000 - 0x7fff3d2d6ffe com.apple.NetFS (6.0 - 4.0) <4415F027-D36D-3B9C-96BA-AD22B44A4722> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff3d2d7000 - 0x7fff3d42eff3 com.apple.Network (1.0 - 1) <4A0F3B93-4D23-3E74-9A3D-AD19E9C0E59E> /System/Library/Frameworks/Network.framework/Versions/A/Network 0x7fff3d42f000 - 0x7fff3d68fffa com.apple.NetworkExtension (1.0 - 1) <3ED35C5A-B170-373E-8277-D4198E408810> /System/Library/Frameworks/NetworkExtension.framework/Versions/A/NetworkExtension 0x7fff3fe60000 - 0x7fff3feb8fff com.apple.opencl (3.5 - 3.5) <293FE223-9186-320B-81A4-EC8104C38357> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff3feb9000 - 0x7fff3fed5fff com.apple.CFOpenDirectory (10.15 - 220.40.1) <7E6C88EB-3DD9-32B0-81FC-179552834FA9> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff3fed6000 - 0x7fff3fee1ffd com.apple.OpenDirectory (10.15 - 220.40.1) <4A92D8D8-A9E5-3A9C-942F-28576F6BCDF5> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff40847000 - 0x7fff40849fff libCVMSPluginSupport.dylib (17.10.22) <2B6C3C16-3F5F-36A8-8070-2A862B90328B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff4084a000 - 0x7fff4084ffff libCoreFSCache.dylib (176.15) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x7fff40850000 - 0x7fff40854fff libCoreVMClient.dylib (176.15) <018A48BA-1326-3847-8FB5-A7C99322EB87> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff40855000 - 0x7fff4085dff7 libGFXShared.dylib (17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff4085e000 - 0x7fff40868fff libGL.dylib (17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff40869000 - 0x7fff4089dff7 libGLImage.dylib (17.10.22) <9A3FE633-61B8-3CC7-8183-62960109401A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff40a33000 - 0x7fff40a6ffff libGLU.dylib (17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff414ab000 - 0x7fff414baff7 com.apple.opengl (17.10.22 - 17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff4166c000 - 0x7fff4175fff5 com.apple.PDFKit (1.0 - 845.4.1) /System/Library/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x7fff41760000 - 0x7fff41877ff9 com.apple.PencilKit (1.0 - 1) <95301D00-CE35-3F53-BAE1-6E6217706702> /System/Library/Frameworks/PencilKit.framework/Versions/A/PencilKit 0x7fff41b18000 - 0x7fff41b1eff6 com.apple.PushKit (1.0 - 1) /System/Library/Frameworks/PushKit.framework/Versions/A/PushKit 0x7fff41c3f000 - 0x7fff41e85ff7 com.apple.imageKit (3.0 - 1081) <5F086EE2-5745-3E28-B292-1DE5E0652E36> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x7fff41e86000 - 0x7fff42345fff com.apple.QuartzComposer (5.1 - 378) <9C10ADF7-94B0-3779-AD44-5AF6394A32AF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x7fff42346000 - 0x7fff4236bffc com.apple.quartzfilters (1.10.0 - Tag) <876E8B28-9500-34C6-B297-EA404D89C903> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters 0x7fff4236c000 - 0x7fff42476ff7 com.apple.QuickLookUIFramework (5.0 - 906.3) <7128FB8C-83B0-3250-BF86-E8A1772CF1F5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x7fff42477000 - 0x7fff42477fff com.apple.quartzframework (1.5 - 23) <48F3D0F9-323E-34E5-8F63-CF541F2B7B0E> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x7fff42478000 - 0x7fff426fbffb com.apple.QuartzCore (1.11 - 841.4) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff426fc000 - 0x7fff42755ff5 com.apple.QuickLookFramework (5.0 - 906.3) <959CE934-B541-3172-846F-4D1709353526> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fff42756000 - 0x7fff4278bffc com.apple.QuickLookThumbnailing (1.0 - 1) <9CCB50D8-AA39-3744-93FB-7B5B65467AB3> /System/Library/Frameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing 0x7fff42c5c000 - 0x7fff42c76ff2 com.apple.SafariServices.framework (15610 - 15610.2.11.51.10) <15E5509B-9AE4-3980-971A-74E9E80996FB> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices 0x7fff4327e000 - 0x7fff435c7ff1 com.apple.security (7.0 - 59306.140.5) /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff435c8000 - 0x7fff43650ffb com.apple.securityfoundation (6.0 - 55236.60.1) <7C69DF47-4017-3DF2-B55B-712B481654CB> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff43651000 - 0x7fff4367eff7 com.apple.securityinterface (10.0 - 55139.120.1) <3F834E36-6B8B-33F0-B36B-809DBCD1FE69> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface 0x7fff4367f000 - 0x7fff43683ff8 com.apple.xpc.ServiceManagement (1.0 - 1) <2C62956C-F2D4-3EB0-86C7-EAA06331621A> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff4432f000 - 0x7fff443a9ff7 com.apple.SystemConfiguration (1.19 - 1.19) <84F9B3BB-F7AF-3B7C-8CD0-D3C22D19619F> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff44629000 - 0x7fff449acff4 com.apple.VideoToolbox (1.0 - 2625.9) <6CF18E28-A7A8-3952-8171-7E4FF4FB37FA> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff44c4e000 - 0x7fff453ebff7 libwebrtc.dylib (7609.4.1) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libwebrtc.dylib 0x7fff453ec000 - 0x7fff47656ff3 com.apple.WebCore (15609 - 15609.4.1) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x7fff47657000 - 0x7fff47863ffb com.apple.WebKitLegacy (15609 - 15609.4.1) <99CAEE2D-8516-3B55-B29E-4F01340C84D3> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy 0x7fff47864000 - 0x7fff47f69ffd com.apple.WebKit (15609 - 15609.4.1) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x7fff48319000 - 0x7fff483defe7 com.apple.APFS (1412.141.1 - 1412.141.1) /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS 0x7fff48a2a000 - 0x7fff48a35ffc com.apple.accessibility.AXCoreUtilities (1.0 - 1) <7693F2BF-4DEB-3659-AA34-06322BAE38F8> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/Versions/A/AXCoreUtilities 0x7fff48d2e000 - 0x7fff48ddfff6 com.apple.accounts.AccountsDaemon (113 - 113) /System/Library/PrivateFrameworks/AccountsDaemon.framework/Versions/A/AccountsDaemon 0x7fff49382000 - 0x7fff494d7ff2 com.apple.AddressBook.core (1.0 - 1) <56464766-2D02-3795-92C5-E5DB6DDA6D38> /System/Library/PrivateFrameworks/AddressBookCore.framework/Versions/A/AddressBookCore 0x7fff494f3000 - 0x7fff494f4ff1 com.apple.AggregateDictionary (1.0 - 1) <95A291F5-B69F-3C37-9483-C3B2EBF52AC1> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary 0x7fff49942000 - 0x7fff49a8dff5 com.apple.AnnotationKit (1.0 - 325.9) <9BB0EDB6-3808-30FC-B0ED-764DE5AAB893> /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/AnnotationKit 0x7fff49a8e000 - 0x7fff49aabff4 com.apple.AppContainer (4.0 - 448.100.6) <87CEE13C-8585-3EFB-92CD-0852DFF0921B> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer 0x7fff49acd000 - 0x7fff49ae3ff3 com.apple.AppSSOCore (1.0 - 1) <3FBA882A-83BF-3163-916F-0D7FA17D010D> /System/Library/PrivateFrameworks/AppSSOCore.framework/Versions/A/AppSSOCore 0x7fff49b00000 - 0x7fff49b0eff7 com.apple.AppSandbox (4.0 - 448.100.6) <0F49AA04-3400-349A-9096-6D4D7ED61027> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox 0x7fff49ef9000 - 0x7fff49f5eff7 com.apple.AppSupport (1.0.0 - 29) <7408886B-B0CC-3EF0-9F11-9088DEE266ED> /System/Library/PrivateFrameworks/AppSupport.framework/Versions/A/AppSupport 0x7fff49f8a000 - 0x7fff49faeffb com.apple.framework.Apple80211 (13.0 - 1610.1) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff49faf000 - 0x7fff4a0e2ff3 com.apple.AppleAccount (1.0 - 1.0) <939881CD-B6FE-36F7-AE17-602329EE352D> /System/Library/PrivateFrameworks/AppleAccount.framework/Versions/A/AppleAccount 0x7fff4a26c000 - 0x7fff4a27bfd7 com.apple.AppleFSCompression (119.100.1 - 1.0) <466ABD77-2E52-36D1-8E39-77AE2CC61611> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff4a37a000 - 0x7fff4a385ff7 com.apple.AppleIDAuthSupport (1.0 - 1) <74F6CD9C-27A7-39C7-A7EB-47E60D2517EB> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport 0x7fff4a386000 - 0x7fff4a3c6ff1 com.apple.AppleIDSSOAuthentication (1.0 - 1) /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/Versions/A/AppleIDSSOAuthentication 0x7fff4a3c7000 - 0x7fff4a40fff7 com.apple.AppleJPEG (1.0 - 1) <6DE30A07-C627-319B-A0DE-EB7A832BEB88> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fff4a410000 - 0x7fff4a420ff7 com.apple.AppleLDAP (10.15 - 52) /System/Library/PrivateFrameworks/AppleLDAP.framework/Versions/A/AppleLDAP 0x7fff4a7d2000 - 0x7fff4a7f8ffb com.apple.aps.framework (4.0 - 4.0) <3ED300B6-43E3-31DC-B3C6-6A0FF41A2595> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService 0x7fff4a7f9000 - 0x7fff4a7fdff7 com.apple.AppleSRP (5.0 - 1) <70C25EA9-F7A7-366C-97C6-EEE7845FFCC3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x7fff4a7fe000 - 0x7fff4a820fff com.apple.applesauce (1.0 - 16.25) <68E0364C-AEA7-3654-A030-136BF3CD92F3> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce 0x7fff4a8df000 - 0x7fff4a8e2fff com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <67255151-F989-39F0-BC87-0C0BDAE70730> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x7fff4a8e3000 - 0x7fff4a933ff7 com.apple.AppleVAFramework (6.1.2 - 6.1.2) <8E18983B-AF92-3853-8251-A6577A55AC15> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff4a97c000 - 0x7fff4a98bff9 com.apple.AssertionServices (1.0 - 223.140.2) <48AD21CA-B81D-380E-A04F-90C48FDA5203> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices 0x7fff4aece000 - 0x7fff4b2c9ff8 com.apple.audio.AudioResourceArbitration (1.0 - 1) <2BD68521-C19C-3D67-B5EB-DE3E9A4DAF0A> /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration 0x7fff4b51f000 - 0x7fff4b75ffe0 com.apple.audio.AudioToolboxCore (1.0 - 1104.93) <5B539F50-93E8-3F73-9E4C-678C85D0488F> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore 0x7fff4b763000 - 0x7fff4b87ffff com.apple.AuthKit (1.0 - 1) /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit 0x7fff4ba3c000 - 0x7fff4ba45ff7 com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement 0x7fff4ba46000 - 0x7fff4bae7ff5 com.apple.backup.framework (1.11.6 - 1298.6.2) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff4bae8000 - 0x7fff4bb74ff6 com.apple.BaseBoard (466.3 - 466.3) <10D0F3BB-E8F3-365E-8528-6AC996A9B0E7> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard 0x7fff4bc76000 - 0x7fff4bcb2ff7 com.apple.bom (14.0 - 219.2) <79CBE5E7-054F-377B-9566-A86A9F120CF1> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x7fff4bdd0000 - 0x7fff4be07ff5 com.apple.C2 (1.3 - 495) <4A7E2A63-E19A-3936-92F5-03F2FD602172> /System/Library/PrivateFrameworks/C2.framework/Versions/A/C2 0x7fff4bf33000 - 0x7fff4bf8dff2 com.apple.CalDAV (8.0 - 790.4.1) /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV 0x7fff4c13d000 - 0x7fff4c168fff com.apple.CalendarAgentLink (8.0 - 250) <57225073-4A73-3AB8-849A-47C0E90B04BF> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink 0x7fff4c181000 - 0x7fff4c1f9ff4 com.apple.CalendarFoundation (8.0 - 1140.6.1) /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/CalendarFoundation 0x7fff4c230000 - 0x7fff4c528ffe com.apple.CalendarPersistence (8.0 - 1040.5.1) <38A88B23-3389-3C3A-AEDE-D42A5F5267C6> /System/Library/PrivateFrameworks/CalendarPersistence.framework/Versions/A/CalendarPersistence 0x7fff4c832000 - 0x7fff4c881fff com.apple.ChunkingLibrary (307 - 307) <5B09C30D-FD2B-3E98-8B64-C5EF470FC13C> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff4c882000 - 0x7fff4c8f0ff9 com.apple.ClassKit (1.2 - 145.6.1) <1AD3AB3B-11A1-3BA6-82F3-CF1A7BAE6E47> /System/Library/PrivateFrameworks/ClassKit.framework/Versions/A/ClassKit 0x7fff4c9dc000 - 0x7fff4ca67ff8 com.apple.CloudDocs (1.0 - 698.17) <900567ED-DEA4-30D5-A1C0-78BD53C58CD6> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs 0x7fff4d72d000 - 0x7fff4d73dffb com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff4d751000 - 0x7fff4d768fff com.apple.commonutilities (8.0 - 900) /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities 0x7fff4d9fc000 - 0x7fff4da38ffa com.apple.contacts.ContactsAutocomplete (1.0 - 1138) <7355EC48-BA3B-333E-A2DD-C7622382FAE4> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/Versions/A/ContactsAutocomplete 0x7fff4da69000 - 0x7fff4daedff9 com.apple.AddressBook.ContactsFoundation (8.0 - 1118.9) /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation 0x7fff4daee000 - 0x7fff4db2bff0 com.apple.contacts.ContactsPersistence (1.0 - 3455.18) <7597C280-EED8-313F-BE2F-72FAD1CB090F> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence 0x7fff4de6f000 - 0x7fff4e244fc8 com.apple.CoreAUC (283.0.0 - 283.0.0) <4341271C-D270-3F9F-8464-31A20D15158D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff4e245000 - 0x7fff4e272ff7 com.apple.CoreAVCHD (6.1.0 - 6100.4.1) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7fff4e295000 - 0x7fff4e2b6ff4 com.apple.analyticsd (1.0 - 1) <95A87174-A616-3F80-B17A-1FA7E3DB7C09> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics 0x7fff4e3bf000 - 0x7fff4e435ff7 com.apple.corebrightness (1.0 - 1) <692194CE-AF03-30D2-B1B8-7C0D2103A2B4> /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness 0x7fff4e52f000 - 0x7fff4e5c0ffe com.apple.coredav (1.0.1 - 870.4.1) <62E621B9-DA73-371A-9B39-FFDE54AED5B1> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV 0x7fff4e5c1000 - 0x7fff4e5ccff7 com.apple.frameworks.CoreDaemon (1.3 - 1.3) /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon 0x7fff4e5cd000 - 0x7fff4e7d8ff1 com.apple.CoreDuet (1.0 - 1) /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet 0x7fff4e7d9000 - 0x7fff4e826ff3 com.apple.coreduetcontext (1.0 - 1) <72341E86-6921-35FE-89CA-7B04725ECC0F> /System/Library/PrivateFrameworks/CoreDuetContext.framework/Versions/A/CoreDuetContext 0x7fff4e827000 - 0x7fff4e837ffe com.apple.CoreDuetDaemonProtocol (1.0 - 1) <5E31B761-4B30-39A8-9084-97ECFD268B6F> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol 0x7fff4e83a000 - 0x7fff4e83cfff com.apple.CoreDuetDebugLogging (1.0 - 1) <6D0113DB-61D8-3A21-95CB-9E30D8F929F9> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging 0x7fff4e84d000 - 0x7fff4e85dff3 com.apple.CoreEmoji (1.0 - 107.1) <7C2B3259-083B-31B8-BCDB-1BA360529936> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji 0x7fff4ea13000 - 0x7fff4eb60fff com.apple.CoreHandwriting (161 - 1.2) <21DAD964-51A7-3F38-9C91-EF46C0CFF12D> /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHandwriting 0x7fff4ee9d000 - 0x7fff4ef07ff0 com.apple.CoreNLP (1.0 - 213) /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP 0x7fff4f1c5000 - 0x7fff4f1c9ffb com.apple.CoreOptimization (1.0 - 1) <0FFD7AA1-6E0B-395B-BCDC-73C1CCECC25B> /System/Library/PrivateFrameworks/CoreOptimization.framework/Versions/A/CoreOptimization 0x7fff4f1ca000 - 0x7fff4f252ffe com.apple.CorePDF (4.0 - 518.4.1) <8F94505C-96C2-3694-BEC7-F3B5581A7AB9> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fff4f335000 - 0x7fff4f33dff8 com.apple.CorePhoneNumbers (1.0 - 1) /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers 0x7fff4f33e000 - 0x7fff4f39094b com.apple.CorePrediction (1.0 - 1) /System/Library/PrivateFrameworks/CorePrediction.framework/Versions/A/CorePrediction 0x7fff4fc51000 - 0x7fff4fc5cffa com.apple.corerecents (1.0 - 1) <57697048-D149-34D0-9499-05821C791EA2> /System/Library/PrivateFrameworks/CoreRecents.framework/Versions/A/CoreRecents 0x7fff4fd2a000 - 0x7fff4fd4dfff com.apple.CoreSVG (1.0 - 129.3) /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG 0x7fff4fd4e000 - 0x7fff4fd81fff com.apple.CoreServicesInternal (446.7 - 446.7) <65F53A22-6B61-382C-AAC2-B2C53F8FFB44> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff4fd82000 - 0x7fff4fdb0ffd com.apple.CSStore (1069.24 - 1069.24) /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore 0x7fff4ff35000 - 0x7fff4ffd8fff com.apple.CoreSuggestions (1.0 - 1052.34) <6F34A41F-04D1-35A5-8EBC-D5EBC2BCB3D6> /System/Library/PrivateFrameworks/CoreSuggestions.framework/Versions/A/CoreSuggestions 0x7fff502d5000 - 0x7fff5036bff7 com.apple.CoreSymbolication (11.4 - 64535.33.2) <0B3BF87A-7F95-3D79-B4F8-421D6FAC4A6C> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff50403000 - 0x7fff5052fff6 com.apple.coreui (2.1 - 609.4) <788818B7-7EBC-316D-9464-D12E365E3791> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff50530000 - 0x7fff506e9ffa com.apple.CoreUtils (6.2.4 - 624.7) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x7fff50823000 - 0x7fff50836ff1 com.apple.CrashReporterSupport (10.13 - 15016) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff508ef000 - 0x7fff50901ff8 com.apple.framework.DFRFoundation (1.0 - 252.50.1) <8162057E-E856-3451-9160-04AEDDECFFA4> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation 0x7fff50902000 - 0x7fff50907fff com.apple.DSExternalDisplay (3.1 - 380) <31ECB5FD-7660-33DB-BC5B-2B2A2AA7C686> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay 0x7fff50956000 - 0x7fff50990ff4 com.apple.datadetectors (5.0 - 410.1) /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors 0x7fff50991000 - 0x7fff50a0bff0 com.apple.datadetectorscore (8.0 - 659) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff50a0d000 - 0x7fff50a56ffe com.apple.DataDetectorsNaturalLanguage (1.0 - 154) /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/Versions/A/DataDetectorsNaturalLanguage 0x7fff50a57000 - 0x7fff50a94ff8 com.apple.DebugSymbols (194 - 194) <040AE30B-CF2C-3798-A289-0929B8CAB10D> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff50a95000 - 0x7fff50c1dff6 com.apple.desktopservices (1.14.5 - 1281.5.3) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff50c33000 - 0x7fff50c3fff8 com.apple.DeviceIdentity (1.0 - 1) /System/Library/PrivateFrameworks/DeviceIdentity.framework/Versions/A/DeviceIdentity 0x7fff50ecc000 - 0x7fff50f94ffe com.apple.DiskImagesFramework (559.100.2 - 559.100.2) <47CD30B9-887B-3660-B0EA-E8D8258263BC> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff50f95000 - 0x7fff51068ff1 com.apple.DiskManagement (13.0 - 1648.140.2) <640DBACE-B6EC-3C72-9F73-F484E891534E> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement 0x7fff51069000 - 0x7fff5106dff1 com.apple.DisplayServicesFW (3.1 - 380) <4D71ADB3-B29D-3D20-B6DE-9E94061F86AC> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x7fff510c7000 - 0x7fff510ebff7 com.apple.DuetActivityScheduler (1.0 - 1) <188C6793-A94C-3B49-A9F4-AF8A348C7E62> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/Versions/A/DuetActivityScheduler 0x7fff51115000 - 0x7fff5114aff7 com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X 0x7fff5114b000 - 0x7fff5114fff9 com.apple.EFILogin (2.0 - 2) <3BFE697B-469F-38F4-B380-4A4F4A37C836> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x7fff51c83000 - 0x7fff51c98ff2 com.apple.Engram (1.0 - 1) <83200CE7-9D5C-32B8-90B9-D762AC748D8B> /System/Library/PrivateFrameworks/Engram.framework/Versions/A/Engram 0x7fff51c99000 - 0x7fff52303ff9 com.apple.vision.EspressoFramework (1.0 - 188.4) <70B1521B-1B24-3DA4-A41B-E727CF140F1F> /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso 0x7fff5234c000 - 0x7fff523a9ff2 com.apple.ExchangeWebServices (8.0 - 807) <7CA35906-0702-37D4-BE2B-C75EA6B1490C> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/ExchangeWebServices 0x7fff525de000 - 0x7fff529f9ff1 com.apple.vision.FaceCore (4.3.0 - 4.3.0) <5D32F65D-2CD7-3204-975C-F4C9256E505F> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff53098000 - 0x7fff531cfff4 libFontParser.dylib (277.2.6.1) <9E9E2EAA-3273-360E-A01B-EB986ECB7BCF> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 0x7fff531d0000 - 0x7fff53204fff libTrueTypeScaler.dylib (277.2.6.1) /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib 0x7fff53269000 - 0x7fff53279ff6 libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) <1605B441-08E0-332D-B7D8-0E13F37B54E7> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib 0x7fff5675a000 - 0x7fff5675bfff libmetal_timestamp.dylib (902.14.11) /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib 0x7fff57e15000 - 0x7fff57e1bfff com.apple.GPUWrangler (5.2.6 - 5.2.6) <487F2E7A-A5FF-3C36-A8E9-B85D98618116> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler 0x7fff5813a000 - 0x7fff58160ff1 com.apple.GenerationalStorage (2.0 - 314) <54483E50-20BB-3AF8-900F-992320C109B0> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff58179000 - 0x7fff59162ff1 com.apple.GeoServices (1.0 - 1624.26.4.26.9) /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices 0x7fff5928e000 - 0x7fff5929cffb com.apple.GraphVisualizer (1.0 - 100.1) <507D5812-9CB4-3C94-938C-59ED2B370818> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer 0x7fff5929d000 - 0x7fff592aaff3 com.apple.GraphicsServices (1.0 - 1.0) <5DAF38C9-53CF-319A-A853-C2EDC46F30EF> /System/Library/PrivateFrameworks/GraphicsServices.framework/Versions/A/GraphicsServices 0x7fff59305000 - 0x7fff59312ff9 com.apple.HID (1.0 - 1) <932CFF6F-71D1-3BBC-A784-559E0380D377> /System/Library/PrivateFrameworks/HID.framework/Versions/A/HID 0x7fff5943b000 - 0x7fff594f9ff4 com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff59ef6000 - 0x7fff59f25ff8 com.apple.HelpData (2.3 - 199) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x7fff5ac96000 - 0x7fff5ad94ffd com.apple.ids (10.0 - 1000) <3C63AA92-553A-397B-B84A-BE3F443C3CEF> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS 0x7fff5ad95000 - 0x7fff5aed1ff5 com.apple.idsfoundation (10.0 - 1000) /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation 0x7fff5b4ef000 - 0x7fff5b54fff2 com.apple.imfoundation (10.0 - 1000) /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation 0x7fff5b67f000 - 0x7fff5b687ff5 com.apple.IOAccelerator (438.7.3 - 438.7.3) <06E3E70B-C0D0-39A2-96B7-12ED6A0EBEE7> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff5b694000 - 0x7fff5b6abfff com.apple.IOPresentment (47.10 - 37) <32F1B3BC-4644-3982-AAB2-8EB5D5FF0161> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment 0x7fff5ba33000 - 0x7fff5ba7eff1 com.apple.IconServices (438.3 - 438.3) <0DADB4C3-46FF-3FDB-8A86-51E2067FC7F4> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff5bc1b000 - 0x7fff5bc29fff com.apple.IntentsFoundation (1.0 - 1) <1BC7D355-E136-391A-8215-6982742645DD> /System/Library/PrivateFrameworks/IntentsFoundation.framework/Versions/A/IntentsFoundation 0x7fff5bc3c000 - 0x7fff5bc43ff9 com.apple.InternationalSupport (1.0 - 45.4) <8D8D4A7D-FD35-36B8-A456-7C93030EDAB3> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport 0x7fff5bc44000 - 0x7fff5bc46ff3 com.apple.InternationalTextSearch (1.0 - 1) <0BB2FA58-04BD-31FB-9F8B-D57ADF9E4BB2> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/Versions/A/InternationalTextSearch 0x7fff5bec3000 - 0x7fff5becfff7 com.apple.KerberosHelper (4.0 - 1.0) <7556CA39-95FC-32A4-9A0C-E42C5497A43B> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosHelper 0x7fff5bed0000 - 0x7fff5beefffd com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <6F655A32-F963-3A7E-B475-E460F4AC7D99> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle 0x7fff5c024000 - 0x7fff5c0f2ffd com.apple.LanguageModeling (1.0 - 215.1) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fff5c0f3000 - 0x7fff5c13bfff com.apple.Lexicon-framework (1.0 - 72) <41F208B9-8255-3EC7-9673-FE0925D071D3> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon 0x7fff5c142000 - 0x7fff5c147ff3 com.apple.LinguisticData (1.0 - 353.18) <3B92F249-4602-325F-984B-D2DE61EEE4E1> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData 0x7fff5c16e000 - 0x7fff5c192ffe com.apple.locationsupport (2394.0.22 - 2394.0.22) /System/Library/PrivateFrameworks/LocationSupport.framework/Versions/A/LocationSupport 0x7fff5c1eb000 - 0x7fff5c1f0ff7 com.apple.LoginUICore (4.0 - 4.0) <6FE011DE-A794-3D82-9E35-7FE1D62DEE7E> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore 0x7fff5c24a000 - 0x7fff5c263ffc com.apple.LookupFramework (1.2 - 274) <4D28FEF3-B1FA-3761-B08D-89469226B390> /System/Library/PrivateFrameworks/Lookup.framework/Versions/A/Lookup 0x7fff5c9e0000 - 0x7fff5c9e3fff com.apple.Mangrove (1.0 - 25) <482F300F-9B70-351F-A4DF-B440EEF7368D> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 0x7fff5cba0000 - 0x7fff5cba0ff5 com.apple.marco (10.0 - 1000) /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco 0x7fff5cba1000 - 0x7fff5cbc7ffc com.apple.MarkupUI (1.0 - 325.9) /System/Library/PrivateFrameworks/MarkupUI.framework/Versions/A/MarkupUI 0x7fff5cc4c000 - 0x7fff5ccd6ff8 com.apple.MediaExperience (1.0 - 1) <0203AF27-AB5E-32FA-B529-AB7F29EEB887> /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience 0x7fff5ccd7000 - 0x7fff5cd0afff com.apple.MediaKit (16 - 923) <09FEE738-41E4-3A9C-AF1E-1DD00C56339D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff5d4b0000 - 0x7fff5d4fcfff com.apple.spotlight.metadata.utilities (1.0 - 2076.7) <0237323B-EC78-3FBF-9FC7-5A1FE2B5CE25> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities 0x7fff5d4fd000 - 0x7fff5d5ceffa com.apple.gpusw.MetalTools (1.0 - 1) <99876E08-37D7-3828-8796-56D90C9AFBDB> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools 0x7fff5d62c000 - 0x7fff5d645ff4 com.apple.MobileAssets (1.0 - 619.120.1) <07E116E6-7EBC-39F2-B5B4-31BAB6BAF852> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset 0x7fff5d802000 - 0x7fff5d820fff com.apple.MobileKeyBag (2.0 - 1.0) /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag 0x7fff5d8ec000 - 0x7fff5da82ffd com.apple.Montreal (1.0 - 121.1) /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal 0x7fff5da83000 - 0x7fff5dab3ff7 com.apple.MultitouchSupport.framework (3440.1 - 3440.1) <6794E1C8-9627-33DF-84F4-FDD02C97F383> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff5dd33000 - 0x7fff5de1dffe com.apple.NLP (1.0 - 202) /System/Library/PrivateFrameworks/NLP.framework/Versions/A/NLP 0x7fff5dfb3000 - 0x7fff5dfbdfff com.apple.NetAuth (6.2 - 6.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff5e72a000 - 0x7fff5e72cffe com.apple.OAuth (25 - 25) <7C2D9BA1-E683-3257-8ADB-A4846C8D42F2> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth 0x7fff5e9d3000 - 0x7fff5ea1effb com.apple.OTSVG (1.0 - 643.1.5.1) <001E5E8C-1DC0-3A6E-BDE4-1B7887E47F76> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG 0x7fff5fc3b000 - 0x7fff5fc46ff2 com.apple.PerformanceAnalysis (1.243.2 - 243.2) /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff5fc47000 - 0x7fff5fc6fffb com.apple.persistentconnection (1.0 - 1.0) <5B2D87A8-2641-3F6D-ACEA-96B00F85AAB5> /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection 0x7fff5fc70000 - 0x7fff5fc7effe com.apple.PersonaKit (1.0 - 1) <38A5F809-8A7E-355C-AED6-2923F7FF34D4> /System/Library/PrivateFrameworks/PersonaKit.framework/Versions/A/PersonaKit 0x7fff5fe28000 - 0x7fff5fe28ffa com.apple.PhoneNumbers (1.0 - 1) <8FC8870C-4F82-36F2-8456-A4A990E3F2A4> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers 0x7fff616ea000 - 0x7fff6171aff7 com.apple.pluginkit.framework (1.0 - 1) /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit 0x7fff61745000 - 0x7fff61758ffc com.apple.PowerLog (1.0 - 1) /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog 0x7fff623de000 - 0x7fff623feff1 com.apple.proactive.support.ProactiveEventTracker (1.0 - 258.5) <5F4988E6-45D7-31BE-9665-BBC3CBE790D3> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/Versions/A/ProactiveEventTracker 0x7fff62485000 - 0x7fff624eeff2 com.apple.proactive.support.ProactiveSupport (1.0 - 258.5) <82C04814-76A3-394E-AA5F-921E25402B6B> /System/Library/PrivateFrameworks/ProactiveSupport.framework/Versions/A/ProactiveSupport 0x7fff625d4000 - 0x7fff6262eff6 com.apple.ProtectedCloudStorage (1.0 - 1) <6F271388-3817-336D-9B96-08C7AAC4BA39> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage 0x7fff6262f000 - 0x7fff62648ffb com.apple.ProtocolBuffer (1 - 274.24.9.16.3) <5A020941-C43C-303E-8DE8-230FC6A84DBC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 0x7fff6275a000 - 0x7fff6275dff4 com.apple.QuickLookNonBaseSystem (1.0 - 1) <8563CD18-DCFE-3868-912F-053FC8C34B9C> /System/Library/PrivateFrameworks/QuickLookNonBaseSystem.framework/Versions/A/QuickLookNonBaseSystem 0x7fff6275e000 - 0x7fff62781ff0 com.apple.quicklook.QuickLookSupport (1.0 - 1) /System/Library/PrivateFrameworks/QuickLookSupport.framework/Versions/A/QuickLookSupport 0x7fff627c8000 - 0x7fff62841ff3 com.apple.Rapport (1.9.5 - 195.2) /System/Library/PrivateFrameworks/Rapport.framework/Versions/A/Rapport 0x7fff62a88000 - 0x7fff62a94ff5 com.apple.xpc.RemoteServiceDiscovery (1.0 - 1738.140.1) <39BB0182-215C-3CD8-AF2D-C8DC44286ED4> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery 0x7fff62aa8000 - 0x7fff62ad1ff1 com.apple.RemoteViewServices (2.0 - 148) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff62ad2000 - 0x7fff62ae7ffa com.apple.xpc.RemoteXPC (1.0 - 1738.140.1) <8E372963-BE27-3A7B-A9BC-AACCBA3AE6B3> /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC 0x7fff62b55000 - 0x7fff62b9fffa com.apple.ResponseKit (1.0 - 148.2) <32703B82-A948-3876-B46D-D86B60EF5076> /System/Library/PrivateFrameworks/ResponseKit.framework/Versions/A/ResponseKit 0x7fff62ba2000 - 0x7fff62babfff com.apple.Reveal (1.0 - 18) <31CE64E6-AE78-36A8-B66F-9657631AA5E3> /System/Library/PrivateFrameworks/Reveal.framework/Versions/A/Reveal 0x7fff62bac000 - 0x7fff62bb0ffb com.apple.RevealCore (1.0 - 18) <65A77FE9-D4E4-3743-8452-967A4939E08D> /System/Library/PrivateFrameworks/RevealCore.framework/Versions/A/RevealCore 0x7fff62c36000 - 0x7fff62c71ff0 com.apple.RunningBoardServices (1.0 - 223.140.2) <96BB04BD-D6E0-3D70-8F36-89B46DA1DA30> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices 0x7fff6399a000 - 0x7fff639e6ff9 com.apple.Safari.SafeBrowsing (15609 - 15609.4.1) <9B45B45B-9E12-3172-9799-BA1F8FF711EA> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/Versions/A/SafariSafeBrowsing 0x7fff64552000 - 0x7fff64555ff5 com.apple.SecCodeWrapper (4.0 - 448.100.6) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper 0x7fff645ee000 - 0x7fff6467bff6 com.apple.ShareKit (641.6 - 641.6) <4A49A591-9B8D-3ED4-B6E2-BD470569CB7F> /System/Library/PrivateFrameworks/ShareKit.framework/Versions/A/ShareKit 0x7fff646c8000 - 0x7fff647effff com.apple.Sharing (1526.37 - 1526.37) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff64848000 - 0x7fff64866ff2 com.apple.shortcut (2.16 - 106) <9F669D19-13AD-3961-B247-ED728B7BFA19> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x7fff64867000 - 0x7fff64887ff5 com.apple.sidecar-core (1.0 - 209.40.4) <469E5222-A5C7-3B09-B617-EDB6E9E46B93> /System/Library/PrivateFrameworks/SidecarCore.framework/Versions/A/SidecarCore 0x7fff64888000 - 0x7fff6489aff0 com.apple.sidecar-ui (1.0 - 209.40.4) <5CA517E3-4B92-30B1-96EF-77A7A2FBBEE4> /System/Library/PrivateFrameworks/SidecarUI.framework/Versions/A/SidecarUI 0x7fff65c04000 - 0x7fff65efaff7 com.apple.SkyLight (1.600.0 - 451.4) /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight 0x7fff66747000 - 0x7fff66755ffb com.apple.SpeechRecognitionCore (6.0.91.2 - 6.0.91.2) <4D6CAC2A-151B-3BBE-BDB7-E2BE72128691> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fff66817000 - 0x7fff66aa3ffe com.apple.spotlight.index (10.7.0 - 2076.7) <932C7705-353B-395F-9A23-09D62EAFAD81> /System/Library/PrivateFrameworks/SpotlightIndex.framework/Versions/A/SpotlightIndex 0x7fff66e31000 - 0x7fff66e72ff9 com.apple.StreamingZip (1.0 - 1) <72CA32F8-4C96-3264-A655-623329EB3A28> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip 0x7fff66f89000 - 0x7fff66f92ff7 com.apple.SymptomDiagnosticReporter (1.0 - 1238.120.1) <14929A5D-C369-3B46-844B-CD29A3D1A015> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter 0x7fff67003000 - 0x7fff6702dffe com.apple.framework.SystemAdministration (1.0 - 1.0) <087553CB-5BF3-3D3D-B620-CA36AD334D92> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration 0x7fff67249000 - 0x7fff67259ff3 com.apple.TCC (1.0 - 1) <017AB27D-6821-303A-8FD2-6DAC795CC7AA> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff6777e000 - 0x7fff67844ff0 com.apple.TextureIO (3.10.9 - 3.10.9) /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO 0x7fff679db000 - 0x7fff679dcfff com.apple.TrustEvaluationAgent (2.0 - 33) <10E56F70-E234-31E0-9286-96D93A8ED17E> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff67a14000 - 0x7fff67c6cff0 com.apple.UIFoundation (1.0 - 662) /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fff67d03000 - 0x7fff67d09ffe com.apple.URLFormatting (119 - 119.18) <7F99D166-86DC-3F77-A34A-2DA7183D7160> /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting 0x7fff68880000 - 0x7fff688e1ff9 com.apple.UserActivity (358 - 358) <6FA20E0C-4C5C-3354-A389-22DBA288B9E3> /System/Library/PrivateFrameworks/UserActivity.framework/Versions/A/UserActivity 0x7fff688e2000 - 0x7fff68902ffc com.apple.UserManagement (1.0 - 1) <9F00880E-6EA6-3684-B208-455E14EC07C8> /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement 0x7fff696ae000 - 0x7fff69798ff8 com.apple.ViewBridge (464.1 - 464.1) <25CE39DF-2052-3873-9113-DB52B385C4BB> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge 0x7fff6993e000 - 0x7fff6993ffff com.apple.WatchdogClient.framework (1.0 - 67.120.2) /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient 0x7fff69b12000 - 0x7fff69b12fff com.apple.WebInspectorUI (15609 - 15609.4.1) <94A93FEF-0395-3053-9781-A8516C9F9040> /System/Library/PrivateFrameworks/WebInspectorUI.framework/Versions/A/WebInspectorUI 0x7fff69cce000 - 0x7fff69d09fff libAWDSupport.dylib (949) /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupport.dylib 0x7fff69d0a000 - 0x7fff69feaff7 libAWDSupportFramework.dylib (3541.2) /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupportFramework.dylib 0x7fff69feb000 - 0x7fff69ffcfff libprotobuf-lite.dylib (3541.2) <578CA7D8-149E-3643-937B-DAD5501E4575> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf-lite.dylib 0x7fff69ffd000 - 0x7fff6a056ffb libprotobuf.dylib (3541.2) <0CDB164D-E7C3-3D4F-BF11-47402D67D7B0> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf.dylib 0x7fff6a057000 - 0x7fff6a09bff6 com.apple.awd (1.0 - 949) <9DA8A821-4354-3E24-BAA1-4519D2279F2B> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/WirelessDiagnostics 0x7fff6a56f000 - 0x7fff6a572ffa com.apple.dt.XCTTargetBootstrap (1.0 - 16091) /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap 0x7fff6a5ec000 - 0x7fff6a5faff5 com.apple.audio.caulk (1.0 - 32.3) <06D695EA-E2BC-31E4-9816-9C12542BA744> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk 0x7fff6a7c2000 - 0x7fff6a7f7ffe com.apple.iCalendar (7.0 - 810.6.1) <21E0DCF2-0B67-3E0C-8D4E-3A81CAB1964E> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar 0x7fff6a93c000 - 0x7fff6a93eff3 com.apple.loginsupport (1.0 - 1) <12F77885-27DC-3837-9CE9-A25EBA75F833> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fff6a93f000 - 0x7fff6a952ffd com.apple.login (3.0 - 3.0) /System/Library/PrivateFrameworks/login.framework/Versions/A/login 0x7fff6a984000 - 0x7fff6a990ffd com.apple.perfdata (1.0 - 51.100.6) <21760CFD-62FF-3466-B3AD-191D02411DA0> /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata 0x7fff6a991000 - 0x7fff6a9c2ffd com.apple.contacts.vCard (1.0 - 3455.18) <2662D17A-7BC0-39FF-8550-8AEDF548AAB8> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard 0x7fff6d330000 - 0x7fff6d345ffe libAccessibility.dylib (2790.70) <3F824859-2E9B-3772-A475-73E4F88A15C2> /usr/lib/libAccessibility.dylib 0x7fff6d415000 - 0x7fff6d421ff9 libAudioStatistics.dylib (1104.93) <42CAC6A2-BCC3-391B-B1C1-D0AC69E99CF4> /usr/lib/libAudioStatistics.dylib 0x7fff6d422000 - 0x7fff6d455ffa libAudioToolboxUtility.dylib (1104.93) /usr/lib/libAudioToolboxUtility.dylib 0x7fff6d45c000 - 0x7fff6d490fff libCRFSuite.dylib (48) <5E5DE3CB-30DD-34DC-AEF8-FE8536A85E96> /usr/lib/libCRFSuite.dylib 0x7fff6d493000 - 0x7fff6d49dfff libChineseTokenizer.dylib (34) <7F0DA183-1796-315A-B44A-2C234C7C50BE> /usr/lib/libChineseTokenizer.dylib 0x7fff6d49e000 - 0x7fff6d526fff libCoreStorage.dylib (551) /usr/lib/libCoreStorage.dylib 0x7fff6d529000 - 0x7fff6d52bff7 libDiagnosticMessagesClient.dylib (112) /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff6d571000 - 0x7fff6d728ffb libFosl_dynamic.dylib (100.4) <737573B2-190A-3BA1-8220-807AD0A2CE5E> /usr/lib/libFosl_dynamic.dylib 0x7fff6d74f000 - 0x7fff6d755ff3 libIOReport.dylib (54) <75D177C4-BAD7-3285-B8E1-3019F49B3178> /usr/lib/libIOReport.dylib 0x7fff6d837000 - 0x7fff6d83efff libMatch.1.dylib (36) <5C6F3971-9D9E-3630-BDB6-60BFC5A665E0> /usr/lib/libMatch.1.dylib 0x7fff6d86d000 - 0x7fff6d88dff7 libMobileGestalt.dylib (826.140.5) <2BE94E6A-FA61-312F-84A1-F764D71B7E39> /usr/lib/libMobileGestalt.dylib 0x7fff6d90d000 - 0x7fff6d9eaff7 libSMC.dylib (20) <5C9C17F2-1E6F-3A19-A440-86F74D82284F> /usr/lib/libSMC.dylib 0x7fff6d9ff000 - 0x7fff6da00fff libSystem.B.dylib (1281.100.1) <0A6C8BA1-30FD-3D10-83FD-FF29E221AFFE> /usr/lib/libSystem.B.dylib 0x7fff6da01000 - 0x7fff6da8cff7 libTelephonyUtilDynamic.dylib (5017.1) <174030B2-E35F-3F17-A9EF-DF8631F30CCF> /usr/lib/libTelephonyUtilDynamic.dylib 0x7fff6da8d000 - 0x7fff6da8efff libThaiTokenizer.dylib (3) <4F4ADE99-0D09-3223-B7C0-C407AB6DE8DC> /usr/lib/libThaiTokenizer.dylib 0x7fff6daa6000 - 0x7fff6dabcfff libapple_nghttp2.dylib (1.39.2) <07FEC48A-87CF-32A3-8194-FA70B361713A> /usr/lib/libapple_nghttp2.dylib 0x7fff6daf1000 - 0x7fff6db63ff7 libarchive.2.dylib (72.140.1) /usr/lib/libarchive.2.dylib 0x7fff6db64000 - 0x7fff6dbfdfe5 libate.dylib (3.0.1) <76EA60FB-748C-313F-8951-B076540BEA97> /usr/lib/libate.dylib 0x7fff6dc01000 - 0x7fff6dc01ff3 libauto.dylib (187) /usr/lib/libauto.dylib 0x7fff6dc02000 - 0x7fff6dcc6ffe libboringssl.dylib (283.120.1) <935DDB00-6514-3D0C-AEA5-C5FE6BCC0B61> /usr/lib/libboringssl.dylib 0x7fff6dcc7000 - 0x7fff6dcd7ffb libbsm.0.dylib (60.100.1) <00BFFB9A-2FFE-3C24-896A-251BC61917FD> /usr/lib/libbsm.0.dylib 0x7fff6dcd8000 - 0x7fff6dce4fff libbz2.1.0.dylib (44) <14CC4988-B6D4-3879-AFC2-9A0DDC6388DE> /usr/lib/libbz2.1.0.dylib 0x7fff6dce5000 - 0x7fff6dd37fff libc++.1.dylib (902.1) <59A8239F-C28A-3B59-B8FA-11340DC85EDC> /usr/lib/libc++.1.dylib 0x7fff6dd38000 - 0x7fff6dd4dffb libc++abi.dylib (902) /usr/lib/libc++abi.dylib 0x7fff6dd4e000 - 0x7fff6dd4efff libcharset.1.dylib (59) <72447768-9244-39AB-8E79-2FA14EC0AD33> /usr/lib/libcharset.1.dylib 0x7fff6dd4f000 - 0x7fff6dd60fff libcmph.dylib (8) /usr/lib/libcmph.dylib 0x7fff6dd61000 - 0x7fff6dd78fd7 libcompression.dylib (87) <64C91066-586D-38C0-A2F3-3E60A940F859> /usr/lib/libcompression.dylib 0x7fff6e052000 - 0x7fff6e068ff7 libcoretls.dylib (167) <770A5B96-936E-34E3-B006-B1CEC299B5A5> /usr/lib/libcoretls.dylib 0x7fff6e069000 - 0x7fff6e06afff libcoretls_cfhelpers.dylib (167) <940BF370-FD0C-30A8-AA05-FF48DA44FA4C> /usr/lib/libcoretls_cfhelpers.dylib 0x7fff6e50d000 - 0x7fff6e611fef libcrypto.44.dylib (47.140.1) /usr/lib/libcrypto.44.dylib 0x7fff6e614000 - 0x7fff6e61ffff libcsfde.dylib (551) /usr/lib/libcsfde.dylib 0x7fff6e627000 - 0x7fff6e686ff7 libcups.2.dylib (483.6) /usr/lib/libcups.2.dylib 0x7fff6e688000 - 0x7fff6e6edff7 libcurl.4.dylib (118.120.2) <28809E22-6EF2-3AC7-9501-D77FB6FC5FBD> /usr/lib/libcurl.4.dylib 0x7fff6e790000 - 0x7fff6e790fff libenergytrace.dylib (21) <162DFCC0-8F48-3DD0-914F-FA8653E27B26> /usr/lib/libenergytrace.dylib 0x7fff6e791000 - 0x7fff6e7a9fff libexpat.1.dylib (19.60.2) /usr/lib/libexpat.1.dylib 0x7fff6e7b7000 - 0x7fff6e7b9fff libfakelink.dylib (149.1) <36146CB2-E6A5-37BB-9EE8-1B4034D8F3AD> /usr/lib/libfakelink.dylib 0x7fff6e7c8000 - 0x7fff6e7cdfff libgermantok.dylib (24) /usr/lib/libgermantok.dylib 0x7fff6e7ce000 - 0x7fff6e7d7ff7 libheimdal-asn1.dylib (564.140.1) <0AC6FB62-2B0F-3E93-A931-E4DC4B1D757A> /usr/lib/libheimdal-asn1.dylib 0x7fff6e7d8000 - 0x7fff6e8c8fff libiconv.2.dylib (59) <18311A67-E4EF-3CC7-95B3-C0EDEE3A282F> /usr/lib/libiconv.2.dylib 0x7fff6e8c9000 - 0x7fff6eb20fff libicucore.A.dylib (64260.0.1) <8AC2CB07-E7E0-340D-A849-186FA1F27251> /usr/lib/libicucore.A.dylib 0x7fff6eb3a000 - 0x7fff6eb3bfff liblangid.dylib (133) <30CFC08C-EF36-3CF5-8AEA-C1CB070306B7> /usr/lib/liblangid.dylib 0x7fff6eb3c000 - 0x7fff6eb54ff3 liblzma.5.dylib (16) /usr/lib/liblzma.5.dylib 0x7fff6eb6c000 - 0x7fff6ec13ff7 libmecab.dylib (883.11) <0D5BFD01-D4A7-3C8D-AA69-C329C1A69792> /usr/lib/libmecab.dylib 0x7fff6ec14000 - 0x7fff6ee76ff1 libmecabra.dylib (883.11) /usr/lib/libmecabra.dylib 0x7fff6f1e3000 - 0x7fff6f212fff libncurses.5.4.dylib (57) <995DFEEA-40F3-377F-B73D-D02AC59D591F> /usr/lib/libncurses.5.4.dylib 0x7fff6f342000 - 0x7fff6f7beff5 libnetwork.dylib (1880.120.4) /usr/lib/libnetwork.dylib 0x7fff6f7bf000 - 0x7fff6f7d6fff libnetworkextension.dylib (1095.140.2) /usr/lib/libnetworkextension.dylib 0x7fff6f85f000 - 0x7fff6f892fde libobjc.A.dylib (787.1) <6DF81160-5E7F-3E31-AA1E-C875E3B98AF6> /usr/lib/libobjc.A.dylib 0x7fff6f893000 - 0x7fff6f894ff7 libodfde.dylib (26) <33F49412-5106-35B8-AA60-5A497C3967E6> /usr/lib/libodfde.dylib 0x7fff6f8a5000 - 0x7fff6f8a9fff libpam.2.dylib (25.100.1) <0502F395-8EE6-3D2A-9239-06FD5622E19E> /usr/lib/libpam.2.dylib 0x7fff6f8ac000 - 0x7fff6f8e2ff7 libpcap.A.dylib (89.120.1) /usr/lib/libpcap.A.dylib 0x7fff6f922000 - 0x7fff6f930ff9 libperfcheck.dylib (37.100.2) <9D9C4879-8A80-34C4-B0D2-BE341FD6D321> /usr/lib/libperfcheck.dylib 0x7fff6f966000 - 0x7fff6f97efff libresolv.9.dylib (67.40.1) /usr/lib/libresolv.9.dylib 0x7fff6f980000 - 0x7fff6f9c4ff7 libsandbox.1.dylib (1217.141.2) /usr/lib/libsandbox.1.dylib 0x7fff6f9c5000 - 0x7fff6f9d7ff7 libsasl2.2.dylib (213.120.1) /usr/lib/libsasl2.2.dylib 0x7fff6f9d8000 - 0x7fff6f9d9ff7 libspindump.dylib (281.3) /usr/lib/libspindump.dylib 0x7fff6f9da000 - 0x7fff6fbc4ff7 libsqlite3.dylib (308.5) <35A2BD9F-4E33-30DE-A994-4AB585AC3AFE> /usr/lib/libsqlite3.dylib 0x7fff6fcb8000 - 0x7fff6fce5ffb libssl.46.dylib (47.140.1) <06932872-13DA-33E3-8C28-7B49FC582039> /usr/lib/libssl.46.dylib 0x7fff6fd67000 - 0x7fff6fd98ff7 libtidy.A.dylib (17.2) <41B15FFB-6FD2-3E1B-A1F8-E6B12EF3C1EE> /usr/lib/libtidy.A.dylib 0x7fff6fdba000 - 0x7fff6fe14ff8 libusrtcp.dylib (1880.120.4) <05346A91-737C-33D0-B21B-F040950DFB28> /usr/lib/libusrtcp.dylib 0x7fff6fe15000 - 0x7fff6fe18ffb libutil.dylib (57) /usr/lib/libutil.dylib 0x7fff6fe19000 - 0x7fff6fe26ff7 libxar.1.dylib (425.2) /usr/lib/libxar.1.dylib 0x7fff6fe2c000 - 0x7fff6ff0efff libxml2.2.dylib (33.5) /usr/lib/libxml2.2.dylib 0x7fff6ff12000 - 0x7fff6ff3afff libxslt.1.dylib (16.9) <34A45627-DA5B-37D2-9609-65B425E0010A> /usr/lib/libxslt.1.dylib 0x7fff6ff3b000 - 0x7fff6ff4dff3 libz.1.dylib (76) <793D9643-CD83-3AAC-8B96-88D548FAB620> /usr/lib/libz.1.dylib 0x7fff6ff78000 - 0x7fff6ff7aff9 liblog_network.dylib (1880.120.4) /usr/lib/log/liblog_network.dylib 0x7fff707fc000 - 0x7fff70801ff3 libcache.dylib (83) /usr/lib/system/libcache.dylib 0x7fff70802000 - 0x7fff7080dfff libcommonCrypto.dylib (60165.120.1) /usr/lib/system/libcommonCrypto.dylib 0x7fff7080e000 - 0x7fff70815fff libcompiler_rt.dylib (101.2) <49B8F644-5705-3F16-BBE0-6FFF9B17C36E> /usr/lib/system/libcompiler_rt.dylib 0x7fff70816000 - 0x7fff7081fff7 libcopyfile.dylib (166.40.1) <3C481225-21E7-370A-A30E-0CCFDD64A92C> /usr/lib/system/libcopyfile.dylib 0x7fff70820000 - 0x7fff708b2fdb libcorecrypto.dylib (866.140.1) <60567BF8-80FA-359A-B2F3-A3BAEFB288FD> /usr/lib/system/libcorecrypto.dylib 0x7fff709bf000 - 0x7fff709ffff0 libdispatch.dylib (1173.100.2) /usr/lib/system/libdispatch.dylib 0x7fff70a00000 - 0x7fff70a36fff libdyld.dylib (750.6) <789A18C2-8AC7-3C88-813D-CD674376585D> /usr/lib/system/libdyld.dylib 0x7fff70a37000 - 0x7fff70a37ffb libkeymgr.dylib (30) /usr/lib/system/libkeymgr.dylib 0x7fff70a38000 - 0x7fff70a44ff3 libkxld.dylib (6153.141.2.2) <30AACC57-2314-3863-94B2-64AB3E002B35> /usr/lib/system/libkxld.dylib 0x7fff70a45000 - 0x7fff70a45ff7 liblaunch.dylib (1738.140.1) /usr/lib/system/liblaunch.dylib 0x7fff70a46000 - 0x7fff70a4bff7 libmacho.dylib (959.0.1) /usr/lib/system/libmacho.dylib 0x7fff70a4c000 - 0x7fff70a4eff3 libquarantine.dylib (110.40.3) /usr/lib/system/libquarantine.dylib 0x7fff70a4f000 - 0x7fff70a50ff7 libremovefile.dylib (48) <7C7EFC79-BD24-33EF-B073-06AED234593E> /usr/lib/system/libremovefile.dylib 0x7fff70a51000 - 0x7fff70a68ff3 libsystem_asl.dylib (377.60.2) <1563EE02-0657-3B78-99BE-A947C24122EF> /usr/lib/system/libsystem_asl.dylib 0x7fff70a69000 - 0x7fff70a69ff7 libsystem_blocks.dylib (74) <0D53847E-AF5F-3ACF-B51F-A15DEA4DEC58> /usr/lib/system/libsystem_blocks.dylib 0x7fff70a6a000 - 0x7fff70af1fff libsystem_c.dylib (1353.100.2) /usr/lib/system/libsystem_c.dylib 0x7fff70af2000 - 0x7fff70af5ffb libsystem_configuration.dylib (1061.141.1) <0EE84C33-64FD-372B-974A-AF7A136F2068> /usr/lib/system/libsystem_configuration.dylib 0x7fff70af6000 - 0x7fff70af9fff libsystem_coreservices.dylib (114) /usr/lib/system/libsystem_coreservices.dylib 0x7fff70afa000 - 0x7fff70b02fff libsystem_darwin.dylib (1353.100.2) <5B12B5DB-3F30-37C1-8ECC-49A66B1F2864> /usr/lib/system/libsystem_darwin.dylib 0x7fff70b03000 - 0x7fff70b0afff libsystem_dnssd.dylib (1096.100.3) /usr/lib/system/libsystem_dnssd.dylib 0x7fff70b0b000 - 0x7fff70b0cffb libsystem_featureflags.dylib (17) <29FD922A-EC2C-3F25-BCCC-B58D716E60EC> /usr/lib/system/libsystem_featureflags.dylib 0x7fff70b0d000 - 0x7fff70b5aff7 libsystem_info.dylib (538) <8A321605-5480-330B-AF9E-64E65DE61747> /usr/lib/system/libsystem_info.dylib 0x7fff70b5b000 - 0x7fff70b87ff7 libsystem_kernel.dylib (6153.141.2.2) <5CDBBC06-6CA6-3432-9FDA-681047866F3E> /usr/lib/system/libsystem_kernel.dylib 0x7fff70b88000 - 0x7fff70bcffff libsystem_m.dylib (3178) <00F331F1-0D09-39B3-8736-1FE90E64E903> /usr/lib/system/libsystem_m.dylib 0x7fff70bd0000 - 0x7fff70bf7fff libsystem_malloc.dylib (283.100.6) <8549294E-4C53-36EB-99F3-584A7393D8D5> /usr/lib/system/libsystem_malloc.dylib 0x7fff70bf8000 - 0x7fff70c05ffb libsystem_networkextension.dylib (1095.140.2) /usr/lib/system/libsystem_networkextension.dylib 0x7fff70c06000 - 0x7fff70c0fff7 libsystem_notify.dylib (241.100.2) /usr/lib/system/libsystem_notify.dylib 0x7fff70c10000 - 0x7fff70c18fef libsystem_platform.dylib (220.100.1) <009A7C1F-313A-318E-B9F2-30F4C06FEA5C> /usr/lib/system/libsystem_platform.dylib 0x7fff70c19000 - 0x7fff70c23fff libsystem_pthread.dylib (416.100.3) <62CB1A98-0B8F-31E7-A02B-A1139927F61D> /usr/lib/system/libsystem_pthread.dylib 0x7fff70c24000 - 0x7fff70c28ff3 libsystem_sandbox.dylib (1217.141.2) <051C4018-4345-3034-AC98-6DE42FB8273B> /usr/lib/system/libsystem_sandbox.dylib 0x7fff70c29000 - 0x7fff70c2bfff libsystem_secinit.dylib (62.100.2) /usr/lib/system/libsystem_secinit.dylib 0x7fff70c2c000 - 0x7fff70c33ffb libsystem_symptoms.dylib (1238.120.1) <5820A2AF-CE72-3AB3-ABCC-273A3419FB55> /usr/lib/system/libsystem_symptoms.dylib 0x7fff70c34000 - 0x7fff70c4aff2 libsystem_trace.dylib (1147.120) <04B47629-847B-3D74-8ABE-C05EF9DEEFE4> /usr/lib/system/libsystem_trace.dylib 0x7fff70c4c000 - 0x7fff70c51ff7 libunwind.dylib (35.4) <42B7B509-BAFE-365B-893A-72414C92F5BF> /usr/lib/system/libunwind.dylib 0x7fff70c52000 - 0x7fff70c87ffe libxpc.dylib (1738.140.1) <3E243A41-030F-38E3-9FD2-7B38C66C35B1> /usr/lib/system/libxpc.dylib

External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 3 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: 493 thread_create: 0 thread_set_state: 0

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

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate framework 640K 5 Activity Tracing 256K 1 CG backing stores 336K 2 CG image 136K 24 CoreAnimation 9316K 76 CoreGraphics 8K 1 CoreImage 12K 3 CoreUI image data 768K 14 Foundation 32K 2 Kernel Alloc Once 8K 1 MALLOC 318.4M 66 MALLOC guard page 72K 13 MALLOC_MEDIUM (reserved) 832.0M 7 reserved VM address space (unallocated) MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated) SQLite page cache 64K 1 STACK GUARD 56.0M 10 Stack 12.6M 10 VM_ALLOCATE 104K 12 DATA 48.8M 445 DATA_CONST 41K 3 FONT_DATA 4K 1 LINKEDIT 390.3M 10 OBJC_RO 32.3M 1 OBJC_RW 1908K 2 TEXT 362.0M 436 UNICODE 564K 1 libnetwork 128K 8 mapped file 95.7M 32 shared memory 652K 18 =========== ======= ======= TOTAL 2.5G 1206 TOTAL, minus reserved VM space 1.3G 1206

Model: Macmini8,1, BootROM 1037.147.4.0.0 (iBridge: 17.16.16610.0.0,0), 6 processors, 6-Core Intel Core i7, 3,2 GHz, 32 GB, SMC Graphics: kHW_IntelUHDGraphics630Item, Intel UHD Graphics 630, spdisplays_builtin Memory Module: BANK 0/ChannelA-DIMM0, 16 GB, DDR4, 2667 MHz, 859B, CT16G4SFD8266.C16FD1 Memory Module: BANK 2/ChannelB-DIMM0, 16 GB, DDR4, 2667 MHz, 859B, CT16G4SFD8266.C16FD1 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x7BF), wl0: Feb 28 2020 15:24:56 version 9.30.357.35.32.5.47 FWID 01-9ce4adf3 Bluetooth: Version 7.0.6f7, 3 services, 27 devices, 1 incoming serial ports Network Service: Wi-Fi, AirPort, en1 USB Device: USB 3.1 Bus USB Device: Hub in Apple Pro Keyboard USB Device: Optical USB Mouse USB Device: Apple Pro Keyboard USB Device: Blackmagic Design USB Device: APC MINI USB Device: BillBoard Device USB Device: Apple T2 Bus USB Device: Headset USB Device: Apple T2 Controller Thunderbolt Bus: Mac mini, Apple Inc., 47.4 Thunderbolt Bus: Mac mini, Apple Inc., 47.4

ruebyi commented 3 years ago

Hi, I get similar Problems - ATEM OSC with ATEM Mini Pro 8.2 Mac OSX 10.13.6 no reaction on /atem/audio/output/gain /atem/audio/input/1301/gain /atem/audio/input/1302/balance

no reaction on my Atem

I can't see a debug Messages or Feedback messages - debug Messages have the same text color as the background.

I get a "Switcher Timecode Changed" all the time

SteffeyDev commented 3 years ago

Hey guys, let's keep feedback on the beta via email for now, there's a reason I didn't just post the beta in the issue here. Thanks! @mrbossitaly, I did note your feedback, thank you.

SteffeyDev commented 3 years ago

Should be complete in latest release, 4.0.0. Please continue testing, and open a new issue if you run into problems.