I don't want native compiling !

I'm sorry, I know that topic came up many, many, many times, but :
- I don't want an Java2exe thing that would give me a standalone app
- I do want my users to have JRE installed
- I even want them to have JMF installed
All I want is to know how to create those .exe (win32 binaries) just able to launch an embeded jar file and displaying an icon on it...
I've found many tricks that for, but as even Sun itself distributes .exe files (eg : JMStudio.exe) i imagine there is a "normal" or "simple" (even "standard") way to do so... Don't they just use their own tools to build their release ?
Is it the purpose of any InstallShield or something ? If so juste please let me know and I'll go deeper by myself.
Once again : I DON'T WANT A STANDALONE APP.
Thank you in advance
Julien

There are lots of programs that will give you and exe to launch the jar and I'm sure you've found some. They are just simple c++ programs which do pretty much the same as runtime.exec does in java. To change the icon you'll need to write your own c++ program or use and icon edit tool which will allow you to edit the icon embedded in the .exe file.

Similar Messages

  • PL/SQL Native Compilation - not working!

    I'm at my wits end here.
    Oracle 10.2.0.3 under Windows Server 2003 (i know, i know...) and a whole lot of procedural PL/SQL that I think could benefit from native compilation. I've done this on Linux/unix environments a few times but never imagined it would be quite so painful under Windows.
    Ended up using Visual C++ 2003 (7.1 compiler) which compiled everything. MinGW wouldn't compile everything, lots of undefined references to _setjmp and others, but that's a different subject.
    Anyway, after two days of dealing with issues, I finally get things to compile. The .dll is created. The init parameters say we're native. The test procedure is recompiled as native, and verified in dba_plsql_object_settings. As far as I am aware, native compilation is present and working. But when I run the thing.... performance is the same. Recompile as interpreted... same. Recompile as native again... same. This is demo code here, simple loop, the kind of thing that is 10x faster on my Linux environment.
    Basically the behavior is as though native compilation just isn't working... the DLL isn't working. Funny thing is that it -was- working earlier with the same code... right up until I bounced the box. Now I am dead in the water with no log file, no trace, nothing... just a non-functional native compilation feature.
    Any ideas? Anyone else struggle with this?
    Bob

    SELECT name, value
    FROM gv$parameter
    WHERE name LIKE '%code%';
    Did you do this before you bounced the database?
    ALTER SYSTEM SET plsql_compiler_flags = 'NATIVE';
    or
    ALTER SESSION SET plsql_compiler_flags = 'NATIVE';when perhaps you should have done this:
    ALTER SYSTEM SET plsql_code_type = 'NATIVE' SCOPE=BOTH;

  • I want to compile the sample code oci02.c with "vc 6.0", what should i do?

    I want compile the sample oci02.c in "D:\oracle\ora90\oci\samples' with "ms vc 6.0",
    and I don't want to use the command line like
    "cl -I%ORACLE_HOME%\oci\include -I. -D_DLL -D_MT %1.c /link /LIBPATH:%ORACLE_HOME%\oci\lib\msvc oci.lib kernel32.lib msvcrt.lib /nod:libc".
    what should i do to change the "vc 6.0"'s compiling setings?

    Do the following:
    In MS Visual Studio:
    1) Go to 'Tools' -> 'Options' -> 'Directories' -> 'Include Files' and add a new entry for OCI header files by browsing to the directory where they r located. ex; 'D:\ORACLE\ORA817\OCI\INCLUDE'
    2) Go to 'Tools' -> 'Options' -> 'Directories' -> 'Library Files' and add a new entry for OCI LIB files by browsing to the directory where they r located. ex; 'D:\ORACLE\ORA817\OCI\LIB\MSVC'
    3) In your program #include <oci.h> header file
    4) Go to 'Project' -> 'Settings' -> 'Link' -> 'Object/library modules' and enter 'oci.lib' there.
    This is all u need to do. Just remember OCI.DLL should be available in your $PATH
    All the best!
    jAGzZz!!!

  • How to make a scroll animation constantly fixed after scrolling? I want the animation to Start when I scroll down, but I don't want the animated thing to disappear when I scroll up again.

    How to make a scroll animation constantly fixed after scrolling? I want the animation to Start when I scroll down, but I don't want the animated thing to disappear when I scroll up again.
    I know how to start the animation by scrolling down, but I simply want it to stay there after it. Could you help me please, guys?

    Hi Tom,
    There is no native feature in Muse to achieve this.
    Regards,
    Aish

  • Hi i am planning to write 1z0-144 exam in 2 weeks. will the questions based on 11g or 12c documents? should i prepare base on 12 c contents or stick to 11g only. i don't want to answer incorrect answer.

    should i prepare base on 12 c contents or stick to 11g only. i don't want to answer incorrect answer. please advise...

    Reading your answer i flipped to the exam page at Oracle Database 11g: Program with PL/SQL | Oracle Certification Exam ... the key information fields are:
    Exam Product Version: Oracle Database 11g
    and
    Validated Against: This exam has been validated against Oracle Database 10g, Oracle Database 11g, Oracle Database 11g Release 2, and Oracle Database 12c Release 1.
    The exam product version is the best source to read the documentation against. 
    In the event of a feature varying between versions ( core language features will typically only upwardly enhance, some compilation/optimization features might on the very rate occasion vary) the question is likely to explictly state 'oracle 11g [release 1|2]'
    ( To state the obvious for this exam the topic  "Use the new PL/SQL compiler initialization parameters" would likely refer to 11g introduced features and would not be present in 10g ).

  • HT5661 i have an iphone 3 i am selling .. if i go to erase all content and settings .. will the apps still be on the phone .. i've never been able to add apps to this phone and don't want to lose them

    how do i prepare my iphone 3 to sell ..
    i've never been able to download new apps so i don't want to lose the apps that are on there
    am i to reset all settings? or erase all content and settings? or reset network settings?

    Only the apps that are part of iOS will remain on the phone.
    If you're going to sell it, use "Erase All Content and Settings".
    If you're selling it, what difference does it make to you if the apps get erased? You don't have the legal right to transfer any apps you bought to anyone else.  Not to mention the fact that you stated you have never been able to download new apps...
    Why don't you just re-post the question in your native language.  There are so many contradictions in your post that i don't believe you're conveying the questions you think you are.

  • Native Compilation of Apex code

    Has anyone tried natively compiling all of the Apex packages, procedures and functions?
    For example, to natively compile WWV_FLOW (with DBA privileges):
    <ul>
    <li>ALTER SESSION SET PLSQL_CODE_TYPE='NATIVE' ;</li>
    <li>ALTER PACKAGE FLOWS_030100.WWW_FLOW COMPILE ;</li>
    </ul>
    We've recently done just this on a test installation (Apex 3.1, Oracle 10g) and have found that Apex runs significantly faster. Before we consider implementing in production, I was wondering if anyone has also tried this and whether they came across any problems?
    Kevan
    Edited by: KGelling2 on Oct 30, 2008 2:24 PM

    Hello,
    I've only ever come across one other person who has mentioned doing that, he mentioned that he got performance improvements too although didn't qualify them. What sort of improvements are you seeing?
    John.
    Blog: http://jes.blogs.shellprompt.net
    Work: http://www.apex-evangelists.com
    Author of Pro Application Express: http://tinyurl.com/3gu7cd
    REWARDS: Please remember to mark helpful or correct posts on the forum, not just for my answers but for everyone!

  • ILife 2011 don't want to open what can I do??

    Hi,
    My iLife '11 don't want to open on my MacBook Pro 13 inches... What can I do?
    Thank you!

    This is for iPhoto:
    Process:         iPhoto [3098]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         9.3.2 (9.3.2)
    Build Info:      iPhotoProject-670063000000000~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [146]
    User ID:         501
    Date/Time:       2012-09-12 23:08:14.289 -0400
    OS Version:      Mac OS X 10.8.1 (12B19)
    Report Version:  10
    Interval Since Last Report:          28205 sec
    Crashes Since Last Report:           6
    Per-App Interval Since Last Report:  7 sec
    Per-App Crashes Since Last Report:   3
    Anonymous UUID:                      7A72DBC3-805A-430E-AD9B-2AE7A63BF7D2
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000ac801000
    VM Regions Near 0xac801000:
        __OBJC                 00000000ac800000-00000000ac801000 [    4K] rw-/rwx SM=PRV  /usr/lib/libobjc.A.dylib
    --> Submap                 00000000ac801000-00000000ac802000          r-x/rwx process-only submap
        __IMPORT               00000000ac801000-00000000ac802000 [    4K] rw-/rw- SM=COW  /usr/lib/libobjc.A.dylib
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   ???                                     0xac801000 objc_assign_ivar + 0
    1   libobjc.A.dylib                         0x95df1d47 object_setIvar + 353
    2   libobjc.A.dylib                         0x95df1bda object_setInstanceVariable + 80
    3   com.apple.AppKit                        0x924ff461 -[NSNibOutletConnector establishConnection] + 486
    4   com.apple.AppKit                        0x924d115f -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1002
    5   com.apple.AppKit                        0x924af762 loadNib + 373
    6   com.apple.AppKit                        0x924aed84 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 819
    7   com.apple.AppKit                        0x924ae95f -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 256
    8   com.apple.AppKit                        0x924ae6ec +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 418
    9   com.apple.AppKit                        0x924aa688 NSApplicationMain + 447
    10  com.apple.iPhoto                        0x00010f40 0x1000 + 65344
    11  com.apple.iPhoto                        0x00010409 0x1000 + 62473
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x9404a9ae kevent + 10
    1   libdispatch.dylib                       0x95215cc5 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib                       0x952157fd _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x9404a0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9336604c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x93365e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9334dcca start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib                  0x940498e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x93368289 _pthread_cond_wait + 938
    2   libsystem_c.dylib                       0x93368512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.Foundation                    0x95776506 -[NSCondition waitUntilDate:] + 404
    4   com.apple.Foundation                    0x9577632d -[NSConditionLock lockWhenCondition:beforeDate:] + 282
    5   com.apple.Foundation                    0x9577b880 -[NSConditionLock lockWhenCondition:] + 69
    6   com.apple.proxtcore                     0x01a3bba2 -[XTMsgQueue waitForMessage] + 50
    7   com.apple.proxtcore                     0x01a3ab60 -[XTThread run:] + 416
    8   com.apple.Foundation                    0x95748318 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9574829b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x93363557 _pthread_start + 344
    11  libsystem_c.dylib                       0x9334dcee thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib                  0x9404a0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9336604c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x93365e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9334dcca start_wqthread + 30
    Thread 5:
    0   libsystem_kernel.dylib                  0x9404a0ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9336604c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x93365e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9334dcca start_wqthread + 30
    Thread 6:
    0   libsystem_kernel.dylib                  0x940477d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x94046cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x9a3eccc9 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x9a3f26af __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x9a3f1d6a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x9a3f1bdb CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x9574da86 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    7   com.apple.proxtcore                     0x01a3cf7d -[XTRunLoopThread run:] + 509
    8   com.apple.Foundation                    0x95748318 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9574829b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x93363557 _pthread_start + 344
    11  libsystem_c.dylib                       0x9334dcee thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x940477d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x94046cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x9a3eccc9 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x9a3f26af __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x9a3f1d6a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x9a3f1bdb CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x9574da86 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    7   com.apple.proxtcore                     0x01a3cf7d -[XTRunLoopThread run:] + 509
    8   com.apple.Foundation                    0x95748318 -[NSThread main] + 45
    9   com.apple.Foundation                    0x9574829b __NSThread__main__ + 1396
    10  libsystem_c.dylib                       0x93363557 _pthread_start + 344
    11  libsystem_c.dylib                       0x9334dcee thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0xac7fa47c  ebx: 0x00d5e1d0  ecx: 0xbffff858  edx: 0x00000000
      edi: 0x95df1bf4  esi: 0x0000001c  ebp: 0xbffff868  esp: 0xbffff83c
       ss: 0x00000023  efl: 0x00010246  eip: 0xac801000   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0xac801000
    Logical CPU: 0
    Binary Images:
        0x1000 -   0xcfbff3  com.apple.iPhoto (9.3.2 - 9.3.2) <A33D0C4A-0581-3BF2-A7C4-EF351019E843> /Applications/iPhoto.app/Contents/MacOS/iPhoto
      0xe70000 -   0xf4affc  org.python.python (2.6.7 - 2.6.7) <AEF0F842-12A1-3139-9187-6B33EBE4100F> /System/Library/Frameworks/Python.framework/Versions/2.6/Python
      0xf94000 -  0x1186ff3  com.apple.geode (1.5.3 - 210.29) <CE73A5B8-D43F-3C6F-86A0-08EB25CBED02> /Applications/iPhoto.app/Contents/Frameworks/Geode.framework/Versions/A/Geode
    0x1213000 -  0x1216fff  com.apple.iLifePhotoStreamConfiguration (2.2 - 2.2) <4F9B7F9D-AD7E-3495-A2B6-CFC4CC8EAD08> /Applications/iPhoto.app/Contents/Frameworks/iLifePhotoStreamConfiguration.fram ework/Versions/A/iLifePhotoStreamConfiguration
    0x121d000 -  0x122cff7  com.apple.iLifeAssetManagement (2.6 - 25.16) <E39DFFD0-D146-3CA8-A894-2B0F07684813> /Applications/iPhoto.app/Contents/Frameworks/iLifeAssetManagement.framework/Ver sions/A/iLifeAssetManagement
    0x1239000 -  0x1262ff3  com.apple.iPhoto.Tessera (1.1 - 65.7) <6692912E-6AA7-3BC2-B330-3D9520BA7B2A> /Applications/iPhoto.app/Contents/Frameworks/Tessera.framework/Versions/A/Tesse ra
    0x1273000 -  0x1299ffb  com.apple.iPhoto.Tellus (1.3 - 65.7) <7A27CAB2-95C5-3F66-9D1F-FA6EC1FD1713> /Applications/iPhoto.app/Contents/Frameworks/Tellus.framework/Versions/A/Tellus
    0x12ae000 -  0x12b9fff  com.apple.iphoto.AccountConfigurationPlugin (1.2 - 1.2) <A9C52AAB-F33F-3D1E-BD53-AADB189277CA> /Applications/iPhoto.app/Contents/Frameworks/AccountConfigurationPlugin.framewo rk/Versions/A/AccountConfigurationPlugin
    0x12c4000 -  0x12daff3  com.apple.iLifeFaceRecognition (1.0 - 23.2) <3407BCC8-3223-334F-8319-308D91018515> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/iLifeFaceRecognition
    0x12e8000 -  0x1311ff3  com.apple.DiscRecordingUI (7.0 - 7000.2.4) <F5A4CCC3-E5E2-3451-96FD-40BA328605B6> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x132a000 -  0x132cfff  com.apple.ExceptionHandling (1.5 - 10) <435C80BD-F463-360B-86CA-5E001CACD421> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x1332000 -  0x133dfff  com.apple.UpgradeChecker (9.2 - 9.2) <9DE952C9-AC7B-3B15-8C51-FBB717554589> /Applications/iPhoto.app/Contents/Frameworks/UpgradeChecker.framework/Versions/ A/UpgradeChecker
    0x1345000 -  0x13c4ff7  com.apple.iLifeMediaBrowser (2.7.1 - 543) <679D1492-6CE0-3A36-85E7-B0B612CED18F> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x1408000 -  0x1526ff3  com.apple.WebKit (8536 - 8536.25) <5365AA39-A1A7-315D-AA1C-0C564909C0E0> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x15d6000 -  0x15eaff7  com.apple.iChat.InstantMessage (7.0 - 3037) <E7D0D9ED-C46C-3395-9ED3-A81A5245AFB1> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x15f8000 -  0x15f8fff  com.apple.iLifeSlideshow (2.4.0 - 878.0.2) <ADFB65F0-56EC-35E0-B337-3B5D4D582136> /Applications/iPhoto.app/Contents/Frameworks/iLifeSlideshow.framework/Versions/ A/iLifeSlideshow
    0x15fb000 -  0x1878ffb  com.apple.iLifePageLayout (1.3 - 170.28) <5B425029-C102-3C5F-823B-E1E5E16D40BD> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/iLifePageLayout
    0x1945000 -  0x19dcff7  com.apple.MobileMe (13 - 1.0.4) <BAF2AF51-01DE-307F-9F03-B907058D2A34> /Applications/iPhoto.app/Contents/Frameworks/MobileMe.framework/Versions/A/Mobi leMe
    0x1a37000 -  0x1a9fff7  com.apple.proxtcore (1.4.1 - 220.26) <3948E2B9-6FB1-388B-8D98-B4C82B28C88E> /Applications/iPhoto.app/Contents/Frameworks/ProXTCore.framework/Versions/A/Pro XTCore
    0x1add000 -  0x1be8ff3  com.apple.iLifeSQLAccess (1.7.1 - 45.14) <2F5E34B3-1C61-3800-85BB-5605F1EAB280> /Applications/iPhoto.app/Contents/Frameworks/iLifeSQLAccess.framework/Versions/ A/iLifeSQLAccess
    0x1c29000 -  0x1c55fef  com.apple.ProUtils (1.1 - 160.10) <BD7E74E8-8F92-343F-B390-5717805C3DAB> /Applications/iPhoto.app/Contents/Frameworks/ProUtils.framework/Versions/A/ProU tils
    0x1c70000 -  0x1cd9ff7  com.apple.iLifeKit (1.3.1 - 155.9) <7F1268AA-EDF5-31DA-94B6-A9D5BBA7FD7C> /Applications/iPhoto.app/Contents/Frameworks/iLifeKit.framework/Versions/A/iLif eKit
    0x1d19000 -  0x1f4aff7  com.apple.prokit (7.3.0 - 1938) <2DCCDF03-D43D-3151-A281-408831A68C12> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x2062000 -  0x2576fef  com.apple.RedRock (1.9.4 - 260.53) <E3C460D6-EA93-36C8-B1A3-2A26A3B5F2F3> /Applications/iPhoto.app/Contents/Frameworks/RedRock.framework/Versions/A/RedRo ck
    0x275e000 -  0x277fffb  com.apple.AOSAccounts (1.1.2 - 1.1.86) <FA337AD9-ABCF-3C4D-85C8-857E4CE23E20> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts
    0x2796000 -  0x2796fff  com.apple.SafariServices.framework (8536 - 8536.25) <3E5D0660-C9C9-324A-B80A-DA51051BF9D2> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
    0x279b000 -  0x27a2ff7  com.apple.AOSNotification (1.7.0 - 636.2) <F68F735D-0B5C-3F27-9E39-FB296CF82958> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x27ac000 -  0x27acffc  com.apple.SafariDAVNotifier (1.1.1 - 1) <4173B9EB-A1C5-31BD-955B-E9D3CAB862C4> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
    0x27b1000 -  0x2a03fff  com.apple.CalendarStore (6.0 - 1235.1) <8CE1FCC5-80E8-3F9B-BB1C-2B28B2106700> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x2af9000 -  0x2b55fff  com.apple.corelocation (1.0 - 1239.35) <6E266E57-FA31-3B35-9CFD-29AA45B52C7B> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x2b82000 -  0x2bb4ff3  com.apple.GeoServices (1.0 - 1) <5D61BA20-171C-373D-A8F0-BCC02AD1DD81> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x2bc6000 -  0x2bcffff  com.apple.ProtocolBuffer (2 - 104) <BFA598AA-2E77-3578-B079-2C89796811B3> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
    0x2bd7000 -  0x2bdfff3  com.apple.AppSandbox (2.0 - 1) <AD3E6C3E-1543-3319-8D1A-ABE01BFC833B> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x2be7000 -  0x2c28ffb  com.apple.CalDAV (6.0 - 112) <25C7B6DE-7EF4-31C4-BECB-4CCBAF4FADBA> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
    0x2c56000 -  0x2c5ffff  com.apple.CalendarAgentLink (1.0 - 35) <EA8489B1-0997-3CE4-A537-AD564B92A49C> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink
    0x2c6c000 -  0x2c7dfff  com.apple.CalendarFoundation (1.0 - 27) <97499E11-F03F-30FA-BFA5-4CBBD6421B91> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/Calen darFoundation
    0x2c8d000 -  0x2cedfff  com.apple.coredav (1.0.1 - 179.4) <3E62FDFC-D3A7-3196-A11F-93F54FF44EB8> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
    0x2d26000 -  0x2d73ffb  com.apple.ExchangeWebServices (3.0 - 157) <29FBE8CC-2EC5-3209-B2CB-DD32E3E2ECC7> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
    0x2dc7000 -  0x2e13fff  com.apple.iCalendar (6.0 - 126.2) <7F5A1C5F-72C7-328C-8BCE-45AC0A45D7BB> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x2e3d000 -  0x2e4affb  com.apple.KerberosHelper (4.0 - 1.0) <6CB4B091-3415-301A-87B2-D9D374D0FC17> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x2e54000 -  0x2fa0fff  com.apple.syncservices (7.0 - 713) <442C8E15-8870-3D65-98EC-82C0E2580EC0> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x301c000 -  0x3089ffb  com.apple.WhitePagesFramework (10.7.0 - 141.0) <6879CD26-8E35-315B-897C-D52B6EB741F6> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x30b7000 -  0x30deff3  libsandbox.1.dylib (220) <D05340F5-32E0-31C7-9D26-28804F4723D6> /usr/lib/libsandbox.1.dylib
    0x30e5000 -  0x30f8ff3  com.apple.AppContainer (2.0 - 1) <6A0E3762-CA45-385C-9027-83A0E45531F9> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
    0x3107000 -  0x310bfff  com.apple.SecCodeWrapper (2.0 - 1) <2B52B215-6EC2-35FD-8CAC-91FE057A0785> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
    0x3112000 -  0x3116ffe  libMatch.1.dylib (17) <29090908-32A9-3087-B197-00128F5954CD> /usr/lib/libMatch.1.dylib
    0x311a000 -  0x3174fff  com.apple.proapps.MIO (1.0.6 - 512) <7918F3C0-EACE-3C23-AD22-3F52CC171E3B> /Applications/iPhoto.app/Contents/Frameworks/MIO.framework/Versions/A/MIO
    0x318b000 -  0x3e15ff3  com.apple.WebCore (8536 - 8536.24) <06F7EC1E-A7F2-37F1-ADC6-687284E661D8> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x4595000 -  0x4596fff +eOkaoCom.dylib (1) <2DE16B47-23E7-73DB-1297-C928E40DFC31> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoCom.dylib
    0x459a000 -  0x45bfff2 +eOkaoPt.dylib (1) <831D49D0-43A0-21A0-2662-2207E3BE0FF6> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoPt.dylib
    0x45c6000 -  0x45fafe7 +eOkaoDt.dylib (1) <5693A28E-8C94-0F5F-150E-3B17CF753F64> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoDt.dylib
    0x4600000 -  0x4767fff +eOkaoFr.dylib (1) <E355FB47-C5EF-50CF-621A-9B17A50E2850> /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Ver sions/A/Resources/eOkaoFr.dylib
    0x476b000 -  0x4794fff  com.apple.iLifeSlideshowCore (2.4.0 - 240) <748E234B-5163-361F-A809-6ED2E7236380> /Applications/iPhoto.app/Contents/Frameworks/iLifeSlideshow.framework/Versions/ A/Frameworks/iLifeSlideshowCore.framework/Versions/A/iLifeSlideshowCore
    0x47a7000 -  0x48bbfff  com.apple.iLifeSlideshowProducer (2.4.0 - 636) <D667189A-875B-315A-9034-49458D504BFA> /Applications/iPhoto.app/Contents/Frameworks/iLifeSlideshow.framework/Versions/ A/Frameworks/iLifeSlideshowProducer.framework/Versions/A/iLifeSlideshowProducer
    0x4908000 -  0x4a71ff3  com.apple.iLifeSlideshowRenderer (2.4.0 - 697) <F814366B-0D47-387B-9DA1-9FAC3E9DD37C> /Applications/iPhoto.app/Contents/Frameworks/iLifeSlideshow.framework/Versions/ A/Frameworks/iLifeSlideshowRenderer.framework/Versions/A/iLifeSlideshowRenderer
    0x4acf000 -  0x4ae8ff7  com.apple.iLifeSlideshowExporter (2.4.0 - 261) <6F4D8FCD-35F0-3192-932B-D74702ED8988> /Applications/iPhoto.app/Contents/Frameworks/iLifeSlideshow.framework/Versions/ A/Frameworks/iLifeSlideshowExporter.framework/Versions/A/iLifeSlideshowExporter
    0x4af5000 -  0x4b22ff3  com.apple.audio.CoreAudioKit (1.6.4 - 1.6.4) <5F0E55AF-BDA6-36B3-86F2-8A84A8F5D089> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x4b35000 -  0x4b91fff  com.apple.NyxAudioAnalysis (12.4 - 12.4) <DC8444CC-FAAB-3DCA-A644-8712001A5F2E> /Library/Frameworks/NyxAudioAnalysis.framework/Versions/A/NyxAudioAnalysis
    0x4ba8000 -  0x4be0ff3  com.apple.CoreMediaIOServicesPrivate (52.0 - 3311.1) <1F651752-FD09-3CF5-BCCC-5C1366DDFACD> /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x4bfb000 -  0x4c22ff7  com.apple.CoreMediaPrivate (20.0 - 20.0) <D963392A-4B4C-3B81-A873-E1C06C6829E6> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x4c35000 -  0x4c66ff3  com.apple.FWAVCPrivate (52.47 - 47) <14C9A9D3-4065-3395-A8BC-C0535162017E> /System/Library/PrivateFrameworks/FWAVCPrivate.framework/Versions/A/FWAVCPrivat e
    0x4c7b000 -  0x4cc3ffb  com.apple.CoreMediaIOServices (171.0 - 3244) <9563BB38-F23A-3FC6-855D-05487E700465> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x4ce4000 -  0x4d77ff7  com.apple.imcore (8.0 - 900) <8911DDE4-750E-303A-BBD8-A405B7E0F7D8> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
    0x4d9b000 -  0x4deaff7  com.apple.imfoundation (8.0 - 900) <01150210-920D-3D01-8538-C7148483F42C> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n
    0x4e13000 -  0x4e1bffb  com.apple.marco (8.0 - 900) <EF8A2072-4CDC-3A1F-80CE-ECCD7A5A3013> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
    0x4e22000 -  0x4e49fff  com.apple.ExpressCheckout (1.0 - 1.0) <545AC2EB-36E2-32BC-8AF3-A218962FECB9> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/Frameworks/ExpressCheckout.framework/Versions/A/ExpressCheckout
    0x4e63000 -  0x4e9eff3  com.apple.iLifeImageAnalysis (3.0 - 3) <E77E9F63-B7DE-34DC-A8BD-C496DA5D4342> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/Frameworks/iLifeImageAnalysis.framework/Versions/A/iLifeImageAnalysis
    0x773e000 -  0x774bffb  com.apple.Librarian (1.1 - 1) <C8D82AA3-AE5E-3B6D-A8D1-847856057186> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x8fe77000 - 0x8fea9e57  dyld (210.2.3) <23516BE4-29BE-350C-91C9-F36E7999F0F1> /usr/lib/dyld
    0x90007000 - 0x9000bfff  com.apple.CommonPanels (1.2.5 - 94) <6B3E7E53-7708-3DA2-8C50-59C2B4735DE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9000c000 - 0x9000dfff  libsystem_sandbox.dylib (220) <4E42390B-25EC-3530-AF01-337E430C16EB> /usr/lib/system/libsystem_sandbox.dylib
    0x9000e000 - 0x90023fff  com.apple.speech.synthesis.framework (4.1.10 - 4.1.10) <20E394D6-D9BA-3C1D-993A-533B60EF3B63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x90024000 - 0x90024fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <4EC0548E-3A3F-310D-A366-47B51D5B6398> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x90136000 - 0x90253ff3  com.apple.MediaControlSender (1.4.1 - 141.23) <D2B3E1AC-AB2B-3811-B1EC-E794ECA81C81> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
    0x90254000 - 0x90260ffd  com.apple.CrashReporterSupport (10.8.1 - 412) <9BBEBED1-DEDD-3258-A8CC-F46EC5CDD4F7> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x90261000 - 0x90335ff7  com.apple.backup.framework (1.4 - 1.4) <12123FB8-B42D-38B0-8463-6BA375C3C643> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x90336000 - 0x90337ffb  libodfde.dylib (18) <3A56DA84-5ACC-3D91-B31A-B87BC4BC34F1> /usr/lib/libodfde.dylib
    0x90338000 - 0x90338fff  libkeymgr.dylib (25) <D5E93F7F-9315-3AD6-92C7-941F7B54C490> /usr/lib/system/libkeymgr.dylib
    0x90be7000 - 0x90c4dfff  com.apple.print.framework.PrintCore (8.0 - 387) <84DFC4F0-3186-3C59-9EBD-9EF2C3561A43> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x90c4e000 - 0x90c67fff  com.apple.Kerberos (2.0 - 1) <9BDE8F4D-DBC3-34D1-852C-898D3655A611> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x90c68000 - 0x90c6affd  com.apple.EFILogin (2.0 - 2) <6CBAD686-B716-3E4F-B5A7-9E4B003A9DE9> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x90c6b000 - 0x90cadff7  com.apple.RemoteViewServices (2.0 - 80.3) <EE36AF6C-E574-3F48-9AC3-E8C8295739FF> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x90cd4000 - 0x90e5dff7  com.apple.vImage (6.0 - 6.0) <1D1F67FE-4F75-3689-BEF6-4A46C8039E70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x90e5e000 - 0x90eacffb  libFontRegistry.dylib (100) <3B8350C2-4D8F-38C4-A22E-2F855D7E83D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x90ead000 - 0x90f04ff7  com.apple.ScalableUserInterface (1.0 - 1) <2B5E454B-BC49-3E85-B54D-1950397C448C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x90f05000 - 0x90f09ffe  libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib
    0x90f0a000 - 0x90f70ffc  com.apple.ISSupport (1.9.8 - 56) <D2AC4E10-0B3C-3194-AEB7-1E9964CBC0D0> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x90f71000 - 0x911a1fff  com.apple.QuartzComposer (5.1 - 281) <F52C0922-7E0C-36B1-A055-96E0FDB00F14> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x911a2000 - 0x911a9ffb  libunwind.dylib (35.1) <E1E8D8B3-3C78-3AB1-B398-C180DC6DCF05> /usr/lib/system/libunwind.dylib
    0x911aa000 - 0x91211ff7  com.apple.framework.IOKit (2.0 - 755.9.7) <CB976A7C-2601-3054-BC41-C3AD6896327C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x91588000 - 0x91622fff  com.apple.CoreSymbolication (3.0 - 87) <6A27BBE5-6EF0-3D5D-A485-2145826B9796> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x91623000 - 0x9163afff  com.apple.GenerationalStorage (1.1 - 132.1) <4E0F0C47-7796-3152-A77D-F6456287498A> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x9163b000 - 0x91658fff  com.apple.openscripting (1.3.5 - 148) <3460338D-B686-3C33-B322-DC8391668F8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x91659000 - 0x916a8ff6  libTIFF.dylib (843) <AA81BA16-8026-35DA-8193-2C8715ACD435> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x916a9000 - 0x916a9ffd  libOpenScriptingUtil.dylib (148) <6B34E8E4-EE31-3E2B-AEB3-8714C3102AED> /usr/lib/libOpenScriptingUtil.dylib
    0x916aa000 - 0x91742ff7  com.apple.CoreServices.OSServices (557 - 557) <219C11A8-8446-336E-B518-F52D1571420F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91743000 - 0x91768ff7  com.apple.CoreVideo (1.8 - 99.0) <7A90C337-4493-3393-9C56-75EB52112D75> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x91769000 - 0x9176dffc  libGIF.dylib (843) <355B672B-D07D-36FE-B6B9-142406ACFBA2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9176e000 - 0x917adff7  com.apple.bom (12.0 - 192) <0637E52C-D151-37B3-904F-8656B2FD44DD> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x917ae000 - 0x9190bffb  com.apple.QTKit (7.7.1 - 2599) <78806D5A-A983-3C4C-A151-2AEF28779358> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x9190c000 - 0x91994fff  com.apple.PDFKit (2.7 - 2.7) <D65CBEF8-4BEF-38E4-8622-ECEA79C66F7F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x91995000 - 0x919c8ff3  com.apple.GSS (3.0 - 2.0) <B1D719C1-B000-3BE3-B747-329D608585DD> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x919c9000 - 0x919cafff  libDiagnosticMessagesClient.dylib (7) <B2BC685E-C129-3F6B-9222-AF3CF4F186AC> /usr/lib/libDiagnosticMessagesClient.dylib
    0x919cb000 - 0x91abcffc  libiconv.2.dylib (34) <B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib
    0x91abd000 - 0x91e4fff3  com.apple.MediaToolbox (1.0 - 926.37) <6B111039-22B1-3ED0-9E1B-E4810B6BC23E> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x91e50000 - 0x91e50fff  com.apple.Carbon (154 - 155) <604ADD9D-5835-3294-842E-3A4AEBCCB548> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x91e51000 - 0x91e57fff  libGFXShared.dylib (8.5) <D2D214E8-A243-3FFD-BA70-D695FF5BD040> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x91e58000 - 0x91e6efff  com.apple.CFOpenDirectory (10.8 - 151.10) <56C3F276-BD1F-3031-8CF9-8F4F481A534E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x91e6f000 - 0x91eb0ff7  com.apple.framework.CoreWiFi (1.0 - 100.10) <944B3FAE-F901-3276-A676-9D52295DA817> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x91eb1000 - 0x91eb1ffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <B688A998-93B5-3D9B-BAE4-E49947AA82B4> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x91eb2000 - 0x91eb2fff  libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib
    0x91eb6000 - 0x91ebdfff  liblaunch.dylib (442.21) <349330F8-1BBF-3B78-AFB2-4F32413CE971> /usr/lib/system/liblaunch.dylib
    0x91ebe000 - 0x91ecbfff  libGL.dylib (8.5) <930067EA-F131-336E-BE31-49DD7F6DFB81> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x91ecc000 - 0x91eccfff  libSystem.B.dylib (169.3) <81C58EAB-0E76-3EAB-BDFD-C5A6FE95536F> /usr/lib/libSystem.B.dylib
    0x91ecd000 - 0x9218aff3  com.apple.security (7.0 - 55178.0.1) <EB90D52E-27EC-3874-BA15-C69976F1067A> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x92229000 - 0x922a3ff7  com.apple.securityfoundation (6.0 - 55115.4) <A959B2F5-9D9D-3C93-A62A-7399594CF238> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x922a4000 - 0x922a7ffb  com.apple.TCC (1.0 - 1) <C1B2A1EB-9EA2-3340-8611-F788C87A951F> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x922a8000 - 0x922b4ff8  libbz2.1.0.dylib (29) <7031A4C0-784A-3EAA-93DF-EA1F26CC9264> /usr/lib/libbz2.1.0.dylib
    0x922b5000 - 0x923adff2  libsqlite3.dylib (138) <AA00F27E-B72D-31DE-8EE4-985227CC9912> /usr/lib/libsqlite3.dylib
    0x923ae000 - 0x92f67fff  com.apple.AppKit (6.8 - 1187) <5E13B150-4096-3B61-9DC0-6ABA48F6515B> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x92f68000 - 0x92f68fff  com.apple.vecLib (3.8 - vecLib 3.8) <83160DD1-5614-3E34-80EB-97041016EF1F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x92f69000 - 0x9334bff7  com.apple.HIToolbox (2.0 - 624) <04C20B6A-FE3D-396E-BCAF-AC4DBAB3747E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9334c000 - 0x9334cfff  com.apple.quartzframework (1.5 - 1.5) <9018BE5B-4070-320E-8091-6584CC17F798> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9334d000 - 0x9340affb  libsystem_c.dylib (825.24) <7D90CAC5-EC98-35F8-A52E-81B54F0C7DCC> /usr/lib/system/libsystem_c.dylib
    0x9340b000 - 0x9344dfff  libcurl.4.dylib (69.2) <8CC566A0-0B25-37E8-A6EC-30074C3CDB8C> /usr/lib/libcurl.4.dylib
    0x9349a000 - 0x934a1ff3  com.apple.NetFS (5.0 - 4.0) <1F7041F2-4E97-368C-8F5D-24153D81BBDB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x934e5000 - 0x93540fff  com.apple.htmlrendering (77 - 1.1.4) <5C0C669F-AE07-3983-B38F-EB829B5CE609> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93598000 - 0x93599fff  liblangid.dylib (116) <E13CC8C5-5034-320A-A210-41A2BDE4F846> /usr/lib/liblangid.dylib
    0x9359a000 - 0x93648ff3  com.apple.CoreText (260.0 - 275.14) <3CC31B7F-5560-364A-ADFC-31861C3C2328> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x93649000 - 0x936c5ffb  com.apple.Metadata (10.7.0 - 707.1) <E18350AD-CAA9-3323-BDE9-63A688792C6C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x936c6000 - 0x936c9ffb  libutil.dylib (30) <605DD210-46C2-3D4A-8DC1-08B0E80694FD> /usr/lib/libutil.dylib
    0x936ca000 - 0x936cdffe  com.apple.LoginUICore (2.0 - 2.0) <2CCB81A5-1194-3F16-8FD0-F779014E389D> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
    0x936ce000 - 0x936cfffd  com.apple.TrustEvaluationAgent (2.0 - 23) <E42347C0-2D3C-36A4-9200-757FFA61B388> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x936d0000 - 0x936e9ffb  com.apple.frameworks.preferencepanes (15.0 - 15.0) <5F610D7F-8AAC-300B-9331-FD95701D3304> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x936ea000 - 0x937f7ffb  com.apple.ImageIO.framework (3.2.0 - 843) <4BFEFB05-3EE3-36A7-891D-CE03D1DF8125> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x937f8000 - 0x93944ff3  com.apple.CFNetwork (596.1 - 596.1) <DE5FA267-6E01-388E-9ADA-8764BE469C35> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x93945000 - 0x93948ff9  libCGXType.A.dylib (322) <2090D588-49DD-3DB6-A296-8E7B0FF1482A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x93949000 - 0x9394dfff  com.apple.OpenDirectory (10.8 - 151.10) <A1858D81-086F-3BF5-87E3-9B70409FFDF6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x9394e000 - 0x9396bff7  libresolv.9.dylib (51) <B9742A2A-DF15-3F6E-8FCE-778A58214B3A> /usr/lib/libresolv.9.dylib
    0x9396c000 - 0x9397afff  com.apple.opengl (1.8.5 - 1.8.5) <AA14FBC0-8AF3-3CCB-A390-C8F9AE81E1E9> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x9397b000 - 0x9397dfff  libdyld.dylib (210.2.3) <05D6FF2A-F09B-309D-95F7-7AF10259C707> /usr/lib/system/libdyld.dylib
    0x9397e000 - 0x93c68fff  com.apple.AOSKit (1.05 - 148) <9F077C87-CDC2-308E-83A1-06A9662482F9> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
    0x93c69000 - 0x93dc0ff7  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <6856CA9B-BF08-341B-AEE9-91CC258D4534> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e01000 - 0x93e25ff2  com.apple.framework.familycontrols (4.0 - 400) <A313D83E-5A03-3174-A213-1F7D379040D1> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x93e26000 - 0x93f24ff7  libFontParser.dylib (84.5) <B3006327-7B2D-3966-A56A-BD85F1D71641> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x93f25000 - 0x93f94ffb  com.apple.Heimdal (3.0 - 2.0) <1ABF438B-30E6-3165-968C-E2EA1A9DF1FD> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x93f95000 - 0x93f97ffb  libRadiance.dylib (843) <6C2B92DB-A537-3618-9E68-F006DF427D2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x93f98000 - 0x93ff3ff7  com.apple.AppleVAFramework (5.0.18 - 5.0.18) <4BA2AAEA-4936-375C-B4D8-4BBE2EDC7FF5> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x93ff4000 - 0x94034fff  com.apple.MediaKit (13 - 658) <2CF2116F-EA07-31BB-A702-5B6C77F9D68B> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x94035000 - 0x9404fffc  libsystem_kernel.dylib (2050.9.2) <C6BA5A9F-08BB-3544-9A36-070DEDE92279> /usr/lib/system/libsystem_kernel.dylib
    0x94050000 - 0x94059ffe  com.apple.aps.framework (3.0 - 3.0) <75A60380-46BE-31FA-8267-9DE6A32D6FC0> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
    0x9405a000 - 0x94118ff3  com.apple.ColorSync (4.8.0 - 4.8.0) <EFEDCB37-4F20-3CEC-A185-5D2976E11BAC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x94119000 - 0x94120fff  libsystem_dnssd.dylib (379.27.1) <B5CD3F39-7039-30CF-877D-FDF38A659E46> /usr/lib/system/libsystem_dnssd.dylib
    0x94121000 - 0x94183fff  libc++.1.dylib (65.1) <C0CFF9FF-5D52-3EAE-B921-6AE1DA00A135> /usr/lib/libc++.1.dylib
    0x94ebd000 - 0x94eddff7  com.apple.ChunkingLibrary (2.0 - 132) <172C3F7F-CB49-323F-932F-35340999979E> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x94ede000 - 0x94f0dff7  com.apple.securityinterface (6.0 - 55024.3) <64FA808A-4DBE-3F7B-AEA8-369C70B77DB8> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94f0e000 - 0x9519fffb  com.apple.CoreImage (8.0.17 - 1.0.1) <CE54EC11-1C41-3857-B82D-F8B7D1798F42> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x951a0000 - 0x951a4fff  com.apple.IOSurface (86.0.2 - 86.0.2) <BDF93CE4-9F14-3747-9CD5-FFE71D488BDA> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x951a5000 - 0x951d6ff7  com.apple.DictionaryServices (1.2 - 184) <9199E88F-2477-3596-9F56-B8E317A7164D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x951d7000 - 0x951e1fff  libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
    0x951e2000 - 0x95210ff3  com.apple.framework.Admin (12.0 - 12.0) <E7364F79-8DF9-3A64-9C78-4CF317AD1123> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
    0x95211000 - 0x95223ff7  libdispatch.dylib (228.18) <833C83BE-278C-353E-AC6D-9B85FAC50A1D> /usr/lib/system/libdispatch.dylib
    0x95224000 - 0x95224fff  com.apple.CoreServices (57 - 57) <956C6C6D-A5DD-314F-9C57-4A61D41F30CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x95225000 - 0x9524efff  libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib
    0x9524f000 - 0x9525cff7  com.apple.AppleFSCompression (49 - 1.0) <166AA1F8-E50A-3533-A3B5-8737C5118CC3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x9525d000 - 0x95378ff7  com.apple.desktopservices (1.7.1 - 1.7.1) <0039FBAA-BB0B-36B7-962F-BDAC8E3D1C58> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x95431000 - 0x9569aff7  com.apple.imageKit (2.2 - 660) <66EE23B9-3562-3888-833B-DDB732603C14> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x9569b000 - 0x956a9ff7  libz.1.dylib (43) <245F1B61-2276-3BBB-9891-99934116D833> /usr/lib/libz.1.dylib
    0x956aa000 - 0x959c7fff  com.apple.Foundation (6.8 - 945) <B6F00754-C3F7-3E33-B708-CCEA2AA3E969> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x959c8000 - 0x95a21fff  com.apple.QuickLookFramework (4.0 - 555.0) <291276B2-7A40-3D68-98ED-7FBD1F601D84> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x95a22000 - 0x95af8fff  com.apple.DiscRecording (7.0 - 7000.2.4) <C14E99B9-DEFA-3812-89E5-464653B729F4> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x95af9000 - 0x95b8bffb  libvMisc.dylib (380.6) <6DA3A03F-20BE-300D-A664-B50A7B4E4B1A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x95b8c000 - 0x95bb9ffe  libsystem_m.dylib (3022.6) <9975D9C3-3B71-38E3-AA21-C5C5F9D9C431> /usr/lib/system/libsystem_m.dylib
    0x95bba000 - 0x95bc2fff  com.apple.CommerceCore (1.0 - 26) <AF0D1990-8CBF-3AB4-99DF-8B7AE14FB0D5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x95c40000 - 0x95d3cff3  com.apple.DiskImagesFramework (10.8 - 344) <98C16F91-9D3E-3FD0-A30B-BD49EE4ED9A4> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x95d3d000 - 0x95de7ff7  com.apple.LaunchServices (539 - 539) <4C026504-5420-35D7-912E-A584C6F9FFC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x95de8000 - 0x95ef515f  libobjc.A.dylib (532) <9663A040-F232-3E2A-8318-AA40B940AF6F> /usr/lib/libobjc.A.dylib
    0x95ef6000 - 0x96582feb  com.apple.CoreAUC (6.16.00 - 6.16.00) <654A0AB8-F24F-3489-8F70-F0A22414FE08> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x96583000 - 0x965afff7  libsystem_info.dylib (406.17) <AA5611DB-A944-3072-B6BE-ACAB08689547> /usr/lib/system/libsystem_info.dylib
    0x965b0000 - 0x965f4fff  libGLU.dylib (8.5) <E4F932FD-A644-354D-8D4E-F337C93AAFC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x965f5000 - 0x965f8ffc  libpam.2.dylib (20) <FCF74195-A99E-3B07-8E49-688D4A6F1E18> /usr/lib/libpam.2.dylib
    0x965f9000 - 0x96629ff3  libtidy.A.dylib (15.10) <F2F4E000-E305-3089-91E6-3DB0ED07E74A> /usr/lib/libtidy.A.dylib
    0x9662a000 - 0x968a6ff7  com.apple.QuickTime (7.7.1 - 2599) <C1EAA16D-C51E-3A85-B114-6C7DDCEC864C> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x968a7000 - 0x968b0ff9  com.apple.CommonAuth (3.0 - 2.0) <A1A6CC3D-AA88-3519-A305-9B5D76C5D63B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x968b1000 - 0x96a29ff5  com.apple.QuartzCore (1.8 - 304.0) <0B0EC55A-9084-3E28-9A84-1813CE3FAA9B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x96a2a000 - 0x96a87fff  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <9549B81F-4425-34EE-802B-F462068DC0C5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x96a88000 - 0x96ac9ff7  libcups.2.dylib (327) <F46F8703-FEAE-3442-87CB-45C8BF98BEE5> /usr/lib/libcups.2.dylib
    0x96aca000 - 0x96aeefff  libJPEG.dylib (843) <04383F74-067F-3E98-882F-21F5B9578984> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x96aef000 - 0x96aeffff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <908B8D40-3FB5-3047-B482-3DF95025ECFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x96af0000 - 0x96f32ff3  com.apple.CoreGraphics (1.600.0 - 322) <2E04AAAD-8403-3819-BD6C-9836D42F58B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x96f33000 - 0x96f43ff7  libsasl2.2.dylib (166) <D9080BA2-A365-351E-9FF2-7E0D4E8B1339> /usr/lib/libsasl2.2.dylib
    0x96f44000 - 0x96f56fff  libbsm.0.dylib (32) <DADD385E-FE53-3458-94FB-E316A6345108> /usr/lib/libbsm.0.dylib
    0x96f57000 - 0x96f7bfff  com.apple.PerformanceAnalysis (1.16 - 16) <18DE0F9F-1264-394D-AC56-6B2A1771DFBE> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x96f7c000 - 0x96fc8fff  libcorecrypto.dylib (106) <FAAD1A30-0D84-3A17-AC40-288EF0F529AA> /usr/lib/system/libcorecrypto.dylib
    0x96fc9000 - 0x97010ff3  com.apple.CoreMedia (1.0 - 926.37) <9F458B7C-9F81-3CCF-939D-2E58FE93B86A> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x97011000 - 0x970f2fff  libcrypto.0.9.8.dylib (47) <D4EFFCFB-206D-3E3D-ADB5-CBAF04EB8838> /usr/lib/libcrypto.0.9.8.dylib
    0x977fb000 - 0x97831ffb  com.apple.DebugSymbols (98 - 98) <9A9ADA0A-E487-3C8F-9998-286EE04C235A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x97832000 - 0x9788bffb  com.apple.ImageCaptureCore (4.0 - 4.0) <29FC269A-79E8-3FBD-A462-F2621485D4BB> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x9788c000 - 0x978aaffb  com.apple.Ubiquity (1.2 - 234.2) <BEFF43DE-CF72-3E66-90C8-CAECAFD5F3ED> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x978ab000 - 0x978b1fff  com.apple.phonenumbers (1.1 - 47) <DD22B3D1-DA4B-3794-9D73-E90D49A1F88E> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
    0x978b7000 - 0x9794efff  com.apple.ink.framework (1.4 - 110) <C01F2572-E7E4-3A6C-B4F2-2F97B4AD43D5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9794f000 - 0x979efff7  com.apple.QD (3.42 - 285) <1B8307C6-AFA8-312E-BA5B-679070EF2CA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x979f0000 - 0x97e0dff3  FaceCoreLight (2.0.1) <3EF03B25-C361-31A6-8704-3FBFFBD0E10B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x97e10000 - 0x97e95ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <454E950F-291C-3E95-8F35-05CA0AD6B327> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x97e96000 - 0x97f7fff7  libxml2.2.dylib (22.3) <015A4FA6-5BB9-3F95-AFB8-B9281E22685B> /usr/lib/libxml2.2.dylib
    0x981fb000 - 0x98205ffc  com.apple.bsd.ServiceManagement (2.0 - 2.0) <D3112172-D3A7-3C9A-825D-5630D47327D1> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x9828a000 - 0x982cfff7  com.apple.NavigationServices (3.7 - 200) <F6531764-6E43-3AF3-ACDD-8A5551EF016A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x982d0000 - 0x984d0ffb  com.apple.CoreData (106 - 407.5) <B4386286-5C67-3134-A5BD-852447DA696E> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x984d1000 - 0x987d6fff  com.apple.CoreServices.CarbonCore (1037 - 1037) <92494ADA-2ED1-3141-81B9-23F2C27E779C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x987d7000 - 0x987d7fff  com.apple.ApplicationServices (45 - 45) <677C4ACC-9D12-366F-8A87-B898AC806DD9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x987d8000 - 0x987dbff3  com.apple.AppleSystemInfo (2.0 - 2) <4639D755-8A68-31C9-95C4-7E7F70C233FA> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
    0x987dc000 - 0x988f4ff7  com.apple.coreavchd (5.6.0 - 5600.4.16) <F024C78B-4FAA-38F1-A182-AD0A0A596CBE> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x988f5000 - 0x98908ff9  com.apple.MultitouchSupport.framework (235.27 - 235.27) <75D9C0FD-6A40-3A9E-8861-C74DBE137CF3> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x98909000 - 0x9890afff  libquarantine.dylib (52) <D526310F-DC77-37EA-8F5F-83928EFA3262> /usr/lib/system/libquarantine.dylib
    0x9890b000 - 0x9890cfff  libdnsinfo.dylib (453.16) <6441AEC9-3916-3BF6-BE54-9C25E2BE61E1> /usr/lib/system/libdnsinfo.dylib
    0x9890d000 - 0x98913fff  com.apple.print.framework.Print (8.0 - 258) <12AEAD24-6924-3923-9E4A-C5D21231E639> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x98914000 - 0x9896dff7  com.apple.AE (645 - 645) <D4919967-EF16-36BA-9E8A-DA110DE8BB4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x9896e000 - 0x9897eff2  com.apple.LangAnalysis (1.7.0 - 1.7.0) <875363E7-6D02-3229-A9DD-E5A5568A7D61> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9897f000 - 0x989a4ff7  com.apple.quartzfilters (1.8.0 - 1.7.0) <F6A88D89-AB4A-3217-9D65-C2C259B5F09B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x989b1000 - 0x98a15ff3  libstdc++.6.dylib (56) <F8FA490A-8F3C-3645-ABF5-78926CE9C62C> /usr/lib/libstdc++.6.dylib
    0x98a48000 - 0x98aa2fff  com.apple.Symbolication (1.3 - 93) <684ECF0D-D416-3DF8-8B5B-3902953853A8> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x98aa3000 - 0x98af1ffb  com.apple.SystemConfiguration (1.12 - 1.12) <F3C87D17-D5F3-39D3-B6F1-1DF3DBECCBDE> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x98af2000 - 0x98b29ffa  com.apple.LDAPFramework (2.4.28 - 194.5) <AA8CC981-78EF-38F0-9959-83DEF9E418DC> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x98b2a000 - 0x98bddff7  com.apple.coreui (2.0 - 181) <4F071012-F857-367D-B0B8-EAD088A05740> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x98bde000 - 0x98c46fe7  libvDSP.dylib (380.6) <55780308-4DCA-3B10-9703-EAFC3E13A3FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x98c47000 - 0x98c7cff7  com.apple.framework.internetaccounts (2.0 - 200) <AA6349FE-B029-3755-9DF5-90CD13CFB5A0> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
    0x98c7d000 - 0x98ed4fff  com.apple.JavaScriptCore (8536 - 8536.24) <361AF27F-4E6B-3D86-B363-95DED1D56981> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x98f12000 - 0x98f34ff3  libc++abi.dylib (24.2) <4C064BFE-B8B4-35CA-AB3C-F6A47D47A0F2> /usr/lib/libc++abi.dylib
    0x98f35000 - 0x99070ff7  libBLAS.dylib (1073.3) <804B5AF7-2646-31D1-8875-FCCF158476D4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x99071000 - 0x9907ffff  libxar.1.dylib (105) <343E4A3B-1D04-34A3-94C2-8C7C9A8F736B> /usr/lib/libxar.1.dylib
    0x99080000 - 0x9908afff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <B855E8B4-2EE3-3BFF-8547-98A0F084F9AF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9908b000 - 0x990a7ff7  libPng.dylib (843) <43C3DD20-4BB2-3429-A40A-7FF9BC50E5FB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x990aa000 - 0x990abfff  libremovefile.dylib (23.1) <98622D14-DAAB-3AD8-A5D9-C322BF572A98> /usr/lib/system/libremovefile.dylib
    0x990ac000 - 0x990acffe  com.apple.AOSMigrate (1.0 - 1) <4EA0829E-6AE5-3877-A5B6-032AFDF28D39> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
    0x990ad000 - 0x99465ffa  libLAPACK.dylib (1073.3) <0F813868-D84F-365D-8A7B-67FDA169F19C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x99466000 - 0x9946aff7  libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib
    0x9946b000 - 0x99482ff4  com.apple.CoreMediaAuthoring (2.1 - 914) <37C0A2C7-73B3-39BC-8DE1-4A6B75F115FC> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x99483000 - 0x99486fff  com.apple.help (1.3.2 - 42) <AD7EB1F0-A068-3A2C-9D59-38E59CEC0D96> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x99489000 - 0x9948cffd  libCoreVMClient.dylib (24.4) <C54E8FD0-61EC-3DC8-8631-54288AC66AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x9948d000 - 0x9948ffff  com.apple.securityhi (4.0 - 55002) <62E3AE75-61CB-341E-B2A0-CFC985A2BF7F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x99490000 - 0x994baff9  com.apple.framework.Apple80211 (8.0 - 800.15) <DC1EC5B5-7021-3CFC-8C32-FD515F1F9C58> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x994bb000 - 0x994d8fff  libCRFSuite.dylib (33) <C9D72D0C-871A-39A2-8AFB-682D11AE7D0D> /usr/lib/libCRFSuite.dylib
    0x994d9000 - 0x99529ff7  com.apple.CoreMediaIO (301.0 - 4147) <F13FA9D4-BD1D-3297-BDD5-5858B231D738> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x9952a000 - 0x99533fff  com.apple.DisplayServicesFW (2.6 - 352.4.2) <96F5E1F9-395F-3695-80E9-F3803BCD6576> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x99536000 - 0x9953efff  libcopyfile.dylib (89) <4963541B-0254-371B-B29A-B6806888949B> /usr/lib/system/libcopyfile.dylib
    0x9953f000 - 0x99595ff3  com.apple.HIServices (1.20 - 416) <B23E2C58-A6A5-32B6-811C-0F0551E14483> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x99596000 - 0x995c3ffb  com.apple.CoreServicesInternal (153 - 153) <DB105788-CCF5-3678-88C5-65A7267DC581> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x995c4000 - 0x99855fff  com.apple.AddressBook.framework (7.0 - 1143) <689FB192-FFE0-3B3A-A407-FA618E6AED85> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x99856000 - 0x99861fff  libcommonCrypto.dylib (60026) <A6C6EDB8-7E69-3827-81F3-9A74D0935461> /usr/lib/system/libcommonCrypto.dylib
    0x99862000 - 0x998dbff0  com.apple.CorePDF (2.0 - 2) <BEB48187-261E-3263-8CD9-6CD3057B5108> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x998dc000 - 0x998defff  libCVMSPluginSupport.dylib (8.5) <9043B315-4E68-3262-A310-76E64F0409C9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x998df000 - 0x99cdbfe3  com.apple.VideoToolbox (1.0 - 926.37) <268DD75A-153C-39A0-98B1-439374DA1144> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x99cdc000 - 0x99d73ffb  libCoreStorage.dylib (274.4) <C8514E5D-86A7-3DDF-9B12-6ABF7D9B0B19> /usr/lib/libCoreStorage.dylib
    0x99d74000 - 0x99dbdff3  com.apple.framework.CoreWLAN (3.0 - 300.9) <0C5A2604-2185-3D71-950C-D5E93239419A> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x99dbe000 - 0x99eb2fff  com.apple.QuickLookUIFramework (4.0 - 555.0) <457CB3C3-5049-3F98-9C6E-EFEBC09A7653> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x99eb3000 - 0x9a06fffd  libicucore.A.dylib (491.11.1) <DB04A8FD-9BBE-3CBC-869F-8FA855FB43D2> /usr/lib/libicucore.A.dylib
    0x9a073000 - 0x9a0aefe7  libGLImage.dylib (8.5) <E5F2D8DE-3053-361A-982B-9BB2AE73E324> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x9a0af000 - 0x9a0b9ffb  libcsfde.dylib (274.4) <C38DE190-D386-3BF2-B35E-42953C764F58> /usr/lib/libcsfde.dylib
    0x9a0ba000 - 0x9a0d7fff  libxpc.dylib (140.37) <F61095FA-B2CF-3CD8-9088-9D9FC18B38BC> /usr/lib/system/libxpc.dylib
    0x9a0e7000 - 0x9a15cff7  com.apple.ApplicationServices.ATS (332 - 341) <472F564A-BD46-30C3-92F5-87273A512910> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9a15d000 - 0x9a169ffc  libkxld.dylib (2050.9.2) <301804CB-55F1-3A9B-BC45-DEB020C22C6F> /usr/lib/system/libkxld.dylib
    0x9a16a000 - 0x9a1acff7  libauto.dylib (185.1) <B2B5B639-6778-352A-828D-FD8B64A3E8B3> /usr/lib/libauto.dylib
    0x9a1ad000 - 0x9a1b6ffd  com.apple.audio.SoundManager (4.0 - 4.0) <ABC5FE40-B222-36EB-9905-5C8C4BFD8C87> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9a1b7000 - 0x9a1b8ffd  libunc.dylib (25) <58599CBF-E262-3CEA-AFE1-35560E0177DC> /usr/lib/system/libunc.dylib
    0x9a1c7000 - 0x9a20cff5  com.apple.opencl (2.1.17 - 2.1.17) <921C1549-637A-33D7-A891-834FB9F582C7> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x9a20d000 - 0x9a215fff  com.apple.DiskArbitration (2.5 - 2.5) <E49427B0-5317-3DFD-B12E-117402BB19CB> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9a216000 - 0x9a216fff  com.apple.Cocoa (6.7 - 19) <354094F0-F36B-36F9-BF5F-FD60590FBEB9> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9a21e000 - 0x9a329ff7  libJP2.dylib (843) <D8FE1E1C-D4DC-3465-95C4-AEADD6C2611C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x9a32a000 - 0x9a32dff7  libcompiler_rt.dylib (30) <CE5DBDB4-0124-3E2B-9105-989DF98DD108> /usr/lib/system/libcompiler_rt.dylib
    0x9a32e000 - 0x9a33cff3  libsystem_network.dylib (77.10) <7FBF5A15-97BA-3721-943E-E77F0C40DBE1> /usr/lib/system/libsystem_network.dylib
    0x9a33d000 - 0x9a370ff5  libssl.0.9.8.dylib (47) <3224FBB3-3074-3022-AD9A-187703680C03> /usr/lib/libssl.0.9.8.dylib
    0x9a37b000 - 0x9a386ffb  com.apple.DirectoryService.Framework (10.8 - 151.10) <234F4A14-60ED-300B-93B2-D5052878558F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9a387000 - 0x9a391fff  libCSync.A.dylib (322) <CD2707A0-48EB-30C5-8431-460663D44A91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9a392000 - 0x9a39eff7  com.apple.NetAuth (4.0 - 4.0) <4983C4B8-9D95-3C4D-897E-07743326487E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x9a3a5000 - 0x9a3bafff  com.apple.ImageCapture (8.0 - 8.0) <B8BD421F-D5A9-3FB4-8E89-AD5CFC0D4030> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9a3bb000 - 0x9a5a2ffb  com.apple.CoreFoundation (6.8 - 744) <A2BB4949-264A-302B-897E-713860894FE6> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9a5d9000 - 0x9a63dfff  com.apple.datadetectorscore (4.0 - 269.1) <4D155F09-1A60-325A-BCAC-1B858C2C051B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    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: 3108
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=230.1M resident=147.2M(64%) swapped_out_or_unallocated=82.8M(36%)
    Writable regions: Total=61.6M written=9436K(15%) resident=11.1M(18%) swapped_out=0K(0%) unallocated=50.5M(82%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG shared images                     96K
    CoreServices                       1428K
    MALLOC                             43.5M
    MALLOC guard page                    48K
    Memory tag=249                      156K
    Memory tag=35                      3792K
    Stack                              67.6M
    VM_ALLOCATE                        2128K
    __DATA        

  • Native Compilation with MinGW on 10GR2

    I have downloaded and installed 10gR2 on Windows 2000. It looks like the MinGW compiler is now supported on Windows. After looking in the spnc_commands file, I see the following near the end of the file:
    #GCC (MINGW) is now supported for plsql native comp on windows.
    #Download MinGW-3.1.0-1.exe from http://www.mingw.org.
    #The following two commands assume that GCC is installed at the default
    #location which is c:/MinGW. Change the paths to gcc and ld appropriately
    #if the installation is done in a different directory.
    #Finally, to use GCC for native comp, comment the above command line for cl.exe
    #and uncomment the following two comand lines.
    c:/MinGW/bin/gcc -c %(src) -O1 -I$(ORACLE_HOME)/plsql/public -I$(ORACLE_HOME)/plsql/include -o %(obj)
    c:/MinGW/bin/ld -shared -e 0x0 %(obj) $(ORACLE_HOME)/plsql/lib/libpncrt.a $(ORACLE_HOME)/lib/orapls10.lib -o %(dll)
    The last line references ORACLE_HOME/plsql/lib/libpncrt.a
    However, this directory or file does not exist anywhere on my Oracle installation or my MinGW directory.
    Does anyone know what this file is?
    Brett

    Thanks Brett,
    In reading Jens' paper, it almost looks like you can generate your own library file, but I think my unfamiliarity with the native compile option may be confusing me. I can't tell if the libraries being generated are the actual PL/SQL routines getting stored on the operating system or if I can generate "libpncrt.a" from some other file that is in unix format using a home brew "makefile" utility (not supplied in the paper).
    Since 10g has depricated the parameters PLSQL_NATIVE_MAKE_FILE_NAME and PLSQL_NATIVE_MAKE_UTILITY then the instructions in Jens' paper seem to be incompatable.
    Can you explain what "port-specific" means?
    Thanks Again,
    Bill

  • Is there any way that a normal SMS message (i.e. A green message) can be sent through to an iPad? I have linked my iPad to my phone but I don't want certain messages getting through. If I turn my imessenger off, does this mean these won't go to my ipad?

    Is there any way that a normal SMS message (i.e. A green message) can be sent through to an iPad? I have linked my iPad to my phone but I don't want certain messages getting through. If I turn my imessenger off, does this mean these won't go to my ipad?

    SMS is a voice cell service and since the iPad does not have voice cell circuitry, it does not natively support SMS or MMS. There are third-party apps in the iTunes Store that purport to send SMS, but I have no personal experience with any of them.
    If I turn my imessenger off, does this mean these won't go to my ipad?
    If you disable Messages in the Restrictions on the iPad, then it will not be able to send nor receive messages. Or you can change the email address used for Messages on either the iPad or the iPhone. The iPad will then only receive messages sent via that address.
    For more information, see:
    http://support.apple.com/kb/HT3529
    Regards.

  • Native Compiling error

    We are getting the following error when trying to compile a procedure as NATIVE:
    PLS-00923: native compilation failed: make:spdtexmk:?
    We set the following parameters:
    plsql_native_make_utility     /usr/bin/make
    plsql_native_make_file_name /local/bin/oracle/9.2/plsql/spnc_makefile.mk
    plsql_native_library_dir /local/bin/oracle/9.2/plsql/lib/
    and plsql_compiler_flags=native
    The make utility can be envoked and all utilities used in spnc_makefile.mk (ld, nm, cc) can be envoked as well.
    All directories exist.
    We are running 9.2.0.5 64bit on AIX5.2
    Anyone?

    The basic problem is that Borland C and VC++ define some things differently, and the header files are geared to VC++.
    The way I got around this is to make some adjustments to my C code to impose the Borland definitions in place of the VC++ definitions. I do this creating a .h file that
    o Includes my definitions.
    o Includes jni.h
    I then #include my .h file instead of directly including jni.h. That way, I don't need to change jni.h or jni.md.h
    Here is roughly what it looks like. (Can't give you the exact code - the files are proprietary and include a lot not-relevant stuff.)
    If you run into troubles with some files compiling, and some not, then I suggest you move some of the macro redefinitions to a .cpp file, and just # include that into your own .cpp file.
    (file shell.h)
    #ifndef ShellH
    #define ShellH
    // This file is used to make Borland-specific settings.
    // Normal kinds of stuff.
    #define WIN32
    #define HAS_BOOL
    // Suppress dll code.
    #ifdef jdecl
    #undef jdecl
    #endif
    #define jdecl
    // Borland has seen fit to specially-define toString();
    #ifdef toString
    #undef toString
    #endif
    #define toString jToString
    // Define functions and constants per Borland (vs Microsoft).
    #define _chdir chdir
    #define _cwd cwd
    //#define _getcwd getcwd
    #define _getpid getpid
    //#define _stat stat
    #define SHDENYWR SH_DENYWR
    #include "jni.h"
    #endif

  • I want to cancel my CC account and don't want to chat or talk to anyone about it. I just want it done.

    I want to cancel my CC account and don't want to chat or talk to anyone about it. I just want it done. NOW and for ever. I am fed up clicking and paging through loops, and I'm not even sure this Adobe method is legal in Canada. I was able to subscribe easily online, why should it be any more difficult to cancel it. Have I missed anything? Can anyone point me in the right direction?

    Hi ssprengel! I hope none of you take this the wrong way, but I am not a forum-savvy person and I have no idea what MVP stands for. To Microsoft it's their Most Valuable Professionals and to sports enthusiasts it's Most Valuable Player, but it means nothing to me. English isn't even my native tongue! So, I did not mean to hurt anyone's feeling but I wanted to be back to the point: how do I cancel my membership without phoning or chatting with a CSR (Customer Service Representative)? I am in month 12 of a yearly subscription I should have cancelled in the first 30 days.
    I signed in, went to «manage plan», was presented with «Cancel Plan» as the only option and clicked it. I expected a pop-up box with perhaps the surcharge warning and an (optional) reason-for-leaving survey, but instead was instructed to phone or chat and blah blah blah, hence my participation in this forum because there is no way to escalate any demand within Adobe's system. Believe me, they should already know why I'm leaving. I have been vocal enough.
    I want to take my money elsewhere, as a vote for perpetual software licenses, a vote against their rent-a-software policy. I have answered the many surveys they sent me this year and to sum up my thoughts on the matter, none of their changes have improved my experience. CC f***ed up my system and my CS6 setup the moment I installed it. I have honoured my engagement and stuck with them for the year, giving them a chance to win me over. Adobe failed miserably and I don't want to talk to them about this anymore. Every time they bully me into doing things their way, I get more aggravated and it reminds me of the arrogance of Quark that pushed me to InDesign, into the Adobe-only fold, many years ago. I have used their products since the original Photoshop and Illustrator 88 and, back then, I could get answers even from Chuck Geschke himself. Now, management is invisible, intangible, out of reach, and out of touch. I don't think I owe them anything.
    I didn't write my question to talk or chat about this again. I just want a link that will let me break out of Adobe's CC jail. Thanks ssprengel, regardless, for being a good community member. I understand your position, just as I assume John meant well when he sent his link. Following the link just sent me spinning in another endless loop with no joy at the end, but it's not John's fault. Adobe designed it that way. I'll probably end up having to do as I'm told, but I hope enough people will question this and, in turn, force Adobe back to a democratic transparent process. And I wish good luck to all the good people in the Adobe Communities.

  • I need to make my own apple id because I'm older and don't want to share everything with my family but if I do, how do I get all the music and everything I bought?

    I don't want to share my apple id with my family anymore but I own over 2000 songs and a few other things I bought so would I be able to get them if I got a new apple id?

    You don't. Everythng downloaded with one Apple ID can not be transfered to another Apple ID. So you would need to buy it a second time. This is one of the Pit Falls of the whole Download only model.
    That is why I refuse to buy things like music or movies that are tied to a specific User Name, ID.

  • How can another user on my system share their document if they cannot access a public drop box, do not have an email account setup on the system and we don't want to use iwork?

    Please help. My DS created a document under his login on my PowerBook and now, I cannot seem to access it. He doesn't have an email account of his own, I can't seem to save it as a public document in a drop box like I can from my own login and we do not want to use iwork. Is there a way to save it so that I can access it from my login to email to his teacher. I don't want to have to retype it into Pages under my login.

    Save the document from his account to an external drive or thumb drive.
    Set the permissions (using Finder > Get Info) for "Everyone" to Read and Write.
    Your DS will likely be the owner of the file, so you may need his login password to change the permissions.
    Regards,
    Barry

  • How can I disable Game Center in iOS6 if I don't want to go public?

    Even with all notifications and banners, etc., turned ofgf for Game Center, some games still demand a SignIn/Out before allowing play. I don't want to compete with other users, and don't care how well they play either. There should be a general Opt-Out that works for us curmudgeons.

    I just wanted to play Backgammon tonight. It looped through the signin pages ten times before I could. Forcing Game Center on me just insures that I won't every buy another game...

Maybe you are looking for

  • GRC 10.1 SP06 - ARA shows no violations at permission Level

    Hi Guys, We've just installed SP06 and we came across the issue described in the title of the discussion. Rules have been generated and we're using the standard "global" ruleset. The rules seem to be generated successfully ( I've checked in the NWBC

  • Slow logins with Kerberos?

    I've noticed that logins have been quite slow: specifically, there seems to be a delay of several minutes between typing in the user name and password in the login window before the login is successful and the desktop begins to initialise. This appea

  • Updater problems in 8.0.0

    I recently updated my Adobe Acrobat Professional to version 8.0.0 - since then I have tried to download updates but every time a box appears....it reads... Adobe Updater Cannot overwrite file /Users/perblilleaas/Documents/ Updater5/AdobeUpdater/acrob

  • Variant Creation in Transaction MB51

    Dear All, I faced one Issue during creation of Variant in MB51 Transaction is like Below. In Posting date field From to To in that i required from date is fixed and To date is Dynamic (Current date - 3) So how can i set this? In Variants we can give

  • XFCE4 won't launch

    Hi all, I am running Arch with XFCE in VirtualBox. Everything was going fine. I could login and launch xfce with startxfce4 and was generally very excited to start using arch and xfce. However, I was not satisfied with the starting desktop environmen