Skip to content

iOS Crash EXC_BAD_ACCESS (SIGSEGV) #403

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
manishCapG opened this issue Feb 24, 2025 · 3 comments
Open

iOS Crash EXC_BAD_ACCESS (SIGSEGV) #403

manishCapG opened this issue Feb 24, 2025 · 3 comments

Comments

@manishCapG
Copy link

Hi I am facing crash in IOS physical device on few specific devices

CPU
ARM_64E

Apple
Model
iPad 9
iPad Air 3

Orientation
Landscape

OS version
iOS 18.3.1
iOS 17.5.1

Screen resolution
2160 x 1620

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
Triggered by Thread:  15

Thread 0:
0   libsystem_kernel.dylib          0x00000001db25c788 0x1db25b000 + 6024 (mach_msg2_trap + 8)
1   libsystem_kernel.dylib          0x00000001db25fe98 0x1db25b000 + 20120 (mach_msg2_internal + 80)
2   libsystem_kernel.dylib          0x00000001db25fdb0 0x1db25b000 + 19888 (mach_msg_overwrite + 424)
3   libsystem_kernel.dylib          0x00000001db25fbfc 0x1db25b000 + 19452 (mach_msg + 24)
4   CoreFoundation                  0x0000000189baf804 0x189b39000 + 485380 (<redacted> + 160)
5   CoreFoundation                  0x0000000189baeeb0 0x189b39000 + 482992 (<redacted> + 1212)
6   CoreFoundation                  0x0000000189c01284 0x189b39000 + 819844 (CFRunLoopRunSpecific + 588)
7   GraphicsServices                0x00000001d6e3d4c0 0x1d6e3c000 + 5312 (GSEventRunModal + 164)
8   UIKitCore                       0x000000018c746674 0x18c358000 + 4122228 (<redacted> + 816)
9   UIKitCore                       0x000000018c36ce88 0x18c358000 + 85640 (UIApplicationMain + 340)

@bbirman
Copy link
Member

bbirman commented Feb 24, 2025

Do you have any more info on the crash or how to reproduce? I don't see anything from Mobile SDK in the stack trace

@manishCapG
Copy link
Author

manishCapG commented Feb 25, 2025

Do you have any more info on the crash or how to reproduce? I don't see anything from Mobile SDK in the stack trace

It is happening random sometimes as the user loads the app not sure about the exact steps
Mobile SDK is there in the stack trace

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
Triggered by Thread:  15

Thread 0:
0   libsystem_kernel.dylib          0x00000001db25c788 0x1db25b000 + 6024 (mach_msg2_trap + 8)
1   libsystem_kernel.dylib          0x00000001db25fe98 0x1db25b000 + 20120 (mach_msg2_internal + 80)
2   libsystem_kernel.dylib          0x00000001db25fdb0 0x1db25b000 + 19888 (mach_msg_overwrite + 424)
3   libsystem_kernel.dylib          0x00000001db25fbfc 0x1db25b000 + 19452 (mach_msg + 24)
4   CoreFoundation                  0x0000000189baf804 0x189b39000 + 485380 (<redacted> + 160)
5   CoreFoundation                  0x0000000189baeeb0 0x189b39000 + 482992 (<redacted> + 1212)
6   CoreFoundation                  0x0000000189c01284 0x189b39000 + 819844 (CFRunLoopRunSpecific + 588)
7   GraphicsServices                0x00000001d6e3d4c0 0x1d6e3c000 + 5312 (GSEventRunModal + 164)
8   UIKitCore                       0x000000018c746674 0x18c358000 + 4122228 (<redacted> + 816)
9   UIKitCore                       0x000000018c36ce88 0x18c358000 + 85640 (UIApplicationMain + 340)
11  (null)  0x00000001afe41de8 0x0 + 7245929960

Thread 1:
0   libsystem_kernel.dylib          0x00000001db2622b0 0x1db25b000 + 29360 (__semwait_signal + 8)
1   libsystem_c.dylib               0x00000001919515cc 0x191939000 + 99788 (nanosleep + 220)
2   Foundation                      0x0000000188fe92a8 0x18873d000 + 9093800 (<redacted> + 160)
3   Dynatrace                       0x0000000103c436d0 0x103bfc000 + 292560 (-[DTXCommunicationsManager(Private) run] + 3448)
4   Foundation                      0x0000000188852f30 0x18873d000 + 1138480 (<redacted> + 724)
5   libsystem_pthread.dylib         0x00000002147967d0 0x214795000 + 6096 (_pthread_start + 136)

Thread 2 name:  DTX_DB_THREAD_8.305.3.1016
Thread 2:
0   libsystem_kernel.dylib          0x00000001db25c71c 0x1db25b000 + 5916 (semaphore_timedwait_trap + 8)
1   libdispatch.dylib               0x00000001918f75c0 0x1918f3000 + 17856 (<redacted> + 64)
2   libdispatch.dylib               0x00000001918f7bc0 0x1918f3000 + 19392 (<redacted> + 76)
3   Dynatrace                       0x0000000103caf5f0 0x103bfc000 + 734704 (-[DTXDBManager(Private) runLoopWaitOnSemaphoreWithTimeout:] + 72)
4   Dynatrace                       0x0000000103caf428 0x103bfc000 + 734248 (-[DTXDBManager(Private) run] + 252)
5   Foundation                      0x0000000188852f30 0x18873d000 + 1138480 (<redacted> + 724)
6   libsystem_pthread.dylib         0x00000002147967d0 0x214795000 + 6096 (_pthread_start + 136)

Thread 3 name:  DTX_AUA_THREAD_8.305.3.1016
Thread 3:
0   libsystem_kernel.dylib          0x00000001db2622b0 0x1db25b000 + 29360 (__semwait_signal + 8)
1   libsystem_c.dylib               0x00000001919515cc 0x191939000 + 99788 (nanosleep + 220)
2   Foundation                      0x0000000188fe92a8 0x18873d000 + 9093800 (<redacted> + 160)
3   Dynatrace                       0x0000000103c6b54c 0x103bfc000 + 456012 (-[DTXInternalActionManager autoUserActionThread:] + 152)
4   Foundation                      0x0000000188852f30 0x18873d000 + 1138480 (<redacted> + 724)
5   libsystem_pthread.dylib         0x00000002147967d0 0x214795000 + 6096 (_pthread_start + 136)

Thread 4 name:  DTX_KSK_THREAD
Thread 4:
0   libsystem_kernel.dylib          0x00000001db2622b0 0x1db25b000 + 29360 (__semwait_signal + 8)
1   libsystem_c.dylib               0x00000001919515cc 0x191939000 + 99788 (nanosleep + 220)
2   libsystem_c.dylib               0x0000000191951444 0x191939000 + 99396 (sleep + 52)
3   Dynatrace                       0x0000000103cdc0b0 0x103bfc000 + 917680 (monitorCachedData + 764)
4   libsystem_pthread.dylib         0x00000002147967d0 0x214795000 + 6096 (_pthread_start + 136)

Thread 5 name:  KSCrash Exception Handler (Secondary)
Thread 5:
0   libsystem_kernel.dylib          0x00000001db25c788 0x1db25b000 + 6024 (mach_msg2_trap + 8)
1   libsystem_kernel.dylib          0x00000001db25fe98 0x1db25b000 + 20120 (mach_msg2_internal + 80)
2   libsystem_kernel.dylib          0x00000001db25fdb0 0x1db25b000 + 19888 (mach_msg_overwrite + 424)
3   libsystem_kernel.dylib          0x00000001db25fbfc 0x1db25b000 + 19452 (mach_msg + 24)
4   Dynatrace                       0x0000000103ce2ea4 0x103bfc000 + 945828 (handleExceptions + 284)
5   libsystem_pthread.dylib         0x00000002147967d0 0x214795000 + 6096 (_pthread_start + 136)

Thread 6 name:  KSCrash Exception Handler (Primary)
Thread 6:
0   (null)  0x0000000000000000 0x0 + 0

Thread 7 name:  com.apple.uikit.eventfetch-thread
Thread 7:
0   libsystem_kernel.dylib          0x00000001db25c788 0x1db25b000 + 6024 (mach_msg2_trap + 8)
1   libsystem_kernel.dylib          0x00000001db25fe98 0x1db25b000 + 20120 (mach_msg2_internal + 80)
2   libsystem_kernel.dylib          0x00000001db25fdb0 0x1db25b000 + 19888 (mach_msg_overwrite + 424)
3   libsystem_kernel.dylib          0x00000001db25fbfc 0x1db25b000 + 19452 (mach_msg + 24)
4   CoreFoundation                  0x0000000189baf804 0x189b39000 + 485380 (<redacted> + 160)
5   CoreFoundation                  0x0000000189baeeb0 0x189b39000 + 482992 (<redacted> + 1212)
6   CoreFoundation                  0x0000000189c01284 0x189b39000 + 819844 (CFRunLoopRunSpecific + 588)
7   Foundation                      0x00000001887670e8 0x18873d000 + 172264 (<redacted> + 212)
8   Foundation                      0x00000001888c3bb0 0x18873d000 + 1600432 (<redacted> + 64)
9   UIKitCore                       0x000000018c7d9a78 0x18c358000 + 4725368 (<redacted> + 420)
10  Foundation                      0x0000000188852f30 0x18873d000 + 1138480 (<redacted> + 724)
11  libsystem_pthread.dylib         0x00000002147967d0 0x214795000 + 6096 (_pthread_start + 136)

Thread 8 name:  com.facebook.react.JavaScript
Thread 8:
0   hermes                          0x00000001049f9e7c 0x1049d0000 + 171644 (hermes::vm::detail::TransitionMap::~TransitionMap() + 56)
1   hermes                          0x0000000104a983cc 0x1049d0000 + 820172 (hermes::vm::HadesGC::finalizeAll() + 372)
2   hermes                          0x0000000104a983cc 0x1049d0000 + 820172 (hermes::vm::HadesGC::finalizeAll() + 372)
3   hermes                          0x0000000104a2c690 0x1049d0000 + 378512 (hermes::vm::Runtime::~Runtime() + 84)
4   hermes                          0x0000000104a2c8b4 0x1049d0000 + 379060 (hermes::vm::Runtime::~Runtime() + 12)
5   hermes                          0x00000001049de3ac 0x1049d0000 + 58284 (std::__1::shared_ptr<hermes::vm::Runtime>::~shared_ptr[abi:v15006]() + 64)
6   hermes                          0x00000001049de34c 0x1049d0000 + 58188 (facebook::hermes::HermesRuntimeImpl::~HermesRuntimeImpl() + 36)
7   hermes                          0x00000001049db7d0 0x1049d0000 + 47056 (facebook::hermes::HermesRuntimeImpl::~HermesRuntimeImpl() + 12)
8                               0x0000000102d6b61c 0x102d28000 + 275996 (folly::Expected<long long, folly::ConversionCode> folly::detail::str_to_integral<long long>(folly::Range<char const*>*) + 198032)
9                               0x0000000102fb3ffc 0x102d28000 + 2670588 (std::__1::unique_ptr<facebook::react::ComponentDescriptor const, std::__1::default_delete<facebook::react::ComponentDescriptor const>> facebook::react::concreteComponentDescriptorConstructor<facebook::react::ViewComponentDescriptor>(facebook::react::ComponentDescriptorParameters const&) + 269680)
10                              0x0000000102d6b61c 0x102d28000 + 275996 (folly::Expected<long long, folly::ConversionCode> folly::detail::str_to_integral<long long>(folly::Range<char const*>*) + 198032)
11                              0x0000000102fb3acc 0x102d28000 + 2669260 (std::__1::unique_ptr<facebook::react::ComponentDescriptor const, std::__1::default_delete<facebook::react::ComponentDescriptor const>> facebook::react::concreteComponentDescriptorConstructor<facebook::react::ViewComponentDescriptor>(facebook::react::ComponentDescriptorParameters const&) + 268352)
12                              0x0000000102fb3cdc 0x102d28000 + 2669788 (std::__1::unique_ptr<facebook::react::ComponentDescriptor const, std::__1::default_delete<facebook::react::ComponentDescriptor const>> facebook::react::concreteComponentDescriptorConstructor<facebook::react::ViewComponentDescriptor>(facebook::react::ComponentDescriptorParameters const&) + 268880)
13                              0x0000000102e15bcc 0x102d28000 + 973772 (facebook::react::JSIExecutor::defaultTimeoutInvoker(std::__1::function<void ()> const&, std::__1::function<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> ()>) + 11096)
14                              0x0000000102e21878 0x102d28000 + 1022072 (facebook::react::JSIExecutor::defaultTimeoutInvoker(std::__1::function<void ()> const&, std::__1::function<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> ()>) + 59396)
15                              0x0000000102e21b50 0x102d28000 + 1022800 (facebook::react::JSIExecutor::defaultTimeoutInvoker(std::__1::function<void ()> const&, std::__1::function<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> ()>) + 60124)
16                              0x0000000102fada74 0x102d28000 + 2644596 (std::__1::unique_ptr<facebook::react::ComponentDescriptor const, std::__1::default_delete<facebook::react::ComponentDescriptor const>> facebook::react::concreteComponentDescriptorConstructor<facebook::react::ViewComponentDescriptor>(facebook::react::ComponentDescriptorParameters const&) + 243688)
17                              0x0000000102fa6270 0x102d28000 + 2613872 (std::__1::unique_ptr<facebook::react::ComponentDescriptor const, std::__1::default_delete<facebook::react::ComponentDescriptor const>> facebook::react::concreteComponentDescriptorConstructor<facebook::react::ViewComponentDescriptor>(facebook::react::ComponentDescriptorParameters const&) + 212964)
18                              0x0000000102e12d54 0x102d28000 + 961876 (folly::Expected<long long, folly::ConversionCode> folly::detail::str_to_integral<long long>(folly::Range<char const*>*) + 883912)
19                              0x0000000102d79c8c 0x102d28000 + 334988 (folly::Expected<long long, folly::ConversionCode> folly::detail::str_to_integral<long long>(folly::Range<char const*>*) + 257024)
20                              0x0000000102e1021c 0x102d28000 + 950812 (folly::Expected<long long, folly::ConversionCode> folly::detail::str_to_integral<long long>(folly::Range<char const*>*) + 872848)
21                              0x0000000102e15bcc 0x102d28000 + 973772 (facebook::react::JSIExecutor::defaultTimeoutInvoker(std::__1::function<void ()> const&, std::__1::function<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> ()>) + 11096)
22                              0x0000000102e0bd9c 0x102d28000 + 933276 (folly::Expected<long long, folly::ConversionCode> folly::detail::str_to_integral<long long>(folly::Range<char const*>*) + 855312)
23  Foundation                      0x00000001887da458 0x18873d000 + 644184 (<redacted> + 264)
24  CoreFoundation                  0x0000000189bacf4c 0x189b39000 + 474956 (<redacted> + 28)
25  CoreFoundation                  0x0000000189bacee0 0x189b39000 + 474848 (<redacted> + 176)
26  CoreFoundation                  0x0000000189bafb40 0x189b39000 + 486208 (<redacted> + 244)
27  CoreFoundation                  0x0000000189baed3c 0x189b39000 + 482620 (<redacted> + 840)
28  CoreFoundation                  0x0000000189c01284 0x189b39000 + 819844 (CFRunLoopRunSpecific + 588)
29                              0x0000000102e0bccc 0x102d28000 + 933068 (folly::Expected<long long, folly::ConversionCode> folly::detail::str_to_integral<long long>(folly::Range<char const*>*) + 855104)
30  Foundation                      0x0000000188852f30 0x18873d000 + 1138480 (<redacted> + 724)
31  libsystem_pthread.dylib         0x00000002147967d0 0x214795000 + 6096 (_pthread_start + 136)

Thread 9 name:  hades
Thread 9:
0   libsystem_kernel.dylib          0x00000001db262090 0x1db25b000 + 28816 (__psynch_cvwait + 8)
1   libsystem_pthread.dylib         0x0000000214798f98 0x214795000 + 16280 (<redacted> + 1204)
2   libc++.1.dylib                  0x000000019a3ef584 0x19a3ce000 + 136580 (std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28)
3   hermes                          0x0000000104a9c108 0x1049d0000 + 835848 (hermes::vm::HadesGC::Executor::worker() + 316)
4   hermes                          0x0000000104a9bfa8 0x1049d0000 + 835496 (void* std::__1::__thread_proxy[abi:v15006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, hermes::vm::HadesGC::Executor::Executor()::'lambda'()>>(void*) + 44)
5   libsystem_pthread.dylib         0x00000002147967d0 0x214795000 + 6096 (_pthread_start + 136)

Thread 10 name:  com.apple.NSURLConnectionLoader
Thread 10:
0   libsystem_kernel.dylib          0x00000001db25c788 0x1db25b000 + 6024 (mach_msg2_trap + 8)
1   libsystem_kernel.dylib          0x00000001db25fe98 0x1db25b000 + 20120 (mach_msg2_internal + 80)
2   libsystem_kernel.dylib          0x00000001db25fdb0 0x1db25b000 + 19888 (mach_msg_overwrite + 424)
3   libsystem_kernel.dylib          0x00000001db25fbfc 0x1db25b000 + 19452 (mach_msg + 24)
4   CoreFoundation                  0x0000000189baf804 0x189b39000 + 485380 (<redacted> + 160)
5   CoreFoundation                  0x0000000189baeeb0 0x189b39000 + 482992 (<redacted> + 1212)
6   CoreFoundation                  0x0000000189c01284 0x189b39000 + 819844 (CFRunLoopRunSpecific + 588)
7   CFNetwork                       0x000000018b11fc4c 0x18b02e000 + 990284 (<redacted> + 416)
8   Foundation                      0x0000000188852f30 0x18873d000 + 1138480 (<redacted> + 724)
9   libsystem_pthread.dylib         0x00000002147967d0 0x214795000 + 6096 (_pthread_start + 136)

Thread 11:
0   libsystem_pthread.dylib         0x000000021479646c 0x214795000 + 5228 (pthread_getspecific + 12)

Thread 12:
0   libsystem_pthread.dylib         0x000000021479646c 0x214795000 + 5228 (pthread_getspecific + 12)

Thread 13:
0   libsystem_pthread.dylib         0x000000021479646c 0x214795000 + 5228 (pthread_getspecific + 12)

Thread 14:
0   libsystem_kernel.dylib          0x00000001db262090 0x1db25b000 + 28816 (__psynch_cvwait + 8)
1   libsystem_pthread.dylib         0x0000000214798f98 0x214795000 + 16280 (<redacted> + 1204)
2   JavaScriptCore                  0x00000001a08a4620 0x1a07a8000 + 1033760 (<redacted> + 1328)
3   libsystem_pthread.dylib         0x00000002147967d0 0x214795000 + 6096 (_pthread_start + 136)

Thread 15 Crashed:
0                               0x0000000102e11230 0x102d28000 + 954928 (folly::Expected<long long, folly::ConversionCode> folly::detail::str_to_integral<long long>(folly::Range<char const*>*) + 876964)
1                               0x0000000102e11224 0x102d28000 + 954916 (folly::Expected<long long, folly::ConversionCode> folly::detail::str_to_integral<long long>(folly::Range<char const*>*) + 876952)
2                               0x0000000102e0f1a0 0x102d28000 + 946592 (folly::Expected<long long, folly::ConversionCode> folly::detail::str_to_integral<long long>(folly::Range<char const*>*) + 868628)
3                               0x0000000102e0cec4 0x102d28000 + 937668 (folly::Expected<long long, folly::ConversionCode> folly::detail::str_to_integral<long long>(folly::Range<char const*>*) + 859704)
4   libdispatch.dylib               0x00000001918f5248 0x1918f3000 + 8776 (<redacted> + 32)
5   libdispatch.dylib               0x00000001918f6fa8 0x1918f3000 + 16296 (<redacted> + 20)
6   libdispatch.dylib               0x0000000191909094 0x1918f3000 + 90260 (<redacted> + 860)
7   libdispatch.dylib               0x00000001919096c4 0x1918f3000 + 91844 (<redacted> + 156)
8   libsystem_pthread.dylib         0x0000000214798644 0x214795000 + 13892 (_pthread_wqthread + 228)

Thread 16:
0   hermes                          0x0000000104b23448 0x1049d0000 + 1389640 (hermes::parser::detail::JSParserImpl::parseAssignmentExpression(hermes::parser::detail::Param, hermes::parser::detail::JSParserImpl::AllowTypedArrowFunction, hermes::parser::detail::JSParserImpl::CoverTypedParameters, hermes::ESTree::Node*) + 144)
1   hermes                          0x0000000104b23440 0x1049d0000 + 1389632 (hermes::parser::detail::JSParserImpl::parseAssignmentExpression(hermes::parser::detail::Param, hermes::parser::detail::JSParserImpl::AllowTypedArrowFunction, hermes::parser::detail::JSParserImpl::CoverTypedParameters, hermes::ESTree::Node*) + 136)
2   hermes                          0x0000000104b23fbc 0x1049d0000 + 1392572 (hermes::parser::detail::JSParserImpl::parseExpression(hermes::parser::detail::Param, hermes::parser::detail::JSParserImpl::CoverTypedParameters) + 64)
3   hermes                          0x0000000104b21190 0x1049d0000 + 1380752 (hermes::parser::detail::JSParserImpl::parseSwitchStatement(hermes::parser::detail::Param) + 128)
4   hermes                          0x0000000104b1ffc8 0x1049d0000 + 1376200 (hermes::parser::detail::JSParserImpl::parseStatement(hermes::parser::detail::Param) + 232)
5   hermes                          0x0000000104b22200 0x1049d0000 + 1384960 (hermes::parser::detail::JSParserImpl::parseStatementListItem(hermes::parser::detail::Param, hermes::parser::detail::JSParserImpl::AllowImportExport, llvh::simple_ilist<hermes::ESTree::Node>&) + 196)
6   hermes                          0x0000000104b1f0cc 0x1049d0000 + 1372364 (llvh::Optional<bool> hermes::parser::detail::JSParserImpl::parseStatementList<>(hermes::parser::detail::Param, hermes::parser::TokenKind, bool, hermes::parser::detail::JSParserImpl::AllowImportExport, llvh::simple_ilist<hermes::ESTree::Node>&) + 140)
7   hermes                          0x0000000104b200c4 0x1049d0000 + 1376452 (hermes::parser::detail::JSParserImpl::parseBlock(hermes::parser::detail::Param, hermes::parser::JSLexer::GrammarContext, bool) + 100)
8   hermes                          0x0000000104b1ff64 0x1049d0000 + 1376100 (hermes::parser::detail::JSParserImpl::parseStatement(hermes::parser::detail::Param) + 132)
9   hermes                          0x0000000104b20b2c 0x1049d0000 + 1379116 (hermes::parser::detail::JSParserImpl::parseForStatement(hermes::parser::detail::Param) + 1404)
10  hermes                          0x0000000104b1ff3c 0x1049d0000 + 1376060 (hermes::parser::detail::JSParserImpl::parseStatement(hermes::parser::detail::Param) + 92)
11  hermes                          0x0000000104b21be0 0x1049d0000 + 1383392 (hermes::parser::detail::JSParserImpl::parseExpressionOrLabelledStatement(hermes::parser::detail::Param) + 572)
12  hermes                          0x0000000104b1ff74 0x1049d0000 + 1376116 (hermes::parser::detail::JSParserImpl::parseStatement(hermes::parser::detail::Param) + 148)
13  hermes                          0x0000000104b22200 0x1049d0000 + 1384960 (hermes::parser::detail::JSParserImpl::parseStatementListItem(hermes::parser::detail::Param, hermes::parser::detail::JSParserImpl::AllowImportExport, llvh::simple_ilist<hermes::ESTree::Node>&) + 196)
14  hermes                          0x0000000104b1f0cc 0x1049d0000 + 1372364 (llvh::Optional<bool> hermes::parser::detail::JSParserImpl::parseStatementList<>(hermes::parser::detail::Param, hermes::parser::TokenKind, bool, hermes::parser::detail::JSParserImpl::AllowImportExport, llvh::simple_ilist<hermes::ESTree::Node>&) + 140)
15  hermes                          0x0000000104b200c4 0x1049d0000 + 1376452 (hermes::parser::detail::JSParserImpl::parseBlock(hermes::parser::detail::Param, hermes::parser::JSLexer::GrammarContext, bool) + 100)
16  hermes                          0x0000000104b21668 0x1049d0000 + 1381992 (hermes::parser::detail::JSParserImpl::parseTryStatement(hermes::parser::detail::Param) + 104)
17  hermes                          0x0000000104b20000 0x1049d0000 + 1376256 (hermes::parser::detail::JSParserImpl::parseStatement(hermes::parser::detail::Param) + 288)
18  hermes                          0x0000000104b22200 0x1049d0000 + 1384960 (hermes::parser::detail::JSParserImpl::parseStatementListItem(hermes::parser::detail::Param, hermes::parser::detail::JSParserImpl::AllowImportExport, llvh::simple_ilist<hermes::ESTree::Node>&) + 196)
19  hermes                          0x0000000104b1f0cc 0x1049d0000 + 1372364 (llvh::Optional<bool> hermes::parser::detail::JSParserImpl::parseStatementList<>(hermes::parser::detail::Param, hermes::parser::TokenKind, bool, hermes::parser::detail::JSParserImpl::AllowImportExport, llvh::simple_ilist<hermes::ESTree::Node>&) + 140)
20  hermes                          0x0000000104b200c4 0x1049d0000 + 1376452 (hermes::parser::detail::JSParserImpl::parseBlock(hermes::parser::detail::Param, hermes::parser::JSLexer::GrammarContext, bool) + 100)
21  hermes                          0x0000000104b1ff64 0x1049d0000 + 1376100 (hermes::parser::detail::JSParserImpl::parseStatement(hermes::parser::detail::Param) + 132)
22  hermes                          0x0000000104b20b2c 0x1049d0000 + 1379116 (hermes::parser::detail::JSParserImpl::parseForStatement(hermes::parser::detail::Param) + 1404)
23  hermes                          0x0000000104b1ff3c 0x1049d0000 + 1376060 (hermes::parser::detail::JSParserImpl::parseStatement(hermes::parser::detail::Param) + 92)
24  hermes                          0x0000000104b242a0 0x1049d0000 + 1393312 (hermes::parser::detail::JSParserImpl::parseIfStatement(hermes::parser::detail::Param)::$_0::operator()() const + 264)
25  hermes                          0x0000000104b2028c 0x1049d0000 + 1376908 (hermes::parser::detail::JSParserImpl::parseIfStatement(hermes::parser::detail::Param) + 188)
26  hermes                          0x0000000104b1ff84 0x1049d0000 + 1376132 (hermes::parser::detail::JSParserImpl::parseStatement(hermes::parser::detail::Param) + 164)
27  hermes                          0x0000000104b22200 0x1049d0000 + 1384960 (hermes::parser::detail::JSParserImpl::parseStatementListItem(hermes::parser::detail::Param, hermes::parser::detail::JSParserImpl::AllowImportExport, llvh::simple_ilist<hermes::ESTree::Node>&) + 196)
28  hermes                          0x0000000104b1f0cc 0x1049d0000 + 1372364 (llvh::Optional<bool> hermes::parser::detail::JSParserImpl::parseStatementList<>(hermes::parser::detail::Param, hermes::parser::TokenKind, bool, hermes::parser::detail::JSParserImpl::AllowImportExport, llvh::simple_ilist<hermes::ESTree::Node>&) + 140)
29  hermes                          0x0000000104b200c4 0x1049d0000 + 1376452 (hermes::parser::detail::JSParserImpl::parseBlock(hermes::parser::detail::Param, hermes::parser::JSLexer::GrammarContext, bool) + 100)
30  hermes                          0x0000000104b1fb34 0x1049d0000 + 1375028 (hermes::parser::detail::JSParserImpl::parseFunctionBody(hermes::parser::detail::Param, bool, bool, bool, hermes::parser::JSLexer::GrammarContext, bool) + 212)
31  hermes                          0x0000000104b1f6ac 0x1049d0000 + 1373868 (hermes::parser::detail::JSParserImpl::parseFunctionHelper(hermes::parser::detail::Param, bool, bool) + 1460)
32  hermes                          0x0000000104b21dd8 0x1049d0000 + 1383896 (hermes::parser::detail::JSParserImpl::parseDeclaration(hermes::parser::detail::Param) + 176)
33  hermes                          0x0000000104b22170 0x1049d0000 + 1384816 (hermes::parser::detail::JSParserImpl::parseStatementListItem(hermes::parser::detail::Param, hermes::parser::detail::JSParserImpl::AllowImportExport, llvh::simple_ilist<hermes::ESTree::Node>&) + 52)
34  hermes                          0x0000000104b1f0cc 0x1049d0000 + 1372364 (llvh::Optional<bool> hermes::parser::detail::JSParserImpl::parseStatementList<>(hermes::parser::detail::Param, hermes::parser::TokenKind, bool, hermes::parser::detail::JSParserImpl::AllowImportExport, llvh::simple_ilist<hermes::ESTree::Node>&) + 140)
35  hermes                          0x0000000104b200c4 0x1049d0000 + 1376452 (hermes::parser::detail::JSParserImpl::parseBlock(hermes::parser::detail::Param, hermes::parser::JSLexer::GrammarContext, bool) + 100)
36  hermes                          0x0000000104b1fb34 0x1049d0000 + 1375028 (hermes::parser::detail::JSParserImpl::parseFunctionBody(hermes::parser::detail::Param, bool, bool, bool, hermes::parser::JSLexer::GrammarContext, bool) + 212)
37  hermes                          0x0000000104b1f6ac 0x1049d0000 + 1373868 (hermes::parser::detail::JSParserImpl::parseFunctionHelper(hermes::parser::detail::Param, bool, bool) + 1460)
38  hermes                          0x0000000104b24b00 0x1049d0000 + 1395456 (hermes::parser::detail::JSParserImpl::parsePrimaryExpression() + 852)
39  hermes                          0x0000000104b26720 0x1049d0000 + 1402656 (hermes::parser::detail::JSParserImpl::parseOptionalExpressionExceptNew(hermes::parser::detail::JSParserImpl::IsConstructorCall) + 436)
40  hermes                          0x0000000104b27798 0x1049d0000 + 1406872 (hermes::parser::detail::JSParserImpl::parseNewExpressionOrOptionalExpression(hermes::parser::detail::JSParserImpl::IsConstructorCall) + 240)
41  hermes                          0x0000000104b242f0 0x1049d0000 + 1393392 (hermes::parser::detail::JSParserImpl::parseLeftHandSideExpression() + 48)
42  hermes                          0x0000000104b27bc4 0x1049d0000 + 1407940 (hermes::parser::detail::JSParserImpl::parsePostfixExpression() + 36)
43  hermes                          0x0000000104b27ed0 0x1049d0000 + 1408720 (hermes::parser::detail::JSParserImpl::parseUnaryExpression() + 576)
44  hermes                          0x0000000104b28048 0x1049d0000 + 1409096 (hermes::parser::detail::JSParserImpl::parseBinaryExpression(hermes::parser::detail::Param) + 124)
45  hermes                          0x0000000104b285b8 0x1049d0000 + 1410488 (hermes::parser::detail::JSParserImpl::parseConditionalExpression(hermes::parser::detail::Param, hermes::parser::detail::JSParserImpl::CoverTypedParameters) + 60)
46  hermes                          0x0000000104b2b268 0x1049d0000 + 1421928 (hermes::parser::detail::JSParserImpl::parseAssignmentExpression(hermes::parser::detail::Param, hermes::parser::detail::JSParserImpl::AllowTypedArrowFunction, hermes::parser::detail::JSParserImpl::CoverTypedParameters, hermes::ESTree::Node*)::$_6::operator()(hermes::parser::detail::JSParserImpl::parseAssignmentExpression(hermes::parser::detail::Param, hermes::parser::detail::JSParserImpl::AllowTypedArrowFunction, hermes::parser::detail::JSParserImpl::CoverTypedParameters, hermes::ESTree::Node*)::State&, hermes::parser::detail::Param, hermes::parser::detail::JSParserImpl::AllowTypedArrowFunction, hermes::parser::detail::JSParserImpl::CoverTypedParameters, hermes::ESTree::Node*) const + 752)
47  hermes                          0x0000000104b23440 0x1049d0000 + 1389632 (hermes::parser::detail::JSParserImpl::parseAssignmentExpression(hermes::parser::detail::Param, hermes::parser::detail::JSParserImpl::AllowTypedArrowFunction, hermes::parser::detail::JSParserImpl::CoverTypedParameters, hermes::ESTree::Node*) + 136)
48  hermes                          0x0000000104b23fbc 0x1049d0000 + 1392572 (hermes::parser::detail::JSParserImpl::parseExpression(hermes::parser::detail::Param, hermes::parser::detail::JSParserImpl::CoverTypedParameters) + 64)
49  hermes                          0x0000000104b24c24 0x1049d0000 + 1395748 (hermes::parser::detail::JSParserImpl::parsePrimaryExpression() + 1144)
50  hermes                          0x0000000104b26720 0x1049d0000 + 1402656 (hermes::parser::detail::JSParserImpl::parseOptionalExpressionExceptNew(hermes::parser::detail::JSParserImpl::IsConstructorCall) + 436)
51  hermes                          0x0000000104b27798 0x1049d0000 + 1406872 (hermes::parser::detail::JSParserImpl::parseNewExpressionOrOptionalExpression(hermes::parser::detail::JSParserImpl::IsConstructorCall) + 240)
52  hermes                          0x0000000104b242f0 0x1049d0000 + 1393392 (hermes::parser::detail::JSParserImpl::parseLeftHandSideExpression() + 48)
53  hermes                          0x0000000104b27bc4 0x1049d0000 + 1407940 (hermes::parser::detail::JSParserImpl::parsePostfixExpression() + 36)
54  hermes                          0x0000000104b27ed0 0x1049d0000 + 1408720 (hermes::parser::detail::JSParserImpl::parseUnaryExpression() + 576)
55  hermes                          0x0000000104b28048 0x1049d0000 + 1409096 (hermes::parser::detail::JSParserImpl::parseBinaryExpression(hermes::parser::detail::Param) + 124)
56  hermes                          0x0000000104b285b8 0x1049d0000 + 1410488 (hermes::parser::detail::JSParserImpl::parseConditionalExpression(hermes::parser::detail::Param, hermes::parser::detail::JSParserImpl::CoverTypedParameters) + 60)
57  hermes                          0x0000000104b2b268 0x1049d0000 + 1421928 (hermes::parser::detail::JSParserImpl::parseAssignmentExpression(hermes::parser::detail::Param, hermes::parser::detail::JSParserImpl::AllowTypedArrowFunction, hermes::parser::detail::JSParserImpl::CoverTypedParameters, hermes::ESTree::Node*)::$_6::operator()(hermes::parser::detail::JSParserImpl::parseAssignmentExpression(hermes::parser::detail::Param, hermes::parser::detail::JSParserImpl::AllowTypedArrowFunction, hermes::parser::detail::JSParserImpl::CoverTypedParameters, hermes::ESTree::Node*)::State&, hermes::parser::detail::Param, hermes::parser::detail::JSParserImpl::AllowTypedArrowFunction, hermes::parser::detail::JSParserImpl::CoverTypedParameters, hermes::ESTree::Node*) const + 752)
58  hermes                          0x0000000104b23440 0x1049d0000 + 1389632 (hermes::parser::detail::JSParserImpl::parseAssignmentExpression(hermes::parser::detail::Param, hermes::parser::detail::JSParserImpl::AllowTypedArrowFunction, hermes::parser::detail::JSParserImpl::CoverTypedParameters, hermes::ESTree::Node*) + 136)
59  hermes                          0x0000000104b27138 0x1049d0000 + 1405240 (hermes::parser::detail::JSParserImpl::parseArguments(llvh::simple_ilist<hermes::ESTree::Node>&, llvh::SMLoc&) + 216)
60  hermes                          0x0000000104b273f0 0x1049d0000 + 1405936 (hermes::parser::detail::JSParserImpl::parseCallExpression(llvh::SMLoc, hermes::ESTree::Node*, hermes::ESTree::Node*, bool, bool) + 536)
61  hermes                          0x0000000104b244a0 0x1049d0000 + 1393824 (hermes::parser::detail::JSParserImpl::parseLeftHandSideExpression() + 480)
62  hermes                          0x0000000104b27bc4 0x1049d0000 + 1407940 (hermes::parser::detail::JSParserImpl::parsePostfixExpression() + 36)
63  hermes                          0x0000000104b27ed0 0x1049d0000 + 1408720 (hermes::parser::detail::JSParserImpl::parseUnaryExpression() + 576)
64  hermes                          0x0000000104b28048 0x1049d0000 + 1409096 (hermes::parser::detail::JSParserImpl::parseBinaryExpression(hermes::parser::detail::Param) + 124)
65  hermes                          0x0000000104b285b8 0x1049d0000 + 1410488 (hermes::parser::detail::JSParserImpl::parseConditionalExpression(hermes::parser::detail::Param, hermes::parser::detail::JSParserImpl::CoverTypedParameters) + 60)
66  hermes                          0x0000000104b2b268 0x1049d0000 + 1421928 (hermes::parser::detail::JSParserImpl::parseAssignmentExpression(hermes::parser::detail::Param, hermes::parser::detail::JSParserImpl::AllowTypedArrowFunction, hermes::parser::detail::JSParserImpl::CoverTypedParameters, hermes::ESTree::Node*)::$_6::operator()(hermes::parser::detail::JSParserImpl::parseAssignmentExpression(hermes::parser::detail::Param, hermes::parser::detail::JSParserImpl::AllowTypedArrowFunction, hermes::parser::detail::JSParserImpl::CoverTypedParameters, hermes::ESTree::Node*)::State&, hermes::parser::detail::Param, hermes::parser::detail::JSParserImpl::AllowTypedArrowFunction, hermes::parser::detail::JSParserImpl::CoverTypedParameters, hermes::ESTree::Node*) const + 752)
67  hermes                          0x0000000104b23440 0x1049d0000 + 1389632 (hermes::parser::detail::JSParserImpl::parseAssignmentExpression(hermes::parser::detail::Param, hermes::parser::detail::JSParserImpl::AllowTypedArrowFunction, hermes::parser::detail::JSParserImpl::CoverTypedParameters, hermes::ESTree::Node*) + 136)
68  hermes                          0x0000000104b23fbc 0x1049d0000 + 1392572 (hermes::parser::detail::JSParserImpl::parseExpression(hermes::parser::detail::Param, hermes::parser::detail::JSParserImpl::CoverTypedParameters) + 64)
69  hermes                          0x0000000104b21ab4 0x1049d0000 + 1383092 (hermes::parser::detail::JSParserImpl::parseExpressionOrLabelledStatement(hermes::parser::detail::Param) + 272)
70  hermes                          0x0000000104b1ff74 0x1049d0000 + 1376116 (hermes::parser::detail::JSParserImpl::parseStatement(hermes::parser::detail::Param) + 148)
71  hermes                          0x0000000104b22200 0x1049d0000 + 1384960 (hermes::parser::detail::JSParserImpl::parseStatementListItem(hermes::parser::detail::Param, hermes::parser::detail::JSParserImpl::AllowImportExport, llvh::simple_ilist<hermes::ESTree::Node>&) + 196)
72  hermes                          0x0000000104b1f0cc 0x1049d0000 + 1372364 (llvh::Optional<bool> hermes::parser::detail::JSParserImpl::parseStatementList<>(hermes::parser::detail::Param, hermes::parser::TokenKind, bool, hermes::parser::detail::JSParserImpl::AllowImportExport, llvh::simple_ilist<hermes::ESTree::Node>&) + 140)
73  hermes                          0x0000000104b1e978 0x1049d0000 + 1370488 (hermes::parser::detail::JSParserImpl::parseProgram() + 76)
74  hermes                          0x0000000104b1e900 0x1049d0000 + 1370368 (hermes::parser::detail::JSParserImpl::parse() + 44)
75  hermes                          0x0000000104b2cc44 0x1049d0000 + 1428548 (hermes::parser::detail::JSParserImpl::preParseBuffer(hermes::Context&, unsigned int, bool&) + 112)
76  hermes                          0x0000000104aceca0 0x1049d0000 + 1043616 (hermes::hbc::BCProviderFromSrc::createBCProviderFromSrcImpl(std::__1::unique_ptr<hermes::Buffer, std::__1::default_delete<hermes::Buffer>>, llvh::StringRef, std::__1::unique_ptr<hermes::SourceMap, std::__1::default_delete<hermes::SourceMap>>, hermes::hbc::CompileFlags const&, hermes::ScopeChain const&, void (*)(llvh::SMDiagnostic const&, void*), void*, std::__1::function<void (hermes::Module&)> const&) + 1372)
77  hermes                          0x0000000104ace70c 0x1049d0000 + 1042188 (hermes::hbc::BCProviderFromSrc::createBCProviderFromSrc(std::__1::unique_ptr<hermes::Buffer, std::__1::default_delete<hermes::Buffer>>, llvh::StringRef, std::__1::unique_ptr<hermes::SourceMap, std::__1::default_delete<hermes::SourceMap>>, hermes::hbc::CompileFlags const&, hermes::ScopeChain const&, void (*)(llvh::SMDiagnostic const&, void*), void*, std::__1::function<void (hermes::Module&)> const&) + 56)
78  hermes                          0x0000000104ace678 0x1049d0000 + 1042040 (hermes::hbc::BCProviderFromSrc::createBCProviderFromSrc(std::__1::unique_ptr<hermes::Buffer, std::__1::default_delete<hermes::Buffer>>, llvh::StringRef, std::__1::unique_ptr<hermes::SourceMap, std::__1::default_delete<hermes::SourceMap>>, hermes::hbc::CompileFlags const&) + 92)
79  hermes                          0x00000001049d6d68 0x1049d0000 + 28008 (facebook::hermes::HermesRuntimeImpl::prepareJavaScriptWithSourceMap(std::__1::shared_ptr<facebook::jsi::Buffer const> const&, std::__1::shared_ptr<facebook::jsi::Buffer const> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>>) + 924)
80  hermes                          0x00000001049d678c 0x1049d0000 + 26508 (facebook::hermes::HermesRuntime::evaluateJavaScriptWithSourceMap(std::__1::shared_ptr<facebook::jsi::Buffer const> const&, std::__1::shared_ptr<facebook::jsi::Buffer const> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&) + 72)
81  hermes                          0x00000001049d76dc 0x1049d0000 + 30428 (facebook::hermes::HermesRuntimeImpl::evaluateJavaScript(std::__1::shared_ptr<facebook::jsi::Buffer const> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> const&) + 32)
82                              0x0000000102fb4090 0x102d28000 + 2670736 (std::__1::unique_ptr<facebook::react::ComponentDescriptor const, std::__1::default_delete<facebook::react::ComponentDescriptor const>> facebook::react::concreteComponentDescriptorConstructor<facebook::react::ViewComponentDescriptor>(facebook::react::ComponentDescriptorParameters const&) + 269828)
83                              0x0000000102fb8404 0x102d28000 + 2688004 (std::__1::unique_ptr<facebook::react::ComponentDescriptor const, std::__1::default_delete<facebook::react::ComponentDescriptor const>> facebook::react::concreteComponentDescriptorConstructor<facebook::react::ViewComponentDescriptor>(facebook::react::ComponentDescriptorParameters const&) + 287096)
84                              0x0000000102fae300 0x102d28000 + 2646784 (std::__1::unique_ptr<facebook::react::ComponentDescriptor const, std::__1::default_delete<facebook::react::ComponentDescriptor const>> facebook::react::concreteComponentDescriptorConstructor<facebook::react::ViewComponentDescriptor>(facebook::react::ComponentDescriptorParameters const&) + 245876)
85                              0x0000000102faf2d4 0x102d28000 + 2650836 (std::__1::unique_ptr<facebook::react::ComponentDescriptor const, std::__1::default_delete<facebook::react::ComponentDescriptor const>> facebook::react::concreteComponentDescriptorConstructor<facebook::react::ViewComponentDescriptor>(facebook::react::ComponentDescriptorParameters const&) + 249928)
86                              0x0000000102e15bcc 0x102d28000 + 973772 (facebook::react::JSIExecutor::defaultTimeoutInvoker(std::__1::function<void ()> const&, std::__1::function<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> ()>) + 11096)
87                              0x0000000102e21878 0x102d28000 + 1022072 (facebook::react::JSIExecutor::defaultTimeoutInvoker(std::__1::function<void ()> const&, std::__1::function<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> ()>) + 59396)
88                              0x0000000102e2163c 0x102d28000 + 1021500 (facebook::react::JSIExecutor::defaultTimeoutInvoker(std::__1::function<void ()> const&, std::__1::function<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char>> ()>) + 58824)
89  CoreFoundation                  0x0000000189bb2d90 0x189b39000 + 499088 (<redacted> + 28)
90  CoreFoundation                  0x0000000189baf690 0x189b39000 + 485008 (<redacted> + 356)
91  CoreFoundation                  0x0000000189baf374 0x189b39000 + 484212 (<redacted> + 2432)
92  CoreFoundation                  0x0000000189c01284 0x189b39000 + 819844 (CFRunLoopRunSpecific + 588)
93                              0x0000000102e0bccc 0x102d28000 + 933068 (folly::Expected<long long, folly::ConversionCode> folly::detail::str_to_integral<long long>(folly::Range<char const*>*) + 855104)
94  Foundation                      0x0000000188852f30 0x18873d000 + 1138480 (<redacted> + 724)
95  libsystem_pthread.dylib         0x00000002147967d0 0x214795000 + 6096 (_pthread_start + 136)

Thread 17:
0   libsystem_kernel.dylib          0x00000001db262090 0x1db25b000 + 28816 (__psynch_cvwait + 8)
1   libsystem_pthread.dylib         0x0000000214798f98 0x214795000 + 16280 (<redacted> + 1204)
2   libc++.1.dylib                  0x000000019a3ef584 0x19a3ce000 + 136580 (std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28)
3   hermes                          0x0000000104a9c108 0x1049d0000 + 835848 (hermes::vm::HadesGC::Executor::worker() + 316)
4   hermes                          0x0000000104a9bfa8 0x1049d0000 + 835496 (void* std::__1::__thread_proxy[abi:v15006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, hermes::vm::HadesGC::Executor::Executor()::'lambda'()>>(void*) + 44)
5   libsystem_pthread.dylib         0x00000002147967d0 0x214795000 + 6096 (_pthread_start + 136)

Thread 18:
0   libsystem_pthread.dylib         0x000000021479646c 0x214795000 + 5228 (pthread_getspecific + 12)

Thread 15 crashed with ARM-64 Thread State:
    x0: 0x00000003031855c0     x1: 0x00000001fe011a90     x2: 0x00000001f2171fe0     x3: 0x00000003024b3340
    x4: 0x000000030049a540     x5: 0x0000000000000000     x6: 0x0000000000000000     x7: 0x0000000000000000
    x8: 0x000000000000fffe     x9: 0x00000000c3000004    x10: 0x00000000c3000006    x11: 0x00000003031855c8
   x12: 0x00000000c3000004    x13: 0x000000014e2cba40    x14: 0x01000001f2171fe1    x15: 0x00000001f2171fe0
   x16: 0x0000000214792f94    x17: 0x00000001f2171fe0    x18: 0x0000000000000000    x19: 0x00000003031855c0
   x20: 0x0000000000000000    x21: 0x000000016d15ede8    x22: 0x000000030247ae00    x23: 0x0000000000000000
   x24: 0x00000003024aee80    x25: 0x0000000000000000    x26: 0x0000000000000114    x27: 0x0000000000000000
   x28: 0x000000016d15f0e0    x29: 0x000000016d15ee30   cpsr: 0x0000000060000000     fp: 0x000000016d15ee30
    lr: 0x0000000102e11224     pc: 0x0000000102e11230     sp: 0x000000016d15ede0

Binary Images:
0x102d28000 - 0x1032effff arm64  <48cd5fe1ee1431c4a43a4e4c0379c6e7> /private/var/containers/Bundle/Application/81FD40DE-BDE3-4454-81BA-A30475C757F9/.app/
0x1034b0000 - 0x1034c3fff FMDB arm64  <69cfeab5ccc63f0ba68e8a80f08f573e> /private/var/containers/Bundle/Application/81FD40DE-BDE3-4454-81BA-A30475C757F9/.app/Frameworks/FMDB.framework/FMDB
0x1034e4000 - 0x1034effff SalesforceAnalytics arm64  <aa6f84978dfe384e84f7fc805101760b> /private/var/containers/Bundle/Application/81FD40DE-BDE3-4454-81BA-A30475C757F9/.app/Frameworks/SalesforceAnalytics.framework/SalesforceAnalytics
0x10373c000 - 0x10375bfff SalesforceSDKCommon arm64  <56bf7a2cc456393bad3e76b167e4407d> /private/var/containers/Bundle/Application/81FD40DE-BDE3-4454-81BA-A30475C757F9/.app/Frameworks/SalesforceSDKCommon.framework/SalesforceSDKCommon
0x103808000 - 0x10385bfff MobileSync arm64  <b7d53a00a7743dfdba0eb72d56a7db09> /private/var/containers/Bundle/Application/81FD40DE-BDE3-4454-81BA-A30475C757F9/.app/Frameworks/MobileSync.framework/MobileSync
0x1038d4000 - 0x103907fff SmartStore arm64  <093a18db6f3f31d4864e787a70bac795> /private/var/containers/Bundle/Application/81FD40DE-BDE3-4454-81BA-A30475C757F9/.app/Frameworks/SmartStore.framework/SmartStore
0x1039d4000 - 0x1039dffff libobjc-trampolines.dylib arm64e  <4aba9420e4d03c989d62c653b259eab4> /private/preboot/Cryptexes/OS/usr/lib/libobjc-trampolines.dylib
0x103a2c000 - 0x103b2bfff SQLCipher arm64  <98138a48bcac3789b43918bf6a7490e2> /private/var/containers/Bundle/Application/81FD40DE-BDE3-4454-81BA-A30475C757F9/.app/Frameworks/SQLCipher.framework/SQLCipher
0x103bfc000 - 0x103e2ffff Dynatrace arm64  <7d5c7c1856443698b99cf922c54dbf01> /private/var/containers/Bundle/Application/81FD40DE-BDE3-4454-81BA-A30475C757F9/.app/Frameworks/Dynatrace.framework/Dynatrace
0x104320000 - 0x1043fffff SalesforceSDKCore arm64  <a83d9eabf9fd3edc90e9d18046d5d404> /private/var/containers/Bundle/Application/81FD40DE-BDE3-4454-81BA-A30475C757F9/.app/Frameworks/SalesforceSDKCore.framework/SalesforceSDKCore
0x1049d0000 - 0x104b9ffff hermes arm64  <35fecc83959934c1813ef020b2d0d382> /private/var/containers/Bundle/Application/81FD40DE-BDE3-4454-81BA-A30475C757F9/.app/Frameworks/hermes.framework/hermes
0x1870b0000 - 0x187100ccf libobjc.A.dylib arm64e  <a6a17b3c335130adaf2815a71b78f050> /usr/lib/libobjc.A.dylib
0x187101000 - 0x188124fff MetalPerformanceShadersGraph arm64e  <45d7aad365213984a06fa6df0bdc08c2> /System/Library/Frameworks/MetalPerformanceShadersGraph.framework/MetalPerformanceShadersGraph
0x188125000 - 0x1886c6fff libswiftCore.dylib arm64e  <6c67e84efe3536858bc3232d31044d06> /usr/lib/swift/libswiftCore.dylib
0x1886c7000 - 0x188708af5 libswiftPrespecialized.dylib arm64e  <3f4ac79fe4b6357da3b76b8bcc0c8563> /usr/lib/libswiftPrespecialized.dylib
0x188709000 - 0x18873cff7 CoreServicesInternal arm64e  <ee674621eb0e3981b9cac280f721f1be> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x18873d000 - 0x18946dfff Foundation arm64e  <e2f95328659e3c0197f752b5b3bb7aa5> /System/Library/Frameworks/Foundation.framework/Foundation
0x18946e000 - 0x18969dfff WebGPU arm64e  <0bd3dac3fcea388e8526edd920b037d9> /System/Library/PrivateFrameworks/WebGPU.framework/WebGPU
0x18969e000 - 0x189900fff Metal arm64e  <19271cabe59037659dbcc897135056a2> /System/Library/Frameworks/Metal.framework/Metal
0x189901000 - 0x189b38fff CoreServices arm64e  <2c72baf660aa38c5bc2504f76d3eaac2> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x189b39000 - 0x18a07cfff CoreFoundation arm64e  <0013a8b125243534b5ba681aaf18c798> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x18a07d000 - 0x18b02dfff Network arm64e  <e5f7b492b81e34d0bb0de8b0658ed592> /System/Library/Frameworks/Network.framework/Network
0x18b02e000 - 0x18b3f2fff CFNetwork arm64e  <e610c6a8da363e07910f2d4a62320985> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x18b3f3000 - 0x18b610fff CoreTelephony arm64e  <4df4cd6bd7c139da844c2e165ba7642a> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x18b611000 - 0x18b9bdfff QuartzCore arm64e  <8a08cc2400173108bea429111b40063c> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x18b9be000 - 0x18bba6fff CoreText arm64e  <f34d8ceaa78f381393377eb03394441d> /System/Library/Frameworks/CoreText.framework/CoreText
0x18bba7000 - 0x18c2a0fff CoreGraphics arm64e  <733006a226d93bf6ac54a824c462f5c4> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x18c358000 - 0x18e270fff UIKitCore arm64e  <8cc54497f7ec3903ae5aa274047c0cf1> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x18e271000 - 0x18f53afff SwiftUI arm64e  <8be3c73070b139e682bf5e7644ce8951> /System/Library/Frameworks/SwiftUI.framework/SwiftUI
0x18f53b000 - 0x18fa1dfdf ImageIO arm64e  <c1fe25a319a736bf82592d6bc8b9e159> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x18fa1e000 - 0x18fd48fcf vImage arm64e  <0b65e1cca50533e5be39fa8c2211c60f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x18fd49000 - 0x1918f2fff GeoServices arm64e  <c153815d4fd63143a0554e702bc820b1> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x1918f3000 - 0x191938fff libdispatch.dylib arm64e  <c05e486d81f2367e9ce1e14573c4c268> /usr/lib/system/libdispatch.dylib
0x191939000 - 0x1919b8ffb libsystem_c.dylib arm64e  <400d888f854833fc802ff29678681197> /usr/lib/system/libsystem_c.dylib
0x1919b9000 - 0x1919bbfff libsystem_coreservices.dylib arm64e  <fa4df1a0eedf39f2ae3c2e742f9559e9> /usr/lib/system/libsystem_coreservices.dylib
0x1919bc000 - 0x1919bdfff AggregateDictionary arm64e  <e7227bc84fab35ae804313d298552b45> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1919be000 - 0x191a5afff BackBoardServices arm64e  <b8b3e204f06335448e094ace16059fae> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x191a5b000 - 0x191b34fff BaseBoard arm64e  <6af7f0f1fa37350d998338957255c102> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x191b35000 - 0x191ec1fff CoreData arm64e  <59a0a96319ae3600bfefb20330e50355> /System/Library/Frameworks/CoreData.framework/CoreData
0x191ec2000 - 0x19224afff CloudKit arm64e  <e15918c22f9339a995106680f804ad3f> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x19224b000 - 0x192420fff Security arm64e  <7176043914073b88a62ec86ba1fa2dab> /System/Library/Frameworks/Security.framework/Security
0x192421000 - 0x1924e2fff IOKit arm64e  <97a1342588d83ac899800a196cde368f> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x1924e3000 - 0x1925d9fff SpringBoardFoundation arm64e  <cff598c0e3993b28bdacd30e03dcda50> /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation
0x1925da000 - 0x192aa3fff ContactsUI arm64e  <f794839a2b50360a9ba5bb83d124c2ea> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x192aa4000 - 0x192dbffff MapKit arm64e  <f04d0667c1b93eba8a8b893d26f22339> /System/Library/Frameworks/MapKit.framework/MapKit
0x192dc0000 - 0x192f52fff ColorSync arm64e  <8e057f8b33273bb9a3f157d1c556c9ca> /System/Library/Frameworks/ColorSync.framework/ColorSync
0x192f53000 - 0x192f69ff8 libswiftDispatch.dylib arm64e  <f456e47253173209963774085e4a7aba> /usr/lib/swift/libswiftDispatch.dylib
0x192f6a000 - 0x193095ff7 Combine arm64e  <4a118eedf3593a9ca518ab68971be77b> /System/Library/Frameworks/Combine.framework/Combine
0x193096000 - 0x1930b3fff SharedWithYouCore arm64e  <26086df6b73d37f9bf297fbc72406afb> /System/Library/Frameworks/SharedWithYouCore.framework/SharedWithYouCore
0x193308000 - 0x19379dfff MobileSafari arm64e  <aebac6eb7f0d3004a42b759ae3526bfb> /System/Library/PrivateFrameworks/MobileSafari.framework/MobileSafari
0x19379e000 - 0x19379efff libswiftUIKit.dylib arm64e  <d90d9ada51f1306d83847a404a2eb7a3> /usr/lib/swift/libswiftUIKit.dylib
0x19379f000 - 0x193a5cffb libicucore.A.dylib arm64e  <4a6458c85a87338da52d4f768b468c51> /usr/lib/libicucore.A.dylib
0x193a5d000 - 0x193ae5fff PersonalizationPortrait arm64e  <aaa1f5d55ad4329f8ce6987bcdd24277> /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait
0x193ae6000 - 0x194099fff Intents arm64e  <9452cefde5ce3cdfb6403bcf85db4a34> /System/Library/Frameworks/Intents.framework/Intents
0x19409a000 - 0x1941befff CoreSpotlight arm64e  <3d8593a6ae7a3baeba6925d3e2585a0f> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x1941bf000 - 0x1941f6fff Pasteboard arm64e  <90c8d23e53c937a18e0484489306302b> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
0x1941f7000 - 0x1942befff TextInput arm64e  <6ae8f9235e05328ca9de96ab7323bebf> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x1942bf000 - 0x194437fff AccessibilityUtilities arm64e  <78d75ccac6293c0ebd6ab426af4e8032> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x194438000 - 0x19450efff TextInputUI arm64e  <6cb4e26962c53eb88a942728c49d87c7> /System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI
0x19450f000 - 0x194e95fff AppleMediaServices arm64e  <41d387f1ce5e3b2cb7dce7b6baab58d9> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x194e96000 - 0x195227fff CoreNavigation arm64e  <06c5290503a432a8baa83cbe72b2bc6e> /System/Library/PrivateFrameworks/CoreNavigation.framework/CoreNavigation
0x195228000 - 0x1952b1ffb SystemConfiguration arm64e  <34e166f110bf3a5aaba134ae53c6fae7> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x1952b2000 - 0x195421fff CoreUtils arm64e  <3bf187f7093f394a9383871fbe290278> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x195422000 - 0x1954a4fff libswift_Concurrency.dylib arm64e  <b4ca132580cd3d06937c00c53ad9f2aa> /usr/lib/swift/libswift_Concurrency.dylib
0x1954a5000 - 0x195607fff UIFoundation arm64e  <17a80553e16a3a999ceb9cd7677a02d4> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x195608000 - 0x195639fff CoreEmoji arm64e  <5de64c7d75b6388491030a4df0e7b012> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x19563a000 - 0x195c57fff BiomeStreams arm64e  <c0466d4344fe30ae8f020f8804ced451> /System/Library/PrivateFrameworks/BiomeStreams.framework/BiomeStreams
0x195c58000 - 0x195ca7fff CoreDuetContext arm64e  <06cb957f69b134619faebb1c666814f7> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x195ca8000 - 0x195ed5fff CoreDuet arm64e  <2ba3abf0701431a589c1bd507687b3e5> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x195ed6000 - 0x196adafff ChatKit arm64e  <2fb31241c0473c01bae58a2d8b18719a> /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit
0x196adb000 - 0x196b2efff SharedWithYou arm64e  <53db87e4b6c430c98d4a696ae0002492> /System/Library/Frameworks/SharedWithYou.framework/SharedWithYou
0x196b2f000 - 0x196b41fff PointerUIServices arm64e  <385f2f65759e3d158420a24782f8e329> /System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices
0x196b42000 - 0x196b87fff AppSupport arm64e  <83453cb719ed3a20addec1974ebf036f> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x196b88000 - 0x196c2efff SpringBoardServices arm64e  <05e0cc915aef364c86663747c82f28e7> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x196c2f000 - 0x196cebfff AXCoreUtilities arm64e  <556bd54c6664360c9197206cb56f69e5> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x196cec000 - 0x196e83fff CoreMedia arm64e  <48d8484271d23811a626f90e0e8994f7> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x196e84000 - 0x19722afff AudioToolboxCore arm64e  <32bc06da508f39f2bda5a9d1e566048f> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
0x19722b000 - 0x197242fff libAudioStatistics.dylib arm64e  <c31e523d6e4e34e4a2ce820bf1500b3b> /usr/lib/libAudioStatistics.dylib
0x197243000 - 0x19727dfff libAccessibility.dylib arm64e  <9c0dc434bfa9379c981f09e5099df79b> /usr/lib/libAccessibility.dylib
0x19727e000 - 0x197686fff CoreMotion arm64e  <6845c463baf9365fa47cf9617091a79a> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x197687000 - 0x1978ebfff CoreLocation arm64e  <c9854be260833d35bbb7fa566c4f8b1f> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x1978ec000 - 0x1979b1fff ContactsFoundation arm64e  <bfb3e98a27e83858906ba5cf3abd7233> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x1979b2000 - 0x197bcffff Contacts arm64e  <aa78ccb807b03f58bcc75a842252d2f7> /System/Library/Frameworks/Contacts.framework/Contacts
0x197bd0000 - 0x197c06fff ProactiveEventTracker arm64e  <45c8d4644cc03d29bfdfe8b1d86fe68d> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x197c07000 - 0x197c3dfff UserManagement arm64e  <6c33fa43f4fb3560a2074dcd5d811d5a> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x197c3e000 - 0x197d56fff ChronoServices arm64e  <af95cbb9aa6432f08b3e4611cd2e965c> /System/Library/PrivateFrameworks/ChronoServices.framework/ChronoServices
0x197d57000 - 0x197ddefff CalendarFoundation arm64e  <db3cd9af4f4c3d59a9064a7f4f511265> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x197ddf000 - 0x198860fff PassKitCore arm64e  <4c13d6db996e31a19db5adaa47247031> /System/Library/PrivateFrameworks/PassKitCore.framework/PassKitCore
0x198861000 - 0x1988d9fff IMFoundation arm64e  <111c1c0bb0483313b0b16b79e7288543> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x1988da000 - 0x198a89fff IDS arm64e  <f01c8e817fa633fe84bb82d7a91492da> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x198a8a000 - 0x198abefff UIKitServices arm64e  <8a6778f0a7a83381aea91e3deade80d1> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x198abf000 - 0x198d17fff WidgetKit arm64e  <28faa5dd1bd03e3b82b93d1cd0022f83> /System/Library/Frameworks/WidgetKit.framework/WidgetKit
0x198d18000 - 0x198ef3fff TeaFoundation arm64e  <0ba59bf361d43063bc00823dc98eb097> /System/Library/PrivateFrameworks/TeaFoundation.framework/TeaFoundation
0x198ef4000 - 0x198fb2fff ExtensionFoundation arm64e  <d07ebbc9ac2b3e31a247f6bde2daeb8d> /System/Library/Frameworks/ExtensionFoundation.framework/ExtensionFoundation
0x198fb3000 - 0x199010fff RunningBoardServices arm64e  <53e55a594a1731eab22a419cd33b8a91> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
0x199011000 - 0x199095fff libTelephonyUtilDynamic.dylib arm64e  <49ce6ee098e93a8b895196eae853bf9d> /usr/lib/libTelephonyUtilDynamic.dylib
0x199096000 - 0x199f54fff Espresso arm64e  <ccef08dd201a357f8996e3b2b6581642> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x19a040000 - 0x19a15bfff CoreNLP arm64e  <caa2d3cdccf239d8ae5c0dc72a041ea6> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x19a15c000 - 0x19a197ff7 libsystem_malloc.dylib arm64e  <fb709ae1a2c53c81a7d05f66cdedda9a> /usr/lib/system/libsystem_malloc.dylib
0x19a198000 - 0x19a1b1fff libswiftos.dylib arm64e  <91ae0b45855433cbab74952550c7fac2> /usr/lib/swift/libswiftos.dylib
0x19a1b2000 - 0x19a3a3fff MapsUI arm64e  <50d8c3dd515f3617b6b60b8ad92fef92> /System/Library/PrivateFrameworks/MapsUI.framework/MapsUI
0x19a3a4000 - 0x19a3cdff7 libsystem_info.dylib arm64e  <cc26f998fca53fa08d939331e06b5471> /usr/lib/system/libsystem_info.dylib
0x19a3ce000 - 0x19a45bffb libc++.1.dylib arm64e  <09bdee26e6c335458cc96f215deafb43> /usr/lib/libc++.1.dylib
0x19a45c000 - 0x19a590fff AuthKit arm64e  <42e20430fb7233b19ec3978b4443e2eb> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x19a591000 - 0x19a60dfff TrialProto arm64e  <2361ab4a5c043263a86ad49824551538> /System/Library/PrivateFrameworks/TrialProto.framework/TrialProto
0x19a60e000 - 0x19a638fff RTCReporting arm64e  <97ae4120e58f3d4ebb616969423ecfa3> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x19a639000 - 0x19aa06fff CoreImage arm64e  <1faa39e062d231b896b468baa49ab04f> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x19aa07000 - 0x19ae55fff VideoToolbox arm64e  <e2924cfa4f5a3d4982d1e2f32a12230a> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x19ae56000 - 0x19ba17fff MediaToolbox arm64e  <8999765802243c9084e5ab02378f2329> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x19ba18000 - 0x19bca8fff AVFCore arm64e  <3e5b905f51ac350bb32d54bb9b116cb1> /System/Library/PrivateFrameworks/AVFCore.framework/AVFCore
0x19bca9000 - 0x19bf05fff MediaExperience arm64e  <2930a57230c036f388c5733e4ddb668a> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
0x19bf06000 - 0x19c2b1fff MediaRemote arm64e  <8f969343772a397db2d1d25e7b0cde08> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x19c2b2000 - 0x19c733fff MediaPlayer arm64e  <b505c9d3f59a3801be502f49d3fab520> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x19c734000 - 0x19f5cdfff WebCore arm64e  <c9c6867b968b3f1ca69bcc0bfd96352c> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x19f5ce000 - 0x1a06d7fff WebKit arm64e  <7fd7e19e8e703e7d8133e5c310a242d1> /System/Library/Frameworks/WebKit.framework/WebKit
0x1a07a8000 - 0x1a1fdef3f JavaScriptCore arm64e  <933bc301d4fd36deaf22836554e78fff> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x1a1fdf000 - 0x1a2012fff RemoteTextInput arm64e  <95a4aedfde643d9482077087b93f7bab> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1a2013000 - 0x1a2027fff UniformTypeIdentifiers arm64e  <01595baab4593c37ac1d89d1c915440a> /System/Library/Frameworks/UniformTypeIdentifiers.framework/UniformTypeIdentifiers
0x1a2028000 - 0x1a23aafff Photos arm64e  <510ec716b95a390298ea961358cd9037> /System/Library/Frameworks/Photos.framework/Photos
0x1a23ab000 - 0x1a2cdffff PhotoLibraryServices arm64e  <ef2cb252712e3aa3946032f2dfe96350> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x1a2ce0000 - 0x1a2dfbfff PhotoLibraryServicesCore arm64e  <173d128da6c93b2289c61feb77746fd5> /System/Library/PrivateFrameworks/PhotoLibraryServicesCore.framework/PhotoLibraryServicesCore
0x1a2dfc000 - 0x1a2ef3fff SocialLayer arm64e  <2abb2e8dfb88337abf96d936c93a5b9c> /System/Library/PrivateFrameworks/SocialLayer.framework/SocialLayer
0x1a2ef4000 - 0x1a2f4efff OnBoardingKit arm64e  <f6a700fb9b7e35fcb72c5415821f6ab2> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
0x1a2f4f000 - 0x1a3007fff AppStoreDaemon arm64e  <3aa287bac29e3bd3b4acd5892608c10b> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
0x1a3008000 - 0x1a347afff HealthKit arm64e  <f803a2a151f63ea19c8ddb20394e1281> /System/Library/Frameworks/HealthKit.framework/HealthKit
0x1a347b000 - 0x1a3664fff TelephonyUtilities arm64e  <83ef3255dfbc383faf147e8d111afd6b> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x1a3665000 - 0x1a3738fff FrontBoardServices arm64e  <8ae153d7d76135c9b0ce3590d954943a> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1a3739000 - 0x1a379cfff BoardServices arm64e  <2b8d4613d06a3792ac7dfc89cb8130ab> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
0x1a379d000 - 0x1a37cbfff OctagonTrust arm64e  <86cf52798e3f3054b3df3d734ac18c09> /System/Library/PrivateFrameworks/OctagonTrust.framework/OctagonTrust
0x1a37cc000 - 0x1a38c0fff CoreParsec arm64e  <67681292c3d93af787c5952715ad4597> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x1a3992000 - 0x1a3c11fff LinkMetadata arm64e  <83eaf1e4c5b23ed99eb52cb8c2d3392c> /System/Library/PrivateFrameworks/LinkMetadata.framework/LinkMetadata
0x1a3c12000 - 0x1a3c7afff DoNotDisturb arm64e  <38b06f53b8b33683a5902f45325989ba> /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb
0x1a3d80000 - 0x1a3f02fff SiriTTSService arm64e  <74199439900e3eac8fdcc04fd70ba66a> /System/Library/PrivateFrameworks/SiriTTSService.framework/SiriTTSService
0x1a3f03000 - 0x1a418dfff AssistantServices arm64e  <3ea63ef67e4e3e3589d7cab590bbaac7> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x1a418e000 - 0x1a4540fff HomeKit arm64e  <e3ed046c57583b42bf42041ce9bc3825> /System/Library/Frameworks/HomeKit.framework/HomeKit
0x1a4541000 - 0x1a4564fff HomeKitEventRouter arm64e  <82fffe8aa6b734b797269014c4caeb51> /System/Library/PrivateFrameworks/HomeKitEventRouter.framework/HomeKitEventRouter
0x1a4565000 - 0x1a461ffff HMFoundation arm64e  <6c9202161c0436fb84f7f3ee391d9e42> /System/Library/PrivateFrameworks/HMFoundation.framework/HMFoundation
0x1a4620000 - 0x1a46f7fff NearField arm64e  <29e557cd9efb324087db1afc418b15bb> /System/Library/PrivateFrameworks/NearField.framework/NearField
0x1a46f8000 - 0x1a477dfdf libMobileGestalt.dylib arm64e  <8a503ecafa4330d1b8f0e3f47ec39ff7> /usr/lib/libMobileGestalt.dylib
0x1a477e000 - 0x1a48f2fff AVFAudio arm64e  <d258c3816cfb39ff9be54de9f13a2656> /System/Library/Frameworks/AVFAudio.framework/AVFAudio
0x1a48f3000 - 0x1a49a8fff Trial arm64e  <1ff836e690413eb4990fb28bdf420626> /System/Library/PrivateFrameworks/Trial.framework/Trial
0x1a49a9000 - 0x1a4c36fff IDSFoundation arm64e  <9ed857ff5f6233c7bda219c47c23c189> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x1a4c37000 - 0x1a4c63fff ApplePushService arm64e  <5bffd72cf83c3bc098a90ece3ddb292b> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1a4c64000 - 0x1a4c7ffff libsystem_trace.dylib arm64e  <67d149c6b35f3a48a2aa2570a8c35df8> /usr/lib/system/libsystem_trace.dylib
0x1a4c80000 - 0x1a4cc5fff DataDetectorsCore arm64e  <f2ef3712a8a33cc58c0e711fa4e8a52a> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1a4cc6000 - 0x1a4d7cfff AddressBookLegacy arm64e  <7f11367c3f5f32f9aefe944a7d3c70d3> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x1a4d7d000 - 0x1a4d99fff libsystem_networkextension.dylib arm64e  <fae4259a7e36390296f74cf83f8f3e89> /usr/lib/system/libsystem_networkextension.dylib
0x1a4d9a000 - 0x1a4fdffff NetworkExtension arm64e  <ec038a9134db376c87a6ba9c30e90c5f> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x1a5023000 - 0x1a5122ffb Lexicon arm64e  <d54ae8c4d31d3fe09056def596bf7594> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x1a5123000 - 0x1a5355fff Montreal arm64e  <5b08064d93d63bfda82cbd1f105757d8> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x1a5356000 - 0x1a5575fff LanguageModeling arm64e  <7519464191163f6db272add291c59b6f> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x1a5576000 - 0x1a5d29fff CoreML arm64e  <8f9d250a16ae35728696044760edb7ab> /System/Library/Frameworks/CoreML.framework/CoreML
0x1a5d2a000 - 0x1a5dfefff CloudDocs arm64e  <e16c585b1aba3113b571dce45264495f> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x1a5dff000 - 0x1a62c5fff JetEngine arm64e  <b0b4710f8eb2370eb7f52de6898b2ac5> /System/Library/PrivateFrameworks/JetEngine.framework/JetEngine
0x1a62c6000 - 0x1a6369fff UIAccessibility arm64e  <f09df3b4a8523c688f479e7019814345> /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
0x1a775b000 - 0x1a7ac4fff IMSharedUtilities arm64e  <ad97125b108038b8ba94b0b091899442> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
0x1a7ac5000 - 0x1a7beefff ShareSheet arm64e  <1fa8836848303beab1f79090bb2668e4> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
0x1a7bef000 - 0x1a7fdbfff SearchFoundation arm64e  <ee1e48e39f083e18b6ea497b60438641> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x1a7fdc000 - 0x1a80b4fff NetworkServiceProxy arm64e  <14f9ea309a8e3d18a78bc42048cd1298> /System/Library/PrivateFrameworks/NetworkServiceProxy.framework/NetworkServiceProxy
0x1a811c000 - 0x1a8192fff LoggingSupport arm64e  <1fd8b1bfc418332e8e4dbc44813e07e0> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1a8193000 - 0x1a81c5fff PowerLog arm64e  <290134b75f993b8dbec883f26ab688d8> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x1a81c6000 - 0x1a82d8fff AppleAccount arm64e  <7f0b2ad210dc309ab557f00fb74c5136> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1a82d9000 - 0x1a83ddfff CoreUI arm64e  <8a4afd2c162d36fe9dd23dde3268527f> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1a83de000 - 0x1a8519fff ManagedConfiguration arm64e  <6fc2b5991fbb3a6abd885aa2eeb5da02> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x1a851a000 - 0x1a868bfff AVFCapture arm64e  <f893e060b5d931bfa3a02bb70c8efde8> /System/Library/PrivateFrameworks/AVFCapture.framework/AVFCapture
0x1a868c000 - 0x1a86ebfff AudioSession arm64e  <89db5b2d0f253184a5f5ad5dde17af5d> /System/Library/PrivateFrameworks/AudioSession.framework/AudioSession
0x1a86ec000 - 0x1a86f7fff libGSFont.dylib arm64e  <3fdc9f1eee7c351dac6194361c4e35e8> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
0x1a8770000 - 0x1a9afbfff VectorKit arm64e  <4864d5a76a6f3fefaab1031893d60fa7> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x1a9afc000 - 0x1a9b28fff BaseBoardUI arm64e  <370a46f722c83cbaa088678fc70c3207> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x1a9b29000 - 0x1a9c2efff SiriAnalytics arm64e  <5b23361e41f23a56a14aafd07bb8f832> /System/Library/PrivateFrameworks/SiriAnalytics.framework/SiriAnalytics
0x1a9c2f000 - 0x1a9c7bfff NearbyInteraction arm64e  <393ac1c13c763dc2ba107a3b3038c9cb> /System/Library/Frameworks/NearbyInteraction.framework/NearbyInteraction
0x1a9c7c000 - 0x1a9c9cffb TeaSettings arm64e  <4bcaf8064ee6363ba0b458b03131726d> /System/Library/PrivateFrameworks/TeaSettings.framework/TeaSettings
0x1a9c9d000 - 0x1a9cf0ffe TeaDB arm64e  <bbb25c63b2863c50a2e386c840ea128b> /System/Library/PrivateFrameworks/TeaDB.framework/TeaDB
0x1a9cf1000 - 0x1aa0bdfff iTunesCloud arm64e  <ee6bffecf20030ebae792f37dc392ac7> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x1aa0be000 - 0x1aa13bfff MediaServices arm64e  <758397fc71843c039d26fba21019dcfe> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x1aa13c000 - 0x1aa2b4fff PeopleSuggester arm64e  <086d59656c31393dac6668fb0bf5cdd8> /System/Library/PrivateFrameworks/PeopleSuggester.framework/PeopleSuggester
0x1aa2b5000 - 0x1aa33ffff ProactiveSupport arm64e  <dfec2206d2ee37f1926109c4619023fa> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1aa340000 - 0x1aa39efff MetadataUtilities arm64e  <86133e21e9a03d3896119562a00b7cfe> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1aa39f000 - 0x1aa544fff FileProvider arm64e  <d52d7fee5eca3578b7bee967a32ac83b> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1aa545000 - 0x1aa55efff CommonUtilities arm64e  <88ff3c6d687f3013a3167a4d3de71b93> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1aa55f000 - 0x1aa5ccfff NanoRegistry arm64e  <d3d1c924e6e430bea9bce426543cbde1> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1aa5cd000 - 0x1aa74ffff LinkPresentation arm64e  <d0ce04b1344a3911ad8cdc684481fd0f> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation
0x1aa750000 - 0x1aa921fff GroupActivities arm64e  <46aa075c2f783d91be42d005c0130326> /System/Library/Frameworks/GroupActivities.framework/GroupActivities
0x1aa922000 - 0x1aac53fff AudioToolbox arm64e  <86d6ec7f67353e0b922f2bcf56a473cd> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x1aac54000 - 0x1ab1effff Vision arm64e  <19ba456cccf63d3cba42a72a7317d61e> /System/Library/Frameworks/Vision.framework/Vision
0x1ab1f0000 - 0x1ab310fff PhotosFormats arm64e  <bcc3199616b83818aee5b385ebdc36ce> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x1ab311000 - 0x1ab40afff NLP arm64e  <13ea427d697c33ff97bd4e4ddf4c9f93> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x1ab40b000 - 0x1ab532fff LinkServices arm64e  <ee5c287c83353c118e0ad254cb67472d> /System/Library/PrivateFrameworks/LinkServices.framework/LinkServices
0x1ab533000 - 0x1ab568fff LocationSupport arm64e  <87b14b2446173481bf396d45a51ac97c> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
0x1ab569000 - 0x1ab5e5fff SignpostSupport arm64e  <73ac708a7b943b47a5fbbd77fc717251> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1ab5e6000 - 0x1ab5e6fff libswiftNetwork.dylib arm64e  <da9b8f396c3131d0907a18110abf3ad4> /usr/lib/swift/libswiftNetwork.dylib
0x1ab5e7000 - 0x1ab5fffff ContextKit arm64e  <402a68402f6c39d292d7f36a8206f201> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
0x1ab600000 - 0x1abaa5fff NewsCore arm64e  <b469115f8a313273a716e7599cdadd3d> /System/Library/PrivateFrameworks/NewsCore.framework/NewsCore
0x1abaa6000 - 0x1abae9fff RemoteConfiguration arm64e  <36ec3c7b05543d39ac3db73ccb49f2ae> /System/Library/PrivateFrameworks/RemoteConfiguration.framework/RemoteConfiguration
0x1abaea000 - 0x1abd7efff IMCore arm64e  <32a603a77f8a30649aab4f68bfecf454> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x1abd7f000 - 0x1abe39fff CoreSuggestions arm64e  <97734a76d4a43bd0906c100b9cb5ebd5> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x1abe3a000 - 0x1abff4fff EventKit arm64e  <3871ca5de4b737608bb714017065e618> /System/Library/Frameworks/EventKit.framework/EventKit
0x1abff5000 - 0x1ac37bfff StoreServices arm64e  <dc9aeb5091313e36b7cee9323c28a270> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x1ac37c000 - 0x1ac7b7fff Sharing arm64e  <ae6e3179566e3fc69b1d5d3439218152> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x1ac7b8000 - 0x1ac833fff Accounts arm64e  <1bae3180ac133cab9a28533271e0e61d> /System/Library/Frameworks/Accounts.framework/Accounts
0x1ac834000 - 0x1ac879fff CoreVideo arm64e  <0b17c3b1b84032c09b2bfbc063f7f263> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x1ac87a000 - 0x1ad095fff CMCapture arm64e  <993f18baf0a334e4a44875f46fa53846> /System/Library/PrivateFrameworks/CMCapture.framework/CMCapture
0x1ad2f0000 - 0x1ad3acfff FrontBoard arm64e  <1a3806603ec139d5937ac84123b94471> /System/Library/PrivateFrameworks/FrontBoard.framework/FrontBoard
0x1ad3ad000 - 0x1ad3c4ff8 TCC arm64e  <866d061b741731dbb71d756741b5552f> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1ad3c5000 - 0x1ad40cfff CacheDelete arm64e  <6209cf841bc737108da5692835bb7528> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x1ad40d000 - 0x1ad475fff NaturalLanguage arm64e  <74ec1aa48c223dccaa65122fb2894fcc> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
0x1ad476000 - 0x1ad4bffff CoreAutoLayout arm64e  <122c3b6cdcfe3ae2b112884cef86b3b5> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/CoreAutoLayout
0x1ad58b000 - 0x1ad6c6fff Preferences arm64e  <a15f337fb86837f1a1f4fe475dd0ec86> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x1ad6c7000 - 0x1ad8fefff TextToSpeech arm64e  <cbaa83afe7123f5aab5488366139b25e> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x1ad8ff000 - 0x1adb53fff SafariServices arm64e  <ea85704a10b93d4bacdd11560d0a6a39> /System/Library/Frameworks/SafariServices.framework/SafariServices
0x1adb54000 - 0x1ade2ffff SafariShared arm64e  <8e551f5423d137fba7ac7cf1da68ed72> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x1ade30000 - 0x1adecafff CallKit arm64e  <d8a4abeff88d3817b9365665871d5b88> /System/Library/Frameworks/CallKit.framework/CallKit
0x1ae5ef000 - 0x1ae5fcffd SessionFoundation arm64e  <813a9f9a8a7e30a6bcd809d1f8e65f16> /System/Library/PrivateFrameworks/SessionFoundation.framework/SessionFoundation
0x1ae5fd000 - 0x1ae6eafff SpringBoardUIServices arm64e  <62b4cd03f08f3e68b39e9cc8d7cfae13> /System/Library/PrivateFrameworks/SpringBoardUIServices.framework/SpringBoardUIServices
0x1ae6eb000 - 0x1ae7a9fff SAObjects arm64e  <a0f029a30a5a3f5bae4fecec3f4ea25a> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x1ae7aa000 - 0x1ae849fff CoreKnowledge arm64e  <875fa7ae6f5b3099a67cc560a27e4820> /System/Library/PrivateFrameworks/CoreKnowledge.framework/CoreKnowledge
0x1ae84a000 - 0x1ae859fff CoreRecents arm64e  <9246bbf9d98f3813b9ad45c794bf3507> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1ae85a000 - 0x1ae8a2fff DMCUtilities arm64e  <ed755635f03037058df0fea8022502c3> /System/Library/PrivateFrameworks/DMCUtilities.framework/DMCUtilities
0x1aeb25000 - 0x1aebb7fff InstallCoordination arm64e  <9d89ce1964fb3f55aaedbd5a43fa322c> /System/Library/PrivateFrameworks/InstallCoordination.framework/InstallCoordination
0x1aebb8000 - 0x1aec18fff FTServices arm64e  <89702bef4c89339db3b5f9e984041726> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x1aec19000 - 0x1aec32fff IOSurface arm64e  <ac106b28f7b33976980bbbe72b878383> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1aec33000 - 0x1aec64fff CoreAnalytics arm64e  <567a1a34477e33a0998ef1d83f98071a> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1aec65000 - 0x1aecc0fff OSAnalytics arm64e  <8eb97c91f9a839d7afbe6a258f6aaa14> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
0x1aecc1000 - 0x1aeda9fff Symbolication arm64e  <ff037c85dba13659bdbf1a23d2493902> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
0x1aedaa000 - 0x1aede4fff CoreServicesStore arm64e  <2c3117de362e3c7a9f899ea6ae43f113> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
0x1aede5000 - 0x1aee48fff SetupAssistant arm64e  <bf86ba89800136fcbef7f2a45dbd70a8> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x1aee49000 - 0x1aee6bfff DiagnosticExtensions arm64e  <93e95bb941943884b3bd0af932d4dc16> /System/Library/PrivateFrameworks/DiagnosticExtensions.framework/DiagnosticExtensions
0x1aeef7000 - 0x1afc82fff Message arm64e  <e01c656f3aff39f8aa3b3b79462aa3af> /System/Library/PrivateFrameworks/Message.framework/Message
0x1afc83000 - 0x1afd9bfff CloudSubscriptionFeatures arm64e  <a0f22d0c7553303d923194e31a244916> /System/Library/PrivateFrameworks/CloudSubscriptionFeatures.framework/CloudSubscriptionFeatures
0x1afd9c000 - 0x1afe11ff6 CryptoKit arm64e  <b134f1b7c26b383891061159f8f1b4b3> /System/Library/Frameworks/CryptoKit.framework/CryptoKit
0x1afe96000 - 0x1affb9fff CalendarDatabase arm64e  <e1441661a8ce32729f00438853851a9f> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x1affba000 - 0x1affe9fff PrivacyAccounting arm64e  <7394fb6a6fd43916ab8b486623f35ed0> /System/Library/PrivateFrameworks/PrivacyAccounting.framework/PrivacyAccounting
0x1affea000 - 0x1b0003fff ProtocolBuffer arm64e  <aa35cef4c3343fd59e2dd65dac4f437d> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x1b0004000 - 0x1b0065fff CoreRoutine arm64e  <0e8115dbd77f36b0a4f35c93e31f2e3c> /System/Library/PrivateFrameworks/CoreRoutine.framework/CoreRoutine
0x1b0698000 - 0x1b08a9fff PhotoImaging arm64e  <52e11876d1673e929f206ee5d876d1a6> /System/Library/PrivateFrameworks/PhotoImaging.framework/PhotoImaging
0x1b08aa000 - 0x1b0afffff NeutrinoCore arm64e  <c0a5211effba322ebe893fe39450baf0> /System/Library/PrivateFrameworks/NeutrinoCore.framework/NeutrinoCore
0x1b0b00000 - 0x1b28fbfff PhotosUICore arm64e  <0b1ab77b3ebf30e3834452b9513e5ea6> /System/Library/PrivateFrameworks/PhotosUICore.framework/PhotosUICore
0x1b28fc000 - 0x1b2a18fff CMPhoto arm64e  <a06cc56b82ae379ea70c5a6208c7ce1e> /System/Library/PrivateFrameworks/CMPhoto.framework/CMPhoto
0x1b2a19000 - 0x1b2af0fff CoreBluetooth arm64e  <106c55a9cb723721b2c6f677ef667f99> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1b2af1000 - 0x1b2b28fff libAudioToolboxUtility.dylib arm64e  <0069695f07da394a83acc0475b592c39> /usr/lib/libAudioToolboxUtility.dylib
0x1b2b29000 - 0x1b2b96fff CarKit arm64e  <7265e73993fa3b51b54bfe502ca803ab> /System/Library/PrivateFrameworks/CarKit.framework/CarKit
0x1b2b97000 - 0x1b2cfdfff SafariSharedUI arm64e  <a921bdf900ed367fa0bc60025b5e6417> /System/Library/PrivateFrameworks/SafariSharedUI.framework/SafariSharedUI
0x1b2cfe000 - 0x1b2d1ffff SharedWebCredentials arm64e  <2d3220f1663a3e3b94ef351513c3fa91> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x1b2d20000 - 0x1b39fdfff PegasusAPI arm64e  <a63bdec380b431f6a47921ce5f06d358> /System/Library/PrivateFrameworks/PegasusAPI.framework/PegasusAPI
0x1b39fe000 - 0x1b3f97fff PodcastsFoundation arm64e  <dd83cc7dffc6374292a340d1dab7b8a3> /System/Library/PrivateFrameworks/PodcastsFoundation.framework/PodcastsFoundation
0x1b3f98000 - 0x1b3fc2ffb libdyld.dylib arm64e  <dbf60010e31336d388368b33ec57d593> /usr/lib/system/libdyld.dylib
0x1b3fc3000 - 0x1b4049fff ProtectedCloudStorage arm64e  <3b26a7ac62353ae2aae1c16f0fcbed08> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1b404a000 - 0x1b40a0fff BiomePubSub arm64e  <75f84594517839bdbf94bfe6198aa736> /System/Library/PrivateFrameworks/BiomePubSub.framework/BiomePubSub
0x1b40a1000 - 0x1b40dcfff BiomeStorage arm64e  <665eacca92be3e31a1222e54a7b8d00f> /System/Library/PrivateFrameworks/BiomeStorage.framework/BiomeStorage
0x1b4a78000 - 0x1b567afff SiriInstrumentation arm64e  <af492e05db6635da926453a667f485b6> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
0x1b567b000 - 0x1b56a6fff AppSupportUI arm64e  <27208214730b3b49872abdcc195c4b6c> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x1b5745000 - 0x1b5750fff CrashReporterSupport arm64e  <2496fe3573bd38f595ac8e06517d755c> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x1b5751000 - 0x1b5798fff UserNotifications arm64e  <6c34bf383a763bb28e8016b2a16716a8> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x1b5799000 - 0x1b5806fff IconServices arm64e  <c0403bfaf1833ee786f9bad3a7b17e62> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
0x1b59fe000 - 0x1b5a1ffff CoreMaterial arm64e  <f37f3e8ef5a2301ea9c988d577d01870> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
0x1b5a20000 - 0x1b627afff PhotosUIPrivate arm64e  <9308647eaace3629a76fdf64a201aba5> /System/Library/PrivateFrameworks/PhotosUIPrivate.framework/PhotosUIPrivate
0x1b692b000 - 0x1b692bfff libswiftCoreGraphics.dylib arm64e  <be5cf31144a934de88af6da08d6246c9> /usr/lib/swift/libswiftCoreGraphics.dylib
0x1b692c000 - 0x1b696ffff AttributeGraph arm64e  <61f6e2dd99e039c5965f33084b15307f> /System/Library/PrivateFrameworks/AttributeGraph.framework/AttributeGraph
0x1b6970000 - 0x1b6b2efff MessageUI arm64e  <3a9b7e6b53f632fc9d4285388f810ccf> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x1b6b2f000 - 0x1b6b7efff MIME arm64e  <f36ad9f5baee3569b96edf831f7e287a> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x1b6b7f000 - 0x1b6d2dfff IMDPersistence arm64e  <4c2788b48cc13780946c9a4ab77c2868> /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
0x1b6d2e000 - 0x1b707ffff StocksCore arm64e  <38cd86af02fa3f3f917d40e9e7960f39> /System/Library/PrivateFrameworks/StocksCore.framework/StocksCore
0x1b7080000 - 0x1b7087fff NewsURLBucket arm64e  <215d8b1b785439b68d5d4750c8f9d626> /System/Library/PrivateFrameworks/NewsURLBucket.framework/NewsURLBucket
0x1b7088000 - 0x1b7259fff StoreKit arm64e  <0cdbb69aa25337afb08a9dc1446fd30c> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x1b725a000 - 0x1b75e3fff MusicLibrary arm64e  <03087b9d9b2139b58cc2bfcc5abb93d6> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x1b75e4000 - 0x1b77dcfff AVKit arm64e  <dfae22501e583453a91a835db1afd01a> /System/Library/Frameworks/AVKit.framework/AVKit
0x1b77dd000 - 0x1b78b7fff JetUI arm64e  <6d821d1fa659366abd6fab609541dbc1> /System/Library/PrivateFrameworks/JetUI.framework/JetUI
0x1b78b8000 - 0x1b7917fff TemplateKit arm64e  <73ee94a544fe3ee181fe1d6196cafd4d> /System/Library/PrivateFrameworks/TemplateKit.framework/TemplateKit
0x1b7ca1000 - 0x1b7ca2fff libBASupport.dylib arm64e  <6fd3b5f4876a3a29b46183a383e9b197> /usr/lib/libBASupport.dylib
0x1b7ca3000 - 0x1b7e23ff3 libsqlite3.dylib arm64e  <d611d255d4503346bfdd4ecdaa4703a8> /usr/lib/libsqlite3.dylib
0x1b7e24000 - 0x1b81d3fff CopresenceCore arm64e  <1519309d0033347ca72886d583eb9fd7> /System/Library/PrivateFrameworks/CopresenceCore.framework/CopresenceCore
0x1b81d4000 - 0x1b8ab2fff BlastDoor arm64e  <3eacb77bdcfe32df8cfe6106cbd461ba> /System/Library/PrivateFrameworks/BlastDoor.framework/BlastDoor
0x1b8ab3000 - 0x1b9787fff EmbeddedAcousticRecognition arm64e  <c3785fd73cbb35c1807649e2d86b7fc3> /System/Library/PrivateFrameworks/EmbeddedAcousticRecognition.framework/EmbeddedAcousticRecognition
0x1b9788000 - 0x1b984bfff MobileAsset arm64e  <2a323bcd82f634ebab914de4e47009d4> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x1b984c000 - 0x1b989cfff QuickLookThumbnailing arm64e  <fc2b9e7bf7ff35bcb354b4991b4757ac> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1b989d000 - 0x1b99c5fff TextComposer arm64e  <647d7385bb043e198fe6b419842b763c> /System/Library/PrivateFrameworks/TextComposer.framework/TextComposer
0x1b99c6000 - 0x1b9fdbfff IntelligencePlatform arm64e  <8f1c2412f2cc310999ee53ac4af37211> /System/Library/PrivateFrameworks/IntelligencePlatform.framework/IntelligencePlatform
0x1b9fdc000 - 0x1b9fe8fff libsystem_notify.dylib arm64e  <a0fe77e200303cd79b264651b567f604> /usr/lib/system/libsystem_notify.dylib
0x1b9fe9000 - 0x1ba007fff FMCoreLite arm64e  <8ce39a80ef2b3f1e96e14c75a39371cf> /System/Library/PrivateFrameworks/FMCoreLite.framework/FMCoreLite
0x1ba008000 - 0x1ba0b5fff SPOwner arm64e  <35db4cbd8286391191a0a339e8ad5d5f> /System/Library/PrivateFrameworks/SPOwner.framework/SPOwner
0x1ba0b6000 - 0x1ba0cffff BiomeDSL arm64e  <c3a78f819e4e3277b0a036d267a20631> /System/Library/PrivateFrameworks/BiomeDSL.framework/BiomeDSL
0x1ba0d0000 - 0x1ba116fff BiomeFoundation arm64e  <2b0eafc7571a3396a1f0110d41c5e20b> /System/Library/PrivateFrameworks/BiomeFoundation.framework/BiomeFoundation
0x1ba117000 - 0x1ba6e8fff BiomeLibrary arm64e  <86e61a0570b238c98307134ea5f38503> /System/Library/PrivateFrameworks/BiomeLibrary.framework/BiomeLibrary
0x1ba6e9000 - 0x1ba7faff4 InternalSwiftProtobuf arm64e  <094685ec8d983ecea252cc2cdb7658ae> /System/Library/PrivateFrameworks/InternalSwiftProtobuf.framework/InternalSwiftProtobuf
0x1ba7fb000 - 0x1ba883ff5 PegasusKit arm64e  <b8d47404c3ef3f88ae81480877dfc35c> /System/Library/PrivateFrameworks/PegasusKit.framework/PegasusKit
0x1ba884000 - 0x1ba8e3ffa PegasusConfiguration arm64e  <e4b4acd6f2a83f51822d3863a2de914f> /System/Library/PrivateFrameworks/PegasusConfiguration.framework/PegasusConfiguration
0x1ba8e4000 - 0x1ba91dfff PlugInKit arm64e  <a0e878297fc63bb1bc1e87248da0a902> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1ba91e000 - 0x1ba9d8fff Rapport arm64e  <8acc32b010483abf920befbe9b80f3fd> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1ba9d9000 - 0x1baac6fff ktrace arm64e  <fe0880d9af823a91a906f0fe79d5c9a3> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1bab24000 - 0x1bab7dfff BiometricKit arm64e  <2a52c2952a9137fd8ca83ea7c852612b> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1babd0000 - 0x1bac38fff AccessibilitySharedSupport arm64e  <1090b84ff7a23961baedb517ad259c69> /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/AccessibilitySharedSupport
0x1bac39000 - 0x1bac53fff HangTracer arm64e  <50c0cdf0978d32fe889d715bbb61fa80> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1bac54000 - 0x1bac8efff CoreAccessories arm64e  <168e8058b41238f4abe29e416f9e3162> /System/Library/PrivateFrameworks/CoreAccessories.framework/CoreAccessories
0x1bac8f000 - 0x1bae1cfff VoiceShortcutClient arm64e  <278b4d232d6c38cba8bfb2665088a5bd> /System/Library/PrivateFrameworks/VoiceShortcutClient.framework/VoiceShortcutClient
0x1bae2a000 - 0x1bae8efff UserActivity arm64e  <8e30d99cad893511962785445b565e67> /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity
0x1baf7c000 - 0x1bb216fff EventKitUI arm64e  <f19f046ef0263e68a2eb13c10dc34ff9> /System/Library/Frameworks/EventKitUI.framework/EventKitUI
0x1bbbdd000 - 0x1bbcdbfff CVNLP arm64e  <3909c44d6678391887d28cd5958bcc62> /System/Library/PrivateFrameworks/CVNLP.framework/CVNLP
0x1bbcdc000 - 0x1bbef1fff CloudPhotoLibrary arm64e  <ef81aeb84e8f37bfb026b9c481701fc5> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1bbef2000 - 0x1bbf4bfff SoftwareUpdateCoreSupport arm64e  <74f4e1c711e8367db5e1ee657ec24fac> /System/Library/PrivateFrameworks/SoftwareUpdateCoreSupport.framework/SoftwareUpdateCoreSupport
0x1bbf4c000 - 0x1bbf5ffff FontServices arm64e  <3c9b3b9b00e73058ada1a222d658b9a5> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1bbf60000 - 0x1bc0aefff CoreWiFi arm64e  <40789c1474793cd0bfe178ededc6eeed> /System/Library/PrivateFrameworks/CoreWiFi.framework/CoreWiFi
0x1bc0af000 - 0x1bc0b6fff OSAServicesClient arm64e  <a7af369a5bda3514a602bd7986f92b3a> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
0x1bc0b7000 - 0x1bc0e5fff MobileInstallation arm64e  <8841ea46908035b9b4e44ef510489520> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1bc0e6000 - 0x1bc0f3fff AssertionServices arm64e  <c8c57ff0932335afa48ffbacf5d115d6> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1bc0f4000 - 0x1bc1ddffb libxml2.2.dylib arm64e  <846e9b84e3af3e2aa888461f4047f63d> /usr/lib/libxml2.2.dylib
0x1bc1de000 - 0x1bc45bfff libFontParser.dylib arm64e  <a4dc28a88b61341a8640016362cc6386> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1bc45c000 - 0x1bc5f0fff Navigation arm64e  <6038b301149032c3a3ca3cfb266e644f> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1bc60f000 - 0x1bc64dfff BacklightServices arm64e  <68bb6354a5b531c68eedad8cf237542c> /System/Library/PrivateFrameworks/BacklightServices.framework/BacklightServices
0x1bc64e000 - 0x1bc675fff NetAppsUtilities arm64e  <e319ca579ed43f1087602264e486f128> /System/Library/PrivateFrameworks/NetAppsUtilities.framework/NetAppsUtilities
0x1bc676000 - 0x1bc6ddfff Pegasus arm64e  <17d5854825ed380bb7d9a95f6317dce1> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x1bc6de000 - 0x1bc6f5fff ContextKitExtraction arm64e  <4733c86aba1c37aea3bd905198292822> /System/Library/PrivateFrameworks/ContextKitExtraction.framework/ContextKitExtraction
0x1bc6f6000 - 0x1bc7bbfff libnwswifttls.dylib arm64e  <9401562bea2a3935b1c173aa05183229> /usr/lib/libnwswifttls.dylib
0x1bc7bc000 - 0x1bc805fff DuetActivityScheduler arm64e  <cba735a3128c3eb6b16b0350d5f314f8> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x1bc806000 - 0x1bc92dfff AXMediaUtilities arm64e  <6a81bb17c61c3045901ebf2c61c28f15> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
0x1bc92e000 - 0x1bca89fff LiftUI arm64e  <c4bdf16162133d80bc123b4660236cd7> /System/Library/PrivateFrameworks/LiftUI.framework/LiftUI
0x1bca8a000 - 0x1bcb25fff EmailFoundation arm64e  <32608d386c653cdbbfbe528e7fb5fe00> /System/Library/PrivateFrameworks/EmailFoundation.framework/EmailFoundation
0x1bcb26000 - 0x1bcb9cfff ContactsAutocompleteUI arm64e  <d524199a9bf132528c5635feee524979> /System/Library/PrivateFrameworks/ContactsAutocompleteUI.framework/ContactsAutocompleteUI
0x1bcb9d000 - 0x1bcc18fff CoreSuggestionsUI arm64e  <34e8d8eda5d839ed83b3d83c15361158> /System/Library/PrivateFrameworks/CoreSuggestionsUI.framework/CoreSuggestionsUI
0x1bcc19000 - 0x1bcc1cff5 libswiftObjectiveC.dylib arm64e  <9660aa1ed8293f7e967dfbbd2110d3b3> /usr/lib/swift/libswiftObjectiveC.dylib
0x1bd29d000 - 0x1bd2b7fff RecapPerformanceTesting arm64e  <8ce8ca7883c53942a152a63c71414808> /System/Library/PrivateFrameworks/RecapPerformanceTesting.framework/RecapPerformanceTesting
0x1bd2b8000 - 0x1be0cdfff VFX arm64e  <91e0a551be88364a8434e68a8804c162> /System/Library/PrivateFrameworks/VFX.framework/VFX
0x1be0ce000 - 0x1be2befff Speech arm64e  <8b13ab0927323ef6b5f98ad12a6dfd0b> /System/Library/Frameworks/Speech.framework/Speech
0x1be2bf000 - 0x1be422fff SafariCore arm64e  <b8a87846b9563a20a837e531b4b4587a> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x1bf7ee000 - 0x1bf80afff BiomeFlexibleStorage arm64e  <c6d6214beaaa3e55afd7bb160e061597> /System/Library/PrivateFrameworks/BiomeFlexibleStorage.framework/BiomeFlexibleStorage
0x1bf80b000 - 0x1bf814fff CoreTime arm64e  <8ed09ff7716035ee88c652a12395abc6> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1bf8d2000 - 0x1bfb44fff ARKitCore arm64e  <83a39630d19b3bbe87a2789caf10c925> /System/Library/PrivateFrameworks/ARKitCore.framework/ARKitCore
0x1bfc97000 - 0x1bfd1cfff EmojiFoundation arm64e  <e422c5cba49838bb841c4f9738449eff> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation
0x1bfe9c000 - 0x1bfef4fff CallHistory arm64e  <eb40a27c076d352693011f425a537129> /System/Library/PrivateFrameworks/CallHistory.framework/CallHistory
0x1bfef5000 - 0x1bff22fff MobileKeyBag arm64e  <8dcaa59b68f43a1183cc9b4bbc5041cc> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x1bff23000 - 0x1bff54fff ManagedSettingsObjC arm64e  <b2113e9f0ac13be4ba8e6b4235186d1f> /System/Library/PrivateFrameworks/ManagedSettingsObjC.framework/ManagedSettingsObjC
0x1bff55000 - 0x1bffb9ffa AAAFoundationSwift arm64e  <f37c6ae961d73f6fa45f999c85bbd64d> /System/Library/PrivateFrameworks/AAAFoundationSwift.framework/AAAFoundationSwift
0x1bffe4000 - 0x1c00f1ff7 CoreSymbolication arm64e  <66cba4ea34543c94b2c7a662206d5d2d> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1c0af4000 - 0x1c0cb5fff ReminderKit arm64e  <f7fb87b04208371bbffd72b5eb14423f> /System/Library/PrivateFrameworks/ReminderKit.framework/ReminderKit
0x1c1132000 - 0x1c11f8ff2 libboringssl.dylib arm64e  <09bd920408ba334888fdd32294d09552> /usr/lib/libboringssl.dylib
0x1c130d000 - 0x1c133cfff FeedbackLogger arm64e  <afc2b4c0c95a3cf8aaeb748db3dd0215> /System/Library/PrivateFrameworks/FeedbackLogger.framework/FeedbackLogger
0x1c13d9000 - 0x1c143cfff DataAccess arm64e  <a76733dc9abd3050ba6cbde88289e50c> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x1c143d000 - 0x1c147afff DataAccessExpress arm64e  <2aa391f0cce133c3b072666f0df70832> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1c147b000 - 0x1c148cfff NanoPreferencesSync arm64e  <98b70cf0614d3d21b17b08bfe9c0ba59> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1c148d000 - 0x1c16abfff CoreBrightness arm64e  <e0a92f48c2f23953a8ee88998cae18e0> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1c16ac000 - 0x1c1712fff AXRuntime arm64e  <9dfb34aae9aa32cc8231d7965dc7e56d> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x1c1713000 - 0x1c1723ff3 IOMobileFramebuffer arm64e  <8cad88e0b7e8336987bbf8d18501ef89> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1c1724000 - 0x1c173bfff MediaAccessibility arm64e  <23c582ead27e3f8485507e6840128ba8> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1c184b000 - 0x1c1867fff IAP arm64e  <f122888ff89c3ffe8b539d24e45be953> /System/Library/PrivateFrameworks/IAP.framework/IAP
0x1c1868000 - 0x1c18dffff AppleCVAPhoto arm64e  <daf1c3f89a0c356b83319833f483ce5b> /System/Library/PrivateFrameworks/AppleCVAPhoto.framework/AppleCVAPhoto
0x1c18e0000 - 0x1c1956fff TimeSync arm64e  <5aa489690d4336c4852df7539351d645> /System/Library/PrivateFrameworks/TimeSync.framework/TimeSync
0x1c1957000 - 0x1c19d4fff CoreHaptics arm64e  <a247f37d3b9a3a30a603e3a378a4db76> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
0x1c1acc000 - 0x1c2121fff CoreAudio arm64e  <14ea813439a235799001ec3ec35a3904> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1c2a0c000 - 0x1c2bfbfff VideoProcessing arm64e  <855764b5adef3009be01fa3ad2cd6fd5> /System/Library/PrivateFrameworks/VideoProcessing.framework/VideoProcessing
0x1c2cdb000 - 0x1c2d81fff CalendarDaemon arm64e  <37c76b4d56dd30eeb310101e37be86c8> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1c2ecf000 - 0x1c2f0efff MobileBluetooth arm64e  <5af74463cbdb3bf590f67e711d742024> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1c2f0f000 - 0x1c2f2cfff ExternalAccessory arm64e  <27fdc1c57aa6327d83a80888c7b9d8ee> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory
0x1c2f2d000 - 0x1c33fafff MediaAnalysis arm64e  <47b3fd24ee2339afb79f73e70b7391d5> /System/Library/PrivateFrameworks/MediaAnalysis.framework/MediaAnalysis
0x1c33fb000 - 0x1c3408fff PhotoFoundation arm64e  <49382d67ee7533a794b5b7dd94dda115> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x1c3409000 - 0x1c3443fff Koa arm64e  <7ccb671f24aa3ed6ab78ef0e9a4be17b> /System/Library/PrivateFrameworks/Koa.framework/Koa
0x1c3506000 - 0x1c35cffff PaperBoardUI arm64e  <ea1aa36670aa3581bf1a85eaf3ba794a> /System/Library/PrivateFrameworks/PaperBoardUI.framework/PaperBoardUI
0x1c35d0000 - 0x1c35fbfff IntentsCore arm64e  <b28e1d5ed63a39818ffb47852ccf552b> /System/Library/PrivateFrameworks/IntentsCore.framework/IntentsCore
0x1c39ef000 - 0x1c3ab2ff2 ManagedSettings arm64e  <ae5d6ca1dfab319c83134f45350c3864> /System/Library/Frameworks/ManagedSettings.framework/ManagedSettings
0x1c3ab6000 - 0x1c3b9dfff InstalledContentLibrary arm64e  <cd961d1dfba1343885791d53dbfa67cf> /System/Library/PrivateFrameworks/InstalledContentLibrary.framework/InstalledContentLibrary
0x1c466d000 - 0x1c4698fff SymptomPresentationFeed arm64e  <a4f66b4474053c4590eea78c2c28a277> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/SymptomPresentationFeed
0x1c4699000 - 0x1c46c5fff WiFiPeerToPeer arm64e  <5691a2fbfbb434758281f9f66a025f36> /System/Library/PrivateFrameworks/WiFiPeerToPeer.framework/WiFiPeerToPeer
0x1c4b25000 - 0x1c4b7effb SpotlightLinguistics arm64e  <e3baf3bbd3fc3c4c9f55e029f0a33a84> /System/Library/PrivateFrameworks/SpotlightLinguistics.framework/SpotlightLinguistics
0x1c4d33000 - 0x1c4f5efff Calculate arm64e  <a9f074d71bee386692ad0e5ffcad8de0> /System/Library/PrivateFrameworks/Calculate.framework/Calculate
0x1c4f5f000 - 0x1c5138fff CalendarUIKit arm64e  <9bdaf948a6dd354fa88ac30cf637aa75> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
0x1c5139000 - 0x1c5190fff DeviceManagement arm64e  <e28a22444e6531a5a0e52439ce06ac48> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
0x1c524e000 - 0x1c5284ff2 libswiftCoreMedia.dylib arm64e  <7548a85a6b0f31e38547faba1e6f250d> /usr/lib/swift/libswiftCoreMedia.dylib
0x1c5285000 - 0x1c52a0fff SecurityFoundation arm64e  <c92a55c43818346ba9e1cdce1df0d6f5> /System/Library/PrivateFrameworks/SecurityFoundation.framework/SecurityFoundation
0x1c52a1000 - 0x1c52d0fff CoreFollowUp arm64e  <7dc51b2953b631a2991771f4d7846e19> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1c5c61000 - 0x1c5cacfff BannerKit arm64e  <ff3a4b5f44ed3961892a8c4e8ba0b49d> /System/Library/PrivateFrameworks/BannerKit.framework/BannerKit
0x1c5cad000 - 0x1c5cd5fff PrototypeTools arm64e  <15d90ce57e9631a5ae4f3bd98394abc7> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1c5cd6000 - 0x1c5d02fff SharedUtils arm64e  <818292f7e8463238b6ffc1904ace7ae5> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1c5d03000 - 0x1c5d28fff IntlPreferences arm64e  <b6615331be12375a96f4be227ec939f4> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1c5d29000 - 0x1c5d63fff DistributedEvaluation arm64e  <be0e0b000e1c3cd5bd3411457a098af2> /System/Library/PrivateFrameworks/DistributedEvaluation.framework/DistributedEvaluation
0x1c5d64000 - 0x1c5db2fff LocalAuthentication arm64e  <49385bcf4f073ec6836eae6d4b8c59e8> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1c5db3000 - 0x1c5e11fff CryptoTokenKit arm64e  <d182cc4d1b51353b812f951cbc655ddd> /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit
0x1c5e12000 - 0x1c5e8afff Osprey arm64e  <bc33d87058d83b9a8969e405e2daed52> /System/Library/PrivateFrameworks/Osprey.framework/Osprey
0x1c5e8b000 - 0x1c5ef1fff CameraEditKit arm64e  <29a08a2887933b14bfd503c574f9811c> /System/Library/PrivateFrameworks/CameraEditKit.framework/CameraEditKit
0x1c5ef2000 - 0x1c5f5cfff PhotoLibrary arm64e  <6c627389fdfb30d08038bd1cdcbf22cf> /System/Library/PrivateFrameworks/PhotoLibrary.framework/PhotoLibrary
0x1c5f5d000 - 0x1c5fb4fff ImageCaptureCore arm64e  <5a43143cf83639ff9a7faea7c62b8af6> /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore
0x1c5fb5000 - 0x1c6039fff ContactsAutocomplete arm64e  <2f1f0983254c3a6b896db4f3c25fbfc6> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
0x1c603a000 - 0x1c617cfff Email arm64e  <f2f3311e2e59378982a2d8604fcb05cd> /System/Library/PrivateFrameworks/Email.framework/Email
0x1c617d000 - 0x1c61fdfff EmailCore arm64e  <d2057b50516531f2b4da8557c9a53d30> /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore
0x1c61fe000 - 0x1c623efff OTSVG arm64e  <6c76dd7e1fc93730bfbaaa5c43e8d1ae> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1c623f000 - 0x1c6245fff IOAccelerator arm64e  <7bc1cad240c5381d9c4b73da12ebad8d> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1c6246000 - 0x1c627dfff MobileWiFi arm64e  <4b4ec8c54e1934089a5aa5959ea6a113> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1c627e000 - 0x1c628afff perfdata arm64e  <c16333f16c0c3918bc1d575815e489d6> /System/Library/PrivateFrameworks/perfdata.framework/perfdata
0x1c628b000 - 0x1c63b9fff SampleAnalysis arm64e  <f5858e95ea8c354798753f3ff962c88c> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1c63ce000 - 0x1c63fffff MailSupport arm64e  <6e23901b98263189bd8492b2b11ed5cb> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport
0x1c69ae000 - 0x1c69b4fff libswiftCoreFoundation.dylib arm64e  <ac17baf5cd91317bb54972fb9dbd7714> /usr/lib/swift/libswiftCoreFoundation.dylib
0x1c9be9000 - 0x1c9cbafff AppStoreComponents arm64e  <5f1772211c5730b19472fb0be1f41dd3> /System/Library/PrivateFrameworks/AppStoreComponents.framework/AppStoreComponents
0x1c9cbb000 - 0x1c9d11fff Synapse arm64e  <0b09a6d98ac33d82a3b6dab08d26584e> /System/Library/PrivateFrameworks/Synapse.framework/Synapse
0x1c9d12000 - 0x1c9d7dfff Social arm64e  <69c5ad6c64fa3f399482fe299439cca5> /System/Library/Frameworks/Social.framework/Social
0x1c9f80000 - 0x1c9febfff TelephonyUI arm64e  <c0cc96a3a4f83eadb1a0ee048e499953> /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI
0x1ca904000 - 0x1ca920fff CloudSharing arm64e  <f4c073b8385631b98ab76a73dd413d15> /System/Library/PrivateFrameworks/CloudSharing.framework/CloudSharing
0x1ca921000 - 0x1ca9c3fff AuthKitUI arm64e  <3fdfcb4f867b3739ace03d36626ef4cc> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
0x1ca9c4000 - 0x1caa30fff VoiceMemos arm64e  <ed4e9eb2d5833e4e81172aae67474920> /System/Library/PrivateFrameworks/VoiceMemos.framework/VoiceMemos
0x1caa31000 - 0x1caac0fff AccessibilityUIUtilities arm64e  <9a609047be1c30d6b2cc00d020968340> /System/Library/PrivateFrameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x1cafaf000 - 0x1cb557fff Coherence arm64e  <3acab09bf8e33fba8370f23cf79b60d7> /System/Library/PrivateFrameworks/Coherence.framework/Coherence
0x1cb558000 - 0x1cb98cfff PencilKit arm64e  <9482caa37f5537b6a13be5839d80fda5> /System/Library/Frameworks/PencilKit.framework/PencilKit
0x1cb98d000 - 0x1cbd5ffff CoreHandwriting arm64e  <a9f7f500fca7395484447ca9209e0ea2> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
0x1cdc34000 - 0x1cdc3cfff SiriPowerInstrumentation arm64e  <36b4151a37d837329194abaf168b2d82> /System/Library/PrivateFrameworks/SiriPowerInstrumentation.framework/SiriPowerInstrumentation
0x1cdc3d000 - 0x1cdc79ff3 libncurses.5.4.dylib arm64e  <58a70fefeda43cbf899fcb900508c6c7> /usr/lib/libncurses.5.4.dylib
0x1cdc7a000 - 0x1cdd22ff9 DeviceActivity arm64e  <8552cd3b3e6c341ab24a596f38a1c0ab> /System/Library/Frameworks/DeviceActivity.framework/DeviceActivity
0x1ceb8e000 - 0x1ceb9fffb libbsm.0.dylib arm64e  <feb9e625b0e135579b55d26dd9aae382> /usr/lib/libbsm.0.dylib
0x1cf741000 - 0x1cf768fff libtailspin.dylib arm64e  <245dbbd576e03d599e66b21f35696fcd> /usr/lib/libtailspin.dylib
0x1cf8e5000 - 0x1cfd06fff SiriNLUTypes arm64e  <48e8e5894bbb3f6db99305e27331dc18> /System/Library/PrivateFrameworks/SiriNLUTypes.framework/SiriNLUTypes
0x1cfd07000 - 0x1cfe0dff4 SiriOntologyProtobuf arm64e  <d6d37cecf5543064a4e2ff7878af66f3> /System/Library/PrivateFrameworks/SiriOntologyProtobuf.framework/SiriOntologyProtobuf
0x1cfe0e000 - 0x1cffe7fff SiriNaturalLanguageParsing arm64e  <36a99056ddc1351f935da76414b90082> /System/Library/PrivateFrameworks/SiriNaturalLanguageParsing.framework/SiriNaturalLanguageParsing
0x1d05be000 - 0x1d0661fff Marrs arm64e  <e13c88f0c8d935b899974e168d8e4b48> /System/Library/PrivateFrameworks/Marrs.framework/Marrs
0x1d0e85000 - 0x1d0eb5ff3 SiriRequestDispatcher arm64e  <bd4e133490c4321faded4f9d6b8a4988> /System/Library/PrivateFrameworks/SiriRequestDispatcher.framework/SiriRequestDispatcher
0x1d0eb6000 - 0x1d0f30fff SiriUtilities arm64e  <b2007926fc3f3688ba375759c250009e> /System/Library/PrivateFrameworks/SiriUtilities.framework/SiriUtilities
0x1d0f7f000 - 0x1d1576fff SiriOntology arm64e  <2221cc64bfe3395d82049b93add27fae> /System/Library/PrivateFrameworks/SiriOntology.framework/SiriOntology
0x1d1585000 - 0x1d15bcfff libnfshared.dylib arm64e  <dbed708b18033b6695bc540ba5d6fbbf> /usr/lib/libnfshared.dylib
0x1d1c55000 - 0x1d1c6efff PersonalIntelligenceCore arm64e  <9e5c09399bbf3718ab06166dae8b9e45> /System/Library/PrivateFrameworks/PersonalIntelligenceCore.framework/PersonalIntelligenceCore
0x1d6e10000 - 0x1d6e32fff Notes arm64e  <afe844f9a2c238a2ba2023b907344058> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x1d6e3c000 - 0x1d6e44fff GraphicsServices arm64e  <3eca7962867b3029adc8bbe100f85ba5> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x1d6e45000 - 0x1d6e4dfff StudyLog arm64e  <d33fd7e1fbaa397282f08a713201fea4> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1d6e7e000 - 0x1d6e95fff libEDR arm64e  <b4973ff3d27937ec86c16dc9dc90daba> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1d77e4000 - 0x1d78ebfff Portrait arm64e  <c5def9ae96283f4d8a1766374b08a8b9> /System/Library/PrivateFrameworks/Portrait.framework/Portrait
0x1d7c0d000 - 0x1d7c15ff7 libsystem_symptoms.dylib arm64e  <bba6417dd3fe3ef485026f9fd5b0a4a0> /usr/lib/system/libsystem_symptoms.dylib
0x1d7c16000 - 0x1d7cabfff AirPlaySupport arm64e  <bbed672bf8d53cc3a0642426a00123dd> /System/Library/PrivateFrameworks/AirPlaySupport.framework/AirPlaySupport
0x1d7e2a000 - 0x1d7efffff AppleCVA arm64e  <e4046e3dac0f37eab178934f1dc30474> /System/Library/PrivateFrameworks/AppleCVA.framework/AppleCVA
0x1d7f00000 - 0x1d7f30fff FindMyDevice arm64e  <90ed4ab99bd531f6a2d82f531bfdb52e> /System/Library/PrivateFrameworks/FindMyDevice.framework/FindMyDevice
0x1d90f8000 - 0x1d91bcff7 libswiftAccelerate.dylib arm64e  <c68ec46065803070a1d40a926a25c7c4> /usr/lib/swift/libswiftAccelerate.dylib
0x1d9599000 - 0x1d9642fff FamilyCircle arm64e  <682e80c78ce53a07909c83fe78b7c0f0> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x1d9c9e000 - 0x1d9ca3fff libsysdiagnose.dylib arm64e  <12f3dec26aea3a769fafc17980c9eec8> /usr/lib/libsysdiagnose.dylib
0x1d9ca4000 - 0x1d9f46ff3 libmorphun.dylib arm64e  <10e99e331f3a30bcb88104394689222d> /usr/lib/libmorphun.dylib
0x1d9f47000 - 0x1d9f71fff libskit.dylib arm64e  <d2cbdbf53b0e3199aa556c89ab4a4ae9> /usr/lib/libskit.dylib
0x1da47a000 - 0x1da4aafff PersistentConnection arm64e  <f86ff896ff1a35efa201d952107c415d> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1da4ab000 - 0x1da5a7fff DesktopServicesPriv arm64e  <84070727b05f352e9b1665cc66f32d19> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/DesktopServicesPriv
0x1dae72000 - 0x1dae84fff SymptomAnalytics arm64e  <e0d0036bb15a37d6820988849e45bc99> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/SymptomAnalytics
0x1dae85000 - 0x1daec4fff WirelessDiagnostics arm64e  <a986fbfb683f3b868753a2f0bf8e1a40> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x1db241000 - 0x1db25afff RegulatoryDomain arm64e  <d1e4e8e0e7253fa5a8c17423f489744d> /System/Library/PrivateFrameworks/RegulatoryDomain.framework/RegulatoryDomain
0x1db25b000 - 0x1db294fe3 libsystem_kernel.dylib arm64e  <881fe934759c3089b98660344cb843e3> /usr/lib/system/libsystem_kernel.dylib
0x1db295000 - 0x1db297ffb libsystem_featureflags.dylib arm64e  <78f7d7e3558438f88772e6457e6c62d7> /usr/lib/system/libsystem_featureflags.dylib
0x1de271000 - 0x1de28dfff AppSSOCore arm64e  <7578a36dc35734da884934b3538a798f> /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore
0x1de777000 - 0x1de7a5ff3 libsystem_containermanager.dylib arm64e  <ca9f483713783e5aad07b7aae0ede202> /usr/lib/system/libsystem_containermanager.dylib
0x1e0584000 - 0x1e05f7fff SystemStatus arm64e  <f0d1d4dc815f35c68ec78d002d7969fb> /System/Library/PrivateFrameworks/SystemStatus.framework/SystemStatus
0x1e05f8000 - 0x1e0672fff SiriActivation arm64e  <2e7dc8943f0636b290402c880c415f28> /System/Library/PrivateFrameworks/SiriActivation.framework/SiriActivation
0x1e0676000 - 0x1e0691fff BackgroundSystemTasks arm64e  <97051c6f56a533a1882d3cf4ece2850a> /System/Library/PrivateFrameworks/BackgroundSystemTasks.framework/BackgroundSystemTasks
0x1e0a9e000 - 0x1e0c37fff AirTrafficDevice arm64e  <8e25475442673b52bcb6b6aeafac439f> /System/Library/PrivateFrameworks/AirTrafficDevice.framework/AirTrafficDevice
0x1e0c38000 - 0x1e0c6afff ATFoundation arm64e  <a2998bc0ec4a3682bc917408c6bc61f1> /System/Library/PrivateFrameworks/ATFoundation.framework/ATFoundation
0x1e158c000 - 0x1e1660fff ScreenTimeCore arm64e  <76c4c99367ca3c6fac2ea63641aad817> /System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore
0x1e1ff4000 - 0x1e2092fff CryptoKitPrivate arm64e  <e62bc204986232e183f647f173cdb431> /System/Library/PrivateFrameworks/CryptoKitPrivate.framework/CryptoKitPrivate
0x1e21d5000 - 0x1e221cfff PhotosPlayer arm64e  <751f8477038435318d5f2dbd05a06232> /System/Library/PrivateFrameworks/PhotosPlayer.framework/PhotosPlayer
0x1e221d000 - 0x1e234ffff VisionKitCore arm64e  <f1efc2241ba43fdcb36192fa4227c8a4> /System/Library/PrivateFrameworks/VisionKitCore.framework/VisionKitCore
0x1e2350000 - 0x1e2352fff MessageSupport arm64e  <c75eb90de5b637a285cf8768aa900305> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x1e2353000 - 0x1e26adfff EmailDaemon arm64e  <38fede9ba6463e188479c572fc76bd17> /System/Library/PrivateFrameworks/EmailDaemon.framework/EmailDaemon
0x1e26ae000 - 0x1e26b6fff AFKUser arm64e  <251f2ae1c7d537d488a4a6648f6db040> /System/Library/PrivateFrameworks/AFKUser.framework/AFKUser
0x1e26b7000 - 0x1e26c7fff HID arm64e  <27ec6ca3b84d3252a137c12d0643feb9> /System/Library/PrivateFrameworks/HID.framework/HID
0x1e26c8000 - 0x1e2864fff CMImaging arm64e  <232d3982cc8d32418cf8e92a43bc5038> /System/Library/PrivateFrameworks/CMImaging.framework/CMImaging
0x1e2865000 - 0x1e28b9fff AppleNeuralEngine arm64e  <6d0ccea1f1783711870838f19f9ab73e> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1e28ba000 - 0x1e28c6fff DataMigration arm64e  <108c25babbc539d88036f5ac10c8a17d> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1e28c7000 - 0x1e28e4fff CellularPlanManager arm64e  <9523c491a0b1389da6e2eb0c5d82a8db> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x1e28e5000 - 0x1e28effff CPMS arm64e  <ce707869110a3b81aac0e7764124b95e> /System/Library/PrivateFrameworks/CPMS.framework/CPMS
0x1e28f0000 - 0x1e2963fff ToneLibrary arm64e  <378681ce27ba342186d24369dc5e2b58> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1e2964000 - 0x1e2978fff RemoteServiceDiscovery arm64e  <6a1f7d15da9d3bf9b4937d24be90407e> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/RemoteServiceDiscovery
0x1e2979000 - 0x1e29b8fff iCalendar arm64e  <847f53e5371d35318287338247583745> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1e29b9000 - 0x1e2fb7fbf libfaceCore.dylib arm64e  <40c6d570b5e03239a094fb3bcc6b2785> /System/Library/Frameworks/Vision.framework/libfaceCore.dylib
0x1e2fb8000 - 0x1e2fd8fff OSAnalyticsPrivate arm64e  <0605a83d727f33f0925848d4aa2bb48c> /System/Library/PrivateFrameworks/OSAnalyticsPrivate.framework/OSAnalyticsPrivate
0x1e2fd9000 - 0x1e2feffff DiagnosticRequest arm64e  <18066b49171937b380f3aac9f0cb5ce9> /System/Library/PrivateFrameworks/DiagnosticRequest.framework/DiagnosticRequest
0x1e2ff0000 - 0x1e3148fff MLAssetIO arm64e  <eb2480f48a3336b3844339f6afaeba63> /System/Library/PrivateFrameworks/MLAssetIO.framework/MLAssetIO
0x1e3149000 - 0x1e3183fff vCard arm64e  <84b107834c8a39cc8f70e1c44a8bd141> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1e3184000 - 0x1e322efff MMCS arm64e  <09a2ddae373630be89677db0e4a2cb3b> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x1e32b8000 - 0x1e33edfff Quagga arm64e  <999d3a1f55543557982ccdb594e35b4a> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1e33ee000 - 0x1e34f8fff CoreMediaStream arm64e  <a783f632fe8c312b8453c82ffb5fc9aa> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x1e34f9000 - 0x1e3517fff AXAssetLoader arm64e  <a5b2e62da5713816a2b26c5f4152e496> /System/Library/PrivateFrameworks/AXAssetLoader.framework/AXAssetLoader
0x1e3518000 - 0x1e35c8fff DifferentialPrivacy arm64e  <111bafc708363ba1bec5c2975768bb2c> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1e35c9000 - 0x1e3683fff ClassKit arm64e  <0a191818285f33b2b2f6cb3dacc5de66> /System/Library/Frameworks/ClassKit.framework/ClassKit
0x1e3684000 - 0x1e36cefff IconFoundation arm64e  <9f2ad8ab2cce3ce9af6d1ab2e341e3de> /System/Library/PrivateFrameworks/IconFoundation.framework/IconFoundation
0x1e36cf000 - 0x1e36effff GenerationalStorage arm64e  <dc0ca276a5d5348faffeebd03e5aa382> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1e36f0000 - 0x1e3700fff MediaSafetyNet arm64e  <ce14940294ba33eaa08d63e52f10cb29> /System/Library/PrivateFrameworks/MediaSafetyNet.framework/MediaSafetyNet
0x1e3701000 - 0x1e3710fff IntentsFoundation arm64e  <66284a5574483fa9b70b0071b54c9703> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1e3711000 - 0x1e3720fff OSLog arm64e  <ab5000c8107734af822494046f0772b9> /System/Library/Frameworks/OSLog.framework/OSLog
0x1e3721000 - 0x1e3724fff ContactsMetrics arm64e  <df199b72d42e36f18bf3f3f15c8e75c3> /System/Library/PrivateFrameworks/ContactsMetrics.framework/ContactsMetrics
0x1e3725000 - 0x1e37cafff TextureIO arm64e  <be579e2e5dd13a068c4f3ad9fa0ba1e9> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1e37cb000 - 0x1e37e0fff RemoteXPC arm64e  <42b1bb00d751390db3acd74150ea7e72> /System/Library/PrivateFrameworks/RemoteXPC.framework/RemoteXPC
0x1e37e1000 - 0x1e382cfff FRC arm64e  <3b34da00a5ef37c19418a6adfaf8cfd5> /System/Library/PrivateFrameworks/FRC.framework/FRC
0x1e382d000 - 0x1e3c12fff SoundAnalysis arm64e  <d5db214d2df2361aa8ff76498f88524b> /System/Library/Frameworks/SoundAnalysis.framework/SoundAnalysis
0x1e3c13000 - 0x1e3c2afff Futhark arm64e  <7e610e240ea43fad92eece5931a0ecf0> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1e3c2b000 - 0x1e3c4afff SetupAssistantSupport arm64e  <0bed1cf0f6a63cc28fe846214a60502f> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1e3c4b000 - 0x1e3c98fff MediaAnalysisServices arm64e  <9b6ed6aa7c2d3046884bda506ed3479c> /System/Library/PrivateFrameworks/MediaAnalysisServices.framework/MediaAnalysisServices
0x1e3c99000 - 0x1e3c9dfff OSASubmissionClient arm64e  <a3b19755ce9638378fe51084b2fb830a> /System/Library/PrivateFrameworks/OSASubmissionClient.framework/OSASubmissionClient
0x1e3c9e000 - 0x1e3cb2fff libprequelite.dylib arm64e  <9a1c06e424213dab9bb67e18787bb411> /usr/lib/libprequelite.dylib
0x1e3cb3000 - 0x1e4098fff VisualIntelligence arm64e  <2f7c21ee5c2534b4ad60eed0cd381386> /System/Library/PrivateFrameworks/VisualIntelligence.framework/VisualIntelligence
0x1e4099000 - 0x1e4202fff MLCompute arm64e  <799f43cfc2563e37bbbb51aaa56f8556> /System/Library/Frameworks/MLCompute.framework/MLCompute
0x1e4203000 - 0x1e4206fff CryptoKitCBridging arm64e  <1955b2fe3b7430d69b1393d29b3e7f4d> /System/Library/PrivateFrameworks/CryptoKitCBridging.framework/CryptoKitCBridging
0x1e4310000 - 0x1e4339fff MDMClientLibrary arm64e  <e1b9b346bcc03a818e00ba599b65f806> /System/Library/PrivateFrameworks/MDMClientLibrary.framework/MDMClientLibrary
0x1e433a000 - 0x1e4371fff AppleIDSSOAuthentication arm64e  <b2928fed541630b9a7c098072a948ea6> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1e4372000 - 0x1e4375fff Celestial arm64e  <dfc2cc5d460e31b9936d3e1d46fee186> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x1e4376000 - 0x1e43ccfff AutoLoop arm64e  <88f4bd2b046d3abe89207e38699dcdf2> /System/Library/PrivateFrameworks/AutoLoop.framework/AutoLoop
0x1e43cd000 - 0x1e4401fff PhotosImagingFoundation arm64e  <161c59e48fcf3d839d1e039cb6e67167> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
0x1e4402000 - 0x1e441ffff AssetCacheServices arm64e  <9814f6eaf72e3bdb827fa720471bf28e> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x1e4420000 - 0x1e4435fff Engram arm64e  <b8f975734adc3777a9a09b11911383f8> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1e4436000 - 0x1e4448fff FeatureFlagsSupport arm64e  <eb61d83f49563ba4a2e0ce272cb390b9> /System/Library/PrivateFrameworks/FeatureFlagsSupport.framework/FeatureFlagsSupport
0x1e4449000 - 0x1e444bfff CoreDuetDaemonProtocol arm64e  <e217ca897874383f975e058050aecba3> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1e444c000 - 0x1e447bfff AppConduit arm64e  <8a5fbebdee843dd29f0ca33c1598274b> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1e447c000 - 0x1e44f2fff InertiaCam arm64e  <a93e9fa10abd3ea08638e4b828bfa521> /System/Library/PrivateFrameworks/InertiaCam.framework/InertiaCam
0x1e44f3000 - 0x1e4547fff C2 arm64e  <622ba80e53ae3090aadd099ab0259e91> /System/Library/PrivateFrameworks/C2.framework/C2
0x1e4548000 - 0x1e4554fff CloudPhotoServices arm64e  <af4dbce80f953c6d97f3ad85b052e983> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1e4555000 - 0x1e458efff CinematicFraming arm64e  <f53e22c222be32adac22f154a12117ec> /System/Library/PrivateFrameworks/CinematicFraming.framework/CinematicFraming
0x1e458f000 - 0x1e45c3fff StreamingZip arm64e  <5bd8642a36d83dabbd7ab817026b242d> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1e45c4000 - 0x1e4678fff CoreMIDI arm64e  <70a431172fab3a93b1e1989915d8e5da> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x1e4679000 - 0x1e4682fff DEPClientLibrary arm64e  <c1a52d746f293ce0aa3be9a701934bd5> /System/Library/PrivateFrameworks/DEPClientLibrary.framework/DEPClientLibrary
0x1e4683000 - 0x1e4697fff MobileActivation arm64e  <146247d2513636779292d74da2f44336> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
0x1e4698000 - 0x1e46a3fff GraphVisualizer arm64e  <1ec090f76a803bb7a8a8cd1c728d553c> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1e46a4000 - 0x1e46d1fff DeviceIdentity arm64e  <4ef03df7e49f36178236644e8a7cf412> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1e46d2000 - 0x1e4702fff Seeding arm64e  <98a3161c56373ce3aa6867c2e16580bb> /System/Library/PrivateFrameworks/Seeding.framework/Seeding
0x1e4703000 - 0x1e4906fff TextRecognition arm64e  <11413450ec6c36d2bc402834d328baa5> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
0x1e4907000 - 0x1e4920fff AAAFoundation arm64e  <1c844f3184ee3d24bda2afe6b6bcd68c> /System/Library/PrivateFrameworks/AAAFoundation.framework/AAAFoundation
0x1e4921000 - 0x1e4925fff GeoServicesCore arm64e  <7b9db1c77a3d31d8a7857a20225aa494> /System/Library/PrivateFrameworks/GeoServicesCore.framework/GeoServicesCore
0x1e4926000 - 0x1e4948fff MediaStream arm64e  <f53dfe2225a0337491446f672b977bda> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1e4949000 - 0x1e497dfff MediaConversionService arm64e  <f891b1d45fe33f75b1afa8db248141d6> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
0x1e497e000 - 0x1e49e3fff MobileBackup arm64e  <17ec8ce37759368c829bbe10fd32b090> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x1e49e4000 - 0x1e4c2dfff RawCamera arm64e  <9786ad84cba73a3b97446dc9665fa4d8> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x1e4fb9000 - 0x1e500ffff AccountsUI arm64e  <a30aff9413a83483af7626d50dc5f29a> /System/Library/PrivateFrameworks/AccountsUI.framework/AccountsUI
0x1e7115000 - 0x1e7132ffb MediaFoundation arm64e  <b07cda492f023c83913bcf8802c65053> /System/Library/PrivateFrameworks/MediaFoundation.framework/MediaFoundation
0x1e7248000 - 0x1e7a52fff MusicKitInternal arm64e  <976d4d3a7bba37c8b51d448e64c2256c> /System/Library/PrivateFrameworks/MusicKitInternal.framework/MusicKitInternal
0x1e8317000 - 0x1e84c4fff WebKitLegacy arm64e  <0f4ceecc621b3114a66eaf67645a652e> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1e84c5000 - 0x1e854efff PrintKitUI arm64e  <0f46a350db7338ff8b662b446fd5fefa> /System/Library/PrivateFrameworks/PrintKitUI.framework/PrintKitUI
0x1e8e7c000 - 0x1e97ddfff AVConference arm64e  <fecd1843976e34b08ecea4ba2b95c55c> /System/Library/PrivateFrameworks/AVConference.framework/AVConference
0x1e97de000 - 0x1e9818fff QuickLookUICore arm64e  <34076ef270fc324183c90c418301b982> /System/Library/PrivateFrameworks/QuickLookUICore.framework/QuickLookUICore
0x1eb1b8000 - 0x1eb1effff DataDeliveryServices arm64e  <ba74d90aaba03a72976bef43b37efd1d> /System/Library/PrivateFrameworks/DataDeliveryServices.framework/DataDeliveryServices
0x1eb1f0000 - 0x1eb201fff InternationalSupport arm64e  <b9e1ac8e48583a95a11dae44d675eaa1> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1eb701000 - 0x1eba41fff libANGLE-shared.dylib arm64e  <816e1ccb037135bd8d8fea3fc3e614e8> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libANGLE-shared.dylib
0x1eba42000 - 0x1eba59fff EmojiKit arm64e  <865d503174a13e2abcb889d071a8b8bc> /System/Library/PrivateFrameworks/EmojiKit.framework/EmojiKit
0x1eba5a000 - 0x1ebaa4fff Messages arm64e  <3ce55d45f9fd32e88ab3f04d1cc9e2de> /System/Library/Frameworks/Messages.framework/Messages
0x1ebaa5000 - 0x1ebab8fff MessagesSupport arm64e  <5e9b260b9bd738be921ff447a5fca673> /System/Library/PrivateFrameworks/MessagesSupport.framework/MessagesSupport
0x1ebd1f000 - 0x1ebdb7ff5 Settings arm64e  <91f69bc347b637978c455356b9267ebd> /System/Library/PrivateFrameworks/Settings.framework/Settings
0x2106ea000 - 0x2108bdfff AppleAccountUI arm64e  <a803bceafbb332a48652b2eca16b59d0> /System/Library/PrivateFrameworks/AppleAccountUI.framework/AppleAccountUI
0x210905000 - 0x21098dff7 libarchive.2.dylib arm64e  <588c5b38b4a435a48de0d0953ac22e42> /usr/lib/libarchive.2.dylib
0x210ea2000 - 0x210f54fff libswift_StringProcessing.dylib arm64e  <243e5aca8b213429a4330e2ec931cd7d> /usr/lib/swift/libswift_StringProcessing.dylib
0x210f55000 - 0x210fb7fff SafariSafeBrowsing arm64e  <46158705eb503a78b24047be958172e6> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x210fb8000 - 0x210fbefff libdscsym.dylib arm64e  <d10132a1d0783f0bae89f9b9e71adb31> /usr/lib/libdscsym.dylib
0x211380000 - 0x21139dfff IntentsUI arm64e  <bc4f678cfa713d7b9ff53a9183404b3e> /System/Library/Frameworks/IntentsUI.framework/IntentsUI
0x2113a1000 - 0x2113a8ff7 libswiftCoreAudio.dylib arm64e  <09067475227433d8ae979e978e9539ee> /usr/lib/swift/libswiftCoreAudio.dylib
0x211c99000 - 0x211d1cfff GameControllerFoundation arm64e  <bfb5840c02a739f3b547a3817fc3af6f> /System/Library/PrivateFrameworks/GameControllerFoundation.framework/GameControllerFoundation
0x211d59000 - 0x211eb4fff SpriteKit arm64e  <61b1bb9d8d40348bbc93370d8c2c9719> /System/Library/Frameworks/SpriteKit.framework/SpriteKit
0x211eb5000 - 0x211fe2fff AvatarUI arm64e  <9c0290fa87ed35cba8913ebcf69a9398> /System/Library/PrivateFrameworks/AvatarUI.framework/AvatarUI
0x211fe3000 - 0x212197fff ModelIO arm64e  <b8e94e48778735539c19b03dbd545e35> /System/Library/Frameworks/ModelIO.framework/ModelIO
0x212198000 - 0x2121dffff ARKitUI arm64e  <5a1b91bea70f354eb67390d2bbd03947> /System/Library/PrivateFrameworks/ARKitUI.framework/ARKitUI
0x2121e0000 - 0x21269bfff SceneKit arm64e  <bd0837f9e6e53aedb262de57e3b0ed3c> /System/Library/Frameworks/SceneKit.framework/SceneKit
0x21269c000 - 0x2127b0fff ContactsUICore arm64e  <4902980e1c433ca79a49a0c2481c9f6e> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x2127b1000 - 0x21286afff AvatarKit arm64e  <481686ff6eb939a38f9d9c6dbe9dfdb4> /System/Library/PrivateFrameworks/AvatarKit.framework/AvatarKit
0x212db7000 - 0x212ddafff CollectionViewCore arm64e  <67b35b523d3333809978011813a4b6ff> /System/Library/PrivateFrameworks/CollectionViewCore.framework/CollectionViewCore
0x212ddb000 - 0x212df9fff AirPlayRoutePrediction arm64e  <f9e21154f912316f8c32c73d51fd8092> /System/Library/PrivateFrameworks/AirPlayRoutePrediction.framework/AirPlayRoutePrediction
0x2131fd000 - 0x213271fff NotesSupport arm64e  <bbada3061e423a0494d4d54366977df1> /System/Library/PrivateFrameworks/NotesSupport.framework/NotesSupport
0x213a58000 - 0x213abbfff VoiceServices arm64e  <9c9da5b992ee3d2cb05d10395819c04e> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x213aff000 - 0x213b3bff7 CloudKitCode arm64e  <973ebb77f4db324793e87636689e5048> /System/Library/PrivateFrameworks/CloudKitCode.framework/CloudKitCode
0x213b3c000 - 0x213c21fff ProofReader arm64e  <b4b8fc64253d343da89a7ac54f28ea71> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x213cfa000 - 0x213d11ffb libsystem_asl.dylib arm64e  <0f403e75b5c332b1bb0423fdb506f7cc> /usr/lib/system/libsystem_asl.dylib
0x213d12000 - 0x213d18fff RevealCore arm64e  <4cfe63dc7c1d34398df6fc6a41e04c72> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
0x213d19000 - 0x214696fff SiriTTS arm64e  <ee1f3026016b3d3c845707a6906edb8a> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x214697000 - 0x2146a1ff7 libcopyfile.dylib arm64e  <010e2acba28b381faddad7ac4eebf42c> /usr/lib/system/libcopyfile.dylib
0x2146a2000 - 0x2146affff libcommonCrypto.dylib arm64e  <aee22dc4a1e732239db22a18207c82c6> /usr/lib/system/libcommonCrypto.dylib
0x2146b0000 - 0x2146cafff libc++abi.dylib arm64e  <93fe31d773fb338eb696211de65fd7ed> /usr/lib/libc++abi.dylib
0x2146cb000 - 0x2146d6fff libunwind.dylib arm64e  <ddfe91add4d832ec94f2f3b66e562efc> /usr/lib/system/libunwind.dylib
0x2146d7000 - 0x2146dafff libcompiler_rt.dylib arm64e  <c1c91ea05f7c343eb8e6084a3e5b0015> /usr/lib/system/libcompiler_rt.dylib
0x2146db000 - 0x2146dfff7 libsystem_sandbox.dylib arm64e  <6d5bc1b90ffe34509e7840b461a4421b> /usr/lib/system/libsystem_sandbox.dylib
0x2146e0000 - 0x2146e8ff7 libsystem_dnssd.dylib arm64e  <2daf123fcee63c79ac3162d9f9b5aec7> /usr/lib/system/libsystem_dnssd.dylib
0x2146e9000 - 0x2146f0ff3 libsystem_platform.dylib arm64e  <f1e4230a773e39cb828eed550662d13b> /usr/lib/system/libsystem_platform.dylib
0x2146f1000 - 0x214790fcf libcorecrypto.dylib arm64e  <9f451ca319c23f8c9429f9fa1af52797> /usr/lib/system/libcorecrypto.dylib
0x214791000 - 0x214794ff8 libsystem_blocks.dylib arm64e  <3f539b000e023d92b4bdf749f2de3f6c> /usr/lib/system/libsystem_blocks.dylib
0x214795000 - 0x2147a1ff3 libsystem_pthread.dylib arm64e  <6f6e49251fb43a0b99d26bd8b7b1a148> /usr/lib/system/libsystem_pthread.dylib
0x2147a2000 - 0x2147dffe7 libsystem_m.dylib arm64e  <e31ee84a83e534ea8612e88bd1be67f0> /usr/lib/system/libsystem_m.dylib
0x2147e0000 - 0x214827fff libxpc.dylib arm64e  <527f7127958632c89d8b2972d39ead7a> /usr/lib/system/libxpc.dylib
0x214828000 - 0x21482cfff libsystem_configuration.dylib arm64e  <c13c13aa034c36788f4bb6f89c8c3aae> /usr/lib/system/libsystem_configuration.dylib
0x21482d000 - 0x214837ffb libsystem_darwin.dylib arm64e  <2228abe2f47e3e82a33378b48183a369> /usr/lib/system/libsystem_darwin.dylib
0x214838000 - 0x214839fff libSystem.B.dylib arm64e  <738e9a74ac9c3bd898c4edf9db47cd7d> /usr/lib/libSystem.B.dylib
0x21483a000 - 0x21488afff MessageSecurity arm64e  <03177e6373bb39118209b1b5e2d77a1e> /System/Library/PrivateFrameworks/MessageSecurity.framework/MessageSecurity
0x2148c1000 - 0x2148d0fff libdns_services.dylib arm64e  <aa97c04afe1b3fc2973390698da03328> /usr/lib/libdns_services.dylib
0x2148d1000 - 0x2148d8ffb libiconv.2.dylib arm64e  <a70377529a3835889ab445210221f3b7> /usr/lib/libiconv.2.dylib
0x2148d9000 - 0x2148deffb libheimdal-asn1.dylib arm64e  <a3e79e5a66cb35ffaf529a5629f013ac> /usr/lib/libheimdal-asn1.dylib
0x2148df000 - 0x214985ff7 libswift_RegexParser.dylib arm64e  <241df59827b330edad353fb33298a2ad> /usr/lib/swift/libswift_RegexParser.dylib
0x214986000 - 0x214986fff libcharset.1.dylib arm64e  <0cac7175e4713e34b953418018101579> /usr/lib/libcharset.1.dylib
0x214987000 - 0x2149d1ff2 libswiftXPC.dylib arm64e  <4786bfb36b1532928f65b048aee65afb> /usr/lib/swift/libswiftXPC.dylib
0x2149d2000 - 0x2149e9fff libcoretls.dylib arm64e  <fdb5438267ff3324953f6d9e3e6b1524> /usr/lib/libcoretls.dylib
0x2149ea000 - 0x2149f5fff libCoreEntitlements.dylib arm64e  <eb4a591222803fd59a5d92743de3bb85> /usr/lib/libCoreEntitlements.dylib
0x2149f6000 - 0x214ac5ff7 libcompression.dylib arm64e  <862ba88869f931b6ab6096f79ea3a3d0> /usr/lib/libcompression.dylib
0x214ac6000 - 0x214ac7fff libenergytrace.dylib arm64e  <a82a66191cf03349aba109302538ed3a> /usr/lib/libenergytrace.dylib
0x214ac8000 - 0x214ac9fff liblangid.dylib arm64e  <fc4d03f89a013a20b963701d8fc5b282> /usr/lib/liblangid.dylib
0x214aca000 - 0x214ae4fff libapple_nghttp2.dylib arm64e  <6d7d2e04faa83e2ab329b250534d5d88> /usr/lib/libapple_nghttp2.dylib
0x214ae5000 - 0x214ae6ff3 libswiftDarwin.dylib arm64e  <ddb80d28a3ba3591919abb15a6f25fc8> /usr/lib/swift/libswiftDarwin.dylib
0x214ae7000 - 0x214af2ffb libbz2.1.0.dylib arm64e  <981808b2cc4235a88913d76667906a2f> /usr/lib/libbz2.1.0.dylib
0x214af3000 - 0x214b18ff7 AppleSauce arm64e  <2c75e014e8533234b97586c672b5e274> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x214b19000 - 0x214b80ff7 APFS arm64e  <be9bb801d7f432bfb379998b9a519aa6> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x214b81000 - 0x214b84ffb libutil.dylib arm64e  <f31e12c7cc563f40bd0e518d55823433> /usr/lib/libutil.dylib
0x214b85000 - 0x214b94fff AppleMobileFileIntegrity arm64e  <6c3824dd26f73df8b0235a7d820e28f7> /System/Library/PrivateFrameworks/AppleMobileFileIntegrity.framework/AppleMobileFileIntegrity
0x214b95000 - 0x214bc8fff libmis.dylib arm64e  <debe1253505d3602ac0ec4ac4e395ce2> /usr/lib/libmis.dylib
0x214bc9000 - 0x214bcffff MobileSystemServices arm64e  <e567b280dc1c3971bfbf58868e0bc34b> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x214bd0000 - 0x214c17ffb libllvm-flatbuffers.dylib arm64e  <5f6a47c1a6e43b54a51f3324b9e55d4e> /usr/lib/libllvm-flatbuffers.dylib
0x214c18000 - 0x214c77ff7 libSparse.dylib arm64e  <f54d14fdb00e38f8a6bcd8ea9a9c7779> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x214c78000 - 0x215007fff libBLAS.dylib arm64e  <02cf14b6696e31679d53491c8abcb8c2> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x215008000 - 0x21501aff7 libSparseBLAS.dylib arm64e  <04fe25fc06bc3f0485b7d54f0bca7a26> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x21501b000 - 0x21502ffff libLinearAlgebra.dylib arm64e  <aadc50e7fa213c9e8f49eab7eacb875b> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x215030000 - 0x21511ef1f libvDSP.dylib arm64e  <b1b40b2f7c583ee28bcbf51c63f3dd97> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x21511f000 - 0x2162e0fef libLAPACK.dylib arm64e  <c9ac9698c79035b1a1de0778d2af652f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x2162e1000 - 0x21699bff3 MIL arm64e  <ae9fd5a1efd439258804a5c13ab65871> /System/Library/PrivateFrameworks/MIL.framework/MIL
0x21699c000 - 0x217366fcf libBNNS.dylib arm64e  <eb30167d9c6f3aed8ab1f924f0fd71ee> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x217367000 - 0x2173aefff AppleJPEG arm64e  <7c992a98d9c238dc8d48f531e68682a4> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x2173af000 - 0x2173b3fff IOSurfaceAccelerator arm64e  <ecaf862d27673511830b4917d07561b4> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x2173b4000 - 0x2173bffff libhvf.dylib arm64e  <a01f1638142d3ce39f93177bff51eb77> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x2173c0000 - 0x217450fdf libate.dylib arm64e  <996a50998efd3a89945c7b67488ec105> /usr/lib/libate.dylib
0x217451000 - 0x21745bffb AppleFSCompression arm64e  <93400c1b7c6a3fc4acb279304c829224> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x21745c000 - 0x217468ff7 MallocStackLogging arm64e  <2b66f6347c753938ac315b6c6c0a207c> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
0x217469000 - 0x217476fff libperfcheck.dylib arm64e  <4325c99c59c13af4bbd1fadf8a4609a3> /usr/lib/libperfcheck.dylib
0x217477000 - 0x21747fffb libIOReport.dylib arm64e  <2c16b04343d530c2a3c919063fdbfa6b> /usr/lib/libIOReport.dylib
0x217480000 - 0x217486fff MSUDataAccessor arm64e  <15bcc2f5dad73224b6c951a7543a3ff7> /System/Library/PrivateFrameworks/MSUDataAccessor.framework/MSUDataAccessor
0x21757c000 - 0x21758cfff libpartition2_dynamic.dylib arm64e  <82f8f31d978f3f219f84577e9659b776> /usr/lib/libpartition2_dynamic.dylib
0x21758d000 - 0x2175f9ffb Bom arm64e  <c9ae57e256b03401a0b74b7e6d731d1d> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x2175fa000 - 0x217602fff IdleTimerServices arm64e  <72834a54ecc035fca9ccd6c96a64712e> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x217603000 - 0x217669ff7 libParallelCompression.dylib arm64e  <d5c90dc29eb636d59964b30dc0cba014> /usr/lib/libParallelCompression.dylib
0x21766a000 - 0x2176a8fff EAP8021X arm64e  <190378cc3c973541a34f08395eeaa84d> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x2176a9000 - 0x217701fff IO80211 arm64e  <8e3cc1b4b3ad3e76b23d8dc8106db1b2> /System/Library/PrivateFrameworks/IO80211.framework/IO80211
0x217702000 - 0x21770efff CaptiveNetwork arm64e  <b2f2e731afd73fec91c0050faa5b7a02> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x21770f000 - 0x217710ffb libCTGreenTeaLogger.dylib arm64e  <882719359d2c32d480a9e08104789ae1> /usr/lib/libCTGreenTeaLogger.dylib
0x217711000 - 0x21771afff liblockdown.dylib arm64e  <2185c5af42bf3edfa9a9284fe2145a29> /usr/lib/liblockdown.dylib
0x21771b000 - 0x217724ffc CorePhoneNumbers arm64e  <3de9550972643484a165db97409128fb> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x217725000 - 0x217726ffb WatchdogClient arm64e  <1daf02790fee3196ab2d2b0a8de98ef2> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
0x217727000 - 0x21772cfff kperf arm64e  <51e792bff00031baa5db64ecf5229443> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x21772d000 - 0x217739fff kperfdata arm64e  <909677e841863878b0e67bbbbef875f2> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x21773a000 - 0x21778afff ASEProcessing arm64e  <63f50df3782a3757a8ccebd61b9a1155> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x21778b000 - 0x21778bfff SignpostMetrics arm64e  <ffec94f39bf632c0b856c0b60b9ff937> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
0x21778c000 - 0x217795fff OpenGLES arm64e  <4bf80faf8774300ca7b7d3815c82dcbd> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x217796000 - 0x217797ff7 libCVMSPluginSupport.dylib arm64e  <c86bd77efb9a3efbbbd0dc999d55773d> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x217798000 - 0x21779dfff libCoreVMClient.dylib arm64e  <9acbe001e937362ea6035315f672f68e> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x21779e000 - 0x2177b1fff SystemWake arm64e  <aa59b259480e390e84a9110d22a7e903> /System/Library/PrivateFrameworks/SystemWake.framework/SystemWake
0x2177b2000 - 0x2177bbfff libGFXShared.dylib arm64e  <b3cabdb7220c34cbaaddaf47b971489d> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x2177bc000 - 0x2177c1fff libapp_launch_measurement.dylib arm64e  <96a02e0f12453ee5bc89064f86db9b7b> /usr/lib/libapp_launch_measurement.dylib
0x2177c2000 - 0x2177f9ff3 libGLImage.dylib arm64e  <9de57d6192f837d39ffedcc14a941c97> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x2177fa000 - 0x217821fff caulk arm64e  <2d9c1ba230b332c097748cf6ae8db267> /System/Library/PrivateFrameworks/caulk.framework/caulk
0x217822000 - 0x217830fff CMCaptureCore arm64e  <83cb67e3a3cd3e00a8a2db8bec1ea032> /System/Library/PrivateFrameworks/CMCaptureCore.framework/CMCaptureCore
0x217831000 - 0x2178c3fff MPSImage arm64e  <f493c3b758fe328a99e5632418d2712d> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x2178c4000 - 0x217976fff MPSCore arm64e  <427f60a550cb37a8b007137ab09b168a> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x217977000 - 0x2179a1fff MPSMatrix arm64e  <3e340ad68625338182e464d11c440595> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x2179a2000 - 0x2179a2ff8 MetalPerformanceShaders arm64e  <bb2af766300332beae4cb72e4e7fefa6> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x2179a3000 - 0x2179b1fff SymptomDiagnosticReporter arm64e  <5daaea4ee83e3ee6b865d7ab6e70e817> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x2179b2000 - 0x2179b3fff PhoneNumbers arm64e  <62b9552e712a37c1adcaba628cfdae18> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x2179b4000 - 0x2179eefff CoreSVG arm64e  <51b9aa1a763638299a82be4976dcaf41> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
0x2179ef000 - 0x2179fefff MobileIcons arm64e  <3202bb0781ff3d3087ad1193b7d47b85> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x2179ff000 - 0x217a11fff SoftwareUpdateCoreConnect arm64e  <2056a69125dc3cf79516786de7a9e427> /System/Library/PrivateFrameworks/SoftwareUpdateCoreConnect.framework/SoftwareUpdateCoreConnect
0x217a12000 - 0x217a14fff libsandbox.1.dylib arm64e  <ebd70cf7fac83756b2c29782a3fd62af> /usr/lib/libsandbox.1.dylib
0x217a15000 - 0x217a15fff Marco arm64e  <725ad91a2a4834399816a075c1a8715e> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x217a16000 - 0x217a35fff FTAWD arm64e  <584a9dc842d53b61a87535180ff9a9c4> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x217a36000 - 0x217a42fff AppleIDAuthSupport arm64e  <10dba5dccf363d2fa14a1fe7855deac0> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x217a43000 - 0x217a8bfff libSessionUtility.dylib arm64e  <b7f69ccfa641302088edf64fc774ca4b> /System/Library/PrivateFrameworks/AudioSession.framework/libSessionUtility.dylib
0x217a8c000 - 0x217a99ff3 FSEvents arm64e  <397fa046e76133d9964dd71274f117e7> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
0x217a9a000 - 0x217aabfff CoreAUC arm64e  <29b2d282d56d377a96e58d31268babeb> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x217c07000 - 0x219031fff ANECompiler arm64e  <b8de06c2f22f396a83786fcbbb432f22> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
0x219032000 - 0x21905dfff ANEServices arm64e  <c89f828c54483134a8e0c7c95973f18a> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x21905e000 - 0x219066fff PushKit arm64e  <0800077c563435258c232447d80624b0> /System/Library/Frameworks/PushKit.framework/PushKit
0x219067000 - 0x219068ff6 libswiftCryptoTokenKit.dylib arm64e  <096f9e1a03db3a01bebd1eff502b5b1d> /usr/lib/swift/libswiftCryptoTokenKit.dylib
0x219069000 - 0x219783fdf AppC3D arm64e  <00e57e5885c133f9ba3866d176ce2ee0> /System/Library/PrivateFrameworks/AppC3D.framework/AppC3D
0x219784000 - 0x21979bff8 libswiftCoreLocation.dylib arm64e  <322dd3e8e5f837b79b0e25e72a49090f> /usr/lib/swift/libswiftCoreLocation.dylib
0x21979c000 - 0x2197a9ffd libswiftUniformTypeIdentifiers.dylib arm64e  <562a8ff9f0193f29b4b9be4e1333745d> /usr/lib/swift/libswiftUniformTypeIdentifiers.dylib
0x2197aa000 - 0x2197aeffe libswiftMetal.dylib arm64e  <20f8fa00449432a68915eed4989f91c2> /usr/lib/swift/libswiftMetal.dylib
0x2197af000 - 0x2197affff AVFoundation arm64e  <3c55ad8145e039e28950e48e59a5b304> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x2197b0000 - 0x2197b1ffb libswiftQuartzCore.dylib arm64e  <5ef8a4a09cca34e9996749692e21424f> /usr/lib/swift/libswiftQuartzCore.dylib
0x2197b2000 - 0x2197caff3 libswiftsimd.dylib arm64e  <a16b958001c93c22b7d79abb98ad60f6> /usr/lib/swift/libswiftsimd.dylib
0x2197cb000 - 0x2197d3fff libswiftCoreMIDI.dylib arm64e  <5aacfbb6ca4f311da7a8f0f893e9a18c> /usr/lib/swift/libswiftCoreMIDI.dylib
0x2197d4000 - 0x21981bfff CoreTransferable arm64e  <8cfa4febd7223fd2bb590e2be3c501e2> /System/Library/Frameworks/CoreTransferable.framework/CoreTransferable
0x21981c000 - 0x21984eff3 libswiftAVFoundation.dylib arm64e  <b079f6c78fe43783b5f839701b7b2954> /usr/lib/swift/libswiftAVFoundation.dylib
0x21984f000 - 0x219851ffb libgermantok.dylib arm64e  <18a9058618a433dba57a4c294a619687> /usr/lib/libgermantok.dylib
0x219852000 - 0x2198b1ffb libmecab.dylib arm64e  <27d391bcced33d8bb5d2510eb875abbe> /usr/lib/libmecab.dylib
0x2198b2000 - 0x2198e7fff libCRFSuite.dylib arm64e  <4874a92d5bd83aa99515f10684486e8e> /usr/lib/libCRFSuite.dylib
0x2198e8000 - 0x2198eafff InternationalTextSearch arm64e  <62eef5c17ad13f74bd981485d9f1f63a> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x2198eb000 - 0x219903fff libresolv.9.dylib arm64e  <0e401c7dd9cc39aa9343961b4d8849c3> /usr/lib/libresolv.9.dylib
0x219904000 - 0x219905ffb libswiftOSLog.dylib arm64e  <d9a21ac23f3431088fffa0636adab98a> /usr/lib/swift/libswiftOSLog.dylib
0x219906000 - 0x21993ffff libnetworkextension.dylib arm64e  <4c623a53b0d4325fa7abfb910d16f5b7> /usr/lib/libnetworkextension.dylib
0x219940000 - 0x219949fff URLFormatting arm64e  <fb547ec0d7da3212b87e7c60e568578e> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x21994a000 - 0x219962fff BluetoothManager arm64e  <1efba758f5f63b4e87da22725d9f983a> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x219963000 - 0x219967fff ContextKitCore arm64e  <2e07f249c6873ebdb8b34112003cfaad> /System/Library/PrivateFrameworks/ContextKitCore.framework/ContextKitCore
0x219968000 - 0x219971fff LinguisticData arm64e  <e092fc0f81c53622b7d0cd731def056a> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x219972000 - 0x219977fff CommunicationsFilter arm64e  <87157cc78a3334d299e09755e7989ae3> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x21997b000 - 0x219980fff IncomingCallFilter arm64e  <5e488c71916d3dbba645cc1c390911ed> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x219981000 - 0x219989fff IMTransferServices arm64e  <791d0f6083f2310798037cedc9531b11> /System/Library/PrivateFrameworks/IMTransferServices.framework/IMTransferServices
0x21998a000 - 0x21999cffb libcmph.dylib arm64e  <27733bbdbd313b6bacf3a3e189334b59> /usr/lib/libcmph.dylib
0x21999d000 - 0x2199a1fff XCTTargetBootstrap arm64e  <f41c881f478b37fc97dd541242e500f8> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x2199a2000 - 0x2199a4fff DataDetection arm64e  <e1eca05373d13c7ba9589ce72a3db445> /System/Library/Frameworks/DataDetection.framework/DataDetection
0x2199a5000 - 0x21a4ecf9f libwebrtc.dylib arm64e  <1c1ba75639053488973df81cb64842b6> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x21a4ed000 - 0x21a53bfff PhysicsKit arm64e  <972a0b63236a3d8190511e62618406be> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x21a53c000 - 0x21a54fff7 libprotobuf-lite.dylib arm64e  <a4560281474a3c79ba6eafa5ef3125b2> /usr/lib/libprotobuf-lite.dylib
0x21a550000 - 0x21a5b3ffb libprotobuf.dylib arm64e  <1f620767842e33dd8dbc925c74590886> /usr/lib/libprotobuf.dylib
0x21a5b4000 - 0x21a606fff DocumentManager arm64e  <0baefa1bbd6d3472a1b36e09f5de54f2> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x21a607000 - 0x21a650fff DocumentManagerCore arm64e  <21aab0165ad939b88a5b7474dba77aac> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x21a651000 - 0x21a692ff3 libAWDSupport.dylib arm64e  <b7f5627f6f5e395d899f154db755b2ca> /usr/lib/libAWDSupport.dylib
0x21a693000 - 0x21a699ff7 libswiftCompression.dylib arm64e  <bd88c60d88e03c5c8e6fa7cf09d1c80f> /usr/lib/swift/libswiftCompression.dylib
0x21a69a000 - 0x21aaa5fff libAWDSupportFramework.dylib arm64e  <a18aa5d005b2340a95657b325f9a0e4d> /usr/lib/libAWDSupportFramework.dylib
0x21aaa6000 - 0x21aac4fff libedit.3.dylib arm64e  <15c1ad426d6137a5bad6ce2b330fda9c> /usr/lib/libedit.3.dylib
0x21aac5000 - 0x21aac7ff6 libswiftFileProvider.dylib arm64e  <fb3dc6b04ab1367db66880c1b320918f> /usr/lib/swift/libswiftFileProvider.dylib
0x21aac8000 - 0x21aad2ffc libswiftIntents.dylib arm64e  <1e20d637f29a3110830255f7bab036d0> /usr/lib/swift/libswiftIntents.dylib
0x21aad3000 - 0x21aad3fff libswiftCoreImage.dylib arm64e  <b9667c3855273a0db1728c95f3611940> /usr/lib/swift/libswiftCoreImage.dylib
0x21aad4000 - 0x21aaf3fff Accessibility arm64e  <2d276a26094a355cb9b31f3bc139878e> /System/Library/Frameworks/Accessibility.framework/Accessibility
0x21aaf4000 - 0x21aaf4fff libswiftDataDetection.dylib arm64e  <2839e29277bf3211827a9e9cc544a8db> /usr/lib/swift/libswiftDataDetection.dylib
0x21aaf5000 - 0x21ab05fff Categories arm64e  <7d6513693f8f305dbb08be64ec4290b0> /System/Library/PrivateFrameworks/Categories.framework/Categories
0x21ab06000 - 0x21ab12fff PersonaKit arm64e  <83077400a0cc3a3bb92625669ff980d0> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x21ab13000 - 0x21ab15fff libAXSafeCategoryBundle.dylib arm64e  <ee80f105ee273fbbb006e7b0ab96960e> /usr/lib/libAXSafeCategoryBundle.dylib
0x21ab16000 - 0x21ab91fff Catalyst arm64e  <1daefbda14df3e77ba7d572c6f82c9ba> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
0x21ab93000 - 0x21ac09fff CoreDAV arm64e  <74d14cd6043e3725aee41ebf7a1c7923> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x21ac0b000 - 0x21ac82fff Heimdal arm64e  <1b95e19896c0399480bd3ebbb9985f23> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x21ac83000 - 0x21acdafff CalDAV arm64e  <58a2ae3f97533ee9bc87fc41d904b7c4> /System/Library/PrivateFrameworks/CalDAV.framework/CalDAV
0x21acdb000 - 0x21ace2ffb CommonAuth arm64e  <4e1a98da8db931f0b4628c86a2968191> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x21ace3000 - 0x21ad12ffb GSS arm64e  <e96ca0e5b4a939d980614cccb54cab33> /System/Library/Frameworks/GSS.framework/GSS
0x21ad13000 - 0x21b08bff7 SDAPI arm64e  <429d8f072eac3f2c9c3175176131318c> /System/Library/PrivateFrameworks/SDAPI.framework/SDAPI
0x21b08c000 - 0x21b1d1fff RenderBox arm64e  <a058e4d5775537c6bee2b3bc9074b7ab> /System/Library/PrivateFrameworks/RenderBox.framework/RenderBox
0x21b1d2000 - 0x21b1fdff7 libxslt.1.dylib arm64e  <528e9868dd3d3e979c7459f3b03e639e> /usr/lib/libxslt.1.dylib
0x21b1fe000 - 0x21b217fff ContactsDonation arm64e  <7a9bb84cc4cb30c6bf9003bea267bb7e> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x21b218000 - 0x21b25efff WiFiVelocity arm64e  <2dbd595718bf32c78bbd0e2f4b4e7043> /System/Library/PrivateFrameworks/WiFiVelocity.framework/WiFiVelocity
0x21b25f000 - 0x21b26efff CTCarrierSpace arm64e  <b4bde9685ac438bfabe73afa924acf31> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x21b26f000 - 0x21b27dfff MorphunAssets arm64e  <81edbe4d2b7a30608b1a5609a2368462> /System/Library/PrivateFrameworks/MorphunAssets.framework/MorphunAssets
0x21b27e000 - 0x21b294ffb libmarisa.dylib arm64e  <82b303224f833639a47b3d0fc6773758> /usr/lib/libmarisa.dylib
0x21b295000 - 0x21b2effff CorePrediction arm64e  <65bf4a3c66bf3288a32ebe7029ff10fb> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x21b2f1000 - 0x21b2f6fff libswiftWebKit.dylib arm64e  <36f0258757c93ec29b1bf425e6822f9d> /usr/lib/swift/libswiftWebKit.dylib
0x21b2f7000 - 0x21b2f7fff CorePDF arm64e  <b033caf6c82e31a38e2577de984af1f3> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x21b2f8000 - 0x21b3f9fff PDFKit arm64e  <3ad7b6d6b0d23a42817326793e32c049> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x21b3fa000 - 0x21b440fff LocalAuthenticationPrivateUI arm64e  <105205ce67ac31908061af00839b5140> /System/Library/PrivateFrameworks/LocalAuthenticationPrivateUI.framework/LocalAuthenticationPrivateUI
0x21b441000 - 0x21b488fff WirelessProximity arm64e  <0ed8463f8e493c42805dad86604d2735> /System/Library/PrivateFrameworks/WirelessProximity.framework/WirelessProximity
0x21b489000 - 0x21b5e9fff RemoteUI arm64e  <b0f1c0b78d983b74bea86f2ed8d4104a> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
0x21b5ea000 - 0x21b659ff3 libusrtcp.dylib arm64e  <57abf17de0f23517b3828050ecc76975> /usr/lib/libusrtcp.dylib
0x21b65a000 - 0x21b671fff STSXPCHelperClient arm64e  <e58ea23643953aa2b25605853935998b> /System/Library/PrivateFrameworks/STSXPCHelperClient.framework/STSXPCHelperClient
0x21b672000 - 0x21b67dfff EmailAddressing arm64e  <4f8dcb925e7f3e138c74a64645e45587> /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
0x21b67e000 - 0x21b683ffb AppleSRP arm64e  <dc290c29ec0a36abacb3b70ec180fa91> /System/Library/PrivateFrameworks/AppleSRP.framework/AppleSRP
0x21b684000 - 0x21b776fff SEService arm64e  <9676f6aa21cd38ef8d247e620da6a61d> /System/Library/PrivateFrameworks/SEService.framework/SEService
0x21b777000 - 0x21b868fff CoreIDV arm64e  <31d55a16f4123a13b32ecb3dad231392> /System/Library/PrivateFrameworks/CoreIDV.framework/CoreIDV
0x21b869000 - 0x21b954fff libquic.dylib arm64e  <a69f81a5bc2a37a68d3ffbdd859f117b> /usr/lib/libquic.dylib
0x21b955000 - 0x21b994fff TouchRemote arm64e  <292826ec12133a1db324c453d2e626e4> /System/Library/PrivateFrameworks/TouchRemote.framework/TouchRemote
0x21b995000 - 0x21b999fff DAAPKit arm64e  <c86820e1559d3a78b649e14ca6560788> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x21b99a000 - 0x21b9c2fff AddressBook arm64e  <81dfeddd7ba93be39c05f796676cd06b> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x21b9c3000 - 0x21ba01fff VirtualGarage arm64e  <dd831efe43863c6687cd2021ca45a958> /System/Library/PrivateFrameworks/VirtualGarage.framework/VirtualGarage
0x21ba0d000 - 0x21ba11fff HSAAuthentication arm64e  <8eb4deb05bfe37c3a9411e92218825de> /System/Library/PrivateFrameworks/HSAAuthentication.framework/HSAAuthentication
0x21ba12000 - 0x21baaaff7 libAppleArchive.dylib arm64e  <c7e1cee49aa13450ae0ded16c3ba6f0a> /usr/lib/libAppleArchive.dylib
0x21baab000 - 0x21bad5fff CoreIDCred arm64e  <fe50820fe92f3635bf7b51e2e6889efd> /System/Library/PrivateFrameworks/CoreIDCred.framework/CoreIDCred
0x21bad6000 - 0x21bae4fff WirelessCoexManager arm64e  <5a87af72884c3ecdb1f6d715c72c9903> /System/Library/PrivateFrameworks/WirelessCoexManager.framework/WirelessCoexManager
0x21bae5000 - 0x21bd02fff CoreODIEssentials arm64e  <dc8a2691587a323bae08a6aeab9ccfc2> /System/Library/PrivateFrameworks/CoreODIEssentials.framework/CoreODIEssentials
0x21bd04000 - 0x21bd37fff DigitalAccess arm64e  <00a919b17b62348aab6be88e74881247> /System/Library/PrivateFrameworks/DigitalAccess.framework/DigitalAccess
0x21bd38000 - 0x21c0f6ff7 MediaLibraryCore arm64e  <7f0d9ad482d73768b7d50d88d326fa11> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x21c0f7000 - 0x21c0f9fff liblog_network.dylib arm64e  <6756617ce1573ac5b7af7308bb36177e> /usr/lib/log/liblog_network.dylib
0x21c0fa000 - 0x21c150fff ChunkingLibrary arm64e  <68af16575b01385dbad2d415a03f924c> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x21c151000 - 0x21c1acfff CoreODI arm64e  <d282be200d103e52b7b169a2a782f3bc> /System/Library/PrivateFrameworks/CoreODI.framework/CoreODI
0x21c1ad000 - 0x21c1b0fff FTClientServices arm64e  <fc48da44b4b83e24875fe37390e431b7> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x21c1b1000 - 0x21c212fff libswiftDemangle.dylib arm64e  <b8f3e89ef4e63bacbad3d44edde33d1a> /usr/lib/swift/libswiftDemangle.dylib
0x21c213000 - 0x21c228fff CoreSDB arm64e  <baa28ccdd8b2384a8062ef309519149b> /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
0x21c229000 - 0x21c22fffb libReverseProxyDevice.dylib arm64e  <f80a671b5b52320ba2c127356539c2ba> /usr/lib/libReverseProxyDevice.dylib
0x21c230000 - 0x21c255ff7 libswiftSwiftOnoneSupport.dylib arm64e  <ae6d1202a97d3c6183bac45120c2b71e> /usr/lib/swift/libswiftSwiftOnoneSupport.dylib
0x21c256000 - 0x21c25dfff CertUI arm64e  <bb124039d6ae32b9a98c16f4fc2ca57c> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x21c25e000 - 0x21c2ebfff HomeSharing arm64e  <7f036783ab2435ea979ae9083903ff25> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x21c2ec000 - 0x21c309fff CPAnalytics arm64e  <19f31f616a31386782b56c683dbc6626> /System/Library/PrivateFrameworks/CPAnalytics.framework/CPAnalytics
0x21c30a000 - 0x21c33cff7 libtidy.A.dylib arm64e  <873adbc9397a3636be036175cee43616> /usr/lib/libtidy.A.dylib
0x21c33d000 - 0x21c346fff Netrb arm64e  <6ef52e3d84da3ce282bf98a6c1afc2cf> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x21c347000 - 0x21c34dfff LowPowerMode arm64e  <b55a09fa73813457bec98ef3f59e93fb> /System/Library/PrivateFrameworks/LowPowerMode.framework/LowPowerMode
0x21c34e000 - 0x21c3e1fff CoreAppleCVA arm64e  <55f7dd9b807d3485817fb6b34675ce92> /System/Library/PrivateFrameworks/CoreAppleCVA.framework/CoreAppleCVA
0x21c3e2000 - 0x21c401fff libamsupport.dylib arm64e  <a4d99013f52439268fbceebdac8e62f4> /usr/lib/libamsupport.dylib
0x21c402000 - 0x21c407fff IDSKVStore arm64e  <dd965259ad8931dcb336016e5b60d9d9> /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore
0x21c408000 - 0x21c420fff MailServices arm64e  <4b862baed8ca3782b45b23a116fa9e94> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x21c421000 - 0x21c46ffff ExposureNotification arm64e  <eb82b1b827f738fd9c3f6182efc6cb2a> /System/Library/Frameworks/ExposureNotification.framework/ExposureNotification
0x21c470000 - 0x21c48afff SettingsFoundation arm64e  <42475bde23393a84b1986e98c00d9138> /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
0x21c597000 - 0x21c5a2fff UserNotificationsSettings arm64e  <c98792bc88953b3daaf277f76b08e9a3> /System/Library/PrivateFrameworks/UserNotificationsSettings.framework/UserNotificationsSettings
0x21c5a3000 - 0x21c5c2fff AlgosScoreFramework arm64e  <8f5ac366bc5e3161abd36ff8fc778148> /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/AlgosScoreFramework
0x21c5c3000 - 0x21c5c3fff snatmap arm64e  <62a90bc44d4f3fb8b0faf343f9d42296> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/snatmap.framework/snatmap
0x21c5c4000 - 0x21c603fff ICE arm64e  <00a780dd678c374599cb26dfde782590> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ICE.framework/ICE
0x21c604000 - 0x21c613fff PersonaUI arm64e  <194f16daaeec3954beb4f386fee9a9c1> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x21c614000 - 0x21c62eff7 libswiftSystem.dylib arm64e  <0dd909d70a133782bf0c5af9816340fd> /usr/lib/swift/libswiftSystem.dylib
0x21c630000 - 0x21c635fff libspindump.dylib arm64e  <3d4cd31bcaa53fa7a4a34980c2905851> /usr/lib/libspindump.dylib
0x21c636000 - 0x21c652fff MetalKit arm64e  <99ee4afa5e95347eb2a337d504e6421a> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x21c653000 - 0x21c657fff AppTrackingTransparency arm64e  <56053c7e15633373ad23fd5541334c85> /System/Library/Frameworks/AppTrackingTransparency.framework/AppTrackingTransparency
0x21c658000 - 0x21c673fff MaterialKit arm64e  <7014ef18d3573908be924c91bde0e444> /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit
0x21c674000 - 0x21c6b9fff ExtensionKit arm64e  <0a1366e9446939ce9fadc80509c11610> /System/Library/Frameworks/ExtensionKit.framework/ExtensionKit
0x21c6ba000 - 0x21c6c0fff AVRouting arm64e  <0a35b1065d8c3eac93b9e97096933a9c> /System/Library/Frameworks/AVRouting.framework/AVRouting
0x21c6c1000 - 0x21c6c2fff MobileObliteration arm64e  <d682466e0e6b3242a37c147b2a314839> /System/Library/PrivateFrameworks/MobileObliteration.framework/MobileObliteration
0x21c6c3000 - 0x21ceacfff VisualLogger arm64e  <aa11a2b87d383d36ae9ebb00d964b9fc> /System/Library/PrivateFrameworks/VisualLogger.framework/VisualLogger
0x21cead000 - 0x21cf9dfff AppleDepth arm64e  <26e0c2ea52c5373996fdaed05e8735c9> /System/Library/PrivateFrameworks/AppleDepth.framework/AppleDepth
0x21cf9f000 - 0x21cfb1fff PrototypeToolsUI arm64e  <b1330bc485763b8591827797df176748> /System/Library/PrivateFrameworks/PrototypeToolsUI.framework/PrototypeToolsUI
0x21cfb4000 - 0x21d070fff iTunesStore arm64e  <ccff2e8c5c793c2d8daa70893559aab0> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x21d071000 - 0x21d073ff4 libswiftMapKit.dylib arm64e  <587a50d115c4304a9d6652220104a4f8> /usr/lib/swift/libswiftMapKit.dylib
0x21d074000 - 0x21d077fff ConstantClasses arm64e  <37d993c9ecbb388b93ff46a74b8ec963> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x21d078000 - 0x21d07ffff ProgressUI arm64e  <68960685f4cc395c82d82e9efba5a3db> /System/Library/PrivateFrameworks/ProgressUI.framework/ProgressUI
0x21d080000 - 0x21d087fff libChineseTokenizer.dylib arm64e  <8eaed59a8312399ba47be8df49c03c6a> /usr/lib/libChineseTokenizer.dylib
0x21d089000 - 0x21d08bfff OAuth arm64e  <463fbf6c87c13324899373ab4d3ac548> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x21d08c000 - 0x21d375fff libmecabra.dylib arm64e  <1296416534373bb690ce8c5643f534c1> /usr/lib/libmecabra.dylib
0x21d376000 - 0x21d388fff IntentsServices arm64e  <5a9464e02e953faa92e0c71708af3f1d> /System/Library/PrivateFrameworks/IntentsServices.framework/IntentsServices
0x21d389000 - 0x21d447fff MessageProtection arm64e  <982392c5ba3335779940edab565bea02> /System/Library/PrivateFrameworks/MessageProtection.framework/MessageProtection
0x21d448000 - 0x21d471fff AirTraffic arm64e  <2723b48c7a6436a8a886518ca5f8ae97> /System/Library/PrivateFrameworks/AirTraffic.framework/AirTraffic
0x21d472000 - 0x21d49bfff MailKit arm64e  <3271fbd76e053d3dbaa2774492733ce9> /System/Library/PrivateFrameworks/MailKit.framework/MailKit
0x21d6e8000 - 0x21e5b9fff libusd_ms.dylib arm64e  <cc0e0e37fefe38e5b0d8c47a5d484c72> /usr/lib/usd/libusd_ms.dylib
0x21e5ba000 - 0x21e604fdf FusionTracker arm64e  <c1b4a03538d83c13991bbd336252ab27> /System/Library/PrivateFrameworks/FusionTracker.framework/FusionTracker
0x21e605000 - 0x21e6c3fff BulletinBoard arm64e  <89bd3afdf4fd32eab835514daaea2a42> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
0x21e6e0000 - 0x21e74efff CoreRecognition arm64e  <f6e638769e253f7d99cf9cded913720f> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x21e815000 - 0x21e8edfff DocumentCamera arm64e  <b8c2760fce543001b0bc4231276777b7> /System/Library/PrivateFrameworks/DocumentCamera.framework/DocumentCamera
0x21e8ee000 - 0x21e913ff6 VisionKit arm64e  <0f9f760cb4a832aa8c11ded7095bd313> /System/Library/Frameworks/VisionKit.framework/VisionKit
0x21e9a8000 - 0x21e9a9ffd libswiftMetalKit.dylib arm64e  <a80a3ba7e4863452ba38555bb825ad0f> /usr/lib/swift/libswiftMetalKit.dylib
0x21e9aa000 - 0x21e9acfff libswiftModelIO.dylib arm64e  <a1996c50d8f83cdaa490647be263248f> /usr/lib/swift/libswiftModelIO.dylib
0x21e9ad000 - 0x21e9befff AssetsLibrary arm64e  <fac05c6fc64c3a50b202fb5145007784> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x21e9bf000 - 0x21ea03fff FlexMusicKit arm64e  <b8ed1cec84de388f996e2097dc43b598> /System/Library/PrivateFrameworks/FlexMusicKit.framework/FlexMusicKit
0x21eacf000 - 0x21eaf4ffc _PhotosUI_SwiftUI arm64e  <f62f554604d43bec8078be333f473c48> /System/Library/Frameworks/_PhotosUI_SwiftUI.framework/_PhotosUI_SwiftUI
0x21eaf5000 - 0x21eb9afff PhotosUIEdit arm64e  <27427458f5643d3d8436679da0b8c2a3> /System/Library/PrivateFrameworks/PhotosUIEdit.framework/PhotosUIEdit
0x21eb9b000 - 0x21ebc2fff NeutrinoKit arm64e  <34d540a21e8730808d533716f9df429c> /System/Library/PrivateFrameworks/NeutrinoKit.framework/NeutrinoKit
0x21ebc4000 - 0x21ec08fff PhotosUI arm64e  <d0a5cf8cbcdd34bfa4df5aadd190ca2a> /System/Library/Frameworks/PhotosUI.framework/PhotosUI
0x21ec09000 - 0x21ed15fff ConfigurationEngineModel arm64e  <04adb234fc4b3422a51c55467aa660b8> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
0x21ed16000 - 0x21edb1ff7 libFDR.dylib arm64e  <5359346e002839209e793f63aea80b45> /usr/lib/libFDR.dylib
0x21edb2000 - 0x21eeb6fff ResponseKit arm64e  <4608f788211236b18f8a5934c5ff81af> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x21eeb7000 - 0x21eec1fff IMTranscoding arm64e  <fd5e76afb0aa3e3fae7e827142078dcf> /System/Library/PrivateFrameworks/IMTranscoding.framework/IMTranscoding
0x21eec2000 - 0x21eee4fff QuickLookSupport arm64e  <71ee9b5bcd583275b336bdf5089112f2> /System/Library/PrivateFrameworks/QuickLookSupport.framework/QuickLookSupport
0x21eee5000 - 0x21eef1fff ClarityFoundation arm64e  <0588185a0b233577a28bfec311836d02> /System/Library/PrivateFrameworks/ClarityFoundation.framework/ClarityFoundation
0x21eef2000 - 0x21f02efff QuickLook arm64e  <a1c3e5d9fecb369a80dbaf34faeafab0> /System/Library/Frameworks/QuickLook.framework/QuickLook
0x21f02f000 - 0x21f06dfff CloudSharingUI arm64e  <3afe3903434b38988fd166d38e968d24> /System/Library/PrivateFrameworks/CloudSharingUI.framework/CloudSharingUI
0x21f077000 - 0x21f07efff TranslationUIServices arm64e  <bb9fcda4f7b63ac0b143a5012d3cb471> /System/Library/PrivateFrameworks/TranslationUIServices.framework/TranslationUIServices
0x21f07f000 - 0x21f096fff IMSharedUI arm64e  <a9edeb7df84038c2810a906aaacce5d7> /System/Library/PrivateFrameworks/IMSharedUI.framework/IMSharedUI
0x21f097000 - 0x21f09bfff CameraKit arm64e  <d19a9c806f7939ef8be66e8a21b4c2a7> /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit
0x21f09c000 - 0x21f0a9fff StorageSettings arm64e  <df9a448de1ca33618ab256b7bd536298> /System/Library/PrivateFrameworks/StorageSettings.framework/StorageSettings
0x21f0aa000 - 0x21f0e1fff CloudServices arm64e  <1dd875ca204f301f907806d8353edefd> /System/Library/PrivateFrameworks/CloudServices.framework/CloudServices
0x21f0e2000 - 0x21f10bfff StorageData arm64e  <09994b96994d3273a864bec5b1853e18> /System/Library/PrivateFrameworks/StorageData.framework/StorageData
0x21f10c000 - 0x21f136fff CarPlayUIServices arm64e  <00911acf345c3faf88bdbf56c089ee54> /System/Library/PrivateFrameworks/CarPlayUIServices.framework/CarPlayUIServices
0x21f137000 - 0x21f19cfff CarPlay arm64e  <4935473ebb823e7e8d442c8ccc4ba0b9> /System/Library/Frameworks/CarPlay.framework/CarPlay
0x21f19d000 - 0x21f1a2fff ReminderKitUI arm64e  <a7bc6dc303093a82ad29416b34ceb0ee> /System/Library/PrivateFrameworks/ReminderKitUI.framework/ReminderKitUI
0x21f206000 - 0x21f23ffff KeychainCircle arm64e  <91a95a2271983c8baf5e8589256dd515> /System/Library/PrivateFrameworks/KeychainCircle.framework/KeychainCircle
0x21f240000 - 0x21f2b8fff CoreCDP arm64e  <ecfd1759f60f3b62abf76fccca84a9c1> /System/Library/PrivateFrameworks/CoreCDP.framework/CoreCDP
0x21f2b9000 - 0x21f2effff CBORLibrary arm64e  <4743b5c7657d3e0693a47ca02c6e8cde> /System/Library/PrivateFrameworks/CBORLibrary.framework/CBORLibrary
0x21f2f0000 - 0x21f2f7fff AppStoreFoundation arm64e  <7effc947832e393b9e6b3df086d68cb7> /System/Library/PrivateFrameworks/AppStoreFoundation.framework/AppStoreFoundation
0x21f2f8000 - 0x21f304fff AppStoreOverlays arm64e  <c67de89da507350e822270b43c6ea6e6> /System/Library/PrivateFrameworks/AppStoreOverlays.framework/AppStoreOverlays
0x21f305000 - 0x21f33efff UsageTracking arm64e  <69c90a6ae67e391d81eb97a7aef2a0d0> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
0x21f33f000 - 0x21f3defff AccountsDaemon arm64e  <322276e6b1db3ab1a1744434bde2adca> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x21f3df000 - 0x21f3e0ffb BackgroundTaskAgent arm64e  <8addc8758bc235b88fdc78c0b1c4bd88> /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent
0x21f3e1000 - 0x21f4f5fff VoiceTrigger arm64e  <62564ca7906a340d841ad3c717409140> /System/Library/PrivateFrameworks/VoiceTrigger.framework/VoiceTrigger
0x21f4f6000 - 0x21f511fff JetPack arm64e  <0c57dae2dcbf3383bd07315f45e6b62d> /System/Library/PrivateFrameworks/JetPack.framework/JetPack
0x21f55b000 - 0x21f597fff AppSSO arm64e  <9531cce5ee2e35ce9a4e5a16b189e2a3> /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO
0x21f598000 - 0x21f5b1fff CertInfo arm64e  <f39680dd37e63b838996050dde305deb> /System/Library/PrivateFrameworks/CertInfo.framework/CertInfo
0x21f5d3000 - 0x21f6a5fff CoreCDPInternal arm64e  <a8f917abeb893ea6afb63a851c53f71a> /System/Library/PrivateFrameworks/CoreCDPInternal.framework/CoreCDPInternal
0x21f6e8000 - 0x21f732fff MultipeerConnectivity arm64e  <e4194c554f91320caa65f16604f19d63> /System/Library/Frameworks/MultipeerConnectivity.framework/MultipeerConnectivity
0x21f733000 - 0x21f760fff GLKit arm64e  <1289ea1d3b3534cb9f08db97ad731313> /System/Library/Frameworks/GLKit.framework/GLKit
0x21f761000 - 0x21f833fff CoreCDPUI arm64e  <0e57b89a3a0a3a20a06950717d4e083f> /System/Library/PrivateFrameworks/CoreCDPUI.framework/CoreCDPUI
0x21f834000 - 0x21f840fff CloudSettings arm64e  <31fe9c0cab0f314a85fd7188cde364a6> /System/Library/PrivateFrameworks/CloudSettings.framework/CloudSettings
0x21ff51000 - 0x21ff86fff SafariFoundation arm64e  <c646efcd3b933a57b3c632e4f0662f43> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x21ff89000 - 0x220120ffe _JetEngine_SwiftUI arm64e  <81b4e4f7881937db82aeefac9fe654d3> /System/Library/PrivateFrameworks/_JetEngine_SwiftUI.framework/_JetEngine_SwiftUI
0x220121000 - 0x22020bfff AuthenticationServices arm64e  <c0ac203e5dcd33a1a7c127e3684e09ff> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
0x220251000 - 0x22026ffff Chirp arm64e  <de3fddc58cfd34e1aa1d1e8e98e07a57> /System/Library/PrivateFrameworks/Chirp.framework/Chirp
0x2202b9000 - 0x2203a8fff AuthenticationServicesCore arm64e  <bd1e6b7cef1c3d45914630334da50736> /System/Library/PrivateFrameworks/AuthenticationServicesCore.framework/AuthenticationServicesCore
0x22040a000 - 0x2204b0fff AppleCVHWA arm64e  <904268ba791e3257859abf735b3f4017> /System/Library/PrivateFrameworks/AppleCVHWA.framework/AppleCVHWA
0x2204b1000 - 0x222470cff AppleCV3D arm64e  <a9cfcbd7039c3fe2baddd1682d62e3b6> /System/Library/PrivateFrameworks/AppleCV3D.framework/AppleCV3D
0x2224ff000 - 0x222530fff Radio arm64e  <8314d914a6dc35bb8757692e371d31eb> /System/Library/PrivateFrameworks/Radio.framework/Radio
0x222531000 - 0x22256bfff AppleCV3DMOVKit arm64e  <f206192d483a38f291fca04918b0c7cb> /System/Library/PrivateFrameworks/AppleCV3DMOVKit.framework/AppleCV3DMOVKit
0x22256c000 - 0x22256efff ARKitFoundation arm64e  <18a7b87628d93e34a1a24aed5348a45a> /System/Library/PrivateFrameworks/ARKitFoundation.framework/ARKitFoundation
0x22256f000 - 0x222577fff AppleCV3DModels arm64e  <36d09b193fe93d639ea33e40e45355a0> /System/Library/PrivateFrameworks/AppleCV3DModels.framework/AppleCV3DModels
0x222579000 - 0x222580fff SpotlightReceiver arm64e  <3b84569b5fe1386593b70f6c984a8c68> /System/Library/PrivateFrameworks/SpotlightReceiver.framework/SpotlightReceiver
0x222581000 - 0x22262afff MOVStreamIO arm64e  <a709ad3d41223ca2b5ca2cab9e64df92> /System/Library/PrivateFrameworks/MOVStreamIO.framework/MOVStreamIO
0x22262b000 - 0x222677fff SceneIntelligence arm64e  <f0bfd5d517df3dd58d05a8b63be694ac> /System/Library/PrivateFrameworks/SceneIntelligence.framework/SceneIntelligence
0x222678000 - 0x2226a0fff CoreLocationReplay arm64e  <f273c54bbb1d3b53ae96aaa499a54777> /System/Library/PrivateFrameworks/CoreLocationReplay.framework/CoreLocationReplay
0x2226a1000 - 0x222751ff7 CoreIK arm64e  <f111f7f5ad2938ee8ed7feb83474f415> /System/Library/PrivateFrameworks/CoreIK.framework/CoreIK
0x222752000 - 0x222759ff5 libswiftNaturalLanguage.dylib arm64e  <4d8840968cd03133a019806f169c7057> /usr/lib/swift/libswiftNaturalLanguage.dylib
0x22275a000 - 0x2227c4fff AltruisticBodyPoseKit arm64e  <787f6cd640463791beef33aaf980ef23> /System/Library/PrivateFrameworks/AltruisticBodyPoseKit.framework/AltruisticBodyPoseKit
0x2227c5000 - 0x22294efff LearnedFeatures arm64e  <56a34767c2033783bcb27f3b17003f93> /System/Library/PrivateFrameworks/LearnedFeatures.framework/LearnedFeatures
0x222a66000 - 0x222b1afff VisualLocalization arm64e  <7c2601740f0531478481d4be060583bc> /System/Library/PrivateFrameworks/VisualLocalization.framework/VisualLocalization
0x222b1b000 - 0x222f51fff MediaPlaybackCore arm64e  <9ae8c203c8cc3a3f9475af91a28d2a7a> /System/Library/PrivateFrameworks/MediaPlaybackCore.framework/MediaPlaybackCore
0x222fa8000 - 0x222fe0fff ScreenReaderCore arm64e  <7bddd036178e3423ae82f2ae3439b92a> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x222fe1000 - 0x2230d2fff WebBookmarks arm64e  <b83969738ee63ac7aa1c6c8136171a01> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x2232f5000 - 0x223315fff WebUI arm64e  <2ca622e1de1034adbc1204b1e759bd04> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x223399000 - 0x2233e4fff VoiceOverServices arm64e  <7f305258ed2d3faa96ce6be4cc1ed271> /System/Library/PrivateFrameworks/VoiceOverServices.framework/VoiceOverServices
0x2234f8000 - 0x22353cfff BrailleTranslation arm64e  <018d4aa982fd36f2849701003ca05a82> /System/Library/PrivateFrameworks/BrailleTranslation.framework/BrailleTranslation
0x223612000 - 0x223675fff ScreenReaderOutput arm64e  <ef2d7827948e3a0b8d48f3e39d165387> /System/Library/PrivateFrameworks/ScreenReaderOutput.framework/ScreenReaderOutput
0x223676000 - 0x2236a5fff ProxCardKit arm64e  <bd1e0668eb6237489417a02a85eaa076> /System/Library/PrivateFrameworks/ProxCardKit.framework/ProxCardKit
0x2236b0000 - 0x2236eefff IOGPU arm64e  <214a17913e9d32289ffd04b9c2e6c733> /System/Library/PrivateFrameworks/IOGPU.framework/IOGPU
0x223760000 - 0x22376cfff BackgroundTasks arm64e  <466dc89f60963f1cb3390635fcdd600c> /System/Library/Frameworks/BackgroundTasks.framework/BackgroundTasks
0x223914000 - 0x223915fff libswiftGLKit.dylib arm64e  <485b2599f8393c53a4f30cad0a6ca274> /usr/lib/swift/libswiftGLKit.dylib
0x223916000 - 0x223919fff GPURawCounter arm64e  <d9f20972a91231b29556f4e0839bb38b> /System/Library/PrivateFrameworks/GPURawCounter.framework/GPURawCounter
0x2239a0000 - 0x2239a3ffb libswiftSceneKit.dylib arm64e  <062a8b1362f53c3a80b00df866ae82c2> /usr/lib/swift/libswiftSceneKit.dylib
0x223c15000 - 0x22436ffff MusicKit arm64e  <553b5b27f84434a98e70122e6a79a7b7> /System/Library/Frameworks/MusicKit.framework/MusicKit
0x224370000 - 0x224383fff CarPlayServices arm64e  <6db908d076933b2bbbdd7235242aab74> /System/Library/PrivateFrameworks/CarPlayServices.framework/CarPlayServices
0x2244e4000 - 0x2247cafff NewsTransport arm64e  <73c05ede9d293b65b2d856b4da941b8a> /System/Library/PrivateFrameworks/NewsTransport.framework/NewsTransport
0x2247e8000 - 0x2247f0fff IOAccelMemoryInfo arm64e  <57bc57fcf35835e2996c1e310726de75> /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/IOAccelMemoryInfo
0x2247f1000 - 0x2247fbfff SiriKitInvocation arm64e  <7464bb3cc0e33ae2aa012eb4d3812f43> /System/Library/PrivateFrameworks/SiriKitInvocation.framework/SiriKitInvocation
0x2247fc000 - 0x2248d0fff SiriReferenceResolution arm64e  <ec6a5ec2bd3a3dcf821af953eee4a59e> /System/Library/PrivateFrameworks/SiriReferenceResolution.framework/SiriReferenceResolution
0x2248d5000 - 0x22490afff FeatureStore arm64e  <d0285023dc6337b1ac816711f6bc46b4> /System/Library/PrivateFrameworks/FeatureStore.framework/FeatureStore
0x224a67000 - 0x224a91fff IdentityLookup arm64e  <f9fa91d5b78d326b9dbbb3cd5d3531a4> /System/Library/Frameworks/IdentityLookup.framework/IdentityLookup
0x224ac4000 - 0x224b79fff SharingUI arm64e  <1ad14aa634b03822992230ea6b94996c> /System/Library/PrivateFrameworks/SharingUI.framework/SharingUI
0x224db7000 - 0x224de4ff9 SiriReferenceResolver arm64e  <5e44b34d703233b59503263348c64bf9> /System/Library/PrivateFrameworks/SiriReferenceResolver.framework/SiriReferenceResolver
0x224de5000 - 0x224df3fff NewsFoundation arm64e  <8693340a8ce837dd9105e9b48daa4924> /System/Library/PrivateFrameworks/NewsFoundation.framework/NewsFoundation
0x2255cc000 - 0x2255f2fff StatusKit arm64e  <7bdbd80fc5153312a193c63842f948d5> /System/Library/PrivateFrameworks/StatusKit.framework/StatusKit
0x2258c7000 - 0x2258d0fff AppServerSupport arm64e  <f0eeb50e0f61352aae5ab2676e7a03d1> /System/Library/PrivateFrameworks/AppServerSupport.framework/AppServerSupport
0x225d74000 - 0x225d7dff4 MorphunSwift arm64e  <bfaed036d10837c3af65e85ff7329a4d> /System/Library/PrivateFrameworks/MorphunSwift.framework/MorphunSwift
0x225ee1000 - 0x225f79fff ProductKit arm64e  <f267c8fb7e813232bcba4414c7135d9e> /System/Library/PrivateFrameworks/ProductKit.framework/ProductKit
0x226634000 - 0x226670fff ReplayKit arm64e  <7c75501f7f22363b961ebb2e973decd4> /System/Library/Frameworks/ReplayKit.framework/ReplayKit
0x2266c6000 - 0x2266d5fff EnhancedLoggingState arm64e  <df98a508870e3222a5ed666e55aef6d7> /System/Library/PrivateFrameworks/EnhancedLoggingState.framework/EnhancedLoggingState
0x2266d6000 - 0x226a02ff9 Charts arm64e  <59e801650e5a39a280463ab572775041> /System/Library/Frameworks/Charts.framework/Charts
0x226a3a000 - 0x226a45ffc ManagedSettingsSupport arm64e  <9ef342df34d53dac89f4553b124afecc> /System/Library/PrivateFrameworks/ManagedSettingsSupport.framework/ManagedSettingsSupport
0x226a67000 - 0x226a82fff Jet arm64e  <7fde3fe5980c3823b7693e9bc1f727b1> /System/Library/PrivateFrameworks/Jet.framework/Jet
0x226a90000 - 0x226a91fff ARKit arm64e  <b723ad9d14353f939799223583057e9e> /System/Library/Frameworks/ARKit.framework/ARKit
0x226aa3000 - 0x226b83fff libSMC.dylib arm64e  <ff834e29f68931b29334484ee6b519a5> /usr/lib/libSMC.dylib
0x226d41000 - 0x226de5fff DiagnosticExtensionsDaemon arm64e  <11af659021b03750a2d9aa03cc05ea07> /System/Library/PrivateFrameworks/DiagnosticExtensionsDaemon.framework/DiagnosticExtensionsDaemon
0x227893000 - 0x22789bfff IOKitten arm64e  <8af35804313b3ecb81bbe3c4e7260415> /System/Library/PrivateFrameworks/IOKitten.framework/IOKitten
0x2278d4000 - 0x227a1efff GameController arm64e  <964b64262bac3685b519604cd1e7c7bc> /System/Library/Frameworks/GameController.framework/GameController
0x227b14000 - 0x227b57fff HelpKit arm64e  <96153b28d47b357aadab8499c47ce7bb> /System/Library/PrivateFrameworks/HelpKit.framework/HelpKit
0x22817a000 - 0x2281c1fff SoftPosReader arm64e  <d1f551b02c763d16897e36771fd822a1> /System/Library/PrivateFrameworks/SoftPosReader.framework/SoftPosReader
0x2281c2000 - 0x2281d2fff GameControllerSettings arm64e  <67a46d5af75d3e218804fa3ca6c3b898> /System/Library/PrivateFrameworks/GameControllerSettings.framework/GameControllerSettings
0x228467000 - 0x228495fff OpenAL arm64e  <dfeaf00466303b8086352c47689ccff0> /System/Library/Frameworks/OpenAL.framework/OpenAL
0x22854a000 - 0x22854cfff AvailabilityKit arm64e  <aa31b7a8c4463f88a831109cda63d7c4> /System/Library/PrivateFrameworks/AvailabilityKit.framework/AvailabilityKit
0x22ab79000 - 0x22abd8fff AppleKeyStore arm64e  <c333423a9ba834cdb41ad0f5371d7352> /System/Library/PrivateFrameworks/AppleKeyStore.framework/AppleKeyStore
0x22b784000 - 0x22b7e8fff RemoteManagement arm64e  <2f5b3e9af79230419d06d14fcc956f1c> /System/Library/PrivateFrameworks/RemoteManagement.framework/RemoteManagement
0x22bb4b000 - 0x22bbfffff ShazamKit arm64e  <07febdc02aeb3522b45312a645cbeea3> /System/Library/Frameworks/ShazamKit.framework/ShazamKit
0x22bd85000 - 0x22be3bfff QueryParser arm64e  <f98f6beb868638b1b2a0b63869221a94> /System/Library/PrivateFrameworks/QueryParser.framework/QueryParser
0x22c002000 - 0x22c04afff KnowledgeMonitor arm64e  <19365507aff23e3cbd8a01ae87692087> /System/Library/PrivateFrameworks/KnowledgeMonitor.framework/KnowledgeMonitor
0x22c115000 - 0x22c5f3ff1 SnippetKit arm64e  <9287b16175793bb39c6a278d56f1306d> /System/Library/PrivateFrameworks/SnippetKit.framework/SnippetKit
0x22c612000 - 0x22c64efff SiriNLUOverrides arm64e  <348f8e6ffda33eea99a4daaae1b7b297> /System/Library/PrivateFrameworks/SiriNLUOverrides.framework/SiriNLUOverrides
0x22cab9000 - 0x22cabfff4 libswiftMLCompute.dylib arm64e  <139813428bb23d8699a2be575ad649a4> /usr/lib/swift/libswiftMLCompute.dylib
0x22ccb5000 - 0x22cd2ffff AudioServerDriver arm64e  <f219cc90745731bbb9e0b715c095f4b9> /System/Library/PrivateFrameworks/AudioServerDriver.framework/AudioServerDriver
0x22cd7b000 - 0x22cda5fff DMCEnrollmentLibrary arm64e  <1fc4ac883b0f307da238f9c3ede54e7a> /System/Library/PrivateFrameworks/DMCEnrollmentLibrary.framework/DMCEnrollmentLibrary
0x22d03d000 - 0x22d050fff AccessoryNavigation arm64e  <ab22e6417da83339828fb705830dfa10> /System/Library/PrivateFrameworks/AccessoryNavigation.framework/AccessoryNavigation
0x22d32a000 - 0x22d384fff Transparency arm64e  <7d88d8d00bae3fdb8a72331e149244b7> /System/Library/PrivateFrameworks/Transparency.framework/Transparency
0x22d385000 - 0x22d67ffff CDMFoundation arm64e  <58ad5245a18d35dbb69ea560aa72b500> /System/Library/PrivateFrameworks/CDMFoundation.framework/CDMFoundation
0x22da43000 - 0x22da8afff AvatarPersistence arm64e  <61aff626d47b3bb3ac2e6943b197d0db> /System/Library/PrivateFrameworks/AvatarPersistence.framework/AvatarPersistence
0x22dc84000 - 0x22dc89fff BiomeSync arm64e  <e47711a8475b31b9b532f402edb02e22> /System/Library/PrivateFrameworks/BiomeSync.framework/BiomeSync
0x22dd79000 - 0x22dd8dfff ShazamCore arm64e  <6ea73951b0df32ab975a36e5741f3975> /System/Library/PrivateFrameworks/ShazamCore.framework/ShazamCore
0x22f69a000 - 0x22f69afff Accelerate arm64e  <b1dd363f29aa34f5b6936b9312722681> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x22f789000 - 0x22f79afff AIMLExperimentationAnalytics arm64e  <25d1242df68b3c25a608439b82fe655e> /System/Library/PrivateFrameworks/AIMLExperimentationAnalytics.framework/AIMLExperimentationAnalytics
0x22fa89000 - 0x22fb9bff1 _MapKit_SwiftUI arm64e  <f94026f418243e6199024b6f40eff6f8> /System/Library/Frameworks/_MapKit_SwiftUI.framework/_MapKit_SwiftUI
0x22fb9c000 - 0x22fbb6fff libexpat.1.dylib arm64e  <1620fd115e6f3fe6b3d377f247e03b3d> /usr/lib/libexpat.1.dylib
0x22fbb7000 - 0x22fbf3ff7 libswiftSpatial.dylib arm64e  <2cfef5d12b9b3124b8fab33781ec89d4> /usr/lib/swift/libswiftSpatial.dylib
0x22fc2d000 - 0x22fc37fff libTLE.dylib arm64e  <4357ca45a31136cfa298f5e6bef7e013> /usr/lib/libTLE.dylib
0x22fcba000 - 0x22fcbafff USDLib_FormatLoaderProxy arm64e  <3f9dfc16ab803313afabb658b7e5ef69> /System/Library/PrivateFrameworks/USDLib_FormatLoaderProxy.framework/USDLib_FormatLoaderProxy
0x22fcbb000 - 0x22fe5afff AccessibilitySharedUISupport arm64e  <54f3739b6e573ddc9cde299ca91eb13a> /System/Library/PrivateFrameworks/AccessibilitySharedUISupport.framework/AccessibilitySharedUISupport
0x22ff3e000 - 0x23003cfff CalendarLink arm64e  <bbf71741871639c4a7626819521d417e> /System/Library/PrivateFrameworks/CalendarLink.framework/CalendarLink
0x230110000 - 0x23013dfff BusinessServices arm64e  <0d43471f1fab3cdda382b3aa6eff6659> /System/Library/PrivateFrameworks/BusinessServices.framework/BusinessServices
0x230224000 - 0x230224fff UIKit arm64e  <bfd417ae4b79342883704d8e6259a027> /System/Library/Frameworks/UIKit.framework/UIKit
0x2302ae000 - 0x2302e0ff2 SiriReferenceResolutionDataModel arm64e  <b389f05e3b0e3a9597261b58998f2afa> /System/Library/PrivateFrameworks/SiriReferenceResolutionDataModel.framework/SiriReferenceResolutionDataModel
0x2312a8000 - 0x2312a8fff libswiftFoundation.dylib arm64e  <75a5275ac57e374a86efad56c65e14d2> /usr/lib/swift/libswiftFoundation.dylib
0x23133b000 - 0x2314ecfff FeedbackCore arm64e  <f2a3b0d0d4643fcd9918d785201fc157> /System/Library/PrivateFrameworks/FeedbackCore.framework/FeedbackCore
0x231583000 - 0x2315b0ffd AudioAnalytics arm64e  <c5a6b85f91853bbcb594d5c00d2a0901> /System/Library/PrivateFrameworks/AudioAnalytics.framework/AudioAnalytics
0x231720000 - 0x231f01ff3 AIMLInstrumentationStreams arm64e  <89c2f6e04404371eb29be5538c740f89> /System/Library/PrivateFrameworks/AIMLInstrumentationStreams.framework/AIMLInstrumentationStreams
0x232157000 - 0x23219dfff VisionCore arm64e  <3d15f4b60d873923bf6ecf2ad3dacb8d> /System/Library/PrivateFrameworks/VisionCore.framework/VisionCore
0x232288000 - 0x232288fff MobileCoreServices arm64e  <d2d50e5d87f63412b46ff937f0c556ae> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x23277e000 - 0x232780fff libremovefile.dylib arm64e  <8f85bdfd096c3c3282109fbefa94ec21> /usr/lib/system/libremovefile.dylib
0x2327c5000 - 0x2327cafff libcache.dylib arm64e  <14660531dbf93c2bb72b7ab822ea4c5c> /usr/lib/system/libcache.dylib
0x2327cb000 - 0x2327d2ffb libCoreFSCache.dylib arm64e  <3d028b2ba270309db5dad519fa80ebe9> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x2327d3000 - 0x2327d3fff libnetwork.dylib arm64e  <25001d8247d93e24b3e5bce0abef18c1> /usr/lib/libnetwork.dylib
0x232d76000 - 0x232d76fff vecLib arm64e  <8a8cbbdb372630768fe083451b6ecc39> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x232d77000 - 0x232d8fff4 DeveloperToolsSupport arm64e  <0a39188cf2df3c6ba2f1e39494813a44> /System/Library/Frameworks/DeveloperToolsSupport.framework/DeveloperToolsSupport
0x232d90000 - 0x232d90fff LegacyHandle arm64e  <3ffe222e53b93008aad486c581a5ac8b> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/LegacyHandle.framework/LegacyHandle
0x232f68000 - 0x232f6cffb CoreOptimization arm64e  <2a5e83e1752c36079463a5b056434b92> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x2336ca000 - 0x2337b8fff ViceroyTrace arm64e  <92290b36825d3f6598df0061d646b979> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace
0x2339e3000 - 0x2339fdfff AppleFlatBuffers arm64e  <c94919fa8f7538c9a09ded213c662aee> /System/Library/PrivateFrameworks/AppleFlatBuffers.framework/AppleFlatBuffers
0x2342d5000 - 0x234357fff SFSymbols arm64e  <a2236be69b0e30d092b48eacb5c1a271> /System/Library/PrivateFrameworks/SFSymbols.framework/SFSymbols
0x23436c000 - 0x23436ffff libsystem_darwindirectory.dylib arm64e  <53e7003571f03a05a5d836641e2c1e06> /usr/lib/system/libsystem_darwindirectory.dylib
0x2343bc000 - 0x2343bcfff libswiftCarPlay.dylib arm64e  <912990b22b7b3aef9ea188c456432258> /usr/lib/swift/libswiftCarPlay.dylib
0x2346ae000 - 0x2346c2fff MPSFunctions arm64e  <1efb7dc6b0823d02acd3837211327d3a> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSFunctions.framework/MPSFunctions
0x23472f000 - 0x23474ffff libswiftAppleArchive.dylib arm64e  <68b5714c94863bf9a017f69dbe29e620> /usr/lib/swift/libswiftAppleArchive.dylib
0x2357cf000 - 0x23583dfff PrintKit arm64e  <adb2dd930c8934ed894dbee3a1c36cef> /System/Library/PrivateFrameworks/PrintKit.framework/PrintKit
0x23610d000 - 0x236132fff _AppIntents_UIKit arm64e  <47fd4b13aa263408a20fedfe6defe3bc> /System/Library/Frameworks/_AppIntents_UIKit.framework/_AppIntents_UIKit
0x236239000 - 0x236239ff5 libswiftAssetsLibrary.dylib arm64e  <a4c1e1b2da4f322eb9e1dbed0ffcad71> /usr/lib/swift/libswiftAssetsLibrary.dylib
0x23755c000 - 0x2375b8fff libGSFontCache.dylib arm64e  <932b8d640e6b3b54ac9b32dcbf64a88a> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x237d60000 - 0x239500fdf Recon3D arm64e  <720edf6ec25035cca85b3c4d254a74f5> /System/Library/PrivateFrameworks/Recon3D.framework/Recon3D
0x23b258000 - 0x23b26cff9 _AuthenticationServices_SwiftUI arm64e  <41bed8ed7bff3ab49b8c9cc50ca7373a> /System/Library/Frameworks/_AuthenticationServices_SwiftUI.framework/_AuthenticationServices_SwiftUI
0x23bbc9000 - 0x23be03fff MPSNeuralNetwork arm64e  <bdd6c7bb05a2329295cf1117e2128828> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x23bfa8000 - 0x23bfb2fff _QuickLook_SwiftUI arm64e  <3ec6a984ade832bb9ca7efdab62be2b6> /System/Library/Frameworks/_QuickLook_SwiftUI.framework/_QuickLook_SwiftUI
0x23c83d000 - 0x23c88efff MPSRayIntersector arm64e  <2b75aa39b34530ada113705f5cae3f12> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x23c90b000 - 0x23c90eff7 libmacho.dylib arm64e  <6968647d3e413d8b93e82f83d155b5b9> /usr/lib/system/libmacho.dylib
0x23cb34000 - 0x23cb59fff CoreUtilsExtras arm64e  <53aeb56e0abf37d4b0699d36e1a55da3> /System/Library/PrivateFrameworks/CoreUtilsExtras.framework/CoreUtilsExtras
0x23cb5a000 - 0x23cb5afff libSpatial.dylib arm64e  <34f0ab97613930de89f87ed28fe213e2> /usr/lib/libSpatial.dylib
0x23cef9000 - 0x23d3bafff AppIntents arm64e  <e496a81866c53d62b43dedf8bff8e98b> /System/Library/Frameworks/AppIntents.framework/AppIntents
0x23e247000 - 0x23e24effb libMatch.1.dylib arm64e  <532c68dea1b13532a2be284405d77c33> /usr/lib/libMatch.1.dylib
0x23e3ba000 - 0x23e3baffb FeatureFlags arm64e  <5464bb5cb0a33ccda03b0ca32a8cd1a9> /System/Library/PrivateFrameworks/FeatureFlags.framework/FeatureFlags
0x23e51a000 - 0x23e51efff DeviceCheck arm64e  <cffc0660bcca3e3687418d7367da1729> /System/Library/Frameworks/DeviceCheck.framework/DeviceCheck
0x23e56b000 - 0x23e5fbfff UnifiedAssetFramework arm64e  <c7a5c545d62331e6b69ed0e547029028> /System/Library/PrivateFrameworks/UnifiedAssetFramework.framework/UnifiedAssetFramework
0x23ee0b000 - 0x23ee29fff liblzma.5.dylib arm64e  <866064ffe5b7312aacdc3149266e9720> /usr/lib/liblzma.5.dylib
0x23eefd000 - 0x23eefeffb libswiftSpriteKit.dylib arm64e  <1ca45905f6343ca0ba0dfbd3f29b7ab4> /usr/lib/swift/libswiftSpriteKit.dylib
0x23f012000 - 0x23f018fff SimpleKeyExchange arm64e  <d9114141d22b35f291a7a28a2f77d65f> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/SimpleKeyExchange.framework/SimpleKeyExchange
0x23f4c8000 - 0x23f4e1ff7 libCGInterfaces.dylib arm64e  <083a073d7df03df49ad7e65537b38818> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x23fcf4000 - 0x23fcfcfff libGPUCompilerUtils.dylib arm64e  <e30c8834effc3488995ff09f8e9789ac> /System/Library/PrivateFrameworks/GPUCompiler.framework/Libraries/libGPUCompilerUtils.dylib
0x23fcfe000 - 0x23fe42fff MPSNDArray arm64e  <f87030d31e483a72b8b2b5b630d3341c> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
0x240349000 - 0x24034dffb libsystem_collections.dylib arm64e  <b83d3d5fa5e730999f945376cc31054e> /usr/lib/system/libsystem_collections.dylib
0x2403a8000 - 0x2403a9fff libcoretls_cfhelpers.dylib arm64e  <0c8da231b9843ff59ee9b6c95f8d953c> /usr/lib/libcoretls_cfhelpers.dylib
0x2404e1000 - 0x2404effff libswiftRegexBuilder.dylib arm64e  <9561cf4302623c1c8816c2d151d91816> /usr/lib/swift/libswiftRegexBuilder.dylib
0x24209e000 - 0x2420b5fff libswiftDistributed.dylib arm64e  <b443a80b48e0366f8332df03bd0f0e86> /usr/lib/swift/libswiftDistributed.dylib
0x2425d4000 - 0x242654ff4 StocksKit arm64e  <7a3af7c975983600a5b2f6dbd5f578c3> /System/Library/PrivateFrameworks/StocksKit.framework/StocksKit
0x242682000 - 0x2426b9ffc _AppIntents_SwiftUI arm64e  <329850938e133b95a2275f2accc14dd7> /System/Library/Frameworks/_AppIntents_SwiftUI.framework/_AppIntents_SwiftUI
0x242892000 - 0x242a03fff MetalTools arm64e  <03623138d3c13a84b35127984bdfa245> /System/Library/PrivateFrameworks/MetalTools.framework/MetalTools
0x242a12000 - 0x242a1affb libmrc.dylib arm64e  <cffd5ba86eed31ed94b46d457fe426ba> /usr/lib/libmrc.dylib
0x242d87000 - 0x242d95ff7 libz.1.dylib arm64e  <3c7f7e4dc7613be9b2dd5c60c6d017ac> /usr/lib/libz.1.dylib
0x243368000 - 0x24336cff7 libQuadrature.dylib arm64e  <ed9dbd48150d3a1b8d6787c595105bfe> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x243967000 - 0x243abaffd Feedback arm64e  <4709db4b43173aa0b0994c695bf37481> /System/Library/PrivateFrameworks/Feedback.framework/Feedback
0x243e07000 - 0x243e0ffff libcupolicy.dylib arm64e  <e61a691544c73f75a078db8a8b22efea> /usr/lib/libcupolicy.dylib
0x243e59000 - 0x243e59ffb SoftLinking arm64e  <7b36ce45c9443c6ab8badfb162727e23> /System/Library/PrivateFrameworks/SoftLinking.framework/SoftLinking
0x243f8d000 - 0x243fa4fff AACCore arm64e  <b3f14d5743363816b156a2a71f3acf56> /System/Library/PrivateFrameworks/AACCore.framework/AACCore
0x245562000 - 0x245566ffe libswiftARKit.dylib arm64e  <47827b3b7c3a320b97ef1aa74527730d> /usr/lib/swift/libswiftARKit.dylib
0x245b0b000 - 0x245b51fff PodcastsKit arm64e  <1ab20d66f3f731fbb481c4abb0144521> /System/Library/PrivateFrameworks/PodcastsKit.framework/PodcastsKit
0x245f07000 - 0x245f08fff VideoToolboxParavirtualizationSupport arm64e  <2ef185635cb63286a865db13f63e636f> /System/Library/PrivateFrameworks/VideoToolboxParavirtualizationSupport.framework/VideoToolboxParavirtualizationSupport
0x245f09000 - 0x245f65fe7 libvMisc.dylib arm64e  <e015625e127434a9ac04455b431465ea> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x246412000 - 0x246426fff BusinessServicesUI arm64e  <90539af9b5c531c5bb09b6f79769f9a2> /System/Library/PrivateFrameworks/BusinessServicesUI.framework/BusinessServicesUI
0x246986000 - 0x2469e6fff CameraColorProcessing arm64e  <4a554a99294b31b2a2cf0140091a3363> /System/Library/PrivateFrameworks/CameraColorProcessing.framework/CameraColorProcessing
0x2469e7000 - 0x2469eeffb libThaiTokenizer.dylib arm64e  <d9141e9fb4203018b69e941368be79ca> /usr/lib/libThaiTokenizer.dylib
0x2491fc000 - 0x2496a6fff AGXMetalA13 arm64e  <f5c47f9a10743973baec9571dfdc2fda> /System/Library/Extensions/AGXMetalA13.bundle/AGXMetalA13
0x2496cb000 - 0x2497affff ActivityKit arm64e  <dc2fe28e14ef3f249b13a0a5444f833a> /System/Library/Frameworks/ActivityKit.framework/ActivityKit
0x2499e0000 - 0x2499e2fff BrowserEngineCore arm64e  <02981affcff5362890aa53c63a847fb5> /System/Library/Frameworks/BrowserEngineCore.framework/BrowserEngineCore
0x2499e3000 - 0x249a11fff BrowserEngineKit arm64e  <e98838f2766b3d68b3e27c4c01c24909> /System/Library/Frameworks/BrowserEngineKit.framework/BrowserEngineKit
0x249a61000 - 0x249ac2fff CoreMediaIO arm64e  <f2e56a48bbf430ebb66d7c2ebb5c29e3> /System/Library/Frameworks/CoreMediaIO.framework/CoreMediaIO
0x249b04000 - 0x249b09fff FileProviderOverride arm64e  <533da81da6e534cba8af96e4c669d5e2> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/FileProviderOverride.bundle/FileProviderOverride
0x249b0a000 - 0x249b0dfff iCloudDriveFileProviderOverride arm64e  <b4881be20aa630a9bc288e92e8d7ea6c> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/iCloudDriveFileProviderOverride.bundle/iCloudDriveFileProviderOverride
0x249b0e000 - 0x24a1fafff FinanceKit arm64e  <4677883f2fb1368e99e0e465a095664d> /System/Library/Frameworks/FinanceKit.framework/FinanceKit
0x24a634000 - 0x24ac75fff ImagePlayground arm64e  <e82e9599e7db32ea89bdb33c1a6e5e01> /System/Library/Frameworks/ImagePlayground.framework/ImagePlayground
0x24ad37000 - 0x24adbaff4 ManagedAppDistribution arm64e  <34fee067ffe33885befc0da7da92b56c> /System/Library/Frameworks/ManagedAppDistribution.framework/ManagedAppDistribution
0x24adbb000 - 0x24ae73ff6 MarketplaceKit arm64e  <7c2e118aa47c370fb08efa4fea145320> /System/Library/Frameworks/MarketplaceKit.framework/MarketplaceKit
0x24ae74000 - 0x24b893fff Matter arm64e  <734bbf85672139cfb20fd7ef05580d53> /System/Library/Frameworks/Matter.framework/Matter
0x24b8dc000 - 0x24b8fefff MetalFX arm64e  <bf8ad98c42613e148bfb77137f48ef62> /System/Library/Frameworks/MetalFX.framework/MetalFX
0x24b8ff000 - 0x24b918fff MPSBenchmarkLoop arm64e  <5f80fba22c2f3b8091db7acceeca4f68> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSBenchmarkLoop.framework/MPSBenchmarkLoop
0x24b95d000 - 0x24b979fff SensitiveContentAnalysis arm64e  <deec60c57baa33da847502513c03f888> /System/Library/Frameworks/SensitiveContentAnalysis.framework/SensitiveContentAnalysis
0x24b97a000 - 0x24b97afff StickerFoundation arm64e  <121defb411dd3f1ca4b68176d4e778a6> /System/Library/Frameworks/StickerFoundation.framework/StickerFoundation
0x24b97b000 - 0x24bc24fff StickerKit arm64e  <61c311011fe03a2092edfbc32cb5906d> /System/Library/Frameworks/StickerKit.framework/StickerKit
0x24bc25000 - 0x24bd65fff SwiftData arm64e  <3b0ab6c0b5983b8db5750f35340bcef8> /System/Library/Frameworks/SwiftData.framework/SwiftData
0x24bed4000 - 0x24cab1fff SwiftUICore arm64e  <232c42b58df5344eb23cb9e8542003e0> /System/Library/Frameworks/SwiftUICore.framework/SwiftUICore
0x24cab2000 - 0x24cac3fff Symbols arm64e  <4e00cdba2f89393e90ec8c65bc181c66> /System/Library/Frameworks/Symbols.framework/Symbols
0x24cac4000 - 0x24cb47ff0 TipKit arm64e  <7dcd67a2fc213cbe8eff6f038ebedd13> /System/Library/Frameworks/TipKit.framework/TipKit
0x24cbaf000 - 0x24cbdbff3 libWebKitSwift.dylib arm64e  <150ec1b19c6230d6b9dcefcf89e38c5b> /System/Library/Frameworks/WebKit.framework/Frameworks/libWebKitSwift.dylib
0x24d053000 - 0x24d054fff ANEClientSignals arm64e  <3fb2957a4b413d6a998263259028df42> /System/Library/PrivateFrameworks/ANEClientSignals.framework/ANEClientSignals
0x24d055000 - 0x24d0b3fff ANSTKit arm64e  <0d96c1cf4fa13b258ea25064c892cfab> /System/Library/PrivateFrameworks/ANSTKit.framework/ANSTKit
0x24d973000 - 0x24da9eff6 Anvil arm64e  <17b38f8d75aa36d6ab187565a76bae91> /System/Library/PrivateFrameworks/Anvil.framework/Anvil
0x24dba2000 - 0x24dde6ff0 AppIntentsServices arm64e  <400da43a68e53834a1fe3f1f580a683e> /System/Library/PrivateFrameworks/AppIntentsServices.framework/AppIntentsServices
0x24dde8000 - 0x24deadfff AppProtection arm64e  <ec3649d68dbf3f7b967f8ccc4477abd4> /System/Library/PrivateFrameworks/AppProtection.framework/AppProtection
0x24debc000 - 0x24dedefff AppProtectionUI arm64e  <081d5eda1ae83a53975c2891a2366101> /System/Library/PrivateFrameworks/AppProtectionUI.framework/AppProtectionUI
0x24df7e000 - 0x24dff7fff AppleDepthCore arm64e  <c402700cb64534baa5ecf6bb955ea9ee> /System/Library/PrivateFrameworks/AppleDepthCore.framework/AppleDepthCore
0x24dff8000 - 0x24e00cfff AppleDeviceQuerySupport arm64e  <d1c5db36174b37d5bdacbc0ffc2a797a> /System/Library/PrivateFrameworks/AppleDeviceQuerySupport.framework/AppleDeviceQuerySupport
0x24e43e000 - 0x24e615fff AppleJPEGXL arm64e  <6bc258aa764a379696045ef05d57d801> /System/Library/PrivateFrameworks/AppleJPEGXL.framework/AppleJPEGXL
0x24e729000 - 0x24e72dffb ApplePhotonDetectorServices arm64e  <7202bbec9a5b3e67ad158de1bb9ba16d> /System/Library/PrivateFrameworks/ApplePhotonDetectorServices.framework/ApplePhotonDetectorServices
0x24e7fd000 - 0x24e828ffa AskToCore arm64e  <f4f69539d9e43ce39f8468ca0e775e73> /System/Library/PrivateFrameworks/AskToCore.framework/AskToCore
0x24e88e000 - 0x24e8a1ff7 AtomicsInternal arm64e  <612e06e36923381b8536fe9bf37ac491> /System/Library/PrivateFrameworks/AtomicsInternal.framework/AtomicsInternal
0x24eb39000 - 0x24eb4afff AutoFillCore arm64e  <3e6a9daf51bf3cc59008e6a9f7045db4> /System/Library/PrivateFrameworks/AutoFillCore.framework/AutoFillCore
0x24eb4b000 - 0x24eb85fff AutoFillUI arm64e  <6198b3460f803f94af54b8b7a5e132c8> /System/Library/PrivateFrameworks/AutoFillUI.framework/AutoFillUI
0x24f3f5000 - 0x24f3fcfff BlockMonitoring arm64e  <3a0876be502b36f39b7809d569356573> /System/Library/PrivateFrameworks/BlockMonitoring.framework/BlockMonitoring
0x24f420000 - 0x24f423fff BrowserSupportKit arm64e  <a86448d7e19e3e4db872894d69841337> /System/Library/PrivateFrameworks/BrowserSupportKit.framework/BrowserSupportKit
0x24f5eb000 - 0x24f5f8fff CSExattrCrypto arm64e  <d53a492c5a983acebd7ef7e3b8d413a7> /System/Library/PrivateFrameworks/CSExattrCrypto.framework/CSExattrCrypto
0x24f5f9000 - 0x24f68afff CTBlastDoorSupport arm64e  <d699055a7ea13f369c880213b650fdcb> /System/Library/PrivateFrameworks/CTBlastDoorSupport.framework/CTBlastDoorSupport
0x24f68b000 - 0x24f6d7ff2 CTLazuliSupport arm64e  <e51de20f035c3c5fa12dea6dcaf679ae> /System/Library/PrivateFrameworks/CTLazuliSupport.framework/CTLazuliSupport
0x24f79e000 - 0x24f7affff CameraOverlayServices arm64e  <749bda59c33b32a889e3839f4e84da11> /System/Library/PrivateFrameworks/CameraOverlayServices.framework/CameraOverlayServices
0x24f90d000 - 0x24f918fff CarKitNavigation arm64e  <d1b2321e5d393f74a2ec0e3480707656> /System/Library/PrivateFrameworks/CarKitNavigation.framework/CarKitNavigation
0x24fc40000 - 0x24fca9fff CascadeSets arm64e  <13ab3a80f5ad360289da76bc2d963e03> /System/Library/PrivateFrameworks/CascadeSets.framework/CascadeSets
0x24fced000 - 0x24ff74fff CipherML arm64e  <c481fd56d4b53d08aa3f6c1735eb9ff3> /System/Library/PrivateFrameworks/CipherML.framework/CipherML
0x25013b000 - 0x2501a3ff5 CloudAsset arm64e  <9a256bd3ff52305b9594fd4dfd0f2c12> /System/Library/PrivateFrameworks/CloudAsset.framework/CloudAsset
0x2501d0000 - 0x25024eff0 CloudAssets arm64e  <21ce9c19e7b839dbad33e0e56ef01014> /System/Library/PrivateFrameworks/CloudAssets.framework/CloudAssets
0x250537000 - 0x250685fff CollectionsInternal arm64e  <95749b53a74e375cbd28572902fef3cb> /System/Library/PrivateFrameworks/CollectionsInternal.framework/CollectionsInternal
0x2506a0000 - 0x250739ff7 CommunicationsUI arm64e  <18fb5f97922632f09cd6745a86996adb> /System/Library/PrivateFrameworks/CommunicationsUI.framework/CommunicationsUI
0x2525d2000 - 0x2526d1fff CoreSceneUnderstanding arm64e  <fc83d66028443aaeb58b0aadb2effb38> /System/Library/PrivateFrameworks/CoreSceneUnderstanding.framework/CoreSceneUnderstanding
0x25272c000 - 0x2527ccfff Cosmo arm64e  <298b09e989143746b2273b60875ff50a> /System/Library/PrivateFrameworks/Cosmo.framework/Cosmo
0x252988000 - 0x252989fff DefaultAppsSettings arm64e  <81f42cc3f8c032a9966db25f87ae8885> /System/Library/PrivateFrameworks/DefaultAppsSettings.framework/DefaultAppsSettings
0x2529b5000 - 0x252a00ffc Dendrite arm64e  <0ac113c5e19a3d1fb68145af0518db21> /System/Library/PrivateFrameworks/Dendrite.framework/Dendrite
0x2530a2000 - 0x2530cafff DriverManagement arm64e  <85bbcea6acec3e92a29a49e8bcb2c1cc> /System/Library/PrivateFrameworks/DriverManagement.framework/DriverManagement
0x25325b000 - 0x25325efff EmbeddingService arm64e  <bfc51f4606db3d89a7c950f679bad7dd> /System/Library/PrivateFrameworks/EmbeddingService.framework/EmbeddingService
0x25405d000 - 0x2540fafff FeedbackService arm64e  <96f83a3f20613521a33f45682dda70a0> /System/Library/PrivateFrameworks/FeedbackService.framework/FeedbackService
0x25415a000 - 0x254209ff6 FindMyBase arm64e  <681c32a6ca373da59c24e5280e502b75> /System/Library/PrivateFrameworks/FindMyBase.framework/FindMyBase
0x254350000 - 0x25436bff6 FindMyCommon arm64e  <845d1de96c453487be8908794706ec9e> /System/Library/PrivateFrameworks/FindMyCommon.framework/FindMyCommon
0x254446000 - 0x25457fff0 FindMyLocate arm64e  <4b628b0c1d4d3d149623a4d009a8d2e1> /System/Library/PrivateFrameworks/FindMyLocate.framework/FindMyLocate
0x25551b000 - 0x255526fff FramePacing arm64e  <1c44c1e7b60b3dc9ad55493703d5e649> /System/Library/PrivateFrameworks/FramePacing.framework/FramePacing
0x25583e000 - 0x2559e5ff6 GRDBInternal arm64e  <5f66b40c0bbf3b0195977a3e9ee2ed51> /System/Library/PrivateFrameworks/GRDBInternal.framework/GRDBInternal
0x255b44000 - 0x255b5aff3 GenerativeAssistantCommon arm64e  <89dd62c3751f3e8abfa1c9e5c80310db> /System/Library/PrivateFrameworks/GenerativeAssistantCommon.framework/GenerativeAssistantCommon
0x255b62000 - 0x255bb0ff9 GenerativeAssistantSettings arm64e  <e3217302f61f3019acbfc971213a0c44> /System/Library/PrivateFrameworks/GenerativeAssistantSettings.framework/GenerativeAssistantSettings
0x255cd9000 - 0x255cefff0 GenerativeExperiencesUI arm64e  <733984ad53a6348798dac71eeff56e57> /System/Library/PrivateFrameworks/GenerativeExperiencesUI.framework/GenerativeExperiencesUI
0x255cf0000 - 0x255d41ff7 GenerativeFunctions arm64e  <58043997b77a39d28f7d11fb1624225a> /System/Library/PrivateFrameworks/GenerativeFunctions.framework/GenerativeFunctions
0x255d42000 - 0x255db7ff5 GenerativeFunctionsFoundation arm64e  <5a637a94e72a3f69a7d9aa140ab71a25> /System/Library/PrivateFrameworks/GenerativeFunctionsFoundation.framework/GenerativeFunctionsFoundation
0x255db8000 - 0x255e3bfff GenerativeFunctionsInstrumentation arm64e  <afe2df07aada3dd7b624cc887784da22> /System/Library/PrivateFrameworks/GenerativeFunctionsInstrumentation.framework/GenerativeFunctionsInstrumentation
0x255e3c000 - 0x255eccff7 GenerativeModels arm64e  <7cfc7aca3e93373797b86dcc02dd525b> /System/Library/PrivateFrameworks/GenerativeModels.framework/GenerativeModels
0x255ecd000 - 0x255f3bff9 GenerativeModelsFoundation arm64e  <e61c499dbe853eedba1b8cf6e9932897> /System/Library/PrivateFrameworks/GenerativeModelsFoundation.framework/GenerativeModelsFoundation
0x255f3c000 - 0x255f3cff9 GenerativePlaygroundUI arm64e  <f22e96a8202a3a56bcc8ef599aa0e952> /System/Library/PrivateFrameworks/GenerativePlaygroundUI.framework/GenerativePlaygroundUI
0x255f3d000 - 0x256013fff GeoAnalytics arm64e  <25fd92d21cd63e50a4fd5d6e0078f4c7> /System/Library/PrivateFrameworks/GeoAnalytics.framework/GeoAnalytics
0x2585c2000 - 0x2585c2fff HomeKitFeatures arm64e  <26ebbdd989493cd2b389a840ec8b573e> /System/Library/PrivateFrameworks/HomeKitFeatures.framework/HomeKitFeatures
0x258adb000 - 0x258ae4fff IPConfiguration arm64e  <2e75bee6e0393b4396b617f9b658f4bd> /System/Library/PrivateFrameworks/IPConfiguration.framework/IPConfiguration
0x258b40000 - 0x258b74fff InputAnalytics arm64e  <be46c0880a7135e592038826e3abf6b3> /System/Library/PrivateFrameworks/InputAnalytics.framework/InputAnalytics
0x258bb8000 - 0x258bccfff InputToolKit arm64e  <8e54bc22c3e13fc799d26ff8ac4100cf> /System/Library/PrivateFrameworks/InputToolKit.framework/InputToolKit
0x258bcd000 - 0x258bfbfff InputToolKitUI arm64e  <aa1c8db47bcd30468395953b093439cc> /System/Library/PrivateFrameworks/InputToolKitUI.framework/InputToolKitUI
0x258c14000 - 0x258ed7ffa IntelligenceFlow arm64e  <67fdabeb7ff7316db4436a4933df38e7> /System/Library/PrivateFrameworks/IntelligenceFlow.framework/IntelligenceFlow
0x258ed8000 - 0x258f22ff1 IntelligenceFlowContext arm64e  <365feafb94e430efb724c27eca5a91e6> /System/Library/PrivateFrameworks/IntelligenceFlowContext.framework/IntelligenceFlowContext
0x259446000 - 0x259bbdff2 IntelligenceFlowPlannerSupport arm64e  <1efff6c9edbe3f9bb942c0f3ec90e3a8> /System/Library/PrivateFrameworks/IntelligenceFlowPlannerSupport.framework/IntelligenceFlowPlannerSupport
0x259f6f000 - 0x259fcbffe IntelligenceFlowShared arm64e  <d047012a5d79342ba4660df2d98d591c> /System/Library/PrivateFrameworks/IntelligenceFlowShared.framework/IntelligenceFlowShared
0x259fd5000 - 0x25a2b5fff IntelligencePlatformLibrary arm64e  <fe91900052093a24b2272f96a6330044> /System/Library/PrivateFrameworks/IntelligencePlatformLibrary.framework/IntelligencePlatformLibrary
0x25a4d7000 - 0x25a4f8fff IsolatedCoreAudioClient arm64e  <f76f768c84ee3c4aa0a30795e9c234c9> /System/Library/PrivateFrameworks/IsolatedCoreAudioClient.framework/IsolatedCoreAudioClient
0x25a54c000 - 0x25a582ff6 LLMCache arm64e  <1343719c67333e67a608257704e6e151> /System/Library/PrivateFrameworks/LLMCache.framework/LLMCache
0x25a661000 - 0x25a6b5fff LighthouseBitacoraFramework arm64e  <7ead600d9b5e39b69a0313223e6af356> /System/Library/PrivateFrameworks/LighthouseBitacoraFramework.framework/LighthouseBitacoraFramework
0x25afee000 - 0x25b01ffff LinkPresentationStyleSheetParsing arm64e  <9bd0f8421d453bebbf23543beedec790> /System/Library/PrivateFrameworks/LinkPresentationStyleSheetParsing.framework/LinkPresentationStyleSheetParsing
0x25b02e000 - 0x25b11bfff LocalAuthenticationCore arm64e  <5a574491d561347191c85a28a88c7b85> /System/Library/PrivateFrameworks/LocalAuthenticationCore.framework/LocalAuthenticationCore
0x25b11c000 - 0x25b16efff LocalAuthenticationCoreUI arm64e  <56d13ef599a73f2bb964be9f0892f3d7> /System/Library/PrivateFrameworks/LocalAuthenticationCoreUI.framework/LocalAuthenticationCoreUI
0x25b174000 - 0x25b19aff3 LocalStatusKit arm64e  <91058e4425a1370fbeeb616b278dbc8c> /System/Library/PrivateFrameworks/LocalStatusKit.framework/LocalStatusKit
0x25b19b000 - 0x25b1a1fff LockdownMode arm64e  <d75c41c04fd93f998622d5c4c60b83ae> /System/Library/PrivateFrameworks/LockdownMode.framework/LockdownMode

@wmathurin
Copy link
Contributor

What version of Mobile SDK are you using?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants