expo: Expo-updates 0.2.10 crashes on iOS

šŸ› Bug Report

Summary of Issue

When opening the iOS build (bare workflow), it crashes.

After googling the crashlogs lines I found out that it’s related to expo-updates (https://github.com/expo/expo/issues/8488, https://github.com/expo/expo/issues/8362, etc.).

The thing is that it creates both bundle and manifest successfully (did console.logs inside node_modules/expo-updates/scripts/createManifest.js).

I even did expo publish, just in case. It didn’t work neither before nor after that.

Environment - output of expo diagnostics & the platform(s) you’re targeting

  Expo CLI 3.21.13 environment info:
    System:
      OS: macOS 10.15.3
      Shell: 5.7.1 - /bin/zsh
    Binaries:
      Node: 12.16.3 - ~/.nvm/versions/node/v12.16.3/bin/node
      Yarn: 1.22.4 - /usr/local/bin/yarn
      npm: 6.14.4 - ~/.nvm/versions/node/v12.16.3/bin/npm
    IDEs:
      Android Studio: 3.6 AI-192.7142.36.36.6392135
      Xcode: 11.4.1/11E503a - /usr/bin/xcodebuild
    npmPackages:
      expo: ~38.0.8 => 38.0.8
      react: ~16.11.0 => 16.11.0
      react-dom: ~16.11.0 => 16.11.0
      react-native: ~0.62.2 => 0.62.2
      react-native-web: ~0.11.7 => 0.11.7

Reproducible Demo

attaching the crashlog below (it’s huge, but github doesn’t allow attaching text files)

sorry, cannot create a repo with the app (will take too much time to detach the business logic from the reproducible example). but attaching package.json and can send other files if needed.

Steps to Reproduce

  1. Initialize a managed expo app (sdk 38)
  2. Eject it (when initializing already bare app, many things are missing, so this way is better)
  3. Build the app & send to app store connect
  4. Run it on a device (using TestFlight)

Expected Behavior vs Actual Behavior

App starts successfully

Attachments

package.json

{
  "scripts": {
    "start": "react-native start",
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "web": "expo start --web",
    "test": "jest",
    "extract-intl": "NODE_ENV=development extract-messages -l=en -o src/translations -d en --flat 'src/**/!(*.test).js' && node scripts/sort-translations.js"
  },
  "dependencies": {
    "@react-native-community/geolocation": "^2.0.2",
    "@react-native-firebase/app": "^8.2.0",
    "@react-native-firebase/auth": "^8.1.2",
    "@react-native-firebase/database": "^7.3.2",
    "babel-plugin-inline-import": "^3.0.0",
    "base-64": "^0.1.0",
    "buffer": "^5.6.0",
    "expo": "~38.0.8",
    "expo-asset": "~8.1.7",
    "expo-constants": "~9.1.1",
    "expo-font": "~8.2.1",
    "expo-linear-gradient": "^8.2.1",
    "expo-screen-orientation": "~1.1.1",
    "expo-splash-screen": "~0.3.1",
    "expo-status-bar": "^1.0.2",
    "expo-updates": "~0.2.10",
    "formik": "^2.1.4",
    "intl": "^1.2.5",
    "prop-types": "^15.7.2",
    "react": "~16.11.0",
    "react-dom": "~16.11.0",
    "react-intl": "^4.7.6",
    "react-native": "~0.62.2",
    "react-native-geocoding": "^0.4.0",
    "react-native-gesture-handler": "~1.6.1",
    "react-native-google-autocomplete": "^0.1.9",
    "react-native-input-code": "^1.0.0",
    "react-native-keyboard-aware-scroll-view": "^0.9.1",
    "react-native-maps": "0.27.1",
    "react-native-paper": "^3.10.1",
    "react-native-phone-input": "^0.2.4",
    "react-native-raw-bottom-sheet": "^2.2.0",
    "react-native-reanimated": "~1.9.0",
    "react-native-responsive-screen": "^1.4.1",
    "react-native-screens": "~2.9.0",
    "react-native-shadow": "^1.2.2",
    "react-native-svg": "^12.1.0",
    "react-native-swipe-gestures": "^1.0.5",
    "react-native-unimodules": "~0.10.1",
    "react-native-vector-icons": "^7.0.0",
    "react-native-web": "~0.11.7",
    "react-router-native": "^5.2.0",
    "sentry-expo": "^2.1.2",
    "yup": "^0.29.1"
  },
  "devDependencies": {
    "@babel/core": "^7.8.6",
    "babel-jest": "~25.2.6",
    "babel-preset-expo": "~8.1.0",
    "extract-react-intl-messages": "^2.3.3",
    "jest": "~25.2.6",
    "react-test-renderer": "~16.11.0",
    "shelljs": "^0.8.4"
  },
  "private": true,
  "name": "myapp",
  "version": "1.0.0"
}

crashlog.crash

Hardware Model:      iPhone10,4
Process:             userapp [8239]
Path:                /private/var/containers/Bundle/Application/E2CFFE09-85F5-4FED-82FF-657CEBEF2978/userapp.app/userapp
Identifier:          com.myapp.userapp
Version:             3 (1.0.2)
AppStoreTools:       11E707
Beta:                YES
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           com.myapp.userapp [2318]


Date/Time:           2020-07-17 16:57:16.5614 +0200
Launch Time:         2020-07-17 16:57:15.8359 +0200
OS Version:          iPhone OS 13.0 (17A577)
Release Type:        User
Baseband Version:    3.00.02
Report Version:      104

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

Last Exception Backtrace:
0   CoreFoundation                	0x1af6ef278 __exceptionPreprocess + 220 (NSException.m:199)
1   libobjc.A.dylib               	0x1af4180a4 objc_exception_throw + 56 (objc-exception.mm:565)
2   userapp                       	0x100fa507c __44-[EXUpdatesEmbeddedAppLoader downloadAsset:]_block_invoke + 1180 (EXUpdatesEmbeddedAppLoader.m:72)
3   libdispatch.dylib             	0x1af3bc658 _dispatch_call_block_and_release + 24 (init.c:1408)
4   libdispatch.dylib             	0x1af3bd1cc _dispatch_client_callout + 16 (object.m:495)
5   libdispatch.dylib             	0x1af39a7c0 _dispatch_lane_serial_drain$VARIANT$armv81 + 564 (inline_internal.h:2487)
6   libdispatch.dylib             	0x1af39b1d8 _dispatch_lane_invoke$VARIANT$armv81 + 400 (queue.c:3820)
7   libdispatch.dylib             	0x1af3a44c0 _dispatch_workloop_worker_thread + 576 (queue.c:6380)
8   libsystem_pthread.dylib       	0x1af40cfa8 _pthread_wqthread + 276 (pthread.c:2323)
9   libsystem_pthread.dylib       	0x1af40fae4 start_wqthread + 8

Thread 0 name:
Thread 0:
0   libsystem_kernel.dylib        	0x00000001af4c65f4 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001af4c5a60 mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                	0x00000001af66c918 __CFRunLoopServiceMachPort + 216 (CFRunLoop.c:2575)
3   CoreFoundation                	0x00000001af667a38 __CFRunLoopRun + 1444 (CFRunLoop.c:2931)
4   CoreFoundation                	0x00000001af66716c CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192)
5   GraphicsServices              	0x00000001b949f328 GSEventRunModal + 104 (GSEvent.c:2246)
6   UIKitCore                     	0x00000001b36d1d0c UIApplicationMain + 1936 (UIApplication.m:4687)
7   userapp                       	0x0000000100f58968 main + 88 (main.m:7)
8   libdyld.dylib                 	0x00000001af4f2424 start + 4

Thread 1 name:
Thread 1:
0   libcorecrypto.dylib           	0x00000001af47b694 AccelerateCrypto_SHA256_compress + 612
1   libcorecrypto.dylib           	0x00000001af45c230 ccdigest_update + 284 (ccdigest_update.c:39)
2   libcorecrypto.dylib           	0x00000001af45a438 ccdigest + 148 (ccdigest.c:19)
3   libcommonCrypto.dylib         	0x00000001e41f4d60 CCDigest + 80 (CommonDigest.c:123)
4   libcommonCrypto.dylib         	0x00000001e41f5aec CC_SHA256 + 40 (CommonDigest.c:324)
5   userapp                       	0x0000000100faa2e8 +[EXUpdatesUtils sha256WithData:] + 120 (EXUpdatesUtils.m:29)
6   userapp                       	0x0000000100f9e424 -[EXUpdatesAppLoader handleAssetDownloadWithData:response:asset:] + 228 (EXUpdatesAppLoader.m:180)
7   userapp                       	0x0000000100fa50e4 __44-[EXUpdatesEmbeddedAppLoader downloadAsset:]_block_invoke.75 + 84 (EXUpdatesEmbeddedAppLoader.m:80)
8   libdispatch.dylib             	0x00000001af3bc658 _dispatch_call_block_and_release + 24 (init.c:1408)
9   libdispatch.dylib             	0x00000001af3bd1cc _dispatch_client_callout + 16 (object.m:495)
10  libdispatch.dylib             	0x00000001af396c00 _dispatch_queue_override_invoke + 668 (inline_internal.h:2487)
11  libdispatch.dylib             	0x00000001af3a3194 _dispatch_root_queue_drain + 344 (inline_internal.h:2528)
12  libdispatch.dylib             	0x00000001af3a3934 _dispatch_worker_thread2 + 116 (queue.c:6563)
13  libsystem_pthread.dylib       	0x00000001af40cf68 _pthread_wqthread + 212 (pthread.c:2336)
14  libsystem_pthread.dylib       	0x00000001af40fae4 start_wqthread + 8

Thread 2 name:
Thread 2 Crashed:
0   libsystem_kernel.dylib        	0x00000001af4e7ebc __pthread_kill + 8
1   libsystem_pthread.dylib       	0x00000001af407c20 pthread_kill$VARIANT$armv81 + 192 (pthread.c:1456)
2   libsystem_c.dylib             	0x00000001af358844 abort + 100 (abort.c:99)
3   libc++abi.dylib               	0x00000001af4b07d4 abort_message + 128 (abort_message.cpp:76)
4   libc++abi.dylib               	0x00000001af4b09c4 demangling_terminate_handler() + 296 (cxa_default_handlers.cpp:66)
5   libobjc.A.dylib               	0x00000001af418358 _objc_terminate() + 124 (objc-exception.mm:701)
6   libc++abi.dylib               	0x00000001af4bd304 std::__terminate(void (*)()) + 16 (cxa_handlers.cpp:59)
7   libc++abi.dylib               	0x00000001af4bd29c std::terminate() + 44 (cxa_handlers.cpp:87)
8   libdispatch.dylib             	0x00000001af3bd1e0 _dispatch_client_callout + 36 (object.m:498)
9   libdispatch.dylib             	0x00000001af39a7c0 _dispatch_lane_serial_drain$VARIANT$armv81 + 564 (inline_internal.h:2487)
10  libdispatch.dylib             	0x00000001af39b1d8 _dispatch_lane_invoke$VARIANT$armv81 + 400 (queue.c:3820)
11  libdispatch.dylib             	0x00000001af3a44c0 _dispatch_workloop_worker_thread + 576 (queue.c:6380)
12  libsystem_pthread.dylib       	0x00000001af40cfa8 _pthread_wqthread + 276 (pthread.c:2323)
13  libsystem_pthread.dylib       	0x00000001af40fae4 start_wqthread + 8

Thread 3 name:
Thread 3:
0   libsystem_kernel.dylib        	0x00000001af4c65f4 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001af4c5a60 mach_msg + 72 (mach_msg.c:103)
2   libdispatch.dylib             	0x00000001af391564 _dispatch_mach_send_and_wait_for_reply + 564 (mach.c:830)
3   libdispatch.dylib             	0x00000001af391920 dispatch_mach_send_with_result_and_wait_for_reply$VARIANT$armv81 + 52 (mach.c:2006)
4   libxpc.dylib                  	0x00000001af2bd584 xpc_connection_send_message_with_reply_sync + 236 (connection.c:829)
5   Foundation                    	0x00000001afbd8e30 __NSXPCCONNECTION_IS_WAITING_FOR_A_SYNCHRONOUS_REPLY__ + 12 (NSXPCConnection.m:178)
6   Foundation                    	0x00000001af9b2c74 -[NSXPCConnection _sendInvocation:orArguments:count:methodSignature:selector:withProxy:] + 2608 (NSXPCConnection.m:1432)
7   CoreFoundation                	0x00000001af6f32fc ___forwarding___ + 592 (NSForwarding.m:3649)
8   CoreFoundation                	0x00000001af6f510c _CF_forwarding_prep_0 + 92
9   CoreServices                  	0x00000001afd28794 __59-[_LSXPCQueryResolver _resolveQueries:XPCConnection:error:]_block_invoke + 180 (LSQueryContext.mm:412)
10  CoreServices                  	0x00000001afd28424 -[_LSXPCQueryResolver _resolveQueries:XPCConnection:error:] + 784 (LSQueryContext.mm:434)
11  CoreServices                  	0x00000001afd26ef8 -[_LSQueryContext(Internal) _resolveQueries:XPCConnection:error:] + 172 (LSQueryContext.mm:175)
12  CoreServices                  	0x00000001afd26c40 -[_LSQueryContext(QueryResolution) resolveQueries:error:] + 84 (LSQueryContext.mm:122)
13  CoreServices                  	0x00000001afd9efe8 __45+[LSBundleProxy bundleProxyForCurrentProcess]_block_invoke_2 + 228 (LSBundleProxy.m:339)
14  libdispatch.dylib             	0x00000001af3bd1cc _dispatch_client_callout + 16 (object.m:495)
15  libdispatch.dylib             	0x00000001af3a0e5c _dispatch_lane_barrier_sync_invoke_and_complete + 56 (queue.c:993)
16  CoreServices                  	0x00000001afd9ee28 +[LSBundleProxy bundleProxyForCurrentProcess] + 156 (LSBundleProxy.m:331)
17  Foundation                    	0x00000001afa1e954 -[NSBundle appStoreReceiptURL] + 104 (NSBundle.m:937)
18  userapp                       	0x00000001010a68e8 +[GULAppEnvironmentUtil isAppStoreReceiptSandbox] + 196 (GULAppEnvironmentUtil.m:191)
19  userapp                       	0x00000001010a65e8 +[GULAppEnvironmentUtil isFromAppStore] + 76 (GULAppEnvironmentUtil.m:164)
20  userapp                       	0x0000000100ff8838 FIRPopulateProtoWithCommonInfoFromApp + 640 (FIRCoreDiagnostics.m:393)
21  userapp                       	0x0000000100ff9620 __42-[FIRCoreDiagnostics sendDiagnosticsData:]_block_invoke + 172 (FIRCoreDiagnostics.m:602)
22  libdispatch.dylib             	0x00000001af3bc658 _dispatch_call_block_and_release + 24 (init.c:1408)
23  libdispatch.dylib             	0x00000001af3bd1cc _dispatch_client_callout + 16 (object.m:495)
24  libdispatch.dylib             	0x00000001af39a7c0 _dispatch_lane_serial_drain$VARIANT$armv81 + 564 (inline_internal.h:2487)
25  libdispatch.dylib             	0x00000001af39b1d8 _dispatch_lane_invoke$VARIANT$armv81 + 400 (queue.c:3820)
26  libdispatch.dylib             	0x00000001af3a44c0 _dispatch_workloop_worker_thread + 576 (queue.c:6380)
27  libsystem_pthread.dylib       	0x00000001af40cfa8 _pthread_wqthread + 276 (pthread.c:2323)
28  libsystem_pthread.dylib       	0x00000001af40fae4 start_wqthread + 8

Thread 4 name:
Thread 4:
0   libsystem_kernel.dylib        	0x00000001af4e7cdc __psynch_mutexwait + 8
1   libsystem_pthread.dylib       	0x00000001af40a1a4 _pthread_mutex_firstfit_lock_wait + 92 (pthread_mutex.c:1221)
2   libsystem_pthread.dylib       	0x00000001af40a114 _pthread_mutex_firstfit_lock_slow$VARIANT$armv81 + 260 (pthread_mutex.c:1297)
3   userapp                       	0x0000000100f9e394 -[EXUpdatesAppLoader handleAssetDownloadWithData:response:asset:] + 84 (EXUpdatesAppLoader.m:174)
4   userapp                       	0x0000000100fa50e4 __44-[EXUpdatesEmbeddedAppLoader downloadAsset:]_block_invoke.75 + 84 (EXUpdatesEmbeddedAppLoader.m:80)
5   libdispatch.dylib             	0x00000001af3bc658 _dispatch_call_block_and_release + 24 (init.c:1408)
6   libdispatch.dylib             	0x00000001af3bd1cc _dispatch_client_callout + 16 (object.m:495)
7   libdispatch.dylib             	0x00000001af396c00 _dispatch_queue_override_invoke + 668 (inline_internal.h:2487)
8   libdispatch.dylib             	0x00000001af3a3194 _dispatch_root_queue_drain + 344 (inline_internal.h:2528)
9   libdispatch.dylib             	0x00000001af3a3934 _dispatch_worker_thread2 + 116 (queue.c:6563)
10  libsystem_pthread.dylib       	0x00000001af40cf68 _pthread_wqthread + 212 (pthread.c:2336)
11  libsystem_pthread.dylib       	0x00000001af40fae4 start_wqthread + 8

Thread 5 name:
Thread 5:
0   libsystem_kernel.dylib        	0x00000001af4c65f4 mach_msg_trap + 8
1   libsystem_kernel.dylib        	0x00000001af4c5a60 mach_msg + 72 (mach_msg.c:103)
2   CoreFoundation                	0x00000001af66c918 __CFRunLoopServiceMachPort + 216 (CFRunLoop.c:2575)
3   CoreFoundation                	0x00000001af667a38 __CFRunLoopRun + 1444 (CFRunLoop.c:2931)
4   CoreFoundation                	0x00000001af66716c CFRunLoopRunSpecific + 464 (CFRunLoop.c:3192)
5   Foundation                    	0x00000001af9a7408 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 228 (NSRunLoop.m:374)
6   Foundation                    	0x00000001af9a72e8 -[NSRunLoop(NSRunLoop) runUntilDate:] + 88 (NSRunLoop.m:421)
7   UIKitCore                     	0x00000001b3768aac -[UIEventFetcher threadMain] + 152 (UIEventFetcher.m:636)
8   Foundation                    	0x00000001afad7884 __NSThread__start__ + 848 (NSThread.m:724)
9   libsystem_pthread.dylib       	0x00000001af40c1f0 _pthread_start + 124 (pthread.c:895)
10  libsystem_pthread.dylib       	0x00000001af40faf0 thread_start + 8

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

Thread 7 name:
Thread 7:
0   userapp                       	0x0000000100fa3690 -[EXUpdatesDatabase _executeSql:withArgs:error:] + 128 (EXUpdatesDatabase.m:443)
1   userapp                       	0x0000000100fa3550 -[EXUpdatesDatabase assetWithKey:error:] + 132 (EXUpdatesDatabase.m:428)
2   userapp                       	0x0000000100f9dddc __47-[EXUpdatesAppLoader startLoadingFromManifest:]_block_invoke + 996 (EXUpdatesAppLoader.m:118)
3   libdispatch.dylib             	0x00000001af3bc658 _dispatch_call_block_and_release + 24 (init.c:1408)
4   libdispatch.dylib             	0x00000001af3bd1cc _dispatch_client_callout + 16 (object.m:495)
5   libdispatch.dylib             	0x00000001af39a7c0 _dispatch_lane_serial_drain$VARIANT$armv81 + 564 (inline_internal.h:2487)
6   libdispatch.dylib             	0x00000001af39b1d8 _dispatch_lane_invoke$VARIANT$armv81 + 400 (queue.c:3820)
7   libdispatch.dylib             	0x00000001af3a44c0 _dispatch_workloop_worker_thread + 576 (queue.c:6380)
8   libsystem_pthread.dylib       	0x00000001af40cfa8 _pthread_wqthread + 276 (pthread.c:2323)
9   libsystem_pthread.dylib       	0x00000001af40fae4 start_wqthread + 8

Thread 8 name:
Thread 8:
0   libsystem_kernel.dylib        	0x00000001af4e7cdc __psynch_mutexwait + 8
1   libsystem_pthread.dylib       	0x00000001af40a1a4 _pthread_mutex_firstfit_lock_wait + 92 (pthread_mutex.c:1221)
2   libsystem_pthread.dylib       	0x00000001af40a114 _pthread_mutex_firstfit_lock_slow$VARIANT$armv81 + 260 (pthread_mutex.c:1297)
3   userapp                       	0x0000000100f9e394 -[EXUpdatesAppLoader handleAssetDownloadWithData:response:asset:] + 84 (EXUpdatesAppLoader.m:174)
4   userapp                       	0x0000000100fa50e4 __44-[EXUpdatesEmbeddedAppLoader downloadAsset:]_block_invoke.75 + 84 (EXUpdatesEmbeddedAppLoader.m:80)
5   libdispatch.dylib             	0x00000001af3bc658 _dispatch_call_block_and_release + 24 (init.c:1408)
6   libdispatch.dylib             	0x00000001af3bd1cc _dispatch_client_callout + 16 (object.m:495)
7   libdispatch.dylib             	0x00000001af396c00 _dispatch_queue_override_invoke + 668 (inline_internal.h:2487)
8   libdispatch.dylib             	0x00000001af3a3194 _dispatch_root_queue_drain + 344 (inline_internal.h:2528)
9   libdispatch.dylib             	0x00000001af3a3934 _dispatch_worker_thread2 + 116 (queue.c:6563)
10  libsystem_pthread.dylib       	0x00000001af40cf68 _pthread_wqthread + 212 (pthread.c:2336)
11  libsystem_pthread.dylib       	0x00000001af40fae4 start_wqthread + 8

Thread 9:
0   libsystem_pthread.dylib       	0x00000001af40fadc start_wqthread + 0

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

Thread 2 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x00000001af4c05d8   x5: 0x000000016efbe460   x6: 0x000000000000006e   x7: 0x0000000000000700
    x8: 0x000000016efbf000   x9: 0x00000001af407b60  x10: 0x00000001af403724  x11: 0x000000000000000b
   x12: 0x00000001e65d4080  x13: 0x000000000000003b  x14: 0x0000000000000010  x15: 0x0000000000000000
   x16: 0x0000000000000148  x17: 0x0000000000000001  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x000000000000220b  x21: 0x000000016efbf0e0  x22: 0x00000001f6abffc0  x23: 0x000000028025fe80
   x24: 0x0000000000000114  x25: 0x000000016efbf0e0  x26: 0x0000000280267480  x27: 0x0000000000000000
   x28: 0x0000000000000000   fp: 0x000000016efbe3c0   lr: 0x00000001af407c20
    sp: 0x000000016efbe3a0   pc: 0x00000001af4e7ebc cpsr: 0x40000000
   esr: 0x56000080  Address size fault

Binary Images:
0x100f54000 - 0x1018abfff userapp arm64  <fafb3f1fea9c381c98bc6922dc89ddf0> /var/containers/Bundle/Application/E2CFFE09-85F5-4FED-82FF-657CEBEF2978/userapp.app/userapp
0x101e90000 - 0x101ef3fff dyld arm64  <71e9ef4f6fa335a5ba71a8e9b8b896d0> /usr/lib/dyld
0x103f58000 - 0x103f63fff libobjc-trampolines.dylib arm64  <6e436be5c87f3e3080f5eb2ef1bd623e> /usr/lib/libobjc-trampolines.dylib
0x1af29b000 - 0x1af2b1fff libsystem_trace.dylib arm64  <79d4de4b947f311bbcdae9c4cd2f7008> /usr/lib/system/libsystem_trace.dylib
0x1af2b2000 - 0x1af2e3fff libxpc.dylib arm64  <a6e2b3c75179382eaa9a0baf370ca00e> /usr/lib/system/libxpc.dylib
0x1af2e4000 - 0x1af2e4fff libsystem_blocks.dylib arm64  <64700faf961e31ae808a67760c2ed0d9> /usr/lib/system/libsystem_blocks.dylib
0x1af2e5000 - 0x1af361fff libsystem_c.dylib arm64  <ecf31943bf223776a215aa33323dc1e6> /usr/lib/system/libsystem_c.dylib
0x1af362000 - 0x1af3d5fff libdispatch.dylib arm64  <721c34ef4abd395f8285fecaa2457ba3> /usr/lib/system/libdispatch.dylib
0x1af3d6000 - 0x1af3f5fff libsystem_malloc.dylib arm64  <30a590ef478b367fa77221e905d08fea> /usr/lib/system/libsystem_malloc.dylib
0x1af3f6000 - 0x1af400fff libsystem_platform.dylib arm64  <99a37ba2fa9d3214acf92c7f7f8269b7> /usr/lib/system/libsystem_platform.dylib
0x1af401000 - 0x1af411fff libsystem_pthread.dylib arm64  <bbae706a650c3ce38f16cf068f398df0> /usr/lib/system/libsystem_pthread.dylib
0x1af412000 - 0x1af442fff libobjc.A.dylib arm64  <57088c15656f3e7ebc770454706906c3> /usr/lib/libobjc.A.dylib
0x1af443000 - 0x1af4aefff libcorecrypto.dylib arm64  <51d6aafde3ee3e1b8335670260b8b91e> /usr/lib/system/libcorecrypto.dylib
0x1af4af000 - 0x1af4c2fff libc++abi.dylib arm64  <b452a88342293eb3ae876ff843dc167c> /usr/lib/libc++abi.dylib
0x1af4c3000 - 0x1af4f0fff libsystem_kernel.dylib arm64  <6450fb9e23293cfaa69c56f94532a4ad> /usr/lib/system/libsystem_kernel.dylib
0x1af4f1000 - 0x1af522fff libdyld.dylib arm64  <8f3a474d45cc3991829f77b3b151ba86> /usr/lib/system/libdyld.dylib
0x1af523000 - 0x1af52afff libsystem_darwin.dylib arm64  <8d86cb0e41cb33baa9fd777627c0ee02> /usr/lib/system/libsystem_darwin.dylib
0x1af52b000 - 0x1af581fff libc++.1.dylib arm64  <e63839f48c7f3f7cbe908b0d049a7048> /usr/lib/libc++.1.dylib
0x1af582000 - 0x1af5c3fff libsystem_info.dylib arm64  <2ce669ff8d9a3bbd98cccdc0e2189d09> /usr/lib/system/libsystem_info.dylib
0x1af5c4000 - 0x1af937fff CoreFoundation arm64  <6e8ed431e5073897bf3aafd3d4c2c49f> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x1af938000 - 0x1af99efff SystemConfiguration arm64  <903f56b5189937b1ab20753e713d7e4a> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x1af99f000 - 0x1afc58fff Foundation arm64  <259ed3cda4153ee699f736ef7d74c662> /System/Library/Frameworks/Foundation.framework/Foundation
0x1afc59000 - 0x1afc8bfff libCRFSuite.dylib arm64  <307b50bc7ff932ddb262f6f7c7dcc44f> /usr/lib/libCRFSuite.dylib
0x1afc8c000 - 0x1afe04fff CoreServices arm64  <761d4c9613e1376fa36933951e782640> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x1afe05000 - 0x1afe66fff libSparse.dylib arm64  <040d231d24ea39a6b86e4dd5fd8676fb> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1afe67000 - 0x1b0353fff ImageIO arm64  <a2df747761863295b10a87fa3fc729ba> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x1b0354000 - 0x1b0356fff ConstantClasses arm64  <9622b5b7c2623b81a0868e7fb670747c> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x1b0357000 - 0x1b04f3fff CoreText arm64  <b9f5f2b9040a3137849b11bb57883cd4> /System/Library/Frameworks/CoreText.framework/CoreText
0x1b04f4000 - 0x1b061dfff Security arm64  <c27869a07c6137cdae2ef041e9d27db6> /System/Library/Frameworks/Security.framework/Security
0x1b061e000 - 0x1b06c0fff IOKit arm64  <404096a79b0a32878f09d2c9f4f7c226> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x1b06c1000 - 0x1b06f7fff libMobileGestalt.dylib arm64  <7d55026708a931d9acde8664c7a53fca> /usr/lib/libMobileGestalt.dylib
0x1b06f8000 - 0x1b0754fff libprotobuf.dylib arm64  <8c777325afbc391e94a380597faf3730> /usr/lib/libprotobuf.dylib
0x1b0755000 - 0x1b0766fff libprotobuf-lite.dylib arm64  <217ee60cdf193af7a58d9716c854f7cb> /usr/lib/libprotobuf-lite.dylib
0x1b0767000 - 0x1b09b8fff libicucore.A.dylib arm64  <0cd01992192d384f8a5feb4f30ed2e2e> /usr/lib/libicucore.A.dylib
0x1b09b9000 - 0x1b09e1fff CoreServicesInternal arm64  <1843a974648b3fe9b0b8141de1575f6b> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x1b09e2000 - 0x1b0a2afff WirelessDiagnostics arm64  <ec7371d70a6e3dd7a4c1c73e9e777c13> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x1b0a2b000 - 0x1b0a64fff libAWDSupport.dylib arm64  <3f246e83df443d26adb3ad814b6da57f> /usr/lib/libAWDSupport.dylib
0x1b0a65000 - 0x1b0eebfff CoreAudio arm64  <abdc2fb81f6b3c88bd0c6a189946797b> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1b0eec000 - 0x1b11b6fff CoreImage arm64  <1822eea1777339559061ad96ac1c4a74> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x1b11b7000 - 0x1b12a5fff LanguageModeling arm64  <3c0a4a9596c934e4b58b99aba8b34bef> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x1b12a6000 - 0x1b12ecfff Lexicon arm64  <9b6d77c2aa2a3bc7a0be1f7a5ee02ba9> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x1b12ed000 - 0x1b1470fff libsqlite3.dylib arm64  <369902f8acee31e994f2d84d32996244> /usr/lib/libsqlite3.dylib
0x1b1471000 - 0x1b14a0fff MobileKeyBag arm64  <7e04a8095b2939c2b3fa7884378b5f35> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1b14a1000 - 0x1b14aafff libsystem_notify.dylib arm64  <fa2e95aa2dc83587830d8b1e1dd5cfe1> /usr/lib/system/libsystem_notify.dylib
0x1b14ab000 - 0x1b1673fff CoreDuet arm64  <d20d8d133e70334ba4acd4ebfd32a947> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x1b1674000 - 0x1b17b5fff Montreal arm64  <6b146a8c50d73af98943a456bf5c0c33> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x1b17b6000 - 0x1b189cfff NLP arm64  <fc07a869455d3aa8a01b1b81712f26d6> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x1b189d000 - 0x1b18b8fff CellularPlanManager arm64  <6cbc9894a4103cd4995d8678ee65b1c3> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x1b18b9000 - 0x1b18f6fff AppSupport arm64  <0cd2043dbd173413b93e6305ad900dfb> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x1b18f7000 - 0x1b1dc1fff libnetwork.dylib arm64  <2bb56bfc3cbb3fcb9d2954fa9e3b060a> /usr/lib/libnetwork.dylib
0x1b1dc2000 - 0x1b1ec7fff ManagedConfiguration arm64  <45f2e1afe1f336c2ab74a9eddf7cb7ac> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x1b1ec8000 - 0x1b1ef1fff CoreServicesStore arm64  <40c765a19186311ea3d7be013b455117> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
0x1b1ef2000 - 0x1b1f11fff UserManagement arm64  <058a7dbf626435ea869042822646ce85> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1b1f12000 - 0x1b21c5fff CoreML arm64  <55173df5cf8b3fe2ab22fdc1ec5a9dc4> /System/Library/Frameworks/CoreML.framework/CoreML
0x1b21c6000 - 0x1b21dcfff ProtocolBuffer arm64  <42a7bcddd9533cc1838163fc9c003fcd> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1b21dd000 - 0x1b21f7fff CommonUtilities arm64  <e9c3bd10595c30b0924b3551f9a5c028> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1b21f8000 - 0x1b21f8fff libenergytrace.dylib arm64  <9b4b452b7b2c332b960ce237e5e42424> /usr/lib/libenergytrace.dylib
0x1b21f9000 - 0x1b2230fff RunningBoardServices arm64  <49791d5c188833aeb1dec21437318f27> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
0x1b2231000 - 0x1b22a4fff BaseBoard arm64  <92b2e9f4a323344ba3c2b9ae143ac697> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x1b22a5000 - 0x1b27eafff SiriTTS arm64  <313ac5816ee93ff0896ad48a324166a8> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x1b27eb000 - 0x1b2859fff CoreLocation arm64  <1f6d551964de34da912b8aa31e4a1f1e> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x1b2867000 - 0x1b28b7fff Accounts arm64  <bc13bbd00832395c87190990deff0562> /System/Library/Frameworks/Accounts.framework/Accounts
0x1b28b8000 - 0x1b28c8fff SharedWebCredentials arm64  <54125904ae4e319ea1c84b52b256318b> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x1b28c9000 - 0x1b2c12fff CFNetwork arm64  <403aed782d953895a722c027837d6618> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x1b2c13000 - 0x1b2cf2fff UIFoundation arm64  <46cb4aa3750d38d8b42df3671be0a6ba> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x1b2cf3000 - 0x1b3d77fff UIKitCore arm64  <3687ceea802a37f0b01c9a936b6124ee> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x1b3d78000 - 0x1b3d86fff AssertionServices arm64  <68c463e757453409947a002944ef3dd5> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1b3d87000 - 0x1b3e58fff CoreTelephony arm64  <bdffbe2be7d7344481f5e1728df8dd2c> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x1b3e59000 - 0x1b3e5efff AggregateDictionary arm64  <2dcd969c55bf3ed19e8f343e7dc9cb5f> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1b3e5f000 - 0x1b3e75fff libsystem_asl.dylib arm64  <e3db50fe359d361486612157b9755b4d> /usr/lib/system/libsystem_asl.dylib
0x1b3e76000 - 0x1b3eedfff CloudDocs arm64  <b4fa25fae72c38629a28bb9ad7e94d36> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x1b3eee000 - 0x1b4206fff CoreData arm64  <8c4d1eaa414f3a559c4771179a681cd0> /System/Library/Frameworks/CoreData.framework/CoreData
0x1b4207000 - 0x1b442efff Vision arm64  <ea063d85f2f9304b91b004344a322f81> /System/Library/Frameworks/Vision.framework/Vision
0x1b442f000 - 0x1b4472fff PhotoFoundation arm64  <e96e770fbef834d8bdfc16dcf0ec0419> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x1b4473000 - 0x1b44a1fff BoardServices arm64  <3d2ebbde851035fe9fe118af4c57aa2f> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
0x1b44a2000 - 0x1b4553fff libboringssl.dylib arm64  <1e8bf6de22303961b539d3072c3a3e67> /usr/lib/libboringssl.dylib
0x1b4554000 - 0x1b4562fff libsystem_networkextension.dylib arm64  <379e7e088d24349db87ee7c3ac4a0f5b> /usr/lib/system/libsystem_networkextension.dylib
0x1b4563000 - 0x1b4583fff CoreAnalytics arm64  <25ad030e7eb23998b6b274a5e3ccc25e> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1b4584000 - 0x1b46f2fff CloudKit arm64  <78b5edfc2d883a18b2a7965a5a96a92f> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x1b46f3000 - 0x1b473ffff SpringBoardServices arm64  <648b214126543a048e03dcf5e1fd966e> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x1b4740000 - 0x1b47b8fff FrontBoardServices arm64  <2bc2204956c83799a0e430ea6b334248> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1b47b9000 - 0x1b48d0fff Network arm64  <3cb9b7d2e23732da9500e5cd6c3ec115> /System/Library/Frameworks/Network.framework/Network
0x1b48d1000 - 0x1b492dfff libusrtcp.dylib arm64  <9cc6b710cd66358bb3ff9e82f5a98b3a> /usr/lib/libusrtcp.dylib
0x1b492e000 - 0x1b4935fff libsystem_symptoms.dylib arm64  <200bef10d9da30578c67646435a0f637> /usr/lib/system/libsystem_symptoms.dylib
0x1b4936000 - 0x1b57c8fff GeoServices arm64  <73de27aefc70372480f3e91466e83212> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x1b57c9000 - 0x1b57d1fff TCC arm64  <e9de603593d63210b1ba6a947b71a4a9> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1b57d2000 - 0x1b582bfff IMFoundation arm64  <5cdef5dc76b437d68cc9614ca582d295> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x1b582c000 - 0x1b598afff CoreUtils arm64  <a830c9f5a26e3762b50831811e3ef4a5> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x1b598b000 - 0x1b5a32fff IMSharedUtilities arm64  <ef64de83e5333082a3629f521ff42ba9> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
0x1b5a33000 - 0x1b5a80fff ImageCaptureCore arm64  <d0489a026020384394043f038291c3f2> /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore
0x1b5a81000 - 0x1b5a89fff libsystem_containermanager.dylib arm64  <211ece51b6823e6cbf3d9ac2758b0e73> /usr/lib/system/libsystem_containermanager.dylib
0x1b5a8a000 - 0x1b5b05fff AppleAccount arm64  <a4ad959dd2c93d40a02560307ada1efd> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1b5b06000 - 0x1b5b21fff ApplePushService arm64  <72a89a1e7c093d25830cdf6288a9f670> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1b5b22000 - 0x1b5c0bfff IDS arm64  <64c8cff27db03323a076cc9183dad1be> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x1b5c0c000 - 0x1b5d37fff IDSFoundation arm64  <e67af812b1c33c16bec9e0ac99f5388a> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x1b5d38000 - 0x1b5d39fff libCTGreenTeaLogger.dylib arm64  <2902691dd5933e1dbaaa91f975e13c8c> /usr/lib/libCTGreenTeaLogger.dylib
0x1b5d9a000 - 0x1b5e97fff CoreMedia arm64  <edbe25dc98373a69bdf7b6703f48579c> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x1b5e98000 - 0x1b5ea7fff UIKitServices arm64  <571f1f4621dc31be882f45b99da3773d> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x1b5ea8000 - 0x1b5efefff BackBoardServices arm64  <b2f0fbd6b60a364791b2bd6ad552ce93> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1b5eff000 - 0x1b614cfff QuartzCore arm64  <5d2389c9fc563789ab36898d07cc6ac5> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x1b614d000 - 0x1b630afff ColorSync arm64  <71c6d962b3133541ae29938f0839fe92> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1b630b000 - 0x1b6878fff CoreGraphics arm64  <d2208dd3922534898cf1045000ccdb89> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x1b6879000 - 0x1b69a9fff Contacts arm64  <ab2e21240ac63d48b6cdd5e0615cb11d> /System/Library/Frameworks/Contacts.framework/Contacts
0x1b69aa000 - 0x1b69d9fff UserNotifications arm64  <62b2caab7cbe3c0a86c33f00f375bca9> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1b69da000 - 0x1b69fdfff LocationSupport arm64  <779fbe501a1739a5b3a3ea92bac4baea> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
0x1b69fe000 - 0x1b6b50fff Sharing arm64  <356051ed37f33660a4a7ce85f05496ef> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x1b6b51000 - 0x1b7108fff WebKit arm64  <a334755c2fe7381a862cf15a73582630> /System/Library/Frameworks/WebKit.framework/WebKit
0x1b7109000 - 0x1b8ce9fff WebCore arm64  <e901465c333f308eb25be91608e5572b> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x1b8cea000 - 0x1b8d01fff libAccessibility.dylib arm64  <d02d47cdaea332cb8790c4893306acba> /usr/lib/libAccessibility.dylib
0x1b8d02000 - 0x1b8d0dfff AXCoreUtilities arm64  <70d7109b55433359978093a78996c1a3> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x1b8d0e000 - 0x1b8d82fff ContactsFoundation arm64  <25a7de55ded13875977c5d40eb6f16fe> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x1b8d83000 - 0x1b8d96fff PowerLog arm64  <746bf4e5d5d03adf930717c9b328a166> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1b8d97000 - 0x1b8da8fff IOSurface arm64  <1d8f244f267a3d53a10c897830584de6> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1b8da9000 - 0x1b949bfff MediaToolbox arm64  <baa6e5c2693c3a788769d23abfe88499> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x1b949c000 - 0x1b94a4fff GraphicsServices arm64  <0b84f06cfa0333a0a71c603b14256227> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1b94a5000 - 0x1b9585fff AccessibilityUtilities arm64  <6662fd2d016330e5ab3679908d8be466> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x1b9586000 - 0x1b9774fff AVFoundation arm64  <45f9be17d47e3a7d82ab41e8ec7dfee4> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1b9775000 - 0x1b97abfff OnBoardingKit arm64  <9e16aec5099e37a3acef9dcda4d1192d> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
0x1b97ac000 - 0x1b97f9fff MobileWiFi arm64  <2162249eff663934ae2925d8564cc886> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1b97fa000 - 0x1b9812fff MobileAsset arm64  <39acc89b67903b0884921e3c66ae028f> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1b9813000 - 0x1b9820fff libGSFont.dylib arm64  <355155adece3341d93d3d82bec50ad90> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
0x1b9821000 - 0x1b982afff FontServices arm64  <1c3523f098313557ad1c1841816707e6> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1b982b000 - 0x1b9974fff libFontParser.dylib arm64  <78f0de6fcc413e649243688a2e617062> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1b9975000 - 0x1b99bffff AXRuntime arm64  <af8b19eed3683f5fa395ca92b4246717> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x1b99c0000 - 0x1b99c2fff libAXSafeCategoryBundle.dylib arm64  <c990301c29f430638932718d90587916> /usr/lib/libAXSafeCategoryBundle.dylib
0x1b99c3000 - 0x1b9b03fff SearchFoundation arm64  <ecc463cb35e630a09f9dd2da181c7f7d> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x1b9b04000 - 0x1b9c22fff Preferences arm64  <146f19172c4a3e5295da64789f299351> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x1b9c23000 - 0x1ba267fff PhotoLibraryServices arm64  <cbfb63f69c4b34638ff4a2650381b49a> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x1ba268000 - 0x1ba4cbfff vImage arm64  <a97f61280f873ba49ed228b044b91f73> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1ba4cc000 - 0x1ba6f8fff AudioToolbox arm64  <98e625687c5f3f08a9298db9b1cbf6ec> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x1ba6f9000 - 0x1ba72ffff libAudioToolboxUtility.dylib arm64  <b9a5fbf3ddf038b5b980218b0e165892> /usr/lib/libAudioToolboxUtility.dylib
0x1ba730000 - 0x1ba8dbfff ContactsUI arm64  <23e53332d9c03fd184b8f98a50cd377d> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x1ba946000 - 0x1bab45fff Photos arm64  <8f2fee2e8490360baa52bab9e2178df6> /System/Library/Frameworks/Photos.framework/Photos
0x1bab46000 - 0x1babd4fff ShareSheet arm64  <36ca3fed80ee33ccacb1001ce162b7ff> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
0x1babe9000 - 0x1bac9cfff PDFKit arm64  <6afd2a3077b03d4791ad338c920c59be> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1bad1d000 - 0x1bad49fff DocumentManager arm64  <55f3067a21c73b079fd3b8a9b4910f48> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1bafa2000 - 0x1bb011fff AuthKit arm64  <0f8f7dea41563aa0a61c929bda6001a0> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x1bb012000 - 0x1bb416fff Intents arm64  <d3f2d8a100c23cc2b1ca75444278755f> /System/Library/Frameworks/Intents.framework/Intents
0x1bb42c000 - 0x1bb578fff WebKitLegacy arm64  <9226bfb6662f33d0b7097c8c76b5c6a6> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1bb579000 - 0x1bb5e1fff TextInput arm64  <87f57ba0f78336c5a66a8e4574b96b26> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x1bb5e2000 - 0x1bb65efff AXMediaUtilities arm64  <f46f106490d23434bc53006353408646> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
0x1bb65f000 - 0x1bb662fff XCTTargetBootstrap arm64  <6de317e4d9fa32c6a28e42ee98d6aede> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1bb663000 - 0x1bb718fff CorePDF arm64  <841d8e5f808d3132a99220e885433f6a> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1bb754000 - 0x1bbb0ffff MediaPlayer arm64  <1330731af6de3225914846f9ad2d3970> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x1bbb10000 - 0x1bbe18fff AppleMediaServices arm64  <576a7514dba937db99af8914892ca581> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x1bbe19000 - 0x1bbe40fff CacheDelete arm64  <e6dd1f6356923a169e70f8e5a28e888e> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1bbe41000 - 0x1bc002fff CoreMotion arm64  <b8d7b8207b833af0a284c1a64c5b8a50> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x1bc003000 - 0x1bc0f0fff AVFAudio arm64  <e13b46ba815337a69b64de88bff8becb> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x1bc30c000 - 0x1bc3c2fff CoreUI arm64  <2170593742943313a9798e53b50169b9> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1bc3c3000 - 0x1bc3e7fff AppSupportUI arm64  <62b04d28cf6a30a3a775085b319ae78c> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x1bc3e8000 - 0x1bc41dfff CoreVideo arm64  <a66eecdcc40c39ceb6bbcadaa274f73b> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1bc41e000 - 0x1bc652fff AudioToolboxCore arm64  <4f535727c7a83a289c3fc79c8b5132e9> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
0x1bc653000 - 0x1bc697fff CoreDuetContext arm64  <beb2677de6303557b87af264467c9450> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x1bc698000 - 0x1bc6d1fff SetupAssistant arm64  <e35405ac66553fc191ad8278479a04dc> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1bc6d2000 - 0x1bc78bfff TelephonyUtilities arm64  <7fa4bf17ce3d3d08a99d98e2933a5160> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x1bc78c000 - 0x1bc7b6fff PlugInKit arm64  <c3807763816c37b08918171580ab66e8> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1bc7b7000 - 0x1bcafbfff libswiftCore.dylib arm64  <90afc23c677e3c8182a71d93115c29cb> /usr/lib/swift/libswiftCore.dylib
0x1bcafc000 - 0x1bcc29fff AssistantServices arm64  <58b9b58a51c33e888e7734f269afa5b4> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x1bcc2a000 - 0x1bcc89fff ProactiveSupport arm64  <654a4bd187093be69684068c66639d8d> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1bcc8a000 - 0x1bcec1fff MapKit arm64  <8a71a43f4d50381c99604d306450744e> /System/Library/Frameworks/MapKit.framework/MapKit
0x1bcec2000 - 0x1bced9fff PrototypeTools arm64  <442d47d956b8321a9024f3aa239b6677> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1bceda000 - 0x1bcfc4fff MediaExperience arm64  <3eb8f3dfdf9e3c50822865e05fa4580d> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
0x1bcfc5000 - 0x1bd273fff Celestial arm64  <4ccb71b7f44a38dba9b3c0813d8e80f2> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x1bd48a000 - 0x1bdb84fff VectorKit arm64  <afa307a30f8d3b6cb5f9b019db2d6608> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x1bdb85000 - 0x1bdc53fff AVKit arm64  <a264fbcfde4a37f6b253668e6b542adc> /System/Library/Frameworks/AVKit.framework/AVKit
0x1bdc54000 - 0x1bdc82fff Pegasus arm64  <91b1a16896b63da1946bf967c3438b8a> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x1bdc83000 - 0x1bdc85fff libapp_launch_measurement.dylib arm64  <c9857afc9a3c325690ab15c7dd8bd405> /usr/lib/libapp_launch_measurement.dylib
0x1bdd5e000 - 0x1bddbffff CoreSpotlight arm64  <b2b29b7d547a363ebf72da1ad736aada> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x1bddc0000 - 0x1bde53fff AddressBookLegacy arm64  <18d9c6c424b232d0b379c445e920f2ff> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x1bde54000 - 0x1bde63fff CrashReporterSupport arm64  <33fc3028afc33b4d9d4374ac7cdeb205> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1bde64000 - 0x1bde76fff MobileBluetooth arm64  <b40bd506396f3c68b1b7432f32cc5d6b> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1bde77000 - 0x1bdf2efff LinkPresentation arm64  <3a058100e7823bbb8c3ab8aeca41c803> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation
0x1bdf64000 - 0x1bdf68fff libsystem_configuration.dylib arm64  <b6ee37e6298f3337ba33379a7c08da6d> /usr/lib/system/libsystem_configuration.dylib
0x1bdf69000 - 0x1bdfc0fff RemoteUI arm64  <f3a13a1feccd3b4d84a6957cb5d4d635> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
0x1bdfc1000 - 0x1be00ffff AuthKitUI arm64  <082733363cbd3c179e327105cefc3409> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
0x1be010000 - 0x1be074fff CoreRecognition arm64  <4d303b041a1a37f181941b91009ae3b7> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x1be075000 - 0x1be0f8fff Social arm64  <62150bf8f80239a1b1b1721592b6d772> /System/Library/Frameworks/Social.framework/Social
0x1be147000 - 0x1be155fff HangTracer arm64  <49a58e2f4d893706a3ce933c39907651> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1be156000 - 0x1be1bbfff CoreNLP arm64  <39586088136b3e519dd305e4a0619c84> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x1be1bc000 - 0x1be1bdfff liblangid.dylib arm64  <01a9dce0fdaf3f83819e1a9900aff6f9> /usr/lib/liblangid.dylib
0x1be1be000 - 0x1bef19fff JavaScriptCore arm64  <237f8b95443e323880223976e129ee59> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1bef1a000 - 0x1befa7fff libTelephonyUtilDynamic.dylib arm64  <c4e23fdc52ef3ba0bb0f7d8d04e206cc> /usr/lib/libTelephonyUtilDynamic.dylib
0x1befbc000 - 0x1bf235fff StoreServices arm64  <c1a4963535623a4abb059fdcdfc3cc3e> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x1bf236000 - 0x1bf23ffff IOMobileFramebuffer arm64  <493f8eda457432bfbbc0f9da4352a468> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1bf240000 - 0x1bf39cfff SafariServices arm64  <f63a65af80c832ee80ff2f0a0a596050> /System/Library/Frameworks/SafariServices.framework/SafariServices
0x1bf585000 - 0x1bf59efff CoreMaterial arm64  <d951517e87d334beaac0cd58b6b75f32> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
0x1bf59f000 - 0x1bf685fff libxml2.2.dylib arm64  <cf815c6068323220acdc38abc25516e0> /usr/lib/libxml2.2.dylib
0x1c0cd1000 - 0x1c0cdbfff SymptomAnalytics arm64  <86c878f42d9539f28ac68620b3c63d6e> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/SymptomAnalytics
0x1c0cdc000 - 0x1c0d23fff MetadataUtilities arm64  <b3de8083515135a9a956fe9bd8563328> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1c0d24000 - 0x1c0d7cfff UserActivity arm64  <7940c878bb463db19213899403c074a1> /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity
0x1c16ad000 - 0x1c18c7fff NetworkExtension arm64  <504a37e25c033ae68c519bb930c53e53> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x1c18c8000 - 0x1c18fefff DataDetectorsCore arm64  <f896cfd04a21372aa4027fbf7769c6eb> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1c18ff000 - 0x1c195ffff CalendarFoundation arm64  <7c2418655feb3529842eb48c43c92185> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x1c1960000 - 0x1c1a50fff EventKit arm64  <947f7272594b3270aec9a215c7633f4e> /System/Library/Frameworks/EventKit.framework/EventKit
0x1c1a51000 - 0x1c1a85fff MediaServices arm64  <efb77e0488773d6cb339c8c6a0ea4c4f> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x1c1ec3000 - 0x1c1f02fff BiometricKit arm64  <93c76b5107b0374bb54e8bfad971c744> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1c1f03000 - 0x1c1f2efff PersistentConnection arm64  <97aa867d66253d62846e7fac94593891> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1c1f2f000 - 0x1c1f82fff CalendarDaemon arm64  <c8a4198080263458beedfe6f4126ce04> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1c1f83000 - 0x1c2019fff CalendarDatabase arm64  <b7600bd41a2a34998c6ea5a7ef4df60e> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x1c201a000 - 0x1c21effff MediaRemote arm64  <35ac7ee2022f31dab8acda3d55314db6> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x1c21f0000 - 0x1c21f8fff CorePhoneNumbers arm64  <27a14e41b49b3c5891e69b3923f29b1a> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1c2209000 - 0x1c222dfff DuetActivityScheduler arm64  <33bc4a952de336c2a6153fac80ee3509> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x1c232a000 - 0x1c234cfff CoreSVG arm64  <8e585b66340636ac9cab3ba4e3b65b25> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
0x1c234d000 - 0x1c2366fff SymptomPresentationFeed arm64  <54a5b6aef66b3cc2b1171ece9d9536ba> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/SymptomPresentationFeed
0x1c2367000 - 0x1c2384fff ProactiveEventTracker arm64  <8ddaf69276f63fb2939f29b65512e1d2> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x1c2385000 - 0x1c238ffff MallocStackLogging arm64  <fcdaec04949b31439eb5567ab588de60> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
0x1c2390000 - 0x1c2424fff CoreSuggestions arm64  <e426a704e6853a2d98772be93c60862f> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x1c2425000 - 0x1c25cefff IMCore arm64  <6ccaaaccceea3a448a20859423db0e29> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x1c25cf000 - 0x1c261ffff DeviceManagement arm64  <984a625ab19c34019ea8cc830d3bae11> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
0x1c2df7000 - 0x1c2e03fff BluetoothManager arm64  <9c698b4d76c936f081277e5479837a7a> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x1c2e04000 - 0x1c2e39fff CoreBluetooth arm64  <d25ec80994be3055afe9f3bf0276b4ad> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1c2e3a000 - 0x1c2e3cfff libsystem_sandbox.dylib arm64  <ea3340412815338bb9a48c16df9818b0> /usr/lib/system/libsystem_sandbox.dylib
0x1c2f5f000 - 0x1c2f6bfff ContextKit arm64  <84799ecfc5553f98b6b4604d4c4e6c30> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
0x1c2f9a000 - 0x1c3002fff Rapport arm64  <2b48a1c8f8ed33d6bee7d51445b66fc2> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1c3003000 - 0x1c302ffff OSAnalytics arm64  <f0e3549c085d36efae292eed994ec9e2> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
0x1c3030000 - 0x1c305dfff MobileInstallation arm64  <5950387dca2635e688f572f7da55e4a4> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1c305e000 - 0x1c30f8fff Metal arm64  <b695df948d82337bb361dd80d5d08dbe> /System/Library/Frameworks/Metal.framework/Metal
0x1c30f9000 - 0x1c30fffff IOAccelerator arm64  <327f2073ac813a21a69b5e233cc3ce5b> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1c3100000 - 0x1c310bfff MediaAccessibility arm64  <4d2331dceedc3bf2bca005e769dd820f> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1c3129000 - 0x1c3130fff libsystem_dnssd.dylib arm64  <cba4f649a62e37db97b77f43053c7511> /usr/lib/system/libsystem_dnssd.dylib
0x1c3131000 - 0x1c3137fff PushKit arm64  <73c191a1d4593bf781c11bc5d86f3c33> /System/Library/Frameworks/PushKit.framework/PushKit
0x1c3138000 - 0x1c3238fff FileProvider arm64  <217802e0734c3655954a0f350067e113> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1c324c000 - 0x1c324dfff BackgroundTaskAgent arm64  <0c0644a7b75135e7bf6505662b95c3e9> /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent
0x1c324e000 - 0x1c3252fff LinguisticData arm64  <d1bd141f327c3b238c06ff10318f7acb> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1c3253000 - 0x1c326bfff CoreSDB arm64  <6ead5c76821f3b0481271f374c75bb91> /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
0x1c326c000 - 0x1c327cfff Categories arm64  <5c5f8d0168b03ba0b2c88bd0209c268c> /System/Library/PrivateFrameworks/Categories.framework/Categories
0x1c3297000 - 0x1c3352fff VideoToolbox arm64  <fe8bc9a55a3233f0905d250f4a8b920d> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x1c3788000 - 0x1c37e3fff PersonalizationPortrait arm64  <b98f36ede60830e19bd9b0ef8f0edcac> /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait
0x1c38aa000 - 0x1c38b2fff SymptomDiagnosticReporter arm64  <cc18d8df883d35d3b202614d2a47113e> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1c38b3000 - 0x1c38b5fff IOSurfaceAccelerator arm64  <5f87969720043b43b33b58d0c067f553> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1c38b6000 - 0x1c395efff AssetsLibraryServices arm64  <fddbfc4fe51739bc827de7711187f9c0> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x1c395f000 - 0x1c398efff DataAccessExpress arm64  <d78043d2abed3a9c9b65d23cf80260ca> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1c39fd000 - 0x1c3a12fff CoreFollowUp arm64  <da2bea53db2332ed923d13dd4d6d5276> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1c3a13000 - 0x1c3a1bfff FamilyCircle arm64  <e3f3c7875d7536c29c3b768a0f7aa450> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x1c3a1c000 - 0x1c3a31fff libcoretls.dylib arm64  <fe1082bf025b3f67894f2cd5d385e6c0> /usr/lib/libcoretls.dylib
0x1c3a87000 - 0x1c3b16fff libate.dylib arm64  <8fe169c31b1d36608f1bdfd17bee2316> /usr/lib/libate.dylib
0x1c4dcf000 - 0x1c4e1dfff FTServices arm64  <5189fe0b592339b0b4b8c7431ae8cdb5> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x1c4ecd000 - 0x1c4f05fff SAObjects arm64  <60c791af35ce3d4788a82aa0e0f5e0c6> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x1c4f06000 - 0x1c4f10fff CoreRecents arm64  <23fd1a7dd8823ef8b28027608cdd9c44> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1c4fb9000 - 0x1c4fc6fff DataMigration arm64  <2037475799c13b9588ea1e00c06e3a8a> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1c517a000 - 0x1c519efff IconServices arm64  <05b16cbe1e4b3a78bbd45e7e7aebde76> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
0x1c519f000 - 0x1c537ffff iTunesCloud arm64  <7af51143b90a3b95a4b5b44d4d2db266> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x1c5380000 - 0x1c55e4fff MusicLibrary arm64  <4e9169bafd043a0e958d7e79d63a7fce> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x1c55e5000 - 0x1c55e6fff WatchdogClient arm64  <8f2062c5282b38d38725cf41b01caa16> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
0x1c55e7000 - 0x1c55f8fff libprequelite.dylib arm64  <627ce2c6a3d838fc8baea646a225ca4b> /usr/lib/libprequelite.dylib
0x1c5617000 - 0x1c561cfff IDSKVStore arm64  <96ff6a015512354a845da8c9d103bb96> /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore
0x1c561d000 - 0x1c562dfff CoreEmoji arm64  <aff7ca7462a03f15a706738f81c00f6f> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1c56c2000 - 0x1c570efff ClassKit arm64  <803c9dad41e03e20aa4ff68fa89f51ac> /System/Library/Frameworks/ClassKit.framework/ClassKit
0x1c577a000 - 0x1c5784fff CPMS arm64  <0ac326d50d7632fda84a36af4c36c41d> /System/Library/PrivateFrameworks/CPMS.framework/CPMS
0x1c5785000 - 0x1c578dfff RTCReporting arm64  <583c1afe4f003b759f8ea5eb98e51817> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1c58e3000 - 0x1c592ffff MobileBackup arm64  <5d4b034941e837ccb719d0c3c2ef8147> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x1c59de000 - 0x1c59e5fff CoreTime arm64  <2c4dc46cc7ab3a26b1f0e9d921a1d3f9> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1c5a1a000 - 0x1c5b52fff IMDPersistence arm64  <ba748a71daca3eb4b2e5371485bee69a> /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
0x1c5bc9000 - 0x1c5bf2fff DistributedEvaluation arm64  <e0e748e7809139a28454b66fc7364051> /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation
0x1c5f7a000 - 0x1c5fcdfff ToneLibrary arm64  <736ad03fbc13344c97cfa9a5c4e1e3b6> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1c628f000 - 0x1c62adfff AppConduit arm64  <b8d0681d6b643b56bcd6240ebb7ec6b4> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1c62ae000 - 0x1c62c6fff IntlPreferences arm64  <da50ed6a0ea138b6ae66aec26d61fffb> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1c6616000 - 0x1c66e9fff CoreBrightness arm64  <3e0344d8c1ed3cef86dc422d3f1cffa0> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1c66ea000 - 0x1c66f1fff libIOReport.dylib arm64  <e81339e2d7523e5cbbb9e7ae0f70e418> /usr/lib/libIOReport.dylib
0x1c6881000 - 0x1c6a28fff libBNNS.dylib arm64  <ab051d6bc71a366c92027202de0c0553> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1c6a29000 - 0x1c6a2ffff StudyLog arm64  <688dbc035d3f35bf8c7f92bb2d7d1936> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1c6a30000 - 0x1c6ab4fff BulletinBoard arm64  <50e78564c2e23920bfc5cb0281467358> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
0x1c6ab5000 - 0x1c6b42fff iTunesStore arm64  <5ccb07727dce3e75b2c356c106165995> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x1c758d000 - 0x1c75e4fff SafariCore arm64  <c2c57c96142f33e9928db6716206e33f> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x1c75e5000 - 0x1c7638fff ScreenTimeCore arm64  <076e5b8fa1c03502a08d844d69048b92> /System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore
0x1c7c09000 - 0x1c7c35fff RTTUtilities arm64  <523c3f428b143eeaafbae2273d14b7d9> /System/Library/PrivateFrameworks/RTTUtilities.framework/RTTUtilities
0x1c7c36000 - 0x1c7c3dfff HearingCore arm64  <ce2836e5110f3870b9600c09c08c758b> /System/Library/PrivateFrameworks/HearingCore.framework/HearingCore
0x1c7c3e000 - 0x1c7c51fff LocalAuthentication arm64  <79b082bd09d03e1ebaaf8153d535f2d7> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1c7c52000 - 0x1c7c56fff CommunicationsFilter arm64  <18c05cc3a42f39ec97b7655733037345> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1c7c57000 - 0x1c7c79fff AddressBook arm64  <70b1ed4350a73ff2856ad9611cb594ea> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x1c7c7a000 - 0x1c7c85fff CaptiveNetwork arm64  <83c9a0d259353f99b8192f8e0bc87811> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1c7dd4000 - 0x1c7e86fff libBLAS.dylib arm64  <97018edaa9383cc5979933232fe53e3f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1c7e87000 - 0x1c7e95fff CTCarrierSpace arm64  <1662626dbf0c31838ac67f7531113722> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1c8654000 - 0x1c8720fff CoreParsec arm64  <ed8bbe5ee2253e8bbfacfeaf97fd2523> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x1c8721000 - 0x1c876efff CallHistory arm64  <13b2e2135c2b32abb04a7bed441a8302> /System/Library/PrivateFrameworks/CallHistory.framework/CallHistory
0x1c890e000 - 0x1c8927fff libtailspin.dylib arm64  <40822f94ff773e75ad16567d81a13856> /usr/lib/libtailspin.dylib
0x1c8985000 - 0x1c8999fff ContactsDonation arm64  <fd935810a9543b0b88618b551df54c4e> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1c89e3000 - 0x1c89ecfff MobileActivation arm64  <05c56ba5eff33c5582bed49180d89d08> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
0x1c89f2000 - 0x1c8a74fff HearingUtilities arm64  <fe851f2e8862332bbb13e275d083793b> /System/Library/PrivateFrameworks/HearingUtilities.framework/HearingUtilities
0x1c8a75000 - 0x1c8a81fff MobileIcons arm64  <4d2863332c533468b7cb06938418d291> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1c8a82000 - 0x1c8b82fff ResponseKit arm64  <f9966c0ecc653402804500f7ff71e302> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x1c8c49000 - 0x1c8c90fff CoreHaptics arm64  <872537d39f843cd0ac0fb4196943952f> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
0x1c8c91000 - 0x1c8d59fff ProofReader arm64  <f0617229187e368e9ca9ba973f4c934d> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1c8dc9000 - 0x1c8e49fff CoreSymbolication arm64  <a8a0c78dcb9d3096aa3dd6086acde19b> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1c8e4a000 - 0x1c8e50fff IdleTimerServices arm64  <d3469349773b3634b3e0d3d59eedd58e> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1c8f28000 - 0x1c8fe2fff VideoSubscriberAccount arm64  <638613b045673d4c849a9318424320ef> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x1c8ff7000 - 0x1c8ffafff FTClientServices arm64  <460560e0252232fd8feaba6a03dbb91c> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x1c8ffb000 - 0x1c9061fff ContactsUICore arm64  <3fb5c658a1da396c9f97ece7dcfb94b4> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1c946c000 - 0x1c94b3fff LoggingSupport arm64  <afca59aa414b3013bee0d7cc4badbd8f> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1c95b8000 - 0x1c9612fff ProtectedCloudStorage arm64  <7dfdf135e4c33d41ac8b5d17ac8e4b19> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1c96fc000 - 0x1c9705fff OpenGLES arm64  <6acdbed9e33330718b38bf141b50a5b8> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1c9866000 - 0x1c986efff libGFXShared.dylib arm64  <3e7d2b2fa25d3c78b9adcabd78d30e6b> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1c986f000 - 0x1c98a3fff SharedUtils arm64  <d684481876dc3e1ba29c71e35d6918d5> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1c98a4000 - 0x1c98f0fff PhotosFormats arm64  <96eb258ff05d38efbf8c9839ab01b127> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x1ca92e000 - 0x1ca96afff StreamingZip arm64  <54ccaab89ede353a8369d90cbf1806ca> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1cb57e000 - 0x1cb7a7fff SafariShared arm64  <5bb73a70bb9f309f931c02dc95731a31> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x1cb82d000 - 0x1cb830fff InternationalTextSearch arm64  <519416b6e3f33039a1b947d79a09918c> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1cb84d000 - 0x1cb869fff AssetCacheServices arm64  <817b88dd6a9c3d9daba96315ec1990d6> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x1cbd95000 - 0x1cc1c4fff AVConference arm64  <bc1f0e449e663aabb33ab068f2d997e7> /System/Library/PrivateFrameworks/AVConference.framework/AVConference
0x1cc1c5000 - 0x1cc1cafff IncomingCallFilter arm64  <4a6a581759943ba798e077a849445d1e> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x1cc1e6000 - 0x1cc1fefff NetworkStatistics arm64  <1f6b708c36023451b70910c9f2e8c925> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1cc655000 - 0x1cc65bfff Netrb arm64  <d695756d2be9393ca8bf395bf6c57eca> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1cc65f000 - 0x1cc68ffff EAP8021X arm64  <08ac056a748236f99259fccc91d1f69b> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1cc690000 - 0x1cc692fff OSAServicesClient arm64  <decad56c7be73e3dbf1c95d3154fa196> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
0x1cc829000 - 0x1cc82dfff libgermantok.dylib arm64  <de5ab34743893f8abaaa249b3e4a619b> /usr/lib/libgermantok.dylib
0x1cc82e000 - 0x1cc8e1fff libmecab.dylib arm64  <f0342517932e362fb01ee1ecc803d897> /usr/lib/libmecab.dylib
0x1cc8e2000 - 0x1cc91dfff Catalyst arm64  <4bc4f5806cf238a382d0c33f6e677448> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
0x1cca6f000 - 0x1ccaa9fff VoiceServices arm64  <ce39553694bf38b0893496c0f58abb0a> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x1ccaaa000 - 0x1ccbbffff Navigation arm64  <920c2e2799063225bdbcc3cdbb722edc> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1ccecd000 - 0x1ccedbfff CoreDuetDaemonProtocol arm64  <405f34168d243c47b8b0abb69ae52a32> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1ccedc000 - 0x1ccefbfff FTAWD arm64  <52c2195b46bc35e6812f03255a762f09> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1cde6e000 - 0x1cde70fff OAuth arm64  <b0e87677ca523e438e5424fb3e4687dd> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1ce120000 - 0x1ce15bfff DifferentialPrivacy arm64  <7e9f68f74afb34bebb7e94a92a4e4961> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1ce902000 - 0x1ce971fff libarchive.2.dylib arm64  <fd726ce971273a3eacf51f174930c55f> /usr/lib/libarchive.2.dylib
0x1ce972000 - 0x1ce9a1fff C2 arm64  <71dac0c8999e3221b703e36b9391fee4> /System/Library/PrivateFrameworks/C2.framework/C2
0x1ce9a2000 - 0x1ce9d6fff NaturalLanguage arm64  <238b5c9782d83083914272a49ce920f6> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
0x1cea6a000 - 0x1cea6bfff libsystem_coreservices.dylib arm64  <3dc8bd5d9913392798cfb0c1d392da83> /usr/lib/system/libsystem_coreservices.dylib
0x1cea7d000 - 0x1cea8efff libmis.dylib arm64  <c18ca43b336e377a979f45dab3a9ef7f> /usr/lib/libmis.dylib
0x1cea8f000 - 0x1ceae5fff WebBookmarks arm64  <6d87ca226f753ee19466c313916a3fee> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x1ceae6000 - 0x1ceaf3fff DCIMServices arm64  <1d261fe7010e3794b07e8e90030bc60f> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1ceaf4000 - 0x1cec45fff CloudPhotoLibrary arm64  <0de3673a82f535cd803b27a0f8666914> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1cec7e000 - 0x1cec86fff libcopyfile.dylib arm64  <9acbeab81d9833af8e1d058deb594bb8> /usr/lib/system/libcopyfile.dylib
0x1cec87000 - 0x1ceca6fff UsageTracking arm64  <f0ee272d440935f887bd5369ef79ca1e> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
0x1cefcc000 - 0x1cf059fff AccountsDaemon arm64  <34d648df658c334f846256605d1c0089> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x1cf05a000 - 0x1cf065fff AppleIDSSOAuthentication arm64  <35e85e7f00663b858efc4219244736d8> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1cf066000 - 0x1cf076fff SettingsFoundation arm64  <374562cdb7143ec48a18fb9fa8fb0edb> /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
0x1cf197000 - 0x1cf212fff Symbolication arm64  <aa01247486bd3255978a43f76ed50a56> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
0x1cf3c6000 - 0x1cf414fff ChunkingLibrary arm64  <adc42d837b2e34729c57e6d7daafbbf7> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1cf418000 - 0x1cf41cfff DAAPKit arm64  <3af80995d3eb362192314be0bec270f8> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x1cf8e1000 - 0x1cf8e3fff CoreDuetDebugLogging arm64  <95b163ebdae53b3380796d798e5ef45e> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1d039f000 - 0x1d03dcfff SignpostSupport arm64  <b9e347d76784356e88f628eaf4acfa00> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1d0609000 - 0x1d0612fff SignpostCollection arm64  <3b09efb3def332f59e4e0eb2acb84ae5> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1d0d30000 - 0x1d0d37fff URLFormatting arm64  <977f6466f64b3c76b93da6b906e38ccc> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1d0d4c000 - 0x1d0df3fff MMCS arm64  <061873ecab053129a7c6ed64cb93a87e> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x1d0e4c000 - 0x1d1070fff MobileSpotlightIndex arm64  <b60cc292f4fc307ea2eae0fcf461f143> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1d138e000 - 0x1d13d4fff CoreLocationProtobuf arm64  <3fa0b32afa703a42917484530eff89f1> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1d145f000 - 0x1d14dcfff Quagga arm64  <4a7711f075a33b5086d1576bb9c7bfe7> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1d1770000 - 0x1d177cfff libAXSpeechManager.dylib arm64  <e4cb75bb832c30f698b4057eb3f0cd99> /usr/lib/libAXSpeechManager.dylib
0x1d17e2000 - 0x1d17f6fff libEDR arm64  <9c1e1bb64d2635b4b57005421756a6c9> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1d2113000 - 0x1d23fafff VideoProcessing arm64  <180d9a73d517336eb8f2134a2db20b80> /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing
0x1d23fb000 - 0x1d2409fff libperfcheck.dylib arm64  <9ed7cf053c96350a8b432e78f934a7c0> /usr/lib/libperfcheck.dylib
0x1d240a000 - 0x1d2415fff libAudioStatistics.dylib arm64  <a37a70e1e8c53483adaabf337e4381d0> /usr/lib/libAudioStatistics.dylib
0x1d25cc000 - 0x1d25dcfff caulk arm64  <0d38336605a235b4a3de7106dda76f44> /System/Library/PrivateFrameworks/caulk.framework/caulk
0x1d261c000 - 0x1d2622fff MobileSystemServices arm64  <9ea931d97fbb3bdba2cb7680333823dc> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1d27bd000 - 0x1d27d4fff TextToSpeech arm64  <ee022a3eafee303da8306453a33f95f7> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x1d27da000 - 0x1d2813fff ViceroyTrace arm64  <dc81a79c06033d7a87682ed58d397e8a> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace
0x1d33d7000 - 0x1d33ebfff RemoteXPC arm64  <2ed78a90ac903cc9a45a817d5718aced> /System/Library/PrivateFrameworks/RemoteXPC.framework/RemoteXPC
0x1d3728000 - 0x1d3761fff libGLImage.dylib arm64  <b9182cf66b763b2c8f5f4a10726b5c00> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1d3b84000 - 0x1d3b95fff libSparseBLAS.dylib arm64  <45304d132b7f3f2aa6c12a35ac42a6eb> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1d3b96000 - 0x1d3ba9fff Engram arm64  <156810486e2431e1b6856a5094efbc72> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1d3c21000 - 0x1d3c5bfff DataDetectorsNaturalLanguage arm64  <cd8139dc0b2f3e75af981378ed06e436> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
0x1d3f36000 - 0x1d3f3efff FSEvents arm64  <3bd4b29855ba3140b0387aa59cbffb59> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
0x1d3f4e000 - 0x1d3fccfff CoreDAV arm64  <d4380570c94b301a8a7f2364685cdb56> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1d490c000 - 0x1d491cfff RemoteTextInput arm64  <f8b03ae12b18319dafca7228430c8cc8> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1d4945000 - 0x1d4974fff iCalendar arm64  <423c6676a5893a52b899c260d6f8343e> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1d4991000 - 0x1d499afff CloudPhotoServices arm64  <06f4af8df4f23f198e4d2687b0f8a13e> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1d49d8000 - 0x1d49ecfff libLinearAlgebra.dylib arm64  <9301580650f6374eb1878e82debdcbcb> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1d4a7c000 - 0x1d4b7efff ConfigurationEngineModel arm64  <54780b898b163e4eb6a20d5c847e5574> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
0x1d4b7f000 - 0x1d4b86fff CertUI arm64  <dc6905a6fb0e3e3d8fd3e9e358e752d9> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x1d4c8a000 - 0x1d4c98fff CoreAUC arm64  <7dcf4d1d9e0434cd9b25b345d4475af8> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1d567b000 - 0x1d56c2fff PhysicsKit arm64  <d3ddfc11f391359694c925f80f2da0a7> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1d56c3000 - 0x1d5714fff CorePrediction arm64  <a4032b803ec539499680eeb5b83f025f> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1d5b46000 - 0x1d5b91fff SafariSafeBrowsing arm64  <56579560843e3cd1a06524d0ea869168> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1d5f2b000 - 0x1d5fa0fff HomeSharing arm64  <acbdc8c4d7e03ddbaf54342d58c60c5c> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x1d602f000 - 0x1d604dfff GenerationalStorage arm64  <ee5c80d826ec383995fc420233f5c735> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1d60b1000 - 0x1d60bcfff PersonaKit arm64  <b93388cdd1bc3fa8923b4a2f2b9cbb3c> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1d60bd000 - 0x1d60c9fff PersonaUI arm64  <47bfe521196b39dda1f387574b7ca7e3> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1d64ca000 - 0x1d64cffff kperf arm64  <045f9b53d7cf3809b66ed7b192fd784f> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1d6659000 - 0x1d6667fff AssetsLibrary arm64  <fddf15416941304dbf7a4ef87964e165> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x1d6694000 - 0x1d66c4fff libpcap.A.dylib arm64  <196c4e16d9f33ee382b148ac0cb7ec95> /usr/lib/libpcap.A.dylib
0x1d6970000 - 0x1d6984fff WebUI arm64  <e7eb0b432ffc33ac92001906612c2305> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x1d6985000 - 0x1d699bfff SafariFoundation arm64  <080982168ca4360cbe8322d6793599b9> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x1d69e3000 - 0x1d6a7dfff libvDSP.dylib arm64  <c37ed49f5efe3b8cb99b28e28a0e6a92> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1d6a7e000 - 0x1d6aa9fff vCard arm64  <a88e3c59b1b03bb181356a5ad6df1957> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1d6aeb000 - 0x1d6b76fff SampleAnalysis arm64  <ea392bb2a01f3b50ba2f04a90ad87eb1> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1d6b77000 - 0x1d6b81fff IntentsFoundation arm64  <65d697dcce34349e8faef1c8a7cec5c9> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1d6d61000 - 0x1d6d63fff ParsecSubscriptionServiceSupport arm64  <b8a235361e423b2b8bb2edaea7b09b3f> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x1d6d64000 - 0x1d6df3fff MediaPlatform arm64  <1a8d7943a5323a5ca9d26695f804f36c> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x1d6df4000 - 0x1d70fffff MediaLibraryCore arm64  <c9ca62ea829d3f0d9518ecb157b0d332> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x1d715e000 - 0x1d7196fff PhotosImagingFoundation arm64  <56e93ab3ec5b3e5083d1a20126df7c91> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
0x1d7197000 - 0x1d71b9fff MediaConversionService arm64  <a8b04399071e374a94f2d5b0516ba82a> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
0x1d71ba000 - 0x1d71d7fff MediaStream arm64  <50a69c8287293f6da0895b11feb899fb> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1d71d8000 - 0x1d72d3fff CoreMediaStream arm64  <800fd1bc52d23bbc923f281354aeaaa9> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x1d75df000 - 0x1d75dffff Accelerate arm64  <d44195362ff435ed8dcd47a2dec3fd0f> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1d75e1000 - 0x1d78fcfff libLAPACK.dylib arm64  <3332a11be653371a9f91609c0df1c50c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1d78fd000 - 0x1d7901fff libQuadrature.dylib arm64  <f7a544e8b9373a49a715ffa190d74a6f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1d7902000 - 0x1d795bfff libvMisc.dylib arm64  <2f803273c2ef366b895f5f5e9abba9d6> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1d795c000 - 0x1d795cfff vecLib arm64  <81410d008159373a89ed0dcf354a2470> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1d7965000 - 0x1d7972fff AuthenticationServices arm64  <3a6f3fee85ff3f309f6b86def5da005d> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
0x1d7abd000 - 0x1d7b0dfff CoreMIDI arm64  <6546187011563044b392a21010c420ef> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x1d7cee000 - 0x1d7d14fff GLKit arm64  <ab1d237ac3543420a171861667f20d06> /System/Library/Frameworks/GLKit.framework/GLKit
0x1d7d15000 - 0x1d7d42fff GSS arm64  <d650a86015bb364b8e97bf444e358889> /System/Library/Frameworks/GSS.framework/GSS
0x1d7d56000 - 0x1d7d87fff MPSCore arm64  <d5e4af7ec44d39018e7e471ca7211179> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1d7d88000 - 0x1d7e01fff MPSImage arm64  <4bcf89398085321e8231c520bc6c9a53> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1d7e02000 - 0x1d7e23fff MPSMatrix arm64  <b021f83f20ac3250b05bf82508103613> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1d7e24000 - 0x1d7e37fff MPSNDArray arm64  <8c06aca64c0d35588b00322bf6e6d52f> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
0x1d7e38000 - 0x1d7fc8fff MPSNeuralNetwork arm64  <41cba9cfa1bf38ff96424c00c38318a3> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1d7fc9000 - 0x1d800efff MPSRayIntersector arm64  <f668d45acaac3639bc3ea4781ac166d4> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1d800f000 - 0x1d800ffff MetalPerformanceShaders arm64  <ff57b5e3a6f6383489928b9826ea488e> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1d801c000 - 0x1d801cfff MobileCoreServices arm64  <5c7f7d326b783500886661d7560ee877> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1d8027000 - 0x1d8028fff libCVMSPluginSupport.dylib arm64  <1a45c1e7905a3a6593863b80088d7361> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1d8029000 - 0x1d802efff libCoreFSCache.dylib arm64  <cfe2ec975a9e39539c994f3fa472ddd6> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1d802f000 - 0x1d8034fff libCoreVMClient.dylib arm64  <38d52f06c59431ac984987750aefb199> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1d8068000 - 0x1d809dfff QuickLookThumbnailing arm64  <a04b492347353f7db96f5ef06b839875> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1d83eb000 - 0x1d84ebfff SoundAnalysis arm64  <37463188351a3b22b559b690edb44cd1> /System/Library/Frameworks/SoundAnalysis.framework/SoundAnalysis
0x1d84ee000 - 0x1d84eefff UIKit arm64  <1f65f5b3ca573a8a903b7dcbd616dc6f> /System/Library/Frameworks/UIKit.framework/UIKit
0x1d8925000 - 0x1d8a6dfff ANECompiler arm64  <dbf5059826d632bab950fb1b96fed249> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
0x1d8a6e000 - 0x1d8a7efff ANEServices arm64  <ae5c4ba0d4d232059ff89e65f833cf66> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1d8b17000 - 0x1d8b1bfff ASEProcessing arm64  <d9c636356580344fbb24fb1fc8d0e411> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1d8b35000 - 0x1d8b96fff ICE arm64  <93494b12ed313481a92573fda9d1b50c> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ICE.framework/ICE
0x1d8b97000 - 0x1d8b97fff LegacyHandle arm64  <2382a62b664239d5916a0ad9a949aa8b> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/LegacyHandle.framework/LegacyHandle
0x1d8b98000 - 0x1d8b9efff SimpleKeyExchange arm64  <38f6be8306fa3265b858319157d959b8> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/SimpleKeyExchange.framework/SimpleKeyExchange
0x1d8b9f000 - 0x1d8b9ffff snatmap arm64  <4c2b1f77dda9366eb10e7d21b774ba98> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/snatmap.framework/snatmap
0x1d8c1a000 - 0x1d8c52fff AccessibilitySharedSupport arm64  <4ee35c981ef43a5888d8c1048187a725> /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/AccessibilitySharedSupport
0x1d8cae000 - 0x1d8cb9fff AccountSettings arm64  <4c3f497fbae53b5096ee51881db1b79c> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x1d944b000 - 0x1d95fcfff AppleCVA arm64  <76257719665e35e58f383ab9e469ce29> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA
0x1d966f000 - 0x1d967dfff AppleFSCompression arm64  <6172ec1d9c183858bd4f6d4b7dbffecd> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1d9684000 - 0x1d968efff AppleIDAuthSupport arm64  <2c4535cde7c53dfe9178e361311a359f> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1d968f000 - 0x1d96d0fff AppleJPEG arm64  <eecd5af5caa936218feeeaffe1b63b50> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1d96ec000 - 0x1d96fdfff AppleNeuralEngine arm64  <f018df38e8ab3a8bb04425250bbb5ccb> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1d9704000 - 0x1d9727fff AppleSauce arm64  <5f32e401b36b3683a5bf8b87cf3e014c> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1d985a000 - 0x1d98aefff AutoLoop arm64  <69003902714b3ef99c3c3b3e4fe29fc6> /System/Library/PrivateFrameworks/AutoLoop.framework/AutoLoop
0x1d991c000 - 0x1d994cfff Bom arm64  <b9c3f306e8f433ac9ebd39ad97b0f717> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1da3a7000 - 0x1da3aefff CommonAuth arm64  <4303dfd775d53dfe8337b0e0016247c0> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x1da54c000 - 0x1da635fff CoreAppleCVA arm64  <60a6b31622e33a9d9fa677a27fc8f4ee> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA
0x1da7c4000 - 0x1da7c8fff CoreOptimization arm64  <17ed8de622a43586aa89bda2d6740a3b> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1da8df000 - 0x1da8eafff DeviceIdentity arm64  <0d869483129f313ea67a249f8d8454f5> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1daa75000 - 0x1daa8efff DocumentManagerCore arm64  <0bc493041bfe3621ad63cbc4aa6d0e8f> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1dab42000 - 0x1db188fff Espresso arm64  <542650d52c743b33b0f4babe31c78613> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1db449000 - 0x1db85bfff FaceCore arm64  <fe33ff97db01302caa484a4bbb1db3ce> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1db92c000 - 0x1db940fff libGSFontCache.dylib arm64  <751b59889f3f3f2991cc0caec973ddd5> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1db9a4000 - 0x1db9b0fff libhvf.dylib arm64  <fa3507e176d435c1ab1014c8d0459d55> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x1db9d2000 - 0x1db9e6fff Futhark arm64  <2a3024ff5aad3e01bf63ab053fe461a9> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1dc6a9000 - 0x1dc6b5fff GraphVisualizer arm64  <4c1c4bc561f237dabe8bbb3a2a3e2c5b> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1dd005000 - 0x1dd074fff Heimdal arm64  <4d05e52311ba3134a23f45149a576416> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x1dd4e3000 - 0x1dd54dfff InertiaCam arm64  <b046bc649d3c37c0b4f1793c51cc8ee1> /System/Library/PrivateFrameworks/InertiaCam.framework/InertiaCam
0x1dd594000 - 0x1dd59afff InternationalSupport arm64  <5a91603e7b093afb8702a84f1ab4fa80> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1dd84f000 - 0x1dd84ffff Marco arm64  <2e0e3f75d5913b34aacd79eb888708aa> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1ddd03000 - 0x1ddd2cfff MetricsKit arm64  <5f3b64e1a44d3c7dac69a6bfc6b43121> /System/Library/PrivateFrameworks/MetricsKit.framework/MetricsKit
0x1ddd3a000 - 0x1ddd4cfff MobileDeviceLink arm64  <7f6d7a07be8d3d5ebb94bf2869257dcd> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x1ddd5e000 - 0x1ddd67fff MobileStorage arm64  <6ad480f877ab3536806506e0f95801bc> /System/Library/PrivateFrameworks/MobileStorage.framework/MobileStorage
0x1ddffe000 - 0x1de03dfff OTSVG arm64  <71362487eb4e391db8d3db7ce6405aee> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1de68b000 - 0x1de68bfff PhoneNumbers arm64  <d0e071a177e53ba385e64e49a87c3fad> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1dffbd000 - 0x1dffc9fff RemoteServiceDiscovery arm64  <f501dd4665953623be3d00aec697dd4b> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/RemoteServiceDiscovery
0x1e0022000 - 0x1e0026fff RevealCore arm64  <d9534286e984368daf68095a465370e9> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
0x1e01b8000 - 0x1e01c4fff SetupAssistantSupport arm64  <bd11c2502b833f95982c2fd6ce09c679> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1e01df000 - 0x1e01dffff SignpostMetrics arm64  <0e7986cae67d305ea36c7d3785c27ec5> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
0x1e020d000 - 0x1e0229fff SiriInstrumentation arm64  <b8cab9b3c4b53aab9c775effdb6e4d42> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
0x1e099d000 - 0x1e0ab9fff TextRecognition arm64  <c189f9981ef330298863eb04bc075090> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
0x1e0aba000 - 0x1e0b5cfff TextureIO arm64  <ed416208ac8d3da28e83b41916605198> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1e1974000 - 0x1e1e59fff libwebrtc.dylib arm64  <8f868fd7a5d83cf082015251ad7edd75> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1e1f21000 - 0x1e1f2efff WirelessCoexManager arm64  <ba2c5fadf91e3495a6abc1ca55f826d7> /System/Library/PrivateFrameworks/WirelessCoexManager.framework/WirelessCoexManager
0x1e1fe0000 - 0x1e1fe8fff kperfdata arm64  <94f4bfaa44c63019aae6580bbb8a93b3> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1e1fe9000 - 0x1e2030fff ktrace arm64  <56c4f2423ec43ea6b46ae002f4d950f7> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1e2049000 - 0x1e2055fff perfdata arm64  <54510be1d1483caa84354a413e1e9c63> /System/Library/PrivateFrameworks/perfdata.framework/perfdata
0x1e2056000 - 0x1e2064fff zudp arm64  <1015172013b132358f4b8010d7816ab9> /System/Library/PrivateFrameworks/zudp.framework/zudp
0x1e23e4000 - 0x1e23e4fff libAWDProtobufFacetimeiMessage.dylib arm64  <077446ae6b313f8cb74b50685e8ad7d0> /usr/lib/libAWDProtobufFacetimeiMessage.dylib
0x1e245a000 - 0x1e2753fff libAWDSupportFramework.dylib arm64  <64edcc8283223888ac719ce1527fd47d> /usr/lib/libAWDSupportFramework.dylib
0x1e2901000 - 0x1e290bfff libChineseTokenizer.dylib arm64  <0311edb0f8ef335eb4123a52d3d21ce0> /usr/lib/libChineseTokenizer.dylib
0x1e2930000 - 0x1e2ae3fff libFosl_dynamic.dylib arm64  <a1bbe5a6674532159078edd3db7eb0f8> /usr/lib/libFosl_dynamic.dylib
0x1e2b60000 - 0x1e2b66fff libMatch.1.dylib arm64  <fd3f85c431ec32a79429b0d0874886e4> /usr/lib/libMatch.1.dylib
0x1e2cfa000 - 0x1e2cfbfff libSystem.B.dylib arm64  <bad770f1f6a738ba8db37f48e5dfaa74> /usr/lib/libSystem.B.dylib
0x1e2d04000 - 0x1e2d06fff libThaiTokenizer.dylib arm64  <63d09573abb630ddb2f84fc485683c0e> /usr/lib/libThaiTokenizer.dylib
0x1e2e05000 - 0x1e2e1afff libapple_nghttp2.dylib arm64  <62ed4dc6275131cd98202bd5887cf35e> /usr/lib/libapple_nghttp2.dylib
0x1e2e93000 - 0x1e2ea3fff libbsm.0.dylib arm64  <3c5e1c3091ef362395f8d93c1598c885> /usr/lib/libbsm.0.dylib
0x1e2ea4000 - 0x1e2eb0fff libbz2.1.0.dylib arm64  <13e6fe6cea973af5995fdc3e41370f77> /usr/lib/libbz2.1.0.dylib
0x1e2eb1000 - 0x1e2eb1fff libcharset.1.dylib arm64  <eba06fe264cf3043b8b92309d5b9497b> /usr/lib/libcharset.1.dylib
0x1e2eb2000 - 0x1e2ec3fff libcmph.dylib arm64  <8b5432a82f613ce9bd7af5564c7accc7> /usr/lib/libcmph.dylib
0x1e2ec4000 - 0x1e2edbfff libcompression.dylib arm64  <3d8bd1ba05883f00a74131020db00e0c> /usr/lib/libcompression.dylib
0x1e2edc000 - 0x1e2eddfff libcoretls_cfhelpers.dylib arm64  <573c9fd98bac36e2b9b1fa9fe2c7d66e> /usr/lib/libcoretls_cfhelpers.dylib
0x1e2ede000 - 0x1e2ee4fff libcupolicy.dylib arm64  <4e9291331e8c3edc842f2b97e651891c> /usr/lib/libcupolicy.dylib
0x1e2f24000 - 0x1e2f2dfff libdscsym.dylib arm64  <4100db97d2433879898330f344a0dfd7> /usr/lib/libdscsym.dylib
0x1e2f2e000 - 0x1e2f4afff libedit.3.dylib arm64  <71eeeef299b03d0b86de7f8bcc16adcf> /usr/lib/libedit.3.dylib
0x1e348b000 - 0x1e3490fff libheimdal-asn1.dylib arm64  <423fcddc65d93f2896fe401db4f58a1b> /usr/lib/libheimdal-asn1.dylib
0x1e3491000 - 0x1e3582fff libiconv.2.dylib arm64  <6b45d613c79c3060a245767bca802a2a> /usr/lib/libiconv.2.dylib
0x1e3598000 - 0x1e35a3fff liblockdown.dylib arm64  <d845e9a3fb253bf9a955e0ed1fdc879a> /usr/lib/liblockdown.dylib
0x1e35bd000 - 0x1e35d5fff liblzma.5.dylib arm64  <18630f554edd3aa89f517eaa7382b4f7> /usr/lib/liblzma.5.dylib
0x1e3948000 - 0x1e3977fff libncurses.5.4.dylib arm64  <75fef5cd149e379d8e8c0b91420575d9> /usr/lib/libncurses.5.4.dylib
0x1e3978000 - 0x1e398cfff libnetworkextension.dylib arm64  <46d9730ee9ab39e2a83eb2172736ddcc> /usr/lib/libnetworkextension.dylib
0x1e3d16000 - 0x1e3d2efff libresolv.9.dylib arm64  <867899dc33133cb4bdac85dfe26cd329> /usr/lib/libresolv.9.dylib
0x1e3d2f000 - 0x1e3d31fff libsandbox.1.dylib arm64  <fbb5595559813178ad56f5394dedb027> /usr/lib/libsandbox.1.dylib
0x1e3d32000 - 0x1e3d37fff libsysdiagnose.dylib arm64  <a4817a9ebb3d396ba2e71461e8ceef18> /usr/lib/libsysdiagnose.dylib
0x1e3d38000 - 0x1e3d69fff libtidy.A.dylib arm64  <84473f0743c539409647e4698eb7dfe8> /usr/lib/libtidy.A.dylib
0x1e3d71000 - 0x1e3d74fff libutil.dylib arm64  <661c42a682033b03af961146183f682c> /usr/lib/libutil.dylib
0x1e3da2000 - 0x1e3db3fff libz.1.dylib arm64  <c5fb662882e93bbf8a902166d6c8224b> /usr/lib/libz.1.dylib
0x1e41ea000 - 0x1e41effff libcache.dylib arm64  <b09df2d4a695361998f47ae391c5c23c> /usr/lib/system/libcache.dylib
0x1e41f0000 - 0x1e41fcfff libcommonCrypto.dylib arm64  <61020242e52734d799d30de199f887e0> /usr/lib/system/libcommonCrypto.dylib
0x1e41fd000 - 0x1e4201fff libcompiler_rt.dylib arm64  <24d68d8498323f0096d9bba7f88928b7> /usr/lib/system/libcompiler_rt.dylib
0x1e42d6000 - 0x1e42d6fff liblaunch.dylib arm64  <96fbf28e7d183b28a2d15e44200df0bb> /usr/lib/system/liblaunch.dylib
0x1e42d7000 - 0x1e42dcfff libmacho.dylib arm64  <cd960c39e2dd3615ac1de814f6328e7b> /usr/lib/system/libmacho.dylib
0x1e42dd000 - 0x1e42dffff libremovefile.dylib arm64  <b0b753c0e39837e984f7dc7ae6b56601> /usr/lib/system/libremovefile.dylib
0x1e42e0000 - 0x1e42e1fff libsystem_featureflags.dylib arm64  <c9f730a27af237b4a8c8202c8beb90c7> /usr/lib/system/libsystem_featureflags.dylib
0x1e42e2000 - 0x1e430ffff libsystem_m.dylib arm64  <dcbe7998ff0b3ab7b9556a094ac85324> /usr/lib/system/libsystem_m.dylib
0x1e4310000 - 0x1e4315fff libunwind.dylib arm64  <e79ee682233731cda077f1311d1084e5> /usr/lib/system/libunwind.dylib
0x1e44b6000 - 0x1e44c7fff AccessibilitySettingsLoader arm64  <19a200bac42b3f3484bb9d30991656dc> /System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader
0x1e45e9000 - 0x1e4650fff NanoRegistry arm64  <bb16541f2daf3964a5167b9eca54c78e> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1e4651000 - 0x1e465efff NanoPreferencesSync arm64  <f26a5162b6a3378fa95fc04c8d5c11ac> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1e5f01000 - 0x1e5f1efff AppSSO arm64  <6d9c290fb13b388fac3c62b2fb17c428> /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO
0x1e5f1f000 - 0x1e5f33fff AppSSOCore arm64  <41ac6799dd9b3ef690e1eebe425c1665> /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore

EOF

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 34 (28 by maintainers)

Most upvoted comments

Chiming in here, our production app is working fine with the latest expo-updates (along with many other expo / RN modules).

@n-sviridenko, yes creating a reproducible example from scratch takes time, but it’s not fair to have the expo team spend that time fixing an issue that appears to be OK for most people. They already give their SDK & packages for free as open source, so if you think of how much time you’ve saved using their code already, the few hours to recreate a clean repro should still leave you with many many hours saved overall.

At the same time, we provided an example where the situation can be reproduced. You just need to clone and build it in order to be able to reproduce the issue. Time-wise, I don’t think it’ll take you more time than running a minimum reproducible sample.

If they can reproduce the problem with your current, app, it’ll still take them time to isolate the problem which, ultimately may not even be their fault!

assetBundlePatterns has no effect in this case?

does expo not check for require’s in third party code when resolving assets?

I’m going to need to look into both of these and find out. The documentation around this isn’t so clear, which is why issues like this pop up, so let me find out and I’ll update the docs. Thanks for asking these questions!

Glad you’re back up and running @n-sviridenko šŸ‘

thanks @cruzach. Not familiar with how the signing works here, I’ll research. This is happening like every-other or every third OTA update, on same devices and same machine issuing the updates.

Sending a release build to Testflight to see if I can repro there, thanks for additional info guys šŸ‘

Having similar issue. My crash is on the reloadAsync call (iOS build bare workflow). Crash only happens sometimes, every other update or so. Crash log similar to @n-sviridenko. I tried advice from https://github.com/expo/expo/issues/7737 and cleaned up any async tasks, but no luck. I’ve now added a catch and got this error:

{"framesToPop":1,"code":"ERR_UPDATES_CHECK","message":"Manifest verification failed","domain":"EXUpdatesFileDownloader","userInfo":{"NSLocalizedDescription":"Manifest verification failed"},"nativeStackIOS":["0 appname 0x0000000100c03d48 _ZN8facebook5react11JSIExecutor21defaultTimeoutInvokerERKNSt3__18functionIFvvEEENS3_IFNS2_12basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEvEEE + 420248","1   hotspot  0x0000000100bd3c58 _ZN8facebook5react11JSIExecutor21defaultTimeoutInvokerERKNSt3__18functionIFvvEEENS3_IFNS2_12basic_stringIcNS2_11char_traitsIcEENS2_9allocatorIcEEEEvEEE + 223400","2   hotspot 0x0000000100b330b8 hotspot + 405688","3   hotspot                             0x0000000100b31490 hotspot + 398480","4   hotspot  0x0000000100b2c0f4 hotspot + 377076","5   libdispatch.dylib                   0x00000001ada42ec4 CAFEEE86-4C94-3AC9-8853-BFE11F70C0F4 + 7876","6   libdispatch.dylib"]}