// Platform messages are asynchronous, so we initialize in an async method.
Future<void> initPlatformState() async {
String platformVersion;
// 初始化 SDK 之前添加监听
jverify.addSDKSetupCallBackListener((JVSDKSetupEvent event) {
print("receive sdk setup call back event :${event.toMap()}");
});
jverify.setDebugMode(false); // 打开调试模式
jverify.setup(appKey: Config.JIGUANG_APPKEY, channel: "devloper-default");
// If the widget was removed from the tree while the asynchronous platform
// message was in flight, we want to discard the reply rather than calling
// setState to update our non-existent appearance.
if (!mounted) return;
setState(() {
_platformVersion = platformVersion;
});
/// 授权页面点击时间监听
jverify.addAuthPageEventListener((JVAuthPageEvent event) {
print("receive auth page event :${event.toMap()}");
});
}
【机型】iphone 7 【软件版本】14.2 【运行环境】Release 【dart调用】
【崩溃日志】 Incident Identifier: 43D92CCD-2C40-406B-B579-6FFAA01F0360 CrashReporter Key: 9dc9480d206f4239606ffa2c56bc74af6ef1455b Hardware Model: iPhone9,1 Process: 片刻APP [390] Path: /private/var/containers/Bundle/Application/7A63EC3F-A0B7-4745-9A47-203292A23DFD/片刻APP.app/片刻APP Identifier: cn.sitemaker.unique Version: 4 (1.0.0) Code Type: ARM-64 (Native) Role: Foreground Parent Process: launchd [1] Coalition: cn.sitemaker.unique [458]
Date/Time: 2020-12-13 14:19:58.0831 +0800 Launch Time: 2020-12-13 14:19:51.9369 +0800 OS Version: iPhone OS 14.2 (18B92) Release Type: User Baseband Version: 8.02.01 Report Version: 104
Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Triggered by Thread: 9
Application Specific Information: abort() called
Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0: 0 libsystem_kernel.dylib 0x00000001c749e644 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001c749da48 mach_msg + 72 2 CoreFoundation 0x000000019c3010ec CFRunLoopServiceMachPort + 376 3 CoreFoundation 0x000000019c2fb560 CFRunLoopRun + 1176 4 CoreFoundation 0x000000019c2fab90 CFRunLoopRunSpecific + 572 5 GraphicsServices 0x00000001b261d598 GSEventRunModal + 160 6 UIKitCore 0x000000019ebe4638 -[UIApplication _run] + 1052 7 UIKitCore 0x000000019ebe9bb8 UIApplicationMain + 164 8 片刻APP 0x000000010272e7f4 0x102728000 + 26612 9 libdyld.dylib 0x000000019bfd9588 start + 4
Thread 1: 0 libsystem_pthread.dylib 0x00000001e2a2186c start_wqthread + 0
Thread 2: 0 libsystem_pthread.dylib 0x00000001e2a2186c start_wqthread + 0
Thread 3: 0 libsystem_pthread.dylib 0x00000001e2a2186c start_wqthread + 0
Thread 4 name: com.apple.uikit.eventfetch-thread Thread 4: 0 libsystem_kernel.dylib 0x00000001c749e644 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001c749da48 mach_msg + 72 2 CoreFoundation 0x000000019c3010ec CFRunLoopServiceMachPort + 376 3 CoreFoundation 0x000000019c2fb560 CFRunLoopRun + 1176 4 CoreFoundation 0x000000019c2fab90 CFRunLoopRunSpecific + 572 5 Foundation 0x000000019d5187f8 -[NSRunLoop+ 30712 (NSRunLoop) runMode:beforeDate:] + 228 6 Foundation 0x000000019d5186d8 -[NSRunLoop+ 30424 (NSRunLoop) runUntilDate:] + 88 7 UIKitCore 0x000000019ec90438 -[UIEventFetcher threadMain] + 504 8 Foundation 0x000000019d6754bc NSThreadstart__ + 848 9 libsystem_pthread.dylib 0x00000001e2a1cb3c _pthread_start + 288 10 libsystem_pthread.dylib 0x00000001e2a21880 thread_start + 8
Thread 5: 0 libsystem_pthread.dylib 0x00000001e2a2186c start_wqthread + 0
Thread 6: 0 libsystem_pthread.dylib 0x00000001e2a2186c start_wqthread + 0
Thread 7: 0 libsystem_pthread.dylib 0x00000001e2a2186c start_wqthread + 0
Thread 8 name: io.flutter.1.ui Thread 8: 0 libsystem_kernel.dylib 0x00000001c749e644 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001c749da48 mach_msg + 72 2 CoreFoundation 0x000000019c3010ec CFRunLoopServiceMachPort + 376 3 CoreFoundation 0x000000019c2fb560 CFRunLoopRun + 1176 4 CoreFoundation 0x000000019c2fab90 CFRunLoopRunSpecific + 572 5 Flutter 0x00000001053c929c 0x10538c000 + 250524 6 Flutter 0x00000001053c8c24 0x10538c000 + 248868 7 libsystem_pthread.dylib 0x00000001e2a1cb3c _pthread_start + 288 8 libsystem_pthread.dylib 0x00000001e2a21880 thread_start + 8
Thread 9 name: io.flutter.1.raster Thread 9 Crashed: 0 libsystem_kernel.dylib 0x00000001c74c184c __pthread_kill + 8 1 libsystem_pthread.dylib 0x00000001e2a1d9e8 pthread_kill + 212 2 libsystem_c.dylib 0x00000001a502d8f4 abort + 100 3 libsystem_malloc.dylib 0x00000001aadad030 _malloc_put + 0 4 libsystem_malloc.dylib 0x00000001aadad2a4 malloc_zone_error + 100 5 libsystem_malloc.dylib 0x00000001aad9bfcc free_list_checksum_botch + 36 6 libsystem_malloc.dylib 0x00000001aad993fc small_free_list_remove_ptr_no_clear + 1228 7 libsystem_malloc.dylib 0x00000001aad9a244 free_small + 592 8 Flutter 0x000000010563cddc 0x10538c000 + 2821596 9 Flutter 0x000000010563f01c 0x10538c000 + 2830364 10 Flutter 0x000000010563995c 0x10538c000 + 2808156 11 Flutter 0x000000010554d5d4 0x10538c000 + 1840596 12 Flutter 0x000000010554cdc4 0x10538c000 + 1838532 13 Flutter 0x00000001055aaa80 0x10538c000 + 2222720 14 Flutter 0x000000010554e410 0x10538c000 + 1844240 15 Flutter 0x0000000105542704 0x10538c000 + 1795844 16 Flutter 0x0000000105542a24 0x10538c000 + 1796644 17 Flutter 0x000000010556e42c 0x10538c000 + 1975340 18 Flutter 0x00000001055e243c 0x10538c000 + 2450492 19 Flutter 0x00000001053a28e8 0x10538c000 + 92392 20 Flutter 0x00000001053bc74c 0x10538c000 + 198476 21 Flutter 0x00000001056905cc 0x10538c000 + 3163596 22 Flutter 0x0000000105691074 0x10538c000 + 3166324 23 Flutter 0x0000000105690890 0x10538c000 + 3164304 24 Flutter 0x0000000105696d90 0x10538c000 + 3190160 25 Flutter 0x00000001053c744c 0x10538c000 + 242764 26 Flutter 0x00000001053c93c0 0x10538c000 + 250816 27 CoreFoundation 0x000000019c3023d0 CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION + 28 28 CoreFoundation 0x000000019c301fd4 CFRunLoopDoTimer + 1004 29 CoreFoundation 0x000000019c3014b4 CFRunLoopDoTimers + 324 30 CoreFoundation 0x000000019c2fb840 __CFRunLoopRun + 1912 31 CoreFoundation 0x000000019c2fab90 CFRunLoopRunSpecific + 572 32 Flutter 0x00000001053c929c 0x10538c000 + 250524 33 Flutter 0x00000001053c8c24 0x10538c000 + 248868 34 libsystem_pthread.dylib 0x00000001e2a1cb3c _pthread_start + 288 35 libsystem_pthread.dylib 0x00000001e2a21880 thread_start + 8
Thread 10 name: io.flutter.1.io Thread 10: 0 libsystem_kernel.dylib 0x00000001c749e644 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001c749da48 mach_msg + 72 2 CoreFoundation 0x000000019c3010ec CFRunLoopServiceMachPort + 376 3 CoreFoundation 0x000000019c2fb560 CFRunLoopRun + 1176 4 CoreFoundation 0x000000019c2fab90 CFRunLoopRunSpecific + 572 5 Flutter 0x00000001053c929c 0x10538c000 + 250524 6 Flutter 0x00000001053c8c24 0x10538c000 + 248868 7 libsystem_pthread.dylib 0x00000001e2a1cb3c _pthread_start + 288 8 libsystem_pthread.dylib 0x00000001e2a21880 thread_start + 8
Thread 11 name: io.flutter.worker.1 Thread 11: 0 libsystem_kernel.dylib 0x00000001c74c161c psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001e2a162fc _pthread_cond_wait$VARIANT$mp + 1180 2 libc++.1.dylib 0x00000001afdcee0c std::__1::condition_variable::wait+ 52748 (std::1::unique_lock&) + 24
3 Flutter 0x00000001053c38f8 0x10538c000 + 227576
4 libsystem_pthread.dylib 0x00000001e2a1cb3c _pthread_start + 288
5 libsystem_pthread.dylib 0x00000001e2a21880 thread_start + 8
Thread 12 name: io.flutter.worker.2 Thread 12: 0 Flutter 0x0000000105525fa0 0x10538c000 + 1679264 1 Flutter 0x000000010564ee48 0x10538c000 + 2895432 2 Flutter 0x0000000105657044 0x10538c000 + 2928708 3 Flutter 0x0000000105655154 0x10538c000 + 2920788 4 Flutter 0x0000000105651cdc 0x10538c000 + 2907356 5 Flutter 0x000000010564e30c 0x10538c000 + 2892556 6 Flutter 0x000000010564ebfc 0x10538c000 + 2894844 7 Flutter 0x0000000105521fa4 0x10538c000 + 1662884 8 Flutter 0x0000000105522860 0x10538c000 + 1665120 9 Flutter 0x0000000105730d20 0x10538c000 + 3820832 10 Flutter 0x000000010572ddd0 0x10538c000 + 3808720 11 Flutter 0x00000001053c3a94 0x10538c000 + 227988 12 libsystem_pthread.dylib 0x00000001e2a1cb3c _pthread_start + 288 13 libsystem_pthread.dylib 0x00000001e2a21880 thread_start + 8
Thread 13 name: dart:io EventHandler Thread 13: 0 libsystem_kernel.dylib 0x00000001c74c33b4 kevent + 8 1 Flutter 0x0000000105747bac 0x10538c000 + 3914668 2 Flutter 0x0000000105775bb8 0x10538c000 + 4103096 3 libsystem_pthread.dylib 0x00000001e2a1cb3c _pthread_start + 288 4 libsystem_pthread.dylib 0x00000001e2a21880 thread_start + 8
Thread 14 name: cn.jmessage.thread Thread 14: 0 libsystem_kernel.dylib 0x00000001c749e644 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001c749da48 mach_msg + 72 2 CoreFoundation 0x000000019c3010ec CFRunLoopServiceMachPort + 376 3 CoreFoundation 0x000000019c2fb560 CFRunLoopRun + 1176 4 CoreFoundation 0x000000019c2fab90 CFRunLoopRunSpecific + 572 5 Foundation 0x000000019d5187f8 -[NSRunLoop+ 30712 (NSRunLoop) runMode:beforeDate:] + 228 6 Foundation 0x000000019d549964 -[NSRunLoop+ 231780 (NSRunLoop) run] + 88 7 片刻APP 0x000000010329e804 0x102728000 + 12019716 8 Foundation 0x000000019d6754bc NSThreadstart__ + 848 9 libsystem_pthread.dylib 0x00000001e2a1cb3c _pthread_start + 288 10 libsystem_pthread.dylib 0x00000001e2a21880 thread_start + 8
Thread 15 name: org.hxhg.jiguang.thread Thread 15: 0 libsystem_kernel.dylib 0x00000001c749e644 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001c749da48 mach_msg + 72 2 libdispatch.dylib 0x000000019bf7284c _dispatch_mach_send_and_wait_for_reply + 528 3 libdispatch.dylib 0x000000019bf72be0 dispatch_mach_send_with_result_and_wait_for_reply$VARIANT$mp + 52 4 libxpc.dylib 0x00000001e2a3e114 xpc_connection_send_message_with_reply_sync + 236 5 Foundation 0x000000019d71fb78 NSXPCCONNECTION_IS_WAITING_FOR_A_SYNCHRONOUS_REPLY + 12 6 Foundation 0x000000019d523f54 -[NSXPCConnection _sendInvocation:orArguments:count:methodSignature:selector:withProxy:] + 2428 7 Foundation 0x000000019d531754 -[NSXPCConnection _sendSelector:withProxy:arg1:arg2:] + 140 8 Foundation 0x000000019d72b5cc _NSXPCDistantObjectSimpleMessageSend2 + 40 9 CoreTelephony 0x000000019c8d09b4 -[CoreTelephonyClient+ 407988 (Registration) getCurrentRat:error:] + 248 10 CoreTelephony 0x000000019c8bc1a8 -[CTTelephonyNetworkInfo queryRatForDescriptor:] + 64 11 CoreTelephony 0x000000019c8bc0ac -[CTTelephonyNetworkInfo queryRat] + 236 12 CoreTelephony 0x000000019c8b9d74 -[CTTelephonyNetworkInfo initWithClient:] + 888 13 CoreTelephony 0x000000019c8b99a0 -[CTTelephonyNetworkInfo init] + 92 14 片刻APP 0x00000001028d50c8 0x102728000 + 1757384 15 片刻APP 0x00000001028d5bb0 0x102728000 + 1760176 16 片刻APP 0x00000001028b8aa8 0x102728000 + 1641128 17 片刻APP 0x00000001028b4528 0x102728000 + 1623336 18 Foundation 0x000000019d675614 NSThreadPerformPerform + 184 19 CoreFoundation 0x000000019c301be0 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION + 24 20 CoreFoundation 0x000000019c301ae0 CFRunLoopDoSource0 + 204 21 CoreFoundation 0x000000019c300e28 CFRunLoopDoSources0 + 256 22 CoreFoundation 0x000000019c2fb3d0 CFRunLoopRun + 776 23 CoreFoundation 0x000000019c2fab90 CFRunLoopRunSpecific + 572 24 Foundation 0x000000019d5187f8 -[NSRunLoop+ 30712 (NSRunLoop) runMode:beforeDate:] + 228 25 Foundation 0x000000019d549964 -[NSRunLoop+ 231780 (NSRunLoop) run] + 88 26 片刻APP 0x00000001027fa4d4 0x102728000 + 861396 27 Foundation 0x000000019d6754bc NSThreadstart__ + 848 28 libsystem_pthread.dylib 0x00000001e2a1cb3c _pthread_start + 288 29 libsystem_pthread.dylib 0x00000001e2a21880 thread_start + 8
Thread 16 name: DartWorker Thread 16: 0 libsystem_kernel.dylib 0x00000001c74c161c __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001e2a16328 _pthread_cond_wait$VARIANT$mp + 1224 2 Flutter 0x0000000105891a5c 0x10538c000 + 5266012 3 Flutter 0x00000001058db420 0x10538c000 + 5567520 4 Flutter 0x0000000105891384 0x10538c000 + 5264260 5 libsystem_pthread.dylib 0x00000001e2a1cb3c _pthread_start + 288 6 libsystem_pthread.dylib 0x00000001e2a21880 thread_start + 8
Thread 17 name: DartWorker Thread 17: 0 libsystem_kernel.dylib 0x00000001c74c161c __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001e2a16328 _pthread_cond_wait$VARIANT$mp + 1224 2 Flutter 0x0000000105891a5c 0x10538c000 + 5266012 3 Flutter 0x00000001058db420 0x10538c000 + 5567520 4 Flutter 0x0000000105891384 0x10538c000 + 5264260 5 libsystem_pthread.dylib 0x00000001e2a1cb3c _pthread_start + 288 6 libsystem_pthread.dylib 0x00000001e2a21880 thread_start + 8
Thread 18 name: io.jiguang.hxhg.cache Thread 18: 0 libsystem_kernel.dylib 0x00000001c749e644 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001c749da48 mach_msg + 72 2 CoreFoundation 0x000000019c3010ec CFRunLoopServiceMachPort + 376 3 CoreFoundation 0x000000019c2fb560 CFRunLoopRun + 1176 4 CoreFoundation 0x000000019c2fab90 CFRunLoopRunSpecific + 572 5 CoreFoundation 0x000000019c2fbc50 CFRunLoopRun + 60 6 片刻APP 0x0000000102844e98 0x102728000 + 1167000 7 Foundation 0x000000019d6754bc NSThreadstart__ + 848 8 libsystem_pthread.dylib 0x00000001e2a1cb3c _pthread_start + 288 9 libsystem_pthread.dylib 0x00000001e2a21880 thread_start + 8
Thread 19 name: io.jiguang.hxhg.network Thread 19: 0 libsystem_kernel.dylib 0x00000001c749e644 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001c749da48 mach_msg + 72 2 CoreFoundation 0x000000019c3010ec CFRunLoopServiceMachPort + 376 3 CoreFoundation 0x000000019c2fb560 CFRunLoopRun + 1176 4 CoreFoundation 0x000000019c2fab90 CFRunLoopRunSpecific + 572 5 CoreFoundation 0x000000019c2fbc50 CFRunLoopRun + 60 6 片刻APP 0x0000000102804d0c 0x102728000 + 904460 7 Foundation 0x000000019d6754bc NSThreadstart__ + 848 8 libsystem_pthread.dylib 0x00000001e2a1cb3c _pthread_start + 288 9 libsystem_pthread.dylib 0x00000001e2a21880 thread_start + 8
Thread 20 name: com.apple.CFSocket.private Thread 20: 0 libsystem_kernel.dylib 0x00000001c74c1b00 select + 8 1 CoreFoundation 0x000000019c30d3f0 CFSocketManager + 616 2 libsystem_pthread.dylib 0x00000001e2a1cb3c _pthread_start + 288 3 libsystem_pthread.dylib 0x00000001e2a21880 thread_start + 8
Thread 21 name: DartWorker Thread 21: 0 libsystem_kernel.dylib 0x00000001c74c161c __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001e2a16328 _pthread_cond_wait$VARIANT$mp + 1224 2 Flutter 0x0000000105891a5c 0x10538c000 + 5266012 3 Flutter 0x00000001058db420 0x10538c000 + 5567520 4 Flutter 0x0000000105891384 0x10538c000 + 5264260 5 libsystem_pthread.dylib 0x00000001e2a1cb3c _pthread_start + 288 6 libsystem_pthread.dylib 0x00000001e2a21880 thread_start + 8
Thread 22 name: DartWorker Thread 22: 0 libsystem_kernel.dylib 0x00000001c74c161c __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001e2a16328 _pthread_cond_wait$VARIANT$mp + 1224 2 Flutter 0x0000000105891a5c 0x10538c000 + 5266012 3 Flutter 0x00000001058db420 0x10538c000 + 5567520 4 Flutter 0x0000000105891384 0x10538c000 + 5264260 5 libsystem_pthread.dylib 0x00000001e2a1cb3c _pthread_start + 288 6 libsystem_pthread.dylib 0x00000001e2a21880 thread_start + 8
Thread 23 name: DartWorker Thread 23: 0 libsystem_kernel.dylib 0x00000001c74c161c __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001e2a16328 _pthread_cond_wait$VARIANT$mp + 1224 2 Flutter 0x0000000105891a5c 0x10538c000 + 5266012 3 Flutter 0x00000001058db420 0x10538c000 + 5567520 4 Flutter 0x0000000105891384 0x10538c000 + 5264260 5 libsystem_pthread.dylib 0x00000001e2a1cb3c _pthread_start + 288 6 libsystem_pthread.dylib 0x00000001e2a21880 thread_start + 8
Thread 24 name: DartWorker Thread 24: 0 libsystem_kernel.dylib 0x00000001c74c161c __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x00000001e2a16328 _pthread_cond_wait$VARIANT$mp + 1224 2 Flutter 0x0000000105891a5c 0x10538c000 + 5266012 3 Flutter 0x00000001058db420 0x10538c000 + 5567520 4 Flutter 0x0000000105891384 0x10538c000 + 5264260 5 libsystem_pthread.dylib 0x00000001e2a1cb3c _pthread_start + 288 6 libsystem_pthread.dylib 0x00000001e2a21880 thread_start + 8
Thread 25 name: com.apple.NSURLConnectionLoader Thread 25: 0 libsystem_kernel.dylib 0x00000001c749e644 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001c749da48 mach_msg + 72 2 CoreFoundation 0x000000019c3010ec CFRunLoopServiceMachPort + 376 3 CoreFoundation 0x000000019c2fb560 CFRunLoopRun + 1176 4 CoreFoundation 0x000000019c2fab90 CFRunLoopRunSpecific + 572 5 CFNetwork 0x000000019cb8a720 0x19c958000 + 2303776 6 Foundation 0x000000019d6754bc NSThreadstart__ + 848 7 libsystem_pthread.dylib 0x00000001e2a1cb3c _pthread_start + 288 8 libsystem_pthread.dylib 0x00000001e2a21880 thread_start + 8
Thread 9 crashed with ARM Thread State (64-bit): x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000 x4: 0x0000000000000000 x5: 0x0000000000000000 x6: 0x0000000000000001 x7: 0x0000000000000890 x8: 0x000000016dcd7000 x9: 0x5be1da2f8cef7a7c x10: 0x00000001e2a09034 x11: 0x000000000000004e x12: 0x00000001e2a116c0 x13: 0x0000000000000033 x14: 0xfc47d6f472da7ce1 x15: 0x00000000896503c6 x16: 0x0000000000000148 x17: 0x0000000078800000 x18: 0x0000000000000000 x19: 0x0000000000000006 x20: 0x000000000000a603 x21: 0x000000016dcd70e0 x22: 0x000000016dcd1730 x23: 0x000000011e534000 x24: 0x0000000000000000 x25: 0x0000000000000000 x26: 0x000000016d6d7c86 x27: 0x000000016dcd7000 x28: 0x0000000111800000 fp: 0x000000016dcd1640 lr: 0x00000001e2a1d9e8 sp: 0x000000016dcd1620 pc: 0x00000001c74c184c cpsr: 0x40000000 esr: 0x56000080 Address size fault
Binary Images: 0x102728000 - 0x103eebfff 片刻APP arm64 /var/containers/Bundle/Application/7A63EC3F-A0B7-4745-9A47-203292A23DFD/片刻APP.app/片刻APP
0x104f74000 - 0x104f87fff FMDB arm64 /var/containers/Bundle/Application/7A63EC3F-A0B7-4745-9A47-203292A23DFD/片刻APP.app/Frameworks/FMDB.framework/FMDB
0x104fa8000 - 0x104fcbfff TOCropViewController arm64 /var/containers/Bundle/Application/7A63EC3F-A0B7-4745-9A47-203292A23DFD/片刻APP.app/Frameworks/TOCropViewController.framework/TOCropViewController
0x105000000 - 0x105007fff city_pickers arm64 <6e5b9c8cd7303f18821c8f7b1136e130> /var/containers/Bundle/Application/7A63EC3F-A0B7-4745-9A47-203292A23DFD/片刻APP.app/Frameworks/city_pickers.framework/city_pickers
0x105018000 - 0x10501ffff emoji_picker arm64 <608ea5a5c0ef36a8ba6e2c1c0e5ab777> /var/containers/Bundle/Application/7A63EC3F-A0B7-4745-9A47-203292A23DFD/片刻APP.app/Frameworks/emoji_picker.framework/emoji_picker
0x105034000 - 0x10503bfff flutter_money_formatter arm64 /var/containers/Bundle/Application/7A63EC3F-A0B7-4745-9A47-203292A23DFD/片刻APP.app/Frameworks/flutter_money_formatter.framework/flutter_money_formatter
0x10504c000 - 0x105053fff flutter_splash_screen arm64 /var/containers/Bundle/Application/7A63EC3F-A0B7-4745-9A47-203292A23DFD/片刻APP.app/Frameworks/flutter_splash_screen.framework/flutter_splash_screen
0x105064000 - 0x10506ffff flutter_webview_plugin arm64 <3741b8fe13563a0b96c040c530c83fcc> /var/containers/Bundle/Application/7A63EC3F-A0B7-4745-9A47-203292A23DFD/片刻APP.app/Frameworks/flutter_webview_plugin.framework/flutter_webview_plugin
0x105088000 - 0x105093fff fluttertoast arm64 <058d0d3d731b334caaa47ffb793c9d5b> /var/containers/Bundle/Application/7A63EC3F-A0B7-4745-9A47-203292A23DFD/片刻APP.app/Frameworks/fluttertoast.framework/fluttertoast
0x1050ac000 - 0x1050b3fff image_cropper arm64 <9607008b434b3ca88cd6d19c0d3a4607> /var/containers/Bundle/Application/7A63EC3F-A0B7-4745-9A47-203292A23DFD/片刻APP.app/Frameworks/image_cropper.framework/image_cropper
0x1050c4000 - 0x1050cffff image_picker arm64 /var/containers/Bundle/Application/7A63EC3F-A0B7-4745-9A47-203292A23DFD/片刻APP.app/Frameworks/image_picker.framework/image_picker
0x1050e8000 - 0x1050effff package_info arm64 <5c2050df1c42349a913b3a5dc7238f5f> /var/containers/Bundle/Application/7A63EC3F-A0B7-4745-9A47-203292A23DFD/片刻APP.app/Frameworks/package_info.framework/package_info
0x105100000 - 0x105107fff path_provider arm64 <6a36530da76334498dbe77a8aa34fcfb> /var/containers/Bundle/Application/7A63EC3F-A0B7-4745-9A47-203292A23DFD/片刻APP.app/Frameworks/path_provider.framework/path_provider
0x105118000 - 0x10512ffff photo_manager arm64 <71747845f2f130339260d05c788fbb7e> /var/containers/Bundle/Application/7A63EC3F-A0B7-4745-9A47-203292A23DFD/片刻APP.app/Frameworks/photo_manager.framework/photo_manager
0x105158000 - 0x10515ffff screen arm64 /var/containers/Bundle/Application/7A63EC3F-A0B7-4745-9A47-203292A23DFD/片刻APP.app/Frameworks/screen.framework/screen
0x105170000 - 0x105177fff share arm64 <73be68ec7abc3dcc8ca4cc247f51cdf1> /var/containers/Bundle/Application/7A63EC3F-A0B7-4745-9A47-203292A23DFD/片刻APP.app/Frameworks/share.framework/share
0x10518c000 - 0x105193fff shared_preferences arm64 /var/containers/Bundle/Application/7A63EC3F-A0B7-4745-9A47-203292A23DFD/片刻APP.app/Frameworks/shared_preferences.framework/shared_preferences
0x1051a4000 - 0x1051affff sqflite arm64 /var/containers/Bundle/Application/7A63EC3F-A0B7-4745-9A47-203292A23DFD/片刻APP.app/Frameworks/sqflite.framework/sqflite
0x1051c8000 - 0x1051cffff url_launcher arm64 <4bfb8be8209b3a5d93ee2445d2da328b> /var/containers/Bundle/Application/7A63EC3F-A0B7-4745-9A47-203292A23DFD/片刻APP.app/Frameworks/url_launcher.framework/url_launcher
0x1051e4000 - 0x1051f3fff video_player arm64 /var/containers/Bundle/Application/7A63EC3F-A0B7-4745-9A47-203292A23DFD/片刻APP.app/Frameworks/video_player.framework/video_player
0x1052a0000 - 0x10530bfff dyld arm64 /usr/lib/dyld
0x10538c000 - 0x105a2ffff Flutter arm64 /var/containers/Bundle/Application/7A63EC3F-A0B7-4745-9A47-203292A23DFD/片刻APP.app/Frameworks/Flutter.framework/Flutter
0x111294000 - 0x11129ffff libobjc-trampolines.dylib arm64 /usr/lib/libobjc-trampolines.dylib
0x115004000 - 0x115c6ffff App arm64 /var/containers/Bundle/Application/7A63EC3F-A0B7-4745-9A47-203292A23DFD/片刻APP.app/Frameworks/App.framework/App
0x19bf59000 - 0x19bfd7fff libdispatch.dylib arm64 <6c143c51288f3cd084dd17b9a0aaee62> /usr/lib/system/libdispatch.dylib
0x19bfd8000 - 0x19c00efff libdyld.dylib arm64 /usr/lib/system/libdyld.dylib
0x19c00f000 - 0x19c266fff libicucore.A.dylib arm64 <9fc7dac3deed3a479abbe36867045ba5> /usr/lib/libicucore.A.dylib
0x19c267000 - 0x19c610fff CoreFoundation arm64 <96f8386dd88a3c89a323a17975c3317f> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x19c611000 - 0x19c7aafff CoreServices arm64 /System/Library/Frameworks/CoreServices.framework/CoreServices
0x19c7ab000 - 0x19c7f3fff WirelessDiagnostics arm64 /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x19c7f4000 - 0x19c86cfff SystemConfiguration arm64 <75fec68015053f2e84dc4a0a8586c617> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x19c86d000 - 0x19c957fff CoreTelephony arm64 <1491284f13863425978d2f39e060af95> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x19c958000 - 0x19cdd9fff CFNetwork arm64 /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x19cdda000 - 0x19d49ffff libnetwork.dylib arm64 /usr/lib/libnetwork.dylib
0x19d4a0000 - 0x19d510fff Accounts arm64 /System/Library/Frameworks/Accounts.framework/Accounts
0x19d511000 - 0x19d7abfff Foundation arm64 /System/Library/Frameworks/Foundation.framework/Foundation
0x19d7ac000 - 0x19db0ffff ImageIO arm64 <982bf9fe32a43e0b95d21a5c8d206947> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x19db10000 - 0x19db28fff libCGInterfaces.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x19db29000 - 0x19e0b7fff CoreGraphics arm64 <9c095d1529953f9daf186a3a3d13a1f2> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x19e0b8000 - 0x19f47ffff UIKitCore arm64 <71b59f6219da3cff89e1dacf333bab0d> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x19f480000 - 0x19f49dfff libAccessibility.dylib arm64 <7b14f8ae35623cc7926d086785c913ea> /usr/lib/libAccessibility.dylib
0x19f49e000 - 0x19f711fff QuartzCore arm64 /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x19f712000 - 0x19f777fff BackBoardServices arm64 <4f98188591a0352b809337236d822a02> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x19f778000 - 0x19f7fffff TextInput arm64 <1a8e17692974328eb137a99894619a83> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x19f800000 - 0x19f867fff libusrtcp.dylib arm64 <38d49d34771036a6933f051f5fd93ef8> /usr/lib/libusrtcp.dylib
0x19f868000 - 0x19fbfdfff AppleMediaServices arm64 <39ffde16f1543a68b2c4be56eca89663> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x19fbfe000 - 0x19fd61fff libswiftFoundation.dylib arm64 <191cea851b253208a4634707cf529728> /usr/lib/swift/libswiftFoundation.dylib
0x19fd62000 - 0x1a0111fff libswiftCore.dylib arm64 <3e4b597efce53f3ea83095489114d8e4> /usr/lib/swift/libswiftCore.dylib
0x1a0112000 - 0x1a0126fff UIKitServices arm64 <6cfeb1e50b2232a8a45133d5027c8543> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x1a0127000 - 0x1a026ffff Preferences arm64 <930c7b581c853df198797b670f87c45f> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x1a0270000 - 0x1a047efff ContactsUI arm64 /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x1a047f000 - 0x1a0638fff CoreText arm64 <6e6f5e0cd9e1304b83482c0b4ab2a7af> /System/Library/Frameworks/CoreText.framework/CoreText
0x1a0639000 - 0x1a0651fff ExtensionKit arm64 /System/Library/PrivateFrameworks/ExtensionKit.framework/ExtensionKit
0x1a0666000 - 0x1a06e3fff BaseBoard arm64 <7f0411a61fcc389aa498fbdbe078bbe3> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x1a06e4000 - 0x1a08f9fff CoreDuet arm64 <0e709564f48b3d798ad7abbd403a1251> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x1a08fa000 - 0x1a0a45fff Contacts arm64 <738a964f2592342c8cf8ed3df85a7fd6> /System/Library/Frameworks/Contacts.framework/Contacts
0x1a0a46000 - 0x1a1eaafff GeoServices arm64 /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x1a1eab000 - 0x1a1f30fff CoreLocation arm64 <480e95ff24123860bc54c9c4ede7bbf4> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x1a1f31000 - 0x1a20cdfff CloudKit arm64 <5ee14a0a271b378cbc357efd5ef1a33b> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x1a20ce000 - 0x1a2436fff CoreData arm64 <512043667c483b36b1e02c95663aec71> /System/Library/Frameworks/CoreData.framework/CoreData
0x1a3020000 - 0x1a302afff libswiftCoreGraphics.dylib arm64 /usr/lib/swift/libswiftCoreGraphics.dylib
0x1a302b000 - 0x1a3069fff AppSupport arm64 <17db41b85aba31299c64512406a5e5d2> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x1a306a000 - 0x1a3187fff ManagedConfiguration arm64 <1b9df1125b5e3efcb19ca301d7d2e3ee> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x1a3188000 - 0x1a31f4fff IMFoundation arm64 <7f1639eb9c5837819ad1522da82ab6cd> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x1a31f5000 - 0x1a32f7fff IDS arm64 <8ddeaeaa96da3c9b88ba4ca207e7ef54> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x1a32f8000 - 0x1a3435fff Security arm64 <149f8d12822a31a198bf48ce690f678d> /System/Library/Frameworks/Security.framework/Security
0x1a3436000 - 0x1a382dfff MediaPlayer arm64 /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x1a382e000 - 0x1a3845fff AudioSession arm64 <3236a3742eae394a96a2237aaf3b5f3d> /System/Library/PrivateFrameworks/AudioSession.framework/AudioSession
0x1a3846000 - 0x1a39bffff AVFCore arm64 <8cdc508c3c8e336b9f29d32c4eedce43> /System/Library/PrivateFrameworks/AVFCore.framework/AVFCore
0x1a39c0000 - 0x1a3f24fff Intents arm64 /System/Library/Frameworks/Intents.framework/Intents
0x1a3f71000 - 0x1a426efff CoreImage arm64 /System/Library/Frameworks/CoreImage.framework/CoreImage
0x1a426f000 - 0x1a4329fff ColorSync arm64 <037592c7bb1f32af921e472cf9a95b88> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1a432a000 - 0x1a4362fff CoreVideo arm64 /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1a4363000 - 0x1a4a84fff MediaToolbox arm64 <7f5ea89db4bc3f6daf02b27a41f5902d> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1a4a85000 - 0x1a4b78fff CoreMedia arm64 <7f6e05169d013c1d97abfac25c60b10b> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1a4b79000 - 0x1a4de4fff AudioToolbox arm64 <49e931593939360bb0310716e712c473> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x1a4de5000 - 0x1a4e34fff CoreHaptics arm64 /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
0x1a4e35000 - 0x1a4e91fff UserActivity arm64 <204eaf6b983f3b879576eddba86a425e> /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity
0x1a4e92000 - 0x1a4f93fff UIFoundation arm64 <89449f94ec45399cb82200e854334e0b> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x1a4f94000 - 0x1a4fb9fff libsystem_info.dylib arm64 <3536d46d36cd3af4b92c67e4bdebd8c6> /usr/lib/system/libsystem_info.dylib
0x1a4fba000 - 0x1a5036fff libsystem_c.dylib arm64 /usr/lib/system/libsystem_c.dylib
0x1a5037000 - 0x1a507ffff RunningBoardServices arm64 /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
0x1a5080000 - 0x1a5fb6fff JavaScriptCore arm64 <0a413324bb1c3b0182117a3e55a9f115> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1a654a000 - 0x1a65cffff ContactsFoundation arm64 /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x1a65d0000 - 0x1a67f4fff HealthKit arm64 /System/Library/Frameworks/HealthKit.framework/HealthKit
0x1a67f5000 - 0x1a6816fff ProactiveEventTracker arm64 /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x1a6817000 - 0x1a6861fff Lexicon arm64 <6d531b4861bc332fb00b8a42e2778491> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x1a6862000 - 0x1a68cafff PersonalizationPortrait arm64 <8bb6361b8a5030f289ffaaf8c8cb2e7a> /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait
0x1a68cb000 - 0x1a6917fff CoreDuetContext arm64 <8d8c5f76d56a3c5c9f433e44ec1fcad3> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x1a6918000 - 0x1a69befff IOKit arm64 /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x1a69bf000 - 0x1a69cefff DataMigration arm64 <9bef406302373341973658d5fe3338ff> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1a69cf000 - 0x1a6a2afff SpringBoardServices arm64 /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1a6a2b000 - 0x1a6a3cfff ContextKit arm64 /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
0x1a6a3d000 - 0x1a6c96fff CoreMotion arm64 /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x1a6c97000 - 0x1a6dcdfff EventKit arm64 <184114113e0b34ada009e79f7a56ee66> /System/Library/Frameworks/EventKit.framework/EventKit
0x1a72ed000 - 0x1a755dfff MediaRemote arm64 <72424f62d23434bfaee4de96abc09861> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x1a755e000 - 0x1a76f6fff CoreUtils arm64 <1430df995b78363e964565be13d50bbf> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x1a76f7000 - 0x1a770cfff FamilyCircle arm64 /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x1a770d000 - 0x1a7779fff CoreSpotlight arm64 <9be37e0ee25136ee996bc6a6f6e835f0> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x1a7b51000 - 0x1a7cdafff AssistantServices arm64 <680eea804df4372490c73ae967765f83> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x1a7cdb000 - 0x1a7d9cfff CoreUI arm64 <5d80f7fa7f2b39929905a3b22c641f29> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1a7d9d000 - 0x1a7deafff SafariSafeBrowsing arm64 /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1a7deb000 - 0x1a8519fff WebKit arm64 <19789fd9109837b7b6399e4f0eb867d6> /System/Library/Frameworks/WebKit.framework/WebKit
0x1a851a000 - 0x1aa8c2fff WebCore arm64 /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x1aa8c3000 - 0x1aa920fff libMobileGestalt.dylib arm64 <448540b0eca03930b98b2d18101114d6> /usr/lib/libMobileGestalt.dylib
0x1aa921000 - 0x1aa93cfff CommonUtilities arm64 <3ffd6ea3f0683eb49ab5ba7f761201bc> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1aa93d000 - 0x1aaaa2fff IDSFoundation arm64 <9167012f8eb333858885825cc96089b8> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x1aaaa3000 - 0x1aaba0fff IMSharedUtilities arm64 <429bb5ecefd63e00bf9853c8eec2ea22> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
0x1aaba1000 - 0x1aac41fff CoreSuggestions arm64 <16a233726a913a77a08e8c624335b5f2> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x1aac42000 - 0x1aacdcfff AddressBookLegacy arm64 /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x1aacdd000 - 0x1aad0dfff UserNotifications arm64 <166b5573570d31148c448c2661204d60> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1aad0e000 - 0x1aad8ffff FrontBoardServices arm64 /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1aad90000 - 0x1aadb2fff libsystem_malloc.dylib arm64 <9f2d3d4683d9358f972c1cf61c073a31> /usr/lib/system/libsystem_malloc.dylib
0x1aadb3000 - 0x1ab06cfff MapKit arm64 <8554fdfc7b2139608358e6978eeb1fe8> /System/Library/Frameworks/MapKit.framework/MapKit
0x1ab06d000 - 0x1ab83afff VectorKit arm64 /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x1ab83b000 - 0x1ab8c4fff AuthKit arm64 <83a8244f36893898b41e628ad2b7eb9b> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x1ab8c5000 - 0x1ab953fff AppleAccount arm64 <4991d6835c1934fdb8c5289940f5e433> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1ab954000 - 0x1aba59fff AVFAudio arm64 /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x1aba5a000 - 0x1abcb8fff AudioToolboxCore arm64 /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
0x1abce8000 - 0x1abf7efff StoreServices arm64 /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x1abf7f000 - 0x1ac0f5fff Sharing arm64 /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x1ac0f6000 - 0x1ac195fff ShareSheet arm64 <75dca4c8a0643942b3ec6831a6b2f5d1> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
0x1ac196000 - 0x1ac27dfff CoreParsec arm64 /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x1ac27e000 - 0x1ac2c3fff PhotoFoundation arm64 <22dfecca43923955b3b8b8b1a1febf30> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x1ac2c4000 - 0x1ac4f9fff Photos arm64 <8bc27737c4023a13b83120eba1154595> /System/Library/Frameworks/Photos.framework/Photos
0x1ac4fa000 - 0x1acbdafff PhotoLibraryServices arm64 <82d449d30e8c37ca90289b66ef0b58b8> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x1acbdb000 - 0x1acc92fff AssetsLibraryServices arm64 /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x1acc93000 - 0x1acce2fff MobileBackup arm64 /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x1acce3000 - 0x1accf6fff MSUDataAccessor arm64 <5065749534bf3ea492338ecf94a05224> /System/Library/PrivateFrameworks/MSUDataAccessor.framework/MSUDataAccessor
0x1accf7000 - 0x1acd1cfff MobileAsset arm64 <4628533bd0833a5aa0aee255160206ca> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1acd1d000 - 0x1acd2cfff libsystem_networkextension.dylib arm64 <0e55773557ba3611994ce782f3cbfe75> /usr/lib/system/libsystem_networkextension.dylib
0x1acd2d000 - 0x1acf6afff NetworkExtension arm64 <4f673f38e23837c59b262a540cb429b9> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x1acf96000 - 0x1ad357fff CoreML arm64 /System/Library/Frameworks/CoreML.framework/CoreML
0x1ad358000 - 0x1adb7efff Espresso arm64 /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1adb7f000 - 0x1adc76fff VideoToolbox arm64 /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x1adc77000 - 0x1adcc0fff OnBoardingKit arm64 /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
0x1addb4000 - 0x1addc3fff AXCoreUtilities arm64 <7214d52ea34e36d995241b967c21193c> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x1aec01000 - 0x1aed70fff Montreal arm64 <1fbbf5869f3b30339f91ec37687085c6> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x1aed71000 - 0x1aee7dfff LanguageModeling arm64 /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x1aee7e000 - 0x1aee86fff InternationalSupport arm64 /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1aee87000 - 0x1af0c1fff iTunesCloud arm64 /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x1af0c2000 - 0x1af0fefff libswiftUIKit.dylib arm64 <2673e0455c0f3253a3cdf6e7eda8f0c1> /usr/lib/swift/libswiftUIKit.dylib
0x1af20c000 - 0x1af2aefff CalendarDatabase arm64 <931174ff892a33498538d0c714d013ca> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x1af2f8000 - 0x1af3cefff LinkPresentation arm64 <363fbe9c7b333dedaab6f35f148948bf> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation
0x1af3cf000 - 0x1af4c0fff Combine arm64 <2bbb065f4220393daf6991cc2525b429> /System/Library/Frameworks/Combine.framework/Combine
0x1af547000 - 0x1af558fff UniformTypeIdentifiers arm64 <11d2057d0a8a3164906da7165b64eb09> /System/Library/Frameworks/UniformTypeIdentifiers.framework/UniformTypeIdentifiers
0x1af559000 - 0x1af5d5fff CloudDocs arm64 <03754964ee6a387991763abf66b9274a> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x1afab8000 - 0x1afaf2fff MediaServices arm64 /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x1afaf3000 - 0x1afc57fff SearchFoundation arm64 /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x1afc58000 - 0x1afcb0fff WebBookmarks arm64 /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x1afd2c000 - 0x1afd61fff libobjc.A.dylib arm64 <7cad222912fa3d6c82005306fb157fa4> /usr/lib/libobjc.A.dylib
0x1afd62000 - 0x1afdc1fff LoggingSupport arm64 /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1afdc2000 - 0x1afe1bfff libc++.1.dylib arm64 <88496d66c6683f1797c5d0c91e8bee42> /usr/lib/libc++.1.dylib
0x1afe1c000 - 0x1afe34fff libc++abi.dylib arm64 <464199d1cdfe3663bedfcbc1b5f19491> /usr/lib/libc++abi.dylib
0x1afe35000 - 0x1afe73fff SetupAssistant arm64 <0480ee547f983807bc4e797bf4ae2d4f> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1afe74000 - 0x1afe8dfff OctagonTrust arm64 /System/Library/PrivateFrameworks/OctagonTrust.framework/OctagonTrust
0x1aff9f000 - 0x1affdffff CoreAutoLayout arm64 <83a9b00eb095347aa9a2fd147deb1d75> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/CoreAutoLayout
0x1affe0000 - 0x1b0138fff Network arm64 <2fb89d76ea383b43bcd1e0c7ee9b9012> /System/Library/Frameworks/Network.framework/Network
0x1b0139000 - 0x1b016dfff MobileKeyBag arm64 /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1b0393000 - 0x1b03a6fff BaseBoardUI arm64 /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x1b03a7000 - 0x1b0441fff libvDSP.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1b0442000 - 0x1b0474fff libAudioToolboxUtility.dylib arm64 /usr/lib/libAudioToolboxUtility.dylib
0x1b0622000 - 0x1b06aafff CoreNLP arm64 /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x1b06ab000 - 0x1b07b7fff FileProvider arm64 <0e4c8a5e6b793ecd988b46f9675d7ba3> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1b07b8000 - 0x1b07c8fff BiomeStorage arm64 <315daa46f3373050b0f32c4061916e58> /System/Library/PrivateFrameworks/BiomeStorage.framework/BiomeStorage
0x1b07c9000 - 0x1b07dffff libswiftDispatch.dylib arm64 <20f2131ec1bf3d35bef381ba0707b206> /usr/lib/swift/libswiftDispatch.dylib
0x1b07e0000 - 0x1b0815fff DataDetectorsCore arm64 /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1b0816000 - 0x1b08a1fff Symbolication arm64 <80559f09b8bc395b97389dc8bbcbdf66> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
0x1b08a2000 - 0x1b08bffff CrashReporterSupport arm64 /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1b08fb000 - 0x1b09c3fff TelephonyUtilities arm64 <72f35fe502333796ab144d785a6b8e5d> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x1b09fa000 - 0x1b0bdefff MPSNeuralNetwork arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1b0bdf000 - 0x1b0c32fff MPSCore arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1b0d84000 - 0x1b0decfff CalendarFoundation arm64 <2f3c007ae909399bba919b644cfada12> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x1b0e4b000 - 0x1b0f38fff NLP arm64 <61aa4f28e9263957a1e384ef71cbe8f3> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x1b0f39000 - 0x1b0f60fff AppSupportUI arm64 /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x1b0f69000 - 0x1b0fbcfff FTServices arm64 /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x1b0fbd000 - 0x1b1069fff libboringssl.dylib arm64 <81c7039fffe330749922d677441da473> /usr/lib/libboringssl.dylib
0x1b106a000 - 0x1b1080fff ProtocolBuffer arm64 <70cb1f0b63d53dff8f524029be5f3cef> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1b1081000 - 0x1b1182fff AVKit arm64 <07733eded94a34a0b7558d226f578781> /System/Library/Frameworks/AVKit.framework/AVKit
0x1b12e6000 - 0x1b12f4fff AssertionServices arm64 /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1b12f5000 - 0x1b131cfff CloudServices arm64 <304d123c1f023d1f92cc8efa1cd89a3b> /System/Library/PrivateFrameworks/CloudServices.framework/CloudServices
0x1b136f000 - 0x1b1448fff Metal arm64 <4601d687b481344a8e913602165f9416> /System/Library/Frameworks/Metal.framework/Metal
0x1b1449000 - 0x1b157cfff MediaExperience arm64 <17a2cd08f1193fd7ba66296393a2d795> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
0x1b197a000 - 0x1b1990fff libsystem_trace.dylib arm64 <4ed5b6b480e9322784b590bc92570931> /usr/lib/system/libsystem_trace.dylib
0x1b1991000 - 0x1b19c1fff CoreServicesInternal arm64 /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x1b19c2000 - 0x1b1a24fff SafariCore arm64 /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x1b1a25000 - 0x1b1c45fff SafariShared arm64 /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x1b1c46000 - 0x1b1cd8fff AppStoreDaemon arm64 /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
0x1b253b000 - 0x1b25d5fff SAObjects arm64 <8c96862b2d56333b8ef15cfef4d31b86> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x1b25d6000 - 0x1b2619fff VoiceServices arm64 <464c85f25bc633d391757aafbfd677a5> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x1b261a000 - 0x1b2622fff GraphicsServices arm64 /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1b2623000 - 0x1b2676fff DeviceManagement arm64 /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
0x1b2677000 - 0x1b27d9fff Translation arm64 <5ec7c666f2cc35c3acc7dce6e7a7911c> /System/Library/PrivateFrameworks/Translation.framework/Translation
0x1b27da000 - 0x1b27eefff PowerLog arm64 <051bae09e30a3f5a8563ff6af965feac> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1b27ef000 - 0x1b2816fff DuetActivityScheduler arm64 <03ea7e4df5b73546be8267f8a77fcafe> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x1b3e54000 - 0x1b40e5fff Vision arm64 <68f7329556253ff1887192f6c92fd8f4> /System/Library/Frameworks/Vision.framework/Vision
0x1b4140000 - 0x1b41aafff ProactiveSupport arm64 <4ed25a5a5436340e9cdbec550cbfcba2> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1b41d6000 - 0x1b41f3fff ApplePushService arm64 /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1b41f4000 - 0x1b421bfff BoardServices arm64 /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
0x1b436b000 - 0x1b439afff libncurses.5.4.dylib arm64 <7b5a407ecd4b34ffb14f40a1c0e54a29> /usr/lib/libncurses.5.4.dylib
0x1b439b000 - 0x1b43e7fff OSAnalytics arm64 <92ee24de7cda31079c3aa4f12a8905d2> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
0x1b43e8000 - 0x1b446efff CoreBluetooth arm64 /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1b463c000 - 0x1b467efff TemplateKit arm64 /System/Library/PrivateFrameworks/TemplateKit.framework/TemplateKit
0x1b467f000 - 0x1b46b1fff MobileInstallation arm64 /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1b46b2000 - 0x1b4740fff libTelephonyUtilDynamic.dylib arm64 /usr/lib/libTelephonyUtilDynamic.dylib
0x1b4741000 - 0x1b47a8fff NanoRegistry arm64 /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1b4884000 - 0x1b48a1fff CoreMaterial arm64 <6d3afe48a60d30979d0ebda261fc14c3> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
0x1b4911000 - 0x1b4a93fff libsqlite3.dylib arm64 /usr/lib/libsqlite3.dylib
0x1b4a94000 - 0x1b4b50fff AVFCapture arm64 <412e1d611bbf3f32bea2136a6f81ac3b> /System/Library/PrivateFrameworks/AVFCapture.framework/AVFCapture
0x1b4b51000 - 0x1b4e87fff CMCapture arm64 <2317a6de58293824a6905a4ddc14544c> /System/Library/PrivateFrameworks/CMCapture.framework/CMCapture
0x1b4fd2000 - 0x1b5228fff MobileSpotlightIndex arm64 <4e495e50e7943999aebefae87bd97748> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1b5627000 - 0x1b5631fff libsystem_notify.dylib arm64 <4dbd2e3e6bc43d1388d0e01ba0cc4e07> /usr/lib/system/libsystem_notify.dylib
0x1b5632000 - 0x1b5674fff CryptoTokenKit arm64 <7fb1f3772ef736199a7953dc76b4f2db> /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit
0x1b56dc000 - 0x1b574bfff libcorecrypto.dylib arm64 <071f7a201cf6324783d7d4e309a64c16> /usr/lib/system/libcorecrypto.dylib
0x1b574c000 - 0x1b576efff UserManagement arm64 <227023a57a1e3727819a124ff58c5550> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1b583f000 - 0x1b5855fff libsystem_asl.dylib arm64 <441adb81097f31d6a85d380a72993d66> /usr/lib/system/libsystem_asl.dylib
0x1b5856000 - 0x1b5878fff AppSSO arm64 <7ea67814dd7d3e5fae4120689637adc1> /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO
0x1b5879000 - 0x1b5895fff SharedWebCredentials arm64 <72cfccd25dee3846919505efdb7802ef> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x1b5896000 - 0x1b5a69fff SafariServices arm64 <9e09a21987d53596a635bbc9084f1f9c> /System/Library/Frameworks/SafariServices.framework/SafariServices
0x1b5abf000 - 0x1b5af5fff DataAccessExpress arm64 /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1b5af6000 - 0x1b5b2cfff CoreServicesStore arm64 <5c605e0210b23854a58ec83ddc727f0b> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
0x1b5b2d000 - 0x1b5b51fff CoreAnalytics arm64 <04783a664f6b323b8c6b6a9572a1d987> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1b5b52000 - 0x1b5b5dfff SymptomAnalytics arm64 <0b2f7ddd1d003e85bc5faf757d962eda> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/SymptomAnalytics
0x1b5d39000 - 0x1b5d48fff NanoPreferencesSync arm64 /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1b6504000 - 0x1b652efff IconServices arm64 <26b0813866783ef2ae30560c6da6a54a> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
0x1b6f5d000 - 0x1b71f9fff vImage arm64 <142de5b0cd0f34a09e89ef6f20cf5245> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1b7daf000 - 0x1b7f83fff IMCore arm64 <9901bc83234e3285809adc968c78dafe> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x1b8073000 - 0x1b808afff IAP arm64 /System/Library/PrivateFrameworks/IAP.framework/IAP
0x1b808b000 - 0x1b80e0fff ktrace arm64 /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1b83c8000 - 0x1b83d5fff Celestial arm64 <093a9160a7443b7f85b1111d6da0f17b> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x1b847a000 - 0x1b84befff Pegasus arm64 <414fda45a341320397a943db73aa6655> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x1b84bf000 - 0x1b861dfff WebKitLegacy arm64 /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1b868c000 - 0x1b86fdfff ClassKit arm64 <55df4d6a066536f59649ea0ccebb3043> /System/Library/Frameworks/ClassKit.framework/ClassKit
0x1b86fe000 - 0x1b8741fff StoreKit arm64 /System/Library/Frameworks/StoreKit.framework/StoreKit
0x1b9432000 - 0x1b943cfff IOMobileFramebuffer arm64 <674f742e890231f3b8999fac2c9eb8fa> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1b943d000 - 0x1b94affff ScreenTimeCore arm64 /System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore
0x1b9556000 - 0x1b96cafff CloudPhotoLibrary arm64 <90b179a0054834fca6546cfd2a9a7a00> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1b96cb000 - 0x1b998ffff MusicLibrary arm64 <28cd84ffce4e3f17964aca4e27c092f0> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x1b9990000 - 0x1b99f4fff CallKit arm64 <02a29d7e8339392f8abc6a7c5a0a9300> /System/Library/Frameworks/CallKit.framework/CallKit
0x1b9a94000 - 0x1b9ab2fff PrototypeTools arm64 <3a69a98b09433d4e91d088941f9e80df> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1b9ab3000 - 0x1b9adefff PersistentConnection arm64 <1e0eb769c58e3a90a11e40e25d9b10bd> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1b9bb3000 - 0x1b9bd1fff BiomeStreams arm64 /System/Library/PrivateFrameworks/BiomeStreams.framework/BiomeStreams
0x1b9bec000 - 0x1b9e8efff PencilKit arm64 <9759a4d7e3173c1090c7d3cf23c33f0e> /System/Library/Frameworks/PencilKit.framework/PencilKit
0x1b9f45000 - 0x1ba0b4fff CoreSpeech arm64 <7ca423ca352036b4b4d2636138299f80> /System/Library/PrivateFrameworks/CoreSpeech.framework/CoreSpeech
0x1ba0b5000 - 0x1ba203fff IMDPersistence arm64 <729ffdf7a1f83d168807429b0e1e5b78> /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
0x1ba42d000 - 0x1ba4ddfff SafariSharedUI arm64 /System/Library/PrivateFrameworks/SafariSharedUI.framework/SafariSharedUI
0x1ba4fa000 - 0x1ba50ffff AppSSOCore arm64 /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore
0x1ba51a000 - 0x1ba530fff CoreFollowUp arm64 <04ebb43ad52937d2bb9f3bbbdcd46d09> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1ba531000 - 0x1ba5a4fff Rapport arm64 /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1ba681000 - 0x1ba692fff Categories arm64 /System/Library/PrivateFrameworks/Categories.framework/Categories
0x1ba952000 - 0x1ba978fff LocationSupport arm64 <7f3675b6392d3b6c9db09fab85af482c> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
0x1ba979000 - 0x1ba9abfff iCalendar arm64 <23704cadf2cf3a059bbb73acdf1f45ee> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1ba9d6000 - 0x1baad8fff ConfigurationEngineModel arm64 /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
0x1baad9000 - 0x1bab02fff CacheDelete arm64 <24d3e7be3e3e3ed8bd16d37029bfeca7> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1bab03000 - 0x1bab7cfff CVNLP arm64 <0d5c92da96fa3fa7aeb46c6a69442f64> /System/Library/PrivateFrameworks/CVNLP.framework/CVNLP
0x1bacc8000 - 0x1baccafff OSAServicesClient arm64 <512c5c46335a3ce0b52a234f35ae7508> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
0x1baccb000 - 0x1baccdfff BiomeFoundation arm64 <7b8ff3165460397c9f730ea3b254fe4d> /System/Library/PrivateFrameworks/BiomeFoundation.framework/BiomeFoundation
0x1bacce000 - 0x1bad26fff ProtectedCloudStorage arm64 /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1bad27000 - 0x1bad5dfff C2 arm64 <1395b69c0d1832f78862894499ef4e0b> /System/Library/PrivateFrameworks/C2.framework/C2
0x1bad5e000 - 0x1badb1fff DifferentialPrivacy arm64 <04c1d0817b943534bd56db9128106928> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1baf79000 - 0x1bb734fff EmbeddedAcousticRecognition arm64 <770574d9a15837cea4dda3fbebdcec7b> /System/Library/PrivateFrameworks/EmbeddedAcousticRecognition.framework/EmbeddedAcousticRecognition
0x1bb735000 - 0x1bb7abfff SiriInstrumentation arm64 <6972829f29b33ba3ad9538e8df039802> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
0x1bb7ac000 - 0x1bb7edfff BiometricKit arm64 /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1bb82d000 - 0x1bb8dcfff CoreSymbolication arm64 /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1bb94a000 - 0x1bb9f5fff SpeakerRecognition arm64 /System/Library/PrivateFrameworks/SpeakerRecognition.framework/SpeakerRecognition
0x1bc00f000 - 0x1bc020fff IOSurface arm64 <19dd2ad445e03197a5c453b357f361a0> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1bc021000 - 0x1bc080fff MobileWiFi arm64 <0cdbba6a54183a64b1ddd3386ff36394> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1bc480000 - 0x1bc526fff MMCS arm64 <51a3518649c332d2b067130559b0af48> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x1bc595000 - 0x1bc5cefff libGLImage.dylib arm64 <4779770f46713ee382d69d7c5d164b2a> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1bc5cf000 - 0x1bc5d6fff libsystem_symptoms.dylib arm64 /usr/lib/system/libsystem_symptoms.dylib
0x1bc61a000 - 0x1bcbc7fff CoreAudio arm64 <2b937bb958703622b673129c6a328758> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1bcbc8000 - 0x1bcbddfff ContactsDonation arm64 /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1bcbde000 - 0x1bcbfbfff IntentsCore arm64 /System/Library/PrivateFrameworks/IntentsCore.framework/IntentsCore
0x1bcc9a000 - 0x1bccd0fff ImageCaptureCore arm64 /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore
0x1bce25000 - 0x1bcf63fff Navigation arm64 <5025a4f527353dc89b521b3883ecb485> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1bcf64000 - 0x1bcf7ffff SafariFoundation arm64 <37ce2d3befb93fb993d713d840ab48cd> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x1bd0f5000 - 0x1bd108fff MaterialKit arm64 <879733754d693dc58c0b96b2c5ca142b> /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit
0x1bd209000 - 0x1bd219fff CoreAUC arm64 /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1bda1b000 - 0x1bda2bfff SettingsFoundation arm64 /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
0x1be3eb000 - 0x1be446fff ToneLibrary arm64 /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1bec48000 - 0x1bec55fff MediaSafetyNet arm64 <5e1283a090a93b2c9b725241edb0a184> /System/Library/PrivateFrameworks/MediaSafetyNet.framework/MediaSafetyNet
0x1bec56000 - 0x1bec91fff TimeSync arm64 <06a4692803fd334d8724eb703ded3189> /System/Library/PrivateFrameworks/TimeSync.framework/TimeSync
0x1bed21000 - 0x1bed62fff ExposureNotification arm64 <12cf46b1a7e83d69b215d668082bdee9> /System/Library/Frameworks/ExposureNotification.framework/ExposureNotification
0x1bf3b3000 - 0x1bf3bcfff CoreTime arm64 <0b270e31fa83304d865905a299786bd2> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1bfd20000 - 0x1bfe1cfff TextRecognition arm64 <7fd65d9d8daf37878ae6fe2c678ad54c> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
0x1bff31000 - 0x1bff3afff ContextKitExtraction arm64 <65a36747d1883db097a498084fae80d4> /System/Library/PrivateFrameworks/ContextKitExtraction.framework/ContextKitExtraction
0x1c000d000 - 0x1c000ffff libswiftObjectiveC.dylib arm64 <00cbb14d750f3112bd16c54e86476f19> /usr/lib/swift/libswiftObjectiveC.dylib
0x1c0010000 - 0x1c024bfff libmorphun.dylib arm64 <01697f2dd9ee3d209e0b11ad7732bbe1> /usr/lib/libmorphun.dylib
0x1c1519000 - 0x1c159afff CoreDAV arm64 /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1c1768000 - 0x1c1776fff MobileIcons arm64 <0778bf9d5e7b332cae1e3d866496a3eb> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1c1b41000 - 0x1c1c11fff ProofReader arm64 /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1c2d93000 - 0x1c2d9dfff MallocStackLogging arm64 /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
0x1c2fbf000 - 0x1c3009fff MetadataUtilities arm64 <172cef994fb73c89b57d8bab29a610fa> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1c36c0000 - 0x1c371cfff CoreLocationProtobuf arm64 /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1c3921000 - 0x1c3953fff Bom arm64 <9e9b29dd79a733f1ab5663355d0dd7cb> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1c3986000 - 0x1c398cfff PushKit arm64 /System/Library/Frameworks/PushKit.framework/PushKit
0x1c398d000 - 0x1c39f6fff PhotosFormats arm64 <94b5d981c15d3a5a80c7299569ae1c22> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x1c3b82000 - 0x1c3c13fff Quagga arm64 <4a818fb4609b3a0c8a9014795e2ef939> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1c3c14000 - 0x1c3c1bfff StudyLog arm64 <88bbb526884e38ef9150c0f75715e153> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1c4b4b000 - 0x1c4b8afff NaturalLanguage arm64 <8d5ff13ac0d03e119c16ce91baab11c5> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
0x1c55f0000 - 0x1c560dfff MediaStream arm64 <70939e5ef2513402826213cd6691936c> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1c61cd000 - 0x1c61f4fff MediaConversionService arm64 /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
0x1c6343000 - 0x1c647ffff CoreHandwriting arm64 <2b761d912b433c31b47a7a3713696012> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
0x1c6b9e000 - 0x1c6ba9fff AppleIDAuthSupport arm64 <8696435ca89a3d94913a03532eaf6c89> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1c6bb8000 - 0x1c6bcffff LocalAuthentication arm64 /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1c6c48000 - 0x1c6c4efff IOAccelerator arm64 <7417a10429143cc083f07dad2bc9929f> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1c7016000 - 0x1c7020fff CloudPhotoServices arm64 /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1c7062000 - 0x1c70f6fff iTunesStore arm64 <7e492f9c96d83b17becf7619681c28f7> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x1c749a000 - 0x1c74cafff libsystem_kernel.dylib arm64 <8bcb6ff951623657a2e25ce5704353e6> /usr/lib/system/libsystem_kernel.dylib
0x1c76f3000 - 0x1c77fafff ResponseKit arm64 /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x1c77fb000 - 0x1c7833fff EmojiFoundation arm64 <6c0f0b16f7923f6ba81637672aed1ca9> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation
0x1c7e15000 - 0x1c7e21fff FontServices arm64 <7ff3f43b6d8b3739ba7dad86534c6c2c> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1c7fb4000 - 0x1c7fbffff MediaAccessibility arm64 /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1c8000000 - 0x1c85ccfff SiriTTS arm64 /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x1c85cd000 - 0x1c85dbfff SetupAssistantSupport arm64 <19c4ab3d4cad36a598645d90253a72be> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1c86d6000 - 0x1c8706fff VirtualGarage arm64 <095f15c8dbed3f118f1ccd544c3d01d0> /System/Library/PrivateFrameworks/VirtualGarage.framework/VirtualGarage
0x1c8707000 - 0x1c872bfff NetAppsUtilities arm64 <91bc366763bd3b7ea7056111123f057b> /System/Library/PrivateFrameworks/NetAppsUtilities.framework/NetAppsUtilities
0x1c872c000 - 0x1c878efff Osprey arm64 <8977e644a99a3ac58057d12b5be8c35e> /System/Library/PrivateFrameworks/Osprey.framework/Osprey
0x1c9bbc000 - 0x1c9bc8fff libdscsym.dylib arm64 /usr/lib/libdscsym.dylib
0x1c9bc9000 - 0x1c9bdafff HangTracer arm64 <69cd54c3144d3d34a837c8dd74ca20bf> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1c9d89000 - 0x1c9e41fff SampleAnalysis arm64 <19bf827b119f3a19a70cf64f6a6285a8> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1c9e42000 - 0x1c9e6ffff PlugInKit arm64 /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1c9f10000 - 0x1c9f11fff libSystem.B.dylib arm64 <5f81896adca13ef7999f6c5da89a750b> /usr/lib/libSystem.B.dylib
0x1ca1f8000 - 0x1ca203fff MobileActivation arm64 <660147f1a8053472863c0aa6cb764e0d> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
0x1ca204000 - 0x1ca25bfff CalendarDaemon arm64 /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1ca352000 - 0x1ca3c0fff libarchive.2.dylib arm64 /usr/lib/libarchive.2.dylib
0x1ca3c1000 - 0x1ca3e4fff libtailspin.dylib arm64 /usr/lib/libtailspin.dylib
0x1ca3e5000 - 0x1ca80cfff libBNNS.dylib arm64 <95844d422c5539bc8ca5dea0178e2100> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1ca80d000 - 0x1ca84efff SharedUtils arm64 /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1caaea000 - 0x1caaeffff libsysdiagnose.dylib arm64 /usr/lib/libsysdiagnose.dylib
0x1cab2b000 - 0x1cac2cfff CoreMediaStream arm64 /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x1cae28000 - 0x1cae28fff AVFoundation arm64 <67d1fb0445533fd0980d831c4de638e8> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1cae29000 - 0x1cae29fff Accelerate arm64 <60178837735a31f880eeb8a049e4730a> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1cae2a000 - 0x1caed9fff libBLAS.dylib arm64 <6351ac13ba543fb4ac478d731180c0ad> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1caeda000 - 0x1cb1ecfff libLAPACK.dylib arm64 <10efc7a2a6a03c34be8b1f4137d12819> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1cb1ed000 - 0x1cb201fff libLinearAlgebra.dylib arm64 <06cd159549673047a3721b75d3ed6c52> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1cb202000 - 0x1cb206fff libQuadrature.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1cb207000 - 0x1cb268fff libSparse.dylib arm64 <6d545c698fd3302e980e304a1e73aaef> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1cb269000 - 0x1cb27afff libSparseBLAS.dylib arm64 <13adad32d56d373cbd4ece6bb55d00f0> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1cb27b000 - 0x1cb2d4fff libvMisc.dylib arm64 <32b05781cc82371497410cb41e680a62> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1cb2d5000 - 0x1cb2d5fff vecLib arm64 <945de1225f413f06a334ff9591421b61> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1cb2da000 - 0x1cb2dafff AdSupport arm64 /System/Library/Frameworks/AdSupport.framework/AdSupport
0x1cb30f000 - 0x1cb31efff AssetsLibrary arm64 /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x1cb430000 - 0x1cb44bfff AuthenticationServices arm64 <8907e239d3453c979bb78536f978adf0> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
0x1cbad2000 - 0x1cbae9fff ExternalAccessory arm64 <9b27bc2bccbb3ecebbc5f3f3b7bf319f> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory
0x1cbafd000 - 0x1cbb25fff GLKit arm64 <9aec6cd1139a3ca1874298642c275b6c> /System/Library/Frameworks/GLKit.framework/GLKit
0x1cbcae000 - 0x1cbdfafff MLCompute arm64 <13864808285b3e3896b0347fdaf26b37> /System/Library/Frameworks/MLCompute.framework/MLCompute
0x1cbe20000 - 0x1cbe38fff MetalKit arm64 /System/Library/Frameworks/MetalKit.framework/MetalKit
0x1cbe39000 - 0x1cbebefff MPSImage arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1cbebf000 - 0x1cbee5fff MPSMatrix arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1cbee6000 - 0x1cbf1ffff MPSNDArray arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
0x1cbf20000 - 0x1cbf68fff MPSRayIntersector arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1cbf69000 - 0x1cbf69fff MetalPerformanceShaders arm64 <582f018bbac2349196b8b077b982659e> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1cc2eb000 - 0x1cc2ebfff MobileCoreServices arm64 <16765062b1b837c39863bb02b45c4e3e> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1cced5000 - 0x1cceddfff OpenGLES arm64 <5326684fcd5232c28a966977cd135135> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1ccede000 - 0x1ccedffff libCVMSPluginSupport.dylib arm64 <2384104277183d2b8251544a46f43f8e> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1ccee0000 - 0x1ccee6fff libCoreFSCache.dylib arm64 <4e60c875e32a30c9885b72fe928c5fab> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1ccee7000 - 0x1cceecfff libCoreVMClient.dylib arm64 <98fdfbe45afe3237b22405228808f43f> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1cceed000 - 0x1ccef5fff libGFXShared.dylib arm64 <8a6a2d80da50330fa63f67d68dc622d1> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1cd0a2000 - 0x1cd163fff PDFKit arm64 <9283908dce323d73a5018ae6640b1f66> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1cd172000 - 0x1cd1adfff QuickLookThumbnailing arm64 <459f92b21d3239e4a9022fb937dc4ae7> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1cd825000 - 0x1cd96bfff SoundAnalysis arm64 <9239558fbceb3f72944edeaa4f922734> /System/Library/Frameworks/SoundAnalysis.framework/SoundAnalysis
0x1cd96c000 - 0x1cd97bfff Speech arm64 /System/Library/Frameworks/Speech.framework/Speech
0x1cda9d000 - 0x1cda9dfff UIKit arm64 <3e146dbd73e13658b9c003aa901ef264> /System/Library/Frameworks/UIKit.framework/UIKit
0x1cdaa6000 - 0x1cdb6bfff VideoSubscriberAccount arm64 <7ec86be052043fc88f4ad4673d67bc15> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x1cdb6c000 - 0x1ce742fff libfaceCore.dylib arm64 <0993a8c5b4053c5cb0b567bdb947ab71> /System/Library/Frameworks/Vision.framework/libfaceCore.dylib
0x1cec7a000 - 0x1cec7dfff AFKUser arm64 <40ff20ad5b4436b084c3d7a74b92489c> /System/Library/PrivateFrameworks/AFKUser.framework/AFKUser
0x1ced3d000 - 0x1cefbcfff ANECompiler arm64 /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
0x1cefbd000 - 0x1cefd0fff ANEServices arm64 /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1cefd5000 - 0x1cf090fff APFS arm64 /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1cf091000 - 0x1cf097fff ASEProcessing arm64 <98ad33ec5bad3cac9e4fe5b61a344e40> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1cf874000 - 0x1cf879fff AggregateDictionary arm64 /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1cfa00000 - 0x1cfad9fff AirPlaySync arm64 <38a294a758de3842ae756cc04e33167f> /System/Library/PrivateFrameworks/AirPlaySync.framework/AirPlaySync
0x1cfbe0000 - 0x1cfbfbfff AlgosScoreFramework arm64 <5f2e416dbd0132d6b7eb235f052f3995> /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/AlgosScoreFramework
0x1cfd20000 - 0x1cfd41fff AppConduit arm64 <2ae1c874bca0356d9f59d263cfd08f2a> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1cfe15000 - 0x1cfe1ffff AppStoreOverlays arm64 <42c180430aa2359da4c234e1162219a3> /System/Library/PrivateFrameworks/AppStoreOverlays.framework/AppStoreOverlays
0x1d0eb7000 - 0x1d0ec6fff AppleFSCompression arm64 /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1d0ed3000 - 0x1d0ee0fff AppleIDSSOAuthentication arm64 /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1d0ee1000 - 0x1d0f24fff AppleJPEG arm64 /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1d0f9f000 - 0x1d0fb3fff AppleNeuralEngine arm64 <7dcb107df2dc3f26947a257ecc06a456> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1d0fbd000 - 0x1d0fe0fff AppleSauce arm64 /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1d100f000 - 0x1d102cfff AssetCacheServices arm64 /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x1d118b000 - 0x1d11e7fff AuthKitUI arm64 <1c4428a8a169316485dcdff008d6dccf> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
0x1d1276000 - 0x1d128efff BiomePubSub arm64 <1edcd3067f443157a8d8d9869c4198b8> /System/Library/PrivateFrameworks/BiomePubSub.framework/BiomePubSub
0x1d152c000 - 0x1d153bfff BluetoothManager arm64 <28c370babaa736f68763a1f6a8c74561> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x1d17c3000 - 0x1d17cdfff CMCaptureCore arm64 <6e44f9041e1d326eb39e2399cf7401f5> /System/Library/PrivateFrameworks/CMCaptureCore.framework/CMCaptureCore
0x1d17ce000 - 0x1d17e8fff CPAnalytics arm64 /System/Library/PrivateFrameworks/CPAnalytics.framework/CPAnalytics
0x1d17eb000 - 0x1d17fafff CPMS arm64 <903d104151f93a67865d23fb300266d8> /System/Library/PrivateFrameworks/CPMS.framework/CPMS
0x1d17fb000 - 0x1d180afff CTCarrierSpace arm64 <8fac58b7cb1c37db98f2ac75c110818c> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1d1b0e000 - 0x1d1b19fff CaptiveNetwork arm64 <717de3cfa0283b4784876339eb29d84f> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1d1c34000 - 0x1d1c6efff Catalyst arm64 <8863ed5366dc3e9c8f75f587652f797d> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
0x1d1c93000 - 0x1d1cb4fff CellularPlanManager arm64 <295ce6b1a82835b1a4df93d1d3f89de1> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x1d1ccd000 - 0x1d1cd5fff CertUI arm64 <1b230c696d3e30edb12a6e4f7691cfa6> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x1d1cde000 - 0x1d1d2cfff ChunkingLibrary arm64 /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1d2110000 - 0x1d2114fff CommunicationsFilter arm64 <0743486e7f583e268a21dcd36007a936> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1d21e4000 - 0x1d21e7fff ConstantClasses arm64 /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x1d2234000 - 0x1d22a8fff ContactsUICore arm64 <48033b39139f355a89f9e592f4c53613> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1d2423000 - 0x1d2516fff CoreBrightness arm64 <722b9c9b574b3fc0adca749e709e32b6> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1d2580000 - 0x1d258ffff CoreDuetDaemonProtocol arm64 <2ad75ccc611c37e1a71f2c5c9bc9ab8d> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1d2592000 - 0x1d2594fff CoreDuetDebugLogging arm64 /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1d25a3000 - 0x1d25b5fff CoreEmoji arm64 <356fb95a0e333624816762b3e9190e42> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1d2bb3000 - 0x1d2bb7fff CoreOptimization arm64 /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1d2bb8000 - 0x1d2c71fff CorePDF arm64 <8ad62aefaf0a36759c8a680d3e77410e> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1d2c72000 - 0x1d2c7afff CorePhoneNumbers arm64 <2ae550632e0b324ca87a3452078312a5> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1d2c7b000 - 0x1d2ccffff CorePrediction arm64 <13b15dde23ec3e53bbd260f0e7fc24e6> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1d35cf000 - 0x1d35d9fff CoreRecents arm64 <2393725b18a832cbab3401e818078e0b> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1d35da000 - 0x1d3640fff CoreRecognition arm64 /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x1d3641000 - 0x1d3659fff CoreSDB arm64 /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
0x1d365a000 - 0x1d3682fff CoreSVG arm64 <352e37d71b7e3608abf8a63de7a179ea> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
0x1d3834000 - 0x1d3838fff DAAPKit arm64 /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x1d3856000 - 0x1d3863fff DCIMServices arm64 /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1d387a000 - 0x1d38b6fff DataDetectorsNaturalLanguage arm64 /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
0x1d3919000 - 0x1d3942fff DeviceIdentity arm64 <4dd8f2f77e983423bf03fed559915187> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1d3a6a000 - 0x1d3a9ffff DistributedEvaluation arm64 /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation
0x1d3bc0000 - 0x1d3bfafff DocumentManager arm64 /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1d3bfb000 - 0x1d3c19fff DocumentManagerCore arm64 /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1d3c9c000 - 0x1d3c9efff DragUI arm64 /System/Library/PrivateFrameworks/DragUI.framework/DragUI
0x1d3ccd000 - 0x1d3cfdfff EAP8021X arm64 /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1d3d2c000 - 0x1d3d40fff Engram arm64 <6c054400a4223dbbb3df45f5402d770c> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1d3e79000 - 0x1d3e80fff ExtensionFoundation arm64 /System/Library/PrivateFrameworks/ExtensionFoundation.framework/ExtensionFoundation
0x1d3ff9000 - 0x1d4001fff FSEvents arm64 <3035207619b63b81bf107ac96daeeac8> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
0x1d4002000 - 0x1d4021fff FTAWD arm64 <4e328b62a2653a75b05d152a72297b1e> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1d4022000 - 0x1d4025fff FTClientServices arm64 /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x1d4026000 - 0x1d4438fff FaceCore arm64 /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1d4441000 - 0x1d4446fff FeatureFlagsSupport arm64 <6ed3cc7ef6f83c658dec14b8107e6e20> /System/Library/PrivateFrameworks/FeatureFlagsSupport.framework/FeatureFlagsSupport
0x1d4447000 - 0x1d444ffff FeedbackLogger arm64 <9d0ca49ee90e304fb4491aa42f51a4c5> /System/Library/PrivateFrameworks/FeedbackLogger.framework/FeedbackLogger
0x1d45da000 - 0x1d4716fff libFontParser.dylib arm64 <3951547e768b3a8181a41c226a7b4228> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1d4717000 - 0x1d471ffff libGSFont.dylib arm64 /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
0x1d4720000 - 0x1d475dfff libGSFontCache.dylib arm64 /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1d47c2000 - 0x1d47cffff libhvf.dylib arm64 <4fbb8c9204583d73ab934fcea5d44ef1> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x1d47f5000 - 0x1d480cfff Futhark arm64 /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1d535b000 - 0x1d535bfff libmetal_timestamp.dylib arm64 <6e000fb9b47b39d383f29cf8f1abe1c0> /System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libmetal_timestamp.dylib
0x1d5439000 - 0x1d5457fff GenerationalStorage arm64 <915df83d6d3231c195e2566b41f6a681> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1d5458000 - 0x1d5465fff GraphVisualizer arm64 /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1d5491000 - 0x1d549cfff HID arm64 <6f8cc4382d16348ab729376b170c7434> /System/Library/PrivateFrameworks/HID.framework/HID
0x1d5a28000 - 0x1d5a9ffff HomeSharing arm64 /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x1d5af9000 - 0x1d5afefff IDSKVStore arm64 /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore
0x1d5dfb000 - 0x1d5e19fff IOGPU arm64 /System/Library/PrivateFrameworks/IOGPU.framework/IOGPU
0x1d5e1b000 - 0x1d5e24fff IOKitten arm64 <901160534f77338c8d18ecd00a55c0f8> /System/Library/PrivateFrameworks/IOKitten.framework/IOKitten
0x1d5e25000 - 0x1d5e27fff IOSurfaceAccelerator arm64 <81c39848598d38c5a2f5e52fbccb4557> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1d5e50000 - 0x1d5e57fff IdleTimerServices arm64 <165b4860d4bb3ca692faa1ecfca5bd1a> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1d5e5f000 - 0x1d5e64fff IncomingCallFilter arm64 /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x1d5f23000 - 0x1d5f2ffff IntentsFoundation arm64 <567018357f4a38038f920692a5852f6d> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1d5f49000 - 0x1d5f4cfff InternationalTextSearch arm64 <97ee8b5293e33f9aad5605340bbd0c01> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1d5f4d000 - 0x1d5f69fff IntlPreferences arm64 <6fd6fa8828343b55874118b2a72b7c25> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1d61cb000 - 0x1d61d1fff LinguisticData arm64 <63bbbb6b8f6b33fd9af619d13252b68c> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1d621f000 - 0x1d6257fff LocalAuthenticationPrivateUI arm64 <21baaa69a5d136dba232f963eaeda599> /System/Library/PrivateFrameworks/LocalAuthenticationPrivateUI.framework/LocalAuthenticationPrivateUI
0x1d6411000 - 0x1d6411fff Marco arm64 /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1d66bf000 - 0x1d69d6fff MediaLibraryCore arm64 <8a78f14b3ff239dcb585dcd929447c70> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x1d69d7000 - 0x1d6a66fff MediaPlatform arm64 <577fb24d4b23368ba68596390a05f068> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x1d6e49000 - 0x1d6f11fff MetalTools arm64 <3bcf10f8221436329d7b811ed2c14dc6> /System/Library/PrivateFrameworks/MetalTools.framework/MetalTools
0x1d6f33000 - 0x1d6f86fff MetricsKit arm64 <25e52e2a9c5f320590a5ce011c31efdc> /System/Library/PrivateFrameworks/MetricsKit.framework/MetricsKit
0x1d6f97000 - 0x1d6fabfff MobileBluetooth arm64 <02727f7b147c31d2a3cbe92d3ae8c23c> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1d702c000 - 0x1d7032fff MobileSystemServices arm64 <45fbdb46c3013736868bda7ad880ba81> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1d73c5000 - 0x1d73cbfff Netrb arm64 <38d0d52af1db3f0883e114b058a27c6b> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1d7487000 - 0x1d74a0fff NetworkStatistics arm64 <7b96311a0a413c18a9d0ac8f1bfbe620> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1d7577000 - 0x1d75b7fff OTSVG arm64 /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1d7bb9000 - 0x1d7bbbfff ParsecSubscriptionServiceSupport arm64 /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x1d7bc0000 - 0x1d7be8fff Pasteboard arm64 /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
0x1d7c17000 - 0x1d7c22fff PersonaKit arm64 <8a8776dd077a3a3aa7dda3063eab20af> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1d7c23000 - 0x1d7c2ffff PersonaUI arm64 <4528fe54f0b6380abfb42570f21eb9b4> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1d7c51000 - 0x1d7c51fff PhoneNumbers arm64 <8dfbbfb847b13a96a46823a6c38a7cc4> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1d7e15000 - 0x1d7e51fff PhotosImagingFoundation arm64 <5fe2b0a7be34305e8133d27fa36ddca5> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
0x1d7e52000 - 0x1d7e9dfff PhysicsKit arm64 <90c5d7b123b23a8f9a27300b87cf052e> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1d7f51000 - 0x1d7f5cfff PointerUIServices arm64 <02e507c817d73c2db238289c458e8a87> /System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices
0x1d93c6000 - 0x1d93d0fff RTCReporting arm64 <12481ea8b79b33a5a6370d5c9c382d0f> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1d96fb000 - 0x1d970cfff RemoteTextInput arm64 <84434810c4003beeab06cdd45c8af743> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1d970d000 - 0x1d9772fff RemoteUI arm64 <34c2171e0e6f365196b111cd71d1abb6> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
0x1d97a8000 - 0x1d97acfff RevealCore arm64 /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
0x1d97c2000 - 0x1d9b3bfff SDAPI arm64 <35dd168c093d3e3c9a08f8c5c225449d> /System/Library/PrivateFrameworks/SDAPI.framework/SDAPI
0x1da074000 - 0x1da07dfff SignpostCollection arm64 <0a023421a6303b4692e82ef725d973e1> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1da07e000 - 0x1da07efff SignpostMetrics arm64 <5626fd879bbd3a27bd1431756df49022> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
0x1da080000 - 0x1da0befff SignpostSupport arm64 <59737dca790d39c3b937e89f6a5f42e1> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1daa78000 - 0x1daa78fff SoftLinking arm64 <2a4d987221d13057a2e4287595be79b5> /System/Library/PrivateFrameworks/SoftLinking.framework/SoftLinking
0x1daf60000 - 0x1daf9dfff StreamingZip arm64 <13c93a9e09243bd8b8807469faa3c20c> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1dafa5000 - 0x1dafaffff SymptomDiagnosticReporter arm64 <6859cb557cf933129cf3dfdec4d19599> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1dafdf000 - 0x1daffafff SymptomPresentationFeed arm64 <28ca3c5776e43bf3b75d26461fac73cb> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/SymptomPresentationFeed
0x1db036000 - 0x1db045fff TCC arm64 <0dccb80e90a03a5a8e27e3a94d384545> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1db8f8000 - 0x1db9aafff TextureIO arm64 <0b45abd4bcde339db79f709b0ead166b> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1dbbc4000 - 0x1dbbcbfff URLFormatting arm64 <2d14f0975dee398a92019787068a518a> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1dc1a5000 - 0x1dc1cefff UsageTracking arm64 <9df0c0d2fa193d6cab6fd9d12cb8ac4f> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
0x1dcc8d000 - 0x1dcd4ffff VoiceTrigger arm64 <08526d6239333ccebaa225ae47258315> /System/Library/PrivateFrameworks/VoiceTrigger.framework/VoiceTrigger
0x1dce11000 - 0x1dce12fff WatchdogClient arm64 <8f7265fa627630129dbc2258e6064e89> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
0x1dd0da000 - 0x1dd802fff libwebrtc.dylib arm64 <98b406210b053d298a1bd67a97e53ef9> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1dd87a000 - 0x1dd88ffff WebUI arm64 <91ef21072e7c3096854e540d6348d726> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x1ddd94000 - 0x1ddd97fff XCTTargetBootstrap arm64 <9630df1fcd0333bebf03e95ee1af8cfc> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1dde14000 - 0x1dde33fff caulk arm64 <58754027c4f33abead7c694d5cb14ebb> /System/Library/PrivateFrameworks/caulk.framework/caulk
0x1e0269000 - 0x1e026efff kperf arm64 <7be3c364a1a83c34a855c63918c59839> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1e026f000 - 0x1e0277fff kperfdata arm64 /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1e0278000 - 0x1e028efff libEDR arm64 <442ac43fa109339081ab71544584457f> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1e02aa000 - 0x1e02bafff perfdata arm64 <690a2b8c78af3705b7ca68c3c883d610> /System/Library/PrivateFrameworks/perfdata.framework/perfdata
0x1e02bb000 - 0x1e02e9fff vCard arm64 /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1e0be9000 - 0x1e0c22fff libAWDSupport.dylib arm64 <37773b7bbaa936669e25e456e5781ed7> /usr/lib/libAWDSupport.dylib
0x1e0c23000 - 0x1e0fd3fff libAWDSupportFramework.dylib arm64 /usr/lib/libAWDSupportFramework.dylib
0x1e114d000 - 0x1e115cfff libAudioStatistics.dylib arm64 <29a8fba51ce232c5884d9aabd91302b1> /usr/lib/libAudioStatistics.dylib
0x1e12f7000 - 0x1e1329fff libCRFSuite.dylib arm64 /usr/lib/libCRFSuite.dylib
0x1e132a000 - 0x1e132bfff libCTGreenTeaLogger.dylib arm64 /usr/lib/libCTGreenTeaLogger.dylib
0x1e132c000 - 0x1e1336fff libChineseTokenizer.dylib arm64 <3e25430cea9335efab2adecfa0249934> /usr/lib/libChineseTokenizer.dylib
0x1e15d4000 - 0x1e15dbfff libIOReport.dylib arm64 <7dec7a86fbb839239337b720344a867a> /usr/lib/libIOReport.dylib
0x1e1651000 - 0x1e1658fff libMatch.1.dylib arm64 /usr/lib/libMatch.1.dylib
0x1e176c000 - 0x1e1771fff libThaiTokenizer.dylib arm64 <280a277bf76a33f2973fc2a521eabd5f> /usr/lib/libThaiTokenizer.dylib
0x1e19da000 - 0x1e19dcfff libapp_launch_measurement.dylib arm64 /usr/lib/libapp_launch_measurement.dylib
0x1e19dd000 - 0x1e19f3fff libapple_nghttp2.dylib arm64 <741cbe1e00f93a20b845d77885621920> /usr/lib/libapple_nghttp2.dylib
0x1e19f4000 - 0x1e1a85fff libate.dylib arm64 <3e667c68c59c33b9b12817fd3a0b45bf> /usr/lib/libate.dylib
0x1e1b15000 - 0x1e1b25fff libbsm.0.dylib arm64 <62262c68bf203584b2ea3889b8647e16> /usr/lib/libbsm.0.dylib
0x1e1b26000 - 0x1e1b32fff libbz2.1.0.dylib arm64 /usr/lib/libbz2.1.0.dylib
0x1e1b33000 - 0x1e1b33fff libcharset.1.dylib arm64 <72b0c36f725f38fea3579a515aaf64b9> /usr/lib/libcharset.1.dylib
0x1e1b34000 - 0x1e1b45fff libcmph.dylib arm64 <32b4ccadf15b39d0bff16f84dcee363e> /usr/lib/libcmph.dylib
0x1e1b46000 - 0x1e1b5dfff libcompression.dylib arm64 <36dd56ca87a33b8bbc2e9ee086e82284> /usr/lib/libcompression.dylib
0x1e1b5e000 - 0x1e1b73fff libcoretls.dylib arm64 <31987a4e4ec23c89952efad70a0d71d5> /usr/lib/libcoretls.dylib
0x1e1b74000 - 0x1e1b75fff libcoretls_cfhelpers.dylib arm64 <56fa9fe8ebb83d17872877e4c5cd0848> /usr/lib/libcoretls_cfhelpers.dylib
0x1e1b99000 - 0x1e1b9ffff libcupolicy.dylib arm64 <44a7794b5640370085ab8dff10715a49> /usr/lib/libcupolicy.dylib
0x1e1ba0000 - 0x1e1ba7fff libdns_services.dylib arm64 <8d3832488b4333b492251a634982e109> /usr/lib/libdns_services.dylib
0x1e1ba8000 - 0x1e1bc4fff libedit.3.dylib arm64 <810d15ff7e4232ac9f2d001edf7f05b2> /usr/lib/libedit.3.dylib
0x1e1bc5000 - 0x1e1bc5fff libenergytrace.dylib arm64 /usr/lib/libenergytrace.dylib
0x1e1bc6000 - 0x1e1bddfff libexpat.1.dylib arm64 /usr/lib/libexpat.1.dylib
0x1e1c07000 - 0x1e1c0bfff libgermantok.dylib arm64 /usr/lib/libgermantok.dylib
0x1e1c0c000 - 0x1e1c11fff libheimdal-asn1.dylib arm64 /usr/lib/libheimdal-asn1.dylib
0x1e1c12000 - 0x1e1d03fff libiconv.2.dylib arm64 <6bf1c6e1e4b93cc3928eaa07c4ecdfc5> /usr/lib/libiconv.2.dylib
0x1e1d21000 - 0x1e1d22fff liblangid.dylib arm64 <982686583ed13ebaa2cc14345035abe9> /usr/lib/liblangid.dylib
0x1e1d23000 - 0x1e1d2efff liblockdown.dylib arm64 /usr/lib/liblockdown.dylib
0x1e1d2f000 - 0x1e1d47fff liblzma.5.dylib arm64 <60e6e4ad8b823583b81e7e39df26637f> /usr/lib/liblzma.5.dylib
0x1e1d75000 - 0x1e1dc8fff libmecab.dylib arm64 /usr/lib/libmecab.dylib
0x1e1dc9000 - 0x1e1ff1fff libmecabra.dylib arm64 <978c6339009a3983a56ae4c7d3bd548d> /usr/lib/libmecabra.dylib
0x1e1ff2000 - 0x1e2004fff libmis.dylib arm64 /usr/lib/libmis.dylib
0x1e2005000 - 0x1e201afff libnetworkextension.dylib arm64 /usr/lib/libnetworkextension.dylib
0x1e23bb000 - 0x1e23eefff libpcap.A.dylib arm64 <0d7a2422cdb838ce9604933d6ced3742> /usr/lib/libpcap.A.dylib
0x1e23ef000 - 0x1e23fcfff libperfcheck.dylib arm64 <1222639db2d836c4a797cc0c88aebed8> /usr/lib/libperfcheck.dylib
0x1e2404000 - 0x1e2415fff libprequelite.dylib arm64 <50e53775ae203c69948abfffb5f0aac1> /usr/lib/libprequelite.dylib
0x1e2416000 - 0x1e2427fff libprotobuf-lite.dylib arm64 /usr/lib/libprotobuf-lite.dylib
0x1e2428000 - 0x1e2486fff libprotobuf.dylib arm64 /usr/lib/libprotobuf.dylib
0x1e2487000 - 0x1e24e4fff libquic.dylib arm64 <201f3424ec74361380b4c719d47129e1> /usr/lib/libquic.dylib
0x1e24e5000 - 0x1e24fcfff libresolv.9.dylib arm64 /usr/lib/libresolv.9.dylib
0x1e24fd000 - 0x1e24fffff libsandbox.1.dylib arm64 /usr/lib/libsandbox.1.dylib
0x1e2547000 - 0x1e254afff libutil.dylib arm64 /usr/lib/libutil.dylib
0x1e254b000 - 0x1e2630fff libxml2.2.dylib arm64 <3102a95fbfd13d2292ed7d4f31ce994f> /usr/lib/libxml2.2.dylib
0x1e2635000 - 0x1e265dfff libxslt.1.dylib arm64 /usr/lib/libxslt.1.dylib
0x1e265e000 - 0x1e266ffff libz.1.dylib arm64 /usr/lib/libz.1.dylib
0x1e273c000 - 0x1e2744fff libswiftCoreAudio.dylib arm64 <648cc75001c836d6980a7d55484d42f9> /usr/lib/swift/libswiftCoreAudio.dylib
0x1e274a000 - 0x1e274afff libswiftCoreFoundation.dylib arm64 /usr/lib/swift/libswiftCoreFoundation.dylib
0x1e274b000 - 0x1e274bfff libswiftCoreImage.dylib arm64 <5466e6e1f120300a8d065580082f3d94> /usr/lib/swift/libswiftCoreImage.dylib
0x1e275d000 - 0x1e2793fff libswiftCoreMedia.dylib arm64 <2fc328075ce237dcbce80621f7b1173d> /usr/lib/swift/libswiftCoreMedia.dylib
0x1e27a0000 - 0x1e27a9fff libswiftDarwin.dylib arm64 /usr/lib/swift/libswiftDarwin.dylib
0x1e27c8000 - 0x1e27ccfff libswiftMetal.dylib arm64 <0accef9d9db43419a3594acd299f222e> /usr/lib/swift/libswiftMetal.dylib
0x1e2837000 - 0x1e2838fff libswiftQuartzCore.dylib arm64 <21337e58483c3606b7038a1fc6d4f1d4> /usr/lib/swift/libswiftQuartzCore.dylib
0x1e289c000 - 0x1e28a1fff libcache.dylib arm64 <93f46de334c83b548e87b685e63149e7> /usr/lib/system/libcache.dylib
0x1e28a2000 - 0x1e28aefff libcommonCrypto.dylib arm64 <163c756fa4413bb7b2ca067463d98526> /usr/lib/system/libcommonCrypto.dylib
0x1e28af000 - 0x1e28b3fff libcompiler_rt.dylib arm64 <6749df438089311b939a87f9ca479efd> /usr/lib/system/libcompiler_rt.dylib
0x1e28b4000 - 0x1e28bcfff libcopyfile.dylib arm64 <5ea5d77aebc930459a3ccf1838e73c6b> /usr/lib/system/libcopyfile.dylib
0x1e299a000 - 0x1e299afff liblaunch.dylib arm64 /usr/lib/system/liblaunch.dylib
0x1e299b000 - 0x1e29a0fff libmacho.dylib arm64 <863174fc64663104aca38d1d4a82d075> /usr/lib/system/libmacho.dylib
0x1e29a1000 - 0x1e29a3fff libremovefile.dylib arm64 /usr/lib/system/libremovefile.dylib
0x1e29a4000 - 0x1e29a5fff libsystem_blocks.dylib arm64 /usr/lib/system/libsystem_blocks.dylib
0x1e29a6000 - 0x1e29a8fff libsystem_collections.dylib arm64 <828126f3e6583da2aceac728678588de> /usr/lib/system/libsystem_collections.dylib
0x1e29a9000 - 0x1e29adfff libsystem_configuration.dylib arm64 <27db1d5d607530bf888edca2c13e80ef> /usr/lib/system/libsystem_configuration.dylib
0x1e29ae000 - 0x1e29c0fff libsystem_containermanager.dylib arm64 /usr/lib/system/libsystem_containermanager.dylib
0x1e29c1000 - 0x1e29c2fff libsystem_coreservices.dylib arm64 /usr/lib/system/libsystem_coreservices.dylib
0x1e29c3000 - 0x1e29ccfff libsystem_darwin.dylib arm64 /usr/lib/system/libsystem_darwin.dylib
0x1e29cd000 - 0x1e29d5fff libsystem_dnssd.dylib arm64 /usr/lib/system/libsystem_dnssd.dylib
0x1e29d6000 - 0x1e29d8fff libsystem_featureflags.dylib arm64 <1e7cd17eb5283b85bf4a27e1aa8dfa3e> /usr/lib/system/libsystem_featureflags.dylib
0x1e29d9000 - 0x1e2a06fff libsystem_m.dylib arm64 /usr/lib/system/libsystem_m.dylib
0x1e2a07000 - 0x1e2a11fff libsystem_platform.dylib arm64 /usr/lib/system/libsystem_platform.dylib
0x1e2a12000 - 0x1e2a12fff libsystem_product_info_filter.dylib arm64 <61b5d8563fb33fe9b30540a45f659732> /usr/lib/system/libsystem_product_info_filter.dylib
0x1e2a13000 - 0x1e2a23fff libsystem_pthread.dylib arm64 <93c7f0dc89f13162a1196fc88028d027> /usr/lib/system/libsystem_pthread.dylib
0x1e2a24000 - 0x1e2a27fff libsystem_sandbox.dylib arm64 <176b1087aaad36258e7ffc497673706c> /usr/lib/system/libsystem_sandbox.dylib
0x1e2a28000 - 0x1e2a31fff libunwind.dylib arm64 /usr/lib/system/libunwind.dylib
0x1e2a32000 - 0x1e2a64fff libxpc.dylib arm64 /usr/lib/system/libxpc.dylib
0x1e38bd000 - 0x1e39bcfff AGXMetalA10 arm64 /System/Library/Extensions/AGXMetalA10.bundle/AGXMetalA10
0x1e3eb2000 - 0x1e3ec4fff SpotlightLinguistics arm64 <9a6c941378f83d30bd70e008cc721a6c> /System/Library/PrivateFrameworks/SpotlightLinguistics.framework/SpotlightLinguistics
EOF