Closed rkinman closed 9 years ago
Same thing for me. Mavericks, 3.1.10 worked fine.
Hi! I had the same issue, but I found this post http://mithun.co/hacks/library-not-loaded-libcrypto-1-0-0-dylib-issue-in-mac/ and it worked to me. I tested it in two macs, both running osx yosemite
same problem. bypassed with brew install openssl sudo mkdir -p /opt/local/lib/ sudo ln -s /usr/local/Cellar/openssl/1.0.1j/lib/libcrypto.1.0.0.dylib /opt/local/lib/libcrypto.1.0.0.dylib
Thanks! same problem.
http://mithun.co/hacks/library-not-loaded-libcrypto-1-0-0-dylib-issue-in-mac/ worked
Same problem resolved differently (because my Terminal.app could not handle "brew" --). I found the file in: qBittorrent package/ contents/ frameworks/libcrypto.1.0.0.dylib Finder-copied it. Toggled my invisibility toggle Maneuvered to the normally invisible /opt/local/lib/ Pasted libcrypto.1.0.0.dylib in the lib folder (note: it replaced an alias -- WTH?) launched OK.
Casual users will have a problem until there is a non-clutzy gracefully compiled fix.
Our mac packager updated his packages. Can you tell me if that fixed your problems? Link to his dropbox folder: https://www.dropbox.com/sh/45qkagvurvxh3tp/UX0Ni-BVK3
I installed the qbittorrent-master (3.2.0 alpha) from the above Dropbox link, having NOT tried either of the other solutions, and it launched fine for me. Thanks!
3.2 alpha is working. Thank you for the update.
Can you try the v3.1.11? It is a recompiled version from the one I had uploaded in the official site. If you confirm that it works I'll upload it to the main site too.
I just tried loading up v3.1.11 and it crashed. On my machine, the current v3.1.11 on the dropbox link still doesn't work.
1: After installing 3.2, I replaced the 3.2 version with 3.1.11 and it crashed. 2: I then installed 3.2 in its place and it ran.
Can someone else confirm this?
sledgehammer999: I went to your dropbox link -- and the newest are 2 items 3-days-old. Any hints?
Those 2 are the updated items. I was busy and didn't update this thread immediately.
sledgehammer999 new copy from your 3-day-old release dmg crashed apparently the same way: "Fixed" by copying the file from the package to the opt/lib folder
Dyld Error Message: Library not loaded: /opt/local/lib/libcrypto.1.0.0.dylib Referenced from: /Applications/qbittorrent.app/Contents/Frameworks/libtorrent-rasterbar.7.dylib Reason: image not found
I had also tried the 3.1.11 version and it crashed.
ok thanks for the feedback. I'll tell it to the mac packager too.
The alpha version doesn't connect to any peers. I have a copy of 3.1.3 that I'm using for all downloads till you get 3.1.11 fixed. Works like a champ.
ok. just stay around to test new builds. I don't have access to mac hardware/software, so I need someone to build, package and test. Thank you.
Seems OpenSSL wasn't packaged with it Managed to fix it by installing brew and OpenSSL via Brew, then linking it in terminal, use these commands
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install openssl
brew link openssl --force
The -master release works fine for me after the others failed. Also, it downloads fine too for me, in response to the above posters issue.
Sledgehammer999: If you ever need a compiler for Yosemite 10.10, I am more than happy to. I have compiled many releases in the past for various software. Contact info on profile.
I made a brew formula for qBittorrent
if people want to use that. The 3.1.11 build is dead at the moment because it isn't great at finding the necessary boost libraries on the system, even after path patching. I'm considering trying a fuller path link to each required boost library and seeing if it'll take that, but as progress I've managed to get the current 3.20.x Alpha build working and fully functional. The link is here and installing it directly is just brew install https://raw.githubusercontent.com/DomT4/homebrew-crypto/master/Formula/qbittorrent.rb
.
It builds using dynamic links right now, but I'm pretty sure I can build a static .dmg
if desired. In some ways, building statically is actually easier than building dynamically, but obviously it's nicer to end users to not force them to essentially have two versions of the same library on the system if possible.
Should work on any 64-bit processor. Could possibly make it work on 32-bit if desired, but building all of the backend libraries 32-bit as well is a lengthy pain in the neck.
DomT4, thank you. I was having this same problem, and I think mine is self-inflicted (had MacPorts, then HomeBrew, on a machine that is quite old). The latest alpha build is now running on this machine, even though I have tried everything to hose myself, lol. Thanks again!
No worries, I'm glad it was useful to you. I'm still hopeful that I can get the current stable version to build dynamically, possibly using full explicit paths, which I want to test more locally, so if I do manage to get it to build dynamically locally I'll push a new commit to the formula which will show up under your brew update
command and then if desired you can either remain on the --HEAD
or move to stable. It'd be nice to get these things building dynamically consistently, since it means people don't have to have multiple copies of the same libraries on a system. Dynamic linking isn't convenient for everything, but this is one of the programs it should be for. The current Alpha changes up the configure process to make it a lot easier, which is why building the Alpha currently works where the stable doesn't.
same here mac osx 10.9.4 qbittorrent 3.1.11 (latest as of today)
the solution was (i had already homebrew installed and openssl also):
brew unlink openssl
brew link openssl --force
No need to install anything. Do these and the crash will go away:
sudo mkdir -p /opt/local/lib/
sudo ln -s /Applications/qbittorrent.app/Contents/Frameworks/libcrypto.1.0.0.dylib /opt/local/lib/libcrypto.1.0.0.dylib
Replace the /Applications/qbittorrent.app/
path with wherever you have the app copied of course.
This worked for me. Thanks, kutsal.
Fresh install, same thing occurred as above posters.
Dyld Error Message:
Library not loaded: /opt/local/lib/libcrypto.1.0.0.dylib
Referenced from: /Applications/qbittorrent.app/Contents/Frameworks/libtorrent-rasterbar.7.dylib
Reason: image not found
I'll try the workarounds and report back.
Edit: Can confirm @kutsal workaround works.
$ otool -L /Applications/qbittorrent.app/Contents/Frameworks/libtorrent-rasterbar.7.dylib
/Applications/qbittorrent.app/Contents/Frameworks/libtorrent-rasterbar.7.dylib:
@executable_path/../Frameworks/libtorrent-rasterbar.7.dylib (compatibility version 8.0.0, current version 8.0.0)
@executable_path/../Frameworks/libboost_system-mt.dylib (compatibility version 0.0.0, current version 0.0.0)
@executable_path/../Frameworks/libssl.1.0.0.dylib (compatibility version 1.0.0, current version 1.0.0)
/opt/local/lib/libcrypto.1.0.0.dylib (compatibility version 1.0.0, current version 1.0.0)
/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 120.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1213.0.0)
library path is wrong when linking libtorrent-rasterbar.7.dylib
. /opt/local/lib/libcrypto.1.0.0.dylib
should be @executable_path/../Frameworks/libcrypto.1.0.0.dylib
Hey, guys. The project is in need of a mac packager. Does any of you have the skills AND will to be a packager?
I'm trying to build the 3.1.11, but end up with a bunch of errors: http://pastebin.com/unsUf6N3 Building 3.2.0 works fine. Anyone can see what goes wrong?
@Bipsen are you building against libtorrent 1.0.x? v3.1.11 supports only 0.16.x.
Sorry for being very new to this, but how can I know?
@Bipsen how did you install libtorrent? Anyway, locate where libtorrent's headers are. Open libtorrent/version.hpp
and see what version is defined.
(and probably homebrew/macports indicates the version of the package if you downloaded it from them)
where can i get v3.2.0 ? I see latest tag is 3.1.11
/usr/local/Cellar/libtorrent-rasterbar/1.0.3/include/libtorrent/escape_string.hpp:85:22:
Nevermind I looked again at your error output. You indeed use libtorrent 1.0.3.
where can i get v3.2.0 ? I see latest tag is 3.1.11
v3.2.0 isn't released. It is currently being developed in git master. It will be the next stable release.
I have made two builds: the master (3.2.0) and the v3_1_x (3.1.11) They both seems to function and i can recreate the crash with the old build from start november, but it isn't there in this 3.1.11 build. I'm new to this so might have made some rookie mistake You can find them here: https://www.dropbox.com/sh/s0vuzkqde2wlld2/AADXbhlm1sWn1v1f_ZuYqn8Xa?dl=0 EDIT: Took them down, since they didnt't have the correct OpenSSL
Can anyone else test the v3.1.11 build and confirm that it works. If it does, I'll upload it to the official channels too.
@Bipsen did you also compile a newer openssl or did you use your system's openssl?
@sledgehammer999 I used Homebrew to handle that and as far as i can see it should be the newest: /usr/local/Cellar/openssl/1.0.1j_1/ If openssl i present in the above folder, that would be the one that it used right? EDIT: Would it be the macxconf.pri that decides? INCLUDEPATH += /usr/include/openssl /usr/include /usr/local/include/boost /usr/local/include LIBS += -L/usr/local/lib And the conclusion would therefore be that it is my system openssl that has been used?
Can you use otool -L
on the qbittorrent binary (v3.1.11) and then on libtorrent-rasterbar.7.dylib
?
It should show on which openssl it points.
The libtorrent-rasterbar.7.dylib returns: otool -L /qBittorrent-3_1_x/src/qbittorrent.app/Contents/Frameworks/libtorrent-rasterbar.7.dylib /qBittorrent-3_1_x/src/qbittorrent.app/Contents/Frameworks/libtorrent-rasterbar.7.dylib: @executable_path/../Frameworks/libtorrent-rasterbar.7.dylib (compatibility version 8.0.0, current version 8.0.0) @executable_path/../Frameworks/libboost_system-mt.dylib (compatibility version 0.0.0, current version 0.0.0) /usr/lib/libssl.0.9.8.dylib (compatibility version 0.9.8, current version 0.9.8) /usr/lib/libcrypto.0.9.8.dylib (compatibility version 0.9.8, current version 0.9.8) /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.5) /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 120.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1213.0.0)
/usr/lib/libssl.0.9.8.dylib (compatibility version 0.9.8, current version 0.9.8) /usr/lib/libcrypto.0.9.8.dylib (compatibility version 0.9.8, current version 0.9.8)
As you can see it links to the system's openssl which is of version 0.9.8.
And yes, macxconf.pri controls the paths passed to the compiler/linker.
v3.1.11 supports only 0.16.x.
Thanks, I didn't know this. Managed to get the 3.1.11 build running fine using Homebrew now.
Compiled a new one returning this one the binary:
@executable_path/../Frameworks/libssl.1.0.0.dylib (compatibility version 1.0.0, current version 1.0.0) @executable_path/../Frameworks/libcrypto.1.0.0.dylib (compatibility version 1.0.0, current version 1.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 157.0.0) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit (compatibility version 1.0.0, current version 275.0.0) /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.5) @executable_path/../Frameworks/libtorrent-rasterbar.7.dylib (compatibility version 8.0.0, current version 8.0.0) @executable_path/../Frameworks/libboost_system-mt.dylib (compatibility version 0.0.0, current version 0.0.0) @executable_path/../Frameworks/QtXml.framework/Versions/4/QtXml (compatibility version 4.8.0, current version 4.8.6) @executable_path/../Frameworks/QtCore.framework/Versions/4/QtCore (compatibility version 4.8.0, current version 4.8.6) @executable_path/../Frameworks/QtGui.framework/Versions/4/QtGui (compatibility version 4.8.0, current version 4.8.6) @executable_path/../Frameworks/QtNetwork.framework/Versions/4/QtNetwork (compatibility version 4.8.0, current version 4.8.6) /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 120.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1213.0.0) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 1151.16.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices (compatibility version 1.0.0, current version 62.0.0)
Unfortunatly libtorrent-rasterbar.7.dylib still returns:
@executable_path/../Frameworks/libtorrent-rasterbar.7.dylib (compatibility version 8.0.0, current version 8.0.0) @executable_path/../Frameworks/libboost_system-mt.dylib (compatibility version 0.0.0, current version 0.0.0) /usr/lib/libssl.0.9.8.dylib (compatibility version 0.9.8, current version 0.9.8) /usr/lib/libcrypto.0.9.8.dylib (compatibility version 0.9.8, current version 0.9.8) /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.5) /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 120.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1213.0.0)
@Bipsen let's continue in #2282 and not pollute this thread.
Here's an updated Homebrew formula for building qBittorrent
. Both 3.1.11 and the git 3.2.x work fine there now.
@ everyone There is a new dmg file by @DomT4 which we worked together to figure out the offending parts. Can you test it and verify that it works? ->http://builds.shiki.hu/temp/qbittorrent-v3.1.11_test.dmg
@sledgehammer999 confirmed working on 10.8.5. Thanks.
@sledgehammer999 This one works in yosemite 10.10.1 too. :)
Updated to latest version. Currently running Yosemite. Last version worked just fine.
Here is the crash report I get on open
Process: qbittorrent [401] Path: /Applications/qbittorrent.app/Contents/MacOS/qbittorrent Identifier: org.qbittorrent Version: ??? Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: qbittorrent [401] User ID: 501
Date/Time: 2014-10-27 14:14:50.376 -0400 OS Version: Mac OS X 10.10 (14A389) Report Version: 11 Anonymous UUID: 61746EC2-9EB3-2D0A-0D42-BF49B5747D5A
Time Awake Since Boot: 46 seconds
Crashed Thread: 0
Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x0000000000000002, 0x0000000000000000
Application Specific Information: dyld: launch, loading dependent libraries
Dyld Error Message: Library not loaded: /opt/local/lib/libcrypto.1.0.0.dylib Referenced from: /Applications/qbittorrent.app/Contents/Frameworks/libtorrent-rasterbar.7.dylib Reason: image not found
Binary Images: 0x7fff633b5000 - 0x7fff633eb837 dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld 0x7fff8052a000 - 0x7fff8052bffb libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib 0x7fff8052c000 - 0x7fff80535ff7 libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib 0x7fff80536000 - 0x7fff8058afff libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib 0x7fff80783000 - 0x7fff80a6affb com.apple.CoreServices.CarbonCore (1108.1 - 1108.1) <55A16172-ACC0-38B7-8409-3CB92AF33973> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff80a7e000 - 0x7fff80a7fff7 com.apple.print.framework.Print (10.0 - 265) <3BC4FE7F-78A0-3E57-8F4C-520E7EFD36FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff80a80000 - 0x7fff80a89ff3 com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff80ade000 - 0x7fff80bf6ffb com.apple.CoreText (352.0 - 454.1) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff80bf7000 - 0x7fff80c14fff libsystem_kernel.dylib (2782.1.97) <93E0E0A9-75B6-3904-BB4E-4BC7C05F4B6B> /usr/lib/system/libsystem_kernel.dylib
0x7fff80c1a000 - 0x7fff80e82ffb com.apple.security (7.0 - 57031.1.35) <96141D1F-614E-32C4-8AC2-F47481F23F43> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff80f22000 - 0x7fff80f24ff7 libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
0x7fff811a9000 - 0x7fff811f8ff7 com.apple.opencl (2.4.2 - 2.4.2) <6AE26E08-6EFC-3E1B-B202-EFA9C3E5B9D4> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff81567000 - 0x7fff81569ff7 libquarantine.dylib (76) /usr/lib/system/libquarantine.dylib
0x7fff8156a000 - 0x7fff8165cff7 libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
0x7fff8165d000 - 0x7fff81682ff7 libPng.dylib (1231) <2D5AC0EE-4056-3F76-97E7-BBD415F072B5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff816a0000 - 0x7fff81794ff7 libFontParser.dylib (134) <506126F8-FDCE-3DE1-9DCA-E07FE658B597> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff81827000 - 0x7fff8194efff com.apple.coreui (2.1 - 305) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff819d1000 - 0x7fff819faffb libxslt.1.dylib (13) /usr/lib/libxslt.1.dylib
0x7fff819fb000 - 0x7fff81a12ff7 libLinearAlgebra.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff81a1c000 - 0x7fff81a20ff7 com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff82496000 - 0x7fff824b2fff com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff824bb000 - 0x7fff824d5ff7 liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
0x7fff8254d000 - 0x7fff8256efff com.apple.framework.Apple80211 (10.0 - 1000.57.3) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff8256f000 - 0x7fff82575fff libsystem_trace.dylib (72.1.3) /usr/lib/system/libsystem_trace.dylib
0x7fff82576000 - 0x7fff8257ffff libsystem_pthread.dylib (105.1.4) <26B1897F-0CD3-30F3-B55A-37CB45062D73> /usr/lib/system/libsystem_pthread.dylib
0x7fff82580000 - 0x7fff825d1ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff82704000 - 0x7fff8271eff7 com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8271f000 - 0x7fff8272efff com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff82861000 - 0x7fff82861fff com.apple.Accelerate (1.10 - Accelerate 1.10) <227E2491-1DDB-336F-BF83-773CECEC66F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff82991000 - 0x7fff82991fff libOpenScriptingUtil.dylib (162) /usr/lib/libOpenScriptingUtil.dylib
0x7fff82aa2000 - 0x7fff82aa6fff libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
0x7fff82aa7000 - 0x7fff82aa9fff com.apple.loginsupport (1.0 - 1) <35A2A071-606C-39A5-8C11-E4CAF98D934C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff82aaa000 - 0x7fff82c8fff3 libicucore.A.dylib (531.30) /usr/lib/libicucore.A.dylib
0x7fff82c90000 - 0x7fff82c95ff7 libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
0x7fff82cd7000 - 0x7fff82cebff7 com.apple.MultitouchSupport.framework (260.30 - 260.30) <28728A7D-E048-3B14-9932-839A87D381FE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff82d84000 - 0x7fff82df8ff3 com.apple.securityfoundation (6.0 - 55126) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff82df9000 - 0x7fff82e1fff7 com.apple.ChunkingLibrary (2.1 - 163.1) <3514F2A4-38BD-3849-9286-B3B991057742> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff82e20000 - 0x7fff82e2bfff libGL.dylib (11.0.7) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff82e99000 - 0x7fff8307e267 libobjc.A.dylib (646) <3B60CD90-74A2-3A5D-9686-B0772159792A> /usr/lib/libobjc.A.dylib
0x7fff83148000 - 0x7fff8314efff com.apple.speech.recognition.framework (5.0.9 - 5.0.9) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff8314f000 - 0x7fff831bbfff com.apple.framework.CoreWLAN (5.0 - 500.35.2) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff83352000 - 0x7fff833acff7 com.apple.LanguageModeling (1.0 - 1) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff833ad000 - 0x7fff833b4ff7 libcompiler_rt.dylib (35) /usr/lib/system/libcompiler_rt.dylib
0x7fff833ea000 - 0x7fff833eefff libCoreVMClient.dylib (79) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff83475000 - 0x7fff83501fff libsystem_c.dylib (1044.1.2) /usr/lib/system/libsystem_c.dylib
0x7fff83502000 - 0x7fff83507ffb libheimdal-asn1.dylib (398.1.2) /usr/lib/libheimdal-asn1.dylib
0x7fff837cc000 - 0x7fff83849fff com.apple.CoreServices.OSServices (640.3 - 640.3) <28445162-08E9-3E24-84E4-617CE5FE1367> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff8384f000 - 0x7fff83861ff7 com.apple.ImageCapture (9.0 - 9.0) <7FB65DD4-56B5-35C4-862C-7A2DED991D1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff838f4000 - 0x7fff83965ff7 com.apple.framework.IOKit (2.0.2 - 1050.1.21) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff84d8d000 - 0x7fff84d8dff7 liblaunch.dylib (559.1.22) <8A988924-8BE7-35FE-BF7D-322E90EFE49E> /usr/lib/system/liblaunch.dylib
0x7fff84dbb000 - 0x7fff84dbdfff libRadiance.dylib (1231) <746E9989-E89C-3027-A418-5F99CE131C93> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff84dbe000 - 0x7fff84dbfff7 libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
0x7fff84dc8000 - 0x7fff84dd8ff7 libbsm.0.dylib (34) /usr/lib/libbsm.0.dylib
0x7fff84dd9000 - 0x7fff84df3ff7 libextension.dylib (55) <17514AB2-C503-3D49-A725-EBC1140567A6> /usr/lib/libextension.dylib
0x7fff8516c000 - 0x7fff851b5ff3 com.apple.HIServices (1.22 - 519) <59D78E07-C3F1-3272-88F1-876B836D5517> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff851b6000 - 0x7fff851c7ff7 libsystem_coretls.dylib (35.1.2) /usr/lib/system/libsystem_coretls.dylib
0x7fff851c8000 - 0x7fff851f8ffb com.apple.GSS (4.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff85203000 - 0x7fff85203fff com.apple.Carbon (154 - 157) <6E3AEB9D-7643-36BE-A7E5-D08886649257> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff85213000 - 0x7fff8523efff com.apple.DictionaryServices (1.2 - 229) <6789EC43-CADA-394D-8FE8-FC3A2DD136B9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff852aa000 - 0x7fff852f0ff7 libauto.dylib (186) /usr/lib/libauto.dylib
0x7fff852f4000 - 0x7fff852fcfff libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
0x7fff852fd000 - 0x7fff85693fff com.apple.CoreFoundation (6.9 - 1151.16) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff85694000 - 0x7fff85eebff3 com.apple.CoreGraphics (1.600.0 - 772) <6364CBE3-3635-3A53-B448-9D19EF9FEA96> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff85eec000 - 0x7fff85f05ff7 com.apple.CFOpenDirectory (10.10 - 187) <0ECA5D80-A045-3A2C-A60C-E1605F3AB6BD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff85fe8000 - 0x7fff86262fff com.apple.CoreData (110 - 526) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff864ad000 - 0x7fff865bcffb com.apple.desktopservices (1.9 - 1.9) <6EDAC73F-C42C-3FF7-B67D-FCCA1CFC5405> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff865bd000 - 0x7fff865caff7 libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
0x7fff86642000 - 0x7fff867f2ff7 com.apple.QuartzCore (1.10 - 361.11) <7382E4A9-10B0-3877-B9D7-FA84DC71BA55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff867f3000 - 0x7fff867f6fff com.apple.xpc.ServiceManagement (1.0 - 1) <7E9E6BB7-AEE7-3F59-BAC0-59EAF105D0C8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff86850000 - 0x7fff86875ff7 libJPEG.dylib (1231) <35F13BD9-AA92-3510-B5BB-420DA15AE7F2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff86876000 - 0x7fff868aeffb libsystem_network.dylib (411) /usr/lib/system/libsystem_network.dylib
0x7fff86d9c000 - 0x7fff86e5fff7 libvMisc.dylib (512) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff86e64000 - 0x7fff86e6eff7 com.apple.NetAuth (5.0 - 5.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff86e6f000 - 0x7fff86f11fff com.apple.Bluetooth (4.3.0 - 4.3.0f10) <70922125-2A01-37AE-9CB8-D8A9578092E4> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff86f12000 - 0x7fff86f20ff7 com.apple.opengl (11.0.7 - 11.0.7) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff870b9000 - 0x7fff870e3ff7 libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
0x7fff8717f000 - 0x7fff8719aff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fff8719b000 - 0x7fff8728dfff libxml2.2.dylib (26) /usr/lib/libxml2.2.dylib
0x7fff873a9000 - 0x7fff873c2fff com.apple.openscripting (1.4 - 162) <80DFF366-B950-3F79-903F-99DA0FFDB570> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff87621000 - 0x7fff8794fff7 com.apple.Foundation (6.9 - 1151.16) <18EDD673-A010-3E99-956E-DA594CE1FA80> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff87950000 - 0x7fff87951fff libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff87b2c000 - 0x7fff87b87fff libTIFF.dylib (1231) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff88962000 - 0x7fff8897cff3 com.apple.Ubiquity (1.3 - 313) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff88eac000 - 0x7fff88ed4fff libxpc.dylib (559.1.22) <9437C02E-A07B-38C8-91CB-299FAA63083D> /usr/lib/system/libxpc.dylib
0x7fff89136000 - 0x7fff8924dfe7 libvDSP.dylib (512) <52777555-F051-3BC2-A2D2-9645907E836D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff892b1000 - 0x7fff893a4ff7 libJP2.dylib (1231) <58849E48-9CD2-38A1-9D48-FCE630F473EB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff8950b000 - 0x7fff8951eff7 com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff89591000 - 0x7fff895befff com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff895bf000 - 0x7fff895d0ff7 libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
0x7fff8961a000 - 0x7fff89627ff7 libxar.1.dylib (254) /usr/lib/libxar.1.dylib
0x7fff89a0b000 - 0x7fff89a0efff com.apple.IOSurface (97 - 97) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff89a52000 - 0x7fff89ac6fff com.apple.ApplicationServices.ATS (360 - 375) <62828B40-231D-3F81-8067-1903143DCB6B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff89b3a000 - 0x7fff89b3efff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff89b4c000 - 0x7fff89b51ff7 libunwind.dylib (35.3) /usr/lib/system/libunwind.dylib
0x7fff8a1ba000 - 0x7fff8a232ff7 com.apple.SystemConfiguration (1.14 - 1.14) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff8a29a000 - 0x7fff8a339df7 com.apple.AppleJPEG (1.0 - 1) <9BB3D7DF-630A-3E1C-A124-12D6C4D0DE70> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff8a33f000 - 0x7fff8a34cfff com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) <87F0C88D-502D-3217-8B4A-8388288568BA> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff8a42d000 - 0x7fff8a473ffb libFontRegistry.dylib (134) <01B8034A-45FD-3360-A347-A1896F591363> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff8a47b000 - 0x7fff8a47dff7 libsystem_sandbox.dylib (358.1.1) /usr/lib/system/libsystem_sandbox.dylib
0x7fff8a47e000 - 0x7fff8a4ddff3 com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff8a63d000 - 0x7fff8a6d2ff7 com.apple.ColorSync (4.9.0 - 4.9.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff8a78f000 - 0x7fff8a7bffff libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
0x7fff8a7c0000 - 0x7fff8a7dcff7 libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
0x7fff8aacd000 - 0x7fff8ac0afff com.apple.ImageIO.framework (3.3.0 - 1038) <611BDFBA-4BAA-36A8-B7E0-3830F3375E53> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff8ac0b000 - 0x7fff8ac4bff7 libGLImage.dylib (11.0.7) <7CBCEB4B-D22F-3116-8B28-D1C22D28C69D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff8acd6000 - 0x7fff8acd6fff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8acd7000 - 0x7fff8acfffff libsystem_info.dylib (459) /usr/lib/system/libsystem_info.dylib
0x7fff8ad00000 - 0x7fff8ad0cff7 com.apple.OpenDirectory (10.10 - 187) <1D0066FC-1DEB-381B-B15C-4C009E0DF850> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff8ae65000 - 0x7fff8ae6afff com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff8af50000 - 0x7fff8af51fff libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
0x7fff8af52000 - 0x7fff8af5bfff libGFXShared.dylib (11.0.7) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff8b49f000 - 0x7fff8b4bffff com.apple.IconServices (47.1 - 47.1) /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff8b4c0000 - 0x7fff8b4c2ff7 com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff8b608000 - 0x7fff8ba5bfc7 com.apple.vImage (8.0 - 8.0) <33BE7B31-72DB-3364-B37E-C322A32748C5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff8bba2000 - 0x7fff8bfd2fff com.apple.vision.FaceCore (3.1.6 - 3.1.6) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff8bfd3000 - 0x7fff8bfd5fff libsystem_configuration.dylib (699.1.5) <9FBA1CE4-97D0-347E-A443-93ED94512E92> /usr/lib/system/libsystem_configuration.dylib
0x7fff8bfd8000 - 0x7fff8c11afff libsqlite3.dylib (168) <7B580EB9-9260-35FE-AE2F-276A2C242BAB> /usr/lib/libsqlite3.dylib
0x7fff8c1c7000 - 0x7fff8c1c7fff com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff8cc5f000 - 0x7fff8ccd5fe7 libcorecrypto.dylib (233.1.2) /usr/lib/system/libcorecrypto.dylib
0x7fff8ccd6000 - 0x7fff8ccecff7 libsystem_asl.dylib (267) /usr/lib/system/libsystem_asl.dylib
0x7fff8cced000 - 0x7fff8cd54ff7 com.apple.datadetectorscore (6.0 - 396.1) <5D348063-1528-3E2F-B587-9E82970506F9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff8cdc9000 - 0x7fff8d0fcfff libmecabra.dylib (666) <2CE5540A-D412-3D53-9E11-86C24D61713B> /usr/lib/libmecabra.dylib
0x7fff8d19b000 - 0x7fff8d49dfff com.apple.HIToolbox (2.1.1 - 756) <9DD121B5-B7EB-3C43-8155-61A4417F8E9A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff8d55a000 - 0x7fff8d5c8ffb com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff8d5c9000 - 0x7fff8d60afff libGLU.dylib (11.0.7) <8037342E-1ECD-385F-B4C3-545CE97B76AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff8d60b000 - 0x7fff8d646fff com.apple.QD (301 - 301) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff8d6ee000 - 0x7fff8d711fff com.apple.Sharing (328.3 - 328.3) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff8d712000 - 0x7fff8d713fff libSystem.B.dylib (1213) /usr/lib/libSystem.B.dylib
0x7fff8d729000 - 0x7fff8d72fff7 libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
0x7fff8d730000 - 0x7fff8d734ff7 libGIF.dylib (1231) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff8d743000 - 0x7fff8d74bfff libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib
0x7fff8d74c000 - 0x7fff8d754ffb com.apple.CoreServices.FSEvents (1210 - 1210) <782A9C69-7A45-31A7-8960-D08A36CBD0A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff8d755000 - 0x7fff8d758fff com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff8d787000 - 0x7fff8d78aff7 libdyld.dylib (353.2.1) <19FAF435-C165-3374-9DEF-D7BBA7D61DB6> /usr/lib/system/libdyld.dylib
0x7fff8d78b000 - 0x7fff8d7a5ff7 com.apple.AppleVPAFramework (1.0.30 - 1.0.30) /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
0x7fff8d7a6000 - 0x7fff8d7f3ff3 com.apple.print.framework.PrintCore (10.0 - 451) <3CA58254-D14F-3913-9DFB-CAC499570CC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff8d82e000 - 0x7fff8d82efff com.apple.audio.units.AudioUnit (1.12 - 1.12) <76EF1C9D-DEA4-3E55-A134-4099B2FD2CF2> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff8d8df000 - 0x7fff8d94efff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff8d9af000 - 0x7fff8dbb2ff3 com.apple.CFNetwork (720.0.9 - 720.0.9) <78EE1B88-394F-3BB8-93A6-E068990559EC> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff8dc48000 - 0x7fff8dcafff7 com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff8dd6d000 - 0x7fff8dd75ffb libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
0x7fff8dd76000 - 0x7fff8dda1fff libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
0x7fff8dda2000 - 0x7fff8dda3fff liblangid.dylib (117) /usr/lib/liblangid.dylib
0x7fff8ddc3000 - 0x7fff8ddcdff7 com.apple.CrashReporterSupport (10.10 - 629) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff8ddce000 - 0x7fff8dddffff libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
0x7fff8dded000 - 0x7fff8ddf1fff libsystem_stats.dylib (163.1.4) <1DB04436-5974-3F16-86CC-5FF5F390339C> /usr/lib/system/libsystem_stats.dylib
0x7fff8e936000 - 0x7fff8e93afff com.apple.CommonPanels (1.2.6 - 96) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff8e93b000 - 0x7fff8e9cffff com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff8e9d0000 - 0x7fff8e9dbff7 com.apple.speech.synthesis.framework (5.2.6 - 5.2.6) <9434AA45-B6BD-37F7-A866-172196A7F91B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff8e9ec000 - 0x7fff8eb7afff libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff8ebaa000 - 0x7fff8efb7ff7 libLAPACK.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff8efb8000 - 0x7fff8efb8fff com.apple.CoreServices (62 - 62) <9E4577CA-3FC3-300D-AB00-87ADBDDA2E37> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff8efb9000 - 0x7fff8efbbfff libCVMSPluginSupport.dylib (11.0.7) <29D775BB-A11D-3140-A478-2A0DA1A87420> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff8efbc000 - 0x7fff8efc7ff7 libkxld.dylib (2782.1.97) /usr/lib/system/libkxld.dylib
0x7fff8efc8000 - 0x7fff8f014ff7 libcups.2.dylib (408) <9CECCDE3-51D7-3028-830C-F58BD36E3317> /usr/lib/libcups.2.dylib
0x7fff8f018000 - 0x7fff8f0b6fff com.apple.Metadata (10.7.0 - 916) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff8f0cd000 - 0x7fff8f1eefff com.apple.LaunchServices (644.10 - 644.10) <0B1C68BC-0AEB-38E2-ABC8-E92728FEC475> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff8f1ef000 - 0x7fff8f1f6fff com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff8f53a000 - 0x7fff8f809ff3 com.apple.CoreImage (10.0.33) <6E3DDA29-718B-3BDB-BFAF-F8C201BF93A4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff8f80a000 - 0x7fff8f80aff7 libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
0x7fff8f81f000 - 0x7fff8f81fff7 libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
0x7fff8f89e000 - 0x7fff8fa09ff7 com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5C6DBEB4-F2EA-3262-B9FC-AFB89404C1DA> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff8feb1000 - 0x7fff8febcfff libcommonCrypto.dylib (60061) /usr/lib/system/libcommonCrypto.dylib
0x7fff8fedb000 - 0x7fff8ff06ff3 libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
0x7fff8ff07000 - 0x7fff8ff24ffb libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
Model: MacBookPro10,1, BootROM MBP101.00EE.B05, 4 processors, Intel Core i7, 2.7 GHz, 16 GB, SMC 2.3f36 Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 1024 MB Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x802C, 0x384B54463531323634485A2D314736453120 Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x802C, 0x384B54463531323634485A2D314736453120 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xEF), Broadcom BCM43xx 1.0 (7.15.124.12.8) Bluetooth: Version 4.3.0f10 14890, 3 services, 19 devices, 1 incoming serial ports Network Service: Wi-Fi, AirPort, en0 Serial ATA Device: APPLE SSD SD512E, 500.28 GB USB Device: Hub USB Device: FaceTime HD Camera (Built-in) USB Device: Hub USB Device: Hub USB Device: Apple Internal Keyboard / Trackpad USB Device: BRCM20702 Hub USB Device: Bluetooth USB Host Controller Thunderbolt Bus: MacBook Pro, Apple Inc., 23.4