Open insidegui opened 3 years ago
I noticed that right after pairing an AirTag to my iPhone, BTLEmap started crashing shortly after launch. It looks like something in the AirTag's advertisement is causing the app to crash when attempting to parse the offline finding information.
Crash log below:
Process: BTLEmap [96755] Path: /Applications/BTLEmap.app/Contents/MacOS/BTLEmap Identifier: codes.rambo.BTLEmap Version: 1.0 (2) Code Type: ARM-64 (Native) Parent Process: ??? [1] Responsible: BTLEmap [96755] User ID: 502 Date/Time: 2021-05-19 11:20:07.962 -0300 OS Version: macOS 11.3 (20E232) Report Version: 12 Anonymous UUID: EBFA2F1D-326E-9FBF-9D83-C00F5B997851 Sleep/Wake UUID: E77CCCB5-075F-41D7-B861-E2BB5988E7C3 Time Awake Since Boot: 830000 seconds Time Since Wake: 100000 seconds System Integrity Protection: enabled Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: EXC_ARM_BREAKPOINT at 0x0000000193234a0c (brk 1) Exception Note: EXC_CORPSE_NOTIFY Termination Signal: Trace/BPT trap: 5 Termination Reason: Namespace SIGNAL, Code 0x5 Terminating Process: exc handler [96755] Application Specific Information: Swift/Collection.swift:709: Fatal error: Out of bounds: index >= endIndex Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libswiftCore.dylib 0x0000000193234a0c closure #1 in closure #1 in closure #1 in _assertionFailure(_:_:file:line:flags:) + 404 1 libswiftCore.dylib 0x0000000193234a0c closure #1 in closure #1 in closure #1 in _assertionFailure(_:_:file:line:flags:) + 404 2 libswiftCore.dylib 0x0000000193234048 _assertionFailure(_:_:file:line:flags:) + 396 3 libswiftCore.dylib 0x000000019350e064 specialized Collection._failEarlyRangeCheck(_:bounds:) + 908 4 libswiftCore.dylib 0x000000019338ca94 Range<>.index(after:) + 1204 5 libswiftCore.dylib 0x000000019328bad4 ClosedRange.relative<A>(to:) + 324 6 libswiftFoundation.dylib 0x0000000196f69cf4 Data.subscript.getter + 1772 7 codes.rambo.BTLEmap 0x0000000104cc2598 static OfflineFindingDissector.dissect(data:) + 2768 8 codes.rambo.BTLEmap 0x0000000104cad4f4 static AppleMDataDissector.dissectPart(advertisementType:advData:range:) + 256 9 codes.rambo.BTLEmap 0x0000000104cad334 static AppleMDataDissector.dissect(data:) + 3940 10 codes.rambo.BTLEmap 0x0000000104cd01f0 static ManufacturerDataDissector.dissect(data:) + 1208 11 codes.rambo.BTLEmap 0x0000000104c3e21c BLEAdvertisment.dissectContent() + 632 12 codes.rambo.BTLEmap 0x0000000104c39710 BLEAdvertisment.init(advertisementData:rssi:peripheralUUID:) + 3796 13 codes.rambo.BTLEmap 0x0000000104c3882c BLEAdvertisment.__allocating_init(advertisementData:rssi:peripheralUUID:) + 88 14 codes.rambo.BTLEmap 0x0000000104c781f8 BLEScanner.didReceive(advertisementData:rssi:from:) + 612 15 codes.rambo.BTLEmap 0x0000000104c7b6e4 protocol witness for BLEReceiverDelegate.didReceive(advertisementData:rssi:from:) in conformance BLEScanner + 32 16 codes.rambo.BTLEmap 0x0000000104c60c58 BLEReceiver.centralManager(_:didDiscover:advertisementData:rssi:) + 252 17 codes.rambo.BTLEmap 0x0000000104c60d2c @objc BLEReceiver.centralManager(_:didDiscover:advertisementData:rssi:) + 176 18 com.apple.CoreBluetooth 0x00000001973e1060 -[CBCentralManager handlePeripheralDiscovered:] + 1448 19 com.apple.CoreBluetooth 0x00000001973e2e14 -[CBCentralManager handleMsg:args:] + 288 20 com.apple.CoreBluetooth 0x00000001973d4ce0 -[CBManager xpcConnectionDidReceiveMsg:args:] + 208 21 com.apple.CoreBluetooth 0x00000001973d4bf0 __30-[CBXpcConnection _handleMsg:]_block_invoke + 68 22 libdispatch.dylib 0x00000001873ea0f8 _dispatch_call_block_and_release + 32 23 libdispatch.dylib 0x00000001873ebe90 _dispatch_client_callout + 20 24 libdispatch.dylib 0x00000001873f3678 _dispatch_lane_serial_drain + 620 25 libdispatch.dylib 0x00000001873f42a8 _dispatch_lane_invoke + 456 26 libdispatch.dylib 0x00000001873fa1d0 _dispatch_main_queue_callback_4CF + 608 27 com.apple.CoreFoundation 0x00000001876d9e74 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 16 28 com.apple.CoreFoundation 0x0000000187698888 __CFRunLoopRun + 2524 29 com.apple.CoreFoundation 0x0000000187697734 CFRunLoopRunSpecific + 600 30 com.apple.HIToolbox 0x000000018f595b84 RunCurrentEventLoopInMode + 292 31 com.apple.HIToolbox 0x000000018f5958f8 ReceiveNextEventCommon + 552 32 com.apple.HIToolbox 0x000000018f5956b8 _BlockUntilNextEventMatchingListInModeWithFilter + 72 33 com.apple.AppKit 0x0000000189e814ec _DPSNextEvent + 836 34 com.apple.AppKit 0x0000000189e7fe8c -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1292 35 com.apple.AppKit 0x0000000189e71d18 -[NSApplication run] + 596 36 com.apple.AppKit 0x0000000189e43728 NSApplicationMain + 1064 37 com.apple.AppKit 0x000000018a13306c _NSApplicationMainWithInfoDictionary + 24 38 com.apple.UIKitMacHelper 0x000000019a55bfc8 UINSApplicationMain + 1280 39 com.apple.UIKitCore 0x00000001aa3bc250 UIApplicationMain + 164 40 codes.rambo.BTLEmap 0x0000000104aa3fa8 main + 84 41 libdyld.dylib 0x00000001875b8420 start + 4 Thread 1: 0 libsystem_pthread.dylib 0x0000000187595d28 start_wqthread + 0 Thread 2: 0 libsystem_pthread.dylib 0x0000000187595d28 start_wqthread + 0 Thread 3: 0 libsystem_pthread.dylib 0x0000000187595d28 start_wqthread + 0 Thread 4:: com.apple.uikit.eventfetch-thread 0 libsystem_kernel.dylib 0x0000000187560e54 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x0000000187561204 mach_msg + 76 2 com.apple.CoreFoundation 0x0000000187699e9c __CFRunLoopServiceMachPort + 372 3 com.apple.CoreFoundation 0x0000000187698368 __CFRunLoopRun + 1212 4 com.apple.CoreFoundation 0x0000000187697734 CFRunLoopRunSpecific + 600 5 com.apple.Foundation 0x000000018843db18 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232 6 com.apple.Foundation 0x00000001884cac14 -[NSRunLoop(NSRunLoop) runUntilDate:] + 124 7 com.apple.UIKitCore 0x00000001aa3bd8a0 -[UIEventFetcher threadMain] + 156 8 com.apple.Foundation 0x0000000188436160 __NSThread__start__ + 864 9 libsystem_pthread.dylib 0x000000018759afd4 _pthread_start + 320 10 libsystem_pthread.dylib 0x0000000187595d3c thread_start + 8 Thread 5: 0 libsystem_pthread.dylib 0x0000000187595d28 start_wqthread + 0 Thread 6: 0 libsystem_pthread.dylib 0x0000000187595d28 start_wqthread + 0 Thread 7:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x0000000187560e54 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x0000000187561204 mach_msg + 76 2 com.apple.CoreFoundation 0x0000000187699e9c __CFRunLoopServiceMachPort + 372 3 com.apple.CoreFoundation 0x0000000187698368 __CFRunLoopRun + 1212 4 com.apple.CoreFoundation 0x0000000187697734 CFRunLoopRunSpecific + 600 5 com.apple.AppKit 0x000000018a0002c4 _NSEventThread + 196 6 libsystem_pthread.dylib 0x000000018759afd4 _pthread_start + 320 7 libsystem_pthread.dylib 0x0000000187595d3c thread_start + 8 Thread 0 crashed with ARM Thread State (64-bit): x0: 0x000000010535c000 x1: 0x0000600003885480 x2: 0x0000000000000007 x3: 0x00000001873bea20 x4: 0x00000000000062dc x5: 0x000000016b362d30 x6: 0x7865646e49646e65 x7: 0x000000000000003e x8: 0x000000000000007f x9: 0x00000000000007fb x10: 0x00000000000007fd x11: 0x000000000000002a x12: 0x0000000000000001 x13: 0x00000000ffe0782b x14: 0x0000000080008000 x15: 0x0000000000008000 x16: 0x0000000000000000 x17: 0x00000001873be9fc x18: 0x000000010d943e90 x19: 0xe3ba0001f2941400 x20: 0x00000001f293b070 x21: 0x0000000000000000 x22: 0x04f80001f29413f8 x23: 0x000000016b362ef0 x24: 0x000000016b362ee0 x25: 0x0000000193584be4 x26: 0xe3ba0001f293df38 x27: 0x04f80001f293df30 x28: 0x0000000193584be8 fp: 0x000000016b362de0 lr: 0x1176000193234a0c sp: 0x000000016b362dc0 pc: 0x0000000193234a0c cpsr: 0x60000000 far: 0x0000000100e3e600 esr: 0xf2000001 Binary Images: 0x104a98000 - 0x104d5bfff +codes.rambo.BTLEmap (1.0 - 2) <EAD98939-605F-3880-A517-54D758A228E3> /Applications/BTLEmap.app/Contents/MacOS/BTLEmap 0x1053c0000 - 0x1053cbfff libobjc-trampolines.dylib (824) <E032758D-FE40-3C51-BB05-76A9855DF660> /usr/lib/libobjc-trampolines.dylib 0x105488000 - 0x105507fff dyld (851.27) <DB836223-E7A0-3E2C-9632-58BB44DB56E9> /usr/lib/dyld 0x10e2ec000 - 0x10e2effff com.apple.GeoServices.axbundle (1.0 - 1.0) <5C7EB429-382D-37B9-BB86-6028F2938236> /System/iOSSupport/System/Library/AccessibilityBundles/GeoServices.axbundle/Contents/MacOS/GeoServices 0x10e320000 - 0x10e35bfff com.apple.VectorKit.axbundle (1.0 - 1.0) <B8B4508A-36E0-3BF3-A542-CB89937F5577> /System/iOSSupport/System/Library/AccessibilityBundles/VectorKit.axbundle/Contents/MacOS/VectorKit 0x10e388000 - 0x10e39ffff com.apple.MapKitFramework.axbundle (1.0 - 1.0) <CC98B2B2-EADD-386F-ADEF-4D98AC5FE4A8> /System/iOSSupport/System/Library/AccessibilityBundles/MapKitFramework.axbundle/Contents/MacOS/MapKitFramework 0x10e3cc000 - 0x10e3cffff com.apple.AVFoundation.axbundle (1.0 - 1.0) <BEC05EEF-325B-38F1-AD93-1F2A058A7BD0> /System/iOSSupport/System/Library/AccessibilityBundles/AVFoundation.axbundle/Contents/MacOS/AVFoundation 0x10e3e0000 - 0x10e3e3fff com.apple.DocumentManager.axbundle (1.0 - 1.0) <7A5A503F-8DD4-38FA-A485-50D0E1AE1767> /System/iOSSupport/System/Library/AccessibilityBundles/DocumentManager.axbundle/Contents/MacOS/DocumentManager 0x10e3f4000 - 0x10e3f7fff com.apple.ShareSheet.axbundle (1.0 - 1.0) <8998FC2E-1BC7-3865-97A5-4175BC05E9DF> /System/iOSSupport/System/Library/AccessibilityBundles/ShareSheet.axbundle/Contents/MacOS/ShareSheet 0x10e40c000 - 0x10e40ffff com.apple.SwiftUI.axbundle (1.0 - 1.0) <6DFDBAB9-49B5-301F-A185-3EBFDE5E2E8F> /System/iOSSupport/System/Library/AccessibilityBundles/SwiftUI.axbundle/Contents/MacOS/SwiftUI 0x10e420000 - 0x10e423fff com.apple.OnBoardingKit.axbundle (1.0 - 1.0) <564F27D7-F6E7-3DD6-83B5-5BA2C0C97586> /System/iOSSupport/System/Library/AccessibilityBundles/OnBoardingKit.axbundle/Contents/MacOS/OnBoardingKit 0x10e438000 - 0x10e43ffff com.apple.PencilKit.axbundle (1.0 - 1.0) <AB95E1AC-4170-3EAC-9094-1F060BE21A1D> /System/iOSSupport/System/Library/AccessibilityBundles/PencilKit.axbundle/Contents/MacOS/PencilKit 0x10e458000 - 0x10e463fff com.apple.AnnotationKit.axbundle (1.0 - 1.0) <AD0E0AF1-E405-323F-9AA4-BE376AB8BD3D> /System/iOSSupport/System/Library/AccessibilityBundles/AnnotationKit.axbundle/Contents/MacOS/AnnotationKit 0x10e47c000 - 0x10e48bfff com.apple.SafariServices.axbundle (1.0 - 1.0) <DB65E72D-4D03-33F5-84E3-1A423CDEEEC8> /System/iOSSupport/System/Library/AccessibilityBundles/SafariServices.axbundle/Contents/MacOS/SafariServices 0x10e4a8000 - 0x10e4bbfff com.apple.ContactsUI.axbundle (1.0 - 1) <9B0E6B30-AB11-398A-AA17-048A2AB6413A> /System/iOSSupport/System/Library/AccessibilityBundles/ContactsUI.axbundle/Contents/MacOS/ContactsUI 0x10e4e4000 - 0x10e4e7fff com.apple.SearchFoundation.axbundle (1.0 - 1.0) <048DBE6F-5737-3B96-BDCC-0DB0F2E99FF7> /System/iOSSupport/System/Library/AccessibilityBundles/SearchFoundation.axbundle/Contents/MacOS/SearchFoundation 0x10e4f8000 - 0x10e4fbfff com.apple.AuthKitUI.axbundle (1.0 - 1.0) <ED08C72B-5ADD-3548-BEB4-D8805EAB7566> /System/iOSSupport/System/Library/AccessibilityBundles/AuthKitUI.axbundle/Contents/MacOS/AuthKitUI 0x10e510000 - 0x10e513fff com.apple.MarkupUI.axbundle (1.0 - 1.0) <4B04E13F-9CAE-3513-9E75-0A7D776EA0AA> /System/iOSSupport/System/Library/AccessibilityBundles/MarkupUI.axbundle/Contents/MacOS/MarkupUI 0x10e524000 - 0x10e527fff com.apple.WebUI.axbundle (1.0 - 1.0) <10C09C10-A68E-3AD2-8F3E-D203C0F806C4> /System/iOSSupport/System/Library/AccessibilityBundles/WebUI.axbundle/Contents/MacOS/WebUI 0x10e538000 - 0x10e547fff com.apple.PDFKit.axbundle (1.0 - 1) <18F10A33-8896-38C7-AB6B-20C715908DE0> /System/iOSSupport/System/Library/AccessibilityBundles/PDFKit.axbundle/Contents/MacOS/PDFKit 0x1872f6000 - 0x1872f7fff libsystem_blocks.dylib (79) <6DD71358-0029-3919-932B-C04DB1D407A5> /usr/lib/system/libsystem_blocks.dylib 0x1872f8000 - 0x18732ffff libxpc.dylib (2038.100.48) <E060D0AA-33F9-376E-8947-2FE8F31AB4CA> /usr/lib/system/libxpc.dylib 0x187330000 - 0x187347fff libsystem_trace.dylib (1277.100.21) <0B5646C1-032C-3734-B559-C17E377B315A> /usr/lib/system/libsystem_trace.dylib 0x187348000 - 0x1873bbfff libcorecrypto.dylib (1000.100.38) <F6D67608-CF61-3555-AD08-DD335048585F> /usr/lib/system/libcorecrypto.dylib 0x1873bc000 - 0x1873e7fff libsystem_malloc.dylib (317.100.9) <0E5B3E8E-D999-3EBC-94E6-C66EA9BCDB46> /usr/lib/system/libsystem_malloc.dylib 0x1873e8000 - 0x18742cfff libdispatch.dylib (1271.100.5) <28B946EB-7435-3DEF-999F-18A4F8A236D4> /usr/lib/system/libdispatch.dylib 0x18742d000 - 0x187466fff libobjc.A.dylib (824) <AD69D65F-B680-3CDE-ACB0-F7DA4976A52F> /usr/lib/libobjc.A.dylib 0x187467000 - 0x187469fff libsystem_featureflags.dylib (28.60.1) <3337B778-D4D3-3EB6-B197-83861DDEE8DB> /usr/lib/system/libsystem_featureflags.dylib 0x18746a000 - 0x1874ebfff libsystem_c.dylib (1439.100.3) <9680A140-BC7D-3A57-AEAB-D32CFC5713B1> /usr/lib/system/libsystem_c.dylib 0x1874ec000 - 0x187547fff libc++.1.dylib (905.6) <E692D64D-0E8A-3270-B2C5-C71777E0DB33> /usr/lib/libc++.1.dylib 0x187548000 - 0x18755ffff libc++abi.dylib (905.6) <3409B6F1-870E-39D9-A61F-5FE711738D1B> /usr/lib/libc++abi.dylib 0x187560000 - 0x187593fff libsystem_kernel.dylib (7195.101.1) <1B63FA43-CA44-3EB6-BF55-54F2E306B3CE> /usr/lib/system/libsystem_kernel.dylib 0x187594000 - 0x18759ffff libsystem_pthread.dylib (454.100.8) <84CF19CF-0E7D-3604-900D-B16E6EDEAD0A> /usr/lib/system/libsystem_pthread.dylib 0x1875a0000 - 0x1875e1fff libdyld.dylib (851.27) <50204FB1-CB74-3B88-8C20-419704B28B56> /usr/lib/system/libdyld.dylib 0x1875e2000 - 0x1875e8fff libsystem_platform.dylib (254.80.2) <991F42C6-2E43-3937-B899-A9A043208020> /usr/lib/system/libsystem_platform.dylib 0x1875e9000 - 0x187614fff libsystem_info.dylib (542.40.3) <74EE0B71-3303-3A7C-B4BF-75F1EF9F3F8F> /usr/lib/system/libsystem_info.dylib 0x187615000 - 0x187ac3fff com.apple.CoreFoundation (6.9 - 1775.118.101) <BF802A59-20F4-3AAD-80A2-8F17D95EC542> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x187ac4000 - 0x187cfafff com.apple.LaunchServices (1122.33 - 1122.33) <126E5536-55D7-31B0-919A-275EF3EA81A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x187cfb000 - 0x187dd4fff com.apple.gpusw.MetalTools (1.0 - 1) <F31509E5-3098-31D6-B621-BB9689E120FC> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools 0x187dd5000 - 0x18803ffff libBLAS.dylib (1336.101.1) <BF37E36F-E340-384B-8177-A905A6F85689> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x188040000 - 0x188089fff com.apple.Lexicon-framework (1.0 - 86.1) <7D2CBE29-723D-3E14-97AD-208AD999E5E6> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon 0x18808a000 - 0x1880edfff libSparse.dylib (106) <3E5529B2-78EF-3084-B350-6971CFF34493> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib 0x1880ee000 - 0x188175fff com.apple.SystemConfiguration (1.20 - 1.20) <B0F993E3-BA90-3981-88C3-4B06755DDAD2> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x188176000 - 0x1881a9fff libCRFSuite.dylib (50) <EBB4A005-8E4C-364C-9E05-02FA36B589F9> /usr/lib/libCRFSuite.dylib 0x1881aa000 - 0x1883d8fff libmecabra.dylib (929.9) <975A39A3-CA27-3805-8DB8-9CA0F6C1AEE1> /usr/lib/libmecabra.dylib 0x1883d9000 - 0x188765fff com.apple.Foundation (6.9 - 1775.118.101) <899ED889-CC93-35B4-9B3D-F68CD81BA919> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x188766000 - 0x188855fff com.apple.LanguageModeling (1.0 - 247.3) <0F0144FC-D3D6-39C3-9585-D0D21390969C> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x188856000 - 0x188978fff com.apple.CoreDisplay (236.4 - 236.4) <20DD2015-B26A-3E2F-A1EA-435E4771ED83> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay 0x188979000 - 0x188be1fff com.apple.audio.AudioToolboxCore (1.0 - 1180.90) <45FB2DDB-679F-3A57-BF43-E819F263C194> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore 0x188be2000 - 0x188db1fff com.apple.CoreText (677.4.0.4 - 677.4.0.4) <B4073019-1155-3FCA-B7DE-6197296984EA> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x188db2000 - 0x1893ccfff com.apple.audio.CoreAudio (5.0 - 5.0) <F4C3AC19-ACBA-3305-83F0-32F04A9D1913> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x1893cd000 - 0x189730fff com.apple.security (7.0 - 59754.100.106) <5DF3DBA7-BEB0-31B1-B516-62C5CBCCB64A> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x189731000 - 0x1899a2fff libicucore.A.dylib (66112) <8C6F8C33-9711-3924-A158-67FE12FB1682> /usr/lib/libicucore.A.dylib 0x1899a3000 - 0x1899adfff libsystem_darwin.dylib (1439.100.3) <24EF8097-F2FE-3A7B-8967-B1ABB66D3E9D> /usr/lib/system/libsystem_darwin.dylib 0x1899ae000 - 0x189ca1fff com.apple.CoreServices.CarbonCore (1307.2 - 1307.2) <D052CD4F-456B-3F0F-B17E-C3893CB5B602> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x189ca2000 - 0x189cddfff com.apple.CoreServicesInternal (476.1 - 476.1) <ACA58BE7-93C2-3F45-B816-3A62F4BCB935> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x189cde000 - 0x189d19fff com.apple.CSStore (1122.33 - 1122.33) <26288C36-E391-3FA5-B144-32DA348D6292> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore 0x189d1a000 - 0x189de5fff com.apple.framework.IOKit (2.0.2 - 1845.100.19) <663B83F3-739B-33BD-9958-5CD955744D3C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x189de6000 - 0x189df1fff libsystem_notify.dylib (279.40.4) <D6E6F5C7-AF4A-3AFB-8BFB-9D15FA73061D> /usr/lib/system/libsystem_notify.dylib 0x189df2000 - 0x189e3ffff libsandbox.1.dylib (1441.101.1) <9007C1CA-1F5A-399C-B470-1548E652D393> /usr/lib/libsandbox.1.dylib 0x189e40000 - 0x18ab7efff com.apple.AppKit (6.9 - 2022.44.151) <7FCBACBC-2682-35C2-8A80-13EDA954DF24> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x18ab7f000 - 0x18ada5fff com.apple.UIFoundation (1.0 - 728.6) <9512D44F-5489-3864-BDED-AA6869227461> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x18ada6000 - 0x18adb8fff com.apple.UniformTypeIdentifiers (636.9 - 636.9) <F97F79FE-AB31-3B62-90A9-C3B8D16F2D6C> /System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers 0x18adb9000 - 0x18af23fff com.apple.desktopservices (1.19 - 1346.4.7) <480FEB8D-03F0-3F28-AA00-3C997CEF7FAC> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x18af24000 - 0x18af36fff com.apple.metadata.SpotlightLinguistics (1.0 - 1) <F68F30B7-112C-3606-86F8-AFB6782071DD> /System/Library/PrivateFrameworks/SpotlightLinguistics.framework/Versions/A/SpotlightLinguistics 0x18af37000 - 0x18b139fff com.apple.CoreDuet (1.0 - 1) <E6C86BCA-3A34-3DFF-A615-793B31D46094> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet 0x18b1ef000 - 0x18b92ffff libnetwork.dylib (2288.100.111) <04DC870F-2F5D-3C06-A903-DD73B2829380> /usr/lib/libnetwork.dylib 0x18b930000 - 0x18bdb7fff com.apple.CFNetwork (1237 - 1237) <93368EFC-BBD5-340B-9810-6C714FDF90E7> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x18bdb8000 - 0x18bdc7fff libsystem_networkextension.dylib (1295.101.1) <A9BF7C18-36A4-35CA-8954-2DD6EA2426D9> /usr/lib/system/libsystem_networkextension.dylib 0x18bdc8000 - 0x18bdc9fff libenergytrace.dylib (22.100.1) <B80E1BD9-BD07-30A2-B952-1B814162F4BD> /usr/lib/libenergytrace.dylib 0x18bdca000 - 0x18be1cfff libMobileGestalt.dylib (978.100.37) <B9F374A6-6048-325E-A442-13226E0D77A9> /usr/lib/libMobileGestalt.dylib 0x18be1d000 - 0x18be34fff libsystem_asl.dylib (385) <F79A9C7C-D71A-371D-ACB8-BAD989D46E7D> /usr/lib/system/libsystem_asl.dylib 0x18be35000 - 0x18be4efff com.apple.TCC (1.0 - 1) <0D3C3BBB-BE2C-3651-BDA5-B5E62A06DF41> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x18be4f000 - 0x18c1b8fff com.apple.SkyLight (1.600.0 - 585) <20A8A506-1D77-3915-8C28-259D55DC8373> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight 0x18c1b9000 - 0x18c7a6fff com.apple.CoreGraphics (2.0 - 1463.14.2) <8BFE9162-DDB6-34BA-A692-AADFDAF9B48A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x18c7a7000 - 0x18c89cfff com.apple.ColorSync (4.13.0 - 3473.4.3) <DD797A04-0F8E-3A3F-B12C-D7643F9FAE01> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x18c89d000 - 0x18c8f8fff com.apple.HIServices (1.22 - 715) <C0D1CA98-34BC-385C-8D6D-3B738B80A6AE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x18c8f9000 - 0x18c938fff libAWDSupport.dylib (951) <2A84F4AF-0D54-3D33-9A37-1605E9BD2251> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupport.dylib 0x18c939000 - 0x18c99afff libprotobuf.dylib (4146) <1671CFBF-6D3A-302A-B1B0-694CCF1BAC9E> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf.dylib 0x18c99b000 - 0x18c9adfff libprotobuf-lite.dylib (4146) <EC0554F4-F99C-39A5-99A0-ECCB101EF423> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf-lite.dylib 0x18c9ae000 - 0x18c9f5fff com.apple.awd (1.0 - 951) <0C89EB83-85A7-32D2-85D2-60D63C258955> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/WirelessDiagnostics 0x18c9f6000 - 0x18cb65fff com.apple.Montreal (1.0 - 142) <CE167A1C-9A53-3099-A93C-E714332416C6> /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal 0x18cb66000 - 0x18cc51fff com.apple.NLP (1.0 - 210.2) <B6F8469F-C1EB-3370-B2A5-A6255741BBA8> /System/Library/PrivateFrameworks/NLP.framework/Versions/A/NLP 0x18cc52000 - 0x18cffafff com.apple.CoreData (120 - 1048) <BF206551-0234-3C90-B455-20CCBD84294F> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x18cffb000 - 0x18d011fff com.apple.ProtocolBuffer (1 - 285.24.10.20.1) <3C5E7738-35A5-33FF-B2D4-BAB92317A9CA> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 0x18d012000 - 0x18d1affff libsqlite3.dylib (321.3) <D8C91B63-0FA2-3208-9386-630B6A4C893F> /usr/lib/libsqlite3.dylib 0x18d1b0000 - 0x18d224fff com.apple.Accounts (113 - 113) <F5398BAC-647B-3EAE-8517-78D14CC3EE61> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts 0x18d225000 - 0x18d23bfff com.apple.commonutilities (8.0 - 900) <B1A5ABC0-AF8F-3B2E-9125-346B9FBA49C3> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities 0x18d23c000 - 0x18d2befff com.apple.BaseBoard (526 - 526) <CED69483-4C8F-3EB6-839D-A0144159E3CF> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard 0x18d2bf000 - 0x18d30cfff com.apple.RunningBoardServices (1.0 - 505.100.7.0.1) <DCCE868C-501B-39E1-8578-10EC36DC2BB6> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices 0x18d30d000 - 0x18d380fff com.apple.AE (918.4 - 918.4) <3737110E-66A8-3E93-AF93-FCD46EAC0AC8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x18d381000 - 0x18d388fff libdns_services.dylib (1310.100.10) <DFCB37F4-7C74-31BA-9CA6-9612FA837552> /usr/lib/libdns_services.dylib 0x18d389000 - 0x18d390fff libsystem_symptoms.dylib (1431.100.22) <286DD4C5-E381-3B1E-A7FA-D01650331B6C> /usr/lib/system/libsystem_symptoms.dylib 0x18d391000 - 0x18d4e6fff com.apple.Network (1.0 - 1) <898F25C7-E600-307C-AFAD-E39EEFCFF979> /System/Library/Frameworks/Network.framework/Versions/A/Network 0x18d4e7000 - 0x18d519fff com.apple.analyticsd (1.0 - 1) <2D22EF24-1755-332C-85D1-8C2745521D91> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics 0x18d51a000 - 0x18d51cfff libDiagnosticMessagesClient.dylib (112) <CAE960CC-75A9-301E-ADA4-7998CAEF48B7> /usr/lib/libDiagnosticMessagesClient.dylib 0x18d51d000 - 0x18d568fff com.apple.spotlight.metadata.utilities (1.0 - 2150.16) <31701956-355F-3BA9-BEF1-35EBE7953A02> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities 0x18d569000 - 0x18d602fff com.apple.Metadata (10.7.0 - 2150.16) <D6E78FFE-7627-3A3B-A87B-69F17EB99A1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x18d603000 - 0x18d609fff com.apple.DiskArbitration (2.7 - 2.7) <AE00C5BF-2E58-3B13-92B0-4C3C02F33397> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x18d60a000 - 0x18d914fff com.apple.vImage (8.1 - 544.4) <A658A554-97B8-3818-BDB4-8160AEA94B57> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x18d915000 - 0x18dbd0fff com.apple.QuartzCore (1.11 - 927.17) <109912B1-E43A-3133-8D51-6A9591057FC3> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x18dbd1000 - 0x18dc12fff libFontRegistry.dylib (309) <00B6D156-63F4-3936-9391-B7F88CF6EEA2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x18dc13000 - 0x18dd2afff com.apple.coreui (2.1 - 691.3) <6B474339-4569-3BCF-AC67-AF5A1EEE5360> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x18dd2b000 - 0x18de0afff com.apple.ViewBridge (553.1 - 553.1) <EA0DDBF6-CD61-35EA-A314-0F5EACC3E84E> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge 0x18de0b000 - 0x18de15fff com.apple.PerformanceAnalysis (1.278.3 - 278.3) <81EBB778-2060-313B-8E86-2C9ECA19030D> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x18de16000 - 0x18de23fff com.apple.OpenDirectory (11.3 - 230.40.1) <BE966B06-4122-32D2-A72D-378C751CFBEA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x18de24000 - 0x18de43fff com.apple.CFOpenDirectory (11.3 - 230.40.1) <54398A7B-9A0D-3BC5-9673-73388906309A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x18de44000 - 0x18de4cfff com.apple.CoreServices.FSEvents (1290.101.1 - 1290.101.1) <E8B4A343-E15A-3A4D-BFA4-F2318FF8EBA1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x18de4d000 - 0x18de70fff com.apple.coreservices.SharedFileList (144 - 144) <2A184E5F-21E6-3CDF-A08E-DE721305B1DD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x18de71000 - 0x18de73fff libapp_launch_measurement.dylib (14.1) <3C025258-AB97-3777-A862-72FE15DF2CC0> /usr/lib/libapp_launch_measurement.dylib 0x18de74000 - 0x18deb6fff com.apple.CoreAutoLayout (1.0 - 21.10.1) <D57B98F2-728A-362A-8C33-D67D7031D5BD> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout 0x18deb7000 - 0x18dfa3fff libxml2.2.dylib (34.9) <99E8394A-E178-369D-9B94-D558AA317656> /usr/lib/libxml2.2.dylib 0x18dfa4000 - 0x18dff7fff com.apple.CoreVideo (1.8 - 414.7) <C2D7DCD8-6DCB-3DE6-B286-E01AF88793A4> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x18dff8000 - 0x18dffafff com.apple.loginsupport (1.0 - 1) <97203FFB-B872-3627-8780-6C5DAF97737F> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x18dffb000 - 0x18e021fff com.apple.aps.framework (4.0 - 4.0) <B95F4363-0CEA-32A1-A36F-247FB9EA2F4F> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService 0x18e022000 - 0x18e040fff com.apple.UserManagement (1.0 - 1) <3BB34A3E-D4CA-34E2-86F3-789F367A153F> /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement 0x18e041000 - 0x18e1e1fff com.apple.cloudkit.CloudKit (982 - 982) <44957E7F-1984-34AF-AFC7-976952374D6C> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit 0x18e1e2000 - 0x18e265fff com.apple.CloudDocs (1.0 - 738) <453EA196-9413-3111-9088-F60DEDE079F8> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs 0x18e266000 - 0x18ea17fff com.apple.CoreML (1.0 - 1) <C693EF24-4A7D-34BF-93F6-BB2AC73F05A9> /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML 0x18f162000 - 0x18f1d7fff com.apple.corelocation (2420.16.22 - 2420.16.22) <2549E8A8-6318-38B9-BC2C-EF6438A4941C> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation 0x18f1d8000 - 0x18f1e9fff libsystem_containermanager.dylib (318.100.4) <5CDF5965-B48E-3CBA-A980-E6087AC734EC> /usr/lib/system/libsystem_containermanager.dylib 0x18f1ea000 - 0x18f1fbfff com.apple.IOSurface (290.7 - 290.7) <D0329678-B1D1-3B68-8B1E-CBFA0125CC5A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x18f1fc000 - 0x18f205fff com.apple.IOAccelerator (442.9 - 442.9) <73EFB41C-E94E-309B-8F65-FF2882CC0ED4> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x18f206000 - 0x18f2f4fff com.apple.Metal (244.119 - 244.119) <6438ABB8-C006-391B-8A91-CBC5B086BD9C> /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x18f2f5000 - 0x18f314fff com.apple.audio.caulk (1.0 - 70) <2A9F1591-10AC-3FEE-851F-2BB6E3686744> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk 0x18f315000 - 0x18f40cfff com.apple.CoreMedia (1.0 - 2770.32.4.7) <963DBC69-ED01-3795-A7AB-7870B633F5BD> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x18f40d000 - 0x18f565fff libFontParser.dylib (305.4.0.2) <702B748C-1ECE-38FC-A1AF-DC60F7B24423> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 0x18f566000 - 0x18f870fff com.apple.HIToolbox (2.1.1 - 1061.9) <071FD2DE-D87C-3F71-B719-4D54A9B6C0BD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x18f871000 - 0x18f888fff com.apple.framework.DFRFoundation (1.0 - 265) <8F2E0708-88BC-32B6-9B4C-2F6237F2F626> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation 0x18f889000 - 0x18f88cfff com.apple.dt.XCTTargetBootstrap (1.0 - 18119.1) <D5CA5B4F-31A8-3354-93FB-3965736A0C37> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap 0x18f88d000 - 0x18f8b7fff com.apple.CoreSVG (1.0 - 149) <7FA503C1-F211-31CB-8772-8A2DB7BDC02D> /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG 0x18f8b8000 - 0x18fad6fff com.apple.ImageIO (3.3.0 - 2130.4.7) <4722ECE4-6030-3DDD-8D17-A12B236028DE> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x18fad7000 - 0x18fdeffff com.apple.CoreImage (16.3.0 - 1140.2) <40F13C33-2671-32AC-8918-B42C671F6683> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x18fdf0000 - 0x18fe54fff com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <E605D274-E6D7-3DF1-9367-D3BD3A76776B> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSCore.framework/Versions/A/MPSCore 0x18fe55000 - 0x18fe59fff libsystem_configuration.dylib (1109.101.1) <0652C679-6D13-3AC7-9941-CA71643BD051> /usr/lib/system/libsystem_configuration.dylib 0x18fe5a000 - 0x18fe5efff libsystem_sandbox.dylib (1441.101.1) <704F03F3-ABC8-3904-8395-DFA0FA94A824> /usr/lib/system/libsystem_sandbox.dylib 0x18fe5f000 - 0x18fe60fff com.apple.AggregateDictionary (1.0 - 1) <D4588867-75A6-356C-B7C1-DE2104FB88C0> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary 0x18fe61000 - 0x18fe64fff com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <72BBD386-C2EF-3F86-9BCE-554D9BC2F987> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x18fe65000 - 0x18fe66fff liblangid.dylib (136) <4CEDC381-7DE7-38BD-9A52-64D7D17DCD04> /usr/lib/liblangid.dylib 0x18fe67000 - 0x18fef4fff com.apple.CoreNLP (1.0 - 245.2) <287B0C55-896A-38F3-A02C-9B9FCF507F56> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP 0x18fef5000 - 0x18fefcfff com.apple.LinguisticData (1.0 - 399) <DF339851-C711-32C2-88C8-39A4755D3E07> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData 0x18fefd000 - 0x1903bbfff libBNNS.dylib (288.100.5) <D3EA4C52-B148-3727-8453-4CAF96A8C4F6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib 0x1903bc000 - 0x19046afff libvDSP.dylib (760.100.3) <D0557189-AE94-3044-AE34-1010EDB0F002> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x19046b000 - 0x19047dfff com.apple.CoreEmoji (1.0 - 128.4) <2FF93761-9498-33C7-BEE6-2B19ACBD63A2> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji 0x19047e000 - 0x190488fff com.apple.IOMobileFramebuffer (343.0.0 - 343.0.0) <DA6BE348-C26C-3798-BE67-E897B1C4B218> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer 0x190489000 - 0x190551fff com.apple.framework.CoreWLAN (16.0 - 1657) <0296D058-FE2D-3C0E-B4E8-7D777890B08A> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x190552000 - 0x190753fff com.apple.CoreUtils (6.6 - 660.36) <7ED0E367-2D24-3619-A97D-A2A80589FBD4> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x190754000 - 0x190776fff com.apple.MobileKeyBag (2.0 - 1.0) <897FAAD0-122C-3F7E-B785-838B896C5D58> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag 0x190777000 - 0x190786fff com.apple.AssertionServices (1.0 - 505.100.7.0.1) <3283DE5A-4CCC-3067-9E37-E7A7B0FAE145> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices 0x190787000 - 0x19080afff com.apple.securityfoundation (6.0 - 55240.40.4) <DE97EE3B-6BAA-3AD0-99D4-C015C167304F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x19080b000 - 0x190814fff com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <D8061212-3DDE-3ABC-914B-86E28E5F8AAF> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement 0x190815000 - 0x19081afff com.apple.xpc.ServiceManagement (1.0 - 1) <13E212E3-6007-32B4-9A85-500EA5E26D61> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x19081b000 - 0x19081dfff libquarantine.dylib (119.40.2) <B6015A7E-5A34-36E1-A075-E372C6738E16> /usr/lib/system/libquarantine.dylib 0x19081e000 - 0x19082dfff libCheckFix.dylib (31) <CD539ED5-341D-3659-A317-9066ECE341EA> /usr/lib/libCheckFix.dylib 0x19082e000 - 0x190844fff libcoretls.dylib (169.100.1) <AD1A5975-5E68-3D64-ADAA-55F05A854503> /usr/lib/libcoretls.dylib 0x190845000 - 0x190855fff libbsm.0.dylib (68.40.1) <3DC6FED0-4410-32A7-85A3-3D7461B9E9A1> /usr/lib/libbsm.0.dylib 0x190856000 - 0x19089bfff libmecab.dylib (929.9) <E8FAB17C-0FD1-3FD0-9CB9-03D346EEB135> /usr/lib/libmecab.dylib 0x19089c000 - 0x1908a0fff libgermantok.dylib (24) <AEDC4728-4FC4-3B80-B6C8-E2B3AFFFBFEE> /usr/lib/libgermantok.dylib 0x1908a1000 - 0x1908b5fff libLinearAlgebra.dylib (1336.101.1) <77703B0A-142F-3D54-A974-A300A49001B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x1908b6000 - 0x190ab9fff com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <626E5C3D-1EFA-37C7-A304-152CCF1B8878> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork 0x190aba000 - 0x190b03fff com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <24D5CB6D-BF21-3A93-966A-5BE0CD6BFB53> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector 0x190b04000 - 0x190c56fff com.apple.MLCompute (1.0 - 1) <5E5AA010-08F6-37D1-86C9-06BCDB7E0D98> /System/Library/Frameworks/MLCompute.framework/Versions/A/MLCompute 0x190c57000 - 0x190c85fff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <65D36A4C-08C4-311B-9AD2-5EBC36F2BF48> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix 0x190c86000 - 0x190cd8fff com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <E95A075E-80F5-3399-96DE-CE67AB35852C> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray 0x190cd9000 - 0x190d60fff com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <6B489F13-738D-30BD-80B8-E550CD37DB81> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSImage.framework/Versions/A/MPSImage 0x190d61000 - 0x190d70fff com.apple.AppleFSCompression (125 - 1.0) <FF1BCCC9-934E-300A-A33A-7BA077179777> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x190d71000 - 0x190d7dfff libbz2.1.0.dylib (44) <0792258E-8F02-3C0D-89BC-AF286792501F> /usr/lib/libbz2.1.0.dylib 0x190d7e000 - 0x190d82fff libsystem_coreservices.dylib (127) <D5850DD3-72A6-3BF7-8A37-4CEA4DF61CC9> /usr/lib/system/libsystem_coreservices.dylib 0x190d83000 - 0x190db3fff com.apple.CoreServices.OSServices (1122.33 - 1122.33) <99622793-6045-36D0-B959-EB6FD06202C0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x190db4000 - 0x190ec4fff com.apple.AuthKit (1.0 - 1) <F7E4A030-81AE-3C4A-AD11-E8394F7A5189> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit 0x190ec5000 - 0x190ef7fff com.apple.UserNotifications (1.0 - 348.5) <FBC07B49-B680-3B8C-BCCA-4A7FA47280EC> /System/Library/Frameworks/UserNotifications.framework/Versions/A/UserNotifications 0x190ef8000 - 0x190f67fff com.apple.CoreSpotlight (1.0 - 2150.16) <CF06EC2E-7EAB-3DEE-BBF8-71935821C9E7> /System/Library/Frameworks/CoreSpotlight.framework/Versions/A/CoreSpotlight 0x190f68000 - 0x190f79fff libz.1.dylib (76) <031516CB-4CBD-33BF-80FE-671F1539A93B> /usr/lib/libz.1.dylib 0x190f7a000 - 0x190fa7fff libsystem_m.dylib (3186.100.3) <549C9342-4F61-3D9E-9727-9F9B72C9F49F> /usr/lib/system/libsystem_m.dylib 0x190fa8000 - 0x190fa8fff libcharset.1.dylib (59) <A83762DF-A611-3148-9926-C0874266E926> /usr/lib/libcharset.1.dylib 0x190fa9000 - 0x190faefff libmacho.dylib (980) <EDA2EE02-A2E8-32D6-8456-491AE6711D41> /usr/lib/system/libmacho.dylib 0x190faf000 - 0x190fc6fff libkxld.dylib (7195.101.1) <AEC9D8F5-17FE-30E1-AB5A-A33F88857E9F> /usr/lib/system/libkxld.dylib 0x190fc7000 - 0x190fd4fff libcommonCrypto.dylib (60178.100.1) <63177DD5-51C5-3BAC-8E02-F3A435D94034> /usr/lib/system/libcommonCrypto.dylib 0x190fd5000 - 0x190fdffff libunwind.dylib (201) <46052246-A538-3A3D-B1CA-AA9918387228> /usr/lib/system/libunwind.dylib 0x190fe0000 - 0x190fe7fff liboah.dylib (203.42) <099BFF77-C172-3BB3-B8EF-CC327B9596BE> /usr/lib/liboah.dylib 0x190fe8000 - 0x190ff0fff libcopyfile.dylib (173.40.2) <93F3CAE3-AD9C-3E76-A6E0-F8F068C86853> /usr/lib/system/libcopyfile.dylib 0x190ff1000 - 0x190ff4fff libcompiler_rt.dylib (102.2) <7BEF62AF-3C32-3793-94F2-275F6EA29F26> /usr/lib/system/libcompiler_rt.dylib 0x190ff5000 - 0x190ff7fff libsystem_collections.dylib (1439.100.3) <F2BDBFD0-5145-3591-89CD-25C174F14EC5> /usr/lib/system/libsystem_collections.dylib 0x190ff8000 - 0x190ffafff libsystem_secinit.dylib (87.60.1) <DF976C39-729C-3AE4-AE08-B14C5A81BF11> /usr/lib/system/libsystem_secinit.dylib 0x190ffb000 - 0x190ffdfff libremovefile.dylib (49.101.1) <2E931B23-0616-36E2-A4BF-CCC1195FA107> /usr/lib/system/libremovefile.dylib 0x190ffe000 - 0x190ffefff libkeymgr.dylib (31) <398F9023-1475-3516-9EA6-85C00527229E> /usr/lib/system/libkeymgr.dylib 0x190fff000 - 0x191007fff libsystem_dnssd.dylib (1310.100.10) <42D786D2-7258-3103-80C0-E213A03F6476> /usr/lib/system/libsystem_dnssd.dylib 0x191008000 - 0x19100dfff libcache.dylib (83) <758F8B92-8581-3370-9F97-1E3AB045122F> /usr/lib/system/libcache.dylib 0x19100e000 - 0x19100ffff libSystem.B.dylib (1292.100.5) <A9F7E132-0FFC-31FC-83C6-3848CA460DF3> /usr/lib/libSystem.B.dylib 0x191010000 - 0x191013fff libfakelink.dylib (3) <7C584F63-B111-3D86-A765-DD9F3576BCCF> /usr/lib/libfakelink.dylib 0x191014000 - 0x191014fff com.apple.SoftLinking (1.0 - 1) <B3A37E5A-F2CD-3681-A16B-46166F913BC7> /System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking 0x191015000 - 0x191050fff libpcap.A.dylib (98.100.3) <57C5794B-900A-3F5B-AA56-A967AD5BF013> /usr/lib/libpcap.A.dylib 0x191051000 - 0x191146fff libiconv.2.dylib (59) <FE26B1AD-0B51-3938-8AA0-140AC5D4777C> /usr/lib/libiconv.2.dylib 0x191147000 - 0x191159fff libcmph.dylib (8) <7A4A5F6F-1847-3AEF-BD8D-AD6674B8F95E> /usr/lib/libcmph.dylib 0x19115a000 - 0x1911cafff libarchive.2.dylib (83.100.2) <D9A6DA6A-C9EB-3C20-8574-7F79F52BC924> /usr/lib/libarchive.2.dylib 0x1911cb000 - 0x19123bfff com.apple.SearchKit (1.4.1 - 1.4.1) <0242259D-4D21-310C-B81B-550FDA314126> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x19123c000 - 0x19123dfff libThaiTokenizer.dylib (3) <283F8B81-EAE2-3BEB-B836-FF57D0DC296D> /usr/lib/libThaiTokenizer.dylib 0x19123e000 - 0x191262fff com.apple.applesauce (1.0 - 16.28) <173428D4-22B0-35CD-92E4-336514FEA021> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce 0x191263000 - 0x191279fff libapple_nghttp2.dylib (1.41) <1CD60AD4-965C-3DEC-A3B9-9306993C0AB2> /usr/lib/libapple_nghttp2.dylib 0x19127a000 - 0x19128cfff libSparseBLAS.dylib (1336.101.1) <3A74AD40-6845-33D7-A6E2-F94CAEC0000E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x19128d000 - 0x19128efff com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <106221F7-1C81-3A41-9BCC-69F0E35CD562> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders 0x19128f000 - 0x191293fff libpam.2.dylib (28.40.1) <BC62B451-4D5A-3BEE-8648-13B94AD188E5> /usr/lib/libpam.2.dylib 0x191294000 - 0x1912abfff libcompression.dylib (96.100.7) <31D22285-5DBE-3097-8B55-9CFCB9704734> /usr/lib/libcompression.dylib 0x1912ac000 - 0x1912b0fff libQuadrature.dylib (7) <73E51938-AE7B-3F8B-B873-FDE7FCEFB7BE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib 0x1912b1000 - 0x19176dfff libLAPACK.dylib (1336.101.1) <D2211930-8DB5-31E9-9F81-4A7E4C5CE568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x19176e000 - 0x1917c0fff com.apple.DictionaryServices (1.2 - 341) <C25BFE81-0A70-3CA9-BBB0-2F0C50F42C86> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x1917c1000 - 0x1917d9fff liblzma.5.dylib (16) <DAC39A5A-9E20-3FD1-B8FA-2AE1B76DB297> /usr/lib/liblzma.5.dylib 0x1917da000 - 0x1917dbfff libcoretls_cfhelpers.dylib (169.100.1) <7AA528CC-DB1D-3F5E-B163-D0880605C3BD> /usr/lib/libcoretls_cfhelpers.dylib 0x1917dc000 - 0x1918c0fff com.apple.APFS (1677.100.114 - 1677.100.114) <1E527A7B-081E-33B3-B8B0-7865A40ABB93> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS 0x1918c1000 - 0x1918cefff libxar.1.dylib (452) <450A07D7-4C32-35F7-B9F9-DDAE39B09EA6> /usr/lib/libxar.1.dylib 0x1918cf000 - 0x1918d2fff libutil.dylib (58.40.2) <487E1711-0032-3E29-9D0F-C0EBCE583BB5> /usr/lib/libutil.dylib 0x1918d3000 - 0x1918fcfff libxslt.1.dylib (17.4) <E0F2B367-497D-3C33-BBF1-5C35A4D856ED> /usr/lib/libxslt.1.dylib 0x1918fd000 - 0x191907fff libChineseTokenizer.dylib (37) <78745C20-72C6-395C-BC17-EC2541EAA1E6> /usr/lib/libChineseTokenizer.dylib 0x191908000 - 0x191977fff libvMisc.dylib (760.100.3) <7A93ED19-3E37-30B0-92C9-75BF78B9BBD5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x191978000 - 0x191a09fff libate.dylib (3.0.6) <F9EDBA31-7947-33F6-8D53-2583E3757986> /usr/lib/libate.dylib 0x191a0a000 - 0x191a11fff libIOReport.dylib (64.100.1) <524B06D5-0BF5-328F-9CF8-BBE5F43484BD> /usr/lib/libIOReport.dylib 0x191a12000 - 0x191a26fff com.apple.CrashReporterSupport (10.13 - 15053) <D7F899CD-2BBA-3A61-B8E5-69792108A190> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x191a3f000 - 0x191ab9fff com.apple.CVNLP (1.0 - 119) <484D55F6-3305-3A14-916B-69C853BA7273> /System/Library/PrivateFrameworks/CVNLP.framework/Versions/A/CVNLP 0x191aba000 - 0x191adafff com.apple.SharedWebCredentials (928.6 - 928.6) <2706CBC5-14D5-378E-ADB2-2B2DD3E3CFEF> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/Versions/A/SharedWebCredentials 0x191adb000 - 0x191b0cfff com.apple.pluginkit.framework (1.0 - 1) <BFB6FD85-38E4-3FA7-AB55-64F9660BB7A9> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit 0x191b0d000 - 0x191b14fff libMatch.1.dylib (38) <78848B53-F850-3E3F-84E9-B68A3E191C13> /usr/lib/libMatch.1.dylib 0x191b15000 - 0x191b98fff libCoreStorage.dylib (554) <2B2E9C8E-83E7-3770-8299-25AAF6C8F582> /usr/lib/libCoreStorage.dylib 0x191b99000 - 0x191be4fff com.apple.AppleVAFramework (6.1.3 - 6.1.3) <6E129B2D-9A08-36A8-98B2-9CC7738FF16D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x191be5000 - 0x191bfefff libexpat.1.dylib (26) <BB17F172-DBAA-302F-80F9-F8821D295D0F> /usr/lib/libexpat.1.dylib 0x191bff000 - 0x191c07fff libheimdal-asn1.dylib (597.100.6) <140D540C-6451-3990-9BAD-68A3DDA53C23> /usr/lib/libheimdal-asn1.dylib 0x191c08000 - 0x191c1afff com.apple.IconFoundation (479.4 - 479.4) <226372DB-50FA-3C40-A84C-142AE8805EAD> /System/Library/PrivateFrameworks/IconFoundation.framework/Versions/A/IconFoundation 0x191c1b000 - 0x191c7efff com.apple.IconServices (479.4 - 479.4) <4E10E28B-E61A-32DC-9681-518D61D4C97E> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x191c7f000 - 0x191d20fff com.apple.MediaExperience (1.0 - 1) <E4163345-5094-3E5F-B857-56CF07035C7B> /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience 0x191d21000 - 0x191d47fff com.apple.persistentconnection (1.0 - 1.0) <122297B9-1AB1-314C-A934-85D1FEDD126E> /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection 0x191d48000 - 0x191d55fff com.apple.GraphVisualizer (1.0 - 100.1) <A9AD792A-2E37-3FC9-A270-1AAF28DCC1F0> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer 0x191d56000 - 0x192168fff com.apple.vision.FaceCore (4.3.2 - 4.3.2) <49D9B1E0-E58D-3B0A-9DBF-4F03D77888B0> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x192169000 - 0x1921a8fff com.apple.OTSVG (1.0 - 677.4.0.4) <A916D1A7-93FC-3603-90EA-D2B66FA8F45C> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG 0x1921a9000 - 0x1921b0fff com.apple.xpc.AppServerSupport (1.0 - 2038.100.48) <D115A155-E31C-302C-B5C3-F777A3A6FADB> /System/Library/PrivateFrameworks/AppServerSupport.framework/Versions/A/AppServerSupport 0x1921b1000 - 0x1921bffff libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) <989A748E-8062-37A4-9ED5-E2E4D1C18BA2> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib 0x1921c0000 - 0x1921c6fff libspindump.dylib (295.2) <B0FB98FA-057B-36B1-A00C-E9D364928DCD> /usr/lib/libspindump.dylib 0x1921c7000 - 0x19227cfff com.apple.Heimdal (4.0 - 2.0) <FD333301-6726-3327-9A63-99242E2DF582> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x19227d000 - 0x192297fff com.apple.login (3.0 - 3.0) <A344AAF3-AD9E-3BAF-95C0-4EF534AEB823> /System/Library/PrivateFrameworks/login.framework/Versions/A/login 0x192298000 - 0x192370fff com.apple.corebrightness (1.0 - 1) <8E4EF7A0-D834-3B32-901C-512F698D911B> /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness 0x19240d000 - 0x192410fff libodfde.dylib (26) <4D21E94B-E12F-3785-806A-CB66966A30BF> /usr/lib/libodfde.dylib 0x192411000 - 0x19244bfff com.apple.bom (14.0 - 235) <B598C1C7-5638-3A65-AFDE-66A2DD86B046> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x19244c000 - 0x19248ffff com.apple.AppleJPEG (1.0 - 1) <36CC0D38-14B0-327C-BA61-448F32AB4EEA> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x192490000 - 0x192571fff libJP2.dylib (2130.4.7) <EDC80B84-A9FF-3D08-B09E-367875CA3D0E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x192572000 - 0x192575fff com.apple.WatchdogClient.framework (1.0 - 98.100.3) <5B0D9E4B-7BB0-3471-9D02-A807EBEB3280> /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient 0x192576000 - 0x1925aefff com.apple.MultitouchSupport.framework (4440.3 - 4440.3) <DEC33A43-F3FD-362F-9E81-AAECE7CAEBF0> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x1925af000 - 0x1926dffff com.apple.VideoToolbox (1.0 - 2770.32.4.7) <47F990DB-4CB4-3200-806F-969B9C9D802A> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x1926e0000 - 0x192712fff libAudioToolboxUtility.dylib (1180.90) <AFA31B41-0A7C-361F-85FD-A4DD5DDD24EE> /usr/lib/libAudioToolboxUtility.dylib 0x192713000 - 0x192739fff libPng.dylib (2130.4.7) <5B191DA3-3A45-387D-90EB-79EBEAAE7A4D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x19273a000 - 0x192796fff libTIFF.dylib (2130.4.7) <DF97D467-36BC-322E-B474-6002B90196FE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x192797000 - 0x1927b5fff com.apple.IOPresentment (58 - 37) <758022B6-EE65-3CE4-B996-882C7ADC3B50> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment 0x1927b6000 - 0x1927bafff com.apple.GPUWrangler (6.2.9 - 6.2.9) <4ADB5600-CCE0-3757-AE06-6B0380F0E963> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler 0x1927bb000 - 0x1927bdfff libRadiance.dylib (2130.4.7) <400D9EA2-F99F-39BB-916D-0AAED8DD8A7C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x1927be000 - 0x1927c3fff com.apple.DSExternalDisplay (3.1 - 380) <25998560-DD9C-3D1F-AF87-0EC18EB8F402> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay 0x1927c4000 - 0x1927e4fff libJPEG.dylib (2130.4.7) <A761F7CA-FE16-39D2-994F-2871B619815E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x1927e5000 - 0x192814fff com.apple.ATSUI (1.0 - 1) <E5B9E749-D07E-36CB-998F-529572C308A3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI 0x192815000 - 0x192819fff libGIF.dylib (2130.4.7) <60265773-5C51-3C4E-9368-9558CBA050CF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x19281a000 - 0x192823fff com.apple.CMCaptureCore (1.0 - 81.37) <F6D28327-A5FF-314F-B998-84BE974CAA93> /System/Library/PrivateFrameworks/CMCaptureCore.framework/Versions/A/CMCaptureCore 0x192824000 - 0x19286bfff com.apple.print.framework.PrintCore (16.1 - 531.1) <0BA704CB-1069-3855-A3EB-62FDB054E25D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x19286c000 - 0x19291ffff com.apple.TextureIO (3.10.9 - 3.10.9) <4181DF52-4085-37F3-9B8F-6397D614C72E> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO 0x192920000 - 0x192928fff com.apple.InternationalSupport (1.0 - 61.1) <A6EBF1A4-118A-3B2D-82C5-05793429B99A> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport 0x192929000 - 0x19299dfff com.apple.datadetectorscore (8.0 - 674) <8EF0280C-67B6-3670-9ED3-6F49CC2671BF> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x19299e000 - 0x1929fdfff com.apple.UserActivity (438 - 438) <513548D0-41DB-32CB-9B4A-2AFB1A28FF23> /System/Library/PrivateFrameworks/UserActivity.framework/Versions/A/UserActivity 0x1929fe000 - 0x193192fff com.apple.MediaToolbox (1.0 - 2770.32.4.7) <90F957A2-8176-3798-8EB6-1F417D6F6501> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x1931fc000 - 0x193641fff libswiftCore.dylib (5.4 - 1205.0.24.14) <CBEE4522-B893-3154-9835-CF5AB1A10DAE> /usr/lib/swift/libswiftCore.dylib 0x193642000 - 0x1936acfff com.apple.imfoundation (10.0 - 1000) <ED61A1F2-F54A-3A3C-8D7B-AD15CE58330D> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation 0x1936ad000 - 0x1936d4fff com.apple.locationsupport (2420.16.22 - 2420.16.22) <A4040260-EC88-3C05-8739-084C2A0BB971> /System/Library/PrivateFrameworks/LocationSupport.framework/Versions/A/LocationSupport 0x1936d5000 - 0x19370afff libSessionUtility.dylib (76.69) <5943FA73-CF64-33A1-9561-F6530304CB98> /System/Library/PrivateFrameworks/AudioSession.framework/libSessionUtility.dylib 0x19370b000 - 0x193833fff com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <0DF1EB49-CD1A-3E28-82B8-2CC447AE4662> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x193834000 - 0x19389bfff com.apple.audio.AudioSession (1.0 - 76.69) <FFCA385E-24F9-3907-967B-4A7F6EE2473A> /System/Library/PrivateFrameworks/AudioSession.framework/Versions/A/AudioSession 0x19389c000 - 0x1938aefff libAudioStatistics.dylib (27.64) <B281B955-06EC-3BF5-8BBE-8570EFCB41B1> /usr/lib/libAudioStatistics.dylib 0x1938af000 - 0x1938c2fff com.apple.speech.synthesis.framework (9.0.64 - 9.0.64) <52B7FA95-369B-32B7-8923-537D81300857> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x1938c3000 - 0x193931fff com.apple.ApplicationServices.ATS (377 - 516) <EDC7995E-B88B-3615-9D2A-BD99E98CB3F7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x193932000 - 0x19394afff libresolv.9.dylib (68) <DA7CCE51-A5DF-36A6-B7EF-B877494D3B59> /usr/lib/libresolv.9.dylib 0x19394b000 - 0x19395efff libsasl2.2.dylib (214) <B31BECF8-D6F3-3CEB-AF68-B8D6CADEB3E6> /usr/lib/libsasl2.2.dylib 0x19395f000 - 0x19396efff com.apple.multiverse (1.0 - 109.100.2) <ABF5F5FA-861A-3C1F-A6CD-79157EAC0C21> /System/Library/PrivateFrameworks/MultiverseSupport.framework/Versions/A/MultiverseSupport 0x1939f9000 - 0x193a11fff com.apple.CoreFollowUp-OSX (1.0 - 1) <C7DA5C62-6FC9-386F-AFF3-D6D2348571A4> /System/Library/PrivateFrameworks/CoreFollowUp.framework/Versions/A/CoreFollowUp 0x193a12000 - 0x193a76fff com.apple.CoreMediaIO (1000.0 - 5325) <BFD4CCE4-8533-368F-AEAB-1BDFAFBC6EC8> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x193a77000 - 0x193b56fff libSMC.dylib (20) <2519AB42-65E2-339A-AD2C-CC154E76C832> /usr/lib/libSMC.dylib 0x193b57000 - 0x193bb4fff libcups.2.dylib (494.1) <5505EE91-62D2-3C53-9FCE-2725180BBEA7> /usr/lib/libcups.2.dylib 0x193bb5000 - 0x193bc8fff com.apple.LangAnalysis (1.7.0 - 254) <EDC75306-A4BA-3BF7-870E-EA18B27AAF3D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x193bc9000 - 0x193bd5fff com.apple.NetAuth (6.2 - 6.2) <8D3B548E-48CD-3003-9B30-615C919A2B1C> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x193bd6000 - 0x193bddfff com.apple.ColorSyncLegacy (4.13.0 - 1) <58A7544B-CC0D-3BB5-8F90-5B0A3AA0C339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy 0x193bde000 - 0x193be9fff com.apple.QD (4.0 - 416) <64A4C47A-BC7F-3C49-8ACF-D95B12EB5A63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x193bea000 - 0x1941dafff com.apple.audio.AudioResourceArbitration (1.0 - 1) <6441C4C4-2AB1-3878-9350-D674A24C0798> /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration 0x1941db000 - 0x1941e6fff com.apple.perfdata (1.0 - 67.40.1) <F6368B07-F749-3DC2-A9AB-BEE1ACB1B6C1> /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata 0x1941e7000 - 0x1941f4fff libperfcheck.dylib (41) <3E26EDAF-56A1-3482-81C6-EC653245B0CF> /usr/lib/libperfcheck.dylib 0x1941f5000 - 0x194205fff com.apple.Kerberos (3.0 - 1) <40157A85-333E-37B2-8E31-896D7CD30C4E> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x194206000 - 0x19424dfff com.apple.GSS (4.0 - 2.0) <3BDE0BCA-8A2D-3E54-A0F9-2A3BEE5F838E> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x19424e000 - 0x19425dfff com.apple.CommonAuth (4.0 - 2.0) <DBD278E1-B558-3442-9D25-D8F20731E665> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x19425e000 - 0x194286fff com.apple.MobileAssets (1.0 - 659.100.21) <397C3075-FA9B-3AAC-ADAD-2269B9D04804> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset 0x194287000 - 0x1942b0fff com.apple.CacheDelete (1.0 - 1) <DE5D9F4F-67F4-3B84-BA76-46BBDCFF79B3> /System/Library/PrivateFrameworks/CacheDelete.framework/Versions/A/CacheDelete 0x1942b1000 - 0x1942cefff com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <D0BD0F53-29B3-3883-81DF-D169000EB6CE> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle 0x1942cf000 - 0x1942d7fff com.apple.CorePhoneNumbers (1.0 - 1) <F135DEDA-8E3D-32EB-92BC-E685F29F3236> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers 0x1942d8000 - 0x194367fff libTelephonyUtilDynamic.dylib (5359.1) <67EAFDE5-F187-3E60-A664-E552D08AE09C> /usr/lib/libTelephonyUtilDynamic.dylib 0x194421000 - 0x194421fff liblaunch.dylib (2038.100.48) <8CA6B914-3852-3FE0-B289-6E1DB841C3CA> /usr/lib/system/liblaunch.dylib 0x194724000 - 0x194979fff com.apple.NetworkExtension (1.0 - 1) <0D6D41F7-32D3-394E-9039-1FC1324F60DC> /System/Library/Frameworks/NetworkExtension.framework/Versions/A/NetworkExtension 0x19497a000 - 0x194a80fff com.apple.ids (10.0 - 1000) <BDE53220-F7C5-38CD-9BDD-2D02A10731F9> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS 0x194a81000 - 0x194bcefff com.apple.idsfoundation (10.0 - 1000) <D1787500-968C-32A1-BCD9-E876F9A3EE48> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation 0x194bcf000 - 0x194d0bfff com.apple.Sharing (1618.1 - 1618.1) <B9D9353C-FEC6-3895-B5C8-445179CE8F79> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x194d0c000 - 0x194df6fff com.apple.Bluetooth (8.0.4 - 8.0.4d18) <8FDE7950-C2B5-3D12-A626-132986F68475> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x194df7000 - 0x194e0afff com.apple.AppContainer (4.0 - 509.100.12) <CBB75B65-1F8F-3686-AB2B-91072D391F18> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer 0x194e0b000 - 0x194e0efff com.apple.SecCodeWrapper (4.0 - 509.100.12) <07E0F427-E927-38E3-A38C-F08C28F91B77> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper 0x194e0f000 - 0x194e67fff com.apple.ProtectedCloudStorage (1.0 - 1) <73F30628-7417-3EDA-9F5B-587696EF3098> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage 0x194ee3000 - 0x194ee7fff libxcselect.dylib (2384) <0E9325C1-42C8-3499-BD32-A524508A2D03> /usr/lib/libxcselect.dylib 0x194fcc000 - 0x195104fff com.apple.combine (1.0 - 252.157) <E6B009AD-4EE4-3749-86CB-B3F7A0F728AB> /System/Library/Frameworks/Combine.framework/Versions/A/Combine 0x195105000 - 0x19664cfff com.apple.GeoServices (1.0 - 1757.24.10.20.19) <0B619F58-1BDC-3BF3-98A2-4B00382502A3> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices 0x19664d000 - 0x196658fff com.apple.DirectoryService.Framework (11.3 - 230.40.1) <226C18B4-3A93-38AC-BCFE-B63C2AC2784E> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x196659000 - 0x196680fff com.apple.RemoteViewServices (2.0 - 163) <C0F939C4-89F8-3FF0-A3E2-EC0C67CBC1D6> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x196681000 - 0x196690fff com.apple.SpeechRecognitionCore (6.1.23 - 6.1.23) <602651BD-BEB9-33BC-BD88-EBBC0E532544> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x196691000 - 0x196698fff com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <21264AC1-A680-3264-B89A-64C50F1C8AE4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x196699000 - 0x1966aafff com.apple.AppleLDAP (11.3 - 54) <307F8665-7008-3071-89C9-D88655A0F56F> /System/Library/PrivateFrameworks/AppleLDAP.framework/Versions/A/AppleLDAP 0x1968c7000 - 0x1968c7fff libsystem_product_info_filter.dylib (8.40.1) <50BD218A-957D-3A15-BD09-A37F3C9C5499> /usr/lib/system/libsystem_product_info_filter.dylib 0x1968dc000 - 0x1968dffff com.apple.IOPlatformPluginFamily (1.0 - 1) <0122D27B-5CE2-3B53-8A56-BE1366427716> /System/Library/PrivateFrameworks/IOPlatformPluginFamily.framework/Versions/A/IOPlatformPluginFamily 0x19693f000 - 0x196955fff libnetworkextension.dylib (1295.101.1) <D87D42C9-9E08-3AE1-87DF-34AD26B6DC00> /usr/lib/libnetworkextension.dylib 0x196956000 - 0x196959fff com.apple.Accessibility (1.0 - 1) <F32D45BB-7D5A-3A85-95A6-99E8253E41CB> /System/Library/Frameworks/Accessibility.framework/Versions/A/Accessibility 0x196998000 - 0x196999fff libCTGreenTeaLogger.dylib (8224.1) <F3D01E0D-05E8-30CD-B686-B6F648A5C9A2> /usr/lib/libCTGreenTeaLogger.dylib 0x19699a000 - 0x19699afff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <952E1E66-3509-3590-A0E2-97E0E24C611B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x1969bc000 - 0x1969bcfff com.apple.CoreServices (1122.33 - 1122.33) <66D7385A-F955-3939-BC93-040D74F8E709> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x196a13000 - 0x196b69fff com.apple.CoreSpeech (1.0 - 3004.27) <AE49E1F6-A400-3055-A252-6E3B088AC50D> /System/Library/PrivateFrameworks/CoreSpeech.framework/Versions/A/CoreSpeech 0x196b74000 - 0x196b74fff com.apple.Accelerate (1.11 - Accelerate 1.11) <336944EA-C2F7-3D6F-A7BB-C7AD5846F3B4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x196b75000 - 0x196b94fff com.apple.PrototypeTools (1.0 - 1) <020962AA-3F52-34BB-AEA0-FAAFE0CE29AC> /System/Library/PrivateFrameworks/PrototypeTools.framework/Versions/A/PrototypeTools 0x196b98000 - 0x196bb6fff com.apple.AssetCacheServices (118 - 118) <3B283B7E-94DC-3AA8-BF4E-F9CE5B03A33F> /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServices 0x196bb7000 - 0x196bc3fff com.apple.MediaAccessibility (1.0 - 130) <1D058C73-4A27-310A-A98C-79EE802DBDAE> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility 0x196bc4000 - 0x196be3fff com.apple.networking.AlgosScoreFramework (1.0 - 1) <4871BB9D-196A-388E-BC93-CCF34BEDB167> /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/Versions/A/AlgosScoreFramework 0x196be4000 - 0x196be9fff com.apple.AppleSRP (5.0 - 1) <4595D615-155F-3301-BAC0-800A567D63BA> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x196bea000 - 0x196bf4fff com.apple.frameworks.CoreDaemon (1.3 - 1.3) <91BF1D91-5406-38AC-8022-AACB82DD4AB1> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon 0x196bf5000 - 0x196c29fff com.apple.framework.SystemAdministration (1.0 - 1.0) <681BE0F5-E116-3AEA-A6BA-E3B93AD02218> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration 0x196c2a000 - 0x196edcfff com.apple.VN (4.2.6 - 4.2.6) <B9419EF8-6648-3291-8C65-C3122811FDF1> /System/Library/Frameworks/Vision.framework/Versions/A/Vision 0x196edd000 - 0x19703ffff libswiftFoundation.dylib (25.102) <604CF2CD-0592-388F-A3AF-30E74F041E56> /usr/lib/swift/libswiftFoundation.dylib 0x197040000 - 0x1970cffff com.apple.AddressBook.ContactsFoundation (8.0 - 1151.2) <E7919F91-F9DE-3239-BE60-01BC3BF1EC2E> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation 0x1970d0000 - 0x197117fff com.apple.contacts.ContactsPersistence (1.0 - 3497.5) <98FB0AED-4AF5-3F7C-8E5D-FB12416C3DE7> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence 0x197118000 - 0x19725efff com.apple.AddressBook.core (1.0 - 2452.7) <BDE48C86-C02A-3609-A1BC-DFEF250F1A26> /System/Library/PrivateFrameworks/AddressBookCore.framework/Versions/A/AddressBookCore 0x19725f000 - 0x1973a8fff com.apple.contacts (1.0 - 3497.5) <0468CD11-F55D-3A8C-B8D0-D027A7C9F6B8> /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts 0x1973a9000 - 0x1973b6fff com.apple.PersonaKit (1.0 - 1) <B8E3F9D0-765F-3C69-ABB5-B1B04BA637AF> /System/Library/PrivateFrameworks/PersonaKit.framework/Versions/A/PersonaKit 0x1973b7000 - 0x1973bbfff com.apple.communicationsfilter (10.0 - 1000) <F7D8F6B6-FD4E-3B12-8A93-F7307CDC2D5C> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/Versions/A/CommunicationsFilter 0x1973bc000 - 0x1973d0fff com.apple.FamilyCircle (1.0 - 113.0.0.8) <1CB7882B-97BC-30EE-AA61-955BB41DC8D6> /System/Library/PrivateFrameworks/FamilyCircle.framework/Versions/A/FamilyCircle 0x1973d1000 - 0x19742cfff com.apple.CoreBluetooth (1.0 - 1) <4C1524BD-365E-34D5-9525-AE1E401F931E> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x19742d000 - 0x197437fff com.apple.SymptomDiagnosticReporter (1.0 - 79.100.10) <F8A22669-313A-3D9A-968B-602D1F975563> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter 0x197438000 - 0x19744bfff com.apple.PowerLog (1.0 - 1) <EF272515-C2D9-3EC2-9883-32DFCCA76FF1> /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog 0x19744c000 - 0x197457fff com.apple.AppleIDAuthSupport (1.0 - 1) <71957FF6-3738-31B3-AB0D-B92FB7AFA973> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport 0x197458000 - 0x19750cfff com.apple.DiscRecording (9.0.3 - 9030.4.5) <AB6B356F-C9EE-3845-910D-44A580E597C2> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x19750d000 - 0x197540fff com.apple.MediaKit (16 - 927.40.2) <2C1BC031-468A-3732-946D-F544CA29304F> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x197541000 - 0x197621fff com.apple.DiskManagement (14.0 - 1733.100.4) <853B55E7-3F6C-3B24-8819-739C39D7059D> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement 0x197622000 - 0x19762dfff com.apple.CoreAUC (326.2.0 - 326.2.0) <A17DAC2C-1DDC-338D-8AA2-81C328832885> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x19762e000 - 0x197631fff com.apple.Mangrove (1.0 - 25) <0FA7CFB6-DBDA-376C-AAB6-621AF1AA0BCB> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 0x197632000 - 0x197661fff com.apple.CoreAVCHD (6.1.0 - 6100.4.1) <D764D0A9-8A0B-3ED7-B1B2-2B5666BB9299> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x197662000 - 0x1977b7fff com.apple.FileProvider (347.7 - 347.7) <0ED12E5C-1A3F-3E96-A968-B72E78902CE1> /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider 0x1977b8000 - 0x1977dafff com.apple.GenerationalStorage (2.0 - 323) <6117618C-72BB-3E10-9A9A-1FA48D118548> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x1977f5000 - 0x19780bfff com.apple.CPAnalytics (1.0 - 340.0.221) <532B926C-09E0-35C0-B9AF-A032419C20FA> /System/Library/PrivateFrameworks/CPAnalytics.framework/Versions/A/CPAnalytics 0x197b7a000 - 0x197c52fff com.apple.CoreTelephony (113 - 8224.1) <14F436C7-516D-3CB8-AB62-6FE938B5C737> /System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony 0x197c53000 - 0x197c5ffff com.apple.AppSandbox (4.0 - 509.100.12) <FE495B15-E72D-3CE9-A548-E91A0375441C> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox 0x197c60000 - 0x197c78fff libswiftDispatch.dylib (4.100.1) <C0140490-42FA-39A3-BD2B-D8EFF9F9E109> /usr/lib/swift/libswiftDispatch.dylib 0x197c79000 - 0x197e2afff com.apple.AVFCore (1.0 - 2010.31) <BACB071F-0318-3FC6-9B5E-8A4327894291> /System/Library/PrivateFrameworks/AVFCore.framework/Versions/A/AVFCore 0x197e2b000 - 0x197ea1fff com.apple.FrontBoardServices (703.16 - 703.16) <3A40F9DA-2F47-3859-974B-11E0B349C69C> /System/Library/PrivateFrameworks/FrontBoardServices.framework/Versions/A/FrontBoardServices 0x197ea2000 - 0x197ecbfff com.apple.BoardServices (1.0 - 526) <37A3B6D2-2173-35A9-8FC1-84A2230FCA9B> /System/Library/PrivateFrameworks/BoardServices.framework/Versions/A/BoardServices 0x197ecc000 - 0x197efbfff com.apple.contacts.vCard (1.0 - 3497.5) <1B98F0B9-C6AF-372C-8C75-481F424F406C> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard 0x197efc000 - 0x197f08fff com.apple.GraphicsServices (1.0 - 1.0) <1BD72C27-7192-3E3B-BFC0-A6840C0AC70F> /System/Library/PrivateFrameworks/GraphicsServices.framework/Versions/A/GraphicsServices 0x197f10000 - 0x197f2bfff com.apple.ExtensionKit (19.4 - 19.4) <F7EA7A6A-25F6-3609-8827-60742642633F> /System/Library/PrivateFrameworks/ExtensionKit.framework/Versions/A/ExtensionKit 0x197f2c000 - 0x197f32fff com.apple.ExtensionFoundation (19.4 - 19.4) <20FE35A2-1451-3E9D-8C2A-8F37DC9517E6> /System/Library/PrivateFrameworks/ExtensionFoundation.framework/Versions/A/ExtensionFoundation 0x197f33000 - 0x197f74fff com.apple.CryptoTokenKit (1.0 - 1) <7DB26164-3272-3444-99F6-C78E867F7395> /System/Library/Frameworks/CryptoTokenKit.framework/Versions/A/CryptoTokenKit 0x197f75000 - 0x197f8bfff com.apple.LocalAuthentication (1.0 - 827.100.23) <B90C5F65-EFBA-3E11-B137-27513F1B8E62> /System/Library/Frameworks/LocalAuthentication.framework/Versions/A/LocalAuthentication 0x197f8c000 - 0x197fb8fff com.apple.CoreAuthentication.SharedUtils (1.0 - 827.100.23) <F8796F6A-F8B1-3BF1-B7EA-CA93A48B2DDA> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/Versions/A/SharedUtils 0x197fb9000 - 0x198038fff com.apple.avfoundationcf (2.0 - 428.4.12) <B8AE3432-B075-3B62-98EF-C041DD5CB317> /System/Library/PrivateFrameworks/AVFoundationCF.framework/Versions/A/AVFoundationCF 0x1980be000 - 0x198136fff com.apple.SAObjects (1.0 - 1) <006FCD50-C427-3AB6-9531-FEB9F218C73E> /System/Library/PrivateFrameworks/SAObjects.framework/Versions/A/SAObjects 0x198137000 - 0x198171fff com.apple.DebugSymbols (195.1 - 195.1) <90994271-BF3F-3095-AC90-46FACD04F324> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x198172000 - 0x198223fff com.apple.CoreSymbolication (12.5 - 64544.69.1) <0F4594D2-2ADF-3A65-BCDF-433B4CFF487F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x198224000 - 0x198231fff com.apple.CoreTime (284.0.3) <F02C1256-2E36-3637-BD9D-8283C0D7C3F1> /System/Library/PrivateFrameworks/CoreTime.framework/Versions/A/CoreTime 0x198232000 - 0x1982a9fff com.apple.Rapport (2.4.0 - 240.16) <4BB3AC8B-9420-3067-B89F-21FC7399C1F1> /System/Library/PrivateFrameworks/Rapport.framework/Versions/A/Rapport 0x1982aa000 - 0x198b11fff com.apple.private.EmbeddedAcousticRecognition (1.0 - 1) <0CEC3D30-DAAD-3E14-A94A-D9E7E7663D8D> /System/Library/PrivateFrameworks/EmbeddedAcousticRecognition.framework/Versions/A/EmbeddedAcousticRecognition 0x198b12000 - 0x198b60fff com.apple.coreduetcontext (1.0 - 1) <383710D9-B1AA-38C0-BC1D-7FB1E2CA2FB6> /System/Library/PrivateFrameworks/CoreDuetContext.framework/Versions/A/CoreDuetContext 0x198b61000 - 0x19910efff com.apple.Intents (1.0 - 1) <246ADCB3-F84B-38A3-821A-74F866522339> /System/Library/Frameworks/Intents.framework/Versions/A/Intents 0x19910f000 - 0x19916efff com.apple.framework.Apple80211 (17.0 - 1728) <52D1A93C-E0E6-3EAE-99A7-45D37D63CE45> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x19916f000 - 0x19929afff com.apple.CoreWiFi (3.0 - 341) <CD2E6EAA-041A-3AAC-89C8-440209C34790> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x19929b000 - 0x1992b7fff com.apple.BackBoardServices (1.0 - 1.0) <896FFDAB-72E6-33F1-8401-D3405E4FCA56> /System/Library/PrivateFrameworks/BackBoardServices.framework/Versions/A/BackBoardServices 0x1992b8000 - 0x1992f3fff com.apple.LDAPFramework (2.4.28 - 194.5) <DCB41549-1351-3D86-B37E-89AFA53F70C5> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x1992f4000 - 0x1992f5fff com.apple.TrustEvaluationAgent (2.0 - 35) <8F776737-5748-390F-921B-DE8E4B7DB0FC> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x1992f6000 - 0x1993f1fff libcrypto.44.dylib (56.60.2) <848ADE6E-8E7D-324D-9EE3-D48C03301853> /usr/lib/libcrypto.44.dylib 0x1993f2000 - 0x19941efff libssl.46.dylib (56.60.2) <E0B6D829-07DA-3BDF-9360-9A33F1CC7B09> /usr/lib/libssl.46.dylib 0x19941f000 - 0x1994d2fff com.apple.DiskImagesFramework (595.101.2 - 595.101.2) <F6FDB95E-47FE-308F-AC72-DB00FF437A4D> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x1994d3000 - 0x199508fff com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) <55456B36-5C7D-3A3C-BE59-686940A5C7E5> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X 0x199509000 - 0x199518fff com.apple.RemoteServiceDiscovery (1.0 - 1.100.7) <9C188748-C92C-3339-84A1-BC5318F075E1> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery 0x199519000 - 0x199530fff com.apple.xpc.RemoteXPC (1.0 - 2038.100.48) <7510F841-6FDA-353E-BAD1-9E6558233058> /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC 0x199531000 - 0x199572fff com.apple.DataDetectorsNaturalLanguage (1.0 - 159.1) <9E84D2C3-9F98-361F-BFA6-BB4C20FB3BA4> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/Versions/A/DataDetectorsNaturalLanguage 0x199573000 - 0x199576fff com.apple.help (1.3.8 - 71) <F5883B9E-C078-33F2-AD4D-D4E7C18E32D0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x199577000 - 0x19957efff com.apple.EFILogin (2.0 - 2) <1112432C-C5EE-3A61-967F-2473DB2F2321> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x19957f000 - 0x19958afff libcsfde.dylib (554) <5F062F66-9C2D-30EF-B062-CAE592BFE9E6> /usr/lib/libcsfde.dylib 0x19958b000 - 0x1995ebfff libcurl.4.dylib (121.100.3) <252DCB4A-4FDB-38CD-B995-D0A8311BEF23> /usr/lib/libcurl.4.dylib 0x1995ec000 - 0x1995f3fff com.apple.LoginUICore (4.0 - 4.0) <748BBF2C-9EF6-3E51-BB50-387CBE807DAD> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore 0x1995f4000 - 0x19964efff com.apple.AppSupport (1.0.0 - 29) <06673098-A43C-30FB-8CED-681D7E0007E5> /System/Library/PrivateFrameworks/AppSupport.framework/Versions/A/AppSupport 0x19964f000 - 0x199673fff com.apple.AppSSO (1.0 - 1) <CBA39224-23AE-3CE1-9DFF-27F2480BDE35> /System/Library/PrivateFrameworks/AppSSO.framework/Versions/A/AppSSO 0x1997bc000 - 0x1997bcfff com.apple.ApplicationServices (48 - 50) <642E549F-7FA6-364C-96E4-BB7AF2516F57> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x1997bd000 - 0x1997c3fff com.apple.InternationalTextSearch (1.0 - 1) <E796983D-D396-313B-975B-9C483E470477> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/Versions/A/InternationalTextSearch 0x1997c4000 - 0x199843fff com.apple.ClassKit (1.2 - 146.4.47) <47CAA0D3-EDDC-38F3-AE28-9D4D59DB458F> /System/Library/Frameworks/ClassKit.framework/Versions/A/ClassKit 0x199844000 - 0x19995efff com.apple.AppleAccount (1.0 - 1.0) <DABC058F-1510-3A0C-8355-88E5426EB707> /System/Library/PrivateFrameworks/AppleAccount.framework/Versions/A/AppleAccount 0x19995f000 - 0x199994fff com.apple.AppleIDSSOAuthentication (1.0 - 1) <7E29CA1D-406A-3F9D-8747-2A009AD0848A> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/Versions/A/AppleIDSSOAuthentication 0x199995000 - 0x1999ebfff com.apple.CorePrediction (1.0 - 1) <087800D7-8937-39EB-98A4-109DB94A21F7> /System/Library/PrivateFrameworks/CorePrediction.framework/Versions/A/CorePrediction 0x199aac000 - 0x199aacfff libHeimdalProxy.dylib (79) <38BF116E-2923-324F-AB43-64EB30BAEF8E> /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib 0x199b53000 - 0x199b53fff com.apple.audio.units.AudioUnit (1.14 - 1.14) <EB821EE9-CD1F-3887-9C50-C147AECBAF29> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x199b7d000 - 0x199bbcfff com.apple.StreamingZip (1.0 - 1) <4013B7A5-6D52-3836-8161-993BBC8CC697> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip 0x199bbd000 - 0x199bdefff com.apple.DuetActivityScheduler (1.0 - 1) <FE59EAD3-C170-3144-901B-D6292E10A757> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/Versions/A/DuetActivityScheduler 0x199bdf000 - 0x199be1fff libswiftObjectiveC.dylib (3) <93A1E057-60D2-3ED7-ACA3-04FD3BCBC319> /usr/lib/swift/libswiftObjectiveC.dylib 0x199be2000 - 0x199bf4fff libswiftos.dylib (1000.100.5) <0DD6B9FD-238D-373F-A0E5-D37EF00AC3DB> /usr/lib/swift/libswiftos.dylib 0x199bf5000 - 0x199c02fff com.apple.IntentsFoundation (1.0 - 1) <C1D69AD6-24E1-3F31-BDB3-1E37EC51B0E4> /System/Library/PrivateFrameworks/IntentsFoundation.framework/Versions/A/IntentsFoundation 0x199c03000 - 0x199c09fff com.apple.PushKit (1.0 - 1) <3583AA1B-9A14-32B6-B3B4-D4D6D920BF5E> /System/Library/Frameworks/PushKit.framework/Versions/A/PushKit 0x199c0a000 - 0x199c3ffff com.apple.C2 (1.3 - 573) <60686301-37AC-3E93-990D-0E9476A7B7CB> /System/Library/PrivateFrameworks/C2.framework/Versions/A/C2 0x199c40000 - 0x199c72fff com.apple.QuickLookThumbnailing (1.0 - 135.4) <A3FA9976-1BEB-3F4A-BE16-B3BC6D8C65E9> /System/Library/Frameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing 0x199c73000 - 0x19a377fff com.apple.vision.EspressoFramework (1.0 - 256.4.4) <4F0F44DE-8844-339F-9EA3-46E8560CFFCE> /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso 0x19a378000 - 0x19a38ffff com.apple.ANEServices (4.75 - 4.75) <420CD452-6B62-3817-9713-F00213AE027C> /System/Library/PrivateFrameworks/ANEServices.framework/Versions/A/ANEServices 0x19a390000 - 0x19a3f9fff com.apple.proactive.support.ProactiveSupport (1.0 - 294.6) <6D2D4812-1D14-3D35-B7C0-C6528C4778B9> /System/Library/PrivateFrameworks/ProactiveSupport.framework/Versions/A/ProactiveSupport 0x19a3fa000 - 0x19a404fff com.apple.corerecents (1.0 - 1) <084FA2FB-CBA5-397E-A4DE-D6918C243D37> /System/Library/PrivateFrameworks/CoreRecents.framework/Versions/A/CoreRecents 0x19a405000 - 0x19a437fff com.apple.iCalendar (7.0 - 833) <D4F7043A-AC47-3131-AB84-31F244997854> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar 0x19a438000 - 0x19a4acfff com.apple.CalendarFoundation (8.0 - 1178.3.1) <E1D4F534-8619-3213-B969-FB5AAE6CE3FE> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/CalendarFoundation 0x19a4ad000 - 0x19a4affff com.apple.CoreDuetDebugLogging (1.0 - 1) <59E9E716-8600-38FD-AD56-CD751FCA0B59> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging 0x19a4b0000 - 0x19a4bcfff com.apple.CoreDuetDaemonProtocol (1.0 - 1) <935B5048-6C00-3AE0-86A7-76472758D15B> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol 0x19a4bd000 - 0x19a4c3fff com.apple.ASEProcessing (1.26.0 - 1.26.0) <B07C40F3-7418-3956-AE1E-7559400A4CC2> /System/Library/PrivateFrameworks/ASEProcessing.framework/Versions/A/ASEProcessing 0x19a557000 - 0x19a618fff com.apple.UIKitMacHelper (1.0 - 4218.1.407) <E01ABA8D-B33B-3C4A-A6AC-0626683848A8> /System/Library/PrivateFrameworks/UIKitMacHelper.framework/Versions/A/UIKitMacHelper 0x19a756000 - 0x19aa02fff com.apple.spotlight.index (10.7.0 - 2150.16) <AFC53195-2F16-3223-8559-CA5AE4D162D3> /System/Library/PrivateFrameworks/SpotlightIndex.framework/Versions/A/SpotlightIndex 0x19aa1b000 - 0x19aa6dfff com.apple.ChunkingLibrary (334.1 - 334.1) <211A60BF-4EA3-37BD-A053-198D33073B5F> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x19ab96000 - 0x19abe5fff com.apple.CalDAV (8.0 - 795) <1FD1DD34-7D2E-3F4C-8880-B54AF347FE2D> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV 0x19abe6000 - 0x19ac8efff com.apple.CoreSuggestions (1.0 - 1115.515) <A2E416A7-F6FC-3979-BB60-5C4A5760B018> /System/Library/PrivateFrameworks/CoreSuggestions.framework/Versions/A/CoreSuggestions 0x19ac8f000 - 0x19ae18fff com.apple.ical.EventKit (3.0 - 1414.3.1) <BD01B91B-841D-3316-A3A6-F1B405D85C10> /System/Library/Frameworks/EventKit.framework/Versions/A/EventKit 0x19ae19000 - 0x19b0d5fff com.apple.CalendarPersistence (8.0 - 1071.4.2) <1EDC0C19-937F-3256-AA8A-09743F36F519> /System/Library/PrivateFrameworks/CalendarPersistence.framework/Versions/A/CalendarPersistence 0x19b0d6000 - 0x19b0fdfff com.apple.CalendarAgentLink (8.0 - 250) <324F1692-1E53-3421-9360-4CE2835F7874> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink 0x19b0fe000 - 0x19b109fff com.apple.RTCReporting (11.80.9 - 11.80.9) <3216A1C1-CBB2-3018-8AC6-09F7C5A40D4B> /System/Library/PrivateFrameworks/RTCReporting.framework/Versions/A/RTCReporting 0x19b2b1000 - 0x19b2b4fff com.apple.ConstantClasses (1.0 - 1) <BD35E7DC-B5F6-3063-8A51-322E313791E6> /System/Library/PrivateFrameworks/ConstantClasses.framework/Versions/A/ConstantClasses 0x19b2d0000 - 0x19b2e5fff com.apple.CoreML.AppleNeuralEngine (1.0 - 1) <76C80C4E-8BBB-367A-BD95-E47CFA627F4E> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/Versions/A/AppleNeuralEngine 0x19b33b000 - 0x19b3a7fff com.apple.audio.midi.CoreMIDI (2.0 - 88) <DEEEEB55-F395-30BF-BF4D-8595B290AC5A> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI 0x19b431000 - 0x19b434fff com.apple.Cocoa (6.11 - 23) <097D584C-1F9B-39D5-A5E9-ADF65396F9EA> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x19b47e000 - 0x19b95cfff com.apple.AppleMediaServices (1.0 - 1) <F6926FAD-A647-3A2B-9D9A-F953FD788082> /System/Library/PrivateFrameworks/AppleMediaServices.framework/Versions/A/AppleMediaServices 0x19b95d000 - 0x19b960fff com.apple.IOSurfaceAccelerator (1.0.0 - 1.0.0) <540EAE62-0F10-3BBC-9916-705B8FC5A6D6> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/Versions/A/IOSurfaceAccelerator 0x19b996000 - 0x19bd7bfff com.apple.MediaRemote (1.0 - 1) <47DDD209-88D7-324B-AAE3-0D8E90F3F148> /System/Library/PrivateFrameworks/MediaRemote.framework/Versions/A/MediaRemote 0x19bd7c000 - 0x19bf39fff com.apple.AssistantServices (1.0 - 1) <2C382474-0636-3D32-9F6D-E9ECA31B2426> /System/Library/PrivateFrameworks/AssistantServices.framework/Versions/A/AssistantServices 0x19bf3a000 - 0x19bfc0fff com.apple.PhotoFoundation (6.0 - 340.0.221) <E07A72F6-4B0C-307D-8280-4C3FDFCBA2EA> /System/Library/PrivateFrameworks/PhotoFoundation.framework/Versions/A/PhotoFoundation 0x19c5e0000 - 0x19c8c9fff libAWDSupportFramework.dylib (4146) <BF3BFD41-BAEC-32A9-B1E1-3E3BA89993C5> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupportFramework.dylib 0x19c939000 - 0x19c96afff libtidy.A.dylib (18.1) <97FA37CE-2E19-3429-A737-D40DBEE79A4C> /usr/lib/libtidy.A.dylib 0x19c98c000 - 0x19c9a1fff com.apple.Engram (1.0 - 1) <B7F75C62-2F29-3E54-A4BA-77A9A8442272> /System/Library/PrivateFrameworks/Engram.framework/Versions/A/Engram 0x19c9a2000 - 0x19c9c9fff com.apple.openscripting (1.7 - 190) <2B7482FA-20D1-3886-8E0B-EA52289B235E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x19c9ca000 - 0x19c9cdfff com.apple.securityhi (9.0 - 55008) <ECF8EA8B-38B5-3BD3-8D78-922324F48AE0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x19c9ce000 - 0x19c9d1fff com.apple.ink.framework (10.15 - 227) <CAE4D559-BEF7-37AE-B08C-0FBB6BFA9473> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x19c9d2000 - 0x19c9d5fff com.apple.CommonPanels (1.2.6 - 101) <98A8C49B-6AF7-319D-A53E-D6CC226CB390> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x19c9d6000 - 0x19c9ddfff com.apple.ImageCapture (1711.4.2 - 1711.4.2) <2F53D2C0-A0C5-365F-A305-7B205D7E18C6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x19db20000 - 0x19dc34fff com.apple.AVFCapture (1.0 - 81.37) <19176434-A1E6-36E8-A86E-5255F5253AEC> /System/Library/PrivateFrameworks/AVFCapture.framework/Versions/A/AVFCapture 0x19dc35000 - 0x19dcc6fff com.apple.Quagga (47 - 47) <AFFA9FEE-8EBD-3156-B833-A3F04A0627E7> /System/Library/PrivateFrameworks/Quagga.framework/Versions/A/Quagga 0x19dcc7000 - 0x19defdfff com.apple.CMCapture (1.0 - 81.37) <1A25E121-7340-3CA0-B43D-7180015BCAC3> /System/Library/PrivateFrameworks/CMCapture.framework/Versions/A/CMCapture 0x19defe000 - 0x19df65fff com.apple.RenderBox (77 - 77) <CD441C79-C7FE-309C-96A7-084C7BE5B8A2> /System/Library/PrivateFrameworks/RenderBox.framework/Versions/A/RenderBox 0x19df66000 - 0x19df76fff com.apple.RemoteTextInput (1.0 - 1) <91C72B2D-323A-33AB-8424-D7EB0351CE59> /System/Library/PrivateFrameworks/RemoteTextInput.framework/Versions/A/RemoteTextInput 0x19e28e000 - 0x19e339fff com.apple.accounts.AccountsDaemon (113 - 113) <5E30F661-4295-3B60-99DE-67F854590736> /System/Library/PrivateFrameworks/AccountsDaemon.framework/Versions/A/AccountsDaemon 0x19e33a000 - 0x19e33cfff com.apple.OAuth (25 - 25) <C1D47F79-EF5D-3313-9B84-1AD2DBBBDCD2> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth 0x19e917000 - 0x19e923fff com.apple.HID (1.0 - 1) <9316A53C-F362-3A84-B66A-E0DCB12BD277> /System/Library/PrivateFrameworks/HID.framework/Versions/A/HID 0x19e924000 - 0x19ea23fff com.apple.QuickLookUIFramework (5.0 - 928.3) <04E5033F-D228-3CE1-A395-B2891C41D707> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x19edf5000 - 0x19ee74fff com.apple.coredav (1.0.1 - 889) <E0E389D6-5EFE-3C6D-B429-2216323F337C> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV 0x19ee75000 - 0x19eeccfff com.apple.ExchangeWebServices (8.0 - 814.80.3) <4F7629CE-1855-3F16-BFB0-2B923577C7A4> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/ExchangeWebServices 0x19eecd000 - 0x19ef0efff com.apple.MediaServices (1.0 - 1) <ED78289D-5380-33EE-8BF5-646A2A5DF360> /System/Library/PrivateFrameworks/MediaServices.framework/Versions/A/MediaServices 0x19ef94000 - 0x19efc1fff com.apple.VirtualGarage (1.0 - 1) <B75D0C21-74E8-3B08-853C-8276AFD9A38A> /System/Library/PrivateFrameworks/VirtualGarage.framework/Versions/A/VirtualGarage 0x19f000000 - 0x19f000fff com.apple.marco (10.0 - 1000) <E1FEE35F-049D-3F0A-9517-C6BDCAED9BA0> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco 0x19f0cb000 - 0x19f141fff com.apple.Contacts.ContactsUICore (1.0 - 3419.1) <44736190-938A-30EF-8C5D-1287F9756EF8> /System/Library/PrivateFrameworks/ContactsUICore.framework/Versions/A/ContactsUICore 0x19f1f2000 - 0x19f22ffff com.apple.contacts.ContactsAutocomplete (1.0 - 1152.4) <9886C62D-F891-3A5D-A8FC-5BDA530DD706> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/Versions/A/ContactsAutocomplete 0x19f230000 - 0x19f23cfff com.apple.KerberosHelper (4.0 - 1.0) <D284976F-6097-3B8C-9AFF-620D5F1383B8> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosHelper 0x19f23d000 - 0x19f280fff com.apple.ResponseKit (1.0 - 165.2) <FEDC269B-2383-33E1-AC0B-B04FC773882B> /System/Library/PrivateFrameworks/ResponseKit.framework/Versions/A/ResponseKit 0x19f281000 - 0x19f2a2fff com.apple.proactive.support.ProactiveEventTracker (1.0 - 294.6) <8E843DA2-3C5C-37D5-93BA-BC70CCEC171C> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/Versions/A/ProactiveEventTracker 0x19f6c6000 - 0x19f6cafff com.apple.PhoneNumbers (1.0 - 1) <7CD95579-F58E-3C5D-A8B9-7F63A6435332> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers 0x19f6cb000 - 0x19f6d2fff com.apple.URLFormatting (146 - 146.22) <E0326A66-2BB4-39F8-B945-0345ACC2D48F> /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting 0x19f6d3000 - 0x19f6e4fff com.apple.accessibility.AXCoreUtilities (1.0 - 1) <0B646F64-871D-30E9-BFD3-F3522230D04A> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/Versions/A/AXCoreUtilities 0x19f6e5000 - 0x19f6fffff libAccessibility.dylib (2885.34) <58304B32-5B5F-3307-9DA6-124953D0B909> /usr/lib/libAccessibility.dylib 0x1a1d6b000 - 0x1a1dd7fff com.apple.ShazamKit (1.0.0 - 96) <590260FD-322F-3DD0-8DD0-4F2E09736DE1> /System/Library/PrivateFrameworks/ShazamKit.framework/Versions/A/ShazamKit 0x1a1f8a000 - 0x1a1faafff com.apple.quicklook.QuickLookSupport (1.0 - 135.4) <3007B85E-EC40-30AC-A72A-36DC4ED755DC> /System/Library/PrivateFrameworks/QuickLookSupport.framework/Versions/A/QuickLookSupport 0x1a1fab000 - 0x1a203efff com.apple.AirPlaySync (1.0 - 2770.32.4.7) <96466D25-FDE4-3B14-971A-CBBA8EC7EB6F> /System/Library/PrivateFrameworks/AirPlaySync.framework/Versions/A/AirPlaySync 0x1a2043000 - 0x1a2106fff com.apple.siri.parsec.CoreParsec (1.0 - 386.4.41) <0BA9A854-B6C4-33FB-8E6F-24CC901F567B> /System/Library/PrivateFrameworks/CoreParsec.framework/Versions/A/CoreParsec 0x1a2107000 - 0x1a21ccfff com.apple.TelephonyUtilities (1.0 - 1.0) <753F8603-A369-3BD8-8833-BF1F39270E1A> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/Versions/A/TelephonyUtilities 0x1a21cd000 - 0x1a221ffff com.apple.DeviceManagement (1.0 - 43) <77842A68-3C63-33B0-941E-453077C93043> /System/Library/PrivateFrameworks/DeviceManagement.framework/Versions/A/DeviceManagement 0x1a2220000 - 0x1a222afff libswiftCoreGraphics.dylib (2) <347D0913-496C-3369-BE20-97F05A0F96DA> /usr/lib/swift/libswiftCoreGraphics.dylib 0x1a222b000 - 0x1a2234fff libswiftDarwin.dylib (??? - ???) <458F0D20-C9B7-3372-A2EB-1FAEA000FE72> /usr/lib/swift/libswiftDarwin.dylib 0x1a2283000 - 0x1a22cefff com.apple.Safari.SafeBrowsing (16611 - 16611.1.21.161.3) <779906CA-8420-396F-830F-849DC8DFBA21> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/Versions/A/SafariSafeBrowsing 0x1a2c79000 - 0x1a2c7cfff com.apple.print.framework.Print (15 - 271) <7ED9728B-ECA0-38A7-8FC6-EAF1BF60DD7D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x1a2c7d000 - 0x1a2c80fff com.apple.Carbon (160 - 164) <CC7CC371-96B9-31AA-AE5E-089F698E4752> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x1a2c81000 - 0x1a2d22fff com.apple.coremotion (2420.16.22 - 2420.16.22) <5CEB1D74-767F-3D37-B3A6-1D9DB74B0EEB> /System/Library/Frameworks/CoreMotion.framework/Versions/A/CoreMotion 0x1a2d23000 - 0x1a2d80fff com.apple.QuickLookIosmac (5.0 - 928.3) <18B1730A-6F93-3282-9BD0-EE7BFD0DE2BB> /System/Library/PrivateFrameworks/QuickLookIosmac.framework/Versions/A/QuickLookIosmac 0x1a2d81000 - 0x1a2d81fff com.apple.avfoundation (2.0 - 2010.31) <80AF8F5C-4EAD-30EE-B2C5-F0012A3E8AD9> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x1a2f3f000 - 0x1a2f46fff com.apple.EmbeddedOSSupportHost (1.0 - 1) <E7388ED6-E5E6-3159-B578-1BF7A8F7B694> /System/Library/PrivateFrameworks/EmbeddedOSSupportHost.framework/Versions/A/EmbeddedOSSupportHost 0x1a2f47000 - 0x1a2f63fff com.apple.private.SystemPolicy (1.0 - 1) <70789240-717C-3D33-BF82-4CB7C6EDCB15> /System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy 0x1a30aa000 - 0x1a3102fff com.apple.AccessibilitySharedSupport (1.0 - 1) <87843642-FFE1-30B0-9948-57A2549BC309> /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/Versions/A/AccessibilitySharedSupport 0x1a3123000 - 0x1a312afff com.apple.QuickLookNonBaseSystem (1.0 - 1) <FE8D131D-19F3-3BED-A236-1107F68DCA32> /System/Library/PrivateFrameworks/QuickLookNonBaseSystem.framework/Versions/A/QuickLookNonBaseSystem 0x1a312b000 - 0x1a315efff com.apple.datadetectors (5.0 - 423) <4EF080FE-8CF2-3E15-A5AF-97211B39E6DB> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors 0x1a32fa000 - 0x1a3317fff com.apple.mediastream (1.0 - 340.0.221) <1127806B-1889-341E-BD09-91632581D14B> /System/Library/PrivateFrameworks/MediaStream.framework/Versions/A/MediaStream 0x1a355c000 - 0x1a3560fff com.apple.CoreOptimization (1.0 - 1) <AD3F8CD0-5ECA-3C9E-88AC-AD02E2970903> /System/Library/PrivateFrameworks/CoreOptimization.framework/Versions/A/CoreOptimization 0x1a3561000 - 0x1a3566fff com.apple.FeatureFlagsSupport (1.0 - 28.60.1) <0FC286BF-CC44-39D1-9597-F4CC6573C6DF> /System/Library/PrivateFrameworks/FeatureFlagsSupport.framework/Versions/A/FeatureFlagsSupport 0x1a3567000 - 0x1a356cfff com.apple.incomingcallfilter (10.0 - 1000) <D765B0E8-4836-3757-BD05-05E423E4F9C6> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/Versions/A/IncomingCallFilter 0x1a356d000 - 0x1a3600fff com.apple.facetimeservices (10.0 - 1000) <A86B8F6D-51A6-3AE7-BAF9-0BD6B0AEDEAC> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices 0x1a3601000 - 0x1a361afff com.apple.CoreSDB (10.0 - 1000) <D258D624-8481-3633-A9AD-3D71906DB6CB> /System/Library/PrivateFrameworks/CoreSDB.framework/Versions/A/CoreSDB 0x1a361b000 - 0x1a3683fff com.apple.proactive.PersonalizationPortrait (1.0 - 1115.515) <9C81DE0A-D9B8-362B-910C-DDA1A827C102> /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/Versions/A/PersonalizationPortrait 0x1a3684000 - 0x1a369bfff com.apple.contacts.donation (1.0 - 1079) <AD221DC1-3F7A-3411-8727-EC8648B5C2F5> /System/Library/PrivateFrameworks/ContactsDonation.framework/Versions/A/ContactsDonation 0x1a369c000 - 0x1a36dcfff com.apple.NaturalLanguage (1.0 - 84) <5BBA29E9-C617-33B3-9643-5EC2C1597150> /System/Library/Frameworks/NaturalLanguage.framework/Versions/A/NaturalLanguage 0x1a3710000 - 0x1a375cfff com.apple.Catalyst (1.0 - 7.3) <8A7462B5-EA66-3D6D-A292-5B9F494A719C> /System/Library/PrivateFrameworks/Catalyst.framework/Versions/A/Catalyst 0x1a3768000 - 0x1a379bfff com.apple.LocalAuthentication.DaemonUtils (1.0 - 827.100.23) <132A4F25-5D67-3D6A-9428-1299C7D3EE91> /System/Library/Frameworks/LocalAuthentication.framework/Support/DaemonUtils.framework/Versions/A/DaemonUtils 0x1a384b000 - 0x1a38adfff com.apple.LoggingSupport (1.0 - 1277.100.21) <3706B204-D5EA-3AB4-A35B-48A20A2BE411> /System/Library/PrivateFrameworks/LoggingSupport.framework/Versions/A/LoggingSupport 0x1a38ae000 - 0x1a38b9fff com.apple.MallocStackLogging (1.0 - 1) <73E9D1D9-CAEC-3E67-B298-F7D40E168F3B> /System/Library/PrivateFrameworks/MallocStackLogging.framework/Versions/A/MallocStackLogging 0x1a38ce000 - 0x1a38e0fff libmis.dylib (274.100.13) <CEF97DFC-9A98-3F31-800C-DFB7CE15CB5B> /usr/lib/libmis.dylib 0x1a38e5000 - 0x1a38edfff libswiftCoreAudio.dylib (1.1) <052D881B-5021-3CAD-9FEA-80563FD864C9> /usr/lib/swift/libswiftCoreAudio.dylib 0x1a38ee000 - 0x1a38eefff libswiftCoreFoundation.dylib (1.6) <3392BFEF-3E09-36A1-8AAD-5E08FB9C840B> /usr/lib/swift/libswiftCoreFoundation.dylib 0x1a38fb000 - 0x1a38fbfff libswiftXPC.dylib (1.1) <64B8F67F-FA4B-33BC-8139-0DD537D86579> /usr/lib/swift/libswiftXPC.dylib 0x1a38fc000 - 0x1a38fcfff libswiftCoreImage.dylib (1) <F5FE9052-32F2-32D4-95E5-1B935CD125AD> /usr/lib/swift/libswiftCoreImage.dylib 0x1a38fd000 - 0x1a38fdfff libswiftIOKit.dylib (1) <B669A7A8-DFCA-318F-9E38-B2AB6BB9F214> /usr/lib/swift/libswiftIOKit.dylib 0x1a38fe000 - 0x1a3a32fff com.apple.CoreHandwriting (161 - 1.2) <EE804585-6F09-3336-BD78-55E1B5DAAA1E> /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHandwriting 0x1a3f2b000 - 0x1a3f3afff com.apple.CoreKDL (1.0 - 1) <FE6DAF68-46B9-36C8-A698-F2D80BCFDA47> /System/Library/PrivateFrameworks/CoreKDL.framework/Versions/A/CoreKDL 0x1a3fdd000 - 0x1a4167fff com.apple.SearchFoundation (1.0 - 386.4.41) <DC9A40F8-77E9-3037-B126-E64ADA216396> /System/Library/PrivateFrameworks/SearchFoundation.framework/Versions/A/SearchFoundation 0x1a4168000 - 0x1a43a9fff com.apple.Photos (1.0 - 340.0.221) <0229ECB6-AB27-31AB-8531-60BF07E9267D> /System/Library/Frameworks/Photos.framework/Versions/A/Photos 0x1a43aa000 - 0x1a4403fff com.apple.ImageCaptureCore (1711.4.2 - 1711.4.2) <AB9875A3-3C58-3B55-81C0-04B2954D7B3F> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x1a4457000 - 0x1a4482fff com.apple.ToneLibrary (1.0 - 1) <05C78D24-2994-35BA-976F-7EB3AB83A306> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary 0x1a448b000 - 0x1a4509fff com.apple.internal.VoiceTrigger (1.0 - 1) <6D3EC3C4-107E-3999-94D1-D92A3A752C8C> /System/Library/PrivateFrameworks/VoiceTrigger.framework/Versions/A/VoiceTrigger 0x1a4573000 - 0x1a45e8fff com.apple.ScreenTimeCore (3.0 - 497.4.6) <CF187C99-3B5D-3C43-9594-72BCFB8004E8> /System/Library/PrivateFrameworks/ScreenTimeCore.framework/Versions/A/ScreenTimeCore 0x1a45e9000 - 0x1a45eefff com.apple.contextkit.ContextKitExtraction (1.0 - 1) <1FCCABA0-C07A-33CE-9CE3-FDB74F997E09> /System/Library/PrivateFrameworks/ContextKitExtraction.framework/Versions/A/ContextKitExtraction 0x1a45ef000 - 0x1a4600fff com.apple.contextkit.ContextKit (1.0 - 1) <C70CDCB9-07D8-3BAC-B35A-C795F0050AEE> /System/Library/PrivateFrameworks/ContextKit.framework/Versions/A/ContextKit 0x1a4601000 - 0x1a4677fff com.apple.Safari.Core (16611 - 16611.1.21.161.3) <3C26C7C6-F265-3977-96E6-FE1DA41B6DB1> /System/Library/PrivateFrameworks/SafariCore.framework/Versions/A/SafariCore 0x1a47e4000 - 0x1a4aa5fff com.apple.iTunesCloud (1.0 - 1) <02A5EF9F-38DD-3745-9839-EB4D2818BA0E> /System/Library/PrivateFrameworks/iTunesCloud.framework/Versions/A/iTunesCloud 0x1a5965000 - 0x1a5970fff com.apple.BridgeXPC (1.0 - 37.100.1) <4629DF76-6E20-39A4-8B67-18252AF91CF4> /System/Library/PrivateFrameworks/BridgeXPC.framework/Versions/A/BridgeXPC 0x1a5971000 - 0x1a597cfff com.apple.skp.FeedbackLogger (1.0 - 1) <195B7BF6-636A-31E8-8C3B-C72AEC2A8AA4> /System/Library/PrivateFrameworks/FeedbackLogger.framework/Versions/A/FeedbackLogger 0x1a5e53000 - 0x1a5e65fff libswiftsimd.dylib (1.3) <F72577FF-10D4-3F64-9BEC-56A16F0359AC> /usr/lib/swift/libswiftsimd.dylib 0x1a5eea000 - 0x1a5ef7fff com.apple.FuseBoardServices (1.0 - 239) <9CF9F5DC-C0ED-3821-A2B0-A1CCAB885B24> /System/Library/PrivateFrameworks/FuseBoardServices.framework/Versions/A/FuseBoardServices 0x1a5ef8000 - 0x1a5f7afff com.apple.TextInput (1.0 - 1.0) <D60C844E-26B1-380F-A37C-1BF5CF559538> /System/Library/PrivateFrameworks/TextInput.framework/Versions/A/TextInput 0x1a6296000 - 0x1a635afff com.apple.AssetsLibraryServices (1.0 - 340.0.221) <04FF9D77-05CF-342E-9D84-2B7D3D5B53BE> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/Versions/A/AssetsLibraryServices 0x1a635b000 - 0x1a6a54fff com.apple.PhotoLibraryServices (1.0 - 340.0.221) <DB246AA2-56BF-3B6E-B47B-D4EA0172999D> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/Versions/A/PhotoLibraryServices 0x1a6a55000 - 0x1a6a8efff com.apple.siri.DistributedEvaluation (1.0 - 36.3) <9407FAFB-914D-3EF5-A8D5-C2269DE1E99E> /System/Library/PrivateFrameworks/DistributedEvaluation.framework/Versions/A/DistributedEvaluation 0x1a6b34000 - 0x1a6b40fff com.apple.CaptiveNetworkSupport (13.0 - 1) <3D59FFEF-3571-3166-884D-70B1276B2483> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/Versions/A/CaptiveNetwork 0x1a6c9e000 - 0x1a6eedfff libmorphun.dylib (100.3) <CAA93E80-11B1-3E80-BC4D-CF8D1EA97765> /usr/lib/libmorphun.dylib 0x1a6ef2000 - 0x1a6f09fff com.apple.LookupFramework (1.2 - 284) <140E6285-EE32-37C6-A17D-251B4C030EA6> /System/Library/PrivateFrameworks/Lookup.framework/Versions/A/Lookup 0x1a6faf000 - 0x1a6fc6fff com.apple.IntentsCore (1.0 - 1) <C2691BE3-1C4D-323E-8633-2E8C75FEB32D> /System/Library/PrivateFrameworks/IntentsCore.framework/Versions/A/IntentsCore 0x1a71df000 - 0x1a729dfff com.apple.siri.SiriInstrumentation (1.0 - 1) <A8679679-E87E-3834-8BF0-4BF54B8C1B08> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/Versions/A/SiriInstrumentation 0x1a729e000 - 0x1a72b7fff libCGInterfaces.dylib (544.4) <ACD2F2CC-ED19-3A69-94D2-03A046F6426F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib 0x1a72b8000 - 0x1a72b9fff libswiftCoreLocation.dylib (5) <10584089-E842-3F46-85A1-B0D37E11C886> /usr/lib/swift/libswiftCoreLocation.dylib 0x1a72ba000 - 0x1a72c3fff libswiftCoreMIDI.dylib (2) <8D34095E-142D-3109-A896-5C1FBD201D59> /usr/lib/swift/libswiftCoreMIDI.dylib 0x1a745d000 - 0x1a7463fff com.apple.idskvstore (10.0 - 1000) <4B91212D-3752-322F-8AA4-EA5FC97B558B> /System/Library/PrivateFrameworks/IDSKVStore.framework/Versions/A/IDSKVStore 0x1a7464000 - 0x1a7486fff com.apple.LocalAuthenticationUI (1.0 - 827.100.23) <98F45237-FE71-3464-AA61-2F16D1193479> /System/Library/PrivateFrameworks/LocalAuthenticationUI.framework/Versions/A/LocalAuthenticationUI 0x1a78b9000 - 0x1a79effff com.apple.Navigation (1.0 - 1) <C35D3AA8-951A-3CEC-BDE1-48A35469D291> /System/Library/PrivateFrameworks/Navigation.framework/Versions/A/Navigation 0x1a79f0000 - 0x1a7a09fff com.apple.IAP (1.0 - 1.0.0) <F16A891F-49AB-318F-9176-7D03407CB3BE> /System/Library/PrivateFrameworks/IAP.framework/Versions/A/IAP 0x1a7b30000 - 0x1a7b33fff com.apple.ftclientservices (10.0 - 1000) <19459B31-6A7B-3581-A119-DB6E3300C5A0> /System/Library/PrivateFrameworks/FTClientServices.framework/Versions/A/FTClientServices 0x1a7b34000 - 0x1a7b80fff com.apple.CharacterPicker (1.0 - 184.3) <4FA7ECDD-84BC-3E2C-AD7D-811986D539F0> /System/Library/PrivateFrameworks/CharacterPicker.framework/Versions/A/CharacterPicker 0x1a7b83000 - 0x1a7b95fff libprequelite.dylib (106.100.3) <CA84C8CB-C14E-3664-8948-DAEC1651ACB6> /usr/lib/libprequelite.dylib 0x1a7bac000 - 0x1a7bb0fff libswiftCoreData.dylib (3) <D0BA855E-5EF0-3550-A334-010A52015893> /usr/lib/swift/libswiftCoreData.dylib 0x1a88b6000 - 0x1a88e5fff com.apple.AttributeGraph (81 - 81) <1DCADC5E-1CBD-3246-BD88-528662A59ED5> /System/Library/PrivateFrameworks/AttributeGraph.framework/Versions/A/AttributeGraph 0x1a88e6000 - 0x1a8920fff com.apple.EmojiFoundation (1.0 - 1) <09296FC9-AB1C-35FD-A9C9-0A4814C7FEB0> /System/Library/PrivateFrameworks/EmojiFoundation.framework/Versions/A/EmojiFoundation 0x1a8970000 - 0x1a955bfff libfaceCore.dylib (4.2.6) <46F5F95B-3CDE-3EF0-BB10-ADEF48CF4EF5> /System/Library/Frameworks/Vision.framework/libfaceCore.dylib 0x1a955c000 - 0x1a9657fff com.apple.TextRecognition (1.0 - 157) <53B5B241-6787-3192-A121-3CF4FCA3F0FB> /System/Library/PrivateFrameworks/TextRecognition.framework/Versions/A/TextRecognition 0x1a9658000 - 0x1a966ffff com.apple.Futhark (1.0 - 1) <1AB6F5C1-DBAB-37BB-ABF3-B91206EA6F6E> /System/Library/PrivateFrameworks/Futhark.framework/Versions/A/Futhark 0x1a9670000 - 0x1a96cffff com.apple.DifferentialPrivacy (1.0 - 1) <4B3B116D-C859-3B39-BFAA-448A2D0BCBF3> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/Versions/A/DifferentialPrivacy 0x1a96d0000 - 0x1a96ebfff com.apple.SafariFoundation (16611 - 16611.1.21.161.3) <4B6EF7F9-C60B-31AF-B43A-0FB60DE2735D> /System/Library/PrivateFrameworks/SafariFoundation.framework/Versions/A/SafariFoundation 0x1a9a3f000 - 0x1a9a78fff com.apple.MobileBluetooth (1.0 - 1.0) <3BA449B3-D9D9-39E1-B56D-B744C16C2B20> /System/Library/PrivateFrameworks/MobileBluetooth.framework/Versions/A/MobileBluetooth 0x1a9a79000 - 0x1a9a80fff com.apple.ContactsUI.ContactsUIMacHelper (1.0 - 2452.7) <76982775-F192-397C-BD1F-2EA039607E50> /System/Library/PrivateFrameworks/ContactsUIMacHelper.framework/Versions/A/ContactsUIMacHelper 0x1aa1b7000 - 0x1aa1bafff com.apple.biome.BiomeFoundation (1.0 - 28.11) <D1EB379E-CBEC-31EC-B2A8-0E8BCB43DF0C> /System/Library/PrivateFrameworks/BiomeFoundation.framework/Versions/A/BiomeFoundation 0x1aa1bb000 - 0x1aa1bffff com.apple.DAAPKit (1.0 - 1) <8A2BB5F6-17FB-33B3-9122-A24F2903B2BE> /System/Library/PrivateFrameworks/DAAPKit.framework/Versions/A/DAAPKit 0x1aa27e000 - 0x1aa2f4fff com.apple.FrontBoard (703.16 - 703.16) <1E00ED81-D382-38FD-80B6-348F9971E986> /System/iOSSupport/System/Library/PrivateFrameworks/FrontBoard.framework/Versions/A/FrontBoard 0x1aa2f5000 - 0x1aa3b8fff com.apple.imsharedutilities (10.0 - 1000) <FA640DF1-745F-3391-87CC-7FCAA943F615> /System/iOSSupport/System/Library/PrivateFrameworks/IMSharedUtilities.framework/Versions/A/IMSharedUtilities 0x1aa3b9000 - 0x1ab6a4fff com.apple.UIKitCore (1.0 - 4218.1.407) <61200C0E-EFBB-3F5C-B803-5EB019F0835A> /System/iOSSupport/System/Library/PrivateFrameworks/UIKitCore.framework/Versions/A/UIKitCore 0x1ab6a5000 - 0x1ab859fff com.apple.MediaPlayer (1.0 - 1.0) <D6EDDB4C-EF2E-3BBB-9FBD-B4B6E0736D4F> /System/iOSSupport/System/Library/Frameworks/MediaPlayer.framework/Versions/A/MediaPlayer 0x1ab85a000 - 0x1ab902fff com.apple.MMCS (1.3 - 573) <70439D89-93C8-31B9-B3B6-05136D1CAA72> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS 0x1ab903000 - 0x1ab965fff com.apple.acg.InertiaCam (1.0 - 1) <B8DA7301-99C1-32EF-8E91-FD68068ACC43> /System/Library/PrivateFrameworks/InertiaCam.framework/Versions/A/InertiaCam 0x1ab9ae000 - 0x1abaacfff com.apple.ConfigurationEngineModel (1.0 - 43) <F979FED9-8566-32A9-AAB6-1961E512342A> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/Versions/A/ConfigurationEngineModel 0x1abae3000 - 0x1abae8fff libswiftMetal.dylib (1.3.1) <A5069D09-90E9-3337-A4D8-D80DAB38B485> /usr/lib/swift/libswiftMetal.dylib 0x1abae9000 - 0x1abaeffff libswiftCompression.dylib (1) <5840D6C1-FD8F-3781-9C68-A50DDE9091E1> /usr/lib/swift/libswiftCompression.dylib 0x1abaf0000 - 0x1abafcfff libswiftCloudKit.dylib (982) <B858DA17-06FD-385E-B5EA-580311EAFD0F> /usr/lib/swift/libswiftCloudKit.dylib 0x1abb05000 - 0x1abc47fff com.apple.SoundAnalysis (1.0 - 1) <F7B0AC55-723F-31BC-9AB9-3C416270BFDC> /System/Library/Frameworks/SoundAnalysis.framework/Versions/A/SoundAnalysis 0x1abfe6000 - 0x1ac004fff com.apple.ftawd (8.0 - 900) <8737677F-719A-34A7-B7A7-60A5343745FF> /System/Library/PrivateFrameworks/FTAWD.framework/Versions/A/FTAWD 0x1ac266000 - 0x1ac2aafff com.apple.biome.BiomeStreams (1.0 - 28.11) <83E2371B-4E68-3924-BE7E-85ADABB3170C> /System/Library/PrivateFrameworks/BiomeStreams.framework/Versions/A/BiomeStreams 0x1ac2ab000 - 0x1ac2bcfff com.apple.framework.ctcategories (1.0 - 6) <983B3284-7C9E-3E46-8782-20F84FD26BC5> /System/Library/PrivateFrameworks/Categories.framework/Versions/A/Categories 0x1ac2bd000 - 0x1ac2d7fff com.apple.texttospeech (1.0.0 - 1.0) <628B2CB2-687E-33DA-BABE-E05AFB84D7BA> /System/Library/PrivateFrameworks/TextToSpeech.framework/Versions/A/TextToSpeech 0x1acdd1000 - 0x1acdfbfff com.apple.UsageTracking (3.0 - 145) <F82D810F-743D-317F-8A55-B6EA16D2BAD2> /System/Library/PrivateFrameworks/UsageTracking.framework/Versions/A/UsageTracking 0x1acdfc000 - 0x1acf72fff com.apple.Translation (1.0 - 128.9) <5E70C7B0-912A-3721-BC56-2A41EB5454E3> /System/Library/PrivateFrameworks/Translation.framework/Versions/A/Translation 0x1acf73000 - 0x1ad781fff com.apple.VectorKit (1.0 - 1721.24.10.20.11) <2451C884-8591-3BF6-917D-5A56430D98F4> /System/Library/PrivateFrameworks/VectorKit.framework/Versions/A/VectorKit 0x1ad786000 - 0x1ad7c0fff com.apple.osanalytics.OSAnalytics (1.0 - 1) <E2B9D25D-3CEB-35FE-B8A5-677EBC88EC02> /System/Library/PrivateFrameworks/OSAnalytics.framework/Versions/A/OSAnalytics 0x1ad8f7000 - 0x1ada77fff com.apple.CloudPhotoLibrary (1.0 - 340.0.221) <51BAAA1E-561C-3DA6-A6F4-FB2201DE1BCE> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/Versions/A/CloudPhotoLibrary 0x1ada78000 - 0x1ada84fff com.apple.DCIMServices (1.0 - 340.0.221) <55A1C9AE-B8BE-324D-B354-1276E0F6139C> /System/Library/PrivateFrameworks/DCIMServices.framework/Versions/A/DCIMServices 0x1adaad000 - 0x1ade36fff com.apple.SDAPI (1.0 - 1) <F9AED845-BB54-3194-8554-7727CC105DEC> /System/Library/PrivateFrameworks/SDAPI.framework/Versions/A/SDAPI 0x1adfee000 - 0x1ae003fff libswiftAppKit.dylib (104) <F4BF43BA-119A-3728-8A9E-A092422B93C0> /usr/lib/swift/libswiftAppKit.dylib 0x1ae004000 - 0x1ae005fff libswiftQuartzCore.dylib (1) <885FB5A3-10E1-372B-97FE-80436DD89BD0> /usr/lib/swift/libswiftQuartzCore.dylib 0x1ae682000 - 0x1ae6aafff com.apple.photo.MediaConversionService (6.0 - 340.0.221) <FE8107A9-FB5C-3595-B7FA-66B403BE075A> /System/Library/PrivateFrameworks/MediaConversionService.framework/Versions/A/MediaConversionService 0x1af127000 - 0x1af13ffff com.apple.UIKitServices (1.0 - 1) <393DF903-DA1C-3405-997E-B98F071AE472> /System/Library/PrivateFrameworks/UIKitServices.framework/Versions/A/UIKitServices 0x1af2ac000 - 0x1af4abfff com.apple.photo.NeutrinoCore (1.0 - 340.0.221) <13FC1DD2-E2D8-3013-B50D-52C2B7B8D14F> /System/Library/PrivateFrameworks/NeutrinoCore.framework/Versions/A/NeutrinoCore 0x1af4bf000 - 0x1af4d0fff com.apple.accessibility.AXAssetLoader (1.0 - 1) <A29E49C5-CCDF-3A3E-9E13-12D38F21EE23> /System/Library/PrivateFrameworks/AXAssetLoader.framework/Versions/A/AXAssetLoader 0x1af9ec000 - 0x1af9fdfff com.apple.Speech (1.0 - 1) <3CC6116F-4DF3-36D8-9E3F-26BC093B35F3> /System/Library/Frameworks/Speech.framework/Versions/A/Speech 0x1afa98000 - 0x1afab1fff com.apple.biome.BiomePubSub (1.0 - 28.11) <54D9A51C-B38F-3F43-99E3-68804FE7923E> /System/Library/PrivateFrameworks/BiomePubSub.framework/Versions/A/BiomePubSub 0x1afab2000 - 0x1afac3fff com.apple.biome.BiomeStorage (1.0 - 28.11) <869EECA9-C332-336D-987D-51F76AB1B598> /System/Library/PrivateFrameworks/BiomeStorage.framework/Versions/A/BiomeStorage 0x1afac4000 - 0x1afb57fff com.apple.SpeakerRecognition (1.0 - 3004.27) <B67D8FD8-8BDB-3084-9CFC-C50B36E1F3AD> /System/Library/PrivateFrameworks/SpeakerRecognition.framework/Versions/A/SpeakerRecognition 0x1b0226000 - 0x1b028ffff com.apple.PhotosFormats (1.0 - 340.0.221) <EF31FCAB-30B6-3999-9C23-31D24536D5F9> /System/Library/PrivateFrameworks/PhotosFormats.framework/Versions/A/PhotosFormats 0x1b1634000 - 0x1b173ffff com.apple.CoreMediaStream (1.0 - 340.0.221) <540D55AA-702E-3A6A-93F4-AACEB311967C> /System/Library/PrivateFrameworks/CoreMediaStream.framework/Versions/A/CoreMediaStream 0x1b1740000 - 0x1b1756fff libswiftUniformTypeIdentifiers.dylib (636.9) <97A14475-C582-3730-A0A3-0A4392AE53EF> /usr/lib/swift/libswiftUniformTypeIdentifiers.dylib 0x1b1757000 - 0x1b17c2fff libswiftAccelerate.dylib (10.40.1) <93008662-D4A7-39B3-8FEF-AF931988E959> /usr/lib/swift/libswiftAccelerate.dylib 0x1b3036000 - 0x1b316afff com.apple.photo.PhotoImaging (1.0 - 340.0.221) <5A5D017E-7885-312C-B927-414F153DAB16> /System/Library/PrivateFrameworks/PhotoImaging.framework/Versions/A/PhotoImaging 0x1b316b000 - 0x1b316dfff com.apple.ParsecSubscriptionServiceSupport (1.0 - 977) <CB2D7A28-18E9-306D-ADCE-72C63F0223BF> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/Versions/A/ParsecSubscriptionServiceSupport 0x1b397d000 - 0x1b39c4fff com.apple.PhotosImagingFoundation (6.0 - 340.0.221) <9A78AF1D-4C1B-3FB5-838F-25EEB6D37A86> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/Versions/A/PhotosImagingFoundation 0x1b39c5000 - 0x1b39cffff com.apple.CloudPhotoServices (1.0 - 340.0.221) <E09BC497-38CB-3C6F-8187-379820F4B5F8> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/Versions/A/CloudPhotoServices 0x1b39d0000 - 0x1b3a23fff com.apple.acg.AutoLoop (1.0 - 1) <6D55F242-61A0-3B94-BD59-6B4234F83AF3> /System/Library/PrivateFrameworks/AutoLoop.framework/Versions/A/AutoLoop 0x1b3a24000 - 0x1b3aa3fff com.apple.VideoSubscriberAccount.VideoSubscriberAccountFramework (1.0 - 364.40.15) <7C46F9BE-DFFB-3ED5-8EB4-0C3C92C0D412> /System/Library/Frameworks/VideoSubscriberAccount.framework/Versions/A/VideoSubscriberAccount 0x1b3aa4000 - 0x1b3c80fff com.apple.Osprey (1.0 - 1) <CAB6B23E-83C3-37CD-8699-62534C618438> /System/Library/PrivateFrameworks/Osprey.framework/Versions/A/Osprey 0x1b3efa000 - 0x1b3f36fff libswiftCoreMedia.dylib (1) <880A3E24-314E-3900-9D57-54A5B28CC006> /usr/lib/swift/libswiftCoreMedia.dylib 0x1b46d9000 - 0x1b46e2fff com.apple.Reveal (1.0 - 22) <31E376A7-A46F-34AE-9BA5-0F819F71DD2D> /System/Library/PrivateFrameworks/Reveal.framework/Versions/A/Reveal 0x1b46e3000 - 0x1b46e8fff com.apple.RevealCore (1.0 - 22) <C348A264-A1A2-3278-A5A8-D5E2194F2D22> /System/Library/PrivateFrameworks/RevealCore.framework/Versions/A/RevealCore 0x1b4763000 - 0x1b4784fff com.apple.framework.PrintKit (2.0 - 253.2) <8B3C7312-6125-3317-A0A7-3A2731BDAFB8> /System/Library/PrivateFrameworks/PrintKit.framework/Versions/A/PrintKit 0x1b4828000 - 0x1b4829fff libswiftOSLog.dylib (1) <9B6AF86C-2698-3791-8C81-A8D2D664A555> /usr/lib/swift/libswiftOSLog.dylib 0x1b48e1000 - 0x1b48e7fff libswiftAVFoundation.dylib (2010.31) <1D7693D3-18F1-3930-9697-433C7B7DC07B> /usr/lib/swift/libswiftAVFoundation.dylib 0x1b4961000 - 0x1b4988fff com.apple.AppSupportUI (1.0 - 37) <0D019C20-68FC-3F31-ACFB-34A1BF92BD6A> /System/iOSSupport/System/Library/PrivateFrameworks/AppSupportUI.framework/Versions/A/AppSupportUI 0x1b4989000 - 0x1b4aeafff com.apple.WebKitLegacy (16611 - 16611.1.21.161.3) <F8D92D05-94F1-3ADE-B93B-D40D2254DF71> /System/iOSSupport/System/Library/PrivateFrameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy 0x1b4afa000 - 0x1b6c8afff com.apple.WebCore (16611 - 16611.1.21.161.3) <EB3489D5-01E3-356F-8075-F92D7CD85AF0> /System/iOSSupport/System/Library/PrivateFrameworks/WebCore.framework/Versions/A/WebCore 0x1b6c8b000 - 0x1b6e7efff com.apple.ContactsUI (1.0.0 - 1109.6) <E1F64B12-7BDA-3434-A112-A71EBD94A9D9> /System/iOSSupport/System/Library/Frameworks/ContactsUI.framework/Versions/A/ContactsUI 0x1b6fb2000 - 0x1b6ffcfff com.apple.PhysicsKit (1.0 - 1) <E2A35CD4-58E9-3055-9894-66C581427B7E> /System/Library/PrivateFrameworks/PhysicsKit.framework/Versions/A/PhysicsKit 0x1b7046000 - 0x1b70e4fff com.apple.Symbolication (12.5 - 64544.66.1) <173539E6-D2F3-3528-9EEA-FED920B65A8C> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x1b711b000 - 0x1b7176fff com.apple.AXRuntime (1.0.0 - 1) <31EABDD8-3A84-3210-8328-CFF5171E03BF> /System/Library/PrivateFrameworks/AXRuntime.framework/Versions/A/AXRuntime 0x1b7282000 - 0x1b72a0fff com.apple.CoreMaterial (1.0 - 1) <2DC3B588-713B-385A-A462-4185C0FA1349> /System/Library/PrivateFrameworks/CoreMaterial.framework/Versions/A/CoreMaterial 0x1b7400000 - 0x1b84d0fff com.apple.JavaScriptCore (16611 - 16611.1.21.161.3) <F14F8C89-03AC-3EB4-A3E7-91FC8994C00B> /System/iOSSupport/System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x1b871b000 - 0x1b89c4fff com.apple.MapKit (1.0 - 1.0) <0951A7AE-CED6-3696-A87F-3B4BFC993941> /System/iOSSupport/System/Library/Frameworks/MapKit.framework/Versions/A/MapKit 0x1b89c5000 - 0x1b8b9afff com.apple.imcore (10.0 - 1000) <70922E24-9572-3A5A-BEC6-8BF74E17EB64> /System/iOSSupport/System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore 0x1b8b9b000 - 0x1b8bdbfff com.apple.OnBoardingKit (1.0 - 1) <BAC026EF-2ECF-33AE-A42D-CF3BE3A76F10> /System/iOSSupport/System/Library/PrivateFrameworks/OnBoardingKit.framework/Versions/A/OnBoardingKit 0x1b8bf6000 - 0x1b8c02fff com.apple.PersonaUI (1.0 - 1) <358CC181-98AD-3F8E-A850-E633AEE0BF4A> /System/iOSSupport/System/Library/PrivateFrameworks/PersonaUI.framework/Versions/A/PersonaUI 0x1b8c03000 - 0x1b92ebfff com.apple.WebKit (16611 - 16611.1.21.161.3) <FB63EED6-706B-3662-9518-390F6C79EAEA> /System/iOSSupport/System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x1b92ec000 - 0x1b92f0fff com.apple.managedconfiguration (1.0 - 1.0) <9F50E923-F00C-3670-BD11-8F83CC19E53B> /System/iOSSupport/System/Library/PrivateFrameworks/ManagedConfiguration.framework/Versions/A/ManagedConfiguration 0x1b92f1000 - 0x1b931afff com.apple.ShareSheet (1618.1 - 1618.1) <75EE3A46-E9D0-3BB4-BA21-4B90850EA10A> /System/Library/PrivateFrameworks/ShareSheet.framework/Versions/A/ShareSheet 0x1b9426000 - 0x1b9432fff com.apple.OSLog (1.0 - 1277.100.21) <C9C7A032-A344-3D88-A751-AD1204E48F56> /System/Library/Frameworks/OSLog.framework/Versions/A/OSLog 0x1b9583000 - 0x1b9583fff com.apple.quicklook.QuickLookUIIosmac (1.0 - 1) <6D5015A2-0889-3E13-90AF-DA7ACA3E38FC> /System/Library/PrivateFrameworks/QuickLookUIIosmac.framework/Versions/A/QuickLookUIIosmac 0x1b95f9000 - 0x1b9723fff com.apple.InternalSwiftProtobuf (1.0 - 1.14.0) <7ADDFBCE-662D-3868-9087-C327331746FA> /System/Library/PrivateFrameworks/InternalSwiftProtobuf.framework/Versions/A/InternalSwiftProtobuf 0x1b9853000 - 0x1b9853fff com.apple.MobileCoreServices (1122.33 - 1122.33) <AD90AC65-4B9B-3366-93FA-8BB386FA1BAD> /System/iOSSupport/System/Library/Frameworks/MobileCoreServices.framework/Versions/A/MobileCoreServices 0x1b9854000 - 0x1b985afff com.apple.AuthKitUIMacHelper (1.0 - 1) <D3744006-3B6E-3B79-BAFF-981C11A89B22> /System/iOSSupport/System/Library/PrivateFrameworks/AuthKitUIMacHelper.framework/Versions/A/AuthKitUIMacHelper 0x1b985b000 - 0x1b9879fff com.apple.DocumentManagerCore (1.0 - 200.5.2) <543863C1-C641-325B-BFFA-812742EA01A1> /System/iOSSupport/System/Library/PrivateFrameworks/DocumentManagerCore.framework/Versions/A/DocumentManagerCore 0x1b987a000 - 0x1b998ffff com.apple.AnnotationKit (1.0 - 383.6) <5A6516C1-5B37-3DD1-A5FC-306A60CC577E> /System/iOSSupport/System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/AnnotationKit 0x1b9990000 - 0x1b99d5fff com.apple.AuthKitUI (1.0 - 1) <5CC4A022-A83B-323F-B438-82C6534B1299> /System/iOSSupport/System/Library/PrivateFrameworks/AuthKitUI.framework/Versions/A/AuthKitUI 0x1b99d6000 - 0x1b99effff com.apple.IntlPreferences (1.0 - 332.3) <6FE78E06-56B9-3CE1-B74C-88F17AF41204> /System/iOSSupport/System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences 0x1b9a00000 - 0x1b9a37fff com.apple.SafariServices (14.1 - 604.1) <1C1C7BB3-24FE-30D3-A329-DEE22727C9F9> /System/iOSSupport/System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices 0x1b9a38000 - 0x1b9c60fff com.apple.Safari.Shared (16611 - 16611.1.21.161.3) <84DE1978-6FD7-36BE-AF5A-8EDEA23437A7> /System/iOSSupport/System/Library/PrivateFrameworks/SafariShared.framework/Versions/A/SafariShared 0x1ba095000 - 0x1ba09cfff com.apple.quicklook (1.0 - 1) <7236396F-87DA-3E35-AEBC-82D06E01305E> /System/iOSSupport/System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x1ba09d000 - 0x1ba15efff com.apple.Safari.Shared.UI (16611 - 16611.1.21.161.3) <3271216C-1CA1-333F-A36D-1F855A9703B6> /System/iOSSupport/System/Library/PrivateFrameworks/SafariSharedUI.framework/Versions/A/SafariSharedUI 0x1ba15f000 - 0x1ba189fff com.apple.MarkupUI (1.0 - 383.6) <D88B77C2-1349-3D8B-B88E-E0FB6976611A> /System/iOSSupport/System/Library/PrivateFrameworks/MarkupUI.framework/Versions/A/MarkupUI 0x1ba18a000 - 0x1ba245fff com.apple.CorePDF (5.0 - 529) <1C16AADF-FB31-3D41-B472-205C9A53FCD7> /System/iOSSupport/System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x1ba246000 - 0x1ba281fff com.apple.DocumentManager (1.0 - 200.5.2) <08E25FFE-D336-3FBF-897C-E28AD7EB972F> /System/iOSSupport/System/Library/PrivateFrameworks/DocumentManager.framework/Versions/A/DocumentManager 0x1ba2b7000 - 0x1ba2b7fff com.apple.UIKit (1.0 - 4218.1.407) <FA9237A0-0113-3F44-9142-5798D43E9BFE> /System/iOSSupport/System/Library/Frameworks/UIKit.framework/Versions/A/UIKit 0x1ba2b8000 - 0x1ba36cfff com.apple.PDFKit (1.0 - 950.32.1) <5AE149CE-0C57-3946-B0A0-98954174DF55> /System/iOSSupport/System/Library/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x1ba36d000 - 0x1ba385fff com.apple.MetalKit (147.1 - 147.1) <79907897-8C8B-375A-B55B-F97542175638> /System/iOSSupport/System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit 0x1ba3d8000 - 0x1ba3e8fff com.apple.AuthenticationServices (12.0 - 1.0) <3D5FD2E9-6B16-397D-AFBD-2126E0FE5249> /System/iOSSupport/System/Library/Frameworks/AuthenticationServices.framework/Versions/A/AuthenticationServices 0x1ba3fc000 - 0x1ba40bfff com.apple.mobileicons.framework (1.0 - 372.0) <CAF67315-5816-3977-8B83-803BC127E44F> /System/Library/PrivateFrameworks/MobileIcons.framework/Versions/A/MobileIcons 0x1ba40c000 - 0x1ba566fff com.apple.IMDPersistence (10.0 - 1000) <80B21B74-6ECC-3B50-8EB0-0F5526C79C45> /System/iOSSupport/System/Library/PrivateFrameworks/IMDPersistence.framework/Versions/A/IMDPersistence 0x1ba567000 - 0x1ba57bfff com.apple.WebUI (1.0 - 1.0) <15071503-4700-305F-A0A8-687D2256F3F7> /System/iOSSupport/System/Library/PrivateFrameworks/WebUI.framework/Versions/A/WebUI 0x1ba57c000 - 0x1ba822fff com.apple.PencilKit (1.0 - 1) <E9CE9A7C-0CA1-3CA8-893A-927FD2741143> /System/iOSSupport/System/Library/Frameworks/PencilKit.framework/Versions/A/PencilKit 0x1ba823000 - 0x1ba8d2fff com.apple.LinkPresentation (146 - 146.22) <62C98DAA-179B-3E64-8F7F-8ED8808EE15F> /System/iOSSupport/System/Library/Frameworks/LinkPresentation.framework/Versions/A/LinkPresentation 0x1bb090000 - 0x1bb09ffff com.apple.BluetoothManager (1.0 - 1) <74C7E72C-786F-3C83-9938-3A05176CA16B> /System/Library/PrivateFrameworks/BluetoothManager.framework/Versions/A/BluetoothManager 0x1bb789000 - 0x1bb85cfff com.apple.ProofReader (2.4 - 526.2) <47FEDDF6-D578-3CB4-BE0A-A288C8FE77B3> /System/Library/PrivateFrameworks/ProofReader.framework/Versions/A/ProofReader 0x1bb88b000 - 0x1bc48afff com.apple.SwiftUI (133.1 - 133.1) <650E917D-9792-3B3B-909A-888DE6313D5D> /System/iOSSupport/System/Library/Frameworks/SwiftUI.framework/Versions/A/SwiftUI 0x1bc48b000 - 0x1bc4cbfff libswiftUIKit.dylib (4202) <AE745702-DED2-350E-81B3-79A9E327AE45> /System/iOSSupport/usr/lib/swift/libswiftUIKit.dylib 0x1bd47f000 - 0x1bd500fff com.apple.UIAccessibility (1.0.0 - 1.0) <813FACCB-0582-3440-9A91-F7F51F8352EC> /System/iOSSupport/System/Library/PrivateFrameworks/UIAccessibility.framework/Versions/A/UIAccessibility 0x1bd584000 - 0x1bd646fff com.apple.AccessibilityUtilities (1.0.0 - 1.0) <0CD9E128-D113-3488-9209-31C984707C02> /System/iOSSupport/System/Library/PrivateFrameworks/AccessibilityUtilities.framework/Versions/A/AccessibilityUtilities 0x1bdbb1000 - 0x1bdbeafff com.apple.PhotosPlayer (1.0 - 340.0.221) <C836575A-AAB4-304C-A046-9D64260D974F> /System/iOSSupport/System/Library/PrivateFrameworks/PhotosPlayer.framework/Versions/A/PhotosPlayer 0x1c31d7000 - 0x1c3205fff com.apple.accessibility.VoiceOverServices (1.0 - 1) <B91E19B2-86D4-3092-BC5E-A7019DEBAD9B> /System/iOSSupport/System/Library/PrivateFrameworks/VoiceOverServices.framework/Versions/A/VoiceOverServices 0x1c3258000 - 0x1c32e0fff com.apple.accessibility.AXMediaUtilities (1.0 - 1) <539E47A6-88C6-3F62-AC92-F9F513DB1742> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/Versions/A/AXMediaUtilities 0x1c32e1000 - 0x1c330dfff com.apple.accessibility.AccessibilityUIUtilities (1.0 - 1) <0105238D-31C8-36CC-9B7C-DC244E1EC193> /System/iOSSupport/System/Library/PrivateFrameworks/AccessibilityUIUtilities.framework/Versions/A/AccessibilityUIUtilities 0x1c3530000 - 0x1c353ffff libAXSpeechManager.dylib (2885.34) <01DF926C-7691-339D-BF0E-DA2C4B38B9AE> /System/iOSSupport/usr/lib/libAXSpeechManager.dylib 0x1c35ab000 - 0x1c3602fff com.apple.ScreenReaderCore (10 - 767.16) <E337E0E4-01AE-3EA2-9E57-D6FFDD5681DF> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/Versions/A/ScreenReaderCore 0x1c9499000 - 0x1c949ffff libCoreFSCache.dylib (200.8) <9265DDFA-1A78-3460-A34B-D41FCCBC1655> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x1c94a0000 - 0x1c94a5fff libCoreVMClient.dylib (200.8) <31537F85-F7BC-3EA6-89B4-62F5DA6B6D21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x1c94a6000 - 0x1c94b5fff com.apple.opengl (18.5.8 - 18.5.8) <E2B52260-3657-3BD7-9E88-F5A3B4B4DA4E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x1c94b6000 - 0x1c94b8fff libCVMSPluginSupport.dylib (18.5.8) <BF4122DF-97EE-35DC-AC35-CA430EE4C024> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x1c94b9000 - 0x1c94c1fff libGFXShared.dylib (18.5.8) <4B88B5BB-13A4-3947-8DDB-06E421BB4752> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x1c94c2000 - 0x1c94fafff libGLImage.dylib (18.5.8) <1032DEA5-2F2C-318F-BA46-6DE7187667AA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x1c94fb000 - 0x1c9533fff libGLU.dylib (18.5.8) <2ADA24C1-7915-305C-A3E2-FFBBA7788491> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x1c96a1000 - 0x1c96abfff libGL.dylib (18.5.8) <544FDF2E-58B0-30CC-821E-7430F7B4F281> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x1c983f000 - 0x1c989efff com.apple.opencl (4.5 - 4.5) <10ADF946-E27D-328C-B4A4-26A61C25B26B> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x1ca320000 - 0x1ca406fff com.apple.audio.AVFAudio (1.0 - 477.84) <C9213E5C-3298-3ADC-A4D6-EE4A213FEA5B> /System/Library/Frameworks/AVFAudio.framework/Versions/A/AVFAudio 0x1caa08000 - 0x1caa1bfff com.apple.ExternalAccessory (1.0.0 - 1.0) <A3EC5D15-4129-3AA4-8B82-8A7E3721D67B> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory 0x1cc88e000 - 0x1cc88efff com.apple.AuthenticationServicesCore (1.0 - ???) <82541AB8-21F2-3418-87A4-45E1DEBB3EF7> /System/Library/PrivateFrameworks/AuthenticationServicesCore.framework/Versions/A/AuthenticationServicesCore 0x1cc8e0000 - 0x1cc8ebfff com.apple.CMImaging (1.0 - 81.37) <C66E6B29-48F5-3FA1-8F0E-CD295D80EF9A> /System/Library/PrivateFrameworks/CMImaging.framework/Versions/A/CMImaging 0x1cd6ad000 - 0x1cd6c5fff com.apple.corespeech.CoreSpeechFoundation (1.0 - 1) <5869A199-49E7-3428-9A9A-C9A81B83EC10> /System/Library/PrivateFrameworks/CoreSpeechFoundation.framework/Versions/A/CoreSpeechFoundation 0x1cf8b1000 - 0x1d0138fff com.apple.PegasusAPI (1.0 - 386.4.41) <F22C1191-8C16-34FD-B049-98FACC881822> /System/Library/PrivateFrameworks/PegasusAPI.framework/Versions/A/PegasusAPI 0x1d2a77000 - 0x1d2a82fff com.apple.SymptomAnalytics (1.0 - 1431.100.22) <20F5D484-6A75-358C-9F64-03DE52520BDE> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/Versions/A/SymptomAnalytics 0x1d2c9c000 - 0x1d2cb5fff com.apple.SymptomPresentationFeed (1.0 - 1431.100.22) <64A1CFA2-2C9A-3A6B-A805-3EF956F0A1BE> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/Versions/A/SymptomPresentationFeed 0x1da6ee000 - 0x1da6f0fff libAXSafeCategoryBundle.dylib (2885.34) <15A8DD37-EA14-3700-AD84-F00BAE93644A> /usr/lib/libAXSafeCategoryBundle.dylib 0x1da880000 - 0x1da887fff libRosetta.dylib (203.42) <099BFF77-C172-3BB3-B8EF-CC327B9596BE> /usr/lib/libRosetta.dylib 0x1dae69000 - 0x1dae69fff libswiftFileProvider.dylib (347.7) <1377BB34-AE34-36E8-98F1-78AFB8547DC1> /usr/lib/swift/libswiftFileProvider.dylib 0x1db028000 - 0x1db039fff com.apple.AccessibilitySettingsLoader (1.0 - 1.0) <93E2F5FA-6B6F-34A9-A271-356F21101B8F> /System/iOSSupport/System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/Versions/A/AccessibilitySettingsLoader 0x1db03c000 - 0x1db040fff com.apple.LinkPresentation.axbundle (1.0 - 1.0) <147155FB-EBFF-3501-990D-24DA99C7B3C9> /System/iOSSupport/System/Library/AccessibilityBundles/LinkPresentation.axbundle/Versions/A/LinkPresentation 0x1db041000 - 0x1db047fff com.apple.MediaPlayerFramework.axbundle (1.0 - 1.0) <DB283050-8E77-3542-A218-4B8A6D468282> /System/iOSSupport/System/Library/AccessibilityBundles/MediaPlayerFramework.axbundle/Versions/A/MediaPlayerFramework 0x1db05a000 - 0x1db063fff com.apple.PhotoLibraryFramework.axbundle (1.0 - 1.0) <85618576-7DC9-325C-BF6D-82CF197F5FCB> /System/iOSSupport/System/Library/AccessibilityBundles/PhotoLibraryFramework.axbundle/Versions/A/PhotoLibraryFramework 0x1db06a000 - 0x1db06dfff com.apple.PhotosFramework.axbundle (1.0 - 1.0) <DACC9D6B-AB65-3048-BBCF-3DFACEE4CA03> /System/iOSSupport/System/Library/AccessibilityBundles/PhotosFramework.axbundle/Versions/A/PhotosFramework 0x1db06e000 - 0x1db091fff com.apple.PhotosUICore.axbundle (1.0 - 1.0) <53728197-FD8F-335E-8B38-1B230BD6374C> /System/iOSSupport/System/Library/AccessibilityBundles/PhotosUICore.axbundle/Versions/A/PhotosUICore 0x1db092000 - 0x1db0b1fff com.apple.PhotosUIFramework.axbundle (1.0 - 1.0) <06A919CA-E6E0-3F35-BBE5-1EF583EE2324> /System/iOSSupport/System/Library/AccessibilityBundles/PhotosUIFramework.axbundle/Versions/A/PhotosUIFramework 0x1db0b2000 - 0x1db0b9fff com.apple.QuickLook.axbundle (1.0 - 1.0) <9F5E90E8-42E7-30CA-BD08-870B9B15FF67> /System/iOSSupport/System/Library/AccessibilityBundles/QuickLook.axbundle/Versions/A/QuickLook 0x1db0bf000 - 0x1db1d4fff com.apple.UIKit.axbundle (1.0.0 - 1.0) <BD788367-40E5-3DA1-9F8F-03555A40C193> /System/iOSSupport/System/Library/AccessibilityBundles/UIKit.axbundle/Contents/MacOS/UIKit 0x1db1d5000 - 0x1db1edfff com.apple.WebCore.axbundle (1.0 - 1.0) <A9554173-8963-3CA5-B935-03F557CF81E9> /System/iOSSupport/System/Library/AccessibilityBundles/WebCore.axbundle/Versions/A/WebCore 0x1db1ee000 - 0x1db1f3fff com.apple.WebKit.axbundle (1.0 - 1.0) <34F7C7D5-AF33-3C02-A411-D2D3BA8F4ACB> /System/iOSSupport/System/Library/AccessibilityBundles/WebKit.axbundle/Versions/A/WebKit 0x1db1f4000 - 0x1db1fbfff com.apple.WebKitLegacy.axbundle (1.0 - 1.0) <75C58729-43CA-3E8B-8EA8-A6BD57645EEC> /System/iOSSupport/System/Library/AccessibilityBundles/WebKitLegacy.axbundle/Versions/A/WebKitLegacy 0x1dbcce000 - 0x1dbe34fff com.apple.PhotosUI (1.0 - 340.0.221) <96F84AA8-D014-3F14-B68F-25294F506FDE> /System/iOSSupport/System/Library/Frameworks/PhotosUI.framework/Versions/A/PhotosUI 0x1dce6c000 - 0x1dce90fff com.apple.FuseBoard (1.0 - 239) <499653DC-1B56-3120-B901-DC855C5F41AB> /System/iOSSupport/System/Library/PrivateFrameworks/FuseBoard.framework/Versions/A/FuseBoard 0x1ddf1c000 - 0x1ddf23fff com.apple.mobilesafari.framework (14.1 - 604.1) <32A1626E-0E36-3150-9AE8-85B207A4D5A9> /System/iOSSupport/System/Library/PrivateFrameworks/MobileSafari.framework/Versions/A/MobileSafari 0x1de090000 - 0x1de0dbfff com.apple.PhotoLibrary (1.0 - 340.0.221) <105C29E0-541F-3028-87FA-B7EBA2E3E914> /System/iOSSupport/System/Library/PrivateFrameworks/PhotoLibrary.framework/Versions/A/PhotoLibrary 0x1de0dc000 - 0x1de5bdfff com.apple.PhotosUICore (1.0 - 340.0.221) <61FAF819-D2FE-3D1D-9485-CC374C16CB28> /System/iOSSupport/System/Library/PrivateFrameworks/PhotosUICore.framework/Versions/A/PhotosUICore External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 0 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: 732 thread_create: 140 thread_set_state: 13545 VM Region Summary: ReadOnly portion of Libraries: Total=1.0G resident=0K(0%) swapped_out_or_unallocated=1.0G(100%) Writable regions: Total=1.5G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.5G(100%) VIRTUAL REGION REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate framework 256K 2 Activity Tracing 256K 1 CG backing stores 4320K 6 CG image 48K 2 CG raster data 144K 2 CoreAnimation 1536K 65 CoreGraphics 16K 1 CoreUI image data 896K 6 Foundation 64K 2 Kernel Alloc Once 32K 1 MALLOC 272.3M 48 MALLOC guard page 192K 9 MALLOC_MEDIUM (reserved) 840.0M 7 reserved VM address space (unallocated) MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated) STACK GUARD 56.1M 8 Stack 11.7M 8 VM_ALLOCATE 1.0G 18 __AUTH 2447K 427 __AUTH_CONST 24.0M 647 __CTF 759 1 __DATA 16.1M 652 __DATA_CONST 25.6M 667 __DATA_DIRTY 3019K 320 __FONT_DATA 4K 1 __LINKEDIT 495.7M 37 __OBJC_CONST 5820K 408 __OBJC_RO 74.9M 1 __OBJC_RW 2576K 1 __TEXT 529.9M 687 __UNICODE 588K 1 mapped file 238.6M 22 shared memory 3392K 14 =========== ======= ======= TOTAL 3.9G 4073 TOTAL, minus reserved VM space 2.7G 4073 Model: Macmini9,1, BootROM 6723.101.4, proc 8:4:4 processors, 16 GB, SMC Graphics: kHW_AppleM1Item, Apple M1, spdisplays_builtin Memory Module: LPDDR4 AirPort: spairport_wireless_card_type_airport_extreme, wl0: Apr 2 2021 00:48:12 version 18.52.1.2.7.8.116 FWID 01-9f7b4413 Bluetooth: Version 8.0.4d18, 3 services, 27 devices, 1 incoming serial ports Network Service: Ethernet, Ethernet, en0 Network Service: Wi-Fi, AirPort, en1 PCI Card: pci144d,a808, sppci_nvme, Thunderbolt@3,0,0 USB Device: USB 3.1 Bus USB Device: USB 3.1 Bus USB Device: USB 3.0 Bus USB Device: EVO4 Thunderbolt Bus: Mac mini, Apple Inc. Thunderbolt Device: Portable SSD X5, SAMSUNG ELECTRONICS CO., LTD, 1, 35.1 Thunderbolt Bus: Mac mini, Apple Inc.
Thank you @insidegui for the detailed report. I wanted to update BTLEmap anyways and this gives me a good reason to start on it.
I noticed that right after pairing an AirTag to my iPhone, BTLEmap started crashing shortly after launch. It looks like something in the AirTag's advertisement is causing the app to crash when attempting to parse the offline finding information.
Crash log below: