Posts

Post marked as solved
16 Replies
0 Views
Hi,Well tbh, I have managed to get it all setup, but as you can see I end up with 2 entries for the partition_id. I was hoping the apple framework would grab the first partition_id it finds, but looks like this is not the case 😟> Group access is another thing that’s not supported for third-party developers.This you mean?/ * Create an application group reference. */ OSStatus SecTrustedApplicationCreateApplicationGroup(const char *groupName, SecCertificateRef anchor, SecTrustedApplicationRef *appRef)> Which brings me back to the CoreWLAN framework. As part of the system it may be possible to get it to set things up correctly. Or, if that’s not possible, >it could be made to do that.Can you explain this some more? I have looked at the CoreWLAN framework and I do not see a way to create a private key that can be used by the eapolagent using any of these functions.> At this point I think this issue is beyond what I can reasonably help you with on DevForums. If you’d like more in-depth with it, I recommend that you open > a DTS tech support incident and we can pick it up in that context.Thanks, I have opened a case.S.
Post marked as solved
16 Replies
0 Views
Small update, I managed to get the partition_id in there..entry 1: authorizations (1): partition_id don't-require-password description: apple: applications: <null> entry 2: authorizations (1): encrypt don't-require-password description: Config Profiles Cert Access applications: <null> entry 3: authorizations (1): integrity don't-require-password description: aae8f8a0190cac7f58f401891447ed4085a0b868772275b691963e99aaabeaa8 applications: <null> entry 4: authorizations (1): partition_id don't-require-password description: unsigned: applications: <null>But now it has 2 entries...S.
Post marked as solved
16 Replies
0 Views
I am still waiting for 1 on my responses to be unmoderated...But in response to your previous questions:> On the other hand, if you set this up using CoreWLAN then the system has more information about the context of your request and you may find that things Just Work™.> I’m not sure what you mean by this.COREWLAN still expects a SecSecurityIdentityRef when setting up the WLAN for TLS:- (BOOL)associateToEnterpriseNetwork:(CWNetwork *)network identity:(SecIdentityRef)identity username:(NSString *)username password:(NSString *)password error:(out NSError * _Nullable *)error;Utils:OSStatus CWKeychainSetWiFiEAPIdentity( CWKeychainDomain domain, NSData *ssid, __nullable SecIdentityRef identity ) NS_AVAILABLE_MAC(10_9);So we are still stuck with the original error, how do you create a key that would allow the COREWLAN (eapolagent) to use the key?Or are you saying the key we create with locked down partition_id will magically™ work for the eapolagent, meaning it circumvents this security...?UPDATE: tried the above commands with an in memory SecIdentityRef just for the heck of it and it returns "Unable to allocate memory" which seems to me a like a typical error message when someone cannot load a something from the keychain. Trying this with a key in the keychain results in the prompt I am trying to prevent "eapolagent wants to access... [Always allow][allow]".The .mobileconfig frameworks somehow manages to create a key WITHOUT partition_id, as you can see in my previous post that is currently being moderated. This means anyone in the Application list can use it and it does not request the password from the User directly, it uses the normal Security Authorization as far as I can tell.S.
Post marked as solved
16 Replies
0 Views
So this is what the key looks like when importing a key via SCEP/mobileconfig: entry 0: authorizations (6): decrypt derive export_clear export_wrapped mac sign don't-require-password description: Config Profiles Cert Access applications (7): 0: /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/XPCServices/CertificateService.xpc (OK) 1: 0x67726F75703A2F2F436F6E66696775726174696F6E50726F66696C657300 "group://ConfigurationProfiles\000" 2: /System/Library/CoreServices/ManagedClient.app (OK) 3: /usr/libexec/mdmclient (OK) 4: /System/Library/SystemConfiguration/EAPOLController.bundle/Contents/Resources/eapolclient (OK) 5: /System/Library/CoreServices/SystemUIServer.app (OK) 6: 0x67726F75703A2F2F416972506F727400 "group://AirPort\000" entry 1: authorizations (1): encrypt don't-require-password description: Config Profiles Cert Access applications: <null> entry 2: authorizations (1): integrity don't-require-password description: cd63ddbeeff94b4b1cef3977c835c60a88bd2ce88b518f1b4a517315b019a854 applications: <null> entry 3: authorizations (1): change_acl don't-require-password description: Config Profiles Cert Access applications (2): 0: 0x67726F75703A2F2F436F6E66696775726174696F6E50726F66696C657300 "group://ConfigurationProfiles\000" 1: /usr/libexec/nehelper (OK)As you can see the partition_id is NOT set. By doing this pretty much anyone can access the key. You can see they add the eapolclient and the Airport as trusted applications.What I need to know is how did they do this??If I import the private key I always end up with this: entry 0: authorizations (1): any don't-require-password description: <NULL> applications: <null> entry 1: authorizations (1): partition_id don't-require-password description: unsigned: applications: <null> entry 2: authorizations (1): change_acl don't-require-password description: <NULL> applications: <null>Any ideas?S.
Post marked as solved
16 Replies
0 Views
Hi,I believe we ran into other issues when using the CoreWLAN.I also feel this will not help the issue, currently we need the password if we want to correctly setup our keys for use with the eapolagent...S.
Post marked as solved
16 Replies
0 Views
Hi,> What’s that bug number?37536047 (duplicate of 38179303)> I think an enhancement request for a way to control that is warranted here.ok> How are you creating the Wi-Fi itself? Via CoreWLAN? Or via a configuration profile?We currently imported the key via pkcs12 and we create it the Wi-Fi configuration via a configuration profile (.mobileconfig).S.
Post marked as solved
16 Replies
0 Views
> Sorry, but I can’t talk about The Future™.yes, and we have an outstanding bug, however due to it being tagged as duplicate we have no way of knowing if this will be fixed and can just pray for a "fixed" status change and reading the Apple release notes...> I’m not super familiar with the Wi-Fi side of things but in other parts of the system, like NEVPNManager, the API that you use to create the configuration is responsible for putting the necessary credentials in the keychain such that it can be accessed by the underlying system components [1].and to c The problem is simply, we create a private key (using our partition_id) and when macOS tries to access this it does this via eapolagent (using the partition_id "apple:") which prompts the user 2 or more times. We also tried using import via pkcs12 using the security cmd line tool, but the same issue occurs, it creates uses the partition_id "apple-tool" which again means eapolagent has to prompt. If we could create the key with the partition_id of "apple:" things would be fine.> Finally, are you doing this for an enterprise deployment? If so, you might want to look at using a configuration profile, which is much easier than writing a bunch of code.Unfortunatly the .mobileconfig creates the private key as Exportable which is simply not secure enough for our needs.
Post marked as solved
16 Replies
0 Views
do you know if they will be changing this to using something similar to rhe authorization api? instead of requiring the password via command line or api?if we start asking the users password in our application we will be bombarded by complaints.. it is such a bad way of getting user consent,it really baffles me apple chose this route...i was also wonderinf if there is a way to give any access wirhout requiring consent?S.
Post not yet marked as solved
14 Replies
0 Views
> With regards your original issue (SecItemCopyMatching returning errSecSuccessand yet identities coming back as nil), was that also cleared by the restart? Or is that still happening post restart?This is no longer relevant. We thought this was the issue originally, but after more research found that it was crashing in the SecItemCopyMatching function itself.So concerning the crash, any updates? Thanks,S.
Post not yet marked as solved
14 Replies
0 Views
Any updates? We can reproduce the issue quite often.S.
Post not yet marked as solved
14 Replies
0 Views
Hi,So we actually have a dev machine that has the issue and we are able to fully debug, however as this is obviously an issue within the keychain API framework we cannot get much further. If we would reboot the machine, the original issue will also be cleared. However it will occur again after some time.S.
Post not yet marked as solved
14 Replies
0 Views
Sorry for the delay, but I have sent you the full crash log via email. One small note, a reboot fixes the issue. The Keychain no longer causes a crash. S.
Post not yet marked as solved
14 Replies
0 Views
Hi,Had a second laptop in this state now, this time Sierra. (previous was HS)Not even importing a p12 seems to work. The entire keychain seems corrupt.Any ideas?S.
Post not yet marked as solved
14 Replies
0 Views
Hi,After some more investigation, it actually seems to fail on calling the SecItemCopyMatching.S.
Post not yet marked as solved
14 Replies
0 Views
Process: XXXX [4467]Path: /private/var/folders//XXXX.app/Contents/MacOS/XXXXIdentifier: xxxxVersion: 2.13.1.GA1 (???)Code Type: X86-64 (Native)Parent Process: ??? [1]Responsible: XXXX [4467]User ID: 501Date/Time: 2018-01-16 12:26:24.334 -0700OS Version: Mac OS X 10.13.2 (17C88)Report Version: 12Bridge OS Version: 3.0 (14Y661)Anonymous UUID: XXXXSleep/Wake UUID: XXXXTime Awake Since Boot: 4600 secondsTime Since Wake: 580 secondsSystem Integrity Protection: enabledNotes: Translocated ProcessCrashed Thread: 5Exception Type: EXC_BAD_ACCESS (SIGSEGV)Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000001Exception Note: EXC_CORPSE_NOTIFYTermination Signal: Segmentation fault: 11Termination Reason: Namespace SIGNAL, Code 0xbTerminating Process: exc handler [0]VM Regions Near 0x1:--> __TEXT 0000000100000000-000000010011b000 [ 1132K] r-x/rwx SM=COW /var/folders//XXXX.app/Contents/MacOS/XXXXThread 0:: Dispatch queue: com.apple.main-thread0 libsystem_kernel.dylib 0x00007fff6a73eef2 kevent_id + 101 libdispatch.dylib 0x00007fff6a5d2a4c _dispatch_kq_poll + 1972 libdispatch.dylib 0x00007fff6a5d3462 _dispatch_event_loop_wait_for_ownership + 5223 libdispatch.dylib 0x00007fff6a5cb1b2 _dispatch_sync_wait + 4814 com.apple.AppKit 0x00007fff40df2f69 _disable_updates_sync + 1615 com.apple.AppKit 0x00007fff404b43a5 NSCGSDisableUpdates + 766 com.apple.AppKit 0x00007fff404b426c NSCGSTransactionRunPreCommitActionsForOrder_ + 1477 com.apple.AppKit 0x00007fff404b41c6 NSCGSTransactionRunPreCommitActions_ + 318 com.apple.AppKit 0x00007fff404b419b __39+[_NSCGSTransaction currentTransaction]_block_invoke + 349 com.apple.QuartzCore 0x00007fff4de838af CA::Transaction::run_commit_handlers(CATransactionPhase) + 4910 com.apple.QuartzCore 0x00007fff4de82dda CA::Context::commit_transaction(CA::Transaction*) + 139611 com.apple.QuartzCore 0x00007fff4de8254d CA::Transaction::commit() + 48712 com.apple.QuartzCore 0x00007fff4de8e0c2 CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) + 6613 com.apple.CoreFoundation 0x00007fff42dbbfa7 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 2314 com.apple.CoreFoundation 0x00007fff42dbbecf __CFRunLoopDoObservers + 52715 com.apple.CoreFoundation 0x00007fff42d9dd5f CFRunLoopRunSpecific + 54316 com.apple.HIToolbox 0x00007fff420b5e26 RunCurrentEventLoopInMode + 28617 com.apple.HIToolbox 0x00007fff420b5a9f ReceiveNextEventCommon + 36618 com.apple.HIToolbox 0x00007fff420b5914 _BlockUntilNextEventMatchingListInModeWithFilter + 6419 com.apple.AppKit 0x00007fff40380f5f _DPSNextEvent + 208520 com.apple.AppKit 0x00007fff40b16b4c -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 304421 com.apple.AppKit 0x00007fff40375d6d -[NSApplication run] + 76422 com.apple.AppKit 0x00007fff40344f1a NSApplicationMain + 80423 com.XXXX.XXXX-XXXX 0x0000000100001bc6 main + 5424 com.XXXX.XXXX-XXXX 0x0000000100001b84 start + 52Thread 1:: com.apple.NSEventThread0 libsystem_kernel.dylib 0x00007fff6a7347c2 mach_msg_trap + 101 libsystem_kernel.dylib 0x00007fff6a733cdc mach_msg + 602 com.apple.CoreFoundation 0x00007fff42d9f355 __CFRunLoopServiceMachPort + 3413 com.apple.CoreFoundation 0x00007fff42d9e6a7 __CFRunLoopRun + 17834 com.apple.CoreFoundation 0x00007fff42d9dd23 CFRunLoopRunSpecific + 4835 com.apple.AppKit 0x00007fff404be3c8 _NSEventThread + 1846 libsystem_pthread.dylib 0x00007fff6a8796c1 _pthread_body + 3407 libsystem_pthread.dylib 0x00007fff6a87956d _pthread_start + 3778 libsystem_pthread.dylib 0x00007fff6a878c5d thread_start + 13Thread 2:: com.apple.NSURLConnectionLoader0 libsystem_kernel.dylib 0x00007fff6a7347c2 mach_msg_trap + 101 libsystem_kernel.dylib 0x00007fff6a733cdc mach_msg + 602 com.apple.CoreFoundation 0x00007fff42d9f355 __CFRunLoopServiceMachPort + 3413 com.apple.CoreFoundation 0x00007fff42d9e6a7 __CFRunLoopRun + 17834 com.apple.CoreFoundation 0x00007fff42d9dd23 CFRunLoopRunSpecific + 4835 com.apple.CFNetwork 0x00007fff41f16f84 -[__CoreSchedulingSetRunnable runForever] + 7226 com.apple.Foundation 0x00007fff44e8be48 __NSThread__start__ + 11977 libsystem_pthread.dylib 0x00007fff6a8796c1 _pthread_body + 3408 libsystem_pthread.dylib 0x00007fff6a87956d _pthread_start + 3779 libsystem_pthread.dylib 0x00007fff6a878c5d thread_start + 13Thread 3:0 libsystem_kernel.dylib 0x00007fff6a73e562 __workq_kernreturn + 101 libsystem_pthread.dylib 0x00007fff6a87926f _pthread_wqthread + 15522 libsystem_pthread.dylib 0x00007fff6a878c4d start_wqthread + 13Thread 4:0 libsystem_kernel.dylib 0x00007fff6a73e562 __workq_kernreturn + 101 libsystem_pthread.dylib 0x00007fff6a87926f _pthread_wqthread + 15522 libsystem_pthread.dylib 0x00007fff6a878c4d start_wqthread + 13Thread 5 Crashed:0 com.apple.security 0x00007fff4eb55344 SecError + 1101 com.apple.security 0x00007fff4eac6177 SecCDSAKeyIsEqual(OpaqueSecKeyRef*, OpaqueSecKeyRef*) + 1832 com.apple.security 0x00007fff4eab90d0 SecItemCopyMatching_osx(__CFDictionary const*, void const**) + 25793 com.apple.security 0x00007fff4eab9c0b SecItemCopyMatching + 4404 com.XXXX.XXXX-XXXX 0x0000000100053544 +[PLKeychainUtils copyCertificate:key:identity:forUsername:isOAuth:ssid:userNameWithoutSHA:] + 12365 com.XXXX.XXXX-XXXX 0x00000001000b859e -[PLCredentialsOperation operationStart] + 26226 com.XXXX.XXXX-XXXX 0x00000001000acc04 -[PLActionOperation operationStartImpl] + 847 com.apple.Foundation 0x00007fff44e8be48 __NSThread__start__ + 11978 libsystem_pthread.dylib 0x00007fff6a8796c1 _pthread_body + 3409 libsystem_pthread.dylib 0x00007fff6a87956d _pthread_start + 37710 libsystem_pthread.dylib 0x00007fff6a878c5d thread_start + 13Thread 6:0 libsystem_kernel.dylib 0x00007fff6a73e562 __workq_kernreturn + 101 libsystem_pthread.dylib 0x00007fff6a87906a _pthread_wqthread + 10352 libsystem_pthread.dylib 0x00007fff6a878c4d start_wqthread + 13Thread 7:0 libsystem_kernel.dylib 0x00007fff6a73e562 __workq_kernreturn + 101 libsystem_pthread.dylib 0x00007fff6a87926f _pthread_wqthread + 15522 libsystem_pthread.dylib 0x00007fff6a878c4d start_wqthread + 13Thread 8:: Dispatch queue: NSCGSDisableUpdates0 libsystem_kernel.dylib 0x00007fff6a7347c2 mach_msg_trap + 101 libsystem_kernel.dylib 0x00007fff6a733cdc mach_msg + 602 com.apple.SkyLight 0x00007fff64611285 CGSUpdateManager::enable_updates_common() + 5653 com.apple.SkyLight 0x00007fff645b5b44 CGSUpdateManager::enable_update(unsigned long long) + 3204 libdispatch.dylib 0x00007fff6a5bc591 _dispatch_call_block_and_release + 125 libdispatch.dylib 0x00007fff6a5b4d50 _dispatch_client_callout + 86 libdispatch.dylib 0x00007fff6a5c920c _dispatch_queue_serial_drain + 6357 libdispatch.dylib 0x00007fff6a5bc0fd _dispatch_queue_invoke + 3738 libdispatch.dylib 0x00007fff6a5c9f02 _dispatch_root_queue_drain_deferred_wlh + 3329 libdispatch.dylib 0x00007fff6a5cdd16 _dispatch_workloop_worker_thread + 88010 libsystem_pthread.dylib 0x00007fff6a879033 _pthread_wqthread + 98011 libsystem_pthread.dylib 0x00007fff6a878c4d start_wqthread + 13Thread 9:0 libsystem_kernel.dylib 0x00007fff6a73e562 __workq_kernreturn + 101 libsystem_pthread.dylib 0x00007fff6a87926f _pthread_wqthread + 15522 libsystem_pthread.dylib 0x00007fff6a878c4d start_wqthread + 13Thread 10:0 libsystem_pthread.dylib 0x00007fff6a878c40 start_wqthread + 0Thread 5 crashed with X86 Thread State (64-bit):rax: 0x3e67ba6e6c2c0054 rbx: 0x0000000104302548 rcx: 0x0000000104302550 rdx: 0x00007fff9e85aa38rdi: 0xffffffffffff9d28 rsi: 0x0000000000000001 rbp: 0x0000700005a898a0 rsp: 0x0000700005a897b0 r8: 0x0000000106801138 r9: 0x0000000000000040 r10: 0x00007fff9e85aa38 r11: 0x0000000000000001r12: 0x0000000000000000 r13: 0x0000000000000000 r14: 0x00000000ffff9d28 r15: 0x000060c0001a2ae0rip: 0x00007fff4eb55344 rfl: 0x0000000000010202 cr2: 0x0000000000000001Logical CPU: 3Error Code: 0x00000004Trap Number: 14Binary Images: 0x100000000 - 0x10011afff +com.XXXX.XXXX-XXXX (2.13.1.GA1 - ???) <037E0389-7961-3D4B-ABD0-C3EB6C01F233> /var/folders//XXXX.app/Contents/MacOS/XXXX 0x107af5000 - 0x107af5fff com.apple.applescript.component (2.7 - 385.1) <F356EFDC-4EDE-320C-B686-00C1DBAB4AC1> /System/Library/Components/AppleScript.component/Contents/MacOS/AppleScript 0x109a00000 - 0x109ac3ffb com.apple.AMDRadeonX4000GLDriver (1.60.24 - 1.6.0) <5DBE8164-D0C6-3E6D-B723-9EFF799540C6> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/AMDRadeonX4000GLDriver 0x109b4a000 - 0x109b9498f dyld (519.2.2) <6695F30B-4E88-3C0B-9867-7D738C44A3E6> /usr/lib/dyld 0x10a600000 - 0x10a735fff com.apple.AMDMTLBronzeDriver (1.60.24 - 1.6.0) <6B1B8B5B-F714-3454-B581-41315D5F8741> /System/Library/Extensions/AMDMTLBronzeDriver.bundle/Contents/MacOS/AMDMTLBronzeDriver 0x10b000000 - 0x10bc99fff com.apple.driver.AppleIntelSKLGraphicsGLDriver (10.30.12 - 10.3.0) <D8A7254E-169F-38BF-9224-E9897CDA1D93> /System/Library/Extensions/AppleIntelSKLGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelSKLGraphicsGLDriver 0x7fff3b441000 - 0x7fff3b78fff7 com.apple.RawCamera.bundle (8.02.0 - 1017.2.2) <C799730B-C745-3775-BCE7-C67B8BD97FDB> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7fff3b9d7000 - 0x7fff3c201ff7 ATIRadeonX4000SCLib.dylib (1.60.24) <4BC835B1-A3BF-34BD-9D73-0537AC70CAF4> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/ATIRadeonX4000SCLib.dylib 0x7fff3cf1f000 - 0x7fff3d0e6fff com.apple.driver.AppleIntelSKLGraphicsMTLDriver (10.30.12 - 10.3.0) <B1FF32B4-EAF0-347C-A701-D688EFCE3A12> /System/Library/Extensions/AppleIntelSKLGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelSKLGraphicsMTLDriver 0x7fff3ef64000 - 0x7fff3f13fff7 com.apple.avfoundation (2.0 - 1528.24) <E4CE97EA-94C7-3CC4-B768-15AA25E76A83> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x7fff3f140000 - 0x7fff3f1faff7 com.apple.audio.AVFAudio (1.0 - ???) <E7DFCDAF-97A8-314F-BBED-76B9C5041E38> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio 0x7fff3f300000 - 0x7fff3f300fff com.apple.Accelerate (1.11 - Accelerate 1.11) <5AA750F5-D633-32BA-B7F3-4F651FB1761E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff3f301000 - 0x7fff3f317fe3 libCGInterfaces.dylib (417) <27E09D39-51B5-3297-BE33-0DB1736B833A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib 0x7fff3f318000 - 0x7fff3f816fc3 com.apple.vImage (8.1 - ???) <310976EE-E12D-39D7-8F58-6EE924E08576> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff3f817000 - 0x7fff3f971fcb libBLAS.dylib (1211.30.1) <0DB0D952-BCF4-3479-BA2F-785FB1A57479> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff3f972000 - 0x7fff3f9a0fef libBNNS.dylib (37) <49EB4DBA-877C-3D41-90A2-C3D982C72A54> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib 0x7fff3f9a1000 - 0x7fff3fd61ff7 libLAPACK.dylib (1211.30.1) <2D4E4446-6B63-350C-BD68-A1B8FBE99539> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff3fd62000 - 0x7fff3fd77ff7 libLinearAlgebra.dylib (1211.30.1) <6C68F41D-1398-3AFE-BE72-C0ECA1B24BDC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff3fd78000 - 0x7fff3fd7dff3 libQuadrature.dylib (3) <3D6BF66A-55B2-3692-BAC7-DEB0C676ED29> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib 0x7fff3fd7e000 - 0x7fff3fddcfff libSparse.dylib (79.1.1) <7AD0F8A8-FD36-36FE-B83D-58648EBD0027> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib 0x7fff3fddd000 - 0x7fff3fdf0fff libSparseBLAS.dylib (1211.30.1) <42506F6F-0F38-322E-9903-C1DB66E4DA05> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x7fff3fdf1000 - 0x7fff3ff9dfc3 libvDSP.dylib (622.20.8) <6FFCA52B-7D60-326A-ADF2-601F39A8685A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff3ff9e000 - 0x7fff4004efef libvMisc.dylib (622.20.8) <54F90047-879F-3260-8604-6E453149B49E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff4004f000 - 0x7fff4004ffff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <8A96A8ED-7B88-3D17-8D17-41D224E0EC90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff4033f000 - 0x7fff4119cfff com.apple.AppKit (6.9 - 1561.20.106) <7A71ACCF-2DF5-3557-BB22-3A9FC9F71CCF> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff411dd000 - 0x7fff411edfff com.apple.AppleScriptObjC (1.4 - 33) <6A9166A3-B93F-3201-9B77-ED53C0119EF0> /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC 0x7fff411ee000 - 0x7fff411eefff com.apple.ApplicationServices (48 - 50) <7627DBD6-497B-3AB7-9B63-F0532EDF09B8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff411ef000 - 0x7fff41255fff com.apple.ApplicationServices.ATS (377 - 445) <CDF5F6D7-4E7D-3D28-9FBA-1B53AD9FA8F8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff412ee000 - 0x7fff41410fff libFontParser.dylib (222.1.2) <11BD5EEF-AF18-33FB-B114-DD611932E822> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff41411000 - 0x7fff4145bff7 libFontRegistry.dylib (221) <A22F82C0-B4FE-3DB5-B968-79B28257DF2F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff41500000 - 0x7fff41533ff7 libTrueTypeScaler.dylib (222.1.2) <33C245B4-E1AD-3C89-B735-5A5610E547C8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib 0x7fff4159d000 - 0x7fff415a1ff3 com.apple.ColorSyncLegacy (4.13.0 - 1) <42C25E85-1CF3-3DEC-A434-BE69F68F4318> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy 0x7fff41641000 - 0x7fff41693ff7 com.apple.HIServices (1.22 - 622) <2E83CD6F-ED98-3C29-BD0A-8525E38AB5DB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff41694000 - 0x7fff416a2fff com.apple.LangAnalysis (1.7.0 - 1.7.0) <71A9C815-AC55-3E36-A618-F6778F5119AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff416a3000 - 0x7fff416effff com.apple.print.framework.PrintCore (13 - 503) <A69E2BAD-2B66-38CC-9D3A-0A0EBC41341D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff416f0000 - 0x7fff4172afff com.apple.QD (3.12 - 403) <38D8106A-4FFA-3FE9-9999-714CADD7EE9C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff4172b000 - 0x7fff41737fff com.apple.speech.synthesis.framework (7.2.1 - 7.2.1) <BA7EDC49-E216-3D96-A7B7-8C76B862D484> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff41738000 - 0x7fff419c3ff7 com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <71699B6E-8B94-39E2-801F-8467C2B5B621> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff419c5000 - 0x7fff419c5fff com.apple.audio.units.AudioUnit (1.14 - 1.14) <28C7FC0C-D2E5-3703-916F-866A0F823229> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff41cda000 - 0x7fff4206cfff com.apple.CFNetwork (893.13.1 - 893.13.1) <567231F4-4080-3B2D-8349-9177BD358804> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff42081000 - 0x7fff42081fff com.apple.Carbon (158 - 158) <FCD7A9FF-5E53-3B0C-8A52-691C11B2A0C5> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff42082000 - 0x7fff42085ffb com.apple.CommonPanels (1.2.6 - 98) <39C8EBA3-EEB2-335B-8A88-D6C64BAA112F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff42086000 - 0x7fff4238bff7 com.apple.HIToolbox (2.1.1 - 910.4) <ADBE7A1B-0402-369C-A6F3-494E8CACD619> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff4238c000 - 0x7fff4238fffb com.apple.help (1.3.8 - 64) <18D02016-119A-33E8-AEB0-E9466BA4AD56> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff42390000 - 0x7fff42395fff com.apple.ImageCapture (9.0 - 9.0) <2DE590E5-DF0E-3962-A2BE-06EBC79B3D72> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff42396000 - 0x7fff4242bffb com.apple.ink.framework (10.9 - 220) <D8AECAE3-9FD2-32E3-B659-026F33650BB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff4242c000 - 0x7fff42446ff7 com.apple.openscripting (1.7 - 174) <66899B51-ADFD-360D-88E9-B52439F531B4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff42467000 - 0x7fff42468fff com.apple.print.framework.Print (12 - 267) <E4CBAAFC-9045-38AC-9F93-8C931DDED9D8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff42469000 - 0x7fff4246bff7 com.apple.securityhi (9.0 - 55006) <E7668200-B4CB-3612-96B8-D57E94077787> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff4246c000 - 0x7fff42472fff com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <1F10ED1F-12C7-39AC-88A0-43A1338F9316> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff4257f000 - 0x7fff4257ffff com.apple.Cocoa (6.11 - 22) <F1AED1E8-ACC2-31F0-B85E-17E41167FC88> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff4258d000 - 0x7fff42646ff7 com.apple.ColorSync (4.13.0 - 546) <A5E013D9-7305-3026-879E-4D1F038A430D> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff427d3000 - 0x7fff42866ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <4DE794D4-F018-31E8-B3CE-CF8DBE68D14E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff428cd000 - 0x7fff428f6ffb com.apple.CoreBluetooth (1.0 - 1) <942F88A5-AD68-3359-90D5-6F1A3311C51A> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff428f7000 - 0x7fff42c4bfe7 com.apple.CoreData (120 - 849.2) <4407C44B-34CC-3D23-AEDF-AD866D414EBF> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff42c4c000 - 0x7fff42d18fff com.apple.CoreDisplay (1.0 - 81.7) <CE6B9237-B33D-3D8F-8C1C-4F57BD810D24> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay 0x7fff42d19000 - 0x7fff431b9fff com.apple.CoreFoundation (6.9 - 1450.16) <23F8373A-FA3F-37A2-BA5B-70061BFCCD21> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff431bb000 - 0x7fff437c8fef com.apple.CoreGraphics (2.0 - 1129.5) <F37BFBD2-CC21-3521-B034-9D4D36197487> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff437ca000 - 0x7fff43ab9fff com.apple.CoreImage (13.0.0 - 579.2.9) <B5661FF7-7558-308E-A3B7-C280F7A1DA78> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff43d48000 - 0x7fff43e28ff7 com.apple.CoreMedia (1.0 - 2267.40.5) <AE634D2B-FEB5-3669-80CC-F1C238698D44> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff43e29000 - 0x7fff43e77fff com.apple.CoreMediaIO (812.0 - 4993) <1D78D2AE-626B-3D0C-83EA-EA385682F3F3> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff43e78000 - 0x7fff43e78fff com.apple.CoreServices (822.19 - 822.19) <0C60B639-4CC4-3F57-BC5E-DB71EB75F7F4> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff43e79000 - 0x7fff43eedffb com.apple.AE (735.1 - 735.1) <D0C73200-90A7-3FD1-A6EC-97055AA367E2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff43eee000 - 0x7fff441c5ff7 com.apple.CoreServices.CarbonCore (1178.2 - 1178.2) <A1FE74F8-953B-371E-A8AC-E87B30FB79C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff441c6000 - 0x7fff441faff7 com.apple.DictionaryServices (1.2 - 284) <3FCEE280-8DD0-37C9-BFD4-7BA87AAFC8EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff441fb000 - 0x7fff44203ff3 com.apple.CoreServices.FSEvents (1239 - 1239) <7BBC5CB7-DBC8-316B-99B0-781827159A2F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fff44204000 - 0x7fff443bcff7 com.apple.LaunchServices (822.19 - 822.19) <F3AC96C3-0B52-3AA9-9DA8-288BBC523C07> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff443bd000 - 0x7fff4446cff7 com.apple.Metadata (10.7.0 - 1191.2.6) <FB66B298-D55D-398A-BEDB-CB7B82956AE5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff4446d000 - 0x7fff444caff7 com.apple.CoreServices.OSServices (822.19 - 822.19) <408FB1A4-58E9-34D4-8022-A9EEC8502762> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff444cb000 - 0x7fff44539fff com.apple.SearchKit (1.4.0 - 1.4.0) <14053F88-2C76-35CA-9FC1-2A9BC0B63F88> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff4453a000 - 0x7fff4455effb com.apple.coreservices.SharedFileList (71.4 - 71.4) <4AA6DCF5-BAF8-36FA-A8B0-EDF518EFEF14> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x7fff44808000 - 0x7fff44956ffb com.apple.CoreText (352.0 - 578.12) <DA0BC559-277A-32BA-91EA-FD2F02EA186F> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff44957000 - 0x7fff44991ff3 com.apple.CoreVideo (1.8 - 279.2) <A8FC5325-D092-3A28-A1CF-5C94B8101F71> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff44992000 - 0x7fff44a1cffb com.apple.framework.CoreWLAN (13.0 - 1339) <FFA24EBB-75A1-3B33-9B26-96BDAF758CC0> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff44c97000 - 0x7fff44c9cfff com.apple.DiskArbitration (2.7 - 2.7) <44836CE9-A9ED-3017-972A-7A0A3D6B472B> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff44e5d000 - 0x7fff45222fff com.apple.Foundation (6.9 - 1450.16) <7FEC6610-70EA-3A8D-8EC4-7E99BAF1E312> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff45292000 - 0x7fff452c2fff com.apple.GSS (4.0 - 2.0) <3B4B4509-B5A3-396B-9C71-80BAE84476FA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff453d4000 - 0x7fff454d7ff3 com.apple.Bluetooth (6.0.2 - 6.0.2f2) <AFC4A40B-AE56-3C53-A2B1-D0D9C335E21D> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff45537000 - 0x7fff455d2fff com.apple.framework.IOKit (2.0.2 - 1445.31.1) <7556086A-EFAF-3262-9822-6F666CFC6655> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff455d4000 - 0x7fff455dbffb com.apple.IOSurface (209.2.2 - 209.2.2) <6D35A601-1C47-37BE-AD31-F8EB88F67573> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff455dc000 - 0x7fff45631ff3 com.apple.ImageCaptureCore (7.0 - 7.0) <CBE349D4-2C8B-31F5-B5ED-B8E978DA9245> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x7fff45632000 - 0x7fff457a9ff7 com.apple.ImageIO.framework (3.3.0 - 1713) <DB207AD2-06B5-3065-976B-F53C477D79C0> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff457aa000 - 0x7fff457aeffb libGIF.dylib (1713) <C65B2846-1B94-3BB3-BBBF-5A9E5054CE1E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff457af000 - 0x7fff45896fff libJP2.dylib (1713) <8323253E-278A-3486-801A-83E143C19712> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff45897000 - 0x7fff458baff7 libJPEG.dylib (1713) <2D846A18-D8AF-3573-803B-BEABCBAC38D1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff45b96000 - 0x7fff45bbcfeb libPng.dylib (1713) <546F41CE-185C-31A0-B61C-1012AA932624> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff45bbd000 - 0x7fff45bbfffb libRadiance.dylib (1713) <31787C46-4A2B-3CDF-95E9-EC1BD4794917> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff45bc0000 - 0x7fff45c0dfeb libTIFF.dylib (1713) <5319B2E1-83D2-30C7-A7BC-A0CE0B07885D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff45dc9000 - 0x7fff4692fff7 com.apple.JavaScriptCore (13604 - 13604.4.7.1.3) <3ACE94F3-B9B6-38FD-9CE7-7B44F374C143> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff46947000 - 0x7fff46960ff7 com.apple.Kerberos (3.0 - 1) <CAF075C0-4C24-3ACE-9AE6-77BEFDEA3622> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff46961000 - 0x7fff46996fff com.apple.LDAPFramework (2.4.28 - 194.5) <8419BDB5-12DF-3BC9-871D-7A270E080249> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff46c18000 - 0x7fff46c1ffff com.apple.MediaAccessibility (1.0 - 114) <D72C593A-AC32-3419-AB86-6B07217EBFD5> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility 0x7fff46cc2000 - 0x7fff472dbff7 com.apple.MediaToolbox (1.0 - 2267.40.5) <BC84C8E1-FC56-3996-9110-E1BEF85587F7> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff472dd000 - 0x7fff4735cfff com.apple.Metal (124.7 - 124.7) <C266564D-21B5-3FD9-92D5-03974F3186C4> /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x7fff47379000 - 0x7fff4738efff com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <D4BCBA84-AD1B-33DC-99F3-16F9E5E50906> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore 0x7fff4738f000 - 0x7fff473fafef com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <E504EC97-FAD7-36DC-B151-6F89AB911E3A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage 0x7fff473fb000 - 0x7fff4741efff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <A5B6F6FC-A19A-32C0-A999-98B6688760C7> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix 0x7fff4741f000 - 0x7fff4749fff7 com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <D0D8F13F-ACD4-3B61-BE54-121CCB05ECF4> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork 0x7fff474a0000 - 0x7fff474a0ff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <2E8723FC-AA53-3596-B6A4-220A378B7A5A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders 0x7fff484a9000 - 0x7fff484b5ffb com.apple.NetFS (6.0 - 4.0) <81B22AE7-7094-30F2-BF41-84CA05EDB95B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff4b29d000 - 0x7fff4b2a5fef libcldcpuengine.dylib (2.8.7) <DD781325-D94E-3AD7-8D6C-817FB3068917> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib 0x7fff4b2a6000 - 0x7fff4b2f3ffb com.apple.opencl (2.8.12 - 2.8.12) <0AACB21D-AAC4-337C-8FF6-A8F6196614EE> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff4b2f4000 - 0x7fff4b310ffb com.apple.CFOpenDirectory (10.13 - 207) <7664F745-96E0-3F9F-964B-6014928902FB> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff4b311000 - 0x7fff4b31cfff com.apple.OpenDirectory (10.13 - 207) <1550BB27-D605-398C-8670-48700C86D674> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff4c49b000 - 0x7fff4c49dfff libCVMSPluginSupport.dylib (16.4.2) <A967BC8B-ABB3-393F-BF34-BD32B45831F7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff4c49e000 - 0x7fff4c4a2ff7 libCoreFSCache.dylib (162.4) <B325B709-0C81-357A-B9F1-6E0027B64F9B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x7fff4c4a3000 - 0x7fff4c4a7fff libCoreVMClient.dylib (162.4) <B129DB84-39BA-34E4-9FB7-20A020A1BB86> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff4c4a8000 - 0x7fff4c4b0fff libGFXShared.dylib (16.4.2) <07F1D947-F79B-3608-9080-E4DBFE13AF1D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff4c4b1000 - 0x7fff4c4bcfff libGL.dylib (16.4.2) <97D6871A-BAF1-33DD-9ED7-BE7BB437F378> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff4c4bd000 - 0x7fff4c4f8fe7 libGLImage.dylib (16.4.2) <3E2802DF-4998-31DB-B3A2-65720DE919A5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff4c4f9000 - 0x7fff4c665fff libGLProgrammability.dylib (16.4.2) <3505EF20-FA3D-321B-8C11-D9CA74656F30> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x7fff4c666000 - 0x7fff4c6a4ffb libGLU.dylib (16.4.2) <ECABCFAB-E400-3667-8EE1-586C07E0E214> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff4d01c000 - 0x7fff4d02affb com.apple.opengl (16.4.2 - 16.4.2) <C8C31EF5-8DB4-336F-A87C-5D520C7EFDC5> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff4d02b000 - 0x7fff4d1c2ffb GLEngine (16.4.2) <8F35484D-9C09-3D79-9825-7E73661326D4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine 0x7fff4d1c3000 - 0x7fff4d1ebffb GLRendererFloat (16.4.2) <463BD481-6E1A-3EFC-A93B-C7E9292F76ED> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat 0x7fff4d3a2000 - 0x7fff4d4eefff com.apple.QTKit (7.7.3 - 3014) <CF2818E6-E215-3C24-A2AC-1B5F8AD7E398> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x7fff4d4ef000 - 0x7fff4d754ff7 com.apple.imageKit (3.0 - 1040) <5A1261EA-76C5-386C-9F46-06EE804E2234> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x7fff4d755000 - 0x7fff4d841ff3 com.apple.PDFKit (1.0 - 677.4) <B5E41E73-0F19-3026-A30E-121F66A38019> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x7fff4d842000 - 0x7fff4dd54ff7 com.apple.QuartzComposer (5.1 - 364) <D99600D5-C066-3D49-8641-369A69300D16> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x7fff4dd55000 - 0x7fff4dd78fff com.apple.quartzfilters (1.10.0 - 1.10.0) <8CBE10F3-828F-373C-B92A-A5289CBCF77A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters 0x7fff4dd79000 - 0x7fff4de70ff7 com.apple.QuickLookUIFramework (5.0 - 743.7) <53CAEAD9-0C1D-3CFB-866A-21F4745544D7> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x7fff4de71000 - 0x7fff4de71fff com.apple.quartzframework (1.5 - 21) <3F3BE91F-A032-3E92-ACEA-E2DFEC999E93> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x7fff4de72000 - 0x7fff4e0bafff com.apple.QuartzCore (1.11 - 584.8.94) <8D6B5735-852F-36D3-9349-C423582F743B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff4e0bb000 - 0x7fff4e112ff7 com.apple.QuickLookFramework (5.0 - 743.7) <0CB6717C-CCE2-3591-A31E-A8EF01DD4FC8> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fff4e2d7000 - 0x7fff4e2edfff com.apple.SafariServices.framework (13604 - 13604.4.7.1.3) <4DA6B5BD-0F79-3E34-9206-58A0FF3C01D2> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices 0x7fff4e8db000 - 0x7fff4e8f2fff com.apple.ScriptingBridge (1.3.3 - 70) <44B47809-18BF-3522-B6A0-7C14AA4BE979> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge 0x7fff4e8f3000 - 0x7fff4ec0afff com.apple.security (7.0 - 58286.31.2) <D31B36DF-8956-3205-BFBA-98732DA715E5> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff4ec0b000 - 0x7fff4ec95ff7 com.apple.securityfoundation (6.0 - 55185.30.4) <A1201529-3718-31C4-9D9E-BBD2A04B6751> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff4ecc7000 - 0x7fff4eccaffb com.apple.xpc.ServiceManagement (1.0 - 1) <B11C3C64-6FE7-3A78-B583-D790B7CCE95A> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff4f06f000 - 0x7fff4f0dfff3 com.apple.SystemConfiguration (1.17 - 1.17) <3C6B2BB9-43AB-39AD-8027-38E30A8A4186> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff4f294000 - 0x7fff4f60dff7 com.apple.************ (1.0 - 2267.40.5) <CC88FFB3-5DBE-33C0-AF8D-2C915D915A24> /System/Library/Frameworks/************.framework/Versions/A/************ 0x7fff4f8b5000 - 0x7fff4fdcefe3 libwebrtc.dylib (7604.4.7.1.3) <777100A8-D98C-3DC1-931C-BBC689345FA2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libwebrtc.dylib 0x7fff4fdcf000 - 0x7fff5126bfff com.apple.WebCore (13604 - 13604.4.7.1.3) <FD0252AD-1BF9-30EE-BF2E-4409722582EB> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x7fff5126c000 - 0x7fff5145dff7 com.apple.WebKitLegacy (13604 - 13604.4.7.1.3) <91DD2BFE-AA52-38AD-920C-D21D22ECA1B3> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy 0x7fff5145e000 - 0x7fff5184dfff com.apple.WebKit (13604 - 13604.4.7.1.3) <E9C0A9B5-5331-3FDE-9587-968A86981D53> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x7fff51cbd000 - 0x7fff51d49ff7 com.apple.APFS (1.0 - 1) <834EAD5F-0C4E-3C33-A654-8E1670CEC457> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS 0x7fff52957000 - 0x7fff5297ffff com.apple.framework.Apple80211 (13.0 - 1345) <BD86685B-6221-300D-9A97-119285C43DE9> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff52981000 - 0x7fff52990ff7 com.apple.AppleFSCompression (96.30.2 - 1.0) <CFA90544-68EB-3CCE-A8F7-1B03974F3B85> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff52acc000 - 0x7fff52b14ff3 com.apple.AppleJPEG (1.0 - 1) <8BBD5180-5BF9-33DB-8B91-974B1D0AECFB> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fff52b46000 - 0x7fff52b4eff3 com.apple.AppleSRP (5.0 - 1) <4CEC34CF-63E3-3023-B61B-F8D133698534> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x7fff52b4f000 - 0x7fff52b77fff com.apple.applesauce (1.0 - ???) <32FF4851-2F68-35BA-835F-91856A20C323> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce 0x7fff52b78000 - 0x7fff52c00fff com.apple.applescript (2.7 - 385.1) <773072AF-5588-387B-B68D-E0D75E29C8FB> /System/Library/PrivateFrameworks/AppleScript.framework/Versions/A/AppleScript 0x7fff52c40000 - 0x7fff52c43ff3 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <A6795AC1-D528-3A2F-9C43-14EBFC57B7D6> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x7fff52c44000 - 0x7fff52c94ff7 com.apple.AppleVAFramework (5.0.39 - 5.0.39) <4B830521-2A54-3116-8103-127E631FEDC8> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff53363000 - 0x7fff5336aff7 com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <47B6301F-D908-3811-BB9E-DA16D9B29A34> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement 0x7fff5336b000 - 0x7fff533f2ff7 com.apple.backup.framework (1.9.2 - 1.9.2) <40C6CFA8-4013-3AFB-97CE-8A09388FA343> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff541b6000 - 0x7fff54205ff3 com.apple.ChunkingLibrary (188 - 188) <84E024A0-5F95-3A30-A60B-102343AE46B7> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff54d81000 - 0x7fff54d8aff3 com.apple.CommonAuth (4.0 - 2.0) <11B2D184-36B8-3624-B1AD-7B6037D76160> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff5501b000 - 0x7fff553fbfff com.apple.CoreAUC (249.0.0 - 249.0.0) <7F406271-A215-3C75-BDAA-B9611BA2822E> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff553fc000 - 0x7fff5542cff7 com.apple.CoreAVCHD (5.9.0 - 5900.4.1) <D0879D8F-488A-3D46-BC50-AD7B0642C0E8> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7fff55627000 - 0x7fff55630ff7 com.apple.frameworks.CoreDaemon (1.3 - 1.3) <0A87A91C-A2CF-3BB1-9038-7F610111BC30> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon 0x7fff55797000 - 0x7fff557a7ff7 com.apple.CoreEmoji (1.0 - 69.3) <A4357F5C-0C38-3A61-B456-D7321EB2CEE5> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji 0x7fff56062000 - 0x7fff56078ff7 com.apple.CoreMediaAuthoring (2.2 - 956) <A5003E93-68B3-3A0E-8252-454CC4CFEC4D> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x7fff563a0000 - 0x7fff563a5ff7 com.apple.CoreOptimization (1.0 - 1) <785B622B-8F7D-3B4D-83AF-EB98CB79FFF6> /System/Library/PrivateFrameworks/CoreOptimization.framework/Versions/A/CoreOptimization 0x7fff563a6000 - 0x7fff5644bff7 com.apple.CorePDF (4.0 - 414) <353C8875-F5A0-37B0-82CF-CAFCE1A95D50> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fff564f4000 - 0x7fff56550fff com.apple.CorePrediction (1.0 - 1) <B1E687BA-4E62-321B-8C87-D37C540A5A68> /System/Library/PrivateFrameworks/CorePrediction.framework/Versions/A/CorePrediction 0x7fff5667d000 - 0x7fff566aeff3 com.apple.CoreServicesInternal (309.1 - 309.1) <EB09CAFC-AE9B-3257-BE45-5471D9F64AAD> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff569fd000 - 0x7fff56a8efff com.apple.CoreSymbolication (63075) <2458D96C-1C31-34F8-93F0-73DB0042CB30> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff56b11000 - 0x7fff56c45fff com.apple.coreui (2.1 - 492.2) <FE0B32BC-958D-3445-866E-A3905626396D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff56c46000 - 0x7fff56d51ff3 com.apple.CoreUtils (5.3 - 530.57) <1DE5249E-35C5-3B13-BA5B-0C1AA4E17CDD> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x7fff56da6000 - 0x7fff56e0afff com.apple.framework.CoreWiFi (13.0 - 1339) <1741FD6D-3DF2-3D2D-9B56-92A6AA0D1146> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff56e0b000 - 0x7fff56e1aff7 com.apple.CrashReporterSupport (10.13 - 1) <6B5B2B78-15D2-363F-BE34-8F9226E79E24> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff56e97000 - 0x7fff56ea6ff7 com.apple.framework.DFRFoundation (1.0 - 191.1) <09E9A14C-E7A8-3386-8323-270FA28BFB81> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation 0x7fff56ea9000 - 0x7fff56eadffb com.apple.DSExternalDisplay (3.1 - 380) <BEC07C7C-F3AC-3CF3-B13E-3EBFD6224C0D> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay 0x7fff56f33000 - 0x7fff56fa9fff com.apple.datadetectorscore (7.0 - 590.3) <792593BC-21C7-3E0C-929E-067CD725FCBD> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff56ff7000 - 0x7fff57037ff7 com.apple.DebugSymbols (141 - 141) <99562E28-0E56-3F6F-93A1-EF997A5E1F87> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff57038000 - 0x7fff57167fff com.apple.desktopservices (1.12.2 - 1.12.2) <8E068AF7-FB72-38E2-948E-6C13F359C69D> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff573a4000 - 0x7fff573afff7 com.apple.DisplayServicesFW (3.1 - 380) <FB1FBB24-7FD5-3B57-8D3C-39F953F8A9BB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x7fff57edb000 - 0x7fff58309fff com.apple.vision.FaceCore (3.3.2 - 3.3.2) <80C97AD7-D5C2-311A-B268-4AA60CAD6CED> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff59f71000 - 0x7fff59f71fff libmetal_timestamp.dylib (802.3.14) <D2CD48A8-5989-32AC-B64B-76E29D4E2449> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3802/Libraries/libmetal_timestamp.dylib 0x7fff5b5d1000 - 0x7fff5b5dcff7 libGPUSupportMercury.dylib (16.4.2) <F5BA5D7A-FD23-3416-B9B3-7EABFD4279D5> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib 0x7fff5b979000 - 0x7fff5b99eff3 com.apple.GenerationalStorage (2.0 - 285) <07E7BC5F-8EF2-34FC-9EEC-B4E61EAAFA9A> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff5c31d000 - 0x7fff5c32cfff com.apple.GraphVisualizer (1.0 - 5) <0A93C5DE-0D28-312E-8764-6B0FB805ED91> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer 0x7fff5c3a4000 - 0x7fff5c418fff com.apple.Heimdal (4.0 - 2.0) <ACC132E5-97F1-3B36-AD7B-4E6CC077E691> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff5c419000 - 0x7fff5c446fff com.apple.HelpData (2.3 - 158) <4508839C-39FC-31FD-9AB8-A7ADA9284F5C> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x7fff5ccc0000 - 0x7fff5ccc9fff com.apple.IOAccelMemoryInfo (1.0 - 1) <E062BBA9-0857-384E-978B-4C6346825E51> /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/Versions/A/IOAccelMemoryInfo 0x7fff5ccca000 - 0x7fff5ccd1ffb com.apple.IOAccelerator (376.6 - 376.6) <A47129CC-F386-3C31-AD66-C19A70615A50> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff5ccd5000 - 0x7fff5ccecfff com.apple.IOPresentment (1.0 - 32.1) <B95F06EA-9D5D-311D-9912-978AE42ECFCE> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment 0x7fff5d0b6000 - 0x7fff5d0dbfff com.apple.IconServices (97.4 - 97.4) <C84A6CA5-8C50-3288-8572-CC3DABF5BBCE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff5d1e5000 - 0x7fff5d1e8ff3 com.apple.InternationalSupport (1.0 - 1) <5AB382FD-BF81-36A1-9565-61F1FD398ECA> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport 0x7fff5d256000 - 0x7fff5d266ffb com.apple.IntlPreferences (2.0 - 227) <0FF7209B-0E4D-3411-B325-03938B7C0938> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences 0x7fff5d370000 - 0x7fff5d465fff com.apple.LanguageModeling (1.0 - 159.3.1) <9B08E18E-69B4-3413-A03A-EF5AE4BE6277> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fff5d466000 - 0x7fff5d4a8ff7 com.apple.Lexicon-framework (1.0 - 33.2) <5CC5E8EE-62A1-3EA5-B300-A39ABD0CF12D> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon 0x7fff5d4ac000 - 0x7fff5d4b3ff7 com.apple.LinguisticData (1.0 - 238.3) <228AF7CA-649A-3E24-BBC7-8A24B39B3FC4> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData 0x7fff5dcd7000 - 0x7fff5dcdafff com.apple.Mangrove (1.0 - 1) <13832222-8A6B-3790-8914-BE874B5ED4DD> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 0x7fff5e0ff000 - 0x7fff5e168ff7 com.apple.gpusw.MetalTools (1.0 - 1) <F77943BC-0466-3700-BEDF-CDD13125D36A> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools 0x7fff5e170000 - 0x7fff5e185ff3 com.apple.MobileAssets (1.0 - 437.30.17) <9C014350-D76E-3143-ACFF-F3D1B2668988> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset 0x7fff5e2dc000 - 0x7fff5e2f4ff3 com.apple.MobileKeyBag (2.0 - 1.0) <170AD2F3-9D3E-3FF6-BA02-60C48C1E6724> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag 0x7fff5e380000 - 0x7fff5e3a8fff com.apple.MultitouchSupport.framework (1204.13 - 1204.13) <6C5D778D-4AB7-39A4-989B-2E8D2D57B3A0> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff5e60d000 - 0x7fff5e618fff com.apple.NetAuth (6.2 - 6.2) <5C6F492A-28EF-3A0E-B573-6F3D60CFF0C7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff5fe1a000 - 0x7fff5fe5affb com.apple.PerformanceAnalysis (1.183.1 - 183.1) <2BE359F2-DCE6-3E33-BA99-964507A3F540> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff61c36000 - 0x7fff61c54fff com.apple.ProtocolBuffer (1 - 259) <D047A3FE-C7A8-3CAA-9891-6232BA88C247> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 0x7fff61dc1000 - 0x7fff61dd6ff3 com.apple.QuickLookThumbnailing (1.0 - 1) <0771325B-BBAD-3865-B2A3-BE7089641C52> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing 0x7fff61e24000 - 0x7fff61e2ffff com.apple.xpc.RemoteServiceDiscovery (1.0 - 1205.30.29) <E2AEA0D7-23E6-3198-96EF-2F1F8ACD98B4> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery 0x7fff61e30000 - 0x7fff61e53ffb com.apple.RemoteViewServices (2.0 - 125) <AEDBCE8C-88B7-315A-9F81-3E068F0D3EDC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff61e54000 - 0x7fff61e65ffb com.apple.xpc.RemoteXPC (1.0 - 1205.30.29) <1FD53EC6-A9E9-3AEC-86A7-C52729D1A135> /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC 0x7fff6376c000 - 0x7fff6387cff7 com.apple.Sharing (972.6 - 972.6) <2F72F828-7A05-345F-8ABA-1EDADACA4D57> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff6387d000 - 0x7fff6389cff3 com.apple.shortcut (2.16 - 98) <B8A517F6-B872-3A71-B096-709A0CC6656F> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x7fff638a6000 - 0x7fff638a7fff com.apple.performance.SignpostNotification (1.0 - 1) <D4C967BA-92C6-3BAB-AFB5-59F98B35F921> /System/Library/PrivateFrameworks/SignpostNotification.framework/Versions/A/SignpostNotification 0x7fff645a4000 - 0x7fff6483efff com.apple.SkyLight (1.600.0 - 312.23.4) <390012E0-39E3-3D18-8271-D447990FDD21> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight 0x7fff64fef000 - 0x7fff64ffcff7 com.apple.SpeechRecognitionCore (4.0.13 - 4.0.13) <AC026FB9-78F8-31F9-BB80-619D5378DB70> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fff65495000 - 0x7fff654bcff7 com.apple.StreamingZip (1.0 - 1) <F06F4CDC-138C-3991-A987-7C7332BE4508> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip 0x7fff65b8e000 - 0x7fff65c12fe7 com.apple.Symbolication (9.0 - 63079.1) <177BC9CA-E6AE-3B40-806F-0080C0CDFF29> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff66103000 - 0x7fff6610aff3 com.apple.TCC (1.0 - 1) <C807D3F0-FE20-3FC0-8D61-306477ABEBC4> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff66317000 - 0x7fff663d4ff7 com.apple.TextureIO (3.7 - 3.7) <C98BFACA-7807-3DCA-945D-58EBA2B723C8> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO 0x7fff66478000 - 0x7fff66479fff com.apple.TrustEvaluationAgent (2.0 - 31) <39F533B2-211E-3635-AF47-23F27749FF4A> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff6647f000 - 0x7fff6662eff3 com.apple.UIFoundation (1.0 - 546.1.1) <2B50EBBC-9221-31BC-92A9-7ED0A4A46E2D> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fff672f7000 - 0x7fff673c6ff7 com.apple.ViewBridge (343.2 - 343.2) <DD3D1ED5-DF9E-3C48-8897-0B84B0AD2377> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge 0x7fff67d71000 - 0x7fff67d73ffb com.apple.loginsupport (1.0 - 1) <5E2C4AA7-066D-3FDB-B0E1-4CDAF287392C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fff67ed7000 - 0x7fff67f0afff libclosured.dylib (519.2.2) <48051216-5647-3643-B979-B77D0FD20011> /usr/lib/closure/libclosured.dylib 0x7fff67faa000 - 0x7fff67fe3ff7 libCRFSuite.dylib (41) <AB2DA745-F22C-30CF-81D4-35DD716463B8> /usr/lib/libCRFSuite.dylib 0x7fff67fe4000 - 0x7fff67feffff libChineseTokenizer.dylib (28) <D30A7DB6-058F-3286-9583-60C9EEB77A6E> /usr/lib/libChineseTokenizer.dylib 0x7fff68081000 - 0x7fff68082ff3 libDiagnosticMessagesClient.dylib (104) <9712E980-76EE-3A89-AEA6-DF4BAF5C0574> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff680b9000 - 0x7fff68283ff3 libFosl_dynamic.dylib (17.7) <B2476843-7FA7-3E62-B79F-2B15FE557E63> /usr/lib/libFosl_dynamic.dylib 0x7fff682bb000 - 0x7fff682bbfff libOpenScriptingUtil.dylib (174) <203D2C39-61BB-3713-A502-2D17B04A42AC> /usr/lib/libOpenScriptingUtil.dylib 0x7fff683e4000 - 0x7fff683e8ffb libScreenReader.dylib (562.13) <21638ECC-87BF-3CC5-B2D8-6F7883F5FDCA> /usr/lib/libScreenReader.dylib 0x7fff683e9000 - 0x7fff683eaff3 libSystem.B.dylib (1252) <5EDEEA85-0387-31EE-9D9B-DA1B75E7AEF3> /usr/lib/libSystem.B.dylib 0x7fff6847d000 - 0x7fff6847dfff libapple_crypto.dylib (109.30.8) <E0162198-C97F-3286-9FF7-254D23F6FD04> /usr/lib/libapple_crypto.dylib 0x7fff6847e000 - 0x7fff68494ff7 libapple_nghttp2.dylib (1.24) <01402BC4-4822-3676-9C80-50D83F816424> /usr/lib/libapple_nghttp2.dylib 0x7fff68495000 - 0x7fff684bfff3 libarchive.2.dylib (54) <8FC28DD8-E315-3C3E-95FE-D1D2CBE49888> /usr/lib/libarchive.2.dylib 0x7fff684c0000 - 0x7fff68541fdf libate.dylib (1.13.1) <178ACDAD-DE7E-346C-A613-1CBF7929AC07> /usr/lib/libate.dylib 0x7fff68545000 - 0x7fff68545ff3 libauto.dylib (187) <A05C7900-F8C7-3E75-8D3F-909B40C19717> /usr/lib/libauto.dylib 0x7fff68546000 - 0x7fff685fdff7 libboringssl.dylib (109.30.8) <E62E3E83-BA8A-3CCE-8E71-84FB184FBBB5> /usr/lib/libboringssl.dylib 0x7fff685fe000 - 0x7fff6860eff3 libbsm.0.dylib (39) <770B341F-3BB7-3123-B53C-F2D58868A963> /usr/lib/libbsm.0.dylib 0x7fff6860f000 - 0x7fff6861cffb libbz2.1.0.dylib (38) <0A5086BB-4724-3C14-979D-5AD4F26B5B45> /usr/lib/libbz2.1.0.dylib 0x7fff6861d000 - 0x7fff68673fff libc++.1.dylib (400.9) <FCF5E1F6-2B04-3545-8004-F3AB32FED172> /usr/lib/libc++.1.dylib 0x7fff68674000 - 0x7fff68698ff7 libc++abi.dylib (400.7) <217656D5-BC40-37FF-B322-91CB2AAD4F34> /usr/lib/libc++abi.dylib 0x7fff6869a000 - 0x7fff686aafff libcmph.dylib (6) <A5509EE8-7E00-3224-8814-015B077A3CF5> /usr/lib/libcmph.dylib 0x7fff686ab000 - 0x7fff686c1fff libcompression.dylib (47) <E64D4416-DFBF-314B-BBB9-BED23C3A251C> /usr/lib/libcompression.dylib 0x7fff6896e000 - 0x7fff68986ff7 libcoretls.dylib (155) <DFE2454F-2FE3-3B2B-A22B-422947C34C69> /usr/lib/libcoretls.dylib 0x7fff68987000 - 0x7fff68988ffb libcoretls_cfhelpers.dylib (155) <D3F4B882-40C1-3CD4-927B-0E0ED6031D0B> /usr/lib/libcoretls_cfhelpers.dylib 0x7fff68a3e000 - 0x7fff68b20ff3 libcrypto.0.9.8.dylib (76.30.1) <D47BDA97-AF5D-39A5-9F54-8244C4B6A993> /usr/lib/libcrypto.0.9.8.dylib 0x7fff68b21000 - 0x7fff68cb1fff libcrypto.35.dylib (22) <067CFC21-249D-392D-ADE1-785100BF0F83> /usr/lib/libcrypto.35.dylib 0x7fff68e58000 - 0x7fff68eaeff3 libcups.2.dylib (462.1) <B78448A0-9C97-3D4A-823E-EBE37B2B7CA6> /usr/lib/libcups.2.dylib 0x7fff68f30000 - 0x7fff68f37ff3 libdscsym.dylib (183.1) <2DE012BF-CE9A-3BDF-9A2D-55D66B51AA35> /usr/lib/libdscsym.dylib 0x7fff68fec000 - 0x7fff68fecfff libenergytrace.dylib (16) <A92AB8B8-B986-3CE6-980D-D55090FEF387> /usr/lib/libenergytrace.dylib 0x7fff69014000 - 0x7fff69015fff libffi.dylib (18.1) <02011073-8CB7-362F-BC52-43B4E83687B0> /usr/lib/libffi.dylib 0x7fff69023000 - 0x7fff69028ff3 libheimdal-asn1.dylib (520.30.1) <14DC1451-6E22-3A48-80CB-5D33DC0F8C3B> /usr/lib/libheimdal-asn1.dylib 0x7fff69054000 - 0x7fff69145ff7 libiconv.2.dylib (51) <0772997F-4109-38A1-91ED-0F3F16AE99E5> /usr/lib/libiconv.2.dylib 0x7fff69146000 - 0x7fff6936dffb libicucore.A.dylib (59152.0.1) <281C39FD-0C9A-3EB2-A407-36D4CCE938E5> /usr/lib/libicucore.A.dylib 0x7fff693ba000 - 0x7fff693bbfff liblangid.dylib (128) <39C39393-0D05-301D-93B2-F224FC4949AA> /usr/lib/liblangid.dylib 0x7fff693bc000 - 0x7fff693d5ffb liblzma.5.dylib (10) <3D419A50-961F-37D2-8A01-3DC7AB7B8D18> /usr/lib/liblzma.5.dylib 0x7fff693d6000 - 0x7fff693ecff7 libmarisa.dylib (9) <D6D2D55D-1D2E-3442-B152-B18803C0ABB4> /usr/lib/libmarisa.dylib 0x7fff6949d000 - 0x7fff696c5ff7 libmecabra.dylib (779.7.6) <7808C544-161E-37CE-9D42-F368C82A180D> /usr/lib/libmecabra.dylib 0x7fff6989d000 - 0x7fff69974ffb libnetwork.dylib (1229.30.11) <2A9846DE-C063-3340-89D1-D5DAC2B8A08A> /usr/lib/libnetwork.dylib 0x7fff699ea000 - 0x7fff69dd87e7 libobjc.A.dylib (723) <93A92316-DE1E-378C-8891-99720B50D075> /usr/lib/libobjc.A.dylib 0x7fff69deb000 - 0x7fff69deffff libpam.2.dylib (22) <7B4D2CE2-1438-387A-9802-5CEEFBF26F86> /usr/lib/libpam.2.dylib 0x7fff69df2000 - 0x7fff69e26fff libpcap.A.dylib (79.20.1) <FA13918B-A247-3181-B256-9B852C7BA316> /usr/lib/libpcap.A.dylib 0x7fff69ea5000 - 0x7fff69ec1ffb libresolv.9.dylib (65) <E8F3415B-4472-3202-8901-41FD87981DB2> /usr/lib/libresolv.9.dylib 0x7fff69efc000 - 0x7fff69f0efff libsasl2.2.dylib (211) <D9E281A2-D7BA-32CD-8B96-54972B1D9E66> /usr/lib/libsasl2.2.dylib 0x7fff69f0f000 - 0x7fff69f10ff7 libspindump.dylib (248) <12E8B8BA-072F-39AE-8BC9-7D5840DA80EB> /usr/lib/libspindump.dylib 0x7fff69f11000 - 0x7fff6a0a4fe7 libsqlite3.dylib (274.5) <A1DEB5AB-8FE8-332E-A7E5-F493F2223FE3> /usr/lib/libsqlite3.dylib 0x7fff6a0c7000 - 0x7fff6a0ffff3 libssl.0.9.8.dylib (76.30.1) <31E4862C-C181-3D5E-ACB3-CDE18764638F> /usr/lib/libssl.0.9.8.dylib 0x7fff6a275000 - 0x7fff6a2aefff libusrtcp.dylib (1229.30.11) <537F14D0-84DF-349F-8EA0-52BB7A241E60> /usr/lib/libusrtcp.dylib 0x7fff6a2af000 - 0x7fff6a2b2ffb libutil.dylib (51.20.1) <216D18E5-0BAF-3EAF-A38E-F6AC37CBABD9> /usr/lib/libutil.dylib 0x7fff6a2b3000 - 0x7fff6a2c0fff libxar.1.dylib (400) <0316128D-3B47-3052-995D-97B4FE5491DC> /usr/lib/libxar.1.dylib 0x7fff6a2c4000 - 0x7fff6a3abfff libxml2.2.dylib (31.7) <49544596-BCF8-3765-8DC5-DB1A9A90EF92> /usr/lib/libxml2.2.dylib 0x7fff6a3ac000 - 0x7fff6a3d4fff libxslt.1.dylib (15.10) <66682AF6-C2D5-374C-901F-25A3E72814DC> /usr/lib/libxslt.1.dylib 0x7fff6a3d5000 - 0x7fff6a3e7ffb libz.1.dylib (70) <48C67CFC-940D-3857-8DAD-857774605352> /usr/lib/libz.1.dylib 0x7fff6a485000 - 0x7fff6a489ff7 libcache.dylib (80) <354F3B7D-404E-3398-9EBF-65CA2CE65211> /usr/lib/system/libcache.dylib 0x7fff6a48a000 - 0x7fff6a494ff3 libcommonCrypto.dylib (60118.30.2) <674286D3-7744-36A3-9AAA-49DFCD97A986> /usr/lib/system/libcommonCrypto.dylib 0x7fff6a495000 - 0x7fff6a49cfff libcompiler_rt.dylib (62) <4487CFBA-A5D7-3282-9E6B-94CAD7BE507E> /usr/lib/system/libcompiler_rt.dylib 0x7fff6a49d000 - 0x7fff6a4a5ffb libcopyfile.dylib (146.30.2) <2C7C67D7-562B-3FFA-973D-BACF4C10E1EC> /usr/lib/system/libcopyfile.dylib 0x7fff6a4a6000 - 0x7fff6a52bfff libcorecrypto.dylib (562.30.10) <8A53EFE1-AFCA-3676-BEE1-FA5ED9F0E222> /usr/lib/system/libcorecrypto.dylib 0x7fff6a5b3000 - 0x7fff6a5ecff7 libdispatch.dylib (913.30.4) <7D0E3183-282B-3FEE-A734-2C0ADC092084> /usr/lib/system/libdispatch.dylib 0x7fff6a5ed000 - 0x7fff6a60aff7 libdyld.dylib (519.2.2) <C50D02BC-A333-3313-B787-02F255A6783F> /usr/lib/system/libdyld.dylib 0x7fff6a60b000 - 0x7fff6a60bffb libkeymgr.dylib (28) <6D84A96F-C65B-38EC-BDB5-21FD2C97E7B2> /usr/lib/system/libkeymgr.dylib 0x7fff6a60c000 - 0x7fff6a618ff3 libkxld.dylib (4570.31.3) <C0DBCF74-E669-3AAD-934F-F07F3FE32908> /usr/lib/system/libkxld.dylib 0x7fff6a619000 - 0x7fff6a619ff7 liblaunch.dylib (1205.30.29) <E66F58ED-C15E-3DFB-BC22-A861E13918C6> /usr/lib/system/liblaunch.dylib 0x7fff6a61a000 - 0x7fff6a61effb libmacho.dylib (900.0.1) <756F2553-07B6-3B42-ACEA-2F0F1A5E8D0F> /usr/lib/system/libmacho.dylib 0x7fff6a61f000 - 0x7fff6a621ff3 libquarantine.dylib (86) <6AC8773F-3817-3D82-99C2-01BABB9C3CBB> /usr/lib/system/libquarantine.dylib 0x7fff6a622000 - 0x7fff6a623ff3 libremovefile.dylib (45) <912FA211-DD8C-3C92-8424-21B89F8B10FD> /usr/lib/system/libremovefile.dylib 0x7fff6a624000 - 0x7fff6a63bfff libsystem_asl.dylib (356.1.1) <94972913-9DF0-3C78-847C-43E58919E3DA> /usr/lib/system/libsystem_asl.dylib 0x7fff6a63c000 - 0x7fff6a63cfff libsystem_blocks.dylib (67) <F2493BB5-B1C6-3C4D-9F1F-1B402E0F1DB7> /usr/lib/system/libsystem_blocks.dylib 0x7fff6a63d000 - 0x7fff6a6c6ff7 libsystem_c.dylib (1244.30.3) <E0136C71-0648-36F0-9F84-82EA2748A8D7> /usr/lib/system/libsystem_c.dylib 0x7fff6a6c7000 - 0x7fff6a6caffb libsystem_configuration.dylib (963.30.1) <0F8D0B76-4F7D-34EC-AB6C-50F9465809DA> /usr/lib/system/libsystem_configuration.dylib 0x7fff6a6cb000 - 0x7fff6a6ceffb libsystem_coreservices.dylib (51) <21A488D0-2D07-344E-8631-CC8B2A246F35> /usr/lib/system/libsystem_coreservices.dylib 0x7fff6a6cf000 - 0x7fff6a6d0fff libsystem_darwin.dylib (1244.30.3) <2F750CB1-BC26-3FA3-AE59-553EE30D451B> /usr/lib/system/libsystem_darwin.dylib 0x7fff6a6d1000 - 0x7fff6a6d7ff7 libsystem_dnssd.dylib (878.30.4) <EB9BB165-45A4-367C-B33A-688D4F383A95> /usr/lib/system/libsystem_dnssd.dylib 0x7fff6a6d8000 - 0x7fff6a721ff7 libsystem_info.dylib (517.30.1) <7D79E167-4B5C-3833-81EE-3AF3FB53616D> /usr/lib/system/libsystem_info.dylib 0x7fff6a722000 - 0x7fff6a747ff7 libsystem_kernel.dylib (4570.31.3) <D2E842AA-3B8D-31BF-8234-8C1BE11CFE32> /usr/lib/system/libsystem_kernel.dylib 0x7fff6a748000 - 0x7fff6a793fcb libsystem_m.dylib (3146) <ABB1B85F-9FFE-31B8-AD4F-E39A30794A93> /usr/lib/system/libsystem_m.dylib 0x7fff6a794000 - 0x7fff6a7b3fff libsystem_malloc.dylib (140.1.1) <9F0745FF-B92F-330D-8812-BB74001D1D33> /usr/lib/system/libsystem_malloc.dylib 0x7fff6a7b4000 - 0x7fff6a858ff3 libsystem_network.dylib (1229.30.11) <40BAD301-8744-3AD8-A688-E7925C587B00> /usr/lib/system/libsystem_network.dylib 0x7fff6a859000 - 0x7fff6a863ffb libsystem_networkextension.dylib (767.30.7) <C5ED4BAB-2480-369D-8AB6-DFB37C15A1EE> /usr/lib/system/libsystem_networkextension.dylib 0x7fff6a864000 - 0x7fff6a86dff3 libsystem_notify.dylib (172) <98EA3D62-7C86-30DE-8261-D020D2F1EFF3> /usr/lib/system/libsystem_notify.dylib 0x7fff6a86e000 - 0x7fff6a875ff7 libsystem_platform.dylib (161.20.1) <C049250F-8C35-314D-810F-4E28AEAED983> /usr/lib/system/libsystem_platform.dylib 0x7fff6a876000 - 0x7fff6a881fff libsystem_pthread.dylib (301.30.1) <ABA848E1-6978-3B42-A3A7-608B2C36FA93> /usr/lib/system/libsystem_pthread.dylib 0x7fff6a882000 - 0x7fff6a885ff3 libsystem_sandbox.dylib (765.30.4) <A51828BA-26D8-3205-AF3A-DF5C37269468> /usr/lib/system/libsystem_sandbox.dylib 0x7fff6a886000 - 0x7fff6a887ff3 libsystem_secinit.dylib (30) <F06ADB8F-9E94-34A7-B3C9-2C22FDD14BAD> /usr/lib/system/libsystem_secinit.dylib 0x7fff6a888000 - 0x7fff6a88fff7 libsystem_symptoms.dylib (820.30.7) <DC3586C2-AA56-3419-88D3-FC0DBF08E3C0> /usr/lib/system/libsystem_symptoms.dylib 0x7fff6a890000 - 0x7fff6a8a3ff7 libsystem_trace.dylib (829.30.14) <69EBF017-D40F-30D7-9B0B-BFC862D761A5> /usr/lib/system/libsystem_trace.dylib 0x7fff6a8a5000 - 0x7fff6a8aaff7 libunwind.dylib (35.3) <6D4FCD49-D2A9-3233-95C7-A7635CE265F2> /usr/lib/system/libunwind.dylib 0x7fff6a8ab000 - 0x7fff6a8d7ff7 libxpc.dylib (1205.30.29) <F7E5F1BC-614B-39CB-B6CE-92A9C7B7EC0B> /usr/lib/system/libxpc.dylibExternal Modification Summary:Calls made by other processes targeting this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0Calls made by this process: task_for_pid: 0 thread_create: 0 thread_set_state: 0Calls made by all processes on this machine: task_for_pid: 6160 thread_create: 0 thread_set_state: 0VM Region Summary:ReadOnly portion of Libraries: Total=435.2M resident=0K(0%) swapped_out_or_unallocated=435.2M(100%)Writable regions: Total=189.3M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=189.3M(100%) VIRTUAL REGIONREGION TYPE SIZE COUNT (non-coalesced)=========== ======= =======Accelerate framework 256K 3Activity Tracing 256K 2CG backing stores 7516K 6CG image 56K 7CoreAnimation 388K 8CoreGraphics 8K 2CoreImage 40K 6CoreUI image data 2636K 17CoreUI image file 308K 7Foundation 20K 3Image IO 148K 2Kernel Alloc Once 8K 2MALLOC 164.9M 81MALLOC guard page 112K 28Memory Tag 242 12K 2Memory Tag 249 156K 2Memory Tag 251 40K 3SQLite page cache 64K 2STACK GUARD 56.0M 12Stack 13.1M 14VM_ALLOCATE 124K 19__DATA 34.0M 292__FONT_DATA 4K 2__GLSLBUILTINS 2588K 2__LINKEDIT 192.4M 8__TEXT 242.8M 295__UNICODE 560K 2libnetwork 128K 5mapped file 53.5M 28shared memory 704K 17=========== ======= =======TOTAL 772.5M 849Model: MacBookPro13,3, BootROM MBP133.0233.B00, 4 processors, Intel Core i7, 2.7 GHz, 16 GB, SMC 2.38f7Graphics: Intel HD Graphics 530, Intel HD Graphics 530, Built-InGraphics: Radeon Pro 460, AMD Radeon Pro 460, PCIe, 4 GBMemory Module: BANK 0/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320Memory Module: BANK 1/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x15A), Broadcom BCM43xx 1.0 (7.77.37.5.1a3)Bluetooth: Version 6.0.2f2, 3 services, 27 devices, 1 incoming serial portsNetwork Service: Belkin USB-C LAN, Ethernet, en8USB Device: USB 3.0 BusUSB Device: iBridgeUSB Device: Belkin USB-C LANThunderbolt Bus: MacBook Pro, Apple Inc., 23.1Thunderbolt Bus: MacBook Pro, Apple Inc., 23.1