Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[iOS][AOT] Attempting to JIT compile method while running in aot-only mode #21187

@spouliot

Description

@spouliot

Original Issue: dotnet/macios#12416

Steps to Reproduce

  1. Download and uncompress https://github.com/xamarin/xamarin-macios/files/6972130/ImageSharpTest.zip
  2. Build for device
  3. Execute on device

Current Behavior

Crash

Expected Behavior

No crash

On which platforms did you notice this

[x] iOS
[ ] macOS
[ ] Linux
[ ] Windows

Version Used:

mono 2020-02

Stacktrace

System.ExecutionEngineException: Attempting to JIT compile method 'void SixLabors.ImageSharp.Formats.Png.PngScanlineProcessor:ProcessRgbaScanline<SixLabors.ImageSharp.PixelFormats.Rgba32> (SixLabors.ImageSharp.Configuration,SixLabors.ImageSharp.Formats.Png.PngHeader&,System.ReadOnlySpan`1<byte>,System.Span`1<SixLabors.ImageSharp.PixelFormats.Rgba32>,int,int)' while running in aot-only mode. See https://docs.microsoft.com/xamarin/ios/internals/limitations for more information.

  at SixLabors.ImageSharp.Formats.Png.PngDecoderCore.ProcessDefilteredScanline[TPixel] (System.ReadOnlySpan`1[T] defilteredScanline, SixLabors.ImageSharp.ImageFrame`1[TPixel] pixels, SixLabors.ImageSharp.Formats.Png.PngMetadata pngMetadata) [0x0013b] in <fd7f20ccdc8d46db928374008bbc5166>:0 
  at (wrapper other) System.Object.gsharedvt_in()
  at (wrapper other) System.Object.gsharedvt_out()
  at SixLabors.ImageSharp.Formats.Png.PngDecoderCore.DecodePixelData[TPixel] (System.IO.Compression.DeflateStream compressedStream, SixLabors.ImageSharp.ImageFrame`1[TPixel] image, SixLabors.ImageSharp.Formats.Png.PngMetadata pngMetadata) [0x000df] in <fd7f20ccdc8d46db928374008bbc5166>:0 
  at (wrapper other) System.Object.gsharedvt_in()
  at (wrapper other) System.Object.gsharedvt_out()
  at SixLabors.ImageSharp.Formats.Png.PngDecoderCore.ReadScanlines[TPixel] (SixLabors.ImageSharp.Formats.Png.PngChunk chunk, SixLabors.ImageSharp.ImageFrame`1[TPixel] image, SixLabors.ImageSharp.Formats.Png.PngMetadata pngMetadata) [0x00047] in <fd7f20ccdc8d46db928374008bbc5166>:0 
  at (wrapper other) System.Object.gsharedvt_in()
  at (wrapper other) System.Object.gsharedvt_out()
  at SixLabors.ImageSharp.Formats.Png.PngDecoderCore.Decode[TPixel] (SixLabors.ImageSharp.IO.BufferedReadStream stream, System.Threading.CancellationToken cancellationToken) [0x00163] in <fd7f20ccdc8d46db928374008bbc5166>:0 
  at SixLabors.ImageSharp.Formats.ImageDecoderUtilities.Decode[TPixel] (SixLabors.ImageSharp.Formats.IImageDecoderInternals decoder, SixLabors.ImageSharp.Configuration configuration, System.IO.Stream stream, System.Func`3[T1,T2,TResult] largeImageExceptionFactory) [0x00008] in <fd7f20ccdc8d46db928374008bbc5166>:0 
  at SixLabors.ImageSharp.Formats.ImageDecoderUtilities.Decode[TPixel] (SixLabors.ImageSharp.Formats.IImageDecoderInternals decoder, SixLabors.ImageSharp.Configuration configuration, System.IO.Stream stream) [0x00000] in <fd7f20ccdc8d46db928374008bbc5166>:0 
  at SixLabors.ImageSharp.Formats.Png.PngDecoder.Decode[TPixel] (SixLabors.ImageSharp.Configuration configuration, System.IO.Stream stream) [0x00007] in <fd7f20ccdc8d46db928374008bbc5166>:0 
  at SixLabors.ImageSharp.Formats.Png.PngDecoder.Decode (SixLabors.ImageSharp.Configuration configuration, System.IO.Stream stream) [0x00000] in <fd7f20ccdc8d46db928374008bbc5166>:0 
  at SixLabors.ImageSharp.Image+<>c__DisplayClass120_0.<Load>b__0 (System.IO.Stream s) [0x00000] in <fd7f20ccdc8d46db928374008bbc5166>:0 
  at SixLabors.ImageSharp.Image.WithSeekableStream[T] (SixLabors.ImageSharp.Configuration configuration, System.IO.Stream stream, System.Func`2[T,TResult] action) [0x00041] in <fd7f20ccdc8d46db928374008bbc5166>:0 
  at SixLabors.ImageSharp.Image.Load (SixLabors.ImageSharp.Configuration configuration, System.IO.Stream stream, SixLabors.ImageSharp.Formats.IImageDecoder decoder) [0x00024] in <fd7f20ccdc8d46db928374008bbc5166>:0 
  at SixLabors.ImageSharp.Image.Load (SixLabors.ImageSharp.Configuration configuration, System.Byte[] data, SixLabors.ImageSharp.Formats.IImageDecoder decoder) [0x0000d] in <fd7f20ccdc8d46db928374008bbc5166>:0 
  at SixLabors.ImageSharp.Image.Load (System.Byte[] data, SixLabors.ImageSharp.Formats.IImageDecoder decoder) [0x00005] in <fd7f20ccdc8d46db928374008bbc5166>:0 
  at ImageSharpTest.MainPage.OnAppearing () [0x0006d] in /Users/bradmoore/Projects/ImageSharpTest/ImageSharpTest/MainPage.xaml.cs:36 
  at Xamarin.Forms.Page.SendAppearing () [0x00045] in D:\a\1\s\Xamarin.Forms.Core\Page.cs:452 
  at Xamarin.Forms.Platform.iOS.PageRenderer.ViewDidAppear (System.Boolean animated) [0x0004d] in D:\a\1\s\Xamarin.Forms.Platform.iOS\Renderers\PageRenderer.cs:215 
  at (wrapper managed-to-native) UIKit.UIApplication.UIApplicationMain(int,string[],intptr,intptr)
  at UIKit.UIApplication.Main (System.String[] args, System.IntPtr principal, System.IntPtr delegate) [0x00005] in /Users/builder/azdo/_work/1/s/xamarin-macios/src/UIKit/UIApplication.cs:86 
  at UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x0000e] in /Users/builder/azdo/_work/1/s/xamarin-macios/src/UIKit/UIApplication.cs:65 
  at ImageSharpTest.iOS.Application.Main (System.String[] args) [0x00001] in /Users/bradmoore/Projects/ImageSharpTest/ImageSharpTest.iOS/Main.cs:17 

Crash Report

Incident Identifier: 742BA795-A243-4EF7-9906-0D30F68A36E6
CrashReporter Key:   bb0a35ea852d9b82d08c6c6e457937f70b297e46
Hardware Model:      iPhone13,4
Process:             ImageSharpTest.iOS [3203]
Path:                /private/var/containers/Bundle/Application/0C6041E4-E389-4BCF-B12E-2190BEB4AEB2/ImageSharpTest.iOS.app/ImageSharpTest.iOS
Identifier:          com.beeradmoore.ImageSharpTest
Version:             1.0 (1.0)
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           com.beeradmoore.ImageSharpTest [742]


Date/Time:           2021-08-12 10:59:30.3684 -0400
Launch Time:         2021-08-12 10:59:30.0654 -0400
OS Version:          iPhone OS 14.6 (18F72)
Release Type:        User
Baseband Version:    1.71.01
Report Version:      104

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Triggered by Thread:  0

Application Specific Information:
abort() called

Thread 0 name:  tid_103  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   libsystem_kernel.dylib        	0x00000001c2f5f334 __pthread_kill + 8
1   libsystem_pthread.dylib       	0x00000001e09a9a9c pthread_kill + 272
2   libsystem_c.dylib             	0x000000019e0dcc10 __abort + 116
3   libsystem_c.dylib             	0x000000019e0dcb9c __abort + 0
4   ImageSharpTest.iOS            	0x0000000105ad6a9c xamarin_find_protocol_wrapper_type + 46688924 (runtime.m:1284)
5   ImageSharpTest.iOS            	0x00000001059f01e4 mono_invoke_unhandled_exception_hook + 45744612 (exception.c:1299)
6   ImageSharpTest.iOS            	0x0000000105991dbc mono_handle_exception_internal + 45358524 (mini-exceptions.c:2783)
7   ImageSharpTest.iOS            	0x0000000105990790 mono_handle_exception + 45352848 (mini-exceptions.c:3107)
8   ImageSharpTest.iOS            	0x0000000105987a90 mono_arm_throw_exception + 45316752 (exceptions-arm64.c:403)
9   ImageSharpTest.iOS            	0x000000010330efbc rethrow_preserve_exception + 172
10  ImageSharpTest.iOS            	0x0000000104583098 SixLabors_ImageSharp_Formats_Png_PngDecoderCore_ProcessDefilteredScanline_TPixel_GSHAREDVT_System_ReadOnlySpan_1_byte_SixLabors_ImageSharp_ImageFrame_1_TPixel_GSHAREDVT_SixLabors_ImageSharp_Formats_Png_PngMetadata + 24326296 (/<unknown>:1)
11  ImageSharpTest.iOS            	0x000000010330f35c gsharedvt_trampoline + 220
12  ImageSharpTest.iOS            	0x000000010330f9dc gsharedvt_out_trampoline + 220
13  ImageSharpTest.iOS            	0x0000000104582474 SixLabors_ImageSharp_Formats_Png_PngDecoderCore_DecodePixelData_TPixel_GSHAREDVT_System_IO_Compression_DeflateStream_SixLabors_ImageSharp_ImageFrame_1_TPixel_GSHAREDVT_SixLabors_ImageSharp_Formats_Png_PngMetadata + 24323188 (/<unknown>:1)
14  ImageSharpTest.iOS            	0x000000010330f35c gsharedvt_trampoline + 220
15  ImageSharpTest.iOS            	0x000000010330f9dc gsharedvt_out_trampoline + 220
16  ImageSharpTest.iOS            	0x00000001045820a8 SixLabors_ImageSharp_Formats_Png_PngDecoderCore_ReadScanlines_TPixel_GSHAREDVT_SixLabors_ImageSharp_Formats_Png_PngChunk_SixLabors_ImageSharp_ImageFrame_1_TPixel_GSHAREDVT_SixLabors_ImageSharp_Formats_Png_PngMetadata + 24322216 (/<unknown>:1)
17  ImageSharpTest.iOS            	0x000000010330f35c gsharedvt_trampoline + 220
18  ImageSharpTest.iOS            	0x000000010330f9dc gsharedvt_out_trampoline + 220
19  ImageSharpTest.iOS            	0x00000001045814d8 SixLabors_ImageSharp_Formats_Png_PngDecoderCore_Decode_TPixel_GSHAREDVT_SixLabors_ImageSharp_IO_BufferedReadStream_System_Threading_CancellationToken + 24319192 (/<unknown>:1)
20  ImageSharpTest.iOS            	0x00000001054d00dc SixLabors_ImageSharp_Formats_ImageDecoderUtilities_Decode_SixLabors_ImageSharp_PixelFormats_Rgba32_SixLabors_ImageSharp_Formats_IImageDecoderInternals_SixLabors_ImageSharp_Configuration_System_IO_Stream_System_Func_3_SixLabors_ImageSharp_Memory_InvalidMemoryOperationException_SixLabors_ImageSharp_Size_SixLabors_ImageSharp_InvalidImageContentException + 40370396 (/<unknown>:1)
21  ImageSharpTest.iOS            	0x00000001048c9f18 SixLabors_ImageSharp_Formats_ImageDecoderUtilities_Decode_SixLabors_ImageSharp_PixelFormats_Rgba32_SixLabors_ImageSharp_Formats_IImageDecoderInternals_SixLabors_ImageSharp_Configuration_System_IO_Stream + 27762456 (/<unknown>:1)
22  ImageSharpTest.iOS            	0x00000001045af664 SixLabors_ImageSharp_Formats_Png_PngDecoder_Decode_SixLabors_ImageSharp_PixelFormats_Rgba32_SixLabors_ImageSharp_Configuration_System_IO_Stream + 24508004 (/<unknown>:1)
23  ImageSharpTest.iOS            	0x0000000104422960 SixLabors_ImageSharp_Formats_Png_PngDecoder_Decode_SixLabors_ImageSharp_Configuration_System_IO_Stream + 22882656 (/<unknown>:1)
24  ImageSharpTest.iOS            	0x000000010422a1c4 SixLabors_ImageSharp_Image__c__DisplayClass120_0__Loadb__0_System_IO_Stream + 20816324 (/<unknown>:1)
25  ImageSharpTest.iOS            	0x0000000104225e94 SixLabors_ImageSharp_Image_WithSeekableStream_T_REF_SixLabors_ImageSharp_Configuration_System_IO_Stream_System_Func_2_System_IO_Stream_T_REF + 20799124 (/<unknown>:1)
26  ImageSharpTest.iOS            	0x0000000104224370 SixLabors_ImageSharp_Image_Load_SixLabors_ImageSharp_Configuration_System_IO_Stream_SixLabors_ImageSharp_Formats_IImageDecoder + 20792176 (/<unknown>:1)
27  ImageSharpTest.iOS            	0x0000000104221cec SixLabors_ImageSharp_Image_Load_SixLabors_ImageSharp_Configuration_byte___SixLabors_ImageSharp_Formats_IImageDecoder + 20782316 (/<unknown>:1)
28  ImageSharpTest.iOS            	0x0000000104221c44 SixLabors_ImageSharp_Image_Load_byte___SixLabors_ImageSharp_Formats_IImageDecoder + 20782148 (/<unknown>:1)
29  ImageSharpTest.iOS            	0x000000010419c284 ImageSharpTest_MainPage_OnAppearing + 20234884 (MainPage.xaml.cs:36)
30  ImageSharpTest.iOS            	0x0000000103d2828c Xamarin_Forms_Page_SendAppearing + 15565452 (/D:\a\1\s\Xamarin.Forms.Core\Page.cs:453)
31  ImageSharpTest.iOS            	0x0000000103aeac7c Xamarin_Forms_Platform_iOS_PageRenderer_ViewDidAppear_bool + 13216892 (/D:\a\1\s\Xamarin.Forms.Platform.iOS\Renderers\PageRenderer.cs:216)
32  ImageSharpTest.iOS            	0x00000001032ce9c0 wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr + 272
33  ImageSharpTest.iOS            	0x00000001059a2150 mono_jit_runtime_invoke + 45424976 (mini-runtime.c:3171)
34  ImageSharpTest.iOS            	0x0000000105a3867c mono_runtime_invoke_checked + 46040700 (object.c:3220)
35  ImageSharpTest.iOS            	0x0000000105a3bb6c mono_runtime_invoke + 46054252 (object.c:3107)
36  ImageSharpTest.iOS            	0x0000000102e5fb90 native_to_managed_trampoline_42(objc_object*, objc_selector*, _MonoMethod**, bool, unsigned int) + 64400 (registrar.m:2305)
37  ImageSharpTest.iOS            	0x0000000102e72608 -[Xamarin_Forms_Platform_iOS_PageRenderer viewDidAppear:] + 140808 (registrar.m:13598)
38  UIKitCore                     	0x0000000196ff93e4 -[UIViewController _setViewAppearState:isAnimating:] + 892
39  UIKitCore                     	0x0000000196ff9910 __52-[UIViewController _setViewAppearState:isAnimating:]_block_invoke + 268
40  CoreFoundation                	0x0000000194cac5bc __NSARRAY_IS_CALLING_OUT_TO_A_BLOCK__ + 24
41  CoreFoundation                	0x0000000194c06b8c -[__NSSingleObjectArrayI enumerateObjectsWithOptions:usingBlock:] + 92
42  UIKitCore                     	0x0000000196ff95ac -[UIViewController _setViewAppearState:isAnimating:] + 1348
43  UIKitCore                     	0x0000000196ff9dc0 -[UIViewController __viewDidAppear:] + 172
44  UIKitCore                     	0x0000000196ffa100 -[UIViewController _endAppearanceTransition:] + 252
45  UIKitCore                     	0x0000000196ed57d8 __48-[UIPresentationController transitionDidFinish:]_block_invoke + 140
46  UIKitCore                     	0x0000000197bf9c98 -[_UIAfterCACommitBlock run] + 72
47  UIKitCore                     	0x000000019772c6c4 _runAfterCACommitDeferredBlocks + 300
48  UIKitCore                     	0x000000019771b03c _cleanUpAfterCAFlushAndRunDeferredBlocks + 204
49  UIKitCore                     	0x000000019774ef10 _afterCACommitHandler + 80
50  CoreFoundation                	0x0000000194ca75e0 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 36
51  CoreFoundation                	0x0000000194ca1704 __CFRunLoopDoObservers + 572
52  CoreFoundation                	0x0000000194ca1cb0 __CFRunLoopRun + 1052
53  CoreFoundation                	0x0000000194ca1360 CFRunLoopRunSpecific + 600
54  GraphicsServices              	0x00000001ac2df734 GSEventRunModal + 164
55  UIKitCore                     	0x000000019771c584 -[UIApplication _run] + 1072
56  UIKitCore                     	0x0000000197721df4 UIApplicationMain + 168
57  ImageSharpTest.iOS            	0x00000001034170d8 wrapper_managed_to_native_UIKit_UIApplication_UIApplicationMain_int_string___intptr_intptr + 344
58  ImageSharpTest.iOS            	0x000000010338c370 UIKit_UIApplication_Main_string___intptr_intptr + 5489520 (UIApplication.cs:86)
59  ImageSharpTest.iOS            	0x000000010338c2f4 UIKit_UIApplication_Main_string___string_string + 5489396 (UIApplication.cs:66)
60  ImageSharpTest.iOS            	0x0000000102e7d884 ImageSharpTest_iOS_Application_Main_string__ + 186500 (/<unknown>:1)
61  ImageSharpTest.iOS            	0x00000001032ce9c0 wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr + 272
62  ImageSharpTest.iOS            	0x00000001059a2150 mono_jit_runtime_invoke + 45424976 (mini-runtime.c:3171)
63  ImageSharpTest.iOS            	0x0000000105a3867c mono_runtime_invoke_checked + 46040700 (object.c:3220)
64  ImageSharpTest.iOS            	0x0000000105a3d87c mono_runtime_exec_main_checked + 46061692 (object.c:5284)
65  ImageSharpTest.iOS            	0x00000001059875fc mono_jit_exec + 45315580 (driver.c:1328)
66  ImageSharpTest.iOS            	0x0000000105addd10 xamarin_main + 46718224 (monotouch-main.m:0)
67  ImageSharpTest.iOS            	0x0000000102e7d7e4 main + 186340 (main.m:90)
68  libdyld.dylib                 	0x000000019495dcf8 start + 4

Thread 1:
0   libsystem_pthread.dylib       	0x00000001e09b1744 start_wqthread + 0

Thread 2 name:  SGen worker
Thread 2:
0   libsystem_kernel.dylib        	0x00000001c2f5f0cc __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x00000001e09ac434 _pthread_cond_wait + 1248
2   ImageSharpTest.iOS            	0x0000000105ab3eb0 thread_func + 46546608 (sgen-thread-pool.c:196)
3   libsystem_pthread.dylib       	0x00000001e09a8bfc _pthread_start + 320
4   libsystem_pthread.dylib       	0x00000001e09b1758 thread_start + 8

Thread 3 name:  Finalizer
Thread 3:
0   libsystem_kernel.dylib        	0x00000001c2f3a538 semaphore_wait_trap + 8
1   ImageSharpTest.iOS            	0x00000001059f23f0 finalizer_thread + 45753328 (gc.c:965)
2   ImageSharpTest.iOS            	0x0000000105a6a38c start_wrapper_internal + 46244748 (threads.c:1289)
3   ImageSharpTest.iOS            	0x0000000105a6a210 start_wrapper + 46244368 (threads.c:1310)
4   libsystem_pthread.dylib       	0x00000001e09a8bfc _pthread_start + 320
5   libsystem_pthread.dylib       	0x00000001e09b1758 thread_start + 8

Thread 4:
0   libsystem_pthread.dylib       	0x00000001e09b1744 start_wqthread + 0

Thread 5:
0   libsystem_pthread.dylib       	0x00000001e09b1744 start_wqthread + 0

Thread 6:
0   libsystem_pthread.dylib       	0x00000001e09b1744 start_wqthread + 0

Thread 7:
0   libsystem_pthread.dylib       	0x00000001e09b1744 start_wqthread + 0

Thread 8:
0   libsystem_pthread.dylib       	0x00000001e09b1744 start_wqthread + 0

Thread 9 name:  com.apple.uikit.eventfetch-thread
Thread 9:
0   libsystem_kernel.dylib        	0x00000001c2f3a4fc mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001c2f39884 mach_msg + 76
2   CoreFoundation                	0x0000000194ca7eb0 __CFRunLoopServiceMachPort + 372
3   CoreFoundation                	0x0000000194ca1d50 __CFRunLoopRun + 1212
4   CoreFoundation                	0x0000000194ca1360 CFRunLoopRunSpecific + 600
5   Foundation                    	0x0000000195f8efdc -[NSRunLoop+ 32732 (NSRunLoop) runMode:beforeDate:] + 232
6   Foundation                    	0x0000000195f8eea8 -[NSRunLoop+ 32424 (NSRunLoop) runUntilDate:] + 92
7   UIKitCore                     	0x00000001977d112c -[UIEventFetcher threadMain] + 516
8   Foundation                    	0x000000019610032c __NSThread__start__ + 864
9   libsystem_pthread.dylib       	0x00000001e09a8bfc _pthread_start + 320
10  libsystem_pthread.dylib       	0x00000001e09b1758 thread_start + 8

Thread 10:
0   libsystem_pthread.dylib       	0x00000001e09b1744 start_wqthread + 0

Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x0000000000000000   x5: 0x0000000000989680   x6: 0x0000000000001600   x7: 0x0000000000000a00
    x8: 0xeff8dcccfce212c7   x9: 0xeff8dccdfac36a07  x10: 0x00000000000003e8  x11: 0x0000000000000000
   x12: 0x000000010a115950  x13: 0x0000000106561e5b  x14: 0x0000000000000060  x15: 0x0000000080000000
   x16: 0x0000000000000148  x17: 0x00000001062178c0  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x0000000000000103  x21: 0x00000001062179a0  x22: 0x0000000000000000  x23: 0x0000000109811800
   x24: 0x0000000106561e58  x25: 0x000000016cfac060  x26: 0x0000000000000002  x27: 0x0000000105d1e6f0
   x28: 0x0000000000ffffff   fp: 0x000000016cfab220   lr: 0x00000001e09a9a9c
    sp: 0x000000016cfab200   pc: 0x00000001c2f5f334 cpsr: 0x40000000
   esr: 0x56000080  Address size fault

Binary Images:
0x102e50000 - 0x105bc3fff ImageSharpTest.iOS arm64  <0d808211dd223228856736192667562d> /var/containers/Bundle/Application/0C6041E4-E389-4BCF-B12E-2190BEB4AEB2/ImageSharpTest.iOS.app/ImageSharpTest.iOS
0x106168000 - 0x1061dbfff dyld arm64e  <65bac7abef933e93b5640506d0e36590> /usr/lib/dyld
0x10b6dc000 - 0x10b6e7fff libobjc-trampolines.dylib arm64e  <26cb4bb90880358ba280192f8ed6d0ad> /usr/lib/libobjc-trampolines.dylib
0x194917000 - 0x19495bfff libdispatch.dylib arm64e  <daf300624c853b92b15950602a0c9d97> /usr/lib/system/libdispatch.dylib
0x19495c000 - 0x194998fff libdyld.dylib arm64e  <e574a3659878348a8e8491e163cfc128> /usr/lib/system/libdyld.dylib
0x194999000 - 0x194c04fff libicucore.A.dylib arm64e  <a5ab8a878dd03b00b8c58dc98ac1fb99> /usr/lib/libicucore.A.dylib
0x194c05000 - 0x194fc4fff CoreFoundation arm64e  <4fbdf167161a324ca233d516922c67e5> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x194fc5000 - 0x195177fff CoreServices arm64e  <46bbb0a72281367ab7c09ce200dfdf86> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x195178000 - 0x1951bffff WirelessDiagnostics arm64e  <97df83a096643d9ca2595ab3d30010ea> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x1951c0000 - 0x19523cfff SystemConfiguration arm64e  <d379b97151cd33938d0f5bda7a431328> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x19523d000 - 0x195332fff CoreTelephony arm64e  <85c3411b900f357f88f819c5b49cf365> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x195333000 - 0x1957c5fff CFNetwork arm64e  <04a7e31d376b37198e587bbe0fe8ee51> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x1957c6000 - 0x195f11fff libnetwork.dylib arm64e  <83ca70ba608e3157a1f0903703ceb78d> /usr/lib/libnetwork.dylib
0x195f12000 - 0x195f86fff Accounts arm64e  <91c28d11436a3caeb988e3040f553391> /System/Library/Frameworks/Accounts.framework/Accounts
0x195f87000 - 0x19623cfff Foundation arm64e  <0d9893a458043f0dbb3f73989ea36ad3> /System/Library/Frameworks/Foundation.framework/Foundation
0x19623d000 - 0x19659ffff ImageIO arm64e  <e1ef876fb8643ccdaaced226f90b9f62> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x1965a0000 - 0x1965b8fff libCGInterfaces.dylib arm64e  <8f8fcce1d7a13d21a6bf7764eeeb7b79> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x1965b9000 - 0x196b51fff CoreGraphics arm64e  <2f7f6ee8635c332abac3efda4894c7e2> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x196b52000 - 0x197f5dfff UIKitCore arm64e  <33b02ab55daf32498dc65872df830ec5> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x197f5e000 - 0x197f7cfff libAccessibility.dylib arm64e  <ab3dbae1370d3cc696ba51cabe774f49> /usr/lib/libAccessibility.dylib
0x197f7d000 - 0x198211fff QuartzCore arm64e  <4a41f8af4c323302bffc377812960921> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x198212000 - 0x19827cfff BackBoardServices arm64e  <1fef1d7eba033f12b7365af97e1ffc93> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x19827d000 - 0x198304fff TextInput arm64e  <6783ec80fd23331f9584c5b0f2ed1380> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x19836e000 - 0x198727fff AppleMediaServices arm64e  <1a161a667a8c339493640dac1bbd96ba> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x198ccd000 - 0x198ce9fff UIKitServices arm64e  <3471d8dcbf1d3110b129bcf2c1bc36d7> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x19904c000 - 0x199201fff CoreText arm64e  <3fb1158c6de33d9dbf8c51c0b85b7215> /System/Library/Frameworks/CoreText.framework/CoreText
0x199202000 - 0x19921bfff ExtensionKit arm64e  <9b482c1605543e5484f596cca27a5697> /System/Library/PrivateFrameworks/ExtensionKit.framework/ExtensionKit
0x199232000 - 0x1992b5fff BaseBoard arm64e  <ddf259ac1f60332b9e189ee643049fc2> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x1992b6000 - 0x199501fff CoreDuet arm64e  <c1a013e6d97b37b583ad8c484c8512a0> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x199502000 - 0x19965bfff Contacts arm64e  <8ac22bf4a74d3478bb7b67b5ac2398d3> /System/Library/Frameworks/Contacts.framework/Contacts
0x19965c000 - 0x19abc0fff GeoServices arm64e  <d7cabd2a82e03fa39bba4fd6f6462ce5> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x19abc1000 - 0x19ac57fff CoreLocation arm64e  <478b7a67d7013e1e887c0576f04196e6> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x19ac58000 - 0x19adf9fff CloudKit arm64e  <7d1418c47973307ca780a47b61c14a34> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x19adfa000 - 0x19b16efff CoreData arm64e  <e9b054793d07390cbd3673eedb2b1f75> /System/Library/Frameworks/CoreData.framework/CoreData
0x19bf15000 - 0x19bf54fff AppSupport arm64e  <278b64ad1ce33739b8680ffc6b16f3fd> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x19bf55000 - 0x19c07afff ManagedConfiguration arm64e  <611487e209d73fa89d6f9b9f79c23021> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x19c07b000 - 0x19c0e9fff IMFoundation arm64e  <5be95543f917352cb54b37a9f63cd33e> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x19c0ea000 - 0x19c1f7fff IDS arm64e  <07d02af11ca03b1082ff798585f5135c> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x19c1f8000 - 0x19c34afff Security arm64e  <f7ddff4fa4f339dfb4fb414e13a49b71> /System/Library/Frameworks/Security.framework/Security
0x19c34b000 - 0x19c72cfff MediaPlayer arm64e  <928360c7f723391fa70e3a1cff21a51c> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x19c72d000 - 0x19c744fff AudioSession arm64e  <b5867acdfe45334fbc2dc3029b5c64b4> /System/Library/PrivateFrameworks/AudioSession.framework/AudioSession
0x19c745000 - 0x19c8effff AVFCore arm64e  <4d251ba117003e9ab4279567dc72d529> /System/Library/PrivateFrameworks/AVFCore.framework/AVFCore
0x19c8f0000 - 0x19ce8cfff Intents arm64e  <12de7cdc4499382e94715882cb23e157> /System/Library/Frameworks/Intents.framework/Intents
0x19cedc000 - 0x19d1edfff CoreImage arm64e  <cf56bcb19ee3392d8922c8894c9f94c7> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x19d1ee000 - 0x19d2abfff ColorSync arm64e  <de843ac9c945370b89d709c4814e61bb> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x19d2ac000 - 0x19d2e7fff CoreVideo arm64e  <b448328e46e3382999ac35e14541ddf7> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x19d2e8000 - 0x19db10fff MediaToolbox arm64e  <17b3c973ec673d379dbd1317c600174b> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x19db11000 - 0x19dc12fff CoreMedia arm64e  <d76d711db7d63a3987cbc8f379203c75> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x19dc13000 - 0x19de83fff AudioToolbox arm64e  <0a7f10d4561c32d48a99cfa7907d3b7a> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x19de84000 - 0x19ded4fff CoreHaptics arm64e  <d1846ddf74e939c7ac8e04773c55301d> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
0x19df35000 - 0x19e03efff UIFoundation arm64e  <5f8b069e7df837cca2402ad838c0b414> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x19e03f000 - 0x19e064fff libsystem_info.dylib arm64e  <7bba4c4822da3fb7b1e8d2d6e91681b7> /usr/lib/system/libsystem_info.dylib
0x19e065000 - 0x19e0e4fff libsystem_c.dylib arm64e  <3c5017016b013e70a81676794ea12708> /usr/lib/system/libsystem_c.dylib
0x19e0e5000 - 0x19e12ffff RunningBoardServices arm64e  <3e5f33aa70ff32d1a475bd9356a2af78> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
0x19e130000 - 0x19f1fffff JavaScriptCore arm64e  <74545bac15ff320da90b8f89f75e39c1> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x19f7ae000 - 0x19f83cfff ContactsFoundation arm64e  <5847c7c551b63a249c22169e8207be80> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x19fa80000 - 0x19faa2fff ProactiveEventTracker arm64e  <48189564b4af35d3be61876d36e7f82c> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x19faa3000 - 0x19faedfff Lexicon arm64e  <ecee052ae6f53dfe881e400acea9fee8> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x19fb58000 - 0x19fba7fff CoreDuetContext arm64e  <076cc8cef7373eeebc980864aa8344ea> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x19fba8000 - 0x19fc53fff IOKit arm64e  <4921ff204f963660b07a7f34fb58e5a3> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x19fc54000 - 0x19fc62fff DataMigration arm64e  <ca1f27e516753a33adadd966bde5b9e6> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x19fc63000 - 0x19fcbefff SpringBoardServices arm64e  <030c7e75a08635a3a628c6c3b8f64d03> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x19fcd1000 - 0x19ff44fff CoreMotion arm64e  <9b26d7db372a351580b540af68e75754> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x19ff45000 - 0x1a0082fff EventKit arm64e  <daa0d5b82652379484caea0ed21673a4> /System/Library/Frameworks/EventKit.framework/EventKit
0x1a05d6000 - 0x1a087ffff MediaRemote arm64e  <b850c411e0d73ff5893c3af70282f177> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x1a0880000 - 0x1a0a2afff CoreUtils arm64e  <d0c2761a316c36558f11006ffa6f081f> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x1a0a41000 - 0x1a0aadfff CoreSpotlight arm64e  <ab5c8a8e08c53652a25487e073550554> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x1a0fcf000 - 0x1a1093fff CoreUI arm64e  <166a77aadb8e389e8a94d9caa55f6efb> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1a1094000 - 0x1a10e1fff SafariSafeBrowsing arm64e  <045e0cc95bd33db5830a4400175ce6d7> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1a10e2000 - 0x1a18bbfff WebKit arm64e  <9f7b0b3b7f333f7f883e7b2ee83f42fb> /System/Library/Frameworks/WebKit.framework/WebKit
0x1a18bc000 - 0x1a3e5bfff WebCore arm64e  <6ef2878d48893fb0ba38781b25c9d587> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x1a3e5c000 - 0x1a3ebafff libMobileGestalt.dylib arm64e  <e3d1b8d0cf153d48a14b6bebbe344f82> /usr/lib/libMobileGestalt.dylib
0x1a3ebb000 - 0x1a3ed6fff CommonUtilities arm64e  <c13f8ed7ae62314eae95731f263f1320> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1a3ed7000 - 0x1a403cfff IDSFoundation arm64e  <7ad6c2866a4b3f4baaa11318b4014232> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x1a413e000 - 0x1a41e6fff CoreSuggestions arm64e  <f1ef331e869f3224bacc8ae6719bda35> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x1a41e7000 - 0x1a4283fff AddressBookLegacy arm64e  <ad8079c3bedc355db3d2282ae33dd728> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x1a4284000 - 0x1a42b5fff UserNotifications arm64e  <c16a26ec816f364cadf5107d1538ff10> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1a42b6000 - 0x1a433ffff FrontBoardServices arm64e  <3072e730ae783201b7147712d4f1fc2f> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1a4340000 - 0x1a4363fff libsystem_malloc.dylib arm64e  <716786f4da963293bb007ed833124dea> /usr/lib/system/libsystem_malloc.dylib
0x1a4dca000 - 0x1a4e58fff AuthKit arm64e  <d6d92342caae3c57a582d22f8a3c5ce9> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x1a4e59000 - 0x1a4eeafff AppleAccount arm64e  <00c881704e2b3d56b5299e2f0c900f44> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1a4eeb000 - 0x1a5152fff AudioToolboxCore arm64e  <9ff4a959d0b63cf486406331d18baae8> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
0x1a55e9000 - 0x1a5689fff ShareSheet arm64e  <bd85c605554e345f88bb5a4cd380b2ca> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
0x1a61b6000 - 0x1a6205fff MobileBackup arm64e  <453890c85ab83e03a787d26120f9e0e4> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x1a6206000 - 0x1a6219fff MSUDataAccessor arm64e  <ce5a5e805b7938d7910f510722850439> /System/Library/PrivateFrameworks/MSUDataAccessor.framework/MSUDataAccessor
0x1a621a000 - 0x1a6241fff MobileAsset arm64e  <dd5a75980f8b3ee389c619afa3f2286d> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1a6242000 - 0x1a6251fff libsystem_networkextension.dylib arm64e  <364c51a986e433ba96d14a937172acd9> /usr/lib/system/libsystem_networkextension.dylib
0x1a6252000 - 0x1a6499fff NetworkExtension arm64e  <50bb1798909730cc985d0cd7f7fceb10> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x1a64d1000 - 0x1a6d50fff CoreML arm64e  <1f259375db02310da05342fbd8165188> /System/Library/Frameworks/CoreML.framework/CoreML
0x1a6d51000 - 0x1a74c4fff Espresso arm64e  <cbfeed0492f53b9aac7a225790314458> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1a74c5000 - 0x1a75cdfff VideoToolbox arm64e  <59d714b0a65e36eab19e45ea6a3bb87a> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x1a770c000 - 0x1a771dfff AXCoreUtilities arm64e  <92334abbfaed374c91da5518f67bfa10> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x1a8569000 - 0x1a86ddfff Montreal arm64e  <7f993e75ec703c5fb56fea9ec4cf977b> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x1a86de000 - 0x1a87f1fff LanguageModeling arm64e  <d2343e512d0e3b5cbe7ae1c871c7232a> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x1a87f2000 - 0x1a87fafff InternationalSupport arm64e  <130682a1171631358b7b266a5af61a8c> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1a87fb000 - 0x1a8a4dfff iTunesCloud arm64e  <c340b2a8dc5e30899fe03e178b942761> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x1a8baa000 - 0x1a8c53fff CalendarDatabase arm64e  <c5e1c174b91c3ae09302c644a7d10f4f> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x1a8f54000 - 0x1a8f65fff UniformTypeIdentifiers arm64e  <995c315262ee3947b8284ae1cf3ab125> /System/Library/Frameworks/UniformTypeIdentifiers.framework/UniformTypeIdentifiers
0x1a8f66000 - 0x1a8fe7fff CloudDocs arm64e  <e80987779e6a38008477b92f32469012> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x1a9524000 - 0x1a9568fff MediaServices arm64e  <a7d9ab2067a03c5db329a15a3e719499> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x1a97cd000 - 0x1a9804fff libobjc.A.dylib arm64e  <266e9238111c3f2da0d2604474e3cdc4> /usr/lib/libobjc.A.dylib
0x1a9805000 - 0x1a9866fff LoggingSupport arm64e  <20a4e30f1b323be595a0bcd9f802ee15> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1a9867000 - 0x1a98c2fff libc++.1.dylib arm64e  <9aa8a1f311a73857b27476e140edd0b6> /usr/lib/libc++.1.dylib
0x1a98c3000 - 0x1a98dcfff libc++abi.dylib arm64e  <f6119d353d8837d2aa8e88dfc6f2a00d> /usr/lib/libc++abi.dylib
0x1a98dd000 - 0x1a991efff SetupAssistant arm64e  <d9c5cfb51ef83497be336ada66f6c6cd> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1a9a70000 - 0x1a9ab2fff CoreAutoLayout arm64e  <ace17dcf0bbd3de4847ac67f55422625> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/CoreAutoLayout
0x1a9ab3000 - 0x1a9c0ffff Network arm64e  <64059de5ad873ac993cb8eaf0600b881> /System/Library/Frameworks/Network.framework/Network
0x1a9c10000 - 0x1a9c46fff MobileKeyBag arm64e  <26d4b16a85363a36888d778ba9b9cb98> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1a9e8a000 - 0x1a9f38fff libvDSP.dylib arm64e  <381d831ab9be35b6aeff8ac003b21e24> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1a9f39000 - 0x1a9f6cfff libAudioToolboxUtility.dylib arm64e  <afaf628ed19b33d687114163a8b9031d> /usr/lib/libAudioToolboxUtility.dylib
0x1aa140000 - 0x1aa1cbfff CoreNLP arm64e  <bb3e346ae91a31cf9b4555e1c648edbe> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x1aa1cc000 - 0x1aa2e1fff FileProvider arm64e  <5118c253d0fb3a58a39a6e6c25ddbf3f> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1aa30d000 - 0x1aa342fff DataDetectorsCore arm64e  <6dc0f9a937473bea8ccdd67b4ff52453> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1aa343000 - 0x1aa3dffff Symbolication arm64e  <aaa210cc0ba132e6a7a9051ba7daba6a> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
0x1aa3e0000 - 0x1aa3eefff CrashReporterSupport arm64e  <cbbd8dbb2d463486a7f790ad9576fc28> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1aa55a000 - 0x1aa747fff MPSNeuralNetwork arm64e  <32c3b58dae033f8287e6f950122a5415> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1aa748000 - 0x1aa79dfff MPSCore arm64e  <596076932b2a37acabf5a85b7818ff54> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1aa8f8000 - 0x1aa961fff CalendarFoundation arm64e  <0edad51da34a3499b87de213e80604d7> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x1aa9c2000 - 0x1aaaabfff NLP arm64e  <964c89761f043ccea6590be906f63b7f> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x1aabe4000 - 0x1aabfafff ProtocolBuffer arm64e  <8b5794c1afa43f84a25492cf27a63f2a> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1aae69000 - 0x1aae78fff AssertionServices arm64e  <7acbf04dd3df3d7bb1e0fcffc76e96e5> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1aaef6000 - 0x1aafd1fff Metal arm64e  <e82f8748f9503e3d81a377ceaa568192> /System/Library/Frameworks/Metal.framework/Metal
0x1aafd2000 - 0x1ab128fff MediaExperience arm64e  <ac8f5a4d78b0389db1cdb57c79657d50> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
0x1ab533000 - 0x1ab549fff libsystem_trace.dylib arm64e  <8fc630a0bd603c48a6e04b52ad7c171b> /usr/lib/system/libsystem_trace.dylib
0x1ac2dc000 - 0x1ac2e4fff GraphicsServices arm64e  <bacaa05dfc9a36668498ad9dc1ef3095> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1ac4b2000 - 0x1ac4c6fff PowerLog arm64e  <ed9a9e0d598130e2b67a8981e5cfe4c7> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1ac4c7000 - 0x1ac4eefff DuetActivityScheduler arm64e  <806f8e0ccd8537bc9317c7348c8484ab> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x1ae289000 - 0x1ae2f3fff ProactiveSupport arm64e  <451e0df122653aa1b6e59a6d87c661ab> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1ae31f000 - 0x1ae33efff ApplePushService arm64e  <0f7f35b4f55f35079234005cf7c4b057> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1ae33f000 - 0x1ae368fff BoardServices arm64e  <7b590d67d5d83de38ac6bcae4ef8ec89> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
0x1ae50e000 - 0x1ae54dfff OSAnalytics arm64e  <c7d112e1689d3805a0e0edabf9e6310f> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
0x1ae54e000 - 0x1ae5a9fff CoreBluetooth arm64e  <f6f9fa4994f73e5497e127d5a517b006> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1ae7e1000 - 0x1ae81ffff MobileInstallation arm64e  <8c1f341bb2933251acb61b68fd2703d7> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1ae820000 - 0x1ae8adfff libTelephonyUtilDynamic.dylib arm64e  <6b39fd863eee325280eaafb38a59e3c4> /usr/lib/libTelephonyUtilDynamic.dylib
0x1ae8ae000 - 0x1ae91bfff NanoRegistry arm64e  <b06179bc662b3265855d9cd8f9946298> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1ae9fa000 - 0x1aea16fff CoreMaterial arm64e  <2d3a44a83c1e303f80679aab261d3832> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
0x1aea8d000 - 0x1aec12fff libsqlite3.dylib arm64e  <bfd2376f2e6e33fda5c2413484cd6d51> /usr/lib/libsqlite3.dylib
0x1aec13000 - 0x1aecd8fff AVFCapture arm64e  <cf7ea5374a8c32a2992a4a18f31ad11d> /System/Library/PrivateFrameworks/AVFCapture.framework/AVFCapture
0x1aecd9000 - 0x1af024fff CMCapture arm64e  <cd4a35ca881e3a2099867e2a445a9f8c> /System/Library/PrivateFrameworks/CMCapture.framework/CMCapture
0x1af1df000 - 0x1af453fff MobileSpotlightIndex arm64e  <ae83fb0fd54f3a509460595f004bd8ac> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1af883000 - 0x1af88dfff libsystem_notify.dylib arm64e  <108b5014f4a63f24ab7141de0b9121ef> /usr/lib/system/libsystem_notify.dylib
0x1af88e000 - 0x1af8d1fff CryptoTokenKit arm64e  <5d5d3968cda6341cbc893038b12b313f> /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit
0x1af93c000 - 0x1af9affff libcorecrypto.dylib arm64e  <b80885becfb33d59a43ade3b984473c2> /usr/lib/system/libcorecrypto.dylib
0x1af9b0000 - 0x1af9d3fff UserManagement arm64e  <8b1ffed0dab631e38cb779a97d908db0> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1afaab000 - 0x1afac5fff libsystem_asl.dylib arm64e  <e2e9c5299508354da9744e86fd6bafd3> /usr/lib/system/libsystem_asl.dylib
0x1afd33000 - 0x1afd69fff DataAccessExpress arm64e  <2fe553f2569f3aadb2574eb22b052f6f> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1afd6a000 - 0x1afda1fff CoreServicesStore arm64e  <a29a4d20ea023da887749802d406c6f0> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
0x1afda2000 - 0x1afdd4fff CoreAnalytics arm64e  <290dd79078a43fcbbd5ac2778add7668> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1afdd5000 - 0x1afde0fff SymptomAnalytics arm64e  <51ddb6b718c532699c2ed2e5ed0d11bb> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/SymptomAnalytics
0x1affda000 - 0x1affe9fff NanoPreferencesSync arm64e  <7074d8a49c253059ada91ef5f86f3497> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1b085e000 - 0x1b0888fff IconServices arm64e  <378f46101b1c3f13b251dc4df5841a14> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
0x1b132e000 - 0x1b15ebfff vImage arm64e  <6799ed9196bf3251a0141971e1dba349> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1b26d2000 - 0x1b272dfff ktrace arm64e  <c96fd9da326b378fb54e1548186bec27> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1b2a50000 - 0x1b2a5efff Celestial arm64e  <21bbaba8385f3a2b9f4615d30cd2862b> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x1b2b4d000 - 0x1b2cb3fff WebKitLegacy arm64e  <97f742e3cd8d39ab92f538f2b0b728e2> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1b2d29000 - 0x1b2da8fff ClassKit arm64e  <44a3d9efeef030c9989d43835323ad55> /System/Library/Frameworks/ClassKit.framework/ClassKit
0x1b3f2a000 - 0x1b3f34fff IOMobileFramebuffer arm64e  <edcb4e03ae0f3a6daa18e7b58cfe7e71> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1b41d8000 - 0x1b44a1fff MusicLibrary arm64e  <d8c56b414e1b30e3aed19e785880ae33> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x1b45ae000 - 0x1b45cdfff PrototypeTools arm64e  <5d4a6b8ce90f3e01be29b4412f5d93ad> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1b45ce000 - 0x1b45f9fff PersistentConnection arm64e  <cf7e44035d383aa49fbcdd4a07dbe734> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1b510c000 - 0x1b5122fff CoreFollowUp arm64e  <cc5e87af00fa37b09a6d380e04d3ba80> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1b5123000 - 0x1b519bfff Rapport arm64e  <405d7688440d3aa2924bb1f86244d4e6> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1b555c000 - 0x1b5583fff LocationSupport arm64e  <a9122a64832832828c0cdb82281c54ab> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
0x1b5584000 - 0x1b55b7fff iCalendar arm64e  <1fd2d9eeb1ed3eb6ae605cff8bbf86a8> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1b55b8000 - 0x1b55e6fff CoreAccessories arm64e  <e1aaa56802da381585bf5d1de29d8f0e> /System/Library/PrivateFrameworks/CoreAccessories.framework/CoreAccessories
0x1b56e6000 - 0x1b5710fff CacheDelete arm64e  <c1b26eca70f6345bb30879796d6bb6e6> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1b58fb000 - 0x1b58fdfff OSAServicesClient arm64e  <66fd299c9c13363d9689fd692ec0060b> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
0x1b5901000 - 0x1b595afff ProtectedCloudStorage arm64e  <46b99c91862a369f9fb82fc7c764a278> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1b595b000 - 0x1b5990fff C2 arm64e  <ed88f204bb963f3aa263fb0a89e203da> /System/Library/PrivateFrameworks/C2.framework/C2
0x1b67f7000 - 0x1b68a5fff CoreSymbolication arm64e  <8a670a45ec15393c8bb84b204ca6e71a> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1b706d000 - 0x1b707ffff IOSurface arm64e  <ed043e2a2ca03d6ba15f611435fec07a> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1b7080000 - 0x1b70e3fff MobileWiFi arm64e  <26b74509bf933221b8d2113ca8a9e5d3> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1b76df000 - 0x1b771afff libGLImage.dylib arm64e  <75d6f0925c9c3fbc8e33022d41c0cb5f> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1b771b000 - 0x1b7722fff libsystem_symptoms.dylib arm64e  <a9479247f833302e87f2bd85fa8a5d43> /usr/lib/system/libsystem_symptoms.dylib
0x1b776f000 - 0x1b7cc6fff CoreAudio arm64e  <d4dec3e7753a33b4b33ffa5a25730632> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1b83f1000 - 0x1b8401fff CoreAUC arm64e  <e3b46892fad13c269c96195ea06affb6> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1b9ee0000 - 0x1b9eedfff MediaSafetyNet arm64e  <e98a7286a88f3580a6367a549d8402df> /System/Library/PrivateFrameworks/MediaSafetyNet.framework/MediaSafetyNet
0x1b9eee000 - 0x1b9f29fff TimeSync arm64e  <6d44855046b0382cac738a3056c82e7a> /System/Library/PrivateFrameworks/TimeSync.framework/TimeSync
0x1ba697000 - 0x1ba6a0fff CoreTime arm64e  <0a6ffb6c3c2831e4a719bc5794efc4e3> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1bb255000 - 0x1bb25efff ContextKitExtraction arm64e  <8c0ee13aa137303285d28efb5fa473ea> /System/Library/PrivateFrameworks/ContextKitExtraction.framework/ContextKitExtraction
0x1bc976000 - 0x1bc9f9fff CoreDAV arm64e  <94a2fdf61e6e35d3999fdc3bc86e7d94> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1bcbd6000 - 0x1bcbe5fff MobileIcons arm64e  <b9055ae58d883bc2a7625f396abc2e19> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1be304000 - 0x1be30efff MallocStackLogging arm64e  <b5b085648b4d3c0a897afe9d07f25473> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
0x1be547000 - 0x1be592fff MetadataUtilities arm64e  <9b6f1b1a7ce0354695c1113bd1d0f59e> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1bed33000 - 0x1bed91fff CoreLocationProtobuf arm64e  <4d14d172c7983a5583a0606417a5e05c> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1befae000 - 0x1befe0fff Bom arm64e  <2d61373c16eb3ef7be92b6b349c1f939> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1bf014000 - 0x1bf01afff PushKit arm64e  <99ced58b1d403ab586144ceaeefbbe06> /System/Library/Frameworks/PushKit.framework/PushKit
0x1bf216000 - 0x1bf2a6fff Quagga arm64e  <7c0f3c42be3234b89cba5938861cb724> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1bf2a7000 - 0x1bf2affff StudyLog arm64e  <20cf8d6250b5322c9e3a23731beb9acb> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1c0264000 - 0x1c02a5fff NaturalLanguage arm64e  <d234a62dc66133d7a56756ca08da28de> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
0x1c2642000 - 0x1c264dfff AppleIDAuthSupport arm64e  <65167f6b77d33cec8ac0a55d86fa5dbf> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1c265d000 - 0x1c2674fff LocalAuthentication arm64e  <b4aaa425ea053d09951ed0beb9f616f8> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1c2675000 - 0x1c267bfff IOAccelerator arm64e  <1fee0ccb8dc134c4874b48614d266baa> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1c2f36000 - 0x1c2f68fff libsystem_kernel.dylib arm64e  <9dc3e02b8b833b9e8f0bc40df9d22680> /usr/lib/system/libsystem_kernel.dylib
0x1c3274000 - 0x1c337efff ResponseKit arm64e  <1259546ef1403e3593533e6f0dc0c7db> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x1c39ed000 - 0x1c39fafff FontServices arm64e  <a128a3099d6b32e6a51ac5099f5c339a> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1c3bb4000 - 0x1c3bc0fff MediaAccessibility arm64e  <6b16b3a5eaf634aeb2f369184f65064c> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1c41de000 - 0x1c41ecfff SetupAssistantSupport arm64e  <830df8000273318298b5eeba23a034ac> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1c55a9000 - 0x1c55b6fff libdscsym.dylib arm64e  <01dafc30aa733d80992f59d2c75ff9b0> /usr/lib/libdscsym.dylib
0x1c55b7000 - 0x1c55c7fff HangTracer arm64e  <ebed1bd9c91b3f459cbc1591241a038b> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1c5783000 - 0x1c583efff SampleAnalysis arm64e  <9f10d38248e93a029fe1bb58e3e252fe> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1c583f000 - 0x1c586efff PlugInKit arm64e  <4af494fc2c723d59adf96fdc6d88d34c> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1c5923000 - 0x1c5924fff libSystem.B.dylib arm64e  <c27b3faae299385db3c6ba1f501cf6bd> /usr/lib/libSystem.B.dylib
0x1c5c43000 - 0x1c5c9bfff CalendarDaemon arm64e  <86f6af44150c3fca9d6eff7fc63d8db6> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1c5d90000 - 0x1c5e00fff libarchive.2.dylib arm64e  <a5f1797225b6384f8fe5145b4cfd8ef5> /usr/lib/libarchive.2.dylib
0x1c5e01000 - 0x1c5e25fff libtailspin.dylib arm64e  <9ad13a78f8b83d8f91d7d3ab8b502390> /usr/lib/libtailspin.dylib
0x1c5e26000 - 0x1c62e3fff libBNNS.dylib arm64e  <52a56e95ecdc350c9d572acc81a90bed> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1c62e4000 - 0x1c6327fff SharedUtils arm64e  <1cb3eede0cb63ade9e840a07217085ed> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1c693a000 - 0x1c693afff AVFoundation arm64e  <7ea1a5e303743712982ec8c9f6306ae8> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1c693b000 - 0x1c693bfff Accelerate arm64e  <9f74aaf3dd663f9985b0bb20c848b4c3> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1c693c000 - 0x1c6ba6fff libBLAS.dylib arm64e  <0f76c34314b33b7c8f1542a36f08a16e> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1c6ba7000 - 0x1c7063fff libLAPACK.dylib arm64e  <09b4a3ecaf563afeaa3f5f168009f1e8> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1c7064000 - 0x1c7078fff libLinearAlgebra.dylib arm64e  <5170f4bbc7c932d7aa80a77a2593b7ee> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1c7079000 - 0x1c707dfff libQuadrature.dylib arm64e  <ef8ef255765f3564b98b1550e20b6233> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1c707e000 - 0x1c70e0fff libSparse.dylib arm64e  <dc1ce5b2943237809a6e8c2f9b632be3> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1c70e1000 - 0x1c70f3fff libSparseBLAS.dylib arm64e  <69ad615846aa3531ad991f24295c0ff6> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1c70f4000 - 0x1c7147fff libvMisc.dylib arm64e  <778cf0cc4eba3efc877c1c9b63acdbd9> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1c7148000 - 0x1c7148fff vecLib arm64e  <fcb5a1b2c7f43003a69fc7dbdeb77f03> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1c7977000 - 0x1c799dfff GLKit arm64e  <e2eff97fdd1d33a7ae0a8d2163f68a1d> /System/Library/Frameworks/GLKit.framework/GLKit
0x1c799e000 - 0x1c79cbfff GSS arm64e  <eec24dfdf3683c67ad58a81885ff6bcc> /System/Library/Frameworks/GSS.framework/GSS
0x1c7b45000 - 0x1c7cc9fff MLCompute arm64e  <5c33e40cc3123117ac5ca03809678a48> /System/Library/Frameworks/MLCompute.framework/MLCompute
0x1c7d09000 - 0x1c7d8ffff MPSImage arm64e  <e840623d60e93126b1707d1ee80f6b9b> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1c7d90000 - 0x1c7db6fff MPSMatrix arm64e  <9ed118a2df1f365f8ad86ac3755bb2e2> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1c7db7000 - 0x1c7df1fff MPSNDArray arm64e  <3d598a46571c3de990c3eb91ac364bb0> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
0x1c7df2000 - 0x1c7e3afff MPSRayIntersector arm64e  <ed66e72903243683bc4c6d020cfbe132> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1c7e3b000 - 0x1c7e3bfff MetalPerformanceShaders arm64e  <1237ca52c0cb3a9f8eb9092b223a80f4> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1c81d8000 - 0x1c81d8fff MobileCoreServices arm64e  <f91ed54e4a8f3180b311ead827257e9a> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1c8dc0000 - 0x1c8dc8fff OpenGLES arm64e  <110bd129653b365281f8218e50eef407> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1c8dc9000 - 0x1c8dcafff libCVMSPluginSupport.dylib arm64e  <5f67f6e0c22f39d2a55f47bdfb533b11> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1c8dcb000 - 0x1c8dd1fff libCoreFSCache.dylib arm64e  <3e00e01aeb2630e7973751700390f5cd> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1c8dd2000 - 0x1c8dd7fff libCoreVMClient.dylib arm64e  <918fdadf04683ad8a7b696cf30f64d53> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1c8dd8000 - 0x1c8de1fff libGFXShared.dylib arm64e  <c80c5f7c6877308db9c48bec7f305d6f> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1c8f9a000 - 0x1c9060fff PDFKit arm64e  <fe295dbc992d3f058d117c48bb5867c0> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1c906f000 - 0x1c90aafff QuickLookThumbnailing arm64e  <85cfa32371733c73817afdeb17687dde> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1c99ef000 - 0x1c99effff UIKit arm64e  <9548e1f9335e369385444eda26b7dbeb> /System/Library/Frameworks/UIKit.framework/UIKit
0x1cabf2000 - 0x1cabf5fff AFKUser arm64e  <e564c8f1a96f30a88af6cbd957fe1219> /System/Library/PrivateFrameworks/AFKUser.framework/AFKUser
0x1cacba000 - 0x1caf40fff ANECompiler arm64e  <b0ba1cc822883d7d9bc450afd20c3e6a> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
0x1caf41000 - 0x1caf55fff ANEServices arm64e  <d6d78422f6193e4ba89eb0e56065a92b> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1caf5a000 - 0x1cb019fff APFS arm64e  <015e5415d2993c39bf30335174e07b1c> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1cb01a000 - 0x1cb020fff ASEProcessing arm64e  <41e01d6e59953ae6911ce3b9254154f2> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1cb841000 - 0x1cb846fff AggregateDictionary arm64e  <6429bf54f842383f87d73b4f0c4666d8> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1cb9db000 - 0x1cbab1fff AirPlaySync arm64e  <c9ededfcbcff3af0821c68389339a151> /System/Library/PrivateFrameworks/AirPlaySync.framework/AirPlaySync
0x1cbbba000 - 0x1cbbd6fff AlgosScoreFramework arm64e  <99028404ec3c31e0bcbe3de71a7309fb> /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/AlgosScoreFramework
0x1cbd00000 - 0x1cbe89fff AppC3D arm64e  <9c8446c45afc3cb68adaad29f6c40a1e> /System/Library/PrivateFrameworks/AppC3D.framework/AppC3D
0x1cbe8a000 - 0x1cbeacfff AppConduit arm64e  <b9b852301ed1332ca7c96a4cda28ec4e> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1cd2e4000 - 0x1cd2f3fff AppleFSCompression arm64e  <10f7ff6b4fa035c49e41f6f76c660542> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1cd301000 - 0x1cd325fff AppleIDSSOAuthentication arm64e  <0b78da2c62033e1e858d65beaaa023f7> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1cd326000 - 0x1cd36bfff AppleJPEG arm64e  <ae8b9a0c6075355baa29813bf5110130> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1cd40b000 - 0x1cd41efff AppleNeuralEngine arm64e  <a11c3f99651e3f13a75a291e1dc8572c> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1cd428000 - 0x1cd44cfff AppleSauce arm64e  <dbb0b2a0655b37afb2968036bdf48c21> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1cdcbb000 - 0x1cdcc5fff CMCaptureCore arm64e  <2442683ea568390688d8041ff32b0837> /System/Library/PrivateFrameworks/CMCaptureCore.framework/CMCaptureCore
0x1cdcdf000 - 0x1cdceefff CPMS arm64e  <999b3fe797a5374c86511e578c562852> /System/Library/PrivateFrameworks/CPMS.framework/CPMS
0x1cdcef000 - 0x1cdcfefff CTCarrierSpace arm64e  <bae68e7904543f80b50842415a155855> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1ce003000 - 0x1ce00efff CaptiveNetwork arm64e  <6f914041dbc83fe6a78ddad84c4d1b49> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1ce19f000 - 0x1ce1c3fff CellularPlanManager arm64e  <50b9ede5b72b39f09cc13fa11621f8a5> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x1ce1ec000 - 0x1ce23bfff ChunkingLibrary arm64e  <b9b16f9f83d130b6af25e869a5e939bc> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1ce69d000 - 0x1ce6a4fff CommonAuth arm64e  <40718cb7309736c09047325a3dfc370f> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x1ce77c000 - 0x1ce77ffff ConstantClasses arm64e  <5d690ef5cc7738f9a02930dd2488360c> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x1ce8dc000 - 0x1ce9d7fff CoreBrightness arm64e  <efdb6c37a6173dada07becda8d67dfdc> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1cea43000 - 0x1cea50fff CoreDuetDaemonProtocol arm64e  <987cbd2eb84f3813beaf122ff1a42bac> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1cea53000 - 0x1cea55fff CoreDuetDebugLogging arm64e  <07e4965c43113fe78a8f20f1e257d8b1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1cea64000 - 0x1cea76fff CoreEmoji arm64e  <f91b221cc30138cf85eaf1df5d93b903> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1cf09e000 - 0x1cf0a2fff CoreOptimization arm64e  <375f1501244632e49cbf5b860d478f00> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1cf0a3000 - 0x1cf15ffff CorePDF arm64e  <446d8518b301379686148748a5e495b2> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1cf160000 - 0x1cf168fff CorePhoneNumbers arm64e  <c22483c7030633399389e0e81112ec3f> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1cf169000 - 0x1cf1c0fff CorePrediction arm64e  <e45b639f47713c3c9b13818c013b7087> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1cfb78000 - 0x1cfba2fff CoreSVG arm64e  <9ce70e262d903607846de8d3652b53a3> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
0x1cfdb9000 - 0x1cfdbdfff DAAPKit arm64e  <ae893eeb90ac3fd7951b360bbd55f1e7> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x1cfe02000 - 0x1cfe3efff DataDetectorsNaturalLanguage arm64e  <f3edf8e458413658a1e7d8a4321d2d77> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
0x1cfe9c000 - 0x1cfed1fff DeviceIdentity arm64e  <48927908910a3144b0a10ccfda8f3a86> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1d0158000 - 0x1d0192fff DocumentManager arm64e  <512d1af14ace37c7b828b15f99f4c3eb> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1d0193000 - 0x1d01b1fff DocumentManagerCore arm64e  <636fe26321573c5aafc87ae548ea5efc> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1d0238000 - 0x1d023afff DragUI arm64e  <5cadb3a3dc1134dc9a279439befee747> /System/Library/PrivateFrameworks/DragUI.framework/DragUI
0x1d026b000 - 0x1d029cfff EAP8021X arm64e  <c11a9420b0043505bde300b5b3acec40> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1d02cc000 - 0x1d02e1fff Engram arm64e  <36a7bd63f77031cc956d3aa39ec099d3> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1d041a000 - 0x1d0420fff ExtensionFoundation arm64e  <d7ef192e25b03e2795698e5023669a24> /System/Library/PrivateFrameworks/ExtensionFoundation.framework/ExtensionFoundation
0x1d05b0000 - 0x1d05bcfff FSEvents arm64e  <99c7b07af30137af8b5dc4112df1932e> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
0x1d05e1000 - 0x1d09f4fff FaceCore arm64e  <c0b0cecb5de5371eade5aded8f48cca8> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1d09fb000 - 0x1d0a00fff FeatureFlagsSupport arm64e  <2b28836c473f3be9b5694a32ebfd912c> /System/Library/PrivateFrameworks/FeatureFlagsSupport.framework/FeatureFlagsSupport
0x1d0ba2000 - 0x1d0ce4fff libFontParser.dylib arm64e  <f54d59ac57933249839792d85d31fa84> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1d0ce5000 - 0x1d0cedfff libGSFont.dylib arm64e  <4d4074ce23cd3317859fca4e364ba6e7> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
0x1d0cee000 - 0x1d0d2bfff libGSFontCache.dylib arm64e  <5c5b8aec25c63dd69ddc91ec347e0e27> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1d0d91000 - 0x1d0d9efff libhvf.dylib arm64e  <02e28642439036c5b5d0092aa0ef7a1e> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x1d1a51000 - 0x1d1a6ffff GenerationalStorage arm64e  <7a0c46fb74793cd3a4d27b028420ce14> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1d1a70000 - 0x1d1a7dfff GraphVisualizer arm64e  <e07a065e5c3f39b38a98944c195c96da> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1d1aab000 - 0x1d1ab7fff HID arm64e  <d444d6bb57663576b31c6d91193dd225> /System/Library/PrivateFrameworks/HID.framework/HID
0x1d1d57000 - 0x1d1dc9fff Heimdal arm64e  <b4834a8fd50a3a2682ca36e830c697b5> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x1d21be000 - 0x1d2232fff HomeSharing arm64e  <25d243b4b3f832da8d2db04605b9612d> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x1d25a9000 - 0x1d25b2fff IOKitten arm64e  <75f9eb18acba3faf930004df726d6a3d> /System/Library/PrivateFrameworks/IOKitten.framework/IOKitten
0x1d25b3000 - 0x1d25b5fff IOSurfaceAccelerator arm64e  <218acab8117f31a18854d295e6963527> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1d25dd000 - 0x1d25e4fff IdleTimerServices arm64e  <666a2892b47339dfa691e06c60b99f50> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1d26b4000 - 0x1d26c1fff IntentsFoundation arm64e  <4ae64cc7970437e6bb87ae50f93de0c4> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1d26db000 - 0x1d26ddfff InternationalTextSearch arm64e  <63620d98a7383ab489026512bcf8d12c> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1d26de000 - 0x1d26fafff IntlPreferences arm64e  <b28e2cd73be6317893eef1f47efc888c> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1d2960000 - 0x1d2966fff LinguisticData arm64e  <8dff5cad25133da1bfbed98c958cc97d> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1d2bb7000 - 0x1d2bb7fff Marco arm64e  <ffb9057ffcac3413b02295ff8f0c8596> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1d2ec8000 - 0x1d318efff MediaLibraryCore arm64e  <5adc3bc2d91a375db8371637950bca77> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x1d318f000 - 0x1d31e1fff MediaPlatform arm64e  <e1bd0f78b03a3798b05fde4c864b429a> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x1d35d2000 - 0x1d36a4fff MetalTools arm64e  <3bd33294ec583803b088b2ff66530f39> /System/Library/PrivateFrameworks/MetalTools.framework/MetalTools
0x1d3733000 - 0x1d376cfff MobileBluetooth arm64e  <a2754151eccb383bbab2d8e57f5372e1> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1d37ed000 - 0x1d37f3fff MobileSystemServices arm64e  <c840119f1cb13378b7bb8bc2878487e9> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1d3cf4000 - 0x1d3d33fff OTSVG arm64e  <10aedfae8f2d3c538555db11c9f7d4b1> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1d4377000 - 0x1d43a1fff Pasteboard arm64e  <51d4e52518303785bc847b6de7ebc17c> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
0x1d43d1000 - 0x1d43dbfff PersonaKit arm64e  <cbd72173f8193e17b857d78f6993c909> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1d4422000 - 0x1d4422fff PhoneNumbers arm64e  <acd113c985ce351ba38d325f3b412c1e> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1d4629000 - 0x1d4673fff PhysicsKit arm64e  <8d7ac40cbb083fc1a06980035d4a341c> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1d471e000 - 0x1d4729fff PointerUIServices arm64e  <d4b955b568d83136abde5de90b7e18ef> /System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices
0x1d5c00000 - 0x1d5c0bfff RTCReporting arm64e  <f21395cd55f736feb604358e62160ae6> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1d5f4b000 - 0x1d5f5bfff RemoteTextInput arm64e  <7fdec7042c3f33ec8bc40bd58168517d> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1d5ffb000 - 0x1d5ffffff RevealCore arm64e  <a1c374eb8d9133fba1778c7e1b3864a3> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
0x1d7b0c000 - 0x1d7b16fff SignpostCollection arm64e  <c934fb3542623d3ba0e27b8d4d0008c9> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1d7b17000 - 0x1d7b17fff SignpostMetrics arm64e  <510052bc2b173ba5b7786cef28dad85e> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
0x1d7b19000 - 0x1d7b56fff SignpostSupport arm64e  <cf7e5270ac953d0795606d6a58bcdae4> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1d874b000 - 0x1d874bfff SoftLinking arm64e  <09787ff7596f3c30b996dafe6efc77ca> /System/Library/PrivateFrameworks/SoftLinking.framework/SoftLinking
0x1d8b47000 - 0x1d8b85fff StreamingZip arm64e  <4a4ce8e8f12c36fcb99eca0130513b3d> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1d8b8d000 - 0x1d8b97fff SymptomDiagnosticReporter arm64e  <719efb62e171351492daac70fef4bb0c> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1d8bc8000 - 0x1d8be4fff SymptomPresentationFeed arm64e  <eba06df06b193c80af89a136572e9a66> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/SymptomPresentationFeed
0x1d8c21000 - 0x1d8c31fff TCC arm64e  <32a914201ec83acd99b8838c4a7fc80b> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1d9507000 - 0x1d95bafff TextureIO arm64e  <3d381bb7222030d28ed5af45a6ad72e9> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1d97ec000 - 0x1d97f3fff URLFormatting arm64e  <e14301a0b2493e0ba048a04e1919ec8e> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1daac4000 - 0x1daac5fff WatchdogClient arm64e  <c2ac1adb1a3c369db3aa7d7c9bd3b9d3> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
0x1dae2f000 - 0x1db56ffff libwebrtc.dylib arm64e  <dcc13f91e5613aefad4670f7358aa090> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1dbb28000 - 0x1dbb2bfff XCTTargetBootstrap arm64e  <de8929352cf13ba293104dd80b7d41c5> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1dbbc6000 - 0x1dbbe5fff caulk arm64e  <4ec06f67b8d3360fb8b58f5a904ebc17> /System/Library/PrivateFrameworks/caulk.framework/caulk
0x1de1bd000 - 0x1de1c2fff kperf arm64e  <0bdabb8da6d83bb1b4fe278afab6d35f> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1de1c3000 - 0x1de1cbfff kperfdata arm64e  <31a790c4352936e0b1d050e9bc64b2bd> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1de1cc000 - 0x1de1e2fff libEDR arm64e  <5fd819d2546b3c39be1f9f6432122458> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1de1fb000 - 0x1de20bfff perfdata arm64e  <57b7888103013f9381f1f19974d1a9fb> /System/Library/PrivateFrameworks/perfdata.framework/perfdata
0x1de20c000 - 0x1de23bfff vCard arm64e  <a922cc4455c132b5bd490a068c827cf0> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1dea9f000 - 0x1deadefff libAWDSupport.dylib arm64e  <f2018a479dba34b3ad900708574ca51d> /usr/lib/libAWDSupport.dylib
0x1deadf000 - 0x1dee7ffff libAWDSupportFramework.dylib arm64e  <627181793a5a36489e5ceffd6ff6a954> /usr/lib/libAWDSupportFramework.dylib
0x1df00f000 - 0x1df01efff libAudioStatistics.dylib arm64e  <9dab6db632a3364399428812c8bd94ac> /usr/lib/libAudioStatistics.dylib
0x1df1c2000 - 0x1df1f4fff libCRFSuite.dylib arm64e  <56755c30e50c3756870f46ade976897a> /usr/lib/libCRFSuite.dylib
0x1df1f5000 - 0x1df1f6fff libCTGreenTeaLogger.dylib arm64e  <6fe82a00fab3304e9e76891f00b9354c> /usr/lib/libCTGreenTeaLogger.dylib
0x1df1f7000 - 0x1df201fff libChineseTokenizer.dylib arm64e  <1a93b9d124a332f2b5e807cd1de469c7> /usr/lib/libChineseTokenizer.dylib
0x1df498000 - 0x1df49ffff libIOReport.dylib arm64e  <b776ffbe44723ac0bcd6352e4450b4be> /usr/lib/libIOReport.dylib
0x1df51b000 - 0x1df522fff libMatch.1.dylib arm64e  <16848f014db336549ff27c5b034bd6a7> /usr/lib/libMatch.1.dylib
0x1df63e000 - 0x1df63ffff libThaiTokenizer.dylib arm64e  <c853e3cc8165397490ef20ce97948d3d> /usr/lib/libThaiTokenizer.dylib
0x1df8ab000 - 0x1df8adfff libapp_launch_measurement.dylib arm64e  <4ebf359bb7a7325d98004f1b99d6fa12> /usr/lib/libapp_launch_measurement.dylib
0x1df8ae000 - 0x1df8c4fff libapple_nghttp2.dylib arm64e  <605659a5d877341ba3737336615a3095> /usr/lib/libapple_nghttp2.dylib
0x1df8c5000 - 0x1df956fff libate.dylib arm64e  <7c350d30683a3274a3e280b697f5d528> /usr/lib/libate.dylib
0x1df9e7000 - 0x1df9f7fff libbsm.0.dylib arm64e  <2af1ba56570b39c5bd69874bff995a6f> /usr/lib/libbsm.0.dylib
0x1df9f8000 - 0x1dfa04fff libbz2.1.0.dylib arm64e  <b28dd143bd053e97a3c0e6dc919eae57> /usr/lib/libbz2.1.0.dylib
0x1dfa05000 - 0x1dfa05fff libcharset.1.dylib arm64e  <0b03cd28416133ea8ce3ac944caa74e6> /usr/lib/libcharset.1.dylib
0x1dfa06000 - 0x1dfa17fff libcmph.dylib arm64e  <97cda63f8d8c37068b2ed84129933dec> /usr/lib/libcmph.dylib
0x1dfa18000 - 0x1dfa36fff libcompression.dylib arm64e  <2d1fa073d8053a9eaace04564b4860d6> /usr/lib/libcompression.dylib
0x1dfa37000 - 0x1dfa4dfff libcoretls.dylib arm64e  <da2bd2f7f05239a18c55ba0117c59d3b> /usr/lib/libcoretls.dylib
0x1dfa4e000 - 0x1dfa4ffff libcoretls_cfhelpers.dylib arm64e  <76494581d8ec336b956d14cef03e0b22> /usr/lib/libcoretls_cfhelpers.dylib
0x1dfa75000 - 0x1dfa7cfff libcupolicy.dylib arm64e  <c438197bf51a3fbbbce3778a97c85504> /usr/lib/libcupolicy.dylib
0x1dfa7d000 - 0x1dfa84fff libdns_services.dylib arm64e  <f923a2901b263f27988a5feda73b4d2c> /usr/lib/libdns_services.dylib
0x1dfaa3000 - 0x1dfaa7fff libenergytrace.dylib arm64e  <52966a15a91e3ba2aea8d98c81f48f8b> /usr/lib/libenergytrace.dylib
0x1dfaa8000 - 0x1dfac1fff libexpat.1.dylib arm64e  <f8d9d056a5b63c369abbdb413a60599e> /usr/lib/libexpat.1.dylib
0x1dfaeb000 - 0x1dfaeffff libgermantok.dylib arm64e  <c31706503b133f4d92a524a468a64ca8> /usr/lib/libgermantok.dylib
0x1dfaf0000 - 0x1dfaf5fff libheimdal-asn1.dylib arm64e  <31806f0c003235c8840319628da8e60a> /usr/lib/libheimdal-asn1.dylib
0x1dfaf6000 - 0x1dfbe7fff libiconv.2.dylib arm64e  <79d4893880f2381f93704b13a93b1350> /usr/lib/libiconv.2.dylib
0x1dfc06000 - 0x1dfc07fff liblangid.dylib arm64e  <441bdfc8b4443e1a8fef429cd2335f9e> /usr/lib/liblangid.dylib
0x1dfc08000 - 0x1dfc13fff liblockdown.dylib arm64e  <a01eca8337d63d62be2df5236e7fd73f> /usr/lib/liblockdown.dylib
0x1dfc14000 - 0x1dfc2cfff liblzma.5.dylib arm64e  <010b201489573da5aa8c7b0852439cd1> /usr/lib/liblzma.5.dylib
0x1dfc5b000 - 0x1dfcb1fff libmecab.dylib arm64e  <c83cdbb8c94136c39bb23d76a07cb527> /usr/lib/libmecab.dylib
0x1dfeed000 - 0x1dff00fff libmis.dylib arm64e  <a49cec87b4f03575859ae8b47c1c6a49> /usr/lib/libmis.dylib
0x1dff01000 - 0x1dff17fff libnetworkextension.dylib arm64e  <fbda03ac83433ef08d671eadf0d9e5c6> /usr/lib/libnetworkextension.dylib
0x1e02c2000 - 0x1e02fdfff libpcap.A.dylib arm64e  <c78cf9d4972b3e2bbe897aeb9b59b9ee> /usr/lib/libpcap.A.dylib
0x1e02fe000 - 0x1e030bfff libperfcheck.dylib arm64e  <0e64680484a73167a22081723780a8fb> /usr/lib/libperfcheck.dylib
0x1e0313000 - 0x1e0325fff libprequelite.dylib arm64e  <6ed383b0be3c393397331cf1e48574ab> /usr/lib/libprequelite.dylib
0x1e0326000 - 0x1e0338fff libprotobuf-lite.dylib arm64e  <afab139aa55d35ae986e665d6a633011> /usr/lib/libprotobuf-lite.dylib
0x1e0339000 - 0x1e039afff libprotobuf.dylib arm64e  <79d4b9b244443e5880aef02e70b035e7> /usr/lib/libprotobuf.dylib
0x1e0439000 - 0x1e0451fff libresolv.9.dylib arm64e  <d27a840d65993fffbd1a3c606598880c> /usr/lib/libresolv.9.dylib
0x1e0452000 - 0x1e0454fff libsandbox.1.dylib arm64e  <3b9909f374d738c093563d81d64b0ddb> /usr/lib/libsandbox.1.dylib
0x1e049c000 - 0x1e049ffff libutil.dylib arm64e  <af241b79c7fe386495e4a6c2483eedfb> /usr/lib/libutil.dylib
0x1e04a0000 - 0x1e058cfff libxml2.2.dylib arm64e  <d36d6a565db130269e4b1d2fd2595a9c> /usr/lib/libxml2.2.dylib
0x1e05bb000 - 0x1e05ccfff libz.1.dylib arm64e  <cf6652657d9b3cf8910140a63357fa2c> /usr/lib/libz.1.dylib
0x1e082c000 - 0x1e0831fff libcache.dylib arm64e  <95ea8f419aee3b26af5bca27b579d251> /usr/lib/system/libcache.dylib
0x1e0832000 - 0x1e083ffff libcommonCrypto.dylib arm64e  <f77673ca175733fa9b678e1fb0f9c511> /usr/lib/system/libcommonCrypto.dylib
0x1e0840000 - 0x1e0843fff libcompiler_rt.dylib arm64e  <a9445d9ccac1329e9203cdcabb520ceb> /usr/lib/system/libcompiler_rt.dylib
0x1e0844000 - 0x1e084cfff libcopyfile.dylib arm64e  <44a492a51b4b360dabd9d47da13d2fc2> /usr/lib/system/libcopyfile.dylib
0x1e0932000 - 0x1e0932fff liblaunch.dylib arm64e  <6eb4b289527b3335b602ac76700441cd> /usr/lib/system/liblaunch.dylib
0x1e0933000 - 0x1e0938fff libmacho.dylib arm64e  <57c258368ebd34859320269989903067> /usr/lib/system/libmacho.dylib
0x1e0939000 - 0x1e093bfff libremovefile.dylib arm64e  <521f4fd0d7ad3e68826315c49fa08494> /usr/lib/system/libremovefile.dylib
0x1e093c000 - 0x1e093dfff libsystem_blocks.dylib arm64e  <2df2fb0e3db835beb7a8e1ba370de403> /usr/lib/system/libsystem_blocks.dylib
0x1e093e000 - 0x1e0940fff libsystem_collections.dylib arm64e  <05802caeab98393e9a9f7480fa6bd917> /usr/lib/system/libsystem_collections.dylib
0x1e0941000 - 0x1e0945fff libsystem_configuration.dylib arm64e  <cfd43ebc732e3fdfaa01d2a7b7287a22> /usr/lib/system/libsystem_configuration.dylib
0x1e0946000 - 0x1e0958fff libsystem_containermanager.dylib arm64e  <8a1755b048c232a9ac923f1b5073c28c> /usr/lib/system/libsystem_containermanager.dylib
0x1e0959000 - 0x1e095afff libsystem_coreservices.dylib arm64e  <e2c346d27aba304abbd57caf2f95dddb> /usr/lib/system/libsystem_coreservices.dylib
0x1e095b000 - 0x1e0964fff libsystem_darwin.dylib arm64e  <fc234bac09613db9afbc51c54b536fde> /usr/lib/system/libsystem_darwin.dylib
0x1e0965000 - 0x1e096dfff libsystem_dnssd.dylib arm64e  <3bfcc2d108093297983dd97980f498b7> /usr/lib/system/libsystem_dnssd.dylib
0x1e096e000 - 0x1e0970fff libsystem_featureflags.dylib arm64e  <768215fa64da36cc88d0cd4477e78139> /usr/lib/system/libsystem_featureflags.dylib
0x1e0971000 - 0x1e099efff libsystem_m.dylib arm64e  <e0ceadffe5f63a36bb66b7032586a1d0> /usr/lib/system/libsystem_m.dylib
0x1e099f000 - 0x1e09a5fff libsystem_platform.dylib arm64e  <4f256518f4e435c7ba0e3f0c26b9d24e> /usr/lib/system/libsystem_platform.dylib
0x1e09a6000 - 0x1e09a6fff libsystem_product_info_filter.dylib arm64e  <440f41e74dcb3ba69c8f899c9713cb7f> /usr/lib/system/libsystem_product_info_filter.dylib
0x1e09a7000 - 0x1e09b2fff libsystem_pthread.dylib arm64e  <3690509ee1e03f8c8935688b599c0303> /usr/lib/system/libsystem_pthread.dylib
0x1e09b3000 - 0x1e09b6fff libsystem_sandbox.dylib arm64e  <0b8928ee11603b00a6c3c50be6686457> /usr/lib/system/libsystem_sandbox.dylib
0x1e09b7000 - 0x1e09c1fff libunwind.dylib arm64e  <3402ad4a2a0f3170b7ca8502818e1941> /usr/lib/system/libunwind.dylib
0x1e09c2000 - 0x1e09f8fff libxpc.dylib arm64e  <b247010424003575a30a563c5d057b4a> /usr/lib/system/libxpc.dylib
0x1e1f51000 - 0x1e205efff AVFAudio arm64e  <fcbae8e28d70338f8125e48f82b0e9da> /System/Library/Frameworks/AVFAudio.framework/AVFAudio
0x1e24db000 - 0x1e24e8fff CMImaging arm64e  <f073b228281b3227b3b8a7bf200b2469> /System/Library/PrivateFrameworks/CMImaging.framework/CMImaging
0x1e24e9000 - 0x1e24fffff CinematicFraming arm64e  <39e294a38fc33bb29e445341bbecafdc> /System/Library/PrivateFrameworks/CinematicFraming.framework/CinematicFraming
0x1e3393000 - 0x1e33a5fff SpotlightLinguistics arm64e  <ef723adb57e234cd864a120ddaefb9c0> /System/Library/PrivateFrameworks/SpotlightLinguistics.framework/SpotlightLinguistics

EOF

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions