Initiating External Calls in Adobe Edge

Can I do external calls with edge? For example: can I access external music and build a list which could be played back by a user? Additionally could i use some library that would allow me to record in Edge and save the recording? I am thinking like some browser api or some external call that would allow me to create a stand alone Adobe Edge html file that someone could launch on their desktop. I know this is asking a lot but I would greatly appreciate any info.

Hell0,
I did this example a long time ago. Maybe this could help you.
https://www.box.com/s/ygym12tza9s9x2gfrgja

Similar Messages

  • Add an external code in Adobe Edge

    I would like to add an external code in Adobe Edge, tried a few options and still having trouble.
    How do I add the following code in Rectangles?
    <div id="cont_2cc55146a3764e86d9f22ec81a15bf4c">
    <span id="h_2cc55146a3764e86d9f22ec81a15bf4c"> Moscow Time </ span> <script type="text/javascript" src="http://www.tempo.com/wid_loader/2cc55146a3764e86d9f22ec81a15bf4c"> </ script>
    </ div>
    * It is a weather forecast.

    Hell0,
    I did this example a long time ago. Maybe this could help you.
    https://www.box.com/s/ygym12tza9s9x2gfrgja

  • How to set and read cookies in adobe edge animate

    Hi all,
    I need help in writing and reading cookies using adobe edge, is there is a way to do it I serached the internet but I did not find something simlliar?
    thanks in advance

    To test with this plugin in a simple HTML page, you'll need to also include jQuery itself.
    For example:
    <script src="/path/to/jquery.js"></script>
    <script src="/path/to/jquery.cookie.js"></script>
    </head>
    There are a few different ways that you could load the jQuery.cookie plugin into your composition. Regardless of the method, I recommend loading it at the compositionReady trigger. This is the trigger that fires after the composition is ready to play.
    This blog post shows one way to load in external .js files:
    http://chrisgannon.wordpress.com/2012/09/01/loading-external-javascript-in-adobe-edge-anim ate-the-easy-way/
    Here's how you would be applying this method for the jQuery.cookie plugin:
    Then enter in code similar to this:
    yepnope(
        nope:[
          '/path/to/jquery.cookie.js'
      complete: init
    function init() {
    //create your cookie's initial values here
    That would load in the jQuery.cookie plugin.
    It would then be up to you to create/manipulate the cookie's data as needed for your purpose. Most likely, you would scroll to a point in the timeline where you want data to be changed and/or read, add a trigger, then insert the necessary code.

  • Loading external div resp. java script resp. google maps resp. php in adobe edge animate

    Hi there,
    I made some nice webpage with adobe edge, and additionaly I would like to implement store finder made with google maps. Any idea how I should do this?
    Here the website:
    http://www.heelbopps.com
    And here the map:
    http://www.heelbopps.com/maps/map.php
    What I intend to to is to make a div between contact and disclaimer and load map.php in this div.
    Here how does the look the file: map.php
    <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
        <meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
        <title>Google Maps AJAX + mySQL/PHP Example</title>
        <link href="style.css" rel="stylesheet" type="text/css" />
        <script src="http://maps.googleapis.com/maps/api/js?sensor=false"
                type="text/javascript"></script>
        <script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
        <script src="storeLocator.js" type="text/javascript"></script>
              </head>
              <body style="margin:0px; padding: 0px;" onload="load()">
                        <div>
                                  <input type ="text" id="addressInput" size="10"/>
                                  <input type="button" onclick="searchLocations()" value="Suche"/>
                        </div>
                        <div><select id="locationSelect" style="width:100%; visibility: hidden"></select></div>
                        <div id="map" style="width: 100%; height: 80%"></div>
              </body>
    </html>
    How can I implement this code in adobe edge? Please help, because I am clueless, and it has to be done today.
    Many many thanks in advance...
    Stanko

    Dear Stanko, did you get my private message about fixing top menu ?
    Zaxist

  • How to access external timeline Adobe Edge

    All-  I have mulitple Adobe Edge files where I need to access timelines at a specific label.  I've searched this topic and have only found Coder speak on how to accomplish this task.  Can anyone point me to a tutorial that uses  LAYMANS TERMS or an explanation on how I can get this done?  So far I'm using getURL to access other files. 
    Thx

    If the external hard drive is plugged into ethernet it has to be a NAS, or something of that nature. It therefore has an IP address which must correspond to the IP of the TC. How have you setup this device.. does it have dhcp? If so you simply link to it from finder, go to server and type in the appropriate IP.. that is assuming it does not appear in finder without intervention.
    What is the device you are plugging in.. ?? That may help us help you.

  • (Still) can't install Adobe Edge.

    Hi.
    I'm struggling to install Adobe Edge on my Mac;
    I've successfully installed on my laptop however I need to explore in work, and it keeps crashing.
    I'm not a technical expert so I'm going nowhere with Forums and the like.
    I am (obviously) willing to pay someone to troubleshoot this crash log, pasted below:
    Is there such a service available?
    Process:         Adobe Edge Animate [407]
    Path:            /Applications/Adobe Edge Animate/Adobe Edge Animate.app/Contents/MacOS/Adobe Edge Animate
    Identifier:      com.adobe.Adobe Edge Animate.application
    Version:         1.0.0 (1.0.0.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [136]
    Date/Time:       2012-10-12 16:16:25.035 +0100
    OS Version:      Mac OS X 10.7.5 (11G63)
    Report Version:  9
    Interval Since Last Report:          2485 sec
    Crashes Since Last Report:           1
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                      7CE84A51-6368-40F9-8759-14BA70B89F56
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    objc[407]: garbage collection is OFF
    terminate called throwing an exception
    abort() called
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x96fb49c6 __pthread_kill + 10
    1   libsystem_c.dylib                       0x919c8f78 pthread_kill + 106
    2   libsystem_c.dylib                       0x919b9bdd abort + 167
    3   libc++abi.dylib                         0x93499921 abort_message + 94
    4   libc++abi.dylib                         0x934971bc default_terminate() + 36
    5   libc++abi.dylib                         0x934971fe safe_handler_caller(void (*)()) + 15
    6   libc++abi.dylib                         0x93497268 std::terminate() + 23
    7   libc++abi.dylib                         0x934982a0 __cxa_throw + 112
    8   com.adobe.dvacore.framework             0x00284ccd dvacore::filesupport::DirHelper::Create() + 613
    9   com.adobe.dvacore.framework             0x00284e98 dvacore::filesupport::DirHelper::PrefDir() + 194
    10  com.adobe.dvacore.framework             0x002855db dvacore::filesupport::Dir::PrefDir() + 19
    11  com.adobe.Adobe Edge Animate.application          0x0000c258 helium::App::LoadLocaleSettings() + 42
    12  com.adobe.Adobe Edge Animate.application          0x000151ce helium::App::PreInitialize(exo::app::AppInitArgs&, boost::program_options::variables_map&) + 260
    13  com.adobe.Adobe Edge Animate.application          0x0002e0b0 main + 368
    14  com.adobe.Adobe Edge Animate.application          0x00005bb5 start + 53
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x96fb590a kevent + 10
    1   libdispatch.dylib                       0x9605de04 _dispatch_mgr_invoke + 969
    2   libdispatch.dylib                       0x9605c853 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x96fb502e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x919c8ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x919ca6fe start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib                  0x96fb502e __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x919c8ccf _pthread_wqthread + 773
    2   libsystem_c.dylib                       0x919ca6fe start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x9349a330  ecx: 0xbffff67c  edx: 0x96fb49c6
      edi: 0xac2832c0  esi: 0x00000006  ebp: 0xbffff698  esp: 0xbffff67c
       ss: 0x00000023  efl: 0x00000246  eip: 0x96fb49c6   cs: 0x0000000b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x00073874
    Logical CPU: 0
    Binary Images:
        0x1000 -    0x8fff3 +com.adobe.Adobe Edge Animate.application (1.0.0 - 1.0.0.0) <A692E0E1-A9B3-B0D4-256F-AC4EF7B78C5D> /Applications/Adobe Edge Animate/Adobe Edge Animate.app/Contents/MacOS/Adobe Edge Animate
      0x15a000 -   0x1b0ffb +com.adobe.headlights.LogSessionFramework (??? - 2.1.2.1263) <5B594BC9-5222-651B-6B70-7AD067035B1A> /Applications/Adobe Edge Animate/Adobe Edge Animate.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
      0x1fa000 -   0x1fdffb +com.adobe.AdobeCrashReporter (6.0 - 6.0.20120720) <A6503206-E545-4C47-B725-D6658C3E0BF5> /Applications/Adobe Edge Animate/Adobe Edge Animate.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporte r
      0x204000 -   0x20aff7 +com.adobe.boost_date_time.framework (1.0.0 - 1.0.0.0) <1D80D16E-26A9-4610-C4DD-D7B66C833774> /Applications/Adobe Edge Animate/Adobe Edge Animate.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
      0x224000 -   0x232ff3 +com.adobe.boost_threads.framework (1.0.0 - 1.0.0.0) <3591DDF6-49CE-D07C-1A91-11438C4FC713> /Applications/Adobe Edge Animate/Adobe Edge Animate.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
      0x251000 -   0x25bff7 +com.adobe.boost_signals.framework (1.0.0 - 1.0.0.0) <9BA5DC1A-2885-1218-2BFD-D3B554B9B937> /Applications/Adobe Edge Animate/Adobe Edge Animate.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
      0x272000 -   0x275fff +com.adobe.boost_system.framework (1.0.0 - 1.0.0.0) <6F507526-1FEA-A4DB-1CCF-C9F7C3BFC044> /Applications/Adobe Edge Animate/Adobe Edge Animate.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
      0x27c000 -   0x44eff3 +com.adobe.dvacore.framework (1.0.0 - 1.0.0.0) <C73F1267-3E4C-E20C-4880-2EAB26D31AEF> /Applications/Adobe Edge Animate/Adobe Edge Animate.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
      0x65e000 -   0xa99ff3 +com.adobe.dvaui.framework (1.0.0 - 1.0.0.0) <E95A1084-6A26-0B29-7528-2050A4888C00> /Applications/Adobe Edge Animate/Adobe Edge Animate.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
      0xfc3000 -  0x1072ff7 +com.adobe.dvaworkspace.framework (1.0.0 - 1.0.0.0) <79E10830-B8A3-1F09-1772-DD3138FF42DA> /Applications/Adobe Edge Animate/Adobe Edge Animate.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace
    0x1170000 -  0x1233ff7 +com.adobe.exo.framework (1.0.0 - 1.0.0.0) <1F0BD1D3-5035-91B1-507C-F2227FB085C9> /Applications/Adobe Edge Animate/Adobe Edge Animate.app/Contents/Frameworks/exo.framework/Versions/A/exo
    0x1380000 -  0x1444fe7 +com.adobe.dvaeve.framework (1.0.0 - 1.0.0.0) <23A258BA-F3CA-218D-ADAE-E2DA73FD2AFB> /Applications/Adobe Edge Animate/Adobe Edge Animate.app/Contents/Frameworks/dvaeve.framework/Versions/A/dvaeve
    0x15aa000 -  0x18c8feb +com.adobe.dvaadameve.framework (1.0.0 - 1.0.0.0) <5453C049-D2DE-6A64-56B1-244EBB0BCAA8> /Applications/Adobe Edge Animate/Adobe Edge Animate.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
    0x1f75000 -  0x1f89ff3 +com.adobe.boost_filesystem.framework (1.0.0 - 1.0.0.0) <B4D12375-9FCA-DCDC-8B88-57B2EEEE378D> /Applications/Adobe Edge Animate/Adobe Edge Animate.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesystem
    0x1fae000 -  0x2041fe7 +com.adobe.boost_regex.framework (1.0.0 - 1.0.0.0) <B20004C7-EA5F-EA31-A870-3142F300E700> /Applications/Adobe Edge Animate/Adobe Edge Animate.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex
    0x20db000 -  0x2129ff7 +com.adobe.AgKernel.framework (1.0.0 - 1.0.0.0) <D440C926-B5E9-1A32-71CA-7B77B7EC6B4C> /Applications/Adobe Edge Animate/Adobe Edge Animate.app/Contents/Frameworks/AgKernel.framework/Versions/A/AgKernel
    0x2159000 -  0x2240feb +com.adobe.dvalua.framework (1.0.0 - 1.0.0.0) <5F4958C9-B9EF-55B7-D5CB-A23F24E63282> /Applications/Adobe Edge Animate/Adobe Edge Animate.app/Contents/Frameworks/dvalua.framework/Versions/A/dvalua
    0x23a4000 -  0x23c5ff7 +com.adobe.bezierlua.framework (1.0.0 - 1.0.0.0) <FDC4D3D0-3A1B-138C-60CC-24F3A5F51654> /Applications/Adobe Edge Animate/Adobe Edge Animate.app/Contents/Frameworks/bezierlua.framework/Versions/A/bezierlua
    0x23e1000 -  0x23e8fff +com.adobe.dvaundo.framework (1.0.0 - 1.0.0.0) <DCEDB017-9C61-EDEF-528F-67193A3685AF> /Applications/Adobe Edge Animate/Adobe Edge Animate.app/Contents/Frameworks/dvaundo.framework/Versions/A/dvaundo
    0x23f7000 -  0x2535fef +com.adobe.scintilla.framework (1.0.0 - 1.0.0.0) <190E1643-8A7C-D07F-95DE-B93B4C2AC678> /Applications/Adobe Edge Animate/Adobe Edge Animate.app/Contents/Frameworks/scintilla.framework/Versions/A/scintilla
    0x25b7000 -  0x2699ff3 +com.adobe.amtlib (amtlib 6.0.0.93 - 6.0.0.93) <2218F05B-09B7-AE0E-5EF7-98FBA5DF9C86> /Applications/Adobe Edge Animate/Adobe Edge Animate.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x26a8000 -  0x26d6ff7 +com.adobe.dvawebview.framework (1.0.0 - 1.0.0.0) <5F04A921-7BAE-CD94-CE2F-656B12D5E4AB> /Applications/Adobe Edge Animate/Adobe Edge Animate.app/Contents/Frameworks/dvawebview.framework/Versions/A/dvawebview
    0x2744000 -  0x2746ff7 +com.adobe.lua_zip.framework (1.0.0 - 1.0.0.0) <9B388746-4BA8-4AE1-3761-86424CC4745C> /Applications/Adobe Edge Animate/Adobe Edge Animate.app/Contents/Frameworks/lua_zip.framework/Versions/A/lua_zip
    0x274c000 -  0x275bfe7 +com.adobe.lua_zlib.framework (1.0.0 - 1.0.0.0) <4EC2B6CD-9B6C-D266-A3AD-3A67A97D9F2A> /Applications/Adobe Edge Animate/Adobe Edge Animate.app/Contents/Frameworks/lua_zlib.framework/Versions/A/lua_zlib
    0x2764000 -  0x277aff7 +com.adobe.libzip.framework (1.0.0 - 1.0.0.0) <FB20EF24-1F3A-4073-E721-C76E75D9FBBA> /Applications/Adobe Edge Animate/Adobe Edge Animate.app/Contents/Frameworks/libzip.framework/Versions/A/libzip
    0x278d000 -  0x283aff7  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <7B6DB792-C9E5-3772-8734-8D0052757B8C> /usr/lib/libcrypto.0.9.7.dylib
    0x287f000 -  0x288fffb +com.adobe.dvatexteditor.framework (1.0.0 - 1.0.0.0) <2BE343D9-AA67-9AED-ED00-70567DCC54D3> /Applications/Adobe Edge Animate/Adobe Edge Animate.app/Contents/Frameworks/dvatexteditor.framework/Versions/A/dvatexteditor
    0x28b3000 -  0x4c2efe3 +libcef.dylib (??? - ???) <980B7276-9EB6-37D1-B860-9D467E7769D5> /Applications/Adobe Edge Animate/Adobe Edge Animate.app/Contents/Frameworks/dvawebview.framework/Versions/A/cef/libcef.dylib
    0x8fec9000 - 0x8fefbaa7  dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
    0x9196a000 - 0x91a35fff  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <52421B00-79C8-3727-94DE-62F6820B9C31> /usr/lib/system/libsystem_c.dylib
    0x91a36000 - 0x91b45ff7  com.apple.DesktopServices (1.6.5 - 1.6.5) <CEC069D7-37A3-3D25-A3BB-39DE99FDA46E> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x91c9d000 - 0x91d24fff  com.apple.print.framework.PrintCore (7.1 - 366.3) <EEC03CAB-7F79-3931-87FE-4DF0B767BF47> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x92020000 - 0x92071ff9  com.apple.ScalableUserInterface (1.0 - 1) <3C39DF4D-5CAE-373A-BE08-8CD16E514337> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterfa ce.framework/Versions/A/ScalableUserInterface
    0x9216a000 - 0x92362ff7  com.apple.CoreData (104.1 - 358.14) <C1730963-F75D-3338-B65F-D50235538B28> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x92363000 - 0x92363fff  com.apple.Cocoa (6.6 - ???) <5FAFE73E-6AF5-3D09-9191-0BDC8C6875CB> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x92364000 - 0x923ccfff  libc++.1.dylib (28.4.0 - compatibility 1.0.0) <B24814AB-CA77-3B9D-8FAB-58C9B4FD3A16> /usr/lib/libc++.1.dylib
    0x923cd000 - 0x92426fff  com.apple.HIServices (1.21 - ???) <91EC636D-AC27-3332-BA1C-FD7301917429> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x92427000 - 0x92428ff4  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <6DE3FDC7-0BE0-3791-B6F5-C15422A8AFB8> /usr/lib/system/libremovefile.dylib
    0x92429000 - 0x92498fff  com.apple.Heimdal (2.2 - 2.0) <2E1B8779-36D4-3C62-A67E-0034D77D7707> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x92499000 - 0x924b6ff3  com.apple.openscripting (1.3.3 - ???) <0579A4CB-FD6F-3D7F-A17B-AC0F2CF11FC7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x924fc000 - 0x92504ff3  libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
    0x92505000 - 0x9254dff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <68B92FEA-F754-3E7E-B5E6-D512E26144E7> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x9254e000 - 0x9266cfec  com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x9266e000 - 0x92672fff  libGIF.dylib (??? - ???) <2ADFED97-2228-343D-9A53-207CBFDE7984> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x929a3000 - 0x929feff3  com.apple.Symbolication (1.3 - 91) <4D12D2EC-5010-3958-A205-9A67E972C76A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x929ff000 - 0x92a73fff  com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n
    0x92a74000 - 0x92a7fffe  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <B63F5D07-93B3-3F02-BFB7-472B4ED3521F> /usr/lib/libbz2.1.0.dylib
    0x92a86000 - 0x92ae8ff3  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
    0x92ae9000 - 0x92b38ffb  com.apple.AppleVAFramework (5.0.16 - 5.0.16) <1188E7AB-76FE-343F-9108-30CD67E5A37B> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x92b39000 - 0x92b3afff  liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
    0x92b3b000 - 0x92f3dff6  libLAPACK.dylib (??? - ???) <00BE0221-8564-3F87-9F6B-8A910CF2F141> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x92f54000 - 0x92f5cfff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <28D5D8B5-14E8-3DA1-9085-B9BC96835ACF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x92f5d000 - 0x92f63ffb  com.apple.print.framework.Print (7.4 - 247.3) <CB075EEE-FA1F-345C-A1B5-1AB266FC73A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x92f64000 - 0x92fabff5  com.apple.opencl (2.0.19 - 2.0.19) <7689E7B9-EE5A-3F74-8699-4CDED9162260> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x92ffe000 - 0x930f6ff7  libFontParser.dylib (??? - ???) <71B33EB1-27F8-3C68-B940-FC61A3CFE275> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x930f7000 - 0x93108fff  libbsm.0.dylib (??? - ???) <54ACF696-87C6-3652-808A-17BE7275C230> /usr/lib/libbsm.0.dylib
    0x93109000 - 0x9314cffd  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <6B35F203-5D72-335A-A4BC-CC89FEC0E14F> /usr/lib/system/libcommonCrypto.dylib
    0x9314d000 - 0x93164ff8  com.apple.CoreMediaAuthoring (2.0 - 891) <69D569FD-670C-3BD0-94BF-7A8954AA2953> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthor ing
    0x93492000 - 0x9349bfff  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
    0x9351d000 - 0x9351efff  com.apple.TrustEvaluationAgent (2.0 - 1) <4BB39578-2F5E-3A50-AD59-9C0AB99472EB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x93554000 - 0x93569ff7  com.apple.ImageCapture (7.1.0 - 7.1.0) <E5FCA336-7E47-343E-A82D-CCCA5BCD5929> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x93575000 - 0x9360cff3  com.apple.securityfoundation (5.0 - 55116) <EB53CEF7-4836-39FD-B012-6BC122ED4CE9> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x9360d000 - 0x9390ffff  com.apple.CoreServices.CarbonCore (960.25 - 960.25) <C613B0DA-B401-3DC7-B626-6E20D4DDC8A8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x93910000 - 0x9392afff  com.apple.Kerberos (1.0 - 1) <D7920A1C-FEC4-3460-8DD0-D02491578CBB> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9392c000 - 0x9392eff9  com.apple.securityhi (4.0 - 1) <39157216-5E43-392A-AE3F-716726D8C8BF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x9392f000 - 0x9393dfff  libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
    0x9393e000 - 0x939a0ffb  com.apple.datadetectorscore (3.0 - 179.4) <3A418498-C189-37A1-9B86-F0ECB33AD91C> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x939a1000 - 0x939acffc  com.apple.NetAuth (3.1 - 3.1) <CD89526E-4FF6-3BB3-A94E-832D4504AB1C> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x939ad000 - 0x93a28ffb  com.apple.ApplicationServices.ATS (317.12.0 - ???) <4D124B65-3D43-32E9-B296-3671347BB888> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x93a29000 - 0x93a58ff7  libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
    0x93a59000 - 0x93a5dff3  libsystem_network.dylib (??? - ???) <62EBADDA-FC72-3275-AAB3-5EDD949FEFAF> /usr/lib/system/libsystem_network.dylib
    0x93b59000 - 0x93b61ff5  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <BB0C7B49-600F-3551-A460-B7E36CA4C4A4> /usr/lib/system/libcopyfile.dylib
    0x93b62000 - 0x93b66fff  com.apple.CommonPanels (1.2.5 - 94) <EA47550D-7DAF-30D9-91DB-1FB594CC8522> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x94415000 - 0x9447aff7  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <4B4B32D2-4F66-3B0D-BD61-FA8429FF8507> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x94568000 - 0x94568fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <4192CE7A-BCE0-3D3C-AAF7-6F1B3C607386> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x94569000 - 0x945b2ff7  libGLU.dylib (??? - ???) <9AF7AD51-16E3-3674-B60E-30EE499D7B46> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x945b3000 - 0x945b3fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <22997C20-BEB7-301D-86C5-5BFB3B06D212> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x945b4000 - 0x948faff3  com.apple.HIToolbox (1.9 - ???) <E5EA9EEF-3CCA-36A0-8688-DA2E64E2256C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x94b27000 - 0x94b27ffe  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
    0x94b28000 - 0x94cdcff3  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <4AFF6FC3-6283-3934-8EFC-CA227CA11164> /usr/lib/libicucore.A.dylib
    0x94d34000 - 0x94d62ff7  com.apple.DictionaryServices (1.2.1 - 158.3) <8D03D180-D834-39F3-A106-78E0B22A7893> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x94d87000 - 0x95056ffb  com.apple.security (7.0 - 55148.6) <8DF67BDD-C98F-3B7E-AC63-D468407FA82D> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x950ca000 - 0x950d8ff7  libxar-nossl.dylib (??? - ???) <5BF4DA8E-C319-354A-967E-A0C725DC8BA3> /usr/lib/libxar-nossl.dylib
    0x950d9000 - 0x950e0ffd  com.apple.NetFS (4.0 - 4.0) <AE731CFE-1B2E-3E46-8759-843F5FB8C24F> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x95259000 - 0x95b8472b  com.apple.CoreGraphics (1.600.0 - ???) <DD7CDD67-FC4F-36FE-962F-2EA7EF3FC780> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x95b85000 - 0x95b85fff  libOpenScriptingUtil.dylib (??? - ???) <E4C22B65-9493-31D5-9D46-19BD70975587> /usr/lib/libOpenScriptingUtil.dylib
    0x95b8b000 - 0x95c61aab  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib
    0x95c66000 - 0x9605afeb  com.apple.VideoToolbox (1.0 - 705.94) <8FCC2C08-2D4C-3A96-B57A-CAA56911120F> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x9605b000 - 0x96069fff  libdispatch.dylib (187.10.0 - compatibility 1.0.0) <1B857064-288D-3919-B81A-38E9F4D19B54> /usr/lib/system/libdispatch.dylib
    0x960ed000 - 0x96109ff5  com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage
    0x9610a000 - 0x9615cff7  libFontRegistry.dylib (??? - ???) <C2B84661-A62D-3FFF-8D8C-BC697E9BDF4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x9615d000 - 0x967e9ff5  com.apple.CoreAUC (6.16.12 - 6.16.12) <9D51400F-B827-3BA7-87F5-954A1CDDAEA9> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x96832000 - 0x96836ff7  com.apple.OpenDirectory (10.7 - 146) <4986A382-8FEF-3392-8CE9-CF6A5EE4E365> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x96846000 - 0x96957ff7  libJP2.dylib (??? - ???) <2B5EB147-F845-30DF-87C4-D2D3C3D0680A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJP2.dylib
    0x96958000 - 0x96959ff7  libquarantine.dylib (36.7.0 - compatibility 1.0.0) <46980EC2-149D-3CF7-B29A-401FB89C275D> /usr/lib/system/libquarantine.dylib
    0x9695a000 - 0x9695fff7  libmacho.dylib (800.0.0 - compatibility 1.0.0) <943213F3-CC9B-328E-8A6F-16D85C4274C7> /usr/lib/system/libmacho.dylib
    0x96960000 - 0x96961fff  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
    0x96c20000 - 0x96c2bfff  libkxld.dylib (??? - ???) <14E79D7A-B6C2-35C5-B56D-D343BEC2A106> /usr/lib/system/libkxld.dylib
    0x96d91000 - 0x96d94ffc  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
    0x96d95000 - 0x96db8fff  com.apple.CoreVideo (1.7 - 70.3) <4234C11C-E8E9-309A-9465-27D6D7458895> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x96db9000 - 0x96e46ff7  com.apple.CoreText (220.22.0 - ???) <EA7210A7-DECC-3F76-8A66-D4E41859B3C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x96e47000 - 0x96e4efff  com.apple.agl (3.2.0 - AGL-3.2.0) <ED5A5B8A-0014-3897-951F-628391333256> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x96ea1000 - 0x96eacffb  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <A1764D2F-EB84-33DC-9ED5-CDA3B468FF3E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x96f6b000 - 0x96f6cfff  libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
    0x96f6d000 - 0x96f9bfe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <30189C33-6ADD-3142-83F3-6114B1FC152E> /usr/lib/libSystem.B.dylib
    0x96f9c000 - 0x96fbaff7  libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <79179F83-457A-3539-A76B-E960D2108109> /usr/lib/system/libsystem_kernel.dylib
    0x970aa000 - 0x970b0fff  libGFXShared.dylib (??? - ???) <9C9834EB-B794-38C8-9B90-31D8CB234F86> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x970b1000 - 0x970d6ff9  libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x970d7000 - 0x9710dff7  com.apple.AE (527.7 - 527.7) <7BAFBF18-3997-3656-9823-FD3B455056A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x97110000 - 0x9723cff9  com.apple.CFNetwork (520.5.1 - 520.5.1) <F3C606BF-6DCF-33CD-981B-7253C9E3113A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x9723d000 - 0x97241ffd  IOSurface (??? - ???) <EDDBEE65-1EB8-33A7-9972-E361A3508234> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x97248000 - 0x976bdff7  FaceCoreLight (1.4.7 - compatibility 1.0.0) <3E2BF587-5168-3FC5-9D8D-183A9C7C1DED> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
    0x976be000 - 0x976dbfff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
    0x976dc000 - 0x976dfffd  libCoreVMClient.dylib (??? - ???) <B8F8916D-F12A-3D95-ABF3-999D57B7D581> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x976e0000 - 0x97bbcff6  libBLAS.dylib (??? - ???) <134ABFC6-F29E-3DC5-8E57-E13CB6EF7B41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x97bbd000 - 0x97c0fffb  com.apple.CoreMediaIO (216.0 - 3199.8) <A079E576-64FD-3069-846E-F3B67AF28E15> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x97c10000 - 0x97f1aff3  com.apple.Foundation (6.7.2 - 833.25) <4C52ED74-A1FD-3087-A2E1-035AB3CF9610> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x97fd2000 - 0x97ffdfff  com.apple.GSS (2.2 - 2.0) <2C468B23-FA87-30B5-B9A6-8C5D1373AA30> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x98146000 - 0x9829cfff  com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <F09C7075-2C4E-3A4F-A372-95D700125513> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9829d000 - 0x982a0ff7  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
    0x982a1000 - 0x98317fff  com.apple.Metadata (10.7.0 - 627.37) <F54AED70-95C5-3561-8C87-D9E5539E98A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x98318000 - 0x98338ff7  com.apple.RemoteViewServices (1.5 - 44.2) <11C87337-FF29-3976-A230-6387D96563C5> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
    0x98385000 - 0x9838dff3  liblaunch.dylib (392.39.0 - compatibility 1.0.0) <9E6135FF-C2B1-3BC9-A160-B32D71BFA77C> /usr/lib/system/liblaunch.dylib
    0x98392000 - 0x98452ffb  com.apple.ColorSync (4.7.4 - 4.7.4) <0A68AF35-15DF-3A0A-9B17-70CE2A106A6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x98a88000 - 0x98aa4ff1  libPng.dylib (??? - ???) <F084226B-14F0-36C0-B5EC-22C78406D2B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x98aa5000 - 0x98aa6ffd  libCVMSPluginSupport.dylib (??? - ???) <4B0476F9-950D-3EB7-BD83-F65AF0B05F0E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
    0x98ad3000 - 0x98b15ff7  com.apple.CoreMedia (1.0 - 705.94) <10D5D25F-9BCB-3406-B737-23D9FDF2CC71> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x98b16000 - 0x98c26fe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib
    0x98c27000 - 0x98c3dffe  libxpc.dylib (77.19.0 - compatibility 1.0.0) <0585AA94-F4FD-32C1-B586-22E7184B781A> /usr/lib/system/libxpc.dylib
    0x98c48000 - 0x98c4fff9  libsystem_dnssd.dylib (??? - ???) <EBEAF723-84F8-3544-8FB2-31B7771B50D0> /usr/lib/system/libsystem_dnssd.dylib
    0x98c50000 - 0x98c51ff7  libsystem_sandbox.dylib (??? - ???) <5CFCCFB7-CF29-3E04-801D-8532AE004768> /usr/lib/system/libsystem_sandbox.dylib
    0x98f46000 - 0x98f6eff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <AB530FB2-8BD1-3328-95E8-CF449F0429CA> /usr/lib/libxslt.1.dylib
    0x990da000 - 0x99137ffb  com.apple.htmlrendering (76 - 1.1.4) <409EF0CB-2997-369A-9326-BE12436B9EE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x99138000 - 0x99139ff0  libunc.dylib (24.0.0 - compatibility 1.0.0) <2F4B35B2-706C-3383-AA86-DABA409FAE45> /usr/lib/system/libunc.dylib
    0x991dd000 - 0x99273ff7  com.apple.LaunchServices (480.40 - 480.40) <D5C0DEF9-398C-3742-8C4E-875C3365EC8B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x99600000 - 0x99946fff  com.apple.MediaToolbox (1.0 - 705.94) <89D37021-C389-3CC5-A158-620ADCBD99EF> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x99cbd000 - 0x99cd2fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <92AADDB0-BADF-3B00-8941-B8390EDC931B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x99cd3000 - 0x99cd3ff2  com.apple.CoreServices (53 - 53) <7CB7AA95-D5A7-366A-BB8A-035AA9E582F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x99cd4000 - 0x99d78fff  com.apple.QD (3.40 - ???) <3881BEC6-0908-3073-BA44-346356E1CDF9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x99d79000 - 0x99d7cffb  com.apple.help (1.3.2 - 42) <B1E6701C-7473-30B2-AB5A-AFC9A4823694> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x99d8e000 - 0x99e76fff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <1841196F-68B5-309F-8ED1-6714B1DFEC83> /usr/lib/libxml2.2.dylib
    0x99e77000 - 0x99e80ff3  com.apple.CommonAuth (2.2 - 2.0) <C3FD6EC2-8EB3-38FB-BBB7-05009CA49024> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x99fa2000 - 0x99fc4ff8  com.apple.PerformanceAnalysis (1.11 - 11) <453463FF-7C42-3526-8C96-A9971EE07154> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAna lysis
    0x99ff4000 - 0x9a090fff  com.apple.ink.framework (10.7.5 - 113) <05CAFB64-D3B8-3973-87EA-CB8BBE580F6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x9a44d000 - 0x9a48afef  libGLImage.dylib (??? - ???) <FC13D46F-69C4-3BA1-A5E8-52C2EC8B7D58> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x9a64a000 - 0x9a69affa  libTIFF.dylib (??? - ???) <CAD45E49-FD7C-37FA-A118-AEB526B90E67> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x9a69b000 - 0x9a6abfff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <6D6F0C9D-2EEA-3578-AF3D-E2A09BCECAF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x9a6ac000 - 0x9a6afff7  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
    0x9a6bc000 - 0x9a6f3fef  com.apple.DebugSymbols (2.1 - 87) <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x9a72b000 - 0x9a732ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
    0x9a8c9000 - 0x9aa2cfff  com.apple.QTKit (7.7.1 - 2339) <163FBDDD-0458-378F-84DD-CB0F603A259E> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x9aa2d000 - 0x9aa8bff7  com.apple.coreui (1.2.2 - 165.11) <340B0B83-1407-3AB4-BCAB-505C29303EE2> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9aa8c000 - 0x9aa8eff7  libdyld.dylib (195.5.0 - compatibility 1.0.0) <52F7B44C-1B43-3B7B-9C9E-6410D8682935> /usr/lib/system/libdyld.dylib
    0x9acac000 - 0x9acb0ffa  libcache.dylib (47.0.0 - compatibility 1.0.0) <56256537-6538-3522-BCB6-2C79DA6AC8CD> /usr/lib/system/libcache.dylib
    0x9acb1000 - 0x9ae13ffb  com.apple.QuartzCore (1.7 - 270.5) <6D0EC7FC-11E5-35FB-A08A-3B438E89FBDB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9ae14000 - 0x9ae14fff  com.apple.Carbon (153 - 153) <F996332A-390E-3337-A09E-A1E54004B567> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9ae15000 - 0x9afecfe7  com.apple.CoreFoundation (6.7.2 - 635.21) <4D1D2BAF-1332-32DF-A81B-7E79D4F0A6CB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9b243000 - 0x9b257fff  com.apple.CFOpenDirectory (10.7 - 146) <58050170-D74E-3670-945D-D8501F67835F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x9b5a4000 - 0x9b5b1fff  libGL.dylib (??? - ???) <A72F14F7-1836-34AB-9F08-67836CB966E4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9b5c6000 - 0x9b5d9ff8  com.apple.MultitouchSupport.framework (231.4 - 231.4) <083F7787-4C3B-31DA-B5BB-1993D9A9723D> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x9b602000 - 0x9b6e5ff7  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <BD913D3B-388D-33AE-AA5E-4810C743C28F> /usr/lib/libcrypto.0.9.8.dylib
    0x9b77e000 - 0x9ba03fe3  com.apple.QuickTime (7.7.1 - 2339) <FC82F13B-1788-3766-8681-7A3B1EFAE02D> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9ba04000 - 0x9ba14ff7  libCRFSuite.dylib (??? - ???) <94E040D2-2769-359A-A21B-DB85FCB73BDC> /usr/lib/libCRFSuite.dylib
    0x9ba15000 - 0x9ba55ff7  com.apple.NavigationServices (3.7 - 193) <16A8BCC8-7343-3A90-88B3-AAA334DF615F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x9ba9b000 - 0x9baa5ff2  com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) <2A089CE8-9760-3F0F-B77D-29A78940EA17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x9baae000 - 0x9baaefff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <7EFAD88C-AFBC-3D48-BE14-60B8EACC68D7> /usr/lib/system/libdnsinfo.dylib
    0x9baaf000 - 0x9bb39ffb  com.apple.SearchKit (1.4.0 - 1.4.0) <CF074082-64AB-3A1F-831E-582DF1667827> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x9bb3a000 - 0x9bb9efff  com.apple.framework.IOKit (2.0 - ???) <94827954-5906-36C4-819B-24CDAFD85C72> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9bb9f000 - 0x9bbadfff  com.apple.opengl (1.8.1 - 1.8.1) <766AFB12-A2CB-3A55-B662-FC9FFCAE0008> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9bbae000 - 0x9bbebff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <007A1877-E981-3007-A8FA-9B179F4ED6D1> /usr/lib/libcups.2.dylib
    0x9bd2a000 - 0x9bd6aff7  libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
    0x9bd77000 - 0x9bdd8ffb  com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <7A14BE52-6789-3CE3-9AE9-B733F4903EB1> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9be46000 - 0x9be46fff  com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9be47000 - 0x9be49ffb  libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x9be4a000 - 0x9be4afff  com.apple.vecLib (3.7 - vecLib 3.7) <8CCF99BF-A4B7-3C01-9219-B83D2AE5F82A> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9be4b000 - 0x9be4bff0  com.apple.ApplicationServices (41 - 41) <C48EF6B2-ABF9-35BD-A07A-A38EC0008294> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x9be4c000 - 0x9be6effe  com.apple.framework.familycontrols (3.0 - 300) <6735D7ED-7053-3AB8-B144-E7F70A124CCD> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x9be6f000 - 0x9befcfe7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <F2A8BBA3-6431-3CED-8CD3-0953410B6F96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x9bf4e000 - 0x9c01effb  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <2092785C-795A-3CDF-A1B4-6C80BA3726DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x9c020000 - 0x9c110ff1  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
    0x9c111000 - 0x9c385ff3  com.apple.CoreImage (7.99.1 - 1.0.1) <C4B2DD2A-8E45-31CD-9B25-2AC1CA252B14> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework /Versions/A/CoreImage
    0x9c39f000 - 0x9c3a5ffd  com.apple.CommerceCore (1.0 - 17) <E59CD307-58E2-35FD-9131-B38978799910> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
    0x9c3a6000 - 0x9ce3bff6  com.apple.AppKit (6.7.5 - 1138.51) <B9D3DCA0-9765-354E-9730-75A45A97DDFD> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9ce3c000 - 0x9cefffff  com.apple.CoreServices.OSServices (478.49 - 478.49) <5AF33605-C893-3F60-89CF-1BC9C0BC35AF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 2
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 1031
        thread_create: 1
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=225.6M resident=119.8M(53%) swapped_out_or_unallocated=105.8M(47%)
    Writable regions: Total=32.7M written=716K(2%) resident=1716K(5%) swapped_out=0K(0%) unallocated=31.1M(95%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    MALLOC                             21.3M
    MALLOC guard page                    48K
    Stack                              65.5M
    VM_ALLOCATE                         936K
    __CI_BITMAP                          80K
    __DATA                             9208K
    __DATA/__OBJC                        12K
    __IMAGE                             528K
    __IMPORT                             12K
    __LINKEDIT                         66.4M
    __OBJC                             1864K
    __OBJC/__DATA                        60K
    __PAGEZERO                            4K
    __TEXT                            159.2M
    __UNICODE                           544K
    mapped file                       119.1M
    shared memory                       312K
    shared pmap                        7780K
    ===========                      =======
    TOTAL                             452.4M
    Model: iMac8,1, BootROM IM81.00C1.B00, 2 processors, Intel Core 2 Duo, 2.8 GHz, 4 GB, SMC 1.30f1
    Graphics: ATI Radeon HD 2600 Pro, ATI Radeon HD 2600 Pro, PCIe, 256 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR2 SDRAM, 800 MHz, 0x7F98000000000000, 0x393930353239352D3035312E4130304C4600
    Memory Module: BANK 1/DIMM1, 2 GB, DDR2 SDRAM, 800 MHz, 0x7F98000000000000, 0x393930353239352D3035312E4130304C4600
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8C), Broadcom BCM43xx 1.0 (5.10.131.36.15)
    Bluetooth: Version 4.0.8f17, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: WDC WD5000AAKX-001CA0, 500.11 GB
    Parallel ATA Device: OPTIARC  DVD RW AD-5630A
    USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0xfa400000 / 2
    USB Device: Apple Keyboard, apple_vendor_id, 0x0221, 0xfa420000 / 3
    USB Device: Built-in iSight, apple_vendor_id, 0x8502, 0xfd400000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x1a100000 / 2
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x820f, 0x1a110000 / 4
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x5d100000 / 2

    You can download the installer file directly from this location:
    https://story.adobe.com/AIR/AdobeStory.air

  • Adobe Edge 3.0 Launch Crash

    How do I find out how to fix this issue?
    Here's the detail:
    Process:         Adobe Edge Animate [1275]
    Path:            /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/MacOS/Adobe Edge Animate
    Identifier:      com.adobe.Adobe Edge Animate.application
    Version:         3.0.0 (3.0.0.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [173]
    Responsible:     Adobe Edge Animate [1275]
    User ID:         501
    Date/Time:       2014-02-20 11:59:27.896 +0000
    OS Version:      Mac OS X 10.9.1 (13B3116)
    Report Version:  11
    Anonymous UUID:  3893AC7F-6C66-4D89-122F-70D8BC77B3B9
    Sleep/Wake UUID: D3ED76A0-50D1-4985-A3AF-FF1436ED47A3
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    terminating with uncaught exception of type dvacore::filesupport::file_exception: $$$/dvacore/filesupport/error=Error with file: '@0'.
    abort() called
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x91891952 __pthread_kill + 10
    1   libsystem_pthread.dylib                 0x90c00167 pthread_kill + 101
    2   libsystem_c.dylib                       0x927be340 abort + 155
    3   libc++abi.dylib                         0x9b2d4869 abort_message + 169
    4   libc++abi.dylib                         0x9b2f557b default_terminate_handler() + 264
    5   libc++abi.dylib                         0x9b2f2dd0 std::__terminate(void (*)()) + 14
    6   libc++abi.dylib                         0x9b2f27eb __cxa_throw + 116
    7   com.adobe.dvacore.framework             0x00446c3b dvacore::utility::ThrowIfCopyError(long, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&) + 331
    8   com.adobe.dvacore.framework             0x00446a22 dvacore::utility::FileUtils::Copy(std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&) + 290
    9   com.adobe.Adobe Edge Animate.application          0x00023563 helium::FolderCopy(dvacore::filesupport::Dir, dvacore::filesupport::Dir) + 723
    10  com.adobe.Adobe Edge Animate.application          0x0000c8b2 helium::App::MigratePrefs() + 1058
    11  com.adobe.Adobe Edge Animate.application          0x0000bcc9 helium::App::PreInitialize(exo::app::AppInitArgs&, boost::program_options::variables_map&) + 425
    12  com.adobe.Adobe Edge Animate.application          0x00044994 main + 388
    13  com.adobe.Adobe Edge Animate.application          0x000029a5 start + 53
    Thread 1:
    0   libsystem_kernel.dylib                  0x91892046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x90c00dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x90c04cce start_wqthread + 30
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x91892992 kevent64 + 10
    1   libdispatch.dylib                       0x9a4238bd _dispatch_mgr_invoke + 238
    2   libdispatch.dylib                       0x9a423556 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib                  0x91892046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x90c00dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x90c04cce start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0xa0652c0c  ecx: 0xbffff02c  edx: 0x91891952
      edi: 0xa03fd1a8  esi: 0x00000006  ebp: 0xbffff048  esp: 0xbffff02c
       ss: 0x00000023  efl: 0x00000206  eip: 0x91891952   cs: 0x0000000b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x004907c0
    Logical CPU:     0
    Error Code:      0x00080148
    Trap Number:     132
    Binary Images:
        0x1000 -    0xa7ffb +com.adobe.Adobe Edge Animate.application (3.0.0 - 3.0.0.0) <30997E47-777E-3951-B7CD-756E5CC5DAD5> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/MacOS/Adobe Edge Animate
      0x17d000 -   0x1ccfef +com.adobe.headlights.LogSessionFramework (2.1.2.1785) <7B2DC92D-14B9-39B7-9982-EE295F0E82EF> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
      0x200000 -   0x202fff +com.adobe.AdobeCrashReporter (7.0 - 7.0.1) <940AF5C8-23AA-3311-A69F-6FC43C80F05B> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporte r
      0x209000 -   0x20dfff +com.adobe.boost_date_time.framework (3.0.0 - 3.0.0.0) <CC705430-5F60-35BC-A1A8-7D3A83D1CD4F> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
      0x221000 -   0x22eff3 +com.adobe.boost_threads.framework (3.0.0 - 3.0.0.0) <15F4484D-FDF8-3767-B2C1-075014177DD3> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
      0x250000 -   0x25affb +com.adobe.boost_signals.framework (3.0.0 - 3.0.0.0) <76C26160-4DDC-3082-9902-5DD388C4ACE8> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
      0x271000 -   0x273ff7 +com.adobe.boost_system.framework (3.0.0 - 3.0.0.0) <0F0A902D-EA49-3CF2-953A-C7F0EE6A1E6A> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
      0x27b000 -   0x4beff3 +com.adobe.dvacore.framework (3.0.0 - 3.0.0.0) <6ABAA81C-82C6-3AA3-9749-63758BE6F030> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
      0x6c5000 -   0xb0bff7 +com.adobe.dvaui.framework (3.0.0 - 3.0.0.0) <3783C677-AF28-3901-9FB9-B75DDA14173E> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
    0x1070000 -  0x1119ff7 +com.adobe.dvaworkspace.framework (3.0.0 - 3.0.0.0) <FA1B7381-16DA-3B70-AE95-6622F9A9D94A> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace
    0x120a000 -  0x12c6ff3 +com.adobe.exo.framework (3.0.0 - 3.0.0.0) <329F8C8E-C931-348B-853A-893BDE9A3E28> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/exo.framework/Versions/A/exo
    0x1406000 -  0x14bdffb +com.adobe.dvaeve.framework (3.0.0 - 3.0.0.0) <DB565AE5-F1E9-3D78-A05E-25ABC71C6AF7> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvaeve.framework/Versions/A/dvaeve
    0x1618000 -  0x1921ffb +com.adobe.dvaadameve.framework (3.0.0 - 3.0.0.0) <FC8B81CA-85C2-383A-8EF6-1A2267030CC8> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
    0x1f76000 -  0x1f88ffb +com.adobe.boost_filesystem.framework (3.0.0 - 3.0.0.0) <D30AA740-44F2-311A-A71A-F4367CE58F4E> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesystem
    0x1fa5000 -  0x2038ff7 +com.adobe.boost_regex.framework (3.0.0 - 3.0.0.0) <867B9677-4E8D-31B9-8B11-A1CD3736B7B6> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex
    0x20c8000 -  0x2115fff +com.adobe.AgKernel.framework (3.0.0 - 3.0.0.0) <7A5AFD87-8439-33E9-81BE-D30988B03667> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/AgKernel.framework/Versions/A/AgKernel
    0x2145000 -  0x2239ff3 +com.adobe.dvalua.framework (3.0.0 - 3.0.0.0) <B84C1A94-4E5C-3912-A30A-19A449688D85> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvalua.framework/Versions/A/dvalua
    0x2394000 -  0x23b7ffb +com.adobe.bezierlua.framework (3.0.0 - 3.0.0.0) <FE95B81B-C4C6-3515-9336-4C1F4245E50F> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/bezierlua.framework/Versions/A/bezierlua
    0x23d4000 -  0x23dbff3 +com.adobe.dvaundo.framework (3.0.0 - 3.0.0.0) <AF864897-DFE3-34EA-A64D-165DEC7548BA> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvaundo.framework/Versions/A/dvaundo
    0x23ea000 -  0x252efff +com.adobe.scintilla.framework (3.0.0 - 3.0.0.0) <85FD731B-93F1-3F4C-AF0F-4FED28E1200B> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/scintilla.framework/Versions/A/scintilla
    0x25ad000 -  0x269fff7 +com.adobe.amtlib (7.0.0.247 - 7.0.0.247) <40EB4ADC-F7EF-344B-A75B-B50DB61EDF3C> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x26b1000 -  0x26f9fff +com.adobe.dvawebview.framework (3.0.0 - 3.0.0.0) <4DF4F3F2-E40C-3AC3-AC29-6892BCD5E4EF> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvawebview.framework/Versions/A/dvawebview
    0x279b000 -  0x279dffe +com.adobe.lua_zip.framework (3.0.0 - 3.0.0.0) <39554708-8657-3087-88EB-35E6B3CFA24B> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/lua_zip.framework/Versions/A/lua_zip
    0x27a4000 -  0x27b3ff3 +com.adobe.lua_zlib.framework (3.0.0 - 3.0.0.0) <4B80467D-9FF4-386F-8E20-4EAF5F7DD782> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/lua_zlib.framework/Versions/A/lua_zlib
    0x27bc000 -  0x27d2fff +com.adobe.libzip.framework (3.0.0 - 3.0.0.0) <9C1D69CE-DE94-31A9-B204-9ED3B1E98D11> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/libzip.framework/Versions/A/libzip
    0x27e5000 -  0x27f4ffb +com.adobe.dvatexteditor.framework (3.0.0 - 3.0.0.0) <2F8C4BEB-E63C-30AF-9B30-D2D3F8B5ECD9> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvatexteditor.framework/Versions/A/dvatexteditor
    0x2819000 -  0x5923ffb +libcef.dylib (31130.5.84) <75133BA3-A4DB-3D34-9C59-974A9EAF59D6> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvawebview.framework/Versions/A/cef/Chromium Embedded Framework.framework/Libraries/libcef.dylib
    0x8fefc000 - 0x8ff2e417  dyld (239.3) <4B280BB1-55F8-313F-86A6-8ADD644ED69E> /usr/lib/dyld
    0x90008000 - 0x90061ffa  libTIFF.dylib (1038) <4204CF01-2B19-3846-ADA4-2E3F3BCAD117> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x90062000 - 0x900cdff9  com.apple.Heimdal (4.0 - 2.0) <0DC5A0C2-D664-3B18-B4FD-DD027D62DE8A> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x900e2000 - 0x90133ff1  libstdc++.6.dylib (60) <354F284B-2343-3810-9CA2-E28038824F6E> /usr/lib/libstdc++.6.dylib
    0x9013f000 - 0x901a0ff7  com.apple.Symbolication (1.4 - 129) <E5948C08-6ADF-3D86-9134-6AE49CF1DA0F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x901a1000 - 0x901deff7  libauto.dylib (185.5) <CD008E66-4A0C-35F5-8D72-80D76A716A03> /usr/lib/libauto.dylib
    0x901df000 - 0x9045bff7  com.apple.QuickTime (7.7.3 - 2826.0.1) <9DB76746-DCFA-371D-A1D5-E41C17202684> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9045c000 - 0x90746fd2  com.apple.vImage (7.0 - 7.0) <D94F266B-B1E3-3734-8C6C-CB4EF655F411> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x90747000 - 0x9074ffff  libcopyfile.dylib (103) <3442BBA3-ABB7-3A7D-9F8A-DB55A3CA2151> /usr/lib/system/libcopyfile.dylib
    0x90750000 - 0x907a1ffb  com.apple.CoreMedia (1.0 - 1273.35) <6BEDE306-DCAA-3D1E-AED4-6FC2A8CEF1C7> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x907c8000 - 0x907d3fff  com.apple.CrashReporterSupport (10.9 - 538) <16850C12-BBC7-3F02-AA33-A0BFE5FAD6FE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporter Support
    0x907d4000 - 0x907dcffe  libGFXShared.dylib (9.3.1) <1EF75B97-012E-3730-8017-5E832946B83D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x907dd000 - 0x907ddffd  libOpenScriptingUtil.dylib (157) <4D06E8ED-D312-34EA-A448-DFF45ADC3CE5> /usr/lib/libOpenScriptingUtil.dylib
    0x907de000 - 0x907eaffc  libbz2.1.0.dylib (29) <3CEF1E92-BA42-3F8A-8E8D-9E1F7658E5C7> /usr/lib/libbz2.1.0.dylib
    0x907eb000 - 0x9081bff7  com.apple.CoreServicesInternal (184.8 - 184.8) <2AA649CA-CBEC-31D4-9A57-BB3471D04157> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI nternal
    0x9081e000 - 0x90887fff  com.apple.datadetectorscore (5.0 - 354.0) <CEE08580-8FFC-3241-9E7D-851908179FB2> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x90888000 - 0x90890fff  liblaunch.dylib (842.1.4) <3E946C2F-76B5-3980-BC07-30D78BBD3279> /usr/lib/system/liblaunch.dylib
    0x90891000 - 0x90afeff6  com.apple.security (7.0 - 55471) <5FCF76B2-92C6-3404-87D3-91B3F6E203AA> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x90b0b000 - 0x90b27fff  libCRFSuite.dylib (34) <FFF76EBA-DF35-3A5F-857F-3F4B1C9F4C77> /usr/lib/libCRFSuite.dylib
    0x90b33000 - 0x90b35fff  libquarantine.dylib (71) <39FC7A3E-9508-3C82-9945-4E4229742FEC> /usr/lib/system/libquarantine.dylib
    0x90b36000 - 0x90b86ff7  libcorecrypto.dylib (161.1) <135FD99E-2211-3DF4-825C-C9F816107F0C> /usr/lib/system/libcorecrypto.dylib
    0x90b87000 - 0x90bfdff3  com.apple.securityfoundation (6.0 - 55122) <25149798-A37E-316F-84AB-93029EAF33D8> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x90bfe000 - 0x90c05ffb  libsystem_pthread.dylib (53.1.4) <AD357A6E-6746-3FB2-B6F5-8101E9DE7671> /usr/lib/system/libsystem_pthread.dylib
    0x90c06000 - 0x90c7bff1  com.apple.ApplicationServices.ATS (360 - 363.1) <6947C85B-3CAB-3FD1-86FD-B14FE212735C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x90c7c000 - 0x90d49ff7  com.apple.backup.framework (1.5.1 - 1.5.1) <DDA29C05-3FBA-3E8C-9EB7-97D5871C9257> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x90fc2000 - 0x90ff8fff  com.apple.IconServices (25 - 25.17) <05C87A32-3E0F-3EE7-8CE5-DB6463369FFA> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x90ff9000 - 0x91000ff7  com.apple.XPCService (2.0 - 1) <34C02E62-62C2-3BA5-95F2-0B5A9AC092F2> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x910ad000 - 0x910d7ff7  libsandbox.1.dylib (278.10) <DAC89956-5476-32E1-87CB-334731FAA372> /usr/lib/libsandbox.1.dylib
    0x910d8000 - 0x9144dff9  com.apple.HIToolbox (2.1 - 696) <43CB31D6-4C2B-30FA-A374-DB7C5728E7AD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x91528000 - 0x9152affe  libCVMSPluginSupport.dylib (9.3.1) <771F15D1-AB7E-32ED-98F1-8335EF1F9E5C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
    0x91532000 - 0x91833ff7  com.apple.CoreServices.CarbonCore (1077.14 - 1077.14) <42E10BD1-995B-3FB4-8A6D-5FD071FB8BD1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x91866000 - 0x9186aff7  libmacho.dylib (845) <AAB35F2B-B515-37CD-A637-A2E88DFE4080> /usr/lib/system/libmacho.dylib
    0x9186b000 - 0x91879ff7  libz.1.dylib (53) <3D1E738F-D26C-3721-8E16-52473B560A8F> /usr/lib/libz.1.dylib
    0x9187a000 - 0x91897ff4  libsystem_kernel.dylib (2422.75.4) <1FB471BD-92E5-314E-9C2B-154B117C06E8> /usr/lib/system/libsystem_kernel.dylib
    0x91898000 - 0x924b3ff3  com.apple.AppKit (6.9 - 1265) <AE258D94-0272-394F-BBB7-9B5C165A4A78> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x924b4000 - 0x924b8ffa  libcache.dylib (62) <F69AA956-EA55-3562-8A8E-C6393662B1D6> /usr/lib/system/libcache.dylib
    0x924b9000 - 0x924b9fff  com.apple.ApplicationServices (48 - 48) <6766DF5C-6A98-3AAF-A222-D99599BB5A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x924ba000 - 0x924d5ff6  libPng.dylib (1038) <97F26689-9706-348E-A07D-5A332B17750A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x924d6000 - 0x92500fff  libxslt.1.dylib (13) <249D54AB-1D82-38FE-ABEC-0D575450C73B> /usr/lib/libxslt.1.dylib
    0x925a1000 - 0x925acffb  libcommonCrypto.dylib (60049) <7C884189-8A58-3D10-9164-571DAABB7D58> /usr/lib/system/libcommonCrypto.dylib
    0x925f4000 - 0x92648fff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <DAA1002F-BEC8-37F3-9DB9-6B84F9A3819D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x9265d000 - 0x92661ffa  libGIF.dylib (1038) <1108B78D-2B39-3823-8FF8-6A9FDC31AC4E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x92662000 - 0x92676ff9  com.apple.MultitouchSupport.framework (245.13 - 245.13) <6860A0D0-3654-3B02-B2E9-C4D2637167B8> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x92677000 - 0x9269bfff  libJPEG.dylib (1038) <1154DC9B-6E0C-3EED-9C39-E382474B5FC1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x926cc000 - 0x926e6ff7  com.apple.GenerationalStorage (2.0 - 160.2) <D6235DD6-3039-383F-9378-294A2EC11E50> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage
    0x92714000 - 0x92760ff7  libcups.2.dylib (372) <75C1C149-4054-3060-97AE-AFC1ACCA793F> /usr/lib/libcups.2.dylib
    0x92761000 - 0x927f3ffe  libsystem_c.dylib (997.1.1) <8288A730-B230-34E2-8C4B-6A1FBD12C023> /usr/lib/system/libsystem_c.dylib
    0x927f4000 - 0x927f7ff9  com.apple.TCC (1.0 - 1) <DE9FBF11-4ABB-317F-A3F8-4D26A98A5AEF> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x927f8000 - 0x92805ff7  com.apple.AppleFSCompression (56 - 1.0) <32474B4B-209F-3A35-A66D-53B90879F02B> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompress ion
    0x92806000 - 0x92831ff5  com.apple.ChunkingLibrary (2.0 - 155.1) <87D1076A-1EC8-3C26-93DB-E4AD394A45AF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x9283d000 - 0x9287cff7  com.apple.bom (12.0 - 192) <B5E5E554-BFBD-3CB7-A43B-92F51F596FB4> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x928a0000 - 0x92d47fe7  com.apple.CoreAUC (6.22.08 - 6.22.08) <D3D4EF49-FEC9-3B40-A0BD-BBCDF638410E> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x92d48000 - 0x92d49ffa  libsystem_sandbox.dylib (278.10) <31C77DCA-F6CA-33F7-BE57-500932EA8494> /usr/lib/system/libsystem_sandbox.dylib
    0x92d58000 - 0x92db4ffa  com.apple.print.framework.PrintCore (9.0 - 428) <68C13032-D1B7-31C7-968B-E4C6325A0DA7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x92db5000 - 0x931dafe3  com.apple.VideoToolbox (1.0 - 1273.35) <053E5F1E-54F4-3EA9-B421-5F5D114F8E7F> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x931db000 - 0x931dffff  com.apple.CommonPanels (1.2.6 - 96) <CDB85D69-FF93-31CF-B530-5DA366C9288C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x931e0000 - 0x931e3ff7  com.apple.help (1.3.3 - 46) <616B1C40-AAB2-3041-9CBE-A7058E4285B5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x93223000 - 0x9361bffe  com.apple.CoreGraphics (1.600.0 - 599.7) <A98A8C69-9394-301F-9504-0728EFFC9854> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x9361c000 - 0x93625fff  com.apple.audio.SoundManager (4.1 - 4.1) <7E80241B-435E-340E-8E03-BDFF7763B77F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x93631000 - 0x9368fffd  com.apple.AE (665.5 - 665.5) <58CF4AC0-2F2E-3C4F-8075-636CD45A6130> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x9369c000 - 0x9369cfff  libkeymgr.dylib (28) <43297D93-111A-3880-AE0D-55C7404C52DC> /usr/lib/system/libkeymgr.dylib
    0x93792000 - 0x93796ffc  com.apple.IOSurface (91 - 91) <B337413D-F2D6-3272-B74A-9E1392ED5756> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x93797000 - 0x937c8ffd  com.apple.GSS (4.0 - 2.0) <FB94C6FD-E9AE-3B26-9242-E3298EF1BA69> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x937cf000 - 0x938c3fff  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
    0x9439e000 - 0x943c9ff7  libsystem_network.dylib (241.3) <FA1F2F7B-93B9-37FD-8070-A60725749A1F> /usr/lib/system/libsystem_network.dylib
    0x943ca000 - 0x9453cffb  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <BA08CB4B-B6DA-31BE-BCE9-A738CB25A48A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x94577000 - 0x94600fff  com.apple.CoreSymbolication (3.0 - 141) <3A521E7C-37B6-3ED1-863C-8CB5E2DEAC08> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n
    0x94601000 - 0x94650fff  com.apple.opencl (2.3.58 - 2.3.58) <82A383B9-EFE6-38D0-8465-CFB8F9367834> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x94651000 - 0x94697ff7  libFontRegistry.dylib (127) <BB1B8711-BEC9-3D0B-8C8D-9697039EE033> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x94698000 - 0x94702ff7  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <4B96CA5D-2670-3B66-B648-3F2B5BAE5238> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x947cb000 - 0x948ddffc  libsqlite3.dylib (158) <A1CDF363-AB65-3D3F-B62C-171C01DEE337> /usr/lib/libsqlite3.dylib
    0x948de000 - 0x948ecff7  com.apple.Sharing (132.2 - 132.2) <2BE8E58B-3C0D-35E4-8B00-6BE89821E757> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x948ed000 - 0x94940fff  com.apple.htmlrendering (77 - 1.1.4) <E4988ECB-285F-3FC0-A8EC-48A1260A96C7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x94941000 - 0x94996fff  libc++.1.dylib (120) <AE695E83-E3C6-3F13-BFC2-A2945AEAB0AC> /usr/lib/libc++.1.dylib
    0x94997000 - 0x94a0afff  com.apple.SearchKit (1.4.0 - 1.4.0) <B07169DD-5577-3898-8146-0E63A5FD31DF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x94a0b000 - 0x94a0bfff  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
    0x94a0c000 - 0x94a15ffa  com.apple.CommonAuth (4.0 - 2.0) <6CB82D57-3C55-39E5-9036-8047DF3E6F57> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x94a16000 - 0x94a1affc  libpam.2.dylib (20) <763AC655-931B-3891-AB6A-F2CD4A21F906> /usr/lib/libpam.2.dylib
    0x94b6d000 - 0x94d33ffb  libicucore.A.dylib (511.27) <653147E9-7326-337A-99E1-B42E4D801E53> /usr/lib/libicucore.A.dylib
    0x94d34000 - 0x94d53ff9  com.apple.framework.Apple80211 (9.0 - 900.47) <68E399FF-AB98-378D-94AC-D0869A72344F> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x94d7e000 - 0x94d88ff7  com.apple.speech.synthesis.framework (4.6.2 - 4.6.2) <16E20DCD-89F4-3C8E-9DBA-EED359807038> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x94d8d000 - 0x94d90fff  libdyld.dylib (239.3) <ED3D413D-D8FE-39A3-ADF4-00B4E7244A67> /usr/lib/system/libdyld.dylib
    0x94d91000 - 0x94dadff9  com.apple.Ubiquity (1.3 - 289) <64DEF1B4-F874-3DF2-9D58-ABBF0A15C5BB> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x94dae000 - 0x94e9aff7  libxml2.2.dylib (26) <32040145-6FD6-3AD2-B98B-39F73BF9AC47> /usr/lib/libxml2.2.dylib
    0x94e9b000 - 0x951e7ffb  com.apple.MediaToolbox (1.0 - 1273.35) <E30AF97C-165A-37EA-9373-1A99188FA8B6> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x951e8000 - 0x9521affb  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <1D512F2A-695A-3D82-A6B3-1DDC88865BE5> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x95220000 - 0x9522efff  libxar.1.dylib (202) <B73748D4-F830-3C71-98B3-7A3ABF5136FD> /usr/lib/libxar.1.dylib
    0x9522f000 - 0x953dbff1  com.apple.QuartzCore (1.8 - 332.0) <C8467E02-1AC0-333E-890E-9AAD65FAEC0E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x953dc000 - 0x953eefff  libsystem_asl.dylib (217.1.4) <F4B8D4CC-71BC-3C45-8669-91747B456739> /usr/lib/system/libsystem_asl.dylib
    0x953ef000 - 0x953f9fff  com.apple.bsd.ServiceManagement (2.0 - 2.0) <907F726B-BA7D-360C-8E46-02DB99DD903A> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x9541b000 - 0x95449ff3  com.apple.DebugSymbols (106 - 106) <37B107F9-4AA0-39FF-9602-A27811C8DC96> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x9544a000 - 0x95454ff2  com.apple.AppSandbox (3.0 - 1) <085C3B38-C7D8-3A62-AFC6-CEE27F93DFD1> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x9546c000 - 0x95490fff  libxpc.dylib (300.1.17) <9115C2E7-FA58-3D25-8676-6360C7CF8E13> /usr/lib/system/libxpc.dylib
    0x95495000 - 0x954a1ffe  libkxld.dylib (2422.75.4) <E33644D0-8809-356F-8144-67CC09052E9B> /usr/lib/system/libkxld.dylib
    0x95528000 - 0x9556afff  libGLU.dylib (9.3.1) <F15F3C93-3B42-35AF-8417-B2F79FDE1B70> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9556b000 - 0x95574fff  libsystem_notify.dylib (121) <C52DC28B-66DF-3F1C-8A2B-4D1F41DEB168> /usr/lib/system/libsystem_notify.dylib
    0x9573d000 - 0x957bdff7  com.apple.CoreServices.OSServices (600.4 - 600.4) <21FF2945-32B7-3ABD-ACBB-5533241999D8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x957be000 - 0x959c0ff7  com.apple.CoreFoundation (6.9 - 855.11) <21BA3E03-EA00-3AC4-8B31-806779114FE8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x959c1000 - 0x959c3ffb  libRadiance.dylib (1038) <B3B8CD5D-74C8-3D73-BC98-21F7B18E77C1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x95c5d000 - 0x95c99ff4  com.apple.RemoteViewServices (2.0 - 94) <C08AC054-A318-3BC8-9634-510B39493C52> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
    0x95c9a000 - 0x95cb7ffb  libresolv.9.dylib (54) <3EC12A7F-6BA1-3976-9F1F-6A4B76303028> /usr/lib/libresolv.9.dylib
    0x95cb8000 - 0x95cbafff  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
    0x95cbb000 - 0x95cbcffc  com.apple.TrustEvaluationAgent (2.0 - 25) <064B485D-56E0-3DD7-BBE2-E08A5BFFF8B3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x95cbd000 - 0x95cc8ff6  com.apple.NetAuth (5.0 - 5.0) <3B2E9615-EE12-38FC-BDCF-09529FF9464B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x95cc9000 - 0x95ff4ff6  com.apple.Foundation (6.9 - 1056) <B30A8E0D-B36F-37D9-AA80-E4E02D6EE192> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x95ff5000 - 0x962e7ff8  com.apple.CoreImage (9.0.54) <52994AA9-1B03-3720-B02D-6E888D2A23E4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework /Versions/A/CoreImage
    0x9638d000 - 0x963a5fff  com.apple.CFOpenDirectory (10.9 - 173.1.1) <630A5CCF-8FC3-379D-B0BD-41DCE1F0B624> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x96cf8000 - 0x96cf8fff  com.apple.CoreServices (59 - 59) <BF15253B-242B-378A-8546-8F7619764AAC> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x96cf9000 - 0x96e05fff  com.apple.ImageIO.framework (3.3.0 - 1038) <4776FAFD-F80F-3BDE-A396-80D988BE8EC1> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x96e79000 - 0x970214af  libobjc.A.dylib (551.1) <18361D2F-0405-39B0-8354-2D865703118D> /usr/lib/libobjc.A.dylib
    0x97022000 - 0x97027ff3  libsystem_platform.dylib (24.1.4) <03238EB4-2C7C-3D55-8FA4-12F697B88878> /usr/lib/system/libsystem_platform.dylib
    0x97028000 - 0x970ebff1  com.apple.CoreText (352.0 - 367.15) <8C486246-B12A-39E1-9B35-DE9451FDCF4B> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x97189000 - 0x9718afff  liblangid.dylib (117) <F18F76C6-7E4B-34AD-AE81-C1C031BF2F7D> /usr/lib/liblangid.dylib
    0x9718b000 - 0x9726eff7  libcrypto.0.9.8.dylib (50) <F24D0250-CD74-3955-9E67-109765B882C1> /usr/lib/libcrypto.0.9.8.dylib
    0x9726f000 - 0x972c2ff3  com.apple.CoreMediaIO (403.0 - 4555) <6BE07264-EBEC-3F85-BF09-FF350627D058> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x972cc000 - 0x972d3ff2  com.apple.NetFS (6.0 - 4.0) <D295AB6B-CB1D-39E3-9D2F-42273D928D70> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x972d4000 - 0x972daffb  libunwind.dylib (35.3) <316039E0-FB7A-35DA-89BE-C461213D6BDE> /usr/lib/system/libunwind.dylib
    0x972db000 - 0x976a0ff6  libLAPACK.dylib (1094.5) <E6286E68-3501-31AC-813E-75B3B3968011> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x976a1000 - 0x97803ff3  com.apple.CFNetwork (673.0.3 - 673.0.3) <5E0E9AE8-073B-3F2B-B0C7-A0129DE787F6> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x97804000 - 0x9786dfff  com.apple.SystemConfiguration (1.13 - 1.13) <542075CD-9085-3F30-B84B-DD0277D6A40E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x9786e000 - 0x97872ffe  libCoreVMClient.dylib (58.1) <0EB8FFD7-AFED-3A63-810E-29629831D43D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x97873000 - 0x97ad7fff  com.apple.CoreData (107 - 481) <EF1D2394-41E0-356F-B8F8-3E60151EC441> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x97ad8000 - 0x97af3ff5  com.apple.openscripting (1.4 - 157) <5C161A52-8D2F-3D56-A988-05727BED7A59> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x97afb000 - 0x97b04fff  com.apple.DiskArbitration (2.6 - 2.6) <53700F94-766F-3DA0-A9DF-DE2F8FF84CB3> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x97b5d000 - 0x97b75ff7  libsystem_malloc.dylib (23.1.10) <689AB95D-FF71-364E-B6C7-7EFD1E4CB7E6> /usr/lib/system/libsystem_malloc.dylib
    0x97b76000 - 0x97ce6fff  com.apple.QTKit (7.7.3 - 2826.0.1) <4229223C-DBAF-31A3-874E-061B5F5D0F9A> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x97ce7000 - 0x97cf0fff  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <E2A5F1E3-2B8A-3E85-8559-18B1A29AE271> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x97cf2000 - 0x97d83fff  com.apple.ColorSync (4.9.0 - 4.9.0) <10317959-1392-3689-B3F6-F8E2D84931BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x97d84000 - 0x97df9ffb  com.apple.framework.IOKit (2.0.1 - 907.1.13) <86D72735-9DFB-35C8-83F7-CE0DCF17D354> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x97dfa000 - 0x97dfafff  com.apple.Cocoa (6.8 - 20) <63DA3D59-5D81-3340-A985-A11CE4A3E83F> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x97f06000 - 0x97f9eff7  com.apple.Metadata (10.7.0 - 800.12.2) <5E9EA0AC-EE9E-362E-9DAC-9B7D21A53A2A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x97f9f000 - 0x97fedff9  com.apple.HIServices (1.22 - 466) <30636237-408A-3552-90C1-1279348DF7CB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x97fee000 - 0x97ffdfff  libGL.dylib (9.3.1) <32F61D19-8636-3B3F-94A2-AB2C4367B82A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x97ffe000 - 0x97ffffff  libsystem_blocks.dylib (63) <2AC67D5E-ECD4-3644-A53C-9684F9B7AA33> /usr/lib/system/libsystem_blocks.dylib
    0x98000000 - 0x980fefff  libJP2.dylib (1038) <E5860548-4C4F-3C4D-948E-1A25EF5ADA71> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x980ff000 - 0x9819bfff  com.apple.QD (3.50 - 298) <39109A21-3337-3F6D-B33B-53737C2187E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x981a4000 - 0x981d0ff7  com.apple.DictionaryServices (1.2 - 208) <59E9F98C-9C58-34C6-9D78-1FD4649DCBC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x981d1000 - 0x982a1fef  libvDSP.dylib (423.32) <E2FA7230-A001-3F6B-9ACF-6998C51AD7DC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x982a2000 - 0x982b4fff  libbsm.0.dylib (33) <1BE92DB5-0D2F-3BB5-BCC6-8A71EF2A3450> /usr/lib/libbsm.0.dylib
    0x982b5000 - 0x982b9fff  libheimdal-asn1.dylib (323.12) <9EA2A221-301B-3B9A-BBF2-38134145B5A8> /usr/lib/libheimdal-asn1.dylib
    0x982ba000 - 0x982d1ff4  com.apple.CoreMediaAuthoring (2.2 - 947) <DE5E1DB2-F8CB-3132-A1A9-6F50BDD0A559> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthor ing
    0x982d2000 - 0x9831afff  com.apple.PerformanceAnalysis (1.47 - 47) <48BE84A9-3753-3CDA-A092-2F8CA36C731C> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAna lysis
    0x9831b000 - 0x98330ff3  com.apple.AppContainer (3.0 - 1) <84FB395F-0467-3D21-8FB5-4ED7BB9C82E7> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x98331000 - 0x98338fff  libMatch.1.dylib (19) <3B3680FC-2AC9-37CC-B262-5ACE2CF8939A> /usr/lib/libMatch.1.dylib
    0x98339000 - 0x98466ff9  com.apple.avfoundation (2.0 - 651.12) <46DF19FF-7A29-33CE-9D80-E2CEE163C2C6> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x9846a000 - 0x98495ff7  libpcap.A.dylib (42) <66FBEAD3-FE91-3A89-8706-FB95229068AC> /usr/lib/libpcap.A.dylib
    0x98496000 - 0x984a4ff3  com.apple.opengl (9.3.1 - 9.3.1) <8E5EB187-90D0-31BE-BF14-A1D9B402AA0C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x984a5000 - 0x98503ff7  com.apple.CoreUtils (1.9 - 190.4) <8F169D88-9D9A-3D12-8C8F-287CC7F286C7> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x98504000 - 0x98505fff  libDiagnosticMessagesClient.dylib (100) <B936B1D4-90BB-395D-8EA9-E1237608E7D0> /usr/lib/libDiagnosticMessagesClient.dylib
    0x9850a000 - 0x98560ff6  com.apple.ScalableUserInterface (1.0 - 1) <30203384-7230-356E-BF47-76307CD21148> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterfa ce.framework/Versions/A/ScalableUserInterface
    0x98561000 - 0x98589fff  libsystem_info.dylib (449.1.3) <3FE52670-FFEE-3D04-ADE7-EA69BC00B066> /usr/lib/system/libsystem_info.dylib
    0x985ed000 - 0x9862affb  libGLImage.dylib (9.3.1) <26AB4352-1F99-3170-B5E0-459F561233D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x9862b000 - 0x98781ff0  libBLAS.dylib (1094.5) <5A53FE27-32DE-322C-BAB3-E03B93D37F88> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x98782000 - 0x9879bfff  libAVFAudio.dylib (32.2) <F1189373-0635-32D5-BB0C-1261959DB675> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
    0x987a6000 - 0x987a7fff  libremovefile.dylib (33) <E6B6F0CD-1700-31DC-93DB-3D33EC85DA0C> /usr/lib/system/libremovefile.dylib
    0x987a8000 - 0x987b4ff7  com.apple.OpenDirectory (10.9 - 173.1.1) <2AA24814-2DC6-3E28-B71B-186B686F0F19> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x987b5000 - 0x987c5ff5  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8106E9A2-F2A7-392C-B404-E88A20843F0C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x987f6000 - 0x988dcff7  com.apple.coreui (2.1 - 231) <AE791086-2144-30F8-A943-BFF90C6B9D6A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x988dd000 - 0x988deffd  libunc.dylib (28) <74F7C952-F254-3E55-9C00-780DCEF3F410> /usr/lib/system/libunc.dylib
    0x98984000 - 0x98984ffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <F43CF0ED-A017-35EE-813D-37D08A60A74B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x99974000 - 0x99974fff  com.apple.Carbon (154 - 157) <33457512-4EA2-373B-BB04-A6A7B6D4E54A> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x99975000 - 0x99988fff  com.apple.ImageCapture (9.0 - 9.0) <2128121D-9069-3BF2-BE7D-D6CD7B9C6630> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x99989000 - 0x99dbdff7  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <557A6F7A-4A24-32B0-A1FD-4B0E27912648> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x9a1eb000 - 0x9a1ebfff  com.apple.Accelerate (1.9 - Accelerate 1.9) <E8443BE8-482C-300A-BEDA-EDB07242A64B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9a1ec000 - 0x9a253ffc  com.apple.framework.CoreWLAN (4.0 - 400.45.1) <8DADD7D2-AB98-34ED-8D6F-335338502CBE> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x9a254000 - 0x9a259ff6  libcompiler_rt.dylib (35) <B838D63E-59DD-3C07-A17F-F90906F3FB09> /usr/lib/system/libcompiler_rt.dylib
    0x9a25a000 - 0x9a273fff  com.apple.Kerberos (3.0 - 1) <B5231442-5643-3605-8464-8F654A4C5019> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9a27e000 - 0x9a2bcff7  com.apple.NavigationServices (3.8 - 215) <196E21DC-C420-33B2-AC5C-CC35264C5E58> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x9a2bd000 - 0x9a3f4ff3  com.apple.desktopservices (1.8 - 1.8) <1CA936E2-C5DB-32BF-AFD0-E8FF97A462A5> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x9a3f5000 - 0x9a3f6fff  libSystem.B.dylib (1197.1.1) <5A9C548E-A852-35B3-B9AB-DF658EF75242> /usr/lib/libSystem.B.dylib
    0x9a420000 - 0x9a438ffd  libdispatch.dylib (339.1.9) <4A985218-0898-3554-8DB1-BCA0B676B9A6> /usr/lib/system/libdispatch.dylib
    0x9a439000 - 0x9a43bfff  com.apple.SecCodeWrapper (3.0 - 1) <29ECC157-F444-31FE-99CC-A9289FF3AC8D> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x9ad63000 - 0x9ad68ff7  com.apple.print.framework.Print (9.0 - 260) <6875EC0C-7DD0-3660-AFD6-25E407F49E0D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x9ad69000 - 0x9ae00ff7  com.apple.ink.framework (10.9 - 207) <710EF47E-89F1-317F-AEAB-A42FE0E40B92> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x9b0ad000 - 0x9b159ffb  libvMisc.dylib (423.32) <43873EFF-FB43-3301-BEE8-F2C3A046D7A6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x9b18d000 - 0x9b192fff  com.apple.MediaAccessibility (1.0 - 43) <F7B5A9CB-2F38-32AF-8B8E-B6CDB31D68C5> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x9b193000 - 0x9b19bfff  libsystem_dnssd.dylib (522.1.11) <AFF243AD-A0AF-3D7B-9E56-7B5BE81FC08C> /usr/lib/system/libsystem_dnssd.dylib
    0x9b19c000 - 0x9b1c3fff  com.apple.CoreVideo (1.8 - 117.2) <4FDBE865-4A94-39B7-B9F4-44055EC988C3> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9b2d4000 - 0x9b2f7ff7  libc++abi.dylib (48) <5367BE5A-D475-3FB4-972D-E1DC999A709A> /usr/lib/libc++abi.dylib
    0x9b410000 - 0x9b441ffa  libsystem_m.dylib (3047.16) <7BF40745-1A2D-3DB2-8D49-3F149851AE15> /usr/lib/system/libsystem_m.dylib
    0x9b442000 - 0x9b51dff7  com.apple.LaunchServices (572.23 - 572.23) <7E52FB5C-9ECF-3CB9-BF18-6652B8D8CDE0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x9b51e000 - 0x9b520fff  libsystem_configuration.dylib (596.12) <DE9038BB-0403-3263-885F-D949F8FBAFE7> /usr/lib/system/libsystem_configuration.dylib
    0x9baee000 - 0x9bbdeffb  libiconv.2.dylib (41) <848FEBA7-2E3E-3ECB-BD59-007F32468787> /usr/lib/libiconv.2.dylib
    0x9bbdf000 - 0x9bcecfe4  com.apple.MediaControlSender (1.9 - 190.4) <364BDDB2-4280-3BAB-9CC4-697FDC303BCA> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSen der
    0x9c014000 - 0x9c069ff7  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <A20E9FFF-79AE-30CD-8377-AA939EEDCE3F> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 1
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 7175
        thread_create: 57
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=241.4M resident=60.3M(25%) swapped_out_or_unallocated=181.1M(75%)
    Writable regions: Total=89.8M written=1928K(2%) resident=2700K(3%) swapped_out=0K(0%) unallocated=87.1M(97%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    Kernel Alloc Once                     4K
    MALLOC                             78.7M
    MALLOC (admin)                       48K
    Stack                              65.1M
    VM_ALLOCATE                        1236K
    __DATA                             16.4M
    __IMAGE                             528K
    __LINKEDIT                         65.4M
    __OBJC                             2272K
    __PAGEZERO                            4K
    __TEXT                            176.0M
    __UNICODE                           544K
    mapped file                       119.3M
    shared memory                         4K
    ===========                      =======
    TOTAL                             525.5M
    Model: MacBookPro11,3, BootROM MBP112.0138.B02, 4 processors, Intel Core i7, 2.6 GHz, 16 GB, SMC 2.19f3
    Graphics: Intel Iris Pro, Intel Iris Pro, Built-In, 1024 MB
    Graphics: NVIDIA GeForce GT 750M, NVIDIA GeForce GT 750M, PCIe, 2048 MB
    Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x02FE, 0x000000000000000000000000000000000000
    Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x02FE, 0x000000000000000000000000000000000000
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (6.30.223.154.49)
    Bluetooth: Version 4.2.1f2 12982, 3 services, 23 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en0
    Serial ATA Device: APPLE SSD SM0512F, 500.28 GB
    USB Device: External USB 3.0
    USB Device: Internal Memory Card Reader
    USB Device: Keyboard Hub
    USB Device: PRO-100 series
    USB Device: PTZ-630
    USB Device: Apple Keyboard
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Apple Internal Keyboard / Trackpad
    Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1

    Hi,
    The crash seems to be happening when your old preferences are being migrated.
    Can you delete the preferences(take a backup of the files just in case you need them later) and check if this still happens. Infomation of preference cleanup can be found below:
    http://helpx.adobe.com/edge-animate/kb/restore-preferences-edge-animate.htm
    -Sujai

  • How does anyone get adobe to respond? - Adobe edge animate 3.0 crashes on launch!!

    Here's the details again adobe. PLEASE help!
    Process:         Adobe Edge Animate [617]
    Path:            /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/MacOS/Adobe Edge Animate
    Identifier:      com.adobe.Adobe Edge Animate.application
    Version:         3.0.0 (3.0.0.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [168]
    Responsible:     Adobe Edge Animate [617]
    User ID:         501
    Date/Time:       2014-02-16 15:07:39.085 +0000
    OS Version:      Mac OS X 10.9.1 (13B3116)
    Report Version:  11
    Anonymous UUID:  3893AC7F-6C66-4D89-122F-70D8BC77B3B9
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    terminating with uncaught exception of type dvacore::filesupport::file_exception: $$$/dvacore/filesupport/error=Error with file: '@0'.
    abort() called
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x91891952 __pthread_kill + 10
    1   libsystem_pthread.dylib                 0x90c00167 pthread_kill + 101
    2   libsystem_c.dylib                       0x927be340 abort + 155
    3   libc++abi.dylib                         0x9b2d4869 abort_message + 169
    4   libc++abi.dylib                         0x9b2f557b default_terminate_handler() + 264
    5   libc++abi.dylib                         0x9b2f2dd0 std::__terminate(void (*)()) + 14
    6   libc++abi.dylib                         0x9b2f27eb __cxa_throw + 116
    7   com.adobe.dvacore.framework             0x00446c3b dvacore::utility::ThrowIfCopyError(long, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&) + 331
    8   com.adobe.dvacore.framework             0x00446a22 dvacore::utility::FileUtils::Copy(std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&) + 290
    9   com.adobe.Adobe Edge Animate.application          0x00023563 helium::FolderCopy(dvacore::filesupport::Dir, dvacore::filesupport::Dir) + 723
    10  com.adobe.Adobe Edge Animate.application          0x0000c8b2 helium::App::MigratePrefs() + 1058
    11  com.adobe.Adobe Edge Animate.application          0x0000bcc9 helium::App::PreInitialize(exo::app::AppInitArgs&, boost::program_options::variables_map&) + 425
    12  com.adobe.Adobe Edge Animate.application          0x00044994 main + 388
    13  com.adobe.Adobe Edge Animate.application          0x000029a5 start + 53
    Thread 1:
    0   libsystem_kernel.dylib                  0x91892046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x90c00dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x90c04cce start_wqthread + 30
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x91892992 kevent64 + 10
    1   libdispatch.dylib                       0x9a4238bd _dispatch_mgr_invoke + 238
    2   libdispatch.dylib                       0x9a423556 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib                  0x91892046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x90c00dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x90c04cce start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0xa0652c0c  ecx: 0xbffff02c  edx: 0x91891952
      edi: 0xa03fd1a8  esi: 0x00000006  ebp: 0xbffff048  esp: 0xbffff02c
       ss: 0x00000023  efl: 0x00000206  eip: 0x91891952   cs: 0x0000000b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x004907c0
    Logical CPU:     0
    Error Code:      0x00080148
    Trap Number:     132
    Binary Images:
        0x1000 -    0xa7ffb +com.adobe.Adobe Edge Animate.application (3.0.0 - 3.0.0.0) <30997E47-777E-3951-B7CD-756E5CC5DAD5> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/MacOS/Adobe Edge Animate
      0x17d000 -   0x1ccfef +com.adobe.headlights.LogSessionFramework (2.1.2.1785) <7B2DC92D-14B9-39B7-9982-EE295F0E82EF> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
      0x200000 -   0x202fff +com.adobe.AdobeCrashReporter (7.0 - 7.0.1) <940AF5C8-23AA-3311-A69F-6FC43C80F05B> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporte r
      0x209000 -   0x20dfff +com.adobe.boost_date_time.framework (3.0.0 - 3.0.0.0) <CC705430-5F60-35BC-A1A8-7D3A83D1CD4F> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
      0x221000 -   0x22eff3 +com.adobe.boost_threads.framework (3.0.0 - 3.0.0.0) <15F4484D-FDF8-3767-B2C1-075014177DD3> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
      0x250000 -   0x25affb +com.adobe.boost_signals.framework (3.0.0 - 3.0.0.0) <76C26160-4DDC-3082-9902-5DD388C4ACE8> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
      0x271000 -   0x273ff7 +com.adobe.boost_system.framework (3.0.0 - 3.0.0.0) <0F0A902D-EA49-3CF2-953A-C7F0EE6A1E6A> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
      0x27b000 -   0x4beff3 +com.adobe.dvacore.framework (3.0.0 - 3.0.0.0) <6ABAA81C-82C6-3AA3-9749-63758BE6F030> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
      0x6c5000 -   0xb0bff7 +com.adobe.dvaui.framework (3.0.0 - 3.0.0.0) <3783C677-AF28-3901-9FB9-B75DDA14173E> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
    0x1070000 -  0x1119ff7 +com.adobe.dvaworkspace.framework (3.0.0 - 3.0.0.0) <FA1B7381-16DA-3B70-AE95-6622F9A9D94A> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace
    0x120a000 -  0x12c6ff3 +com.adobe.exo.framework (3.0.0 - 3.0.0.0) <329F8C8E-C931-348B-853A-893BDE9A3E28> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/exo.framework/Versions/A/exo
    0x1406000 -  0x14bdffb +com.adobe.dvaeve.framework (3.0.0 - 3.0.0.0) <DB565AE5-F1E9-3D78-A05E-25ABC71C6AF7> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvaeve.framework/Versions/A/dvaeve
    0x1618000 -  0x1921ffb +com.adobe.dvaadameve.framework (3.0.0 - 3.0.0.0) <FC8B81CA-85C2-383A-8EF6-1A2267030CC8> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
    0x1f76000 -  0x1f88ffb +com.adobe.boost_filesystem.framework (3.0.0 - 3.0.0.0) <D30AA740-44F2-311A-A71A-F4367CE58F4E> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesystem
    0x1fa5000 -  0x2038ff7 +com.adobe.boost_regex.framework (3.0.0 - 3.0.0.0) <867B9677-4E8D-31B9-8B11-A1CD3736B7B6> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex
    0x20c8000 -  0x2115fff +com.adobe.AgKernel.framework (3.0.0 - 3.0.0.0) <7A5AFD87-8439-33E9-81BE-D30988B03667> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/AgKernel.framework/Versions/A/AgKernel
    0x2145000 -  0x2239ff3 +com.adobe.dvalua.framework (3.0.0 - 3.0.0.0) <B84C1A94-4E5C-3912-A30A-19A449688D85> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvalua.framework/Versions/A/dvalua
    0x2394000 -  0x23b7ffb +com.adobe.bezierlua.framework (3.0.0 - 3.0.0.0) <FE95B81B-C4C6-3515-9336-4C1F4245E50F> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/bezierlua.framework/Versions/A/bezierlua
    0x23d4000 -  0x23dbff3 +com.adobe.dvaundo.framework (3.0.0 - 3.0.0.0) <AF864897-DFE3-34EA-A64D-165DEC7548BA> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvaundo.framework/Versions/A/dvaundo
    0x23ea000 -  0x252efff +com.adobe.scintilla.framework (3.0.0 - 3.0.0.0) <85FD731B-93F1-3F4C-AF0F-4FED28E1200B> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/scintilla.framework/Versions/A/scintilla
    0x25ad000 -  0x269fff7 +com.adobe.amtlib (7.0.0.247 - 7.0.0.247) <40EB4ADC-F7EF-344B-A75B-B50DB61EDF3C> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x26b1000 -  0x26f9fff +com.adobe.dvawebview.framework (3.0.0 - 3.0.0.0) <4DF4F3F2-E40C-3AC3-AC29-6892BCD5E4EF> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvawebview.framework/Versions/A/dvawebview
    0x279b000 -  0x279dffe +com.adobe.lua_zip.framework (3.0.0 - 3.0.0.0) <39554708-8657-3087-88EB-35E6B3CFA24B> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/lua_zip.framework/Versions/A/lua_zip
    0x27a4000 -  0x27b3ff3 +com.adobe.lua_zlib.framework (3.0.0 - 3.0.0.0) <4B80467D-9FF4-386F-8E20-4EAF5F7DD782> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/lua_zlib.framework/Versions/A/lua_zlib
    0x27bc000 -  0x27d2fff +com.adobe.libzip.framework (3.0.0 - 3.0.0.0) <9C1D69CE-DE94-31A9-B204-9ED3B1E98D11> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/libzip.framework/Versions/A/libzip
    0x27e5000 -  0x27f4ffb +com.adobe.dvatexteditor.framework (3.0.0 - 3.0.0.0) <2F8C4BEB-E63C-30AF-9B30-D2D3F8B5ECD9> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvatexteditor.framework/Versions/A/dvatexteditor
    0x2819000 -  0x5923ffb +libcef.dylib (31130.5.84) <75133BA3-A4DB-3D34-9C59-974A9EAF59D6> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvawebview.framework/Versions/A/cef/Chromium Embedded Framework.framework/Libraries/libcef.dylib
    0x8fe1e000 - 0x8fe50417  dyld (239.3) <4B280BB1-55F8-313F-86A6-8ADD644ED69E> /usr/lib/dyld
    0x90008000 - 0x90061ffa  libTIFF.dylib (1038) <4204CF01-2B19-3846-ADA4-2E3F3BCAD117> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x90062000 - 0x900cdff9  com.apple.Heimdal (4.0 - 2.0) <0DC5A0C2-D664-3B18-B4FD-DD027D62DE8A> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x900e2000 - 0x90133ff1  libstdc++.6.dylib (60) <354F284B-2343-3810-9CA2-E28038824F6E> /usr/lib/libstdc++.6.dylib
    0x9013f000 - 0x901a0ff7  com.apple.Symbolication (1.4 - 129) <E5948C08-6ADF-3D86-9134-6AE49CF1DA0F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x901a1000 - 0x901deff7  libauto.dylib (185.5) <CD008E66-4A0C-35F5-8D72-80D76A716A03> /usr/lib/libauto.dylib
    0x901df000 - 0x9045bff7  com.apple.QuickTime (7.7.3 - 2826.0.1) <9DB76746-DCFA-371D-A1D5-E41C17202684> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9045c000 - 0x90746fd2  com.apple.vImage (7.0 - 7.0) <D94F266B-B1E3-3734-8C6C-CB4EF655F411> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x90747000 - 0x9074ffff  libcopyfile.dylib (103) <3442BBA3-ABB7-3A7D-9F8A-DB55A3CA2151> /usr/lib/system/libcopyfile.dylib
    0x90750000 - 0x907a1ffb  com.apple.CoreMedia (1.0 - 1273.35) <6BEDE306-DCAA-3D1E-AED4-6FC2A8CEF1C7> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x907c8000 - 0x907d3fff  com.apple.CrashReporterSupport (10.9 - 538) <16850C12-BBC7-3F02-AA33-A0BFE5FAD6FE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporter Support
    0x907d4000 - 0x907dcffe  libGFXShared.dylib (9.3.1) <1EF75B97-012E-3730-8017-5E832946B83D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x907dd000 - 0x907ddffd  libOpenScriptingUtil.dylib (157) <4D06E8ED-D312-34EA-A448-DFF45ADC3CE5> /usr/lib/libOpenScriptingUtil.dylib
    0x907de000 - 0x907eaffc  libbz2.1.0.dylib (29) <3CEF1E92-BA42-3F8A-8E8D-9E1F7658E5C7> /usr/lib/libbz2.1.0.dylib
    0x907eb000 - 0x9081bff7  com.apple.CoreServicesInternal (184.8 - 184.8) <2AA649CA-CBEC-31D4-9A57-BB3471D04157> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI nternal
    0x9081e000 - 0x90887fff  com.apple.datadetectorscore (5.0 - 354.0) <CEE08580-8FFC-3241-9E7D-851908179FB2> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x90888000 - 0x90890fff  liblaunch.dylib (842.1.4) <3E946C2F-76B5-3980-BC07-30D78BBD3279> /usr/lib/system/liblaunch.dylib
    0x90891000 - 0x90afeff6  com.apple.security (7.0 - 55471) <5FCF76B2-92C6-3404-87D3-91B3F6E203AA> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x90b0b000 - 0x90b27fff  libCRFSuite.dylib (34) <FFF76EBA-DF35-3A5F-857F-3F4B1C9F4C77> /usr/lib/libCRFSuite.dylib
    0x90b33000 - 0x90b35fff  libquarantine.dylib (71) <39FC7A3E-9508-3C82-9945-4E4229742FEC> /usr/lib/system/libquarantine.dylib
    0x90b36000 - 0x90b86ff7  libcorecrypto.dylib (161.1) <135FD99E-2211-3DF4-825C-C9F816107F0C> /usr/lib/system/libcorecrypto.dylib
    0x90b87000 - 0x90bfdff3  com.apple.securityfoundation (6.0 - 55122) <25149798-A37E-316F-84AB-93029EAF33D8> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x90bfe000 - 0x90c05ffb  libsystem_pthread.dylib (53.1.4) <AD357A6E-6746-3FB2-B6F5-8101E9DE7671> /usr/lib/system/libsystem_pthread.dylib
    0x90c06000 - 0x90c7bff1  com.apple.ApplicationServices.ATS (360 - 363.1) <6947C85B-3CAB-3FD1-86FD-B14FE212735C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x90c7c000 - 0x90d49ff7  com.apple.backup.framework (1.5.1 - 1.5.1) <DDA29C05-3FBA-3E8C-9EB7-97D5871C9257> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x90fc2000 - 0x90ff8fff  com.apple.IconServices (25 - 25.17) <05C87A32-3E0F-3EE7-8CE5-DB6463369FFA> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x90ff9000 - 0x91000ff7  com.apple.XPCService (2.0 - 1) <34C02E62-62C2-3BA5-95F2-0B5A9AC092F2> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x910ad000 - 0x910d7ff7  libsandbox.1.dylib (278.10) <DAC89956-5476-32E1-87CB-334731FAA372> /usr/lib/libsandbox.1.dylib
    0x910d8000 - 0x9144dff9  com.apple.HIToolbox (2.1 - 696) <43CB31D6-4C2B-30FA-A374-DB7C5728E7AD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x91528000 - 0x9152affe  libCVMSPluginSupport.dylib (9.3.1) <771F15D1-AB7E-32ED-98F1-8335EF1F9E5C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
    0x91532000 - 0x91833ff7  com.apple.CoreServices.CarbonCore (1077.14 - 1077.14) <42E10BD1-995B-3FB4-8A6D-5FD071FB8BD1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x91866000 - 0x9186aff7  libmacho.dylib (845) <AAB35F2B-B515-37CD-A637-A2E88DFE4080> /usr/lib/system/libmacho.dylib
    0x9186b000 - 0x91879ff7  libz.1.dylib (53) <3D1E738F-D26C-3721-8E16-52473B560A8F> /usr/lib/libz.1.dylib
    0x9187a000 - 0x91897ff4  libsystem_kernel.dylib (2422.75.4) <1FB471BD-92E5-314E-9C2B-154B117C06E8> /usr/lib/system/libsystem_kernel.dylib
    0x91898000 - 0x924b3ff3  com.apple.AppKit (6.9 - 1265) <AE258D94-0272-394F-BBB7-9B5C165A4A78> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x924b4000 - 0x924b8ffa  libcache.dylib (62) <F69AA956-EA55-3562-8A8E-C6393662B1D6> /usr/lib/system/libcache.dylib
    0x924b9000 - 0x924b9fff  com.apple.ApplicationServices (48 - 48) <6766DF5C-6A98-3AAF-A222-D99599BB5A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x924ba000 - 0x924d5ff6  libPng.dylib (1038) <97F26689-9706-348E-A07D-5A332B17750A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x924d6000 - 0x92500fff  libxslt.1.dylib (13) <249D54AB-1D82-38FE-ABEC-0D575450C73B> /usr/lib/libxslt.1.dylib
    0x925a1000 - 0x925acffb  libcommonCrypto.dylib (60049) <7C884189-8A58-3D10-9164-571DAABB7D58> /usr/lib/system/libcommonCrypto.dylib
    0x925f4000 - 0x92648fff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <DAA1002F-BEC8-37F3-9DB9-6B84F9A3819D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x9265d000 - 0x92661ffa  libGIF.dylib (1038) <1108B78D-2B39-3823-8FF8-6A9FDC31AC4E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x92662000 - 0x92676ff9  com.apple.MultitouchSupport.framework (245.13 - 245.13) <6860A0D0-3654-3B02-B2E9-C4D2637167B8> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x92677000 - 0x9269bfff  libJPEG.dylib (1038) <1154DC9B-6E0C-3EED-9C39-E382474B5FC1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x926cc000 - 0x926e6ff7  com.apple.GenerationalStorage (2.0 - 160.2) <D6235DD6-3039-383F-9378-294A2EC11E50> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage
    0x92714000 - 0x92760ff7  libcups.2.dylib (372) <75C1C149-4054-3060-97AE-AFC1ACCA793F> /usr/lib/libcups.2.dylib
    0x92761000 - 0x927f3ffe  libsystem_c.dylib (997.1.1) <8288A730-B230-34E2-8C4B-6A1FBD12C023> /usr/lib/system/libsystem_c.dylib
    0x927f4000 - 0x927f7ff9  com.apple.TCC (1.0 - 1) <DE9FBF11-4ABB-317F-A3F8-4D26A98A5AEF> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x927f8000 - 0x92805ff7  com.apple.AppleFSCompression (56 - 1.0) <32474B4B-209F-3A35-A66D-53B90879F02B> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompress ion
    0x92806000 - 0x92831ff5  com.apple.ChunkingLibrary (2.0 - 155.1) <87D1076A-1EC8-3C26-93DB-E4AD394A45AF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x9283d000 - 0x9287cff7  com.apple.bom (12.0 - 192) <B5E5E554-BFBD-3CB7-A43B-92F51F596FB4> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x928a0000 - 0x92d47fe7  com.apple.CoreAUC (6.22.08 - 6.22.08) <D3D4EF49-FEC9-3B40-A0BD-BBCDF638410E> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x92d48000 - 0x92d49ffa  libsystem_sandbox.dylib (278.10) <31C77DCA-F6CA-33F7-BE57-500932EA8494> /usr/lib/system/libsystem_sandbox.dylib
    0x92d58000 - 0x92db4ffa  com.apple.print.framework.PrintCore (9.0 - 428) <68C13032-D1B7-31C7-968B-E4C6325A0DA7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x92db5000 - 0x931dafe3  com.apple.VideoToolbox (1.0 - 1273.35) <053E5F1E-54F4-3EA9-B421-5F5D114F8E7F> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x931db000 - 0x931dffff  com.apple.CommonPanels (1.2.6 - 96) <CDB85D69-FF93-31CF-B530-5DA366C9288C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x931e0000 - 0x931e3ff7  com.apple.help (1.3.3 - 46) <616B1C40-AAB2-3041-9CBE-A7058E4285B5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x93223000 - 0x9361bffe  com.apple.CoreGraphics (1.600.0 - 599.7) <A98A8C69-9394-301F-9504-0728EFFC9854> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x9361c000 - 0x93625fff  com.apple.audio.SoundManager (4.1 - 4.1) <7E80241B-435E-340E-8E03-BDFF7763B77F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x93631000 - 0x9368fffd  com.apple.AE (665.5 - 665.5) <58CF4AC0-2F2E-3C4F-8075-636CD45A6130> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x9369c000 - 0x9369cfff  libkeymgr.dylib (28) <43297D93-111A-3880-AE0D-55C7404C52DC> /usr/lib/system/libkeymgr.dylib
    0x93792000 - 0x93796ffc  com.apple.IOSurface (91 - 91) <B337413D-F2D6-3272-B74A-9E1392ED5756> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x93797000 - 0x937c8ffd  com.apple.GSS (4.0 - 2.0) <FB94C6FD-E9AE-3B26-9242-E3298EF1BA69> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x937cf000 - 0x938c3fff  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
    0x9439e000 - 0x943c9ff7  libsystem_network.dylib (241.3) <FA1F2F7B-93B9-37FD-8070-A60725749A1F> /usr/lib/system/libsystem_network.dylib
    0x943ca000 - 0x9453cffb  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <BA08CB4B-B6DA-31BE-BCE9-A738CB25A48A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x94577000 - 0x94600fff  com.apple.CoreSymbolication (3.0 - 141) <3A521E7C-37B6-3ED1-863C-8CB5E2DEAC08> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n
    0x94601000 - 0x94650fff  com.apple.opencl (2.3.58 - 2.3.58) <82A383B9-EFE6-38D0-8465-CFB8F9367834> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x94651000 - 0x94697ff7  libFontRegistry.dylib (127) <BB1B8711-BEC9-3D0B-8C8D-9697039EE033> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x94698000 - 0x94702ff7  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <4B96CA5D-2670-3B66-B648-3F2B5BAE5238> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x947cb000 - 0x948ddffc  libsqlite3.dylib (158) <A1CDF363-AB65-3D3F-B62C-171C01DEE337> /usr/lib/libsqlite3.dylib
    0x948de000 - 0x948ecff7  com.apple.Sharing (132.2 - 132.2) <2BE8E58B-3C0D-35E4-8B00-6BE89821E757> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x948ed000 - 0x94940fff  com.apple.htmlrendering (77 - 1.1.4) <E4988ECB-285F-3FC0-A8EC-48A1260A96C7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x94941000 - 0x94996fff  libc++.1.dylib (120) <AE695E83-E3C6-3F13-BFC2-A2945AEAB0AC> /usr/lib/libc++.1.dylib
    0x94997000 - 0x94a0afff  com.apple.SearchKit (1.4.0 - 1.4.0) <B07169DD-5577-3898-8146-0E63A5FD31DF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x94a0b000 - 0x94a0bfff  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
    0x94a0c000 - 0x94a15ffa  com.apple.CommonAuth (4.0 - 2.0) <6CB82D57-3C55-39E5-9036-8047DF3E6F57> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x94a16000 - 0x94a1affc  libpam.2.dylib (20) <763AC655-931B-3891-AB6A-F2CD4A21F906> /usr/lib/libpam.2.dylib
    0x94b6d000 - 0x94d33ffb  libicucore.A.dylib (511.27) <653147E9-7326-337A-99E1-B42E4D801E53> /usr/lib/libicucore.A.dylib
    0x94d34000 - 0x94d53ff9  com.apple.framework.Apple80211 (9.0 - 900.47) <68E399FF-AB98-378D-94AC-D0869A72344F> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x94d7e000 - 0x94d88ff7  com.apple.speech.synthesis.framework (4.6.2 - 4.6.2) <16E20DCD-89F4-3C8E-9DBA-EED359807038> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x94d8d000 - 0x94d90fff  libdyld.dylib (239.3) <ED3D413D-D8FE-39A3-ADF4-00B4E7244A67> /usr/lib/system/libdyld.dylib
    0x94d91000 - 0x94dadff9  com.apple.Ubiquity (1.3 - 289) <64DEF1B4-F874-3DF2-9D58-ABBF0A15C5BB> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x94dae000 - 0x94e9aff7  libxml2.2.dylib (26) <32040145-6FD6-3AD2-B98B-39F73BF9AC47> /usr/lib/libxml2.2.dylib
    0x94e9b000 - 0x951e7ffb  com.apple.MediaToolbox (1.0 - 1273.35) <E30AF97C-165A-37EA-9373-1A99188FA8B6> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x951e8000 - 0x9521affb  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <1D512F2A-695A-3D82-A6B3-1DDC88865BE5> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x95220000 - 0x9522efff  libxar.1.dylib (202) <B73748D4-F830-3C71-98B3-7A3ABF5136FD> /usr/lib/libxar.1.dylib
    0x9522f000 - 0x953dbff1  com.apple.QuartzCore (1.8 - 332.0) <C8467E02-1AC0-333E-890E-9AAD65FAEC0E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x953dc000 - 0x953eefff  libsystem_asl.dylib (217.1.4) <F4B8D4CC-71BC-3C45-8669-91747B456739> /usr/lib/system/libsystem_asl.dylib
    0x953ef000 - 0x953f9fff  com.apple.bsd.ServiceManagement (2.0 - 2.0) <907F726B-BA7D-360C-8E46-02DB99DD903A> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x9541b000 - 0x95449ff3  com.apple.DebugSymbols (106 - 106) <37B107F9-4AA0-39FF-9602-A27811C8DC96> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x9544a000 - 0x95454ff2  com.apple.AppSandbox (3.0 - 1) <085C3B38-C7D8-3A62-AFC6-CEE27F93DFD1> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x9546c000 - 0x95490fff  libxpc.dylib (300.1.17) <9115C2E7-FA58-3D25-8676-6360C7CF8E13> /usr/lib/system/libxpc.dylib
    0x95495000 - 0x954a1ffe  libkxld.dylib (2422.75.4) <E33644D0-8809-356F-8144-67CC09052E9B> /usr/lib/system/libkxld.dylib
    0x95528000 - 0x9556afff  libGLU.dylib (9.3.1) <F15F3C93-3B42-35AF-8417-B2F79FDE1B70> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9556b000 - 0x95574fff  libsystem_notify.dylib (121) <C52DC28B-66DF-3F1C-8A2B-4D1F41DEB168> /usr/lib/system/libsystem_notify.dylib
    0x9573d000 - 0x957bdff7  com.apple.CoreServices.OSServices (600.4 - 600.4) <21FF2945-32B7-3ABD-ACBB-5533241999D8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x957be000 - 0x959c0ff7  com.apple.CoreFoundation (6.9 - 855.11) <21BA3E03-EA00-3AC4-8B31-806779114FE8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x959c1000 - 0x959c3ffb  libRadiance.dylib (1038) <B3B8CD5D-74C8-3D73-BC98-21F7B18E77C1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x95c5d000 - 0x95c99ff4  com.apple.RemoteViewServices (2.0 - 94) <C08AC054-A318-3BC8-9634-510B39493C52> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
    0x95c9a000 - 0x95cb7ffb  libresolv.9.dylib (54) <3EC12A7F-6BA1-3976-9F1F-6A4B76303028> /usr/lib/libresolv.9.dylib
    0x95cb8000 - 0x95cbafff  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
    0x95cbb000 - 0x95cbcffc  com.apple.TrustEvaluationAgent (2.0 - 25) <064B485D-56E0-3DD7-BBE2-E08A5BFFF8B3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x95cbd000 - 0x95cc8ff6  com.apple.NetAuth (5.0 - 5.0) <3B2E9615-EE12-38FC-BDCF-09529FF9464B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x95cc9000 - 0x95ff4ff6  com.apple.Foundation (6.9 - 1056) <B30A8E0D-B36F-37D9-AA80-E4E02D6EE192> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x95ff5000 - 0x962e7ff8  com.apple.CoreImage (9.0.54) <52994AA9-1B03-3720-B02D-6E888D2A23E4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework /Versions/A/CoreImage
    0x9638d000 - 0x963a5fff  com.apple.CFOpenDirectory (10.9 - 173.1.1) <630A5CCF-8FC3-379D-B0BD-41DCE1F0B624> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x96cf8000 - 0x96cf8fff  com.apple.CoreServices (59 - 59) <BF15253B-242B-378A-8546-8F7619764AAC> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x96cf9000 - 0x96e05fff  com.apple.ImageIO.framework (3.3.0 - 1038) <4776FAFD-F80F-3BDE-A396-80D988BE8EC1> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x96e79000 - 0x970214af  libobjc.A.dylib (551.1) <18361D2F-0405-39B0-8354-2D865703118D> /usr/lib/libobjc.A.dylib
    0x97022000 - 0x97027ff3  libsystem_platform.dylib (24.1.4) <03238EB4-2C7C-3D55-8FA4-12F697B88878> /usr/lib/system/libsystem_platform.dylib
    0x97028000 - 0x970ebff1  com.apple.CoreText (352.0 - 367.15) <8C486246-B12A-39E1-9B35-DE9451FDCF4B> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x97189000 - 0x9718afff  liblangid.dylib (117) <F18F76C6-7E4B-34AD-AE81-C1C031BF2F7D> /usr/lib/liblangid.dylib
    0x9718b000 - 0x9726eff7  libcrypto.0.9.8.dylib (50) <F24D0250-CD74-3955-9E67-109765B882C1> /usr/lib/libcrypto.0.9.8.dylib
    0x9726f000 - 0x972c2ff3  com.apple.CoreMediaIO (403.0 - 4555) <6BE07264-EBEC-3F85-BF09-FF350627D058> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x972cc000 - 0x972d3ff2  com.apple.NetFS (6.0 - 4.0) <D295AB6B-CB1D-39E3-9D2F-42273D928D70> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x972d4000 - 0x972daffb  libunwind.dylib (35.3) <316039E0-FB7A-35DA-89BE-C461213D6BDE> /usr/lib/system/libunwind.dylib
    0x972db000 - 0x976a0ff6  libLAPACK.dylib (1094.5) <E6286E68-3501-31AC-813E-75B3B3968011> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x976a1000 - 0x97803ff3  com.apple.CFNetwork (673.0.3 - 673.0.3) <5E0E9AE8-073B-3F2B-B0C7-A0129DE787F6> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x97804000 - 0x9786dfff  com.apple.SystemConfiguration (1.13 - 1.13) <542075CD-9085-3F30-B84B-DD0277D6A40E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x9786e000 - 0x97872ffe  libCoreVMClient.dylib (58.1) <0EB8FFD7-AFED-3A63-810E-29629831D43D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x97873000 - 0x97ad7fff  com.apple.CoreData (107 - 481) <EF1D2394-41E0-356F-B8F8-3E60151EC441> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x97ad8000 - 0x97af3ff5  com.apple.openscripting (1.4 - 157) <5C161A52-8D2F-3D56-A988-05727BED7A59> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x97afb000 - 0x97b04fff  com.apple.DiskArbitration (2.6 - 2.6) <53700F94-766F-3DA0-A9DF-DE2F8FF84CB3> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x97b5d000 - 0x97b75ff7  libsystem_malloc.dylib (23.1.10) <689AB95D-FF71-364E-B6C7-7EFD1E4CB7E6> /usr/lib/system/libsystem_malloc.dylib
    0x97b76000 - 0x97ce6fff  com.apple.QTKit (7.7.3 - 2826.0.1) <4229223C-DBAF-31A3-874E-061B5F5D0F9A> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x97ce7000 - 0x97cf0fff  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <E2A5F1E3-2B8A-3E85-8559-18B1A29AE271> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x97cf2000 - 0x97d83fff  com.apple.ColorSync (4.9.0 - 4.9.0) <10317959-1392-3689-B3F6-F8E2D84931BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x97d84000 - 0x97df9ffb  com.apple.framework.IOKit (2.0.1 - 907.1.13) <86D72735-9DFB-35C8-83F7-CE0DCF17D354> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x97dfa000 - 0x97dfafff  com.apple.Cocoa (6.8 - 20) <63DA3D59-5D81-3340-A985-A11CE4A3E83F> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x97f06000 - 0x97f9eff7  com.apple.Metadata (10.7.0 - 800.12.2) <5E9EA0AC-EE9E-362E-9DAC-9B7D21A53A2A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x97f9f000 - 0x97fedff9  com.apple.HIServices (1.22 - 466) <30636237-408A-3552-90C1-1279348DF7CB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x97fee000 - 0x97ffdfff  libGL.dylib (9.3.1) <32F61D19-8636-3B3F-94A2-AB2C4367B82A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x97ffe000 - 0x97ffffff  libsystem_blocks.dylib (63) <2AC67D5E-ECD4-3644-A53C-9684F9B7AA33> /usr/lib/system/libsystem_blocks.dylib
    0x98000000 - 0x980fefff  libJP2.dylib (1038) <E5860548-4C4F-3C4D-948E-1A25EF5ADA71> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x980ff000 - 0x9819bfff  com.apple.QD (3.50 - 298) <39109A21-3337-3F6D-B33B-53737C2187E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x981a4000 - 0x981d0ff7  com.apple.DictionaryServices (1.2 - 208) <59E9F98C-9C58-34C6-9D78-1FD4649DCBC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x981d1000 - 0x982a1fef  libvDSP.dylib (423.32) <E2FA7230-A001-3F6B-9ACF-6998C51AD7DC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x982a2000 - 0x982b4fff  libbsm.0.dylib (33) <1BE92DB5-0D2F-3BB5-BCC6-8A71EF2A3450> /usr/lib/libbsm.0.dylib
    0x982b5000 - 0x982b9fff  libheimdal-asn1.dylib (323.12) <9EA2A221-301B-3B9A-BBF2-38134145B5A8> /usr/lib/libheimdal-asn1.dylib
    0x982ba000 - 0x982d1ff4  com.apple.CoreMediaAuthoring (2.2 - 947) <DE5E1DB2-F8CB-3132-A1A9-6F50BDD0A559> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthor ing
    0x982d2000 - 0x9831afff  com.apple.PerformanceAnalysis (1.47 - 47) <48BE84A9-3753-3CDA-A092-2F8CA36C731C> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAna lysis
    0x9831b000 - 0x98330ff3  com.apple.AppContainer (3.0 - 1) <84FB395F-0467-3D21-8FB5-4ED7BB9C82E7> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x98331000 - 0x98338fff  libMatch.1.dylib (19) <3B3680FC-2AC9-37CC-B262-5ACE2CF8939A> /usr/lib/libMatch.1.dylib
    0x98339000 - 0x98466ff9  com.apple.avfoundation (2.0 - 651.12) <46DF19FF-7A29-33CE-9D80-E2CEE163C2C6> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x9846a000 - 0x98495ff7  libpcap.A.dylib (42) <66FBEAD3-FE91-3A89-8706-FB95229068AC> /usr/lib/libpcap.A.dylib
    0x98496000 - 0x984a4ff3  com.apple.opengl (9.3.1 - 9.3.1) <8E5EB187-90D0-31BE-BF14-A1D9B402AA0C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x984a5000 - 0x98503ff7  com.apple.CoreUtils (1.9 - 190.4) <8F169D88-9D9A-3D12-8C8F-287CC7F286C7> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x98504000 - 0x98505fff  libDiagnosticMessagesClient.dylib (100) <B936B1D4-90BB-395D-8EA9-E1237608E7D0> /usr/lib/libDiagnosticMessagesClient.dylib
    0x9850a000 - 0x98560ff6  com.apple.ScalableUserInterface (1.0 - 1) <30203384-7230-356E-BF47-76307CD21148> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterfa ce.framework/Versions/A/ScalableUserInterface
    0x98561000 - 0x98589fff  libsystem_info.dylib (449.1.3) <3FE52670-FFEE-3D04-ADE7-EA69BC00B066> /usr/lib/system/libsystem_info.dylib
    0x985ed000 - 0x9862affb  libGLImage.dylib (9.3.1) <26AB4352-1F99-3170-B5E0-459F561233D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x9862b000 - 0x98781ff0  libBLAS.dylib (1094.5) <5A53FE27-32DE-322C-BAB3-E03B93D37F88> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x98782000 - 0x9879bfff  libAVFAudio.dylib (32.2) <F1189373-0635-32D5-BB0C-1261959DB675> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
    0x987a6000 - 0x987a7fff  libremovefile.dylib (33) <E6B6F0CD-1700-31DC-93DB-3D33EC85DA0C> /usr/lib/system/libremovefile.dylib
    0x987a8000 - 0x987b4ff7  com.apple.OpenDirectory (10.9 - 173.1.1) <2AA24814-2DC6-3E28-B71B-186B686F0F19> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x987b5000 - 0x987c5ff5  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8106E9A2-F2A7-392C-B404-E88A20843F0C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x987f6000 - 0x988dcff7  com.apple.coreui (2.1 - 231) <AE791086-2144-30F8-A943-BFF90C6B9D6A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x988dd000 - 0x988deffd  libunc.dylib (28) <74F7C952-F254-3E55-9C00-780DCEF3F410> /usr/lib/system/libunc.dylib
    0x98984000 - 0x98984ffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <F43CF0ED-A017-35EE-813D-37D08A60A74B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x99974000 - 0x99974fff  com.apple.Carbon (154 - 157) <33457512-4EA2-373B-BB04-A6A7B6D4E54A> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x99975000 - 0x99988fff  com.apple.ImageCapture (9.0 - 9.0) <2128121D-9069-3BF2-BE7D-D6CD7B9C6630> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x99989000 - 0x99dbdff7  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <557A6F7A-4A24-32B0-A1FD-4B0E27912648> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x9a1eb000 - 0x9a1ebfff  com.apple.Accelerate (1.9 - Accelerate 1.9) <E8443BE8-482C-300A-BEDA-EDB07242A64B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9a1ec000 - 0x9a253ffc  com.apple.framework.CoreWLAN (4.0 - 400.45.1) <8DADD7D2-AB98-34ED-8D6F-335338502CBE> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x9a254000 - 0x9a259ff6  libcompiler_rt.dylib (35) <B838D63E-59DD-3C07-A17F-F90906F3FB09> /usr/lib/system/libcompiler_rt.dylib
    0x9a25a000 - 0x9a273fff  com.apple.Kerberos (3.0 - 1) <B5231442-5643-3605-8464-8F654A4C5019> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9a27e000 - 0x9a2bcff7  com.apple.NavigationServices (3.8 - 215) <196E21DC-C420-33B2-AC5C-CC35264C5E58> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x9a2bd000 - 0x9a3f4ff3  com.apple.desktopservices (1.8 - 1.8) <1CA936E2-C5DB-32BF-AFD0-E8FF97A462A5> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x9a3f5000 - 0x9a3f6fff  libSystem.B.dylib (1197.1.1) <5A9C548E-A852-35B3-B9AB-DF658EF75242> /usr/lib/libSystem.B.dylib
    0x9a420000 - 0x9a438ffd  libdispatch.dylib (339.1.9) <4A985218-0898-3554-8DB1-BCA0B676B9A6> /usr/lib/system/libdispatch.dylib
    0x9a439000 - 0x9a43bfff  com.apple.SecCodeWrapper (3.0 - 1) <29ECC157-F444-31FE-99CC-A9289FF3AC8D> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x9ad63000 - 0x9ad68ff7  com.apple.print.framework.Print (9.0 - 260) <6875EC0C-7DD0-3660-AFD6-25E407F49E0D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x9ad69000 - 0x9ae00ff7  com.apple.ink.framework (10.9 - 207) <710EF47E-89F1-317F-AEAB-A42FE0E40B92> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x9b0ad000 - 0x9b159ffb  libvMisc.dylib (423.32) <43873EFF-FB43-3301-BEE8-F2C3A046D7A6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x9b18d000 - 0x9b192fff  com.apple.MediaAccessibility (1.0 - 43) <F7B5A9CB-2F38-32AF-8B8E-B6CDB31D68C5> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x9b193000 - 0x9b19bfff  libsystem_dnssd.dylib (522.1.11) <AFF243AD-A0AF-3D7B-9E56-7B5BE81FC08C> /usr/lib/system/libsystem_dnssd.dylib
    0x9b19c000 - 0x9b1c3fff  com.apple.CoreVideo (1.8 - 117.2) <4FDBE865-4A94-39B7-B9F4-44055EC988C3> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9b2d4000 - 0x9b2f7ff7  libc++abi.dylib (48) <5367BE5A-D475-3FB4-972D-E1DC999A709A> /usr/lib/libc++abi.dylib
    0x9b410000 - 0x9b441ffa  libsystem_m.dylib (3047.16) <7BF40745-1A2D-3DB2-8D49-3F149851AE15> /usr/lib/system/libsystem_m.dylib
    0x9b442000 - 0x9b51dff7  com.apple.LaunchServices (572.23 - 572.23) <7E52FB5C-9ECF-3CB9-BF18-6652B8D8CDE0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x9b51e000 - 0x9b520fff  libsystem_configuration.dylib (596.12) <DE9038BB-0403-3263-885F-D949F8FBAFE7> /usr/lib/system/libsystem_configuration.dylib
    0x9baee000 - 0x9bbdeffb  libiconv.2.dylib (41) <848FEBA7-2E3E-3ECB-BD59-007F32468787> /usr/lib/libiconv.2.dylib
    0x9bbdf000 - 0x9bcecfe4  com.apple.MediaControlSender (1.9 - 190.4) <364BDDB2-4280-3BAB-9CC4-697FDC303BCA> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSen der
    0x9c014000 - 0x9c069ff7  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <A20E9FFF-79AE-30CD-8377-AA939EEDCE3F> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 1
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 336
        thread_create: 8
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=241.4M resident=164.9M(68%) swapped_out_or_unallocated=76.5M(32%)
    Writable regions: Total=52.8M written=1612K(3%) resident=2380K(4%) swapped_out=0K(0%) unallocated=50.5M(96%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    Kernel Alloc Once                     4K
    MALLOC                             41.7M
    MALLOC (admin)                       48K
    Stack                              65.1M
    VM_ALLOCATE                        1236K
    __DATA                             16.4M
    __IMAGE                             528K
    __LINKEDIT                         65.4M
    __OBJC                             2272K
    __PAGEZERO                            4K
    __TEXT                            176.0M
    __UNICODE                           544K
    mapped file                       119.3M
    shared memory                         4K
    ===========                      =======
    TOTAL                             488.5M

    Good Morning Meenat. thank you so much for your reply. I really appreciate it. 
    Yes What I do is uninstall Edge using the uninstaller, clicking 'remove prefs' I then log out of CC and log back in so I recognises that Edge is not there. It doesn't. So I go to the Edge download page and click to trial it, then CC installs. I then launch Edge and it crashes.
    Here's this afternoon's report:
    Process:         Adobe Edge Animate [1741]
    Path:            /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/MacOS/Adobe Edge Animate
    Identifier:      com.adobe.Adobe Edge Animate.application
    Version:         3.0.0 (3.0.0.0)
    Code Type:       X86 (Native)
    Parent Process:  launchd [183]
    Responsible:     Adobe Edge Animate [1741]
    User ID:         501
    Date/Time:       2014-02-25 12:05:29.949 +0000
    OS Version:      Mac OS X 10.9.1 (13B3116)
    Report Version:  11
    Anonymous UUID:  3893AC7F-6C66-4D89-122F-70D8BC77B3B9
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    terminating with uncaught exception of type dvacore::filesupport::file_exception: $$$/dvacore/filesupport/error=Error with file: '@0'.
    abort() called
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x91891952 __pthread_kill + 10
    1   libsystem_pthread.dylib                 0x90c00167 pthread_kill + 101
    2   libsystem_c.dylib                       0x927be340 abort + 155
    3   libc++abi.dylib                         0x9b2d4869 abort_message + 169
    4   libc++abi.dylib                         0x9b2f557b default_terminate_handler() + 264
    5   libc++abi.dylib                         0x9b2f2dd0 std::__terminate(void (*)()) + 14
    6   libc++abi.dylib                         0x9b2f27eb __cxa_throw + 116
    7   com.adobe.dvacore.framework             0x00446c3b dvacore::utility::ThrowIfCopyError(long, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&) + 331
    8   com.adobe.dvacore.framework             0x00446a22 dvacore::utility::FileUtils::Copy(std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&) + 290
    9   com.adobe.Adobe Edge Animate.application          0x00023563 helium::FolderCopy(dvacore::filesupport::Dir, dvacore::filesupport::Dir) + 723
    10  com.adobe.Adobe Edge Animate.application          0x0000c8b2 helium::App::MigratePrefs() + 1058
    11  com.adobe.Adobe Edge Animate.application          0x0000bcc9 helium::App::PreInitialize(exo::app::AppInitArgs&, boost::program_options::variables_map&) + 425
    12  com.adobe.Adobe Edge Animate.application          0x00044994 main + 388
    13  com.adobe.Adobe Edge Animate.application          0x000029a5 start + 53
    Thread 1:
    0   libsystem_kernel.dylib                  0x91892046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x90c00dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x90c04cce start_wqthread + 30
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x91892992 kevent64 + 10
    1   libdispatch.dylib                       0x9a4238bd _dispatch_mgr_invoke + 238
    2   libdispatch.dylib                       0x9a423556 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib                  0x91892046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x90c00dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x90c04cce start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0xa0652c0c  ecx: 0xbffff02c  edx: 0x91891952
      edi: 0xa03fd1a8  esi: 0x00000006  ebp: 0xbffff048  esp: 0xbffff02c
       ss: 0x00000023  efl: 0x00000206  eip: 0x91891952   cs: 0x0000000b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x004907c0
    Logical CPU:     0
    Error Code:      0x00080148
    Trap Number:     132
    Binary Images:
        0x1000 -    0xa7ffb +com.adobe.Adobe Edge Animate.application (3.0.0 - 3.0.0.0) <30997E47-777E-3951-B7CD-756E5CC5DAD5> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/MacOS/Adobe Edge Animate
      0x17d000 -   0x1ccfef +com.adobe.headlights.LogSessionFramework (2.1.2.1785) <7B2DC92D-14B9-39B7-9982-EE295F0E82EF> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
      0x200000 -   0x202fff +com.adobe.AdobeCrashReporter (7.0 - 7.0.1) <940AF5C8-23AA-3311-A69F-6FC43C80F05B> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporte r
      0x209000 -   0x20dfff +com.adobe.boost_date_time.framework (3.0.0 - 3.0.0.0) <CC705430-5F60-35BC-A1A8-7D3A83D1CD4F> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
      0x221000 -   0x22eff3 +com.adobe.boost_threads.framework (3.0.0 - 3.0.0.0) <15F4484D-FDF8-3767-B2C1-075014177DD3> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
      0x250000 -   0x25affb +com.adobe.boost_signals.framework (3.0.0 - 3.0.0.0) <76C26160-4DDC-3082-9902-5DD388C4ACE8> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
      0x271000 -   0x273ff7 +com.adobe.boost_system.framework (3.0.0 - 3.0.0.0) <0F0A902D-EA49-3CF2-953A-C7F0EE6A1E6A> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
      0x27b000 -   0x4beff3 +com.adobe.dvacore.framework (3.0.0 - 3.0.0.0) <6ABAA81C-82C6-3AA3-9749-63758BE6F030> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
      0x6c5000 -   0xb0bff7 +com.adobe.dvaui.framework (3.0.0 - 3.0.0.0) <3783C677-AF28-3901-9FB9-B75DDA14173E> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
    0x1070000 -  0x1119ff7 +com.adobe.dvaworkspace.framework (3.0.0 - 3.0.0.0) <FA1B7381-16DA-3B70-AE95-6622F9A9D94A> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace
    0x120a000 -  0x12c6ff3 +com.adobe.exo.framework (3.0.0 - 3.0.0.0) <329F8C8E-C931-348B-853A-893BDE9A3E28> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/exo.framework/Versions/A/exo
    0x1406000 -  0x14bdffb +com.adobe.dvaeve.framework (3.0.0 - 3.0.0.0) <DB565AE5-F1E9-3D78-A05E-25ABC71C6AF7> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvaeve.framework/Versions/A/dvaeve
    0x1618000 -  0x1921ffb +com.adobe.dvaadameve.framework (3.0.0 - 3.0.0.0) <FC8B81CA-85C2-383A-8EF6-1A2267030CC8> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
    0x1f76000 -  0x1f88ffb +com.adobe.boost_filesystem.framework (3.0.0 - 3.0.0.0) <D30AA740-44F2-311A-A71A-F4367CE58F4E> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesystem
    0x1fa5000 -  0x2038ff7 +com.adobe.boost_regex.framework (3.0.0 - 3.0.0.0) <867B9677-4E8D-31B9-8B11-A1CD3736B7B6> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex
    0x20c8000 -  0x2115fff +com.adobe.AgKernel.framework (3.0.0 - 3.0.0.0) <7A5AFD87-8439-33E9-81BE-D30988B03667> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/AgKernel.framework/Versions/A/AgKernel
    0x2145000 -  0x2239ff3 +com.adobe.dvalua.framework (3.0.0 - 3.0.0.0) <B84C1A94-4E5C-3912-A30A-19A449688D85> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvalua.framework/Versions/A/dvalua
    0x2394000 -  0x23b7ffb +com.adobe.bezierlua.framework (3.0.0 - 3.0.0.0) <FE95B81B-C4C6-3515-9336-4C1F4245E50F> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/bezierlua.framework/Versions/A/bezierlua
    0x23d4000 -  0x23dbff3 +com.adobe.dvaundo.framework (3.0.0 - 3.0.0.0) <AF864897-DFE3-34EA-A64D-165DEC7548BA> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvaundo.framework/Versions/A/dvaundo
    0x23ea000 -  0x252efff +com.adobe.scintilla.framework (3.0.0 - 3.0.0.0) <85FD731B-93F1-3F4C-AF0F-4FED28E1200B> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/scintilla.framework/Versions/A/scintilla
    0x25ad000 -  0x269fff7 +com.adobe.amtlib (7.0.0.247 - 7.0.0.247) <40EB4ADC-F7EF-344B-A75B-B50DB61EDF3C> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x26b1000 -  0x26f9fff +com.adobe.dvawebview.framework (3.0.0 - 3.0.0.0) <4DF4F3F2-E40C-3AC3-AC29-6892BCD5E4EF> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvawebview.framework/Versions/A/dvawebview
    0x279b000 -  0x279dffe +com.adobe.lua_zip.framework (3.0.0 - 3.0.0.0) <39554708-8657-3087-88EB-35E6B3CFA24B> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/lua_zip.framework/Versions/A/lua_zip
    0x27a4000 -  0x27b3ff3 +com.adobe.lua_zlib.framework (3.0.0 - 3.0.0.0) <4B80467D-9FF4-386F-8E20-4EAF5F7DD782> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/lua_zlib.framework/Versions/A/lua_zlib
    0x27bc000 -  0x27d2fff +com.adobe.libzip.framework (3.0.0 - 3.0.0.0) <9C1D69CE-DE94-31A9-B204-9ED3B1E98D11> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/libzip.framework/Versions/A/libzip
    0x27e5000 -  0x27f4ffb +com.adobe.dvatexteditor.framework (3.0.0 - 3.0.0.0) <2F8C4BEB-E63C-30AF-9B30-D2D3F8B5ECD9> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvatexteditor.framework/Versions/A/dvatexteditor
    0x2819000 -  0x5923ffb +libcef.dylib (31130.5.84) <75133BA3-A4DB-3D34-9C59-974A9EAF59D6> /Applications/Adobe Edge Animate CC/Adobe Edge Animate.app/Contents/Frameworks/dvawebview.framework/Versions/A/cef/Chromium Embedded Framework.framework/Libraries/libcef.dylib
    0x8fedd000 - 0x8ff0f417  dyld (239.3) <4B280BB1-55F8-313F-86A6-8ADD644ED69E> /usr/lib/dyld
    0x90008000 - 0x90061ffa  libTIFF.dylib (1038) <4204CF01-2B19-3846-ADA4-2E3F3BCAD117> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x90062000 - 0x900cdff9  com.apple.Heimdal (4.0 - 2.0) <0DC5A0C2-D664-3B18-B4FD-DD027D62DE8A> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x900e2000 - 0x90133ff1  libstdc++.6.dylib (60) <354F284B-2343-3810-9CA2-E28038824F6E> /usr/lib/libstdc++.6.dylib
    0x9013f000 - 0x901a0ff7  com.apple.Symbolication (1.4 - 129) <E5948C08-6ADF-3D86-9134-6AE49CF1DA0F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x901a1000 - 0x901deff7  libauto.dylib (185.5) <CD008E66-4A0C-35F5-8D72-80D76A716A03> /usr/lib/libauto.dylib
    0x901df000 - 0x9045bff7  com.apple.QuickTime (7.7.3 - 2826.0.1) <9DB76746-DCFA-371D-A1D5-E41C17202684> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9045c000 - 0x90746fd2  com.apple.vImage (7.0 - 7.0) <D94F266B-B1E3-3734-8C6C-CB4EF655F411> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x90747000 - 0x9074ffff  libcopyfile.dylib (103) <3442BBA3-ABB7-3A7D-9F8A-DB55A3CA2151> /usr/lib/system/libcopyfile.dylib
    0x90750000 - 0x907a1ffb  com.apple.CoreMedia (1.0 - 1273.35) <6BEDE306-DCAA-3D1E-AED4-6FC2A8CEF1C7> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x907c8000 - 0x907d3fff  com.apple.CrashReporterSupport (10.9 - 538) <16850C12-BBC7-3F02-AA33-A0BFE5FAD6FE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporter Support
    0x907d4000 - 0x907dcffe  libGFXShared.dylib (9.3.1) <1EF75B97-012E-3730-8017-5E832946B83D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x907dd000 - 0x907ddffd  libOpenScriptingUtil.dylib (157) <4D06E8ED-D312-34EA-A448-DFF45ADC3CE5> /usr/lib/libOpenScriptingUtil.dylib
    0x907de000 - 0x907eaffc  libbz2.1.0.dylib (29) <3CEF1E92-BA42-3F8A-8E8D-9E1F7658E5C7> /usr/lib/libbz2.1.0.dylib
    0x907eb000 - 0x9081bff7  com.apple.CoreServicesInternal (184.8 - 184.8) <2AA649CA-CBEC-31D4-9A57-BB3471D04157> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI nternal
    0x9081e000 - 0x90887fff  com.apple.datadetectorscore (5.0 - 354.0) <CEE08580-8FFC-3241-9E7D-851908179FB2> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x90888000 - 0x90890fff  liblaunch.dylib (842.1.4) <3E946C2F-76B5-3980-BC07-30D78BBD3279> /usr/lib/system/liblaunch.dylib
    0x90891000 - 0x90afeff6  com.apple.security (7.0 - 55471) <5FCF76B2-92C6-3404-87D3-91B3F6E203AA> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x90b0b000 - 0x90b27fff  libCRFSuite.dylib (34) <FFF76EBA-DF35-3A5F-857F-3F4B1C9F4C77> /usr/lib/libCRFSuite.dylib
    0x90b33000 - 0x90b35fff  libquarantine.dylib (71) <39FC7A3E-9508-3C82-9945-4E4229742FEC> /usr/lib/system/libquarantine.dylib
    0x90b36000 - 0x90b86ff7  libcorecrypto.dylib (161.1) <135FD99E-2211-3DF4-825C-C9F816107F0C> /usr/lib/system/libcorecrypto.dylib
    0x90b87000 - 0x90bfdff3  com.apple.securityfoundation (6.0 - 55122) <25149798-A37E-316F-84AB-93029EAF33D8> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x90bfe000 - 0x90c05ffb  libsystem_pthread.dylib (53.1.4) <AD357A6E-6746-3FB2-B6F5-8101E9DE7671> /usr/lib/system/libsystem_pthread.dylib
    0x90c06000 - 0x90c7bff1  com.apple.ApplicationServices.ATS (360 - 363.1) <6947C85B-3CAB-3FD1-86FD-B14FE212735C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x90c7c000 - 0x90d49ff7  com.apple.backup.framework (1.5.1 - 1.5.1) <DDA29C05-3FBA-3E8C-9EB7-97D5871C9257> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x90fc2000 - 0x90ff8fff  com.apple.IconServices (25 - 25.17) <05C87A32-3E0F-3EE7-8CE5-DB6463369FFA> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x90ff9000 - 0x91000ff7  com.apple.XPCService (2.0 - 1) <34C02E62-62C2-3BA5-95F2-0B5A9AC092F2> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x910ad000 - 0x910d7ff7  libsandbox.1.dylib (278.10) <DAC89956-5476-32E1-87CB-334731FAA372> /usr/lib/libsandbox.1.dylib
    0x910d8000 - 0x9144dff9  com.apple.HIToolbox (2.1 - 696) <43CB31D6-4C2B-30FA-A374-DB7C5728E7AD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x91528000 - 0x9152affe  libCVMSPluginSupport.dylib (9.3.1) <771F15D1-AB7E-32ED-98F1-8335EF1F9E5C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
    0x91532000 - 0x91833ff7  com.apple.CoreServices.CarbonCore (1077.14 - 1077.14) <42E10BD1-995B-3FB4-8A6D-5FD071FB8BD1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x91866000 - 0x9186aff7  libmacho.dylib (845) <AAB35F2B-B515-37CD-A637-A2E88DFE4080> /usr/lib/system/libmacho.dylib
    0x9186b000 - 0x91879ff7  libz.1.dylib (53) <3D1E738F-D26C-3721-8E16-52473B560A8F> /usr/lib/libz.1.dylib
    0x9187a000 - 0x91897ff4  libsystem_kernel.dylib (2422.75.4) <1FB471BD-92E5-314E-9C2B-154B117C06E8> /usr/lib/system/libsystem_kernel.dylib
    0x91898000 - 0x924b3ff3  com.apple.AppKit (6.9 - 1265) <AE258D94-0272-394F-BBB7-9B5C165A4A78> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x924b4000 - 0x924b8ffa  libcache.dylib (62) <F69AA956-EA55-3562-8A8E-C6393662B1D6> /usr/lib/system/libcache.dylib
    0x924b9000 - 0x924b9fff  com.apple.ApplicationServices (48 - 48) <6766DF5C-6A98-3AAF-A222-D99599BB5A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x924ba000 - 0x924d5ff6  libPng.dylib (1038) <97F26689-9706-348E-A07D-5A332B17750A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x924d6000 - 0x92500fff  libxslt.1.dylib (13) <249D54AB-1D82-38FE-ABEC-0D575450C73B> /usr/lib/libxslt.1.dylib
    0x925a1000 - 0x925acffb  libcommonCrypto.dylib (60049) <7C884189-8A58-3D10-9164-571DAABB7D58> /usr/lib/system/libcommonCrypto.dylib
    0x925f4000 - 0x92648fff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <DAA1002F-BEC8-37F3-9DB9-6B84F9A3819D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x9265d000 - 0x92661ffa  libGIF.dylib (1038) <1108B78D-2B39-3823-8FF8-6A9FDC31AC4E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x92662000 - 0x92676ff9  com.apple.MultitouchSupport.framework (245.13 - 245.13) <6860A0D0-3654-3B02-B2E9-C4D2637167B8> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x92677000 - 0x9269bfff  libJPEG.dylib (1038) <1154DC9B-6E0C-3EED-9C39-E382474B5FC1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x926cc000 - 0x926e6ff7  com.apple.GenerationalStorage (2.0 - 160.2) <D6235DD6-3039-383F-9378-294A2EC11E50> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage
    0x92714000 - 0x92760ff7  libcups.2.dylib (372) <75C1C149-4054-3060-97AE-AFC1ACCA793F> /usr/lib/libcups.2.dylib
    0x92761000 - 0x927f3ffe  libsystem_c.dylib (997.1.1) <8288A730-B230-34E2-8C4B-6A1FBD12C023> /usr/lib/system/libsystem_c.dylib
    0x927f4000 - 0x927f7ff9  com.apple.TCC (1.0 - 1) <DE9FBF11-4ABB-317F-A3F8-4D26A98A5AEF> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x927f8000 - 0x92805ff7  com.apple.AppleFSCompression (56 - 1.0) <32474B4B-209F-3A35-A66D-53B90879F02B> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompress ion
    0x92806000 - 0x92831ff5  com.apple.ChunkingLibrary (2.0 - 155.1) <87D1076A-1EC8-3C26-93DB-E4AD394A45AF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x9283d000 - 0x9287cff7  com.apple.bom (12.0 - 192) <B5E5E554-BFBD-3CB7-A43B-92F51F596FB4> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x928a0000 - 0x92d47fe7  com.apple.CoreAUC (6.22.08 - 6.22.08) <D3D4EF49-FEC9-3B40-A0BD-BBCDF638410E> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x92d48000 - 0x92d49ffa  libsystem_sandbox.dylib (278.10) <31C77DCA-F6CA-33F7-BE57-500932EA8494> /usr/lib/system/libsystem_sandbox.dylib
    0x92d58000 - 0x92db4ffa  com.apple.print.framework.PrintCore (9.0 - 428) <68C13032-D1B7-31C7-968B-E4C6325A0DA7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x92db5000 - 0x931dafe3  com.apple.VideoToolbox (1.0 - 1273.35) <053E5F1E-54F4-3EA9-B421-5F5D114F8E7F> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x931db000 - 0x931dffff  com.apple.CommonPanels (1.2.6 - 96) <CDB85D69-FF93-31CF-B530-5DA366C9288C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x931e0000 - 0x931e3ff7  com.apple.help (1.3.3 - 46) <616B1C40-AAB2-3041-9CBE-A7058E4285B5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x93223000 - 0x9361bffe  com.apple.CoreGraphics (1.600.0 - 599.7) <A98A8C69-9394-301F-9504-0728EFFC9854> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x9361c000 - 0x93625fff  com.apple.audio.SoundManager (4.1 - 4.1) <7E80241B-435E-340E-8E03-BDFF7763B77F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x93631000 - 0x9368fffd  com.apple.AE (665.5 - 665.5) <58CF4AC0-2F2E-3C4F-8075-636CD45A6130> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x9369c000 - 0x9369cfff  libkeymgr.dylib (28) <43297D93-111A-3880-AE0D-55C7404C52DC> /usr/lib/system/libkeymgr.dylib
    0x93792000 - 0x93796ffc  com.apple.IOSurface (91 - 91) <B337413D-F2D6-3272-B74A-9E1392ED5756> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x93797000 - 0x937c8ffd  com.apple.GSS (4.0 - 2.0) <FB94C6FD-E9AE-3B26-9242-E3298EF1BA69> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x937cf000 - 0x938c3fff  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
    0x9439e000 - 0x943c9ff7  libsystem_network.dylib (241.3) <FA1F2F7B-93B9-37FD-8070-A60725749A1F> /usr/lib/system/libsystem_network.dylib
    0x943ca000 - 0x9453cffb  com.apple.audio.toolbox.AudioToolbox (1.9 - 1.9) <BA08CB4B-B6DA-31BE-BCE9-A738CB25A48A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x94577000 - 0x94600fff  com.apple.CoreSymbolication (3.0 - 141) <3A521E7C-37B6-3ED1-863C-8CB5E2DEAC08> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n
    0x94601000 - 0x94650fff  com.apple.opencl (2.3.58 - 2.3.58) <82A383B9-EFE6-38D0-8465-CFB8F9367834> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x94651000 - 0x94697ff7  libFontRegistry.dylib (127) <BB1B8711-BEC9-3D0B-8C8D-9697039EE033> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x94698000 - 0x94702ff7  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <4B96CA5D-2670-3B66-B648-3F2B5BAE5238> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x947cb000 - 0x948ddffc  libsqlite3.dylib (158) <A1CDF363-AB65-3D3F-B62C-171C01DEE337> /usr/lib/libsqlite3.dylib
    0x948de000 - 0x948ecff7  com.apple.Sharing (132.2 - 132.2) <2BE8E58B-3C0D-35E4-8B00-6BE89821E757> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x948ed000 - 0x94940fff  com.apple.htmlrendering (77 - 1.1.4) <E4988ECB-285F-3FC0-A8EC-48A1260A96C7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x94941000 - 0x94996fff  libc++.1.dylib (120) <AE695E83-E3C6-3F13-BFC2-A2945AEAB0AC> /usr/lib/libc++.1.dylib
    0x94997000 - 0x94a0afff  com.apple.SearchKit (1.4.0 - 1.4.0) <B07169DD-5577-3898-8146-0E63A5FD31DF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x94a0b000 - 0x94a0bfff  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
    0x94a0c000 - 0x94a15ffa  com.apple.CommonAuth (4.0 - 2.0) <6CB82D57-3C55-39E5-9036-8047DF3E6F57> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x94a16000 - 0x94a1affc  libpam.2.dylib (20) <763AC655-931B-3891-AB6A-F2CD4A21F906> /usr/lib/libpam.2.dylib
    0x94b6d000 - 0x94d33ffb  libicucore.A.dylib (511.27) <653147E9-7326-337A-99E1-B42E4D801E53> /usr/lib/libicucore.A.dylib
    0x94d34000 - 0x94d53ff9  com.apple.framework.Apple80211 (9.0 - 900.47) <68E399FF-AB98-378D-94AC-D0869A72344F> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x94d7e000 - 0x94d88ff7  com.apple.speech.synthesis.framework (4.6.2 - 4.6.2) <16E20DCD-89F4-3C8E-9DBA-EED359807038> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x94d8d000 - 0x94d90fff  libdyld.dylib (239.3) <ED3D413D-D8FE-39A3-ADF4-00B4E7244A67> /usr/lib/system/libdyld.dylib
    0x94d91000 - 0x94dadff9  com.apple.Ubiquity (1.3 - 289) <64DEF1B4-F874-3DF2-9D58-ABBF0A15C5BB> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x94dae000 - 0x94e9aff7  libxml2.2.dylib (26) <32040145-6FD6-3AD2-B98B-39F73BF9AC47> /usr/lib/libxml2.2.dylib
    0x94e9b000 - 0x951e7ffb  com.apple.MediaToolbox (1.0 - 1273.35) <E30AF97C-165A-37EA-9373-1A99188FA8B6> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x951e8000 - 0x9521affb  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <1D512F2A-695A-3D82-A6B3-1DDC88865BE5> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x95220000 - 0x9522efff  libxar.1.dylib (202) <B73748D4-F830-3C71-98B3-7A3ABF5136FD> /usr/lib/libxar.1.dylib
    0x9522f000 - 0x953dbff1  com.apple.QuartzCore (1.8 - 332.0) <C8467E02-1AC0-333E-890E-9AAD65FAEC0E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x953dc000 - 0x953eefff  libsystem_asl.dylib (217.1.4) <F4B8D4CC-71BC-3C45-8669-91747B456739> /usr/lib/system/libsystem_asl.dylib
    0x953ef000 - 0x953f9fff  com.apple.bsd.ServiceManagement (2.0 - 2.0) <907F726B-BA7D-360C-8E46-02DB99DD903A> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x9541b000 - 0x95449ff3  com.apple.DebugSymbols (106 - 106) <37B107F9-4AA0-39FF-9602-A27811C8DC96> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x9544a000 - 0x95454ff2  com.apple.AppSandbox (3.0 - 1) <085C3B38-C7D8-3A62-AFC6-CEE27F93DFD1> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x9546c000 - 0x95490fff  libxpc.dylib (300.1.17) <9115C2E7-FA58-3D25-8676-6360C7CF8E13> /usr/lib/system/libxpc.dylib
    0x95495000 - 0x954a1ffe  libkxld.dylib (2422.75.4) <E33644D0-8809-356F-8144-67CC09052E9B> /usr/lib/system/libkxld.dylib
    0x95528000 - 0x9556afff  libGLU.dylib (9.3.1) <F15F3C93-3B42-35AF-8417-B2F79FDE1B70> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9556b000 - 0x95574fff  libsystem_notify.dylib (121) <C52DC28B-66DF-3F1C-8A2B-4D1F41DEB168> /usr/lib/system/libsystem_notify.dylib
    0x9573d000 - 0x957bdff7  com.apple.CoreServices.OSServices (600.4 - 600.4) <21FF2945-32B7-3ABD-ACBB-5533241999D8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x957be000 - 0x959c0ff7  com.apple.CoreFoundation (6.9 - 855.11) <21BA3E03-EA00-3AC4-8B31-806779114FE8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x959c1000 - 0x959c3ffb  libRadiance.dylib (1038) <B3B8CD5D-74C8-3D73-BC98-21F7B18E77C1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x95c5d000 - 0x95c99ff4  com.apple.RemoteViewServices (2.0 - 94) <C08AC054-A318-3BC8-9634-510B39493C52> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
    0x95c9a000 - 0x95cb7ffb  libresolv.9.dylib (54) <3EC12A7F-6BA1-3976-9F1F-6A4B76303028> /usr/lib/libresolv.9.dylib
    0x95cb8000 - 0x95cbafff  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
    0x95cbb000 - 0x95cbcffc  com.apple.TrustEvaluationAgent (2.0 - 25) <064B485D-56E0-3DD7-BBE2-E08A5BFFF8B3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x95cbd000 - 0x95cc8ff6  com.apple.NetAuth (5.0 - 5.0) <3B2E9615-EE12-38FC-BDCF-09529FF9464B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x95cc9000 - 0x95ff4ff6  com.apple.Foundation (6.9 - 1056) <B30A8E0D-B36F-37D9-AA80-E4E02D6EE192> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x95ff5000 - 0x962e7ff8  com.apple.CoreImage (9.0.54) <52994AA9-1B03-3720-B02D-6E888D2A23E4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework /Versions/A/CoreImage
    0x9638d000 - 0x963a5fff  com.apple.CFOpenDirectory (10.9 - 173.1.1) <630A5CCF-8FC3-379D-B0BD-41DCE1F0B624> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x96cf8000 - 0x96cf8fff  com.apple.CoreServices (59 - 59) <BF15253B-242B-378A-8546-8F7619764AAC> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x96cf9000 - 0x96e05fff  com.apple.ImageIO.framework (3.3.0 - 1038) <4776FAFD-F80F-3BDE-A396-80D988BE8EC1> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x96e79000 - 0x970214af  libobjc.A.dylib (551.1) <18361D2F-0405-39B0-8354-2D865703118D> /usr/lib/libobjc.A.dylib
    0x97022000 - 0x97027ff3  libsystem_platform.dylib (24.1.4) <03238EB4-2C7C-3D55-8FA4-12F697B88878> /usr/lib/system/libsystem_platform.dylib
    0x97028000 - 0x970ebff1  com.apple.CoreText (352.0 - 367.15) <8C486246-B12A-39E1-9B35-DE9451FDCF4B> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x97189000 - 0x9718afff  liblangid.dylib (117) <F18F76C6-7E4B-34AD-AE81-C1C031BF2F7D> /usr/lib/liblangid.dylib
    0x9718b000 - 0x9726eff7  libcrypto.0.9.8.dylib (50) <F24D0250-CD74-3955-9E67-109765B882C1> /usr/lib/libcrypto.0.9.8.dylib
    0x9726f000 - 0x972c2ff3  com.apple.CoreMediaIO (403.0 - 4555) <6BE07264-EBEC-3F85-BF09-FF350627D058> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x972cc000 - 0x972d3ff2  com.apple.NetFS (6.0 - 4.0) <D295AB6B-CB1D-39E3-9D2F-42273D928D70> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x972d4000 - 0x972daffb  libunwind.dylib (35.3) <316039E0-FB7A-35DA-89BE-C461213D6BDE> /usr/lib/system/libunwind.dylib
    0x972db000 - 0x976a0ff6  libLAPACK.dylib (1094.5) <E6286E68-3501-31AC-813E-75B3B3968011> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x976a1000 - 0x97803ff3  com.apple.CFNetwork (673.0.3 - 673.0.3) <5E0E9AE8-073B-3F2B-B0C7-A0129DE787F6> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x97804000 - 0x9786dfff  com.apple.SystemConfiguration (1.13 - 1.13) <542075CD-9085-3F30-B84B-DD0277D6A40E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x9786e000 - 0x97872ffe  libCoreVMClient.dylib (58.1) <0EB8FFD7-AFED-3A63-810E-29629831D43D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x97873000 - 0x97ad7fff  com.apple.CoreData (107 - 481) <EF1D2394-41E0-356F-B8F8-3E60151EC441> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x97ad8000 - 0x97af3ff5  com.apple.openscripting (1.4 - 157) <5C161A52-8D2F-3D56-A988-05727BED7A59> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x97afb000 - 0x97b04fff  com.apple.DiskArbitration (2.6 - 2.6) <53700F94-766F-3DA0-A9DF-DE2F8FF84CB3> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x97b5d000 - 0x97b75ff7  libsystem_malloc.dylib (23.1.10) <689AB95D-FF71-364E-B6C7-7EFD1E4CB7E6> /usr/lib/system/libsystem_malloc.dylib
    0x97b76000 - 0x97ce6fff  com.apple.QTKit (7.7.3 - 2826.0.1) <4229223C-DBAF-31A3-874E-061B5F5D0F9A> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x97ce7000 - 0x97cf0fff  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <E2A5F1E3-2B8A-3E85-8559-18B1A29AE271> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x97cf2000 - 0x97d83fff  com.apple.ColorSync (4.9.0 - 4.9.0) <10317959-1392-3689-B3F6-F8E2D84931BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x97d84000 - 0x97df9ffb  com.apple.framework.IOKit (2.0.1 - 907.1.13) <86D72735-9DFB-35C8-83F7-CE0DCF17D354> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x97dfa000 - 0x97dfafff  com.apple.Cocoa (6.8 - 20) <63DA3D59-5D81-3340-A985-A11CE4A3E83F> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x97f06000 - 0x97f9eff7  com.apple.Metadata (10.7.0 - 800.12.2) <5E9EA0AC-EE9E-362E-9DAC-9B7D21A53A2A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x97f9f000 - 0x97fedff9  com.apple.HIServices (1.22 - 466) <30636237-408A-3552-90C1-1279348DF7CB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x97fee000 - 0x97ffdfff  libGL.dylib (9.3.1) <32F61D19-8636-3B3F-94A2-AB2C4367B82A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x97ffe000 - 0x97ffffff  libsystem_blocks.dylib (63) <2AC67D5E-ECD4-3644-A53C-9684F9B7AA33> /usr/lib/system/libsystem_blocks.dylib
    0x98000000 - 0x980fefff  libJP2.dylib (1038) <E5860548-4C4F-3C4D-948E-1A25EF5ADA71> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x980ff000 - 0x9819bfff  com.apple.QD (3.50 - 298) <39109A21-3337-3F6D-B33B-53737C2187E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x981a4000 - 0x981d0ff7  com.apple.DictionaryServices (1.2 - 208) <59E9F98C-9C58-34C6-9D78-1FD4649DCBC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x981d1000 - 0x982a1fef  libvDSP.dylib (423.32) <E2FA7230-A001-3F6B-9ACF-6998C51AD7DC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x982a2000 - 0x982b4fff  libbsm.0.dylib (33) <1BE92DB5-0D2F-3BB5-BCC6-8A71EF2A3450> /usr/lib/libbsm.0.dylib
    0x982b5000 - 0x982b9fff  libheimdal-asn1.dylib (323.12) <9EA2A221-301B-3B9A-BBF2-38134145B5A8> /usr/lib/libheimdal-asn1.dylib
    0x982ba000 - 0x982d1ff4  com.apple.CoreMediaAuthoring (2.2 - 947) <DE5E1DB2-F8CB-3132-A1A9-6F50BDD0A559> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthor ing
    0x982d2000 - 0x9831afff  com.apple.PerformanceAnalysis (1.47 - 47) <48BE84A9-3753-3CDA-A092-2F8CA36C731C> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAna lysis
    0x9831b000 - 0x98330ff3  com.apple.AppContainer (3.0 - 1) <84FB395F-0467-3D21-8FB5-4ED7BB9C82E7> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x98331000 - 0x98338fff  libMatch.1.dylib (19) <3B3680FC-2AC9-37CC-B262-5ACE2CF8939A> /usr/lib/libMatch.1.dylib
    0x98339000 - 0x98466ff9  com.apple.avfoundation (2.0 - 651.12) <46DF19FF-7A29-33CE-9D80-E2CEE163C2C6> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x9846a000 - 0x98495ff7  libpcap.A.dylib (42) <66FBEAD3-FE91-3A89-8706-FB95229068AC> /usr/lib/libpcap.A.dylib
    0x98496000 - 0x984a4ff3  com.apple.opengl (9.3.1 - 9.3.1) <8E5EB187-90D0-31BE-BF14-A1D9B402AA0C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x984a5000 - 0x98503ff7  com.apple.CoreUtils (1.9 - 190.4) <8F169D88-9D9A-3D12-8C8F-287CC7F286C7> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x98504000 - 0x98505fff  libDiagnosticMessagesClient.dylib (100) <B936B1D4-90BB-395D-8EA9-E1237608E7D0> /usr/lib/libDiagnosticMessagesClient.dylib
    0x9850a000 - 0x98560ff6  com.apple.ScalableUserInterface (1.0 - 1) <30203384-7230-356E-BF47-76307CD21148> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterfa ce.framework/Versions/A/ScalableUserInterface
    0x98561000 - 0x98589fff  libsystem_info.dylib (449.1.3) <3FE52670-FFEE-3D04-ADE7-EA69BC00B066> /usr/lib/system/libsystem_info.dylib
    0x985ed000 - 0x9862affb  libGLImage.dylib (9.3.1) <26AB4352-1F99-3170-B5E0-459F561233D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x9862b000 - 0x98781ff0  libBLAS.dylib (1094.5) <5A53FE27-32DE-322C-BAB3-E03B93D37F88> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x98782000 - 0x9879bfff  libAVFAudio.dylib (32.2) <F1189373-0635-32D5-BB0C-1261959DB675> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
    0x987a6000 - 0x987a7fff  libremovefile.dylib (33) <E6B6F0CD-1700-31DC-93DB-3D33EC85DA0C> /usr/lib/system/libremovefile.dylib
    0x987a8000 - 0x987b4ff7  com.apple.OpenDirectory (10.9 - 173.1.1) <2AA24814-2DC6-3E28-B71B-186B686F0F19> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x987b5000 - 0x987c5ff5  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8106E9A2-F2A7-392C-B404-E88A20843F0C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x987f6000 - 0x988dcff7  com.apple.coreui (2.1 - 231) <AE791086-2144-30F8-A943-BFF90C6B9D6A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x988dd000 - 0x988deffd  libunc.dylib (28) <74F7C952-F254-3E55-9C00-780DCEF3F410> /usr/lib/system/libunc.dylib
    0x98984000 - 0x98984ffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <F43CF0ED-A017-35EE-813D-37D08A60A74B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x99974000 - 0x99974fff  com.apple.Carbon (154 - 157) <33457512-4EA2-373B-BB04-A6A7B6D4E54A> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x99975000 - 0x99988fff  com.apple.ImageCapture (9.0 - 9.0) <2128121D-9069-3BF2-BE7D-D6CD7B9C6630> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x99989000 - 0x99dbdff7  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <557A6F7A-4A24-32B0-A1FD-4B0E27912648> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x9a1eb000 - 0x9a1ebfff  com.apple.Accelerate (1.9 - Accelerate 1.9) <E8443BE8-482C-300A-BEDA-EDB07242A64B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9a1ec000 - 0x9a253ffc  com.apple.framework.CoreWLAN (4.0 - 400.45.1) <8DADD7D2-AB98-34ED-8D6F-335338502CBE> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x9a254000 - 0x9a259ff6  libcompiler_rt.dylib (35) <B838D63E-59DD-3C07-A17F-F90906F3FB09> /usr/lib/system/libcompiler_rt.dylib
    0x9a25a000 - 0x9a273fff  com.apple.Kerberos (3.0 - 1) <B5231442-5643-3605-8464-8F654A4C5019> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9a27e000 - 0x9a2bcff7  com.apple.NavigationServices (3.8 - 215) <196E21DC-C420-33B2-AC5C-CC35264C5E58> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x9a2bd000 - 0x9a3f4ff3  com.apple.desktopservices (1.8 - 1.8) <1CA936E2-C5DB-32BF-AFD0-E8FF97A462A5> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x9a3f5000 - 0x9a3f6fff  libSystem.B.dylib (1197.1.1) <5A9C548E-A852-35B3-B9AB-DF658EF75242> /usr/lib/libSystem.B.dylib
    0x9a420000 - 0x9a438ffd  libdispatch.dylib (339.1.9) <4A985218-0898-3554-8DB1-BCA0B676B9A6> /usr/lib/system/libdispatch.dylib
    0x9a439000 - 0x9a43bfff  com.apple.SecCodeWrapper (3.0 - 1) <29ECC157-F444-31FE-99CC-A9289FF3AC8D> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x9ad63000 - 0x9ad68ff7  com.apple.print.framework.Print (9.0 - 260) <6875EC0C-7DD0-3660-AFD6-25E407F49E0D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x9ad69000 - 0x9ae00ff7  com.apple.ink.framework (10.9 - 207) <710EF47E-89F1-317F-AEAB-A42FE0E40B92> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x9b0ad000 - 0x9b159ffb  libvMisc.dylib (423.32) <43873EFF-FB43-3301-BEE8-F2C3A046D7A6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x9b18d000 - 0x9b192fff  com.apple.MediaAccessibility (1.0 - 43) <F7B5A9CB-2F38-32AF-8B8E-B6CDB31D68C5> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x9b193000 - 0x9b19bfff  libsystem_dnssd.dylib (522.1.11) <AFF243AD-A0AF-3D7B-9E56-7B5BE81FC08C> /usr/lib/system/libsystem_dnssd.dylib
    0x9b19c000 - 0x9b1c3fff  com.apple.CoreVideo (1.8 - 117.2) <4FDBE865-4A94-39B7-B9F4-44055EC988C3> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9b2d4000 - 0x9b2f7ff7  libc++abi.dylib (48) <5367BE5A-D475-3FB4-972D-E1DC999A709A> /usr/lib/libc++abi.dylib
    0x9b410000 - 0x9b441ffa  libsystem_m.dylib (3047.16) <7BF40745-1A2D-3DB2-8D49-3F149851AE15> /usr/lib/system/libsystem_m.dylib
    0x9b442000 - 0x9b51dff7  com.apple.LaunchServices (572.23 - 572.23) <7E52FB5C-9ECF-3CB9-BF18-6652B8D8CDE0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x9b51e000 - 0x9b520fff  libsystem_configuration.dylib (596.12) <DE9038BB-0403-3263-885F-D949F8FBAFE7> /usr/lib/system/libsystem_configuration.dylib
    0x9baee000 - 0x9bbdeffb  libiconv.2.dylib (41) <848FEBA7-2E3E-3ECB-BD59-007F32468787> /usr/lib/libiconv.2.dylib
    0x9bbdf000 - 0x9bcecfe4  com.apple.MediaControlSender (1.9 - 190.4) <364BDDB2-4280-3BAB-9CC4-697FDC303BCA> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSen der
    0x9c014000 - 0x9c069ff7  com.apple.audio.CoreAudio (4.2.0 - 4.2.0) <A20E9FFF-79AE-30CD-8377-AA939EEDCE3F> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 1
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 5238
        thread_create: 54
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=241.4M resident=162.1M(67%) swapped_out_or_unallocated=79.4M(33%)
    Writable regions: Total=64.8M written=1660K(3%) resident=2448K(4%) swapped_out=0K(0%) unallocated=62.4M(96%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    Kernel Alloc Once                     4K
    MALLOC                             53.7M
    MALLOC (admin)                       48K
    Stack                              65.1M
    VM_ALLOCATE                        1236K
    __DATA                             16.4M
    __IMAGE                             528K
    __LINKEDIT                         65.4M
    __OBJC                             2272K
    __PAGEZERO                            4K
    __TEXT                            176.0M
    __UNICODE                           544K
    mapped file                       119.3M
    shared memory                         4K
    ===========                      =======
    TOTAL                             500.5M

  • Introduction to Reflow | Adobe Edge Reflow | Adobe TV

    In this video Evangelist Paul Trani takes you through a new tool Adobe is working on called Reflow. Reflow allows designers to create and style layouts and then make that same layout responsive, allowing it to work across desktop, tablet and mobile devices. Download Adobe Edge Reflow Preview from the Creative Cloud today and give us your feedback through the Adobe Forums or on Twitter: @Reflow @PaulTrani
    http://adobe.ly/12cnyEN

    also will this work with external stylesheets that you can load into the program. for instance, there could be an FTP section where you can put in FTP addresses for various websites. You log into the FTP for a site, it loads all of the external CSS files, and then you can start tweaking the CSS that's already available in them visually, add breakpoints, etc. instead of starting from scratch.

  • Integrating External JQUERY code with Edge Animate

    Hi all...
    There are two ways i can see of integrating Edge Animate With External JQuery
    Something happens within Adobe edge and triggers something to happen externally or vice versa.....
    1: When an action is performed (mouseUp MouseOver... etc...) we can initiate some external Jquery
    For example
    When I "mouseUp" my play button i run the function  "playPause()" and my audio starts to play
    function playPause(){
        if( $("#liveStream").data("jPlayer").status.paused ) {
            $("#liveStream").jPlayer("play");
        else {
            $("#liveStream").jPlayer("pause");
    So this is fine... i perform an action in Adobe Edge and something external to the composition occurs, in this case it connects to a live stream of audio and the user gets the desired result.
    2:When an event occurs in external Jquery (playing, connection lost, audio not ready... etc...) we can perform an action within Adobe Edge
    For example
    When the audio stream is playing and the user is definatly hearing music i need to perform an action within Adobe Edge like "sym.$("playButton").hide();" which hides the play button because obviously there is no need to click play anymore when the music is already playing..
    This is were my Jquery understanding ends..
    Questions:
    1: Where do i put global code within my Adobe Edge composition that triggers actions when external jQuery returns an event
    2: How do i go about coding this...
    Below is my best attempt
    function playStatus(){
         $("#liveStream").bind($.jPlayer.event.playing, function (event) {
              sym.$("playButton").hide();
    Now my attempt is probably way off the truth but im hoping you understand what i am trying to achieve..
    Thank you for reading this through
    Any advice would be greatly appreciated.....
    Justin..

    Hi, thanks for the assistance....
    I have tried to integrate the following code into the "creationComplete event"
    //Initiate JPlayer
    $(document).ready(function(){
        var stream = {
            mp3: "http://streaming.radionomy.com/ABC-Jazz"
        ready = false;
        $("#liveStream").jPlayer({
            ready: function (event) {
                ready = true;
                $(this).jPlayer("setMedia", stream);
            pause: function() {
                $(this).jPlayer("clearMedia");
            error: function(event) {
                if(ready && event.jPlayer.error.type === $.jPlayer.error.URL_NOT_SET) {
                    // Setup the media stream again and play it.
                    $(this).jPlayer("setMedia", stream).jPlayer("play");
            swfPath: "js",
            supplied: "mp3",
            preload: "none",
            wmode: "window",
            keyEnabled: true
    //Create function for Play & Pause
    function playPause(){
        if( $("#liveStream").data("jPlayer").status.paused ) {
            $("#liveStream").jPlayer("play");
        else {
            $("#liveStream").jPlayer("pause");
    The above code used to be within a player.js file that i called into edge, As you have recomended to me i have moved this code to within edge...
    When i try to play the stream i get the following error from the console "Javascript error in event handler! Event Type = element"
    It is refering to edge.3.0.0.min.js
    In a bit stuck now as to why it is not working....
    This error is usually generated when the scripts are not talking to each other so im guessing it should be an easy one for you guys as my knowledge of jquery is not great!

  • Lesson for Adobe Edge Animate

    Hello Everyone.
    OK. Have been doing Edge Lesson's for quite nearly a year now, and wanted to share them with the community.
    If you have any request or questions, please feel free to post them to the video links below, or in here, and I will
    Try my best to assist you any way that I can.
    Edge Animate has really come a long ways, and with the new CC, it has taken on a life of its own.
    Look forward to what the future may bring with this awesome Adobe program release.
    Wayne Barron
    Dark Effects Production
    Adding sound to Mouseover event in Adobe Edge Animate 
    3:42 

    Adobe Edge Animate - Add Sound in Mouseover Event
    by darkeffectstv 1,987 viewsIn this video, we will learn how to add sound to a buttons Mouseover event in Adobe Edge Animate.…
    Learning how to add sound to Adobe Edge Animate 
    7:08 

    Adobe Edge Animate Adding Sound to Project
    by darkeffectstv 5,031 viewsAdobe Edge Animate Adding Sound to Project…
    Remake, as the cursor was not in the last videos. 
    4:10 

    Adobe Edge Animate - Mirror Text Effects with Wipe On Text (Lesson 3) (Remake)
    by darkeffectstv 447 viewsRemake with "Cursor" this time…
    Remake, with Cursor 
    3:49 

    Adobe Edge Animate - Load Background Image (Lesson 3) (remake)
    by darkeffectstv 1,050 viewsremake with Cursor, as Cursor was not int he original one.…
    2:00 

    Adobe Edge Animate Starting Symbol at certain location
    by darkeffectstv 245 viewsIn this quick tip.
    We are going to stop a symbol from playing.…
    6:53 

    Adobe Edge Animate Animate Logo to show and hide words
    by darkeffectstv 418 viewsIn this lesson, we are going to learn how to take an Image (Like a LOGO for a company) and animate it on the screen, and show and hide words.…
    5:44 

    Adobe Edge Animate Publish Files and JS Folder
    by darkeffectstv 758 viewsIn this lesson, we will guide you through the ins and outs of publishing your site from Adobe Edge Animate, to a web server.…
    6:19 

    Adobe Edge Animate Create a Pen and write a Line
    by darkeffectstv 527 viewsIn this lesson, we are going to create a Pen, then write 2 lines.
    This can be used in so many different projects, that it is endless.…
    2:34 

    Adobe Edge Animate Rollover Button
    by darkeffectstv 2,195 viewsIn this lesson, I will show you how to code a Rollover Button.
    This is a very simple and easy way to create a Rollover Button, with very little effort.…
    4:06 
    10 
    Adobe Edge Animate show Grid to fine tune your Animation
    by darkeffectstv 77 viewsHave a lot of Animation in your project?
    In this lesson, we are going to show you how to fine tune your animation down to the 30th of a second…
    16:49 
    11 
    Adobe Edge Animate Create a Menu
    by darkeffectstv 4,993 viewsIn this lesson, we are going to be creating an animated interactive menu, that is sure to grab your users attention.…
    12:30 
    12 
    Adobe Edge Animate Menu Slide Down
    by darkeffectstv 1,175 viewsIn this lesson, we are going to showing you how to create a Sliding Down Menu.
    This was really big a few years ago, a lot of sites had these types of menus…
    9:45 
    13 
    Adobe Edge Animate Menu Slide In from Left
    by darkeffectstv 358 viewsIn this lesson, we are going to be creating a cool little menu that will slide in from the left.
    I have never seen one like this before, and thought that I would create one, to see if it would work good,…
    4:29 
    14 
    Adobe Edge Animate Pin and Timeline Indicator
    by darkeffectstv 153 viewsIn this lesson, we are going to go over some basics on how to use the Pin and the timeline indicator. This will come in handy, if you have a big project and you wonder what happened, if something messes up …
    16:43 
    15 
    Adobe Edge Animate Menu Button Header Footer
    by darkeffectstv 905 viewsIn this lesson, we are going to be creating a Menu Button, with a Header and Footer.
    This is a cool looking button, that will come in handy for some sites.…
    12:56 
    16 
    Adobe Edge Animate - Shot Bullet from Gun and hit Wall
    by darkeffectstv 110 viewsIn this lesson, we are going to be creating a gun, a bullet, a wall.
    We are then going to shot the bullet, out of the gun, and destroy the wall.…
    7:44 
    17 
    Adobe Edge Animate Menu Rollover Buttons
    by darkeffectstv 1,047 viewsIn this lesson we are going to create some Rollover Menu Buttons.…
    4:11 
    18 
    Adobe Edge Animate - Animate Ball Bounce Squish
    by darkeffectstv 172 viewsIn this lesson, we are going to animate a ball, of which is going to bounce on the floor, and once it makes contact with the floor, it is going to squish down, just like a real ball will do.…
    6:16 
    19 
    Adobe Edge Animate - Change Text when Button is clicked
    by darkeffectstv 353 viewsIn this lesson, we are going to learn how to change the text of Textfield, when a button is clicked.
    reusing the same Text Element over and over again, keeps the project clean and tidy.…
    4:02 
    20 
    Adobe Edge Animate - Space Demonstration (Lesson coming soon!)
    by darkeffectstv 49 viewsThis is a demonstration of a project that I have been working on for the last few days. This will be turned into a lesson, that will be available within the next week or so…
    21:37 
    21 
    Adobe Edge Animate - Lesson 1 Space Project
    by darkeffectstv 87 viewsAdobe Edge Animate space project, showing how to rotate elements around a centered element. Also, how to reuse the same text element over again…
    9:32 
    22 
    Adobe Edge Animate - lesson 2 Display Planet Information using single text element
    by darkeffectstv 61 viewsview lesson #1 first:
    http://youtu.be/16GOY1QOD_…
    1:39 
    23 
    Adobe Edge Animate - Open Link
    by darkeffectstv 227 viewsIn this quick how to lesson.
    We are going to create a link on Adobe Edge Animate.…
    2:31 
    24 
    Adobe Edge Animate - Add Sound in MouseOut Event Part II
    by darkeffectstv 192 viewsThis is a follow up to a previous lesson.
    Please view the following lesson to catch up to what this is all about…
    1:28 
    25

    Here are 2 video using "Edge Hero"
    Adobe Edge Animate - Edge Hero Lesson 1 - 3d Objects
    by darkeffectstv 107 viewsIn this lesson, we are going to be working with a new plugin for Edge Animate called
    Edge Hero…
    6:55 

    Adobe Edge Animate CC Lesson #2 - Loading Video with Edge Hero
    by darkeffectstv 40 viewsIn this lesson, we are going to load some video into our edge project using Edge Her…
    And this is the latest video for Edge Animate CC
    Adobe Edge Animate CC - Lesson #3 - Animate ball bouncing on boxes and changing colors
    http://youtu.be/MxxpQspBpcw

  • Adobe Edge Animate JavaScript Coding issues/page load time speeds

    To let you have an idea of my skill set I have a background in animation and design and have been taking classes in web development. My question is about how to create an interactive website that loads various animation depending on the user's choice and current place within the Adobe Edge Animate timeline. The website I developed for a client @ www.goshowpro.com works but loads slower than I want and doesn't format properly on my client's Macbook (I believe he needs to update his browsers but that is something else.)
    So as you can see from looking at my website I used a multitude of HTML files to create my vision of an interactive website based off of a theatrical stage. I know this is not an ideal method. I would prefer to have it all on one page but I am having trouble with my javascript coding. I was wondering if there would be away to expedite my current site's load time and if not if you could look at my NEW coding. (This IS NOT the current coding on the site.)
    if = "hstop" "chomstop" "shomstop" "phomstop"
    {sym.play("hporstart")};
    else = "hconstop" "sconstop" "pconstop"
    {sym.play("cporstart")};
    else = "hserstop" "cserstop" "pserstop"
    {sym.play("sporstart")};
    It looks crappy but I'm trying to learn so don't laugh too much. Thanks again.
    Michael

    Hi, Marlene-
    We currently bundle jQuery 1.7.1 with the Animate runtime.  In order to call fadeOut() on the element newSquare, you would do the following:
    sym.$("newSquare").fadeOut();
    OR
    sym.getSymbol("newSquare").getSymbolElement().fadeOut();
    Hope that helps!
    -Elaine

  • Adobe edge 2014.1.1 freeze

    iMac (21.5-inch, Late 2013)
    2,7 GHz Intel Core i5
    8 GB 1600 MHz DDR3
    Intel Iris Pro 1536 MB
    mac version : 10.10.2 (14C109)
    hello all,
    I get a freeze with adobe edge 2014.1.1 with the above configuration . any clue ?
    as animation i took only a fade in fade out of an image.
    regards,
    William
    system.log:
    Mar 25 13:33:39 L05MAC16.local Adobe Edge Animate CC 2014.1 Helper[4124]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    Mar 25 13:33:40 L05MAC16.local Adobe Edge Animate CC 2014.1[4117]: WARNING: The Gestalt selector gestaltSystemVersion is returning 10.9.2 instead of 10.10.2. Use NSProcessInfo's operatingSystemVersion property to get correct system version number.
            Call location:
    Mar 25 13:33:40 L05MAC16.local Adobe Edge Animate CC 2014.1[4117]: 0   CarbonCore                          0x9b0817c7 ___Gestalt_SystemVersion_block_invoke + 135
    Mar 25 13:33:40 L05MAC16.local Adobe Edge Animate CC 2014.1[4117]: 1   libdispatch.dylib                   0x976f5130 _dispatch_client_callout + 50
    Mar 25 13:33:40 L05MAC16.local Adobe Edge Animate CC 2014.1[4117]: 2   libdispatch.dylib                   0x976f50b5 dispatch_once_f + 251
    Mar 25 13:33:40 L05MAC16.local Adobe Edge Animate CC 2014.1[4117]: 3   libdispatch.dylib                   0x976f60d8 dispatch_once + 31
    Mar 25 13:33:40 L05MAC16.local Adobe Edge Animate CC 2014.1[4117]: 4   CarbonCore                          0x9b013e88 _Gestalt_SystemVersion + 1050
    Mar 25 13:33:40 L05MAC16.local Adobe Edge Animate CC 2014.1[4117]: 5   CarbonCore                          0x9b013a39 Gestalt + 150
    Mar 25 13:33:40 L05MAC16.local Adobe Edge Animate CC 2014.1[4117]: 6   dvacore                             0x00425d77 _ZN7dvacore7utility16GetSystemVersionEv + 87
    Mar 25 13:33:42 L05MAC16.local Adobe Edge Animate CC 2014.1 Helper[4129]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    Mar 25 13:33:42 L05MAC16.local Adobe Edge Animate CC 2014.1 Helper[4130]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    Mar 25 13:33:42 L05MAC16.local Adobe Edge Animate CC 2014.1 Helper[4131]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    Mar 25 13:33:42 L05MAC16 com.apple.xpc.launchd[1] (com.apple.xpc.launchd.user.502.100005.Aqua): Caller not allowed to perform action: Adobe Edge Anim.4130, action = pid-local registration, code = 1: Operation not permitted, uid = 502, euid = 502, gid = 20, egid = 20, asid = 100005
    Mar 25 13:33:42 L05MAC16 com.apple.xpc.launchd[1] (com.apple.xpc.launchd.user.502.100005.Aqua): Caller not allowed to perform action: Adobe Edge Anim.4129, action = pid-local registration, code = 1: Operation not permitted, uid = 502, euid = 502, gid = 20, egid = 20, asid = 100005
    Mar 25 13:33:42 L05MAC16.local Adobe Edge Animate CC 2014.1 Helper[4130]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #416 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_block_invoke () q=com.apple.main-thread
    Mar 25 13:33:42 L05MAC16.local Adobe Edge Animate CC 2014.1 Helper[4130]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    Mar 25 13:33:42 L05MAC16 com.apple.xpc.launchd[1] (com.apple.xpc.launchd.user.502.100005.Aqua): Caller not allowed to perform action: Adobe Edge Anim.4131, action = pid-local registration, code = 1: Operation not permitted, uid = 502, euid = 502, gid = 20, egid = 20, asid = 100005
    Mar 25 13:33:42 L05MAC16.local Adobe Edge Animate CC 2014.1 Helper[4129]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #416 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_block_invoke () q=com.apple.main-thread
    Mar 25 13:33:42 L05MAC16.local Adobe Edge Animate CC 2014.1 Helper[4129]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    Mar 25 13:33:42 L05MAC16.local Adobe Edge Animate CC 2014.1 Helper[4131]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #416 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_block_invoke () q=com.apple.main-thread
    Mar 25 13:33:42 L05MAC16.local Adobe Edge Animate CC 2014.1 Helper[4131]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    Mar 25 13:33:42 L05MAC16 com.apple.xpc.launchd[1] (com.apple.xpc.launchd.user.502.100005.Aqua): Caller not allowed to perform action: Adobe Edge Anim.4130, action = pid-local registration, code = 1: Operation not permitted, uid = 502, euid = 502, gid = 20, egid = 20, asid = 100005
    Mar 25 13:33:42 L05MAC16 com.apple.xpc.launchd[1] (com.apple.xpc.launchd.user.502.100005.Aqua): Caller not allowed to perform action: Adobe Edge Anim.4129, action = pid-local registration, code = 1: Operation not permitted, uid = 502, euid = 502, gid = 20, egid = 20, asid = 100005
    Mar 25 13:33:42 L05MAC16 com.apple.xpc.launchd[1] (com.apple.xpc.launchd.user.502.100005.Aqua): Caller not allowed to perform action: Adobe Edge Anim.4131, action = pid-local registration, code = 1: Operation not permitted, uid = 502, euid = 502, gid = 20, egid = 20, asid = 100005

    Hi William,
    Are you still facing this issue? If you have a purchased subscription to CC or Edge Animate, send me your Adobe ID, location, and phone number over a private message. Click my picture and use the message option.
    Thanks,
    Preran

  • Need help with adjusting Javascript code to work in Adobe Edge (Countdown)

    Hello
    Im a newbie when it comes to working with Javascript and Adobe Edge and need a bit of help with adjusting some javascript code to work with Adobe Edge. A friend of mine helped me with making this javascript code: Edit fiddle - JSFiddle
    Its a simple countdown which counts down to a certain time at a certain date. What I aim to do is to add this code as a trigger on a text-element called "countdown" (within a symbol called "count").
    I have tried to do this as the code is, but it does not work. Anyone have any suggestions?
    Thanks!
    Mvh,
    Øyvind Hermans

    Hello again
    I have stumbled upon a problem with these animations; They crash the browser after viewing them a little while, usually less than 30 seconds in.
    Is this problem also occuring when you watch the animations?
    Is the countdown-code to much for the browsers to handle?
    Thanks in advance for your answers.
    Sincerely,
    Øyvind Hermans

  • I need a Adobe Edge simple machine tutorial!

    Hello, I'm looking for a tutorial that will help me make one of the fallowing machinesin adobe edge; 1. A lever is a stiff bar that rests on a support called a fulcrum which lifts or moves loads. There are three classes of levers. 2. A pulley is a simple machine that uses grooved wheels and a rope to raise, lower or move a load. 3. A wedge is an object with at least one slanting side ending in a sharp edge, which cuts material apart. 4. A wheel with a rod, called an axle, through its center lifts or moves loads. 5. An inclined plane is a slanting surface connecting a lower level to a higher level. 6. A screw is an inclined plane wrapped around a pole which holds things together or lifts materials.
    I hope someone can help!

    Hi,
    Thanks for your post.
    Please check the following articles
    Edge Animate CC tutorials | Learn how to use Edge Animate CC
    Learn Edge Animate CC | Adobe TV
    Regards,
    Devendra

Maybe you are looking for