Contribute
Register

[README] Common (some unsolved) Problems in 10.12 Sierra

Any link to the patched AppleBacklight.kext ?

Also can someone pass me their 10.12.4 AppleBacklightExpert.kext ? I messed up mine doing something stupid
 
Last edited:
So there are no plans to update IntelBacklight.kext?

I've done a bit of research on it, and IntelBacklightPanel::doIntegerSet is never called with "backlight", although it does receive other doIntegerSet calls ("commit"). At this point I don't know why, so no fix can be implemented yet...

Work arounds as of now:
- use Brightness by bergdesign
OR
- use AppleBacklight.kext with custom AppleBacklightInjector.kext and appropriate ACPI code
 
Any link to the patched AppleBacklight.kext ?

Also can someone pass me their 10.12.4 AppleBacklightExpert.kext ? I messed up mine doing something stupid

The patch for AppleBacklight.kext is custom depending on your vendor/display-id of your panel.
Hence no upload can be provided.
If you find the guide, you'll see an explanation of how it works and a script to create AppleBacklightInjector.kext which avoids patching AppleBacklight.kext.
And if you look at the Info.plist of AppleBacklight.kext you'll see how it maps panels to levels of brightness.
 
Attached files, here's some terminal output :)

I wonder if it has to do with your SMBIOS choice...

I've already seen this guide :)
There's a plist file with 2 values. Which values should I put in there instead of those values for the 4x40s?

You should reply in the guide thread.

BTW, about the "SysPrefs -> Display may fail with an error"
It seems it was fixed in 10.12.4, no need for a modified EDID :)
As you can see, I can see it's a 15.5" (actually 15.6", well...) display in the 'About This Mac' window.
View attachment 244693

At least something is improved...
 
I wonder if it has to do with your SMBIOS choice...
How did my choice cause that?
About my Safari issue - could this also happen because of my SMBIOS choice?
I've confirmed it's only happening when I listen to audio (or maybe it's bacause of videos. I use youtube)
If not, how can I fix it?
*It only started after the update to 10.12.4, it never happened before.*

You should reply in the guide thread.
Replied :)

At least something is improved...
I would say you can note this in post #1.
It's not just me, I think I've seen that over the internet :)
 
How did my choice cause that?

No idea. But MacBookPro13,x uses HWP, right? And did you implement HWP?

About my Safari issue - could this also happen because of my SMBIOS choice?

No idea, but you'll find out if you try a different SMBIOS (eg. MacBookPro11,1)
 
No idea. But MacBookPro13,x uses HWP, right? And did you implement HWP?

No idea, but you'll find out if you try a different SMBIOS (eg. MacBookPro11,1)
Isn't implementing HWP a matter of using an SSDT from ssdtPRGen+using vreqVectorsEdit?
The internet says (and you), that the clover HWP settings are nonsense, so it's the only thing I need to do.

Wasn't there a safari video problem with other hardware? (Not Skylake)
What was needed to do about that? :)
 
Isn't implementing HWP a matter of using an SSDT from ssdtPRGen+using vreqVectorsEdit?
The internet says (and you), that the clover HWP settings are nonsense, so it's the only thing I need to do.

Yes... and a patch for XCPM idle in the kernel (it is MSR 0xE2 related). Then verification.
Some are reporting better results using XCPM and not HWP...

Wasn't there a safari video problem with other hardware? (Not Skylake)

Yes. As documented in post #1.
 
Yes... and a patch for XCPM idle in the kernel (it is MSR 0xE2 related). Then verification.
Some are reporting better results using XCPM and not HWP...



Yes. As documented in post #1.
Yes, I use the MSR 0xE2 patch, inside KernelToPatch :)
It seems that I went back to Apple's 1.3Ghz minimum, so I used freqVectorsEdit.sh again now.
I can now get as low as 0.5Ghz, and after some minutes of using youtube it didn't crash!
Hope it was really solved.
My trackpad was a bit laggy, it seems it was resolved as well :)
The whole system seems to work better now actually (after running freqVectorsEdit.sh again)

The Activity Monitor is still crashing when opening it.
I get an exception:
NSRangeException, index 0 beyond bounds for empty array.
I don't know if there's another 'useful' thing in there, but here's the entire report:
Code:
Process:               Activity Monitor [1072]
Path:                  /Applications/Utilities/Activity Monitor.app/Contents/MacOS/Activity Monitor
Identifier:            com.apple.ActivityMonitor
Version:               10.12 (968)
Build Info:            ActivityMonitor-993000000000000~5
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Activity Monitor [1072]
User ID:               501

Date/Time:             2017-03-28 23:59:26.089 +0300
OS Version:            Mac OS X 10.12.4 (16E195)
Report Version:        12
Anonymous UUID:        46A73EA4-5757-D9C4-B9D6-02602DD1073D


Time Awake Since Boot: 540 seconds

System Integrity Protection: disabled

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

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Application Specific Information:
*** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayM objectAtIndex:]: index 0 beyond bounds for empty array'
terminating with uncaught exception of type NSException
abort() called

Application Specific Backtrace 1:
0   CoreFoundation                      0x00007fff7691737b __exceptionPreprocess + 171
1   libobjc.A.dylib                     0x00007fff8b70b48d objc_exception_throw + 48
2   CoreFoundation                      0x00007fff76830b5c -[__NSArrayM objectAtIndex:] + 204
3   Activity Monitor                    0x0000000106a6379a Activity Monitor + 71578
4   Activity Monitor                    0x0000000106a64563 Activity Monitor + 75107
5   libdispatch.dylib                   0x00007fff8bfba8fc _dispatch_client_callout + 8
6   libdispatch.dylib                   0x00007fff8bfc6ffb _dispatch_barrier_sync_f_slow_invoke + 295
7   libdispatch.dylib                   0x00007fff8bfba8fc _dispatch_client_callout + 8
8   libdispatch.dylib                   0x00007fff8bfc7aac _dispatch_main_queue_callback_4CF + 925
9   CoreFoundation                      0x00007fff768ccc69 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
10  CoreFoundation                      0x00007fff7688dcbd __CFRunLoopRun + 2205
11  CoreFoundation                      0x00007fff7688d1c4 CFRunLoopRunSpecific + 420
12  HIToolbox                           0x00007fff75deeebc RunCurrentEventLoopInMode + 240
13  HIToolbox                           0x00007fff75deecf1 ReceiveNextEventCommon + 432
14  HIToolbox                           0x00007fff75deeb26 _BlockUntilNextEventMatchingListInModeWithFilter + 71
15  AppKit                              0x00007fff74389e24 _DPSNextEvent + 1120
16  AppKit                              0x00007fff74b0585e -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 2796
17  AppKit                              0x00007fff7437e7ab -[NSApplication run] + 926
18  AppKit                              0x00007fff743491de NSApplicationMain + 1237
19  libdyld.dylib                       0x00007fff8bff0235 start + 1
20  ???                                 0x0000000000000001 0x0 + 1

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib            0x00007fff8c11ed42 __pthread_kill + 10
1   libsystem_pthread.dylib           0x00007fff8c20c5bf pthread_kill + 90
2   libsystem_c.dylib                 0x00007fff8c084420 abort + 129
3   libc++abi.dylib                   0x00007fff8abda84a abort_message + 266
4   libc++abi.dylib                   0x00007fff8abffc4f default_terminate_handler() + 267
5   libobjc.A.dylib                   0x00007fff8b70d6fe _objc_terminate() + 103
6   libc++abi.dylib                   0x00007fff8abfcd69 std::__terminate(void (*)()) + 8
7   libc++abi.dylib                   0x00007fff8abfcde3 std::terminate() + 51
8   libdispatch.dylib                 0x00007fff8bfba910 _dispatch_client_callout + 28
9   libdispatch.dylib                 0x00007fff8bfc6ffb _dispatch_barrier_sync_f_slow_invoke + 295
10  libdispatch.dylib                 0x00007fff8bfba8fc _dispatch_client_callout + 8
11  libdispatch.dylib                 0x00007fff8bfc7aac _dispatch_main_queue_callback_4CF + 925
12  com.apple.CoreFoundation          0x00007fff768ccc69 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
13  com.apple.CoreFoundation          0x00007fff7688dcbd __CFRunLoopRun + 2205
14  com.apple.CoreFoundation          0x00007fff7688d1c4 CFRunLoopRunSpecific + 420
15  com.apple.HIToolbox               0x00007fff75deeebc RunCurrentEventLoopInMode + 240
16  com.apple.HIToolbox               0x00007fff75deecf1 ReceiveNextEventCommon + 432
17  com.apple.HIToolbox               0x00007fff75deeb26 _BlockUntilNextEventMatchingListInModeWithFilter + 71
18  com.apple.AppKit                  0x00007fff74389e24 _DPSNextEvent + 1120
19  com.apple.AppKit                  0x00007fff74b0585e -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 2796
20  com.apple.AppKit                  0x00007fff7437e7ab -[NSApplication run] + 926
21  com.apple.AppKit                  0x00007fff743491de NSApplicationMain + 1237
22  libdyld.dylib                     0x00007fff8bff0235 start + 1

Thread 1:: Dispatch queue: com.apple.root.background-qos
0   libsystem_kernel.dylib            0x00007fff8c11f6be close + 10
1   com.apple.AppKit                  0x00007fff7438ff70 -[NSPersistentUICrashHandler inspectCrashDataWithModification:handler:] + 805
2   com.apple.AppKit                  0x00007fff7438fb86 __82-[NSPersistentUIRestorer tearDownStateRestorationApparatusAndResumeWindowOrdering]_block_invoke + 54
3   com.apple.AppKit                  0x00007fff74e9acaa ___NSPersistentUIDispatchQueueAsync_block_invoke + 31
4   libdispatch.dylib                 0x00007fff8bfc3524 _dispatch_call_block_and_release + 12
5   libdispatch.dylib                 0x00007fff8bfba8fc _dispatch_client_callout + 8
6   libdispatch.dylib                 0x00007fff8bfbc86e _dispatch_root_queue_drain + 917
7   libdispatch.dylib                 0x00007fff8bfbc48c _dispatch_worker_thread3 + 99
8   libsystem_pthread.dylib           0x00007fff8c209616 _pthread_wqthread + 1299
9   libsystem_pthread.dylib           0x00007fff8c2090f1 start_wqthread + 13

Thread 2:: Dispatch queue: sample process queue
0   libsystem_kernel.dylib            0x00007fff8c11ea3e __open + 10
1   com.apple.CoreFoundation          0x00007fff768292f3 _CFReadBytesFromFile + 163
2   com.apple.CoreFoundation          0x00007fff76827e12 CFURLCreateDataAndPropertiesFromResource + 722
3   com.apple.CoreFoundation          0x00007fff7682780b _CFBundleCopyInfoDictionaryInDirectoryWithVersion + 843
4   com.apple.CoreFoundation          0x00007fff768273c1 CFBundleGetInfoDictionary + 81
5   com.apple.CoreFoundation          0x00007fff7682323f _CFBundleCreate + 847
6   com.apple.ActivityMonitor         0x0000000106a763b3 0x106a52000 + 148403
7   libdispatch.dylib                 0x00007fff8bfc3524 _dispatch_call_block_and_release + 12
8   libdispatch.dylib                 0x00007fff8bfba8fc _dispatch_client_callout + 8
9   libdispatch.dylib                 0x00007fff8bfd09a0 _dispatch_queue_serial_drain + 896
10  libdispatch.dylib                 0x00007fff8bfc3306 _dispatch_queue_invoke + 1046
11  libdispatch.dylib                 0x00007fff8bfc9020 _dispatch_queue_override_invoke + 369
12  libdispatch.dylib                 0x00007fff8bfbc6b5 _dispatch_root_queue_drain + 476
13  libdispatch.dylib                 0x00007fff8bfbc48c _dispatch_worker_thread3 + 99
14  libsystem_pthread.dylib           0x00007fff8c209616 _pthread_wqthread + 1299
15  libsystem_pthread.dylib           0x00007fff8c2090f1 start_wqthread + 13

Thread 3:: Dispatch queue: BatteryGraphManager queue
0   libsystem_kernel.dylib            0x00007fff8c11f31e __ulock_wait + 10
1   libdispatch.dylib                 0x00007fff8bfd2c12 _dispatch_ulock_wait + 40
2   libdispatch.dylib                 0x00007fff8bfd2d76 _dispatch_thread_event_wait_slow + 85
3   libdispatch.dylib                 0x00007fff8bfc5583 _dispatch_barrier_sync_f_slow + 402
4   com.apple.ActivityMonitor         0x0000000106a644e4 0x106a52000 + 74980
5   libdispatch.dylib                 0x00007fff8bfc3524 _dispatch_call_block_and_release + 12
6   libdispatch.dylib                 0x00007fff8bfba8fc _dispatch_client_callout + 8
7   libdispatch.dylib                 0x00007fff8bfd09a0 _dispatch_queue_serial_drain + 896
8   libdispatch.dylib                 0x00007fff8bfc3306 _dispatch_queue_invoke + 1046
9   libdispatch.dylib                 0x00007fff8bfc9020 _dispatch_queue_override_invoke + 369
10  libdispatch.dylib                 0x00007fff8bfbc6b5 _dispatch_root_queue_drain + 476
11  libdispatch.dylib                 0x00007fff8bfbc48c _dispatch_worker_thread3 + 99
12  libsystem_pthread.dylib           0x00007fff8c209616 _pthread_wqthread + 1299
13  libsystem_pthread.dylib           0x00007fff8c2090f1 start_wqthread + 13

Thread 4:
0   libsystem_pthread.dylib           0x00007fff8c2090e4 start_wqthread + 0
1   ???                               0x00000000c2000000 0 + 3254779904

Thread 5:
0   libsystem_kernel.dylib            0x00007fff8c11f44e __workq_kernreturn + 10
1   libsystem_pthread.dylib           0x00007fff8c209502 _pthread_wqthread + 1023
2   libsystem_pthread.dylib           0x00007fff8c2090f1 start_wqthread + 13

Thread 6:: Dispatch queue: NSCGSDisableUpdates
0   libsystem_kernel.dylib            0x00007fff8c11734a mach_msg_trap + 10
1   libsystem_kernel.dylib            0x00007fff8c116797 mach_msg + 55
2   com.apple.SkyLight                0x00007fff883a832d _CGSReenableUpdateForConnectionSync + 99
3   com.apple.SkyLight                0x00007fff8847a8c0 CGSUpdateManager::enable_update(unsigned long long) + 532
4   libdispatch.dylib                 0x00007fff8bfc3524 _dispatch_call_block_and_release + 12
5   libdispatch.dylib                 0x00007fff8bfba8fc _dispatch_client_callout + 8
6   libdispatch.dylib                 0x00007fff8bfd09a0 _dispatch_queue_serial_drain + 896
7   libdispatch.dylib                 0x00007fff8bfc3306 _dispatch_queue_invoke + 1046
8   libdispatch.dylib                 0x00007fff8bfc9020 _dispatch_queue_override_invoke + 369
9   libdispatch.dylib                 0x00007fff8bfbc6b5 _dispatch_root_queue_drain + 476
10  libdispatch.dylib                 0x00007fff8bfbc48c _dispatch_worker_thread3 + 99
11  libsystem_pthread.dylib           0x00007fff8c209616 _pthread_wqthread + 1299
12  libsystem_pthread.dylib           0x00007fff8c2090f1 start_wqthread + 13

Thread 7:: com.apple.NSEventThread
0   libsystem_kernel.dylib            0x00007fff8c11734a mach_msg_trap + 10
1   libsystem_kernel.dylib            0x00007fff8c116797 mach_msg + 55
2   com.apple.CoreFoundation          0x00007fff7688e4e4 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation          0x00007fff7688d971 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation          0x00007fff7688d1c4 CFRunLoopRunSpecific + 420
5   com.apple.AppKit                  0x00007fff744d72d2 _NSEventThread + 205
6   libsystem_pthread.dylib           0x00007fff8c2099af _pthread_body + 180
7   libsystem_pthread.dylib           0x00007fff8c2098fb _pthread_start + 286
8   libsystem_pthread.dylib           0x00007fff8c209101 thread_start + 13

Thread 8:
0   libsystem_kernel.dylib            0x00007fff8c11f44e __workq_kernreturn + 10
1   libsystem_pthread.dylib           0x00007fff8c209695 _pthread_wqthread + 1426
2   libsystem_pthread.dylib           0x00007fff8c2090f1 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff591abec8  rdx: 0x0000000000000000
  rdi: 0x0000000000000307  rsi: 0x0000000000000006  rbp: 0x00007fff591abef0  rsp: 0x00007fff591abec8
   r8: 0x00007fff8c0ad650   r9: 0x00007fff8c06fa50  r10: 0x0000000008000000  r11: 0x0000000000000206
  r12: 0x00007fff591ac050  r13: 0x0000000000000030  r14: 0x00007fff94f023c0  r15: 0x0000000000000008
  rip: 0x00007fff8c11ed42  rfl: 0x0000000000000206  cr2: 0x00007fff94ee4128
 
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133


Binary Images:
       0x106a52000 -        0x106aafff7  com.apple.ActivityMonitor (10.12 - 968) <24EC9622-8762-354D-B253-C56D902C8C69> /Applications/Utilities/Activity Monitor.app/Contents/MacOS/Activity Monitor
       0x108c68000 -        0x108c7fffb  libCGInterfaces.dylib (331.5) <E0CA9D83-7F26-3D65-9249-F9231C1CB7DB> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
       0x109c48000 -        0x109deefff  GLEngine (14.0.16) <E67A2652-EEBB-38BF-9FF2-6C64ED0ABA9B> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
       0x109e2d000 -        0x10a888fff  com.apple.driver.AppleIntelSKLGraphicsGLDriver (10.24.45 - 10.2.4) <C7419638-8712-3712-8337-33F828A6BD11> /System/Library/Extensions/AppleIntelSKLGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelSKLGraphicsGLDriver
       0x10abb8000 -        0x10abe2fff  GLRendererFloat (14.0.16) <768ADC3B-C0E6-3936-801C-35990D62CAE7> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
       0x10abec000 -        0x10ac7aff7  com.apple.driver.AppleIntelSKLGraphicsMTLDriver (10.24.45 - 10.2.4) <8D363340-8029-3EEC-A71F-DF55AFB31860> /System/Library/Extensions/AppleIntelSKLGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelSKLGraphicsMTLDriver
       0x112226000 -        0x112263dc7  dyld (433.5) <8239D0D7-66F6-3C44-A77F-586F74525DA3> /usr/lib/dyld
    0x7fff714ba000 -     0x7fff717fffff  com.apple.RawCamera.bundle (7.02 - 899) <EB92C4A8-6A1D-349A-8107-59B265512B2A> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff73365000 -     0x7fff73365fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <E559CE70-1A9A-3C5C-9FB7-C51FDF82F03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff7337e000 -     0x7fff73897feb  com.apple.vImage (8.1 - ???) <3992178B-0FF2-3B05-8830-6894BE8FD6D6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff73898000 -     0x7fff73a09ff3  libBLAS.dylib (1185.50.4) <4087FFE0-627E-3623-96B4-F0A9A1991E09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff73a0a000 -     0x7fff73a1effb  libBNNS.dylib (15) <254698C7-7D36-3FFF-864E-ADEEEE543076> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff73a1f000 -     0x7fff73e15fef  libLAPACK.dylib (1185.50.4) <C35FFB2F-A0E6-3903-8A3C-113A74BCBCA2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff73e16000 -     0x7fff73e2cfff  libLinearAlgebra.dylib (1185.50.4) <345CAACF-7263-36EF-B69B-793EA8B390AF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff73e2d000 -     0x7fff73e33fff  libQuadrature.dylib (3) <EF56C8E6-DE22-3C69-B543-A8648F335FDD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff73e34000 -     0x7fff73e48ff7  libSparseBLAS.dylib (1185.50.4) <67BA432E-FB59-3C78-A8BE-ED4274CBC359> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff73e49000 -     0x7fff73fd0fe7  libvDSP.dylib (600) <02EC87E3-EA41-36DF-8696-B84E7551168E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff73fd1000 -     0x7fff74083ffb  libvMisc.dylib (600) <1093AAB8-090A-3A6C-9E52-583B081079D2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff74084000 -     0x7fff74084fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <2F018865-ACDE-3115-8014-5D8A6A33EDA4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff74343000 -     0x7fff7511cffb  com.apple.AppKit (6.9 - 1504.82.104) <C295FF09-9984-34C3-953B-B263EF2107AB> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff7512e000 -     0x7fff7512efff  com.apple.ApplicationServices (48 - 48) <847E54B5-DEA4-3B50-93CE-4FC67789F179> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff7512f000 -     0x7fff7519dff7  com.apple.ApplicationServices.ATS (377 - 422.2) <012ACEE0-9A90-3998-8495-734E105117C0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff75237000 -     0x7fff75366ff7  libFontParser.dylib (194.11) <635DF6EF-18DF-3D06-90AA-88C509B43068> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff75367000 -     0x7fff753b1fff  libFontRegistry.dylib (196.4) <EA96AE47-3369-3DEA-BB82-98348ADBD85B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff7540e000 -     0x7fff75441fff  libTrueTypeScaler.dylib (194.11) <D951545E-3D83-3A3E-A3FE-22A23D485ACD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff754ad000 -     0x7fff75557ff7  com.apple.ColorSync (4.12.0 - 502.2) <ACA4001E-A0E3-33F6-9CD6-EEC2AA15E322> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff75558000 -     0x7fff755a8ff7  com.apple.HIServices (1.22 - 591) <D16A5699-F3A2-3AF5-93B1-9E2F487F1577> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff755a9000 -     0x7fff755b8ff3  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2CBE7F61-2056-3F96-99A1-0D527796AFA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff755b9000 -     0x7fff75606fff  com.apple.print.framework.PrintCore (12 - 491) <5027FD58-F0EE-33E4-8577-934CA06CD2AF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff75607000 -     0x7fff75642fff  com.apple.QD (3.12 - 313) <B339C41D-8CDF-3342-8414-F9717DCCADD4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff75643000 -     0x7fff7564eff7  com.apple.speech.synthesis.framework (6.3.3 - 6.3.3) <5808F070-8199-36C9-B3C9-F9B98D5AA359> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff7564f000 -     0x7fff7585bfff  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <6EEF498D-8233-3622-B34B-49FDD9D4DF14> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff7585c000 -     0x7fff7585cfff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <3D374973-8632-3F15-982C-E0508E6E5B1A> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff759c5000 -     0x7fff75d9fff7  com.apple.CFNetwork (811.4.18 - 811.4.18) <9CE329E8-6177-3474-976D-F5C63FC875CD> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff75dbe000 -     0x7fff760c7fff  com.apple.HIToolbox (2.1.1 - 857.8) <40254D9A-E477-3F33-B2A2-807D399BF71C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff760d2000 -     0x7fff76169ff3  com.apple.ink.framework (10.9 - 219) <1BD40B45-FD33-3177-A935-565EE5FC79D7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff7618a000 -     0x7fff76190ff7  com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <082895DC-3AC7-3DEF-ADCA-5B018C19C9D3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff76191000 -     0x7fff76270ffb  com.apple.cloudkit.CloudKit (651.14 - 651.14) <99B370B1-8D3A-3DEB-8E89-5911DDBF4670> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fff76271000 -     0x7fff76271fff  com.apple.Cocoa (6.11 - 22) <85EDFBE1-75F0-369E-8CA8-C6A639B98FA6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff763bb000 -     0x7fff76448fff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <184D9C49-248F-3374-944C-FD1A99A6B32E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff76449000 -     0x7fff7645cfff  com.apple.CoreBluetooth (1.0 - 1) <BCB78777-76F0-3CC1-8443-9E61AEF7EF63> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff7645d000 -     0x7fff76758fff  com.apple.CoreData (120 - 754.2) <2397A0D1-03FC-349C-865D-9F114DC86A63> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff76759000 -     0x7fff76805fff  com.apple.CoreDisplay (1.0 - 1) <461540AF-14C1-38F4-8F85-FD96BD51C856> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff76806000 -     0x7fff76c9fff7  com.apple.CoreFoundation (6.9 - 1349.65) <F79384D1-FA3F-38CA-A847-B2625EBB790E> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff76ca0000 -     0x7fff77322fff  com.apple.CoreGraphics (2.0 - 1070.22) <3C0EEAC8-2475-38BD-81DC-C1F7F6C8E82F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff77323000 -     0x7fff77566ffb  com.apple.CoreImage (12.4.0 - 451.4.9) <988872A1-9C33-3FD7-9BF9-881F13A30392> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff77567000 -     0x7fff775ccff7  com.apple.corelocation (2101.0.62) <A2C2DF22-8E30-371D-BC9B-9DCA2A70175B> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff776cb000 -     0x7fff776cbfff  com.apple.CoreServices (775.19 - 775.19) <8AA95E32-AB13-3792-B248-FA150D8E6583> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff776cc000 -     0x7fff7771dfff  com.apple.AE (712.5 - 712.5) <F0B36ABC-C0D4-370E-8257-11A7F351EC7F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff7771e000 -     0x7fff779f9ff7  com.apple.CoreServices.CarbonCore (1159.6 - 1159.6) <08AC074C-965B-3EDF-8E45-0707C8DE9EAD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff779fa000 -     0x7fff77a2dfff  com.apple.DictionaryServices (1.2 - 274) <D23866E2-F7C8-3984-A9D4-96552CCDE573> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff77a2e000 -     0x7fff77a36ff3  com.apple.CoreServices.FSEvents (1230.50.1 - 1230.50.1) <2AD1B0E5-7214-37C4-8D11-A27C9CAC0F74> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff77a37000 -     0x7fff77ba3ff7  com.apple.LaunchServices (775.19 - 775.19) <1CF81B5F-BA1A-3FC6-B4F9-E0A319AE94D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff77ba4000 -     0x7fff77c54ffb  com.apple.Metadata (10.7.0 - 1075.40) <F205A001-250D-3D9A-8375-0F7A834C46E6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff77c55000 -     0x7fff77cb4fff  com.apple.CoreServices.OSServices (775.19 - 775.19) <724312AC-5CE8-333C-BC35-BC5AB1583D9A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff77cb5000 -     0x7fff77d25fff  com.apple.SearchKit (1.4.0 - 1.4.0) <7A6DDA2B-03F1-3137-BA9E-1CC211973E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff77d26000 -     0x7fff77d6bff7  com.apple.coreservices.SharedFileList (38 - 38) <DA096678-93AB-3291-BDE2-482F1D544589> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff77df4000 -     0x7fff77f40ff3  com.apple.CoreText (352.0 - 544.12) <1ED17C4A-9E2D-3537-8C5F-FB675492A002> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff77f41000 -     0x7fff77f76ff3  com.apple.CoreVideo (1.8 - 235.3) <AC11D5FB-C77B-34F5-B942-F698E84C229F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff77f77000 -     0x7fff77fe8ffb  com.apple.framework.CoreWLAN (11.0 - 1200.31) <3A83EBE9-68C5-37DD-AD6F-AF4B37813480> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff780e6000 -     0x7fff780ebfff  com.apple.DiskArbitration (2.7 - 2.7) <A4DCD470-D8EA-37E9-BDCA-A2B469754C12> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff7827d000 -     0x7fff78623ff3  com.apple.Foundation (6.9 - 1349.64) <49C8DA40-9E5B-33F9-B092-F50115B59E95> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff7864f000 -     0x7fff78680ff7  com.apple.GSS (4.0 - 2.0) <6FADED0B-0425-3567-A75A-040C5A4638EB> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff78740000 -     0x7fff787e3ffb  com.apple.Bluetooth (5.0.4 - 5.0.4f18) <00D257AA-283D-3395-B9B0-FEB70764080B> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff787e4000 -     0x7fff78879fff  com.apple.framework.IOKit (2.0.2 - 1324.50.21) <BA7DC917-35A9-3D1B-BBEC-ADF4495A166D> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff7887a000 -     0x7fff78880ffb  com.apple.IOSurface (159.6 - 159.6) <661BFCC0-85AB-3343-853E-3797932871D4> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff788d3000 -     0x7fff78a32fe7  com.apple.ImageIO.framework (3.3.0 - 1599.7) <2BDE099C-94BA-390E-9CB5-6BE969532EB6> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff78a33000 -     0x7fff78a37fff  libGIF.dylib (1599.7) <B0D5A8F5-9DF3-33D7-B860-05C1CBF3C11E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff78a38000 -     0x7fff78b28ff7  libJP2.dylib (1599.7) <8AF4DA0A-7D10-3082-9523-FEA4F51E1568> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff78b29000 -     0x7fff78b4cffb  libJPEG.dylib (1599.7) <D6530D83-840B-360D-B444-C06FFF64DEEA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff78b4d000 -     0x7fff78b74ff7  libPng.dylib (1599.7) <EB2FC33D-A7CC-37C1-8A22-7D8069EB3FE8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff78b75000 -     0x7fff78b77ff3  libRadiance.dylib (1599.7) <FA599313-8434-3F68-B33B-A49B7B46B783> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff78b78000 -     0x7fff78bc6feb  libTIFF.dylib (1599.7) <1C2B6B4D-D77C-3F48-8D04-E5F4F2EAAECA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff7992d000 -     0x7fff79946ff7  com.apple.Kerberos (3.0 - 1) <B9D242EB-E325-3A21-9812-C77CBBFB0D51> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff7a125000 -     0x7fff7a180fff  com.apple.Metal (87.18 - 87.18) <5D8B1DD7-84A4-359F-ACC8-8BCFBD8B0699> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff7aa69000 -     0x7fff7aa71fff  com.apple.NetFS (6.0 - 4.0) <14A24D00-5673-330A-959D-87F72040DEFF> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff7ac48000 -     0x7fff7ac50ff7  libcldcpuengine.dylib (2.8.5) <6D10BDF1-8D39-347D-BB7C-6C25BA2336E3> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff7ac51000 -     0x7fff7ac9fff3  com.apple.opencl (2.8.6 - 2.8.6) <908C7F66-C3B7-349E-8649-1F3DAD0A7790> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff7aca0000 -     0x7fff7acb9ffb  com.apple.CFOpenDirectory (10.12 - 194) <2D856BB1-4865-3B54-A39A-CCBB25A4A935> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff7acba000 -     0x7fff7acc5ff7  com.apple.OpenDirectory (10.12 - 194) <D5977817-7507-3005-8DDC-AB059672BEA0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff7acc6000 -     0x7fff7acc8fff  libCVMSPluginSupport.dylib (14.0.16) <BFB83695-7593-392D-A9C2-A784CBE413BD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff7acc9000 -     0x7fff7acccff7  libCoreFSCache.dylib (156.3) <1B2EAF78-F6DA-38C1-A5E7-C9911C61F674> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff7accd000 -     0x7fff7acd1fff  libCoreVMClient.dylib (156.3) <9660B91D-0C39-385A-96CB-268345035995> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff7acd2000 -     0x7fff7acdbff7  libGFXShared.dylib (14.0.16) <BCE7AE7D-6953-3E00-84B5-6592B0398DD1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff7acdc000 -     0x7fff7ace7fff  libGL.dylib (14.0.16) <604077A8-D7E7-3E6F-984B-EB962CD776E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff7ace8000 -     0x7fff7ad24ff7  libGLImage.dylib (14.0.16) <1BD43691-4215-349C-8BD5-8A986195CB5E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff7ad25000 -     0x7fff7ae9bff3  libGLProgrammability.dylib (14.0.16) <658CA7D8-A521-3011-A056-4F19C3E42F8D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff7ae9c000 -     0x7fff7aeddff7  libGLU.dylib (14.0.16) <FDE9713F-2965-30C0-A399-B6FC1489FD05> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff7b845000 -     0x7fff7b853fff  com.apple.opengl (14.0.16 - 14.0.16) <2970D284-D6BD-3727-AA74-2697AE676952> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff7c3a5000 -     0x7fff7c5a5fff  com.apple.QuartzCore (1.11 - 453.38) <8B771CD0-F78A-30EA-AD88-F65960528A5B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff7cb0c000 -     0x7fff7ce0dfff  com.apple.security (7.0 - 57740.51.3) <E8E40839-4F2C-3954-9870-9F9BA185BC81> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff7ce0e000 -     0x7fff7ce83fff  com.apple.securityfoundation (6.0 - 55132.50.7) <2A013E36-EEB5-3E9A-AAA7-8E10EC49E75C> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff7ceae000 -     0x7fff7ceb1ffb  com.apple.xpc.ServiceManagement (1.0 - 1) <00B5C305-37B4-378A-BCAE-5EC441A889C8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff7d238000 -     0x7fff7d2a7ff7  com.apple.SystemConfiguration (1.14 - 1.14) <A4B97859-CB45-3910-9785-0CAF015B46BC> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff7fb24000 -     0x7fff7fb46ffb  com.apple.framework.Apple80211 (12.0 - 1200.46) <E1AA9360-14F2-30A3-9296-2ABA9E66CC10> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff7fb47000 -     0x7fff7fb56feb  com.apple.AppleFSCompression (88.50.3 - 1.0) <69E0C360-EF99-32E2-ADEE-10CD4CF8C605> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff7fc42000 -     0x7fff7fccd97f  com.apple.AppleJPEG (1.0 - 1) <B9E9570D-04A4-34E4-B756-D200043B25B8> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff7fd66000 -     0x7fff7fd6dff7  com.apple.AssetCacheServices (48.3 - 48.3) <C59F7295-36D8-3109-A910-C83D884CC92C> /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServices
    0x7fff80100000 -     0x7fff8017eff7  com.apple.backup.framework (1.8.5 - 1.8.5) <CC679891-E8F5-3166-8EB6-AEA06954A52D> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff80e09000 -     0x7fff80e30ff3  com.apple.ChunkingLibrary (173 - 173) <FC2165F9-FC93-39C0-8323-C2F43A5E00A3> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff80e31000 -     0x7fff80ebdff7  com.apple.CloudDocs (1.0 - 486.28) <82D3F6C6-C548-3B1C-BD2E-B9F25DC070BA> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fff81754000 -     0x7fff8175dffb  com.apple.CommonAuth (4.0 - 2.0) <216950CB-269F-3476-BA17-D6363AC49FBC> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff81ea5000 -     0x7fff81eb5fff  com.apple.CoreEmoji (1.0 - 40.3.3) <E9A28301-2D79-3A97-A046-028258A6ABE5> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff821f0000 -     0x7fff82220ff3  com.apple.CoreServicesInternal (276.2 - 276.2) <05EB7D45-DD4C-3A0F-AC63-A0C2A68E6481> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff824b1000 -     0x7fff82540ff7  com.apple.CoreSymbolication (62046) <0D271AFF-48D9-3842-A6D6-19725EF105FE> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff82541000 -     0x7fff82680fe7  com.apple.coreui (2.1 - 431.3) <2E8FEC10-FC5B-3782-92DA-A85C24B7BF7C> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff82681000 -     0x7fff82751ff3  com.apple.CoreUtils (5.1 - 510.31) <3FACAA4A-4251-369F-9B04-2AAD19B4414B> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff827a1000 -     0x7fff82806ff3  com.apple.framework.CoreWiFi (12.0 - 1200.31) <658A4197-7947-3851-A811-C4B3F7889544> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff82807000 -     0x7fff82815ff7  com.apple.CrashReporterSupport (10.12 - 823) <43BCC374-CB17-3331-95A0-227672E98003> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff82887000 -     0x7fff82891ffb  com.apple.framework.DFRFoundation (1.0 - 104.25) <A509BF55-7829-3633-A500-EF0B4E21F46B> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff82892000 -     0x7fff82896ff7  com.apple.DSExternalDisplay (3.1 - 380) <462A4475-18EA-3CED-A373-6EE6EB576B2C> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff828cc000 -     0x7fff82941ffb  com.apple.datadetectorscore (7.0 - 539.1) <7A0E99A6-51D1-329C-9075-B8988441022F> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff8297d000 -     0x7fff829bcfff  com.apple.DebugSymbols (137 - 137) <58A70B66-2628-3CFE-B103-2200D95FC5F7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff829bd000 -     0x7fff82acefff  com.apple.desktopservices (1.11.5 - 1.11.5) <5712EC1F-FD2B-3F88-9549-DE167A5FEDE4> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff82db4000 -     0x7fff831e5ff7  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <9391D5A3-738C-3136-9D07-518CB43DBADA> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff8453c000 -     0x7fff8453cfff  libmetal_timestamp.dylib (600.0.49.9) <E5EED927-1671-3390-BCBB-D76201D63C73> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
    0x7fff84549000 -     0x7fff84554ff3  libGPUSupportMercury.dylib (14.0.16) <883C2A10-C615-3727-9B35-1E0026EFFC2D> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff8480d000 -     0x7fff84829fff  com.apple.GenerationalStorage (2.0 - 267.1) <3DE1C580-D089-362D-8582-8DE68A3C5F13> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff84842000 -     0x7fff84ef4fff  com.apple.GeoServices (1.0 - 1228.24.9.30.34) <B482AFD6-8E27-3204-A5AA-FD73A1F32B32> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff84ef5000 -     0x7fff84f39fff  com.apple.GraphKit (1.0.5 - 30) <ADE4D10E-441B-3360-91BC-C8C9C9BE0CB5> /System/Library/PrivateFrameworks/GraphKit.framework/Versions/A/GraphKit
    0x7fff84f3a000 -     0x7fff84fb0ff3  com.apple.Heimdal (4.0 - 2.0) <8F9C9041-66D5-36C9-8A4C-1658035C311D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff855ca000 -     0x7fff855d1ffb  com.apple.IOAccelerator (311.11 - 311.11) <ECBE977E-490B-3528-BD17-4951B69BF8B1> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff855d3000 -     0x7fff855e7ff7  com.apple.IOPresentment (1.0 - 29.10) <E4439381-5E94-35C7-8EA7-24698D72B5C0> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff855e8000 -     0x7fff8560afff  com.apple.IconServices (74.4 - 74.4) <218DDD05-35F4-3833-B98D-471ED0EBC031> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff856f1000 -     0x7fff858a8fff  com.apple.LanguageModeling (1.0 - 123.2.5) <E7EDBA2B-8B97-3EC8-BDB1-232287E07581> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff859a4000 -     0x7fff85a66ff3  com.apple.MMCS (1.3 - 385.4) <1B60684B-BD2C-30F0-B1C9-544BFA0FE784> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
    0x7fff861c9000 -     0x7fff86242ff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <C323FC94-FFA5-3EE6-B2AC-7E61EA92F304> /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff863bc000 -     0x7fff863e4fff  com.apple.MultitouchSupport.framework (368.14 - 368.14) <930109A4-6949-377F-AD30-F9B542CBAE1C> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff86496000 -     0x7fff864a1fff  com.apple.NetAuth (6.2 - 6.2) <97F487D6-8089-31A8-B68C-6C1EAC6ED1B5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8652c000 -     0x7fff8654cffb  com.apple.network.statistics.framework (1.2 - 1) <9D2F40CD-9AD4-3193-B8FF-13BF826041F9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics
    0x7fff86d79000 -     0x7fff86dbaff3  com.apple.PerformanceAnalysis (1.148.3 - 148.3) <897B7147-43A7-337F-A496-354C9D696448> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff87467000 -     0x7fff874a1ff7  com.apple.ProtectedCloudStorage (1.0 - 1) <DDC042B2-0FC8-3329-8BFD-759BCABA3C95> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff874a2000 -     0x7fff874bcfff  com.apple.ProtocolBuffer (1 - 249.1) <478687E1-1EAA-363B-81F2-5C56303915E8> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff874d5000 -     0x7fff874f8ff3  com.apple.RemoteViewServices (2.0 - 124) <6B967FDA-6591-302C-BA0A-76C4856E584E> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff88250000 -     0x7fff882ddfff  com.apple.Sharing (696.2.67 - 696.2.67) <4AC2E3D3-786F-3C2A-A8B6-CDD48D9F45C0> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff882fe000 -     0x7fff88564ff3  com.apple.SkyLight (1.600.0 - 160.40) <BA7B7ACC-1B91-3E87-92EC-1C2969EF7088> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff88742000 -     0x7fff8874eff7  com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <684BD1EA-8268-331C-A5A9-080EB375C658> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff88e38000 -     0x7fff88eacfdf  com.apple.Symbolication (62048.1) <90D17992-D584-305E-AC93-B5ECDB58FF76> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff892ea000 -     0x7fff892f0ff7  com.apple.TCC (1.0 - 1) <911B534B-4AC7-34E4-935E-E42ECD008CBC> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff8937c000 -     0x7fff89442ff7  com.apple.TextureIO (2.8 - 2.8) <3D61E533-4156-3B21-B7ED-CB823E680DFC> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff894b6000 -     0x7fff894b7fff  com.apple.TrustEvaluationAgent (2.0 - 28.50.1) <EBE65DD5-1732-3747-8C6C-7BECEBF089A4> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff894b8000 -     0x7fff89648ff3  com.apple.UIFoundation (1.0 - 490.7) <2A3063FE-1790-3510-8A0E-AEC581D42B7E> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff8a6f9000 -     0x7fff8a6fbffb  com.apple.loginsupport (1.0 - 1) <F3140B97-12C3-35A7-9D3D-43DA2D13C113> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff8a750000 -     0x7fff8a76bff7  libCRFSuite.dylib (34) <F78B7F5F-0B4F-35C6-AA2F-84EE9CB22137> /usr/lib/libCRFSuite.dylib
    0x7fff8a76c000 -     0x7fff8a777fff  libChineseTokenizer.dylib (21) <0886E908-A825-36AF-B94B-2361FD8BC2A1> /usr/lib/libChineseTokenizer.dylib
    0x7fff8a809000 -     0x7fff8a80aff3  libDiagnosticMessagesClient.dylib (102) <84A04D24-0E60-3810-A8C0-90A65E2DF61A> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8a80b000 -     0x7fff8aa1efff  libFosl_dynamic.dylib (16.39) <E22A4243-D148-3C74-BA15-2D906A3D1F9E> /usr/lib/libFosl_dynamic.dylib
    0x7fff8aa42000 -     0x7fff8aa42fff  libOpenScriptingUtil.dylib (172) <90743888-C1E8-34E3-924E-1A754B2B63B9> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff8aa43000 -     0x7fff8aa47ffb  libScreenReader.dylib (477.40.6) <CBE6420C-EF60-3ACD-A0B6-7CBE936BA3B8> /usr/lib/libScreenReader.dylib
    0x7fff8aa48000 -     0x7fff8aa49ffb  libSystem.B.dylib (1238.51.1) <D9B20A4F-87BC-36CB-9405-80E105666725> /usr/lib/libSystem.B.dylib
    0x7fff8aab5000 -     0x7fff8aae0ff3  libarchive.2.dylib (41.50.2) <B4F507BC-B24E-3BE7-B658-94D798E2CD81> /usr/lib/libarchive.2.dylib
    0x7fff8aae1000 -     0x7fff8ab5dfc7  libate.dylib (1.12.13) <D0767875-D02E-3377-84D8-5F174C27BEA9> /usr/lib/libate.dylib
    0x7fff8ab61000 -     0x7fff8ab61ff3  libauto.dylib (187) <34388D0B-C539-3C1B-9408-2BC152162E43> /usr/lib/libauto.dylib
    0x7fff8ab62000 -     0x7fff8ab72ff3  libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
    0x7fff8ab73000 -     0x7fff8ab81ff7  libbz2.1.0.dylib (38) <25D9FACF-5583-348A-80A0-2B51DCE37680> /usr/lib/libbz2.1.0.dylib
    0x7fff8ab82000 -     0x7fff8abd8ff7  libc++.1.dylib (307.5) <0B43BB5D-E6EB-3464-8DE9-B41AC8ED9D1C> /usr/lib/libc++.1.dylib
    0x7fff8abd9000 -     0x7fff8ac03fff  libc++abi.dylib (307.3) <30199352-88BF-30BD-8CFF-2A4FBE247523> /usr/lib/libc++abi.dylib
    0x7fff8ac04000 -     0x7fff8ac14ffb  libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
    0x7fff8ac15000 -     0x7fff8ac2bfcf  libcompression.dylib (39) <F2726F95-F54E-3B21-BCB5-F7151DEFDC2F> /usr/lib/libcompression.dylib
    0x7fff8ac2c000 -     0x7fff8ac2cff7  libcoretls.dylib (121.50.4) <64B1001E-10F6-3542-A3B2-C4B49F51817F> /usr/lib/libcoretls.dylib
    0x7fff8ac2d000 -     0x7fff8ac2eff3  libcoretls_cfhelpers.dylib (121.50.4) <1A10303E-5EB0-3C7C-9165-021FCDFD934D> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff8ace8000 -     0x7fff8adcdff7  libcrypto.0.9.8.dylib (64.50.6) <C5A4B9E3-BA08-310E-BFAB-F6122274A03E> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8af6b000 -     0x7fff8afbeff7  libcups.2.dylib (450) <F7AC4FF1-9755-3CFF-8CE3-F4FFACC43BEC> /usr/lib/libcups.2.dylib
    0x7fff8b039000 -     0x7fff8b039fff  libenergytrace.dylib (15) <A1B040A2-7977-3097-9ADF-34FF181EB970> /usr/lib/libenergytrace.dylib
    0x7fff8b049000 -     0x7fff8b04eff7  libheimdal-asn1.dylib (498.50.8) <A40E3196-235E-34CE-AD9A-8D1AFC5DE004> /usr/lib/libheimdal-asn1.dylib
    0x7fff8b04f000 -     0x7fff8b141ff7  libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
    0x7fff8b142000 -     0x7fff8b367ffb  libicucore.A.dylib (57163.0.1) <325E1C97-1C45-3A7E-9AFB-D1328E31D879> /usr/lib/libicucore.A.dylib
    0x7fff8b36d000 -     0x7fff8b36efff  liblangid.dylib (126) <2085E7A7-9A34-3735-87F4-F174EF8EABF0> /usr/lib/liblangid.dylib
    0x7fff8b36f000 -     0x7fff8b388ffb  liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
    0x7fff8b389000 -     0x7fff8b39fff7  libmarisa.dylib (5) <9030D214-5D0F-30CB-AC03-902C63909362> /usr/lib/libmarisa.dylib
    0x7fff8b3a0000 -     0x7fff8b648ff7  libmecabra.dylib (744.8) <D429FCC9-42A4-38B3-8784-44024BC859EF> /usr/lib/libmecabra.dylib
    0x7fff8b67b000 -     0x7fff8b6f5ff3  libnetwork.dylib (856.50.56) <021B3FCF-6CFC-359D-845A-8A6AD7C54D73> /usr/lib/libnetwork.dylib
    0x7fff8b6f6000 -     0x7fff8bac8047  libobjc.A.dylib (709) <DC77AA6E-A4E4-326D-8D7F-82D63AA88F99> /usr/lib/libobjc.A.dylib
    0x7fff8bacb000 -     0x7fff8bacffff  libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib
    0x7fff8bad0000 -     0x7fff8bb01ff7  libpcap.A.dylib (67.50.2) <D4A7EFB6-15FE-3C9C-A47C-1CA3CB75D06C> /usr/lib/libpcap.A.dylib
    0x7fff8bb1c000 -     0x7fff8bb1dff3  libquit.dylib (231.3) <F7745999-F099-3A17-AC77-8313634A7507> /usr/lib/libquit.dylib
    0x7fff8bb1e000 -     0x7fff8bb3affb  libresolv.9.dylib (64) <A244AE4C-00B0-396C-98FF-97FE4DB3DA30> /usr/lib/libresolv.9.dylib
    0x7fff8bb8a000 -     0x7fff8bcd7ff7  libsqlite3.dylib (254.5) <6918660B-CAC9-390F-BED3-43760EC68F3C> /usr/lib/libsqlite3.dylib
    0x7fff8bd84000 -     0x7fff8bd85ff7  libsysmon.dylib (92.50.5) <1BE46B7C-F61D-37AB-943A-AA1472016271> /usr/lib/libsysmon.dylib
    0x7fff8bd86000 -     0x7fff8bd94ff3  libsystemstats.dylib (293.51.1) <7A31CD24-77AD-3CF7-944B-3ED6CA958AEC> /usr/lib/libsystemstats.dylib
    0x7fff8bdcc000 -     0x7fff8bdd9fff  libxar.1.dylib (357) <69547C64-E811-326F-BBED-490C6361BDCB> /usr/lib/libxar.1.dylib
    0x7fff8bdda000 -     0x7fff8bec9ffb  libxml2.2.dylib (30.15) <99A58C37-98A2-3430-942A-D6038C1A198C> /usr/lib/libxml2.2.dylib
    0x7fff8beca000 -     0x7fff8bef3fff  libxslt.1.dylib (15.9) <71FFCDFF-4AAF-394C-8452-92F301FB1A46> /usr/lib/libxslt.1.dylib
    0x7fff8bef4000 -     0x7fff8bf05ff3  libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
    0x7fff8bf14000 -     0x7fff8bf18ff7  libcache.dylib (79) <093A4DAB-8385-3D47-A350-E20CB7CCF7BF> /usr/lib/system/libcache.dylib
    0x7fff8bf19000 -     0x7fff8bf23fff  libcommonCrypto.dylib (60092.50.5) <BE8380C5-C09D-3F48-A502-AEBB58231067> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8bf24000 -     0x7fff8bf2bfff  libcompiler_rt.dylib (62) <55D47421-772A-32AB-B529-1A46C2F43B4D> /usr/lib/system/libcompiler_rt.dylib
    0x7fff8bf2c000 -     0x7fff8bf34fff  libcopyfile.dylib (138) <819BEA3C-DF11-3E3D-A1A1-5A51C5BF1961> /usr/lib/system/libcopyfile.dylib
    0x7fff8bf35000 -     0x7fff8bfb8fdf  libcorecrypto.dylib (442.50.19) <8A39EE06-121C-3731-A9E9-35847064B3EE> /usr/lib/system/libcorecrypto.dylib
    0x7fff8bfb9000 -     0x7fff8bfeafff  libdispatch.dylib (703.50.37) <D122E712-9593-31CA-BAC4-4A54410BF4A0> /usr/lib/system/libdispatch.dylib
    0x7fff8bfeb000 -     0x7fff8bff0ffb  libdyld.dylib (433.5) <129D3B44-FB21-3750-9A68-48B5C3DC632B> /usr/lib/system/libdyld.dylib
    0x7fff8bff1000 -     0x7fff8bff1ffb  libkeymgr.dylib (28) <7AA011A9-DC21-3488-BF73-3B5B14D1FDD6> /usr/lib/system/libkeymgr.dylib
    0x7fff8bff2000 -     0x7fff8bffeffb  libkxld.dylib (3789.51.2) <0BD544C8-A376-3F91-8426-564B4F7FE7E6> /usr/lib/system/libkxld.dylib
    0x7fff8bfff000 -     0x7fff8bffffff  liblaunch.dylib (972.50.27) <037D198D-9B02-3EF9-A8E9-6F43EA555A9E> /usr/lib/system/liblaunch.dylib
    0x7fff8c000000 -     0x7fff8c005ff3  libmacho.dylib (898) <17D5D855-F6C3-3B04-B680-E9BF02EF8AED> /usr/lib/system/libmacho.dylib
    0x7fff8c006000 -     0x7fff8c008ff3  libquarantine.dylib (85.50.1) <7B32EA91-AB8B-32A4-8E52-9D3ED46CAC8E> /usr/lib/system/libquarantine.dylib
    0x7fff8c009000 -     0x7fff8c00affb  libremovefile.dylib (45) <38D4CB9C-10CD-30D3-8B7B-A515EC75FE85> /usr/lib/system/libremovefile.dylib
    0x7fff8c00b000 -     0x7fff8c023ff7  libsystem_asl.dylib (349.50.5) <096E4228-3B7C-30A6-8B13-EC909A64499A> /usr/lib/system/libsystem_asl.dylib
    0x7fff8c024000 -     0x7fff8c024ff7  libsystem_blocks.dylib (67) <10DC5404-73AB-35B3-A277-A8AFECB476EB> /usr/lib/system/libsystem_blocks.dylib
    0x7fff8c025000 -     0x7fff8c0b2fef  libsystem_c.dylib (1158.50.2) <B03F8915-1E9B-3C84-AED5-68E2E0031630> /usr/lib/system/libsystem_c.dylib
    0x7fff8c0b3000 -     0x7fff8c0b6ffb  libsystem_configuration.dylib (888.51.2) <872C8A42-0871-3424-830B-84E587A75D27> /usr/lib/system/libsystem_configuration.dylib
    0x7fff8c0b7000 -     0x7fff8c0bafff  libsystem_coreservices.dylib (41.4) <FD0915E8-9C43-3FCB-94E0-33C45DF028CD> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff8c0bb000 -     0x7fff8c0d3fff  libsystem_coretls.dylib (121.50.4) <EC6FCF07-DCFB-3A03-9CC9-6DD3709974C6> /usr/lib/system/libsystem_coretls.dylib
    0x7fff8c0d4000 -     0x7fff8c0dafff  libsystem_dnssd.dylib (765.50.9) <FF02A197-7CEF-3684-8155-E5E225051E44> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8c0db000 -     0x7fff8c104ff7  libsystem_info.dylib (503.50.4) <611DB84C-BF70-3F92-8702-B9F28A900920> /usr/lib/system/libsystem_info.dylib
    0x7fff8c105000 -     0x7fff8c127ff7  libsystem_kernel.dylib (3789.51.2) <FC51D7B0-8292-3F6A-9231-64340B237EB7> /usr/lib/system/libsystem_kernel.dylib
    0x7fff8c128000 -     0x7fff8c16ffe7  libsystem_m.dylib (3121.6) <A790C9A5-DD24-32F5-8FD7-33BFCE79AC87> /usr/lib/system/libsystem_m.dylib
    0x7fff8c170000 -     0x7fff8c18eff7  libsystem_malloc.dylib (116.50.8) <48D1BBA3-914E-3C65-AF70-C33B4A1B5233> /usr/lib/system/libsystem_malloc.dylib
    0x7fff8c18f000 -     0x7fff8c1e8ffb  libsystem_network.dylib (856.50.56) <FDE14243-4328-3EFD-824C-C0D314D7B540> /usr/lib/system/libsystem_network.dylib
    0x7fff8c1e9000 -     0x7fff8c1f2ff3  libsystem_networkextension.dylib (563.50.32) <D5381DA9-529C-3588-BE16-A2245DE93423> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff8c1f3000 -     0x7fff8c1fcff3  libsystem_notify.dylib (165.20.1) <B8160190-A069-3B3A-BDF6-2AA408221FAE> /usr/lib/system/libsystem_notify.dylib
    0x7fff8c1fd000 -     0x7fff8c205fe7  libsystem_platform.dylib (126.50.8) <5940EAB7-84D6-34DC-9B38-111648B2B589> /usr/lib/system/libsystem_platform.dylib
    0x7fff8c206000 -     0x7fff8c210ff7  libsystem_pthread.dylib (218.51.1) <62A84A68-431D-3B54-A7B6-31367CCF2884> /usr/lib/system/libsystem_pthread.dylib
    0x7fff8c211000 -     0x7fff8c214ff7  libsystem_sandbox.dylib (592.50.47) <87A2327D-B7A1-3E4C-A85D-D3D9484003DB> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff8c215000 -     0x7fff8c216ff3  libsystem_secinit.dylib (24.50.4) <F78B847B-3565-3E4B-98A6-F7AD40392E2D> /usr/lib/system/libsystem_secinit.dylib
    0x7fff8c217000 -     0x7fff8c21effb  libsystem_symptoms.dylib (532.50.47) <9CF6A47C-8343-3E85-9C27-A8D98E726A8B> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff8c21f000 -     0x7fff8c232ff7  libsystem_trace.dylib (518.51.1) <E1D540D8-CC88-3901-92BA-FC4B802FE0E8> /usr/lib/system/libsystem_trace.dylib
    0x7fff8c233000 -     0x7fff8c238ffb  libunwind.dylib (35.3) <3D50D8A8-C460-334D-A519-2DA841102C6B> /usr/lib/system/libunwind.dylib
    0x7fff8c239000 -     0x7fff8c262ff7  libxpc.dylib (972.50.27) <ABC45890-DA23-3A4A-B50B-1384BD4CBBDF> /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: 2547
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=268.9M resident=0K(0%) swapped_out_or_unallocated=268.9M(100%)
Writable regions: Total=120.7M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=120.7M(100%)
                                VIRTUAL   REGION
REGION TYPE                        SIZE    COUNT (non-coalesced)
===========                     =======  =======
Accelerate framework               256K        2
Activity Tracing                   256K        2
CG backing stores                 2152K        4
CG image                            68K       11
CoreAnimation                     1540K       18
CoreUI image data                  916K        9
CoreUI image file                  184K        5
Foundation                           4K        2
Kernel Alloc Once                    8K        2
MALLOC                            87.4M       40
MALLOC guard page                   48K       10
Memory Tag 242                      12K        2
STACK GUARD                       56.0M       10
Stack                             12.1M       10
VM_ALLOCATE                        104K       15
__DATA                            24.1M      220
__GLSLBUILTINS                    2588K        2
__IMAGE                            528K        2
__LINKEDIT                       116.7M        9
__TEXT                           152.2M      220
__UNICODE                          556K        2
mapped file                       44.5M       15
shared memory                     16.3M       11
===========                     =======  =======
TOTAL                            518.4M      600

Model: MacBookPro13,2, BootROM MBP132.0226.B11, 2 processors, Intel Core i5, 2.4 GHz, 12 GB, SMC 2.37f20
Graphics: Intel HD Graphics 520, Intel HD Graphics 520, Built-In
Memory Module: BANK0/DIMM0, 4 GB, DDR3, 1600 MHz, SK Hynix, -
Memory Module: BANK0/DIMM1, 8 GB, DDR3, 1600 MHz, SK Hynix, HMT41GS6BFR8A-PB
Network Service: Ethernet, Ethernet, en0
Network Service: iPhone, Ethernet, en2
Serial ATA Device: HGST HTS545050A7E680, 500.11 GB
Serial ATA Device: SlimtypeDVD A  DA8A6SH
USB Device: USB 3.0 Bus
USB Device: Bluetooth Radio
USB Device: USB Camera
USB Device: USB2.0-CRW
USB Device: iPhone
Thunderbolt Bus:

BTW, you didn't respond to the AppleBacklight thread yet :p
 
Yeah! Works brigthness without kext...!
 
Back
Top