Deploying extension and updates

Hi!
Hoping to get some tips on how to properly handle this scenario:
I'm developing a solution that consists of two plugins and several CSXS Extensions for Adobe InDesign CS5-CS55-CS6.
I need to be able to control the installation and future update pushes for every mac that uses my solution.
I could do it in the plugin C++ code (downloading and updating each component separately) but I want to know if there is a way to do it via the Extension Manager.
How much flexibility can it offer?
Can I push updates only to certain installations or users?
Any hint would be greatly appreciated.

They're listed by Apple - & downloaded from the developer's website
Extensions can modify the appearance and behavior of Safari, and access your private information at websites. Apple is providing links to these extensions as a courtesy, and makes no representations regarding the extensions or any information related thereto. When you download and install an extension, the file is delivered by the developer, not by Apple. Some of the extensions listed here may require payment to the developer for use of the extension; this transaction is between the user and the developer. Any questions, complaints, claims, or support requests regarding an extension must be directed to the appropriate software developer.

Similar Messages

  • SCCM Patch Deployment Severity and Update Classifications

    SCCM 2012 SP1
    I'm a little confused by MSFT terminology
    http://support.microsoft.com/kb/824684/en-us versus terminology used in setting up an automatic deployment.  Let's use Lync 2010 as an example.  I wish to deploy Lync 2010 updates outside of our regular patching via SCCM as I don't have Update
    Classification None set so I don't capture a whole bunch on non-essential patches.
    When I look at current Lync client update:
    http://support.microsoft.com/kb/2815347  I don't see the classification MSFT used on their terminology page so not 100% know how to target it.  It indicates its an UPDATE package but I don't see a SEVERITY level assigned.  So if I use the
    following search criteria would this work?
    Date released:  Last 3 months
    Product:  Microsoft Lync 2010
    Severity: None
    Update Classification:  Updates

    SCCM 2012 SP1
    I'm a little confused by MSFT terminology
    http://support.microsoft.com/kb/824684/en-us versus terminology used in setting up an automatic deployment.  Let's use Lync 2010 as an example.  I wish to deploy Lync 2010 updates outside of our regular patching via SCCM as I don't have Update
    Classification None set so I don't capture a whole bunch on non-essential patches.
    When I look at current Lync client update:
    http://support.microsoft.com/kb/2815347  I don't see the classification MSFT used on their terminology page so not 100% know how to target it.  It indicates its an UPDATE package but I don't see a SEVERITY level assigned.  So if I use the
    following search criteria would this work?
    Date released:  Last 3 months
    Product:  Microsoft Lync 2010
    Severity: None
    Update Classification:  Updates
    I would just remove the Classification and try it that way. I did
    Date released: Last 3 months
    Product: Microsoft Lync 2010
    then just match up the KB article

  • I updated Firefox and the extensions and keep getting "restart firefox for changes to take effect." Even after restarting, none of the add-ons actually update and do not appear, for instance, noscript. Please help!

    There are a bunch of add-ons that recently were updated, including noscript, adblock, etc. These add-ons were updated successfully and say in the add-on window they will be installed the next time Firefox restarts. There's also a bar that says "restart firefox now" and even when clicking restart firefox, none of the updates seem to load. I had to manually download the noscript the last time to get it to work but alas with the latest update, again, same problems. i tried disabling other plugins with no impact either. Anyone else having a similar problem and does anyone know how to get this resolved?

    Delete the files extensions.* (extensions.rdf, extensions.cache, extensions.ini, extensions.sqlite) and compatibility.ini in the Firefox [[Profiles|profile folder]] to reset the extensions registry. New files will be created when required.
    See "Corrupt extension files": http://kb.mozillazine.org/Unable_to_install_themes_or_extensions
    If you see disabled, not compatible, extensions in "Tools > Add-ons > Extensions" then click the "Find Updates" button (in Firefox 4: right-click the extension -> "Find Updates") to do a compatibility check.

  • Firefox 8 and 9beta. Back and Forward buttons greyed out. Right click menu also has forward and back greyed out. Updated all plugins, then disabled all plugins and extensions and started in safe mode. No change.

    My forward and back buttons are greyed out after update to Firefox 8. Tried to move to 9 beta, but same behavior. Back and Forward also greyed out in right click menu.
    Attempted to fix by updating all plugins and extensions, then disabled all plugins and extensions, and then tried to start in safe mode. Nothing worked.

    You could have backed up your profile folder. If you did, [[Recovering important data from an old profile]] can help :)

  • How can I repackage Adobe Air and updates to it in PKG format for deployment to Macs?

    We have about 200 Macs in our organization and do push deployments to them using JAMF Casper (which requires that installers be in PKG format).  I am periodically asked by our security department to apply updates to Adobe Air for security reasons.  So my question is  - how can I repackage the AIR installer and updates to PKG format so I can deploy them from Casper? 
    I've looked at Adobe Application Manager Enterprise Edition - and it doesn't even recognize the AIR installer as an Adobe installer.
    Any info you can provide would be much appreciated.
    Bob Reed
    AARP

    You might be able to do this by creating a bootstrapping application to launch the installer.  Here's some documentation on distributing AIR in enterprise environments along with a link to our distribution agreement.
    http://www.adobe.com/products/air/runtime-distribution1.html
    http://help.adobe.com/en_US/air/redist/WS485a42d56cd19641-70d979a8124ef20a34b-8000.html

  • Powershell, Deployment Packages and Software Updates OH MY!

    Ok, so I snooped around and was not able to find an answer to my question so here goes.
    I'm building an automated process where Orchestrator runbooks will automate the entire process of downloading updates, deploying to test groups, waiting for an approved RFC then deploying the updates. That's the 10k foot level view.
    My question revolves around the process of downloading software updates and placing them into a package.  It has been suggested that the Save-CMSoftwareUpdate does this, but reviewing the doc I am less inclined to believe this statement.  Was hoping
    to get lucky and have someone reply that they have done this and here are the interesting parts.
    This will all be performed via powershell commands with no direct user interaction at all.  So some powershell script that pops up the download software updates wizard will not work for me.
    Thanks in advance for any pearls of wisdom around this,
    Jim

    Ok, I know that we are playing 20 questions here, but I needed the first part to scope the next set of questions.
    You say that the approvals are coming from an external source...are you wanting to automate the parsing of the external source or are you planning on putting the approvals into a WSUS group for it to download the update content?  Keep in mind here
    that the UpdateID that I am referring to is a GUID and not something that someone is likely to give you in a human readable document.  The problem with Bulletin IDs is that they will likely apply to a number of operating systems and architectures. 
    It would be nice if you could get them to populate the approvals into the computer group directly to alleviate the ambiguity.  Of course you have to remember that someone has to keep it cleaned up.
    You can query WSUS for all of the UpdateIDs for a given computer group.
    Beyond this, you will now need to use the WSUS APIs and may want to take a look at the IUpdate interface:
    http://msdn.microsoft.com/en-us/library/microsoft.updateservices.administration.iupdate_members(v=vs.85).aspx and call the GetInstallableItems method, which will return a list of InstallableItem:
    http://msdn.microsoft.com/en-us/library/microsoft.updateservices.administration.installableitem_members(v=vs.85).aspx each item will have an ID, which is the ID that you will need to publish into your update package; it also has a Files property, which
    is a list of files for the installable item, and is of type UpdateFile:
    http://msdn.microsoft.com/en-us/library/microsoft.updateservices.administration.updatefile_members(v=vs.85).aspx.  These are the files that will get published into the update package.  Each update file will have a FileUri property, which will
    provide you with a web link to download the file.  If you are a bit more enterprising, you can mangle the FileUri into a UNC path, so that you can just copy the file directly.
    You should now create the update list.  In the process of creating the update list, you will want to create a table of UpdateID to CI...you will need this when you create your advertisement.
    Once you have gathered all of the update content, and their associated InstallableItem identifiers, you are ready to tell configuration manager to populate the update package with the installable items.  Interesting here is that you are dealing with
    the installable items and not directly with the updates.  Configuration manager will associate the InstallableItems with the appropriate updates to be shown in the interface.
    Once you get the package populated, you will need to create the advertisements to the appropriate collection.  By the way, this is done on an individual update basis.  Remember that update lists, update packages and update advertisements have
    no direct relationship to one another, although a stronger bond was created in 2012.
    Simple stuff huh?!?
    Remember that Configuration Manager will not pull metadata across for updates that are already superseded, so you may not always have a one to one reference.
    Keeping your packages cleaned up, removing extraneous update content that is no longer needed, is a completely different subject.
    It would be greatly appreciated if you would mark any helpful entries as helpful and if the entry answers your question, please mark it with the Answer link.

  • We are having problems pushing push adobe reader install and updates via Microsoft deployment

    We are having problems pushing push adobe reader install and updates via Microsoft deployment. We issue is with our mail server. We cant open PDF within outlook.
    Cliff Butler
    Coastal Connection
    www.coastal-connection.com

    Hi ccbutler,
    What is the current version of Acrobat/Reader installed and what is the version of Outlook installed.
    Was it working before if yes do you have idea when did problem started.
    ~Ajlan Huda.

  • Updated to the new firefox 4.0. completely screwed up comp. Had to pay to have an old firefox reinstalled, trying to uninstall extensions and add ons but am unable to do it from the add ons and extension screen. need help

    I keep selecting the uninstall button on the screen but the restart firefox now button only comes up every once in awhile. I've restarted firefox several times but the addons and extensions are still there with the options of disabling or uninstalling available for selection. All extensions and addons worked just fine before upgrading to 4.0. Am really frustrated and disappointed with Mozilla Firefox because of this situation.

    I keep selecting the uninstall button on the screen but the restart firefox now button only comes up every once in awhile. I've restarted firefox several times but the addons and extensions are still there with the options of disabling or uninstalling available for selection. All extensions and addons worked just fine before upgrading to 4.0. Am really frustrated and disappointed with Mozilla Firefox because of this situation.

  • Build Extension Configuration / Deployment Extension Configuration

    Hello,
    I've been following the tutorial to build a Deployment Plan Modifier here (https://msdn.microsoft.com/en-us/library/dn268597%28v=vs.103%29.aspx), and I saw this post (http://blogs.msdn.com/b/ssdt/archive/2013/06/24/announcing-sql-server-data-tools-june-2013.aspx)
    that describes the addition of Build Extension Configuration and Deployment Extension Configuration files to  SSDT projects. I get the impression that maybe these files could be used to pass configuration information to a Deployment Plan Modifier, such
    as to define a custom upgrade action on a table.
    I cannot find any documentation that describes the purpose of Deployment Extension Configurations or how to create and use them (I have looked through SSDT documentation, blog posts etc.). Ideally, there should be documentation and a walk through available
    on MSDN for this. Has anybody else used them? Can anybody give an example of how to use them or point me in the direction of some documentation?
    Thanks
    Lipod

    Hi Lipod, your best place to get started with contributors is our
    API tutorial (see Solution 2: Filtering at deployment time) and our
    dacsamples project on Codeplex. These have more samples than the walkthrough and I think will be more useful in helping you get up and running.
    However, having taken a look at those they still don't cover Deployment Extension Configuration files so I'll do my best to explain here. Note: the next paragraph will probably answer your needs, I'm writing more in case others want to know how these can
    be used.
    Configuration with Deployment Contributor Arguments
    Deployment Contributor Arguments are key-value pairs that you would generally use to configure your contributor. A good example is the
    test code here, that shows how to configure whether ONLINE and MAXDOP values should be set when creating indexes. This is generally how you pass in simple configuration information and what we use in the samples.
    It's likely this will solve your requirements.
    Configuration with Deployment Extension Configuration Files
    Deployment Configuration Files define files that you'd like your contributor to process (note: this happens at build time), and possibly include in the dacpac for processing at the time your contributor runs. The best
    example of why you'd use this is if you wanted to include reference data (e.g. data to fill in a ZipCode table) in the dacpac and then add this to the deployment plan.
    To include these at build time you must define these in your .sqlproj file and also specify that your deployment contributor is required (e.g. include the <DeploymentContributors>...</DeploymentContributors> section per the
    walkthrough).
    You must also implement the
    OnEstablishDeploymentConfiguration and
    OnApplyDeploymentConfiguration methods.
    OnEstablish... runs at build time (project build or when building using the public APIs, which you can use for testing). The important thing to note is we don't save everything into the dacpac by default - you need to "opt in" by either
    copying an input file to the output "as is" or
    creating a new output file and saving data there. A good example of why this happens is that our pre/post deployment contributors merge multiple files into one single predeploy.sql/postdeploy.sql file. 
    OnApply... runs at the start of the deployment process and gives you a chance to setup your contributor based on the config files in the dacpac. If you copied an input file/opened an output file it'll be in the dacpac, and now is your chance to get it out.
    You can then use it later during the Execute phase.
    If you're wondering "why not let me just read my files during OnExecute", really this comes down to a design decision based on ensuring deployment proceeds reliably and all resources are released correctly, with no conflicts on who has access
    to a resource. 
    For the example of reference data, you would:
    - Define the "DeployReferenceData" contributor in your project, and specify the deployment configuration files.
    - The contributor would read reference data files during OnEstablish and state they should be saved in the dacpac. 
    - During build the OnEstablish method will be called (since you specified your contributor's name in the project properties) and the files are saved into the dacpac. It's a zip file, so you can verify that a folder containing the files exists inside the
    dacpac.
    - At deploy time, during OnApply it would read all reference data files out into memory / file storage if too large. It would also set up some kind of reference to their location or even a nice mapping table (table name -> Reference data).
    - At deploy time, during OnExecute it would then add in DeploymentSteps that update the data in the tables using TSQL code. Note that this is another limitation of the current system - we don't suport a generic "Execute" method that could programmatically
    be used to deploy a BCP file, for example. If this is something you need, please open a Connect ticket :-)
    - At deploy time, all steps in the plan are executed. Assuming you programmed your TSQL code to use Merge statements or another idempotent process the update should go correctly. If you wrote "Insert" statements there's a good chance it would fail
    on a 2nd deployment.
    Conclusions
    The key takeaways are that contributor arguments should solve most of your problems, but for advanced scenarios involving data that can't be defined in a key-value pair of strings then config files are a good alternative. They have some limitations
    but provide great power to solve problems. Also the samples are a good place to start for all of this work.
    If you have requests for additional samples in this area, or for improvements to the API layer, then open Connect bugs with a good scenario description and we will at least keep this as open issues to be tracked for possible future improvements.
    Regards,
    Kevin

  • I installed 4.0 and cannot print anything. I uninstalled and installed 3.6 and cannot print anything. Everything has a .tif extension and wants me to save the file and I just want to print a selection from my email!

    I have had nothing but grief since I upgraded to 4. It is hateful. I can't print anything. If I highlight something from a website or my email and tell the printer to just print the selection, it doesn't print. It wants me to save the the file and they all have a .tif extension and nothing will print. I have uninstalled 4 and gone back to 3.6 and the problem is still there. If I highlight the desired selection and copy it to Word 2003, it will print what I want, but I can't print anything from the browser itself. That is the only problem I'm aware of so far. I upgraded about a week ago at most, maybe less than that. I'm so sorry I did. Why can't I print anything? I don't want my selection to be a file, I just want it to print!

    Thank you, but it didn't work. My printer stays on away, independently of the PC. I can print from Chrome and IE7 with no problem but not Firefox. The .tif extension refers to a tagged image something. I went looking around in the control panel and I found that Microsoft Office has it's own Access Snapshot Viewer. My company installed Office 2003 on my PC but I only use Word in my work. This snapshot viewer was listed in the control panel under Printers and Faxes. It was not the default anything but for some reason, Firefox 4 installation must have kicked it into gear. I've had the Office software for several months with not one problem. I have Firefox4 for less than a week and everything becomes difficult. I deleted the Office snapshot viewer (hope I don't get fired for it) so my little HP printer is the only one listed and now things seem to be working okay. I have FF 3.6 back up and running. I didn't lose any data and I hope the support and security updates stay available for a long time because it seems like there are plenty of people who aren't in love with FF4. Thank you so much anyway for your help.

  • I can't open a doc in Pages, msg says I need "newer version of Pages" but it's already downloaded and updated. Help plse

    I can't open a doc in Pages, msg says I need "newer version of Pages" but it's already downloaded and updated. Help plse

    You have 2 versions of Pages on your Mac.
    Pages 5.2 is in your Applications folder.
    Pages '09/'08 is in your Applications/iWork folder.
    You are alternately opening the wrong versions.
    Pages '09/'08 can not open Pages 5 files and you will get the warning that you need a newer version.
    Pages 5.2 can open Pages '09 files but may damage/alter them. It can not open Pages '08 files at all.
    Older versions of Pages 5 can not open files from later versions of Pages 5.
    Once opened and saved in Pages 5 the Pages '09 files can not be opened in Pages '09.
    Anything that is saved to iCloud and opened in a newer version of Pages is also converted to Pages 5 files.
    All Pages files no matter what version and incompatibility have the same extension .pages.
    Pages 5 files are now only compatible with themselves on a very restricted set of hardware, software and Operating Systems and will not transfer correctly on any other server software than iCloud.
    Apple has removed almost 100 features from Pages 5 and added many bugs:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    Peter

  • Is there any other solution for Adobe Flash plugin crashing than the posted one about updating Flash and Mozilla? I cannot open any PDF files online and updated both Mozilla and Flash player to most recent with no change in the crashing.

    I was able to open PDFs online until version 8. Since upgrading to version 9 and now 10, I have crashes every time I try to open a PDF online and can see the form briefly for about two seconds before the plugin crashes. I followed instructions on the solution to update Adobe Flash and Mozilla, and they are both to the most recent version and it still crashes every time, no dent in the symptoms with the upgrades. I tried also downgrading to version 3, and it sill crashes. Although in some cases I can get around by saving the PDFs for reading them through Acrobat on my PC, it is a hassle as I do not want to save everything to my drive just to see what it is, plus sometimes forms are generated on a click and I cannot see these forms at all.
    I had to migrate to Chrome as I needed the PDFs and could not wait any longer - any suggestions to make Mozilla work again would be appreciated.

    Hi,
    Please check if this happens in [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode] after enabling only the PDF plugin in '''Tools''' ('''Alt''' + '''T''') > '''Add-ons''' > '''Plugins'''. You can also '''Disable''' the PDF plugin and try an alternative, for eg. [https://addons.mozilla.org/en-US/firefox/addon/pdfjs/?src=cb-dl-created pdf.js]. Please also go through the add-on reviews, ratings, help and FAQ.
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [http://support.mozilla.com/en-US/kb/Uninstalling+add-ons Uninstalling Add-ons]
    [http://kb.mozillazine.org/Uninstalling_toolbars Uninstalling Toolbars]
    [http://support.mozilla.com/en-US/kb/Cannot%20uninstall%20an%20add-on Cannot Uninstall Add-on]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20plugins Troubleshooting Plugins]
    [http://kb.mozillazine.org/Testing_plugins Testing Plugins]

  • Firefox starts fast in safe mode, but slow in normal mode with all extensions and add-ons turned off.

    It's only the first screen/tab I open after firefox is completely shut off... it shows the borders of the screen for 5 seconds, before showing the content (empty page) and then I can start and everything after that is fine.
    In safe mode it opens without delay, so my question is, what in the normal start-up could be causing this delay, I have reinstalled firefox, disabled all extensions and plugins.

    Hello ellina, try disabling graphics hardware acceleration and check it again.
    You might need to restart Firefox in order for this to take effect, so save all work first (e.g., mail you are composing, online documents you're editing, etc.).
    Then perform these steps:
    #Open Firefox ''Options'' window (''Preferences'' on Mac or Linux) as follows:
    #* In Firefox 29.0 and above, click the menu button [[Image:New Fx Menu]] and select ''Options'' for Windows or ''Preferences'' on Mac or Linux.
    #In the Firefox Options (or Preferences) window, click the ''Advanced'' tab, then select ''General''.
    #In the settings list, you should find the ''Use hardware acceleration when available'' checkbox. Uncheck this checkbox.
    #Now, restart Firefox and see if the problems persist.
    Additionally, please check for updates for your graphics driver by following the steps mentioned in the following Knowledge base articles:
    * [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]
    * [[Upgrade your graphics drivers to use hardware acceleration and WebGL]]
    '''In safe mode, also, hardware acceleration is disable''', see : http://kb.mozillazine.org/Safe_mode
    Thank you.

  • Photoshop CC 2014: Missing Oil Paint filter and no access to extensions and plugins? Where did they go?

    I downloaded PS CC 2014 a few days ago, and just opened for the first time. The Oil Paint filter is no longer listed in the Filter menu. Has it been deleted in this "update"? I hope not because I use it as part my workflow and have it as a step in many of the Actions I've developed to produce my signature style.
    Also, access to my Extensions and Exchange is blocked; that is to say, Extensions is greyed out in the Window>Extensions drop down menu. This means I can't use my watermarks.
    In order to use all the features of PS CC and CC 2014, I have to save my work and open it in the other version, then switch back again to apply a watermark. Very annoying!
    Any insight would be appreciated.
    In Camera Raw, the button to toggle between pre- and post adjustments in the active adjustment panel has been reinstated, a good thing, but it should not have been removed in the previous "update".
    Thanks
    RGMeyer

    rgmeyer wrote:
    It now looks like the CC app controls the syncing of your add-ons with PS CC 2014. So, open Creative Cloud, click on the Files tab and ensure that syncing is turned on. This can also be confirmed, and toggled on/off in Creative Cloud Preferences.
    No syncing is for Your Photoshop settings(not really) and presets between machines for a Photoshop versions  CC to CC, CC 2014 to CC 2014 not between versions.  Photoshop Preferences Settings like UI  setting not to open documents and others are not synced. 
    Photoshop also has a feature to Migrate Presets between version of Photoshop,  This has been available for some time.  Photoshop menu Edit>Presets..  When you install a version of Photoshop you are also prompted with a question asking if yoy wish to migrate your presets from a prior version of Photoshop during the install process.  Note the your new document Presets are not migrated but you can do that yourself with a file copy.   Also  Photoshop preferences are setting not Presets you need to set preferences you change from Adobe default settings.
    Note no New Document Preset sync option.

  • Photoshop CS4 constantly crashing in Mavericks after reinstall and updates - No crash reports etc

    After upgrading to Mavericks from snow leopard on my powerbook, my CS4 has extreme difficultly funtioning properly.
    Sometimes it doesn't start up at all.
    Sometimes it starts, but won't display any bars, and I either have to restart the program or wait until a file loads.
    Sometimes it actually starts and displays bars like normal, but crashes very soon after I begin working on something, regardles of file size or number of windows open.
    The software has been reinstalled and updated.
    I get no crash reports, no java update prompts, no licensing errors.
    Can someone please offer advice? My symptoms don't seem to match the problems other users are having with their software (that I can find).
    As of right now, the software is completely unusable.

    I DLed and tried CS Cleaner Tool, but it didn't find anything to update.
    I hope this is the correct log... I've never delved into crash reports before.
    Process:         Adobe Photoshop CS4 [416]
    Path:            /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4
    Identifier:      com.adobe.Photoshop
    Version:         11.0 [11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch]] (11.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [142]
    Responsible:     Adobe Photoshop CS4 [416]
    User ID:         501
    Date/Time:       2014-04-06 17:56:31.540 -0400
    OS Version:      Mac OS X 10.9.2 (13C64)
    Report Version:  11
    Anonymous UUID:  A7BCF634-9F77-9959-6A66-C69F3956D74A
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x000000000c713aa8
    VM Regions Near 0xc713aa8:
        __DATA                 000000000c66f000-000000000c675000 [   24K] rw-/rwx SM=PRV  /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelH DGraphicsGLDriver
    --> __LINKEDIT             000000000c675000-000000000c76e000 [  996K] r--/rwx SM=COW  /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelH DGraphicsGLDriver
        __TEXT                 000000000c76e000-000000000c77a000 [   48K] r-x/rwx SM=COW  /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport .dylib
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.QD                            0x902fcd06 _SetDstBits32BGRA + 8
    1   com.apple.QD                            0x902f302d DevFrameRect + 710
    2   com.apple.QD                            0x902f2d2c StdRectWithPort + 241
    3   com.apple.QD                            0x902fdba5 CallRect + 59
    4   com.apple.QD                            0x902fdbdd FrameRect + 49
    5   com.adobe.Photoshop                     0x000ce463 0x1000 + 840803
    6   com.adobe.Photoshop                     0x005711d9 0x1000 + 5702105
    7   com.adobe.Photoshop                     0x00568b30 0x1000 + 5667632
    8   com.adobe.Photoshop                     0x00350a67 0x1000 + 3471975
    9   com.adobe.Photoshop                     0x0006ae43 0x1000 + 433731
    10  com.adobe.Photoshop                     0x0006b332 0x1000 + 434994
    11  com.adobe.Photoshop                     0x00062dd0 0x1000 + 400848
    12  com.adobe.Photoshop                     0x0006abc5 0x1000 + 433093
    13  com.adobe.Photoshop                     0x00064145 0x1000 + 405829
    14  com.adobe.Photoshop                     0x000642b3 0x1000 + 406195
    15  com.adobe.Photoshop                     0x0006260f 0x1000 + 398863
    16  com.adobe.Photoshop                     0x00220a8a 0x1000 + 2226826
    17  com.adobe.Photoshop                     0x00220b16 0x1000 + 2226966
    18  com.adobe.Photoshop                     0x00003cf2 0x1000 + 11506
    19  com.adobe.Photoshop                     0x00003c19 0x1000 + 11289
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x9ad2d992 kevent64 + 10
    1   libdispatch.dylib                       0x959258ad _dispatch_mgr_invoke + 238
    2   libdispatch.dylib                       0x95925546 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib                  0x9ad2d046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x9883edcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x98842cce start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib                  0x9ad2d046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x9883edcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x98842cce start_wqthread + 30
    Thread 4:
    0   libsystem_kernel.dylib                  0x9ad2c7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9883fd8a _pthread_cond_wait + 837
    2   libsystem_pthread.dylib                 0x98841fa3 pthread_cond_wait + 48
    3   com.adobe.amt.services                  0x07c04552 AMTConditionLock::LockWhenCondition(int) + 46
    4   com.adobe.amt.services                  0x07bff995 _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 115
    5   com.adobe.amt.services                  0x07c045b0 AMTThread::Worker(void*) + 20
    6   libsystem_pthread.dylib                 0x9883d5fb _pthread_body + 144
    7   libsystem_pthread.dylib                 0x9883d485 _pthread_start + 130
    8   libsystem_pthread.dylib                 0x98842cf2 thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib                  0x9ad27fce semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore          0x93175071 MPWaitOnSemaphore + 104
    2   MultiProcessor Support                  0x0d883eff 0xd854000 + 196351
    3   com.apple.CoreServices.CarbonCore          0x931752ce PrivateMPEntryPoint + 68
    4   libsystem_pthread.dylib                 0x9883d5fb _pthread_body + 144
    5   libsystem_pthread.dylib                 0x9883d485 _pthread_start + 130
    6   libsystem_pthread.dylib                 0x98842cf2 thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib                  0x9ad27fce semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore          0x93175071 MPWaitOnSemaphore + 104
    2   MultiProcessor Support                  0x0d883eff 0xd854000 + 196351
    3   com.apple.CoreServices.CarbonCore          0x931752ce PrivateMPEntryPoint + 68
    4   libsystem_pthread.dylib                 0x9883d5fb _pthread_body + 144
    5   libsystem_pthread.dylib                 0x9883d485 _pthread_start + 130
    6   libsystem_pthread.dylib                 0x98842cf2 thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x9ad27fce semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore          0x93175071 MPWaitOnSemaphore + 104
    2   MultiProcessor Support                  0x0d883eff 0xd854000 + 196351
    3   com.apple.CoreServices.CarbonCore          0x931752ce PrivateMPEntryPoint + 68
    4   libsystem_pthread.dylib                 0x9883d5fb _pthread_body + 144
    5   libsystem_pthread.dylib                 0x9883d485 _pthread_start + 130
    6   libsystem_pthread.dylib                 0x98842cf2 thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x9ad2c7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9883fd1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x98841bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x931a8682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore          0x931a88a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore          0x93174cf2 MPWaitOnQueue + 199
    6   AdobeACE                                0x027c138d 0x2790000 + 201613
    7   AdobeACE                                0x027c0d85 0x2790000 + 200069
    8   com.apple.CoreServices.CarbonCore          0x931752ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib                 0x9883d5fb _pthread_body + 144
    10  libsystem_pthread.dylib                 0x9883d485 _pthread_start + 130
    11  libsystem_pthread.dylib                 0x98842cf2 thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x9ad2c7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9883fd1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x98841bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x931a8682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore          0x931a88a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore          0x93174cf2 MPWaitOnQueue + 199
    6   AdobeACE                                0x027c138d 0x2790000 + 201613
    7   AdobeACE                                0x027c0d85 0x2790000 + 200069
    8   com.apple.CoreServices.CarbonCore          0x931752ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib                 0x9883d5fb _pthread_body + 144
    10  libsystem_pthread.dylib                 0x9883d485 _pthread_start + 130
    11  libsystem_pthread.dylib                 0x98842cf2 thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib                  0x9ad2c7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9883fd1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x98841bd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x931a8682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore          0x931a88a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore          0x93174cf2 MPWaitOnQueue + 199
    6   AdobeACE                                0x027c138d 0x2790000 + 201613
    7   AdobeACE                                0x027c0d85 0x2790000 + 200069
    8   com.apple.CoreServices.CarbonCore          0x931752ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib                 0x9883d5fb _pthread_body + 144
    10  libsystem_pthread.dylib                 0x9883d485 _pthread_start + 130
    11  libsystem_pthread.dylib                 0x98842cf2 thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib                  0x9ad280a6 mach_wait_until + 10
    1   libsystem_c.dylib                       0x9609ec4a nanosleep + 366
    2   com.adobe.PSAutomate                    0x0fe74755 ScObjects::Thread::sleep(unsigned int) + 143
    3   com.adobe.PSAutomate                    0x0fe747b5 ScObjects::Thread::wait(unsigned int) + 23
    4   com.adobe.PSAutomate                    0x0fe65502 ScObjects::BridgeTalkThread::run() + 332
    5   com.adobe.PSAutomate                    0x0fe74a77 ScObjects::Thread::go(void*) + 239
    6   libsystem_pthread.dylib                 0x9883d5fb _pthread_body + 144
    7   libsystem_pthread.dylib                 0x9883d485 _pthread_start + 130
    8   libsystem_pthread.dylib                 0x98842cf2 thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib                  0x9ad2d046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x9883edcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x98842cce start_wqthread + 30
    Thread 13:
    0   libsystem_kernel.dylib                  0x9ad2c7ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9883fd8a _pthread_cond_wait + 837
    2   libsystem_pthread.dylib                 0x98840042 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore          0x931a888d TSWaitOnConditionTimedRelative + 161
    4   com.apple.CoreServices.CarbonCore          0x931a844a TSWaitOnSemaphoreCommon + 531
    5   com.apple.CoreServices.CarbonCore          0x931a85fd TSWaitOnSemaphoreRelative + 24
    6   com.apple.CoreServices.CarbonCore          0x93153db9 AsyncFileThread(void*) + 283
    7   libsystem_pthread.dylib                 0x9883d5fb _pthread_body + 144
    8   libsystem_pthread.dylib                 0x9883d485 _pthread_start + 130
    9   libsystem_pthread.dylib                 0x98842cf2 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0xff9e999a  ebx: 0xbfffef82  ecx: 0x0c713aa8  edx: 0x0000000c
      edi: 0x0c713aa8  esi: 0xbfffed08  ebp: 0xbfffecb8  esp: 0xbfffec5c
       ss: 0x00000023  efl: 0x00010286  eip: 0x902fcd06   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x0c713aa8
    Logical CPU:     2
    Error Code:      0x00000007
    Trap Number:     14
    Binary Images:
        0x1000 -  0x19aefdf +com.adobe.Photoshop (11.0 [11.0x20080919 [20080919.r.488 2008/09/19:02:00:00 cutoff; r branch]] - 11.0) <2BF522DF-A6D6-4819-9862-0425C31670C8> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/MacOS/Adobe Photoshop CS4
    0x207f000 -  0x2085fff  org.twain.dsm (1.9.5 - 1.9.5) <3CE5B8E4-1F2D-3694-890D-B3965F244443> /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
    0x208d000 -  0x246701f +com.adobe.linguistic.LinguisticManager (4.0.0 - 7863) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x251b000 -  0x2715fcf +AdobeOwl (1) <4CCA2C7B-4896-4DDA-A14B-725FB0C202B5> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x2790000 -  0x289dfff +AdobeACE (1) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x28bb000 -  0x2c85fef +AdobeMPS (1) <277E01A3-CAC3-4FA9-A591-4BC0A5BC125A> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x2d14000 -  0x2d74fc7 +AdobeXMP (0) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x2d83000 -  0x307efff +AdobeAGM (1) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x313e000 -  0x33d1fc7 +AdobeCoolType (1) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x3455000 -  0x346efff +AdobeBIB (1) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x3478000 -  0x3499ff7 +AdobeBIBUtils (1) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x34a6000 -  0x34c1ff9 +AdobePDFSettings (1) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSettings
    0x34db000 -  0x34ffff6 +AdobeAXE8SharedExpat (0) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0x3512000 -  0x359f2cb +libicucnv.dylib.36.0 (36) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/ICUConverter.framework/Versions/3.6/libicucnv.dylib.36.0
    0x35cc000 -  0x35e780f +libicudata.dylib.36.0 (36) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/ICUData.framework/Versions/3.6/libicudata.dylib.36.0
    0x35ea000 -  0x37a0ff4 +com.adobe.amtlib (amtlib 2.0.1.10077 - 2.0.1.10077) <CB2EC3BF-6771-4DAB-BF29-6775FB6F9608> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x37d7000 -  0x3867fc3 +WRServices (0) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x39e9000 -  0x39edffc +com.adobe.AdobeCrashReporter (2.5 - 3.0.20080806) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x39f3000 -  0x3a0ffd7 +com.adobe.LogTransport (1.0 - 1.0) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/LogTransport.framework/Versions/A/LogTransport
    0x3a1a000 -  0x3aeffdd +FileInfo (0) <F0932F89-FC98-4BA9-B4F2-C58D0E71D3C1> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x3b20000 -  0x3b77fff +aif_core (0) <B4DCB439-E1EE-ABE3-BD12-2C42E980366B> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/aif_core.framework/Versions/A/aif_core
    0x3b8f000 -  0x3bacffd +data_flow (0) <8E452B6F-8032-39D8-EB5C-49A4E31CB988> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/data_flow.framework/Versions/A/data_flow
    0x3bd8000 -  0x3c51fff +image_flow (0) <498A857D-F8C6-F9E0-C92F-BC3EC8680ED0> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/image_flow.framework/Versions/A/image_flow
    0x3cb7000 -  0x3cc7fff +image_runtime (0) <F379A952-2983-1E44-676D-BBD8259F131A> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/image_runtime.framework/Versions/A/image_runtime
    0x3cdc000 -  0x3e9bffe +aif_ogl (0) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/aif_ogl.framework/Versions/A/aif_ogl
    0x3f4c000 -  0x444afc3 +AdobeOwlCanvas (1) <FCB2D1A3-1F6E-4182-8E2C-D0B23572D285> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
    0x4593000 -  0x4665fe7 +AdobeAXEDOMCore (0) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
    0x4719000 -  0x477bfe7 +com.adobe.PlugPlug (1.0.0.73 - 1.0.0.73) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
    0x47dc000 -  0x4823fc7 +com.adobe.adobe_caps (adobe_caps 2.0.99.0 - 2.0.99.0) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x4833000 -  0x486fff7  com.apple.vmutils (4.2.1 - 108) <37A7D6A9-0BA7-39D9-A203-7123124A18B0> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x4b9f000 -  0x4ba0ffd  com.apple.textencoding.unicode (2.6 - 2.6) <27946D57-CEFB-3EF1-B124-4A39D2621738> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x7be4000 -  0x7c85fc3 +com.adobe.amt.services (AMTServices 2.0.1.10077 [BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:31:09] - 2 . 0) <31E82904-C3C2-424E-A1AE-A5EFADBB19B8> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/amtservices.framework/Versions/a/amtservices
    0x9e83000 -  0x9e91fff  libSimplifiedChineseConverter.dylib (61) <6E42E198-9C8D-3F0F-9660-6D9975C2461E> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x9e95000 -  0x9ea7ffd  libTraditionalChineseConverter.dylib (61) <EFC81138-0455-321B-A93A-F4E9C4A3EB31> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x9eab000 -  0x9eacff8  ATSHI.dylib (363.3) <62AF40CE-1110-31D5-931C-2B2AFB5C1A18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
    0x9eb8000 -  0x9ec5ff7 +com.adobe.asneu.framework (asneu version 1.6.2f01 - 1.6.2) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/asneu.framework/Versions/a/asneu
    0xc300000 -  0xc65bff7  com.apple.driver.AppleIntelHDGraphicsGLDriver (8.24.11 - 8.2.4) <60AEF450-C325-350E-B742-349664AD5C7C> /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelH DGraphicsGLDriver
    0xc76e000 -  0xc779fff  libGPUSupport.dylib (9.6) <E99B15B5-B173-329B-B8AA-B6BA5EE4D5EE> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport .dylib
    0xc7c4000 -  0xc7cffff +Enable Async IO (???) <FD91E79F-C4AA-4EBC-AF6D-3E154F14878F> /Applications/Adobe Photoshop CS4/*/Enable Async IO.plugin/Contents/MacOS/Enable Async IO
    0xc7d4000 -  0xc7e202f +FastCore (???) <F12878B7-BEE9-40CA-9F05-65CD0F5688E2> /Applications/Adobe Photoshop CS4/*/FastCore.plugin/Contents/MacOS/FastCore
    0xc7e8000 -  0xc7f3ffb +PPCCore (???) <ED521EB7-681D-45AA-9AE3-6BF4663E4BD3> /Applications/Adobe Photoshop CS4/*/PPCCore.plugin/Contents/MacOS/PPCCore
    0xd000000 -  0xd7bbff9  libclh.dylib (4.0.3 - 4.0.3) <AE450F64-9B89-31A0-A205-B646B9CCA872> /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/libclh.dylib
    0xd843000 -  0xd84effe +AltiVecCore (???) <A967AE2A-F2AE-4E12-A7B6-68B981CBD906> /Applications/Adobe Photoshop CS4/*/AltiVecCore.plugin/Contents/MacOS/AltiVecCore
    0xd854000 -  0xd89bff7 +MultiProcessor Support (???) <001A163B-5314-4613-A23A-F35B63065FD0> /Applications/Adobe Photoshop CS4/*/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support
    0xda00000 -  0xda65fe3 +MMXCore (???) <E206C8DC-AEA8-49DF-8FBC-8B447E3A59A1> /Applications/Adobe Photoshop CS4/*/MMXCore.plugin/Contents/MacOS/MMXCore
    0xdb03000 -  0xdc55fc7 +com.adobe.coretech.adm (3.10x16 - 3.1) /Applications/Adobe Photoshop CS4/*/AdobeADM.bundle/Contents/MacOS/AdobeADM
    0xe75e000 -  0xe80efff  ColorSyncDeprecated.dylib (426) <F54DBFF3-3165-3D15-8AE4-37B603502A5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0xe9fb000 -  0xe9fdffa +Adobe Unit Types (a2.0.0 - 2.0.0) /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types
    0xea03000 -  0xea03ffd +cl_kernels (???) <F9B7EEF1-14D5-4D9F-944A-E483DDA1C7B6> cl_kernels
    0xfd40000 -  0xff9cfdf +com.adobe.PSAutomate (11.0 - 11.0) /Applications/Adobe Photoshop CS4/*/ScriptingSupport.plugin/Contents/MacOS/ScriptingSupport
    0x10230000 - 0x102fefff +AdobeExtendScript (3.7) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
    0x10375000 - 0x10416fd7 +AdobeScCore (3.7) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
    0x10b7f000 - 0x10ba2ff7 +CSI-Launcher.dylib (1) /Library/Application Support/Adobe/*/CSI-Launcher.dylib
    0x10c84000 - 0x11106fe3 +AdobeLM_libFNP.dylib (1) <02E9AC76-9CC6-4974-AF05-48E737C2CC20> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/amtlib.framework/Versions/a/AdobeLM_libFNP.dylib
    0x11230000 - 0x11261fe3 +com.adobe.amt.registration (AMTRegistration 2.0.1.10077 [BuildVersion: 53.352460; BuildDate: Tue Jul 29 2008 16:31:09] - 2 . 0) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/registration.framework/Versions/a/registration
    0x1129a000 - 0x112f6ff2 +AdobeUpdater (1) <064CFAA4-1CAF-46E3-BEBF-04948641C927> /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeUpdater.framework/Versions/a/AdobeUpdater
    0x11455000 - 0x11540ff7  unorm8_bgra.dylib (2.3.58) <2DC35A3D-E1D6-3378-953F-D5EADE3400D2> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra .dylib
    0x11637000 - 0x11737fcf +com.adobe.versioncue (4.0.0.344) /Library/Application Support/Adobe/*/VersionCue.framework/VersionCue
    0x1cad1000 - 0x1cadcffa  com.apple.CommerceCore (1.0 - 42) <E59717F2-6770-3DBC-8510-F7AA61E60F57> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
    0x281e1000 - 0x28206ff9  com.apple.framework.familycontrols (4.1 - 410) <A33A97EE-C735-38BA-9B49-5D78DAA3DEDA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x40000000 - 0x400ae030 +AdobeJP2K (0) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x48000000 - 0x488caff7  com.apple.GeForceTeslaGLDriver (8.24.11 - 8.2.4) <2A8A5EF7-644D-3E39-A38B-CA73424FCC38> /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/GeForceTeslaGLDrive r
    0x8fe5f000 - 0x8fe91417  dyld (239.4) <2E655535-479B-3E48-ADD3-6278819CA38A> /usr/lib/dyld
    0x90008000 - 0x900a7ff7  libCoreStorage.dylib (380) <55467C87-E1A3-3057-B428-9BCEFD39E36D> /usr/lib/libCoreStorage.dylib
    0x900a8000 - 0x900a8fff  libodfde.dylib (20) <98FC02AE-C596-3ED5-80D1-C502FF6115ED> /usr/lib/libodfde.dylib
    0x900b1000 - 0x900f3fff  libGLU.dylib (9.6) <6A7E248D-3936-3B0D-9BF2-E4F0D2FE5306> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x900f4000 - 0x902a0fff  com.apple.QuartzCore (1.8 - 332.3) <00167BF7-E3C4-3AA7-8DA0-466BD4175350> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x902a1000 - 0x902acfff  libcsfde.dylib (380) <C9E61AFB-1A9D-324B-9827-06B182CDD7B0> /usr/lib/libcsfde.dylib
    0x902ad000 - 0x90349fff  com.apple.QD (3.50 - 298) <F73FD4D4-17A4-37D6-AC06-7CA5A8BA1212> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x9034a000 - 0x90354ff7  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <C4CC55E5-6CC4-307E-9499-AF89A6463AF4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x90355000 - 0x90365ff7  libsasl2.2.dylib (170) <CA1C07F6-8E17-315E-AE49-AB696DDE6707> /usr/lib/libsasl2.2.dylib
    0x90366000 - 0x903a3ffb  libGLImage.dylib (9.6) <EAC640A8-CD71-3AB2-9918-21CACCBCCB0D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x903a4000 - 0x9061cff2  com.apple.RawCamera.bundle (5.03 - 731) <C6EA86A1-D587-35FB-904E-D19AC5DF664D> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x9061d000 - 0x90621ff7  libmacho.dylib (845) <D8E93E59-1F80-3413-B9CF-78B848F6E873> /usr/lib/system/libmacho.dylib
    0x90622000 - 0x906fdff7  com.apple.LaunchServices (572.26 - 572.26) <5915A9AC-7928-30B1-9329-94048ADE81D9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x906ff000 - 0x90750ff1  libstdc++.6.dylib (60) <354F284B-2343-3810-9CA2-E28038824F6E> /usr/lib/libstdc++.6.dylib
    0x90751000 - 0x90841ffb  libiconv.2.dylib (41) <848FEBA7-2E3E-3ECB-BD59-007F32468787> /usr/lib/libiconv.2.dylib
    0x90842000 - 0x90893ffb  com.apple.CoreMedia (1.0 - 1273.49) <26F891C5-DF9F-3A2C-995A-827595F03CF2> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x90894000 - 0x914b2ff3  com.apple.AppKit (6.9 - 1265.19) <07125263-9E97-3A47-BBD3-6FB462910565> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x914b3000 - 0x914f9ff7  libFontRegistry.dylib (127) <A0930DB2-A6C6-3C6E-B4A2-119E0D76FD7D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x914fa000 - 0x91501ffe  com.apple.agl (3.2.3 - AGL-3.2.3) <E26A1D2C-596E-31F0-8E70-FC381874F8DA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x9188c000 - 0x9195cfef  libvDSP.dylib (423.32) <E2FA7230-A001-3F6B-9ACF-6998C51AD7DC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x9195d000 - 0x9195effd  libunc.dylib (28) <22A126A1-DCFB-3BE5-A66B-C973F0A5D839> /usr/lib/system/libunc.dylib
    0x9195f000 - 0x91977ff7  libsystem_malloc.dylib (23.10.1) <CB52555E-0F5B-31E3-A42A-FD4F930E2192> /usr/lib/system/libsystem_malloc.dylib
    0x91978000 - 0x91b08ff0  GLEngine (9.6) <6A58B9C0-B67E-3FD1-B707-837744D918C2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x922e4000 - 0x9230fff7  libsystem_network.dylib (241.3) <71EBA489-386D-3608-ADE6-CB50EBD1AB1B> /usr/lib/system/libsystem_network.dylib
    0x92366000 - 0x92373ff7  com.apple.HelpData (2.1.4 - 90) <5BACC236-5B40-33AC-B088-87EDEFAF1D3E> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x923d3000 - 0x923dfffc  libbz2.1.0.dylib (29) <3CEF1E92-BA42-3F8A-8E8D-9E1F7658E5C7> /usr/lib/libbz2.1.0.dylib
    0x923e0000 - 0x923f9fff  com.apple.Kerberos (3.0 - 1) <91F17EB2-C70C-359C-B09D-96B52D2A9C9F> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9242a000 - 0x92435fff  com.apple.CrashReporterSupport (10.9 - 538) <7A5FF845-433C-33E3-99B5-F6AA5B825734> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporter Support
    0x92436000 - 0x9243efff  libcopyfile.dylib (103) <1B1484BD-08B6-3BA9-94CA-A7C24B610EB3> /usr/lib/system/libcopyfile.dylib
    0x9243f000 - 0x92440fff  libsystem_blocks.dylib (63) <2AC67D5E-ECD4-3644-A53C-9684F9B7AA33> /usr/lib/system/libsystem_blocks.dylib
    0x92441000 - 0x92444ffb  libutil.dylib (34) <B496031E-E763-3DEB-84D2-85C0F3DF2012> /usr/lib/libutil.dylib
    0x92445000 - 0x92447fff  libsystem_configuration.dylib (596.13) <57095AFE-3FF1-3F42-A43E-ED679409B827> /usr/lib/system/libsystem_configuration.dylib
    0x92448000 - 0x92456fff  libxar.1.dylib (202) <B73748D4-F830-3C71-98B3-7A3ABF5136FD> /usr/lib/libxar.1.dylib
    0x92457000 - 0x92457fff  com.apple.Cocoa (6.8 - 20) <407DC9E6-BBCE-3D34-9BBB-00C90584FFDF> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x92458000 - 0x92480fff  libsystem_info.dylib (449.1.3) <BB68E8CC-422F-3121-8C86-D0F766FB696D> /usr/lib/system/libsystem_info.dylib
    0x927f9000 - 0x927f9ffd  libOpenScriptingUtil.dylib (157) <4D06E8ED-D312-34EA-A448-DFF45ADC3CE5> /usr/lib/libOpenScriptingUtil.dylib
    0x927fa000 - 0x92808ff3  com.apple.opengl (9.6.0 - 9.6.0) <63941A8D-AACC-3C71-BE8C-4DAA913A1439> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x92809000 - 0x9297cffb  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <AAF3AB26-3BAD-3E5F-8192-9805B7AA1CB1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9297d000 - 0x929baff7  libauto.dylib (185.5) <CD008E66-4A0C-35F5-8D72-80D76A716A03> /usr/lib/libauto.dylib
    0x92a23000 - 0x92a25ffb  libRadiance.dylib (1042) <22E517A8-4725-3175-B5D1-5573FBE780B3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x92a26000 - 0x92a2eff7  libCGCMS.A.dylib (599.20.11) <BE016E3E-3A65-35F7-A9D4-96684ECB39B0> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
    0x92a2f000 - 0x92aa4ffb  com.apple.framework.IOKit (2.0.1 - 907.90.2) <AFF50D8E-7D1D-38B9-A77E-DF0C0C4C97E0> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x92aa5000 - 0x92d9aff8  com.apple.CoreImage (9.2.7) <AD2199E4-B18B-3CFC-94C4-B1B8D20CFB8B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework /Versions/A/CoreImage
    0x92dcc000 - 0x92ddffff  com.apple.ImageCapture (9.0 - 9.0) <63D5C96F-1893-3F35-ADFB-EE451AFD87E6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x92f38000 - 0x9309aff3  com.apple.CFNetwork (673.2.1 - 673.2.1) <6EA58F7C-35E9-37BF-A6B4-7DDB83A6B432> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x930c1000 - 0x930e8fff  com.apple.CoreVideo (1.8 - 117.2) <A53FDD90-F200-3F7C-8A8E-5DE36D3DFBB0> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x930e9000 - 0x933eaffb  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <02C72D54-E3D3-32B0-A081-E85A7038489D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x933f3000 - 0x9359b4af  libobjc.A.dylib (551.1) <31CBE178-E972-30D1-ADC6-4B8345CAE326> /usr/lib/libobjc.A.dylib
    0x9359c000 - 0x935a2ffb  libunwind.dylib (35.3) <099D1A6F-A1F0-3D05-BF1C-0A7BB32D39C2> /usr/lib/system/libunwind.dylib
    0x935a8000 - 0x935b1fff  libsystem_notify.dylib (121) <623269F5-1518-3035-A916-8AF83C972154> /usr/lib/system/libsystem_notify.dylib
    0x935b4000 - 0x935f2ff7  com.apple.NavigationServices (3.8 - 215) <A093AAF0-248E-313E-BA82-01F69E269895> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x935f3000 - 0x93600ff7  com.apple.AppleFSCompression (56 - 1.0) <0C44B3E4-C4A7-3A65-9C1A-334CA3E35BDB> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompress ion
    0x93601000 - 0x936fffff  libJP2.dylib (1042) <795B3209-2382-3F31-AEF7-588E4BCAAF06> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x93700000 - 0x9371aff7  com.apple.GenerationalStorage (2.0 - 160.2) <8755F7F1-2402-387C-A32A-2270E7D680C8> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage
    0x9371b000 - 0x93b4fff7  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <5B12F3E9-84F6-3183-B85D-FD19EF800ADB> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x93b50000 - 0x93d16ffb  libicucore.A.dylib (511.31) <9C25D145-E785-357B-9833-1980A1A738C9> /usr/lib/libicucore.A.dylib
    0x93d17000 - 0x93d18ffa  libsystem_sandbox.dylib (278.11) <E8BE1DF7-2F3D-3202-B807-A85C99220AB6> /usr/lib/system/libsystem_sandbox.dylib
    0x93d19000 - 0x93d22fff  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <CF8E5706-F744-3139-8A51-D52BF055D19F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x93d8c000 - 0x93dbdffa  libsystem_m.dylib (3047.16) <28E614E8-7802-3E84-960A-AD4721EF10F7> /usr/lib/system/libsystem_m.dylib
    0x93dbe000 - 0x93ea4ff7  com.apple.coreui (2.1 - 231) <1C1AE894-C5C2-3F1C-BF29-B152ECD9BD88> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x93ea5000 - 0x93f91ff7  libxml2.2.dylib (26) <32040145-6FD6-3AD2-B98B-39F73BF9AC47> /usr/lib/libxml2.2.dylib
    0x93f92000 - 0x94357ff6  libLAPACK.dylib (1094.5) <E6286E68-3501-31AC-813E-75B3B3968011> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x94398000 - 0x943e7ff1  com.apple.HIServices (1.22 - 467.2) <F47161AA-E19F-3357-862F-5B4C8DA97975> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x94d0f000 - 0x94d4bff4  com.apple.RemoteViewServices (2.0 - 94) <BEEE6ADF-7DA3-3D68-BCB0-9863BE1A1F46> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
    0x94d4c000 - 0x94d5bfff  libGL.dylib (9.6) <58C42A46-27D0-3228-B3C1-EC3923D49BAD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x94d5c000 - 0x94d5efff  libquarantine.dylib (71) <EE3B510E-1AEC-3171-8A1A-D6A5A42CF35C> /usr/lib/system/libquarantine.dylib
    0x94d5f000 - 0x94d64ff7  com.apple.print.framework.Print (9.0 - 260) <A6C465F6-C5D1-353A-9F33-19B9CEDBBC2A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x94d65000 - 0x956bffe3  com.apple.QuickTimeComponents.component (7.7.3 - 2826.17) <AEF44853-2A48-3797-91AA-2510B523E052> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponent s
    0x956c0000 - 0x958c2fff  com.apple.CoreFoundation (6.9 - 855.14) <756998B3-F507-3474-AFB2-769FC9CE5263> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x958c3000 - 0x958fbfff  com.apple.LDAPFramework (2.4.28 - 194.5) <4399D209-B119-3ACC-97AF-F2E14DD207CB> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x958fc000 - 0x95918ff9  com.apple.Ubiquity (1.3 - 289) <1CEDC83D-7282-3B4D-8CF7-4FE045012391> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x95919000 - 0x9591dffa  libcache.dylib (62) <9730D7F2-D226-3F30-8D26-BF598CB781F6> /usr/lib/system/libcache.dylib
    0x9591e000 - 0x95921ffa  libCGXType.A.dylib (599.20.11) <8824B66A-D235-3163-808D-8B98F69304CD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x95922000 - 0x9593affd  libdispatch.dylib (339.90.1) <871AC354-D1B6-3475-889E-AF594448CF43> /usr/lib/system/libdispatch.dylib
    0x9593b000 - 0x95949ff7  libz.1.dylib (53) <858B4D9F-D87E-3D81-B07A-DF9632BD185F> /usr/lib/libz.1.dylib
    0x9594a000 - 0x95a35ff4  com.apple.DiskImagesFramework (10.9 - 371.1) <FC13BD5A-0FB7-35D5-A8DF-0510CFA996FE> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x95a9f000 - 0x95aa2ff7  libdyld.dylib (239.4) <F4604F64-945B-3871-8F26-E9C55488BC27> /usr/lib/system/libdyld.dylib
    0x95aa3000 - 0x95af8fff  libc++.1.dylib (120) <10C0A136-64F9-3CC2-9420-013247032120> /usr/lib/libc++.1.dylib
    0x95af9000 - 0x95b27ff3  com.apple.DebugSymbols (106 - 106) <FC70F4C9-B2A6-352F-9563-6C085E9DDDB8> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x95b3c000 - 0x95bd4ff7  com.apple.Metadata (10.7.0 - 800.23) <6590358F-9677-3257-8780-FF0462852EDD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x95bd5000 - 0x95c01ff7  com.apple.DictionaryServices (1.2 - 208) <33873336-BECD-3F62-A315-C45F24C1818C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x95c02000 - 0x95c2dff5  com.apple.ChunkingLibrary (2.0 - 155.1) <50BBBBF8-F30B-39EA-A512-11A47F429F2C> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x95c52000 - 0x95ca2fff  com.apple.opencl (2.3.59 - 2.3.59) <4BEFE83C-1C89-3BB6-A445-9BE680C84FB3> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x95ca3000 - 0x95ca4fff  libDiagnosticMessagesClient.dylib (100) <B936B1D4-90BB-395D-8EA9-E1237608E7D0> /usr/lib/libDiagnosticMessagesClient.dylib
    0x95ca5000 - 0x95cf8fff  com.apple.htmlrendering (77 - 1.1.4) <408FA30F-4FE9-3162-9FFD-677E8569C1EA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x96001000 - 0x96008ff2  com.apple.NetFS (6.0 - 4.0) <915AA303-C02B-3B0C-8208-D8AAA4350DB4> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x96013000 - 0x9601bfee  libcldcpuengine.dylib (2.3.58) <A393291F-F561-3424-8BD2-AE4496B85F4A> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x9601c000 - 0x960aeff9  libsystem_c.dylib (997.90.3) <80D21D3D-1031-314C-B1F0-0B35B977CEFB> /usr/lib/system/libsystem_c.dylib
    0x96148000 - 0x96149fff  libSystem.B.dylib (1197.1.1) <C58F0CC9-C1FD-3024-9358-D3359A6BBCAD> /usr/lib/libSystem.B.dylib
    0x9614e000 - 0x96152fff  libheimdal-asn1.dylib (323.15) <2C5FF5E6-F253-387E-959A-B1926DD99B31> /usr/lib/libheimdal-asn1.dylib
    0x96153000 - 0x96155fff  com.apple.securityhi (9.0 - 55005) <51765C73-80D1-33E3-9589-3E88380CE007> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x96156000 - 0x961ccff3  com.apple.securityfoundation (6.0 - 55122.1) <18024F59-DE2B-3FC5-A29F-8F2B27349685> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x961cd000 - 0x96264ff7  com.apple.ink.framework (10.9 - 207) <EF00BCCB-B270-3F3D-9424-EF5F4BC23E25> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x96430000 - 0x9645cff7  GLRendererFloat (9.6) <7A6A96FE-472D-3C12-A19C-ADD30A38BB02> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/G LRendererFloat
    0x9645d000 - 0x96466fff  com.apple.audio.SoundManager (4.1 - 4.1) <68B7CEB7-AF09-3E24-8548-6ABF065B5186> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x96467000 - 0x96467fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <DDAC0B59-F886-3AB1-98E8-C71FFF161CD4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x96468000 - 0x9646affe  libCVMSPluginSupport.dylib (9.6) <DF20981B-DAD0-3125-8089-C96CB3226888> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
    0x969a9000 - 0x969cdff7  libxpc.dylib (300.90.2) <5ACBBE2C-74EB-3E88-BCBF-C573095318A5> /usr/lib/system/libxpc.dylib
    0x969fa000 - 0x96a03ffa  com.apple.CommonAuth (4.0 - 2.0) <7E72F700-6072-3822-8AAF-F14D456F7E7D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x96ab6000 - 0x96b0cff6  com.apple.ScalableUserInterface (1.0 - 1) <2C81641B-FA30-32FF-8B3E-3CB9BF53B2D9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterfa ce.framework/Versions/A/ScalableUserInterface
    0x96b0d000 - 0x96bd4ff7  com.apple.DiscRecording (8.0 - 8000.4.6) <84A7EC09-3BBD-3E04-A88C-6D3B724448FF> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x96bd5000 - 0x96c0bfff  com.apple.IconServices (25 - 25.17) <A4B5242B-765E-3D58-B066-BBEDB5947AAD> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x96c0c000 - 0x96cdaff7  com.apple.backup.framework (1.5.2 - 1.5.2) <BE2F37D3-F610-30EE-B106-44B5DAE35603> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x96ce6000 - 0x96d0aff3  libc++abi.dylib (49.1) <43A04ACF-97A5-35ED-B454-6B5C0CF0F99D> /usr/lib/libc++abi.dylib
    0x96d0b000 - 0x96d35fff  libxslt.1.dylib (13) <249D54AB-1D82-38FE-ABEC-0D575450C73B> /usr/lib/libxslt.1.dylib
    0x96d36000 - 0x96d6eff7  com.apple.MediaKit (15 - 709) <82E0F8C0-313C-379C-9994-4D21587D0C0C> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x96d6f000 - 0x96d7bfff  libkxld.dylib (2422.90.20) <28EAB745-E690-34E7-B9F0-BD05E507173B> /usr/lib/system/libkxld.dylib
    0x96d7c000 - 0x96e70fff  libFontParser.dylib (111.1) <D8F9B2A4-41A6-3407-8D80-13A841F97BE5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x96e71000 - 0x96ecdffa  com.apple.print.framework.PrintCore (9.0 - 428) <3E248391-2669-328B-B84F-8763FE8E92BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x96ece000 - 0x96ed8fff  com.apple.bsd.ServiceManagement (2.0 - 2.0) <B84F3916-236A-347B-9C1F-3DE571496737> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x970ff000 - 0x9727dff8  libGLProgrammability.dylib (9.6) <95E86FA5-8620-38C5-B3CB-885F32569634> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x9727e000 - 0x972aeff7  com.apple.CoreServicesInternal (184.9 - 184.9) <999FEDEC-7657-3F32-A9AE-F29E0BE0AAF5> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI nternal
    0x972af000 - 0x972c1fff  libsystem_asl.dylib (217.1.4) <51EB17C9-9F5B-39F3-B6CD-8EF238B05B89> /usr/lib/system/libsystem_asl.dylib
    0x972c2000 - 0x973d4ffc  libsqlite3.dylib (158) <B3DB0FED-FE4C-314D-8329-CF7708C8AAF4> /usr/lib/libsqlite3.dylib
    0x973d5000 - 0x973e0ffb  libcommonCrypto.dylib (60049) <F8E60C43-22EE-3E0B-9546-3365056901F1> /usr/lib/system/libcommonCrypto.dylib
    0x973e1000 - 0x9743affa  libTIFF.dylib (1042) <0EED8A3F-A7C6-3FE2-8F67-55813D5E543E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x97492000 - 0x974fbfff  com.apple.SystemConfiguration (1.13 - 1.13) <144317BE-7AE5-3B8D-90CD-62DCDE9399E7> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x9751b000 - 0x975c7ffb  libvMisc.dylib (423.32) <43873EFF-FB43-3301-BEE8-F2C3A046D7A6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x975cb000 - 0x975cbfff  com.apple.Carbon (154 - 157) <6E680560-FD53-3C00-BDF7-7AFA28747DC8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x975cc000 - 0x975d6ff0  libCGInterfaces.dylib (271) <F78617B0-10DD-3DB0-988A-2407D630519A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/Resources/libCGInterfaces.dylib
    0x975d7000 - 0x9761dff7  libcurl.4.dylib (78.90.1) <C97A942D-A5D4-35ED-B239-B9D13DD7107D> /usr/lib/libcurl.4.dylib
    0x9761e000 - 0x9789afe7  com.apple.QuickTime (7.7.3 - 2826.17) <E8F7EFCE-41FD-3E30-AAA5-5C232317E9D2> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x978a2000 - 0x97903ff7  com.apple.Symbolication (1.4 - 129) <E5948C08-6ADF-3D86-9134-6AE49CF1DA0F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x97904000 - 0x97c2fffe  com.apple.Foundation (6.9 - 1056.13) <C33A8984-7E97-36BE-B842-EE4FE35F53EA> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x97c30000 - 0x97f1afd2  com.apple.vImage (7.0 - 7.0) <256972F0-3DBC-3CE1-9EE8-B48243868729> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x9802c000 - 0x98030ffc  com.apple.IOSurface (91 - 91) <DECEEB72-3C7E-3C21-9237-E5AD293F8B09> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x98031000 - 0x9807dff7  libcups.2.dylib (372.2) <ED7CEA7C-9FD7-34E0-B960-268BD6AFA056> /usr/lib/libcups.2.dylib
    0x980a2000 - 0x980a3ffc  com.apple.TrustEvaluationAgent (2.0 - 25) <064B485D-56E0-3DD7-BBE2-E08A5BFFF8B3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x981cb000 - 0x985c3fff  com.apple.CoreGraphics (1.600.0 - 599.20.11) <82BA834B-C3D1-39CC-B9C3-5C4C976A3BCD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x9862b000 - 0x98762fff  com.apple.desktopservices (1.8.2 - 1.8.2) <CCE6EB2B-1799-349A-8F13-003077CDFF31> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x98763000 - 0x98766ff7  com.apple.help (1.3.3 - 46) <AB6292FA-D3BC-3D56-B3A5-2BE630A503E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x98767000 - 0x98782ff6  libPng.dylib (1042) <1ADB59C7-343E-30CA-A8D2-93540C4A2E7D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x98783000 - 0x987b2ff7  com.apple.framework.SystemAdministration (1.0 - 1.0) <1BD6205B-7C66-3B7B-AC8C-11BE34F7CF6B> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdminis tration
    0x987b3000 - 0x987d0ffb  libresolv.9.dylib (54) <3EC12A7F-6BA1-3976-9F1F-6A4B76303028> /usr/lib/libresolv.9.dylib
    0x9883c000 - 0x98843ffb  libsystem_pthread.dylib (53.1.4) <8B1B7B84-1B5D-32A8-AC0D-1E689E5C8A4C> /usr/lib/system/libsystem_pthread.dylib
    0x9891f000 - 0x98dc6fe7  com.apple.CoreAUC (6.22.08 - 6.22.08) <3F9E2986-8FF9-3339-A0C8-DC1186C4A5EC> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x98dc7000 - 0x98e32ff9  com.apple.Heimdal (4.0 - 2.0) <D26F2F4D-5FD4-3FBF-A28C-1E8215C5ACA1> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x98e33000 - 0x98e39ffc  libCGXCoreImage.A.dylib (599.20.11) <6ED5C6F9-D7AD-35BB-9EC3-780B89C136C2> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A. dylib
    0x98e3a000 - 0x98ec3fff  com.apple.CoreSymbolication (3.0 - 141) <178DDF5C-B6DA-39BD-84F5-FD3FA7E93BF8> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n
    0x98ec4000 - 0x98ef5ff5  com.apple.GSS (4.0 - 2.0) <8C72F861-47F5-3641-9744-B5EF9647C827> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x98ef6000 - 0x98f54ffd  com.apple.AE (665.5 - 665.5) <54F2F247-160C-3A22-A6E3-5D49655A67AB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x98f55000 - 0x992caff9  com.apple.HIToolbox (2.1 - 697.4) <8CB677B7-43FC-3534-A685-5A5445C95F7D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x9936a000 - 0x9942dff1  com.apple.CoreText (352.0 - 367.19) <14FD889D-4D6D-3D53-B28E-2E23975B3C9D> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x99469000 - 0x99491ff7  libRIP.A.dylib (599.20.11) <43C5717D-381A-3015-9BE8-1DDD1C6BA935> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x99492000 - 0x9949dff6  com.apple.NetAuth (5.0 - 5.0) <3B2E9615-EE12-38FC-BDCF-09529FF9464B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x9949e000 - 0x994a8ff7  com.apple.DirectoryService.Framework (10.9 - 173.90.1) <6CD2D996-2972-30A3-B4AD-BB1B816EFDCC> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x994a9000 - 0x994afff7  com.apple.AOSNotification (1.7.0 - 760.3) <63F7E7F8-6FA3-38D3-9907-CDF360CA9354> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
    0x994b0000 - 0x99505ff7  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <0F1C111F-1E64-33BB-A69F-14643B3037D5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x99506000 - 0x9953bffd  libssl.0.9.8.dylib (50) <F3BEA2DF-DB84-37F0-B4C7-97C0A4DF19C9> /usr/lib/libssl.0.9.8.dylib
    0x9a427000 - 0x9a46ffff  com.apple.PerformanceAnalysis (1.47 - 47) <16935C0F-7F9F-316E-9D46-11973DE0904A> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAna lysis
    0x9a470000 - 0x9a494fff  libJPEG.dylib (1042) <AEC2D16E-12E6-3D85-933E-6728EBA802A7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9a495000 - 0x9a495fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <C85070A7-D942-3CFA-981F-5864480788C8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9a496000 - 0x9a704ff6  com.apple.security (7.0 - 55471.14) <7915499B-66CF-39FE-B53C-A11C7775314D> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9a705000 - 0x9a709fff  com.apple.CommonPanels (1.2.6 - 96) <E7CA63C6-CEE9-3F0A-93A7-C12C653FFB80> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x9a70a000 - 0x9a70cff2  com.apple.EFILogin (2.0 - 2) <BC558029-74C0-3A69-B376-8F4CBF8C338F> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x9a763000 - 0x9a775fff  libbsm.0.dylib (33) <1BE92DB5-0D2F-3BB5-BCC6-8A71EF2A3450> /usr/lib/libbsm.0.dylib
    0x9a9e0000 - 0x9aa55ff1  com.apple.ApplicationServices.ATS (360 - 363.3) <FD423680-01A1-357A-89A7-33910A87DE65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x9aa56000 - 0x9aa6aff9  com.apple.MultitouchSupport.framework (245.13 - 245.13) <6860A0D0-3654-3B02-B2E9-C4D2637167B8> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x9aa6b000 - 0x9aa9bff3  libtidy.A.dylib (15.12) <3DBE95FE-8FA7-3584-9202-E37B54B3B064> /usr/lib/libtidy.A.dylib
    0x9aa9c000 - 0x9aac5ff5  com.apple.shortcut (2.6 - 2.6) <F9F32E6F-E641-36D0-B648-058D5E146D38> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x9aac9000 - 0x9abacff7  libcrypto.0.9.8.dylib (50) <B367D3A3-FC1F-326C-92EC-CAD81666524D> /usr/lib/libcrypto.0.9.8.dylib
    0x9abad000 - 0x9abfdff7  libcorecrypto.dylib (161.1) <135FD99E-2211-3DF4-825C-C9F816107F0C> /usr/lib/system/libcorecrypto.dylib
    0x9abfe000 - 0x9ac71fff  com.apple.SearchKit (1.4.0 - 1.4.0) <6F607AB6-7553-37BA-BEC5-98FD7C27FAD7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x9aca0000 - 0x9aca5ff6  libcompiler_rt.dylib (35) <9924DF2E-D80B-3A21-920D-544A4597203F> /usr/lib/system/libcompiler_rt.dylib
    0x9aca6000 - 0x9ad14ffb  libType1Scaler.dylib (112.1) <8DF02425-1C46-3B86-9E02-71F8D13FF3B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libType1Scaler.dylib
    0x9ad15000 - 0x9ad32ff4  libsystem_kernel.dylib (2422.90.20) <C823B3BD-F818-3D7A-9FB7-9BDE00E2BEA1> /usr/lib/system/libsystem_kernel.dylib
    0x9ad33000 - 0x9ad33fff  libkeymgr.dylib (28) <1B097DEA-011E-3B1C-86D5-6C7FAD5C765A> /usr/lib/system/libkeymgr.dylib
    0x9ad34000 - 0x9ad34fff  com.apple.CoreServices (59 - 59) <06747539-5035-3307-8645-9BC4E7F89023> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x9ad35000 - 0x9ad38ff9  com.apple.TCC (1.0 - 1) <A5FCF7AA-3F56-3A19-9DF1-661F1F02F79D> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x9b0ce000 - 0x9b0d3ff3  libsystem_platform.dylib (24.90.1) <0613F163-9A7A-3908-B30B-AC1627503933> /usr/lib/system/libsystem_platform.dylib
    0x9b0d4000 - 0x9b165fff  com.apple.ColorSync (4.9.0 - 4.9.0) <8366AE10-0396-3100-B87A-A176E8ECE7B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x9b166000 - 0x9b2bcff0  libBLAS.dylib (1094.5) <74310C2F-4FDB-3995-A01A-5AFB83010A43> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x9b2bd000 - 0x9b2c5ffe  libGFXShared.dylib (9.6) <D75FE2D7-0CF9-351E-9EE3-893F2B2114BE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x9b2c6000 - 0x9b2d4ff7  com.apple.Sharing (132.2 - 132.2) <87DBFC7A-9689-3B8E-AD16-5A9DFF9DE625> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x9b2d5000 - 0x9b2d5fff  com.apple.ApplicationServices (48 - 48) <7967F6FA-2984-3CC3-AD9A-7B9AEC562A2A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x9b404000 - 0x9b46dffa  com.apple.datadetectorscore (5.0 - 354.3) <566882DE-B726-331E-BA89-ACBB3D5BEEC4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x9b46e000 - 0x9b47eff5  com.apple.LangAnalysis (1.7.0 - 1.7.0) <71DE7754-0A47-3F35-B1BF-B1FE7E1311E0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x9b507000 - 0x9b539ff7  libTrueTypeScaler.dylib (111.1) <A568EE4C-1588-3F8B-8640-F02CEFC5AF09> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x9b53a000 - 0x9b542fff  liblaunch.dylib (842.90.1) <B259692D-D60B-3BCE-9E03-32F457CB5046> /usr/lib/system/liblaunch.dylib
    0x9b543000 - 0x9b5c3ff7  com.apple.CoreServices.OSServices (600.4 - 600.4) <1227DF22-E2DA-3764-A1CA-10CC0CEBE377> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x9b5c6000 - 0x9b5e1ff5  com.apple.openscripting (1.4 - 157) <5C161A52-8D2F-3D56-A988-05727BED7A59> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x9b618000 - 0x9b61cffe  libCoreVMClient.dylib (58.1) <0EB8FFD7-AFED-3A63-810E-29629831D43D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x9b61d000 - 0x9b620ffe  com.apple.LoginUICore (3.0 - 3.0) <6FE961A4-3C17-3004-B50B-FD78FDC28350> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore. framework/Versions/A/LoginUICore
    0x9b621000 - 0x9b621ffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <85316395-817E-342D-8F41-88838EC6FB63> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9b622000 - 0x9b63afff  com.apple.CFOpenDirectory (10.9 - 173.90.1) <13B70F7C-9A4D-3CCA-AEB8-3958F5B6167E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x9b63b000 - 0x9b748ff7  com.apple.ImageIO.framework (3.3.0 - 1042) <677F8044-E8B4-34A8-B7D9-575D7CEA019E> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x9b749000 - 0x9b74dffc  libpam.2.dylib (20) <50623D44-795F-3E28-AA85-23E0E7E2AE0E> /usr/lib/libpam.2.dylib
    0x9b74e000 - 0x9b78eff7  com.apple.bom (14.0 - 193.1) <FFF1C8E5-41FF-357B-8681-69B21DCED2E4> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x9b78f000 - 0x9b79bff7  com.apple.OpenDirectory (10.9 - 173.90.1) <B7440CD7-04F8-3558-B5AA-FD48381B14DE> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x9b79c000 - 0x9b7a5fff  com.apple.DiskArbitration (2.6 - 2.6) <92F7575A-AA20-34D9-BB26-2CC8C3CCAFEB> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9b7a6000 - 0x9b7aefff  libsystem_dnssd.dylib (522.90.2) <A73663C9-CE65-3FF3-B41B-686728BBFB00> /usr/lib/system/libsystem_dnssd.dylib
    0x9b7af000 - 0x9b7b0fff  liblangid.dylib (117) <F18F76C6-7E4B-34AD-AE81-C1C031BF2F7D> /usr/lib/liblangid.dylib
    0x9b805000 - 0x9ba69ff7  com.apple.CoreData (107 - 481.01) <85EE4DFF-3A61-3D3B-A818-524F0A427A4D> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9ba6a000 - 0x9ba77fff  com.apple.Librarian (1.2 - 1) <F85681E3-3398-327B-829B-1D8078C38C22> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x9bfe6000 - 0x9c002fff  libCRFSuite.dylib (34) <FFF76EBA-DF35-3A5F-857F-3F4B1C9F4C77> /usr/lib/libCRFSuite.dylib
    0x9c003000 - 0x9c004fff  libremovefile.dylib (33) <ED35EA79-EB06-3B84-A6D4-B1A9D6B8648D> /usr/lib/system/libremovefile.dylib
    0x9c005000 - 0x9c009ffa  libGIF.dylib (1042) <A28C9045-5ACD-35FE-9499-E98B9C5A20D8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0xb0000000 - 0xb0006ff8  com.apple.carbonframeworktemplate (1.3 - 1.3.12) /Applications/Adobe Photoshop CS4/Adobe Photoshop CS4.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
    0xba900000 - 0xba91cffd  libJapaneseConve

Maybe you are looking for

  • Questions about Contracts and New Phones

    I've had some questions about how upgrading and adding new lines to a contract works and I haven't been able to find the answers through Google. First some background information: We started this most recent contract in September of 2011 and as such

  • Map Viewer SRS Parameter (WMS service)

    Hello, In MapViewer WMS documentation it is mentioned, that two SRS parameter values are supported: SDO:8307 and EPSG:4326. We try to access WMS server using MapInfo Professional as client, but it reports that SDO:8307 projection is not supported by

  • Clock and multitasking

    I have a 2nd gen iPod Touch and after 3 weeks of frustration with a Droid-X, I returned the Droid and bought an iPhone 3GS. Both the iPhone and iPod are running on IOS4. I didn't think about multi-tasking on the iPhone until today when I discovered e

  • JPA OneToMany mapping whit toplink...

    I have a problem when i want to map a OneToMany unidirectional relation using toplink. Toplink maps the relation as a ManyToMany relation instead? Code in a class called Car: @OneToMany(cascade={CascadeType.PERSIST, CascadeType.REMOVE}) public List<W

  • How can a  variable display the first character that's on the page?

    I'm creating a telephone directory and want each page to display the alphabet of the first listing on the page on the top - only one character. Can you tell me how to do this?