zerodivisi0n / FinderMenu

Adding items to Finder's contextual menu
MIT License
84 stars 17 forks source link

Failure on MacOSX 10.9 #7

Closed RudyAramayo closed 11 years ago

RudyAramayo commented 11 years ago

I know its only developer preview 2 but it is failing on the injection command... not so much the injection methods... but the actual injection of a basic log statement is failing...

Ill try to find the time to discover why... together we can all get this resolved!

stackbear commented 11 years ago

There are two issues with the current version.

One is within mach_inject, check this out, it works for me: https://github.com/rentzsch/mach_inject/issues/5

The other is (surprise!) that Finder has changed. Fortunately they are only method signature changes so the fix is straightforward. I can't post the fix now though, for Apple's beta software NDA.

zerodivisi0n commented 11 years ago

Good job, stackbear!

I'm very pleased to hear that it will be easy to fix to work on 10.9. Thank you for your research, now waiting for the official release of 10.9.

stackbear commented 11 years ago

No problem. This is the least I can do. I really appreciate you put the whole thing together at the first place.

Hopefully I can check in the fix in a month or so.

roosevelt-junior commented 11 years ago

Hi @stackbear , would you be able to post the fix now that 10.9 is out ?

Dumping the headers of Finder 10.9, it seems that the signatures for overlay icons are the same except for some added functions that do tagging. Were you able to get overlay icons changed as well ?

stackbear commented 11 years ago

I would wish to. My day job is keeping me quite busy for the time being unfortunately.

zerodivisi0n commented 11 years ago

I added support for Mavericks. Now everything should work.

roosevelt-junior commented 11 years ago

@zerodivisi0n , I'm trying to get the overlay icons work on Mavericks. The old cold I was injecting no longer works. How do you systematically find out what function to intercept ? Have you had success with overlay icons on Mavericks ?

rcontractor commented 10 years ago

Finder crashing in 10.9. Not sure what is going on, but I have the mach_inject and finder updates for Mavericks. Any insight as to what the issue could be? Been looking into it for a few days already. Thanks.

Process: Finder [74937] Path: /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder Identifier: com.apple.finder Version: 10.9.4 (10.9.4) Build Info: Finder_FE-885004002000000~1 Code Type: X86-64 (Native) Parent Process: launchd [295] Responsible: Finder [74937] User ID: 503

Date/Time: 2014-09-25 12:33:06.645 -0500 OS Version: Mac OS X 10.9.4 (13E28) Report Version: 11 Anonymous UUID: BEC96EC5-C4EE-FB6E-8435-F174D30DC1AE

Sleep/Wake UUID: 119571B3-DD81-49D6-87E9-9D1DC2E02AC1

Crashed Thread: 6

Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: EXC_I386_GPFLT

External Modification Warnings: Thread creation by external task.

Thread 0:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff83f55a1a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff83f54d18 mach_msg + 64 2 com.apple.CoreFoundation 0x00007fff8d770f15 CFRunLoopServiceMachPort + 181 3 com.apple.CoreFoundation 0x00007fff8d770539 CFRunLoopRun + 1161 4 com.apple.CoreFoundation 0x00007fff8d76fe75 CFRunLoopRunSpecific + 309 5 com.apple.HIToolbox 0x00007fff85ec7a0d RunCurrentEventLoopInMode + 226 6 com.apple.HIToolbox 0x00007fff85ec77b7 ReceiveNextEventCommon + 479 7 com.apple.HIToolbox 0x00007fff85ec75bc _BlockUntilNextEventMatchingListInModeWithFilter + 65 8 com.apple.AppKit 0x00007fff86ef424e _DPSNextEvent + 1434 9 com.apple.AppKit 0x00007fff86ef389b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122 10 com.apple.AppKit 0x00007fff86ee799c -[NSApplication run] + 553 11 com.apple.AppKit 0x00007fff86ed2783 NSApplicationMain + 940 12 com.apple.finder 0x0000000104111730 0x10410b000 + 26416 13 libdyld.dylib 0x00007fff8c7465fd start + 1

Thread 1:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff83f5a662 kevent64 + 10 1 libdispatch.dylib 0x00007fff8eaaf421 _dispatch_mgr_invoke + 239 2 libdispatch.dylib 0x00007fff8eaaf136 _dispatch_mgr_thread + 52

Thread 2: 0 libsystem_kernel.dylib 0x00007fff83f59e6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff895c9f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff895ccfb9 start_wqthread + 13

Thread 3: 0 libsystem_kernel.dylib 0x00007fff83f59e6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff895c9f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff895ccfb9 start_wqthread + 13

Thread 4: 0 libsystem_kernel.dylib 0x00007fff83f59e6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff895c9f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff895ccfb9 start_wqthread + 13

Thread 5: 0 libsystem_kernel.dylib 0x00007fff83f55a1a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff83f54d18 mach_msg + 64 2 com.apple.CoreFoundation 0x00007fff8d770f15 CFRunLoopServiceMachPort + 181 3 com.apple.CoreFoundation 0x00007fff8d770539 CFRunLoopRun + 1161 4 com.apple.CoreFoundation 0x00007fff8d76fe75 CFRunLoopRunSpecific + 309 5 com.apple.AppKit 0x00007fff8709405e _NSEventThread + 144 6 libsystem_pthread.dylib 0x00007fff895c8899 _pthread_body + 138 7 libsystem_pthread.dylib 0x00007fff895c872a _pthread_start + 137 8 libsystem_pthread.dylib 0x00007fff895ccfc9 thread_start + 13

Thread 6 Crashed: 0 libsystem_c.dylib 0x00007fff8e6864a1 __xvprintf + 106

Thread 6 crashed with X86 Thread State (64-bit): rax: 0x00000001047a5824 rbx: 0x00007fff73a30002 rcx: 0x00007fff73a30940 rdx: 0x00007fff73a314a0 rdi: 0xffffffffffffffff rsi: 0x0000000000000000 rbp: 0x00000001047a5e04 rsp: 0x00000001047a5804 r8: 0x00000001047a9c1d r9: 0x00000001047a5ef4 r10: 0x0000000000000000 r11: 0x0000000000000246 r12: 0x000000000000000a r13: 0x0000000000000000 r14: 0xffffffffffffffff r15: 0x00007fff73a314a0 rip: 0x00007fff8e6864a1 rfl: 0x0000000000010202 cr2: 0x00000001047a4050

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

Binary Images: 0x10410b000 - 0x1045d9ff9 com.apple.finder (10.9.4 - 10.9.4) <1CEEB00A-B22D-34DA-ABDB-EC5419F308A4> /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder 0x104927000 - 0x10492efff com.apple.SyncedDefaults (1.3 - 91.30.1) <26F0AD10-86CC-31A4-899C-097269680E05> /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults 0x109c54000 - 0x109c54fec +cl_kernels (???) <1C6ACF25-B6FC-49C5-8E86-31FC9D280BE4> cl_kernels 0x109c5b000 - 0x109c5cfef +cl_kernels (???) <59E92038-BDA4-4148-B0A4-0F272FFF9607> cl_kernels 0x109c64000 - 0x109c65fee +cl_kernels (???) cl_kernels 0x109c67000 - 0x109d4dfef unorm8_bgra.dylib (2.3.58) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib 0x109e12000 - 0x109ef7fe7 unorm8_argb.dylib (2.3.58) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_argb.dylib 0x10b1c7000 - 0x10b1c7fe7 +cl_kernels (???) <9B0C847E-E0F5-4266-AB65-0DCCA6384BFB> cl_kernels 0x10b1d0000 - 0x10b1d1ffa +cl_kernels (???) <54498330-63C9-47E6-933C-BD1098650FB8> cl_kernels 0x10b1d7000 - 0x10b1d8ff9 +cl_kernels (???) cl_kernels 0x10b1dc000 - 0x10b1dcff6 +cl_kernels (???) cl_kernels 0x10b1e1000 - 0x10b1e2fe2 +cl_kernels (???) cl_kernels 0x10b20f000 - 0x10b210feb +cl_kernels (???) cl_kernels 0x10c1c3000 - 0x10c2a3ff7 unorm8_rgba.dylib (2.3.58) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib 0x10c473000 - 0x10c474ffa +cl_kernels (???) <7FB3EB99-D9E7-4636-B806-117A2CBA6B76> cl_kernels 0x10c479000 - 0x10c47afe6 +cl_kernels (???) <386E3B4F-F162-488B-8698-1BBBC732F0B5> cl_kernels 0x10c47c000 - 0x10c47cff3 +cl_kernels (???) cl_kernels 0x123400000000 - 0x123400435ff7 com.apple.driver.AppleIntelHD5000GraphicsGLDriver (8.28.30 - 8.2.8) <0D167AD0-89B0-346A-9BC8-6C02B54E5681> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver 0x123440000000 - 0x123440882ff7 com.apple.GeForceGLDriver (8.26.26 - 8.2.6) <5CF90B2D-22CB-360C-9B0B-DC15A4B9CE8B> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver 0x7fff6a9a7000 - 0x7fff6a9da817 dyld (239.4) <042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A> /usr/lib/dyld 0x7fff813f4000 - 0x7fff813f4fff com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff813f5000 - 0x7fff81656fff com.apple.imageKit (2.5 - 774) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x7fff81657000 - 0x7fff81658fff libsystem_sandbox.dylib (278.11.1) <0D0B13EA-6B7A-3AC8-BE60-B548543BEB77> /usr/lib/system/libsystem_sandbox.dylib 0x7fff81659000 - 0x7fff81670fff com.apple.PackageKit.PackageUIKit (3.0 - 332) <419D2A01-3A7A-3EB4-B4E5-55DEEB786572> /System/Library/PrivateFrameworks/PackageKit.framework/Frameworks/PackageUIKit.framework/Versions/A/PackageUIKit 0x7fff8168b000 - 0x7fff816d2fff libFontRegistry.dylib (127) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff816d3000 - 0x7fff816d3fff com.apple.Carbon (154 - 157) <14069023-0BBB-3925-9BA9-EB2C9E9B8C75> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff816d4000 - 0x7fff816ecff7 com.apple.openscripting (1.4 - 157) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff816ed000 - 0x7fff819d7fff com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff81a12000 - 0x7fff81afcfff libsqlite3.dylib (158) <447AA928-BCF7-3779-A7E5-210F264E0316> /usr/lib/libsqlite3.dylib 0x7fff81afd000 - 0x7fff81dd1fc7 com.apple.vImage (7.0 - 7.0) <1DDB8AB7-03D5-3D20-9D77-C69074C6FD26> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff81dd2000 - 0x7fff81e5aff7 com.apple.CorePDF (4.0 - 4) <5B7DEF8B-0C3C-3450-899C-71ED8820D523> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fff81e5b000 - 0x7fff821d2ff6 com.apple.JavaScriptCore (9537 - 9537.77.1) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff821d3000 - 0x7fff83026ffb com.apple.WebCore (9537 - 9537.77.4) <9C4E816A-0DAC-31B2-85C3-910164F3E741> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x7fff83027000 - 0x7fff83028ff7 com.apple.print.framework.Print (9.0 - 260) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff83029000 - 0x7fff8307afff com.apple.QuickLookFramework (5.0 - 622.7) <17685CEC-C94B-3F83-ADE1-B24840B35E44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fff8307b000 - 0x7fff8307fff7 libheimdal-asn1.dylib (323.92.1) /usr/lib/libheimdal-asn1.dylib 0x7fff83080000 - 0x7fff83082ff3 libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib 0x7fff830f5000 - 0x7fff83111fff com.apple.frameworks.preferencepanes (16.0 - 16.0) <68BCF160-F85E-3F71-BD4E-8661DACDBE69> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes 0x7fff83112000 - 0x7fff8335bff7 com.apple.AddressBook.framework (8.0 - 1371) <86409BC9-C2EB-3BBC-8F4D-43DCA2B23C5D> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook 0x7fff8335c000 - 0x7fff83c7c32b com.apple.CoreGraphics (1.600.0 - 599.25.10.1) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff83c7d000 - 0x7fff83c8bfff com.apple.CommerceCore (1.0 - 42) <398E733A-C4F6-3ECF-805C-A4887C16679E> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0x7fff83cdc000 - 0x7fff83f24ff7 com.apple.CoreData (107 - 481.3) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff83f44000 - 0x7fff83f60ff7 libsystem_kernel.dylib (2422.110.17) <873931CE-D1AF-3596-AADB-D2E63C9AB29F> /usr/lib/system/libsystem_kernel.dylib 0x7fff83f61000 - 0x7fff83f61ff7 libkeymgr.dylib (28) /usr/lib/system/libkeymgr.dylib 0x7fff8401c000 - 0x7fff84276ff9 com.apple.security (7.0 - 55471.14.8) /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff84277000 - 0x7fff843ddfff libGLProgrammability.dylib (9.6.1) <07700B99-8542-32D7-BB96-29472EFE75EF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x7fff843de000 - 0x7fff84424fff com.apple.DiskManagement (6.1 - 744.1) <3DD4CD10-4476-334C-8C4B-991A85AAC272> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement 0x7fff84425000 - 0x7fff84464fff libGLU.dylib (9.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff847fe000 - 0x7fff84808fff libcommonCrypto.dylib (60049) <79B8E80F-E596-3302-8243-EC479B9546CA> /usr/lib/system/libcommonCrypto.dylib 0x7fff84809000 - 0x7fff84845ff7 com.apple.ids (10.0 - 1000) <632F7192-0399-34C8-B6BB-463D2F4370E0> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS 0x7fff84846000 - 0x7fff84846ffd com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff84847000 - 0x7fff84926fff libcrypto.0.9.8.dylib (50) <09DCEDDF-2892-32B8-B689-CBE31A549F2B> /usr/lib/libcrypto.0.9.8.dylib 0x7fff8492c000 - 0x7fff84934ffc libGFXShared.dylib (9.6.1) <25BBF325-AC57-3BAA-9427-2D14CC243AE6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff84935000 - 0x7fff8495fff7 libsandbox.1.dylib (278.11.1) /usr/lib/libsandbox.1.dylib 0x7fff84960000 - 0x7fff84988ffb libRIP.A.dylib (599.25.10.1) <623091DF-5769-3326-90EB-44EFC8087660> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x7fff84989000 - 0x7fff84ab8fef com.apple.MediaControlSender (2.0 - 200.34.4) /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender 0x7fff84ab9000 - 0x7fff84ad4fff com.apple.DistributionKit (700 - 846) <13B5FB63-634A-342D-A508-FCC13A2236A5> /System/Library/PrivateFrameworks/Install.framework/Frameworks/DistributionKit.framework/Versions/A/DistributionKit 0x7fff84ad5000 - 0x7fff84addff7 com.apple.AppleSRP (5.0 - 1) /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x7fff84cd0000 - 0x7fff84cd8fff libsystem_dnssd.dylib (522.92.1) <17B03FFD-92C5-3282-9981-EBB28B456207> /usr/lib/system/libsystem_dnssd.dylib 0x7fff84cd9000 - 0x7fff84cf4ff7 libPng.dylib (1043) <23D2DAB7-C9A9-392F-989A-871E89E7751D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff84d2c000 - 0x7fff84d6dfff com.apple.PerformanceAnalysis (1.47 - 47) <5E045817-0C84-341A-9B33-74CF1324FA70> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff84d6e000 - 0x7fff84da7ff7 com.apple.QD (3.50 - 298) <5343278D-47B7-3AF2-9B4B-4B8B0F942CD1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff84da8000 - 0x7fff84e0bffb com.apple.SystemConfiguration (1.13.1 - 1.13.1) <2C8E1A73-5AD6-3A7D-8ED8-D6755555A993> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff84e0c000 - 0x7fff84e1cfff libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib 0x7fff84e2a000 - 0x7fff84fe2ffb libicucore.A.dylib (511.34) <616A65D6-3F20-3EAB-8CA8-273AD890261C> /usr/lib/libicucore.A.dylib 0x7fff84fe3000 - 0x7fff84feeff7 com.apple.DirectoryService.Framework (10.9 - 173.90.1) /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x7fff85035000 - 0x7fff85092fff com.apple.imfoundation (10.0 - 1000) <7DE171BB-F8AF-3E6B-84ED-235937DACE7E> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation 0x7fff85093000 - 0x7fff8509efff libkxld.dylib (2422.110.17) /usr/lib/system/libkxld.dylib 0x7fff8509f000 - 0x7fff851e0fff com.apple.QTKit (7.7.3 - 2826.19) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x7fff851e1000 - 0x7fff851e1ffd libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib 0x7fff851e2000 - 0x7fff85518fff com.apple.MediaToolbox (1.0 - 1273.54) /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff85519000 - 0x7fff85590fff com.apple.CoreServices.OSServices (600.4 - 600.4) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff85591000 - 0x7fff85597fff com.apple.AOSNotification (1.7.0 - 760.3) <307D35A7-C2CB-3024-BFE1-288A0198C003> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification 0x7fff85598000 - 0x7fff859cbffb com.apple.vision.FaceCore (3.0.0 - 3.0.0) <30FD8146-D6EB-3588-A7E5-ADC3110B3DCC> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff859df000 - 0x7fff85a24fff libcurl.4.dylib (78.94.1) <88F27F9B-052E-3375-938D-2603E90D8AD5> /usr/lib/libcurl.4.dylib 0x7fff85a9a000 - 0x7fff85ac7ff2 com.apple.frameworks.CoreDaemon (1.3 - 1.3) <9F8AC160-145F-3B35-954F-655AAEC05356> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon 0x7fff85ac8000 - 0x7fff85ad1ff3 libsystem_notify.dylib (121) <31F9FEF5-2897-328A-8441-B7BDFEDB10D4> /usr/lib/system/libsystem_notify.dylib 0x7fff85ad2000 - 0x7fff85bb9ff7 libxml2.2.dylib (26) /usr/lib/libxml2.2.dylib 0x7fff85bba000 - 0x7fff85bdeff7 libJPEG.dylib (1043) <25723F3F-48A6-3AC5-A7A3-58E418FEBF3F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff85bdf000 - 0x7fff85c06ff7 libsystem_network.dylib (241.3) /usr/lib/system/libsystem_network.dylib 0x7fff85c07000 - 0x7fff85c0bfff libpam.2.dylib (20) /usr/lib/libpam.2.dylib 0x7fff85c4e000 - 0x7fff85c50fff com.apple.marco (10.0 - 1000) /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco 0x7fff85c51000 - 0x7fff85cc4fff com.apple.securityfoundation (6.0 - 55122.3) <8575DF7A-EC79-3FCE-A737-7512363A5B12> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff85cc5000 - 0x7fff85cd2ff0 libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib 0x7fff85cd3000 - 0x7fff85d38ffb com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff85d39000 - 0x7fff85d3afff com.apple.AddressBook.ContactsData (8.0 - 1371) <917BFD6E-9489-36FE-BFFD-DA29B0183686> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsData 0x7fff85d3b000 - 0x7fff85d4bffb libsasl2.2.dylib (170) /usr/lib/libsasl2.2.dylib 0x7fff85d4c000 - 0x7fff85d51fff com.apple.DiskArbitration (2.6 - 2.6) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff85d52000 - 0x7fff85e82ff7 com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff85e83000 - 0x7fff85e8affb libcopyfile.dylib (103.92.1) /usr/lib/system/libcopyfile.dylib 0x7fff85e8c000 - 0x7fff85e98ff7 com.apple.OpenDirectory (10.9 - 173.90.1) <256C265B-7FA6-326D-9F60-18DADF5F3A0E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff85e99000 - 0x7fff86143ff5 com.apple.HIToolbox (2.1.1 - 698) <26FF0E2C-1CD7-311F-ACF0-84F3D5273AD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff86144000 - 0x7fff86232fff libJP2.dylib (1043) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff86233000 - 0x7fff863d3ff7 GLEngine (9.6.1) <28300FBD-E3B2-35D2-BB54-77DCE62FC371> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine 0x7fff86610000 - 0x7fff86612fff com.apple.Mangrove (1.0 - 1) /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 0x7fff86696000 - 0x7fff8669dff8 liblaunch.dylib (842.92.1) /usr/lib/system/liblaunch.dylib 0x7fff8669e000 - 0x7fff8672eff7 com.apple.Metadata (10.7.0 - 800.28) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff867e5000 - 0x7fff86809fff libxpc.dylib (300.90.2) /usr/lib/system/libxpc.dylib 0x7fff8680a000 - 0x7fff86836fff com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff86837000 - 0x7fff86863ff7 com.apple.framework.SystemAdministration (1.0 - 1.0) <6FD03EF6-32B6-397D-B9D7-D68E89A462F5> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration 0x7fff86864000 - 0x7fff86871ff7 libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib 0x7fff868a4000 - 0x7fff86911fff com.apple.SearchKit (1.4.0 - 1.4.0) <33298263-5B12-340D-BB9D-D52303849561> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff86ad1000 - 0x7fff86b1fff7 com.apple.opencl (2.3.59 - 2.3.59) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff86b20000 - 0x7fff86b29ffd com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff86b2b000 - 0x7fff86b50ff7 com.apple.ChunkingLibrary (2.0 - 155.1) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff86dfa000 - 0x7fff86e28ff7 com.apple.securityinterface (9.0 - 55047) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface 0x7fff86e29000 - 0x7fff86e38ff8 com.apple.LangAnalysis (1.7.0 - 1.7.0) <2777524A-E7EF-3B7B-B15D-F58CDEEFC736> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff86ec1000 - 0x7fff86ec5ff7 libcache.dylib (62) <8C1EFC4F-3F51-3DE9-A973-360B461F3D65> /usr/lib/system/libcache.dylib 0x7fff86ed0000 - 0x7fff87a46ff7 com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff87a47000 - 0x7fff87a82fff com.apple.bom (14.0 - 193.1) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x7fff87a9a000 - 0x7fff87b00fff com.apple.framework.CoreWiFi (2.0 - 200.21.1) <977C796D-E8D7-3378-A76A-2E71A65DF389> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff87b01000 - 0x7fff87b17fff com.apple.CoreMediaAuthoring (2.2 - 947) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x7fff87b18000 - 0x7fff87b49ff7 libtidy.A.dylib (15.12) /usr/lib/libtidy.A.dylib 0x7fff87b4a000 - 0x7fff87b4ffff libmacho.dylib (845) /usr/lib/system/libmacho.dylib 0x7fff87b50000 - 0x7fff87c14ff7 com.apple.backup.framework (1.5.4 - 1.5.4) <195DA868-47A5-37E6-8CF0-9BCF11846899> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff87c15000 - 0x7fff87c16fff com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff87c72000 - 0x7fff87c7fff4 com.apple.Librarian (1.2 - 1) <2F677B44-BCA3-313B-881E-EE322E865100> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian 0x7fff87d4d000 - 0x7fff87e83ffd com.apple.WebKit (9537 - 9537.77.4) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x7fff87e84000 - 0x7fff88020ff3 com.apple.QuartzCore (1.8 - 332.3) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff88021000 - 0x7fff8802dffb com.apple.AppleFSCompression (56.92.1 - 1.0) <066255FD-DBD1-3041-8DDA-7AFC41C9096D> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff88035000 - 0x7fff88064ff7 com.apple.CoreAVCHD (5.7.0 - 5700.4.3) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7fff88065000 - 0x7fff880befff libTIFF.dylib (1043) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff880bf000 - 0x7fff880bffff com.apple.AOSMigrate (1.0 - 1) <6909D700-6E8A-3BFD-9B5D-FA94C1150E6E> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate 0x7fff880c0000 - 0x7fff880effff com.apple.DebugSymbols (106 - 106) <9F66640E-277C-317E-A01E-A1E5B13E2592> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff880f0000 - 0x7fff880faff7 com.apple.AppSandbox (3.0 - 1) <9F27DC25-C566-3AEF-92D3-DCFE7836916D> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox 0x7fff880fb000 - 0x7fff88296ff8 com.apple.CFNetwork (673.3 - 673.3) <4375B7CB-34B6-3A26-99AC-2D2404AD9C9B> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff88297000 - 0x7fff882e8ff7 com.apple.audio.CoreAudio (4.2.1 - 4.2.1) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff88bad000 - 0x7fff88bafff7 libquarantine.dylib (71) <973BE51D-6465-392F-9099-D4AB21BF0D25> /usr/lib/system/libquarantine.dylib 0x7fff88bb0000 - 0x7fff88bb5ff7 libunwind.dylib (35.3) <95D4D118-3368-3474-989D-271DE18C8365> /usr/lib/system/libunwind.dylib 0x7fff88bb6000 - 0x7fff88c08ff7 com.apple.Suggestions (3.0 - 137.1) <163A32DE-1E1D-3EBB-9F20-CF64774CF5A6> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions 0x7fff88c09000 - 0x7fff88c3dfff libssl.0.9.8.dylib (50) /usr/lib/libssl.0.9.8.dylib 0x7fff88cb3000 - 0x7fff88cd8ff7 com.apple.CoreVideo (1.8 - 117.2) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff88cd9000 - 0x7fff88d03ff7 libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib 0x7fff88d04000 - 0x7fff88d3cff7 com.apple.RemoteViewServices (2.0 - 94) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff88d3d000 - 0x7fff88dd3ff7 com.apple.PackageKit (3.0 - 332) <70BE1C7F-0609-32D3-9FA3-3C2CCF7FE999> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit 0x7fff88dd4000 - 0x7fff88e96ff5 com.apple.CoreText (367.20 - 367.20) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff88e97000 - 0x7fff88e98fff liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib 0x7fff88e99000 - 0x7fff88eb0ff7 com.apple.CFOpenDirectory (10.9 - 173.90.1) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff88eb1000 - 0x7fff88eb3fff com.apple.SecCodeWrapper (3.0 - 1) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper 0x7fff88eb4000 - 0x7fff88ec7ff7 com.apple.AppContainer (3.0 - 1) /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer 0x7fff88f29000 - 0x7fff88f2bfff libCVMSPluginSupport.dylib (9.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff88f2c000 - 0x7fff88f79fff com.apple.AppleVAFramework (5.0.27 - 5.0.27) <608D91BD-9D88-3FAB-9A06-24C1DAEA092D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff88f7a000 - 0x7fff88f87fff com.apple.Sharing (132.2 - 132.2) <3DFB1133-8FD3-3B60-8E9C-0FE62AACFD7B> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff88f88000 - 0x7fff89025fff com.apple.imcore (10.0 - 1000) /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore 0x7fff8902c000 - 0x7fff8902efff com.apple.loginsupport (1.0 - 1) <4FBB283B-5BBD-3918-AC89-3A7286CFA145> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fff8902f000 - 0x7fff89032fff com.apple.help (1.3.3 - 46) <6D71C959-D421-372B-A160-5317B4921F4D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff89033000 - 0x7fff89082ff7 com.apple.framework.internetaccounts (2.1 - 210) /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts 0x7fff89083000 - 0x7fff89084ff7 libSystem.B.dylib (1197.1.1) /usr/lib/libSystem.B.dylib 0x7fff894a0000 - 0x7fff894a3ff7 com.apple.LoginUICore (3.0 - 3.0) <1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore 0x7fff894a4000 - 0x7fff895c6fff com.apple.avfoundation (2.0 - 651.12.1) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x7fff895c7000 - 0x7fff895ceff7 libsystem_pthread.dylib (53.1.4) <9DA50FD0-D9AC-3051-AD4B-BA0D745BC49C> /usr/lib/system/libsystem_pthread.dylib 0x7fff89632000 - 0x7fff896cdff7 com.apple.PDFKit (2.9.2 - 2.9.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x7fff896ce000 - 0x7fff896cfff7 libsystem_blocks.dylib (63) /usr/lib/system/libsystem_blocks.dylib 0x7fff896d0000 - 0x7fff896e4fff com.apple.aps.framework (4.0 - 4.0) <2D42DCDD-055E-3EE1-97F8-FC447B495D3E> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService 0x7fff896e5000 - 0x7fff89731ffe com.apple.CoreMediaIO (408.0 - 4570) <72371044-3FF2-3538-8EE1-C7C20F7C60A0> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff89732000 - 0x7fff89774ff7 libauto.dylib (185.5) /usr/lib/libauto.dylib 0x7fff89775000 - 0x7fff8977fff7 com.apple.CrashReporterSupport (10.9 - 539) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff89780000 - 0x7fff89864fff com.apple.coreui (2.1 - 231) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff89865000 - 0x7fff8986cff7 com.apple.phonenumbers (1.1.1 - 105) /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers 0x7fff89900000 - 0x7fff89ce1ffe libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff89ce2000 - 0x7fff89d49ff7 com.apple.CoreUtils (2.0 - 200.34.4) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x7fff8a290000 - 0x7fff8a297fff com.apple.NetFS (6.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff8a298000 - 0x7fff8a321fff com.apple.ColorSync (4.9.0 - 4.9.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff8a322000 - 0x7fff8a344fff com.apple.framework.familycontrols (4.1 - 410) <7964B5AE-F6C7-3E5C-A619-4EFE70D2D0C8> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x7fff8a386000 - 0x7fff8aad5fff libclh.dylib (4.0.3 - 4.0.3) <19932A17-7823-37F3-B2D9-FD5D40E54637> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib 0x7fff8aad6000 - 0x7fff8abdcff7 com.apple.ImageIO.framework (3.3.0 - 1043) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff8ac72000 - 0x7fff8aefbfff com.apple.CommerceKit (1.2.0 - 232.11) <976C534B-C0F3-3C01-AB3D-E81B2EE9ADB1> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/CommerceKit 0x7fff8af23000 - 0x7fff8af40ff7 com.apple.framework.Apple80211 (9.4 - 940.60) <043C7CFD-B57B-3F9D-B0FE-CA4B97C43968> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff8af41000 - 0x7fff8af86ff6 com.apple.HIServices (1.23 - 468) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff8af87000 - 0x7fff8b052fff libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff8b053000 - 0x7fff8b0defff libCoreStorage.dylib (380) /usr/lib/libCoreStorage.dylib 0x7fff8b0df000 - 0x7fff8b0fdfff com.apple.facetimeservices (10.0 - 1000) /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices 0x7fff8b10d000 - 0x7fff8b128ff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib 0x7fff8b129000 - 0x7fff8b12bfff com.apple.EFILogin (2.0 - 2) <84014F35-7E0E-3270-819A-48ECCADA687E> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x7fff8b12c000 - 0x7fff8b12eff7 com.apple.securityhi (9.0 - 55005) <446BE1A5-F65F-3ACB-8F33-A8EBFE0D0BD4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff8b12f000 - 0x7fff8b21efff libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff8b21f000 - 0x7fff8b2f0fff com.apple.QuickLookUIFramework (5.0 - 622.7) <13841701-34C2-353D-868D-3E08D020C90F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x7fff8b36f000 - 0x7fff8b3c7ff7 com.apple.Symbolication (1.4 - 129.0.2) <56F5E42C-4A23-3D0C-A830-616A03C16725> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff8b72f000 - 0x7fff8b757ffb libxslt.1.dylib (13) /usr/lib/libxslt.1.dylib 0x7fff8b758000 - 0x7fff8b781fff com.apple.DictionaryServices (1.2 - 208) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff8b7d9000 - 0x7fff8b7ebfff com.apple.ImageCapture (9.0 - 9.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff8b7ee000 - 0x7fff8b7effff libunc.dylib (28) /usr/lib/system/libunc.dylib 0x7fff8b7f0000 - 0x7fff8bac1ff4 com.apple.CoreImage (9.4.0) <2C636ECD-0F1A-357C-9EFF-0452476FDDF5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff8bac2000 - 0x7fff8baf2fff com.apple.IconServices (25 - 25.17) <36811973-8777-3211-863A-76B2C20B0ED0> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff8bb47000 - 0x7fff8bb4afff com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff8bb4b000 - 0x7fff8bb80ffc com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff8bb81000 - 0x7fff8bbceff2 com.apple.print.framework.PrintCore (9.0 - 428) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff8bbcf000 - 0x7fff8bbe8ff7 com.apple.Kerberos (3.0 - 1) <59427E11-37D6-34C9-95BB-D4438BFACA5B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff8bbe9000 - 0x7fff8bbe9fff com.apple.quartzframework (1.5 - 1.5) /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x7fff8bbea000 - 0x7fff8bbeeff7 com.apple.ServerInformation (2.1.1 - 1) <7FAF2B82-FE90-3398-98D8-0F84C6FE6A4A> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/ServerInformation 0x7fff8bbef000 - 0x7fff8bc0bfff libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib 0x7fff8bc0c000 - 0x7fff8bc8dfff com.apple.CoreSymbolication (3.0.1 - 141.0.5) <20E484C4-9F0E-3DF6-BB27-D509859FF57A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff8bc8e000 - 0x7fff8c0dcfef com.apple.VideoToolbox (1.0 - 1273.54) <4699BB55-7387-3981-9217-869215F00CA9> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff8c0dd000 - 0x7fff8c11bff7 libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff8c219000 - 0x7fff8c36dff3 com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff8c3dc000 - 0x7fff8c3e7fff libGL.dylib (9.6.1) <4B65BF9F-F34A-3CD1-94E8-DB26DAA0A59D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff8c3eb000 - 0x7fff8c434fff com.apple.CoreMedia (1.0 - 1273.54) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff8c435000 - 0x7fff8c464fd2 libsystem_m.dylib (3047.16) <9D96AACD-5870-3A5C-B849-7F9C0F6EBB09> /usr/lib/system/libsystem_m.dylib 0x7fff8c465000 - 0x7fff8c471fff com.apple.Collaboration (71 - 71) <11A04EB2-A762-3E46-90D7-06C8A29D2307> /System/Library/Frameworks/Collaboration.framework/Versions/A/Collaboration 0x7fff8c472000 - 0x7fff8c4c4fff libc++.1.dylib (120) <2CB96D10-1E3E-39B1-B90D-C56C3818321E> /usr/lib/libc++.1.dylib 0x7fff8c4c5000 - 0x7fff8c4cdfff libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib 0x7fff8c4ce000 - 0x7fff8c598fff com.apple.LaunchServices (572.28 - 572.28) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff8c5d4000 - 0x7fff8c742ff7 libBLAS.dylib (1094.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff8c743000 - 0x7fff8c746ff7 libdyld.dylib (239.4) /usr/lib/system/libdyld.dylib 0x7fff8c747000 - 0x7fff8c74affc com.apple.IOSurface (91.1 - 91.1) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff8c74b000 - 0x7fff8c7abfff com.apple.ISSupport (1.9.9 - 57) <87137CF3-FE6A-3345-A2EC-95D73A15CC3A> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport 0x7fff8c7ac000 - 0x7fff8c80bfff com.apple.framework.CoreWLAN (4.3.3 - 433.48) <1F17FA12-6E84-309D-9808-C536D445FA6E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff8c80c000 - 0x7fff8cbe3fef com.apple.CoreAUC (6.25.00 - 6.25.00) <2D7DC96C-BA83-3220-A03F-C790D50A23D8> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff8cc4f000 - 0x7fff8cc52fff libCoreVMClient.dylib (58.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff8cc53000 - 0x7fff8cc54ff7 libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff8cc80000 - 0x7fff8d1a3fff com.apple.QuartzComposer (5.1 - 319) <8B90921F-911B-3240-A1D5-3C084F3E6A36> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x7fff8d1ac000 - 0x7fff8d29dff9 libiconv.2.dylib (41) /usr/lib/libiconv.2.dylib 0x7fff8d29e000 - 0x7fff8d2c7fff GLRendererFloat (9.6.1) <23A2C705-F932-335D-B27B-565A30333460> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat 0x7fff8d2c8000 - 0x7fff8d2cbfff com.apple.AppleSystemInfo (3.0 - 3.0) <61FE171D-3D88-313F-A832-280AEC8F4AB7> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x7fff8d2cc000 - 0x7fff8d2d3fff libcompiler_rt.dylib (35) <2A890004-0A78-3E33-9AC5-A7D63BD4F879> /usr/lib/system/libcompiler_rt.dylib 0x7fff8d2d4000 - 0x7fff8d2ddfff com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff8d2de000 - 0x7fff8d53bffa com.apple.RawCamera.bundle (5.05 - 743) <362EA30F-3B5A-35C4-9455-339B0FDC89C6> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7fff8d53c000 - 0x7fff8d540fff com.apple.IOAccelerator (98.22 - 98.22) /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff8d541000 - 0x7fff8d552ff7 libz.1.dylib (53) <4C5FA1A5-4471-398E-9543-2E54D46E63E9> /usr/lib/libz.1.dylib 0x7fff8d553000 - 0x7fff8d56affa libAVFAudio.dylib (32.2) /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib 0x7fff8d56b000 - 0x7fff8d59aff9 com.apple.GSS (4.0 - 2.0) <44E914BE-B0D0-3E05-9451-CA9E539AFA52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff8d59b000 - 0x7fff8d5a6ff7 com.apple.NetAuth (5.0 - 5.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff8d5a7000 - 0x7fff8d5afff3 libCGCMS.A.dylib (599.25.10.1) <9A4FAAD7-1C16-33F8-A615-1DCAB0546E31> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib 0x7fff8d5b2000 - 0x7fff8d609fff com.apple.ViewBridge (1.0 - 46.2) <4AF3CB98-7691-39A2-8DC3-ABE5CC55CE7F> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge 0x7fff8d62e000 - 0x7fff8d6ffff1 com.apple.DiskImagesFramework (10.9 - 371.1) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff8d700000 - 0x7fff8d8e5fff com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff8d8e6000 - 0x7fff8d8eafff com.apple.CommonPanels (1.2.6 - 96) <5744A1F1-1FA5-35DD-B924-F8983E81FC76> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff8d8eb000 - 0x7fff8d957fff com.apple.framework.IOKit (2.0.1 - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff8d95b000 - 0x7fff8d974ff7 com.apple.Ubiquity (1.3 - 289) <664F5B33-708D-33E9-81E1-C45CBE9AAB6E> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity 0x7fff8d975000 - 0x7fff8d97dff7 com.apple.speech.recognition.framework (4.2.4 - 4.2.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff8d97e000 - 0x7fff8da09ff7 com.apple.SoftwareUpdate.framework (6 - 574.6) /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Versions/A/SoftwareUpdate 0x7fff8dac1000 - 0x7fff8ddbffff com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff8ddc0000 - 0x7fff8dde9ff7 libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib 0x7fff8de36000 - 0x7fff8de39ffa libCGXType.A.dylib (599.25.10.1) <9E609F91-BD17-3C51-A877-C80E7183A867> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x7fff8de3a000 - 0x7fff8de95ffb com.apple.AE (665.5 - 665.5) <3558CC9A-FD30-3DAD-AB40-FE6828E76FE1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff8de9d000 - 0x7fff8deaeff7 libsystem_asl.dylib (217.1.4) /usr/lib/system/libsystem_asl.dylib 0x7fff8dedc000 - 0x7fff8dedefff libRadiance.dylib (1043) <9813995C-DEAA-3992-8DF8-320E4E4E288B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff8dedf000 - 0x7fff8dee8fff com.apple.DisplayServicesFW (2.8 - 360.8.14) /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x7fff8def6000 - 0x7fff8defaff7 libsystem_stats.dylib (93.90.3) <337946FC-B2E1-3DFA-A8B5-30DA8D584D75> /usr/lib/system/libsystem_stats.dylib 0x7fff8defb000 - 0x7fff8df0dff7 com.apple.MultitouchSupport.framework (245.13 - 245.13) /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff8df0e000 - 0x7fff8df0efff com.apple.Accelerate (1.9 - Accelerate 1.9) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff8df0f000 - 0x7fff8df9bff7 com.apple.ink.framework (10.9 - 207) <96A56EAC-B4AC-3C9A-8C40-64E6196753CC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff8dffb000 - 0x7fff8dffbfff com.apple.Cocoa (6.8 - 20) <1482E95B-0C26-38AF-9A44-50ADE6C0876C> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff8dffc000 - 0x7fff8e002fff com.apple.AddressBook.ContactsFoundation (8.0 - 1371) <59351927-BCFF-3B94-AD1B-4C3DE6A8FD73> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation 0x7fff8e005000 - 0x7fff8e069fff com.apple.datadetectorscore (5.0 - 354.5) <0AE9749A-6BFC-3032-B802-210DF59AEDB0> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff8e06a000 - 0x7fff8e07cfff com.apple.login (3.0 - 3.0) <8342C3B7-8363-36BE-B5B6-CD81166AEC24> /System/Library/PrivateFrameworks/login.framework/Versions/A/login 0x7fff8e07d000 - 0x7fff8e07dfff com.apple.CoreServices (59 - 59) <67A369BA-2326-383F-995B-853DAD7BFF43> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff8e07e000 - 0x7fff8e12eff7 libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff8e12f000 - 0x7fff8e176ff7 libcups.2.dylib (372.4) <36EA4350-43B4-3A5C-9904-10685BFDA7D4> /usr/lib/libcups.2.dylib 0x7fff8e177000 - 0x7fff8e324f27 libobjc.A.dylib (551.1) /usr/lib/libobjc.A.dylib 0x7fff8e325000 - 0x7fff8e336fff com.apple.idsfoundation (10.0 - 1000) /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation 0x7fff8e337000 - 0x7fff8e35effb libsystem_info.dylib (449.1.3) <395D8CD6-616A-3BD3-A195-C6D68EB9AB22> /usr/lib/system/libsystem_info.dylib 0x7fff8e35f000 - 0x7fff8e3adfff libcorecrypto.dylib (161.1) /usr/lib/system/libcorecrypto.dylib 0x7fff8e3ae000 - 0x7fff8e41dff1 com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff8e4c8000 - 0x7fff8e51bfff com.apple.ScalableUserInterface (1.0 - 1) <19D73C6D-CA0A-3230-9644-7F01364137ED> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface 0x7fff8e51c000 - 0x7fff8e5d4ff7 com.apple.DiscRecording (8.0 - 8000.4.6) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff8e5d5000 - 0x7fff8e5d7ffb libutil.dylib (34) /usr/lib/libutil.dylib 0x7fff8e5d8000 - 0x7fff8e5dcff7 libGIF.dylib (1043) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff8e5e7000 - 0x7fff8e618fff com.apple.MediaKit (15 - 709) <4AC5B9D8-7204-3CF2-AB58-69EFCDD964FC> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff8e619000 - 0x7fff8e6a2ff7 libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib 0x7fff8e6bc000 - 0x7fff8e6beff7 com.apple.diagnosticlogcollection (10.0 - 1000) <91AB5132-38E3-3976-8B54-D2E9A079D955> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/DiagnosticLogCollection 0x7fff8e6bf000 - 0x7fff8e6c8ff7 libcldcpuengine.dylib (2.3.58) <4E8AFDB8-607F-348D-BAEA-DA9ACF44AEAA> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib 0x7fff8e70a000 - 0x7fff8e70afff com.apple.ApplicationServices (48 - 48) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff8e70b000 - 0x7fff8e72ffff com.apple.quartzfilters (1.8.0 - 1.7.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters 0x7fff8ea31000 - 0x7fff8ea32ffb libremovefile.dylib (33) <26266E3F-FDDC-3CFC-B27F-78B49BDC9BDC> /usr/lib/system/libremovefile.dylib 0x7fff8ea3d000 - 0x7fff8ea88fff com.apple.ImageCaptureCore (5.0 - 5.0) <605A78DB-E529-3E36-9667-A7E9973198B6> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x7fff8eaac000 - 0x7fff8eac6fff libdispatch.dylib (339.92.1) /usr/lib/system/libdispatch.dylib 0x7fff8eac7000 - 0x7fff8ed58ff7 com.apple.AOSKit (1.06 - 176) /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit 0x7fff8ef70000 - 0x7fff8ef76ff7 libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib 0x7fff8ef77000 - 0x7fff8ef78ff7 libodfde.dylib (20) <71C1001F-044F-3C0F-BA95-EAC080176A16> /usr/lib/libodfde.dylib 0x7fff8ef79000 - 0x7fff8ef7fff7 com.apple.XPCService (2.0 - 1) <7545EF91-BB7B-3DF3-BF87-F55309DA5838> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService 0x7fff8f051000 - 0x7fff8f05bff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <9556885C-22DD-3392-ACCB-2B413434D8D3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff8f05c000 - 0x7fff8f074ff7 com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff8f089000 - 0x7fff8f093ff7 libcsfde.dylib (380) /usr/lib/libcsfde.dylib 0x7fff8f094000 - 0x7fff8f0afff7 libsystem_malloc.dylib (23.10.1) /usr/lib/system/libsystem_malloc.dylib 0x7fff8f0b0000 - 0x7fff8f0befff com.apple.opengl (9.6.1 - 9.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff8f0bf000 - 0x7fff8f0c4ff7 com.apple.MediaAccessibility (1.0 - 43) /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility 0x7fff8f0c5000 - 0x7fff8f0d0fff libGPUSupportMercury.dylib (9.6.1) /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib

External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 4 thread_create: 2 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: 112248 thread_create: 128 thread_set_state: 8323

VM Region Summary: ReadOnly portion of Libraries: Total=254.2M resident=128.3M(50%) swapped_out_or_unallocated=125.9M(50%) Writable regions: Total=257.4M written=17.2M(7%) resident=88.2M(34%) swapped_out=8K(0%) unallocated=169.3M(66%)

REGION TYPE VIRTUAL =========== ======= CG backing stores 11.6M CG image 9.9M CG raster data 224K CG shared images 244K CoreAnimation 10.3M CoreImage 48K CoreServices 1556K Foundation 4K IOKit 43.7M IOKit (reserved) 4K reserved VM address space (unallocated) Kernel Alloc Once 8K MALLOC 160.7M MALLOC (admin) 32K Memory Tag 240 4K Memory Tag 241 116K Memory Tag 242 12K Memory Tag 250 236K Memory Tag 251 8K OpenCL 128K OpenGL GLSL 1664K STACK GUARD 56.0M Stack 10.1M VM_ALLOCATE 16.7M DATA 50.4M IMAGE 528K LINKEDIT 68.5M TEXT 185.8M __UNICODE 544K mapped file 61.9M shared memory 68K =========== ======= TOTAL 690.8M TOTAL, minus reserved VM space 690.8M