Webkit version

Are there any plans to update the Webkit version included in AIR?
The version currently used is 533.19.4 and was up-to-date in late 2010.

Ok, thank you. Probably it is best if we try to replace the HTMLLoader with StageWebView. The problem with that is that we got customers that  have a very old version of Internet Explorer installed because they use alternative browsers.

Similar Messages

  • Does the current WebKit version in Air SDK 3.5 support Uint8Array or any bufferArray stuffs?

    Does the current WebKit version in Air SDK 3.5 support Uint8Array or any bufferArray stuffs?  If not, is there an alternative or workaround solution so I can reuse some javascript routines that requires bufferArray like Uint8Array...?   Thanks in advance.

    You needed to use SDK 5.1 or later. AIR uses 6.0 or 6.1 now, so Retina is ok without any special tricks.

  • Integrated Webkit version updated soon?

    Hi,
    It seems that the Adobe Air runtime integrated Webkit version is very old.
    I think it is more or less the one that was integrated in "Safari 5.0.3" released in november 2010.
    This version seems to be not performant enough for displaying a lot of recent websites.
    I think it is due to the Javascript engine of this Webkit version that is a bit old now.
    For example, you can do a test with the well-know "Acid Test" :
    package
        import flash.display.Sprite;
        import flash.html.HTMLLoader;
        import flash.net.URLRequest;
        import flash.display.StageAlign;
        import flash.display.StageScaleMode;
        import flash.events.Event;
        import flash.system.Capabilities;
        import flash.display.NativeWindow;
        public class BrowserTestAS3 extends Sprite
            public function BrowserTestAS3()
                if (stage) {
                    onAddedToStage();
                } else {
                    addEventListener(Event.ADDED_TO_STAGE, onAddedToStage);
            private function onAddedToStage(event:Event = null):void
                stage.scaleMode = StageScaleMode.NO_SCALE;
                stage.align = StageAlign.TOP_LEFT;
                stage.nativeWindow.width = Capabilities.screenResolutionX - 100;
                stage.nativeWindow.height = Capabilities.screenResolutionY - 100;
                stage.nativeWindow.x = (Capabilities.screenResolutionX - stage.nativeWindow.width) / 2;
                stage.nativeWindow.y = (Capabilities.screenResolutionY - stage.nativeWindow.height) / 2;
                var myHtml:HTMLLoader = new HTMLLoader();
                myHtml.width = stage.stageWidth;
                myHtml.height = stage.stageHeight;
                myHtml.cacheResponse = true;
                myHtml.useCache = true;
                addChild(myHtml);
                myHtml.load(new URLRequest("http://acid3.acidtests.org/"));
    And you will see that you obtain very bad results (even worse than some old Internet Explorer versions).
    Do you plan to integrate a new version of Webkit in Adobe Air Desktop runtime soon (e.g 3.5) ?
    Thank you in advance for your answers,
    Cheers,
    Nils Dupont

    Bump.
    I also think it's about time AIR included a more up-to-date version of Webkit. Is this on the roadmap at all?
    Thanks,
    Tim

  • WebKit version and features

    There is a scarcity of information about the version of WebKit embedded in AIR and the features that are enabled. Would an Adobean please provide some details?
    Thanks,
    Mike

    Hello. I don't see that anyone has replied to your post. And I too have been wondering about what WebKit version is embedded within Adobe AIR. I know there is a link to the WebKit port specifically for Adobe AIR under Webkit.org:
    http://trac.webkit.org/wiki/ApolloWebKit (this is the post to WebKit.org by Adobe Systems)
    And I know you can run the following javascript to see the WebKit version used by the container application:
    http://trac.webkit.org/wiki/DetectingWebKit
    But I haven't tried this yet. I'm sure there is something within the Adobe AIR documentation or language reference that specifies level of WebKit support.
    Leon

  • Newer Webkit version

    Hey AIR guys -
    Can we get a newer version of Webkit here? According to the
    AIR 1.0 user agent string, you're on Webkit v. 420+. That
    corresponds roughly to Safari 2.X.
    Moving to Webkit v. 523+, corresponding roughly to Safari
    3.0.4, would help a lot here. A *lot* of Webkit bugs and
    limitations (i.e. scriptable XSLT processing, etc.) were fixed in
    the Safari 3.Xs / v523 Webkits.
    Like to get my app running here.
    Thanks!
    Cheers,
    - Bill

    AIR 1.0 uses Safari 3, v. 523. Apparently the default user
    agent string did not get updated--we'll get that fixed for the next
    round.
    Oliver Goldman | Adobe AIR Engineering

  • Safari and also Webkit crashes after opening

    Safari and also Webkit crashes after opening
    Process: Safari [585]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: org.webkit.nightly.WebKit
    Version: r82096 (82096)
    Code Type: X86-64 (Native)
    Parent Process: launchd [101]
    Date/Time: 2011-03-28 19:13:43.115 +0200
    OS Version: Mac OS X 10.6.7 (10J869)
    Report Version: 6
    Interval Since Last Report: 9093 sec
    Crashes Since Last Report: 11
    Per-App Interval Since Last Report: 78 sec
    Per-App Crashes Since Last Report: 2
    Anonymous UUID: 7CC63340-CE54-4A4F-B453-D35DF14F4D32
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x0000000000000014
    Crashed Thread: 9 Safari: HistoryTextCache flushing
    Thread 0: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x00007fff801f329a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff801f390d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff838a6932 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff838a5dbf CFRunLoopRunSpecific + 575
    4 com.apple.HIToolbox 0x00007fff827507ee RunCurrentEventLoopInMode + 333
    5 com.apple.HIToolbox 0x00007fff827505f3 ReceiveNextEventCommon + 310
    6 com.apple.HIToolbox 0x00007fff827504ac BlockUntilNextEventMatchingListInMode + 59
    7 com.apple.AppKit 0x00007fff8520ae64 _DPSNextEvent + 718
    8 com.apple.AppKit 0x00007fff8520a7a9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    9 com.apple.Safari 0x000000010001605a 0x100000000 + 90202
    10 com.apple.AppKit 0x00007fff851d048b -[NSApplication run] + 395
    11 com.apple.AppKit 0x00007fff851c91a8 NSApplicationMain + 364
    12 com.apple.Safari 0x0000000100009f7c 0x100000000 + 40828
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff8020c12a kevent + 10
    1 libSystem.B.dylib 0x00007fff8020dffd dispatch_mgrinvoke + 154
    2 libSystem.B.dylib 0x00007fff8020dcd4 dispatch_queueinvoke + 185
    3 libSystem.B.dylib 0x00007fff8020d7fe dispatch_workerthread2 + 252
    4 libSystem.B.dylib 0x00007fff8020d128 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff8020cfc5 start_wqthread + 13
    Thread 2: WebCore: IconDatabase
    0 libSystem.B.dylib 0x00007fff8022df8a _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff80231da1 pthread_condwait + 1286
    2 com.apple.WebCore 0x00000001010edc59 WebCore::IconDatabase::syncThreadMainLoop() + 265
    3 com.apple.WebCore 0x00000001010edd91 WebCore::IconDatabase::iconDatabaseSyncThread() + 177
    4 libSystem.B.dylib 0x00007fff8022c4f6 pthreadstart + 331
    5 libSystem.B.dylib 0x00007fff8022c3a9 thread_start + 13
    Thread 3: WebCore: LocalStorage
    0 libSystem.B.dylib 0x00007fff8022df8a _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff80231da1 pthread_condwait + 1286
    2 com.apple.JavaScriptCore 0x00000001008eb900 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3 com.apple.WebCore 0x000000010159a201 WebCore::LocalStorageThread::threadEntryPoint() + 177
    4 libSystem.B.dylib 0x00007fff8022c4f6 pthreadstart + 331
    5 libSystem.B.dylib 0x00007fff8022c3a9 thread_start + 13
    Thread 4: Safari: SafeBrowsingManager
    0 libSystem.B.dylib 0x00007fff801f329a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff801f390d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff838a6932 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff838a5dbf CFRunLoopRunSpecific + 575
    4 com.apple.Safari 0x000000010002f629 0x100000000 + 194089
    5 com.apple.Safari 0x000000010002f5b9 0x100000000 + 193977
    6 libSystem.B.dylib 0x00007fff8022c4f6 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff8022c3a9 thread_start + 13
    Thread 5:
    0 libSystem.B.dylib 0x00007fff801f329a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff801f390d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff838a6932 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff838a5dbf CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff8721af5f +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5 com.apple.Foundation 0x00007fff8719bf29 _NSThread__main_ + 1429
    6 libSystem.B.dylib 0x00007fff8022c4f6 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff8022c3a9 thread_start + 13
    Thread 6: com.apple.CFSocket.private
    0 libSystem.B.dylib 0x00007fff80236e52 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x00007fff838c8498 __CFSocketManager + 824
    2 libSystem.B.dylib 0x00007fff8022c4f6 pthreadstart + 331
    3 libSystem.B.dylib 0x00007fff8022c3a9 thread_start + 13
    Thread 7: Safari: SnapshotStore
    0 libSystem.B.dylib 0x00007fff8022df8a _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff80231da1 pthread_condwait + 1286
    2 com.apple.JavaScriptCore 0x00000001008eb900 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3 com.apple.Safari 0x00000001001be5e5 0x100000000 + 1828325
    4 com.apple.Safari 0x000000010004710b 0x100000000 + 291083
    5 com.apple.Safari 0x0000000100046f89 0x100000000 + 290697
    6 libSystem.B.dylib 0x00007fff8022c4f6 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff8022c3a9 thread_start + 13
    Thread 8:
    0 libSystem.B.dylib 0x00007fff8020cf4a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff8020d35c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff8020cfc5 start_wqthread + 13
    Thread 9 Crashed: Safari: HistoryTextCache flushing
    0 com.apple.SearchKit 0x00007fff804c0f19 TermIndex::FlushTermUpdates(Progress*) + 1465
    1 com.apple.SearchKit 0x00007fff804bf8a4 TermIndex::FlushUpdates() + 228
    2 com.apple.SearchKit 0x00007fff804bf62a TermIndex::Flush() + 60
    3 com.apple.SearchKit 0x00007fff804bf5da TIAIndex::Flush(unsigned int) + 750
    4 com.apple.SearchKit 0x00007fff804bf291 SKIndexFlushInternal + 80
    5 com.apple.SearchKit 0x00007fff804bf23c SKIndexFlush + 24
    6 com.apple.Safari 0x0000000100052d3c 0x100000000 + 339260
    7 com.apple.Foundation 0x00007fff8719bf29 _NSThread__main_ + 1429
    8 libSystem.B.dylib 0x00007fff8022c4f6 pthreadstart + 331
    9 libSystem.B.dylib 0x00007fff8022c3a9 thread_start + 13
    Thread 10:
    0 libSystem.B.dylib 0x00007fff8020cf4a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff8020d35c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff8020cfc5 start_wqthread + 13
    Thread 11:
    Thread 9 crashed with X86 Thread State (64-bit):
    rax: 0x0000000000000000 rbx: 0x0000000000000000 rcx: 0x0000000102921600 rdx: 0x00000000000004fa
    rdi: 0x0000000103669dd0 rsi: 0x0000000000000256 rbp: 0x00000001194aca70 rsp: 0x00000001194ac950
    r8: 0x00000000000002a3 r9: 0x0000000000000000 r10: 0x0000000000000400 r11: 0x00000001028cf000
    r12: 0x0000000000000000 r13: 0x0000000000000000 r14: 0x0000000117276c98 r15: 0x0000000000000001
    rip: 0x00007fff804c0f19 rfl: 0x0000000000010246 cr2: 0x0000000000000014
    Binary Images:
    0x100000000 - 0x1006affff com.apple.Safari 5.0.4 (6533.20.27) <D02F0B7C-19EF-50B7-10C3-E458E42D1E00> /Applications/Safari.app/Contents/MacOS/Safari
    0x100758000 - 0x10075bfff +WebKitNightlyEnabler.dylib ??? (???) <8D3D6075-E679-B576-A5C3-E3EA9050069D> /Volumes/WebKit/WebKit.app/Contents/Resources/WebKitNightlyEnabler.dylib
    0x100760000 - 0x100989fef com.apple.JavaScriptCore 534+ (534.27+) <54A6931B-AA7F-7DDB-299A-869533C6206E> /Volumes/WebKit/WebKit.app/Contents/Frameworks/10.6/JavaScriptCore.framework/Ve rsions/A/JavaScriptCore
    0x100a02000 - 0x100b9ffff com.apple.WebKit r82096 (534.27+) <521E10F7-83F9-59DB-075F-439694010970> /Volumes/WebKit/WebKit.app/Contents/Frameworks/10.6/WebKit.framework/Versions/A /WebKit
    0x100c80000 - 0x101d3bfef com.apple.WebCore 534+ (534.27+) <B8E8ACC3-D6AA-B82E-5A4D-3A462EC7B53C> /Volumes/WebKit/WebKit.app/Contents/Frameworks/10.6/WebCore.framework/Versions/ A/WebCore
    0x1024a1000 - 0x1024caff7 +org.andymatuschak.Sparkle 1.5 Beta (git) (830f633) <945EA036-7EC3-D020-C889-29ECB588B891> /Volumes/WebKit/WebKit.app/Contents/Frameworks/10.6/Sparkle.framework/Versions/ A/Sparkle
    0x1024e5000 - 0x1025cbfe7 libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <2D39CB30-54D9-B03E-5FCF-E53122F87484> /usr/lib/libcrypto.0.9.7.dylib
    0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <486E6C61-1197-CC7C-2197-82CE505102D7> /usr/lib/dyld
    0x7fff80003000 - 0x7fff80005fff com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff80098000 - 0x7fff801affef libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <1B27AFDD-DF87-2009-170E-C129E1572E8B> /usr/lib/libxml2.2.dylib
    0x7fff801b0000 - 0x7fff801f1ff7 com.apple.CoreMedia 0.484.20 (484.20) <42F3B74A-F886-33A0-40EE-8399B12BD32A> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff801f2000 - 0x7fff803b3fff libSystem.B.dylib 125.2.10 (compatibility 1.0.0) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
    0x7fff803b4000 - 0x7fff80431fef com.apple.backup.framework 1.2.2 (1.2.2) <CD3554D8-DA47-DDBC-910C-B2F1DE3B8CA6> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff80432000 - 0x7fff80434fff libRadiance.dylib ??? (???) <73257486-8E94-E758-1A5A-5B521F27EE12> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff80435000 - 0x7fff80446ff7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <97019C74-161A-3488-41EC-A6CA8738418C> /usr/lib/libz.1.dylib
    0x7fff80447000 - 0x7fff80452fff com.apple.corelocation 12.1 (12.1) <7B5164FD-F5FD-6837-1DA3-6E18582CEDF3> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff80453000 - 0x7fff80474fff libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <9F322F47-0584-CB7D-5B73-9EBD670851CD> /usr/lib/libresolv.9.dylib
    0x7fff80475000 - 0x7fff804affff libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C7153747-50E3-32DA-426F-CC4C505D1D6C> /usr/lib/libssl.0.9.8.dylib
    0x7fff804b0000 - 0x7fff80540fff com.apple.SearchKit 1.3.0 (1.3.0) <45BA1053-9196-3C2F-2421-AFF5E09627CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff80541000 - 0x7fff80541ff7 com.apple.quartzframework 1.5 (1.5) <FA660AAC-70CD-7EA2-5DF1-A8724D8F4B1B> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff80542000 - 0x7fff80556ff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <574C1BE0-5E5E-CCAF-06F8-92A69CB2892D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff80557000 - 0x7fff8055efff com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff80765000 - 0x7fff807a8fef libtidy.A.dylib ??? (???) <2F4273D3-418B-668C-F488-7E659D3A8C23> /usr/lib/libtidy.A.dylib
    0x7fff807ab000 - 0x7fff807c1fff com.apple.ImageCapture 6.0.2 (6.0.2) <06E4103B-9BE4-7EAD-B532-89FC5EB06ED4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff807c2000 - 0x7fff80872fff edu.mit.Kerberos 6.5.11 (6.5.11) <085D80F5-C9DC-E252-C21B-03295E660C91> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff80873000 - 0x7fff80ab5fe7 com.apple.AddressBook.framework 5.0.4 (883) <3C634319-4B5B-592B-2D3A-A16336F93AA0> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff80acf000 - 0x7fff80ad5ff7 com.apple.DiskArbitration 2.3 (2.3) <AAB5CC56-334A-3C60-3C27-54E8F34D754E> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff80e1a000 - 0x7fff80e55fff com.apple.AE 496.4 (496.4) <55AAD5CA-7160-7899-1C68-562ED8160DF7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff80e56000 - 0x7fff80e5bfff libGIF.dylib ??? (???) <1B9DCB7F-CD1D-B23F-8AC6-5292B94A4D0E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff80e5c000 - 0x7fff80eaeff7 com.apple.HIServices 1.8.2 (???) <7C91D07D-FA20-0882-632F-0CAE4FAC2B79> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff80eaf000 - 0x7fff80ec1fe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <30FE378B-99FE-8C7C-06D0-A3AA0A0A70D4> /usr/lib/libsasl2.2.dylib
    0x7fff80ec2000 - 0x7fff80f47ff7 com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff80f6d000 - 0x7fff81077ff7 com.apple.MeshKitIO 1.1 (49.2) <C19D0CCD-1DCB-7EDE-76FA-BF74079AFC6A> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x7fff810cd000 - 0x7fff81510fef libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <57D38705-6F21-2A82-F3F6-03CFFF214775> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff81511000 - 0x7fff816c9fef com.apple.ImageIO.framework 3.0.4 (3.0.4) <EFB373AE-FE02-40C4-ABDC-09D61AFD25EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff816ca000 - 0x7fff817ffff7 com.apple.audio.toolbox.AudioToolbox 1.6.6 (1.6.6) <AFAB42A2-A3A8-83D8-D583-613625706690> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff81800000 - 0x7fff81860fe7 com.apple.framework.IOKit 2.0 (???) <D107CB8A-5182-3AC4-35D0-07068A695C05> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff81a60000 - 0x7fff8215d06f com.apple.CoreGraphics 1.545.0 (???) <F0A5F62D-4C66-5B1F-4F13-322932915901> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8215e000 - 0x7fff82197ff7 com.apple.MeshKit 1.1 (49.2) <832A074D-7601-F7C9-6D3A-E1C58965C3A1> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x7fff82198000 - 0x7fff821cdfef com.apple.framework.Apple80211 6.2.4 (624.2) <B2CB69CE-A4F5-D70F-03DE-CF985D5558A2> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff821ce000 - 0x7fff821ceff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff8224e000 - 0x7fff82279ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <6589F0FC-41DB-8494-CA8B-487F4E328EB9> /usr/lib/libxslt.1.dylib
    0x7fff8227a000 - 0x7fff82380fe7 com.apple.PubSub 1.0.5 (65.21) <4C14C413-07AD-2529-45FA-8E5B438D38A0> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x7fff823c5000 - 0x7fff823c6ff7 com.apple.audio.units.AudioUnit 1.6.6 (1.6.6) <BE4E577D-87EC-8FD0-5341-AE99CE4ADC99> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff823c7000 - 0x7fff82499fe7 com.apple.CFNetwork 454.11.12 (454.11.12) <B1C9008A-4A5D-609D-5D10-C93DAD6FFB4C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff8249a000 - 0x7fff8249aff7 com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8249b000 - 0x7fff82578fff com.apple.vImage 4.1 (4.1) <C3F44AA9-6F71-0684-2686-D3BBC903F020> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff82579000 - 0x7fff8262efe7 com.apple.ink.framework 1.3.3 (107) <8C36373C-5473-3A6A-4972-BC29D504250F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff8262f000 - 0x7fff82691fe7 com.apple.datadetectorscore 2.0 (80.7) <C3A68083-AFB0-CFC6-8AA5-517C9D1489B6> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff82692000 - 0x7fff82692ff7 com.apple.Carbon 150 (152) <191B4F4B-8D06-796B-CA0C-782F06DD7BC7> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff826bd000 - 0x7fff826c2fff libGFXShared.dylib ??? (???) <878C429B-44D4-875C-1A35-4FD8C6152695> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff826c3000 - 0x7fff826ccff7 com.apple.DisplayServicesFW 2.3.0 (283) <5C8FEF26-FBA5-2AC6-C484-336594C637DC> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff826cd000 - 0x7fff82717ff7 com.apple.Metadata 10.6.3 (507.15) <5170FCE0-ED6C-2E3E-AB28-1DDE3F628FC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff82722000 - 0x7fff82a20fff com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff82a21000 - 0x7fff82a32fff com.apple.DSObjCWrappers.Framework 10.6 (134) <CF1D9C05-8D77-0FFE-38E8-63D8A23E92E1> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x7fff82a33000 - 0x7fff82a37ff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff82a38000 - 0x7fff82ba7fe7 com.apple.QTKit 7.6.6 (1756.15) <B35EDB1D-FCB0-1D40-629E-6ACB56D57C68> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff82be9000 - 0x7fff82be9ff7 com.apple.Cocoa 6.6 (???) <C69E895A-1C66-3DA9-5F63-8BE85DB9C4E1> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff82bea000 - 0x7fff82c79fff com.apple.PDFKit 2.5.1 (2.5.1) <38BEE9BB-3716-49BA-7E14-687FE9E066EB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff82c7a000 - 0x7fff82cc9ff7 com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <01B370FB-D524-F660-3826-E85B7F0D85CD> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x7fff82cca000 - 0x7fff82cdefff libGL.dylib ??? (???) <0FA671EB-6FA0-BA97-C00A-C42247C22B26> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff82d15000 - 0x7fff82f9dfef com.apple.security 6.1.1 (37594) <34DC0C3E-4546-D7ED-D855-390750954245> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff82f9e000 - 0x7fff82fa1ff7 libCoreVMClient.dylib ??? (???) <00C97B96-8D3B-45EB-F503-DB49712DC42D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff82fb1000 - 0x7fff8303dfef SecurityFoundation ??? (???) <F43FDB02-CAA5-F8FF-C8D7-6665E7403ECE> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff83043000 - 0x7fff8304efff com.apple.CrashReporterSupport 10.6.7 (258) <BB0B9A08-6CEC-0500-5BD1-C18E1465E406> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff8304f000 - 0x7fff83859fe7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <2F26CDC7-DAE9-9ABE-6806-93BBBDA20DA0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff8385a000 - 0x7fff839d1fe7 com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff839f6000 - 0x7fff83d93fe7 com.apple.QuartzCore 1.6.3 (227.36) <6FD8E129-135E-2F89-E9F0-A3CD0C6FCEF1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff83d94000 - 0x7fff83dd1ff7 libFontRegistry.dylib ??? (???) <8C69F685-3507-1B8F-51AD-6183D5E88979> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff83dd2000 - 0x7fff83e05fff libTrueTypeScaler.dylib ??? (???) <632BAC10-4C24-D1F2-3943-DF5F2326318B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff83e06000 - 0x7fff83e1cfef libbsm.0.dylib ??? (???) <0321D32C-9FE1-3919-E03E-2530A0C1191B> /usr/lib/libbsm.0.dylib
    0x7fff83e1d000 - 0x7fff83e1dff7 com.apple.ApplicationServices 38 (38) <0E2FC75E-2BE2-D04D-CA78-76E38A89DD30> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff84a9a000 - 0x7fff84bd8fff com.apple.CoreData 102.1 (251) <9DFE798D-AA52-6A9A-924A-DA73CB94D81A> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff84bd9000 - 0x7fff84beafff SyndicationUI ??? (???) <83BC984E-2EF3-D6D2-95AC-37F5609A9592> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x7fff84ce4000 - 0x7fff84d2bfff com.apple.QuickLookFramework 2.3 (327.6) <11DFB135-24A6-C0BC-5B97-ECE352A4B488> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff84d2c000 - 0x7fff84e4dfe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <48AEAFE1-21F4-B3C8-4199-35AD5E8D0613> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff84e4e000 - 0x7fff84e64fe7 com.apple.MultitouchSupport.framework 207.10 (207.10) <458F0259-6EDC-16BA-E6AA-1CEED002D188> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff84e65000 - 0x7fff84e68ff7 com.apple.securityhi 4.0 (36638) <87868A3E-9341-1078-F00C-5E5972F01A4A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff84eb4000 - 0x7fff84ee3fff com.apple.quartzfilters 1.6.0 (1.6.0) <52D41730-D485-A7AE-4937-FE37FC732F65> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff84fb0000 - 0x7fff84fb6ff7 com.apple.CommerceCore 1.0 (9) <4C66D962-91B5-F25C-A6FF-DFD5F924A0DD> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x7fff84fd0000 - 0x7fff84fd5ff7 com.apple.CommonPanels 1.2.4 (91) <8B088D78-E508-6622-E477-E34C22CF2F67> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff85006000 - 0x7fff85007fff com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <EC039008-5367-090D-51FD-EA4D2623671A> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x7fff85052000 - 0x7fff85093fff com.apple.SystemConfiguration 1.10.5 (1.10.2) <FB39F09C-57BB-D8CC-348D-93E00C602F7D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff85094000 - 0x7fff850a0fff libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <6FB0A8F4-72A1-D28F-E801-DE2C7498AFB9> /usr/lib/libbz2.1.0.dylib
    0x7fff850a1000 - 0x7fff8515efff com.apple.CoreServices.OSServices 359 (359) <8F509D8D-4C94-9A1C-3A87-5B775D9F6075> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff8515f000 - 0x7fff8516efff com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff851c7000 - 0x7fff85bbdfff com.apple.AppKit 6.6.7 (1038.35) <9F4DF818-9DB9-98DA-490C-EF29EA757A97> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff85bbe000 - 0x7fff85ce6ff7 com.apple.MediaToolbox 0.484.20 (484.20) <628A7245-7ADE-AD47-3368-CF8EDCA6CC1C> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x7fff85d02000 - 0x7fff85d08ff7 IOSurface ??? (???) <EAD87C9F-BADC-7116-4ADD-0B0679459D24> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff85d09000 - 0x7fff85d1eff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <1AE1FE8F-2204-4410-C94E-0E93B003BEDA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff85d1f000 - 0x7fff85d25fff libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <C863C133-EA3E-5403-FC44-FDC9F236DC98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff85d26000 - 0x7fff85da3fef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff85da4000 - 0x7fff85e20ff7 com.apple.ISSupport 1.9.4 (52) <93A57F16-3BD5-25AD-5CFF-00007A141129> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff85e21000 - 0x7fff85e89fff com.apple.MeshKitRuntime 1.1 (49.2) <4D3045D0-0D50-7053-3A05-0AECE86E39F8> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x7fff85e8a000 - 0x7fff85e97fe7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <45B5B514-7CEB-38A9-F34A-1D96F010EC42> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff85e98000 - 0x7fff85edcfe7 com.apple.ImageCaptureCore 1.0.4 (1.0.4) <F4ED3329-1A86-EB10-CFC2-999D8699B5E6> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x7fff85edd000 - 0x7fff85f9efff libFontParser.dylib ??? (???) <244BCE74-7EEE-C9DE-9779-F3AEF5869BE6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff85f9f000 - 0x7fff85faefff libxar.1.dylib ??? (???) <CBAF862A-3C77-6446-56C2-9C4461631AAF> /usr/lib/libxar.1.dylib
    0x7fff86119000 - 0x7fff8611aff7 com.apple.TrustEvaluationAgent 1.1 (1) <5952A9FA-BC2B-16EF-91A7-43902A5C07B6> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff8611b000 - 0x7fff8611bff7 com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8616c000 - 0x7fff861a5fef libcups.2.dylib 2.8.0 (compatibility 2.0.0) <F8E0672F-C0B4-B161-E50D-A1405D14F21C> /usr/lib/libcups.2.dylib
    0x7fff8627f000 - 0x7fff862d4ff7 com.apple.framework.familycontrols 2.0.2 (2020) <F09541B6-5E28-1C01-C1AE-F6A2508670C7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff86306000 - 0x7fff86370fe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <AF0EA96D-000F-8C12-B952-CB7E00566E08> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff8677b000 - 0x7fff867c2ff7 com.apple.coreui 2 (114) <923E33CC-83FC-7D35-5603-FB8F348EE34B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff86944000 - 0x7fff869e4fff com.apple.LaunchServices 362.2 (362.2) <A8EDC37C-1D40-5ED0-49BE-90EF110A6B3A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff86a01000 - 0x7fff86a42fef com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff86a43000 - 0x7fff86a66fff com.apple.opencl 12.3.6 (12.3.6) <42FA5783-EB80-1168-4015-B8C68F55842F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff86aa7000 - 0x7fff86fabfe7 com.apple.VideoToolbox 0.484.20 (484.20) <8B6B82D2-350B-E9D3-5433-51453CDA65B4> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff86fae000 - 0x7fff86ff7fef libGLU.dylib ??? (???) <0FCD57C5-D7AA-F2DD-D2EC-C1C8B931F65C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff86ff8000 - 0x7fff87013ff7 com.apple.openscripting 1.3.1 (???) <9D50701D-54AC-405B-CC65-026FCB28258B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff87014000 - 0x7fff87096fff com.apple.QuickLookUIFramework 2.3 (327.6) <9093682A-0E2D-7D27-5F22-C96FD00AE970> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff870ab000 - 0x7fff87161fff libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <99CB3A0F-64CF-1D16-70CD-8AED2EF06C30> /usr/lib/libobjc.A.dylib
    0x7fff87162000 - 0x7fff8718afff com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff8718b000 - 0x7fff8740efe7 com.apple.Foundation 6.6.6 (751.53) <476E617B-B59B-53DE-991D-98C1993BCBCE> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff8740f000 - 0x7fff87458ff7 com.apple.securityinterface 4.0.1 (40418) <E2DC796D-84EC-48F5-34A9-DF614573BE74> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff87459000 - 0x7fff8751afef com.apple.ColorSync 4.6.6 (4.6.6) <EC6C8119-23F6-A96E-47A3-5CD31E462AE3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff8751b000 - 0x7fff87558fff com.apple.LDAPFramework 2.0 (120.1) <54A6769E-D7E2-DBE2-EA61-87B9EA355DA4> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff87559000 - 0x7fff87717fff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2C6ECACF-CD56-1714-6F63-CB6F5EE7A1E2> /usr/lib/libicucore.A.dylib
    0x7fff877e4000 - 0x7fff877f3fff com.apple.opengl 1.6.12 (1.6.12) <29482652-1E44-1C47-428F-1209AA65336D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff877f4000 - 0x7fff87819ff7 com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8781a000 - 0x7fff8783aff7 com.apple.DirectoryService.Framework 3.6 (621.11) <AD76C757-6701-BDB5-631E-1CB77D669586> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff8783b000 - 0x7fff87861fe7 libJPEG.dylib ??? (???) <AD42F658-7C32-EEE5-8341-A8EE6476BF46> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff87862000 - 0x7fff878ceff7 com.apple.CorePDF 1.3 (1.3) <FF2F3F1B-D1D6-684C-B174-6A455E04FF91> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff878cf000 - 0x7fff87912ff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <2C596A24-8B86-79D6-1A8E-5E8FFB6A1558> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff87913000 - 0x7fff87913ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff87922000 - 0x7fff8792dff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) <3D65E89B-FFC6-4AAF-D5CC-104F967C8131> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff8792e000 - 0x7fff87a14fef com.apple.DesktopServices 1.5.10 (1.5.10) <B7E00D85-F971-D85B-0217-482E15E9E924> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff87bd6000 - 0x7fff87f0afff com.apple.CoreServices.CarbonCore 861.34 (861.34) <B5680539-CB31-6C6D-C0AD-606D4D46E7F5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff87f0b000 - 0x7fff87f50fff com.apple.CoreMediaIOServices 134.0 (1160) <BA22EA4A-4572-749A-4FE0-1323E0B6F6F3> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x7fff87f81000 - 0x7fff87fffff7 com.apple.CoreText 3.151.8 (???) <5DCD6BD9-63FB-767E-5993-5AEBE890145B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff88000000 - 0x7fff8823bfef com.apple.imageKit 2.0.3 (1.0) <5D18C246-303A-6580-9DC9-79BE79467C95> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff8823c000 - 0x7fff88240ff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <49E6AF5D-AF9B-67CF-A6B8-C79F6BA8A627> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff88241000 - 0x7fff88244fff com.apple.help 1.3.1 (41) <AEDDF93F-BAC0-0308-68FD-039A99F3A158> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff88245000 - 0x7fff8828dff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff8828e000 - 0x7fff882ddfef libTIFF.dylib ??? (???) <F0F7F0B7-7253-F88F-9E2D-FA3770143758> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff882f1000 - 0x7fff8840afef libGLProgrammability.dylib ??? (???) <C4BB281B-629D-08ED-2991-3D51671B0B02> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff8840b000 - 0x7fff88424fff com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff88527000 - 0x7fff88952fef com.apple.RawCamera.bundle 3.6.4 (561) <C4AB0054-B2C8-246E-0F17-98F4BD5BE94C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff88992000 - 0x7fff88a11fe7 com.apple.audio.CoreAudio 3.2.6 (3.2.6) <6D8AD3F7-409D-512C-C5BE-66C64D1B8F3E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff88a12000 - 0x7fff88a5efff libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
    0x7fff88b2a000 - 0x7fff88b9bff7 com.apple.AppleVAFramework 4.10.23 (4.10.23) <3304268B-A93D-9F79-09C0-AA9081406352> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff88b9c000 - 0x7fff88c55fff libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
    0x7fff88c56000 - 0x7fff88cf0ff7 com.apple.ApplicationServices.ATS 4.4 (???) <55B528A6-0C88-6CB8-152B-A34A440FACFE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff88f00000 - 0x7fff8916afef com.apple.QuartzComposer 4.2 ({156.28}) <60956AE3-2B2D-A0B7-9D92-3EE33D3A7051> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff891a8000 - 0x7fff891d9fff libGLImage.dylib ??? (???) <6925991A-9B1B-B9FA-645A-807F9BCC3DE7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff891da000 - 0x7fff891dbfff liblangid.dylib ??? (???) <D0666597-B331-C43C-67BB-F2E754079A7A> /usr/lib/liblangid.dylib
    0x7fff891dc000 - 0x7fff891f9ff7 libPng.dylib ??? (???) <0C232C1E-49C8-F7A9-9634-DF2BDA1AB722> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff891fa000 - 0x7fff89208ff7 libkxld.dylib ??? (???) <27713C39-0E51-8F5A-877B-C5539C96A520> /usr/lib/system/libkxld.dylib
    0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
    Model: iMac11,2, BootROM IM112.0057.B00, 2 processors, Intel Core i3, 3.2 GHz, 16 GB, SMC 1.64f5
    Graphics: ATI Radeon HD 5670, ATI Radeon HD 5670, PCIe, 512 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x8F), Atheros 9280: 2.1.14.5
    Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST31000528AS, 931,51 GB
    Serial ATA Device: OPTIARC DVD RW AD-5680H
    USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfd100000
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0xfd110000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0xfd120000
    USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfa100000
    USB Device: MFC-250C, 0x04f9 (Brother Industries, Ltd.), 0x01fe, 0xfa140000
    USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403, 0xfa120000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8215, 0xfa111000

    hire is the report from safari
    Process: Safari [858]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 5.0.4 (6533.20.27)
    Build Info: WebBrowser-75332027~3
    Code Type: X86-64 (Native)
    Parent Process: launchd [101]
    Date/Time: 2011-03-28 21:36:26.770 +0200
    OS Version: Mac OS X 10.6.7 (10J869)
    Report Version: 6
    Interval Since Last Report: 17657 sec
    Crashes Since Last Report: 13
    Per-App Interval Since Last Report: 288 sec
    Per-App Crashes Since Last Report: 11
    Anonymous UUID: 7CC63340-CE54-4A4F-B453-D35DF14F4D32
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x0000000000000014
    Crashed Thread: 10 Safari: HistoryTextCache flushing
    Thread 0: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x00007fff801f329a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff801f390d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff838a6932 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff838a5dbf CFRunLoopRunSpecific + 575
    4 com.apple.HIToolbox 0x00007fff827507ee RunCurrentEventLoopInMode + 333
    5 com.apple.HIToolbox 0x00007fff827505f3 ReceiveNextEventCommon + 310
    6 com.apple.HIToolbox 0x00007fff827504ac BlockUntilNextEventMatchingListInMode + 59
    7 com.apple.AppKit 0x00007fff8520ae64 _DPSNextEvent + 718
    8 com.apple.AppKit 0x00007fff8520a7a9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    9 com.apple.Safari 0x000000010001605a 0x100000000 + 90202
    10 com.apple.AppKit 0x00007fff851d048b -[NSApplication run] + 395
    11 com.apple.AppKit 0x00007fff851c91a8 NSApplicationMain + 364
    12 com.apple.Safari 0x0000000100009f7c 0x100000000 + 40828
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff8020c12a kevent + 10
    1 libSystem.B.dylib 0x00007fff8020dffd dispatch_mgrinvoke + 154
    2 libSystem.B.dylib 0x00007fff8020dcd4 dispatch_queueinvoke + 185
    3 libSystem.B.dylib 0x00007fff8020d7fe dispatch_workerthread2 + 252
    4 libSystem.B.dylib 0x00007fff8020d128 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff8020cfc5 start_wqthread + 13
    Thread 2: QTKit: waitForServerToDie
    0 libSystem.B.dylib 0x00007fff8020cf4a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff8020d35c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff8020cfc5 start_wqthread + 13
    Thread 3: WebCore: IconDatabase
    0 libSystem.B.dylib 0x00007fff80234dda fsync + 10
    1 libsqlite3.dylib 0x00007fff88ba1827 unixSync + 71
    2 libsqlite3.dylib 0x00007fff88ba4571 syncJournal + 305
    3 libsqlite3.dylib 0x00007fff88bb5086 sqlite3PagerCommitPhaseOne + 1478
    4 libsqlite3.dylib 0x00007fff88bbafbe sqlite3BtreeCommitPhaseOne + 558
    5 libsqlite3.dylib 0x00007fff88be3133 sqlite3VdbeHalt + 3107
    6 libsqlite3.dylib 0x00007fff88c275bd sqlite3VdbeExec + 41661
    7 libsqlite3.dylib 0x00007fff88c28798 sqlite3_step + 1384
    8 com.apple.WebCore 0x00007fff83e20acb WebCore::SQLiteStatement::executeCommand() + 27
    9 com.apple.WebCore 0x00007fff83e2463a WebCore::SQLiteDatabase::executeCommand(WebCore::String const&) + 42
    10 com.apple.WebCore 0x00007fff83e246c8 WebCore::SQLiteTransaction::commit() + 104
    11 com.apple.WebCore 0x00007fff83e24447 WebCore::IconDatabase::writeToDatabase() + 599
    12 com.apple.WebCore 0x00007fff83e240e8 WebCore::IconDatabase::syncThreadMainLoop() + 120
    13 com.apple.WebCore 0x00007fff83e2026c WebCore::IconDatabase::iconDatabaseSyncThread() + 172
    14 libSystem.B.dylib 0x00007fff8022c4f6 pthreadstart + 331
    15 libSystem.B.dylib 0x00007fff8022c3a9 thread_start + 13
    Thread 4:
    0 libSystem.B.dylib 0x00007fff8020cf4a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff8020d35c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff8020cfc5 start_wqthread + 13
    Thread 5: Safari: SafeBrowsingManager
    0 libSystem.B.dylib 0x00007fff801f329a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff801f390d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff838a6932 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff838a5dbf CFRunLoopRunSpecific + 575
    4 com.apple.Safari 0x000000010002f629 0x100000000 + 194089
    5 com.apple.Safari 0x000000010002f5b9 0x100000000 + 193977
    6 libSystem.B.dylib 0x00007fff8022c4f6 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff8022c3a9 thread_start + 13
    Thread 6: Safari: SnapshotStore
    0 libSystem.B.dylib 0x00007fff8022df8a _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff80231da1 pthread_condwait + 1286
    2 com.apple.JavaScriptCore 0x00007fff864e3a50 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3 com.apple.Safari 0x00000001001be5e5 0x100000000 + 1828325
    4 com.apple.Safari 0x000000010004710b 0x100000000 + 291083
    5 com.apple.Safari 0x0000000100046f89 0x100000000 + 290697
    6 libSystem.B.dylib 0x00007fff8022c4f6 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff8022c3a9 thread_start + 13
    Thread 7:
    0 libSystem.B.dylib 0x00007fff801f329a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff801f390d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff838a6932 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff838a5dbf CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff8721af5f +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5 com.apple.Foundation 0x00007fff8719bf29 _NSThread__main_ + 1429
    6 libSystem.B.dylib 0x00007fff8022c4f6 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff8022c3a9 thread_start + 13
    Thread 8: com.apple.CFSocket.private
    0 libSystem.B.dylib 0x00007fff80236e52 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x00007fff838c8498 __CFSocketManager + 824
    2 libSystem.B.dylib 0x00007fff8022c4f6 pthreadstart + 331
    3 libSystem.B.dylib 0x00007fff8022c3a9 thread_start + 13
    Thread 9: WebCore: LocalStorage
    0 libSystem.B.dylib 0x00007fff8022df8a _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff80231da1 pthread_condwait + 1286
    2 com.apple.JavaScriptCore 0x00007fff864e3a50 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3 com.apple.WebCore 0x00007fff84174fd1 WebCore::LocalStorageThread::threadEntryPoint() + 193
    4 libSystem.B.dylib 0x00007fff8022c4f6 pthreadstart + 331
    5 libSystem.B.dylib 0x00007fff8022c3a9 thread_start + 13
    Thread 10 Crashed: Safari: HistoryTextCache flushing
    0 com.apple.SearchKit 0x00007fff804c183d InvertedIndex::UpdateTermInfo(TermInfo*, FreqPosting*, unsigned int, unsigned int) + 51
    1 com.apple.SearchKit 0x00007fff804e0712 InvertedIndex::ExpungePostings(InvertedTermInfo*) + 318
    2 com.apple.SearchKit 0x00007fff804e0d2f InvertedIndex::Compact() + 331
    3 com.apple.SearchKit 0x00007fff804e873b TIAIndex::Compact() + 651
    4 com.apple.SearchKit 0x00007fff804de1df IAIndexCompact + 25
    5 com.apple.SearchKit 0x00007fff804f9229 SKIndexCompact + 41
    6 com.apple.Safari 0x0000000100052d2a 0x100000000 + 339242
    7 com.apple.Foundation 0x00007fff8719bf29 _NSThread__main_ + 1429
    8 libSystem.B.dylib 0x00007fff8022c4f6 pthreadstart + 331
    9 libSystem.B.dylib 0x00007fff8022c3a9 thread_start + 13
    Thread 10 crashed with X86 Thread State (64-bit):
    rax: 0x0000000000000000 rbx: 0x0000000000000000 rcx: 0x0000000000000067 rdx: 0x0000000118ee0b50
    rdi: 0x00000001008da790 rsi: 0x0000000000000000 rbp: 0x000000011ae149e0 rsp: 0x000000011ae149b0
    r8: 0x0000000000000000 r9: 0x00007fff700a05d8 r10: 0x0000000000008000 r11: 0x0000000000000000
    r12: 0x0000000000000000 r13: 0x0000000000000067 r14: 0x0000000118ee0b50 r15: 0x00000001008da790
    rip: 0x00007fff804c183d rfl: 0x0000000000010202 cr2: 0x0000000000000014
    Binary Images:
    0x100000000 - 0x1006affff com.apple.Safari 5.0.4 (6533.20.27) <D02F0B7C-19EF-50B7-10C3-E458E42D1E00> /Applications/Safari.app/Contents/MacOS/Safari
    0x100f93000 - 0x100f93fff com.apple.JavaPluginCocoa 13.4.0 (13.4.0) <00AF9559-29EA-5E25-42CF-BE2447F9EBC5> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaPluginCocoa.bundle/C ontents/MacOS/JavaPluginCocoa
    0x100f97000 - 0x100f9cff7 JavaLaunching ??? (???) <E859D1E8-3E9D-5432-DCFA-684A9B1EDD2C> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunch ing
    0x11a1c8000 - 0x11a1eefff GLRendererFloat ??? (???) <0AF0FF0D-6FD6-B5FA-9991-C8F58E8F1DD4> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x11a266000 - 0x11a3f7fef GLEngine ??? (???) <7B2CD458-D828-6A44-C918-C194838974D5> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x11a428000 - 0x11a7fcff7 com.apple.ATIRadeonX3000GLDriver 1.6.26 (6.2.6) <F2951F13-41D9-E6D7-D421-CB09F910ACA1> /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRade onX3000GLDriver
    0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <486E6C61-1197-CC7C-2197-82CE505102D7> /usr/lib/dyld
    0x7fff80003000 - 0x7fff80005fff com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff80098000 - 0x7fff801affef libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <1B27AFDD-DF87-2009-170E-C129E1572E8B> /usr/lib/libxml2.2.dylib
    0x7fff801b0000 - 0x7fff801f1ff7 com.apple.CoreMedia 0.484.20 (484.20) <42F3B74A-F886-33A0-40EE-8399B12BD32A> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff801f2000 - 0x7fff803b3fff libSystem.B.dylib 125.2.10 (compatibility 1.0.0) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
    0x7fff803b4000 - 0x7fff80431fef com.apple.backup.framework 1.2.2 (1.2.2) <CD3554D8-DA47-DDBC-910C-B2F1DE3B8CA6> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff80432000 - 0x7fff80434fff libRadiance.dylib ??? (???) <73257486-8E94-E758-1A5A-5B521F27EE12> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff80435000 - 0x7fff80446ff7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <97019C74-161A-3488-41EC-A6CA8738418C> /usr/lib/libz.1.dylib
    0x7fff80447000 - 0x7fff80452fff com.apple.corelocation 12.1 (12.1) <7B5164FD-F5FD-6837-1DA3-6E18582CEDF3> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff80453000 - 0x7fff80474fff libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <9F322F47-0584-CB7D-5B73-9EBD670851CD> /usr/lib/libresolv.9.dylib
    0x7fff80475000 - 0x7fff804affff libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C7153747-50E3-32DA-426F-CC4C505D1D6C> /usr/lib/libssl.0.9.8.dylib
    0x7fff804b0000 - 0x7fff80540fff com.apple.SearchKit 1.3.0 (1.3.0) <45BA1053-9196-3C2F-2421-AFF5E09627CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff80541000 - 0x7fff80541ff7 com.apple.quartzframework 1.5 (1.5) <FA660AAC-70CD-7EA2-5DF1-A8724D8F4B1B> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff80542000 - 0x7fff80556ff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <574C1BE0-5E5E-CCAF-06F8-92A69CB2892D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff80557000 - 0x7fff8055efff com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff80765000 - 0x7fff807a8fef libtidy.A.dylib ??? (???) <2F4273D3-418B-668C-F488-7E659D3A8C23> /usr/lib/libtidy.A.dylib
    0x7fff807ab000 - 0x7fff807c1fff com.apple.ImageCapture 6.0.2 (6.0.2) <06E4103B-9BE4-7EAD-B532-89FC5EB06ED4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff807c2000 - 0x7fff80872fff edu.mit.Kerberos 6.5.11 (6.5.11) <085D80F5-C9DC-E252-C21B-03295E660C91> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff80873000 - 0x7fff80ab5fe7 com.apple.AddressBook.framework 5.0.4 (883) <3C634319-4B5B-592B-2D3A-A16336F93AA0> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff80acf000 - 0x7fff80ad5ff7 com.apple.DiskArbitration 2.3 (2.3) <AAB5CC56-334A-3C60-3C27-54E8F34D754E> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff80e1a000 - 0x7fff80e55fff com.apple.AE 496.4 (496.4) <55AAD5CA-7160-7899-1C68-562ED8160DF7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff80e56000 - 0x7fff80e5bfff libGIF.dylib ??? (???) <1B9DCB7F-CD1D-B23F-8AC6-5292B94A4D0E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff80e5c000 - 0x7fff80eaeff7 com.apple.HIServices 1.8.2 (???) <7C91D07D-FA20-0882-632F-0CAE4FAC2B79> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff80eaf000 - 0x7fff80ec1fe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <30FE378B-99FE-8C7C-06D0-A3AA0A0A70D4> /usr/lib/libsasl2.2.dylib
    0x7fff80ec2000 - 0x7fff80f47ff7 com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff80f6d000 - 0x7fff81077ff7 com.apple.MeshKitIO 1.1 (49.2) <C19D0CCD-1DCB-7EDE-76FA-BF74079AFC6A> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x7fff810cd000 - 0x7fff81510fef libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <57D38705-6F21-2A82-F3F6-03CFFF214775> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff81511000 - 0x7fff816c9fef com.apple.ImageIO.framework 3.0.4 (3.0.4) <EFB373AE-FE02-40C4-ABDC-09D61AFD25EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff816ca000 - 0x7fff817ffff7 com.apple.audio.toolbox.AudioToolbox 1.6.6 (1.6.6) <AFAB42A2-A3A8-83D8-D583-613625706690> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff81800000 - 0x7fff81860fe7 com.apple.framework.IOKit 2.0 (???) <D107CB8A-5182-3AC4-35D0-07068A695C05> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff81a60000 - 0x7fff8215d06f com.apple.CoreGraphics 1.545.0 (???) <F0A5F62D-4C66-5B1F-4F13-322932915901> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8215e000 - 0x7fff82197ff7 com.apple.MeshKit 1.1 (49.2) <832A074D-7601-F7C9-6D3A-E1C58965C3A1> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x7fff82198000 - 0x7fff821cdfef com.apple.framework.Apple80211 6.2.4 (624.2) <B2CB69CE-A4F5-D70F-03DE-CF985D5558A2> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff821ce000 - 0x7fff821ceff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff8224e000 - 0x7fff82279ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <6589F0FC-41DB-8494-CA8B-487F4E328EB9> /usr/lib/libxslt.1.dylib
    0x7fff8227a000 - 0x7fff82380fe7 com.apple.PubSub 1.0.5 (65.21) <4C14C413-07AD-2529-45FA-8E5B438D38A0> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x7fff823c5000 - 0x7fff823c6ff7 com.apple.audio.units.AudioUnit 1.6.6 (1.6.6) <BE4E577D-87EC-8FD0-5341-AE99CE4ADC99> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff823c7000 - 0x7fff82499fe7 com.apple.CFNetwork 454.11.12 (454.11.12) <B1C9008A-4A5D-609D-5D10-C93DAD6FFB4C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff8249a000 - 0x7fff8249aff7 com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8249b000 - 0x7fff82578fff com.apple.vImage 4.1 (4.1) <C3F44AA9-6F71-0684-2686-D3BBC903F020> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff82579000 - 0x7fff8262efe7 com.apple.ink.framework 1.3.3 (107) <8C36373C-5473-3A6A-4972-BC29D504250F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff8262f000 - 0x7fff82691fe7 com.apple.datadetectorscore 2.0 (80.7) <C3A68083-AFB0-CFC6-8AA5-517C9D1489B6> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff82692000 - 0x7fff82692ff7 com.apple.Carbon 150 (152) <191B4F4B-8D06-796B-CA0C-782F06DD7BC7> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff826bd000 - 0x7fff826c2fff libGFXShared.dylib ??? (???) <878C429B-44D4-875C-1A35-4FD8C6152695> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff826c3000 - 0x7fff826ccff7 com.apple.DisplayServicesFW 2.3.0 (283) <5C8FEF26-FBA5-2AC6-C484-336594C637DC> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff826cd000 - 0x7fff82717ff7 com.apple.Metadata 10.6.3 (507.15) <5170FCE0-ED6C-2E3E-AB28-1DDE3F628FC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff82722000 - 0x7fff82a20fff com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff82a21000 - 0x7fff82a32fff com.apple.DSObjCWrappers.Framework 10.6 (134) <CF1D9C05-8D77-0FFE-38E8-63D8A23E92E1> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x7fff82a33000 - 0x7fff82a37ff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff82a38000 - 0x7fff82ba7fe7 com.apple.QTKit 7.6.6 (1756.15) <B35EDB1D-FCB0-1D40-629E-6ACB56D57C68> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff82be9000 - 0x7fff82be9ff7 com.apple.Cocoa 6.6 (???) <C69E895A-1C66-3DA9-5F63-8BE85DB9C4E1> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff82bea000 - 0x7fff82c79fff com.apple.PDFKit 2.5.1 (2.5.1) <38BEE9BB-3716-49BA-7E14-687FE9E066EB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff82c7a000 - 0x7fff82cc9ff7 com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <01B370FB-D524-F660-3826-E85B7F0D85CD> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x7fff82cca000 - 0x7fff82cdefff libGL.dylib ??? (???) <0FA671EB-6FA0-BA97-C00A-C42247C22B26> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff82d15000 - 0x7fff82f9dfef com.apple.security 6.1.1 (37594) <34DC0C3E-4546-D7ED-D855-390750954245> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff82f9e000 - 0x7fff82fa1ff7 libCoreVMClient.dylib ??? (???) <00C97B96-8D3B-45EB-F503-DB49712DC42D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff82fb1000 - 0x7fff8303dfef SecurityFoundation ??? (???) <F43FDB02-CAA5-F8FF-C8D7-6665E7403ECE> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff83043000 - 0x7fff8304efff com.apple.CrashReporterSupport 10.6.7 (258) <BB0B9A08-6CEC-0500-5BD1-C18E1465E406> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff8304f000 - 0x7fff83859fe7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <2F26CDC7-DAE9-9ABE-6806-93BBBDA20DA0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff8385a000 - 0x7fff839d1fe7 com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff839f6000 - 0x7fff83d93fe7 com.apple.QuartzCore 1.6.3 (227.36) <6FD8E129-135E-2F89-E9F0-A3CD0C6FCEF1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff83d94000 - 0x7fff83dd1ff7 libFontRegistry.dylib ??? (???) <8C69F685-3507-1B8F-51AD-6183D5E88979> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff83dd2000 - 0x7fff83e05fff libTrueTypeScaler.dylib ??? (???) <632BAC10-4C24-D1F2-3943-DF5F2326318B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff83e06000 - 0x7fff83e1cfef libbsm.0.dylib ??? (???) <0321D32C-9FE1-3919-E03E-2530A0C1191B> /usr/lib/libbsm.0.dylib
    0x7fff83e1d000 - 0x7fff83e1dff7 com.apple.ApplicationServices 38 (38) <0E2FC75E-2BE2-D04D-CA78-76E38A89DD30> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff83e1e000 - 0x7fff84a99fef com.apple.WebCore 6533.20 (6533.20.24) <FB4CBEAE-106E-1B22-6C97-1B38A06EB569> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff84a9a000 - 0x7fff84bd8fff com.apple.CoreData 102.1 (251) <9DFE798D-AA52-6A9A-924A-DA73CB94D81A> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff84bd9000 - 0x7fff84beafff SyndicationUI ??? (???) <83BC984E-2EF3-D6D2-95AC-37F5609A9592> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x7fff84ce4000 - 0x7fff84d2bfff com.apple.QuickLookFramework 2.3 (327.6) <11DFB135-24A6-C0BC-5B97-ECE352A4B488> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff84d2c000 - 0x7fff84e4dfe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <48AEAFE1-21F4-B3C8-4199-35AD5E8D0613> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff84e4e000 - 0x7fff84e64fe7 com.apple.MultitouchSupport.framework 207.10 (207.10) <458F0259-6EDC-16BA-E6AA-1CEED002D188> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff84e65000 - 0x7fff84e68ff7 com.apple.securityhi 4.0 (36638) <87868A3E-9341-1078-F00C-5E5972F01A4A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff84eb4000 - 0x7fff84ee3fff com.apple.quartzfilters 1.6.0 (1.6.0) <52D41730-D485-A7AE-4937-FE37FC732F65> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff84fb0000 - 0x7fff84fb6ff7 com.apple.CommerceCore 1.0 (9) <4C66D962-91B5-F25C-A6FF-DFD5F924A0DD> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x7fff84fd0000 - 0x7fff84fd5ff7 com.apple.CommonPanels 1.2.4 (91) <8B088D78-E508-6622-E477-E34C22CF2F67> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff85006000 - 0x7fff85007fff com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <EC039008-5367-090D-51FD-EA4D2623671A> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x7fff85052000 - 0x7fff85093fff com.apple.SystemConfiguration 1.10.5 (1.10.2) <FB39F09C-57BB-D8CC-348D-93E00C602F7D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff85094000 - 0x7fff850a0fff libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <6FB0A8F4-72A1-D28F-E801-DE2C7498AFB9> /usr/lib/libbz2.1.0.dylib
    0x7fff850a1000 - 0x7fff8515efff com.apple.CoreServices.OSServices 359 (359) <8F509D8D-4C94-9A1C-3A87-5B775D9F6075> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff8515f000 - 0x7fff8516efff com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff851c7000 - 0x7fff85bbdfff com.apple.AppKit 6.6.7 (1038.35) <9F4DF818-9DB9-98DA-490C-EF29EA757A97> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff85bbe000 - 0x7fff85ce6ff7 com.apple.MediaToolbox 0.484.20 (484.20) <628A7245-7ADE-AD47-3368-CF8EDCA6CC1C> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x7fff85d02000 - 0x7fff85d08ff7 IOSurface ??? (???) <EAD87C9F-BADC-7116-4ADD-0B0679459D24> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff85d09000 - 0x7fff85d1eff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <1AE1FE8F-2204-4410-C94E-0E93B003BEDA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff85d1f000 - 0x7fff85d25fff libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <C863C133-EA3E-5403-FC44-FDC9F236DC98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff85d26000 - 0x7fff85da3fef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff85da4000 - 0x7fff85e20ff7 com.apple.ISSupport 1.9.4 (52) <93A57F16-3BD5-25AD-5CFF-00007A141129> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff85e21000 - 0x7fff85e89fff com.apple.MeshKitRuntime 1.1 (49.2) <4D3045D0-0D50-7053-3A05-0AECE86E39F8> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x7fff85e8a000 - 0x7fff85e97fe7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <45B5B514-7CEB-38A9-F34A-1D96F010EC42> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff85e98000 - 0x7fff85edcfe7 com.apple.ImageCaptureCore 1.0.4 (1.0.4) <F4ED3329-1A86-EB10-CFC2-999D8699B5E6> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x7fff85edd000 - 0x7fff85f9efff libFontParser.dylib ??? (???) <244BCE74-7EEE-C9DE-9779-F3AEF5869BE6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff85f9f000 - 0x7fff85faefff libxar.1.dylib ??? (???) <CBAF862A-3C77-6446-56C2-9C4461631AAF> /usr/lib/libxar.1.dylib
    0x7fff86119000 - 0x7fff8611aff7 com.apple.TrustEvaluationAgent 1.1 (1) <5952A9FA-BC2B-16EF-91A7-43902A5C07B6> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff8611b000 - 0x7fff8611bff7 com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8616c000 - 0x7fff861a5fef libcups.2.dylib 2.8.0 (compatibility 2.0.0) <F8E0672F-C0B4-B161-E50D-A1405D14F21C> /usr/lib/libcups.2.dylib
    0x7fff8627f000 - 0x7fff862d4ff7 com.apple.framework.familycontrols 2.0.2 (2020) <F09541B6-5E28-1C01-C1AE-F6A2508670C7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff86306000 - 0x7fff86370fe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <AF0EA96D-000F-8C12-B952-CB7E00566E08> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff864d2000 - 0x7fff866c2fef com.apple.JavaScriptCore 6533.20 (6533.20.20) <5626170D-00AE-33B1-03FF-256E9794150D> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff8677b000 - 0x7fff867c2ff7 com.apple.coreui 2 (114) <923E33CC-83FC-7D35-5603-FB8F348EE34B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff86944000 - 0x7fff869e4fff com.apple.LaunchServices 362.2 (362.2) <A8EDC37C-1D40-5ED0-49BE-90EF110A6B3A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff86a01000 - 0x7fff86a42fef com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff86a43000 - 0x7fff86a66fff com.apple.opencl 12.3.6 (12.3.6) <42FA5783-EB80-1168-4015-B8C68F55842F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff86aa7000 - 0x7fff86fabfe7 com.apple.VideoToolbox 0.484.20 (484.20) <8B6B82D2-350B-E9D3-5433-51453CDA65B4> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff86fae000 - 0x7fff86ff7fef libGLU.dylib ??? (???) <0FCD57C5-D7AA-F2DD-D2EC-C1C8B931F65C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff86ff8000 - 0x7fff87013ff7 com.apple.openscripting 1.3.1 (???) <9D50701D-54AC-405B-CC65-026FCB28258B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff87014000 - 0x7fff87096fff com.apple.QuickLookUIFramework 2.3 (327.6) <9093682A-0E2D-7D27-5F22-C96FD00AE970> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff870ab000 - 0x7fff87161fff libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <99CB3A0F-64CF-1D16-70CD-8AED2EF06C30> /usr/lib/libobjc.A.dylib
    0x7fff87162000 - 0x7fff8718afff com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff8718b000 - 0x7fff8740efe7 com.apple.Foundation 6.6.6 (751.53) <476E617B-B59B-53DE-991D-98C1993BCBCE> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff8740f000 - 0x7fff87458ff7 com.apple.securityinterface 4.0.1 (40418) <E2DC796D-84EC-48F5-34A9-DF614573BE74> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff87459000 - 0x7fff8751afef com.apple.ColorSync 4.6.6 (4.6.6) <EC6C8119-23F6-A96E-47A3-5CD31E462AE3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff8751b000 - 0x7fff87558fff com.apple.LDAPFramework 2.0 (120.1) <54A6769E-D7E2-DBE2-EA61-87B9EA355DA4> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff87559000 - 0x7fff87717fff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2C6ECACF-CD56-1714-6F63-CB6F5EE7A1E2> /usr/lib/libicucore.A.dylib
    0x7fff877e4000 - 0x7fff877f3fff com.apple.opengl 1.6.12 (1.6.12) <29482652-1E44-1C47-428F-1209AA65336D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff877f4000 - 0x7fff87819ff7 com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8781a000 - 0x7fff8783aff7 com.apple.DirectoryService.Framework 3.6 (621.11) <AD76C757-6701-BDB5-631E-1CB77D669586> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff8783b000 - 0x7fff87861fe7 libJPEG.dylib ??? (???) <AD42F658-7C32-EEE5-8341-A8EE6476BF46> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff87862000 - 0x7fff878ceff7 com.apple.CorePDF 1.3 (1.3) <FF2F3F1B-D1D6-684C-B174-6A455E04FF91> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff878cf000 - 0x7fff87912ff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <2C596A24-8B86-79D6-1A8E-5E8FFB6A1558> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff87913000 - 0x7fff87913ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff87922000 - 0x7fff8792dff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) <3D65E89B-FFC6-4AAF-D5CC-104F967C8131> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff8792e000 - 0x7fff87a14fef com.apple.DesktopServices 1.5.10 (1.5.10) <B7E00D85-F971-D85B-0217-482E15E9E924> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff87a57000 - 0x7fff87bd5ff7 com.apple.WebKit 6533.20 (6533.20.25) <AD4C3C2F-8781-F2A7-EB6A-CCFC41E3FA04> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff87bd6000 - 0x7fff87f0afff com.apple.CoreServices.CarbonCore 861.34 (861.34) <B5680539-CB31-6C6D-C0AD-606D4D46E7F5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff87f0b000 - 0x7fff87f50fff com.apple.CoreMediaIOServices 134.0 (1160) <BA22EA4A-4572-749A-4FE0-1323E0B6F6F3> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x7fff87f81000 - 0x7fff87fffff7 com.apple.CoreText 3.151.8 (???) <5DCD6BD9-63FB-767E-5993-5AEBE890145B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff88000000 - 0x7fff8823bfef com.apple.imageKit 2.0.3 (1.0) <5D18C246-303A-6580-9DC9-79BE79467C95> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff8823c000 - 0x7fff88240ff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <49E6AF5D-AF9B-67CF-A6B8-C79F6BA8A627> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff88241000 - 0x7fff88244fff com.apple.help 1.3.1 (41) <AEDDF93F-BAC0-0308-68FD-039A99F3A158> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff88245000 - 0x7fff8828dff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff8828e000 - 0x7fff882ddfef libTIFF.dylib ??? (???) <F0F7F0B7-7253-F88F-9E2D-FA3770143758> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff882f1000 - 0x7fff8840afef libGLProgrammability.dylib ??? (???) <C4BB281B-629D-08ED-2991-3D51671B0B02> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff8840b000 - 0x7fff88424fff com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff88527000 - 0x7fff88952fef com.apple.RawCamera.bundle 3.6.4 (561) <C4AB0054-B2C8-246E-0F17-98F4BD5BE94C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff88992000 - 0x7fff88a11fe7 com.apple.audio.CoreAudio 3.2.6 (3.2.6) <6D8AD3F7-409D-512C-C5BE-66C64D1B8F3E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff88a12000 - 0x7fff88a5efff libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
    0x7fff88b2a000 - 0x7fff88b9bff7 com.apple.AppleVAFramework 4.10.23 (4.10.23) <3304268B-A93D-9F79-09C0-AA9081406352> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff88b9c000 - 0x7fff88c55fff libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
    0x7fff88c56000 - 0x7fff88cf0ff7 com.apple.ApplicationServices.ATS 4.4 (???) <55B528A6-0C88-6CB8-152B-A34A440FACFE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff88f00000 - 0x7fff8916afef com.apple.QuartzComposer 4.2 ({156.28}) <60956AE3-2B2D-A0B7-9D92-3EE33D3A7051> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff891a8000 - 0x7fff891d9fff libGLImage.dylib ??? (???) <6925991A-9B1B-B9FA-645A-807F9BCC3DE7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff891da000 - 0x7fff891dbfff liblangid.dylib ??? (???) <D0666597-B331-C43C-67BB-F2E754079A7A> /usr/lib/liblangid.dylib
    0x7fff891dc000 - 0x7fff891f9ff7 libPng.dylib ??? (???) <0C232C1E-49C8-F7A9-9634-DF2BDA1AB722> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff891fa000 - 0x7fff89208ff7 libkxld.dylib ??? (???) <27713C39-0E51-8F5A-877B-C5539C96A520> /usr/lib/system/libkxld.dylib
    0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
    Model: iMac11,2, BootROM IM112.0057.B00, 2 processors, Intel Core i3, 3.2 GHz, 16 GB, SMC 1.64f5
    Graphics: ATI Radeon HD 5670, ATI Radeon HD 5670, PCIe, 512 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x168C, 0x8F), Atheros 9280: 2.1.14.5
    Bluetooth: Version 2.4.0f1, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST31000528AS, 931,51 GB
    Serial ATA Device: OPTIARC DVD RW AD-5680H
    USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfd100000
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0xfd110000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0xfd120000
    USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfa100000
    USB Device: MFC-250C, 0x04f9 (Brother Industries, Ltd.), 0x01fe, 0xfa140000
    USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403, 0xfa120000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8215, 0xfa111000

  • JavaFX 8 and WebKit updates

    Hi,
    I am developping a JavaFX 8 application with a webview embedded, in order to display an external website.
    I noticed the webview is based on Webkit 537.44, which was released on June 2013. So I am wondering if it is planned to have webkit updates in future releases of JavaFX, but I can not find this information anywhere.
    Does anyone know if they are updates scheduled? I fear that this webkit version may become obsolete as time goes on.
    Thanks,
    Julien

    There is this proposed change
    JEP 239: Update JavaFX/WebView to the Latest Version of WebKit
    I'm confused about the release numbers though. I see 537.44 as well when I check the WebView instance .getEngine().getUserAgent() call.
    I'm not sure how the JEP process works - is this update a sure thing for 1.8 u60? I hope so.
    I see this comment on the JIRA which looks good..
    Kevin Rushforth added a comment - 2015-01-30 15:52
    Note that almost all of the work is complete and will be integrated into JDK 9 first. There will be a small amount of work to backport to 8u60, but it will use the exact same code base.
    And the jIRA in jdk9 looks promising..
    https://javafx-jira.kenai.com/browse/RT-36726

  • AIR webkit javascript/something(?) issue

    I'm running into an issue running an application inside of AIR, testing with Spinr. I want to access Splunk, which has a web-based searching and administrative interface. I've been using http;//interop.demo.splunk.com as a quick and dirty test base.
    If I access the demo in Spinr (http://spinr.raysquare.com/download ), which is AIR-based, there are multiple noteworthy (and obvious) limitations - after logging in, if you hit <enter> in the search bar (or click search) to search for any matching value, there's a timeline view and a scrolling effect that don't function.
    If I access the same demo in Chrome 1.x or 2.x (which have earlier and later webkit versions) and Firefox (obviously entirely different), the same features work (others have also accessed them with Safari). They seem to be javascript related, perhaps deeper, thankfully I don't have that level of knowledge about how the application functions
    I'm not sure if I should just report a bug or what, since I'm not sure what the issue actually is - but it seems specific to something in the AIR version of webkit, not webkit itself (given that Chrome's 1.x user agent reports an earlier version by number).
    It seems there wasn't a webkit update between AIR 1.5.0 and 1.5.1, and I'm not sure when to expect the next one - that might resolve my issue without major additional effort.
    Input welcome - a resource, more information, possible knowledge about what it could be so I could provide Splunk with more info to possibly develop a workaround...

    Hi,
    We usually update WebKit in AIR for major releases. That's why there are no major differences (besides those mentioned in release notes - mostly bug fixes) between AIR 1.5 and AIR 1.5.1
    There is a javascript error in that application that is preventing the timeline to load correctly under AIR 1.5.1 (it seems to work with AIR 1.1). That makes me think it may be a WebKit issue in the version that AIR 1.5.1 uses.
    Next major AIR release is going to have a newer version of WebKit. Though I can't give you much details on when it's going to come out.
    Best regards,
    Dragos Georgita | Adobe AIR Engineering

  • Outdated webkit in air 1.5

    I am looking to put together a bespin client riding on adobe
    air. Got pretty far into it and realized that the webkit version in
    AIT doesnt support canvas and canvas text. Can someone give an idea
    if/when this might be supported?
    http://groups.google.com/group/bespin/browse_thread/thread/f653d9eaaa64eeb3

    the solution for this problem is to set the fullscreen by your self. Dont use ths displayState property:
    private function setFullScreen(win:NativeWindow):void
                win.width = Capabilities.screenResolutionX
                win.height = Capabilities.screenResolutionY
                win.x = 0
                win.y = 0

  • BUG AIR Webkit : referrer empty after a redirect

    Hi all,
    I've noticed a bug with AIR 1.5.1 : the document.referrer is empty just after a HTTP redirection (status code 302).
    As a consequence, the referer for the final page is "http://adobe.com/apollo".
    I don't known if it's due to the Webkit port done by the AIR team or else a bug in the Webkit trunk.
    How can I make it fixed?
    Regards,
    jp

    This bug is not related to Flex (I don't use Flex). It's reproduced with only the AIR SDK 1.5.1 (that containins webkit version 34190). It's a pure AIR html application. Where can I post this AIR/webkit bug?

  • AIR Webkit upgrade

    Hello!
    As you can see in the topic below, i'm totally stuck with AIR and Google Maps JS V3 embedded into my air application.
    http://stackoverflow.com/questions/18723453/air-and-google-maps-javascript-v3-street-view/ 18724082?noredirect=1#18724082
    Can i just upgrade the webkit version used by AIR?
    Otherwise... are you planning to upgrade it? The current one was used by Safari in 2010!
    Thank you
    Davide

    Hi Chris
    I am also desperate for an update to webkit.
    The current browser object is awful. To see how bad it is, just make a simple browser app and try surfing the web for 10 minutes. It's so bad that I'm going to have to use Chrome or Mozilla in my current project. I couldn't possibly release something to the public that uses the current flex browser object.
    Davide has kindly created a bug report and the link is:
    https://bugbase.adobe.com/index.cfm?event=bug&id=3630656
    He posted it on StackOverflow. Unfortunately, I don't have voting privileges.
    Kind Regards,
    Adrian Smith

  • Disabled WebKit functions?

    Why Adobe implements a trimmed down Webkit version?
    What would be the reason of disabling the text-shadow
    property (I'm not even mentioning the -webkit-box-shadow which was
    working in early versions of AIR and is now disabled).
    I understand not implementing something like
    -webkit-transforms as it's still in testing and creates some memory
    leaks, but Adobe for Pete's sake, text-shadow, really?
    How can we create robust and beautiful UI when Adobe wants us
    to go back in time to 1999 and create a table-based layout just to
    get a nicely resizable shadow around my custom Chrome...
    Kind regards,
    Oskar K.

    I can't tell you why. They have excluded all the new fancy
    css stuff, but also SVG and the well established data-URIs. Either
    they have problems getting these features working in the
    flash-context in which webkit runs in AIR (an html based air app is
    nothing more than a full window flash html-view and suffers from
    some flash related overhead. You don't want to have an AIR app
    running on OS X all the time, because it consumes 5-10% cpu power
    constantly doing effectively nothing), or they want you to use
    flash for the really fancy stuff. If you want cross platform web
    technology based desktop applications, you should have a look at
    Titanium (
    http://titaniumapp.com/). It's
    still very new and unfinished, but it's open source and may be a
    but more aggressive on new features. They also plan to make it
    extensible through plugins. The apps compile to .app or .exe ant
    not to some .air AIR file, which has to be installed (but they also
    plan to support something like this is the future). Open source
    means it might only take weeks for Titanium to support for example
    executing command line commands, or opening documents and not,
    well, a year maybe, before Adobe may integrate these features.
    Best regards,
    Andi

  • Why is my flash content not working on my dreamweaver created html site?

    This is a problem that's happening on my website I'm creating.  I created a quick test website to show you the problem on the fourm.  It's the same problem, and if you can provide the solution to this test website I can apply it to my main website.
    Test website on server:
    test331754952.net23.net
    What I did:
    -launched flash
    -typed "test" and made it spin 360 degrees
    -published swf
    -launched dreamweaver
    -created a site
    -moved swf to site folder
    -saved a html file to the site folder
    -in dreamweaver, went to insert, media, swf, then selected the swf I made
    -it inserted the swf, creating a gray placeholder for it
    -re-saved the html document, at which point dreamweaver created a folder named script and 2 files, an swf, and a javascript file
    Site Directory:
    Scripts Sub-Directory:
    What happens:
    -when I launch the swf on my machine, it plays fine
    -when I open the swf directly on the test website on the server, it plays fine
    -when I open the html with the embended swf on the test website on the server, it shows a gray box, then goes white
    -In dreamweaver, when I go to preview in browser and choose internet explorer, it tells me I don't have new flashplayer(I do: flashplayer 11) 
    Ie also pokes up a box at the bottom that says its not allowing content.  When I click allow content, it creates a gray box
    -In dreamweaver, when I go to preview in borwser and choose google chrome, it tells me flash player has stopped a potentionally unsafe operation.  When I close this dialog box, it gives me a gray box where my swf should be embeded.
    -I've tried changing global flash secuirty setting and it does nothing
    -I've tried visiting the test website on multiple computers in my household to no avail
    -I've tried having friends visit the site on their computer at their house to no avail
    -I did't touch the code on this test website-the code is exactly what dreamweaver generated
    Html Document Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    </head>
    <body>
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="550" height="400" id="FlashID" title="test">
      <param name="movie" value="test.swf" />
      <param name="quality" value="high" />
      <param name="wmode" value="opaque" />
      <param name="swfversion" value="15.0.0.0" />
      <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
      <param name="expressinstall" value="Scripts/expressInstall.swf" />
      <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="test.swf" width="550" height="400">
        <!--<![endif]-->
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="swfversion" value="15.0.0.0" />
        <param name="expressinstall" value="Scripts/expressInstall.swf" />
        <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
        <div>
          <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
          <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
        </div>
        <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object>
    <script type="text/javascript">
    swfobject.registerObject("FlashID");
    </script>
    </body>
    </html>
    Javascript file code(the one dreamweaver made when I inserted swf):
    /*! SWFObject v2.0 <http://code.google.com/p/swfobject/>
    Copyright (c) 2007 Geoff Stearns, Michael Williams, and Bobby van der Sluis
    This software is released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
    var swfobject = function() {
    var UNDEF = "undefined",
      OBJECT = "object",
      SHOCKWAVE_FLASH = "Shockwave Flash",
      SHOCKWAVE_FLASH_AX = "ShockwaveFlash.ShockwaveFlash",
      FLASH_MIME_TYPE = "application/x-shockwave-flash",
      EXPRESS_INSTALL_ID = "SWFObjectExprInst",
      win = window,
      doc = document,
      nav = navigator,
      domLoadFnArr = [],
      regObjArr = [],
      timer = null,
      storedAltContent = null,
      storedAltContentId = null,
      isDomLoaded = false,
      isExpressInstallActive = false;
    /* Centralized function for browser feature detection
      - Proprietary feature detection (conditional compiling) is used to detect Internet Explorer's features
      - User agent string detection is only used when no alternative is possible
      - Is executed directly for optimal performance
    var ua = function() {
      var w3cdom = typeof doc.getElementById != UNDEF && typeof doc.getElementsByTagName != UNDEF && typeof doc.createElement != UNDEF && typeof doc.appendChild != UNDEF && typeof doc.replaceChild != UNDEF && typeof doc.removeChild != UNDEF && typeof doc.cloneNode != UNDEF,
       playerVersion = [0,0,0],
       d = null;
      if (typeof nav.plugins != UNDEF && typeof nav.plugins[SHOCKWAVE_FLASH] == OBJECT) {
       d = nav.plugins[SHOCKWAVE_FLASH].description;
       if (d) {
        d = d.replace(/^.*\s+(\S+\s+\S+$)/, "$1");
        playerVersion[0] = parseInt(d.replace(/^(.*)\..*$/, "$1"), 10);
        playerVersion[1] = parseInt(d.replace(/^.*\.(.*)\s.*$/, "$1"), 10);
        playerVersion[2] = /r/.test(d) ? parseInt(d.replace(/^.*r(.*)$/, "$1"), 10) : 0;
      else if (typeof win.ActiveXObject != UNDEF) {
       var a = null, fp6Crash = false;
       try {
        a = new ActiveXObject(SHOCKWAVE_FLASH_AX + ".7");
       catch(e) {
        try {
         a = new ActiveXObject(SHOCKWAVE_FLASH_AX + ".6");
         playerVersion = [6,0,21];
         a.AllowScriptAccess = "always";  // Introduced in fp6.0.47
        catch(e) {
         if (playerVersion[0] == 6) {
          fp6Crash = true;
        if (!fp6Crash) {
         try {
          a = new ActiveXObject(SHOCKWAVE_FLASH_AX);
         catch(e) {}
       if (!fp6Crash && a) { // a will return null when ActiveX is disabled
        try {
         d = a.GetVariable("$version");  // Will crash fp6.0.21/23/29
         if (d) {
          d = d.split(" ")[1].split(",");
          playerVersion = [parseInt(d[0], 10), parseInt(d[1], 10), parseInt(d[2], 10)];
        catch(e) {}
      var u = nav.userAgent.toLowerCase(),
       p = nav.platform.toLowerCase(),
       webkit = /webkit/.test(u) ? parseFloat(u.replace(/^.*webkit\/(\d+(\.\d+)?).*$/, "$1")) : false, // returns either the webkit version or false if not webkit
       ie = false,
       windows = p ? /win/.test(p) : /win/.test(u),
       mac = p ? /mac/.test(p) : /mac/.test(u);
      /*@cc_on
       ie = true;
       @if (@_win32)
        windows = true;
       @elif (@_mac)
        mac = true;
       @end
      return { w3cdom:w3cdom, pv:playerVersion, webkit:webkit, ie:ie, win:windows, mac:mac };
    /* Cross-browser onDomLoad
      - Based on Dean Edwards' solution: http://dean.edwards.name/weblog/2006/06/again/
      - Will fire an event as soon as the DOM of a page is loaded (supported by Gecko based browsers - like Firefox -, IE, Opera9+, Safari)
    var onDomLoad = function() {
      if (!ua.w3cdom) {
       return;
      addDomLoadEvent(main);
      if (ua.ie && ua.win) {
       try {  // Avoid a possible Operation Aborted error
        doc.write("<scr" + "ipt id=__ie_ondomload defer=true src=//:></scr" + "ipt>"); // String is split into pieces to avoid Norton AV to add code that can cause errors
        var s = getElementById("__ie_ondomload");
        if (s) {
         s.onreadystatechange = function() {
          if (this.readyState == "complete") {
           this.parentNode.removeChild(this);
           callDomLoadFunctions();
       catch(e) {}
      if (ua.webkit && typeof doc.readyState != UNDEF) {
       timer = setInterval(function() { if (/loaded|complete/.test(doc.readyState)) { callDomLoadFunctions(); }}, 10);
      if (typeof doc.addEventListener != UNDEF) {
       doc.addEventListener("DOMContentLoaded", callDomLoadFunctions, null);
      addLoadEvent(callDomLoadFunctions);
    function callDomLoadFunctions() {
      if (isDomLoaded) {
       return;
      if (ua.ie && ua.win) { // Test if we can really add elements to the DOM; we don't want to fire it too early
       var s = createElement("span");
       try { // Avoid a possible Operation Aborted error
        var t = doc.getElementsByTagName("body")[0].appendChild(s);
        t.parentNode.removeChild(t);
       catch (e) {
        return;
      isDomLoaded = true;
      if (timer) {
       clearInterval(timer);
       timer = null;
      var dl = domLoadFnArr.length;
      for (var i = 0; i < dl; i++) {
       domLoadFnArr[i]();
    function addDomLoadEvent(fn) {
      if (isDomLoaded) {
       fn();
      else {
       domLoadFnArr[domLoadFnArr.length] = fn; // Array.push() is only available in IE5.5+
    /* Cross-browser onload
      - Based on James Edwards' solution: http://brothercake.com/site/resources/scripts/onload/
      - Will fire an event as soon as a web page including all of its assets are loaded
    function addLoadEvent(fn) {
      if (typeof win.addEventListener != UNDEF) {
       win.addEventListener("load", fn, false);
      else if (typeof doc.addEventListener != UNDEF) {
       doc.addEventListener("load", fn, false);
      else if (typeof win.attachEvent != UNDEF) {
       win.attachEvent("onload", fn);
      else if (typeof win.onload == "function") {
       var fnOld = win.onload;
       win.onload = function() {
        fnOld();
        fn();
      else {
       win.onload = fn;
    /* Main function
      - Will preferably execute onDomLoad, otherwise onload (as a fallback)
    function main() { // Static publishing only
      var rl = regObjArr.length;
      for (var i = 0; i < rl; i++) { // For each registered object element
       var id = regObjArr[i].id;
       if (ua.pv[0] > 0) {
        var obj = getElementById(id);
        if (obj) {
         regObjArr[i].width = obj.getAttribute("width") ? obj.getAttribute("width") : "0";
         regObjArr[i].height = obj.getAttribute("height") ? obj.getAttribute("height") : "0";
         if (hasPlayerVersion(regObjArr[i].swfVersion)) { // Flash plug-in version >= Flash content version: Houston, we have a match!
          if (ua.webkit && ua.webkit < 312) { // Older webkit engines ignore the object element's nested param elements
           fixParams(obj);
          setVisibility(id, true);
         else if (regObjArr[i].expressInstall && !isExpressInstallActive && hasPlayerVersion("6.0.65") && (ua.win || ua.mac)) { // Show the Adobe Express Install dialog if set by the web page author and if supported (fp6.0.65+ on Win/Mac OS only)
          showExpressInstall(regObjArr[i]);
         else { // Flash plug-in and Flash content version mismatch: display alternative content instead of Flash content
          displayAltContent(obj);
       else {  // If no fp is installed, we let the object element do its job (show alternative content)
        setVisibility(id, true);
    /* Fix nested param elements, which are ignored by older webkit engines
      - This includes Safari up to and including version 1.2.2 on Mac OS 10.3
      - Fall back to the proprietary embed element
    function fixParams(obj) {
      var nestedObj = obj.getElementsByTagName(OBJECT)[0];
      if (nestedObj) {
       var e = createElement("embed"), a = nestedObj.attributes;
       if (a) {
        var al = a.length;
        for (var i = 0; i < al; i++) {
         if (a[i].nodeName.toLowerCase() == "data") {
          e.setAttribute("src", a[i].nodeValue);
         else {
          e.setAttribute(a[i].nodeName, a[i].nodeValue);
       var c = nestedObj.childNodes;
       if (c) {
        var cl = c.length;
        for (var j = 0; j < cl; j++) {
         if (c[j].nodeType == 1 && c[j].nodeName.toLowerCase() == "param") {
          e.setAttribute(c[j].getAttribute("name"), c[j].getAttribute("value"));
       obj.parentNode.replaceChild(e, obj);
    /* Fix hanging audio/video threads and force open sockets and NetConnections to disconnect
      - Occurs when unloading a web page in IE using fp8+ and innerHTML/outerHTML
      - Dynamic publishing only
    function fixObjectLeaks(id) {
      if (ua.ie && ua.win && hasPlayerVersion("8.0.0")) {
       win.attachEvent("onunload", function () {
        var obj = getElementById(id);
        if (obj) {
         for (var i in obj) {
          if (typeof obj[i] == "function") {
           obj[i] = function() {};
         obj.parentNode.removeChild(obj);
    /* Show the Adobe Express Install dialog
      - Reference: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=6a253b75
    function showExpressInstall(regObj) {
      isExpressInstallActive = true;
      var obj = getElementById(regObj.id);
      if (obj) {
       if (regObj.altContentId) {
        var ac = getElementById(regObj.altContentId);
        if (ac) {
         storedAltContent = ac;
         storedAltContentId = regObj.altContentId;
       else {
        storedAltContent = abstractAltContent(obj);
       if (!(/%$/.test(regObj.width)) && parseInt(regObj.width, 10) < 310) {
        regObj.width = "310";
       if (!(/%$/.test(regObj.height)) && parseInt(regObj.height, 10) < 137) {
        regObj.height = "137";
       doc.title = doc.title.slice(0, 47) + " - Flash Player Installation";
       var pt = ua.ie && ua.win ? "ActiveX" : "PlugIn",
        dt = doc.title,
        fv = "MMredirectURL=" + win.location + "&MMplayerType=" + pt + "&MMdoctitle=" + dt,
        replaceId = regObj.id;
       // For IE when a SWF is loading (AND: not available in cache) wait for the onload event to fire to remove the original object element
       // In IE you cannot properly cancel a loading SWF file without breaking browser load references, also obj.onreadystatechange doesn't work
       if (ua.ie && ua.win && obj.readyState != 4) {
        var newObj = createElement("div");
        replaceId += "SWFObjectNew";
        newObj.setAttribute("id", replaceId);
        obj.parentNode.insertBefore(newObj, obj); // Insert placeholder div that will be replaced by the object element that loads expressinstall.swf
        obj.style.display = "none";
        win.attachEvent("onload", function() { obj.parentNode.removeChild(obj); });
       createSWF({ data:regObj.expressInstall, id:EXPRESS_INSTALL_ID, width:regObj.width, height:regObj.height }, { flashvars:fv }, replaceId);
    /* Functions to abstract and display alternative content
    function displayAltContent(obj) {
      if (ua.ie && ua.win && obj.readyState != 4) {
       // For IE when a SWF is loading (AND: not available in cache) wait for the onload event to fire to remove the original object element
       // In IE you cannot properly cancel a loading SWF file without breaking browser load references, also obj.onreadystatechange doesn't work
       var el = createElement("div");
       obj.parentNode.insertBefore(el, obj); // Insert placeholder div that will be replaced by the alternative content
       el.parentNode.replaceChild(abstractAltContent(obj), el);
       obj.style.display = "none";
       win.attachEvent("onload", function() { obj.parentNode.removeChild(obj); });
      else {
       obj.parentNode.replaceChild(abstractAltContent(obj), obj);
    function abstractAltContent(obj) {
      var ac = createElement("div");
      if (ua.win && ua.ie) {
       ac.innerHTML = obj.innerHTML;
      else {
       var nestedObj = obj.getElementsByTagName(OBJECT)[0];
       if (nestedObj) {
        var c = nestedObj.childNodes;
        if (c) {
         var cl = c.length;
         for (var i = 0; i < cl; i++) {
          if (!(c[i].nodeType == 1 && c[i].nodeName.toLowerCase() == "param") && !(c[i].nodeType == 8)) {
           ac.appendChild(c[i].cloneNode(true));
      return ac;
    /* Cross-browser dynamic SWF creation
    function createSWF(attObj, parObj, id) {
      var r, el = getElementById(id);
      if (typeof attObj.id == UNDEF) { // if no 'id' is defined for the object element, it will inherit the 'id' from the alternative content
       attObj.id = id;
      if (ua.ie && ua.win) { // IE, the object element and W3C DOM methods do not combine: fall back to outerHTML
       var att = "";
       for (var i in attObj) {
        if (attObj[i] != Object.prototype[i]) { // Filter out prototype additions from other potential libraries, like Object.prototype.toJSONString = function() {}
         if (i == "data") {
          parObj.movie = attObj[i];
         else if (i.toLowerCase() == "styleclass") { // 'class' is an ECMA4 reserved keyword
          att += ' class=" + attObj[i] + "';
         else if (i != "classid") {
          att += ' ' + i + '="' + attObj[i] + '"';
       var par = "";
       for (var j in parObj) {
        if (parObj[j] != Object.prototype[j]) { // Filter out prototype additions from other potential libraries
         par += '<param name="' + j + '" value="' + parObj[j] + '" />';
       el.outerHTML = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"' + att + '>' + par + '</object>';
       fixObjectLeaks(attObj.id); // This bug affects dynamic publishing only
       r = getElementById(attObj.id);
      else if (ua.webkit && ua.webkit < 312) { // Older webkit engines ignore the object element's nested param elements: fall back to the proprietary embed element
       var e = createElement("embed");
       e.setAttribute("type", FLASH_MIME_TYPE);
       for (var k in attObj) {
        if (attObj[k] != Object.prototype[k]) { // Filter out prototype additions from other potential libraries
         if (k == "data") {
          e.setAttribute("src", attObj[k]);
         else if (k.toLowerCase() == "styleclass") { // 'class' is an ECMA4 reserved keyword
          e.setAttribute("class", attObj[k]);
         else if (k != "classid") { // Filter out IE specific attribute
          e.setAttribute(k, attObj[k]);
       for (var l in parObj) {
        if (parObj[l] != Object.prototype[l]) { // Filter out prototype additions from other potential libraries
         if (l != "movie") { // Filter out IE specific param element
          e.setAttribute(l, parObj[l]);
       el.parentNode.replaceChild(e, el);
       r = e;
      else { // Well-behaving browsers
       var o = createElement(OBJECT);
       o.setAttribute("type", FLASH_MIME_TYPE);
       for (var m in attObj) {
        if (attObj[m] != Object.prototype[m]) { // Filter out prototype additions from other potential libraries
         if (m.toLowerCase() == "styleclass") { // 'class' is an ECMA4 reserved keyword
          o.setAttribute("class", attObj[m]);
         else if (m != "classid") { // Filter out IE specific attribute
          o.setAttribute(m, attObj[m]);
       for (var n in parObj) {
        if (parObj[n] != Object.prototype[n] && n != "movie") { // Filter out prototype additions from other potential libraries and IE specific param element
         createObjParam(o, n, parObj[n]);
       el.parentNode.replaceChild(o, el);
       r = o;
      return r;
    function createObjParam(el, pName, pValue) {
      var p = createElement("param");
      p.setAttribute("name", pName);
      p.setAttribute("value", pValue);
      el.appendChild(p);
    function getElementById(id) {
      return doc.getElementById(id);
    function createElement(el) {
      return doc.createElement(el);
    function hasPlayerVersion(rv) {
      var pv = ua.pv, v = rv.split(".");
      v[0] = parseInt(v[0], 10);
      v[1] = parseInt(v[1], 10);
      v[2] = parseInt(v[2], 10);
      return (pv[0] > v[0] || (pv[0] == v[0] && pv[1] > v[1]) || (pv[0] == v[0] && pv[1] == v[1] && pv[2] >= v[2])) ? true : false;
    /* Cross-browser dynamic CSS creation
      - Based on Bobby van der Sluis' solution: http://www.bobbyvandersluis.com/articles/dynamicCSS.php
    function createCSS(sel, decl) {
      if (ua.ie && ua.mac) {
       return;
      var h = doc.getElementsByTagName("head")[0], s = createElement("style");
      s.setAttribute("type", "text/css");
      s.setAttribute("media", "screen");
      if (!(ua.ie && ua.win) && typeof doc.createTextNode != UNDEF) {
       s.appendChild(doc.createTextNode(sel + " {" + decl + "}"));
      h.appendChild(s);
      if (ua.ie && ua.win && typeof doc.styleSheets != UNDEF && doc.styleSheets.length > 0) {
       var ls = doc.styleSheets[doc.styleSheets.length - 1];
       if (typeof ls.addRule == OBJECT) {
        ls.addRule(sel, decl);
    function setVisibility(id, isVisible) {
      var v = isVisible ? "inherit" : "hidden";
      if (isDomLoaded) {
       getElementById(id).style.visibility = v;
      else {
       createCSS("#" + id, "visibility:" + v);
    function getTargetVersion(obj) {
         if (!obj)
             return 0;
      var c = obj.childNodes;
      var cl = c.length;
      for (var i = 0; i < cl; i++) {
       if (c[i].nodeType == 1 && c[i].nodeName.toLowerCase() == "object") {
           c = c[i].childNodes;
           cl = c.length;
           i = 0;
       if (c[i].nodeType == 1 && c[i].nodeName.toLowerCase() == "param" && c[i].getAttribute("name") == "swfversion") {
          return c[i].getAttribute("value");
      return 0;
    function getExpressInstall(obj) {
         if (!obj)
             return "";
      var c = obj.childNodes;
      var cl = c.length;
      for (var i = 0; i < cl; i++) {
       if (c[i].nodeType == 1 && c[i].nodeName.toLowerCase() == "object") {
           c = c[i].childNodes;
           cl = c.length;
           i = 0;
       if (c[i].nodeType == 1 && c[i].nodeName.toLowerCase() == "param" && c[i].getAttribute("name") == "expressinstall") {
           return c[i].getAttribute("value");
      return "";
    return {
      /* Public API
       - Reference: http://code.google.com/p/swfobject/wiki/SWFObject_2_0_documentation
      registerObject: function(objectIdStr, swfVersionStr, xiSwfUrlStr) {
       if (!ua.w3cdom || !objectIdStr) {
        return;
       var obj = document.getElementById(objectIdStr);
       var xi = getExpressInstall(obj);
       var regObj = {};
       regObj.id = objectIdStr;
       regObj.swfVersion = swfVersionStr ? swfVersionStr : getTargetVersion(obj);
       regObj.expressInstall = xiSwfUrlStr ? xiSwfUrlStr : ((xi != "") ? xi : false);
       regObjArr[regObjArr.length] = regObj;
       setVisibility(objectIdStr, false);
      getObjectById: function(objectIdStr) {
       var r = null;
       if (ua.w3cdom && isDomLoaded) {
        var o = getElementById(objectIdStr);
        if (o) {
         var n = o.getElementsByTagName(OBJECT)[0];
         if (!n || (n && typeof o.SetVariable != UNDEF)) {
             r = o;
         else if (typeof n.SetVariable != UNDEF) {
          r = n;
       return r;
      embedSWF: function(swfUrlStr, replaceElemIdStr, widthStr, heightStr, swfVersionStr, xiSwfUrlStr, flashvarsObj, parObj, attObj) {
       if (!ua.w3cdom || !swfUrlStr || !replaceElemIdStr || !widthStr || !heightStr || !swfVersionStr) {
        return;
       widthStr += ""; // Auto-convert to string to make it idiot proof
       heightStr += "";
       if (hasPlayerVersion(swfVersionStr)) {
        setVisibility(replaceElemIdStr, false);
        var att = (typeof attObj == OBJECT) ? attObj : {};
        att.data = swfUrlStr;
        att.width = widthStr;
        att.height = heightStr;
        var par = (typeof parObj == OBJECT) ? parObj : {};
        if (typeof flashvarsObj == OBJECT) {
         for (var i in flashvarsObj) {
          if (flashvarsObj[i] != Object.prototype[i]) { // Filter out prototype additions from other potential libraries
           if (typeof par.flashvars != UNDEF) {
            par.flashvars += "&" + i + "=" + flashvarsObj[i];
           else {
            par.flashvars = i + "=" + flashvarsObj[i];
        addDomLoadEvent(function() {
         createSWF(att, par, replaceElemIdStr);
         if (att.id == replaceElemIdStr) {
          setVisibility(replaceElemIdStr, true);
       else if (xiSwfUrlStr && !isExpressInstallActive && hasPlayerVersion("6.0.65") && (ua.win || ua.mac)) {
        setVisibility(replaceElemIdStr, false);
        addDomLoadEvent(function() {
         var regObj = {};
         regObj.id = regObj.altContentId = replaceElemIdStr;
         regObj.width = widthStr;
         regObj.height = heightStr;
         regObj.expressInstall = xiSwfUrlStr;
         showExpressInstall(regObj);
      getFlashPlayerVersion: function() {
       return { major:ua.pv[0], minor:ua.pv[1], release:ua.pv[2] };
      hasFlashPlayerVersion:hasPlayerVersion,
      createSWF: function(attObj, parObj, replaceElemIdStr) {
       if (ua.w3cdom && isDomLoaded) {
        return createSWF(attObj, parObj, replaceElemIdStr);
       else {
        return undefined;
      createCSS: function(sel, decl) {
       if (ua.w3cdom) {
        createCSS(sel, decl);
      addDomLoadEvent:addDomLoadEvent,
      addLoadEvent:addLoadEvent,
      getQueryParamValue: function(param) {
       var q = doc.location.search || doc.location.hash;
       if (param == null) {
        return q;
        if(q) {
        var pairs = q.substring(1).split("&");
        for (var i = 0; i < pairs.length; i++) {
         if (pairs[i].substring(0, pairs[i].indexOf("=")) == param) {
          return pairs[i].substring((pairs[i].indexOf("=") + 1));
       return "";
      // For internal usage only
      expressInstallCallback: function() {
       if (isExpressInstallActive && storedAltContent) {
        var obj = getElementById(EXPRESS_INSTALL_ID);
        if (obj) {
         obj.parentNode.replaceChild(storedAltContent, obj);
         if (storedAltContentId) {
          setVisibility(storedAltContentId, true);
          if (ua.ie && ua.win) {
           storedAltContent.style.display = "block";
         storedAltContent = null;
         storedAltContentId = null;
         isExpressInstallActive = false;
    Can someone please help!  I've looked and tried prety much everything.  If you can provide a solution I would GREATLY apreciate it!

    There is no Flash player version 15... as in your code:
    <param name="swfversion" value="15.0.0.0" />
    For some reason Adobe thought it would be a good idea to target a Flash player version (15) as default.....which may be out a couple years in the future. Go figure!!!
    If you don't like player version 9, change to 10 or 11.... just not 15 (yet).
    Best wishes,
    Adninjastrator

  • Clean install... should i have all these frameworks and plug ins

    from system profiler. it seems weird many aren't found in help. just curious if these are standard load with a complete erase and clean install?
    thanx for the help in advance
    Frameworks:
    Accelerate:
    Version: 1.4.2
    Last Modified: 3/5/09 4:56 PM
    Get Info String: vImage, DSP, BLAS, LAPACK, Vector Math, and Large Number Library
    Location: /System/Library/Frameworks/Accelerate.framework
    Private: No
    AddressBook:
    Version: 4.1.1
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/Frameworks/AddressBook.framework
    Private: No
    AGL:
    Version: 3.0.9
    Last Modified: 3/7/09 4:22 PM
    Get Info String: OpenGL Carbon compatibility dylib for Mac OS X
    Location: /System/Library/Frameworks/AGL.framework
    Private: No
    AppKit:
    Version: 6.5.6
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/Frameworks/AppKit.framework
    Private: No
    AppKitScripting:
    Version: 6.1
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/Frameworks/AppKitScripting.framework
    Private: No
    AppleScriptKit:
    Version: 1.5
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/Frameworks/AppleScriptKit.framework
    Private: No
    AppleShareClient:
    Version: 1.6.2
    Last Modified: 3/7/09 4:22 PM
    Get Info String: High Level AppleShare Client Framework, Copyright © 2000-2005, Apple Computer, Inc.
    Location: /System/Library/Frameworks/AppleShareClient.framework
    Private: No
    AppleShareClientCore:
    Version: 1.6.2
    Last Modified: 3/7/09 4:22 PM
    Get Info String: Low Level AppleShare Client Framework, Copyright © 2000-2005, Apple Computer, Inc.
    Location: /System/Library/Frameworks/AppleShareClientCore.framework
    Private: No
    AppleTalk:
    Version: 1.2.0
    Last Modified: 3/5/09 4:51 PM
    Location: /System/Library/Frameworks/AppleTalk.framework
    Private: No
    ApplicationServices:
    Version: 34
    Last Modified: 3/5/09 4:51 PM
    Location: /System/Library/Frameworks/ApplicationServices.framework
    Private: No
    AudioToolbox:
    Version: 1.5.2
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/Frameworks/AudioToolbox.framework
    Private: No
    AudioUnit:
    Version: 1.5
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/Frameworks/AudioUnit.framework
    Private: No
    Automator:
    Version: 1.1.1
    Last Modified: 3/5/09 5:03 PM
    Location: /System/Library/Frameworks/Automator.framework
    Private: No
    CalendarStore:
    Version: 3.0.6
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/Frameworks/CalendarStore.framework
    Private: No
    Carbon:
    Version: 136
    Last Modified: 3/5/09 4:51 PM
    Location: /System/Library/Frameworks/Carbon.framework
    Private: No
    Cocoa:
    Version: 6.5
    Last Modified: 3/5/09 4:51 PM
    Location: /System/Library/Frameworks/Cocoa.framework
    Private: No
    Collaboration:
    Version: 26
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/Frameworks/Collaboration.framework
    Private: No
    CoreAudio:
    Version: 3.1.1
    Last Modified: 3/5/09 4:51 PM
    Get Info String: CoreAudio 3.1.1
    Location: /System/Library/Frameworks/CoreAudio.framework
    Private: No
    CoreAudioKit:
    Version: 1.5
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/Frameworks/CoreAudioKit.framework
    Private: No
    CoreData:
    Version: 100.1
    Last Modified: 3/5/09 4:51 PM
    Location: /System/Library/Frameworks/CoreData.framework
    Private: No
    CoreFoundation:
    Version: 6.5.5
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/Frameworks/CoreFoundation.framework
    Private: No
    CoreMIDI:
    Version: 1.6.1
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/Frameworks/CoreMIDI.framework
    Private: No
    CoreMIDIServer:
    Version: 1.6.1
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/Frameworks/CoreMIDIServer.framework
    Private: No
    CoreServices:
    Version: 32
    Last Modified: 3/5/09 4:51 PM
    Location: /System/Library/Frameworks/CoreServices.framework
    Private: No
    CoreVideo:
    Version: 1.6.0
    Last Modified: 3/7/09 4:15 PM
    Location: /System/Library/Frameworks/CoreVideo.framework
    Private: No
    DirectoryService:
    Version: 3.5.5
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/Frameworks/DirectoryService.framework
    Private: No
    DiscRecording:
    Version: 4.0.3
    Last Modified: 3/5/09 4:51 PM
    Location: /System/Library/Frameworks/DiscRecording.framework
    Private: No
    DiscRecordingUI:
    Version: 4.0.3
    Last Modified: 3/5/09 4:51 PM
    Location: /System/Library/Frameworks/DiscRecordingUI.framework
    Private: No
    DiskArbitration:
    Version: 2.2.1
    Last Modified: 3/5/09 4:51 PM
    Get Info String: 2.2.1, Copyright © 1998-2007 Apple Inc.
    Location: /System/Library/Frameworks/DiskArbitration.framework
    Private: No
    DrawSprocket:
    Version: 2.0.82
    Last Modified: 3/5/09 4:56 PM
    Get Info String: DrawSprocket version 2.0.82 dylib for Mac OS X
    Location: /System/Library/Frameworks/DrawSprocket.framework
    Private: No
    DVComponentGlue:
    Version: 1.9.5
    Last Modified: 3/5/09 4:56 PM
    Get Info String: IOFWDVComponents version 1.9.5, Copyright 2007 Apple Computer, Inc.
    Location: /System/Library/Frameworks/DVComponentGlue.framework
    Private: No
    DVDPlayback:
    Version: 5.0.6
    Last Modified: 3/7/09 4:22 PM
    Get Info String: DVDPlayback Framework
    Location: /System/Library/Frameworks/DVDPlayback.framework
    Private: No
    ExceptionHandling:
    Version: 1.5
    Last Modified: 3/5/09 4:51 PM
    Location: /System/Library/Frameworks/ExceptionHandling.framework
    Private: No
    ForceFeedback:
    Version: 1.0.2
    Last Modified: 3/5/09 4:56 PM
    Get Info String: 1.0.2, Copyright Apple Computer, Inc. 2002-2005
    Location: /System/Library/Frameworks/ForceFeedback.framework
    Private: No
    Foundation:
    Version: 6.5.7
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/Frameworks/Foundation.framework
    Private: No
    FWAUserLib:
    Version: 2.4.4
    Last Modified: 3/5/09 4:56 PM
    Get Info String: FWAUserLib 2.4.4, Copyright 2002-2008 Apple Inc.
    Location: /System/Library/Frameworks/FWAUserLib.framework
    Private: No
    GLUT:
    Version: 3.4.2
    Last Modified: 3/7/09 4:22 PM
    Get Info String: 3.4.2, Copyright © 2001-2008 Apple Inc. All rights reserved.
    Location: /System/Library/Frameworks/GLUT.framework
    Private: No
    ICADevices:
    Version: 4.0.3
    Last Modified: 3/7/09 4:22 PM
    Get Info String: 4.0.3, © Copyright 2000-2008 Apple Inc., all rights reserved.
    Location: /System/Library/Frameworks/ICADevices.framework
    Private: No
    InputMethodKit:
    Version: 1.0
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/Frameworks/InputMethodKit.framework
    Private: No
    InstallerPlugins:
    Version: 3.0.2
    Last Modified: 3/5/09 4:51 PM
    Location: /System/Library/Frameworks/InstallerPlugins.framework
    Private: No
    InstantMessage:
    Version: 4.0.5
    Last Modified: 3/7/09 4:23 PM
    Get Info String: 4.0.5, Copyright © 2002-2008 Apple Inc. All rights reserved.
    Location: /System/Library/Frameworks/InstantMessage.framework
    Private: No
    IOBluetooth:
    Version: 2.1.3
    Last Modified: 3/5/09 4:56 PM
    Get Info String: 2.1.3, Copyright (c) 2008 Apple Inc. All Rights Reserved.
    Location: /System/Library/Frameworks/IOBluetooth.framework
    Private: No
    IOBluetoothUI:
    Version: 2.1.3
    Last Modified: 3/5/09 4:51 PM
    Get Info String: 2.1.3, Copyright (c) 2008 Apple Inc. All Rights Reserved.
    Location: /System/Library/Frameworks/IOBluetoothUI.framework
    Private: No
    IOKit:
    Version: 1.5.1
    Last Modified: 3/7/09 4:22 PM
    Get Info String: I/O Kit Framework, Apple Computer Inc
    Location: /System/Library/Frameworks/IOKit.framework
    Private: No
    JavaEmbedding:
    Version: 12.0.0
    Last Modified: 3/5/09 5:04 PM
    Get Info String: 12.0.0, Copyright 2002-2006, Apple Computer, Inc.
    Location: /System/Library/Frameworks/JavaEmbedding.framework
    Private: No
    JavaFrameEmbedding:
    Version: 12.0.0
    Last Modified: 3/5/09 5:04 PM
    Get Info String: JavaFrameEmbedding 12.0.0, Copyright 2001-2006, Apple Computer, Inc.
    Location: /System/Library/Frameworks/JavaFrameEmbedding.framework
    Private: No
    JavaScriptCore:
    Version: 5525.18
    Last Modified: 3/5/09 4:51 PM
    Get Info String: 5525.18, Copyright 2003-2007 Apple Inc.; Copyright 1999-2001 Harri Porten <[email protected]>; Copyright 2001 Peter Kelly <[email protected]>; Copyright 1997-2005 University of Cambridge; Copyright 1991, 2000, 2001 by Lucent Technologies.
    Location: /System/Library/Frameworks/JavaScriptCore.framework
    Private: No
    JavaVM:
    Version: 12.0.2
    Last Modified: 3/5/09 5:04 PM
    Get Info String:
    Location: /System/Library/Frameworks/JavaVM.framework
    Private: No
    Kerberos:
    Version: 6.0.12
    Last Modified: 3/7/09 4:22 PM
    Get Info String: 6.0 Copyright © 2007 Massachusetts Institute of Technology
    Location: /System/Library/Frameworks/Kerberos.framework
    Private: No
    Kernel:
    Version: 9.6.0
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/Frameworks/Kernel.framework
    Private: No
    LatentSemanticMapping:
    Version: 2.6.4
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/Frameworks/LatentSemanticMapping.framework
    Private: No
    LDAP:
    Version: 1.4.5
    Last Modified: 3/5/09 4:56 PM
    Get Info String: OpenLDAP framework v2.3.27
    Location: /System/Library/Frameworks/LDAP.framework
    Private: No
    Message:
    Version: 3.5
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/Frameworks/Message.framework
    Private: No
    OpenAL:
    Version: 1.2
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/Frameworks/OpenAL.framework
    Private: No
    OpenGL:
    Version: 1.5.9
    Last Modified: 3/7/09 4:22 PM
    Get Info String: OpenGL 1.5.9.4.0
    Location: /System/Library/Frameworks/OpenGL.framework
    Private: No
    OSAKit:
    Version: 1.1
    Last Modified: 3/5/09 4:56 PM
    Get Info String: 1.0.1, Copyright © 2005-2005 Apple Computer, Inc. All Rights Reserved
    Location: /System/Library/Frameworks/OSAKit.framework
    Private: No
    PCSC:
    Version: 6.0
    Last Modified: 3/5/09 4:51 PM
    Location: /System/Library/Frameworks/PCSC.framework
    Private: No
    PreferencePanes:
    Version: 12.2
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/Frameworks/PreferencePanes.framework
    Private: No
    PubSub:
    Version: 1.0.3
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/Frameworks/PubSub.framework
    Private: No
    Python:
    Version: 2.5
    Last Modified: 3/5/09 4:57 PM
    Get Info String: Python Runtime and Library
    Location: /System/Library/Frameworks/Python.framework
    Private: No
    QTKit:
    Version: 7.6
    Last Modified: 3/7/09 4:15 PM
    Get Info String: QTKit 7.6, Copyright 2003-2008, Apple Inc.
    Location: /System/Library/Frameworks/QTKit.framework
    Private: No
    Quartz:
    Version: 1.5
    Last Modified: 3/5/09 4:51 PM
    Location: /System/Library/Frameworks/Quartz.framework
    Private: No
    QuartzCore:
    Version: 1.5.7
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/Frameworks/QuartzCore.framework
    Private: No
    QuickLook:
    Version: 1.3.1
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/Frameworks/QuickLook.framework
    Private: No
    QuickTime:
    Version: 7.6.0
    Last Modified: 3/7/09 4:15 PM
    Location: /System/Library/Frameworks/QuickTime.framework
    Private: No
    Ruby:
    Version: 1.8.6
    Last Modified: 3/5/09 4:56 PM
    Get Info String: Ruby Runtime and Library
    Location: /System/Library/Frameworks/Ruby.framework
    Private: No
    RubyCocoa:
    Version: 0.13.1
    Last Modified: 3/5/09 4:56 PM
    Get Info String: RubyCocoa 0.13.1 Copyright (c) 2002 FUJIMOTO Hisakuni.
    Location: /System/Library/Frameworks/RubyCocoa.framework
    Private: No
    ScreenSaver:
    Version: 2.2
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/Frameworks/ScreenSaver.framework
    Private: No
    Scripting:
    Version: 6.1
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/Frameworks/Scripting.framework
    Private: No
    ScriptingBridge:
    Version: 1.0.1
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/Frameworks/ScriptingBridge.framework
    Private: No
    Security:
    Version: 5.0.4
    Last Modified: 3/5/09 4:51 PM
    Location: /System/Library/Frameworks/Security.framework
    Private: No
    SecurityFoundation:
    Version: 3.0
    Last Modified: 3/5/09 4:51 PM
    Location: /System/Library/Frameworks/SecurityFoundation.framework
    Private: No
    SecurityInterface:
    Version: 3.0.1
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/Frameworks/SecurityInterface.framework
    Private: No
    SyncServices:
    Version: 3.1
    Last Modified: 3/7/09 4:22 PM
    Get Info String: © 2003-2004 Apple
    Location: /System/Library/Frameworks/SyncServices.framework
    Private: No
    System:
    Version: 9.2
    Last Modified: 3/5/09 4:51 PM
    Location: /System/Library/Frameworks/System.framework
    Private: No
    SystemConfiguration:
    Version: 1.9.2
    Last Modified: 3/5/09 4:51 PM
    Get Info String: 1.9.2
    Location: /System/Library/Frameworks/SystemConfiguration.framework
    Private: No
    Tcl:
    Version: 8.4.7 b
    Last Modified: 3/5/09 4:56 PM
    Get Info String: Tcl Library 8.4 b, Copyright © 2007 Tcl Core Team.
    MacOS X Port by Jim Ingham <[email protected]> & Ian Reid, Copyright
    © 2001-2002, Apple Computer, Inc.
    Location: /System/Library/Frameworks/Tcl.framework
    Private: No
    Tk:
    Version: 8.4.7 b
    Last Modified: 3/5/09 4:56 PM
    Get Info String: Tk Library 8.4, Copyright © 2004 Tcl Core Team.
    MacOS X Port by Jim Ingham <[email protected]> & Ian Reid, Copyright © 2001-2002, Apple Computer, Inc.
    Location: /System/Library/Frameworks/Tk.framework
    Private: No
    TWAIN:
    Version: 1.9.3
    Last Modified: 3/5/09 4:56 PM
    Get Info String: 1.9.3, © Copyright 2001-2004, TWAIN Working Group.
    Location: /System/Library/Frameworks/TWAIN.framework
    Private: No
    vecLib:
    Version: 3.4.2
    Last Modified: 3/5/09 4:56 PM
    Get Info String: DSP, BLAS, LAPACK, Vector Math, and Large Number Library
    Location: /System/Library/Frameworks/vecLib.framework
    Private: No
    WebKit:
    Version: 5525.18.1
    Last Modified: 3/7/09 4:22 PM
    Get Info String: 5525.18.1, Copyright 2003-2007 Apple Inc.
    Location: /System/Library/Frameworks/WebKit.framework
    Private: No
    XgridFoundation:
    Version: 1.3
    Last Modified: 3/5/09 4:56 PM
    Get Info String: 1.3, Copyright 2003-2006 Apple Computer, Inc., All Rights Reserved
    Location: /System/Library/Frameworks/XgridFoundation.framework
    Private: No
    Admin:
    Version: 3.6
    Last Modified: 3/7/09 4:22 PM
    Get Info String: Admin Framework
    Location: /System/Library/PrivateFrameworks/Admin.framework
    Private: Yes
    AOSNotification:
    Version: 1.0.0
    Last Modified: 3/7/09 4:22 PM
    Get Info String: AOS Notification, Copyright 2008 Apple Inc.
    Location: /System/Library/PrivateFrameworks/AOSNotification.framework
    Private: Yes
    Apple80211:
    Version: 5.2.4
    Last Modified: 3/5/09 4:51 PM
    Get Info String: Apple AirPort Framework, Copyright © 2000–2007 Apple Inc. All Rights Reserved.
    Location: /System/Library/PrivateFrameworks/Apple80211.framework
    Private: Yes
    AppleAppSupport:
    Version: 1.5
    Last Modified: 3/5/09 4:51 PM
    Location: /System/Library/PrivateFrameworks/AppleAppSupport.framework
    Private: Yes
    AppleScript:
    Version: 2.0.1
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/PrivateFrameworks/AppleScript.framework
    Private: Yes
    AppleVA:
    Version: 4.1.14
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/PrivateFrameworks/AppleVA.framework
    Private: Yes
    Assistant:
    Version: 1.2.0
    Last Modified: 3/5/09 4:51 PM
    Location: /System/Library/PrivateFrameworks/Assistant.framework
    Private: Yes
    BackRow:
    Version: 2.1.1
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/PrivateFrameworks/BackRow.framework
    Private: Yes
    Backup:
    Version: 1.0
    Last Modified: 3/5/09 4:51 PM
    Location: /System/Library/PrivateFrameworks/Backup.framework
    Private: Yes
    BEEP:
    Version: 1.3
    Last Modified: 3/5/09 4:56 PM
    Get Info String: 1.3, Copyright 2003-2006 Apple Computer, Inc., All Rights Reserved
    Location: /System/Library/PrivateFrameworks/BEEP.framework
    Private: Yes
    BezelServices:
    Version: 1.4.925
    Last Modified: 3/7/09 4:22 PM
    Get Info String: BezelServices 1.4.925
    Location: /System/Library/PrivateFrameworks/BezelServices.framework
    Private: Yes
    Bom:
    Version: 9.0.1
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/PrivateFrameworks/Bom.framework
    Private: Yes
    BrowserKit:
    Version: 1.5
    Last Modified: 3/7/09 4:15 PM
    Location: /System/Library/PrivateFrameworks/BrowserKit.framework
    Private: Yes
    ByteRangeLocking:
    Version: 1.1.0
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/PrivateFrameworks/ByteRangeLocking.framework
    Private: Yes
    Calculate:
    Version: 1.3.0
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/PrivateFrameworks/Calculate.framework
    Private: Yes
    CommonCandidateWindow:
    Version: 1.1.0
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/PrivateFrameworks/CommonCandidateWindow.framework
    Private: Yes
    CoreAUC:
    Version: 3.02.0
    Last Modified: 3/7/09 4:15 PM
    Location: /System/Library/PrivateFrameworks/CoreAUC.framework
    Private: Yes
    CoreChineseEngine:
    Version: 1.1
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/PrivateFrameworks/CoreChineseEngine.framework
    Private: Yes
    CoreFP:
    Version: 1.1.11
    Last Modified: 3/7/09 4:16 PM
    Location: /System/Library/PrivateFrameworks/CoreFP.framework
    Private: Yes
    CoreMediaAuthoringPrivate:
    Version: 1.6
    Last Modified: 3/7/09 4:15 PM
    Location: /System/Library/PrivateFrameworks/CoreMediaAuthoringPrivate.framework
    Private: Yes
    CoreMediaIOServicesPrivate:
    Version: 15.0
    Last Modified: 3/7/09 4:15 PM
    Location: /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework
    Private: Yes
    CoreMediaPrivate:
    Version: 15.0
    Last Modified: 3/7/09 4:15 PM
    Location: /System/Library/PrivateFrameworks/CoreMediaPrivate.framework
    Private: Yes
    CoreRAID:
    Version: 36
    Last Modified: 3/5/09 4:51 PM
    Get Info String: 36, Copyright 2007 Apple Inc.
    Location: /System/Library/PrivateFrameworks/CoreRAID.framework
    Private: Yes
    CoreUI:
    Version: 1.2
    Last Modified: 3/5/09 4:51 PM
    Location: /System/Library/PrivateFrameworks/CoreUI.framework
    Private: Yes
    CrashReporterSupport:
    Version: 10.5.5
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/PrivateFrameworks/CrashReporterSupport.framework
    Private: Yes
    DataDetectors:
    Version: 1.0.1
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/PrivateFrameworks/DataDetectors.framework
    Private: Yes
    DataDetectorsCore:
    Version: 1.0.2
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/PrivateFrameworks/DataDetectorsCore.framework
    Private: Yes
    DAVKit:
    Version: 3.0.6
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/PrivateFrameworks/DAVKit.framework
    Private: Yes
    DebugSymbols:
    Version: 1.0
    Last Modified: 3/5/09 4:51 PM
    Location: /System/Library/PrivateFrameworks/DebugSymbols.framework
    Private: Yes
    DesktopServicesPriv:
    Version: 1.4.7
    Last Modified: 3/7/09 4:22 PM
    Get Info String: Desktop Services
    Location: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework
    Private: Yes
    DeviceLink:
    Version: 2.0
    Last Modified: 3/7/09 4:16 PM
    Location: /System/Library/PrivateFrameworks/DeviceLink.framework
    Private: Yes
    DigiHubPreference:
    Version: 1.5
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/PrivateFrameworks/DigiHubPreference.framework
    Private: Yes
    DirectoryServiceCore:
    Version: 3.5.5
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/PrivateFrameworks/DirectoryServiceCore.framework
    Private: Yes
    DiskArbitration:
    Version: 2.2.1
    Last Modified: 3/5/09 4:51 PM
    Get Info String: 2.2.1, Copyright © 1998-2007 Apple Inc.
    Location: /System/Library/PrivateFrameworks/DiskArbitration.framework
    Private: Yes
    DiskImages:
    Version: 10.5.4
    Last Modified: 3/5/09 4:51 PM
    Get Info String: 10.5, Copyright 2000-2007 Apple Inc.
    Location: /System/Library/PrivateFrameworks/DiskImages.framework
    Private: Yes
    DiskManagement:
    Version: 2.3
    Last Modified: 3/5/09 4:51 PM
    Get Info String: Disk Management version 2.3, Copyright © 1998-2008 Apple Inc. All Rights Reserved.
    Location: /System/Library/PrivateFrameworks/DiskManagement.framework
    Private: Yes
    DisplayServices:
    Version: 2.0.2
    Last Modified: 3/5/09 4:56 PM
    Get Info String: DisplayServices 2.0.2
    Location: /System/Library/PrivateFrameworks/DisplayServices.framework
    Private: Yes
    DMNotification:
    Version: 1.1.0
    Last Modified: 3/5/09 4:56 PM
    Get Info String: .Mac Notification Framework, Copyright 2004-2007 Apple, Inc.
    Location: /System/Library/PrivateFrameworks/DMNotification.framework
    Private: Yes
    DotMacLegacy:
    Version: 3.1
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/PrivateFrameworks/DotMacLegacy.framework
    Private: Yes
    DotMacSyncManager:
    Version: 1.2.3
    Last Modified: 3/7/09 4:22 PM
    Get Info String: .Mac Sync Manager, Copyright 2004-2006 Apple Computer, Inc.
    Location: /System/Library/PrivateFrameworks/DotMacSyncManager.framework
    Private: Yes
    DSObjCWrappers:
    Version: 1.3
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/PrivateFrameworks/DSObjCWrappers.framework
    Private: Yes
    DVD:
    Version: 4.0.1
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/PrivateFrameworks/DVD.framework
    Private: Yes
    EAP8021X:
    Version: 9.0.5
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/PrivateFrameworks/EAP8021X.framework
    Private: Yes
    FamilyControls:
    Version: 1.0.3
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/PrivateFrameworks/FamilyControls.framework
    Private: Yes
    FileSync:
    Version: 4.0.1
    Last Modified: 3/7/09 4:22 PM
    Get Info String: © Copyright 2006 Apple Computer Inc., all rights reserved.
    Location: /System/Library/PrivateFrameworks/FileSync.framework
    Private: Yes
    FWAVCPrivate:
    Version: 1.0
    Last Modified: 3/7/09 4:15 PM
    Location: /System/Library/PrivateFrameworks/FWAVCPrivate.framework
    Private: Yes
    GoogleContactSync:
    Version: 15.1
    Last Modified: 3/7/09 4:22 PM
    Get Info String: GoogleContactSync 15.1 © 2007-2008 Google Inc.
    Location: /System/Library/PrivateFrameworks/GoogleContactSync.framework
    Private: Yes
    GraphicsAppSupport:
    Version: 1.0
    Last Modified: 3/5/09 5:43 PM
    Location: /System/Library/PrivateFrameworks/GraphicsAppSupport.framework
    Private: Yes
    GraphKit:
    Version: 1.0.4
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/PrivateFrameworks/GraphKit.framework
    Private: Yes
    HelpData:
    Version: 1.0.1
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/PrivateFrameworks/HelpData.framework
    Private: Yes
    HelpUI:
    Version: 150
    Last Modified: 3/7/09 4:22 PM
    Get Info String: Copyright 2001–2005 Apple Computer, Inc.,\nAll Rights Reserved.
    Location: /System/Library/PrivateFrameworks/HelpUI.framework
    Private: Yes
    ICANotifications:
    Version: 4.0
    Last Modified: 3/7/09 4:22 PM
    Get Info String: 4.0, © Copyright 2000-2006 Apple Inc., all rights reserved.
    Location: /System/Library/PrivateFrameworks/ICANotifications.framework
    Private: Yes
    iChatCommonGUI:
    Version: 4.0.5
    Last Modified: 3/7/09 4:21 PM
    Get Info String: 4.0.5, Copyright © 2002-2008 Apple Inc. All rights reserved.
    Location: /System/Library/PrivateFrameworks/iChatCommonGUI.framework
    Private: Yes
    iLifeMediaBrowser:
    Version: 1.0.11
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework
    Private: Yes
    Install:
    Version: 3.0.3
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/PrivateFrameworks/Install.framework
    Private: Yes
    InstallServer:
    Version: 1.0
    Last Modified: 3/5/09 4:51 PM
    Location: /System/Library/PrivateFrameworks/InstallServer.framework
    Private: Yes
    International:
    Version: 1.5
    Last Modified: 3/5/09 4:56 PM
    Get Info String: Copyright Apple Computer, Inc. 2006
    Location: /System/Library/PrivateFrameworks/International.framework
    Private: Yes
    InternetConnect:
    Version: 1.5
    Last Modified: 3/5/09 4:56 PM
    Get Info String: 1.5
    Location: /System/Library/PrivateFrameworks/InternetConnect.framework
    Private: Yes
    IntlPreferences:
    Version: 1.3.0
    Last Modified: 3/5/09 4:56 PM
    Get Info String: IntlPreferences version 1.3.0, Copyright 2000-2005, Apple Computer, Inc.
    Location: /System/Library/PrivateFrameworks/IntlPreferences.framework
    Private: Yes
    iPhotoAccess:
    Version: 2.0.2
    Last Modified: 3/7/09 4:22 PM
    Get Info String: iPhotoAccess 2.0.2, Copyright © 2002-2008 Apple Inc.
    Location: /System/Library/PrivateFrameworks/iPhotoAccess.framework
    Private: Yes
    iPod:
    Version: 1.5
    Last Modified: 3/5/09 4:57 PM
    Get Info String: iPod version 1.5, Copyright 2002-2005, Apple Computer, Inc.
    Location: /System/Library/PrivateFrameworks/iPod.framework
    Private: Yes
    iPodSync:
    Version: 2.4
    Last Modified: 3/5/09 4:57 PM
    Location: /System/Library/PrivateFrameworks/iPodSync.framework
    Private: Yes
    ISSupport:
    Version: 1.7
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/PrivateFrameworks/ISSupport.framework
    Private: Yes
    iTunesAccess:
    Version: 8.0.2
    Last Modified: 3/7/09 4:16 PM
    Location: /System/Library/PrivateFrameworks/iTunesAccess.framework
    Private: Yes
    JavaApplicationLauncher:
    Version: 12.0.0
    Last Modified: 3/5/09 5:04 PM
    Get Info String: JavaApplicationLauncher 12.0.0, Copyright 2001-2006, Apple Computer, Inc.
    Location: /System/Library/PrivateFrameworks/JavaApplicationLauncher.framework
    Private: Yes
    JavaScriptGlue:
    Version: 5525.13
    Last Modified: 3/5/09 4:51 PM
    Get Info String: 5525.13, Copyright 2003-2007 Apple Inc.
    Location: /System/Library/PrivateFrameworks/JavaScriptGlue.framework
    Private: Yes
    KAdminClient:
    Version: 6.0.12
    Last Modified: 3/5/09 4:51 PM
    Get Info String: 6.0 Copyright © 2007 Massachusetts Institute of Technology
    Location: /System/Library/PrivateFrameworks/KAdminClient.framework
    Private: Yes
    KAdminServer:
    Version: 6.0.12
    Last Modified: 3/5/09 4:51 PM
    Get Info String: 6.0 Copyright © 2007 Massachusetts Institute of Technology
    Location: /System/Library/PrivateFrameworks/KAdminServer.framework
    Private: Yes
    KerberosHelper:
    Version: 1.1
    Last Modified: 3/5/09 4:51 PM
    Location: /System/Library/PrivateFrameworks/KerberosHelper.framework
    Private: Yes
    MachineSettings:
    Version: 3.6
    Last Modified: 3/7/09 4:22 PM
    Get Info String: MachineSettings Framework
    Location: /System/Library/PrivateFrameworks/MachineSettings.framework
    Private: Yes
    ManagedClient:
    Version: 1.0.2
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/PrivateFrameworks/ManagedClient.framework
    Private: Yes
    MDSChannel:
    Version: 1.0
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/PrivateFrameworks/MDSChannel.framework
    Private: Yes
    MediaKit:
    Version: 9.1
    Last Modified: 3/7/09 4:22 PM
    Get Info String: Esoteric Media Manipulation
    Location: /System/Library/PrivateFrameworks/MediaKit.framework
    Private: Yes
    MobileDevice:
    Version: 3.2.2
    Last Modified: 3/7/09 4:16 PM
    Location: /System/Library/PrivateFrameworks/MobileDevice.framework
    Private: Yes
    MonitorPanel:
    Version: 1.2.0
    Last Modified: 3/5/09 4:56 PM
    Get Info String: MonitorPanelFramework version 1.2.0, Copyright 2001-2006, Apple Computer, Inc.
    Location: /System/Library/PrivateFrameworks/MonitorPanel.framework
    Private: Yes
    MultitouchSupport:
    Version: 189.29.1
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/PrivateFrameworks/MultitouchSupport.framework
    Private: Yes
    NetInfo:
    Version: 1.0.0
    Last Modified: 3/5/09 4:51 PM
    Location: /System/Library/PrivateFrameworks/NetInfo.framework
    Private: Yes
    NetworkConfig:
    Version: 2.3
    Last Modified: 3/5/09 4:56 PM
    Get Info String: 2.3
    Location: /System/Library/PrivateFrameworks/NetworkConfig.framework
    Private: Yes
    NetworkDiagnosticsUI:
    Version: 1.1.1
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/PrivateFrameworks/NetworkDiagnosticsUI.framework
    Private: Yes
    OfficeImport:
    Version: 1.2
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/PrivateFrameworks/OfficeImport.framework
    Private: Yes
    OpenDirectory:
    Version: 10.5
    Last Modified: 3/5/09 4:51 PM
    Location: /System/Library/PrivateFrameworks/OpenDirectory.framework
    Private: Yes
    OpenTransport:
    Version: 3.0
    Last Modified: 3/5/09 4:56 PM
    Get Info String: OpenTransport
    Location: /System/Library/PrivateFrameworks/OpenTransport.framework
    Private: Yes
    PasswordServer:
    Version: 3.0.3
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/PrivateFrameworks/PasswordServer.framework
    Private: Yes
    PlatformHardwareManagement:
    Version: 1.2.0
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/PrivateFrameworks/PlatformHardwareManagement.framework
    Private: Yes
    PodcastProducerCore:
    Version: 1.1
    Last Modified: 3/7/09 4:22 PM
    Get Info String: 1.1, Copyright 2006 Apple Computer, Inc., All Rights Reserved
    Location: /System/Library/PrivateFrameworks/PodcastProducerCore.framework
    Private: Yes
    ProKit:
    Version: 4.5
    Last Modified: 3/7/09 4:15 PM
    Get Info String: ProKit version 4.5, Copyright (c) 2003-2007 Apple Inc.
    Location: /System/Library/PrivateFrameworks/ProKit.framework
    Private: Yes
    PSNormalizer:
    Version: 8.6
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/PrivateFrameworks/PSNormalizer.framework
    Private: Yes
    QuickLookUI:
    Version: 1.3.1
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/PrivateFrameworks/QuickLookUI.framework
    Private: Yes
    Restore:
    Version: 1.1
    Last Modified: 3/5/09 4:51 PM
    Location: /System/Library/PrivateFrameworks/Restore.framework
    Private: Yes
    ScreenReader:
    Version: 2.2
    Last Modified: 3/5/09 4:56 PM
    Get Info String: 2.2, Copyright © 2005-2008 Apple Inc., All Rights Reserved
    Location: /System/Library/PrivateFrameworks/ScreenReader.framework
    Private: Yes
    ScreenSharing:
    Version: 1.0.1
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/PrivateFrameworks/ScreenSharing.framework
    Private: Yes
    SecurityTokend:
    Version: 2.0
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/PrivateFrameworks/SecurityTokend.framework
    Private: Yes
    ServerFoundation:
    Version: 1.0.2
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/PrivateFrameworks/ServerFoundation.framework
    Private: Yes
    ServerKit:
    Version: 1.0.1
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/PrivateFrameworks/ServerKit.framework
    Private: Yes
    SetupAssistant:
    Version: 10.5.1
    Last Modified: 3/5/09 4:56 PM
    Get Info String: Copyright Apple Computer, Inc. 2005
    Location: /System/Library/PrivateFrameworks/SetupAssistant.framework
    Private: Yes
    SetupAssistantSupport:
    Version: 10.5.1
    Last Modified: 3/5/09 4:56 PM
    Get Info String: Copyright Apple Computer, Inc. 2006
    Location: /System/Library/PrivateFrameworks/SetupAssistantSupport.framework
    Private: Yes
    Shortcut:
    Version: 1
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/PrivateFrameworks/Shortcut.framework
    Private: Yes
    Slideshow:
    Version: 2.0
    Last Modified: 3/5/09 4:56 PM
    Get Info String: 2.0, Copyright © 2004-2006 Apple Computer Inc., All Rights Reserved
    Location: /System/Library/PrivateFrameworks/Slideshow.framework
    Private: Yes
    SoftwareUpdate:
    Version: 3.0.4
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/PrivateFrameworks/SoftwareUpdate.framework
    Private: Yes
    SpeechDictionary:
    Version: 3.9.5
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/PrivateFrameworks/SpeechDictionary.framework
    Private: Yes
    SpeechObjects:
    Version: 4.5
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/PrivateFrameworks/SpeechObjects.framework
    Private: Yes
    SpotlightIndex:
    Version: 10.5.2
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/PrivateFrameworks/SpotlightIndex.framework
    Private: Yes
    SPSupport:
    Version: 10.5.6
    Last Modified: 3/7/09 4:22 PM
    Get Info String: 10.5, Copyright 1997-2005 Apple Computer, Inc.
    Location: /System/Library/PrivateFrameworks/SPSupport.framework
    Private: Yes
    Symbolication:
    Version: 1.0
    Last Modified: 3/5/09 4:51 PM
    Location: /System/Library/PrivateFrameworks/Symbolication.framework
    Private: Yes
    SyncLegacy:
    Version: 4.0
    Last Modified: 3/5/09 4:56 PM
    Get Info String: © 2002-2003 Apple
    Location: /System/Library/PrivateFrameworks/SyncLegacy.framework
    Private: Yes
    SyncServicesUI:
    Version: 4.1
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/PrivateFrameworks/SyncServicesUI.framework
    Private: Yes
    SyndicationUI:
    Version: 2.0.3
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/PrivateFrameworks/SyndicationUI.framework
    Private: Yes
    SystemMigration:
    Version: 2.6.1
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/PrivateFrameworks/SystemMigration.framework
    Private: Yes
    SystemUIPlugin:
    Version: 1.5
    Last Modified: 3/5/09 4:56 PM
    Get Info String: SystemUIPlugin version 1.5, Copyright 2000-2006, Apple Computer, Inc.
    Location: /System/Library/PrivateFrameworks/SystemUIPlugin.framework
    Private: Yes
    UIRecording:
    Version: 1.0
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/PrivateFrameworks/UIRecording.framework
    Private: Yes
    URLAccess:
    Version: 219
    Last Modified: 3/5/09 4:56 PM
    Get Info String: URLAccess.framework 1.1, Copyright © 2000-2004 Apple Computer Inc.
    Location: /System/Library/PrivateFrameworks/URLAccess.framework
    Private: Yes
    URLMount:
    Version: 3.1.1
    Last Modified: 3/5/09 4:51 PM
    Location: /System/Library/PrivateFrameworks/URLMount.framework
    Private: Yes
    VideoConference:
    Version: 363.27
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/PrivateFrameworks/VideoConference.framework
    Private: Yes
    vmutils:
    Version: 4.1
    Last Modified: 3/5/09 4:51 PM
    Get Info String: vmutils 4.1, Copyright 2002-2006 Apple Computer, Inc.
    Location: /System/Library/PrivateFrameworks/vmutils.framework
    Private: Yes
    VSP:
    Version: 2.2.2
    Last Modified: 3/5/09 4:56 PM
    Get Info String: VSP framework 2.2.2, Copyright 2001-2007, Apple Inc.
    Location: /System/Library/PrivateFrameworks/VSP.framework
    Private: Yes
    WhitePages:
    Version: 1.2
    Last Modified: 3/7/09 4:22 PM
    Location: /System/Library/PrivateFrameworks/WhitePages.framework
    Private: Yes
    XgridInterface:
    Version: 1.3
    Last Modified: 3/5/09 4:56 PM
    Get Info String: 1.3, Copyright 2003-2006 Apple Computer, Inc., All Rights Reserved
    Location: /System/Library/PrivateFrameworks/XgridInterface.framework
    Private: Yes
    XMPP:
    Version: 1.0.0
    Last Modified: 11/12/08 5:50 PM
    Location: /System/Library/PrivateFrameworks/XMPP.framework
    Private: Yes
    XQuery:
    Version: 1.3
    Last Modified: 3/5/09 4:56 PM
    Get Info String: XQuery version 1.3, Copyright (c) 2004-2007 Apple Inc.
    Location: /System/Library/PrivateFrameworks/XQuery.framework
    Private: Yes
    YahooSync:
    Version: 1.2
    Last Modified: 3/5/09 4:56 PM
    Location: /System/Library/PrivateFrameworks/YahooSync.framework
    Private: Yes
    FxPlug:
    Version: 1.1
    Last Modified: 3/5/09 5:29 PM
    Location: /Library/Frameworks/FxPlug.framework
    Private: No
    HPDeviceModel:
    Version: 2.3.0
    Last Modified: 3/6/09 8:35 AM
    Get Info String: HPDeviceModel version 2.3.0b94, (c) Copyright 2005-2008 Hewlett-Packard Development Company, L.P.
    Location: /Library/Frameworks/HPDeviceModel.framework
    Private: No
    HPPml:
    Version: 2.5.3
    Last Modified: 3/6/09 8:30 AM
    Get Info String: HPPml version 2.5.3.677, (c) Copyright 2004-2007 Hewlett-Packard Development Company, L.P.
    Location: /Library/Frameworks/HPPml.framework
    Private: No
    HPServicesInterface:
    Version: 2.5.3
    Last Modified: 3/6/09 8:30 AM
    Get Info String: HPServicesInterface version 2.5.3.677, (c) Copyright 2002-2007 Hewlett-Packard Development Company, L.P.
    Location: /Library/Frameworks/HPServicesInterface.framework
    Private: No
    HPSmartPrint:
    Version: 4.0
    Last Modified: 3/6/09 8:34 AM
    Get Info String: HPSmartPrint Framework v4.0
    Location: /Library/Frameworks/HPSmartPrint.framework
    Private: No
    HPSmartX:
    Version: 1.10.1
    Last Modified: 3/6/09 8:30 AM
    Location: /Library/Frameworks/HPSmartX.framework
    Private: No
    PluginManager:
    Version: 1.6
    Last Modified: 3/5/09 5:29 PM
    Get Info String: Plugin Manager
    Location: /Library/Frameworks/PluginManager.framework
    Private: No
    ProFX:
    Version: 1.1
    Last Modified: 3/5/09 5:29 PM
    Location: /Library/Frameworks/ProFX.framework
    Private: No
    Snapfish:
    Version: 1.0
    Last Modified: 3/6/09 8:31 AM
    Location: /Library/Frameworks/Snapfish.framework
    Private: No

    Hi,
    According to your descriptioin, I don't think this is system problem, it should be Intel driver problem. It would be contact Intel to confirm this issue whether this is their driver problem.
    Roger Lu
    TechNet Community Support

  • Garbage characters returned for Ajax requests?

    I have a form that when submitted , always re render in weird
    looking form !! the arabic characters do not get displayed
    correctly.
    Also, making ajax requests return characters that look weird
    (it is not from the server as it gets displayed nicely on Firefox
    and IE)

    It seems like it's a webkit issue !! Rendering UTF8 correctly
    in special circumstances is not as expected with Webkit (or at
    least its old version)
    How can I update the webkit version that came with my Adobe
    Air ? Or how can I fix the issue mentioned above ??

Maybe you are looking for

  • ORA-27123 error while creating database

    I am using dbca to attempt to create a database after installing 9i on a dual-CPU linux box running Red Hat 7.3. When I click 'finish' on the database creation wizard, everything appeared to be correct, but I receive an error message indicating that

  • How to have default value in an output field?

    Hi, I am working on module pool program and want the initial value for a numeric data to appear by default in an Input/Output field. How do I achieve the same? Thanks.

  • HELP! Converting video captured w/Nikon D90 into usable codec w/FCP 5.1

    I'm going crazy trying to figure out how to get AVI files--captured with the Nikon D90--to export with Final Cut Pro 5.1 I can't convert to ProRes as I don't have FCP 6, so how can I convert my AVI files to something usable in FCP!? I've searched and

  • Query is doing full table scan

    Hi All, The below query is doing full table scan. So many threads from application trigger this query and doing full table scan. Can you please tell me how to improve the performance of this query? Env is 11.2.0.3 RAC (4 node). Unique index on VZ_ID,

  • Trying to make a flex application scalable in its display size by using a "Host-swf" - Problem

    We created a flex application using Flex 3. What we are trying to do is to make this application scalable in its display size. That means we want the application to scale itself to exactly fit the size of the browser window without using a scrollbar