In normal mode, I just got "permissions verify or repair failed." The only thing connected to the MBP is, sometimes, the iphone, but it hasn't been consistently connected during the crashes. Apple replaced the RAM with brand new Apple RAM as part of their troubleshooting in February, and it was fine for a few weeks with that RAM - so, yes, it was replaced somewhat recently but it doesn't precisely coincide with the problem.
Resintalling the OS was the last resort, because of the downtime involved and the bother in finding an external drive with nothing else on it that I can use as an installer disk; I was hoping it might be something simpler (and, if it's something other than the OS then of course reinstalling the OS will still leave the problem). So that's the next step.
Also, when I do "Verify Disk" the drive checks out ok, if that means anything.
Oh, and while I was typing this Safari crashed with this report:
Process: WebProcess [1240]
Path: /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcess
Identifier: com.apple.WebProcess
Version: 8536 (8536.28.10)
Build Info: WebKit2-7536028010000000~1
Code Type: X86-64 (Native)
Parent Process: ??? [1]
User ID: 501
Date/Time: 2013-05-02 19:07:53.642 -0400
OS Version: Mac OS X 10.8.3 (12D78)
Report Version: 10
Interval Since Last Report: 37711 sec
Crashes Since Last Report: -3
Per-App Interval Since Last Report: -516 sec
Per-App Crashes Since Last Report: 1
Anonymous UUID: 8BCCA0E6-886D-C4A4-CB7E-FB7AA05B9482
Crashed Thread: 5 JavaScriptCore::Marking
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x000000011b7e0000
VM Regions Near 0x11b7e0000:
JS garbage collector 000000011b700000-000000011b7e0000 [ 896K] rw-/rwx SM=PRV
-->
JS garbage collector 000000011b800000-000000011b820000 [ 128K] rw-/rwx SM=PRV
Application Specific Information:
Bundle controller class:
BrowserBundleController
Thread 0:: Dispatch queue: com.apple.main-thread
0 com.apple.JavaScriptCore 0x000000010f0066a0 JSC::SlotVisitor::copyAndAppend(void**, unsigned long, JSC::JSValue*, unsigned int) + 112
1 com.apple.JavaScriptCore 0x000000010efc852f JSC::JSArray::visitChildren(JSC::JSCell*, JSC::SlotVisitor&) + 79
2 com.apple.JavaScriptCore 0x000000010f00624d JSC::SlotVisitor::drain() + 301
3 com.apple.JavaScriptCore 0x000000010f005b26 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 294
4 com.apple.JavaScriptCore 0x000000010efaf74e JSC::Heap::markRoots(bool) + 1630
5 com.apple.JavaScriptCore 0x000000010efaed78 JSC::Heap::collect(JSC::Heap::SweepToggle) + 152
6 com.apple.JavaScriptCore 0x000000010efadb8b JSC::DefaultGCActivityCallbackPlatformData::timerDidFire(__CFRunLoopTimer*, void*) + 315
7 com.apple.CoreFoundation 0x000000010e37d804 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
8 com.apple.CoreFoundation 0x000000010e37d31d __CFRunLoopDoTimer + 557
9 com.apple.CoreFoundation 0x000000010e362ad9 __CFRunLoopRun + 1529
10 com.apple.CoreFoundation 0x000000010e3620e2 CFRunLoopRunSpecific + 290
11 com.apple.HIToolbox 0x0000000115295eb4 RunCurrentEventLoopInMode + 209
12 com.apple.HIToolbox 0x0000000115295c52 ReceiveNextEventCommon + 356
13 com.apple.HIToolbox 0x0000000115295ae3 BlockUntilNextEventMatchingListInMode + 62
14 com.apple.AppKit 0x00000001114b6563 _DPSNextEvent + 685
15 com.apple.AppKit 0x00000001114b5e22 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
16 com.apple.AppKit 0x00000001114ad1d3 -[NSApplication run] + 517
17 com.apple.WebCore 0x000000010feb880f WebCore::RunLoop::run() + 63
18 com.apple.WebKit2 0x000000010eb8c942 WebKit::WebProcessMain(WebKit::CommandLine const&) + 2586
19 com.apple.WebKit2 0x000000010eb541e9 WebKitMain + 285
20 com.apple.WebProcess 0x000000010d682e7b 0x10d682000 + 3707
21 libdyld.dylib 0x000000010d83e7e1 start + 1
Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x000000010da10d16 kevent + 10
1 libdispatch.dylib 0x000000010d80adea _dispatch_mgr_invoke + 883
2 libdispatch.dylib 0x000000010d80a9ee _dispatch_mgr_thread + 54
Thread 2:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x000000010da0e686 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x000000010da0dc42 mach_msg + 70
2 com.apple.CoreFoundation 0x000000010e35d233 __CFRunLoopServiceMachPort + 195
3 com.apple.CoreFoundation 0x000000010e362916 __CFRunLoopRun + 1078
4 com.apple.CoreFoundation 0x000000010e3620e2 CFRunLoopRunSpecific + 290
5 com.apple.Foundation 0x0000000110e1ab66 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
6 com.apple.Foundation 0x0000000110e78cd2 __NSThread__main__ + 1345
7 libsystem_c.dylib 0x000000010d8997a2 _pthread_start + 327
8 libsystem_c.dylib 0x000000010d8861e1 thread_start + 13
Thread 3:: JavaScriptCore::BlockFree
0 libsystem_kernel.dylib 0x000000010da100fa __psynch_cvwait + 10
1 libsystem_c.dylib 0x000000010d89dfe9 _pthread_cond_wait + 869
2 com.apple.JavaScriptCore 0x000000010ee7fee6 ***::ThreadCondition::timedWait(***::Mutex&, double) + 118
3 com.apple.JavaScriptCore 0x000000010f0a2c5a JSC::BlockAllocator::blockFreeingThreadMain() + 90
4 com.apple.JavaScriptCore 0x000000010f0b82bf ***::wtfThreadEntryPoint(void*) + 15
5 libsystem_c.dylib 0x000000010d8997a2 _pthread_start + 327
6 libsystem_c.dylib 0x000000010d8861e1 thread_start + 13
Thread 4:: JavaScriptCore::Marking
0 com.apple.JavaScriptCore 0x000000010efc7954 JSC::JSActivation::visitChildren(JSC::JSCell*, JSC::SlotVisitor&) + 84
1 com.apple.JavaScriptCore 0x000000010f006258 JSC::SlotVisitor::drain() + 312
2 com.apple.JavaScriptCore 0x000000010f005b26 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 294
3 com.apple.JavaScriptCore 0x000000010f0059b6 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
4 com.apple.JavaScriptCore 0x000000010f0b82bf ***::wtfThreadEntryPoint(void*) + 15
5 libsystem_c.dylib 0x000000010d8997a2 _pthread_start + 327
6 libsystem_c.dylib 0x000000010d8861e1 thread_start + 13
Thread 5 Crashed:: JavaScriptCore::Marking
0 libsystem_c.dylib 0x000000010d886acc memmove$VARIANT$sse42 + 164
1 com.apple.JavaScriptCore 0x000000010f0067da JSC::SlotVisitor::copyAndAppend(void**, unsigned long, JSC::JSValue*, unsigned int) + 426
2 com.apple.JavaScriptCore 0x000000010efc852f JSC::JSArray::visitChildren(JSC::JSCell*, JSC::SlotVisitor&) + 79
3 com.apple.JavaScriptCore 0x000000010f00624d JSC::SlotVisitor::drain() + 301
4 com.apple.JavaScriptCore 0x000000010f005b26 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 294
5 com.apple.JavaScriptCore 0x000000010f0059b6 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
6 com.apple.JavaScriptCore 0x000000010f0b82bf ***::wtfThreadEntryPoint(void*) + 15
7 libsystem_c.dylib 0x000000010d8997a2 _pthread_start + 327
8 libsystem_c.dylib 0x000000010d8861e1 thread_start + 13
Thread 6:: JavaScriptCore::Marking
0 com.apple.JavaScriptCore 0x000000010f006716 JSC::SlotVisitor::copyAndAppend(void**, unsigned long, JSC::JSValue*, unsigned int) + 230
1 com.apple.JavaScriptCore 0x000000010efda540 JSC::JSObject::visitChildren(JSC::JSCell*, JSC::SlotVisitor&) + 432
2 com.apple.JavaScriptCore 0x000000010f006237 JSC::SlotVisitor::drain() + 279
3 com.apple.JavaScriptCore 0x000000010f005b26 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 294
4 com.apple.JavaScriptCore 0x000000010f0059b6 JSC::MarkStackThreadSharedData::markingThreadMain() + 214
5 com.apple.JavaScriptCore 0x000000010f0b82bf ***::wtfThreadEntryPoint(void*) + 15
6 libsystem_c.dylib 0x000000010d8997a2 _pthread_start + 327
7 libsystem_c.dylib 0x000000010d8861e1 thread_start + 13
Thread 7:: WebCore: Scrolling
0 libsystem_kernel.dylib 0x000000010da0e686 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x000000010da0dc42 mach_msg + 70
2 com.apple.CoreFoundation 0x000000010e35d233 __CFRunLoopServiceMachPort + 195
3 com.apple.CoreFoundation 0x000000010e362916 __CFRunLoopRun + 1078
4 com.apple.CoreFoundation 0x000000010e3620e2 CFRunLoopRunSpecific + 290
5 com.apple.CoreFoundation 0x000000010e370dd1 CFRunLoopRun + 97
6 com.apple.WebCore 0x000000010fecdd11 WebCore::ScrollingThread::initializeRunLoop() + 273
7 com.apple.JavaScriptCore 0x000000010f0b82bf ***::wtfThreadEntryPoint(void*) + 15
8 libsystem_c.dylib 0x000000010d8997a2 _pthread_start + 327
9 libsystem_c.dylib 0x000000010d8861e1 thread_start + 13
Thread 8:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x000000010da10322 __select + 10
1 com.apple.CoreFoundation 0x000000010e3a1f46 __CFSocketManager + 1302
2 libsystem_c.dylib 0x000000010d8997a2 _pthread_start + 327
3 libsystem_c.dylib 0x000000010d8861e1 thread_start + 13
Thread 9:: WebCore: LocalStorage
0 libsystem_kernel.dylib 0x000000010da100fa __psynch_cvwait + 10
1 libsystem_c.dylib 0x000000010d89dfe9 _pthread_cond_wait + 869
2 com.apple.JavaScriptCore 0x000000010ee7fead ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
3 com.apple.WebCore 0x000000010fef3411 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool (WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
4 com.apple.WebCore 0x000000010f444b3a WebCore::StorageThread::threadEntryPoint() + 154
5 com.apple.JavaScriptCore 0x000000010f0b82bf ***::wtfThreadEntryPoint(void*) + 15
6 libsystem_c.dylib 0x000000010d8997a2 _pthread_start + 327
7 libsystem_c.dylib 0x000000010d8861e1 thread_start + 13
Thread 10:: WebCore: LocalStorage
0 libsystem_kernel.dylib 0x000000010da100fa __psynch_cvwait + 10
1 libsystem_c.dylib 0x000000010d89dfe9 _pthread_cond_wait + 869
2 com.apple.JavaScriptCore 0x000000010ee7fead ***::ThreadCondition::timedWait(***::Mutex&, double) + 61
3 com.apple.WebCore 0x000000010fef3411 ***::PassOwnPtr<WebCore::StorageTask> ***::MessageQueue<WebCore::StorageTask>::waitForMessageFilteredWithTimeout<bool (WebCore::StorageTask*)>(***::MessageQueueWaitResult&, bool (&)(WebCore::StorageTask*), double) + 81
4 com.apple.WebCore 0x000000010f444b3a WebCore::StorageThread::threadEntryPoint() + 154
5 com.apple.JavaScriptCore 0x000000010f0b82bf ***::wtfThreadEntryPoint(void*) + 15
6 libsystem_c.dylib 0x000000010d8997a2 _pthread_start + 327
7 libsystem_c.dylib 0x000000010d8861e1 thread_start + 13
Thread 11:: QTKit: listenOnDelegatePort
0 libsystem_kernel.dylib 0x000000010da0e686 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x000000010da0dc42 mach_msg + 70
2 com.apple.CoreFoundation 0x000000010e35d233 __CFRunLoopServiceMachPort + 195
3 com.apple.CoreFoundation 0x000000010e362916 __CFRunLoopRun + 1078
4 com.apple.CoreFoundation 0x000000010e3620e2 CFRunLoopRunSpecific + 290
5 com.apple.CoreFoundation 0x000000010e370dd1 CFRunLoopRun + 97
6 com.apple.QTKit 0x00000001232592e6 listenOnDelegatePort + 403
7 libsystem_c.dylib 0x000000010d8997a2 _pthread_start + 327
8 libsystem_c.dylib 0x000000010d8861e1 thread_start + 13
Thread 12:: QTKit: listenOnNotificationPort
0 libsystem_kernel.dylib 0x000000010da0e686 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x000000010da0dc42 mach_msg + 70
2 com.apple.CoreFoundation 0x000000010e35d233 __CFRunLoopServiceMachPort + 195
3 com.apple.CoreFoundation 0x000000010e362916 __CFRunLoopRun + 1078
4 com.apple.CoreFoundation 0x000000010e3620e2 CFRunLoopRunSpecific + 290
5 com.apple.CoreFoundation 0x000000010e370dd1 CFRunLoopRun + 97
6 com.apple.QTKit 0x0000000123259781 listenOnNotificationPort + 371
7 libsystem_c.dylib 0x000000010d8997a2 _pthread_start + 327
8 libsystem_c.dylib 0x000000010d8861e1 thread_start + 13
Thread 13:: CVDisplayLink
0 libsystem_kernel.dylib 0x000000010da100fa __psynch_cvwait + 10
1 libsystem_c.dylib 0x000000010d89e023 _pthread_cond_wait + 927
2 com.apple.CoreVideo 0x0000000115d8eea3 CVDisplayLink::waitUntil(unsigned long long) + 271
3 com.apple.CoreVideo 0x0000000115d8e201 CVDisplayLink::runIOThread() + 529
4 com.apple.CoreVideo 0x0000000115d8dfd7 startIOThread(void*) + 148
5 libsystem_c.dylib 0x000000010d8997a2 _pthread_start + 327
6 libsystem_c.dylib 0x000000010d8861e1 thread_start + 13
Thread 14:
0 libsystem_kernel.dylib 0x000000010da106d6 __workq_kernreturn + 10
1 libsystem_c.dylib 0x000000010d89bf4c _pthread_workq_return + 25
2 libsystem_c.dylib 0x000000010d89bd13 _pthread_wqthread + 412
3 libsystem_c.dylib 0x000000010d8861d1 start_wqthread + 13
Thread 15:
0 libsystem_kernel.dylib 0x000000010da106d6 __workq_kernreturn + 10
1 libsystem_c.dylib 0x000000010d89bf4c _pthread_workq_return + 25
2 libsystem_c.dylib 0x000000010d89bd13 _pthread_wqthread + 412
3 libsystem_c.dylib 0x000000010d8861d1 start_wqthread + 13
Thread 5 crashed with X86 Thread State (64-bit):
rax: 0xfffffffffffc2000 rbx: 0x000000011b7d78a8 rcx: 0xfffffffffff88740 rdx: 0x0000000000000010
rdi: 0x000000011b8578b0 rsi: 0x000000011b895880 rbp: 0x000000011c2f1d50 rsp: 0x000000011c2f1d50
r8: 0x0000000000000011 r9: 0x000000011c2f1d70 r10: 0xffffffffffffffff r11: 0x000000011b7d78a8
r12: 0x000000011c2f1e78 r13: 0xffff000000000002 r14: 0x0000000000000000 r15: 0x0000000000000011
rip: 0x000000010d886acc rfl: 0x0000000000010282 cr2: 0x000000011b7e0000
Logical CPU: 6
Binary Images:
0x10d682000 - 0x10d682fff com.apple.WebProcess (8536 - 8536.28.10) <A0241A01-F841-305B-8B8C-477D0ADA476F> /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcess
0x10d687000 - 0x10d687fff WebProcessShim.dylib (7536.28.10) <FEDC83D7-96E3-3A21-B314-51B174423617> /System/Library/PrivateFrameworks/WebKit2.framework/WebProcess.app/Contents/Mac OS/WebProcessShim.dylib
0x10d68d000 - 0x10d6f5ff7 libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
0x10d74e000 - 0x10d74fff7 libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib
0x10d756000 - 0x10d756fff libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
0x10d75a000 - 0x10d77fff7 libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
0x10d7b0000 - 0x10d7b0fff com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
0x10d7b3000 - 0x10d7b8fff libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
0x10d7bd000 - 0x10d7befff libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
0x10d7c3000 - 0x10d7d1fff libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
0x10d7de000 - 0x10d7defff com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x10d7e1000 - 0x10d7e1fff com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x10d7e5000 - 0x10d7eafff libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
0x10d7f2000 - 0x10d7f2fff com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x10d7f8000 - 0x10d7fffff libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
0x10d806000 - 0x10d81bff7 libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
0x10d831000 - 0x10d832ff7 libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
0x10d837000 - 0x10d838fff liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
0x10d83c000 - 0x10d83fff7 libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
0x10d846000 - 0x10d846fff libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
0x10d84a000 - 0x10d84afff com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x10d84e000 - 0x10d856fff liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
0x10d85e000 - 0x10d864fff libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
0x10d869000 - 0x10d869fff com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
0x10d86c000 - 0x10d86efff libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
0x10d875000 - 0x10d876ff7 libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
0x10d87c000 - 0x10d87dfff libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
0x10d882000 - 0x10d882fff com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x10d885000 - 0x10d951ff7 libsystem_c.dylib (825.26) <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
0x10d994000 - 0x10d997fff libRadiance.dylib (849) <F7D9A0FD-1195-34CB-BFE5-79DAF3F40AC3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
0x10d99b000 - 0x10d9a3ff7 libsystem_dnssd.dylib (379.37) <616FC901-151E-38BF-B2C4-24A351C5FAAD> /usr/lib/system/libsystem_dnssd.dylib
0x10d9a9000 - 0x10d9dffff libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
0x10d9f7000 - 0x10d9f9fff com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
0x10d9fe000 - 0x10da19ff7 libsystem_kernel.dylib (2050.22.13) <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib
0x10da2b000 - 0x10da59ff7 libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
0x10da64000 - 0x10da72ff7 libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
0x10da81000 - 0x10da8cfff libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
0x10da95000 - 0x10da96ff7 libsystem_sandbox.dylib (220.2) <6838A6FD-8626-3356-BB4F-BB4787216207> /usr/lib/system/libsystem_sandbox.dylib
0x10da9b000 - 0x10da9dfff libCVMSPluginSupport.dylib (8.7.25) <A45E21E3-4B40-39B0-A8B6-411526A84F47> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
0x10daa2000 - 0x10daa4ff7 libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
0x10daac000 - 0x10dab2ff7 libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
0x10dab9000 - 0x10dab9ffd com.apple.audio.units.AudioUnit (1.8 - 1.8) <173346B7-614C-380B-8E80-9BD1BE501674> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x10dabf000 - 0x10dae1ff7 libxpc.dylib (140.42) <BBE558BD-5E55-35E4-89ED-1AA6B056D05A> /usr/lib/system/libxpc.dylib
0x10dafa000 - 0x10db49ff7 libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
0x10db57000 - 0x10dc6f92f libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
0x10dc8f000 - 0x10dcdbff7 libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
0x10dcf2000 - 0x10dfc3ff7 com.apple.security (7.0 - 55179.11) <73958084-5BBC-3597-A751-7370B0C247E5> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x10e0f7000 - 0x10e10aff7 libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
0x10e113000 - 0x10e122ff7 libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
0x10e12b000 - 0x10e13dff7 libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
0x10e143000 - 0x10e1acfff libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
0x10e211000 - 0x10e30efff libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
0x10e324000 - 0x10e328fff libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
0x10e32d000 - 0x10e517ff7 com.apple.CoreFoundation (6.8 - 744.18) <A60C3C9B-3764-3291-844C-C487ACF77C2C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x10e676000 - 0x10e683fff libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
0x10e689000 - 0x10e786ff7 libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
0x10e7bb000 - 0x10e9bbfff libicucore.A.dylib (491.11.2) <FD6282D8-DF3F-3842-8C2E-CF478D2B9669> /usr/lib/libicucore.A.dylib
0x10ea8a000 - 0x10ec72fff com.apple.WebKit2 (8536 - 8536.28.10) <B9D84DFC-E7D5-3398-B0E8-5108DE9EC546> /System/Library/PrivateFrameworks/WebKit2.framework/WebKit2
0x10eddc000 - 0x10ee4afff com.apple.framework.IOKit (2.0.1 - 755.22.5) <1547DA6F-9793-30A2-8E92-7368DE84D46C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x10ee79000 - 0x10f114fff com.apple.JavaScriptCore (8536 - 8536.28.10) <BC911515-D051-3E2E-8E57-D36878407C60> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x10f1c0000 - 0x10f36efff com.apple.QuartzCore (1.8 - 304.2) <234EABE1-067C-3DAE-BEAC-674526E232C2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x10f426000 - 0x1103e3fff com.apple.WebCore (8536 - 8536.28.10) <89CDA119-0FC8-3D0E-87B8-AB96BE6D1A36> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
0x110cb1000 - 0x110d83ff7 com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x110de3000 - 0x111140ff7 com.apple.Foundation (6.8 - 945.16) <89BD68FD-72C8-35C1-94C6-3A07F097C50D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x111361000 - 0x111f8eff7 com.apple.AppKit (6.8 - 1187.37) <FAEA8B77-210F-3C0F-B9CF-85A7595CCA26> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x112683000 - 0x1127f8fff com.apple.CFNetwork (596.3.3 - 596.3.3) <3739DC8D-8610-3740-80EC-43E130779CB8> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x1128b8000 - 0x1132486ff com.apple.CoreGraphics (1.600.0 - 331.0.4) <4953961C-96DC-39D7-ADF5-B767F2A7E4E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
0x113350000 - 0x113469fff com.apple.ImageIO.framework (3.2.0 - 849) <C52AED41-A7C2-300B-91FA-5AF73718D243> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x1134c7000 - 0x113547ff7 com.apple.ApplicationServices.ATS (332 - 341.1) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
0x113573000 - 0x113630ff7 com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
0x113675000 - 0x1136cbfff com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
0x1136fe000 - 0x113711ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
0x11371f000 - 0x113779fff com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
0x1137a6000 - 0x1137e5ff7 com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
0x1137fe000 - 0x113812fff com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x113825000 - 0x113829fff com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x113832000 - 0x113840ff7 libkxld.dylib (2050.22.13) <4AAF0573-8632-3D06-BE32-C5675F77638D> /usr/lib/system/libkxld.dylib
0x113845000 - 0x113b5cff7 com.apple.CoreServices.CarbonCore (1037.5 - 1037.5) <731D8F92-1C52-3613-BA01-EFEA54DADF41> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
0x113bd6000 - 0x113c57fff com.apple.Metadata (10.7.0 - 707.5) <4140B1F6-7D73-33C7-B3F2-4DB349C31AE9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
0x113cad000 - 0x113d53ff7 com.apple.CoreServices.OSServices (557.6 - 557.6) <1BDB5456-0CE9-301C-99C1-8EFD0D2BFCCD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
0x113db3000 - 0x113e40ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
0x113e85000 - 0x113ee4fff com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
0x113f0e000 - 0x113fbffff com.apple.LaunchServices (539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
0x114012000 - 0x114043ff7 com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
0x114066000 - 0x1140b7ff7 com.apple.SystemConfiguration (1.12.2 - 1.12.2) <A4341BBD-A330-3A57-8891-E9C1A286A72D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
0x1140e6000 - 0x1140ecfff com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x1140f6000 - 0x1140fdfff com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x114104000 - 0x114111ff7 com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x11411d000 - 0x11418aff7 com.apple.datadetectorscore (4.1 - 269.2) <4FD4A7CE-BB00-3AAB-B7AA-AE395D5400EC> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
0x1141c4000 - 0x1141c8ff7 com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x1141ce000 - 0x1141efff7 libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
0x1141fa000 - 0x114211fff com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
0x11421b000 - 0x114232fff com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
0x11424d000 - 0x114278fff libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
0x114285000 - 0x114390fff libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
0x1143f3000 - 0x114442ff7 libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x114469000 - 0x114604fef com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
0x114625000 - 0x11468dfff libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
0x114696000 - 0x114730fff libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
0x11473b000 - 0x114b32fff libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
0x114b95000 - 0x114d1bfff libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
0x114d49000 - 0x114d71fff libJPEG.dylib (849) <5C9052F6-D0B3-39CC-8302-468B43D694D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x114d79000 - 0x114dceff7 libTIFF.dylib (849) <C4D0E196-9319-319B-AF72-8B63FB5AF71B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x114ddb000 - 0x114dfbfff libPng.dylib (849) <F4C23A55-F17B-3E4F-9E80-BC97F778BA49> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x114e04000 - 0x114e08fff libGIF.dylib (849) <6A664B4D-0A88-33F7-9064-0CD159AB9CE9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x114e0d000 - 0x114f0ffff libJP2.dylib (849) <4EEA33EB-AF9F-365D-A572-F7D11AD1C76F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x114f3a000 - 0x114f7efff libcups.2.dylib (327.3) <71E771A1-0489-3417-8A4A-56A2C930F80C> /usr/lib/libcups.2.dylib
0x114f91000 - 0x114fb3ff7 com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x114fcc000 - 0x115006ff7 com.apple.GSS (3.0 - 2.0) <970CAE00-1437-3F4E-B677-0FDB3714C08C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x115025000 - 0x115044ff7 libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
0x11504f000 - 0x115144fff libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
0x115154000 - 0x1151d6ff7 com.apple.Heimdal (3.0 - 2.0) <C94B0C6C-1320-35A1-8143-FE252E7B2A08> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x115200000 - 0x115205fff com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x115210000 - 0x11521bfff com.apple.CommonAuth (3.0 - 2.0) <7A953C1F-8B18-3E46-9BEA-26D9B5B7745D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x115222000 - 0x115226ff7 com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
0x11522d000 - 0x115230fff com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
0x115236000 - 0x115566fff com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
0x1156bb000 - 0x1156d0fff com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
0x1156eb000 - 0x115789ff7 com.apple.ink.framework (10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
0x1157bc000 - 0x1157d9ff7 com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
0x1157eb000 - 0x1157edff7 com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
0x1157f3000 - 0x1157f5fff com.apple.securityhi (4.0 - 55002) <34E45C60-DC7E-3FCC-A1ED-EBF48B77C559> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
0x1157fb000 - 0x115805fff com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
0x11580f000 - 0x1158d4ff7 com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x11594a000 - 0x115a6afff com.apple.desktopservices (1.7.3 - 1.7.3) <707F77D2-EC0E-3431-840F-B984BD7ABDD6> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
0x115add000 - 0x115c2efff com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <C680EE1A-B4ED-3E77-A08C-DC47922ACA33> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x115cb8000 - 0x115cdffff com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
0x115cf9000 - 0x115d0ffff com.apple.MultitouchSupport.framework (235.29 - 235.29) <617EC8F1-BCE7-3553-86DD-F857866E1257> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
0x115d1e000 - 0x115d61ff7 com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x115d74000 - 0x115d83fff com.apple.opengl (1.8.7 - 1.8.7) <26F7FF79-6BB2-3968-B70D-71D4E07C9551> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x115d8c000 - 0x115db6ff7 com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x115dd1000 - 0x116075ff7 com.apple.CoreImage (8.2.4 - 1.0.1) <4A6B017F-B9F7-36DA-943D-A95611F147EA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
0x116156000 - 0x1161adff7 com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
0x1161d2000 - 0x11621cff7 libGLU.dylib (8.7.25) <C243C6D3-3384-3DB1-BB15-E27B65C87294> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x11622c000 - 0x116233fff libGFXShared.dylib (8.7.25) <869580B2-39CB-30C3-B76E-73BB4894B6B7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
0x116239000 - 0x116250fff libGL.dylib (8.7.25) <15F5CB64-847B-3D3D-9663-E0523F15F513> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x116264000 - 0x1162a1fef libGLImage.dylib (8.7.25) <139A9892-A6F2-3F49-87FB-E7AC3F56E003> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
0x1162a9000 - 0x1162adfff libCoreVMClient.dylib (32.3) <AD8391D9-56DD-3A78-A294-6A30E6ECE1A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
0x1162b3000 - 0x1162bffff com.apple.CrashReporterSupport (10.8.3 - 417) <48EDDDF3-5720-39D6-B51F-D9AFB93327B3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
0x1162ce000 - 0x116328ff7 com.apple.opencl (2.2.18 - 2.2.18) <4A78E53C-17B0-3B2D-A9EA-EF8720FE4134> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x11633d000 - 0x11675afff FaceCoreLight (2.4.1) <A34C9575-C4C1-31B1-809B-7751070B4E8B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
0x11696b000 - 0x116978fff com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
0x116980000 - 0x1169a1fff com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x1169b5000 - 0x1169c0ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
0x1169cb000 - 0x1169eaff7 com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
0x1169f6000 - 0x116a53ff7 com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <D15F3FB3-BE53-3545-AD37-9A25A597FE3C> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x116a78000 - 0x116af6ff7 com.apple.securityfoundation (6.0 - 55115.4) <C5461971-E455-31A6-99B8-AF80C4BC26DD> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
0x116b35000 - 0x116b3eff7 com.apple.CommerceCore (1.0 - 26.1) <40A129A8-4E5D-3C7A-B299-8CB203C4C65D> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
0x116b49000 - 0x116d7eff7 com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x116e7f000 - 0x116ec2ff7 com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
0x116efa000 - 0x116f21ff7 com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
0x116f40000 - 0x11701afff com.apple.backup.framework (1.4.2 - 1.4.2) <0B557393-CD2A-3076-BED2-F28D02E1EC1D> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x11709d000 - 0x117138fff com.apple.CoreSymbolication (3.0 - 117) <C304FDB8-2FF7-34BC-858A-2B96C2B039D5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
0x117153000 - 0x1171afff7 com.apple.Symbolication (1.3 - 93) <F2C7E0B6-B241-3020-B30A-0636D0FA3378> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
0x1171f1000 - 0x117227fff com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
0x1188dc000 - 0x11890afff com.apple.CoreServicesInternal (154.2 - 154.2) <3E6196E6-F3B4-316F-9E1F-13B6B9694C7E> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesIn ternal
0x118927000 - 0x118935fff com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
0x118958000 - 0x11896efff com.apple.Accounts (211.2 - 211.2) <F62749B0-AEA6-3673-8FD7-550E21622893> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
0x118983000 - 0x118984fff libquit.dylib (130) <FD30E6D6-B4F9-3E14-8376-7036271100D1> /usr/lib/libquit.dylib
0x118989000 - 0x11898bfff com.apple.OAuth (18.1 - 18.1) <0DC79455-CF81-3873-87BD-6BD14D89A6F5> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
0x118990000 - 0x11899aff7 com.apple.xpcobjects (103 - 103) <9496FA67-F53E-37B8-845A-462B924AA5BE> /System/Library/PrivateFrameworks/XPCObjects.framework/Versions/A/XPCObjects
0x119bcb000 - 0x11a0c8fff com.apple.Safari.framework (8536 - 8536.28.10) <3A95B221-2F54-38D1-A916-FA79400EB8D8> /System/Library/PrivateFrameworks/Safari.framework/Safari
0x11a422000 - 0x11a44efff com.apple.framework.Apple80211 (8.3.2 - 832.18.1) <5D601780-9AD9-31C9-9AB5-716D8634CB78> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x11a460000 - 0x11a4bcfff com.apple.corelocation (1239.40 - 1239.40) <2F743CD8-A9F5-3375-A3B0-BB0D756FC239> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
0x11a4f0000 - 0x11a528fff libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
0x11a538000 - 0x11a56cfff com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
0x11a598000 - 0x11a723ff7 com.apple.WebKit (8536 - 8536.28.10) <792FA1F3-68F2-36F8-A070-898B3682F5DE> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x11a816000 - 0x11a861fff com.apple.framework.CoreWLAN (3.0.2 - 302.12) <896D75EB-069B-3674-936E-27A81568BECB> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x11a887000 - 0x11a8d0fff com.apple.framework.CoreWiFi (1.2.2 - 122.12) <D237551E-0E2C-30FB-8FAA-003D8F25E819> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x11a903000 - 0x11a93ffff com.apple.GeoServices (1.0 - 1) <DB382348-EBFA-3AD5-888B-7F4640F41834> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
0x11a95d000 - 0x11a968ff7 com.apple.ProtocolBuffer (2 - 104) <3270C172-1437-3080-9E53-3E2DCA9AE2EC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
0x11aabf000 - 0x11aad5fff com.apple.WebInspector (8536 - 8536.28.3) <A3D50A12-C901-3266-AFD1-E95A532C42CD> /System/Library/PrivateFrameworks/WebInspector.framework/Versions/A/WebInspecto r
0x11aaec000 - 0x11aaf8fff libCSync.A.dylib (331.0.4) <C7043BB7-284D-3B9F-A5CB-78ADE691B2D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x11b436000 - 0x11b462ff7 libRIP.A.dylib (331.0.4) <4B261CE2-524E-3FA9-9437-B70DAC1EAB95> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x11b60e000 - 0x11b612fff com.apple.IOAccelerator (30.14 - 30.14) <9AE086BC-46F6-38A3-9456-0841D7BD48E4> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor
0x11cb4d000 - 0x11cb63ff7 com.apple.webcontentfilter.framework (3.1 - 5) <E18D99F4-A52C-30C8-9D70-D0E34DB9D68C> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalys is
0x11cb7a000 - 0x11cbacfff com.apple.framework.Admin (12.0 - 12.0) <21E02DE3-B255-3A55-8F55-7FC9EE864C06> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
0x11cbd3000 - 0x11cbfaff7 com.apple.speech.LatentSemanticMappingFramework (2.9.3 - 2.9.3) <CDB23C93-853B-3F18-985C-6D32D4704F26> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
0x11cc0e000 - 0x11cc1aff7 com.apple.DirectoryService.Framework (10.8 - 151.10) <DA05EF06-8EBD-3759-B5D3-E6FC86C5D850> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
0x11cc24000 - 0x11cd15ff7 com.apple.DiskImagesFramework (10.8.3 - 345) <F9FAEAF0-B9A5-34DF-94B7-926FB03AD5F6> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x11cd75000 - 0x11cd78ff7 com.apple.LoginUICore (2.0 - 2.0) <C1911200-E442-3B99-AB91-C135703D55DF> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
0x11cd80000 - 0x11ce0ffff libCoreStorage.dylib (296.16) <E5BF76A1-2B3E-3FD8-ABF4-F8D18829BF0A> /usr/lib/libCoreStorage.dylib
0x11ce36000 - 0x11ce40fff libcsfde.dylib (296.16) <DE03E28D-7979-3C31-9F46-2A7337CE0DBA> /usr/lib/libcsfde.dylib
0x11ce4b000 - 0x11ce4cfff libodfde.dylib (18) <015DD2A0-D59A-3547-909D-7C028A65C312> /usr/lib/libodfde.dylib
0x11ce52000 - 0x11cf25ff7 com.apple.DiscRecording (7.0 - 7000.2.4) <49FD2D2F-4F2C-39B6-877B-6E3172577D18> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x11cf8d000 - 0x11cfd5fff libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
0x11cfe6000 - 0x11d026ff7 com.apple.MediaKit (14 - 687) <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x11d039000 - 0x11d070ff7 libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
0x11d086000 - 0x11d188fff libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
0x11d1f0000 - 0x11d22bfff com.apple.LDAPFramework (2.4.28 - 194.5) <67FBDB29-3B9F-309A-BA7C-AA5921D9A4FB> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x11d239000 - 0x11d24aff7 libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
0x11d251000 - 0x11d253ff7 com.apple.EFILogin (2.0 - 2) <51A470D7-1F72-3369-AF0F-AD2340B42C12> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x11d259000 - 0x11d25cfff libutil.dylib (30) <EF3340B2-9A53-3D5E-B9B4-BDB5EEECC178> /usr/lib/libutil.dylib
0x11db76000 - 0x11dd34fff GLEngine (8.7.25) <8398B57C-EE2D-3006-940C-CECE8E719D3B> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x11dd6b000 - 0x11dedbfff libGLProgrammability.dylib (8.7.25) <EE2DD8AF-C6C3-303D-976E-87B4AABF8371> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
0x11df13000 - 0x11e1dcfff com.apple.AMDRadeonX3000GLDriver (1.6.37 - 1.0.6) <8F590A65-DD6A-3348-A52F-240D7AD05DB8> /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/AMDRade onX3000GLDriver
0x11e23a000 - 0x11e246fff libGPUSupportMercury.dylib (8.7.25) <1207928C-DFD1-315B-BAD6-BCDBEB03FC0D> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupportMercury.dylib
0x11e64d000 - 0x11ea09ff7 com.apple.driver.AppleIntelHD3000GraphicsGLDriver (8.10.44 - 8.1.0) <8798BDEE-7685-3301-A926-9DA29BC51B94> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD3000GraphicsGLDriver
0x11eb39000 - 0x11eb46fff libGPUSupport.dylib (8.7.25) <F884DCD6-8234-3D23-BEC6-4EC4CE5101EF> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
0x11eb4d000 - 0x11eb78fff GLRendererFloat (8.7.25) <BB54593F-07F0-392A-8993-CA844F4A20E8> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
0x11eb81000 - 0x11eb8afe7 libcldcpuengine.dylib (2.2.16) <DB9678F6-7D50-384A-A961-6109B61D1607> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengin e.dylib
0x11efbd000 - 0x11efbdfff com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x11f010000 - 0x11f010fff com.apple.AOSMigrate (1.0 - 1) <585B1483-490E-32DD-97DC-B9279E9D3490> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
0x11f6e3000 - 0x11f6e7fff libCGXType.A.dylib (331.0.4) <251D4D2D-92B9-3D56-B348-CD67397F71FE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x11f89a000 - 0x11fb1fff7 com.apple.RawCamera.bundle (4.03 - 676) <BC5109D0-87F4-3F88-8DBD-3330B6524913> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x121dd6000 - 0x121dd9fff com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
0x122100000 - 0x1223c3ff7 com.apple.AddressBook.framework (7.1 - 1169) <5FFF3765-414A-3633-ADE5-337CD4B9A102> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x122614000 - 0x12261bfff com.apple.phonenumbers (1.1 - 47) <E6A01FEF-9C6D-3C18-B378-63F4134756E6> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
0x122621000 - 0x12265bfff com.apple.framework.internetaccounts (2.1 - 210) <546769AA-C561-3C17-8E8E-4E65A700E2F1> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
0x122690000 - 0x1228ebff7 com.apple.QuartzComposer (5.1 - 284) <D9CDC9ED-9F03-30F0-80DF-BA189A054AC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
0x122a4a000 - 0x122ae7ff7 com.apple.PDFKit (2.7.3 - 2.7.3) <5AE5FD4E-658F-38BC-90DD-C2B28E17ED34> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
0x122b4f000 - 0x122b7bfff com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
0x122bab000 - 0x122e59ff7 com.apple.imageKit (2.2 - 670) <F9B50A59-A749-333C-A8D9-C8A92C649AA9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
0x123092000 - 0x123190fff com.apple.QuickLookUIFramework (4.0 - 555.5) <EE02B332-20F3-3226-A022-D71B808E1CC4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
0x123245000 - 0x1233b6ff7 com.apple.QTKit (7.7.1 - 2599.24) <A2153722-268B-3293-B9E3-CB59273CDE41> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x1234bd000 - 0x123508fff com.apple.CoreMedia (1.0 - 926.87) <F51205F8-A102-359C-A9A3-22A48524C081> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x12352e000 - 0x123927fe7 com.apple.MediaToolbox (1.0 - 926.87) <8346DAFC-88E5-350E-90E1-C98B180488C2> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x1239b6000 - 0x123df2fff com.apple.VideoToolbox (1.0 - 926.87) <7319477A-4A3D-3233-AAD1-31F9C9429DA7> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x123e81000 - 0x123e9bfff com.apple.CoreMediaAuthoring (2.1 - 914) <CFA664F9-D5A7-3281-A12F-3ED8A98FD8C1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
0x123eb3000 - 0x123f00fff com.apple.CoreMediaIO (307.0 - 4155) <CD826A65-DFE7-3A58-A29E-15B3A9BE0A6D> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x123f25000 - 0x124083fef com.apple.MediaControlSender (1.7 - 170.20) <853BE89D-49B0-3922-9ED5-DDBDE9A97356> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
0x1240c7000 - 0x1241e1fff com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x124204000 - 0x1249abfff com.apple.CoreAUC (6.16.13 - 6.16.13) <8CBFBC9C-0773-3DEB-AF99-989008CB2B36> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x1249c7000 - 0x124a1eff7 com.apple.AppleVAFramework (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x124a29000 - 0x124abafff com.apple.CorePDF (2.0 - 2) <EB5660B1-0D79-34F3-B242-B559AE0A5B4A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x124b0a000 - 0x124b66fff com.apple.QuickLookFramework (4.0 - 555.5) <8B9EAC35-98F3-3BF0-8B15-3A5FE39F150A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x124b9f000 - 0x124baaff7 com.apple.DisplayServicesFW (2.7.2 - 357) <EC87A00D-FE9C-3CFE-A98C-063C3D23085A> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
0x124bb5000 - 0x124c0efff com.apple.ImageCaptureCore (5.0.2 - 5.0.2) <D6A71984-8FA2-3964-87C6-1936460FDF8C> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
0x124c4f000 - 0x124c6aff7 com.apple.frameworks.preferencepanes (15.1 - 15.1) <8A3CDC5B-9FA5-32EB-A066-F19874193B92> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
0x124c83000 - 0x124f03ff7 com.apple.AOSKit (1.05 - 152.2) <43361229-45F3-3946-A11A-CC0FF2129F06> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
0x124f2a000 - 0x124f9afff com.apple.ISSupport (1.9.8 - 56) <23ED7650-2705-355A-9F11-409A9981AC53> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x124feb000 - 0x124ff6ff7 com.apple.aps.framework (3.0 - 3.0) <2041AD84-4279-3ECC-A13E-AC6698BB1A67> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
0x12a4c0000 - 0x12a5eaff7 com.apple.avfoundation (2.0 - 361.32) <E99A8D44-3283-377D-AF56-65F9651CEA8E> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x7fff6d282000 - 0x7fff6d2b693f dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 2
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 1010
thread_create: 1
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=221.2M resident=148.5M(67%) swapped_out_or_unallocated=72.7M(33%)
Writable regions: Total=1.4G written=156.7M(11%) resident=208.4M(15%) swapped_out=0K(0%) unallocated=1.2G(85%)
REGION TYPE VIRTUAL
=========== =======
CG image 264K
CG raster data 1216K
CG shared images 1216K
CoreAnimation 6496K
CoreServices 1104K
IOKit 39.8M
IOKit (reserved) 1024K reserved VM address space (unallocated)
JS JIT generated code 256.0M
JS JIT generated code (reserved) 768.0M reserved VM address space (unallocated)
JS VM register file 4096K
JS garbage collector 24.1M
MALLOC 259.0M
MALLOC guard page 48K
Memory tag=242 12K
Memory tag=251 24K
OpenGL GLSL 1936K
OpenGL GLSL (reserved) 128K reserved VM address space (unallocated)
SQLite page cache 576K
STACK GUARD 56.1M
Stack 15.2M
VM_ALLOCATE 16.4M
WebCore purgeable data 1884K
__DATA 19.8M
__IMAGE 528K
__LINKEDIT 47.9M
__TEXT 173.4M
__UNICODE 544K
mapped file 48.0M
shared memory 2332K
=========== =======
TOTAL 1.7G
TOTAL, minus reserved VM space 977.4M