Posts

Post not yet marked as solved
1 Replies
2.5k Views
Hello everyone! I'm working on a hybrid app based on Cordova framework. Recently, we started to receive a lot of users' complaints about the app being randomly crashed on different iOS versions. We either can't reproduce it locally or on the app from the App Store. Can someone give me clues on where to look for what might cause the problem? Below is the crash log our system gives us:Incident Identifier: 1B2E9E28-A06F-49E2-A61C-10DF74D134ED CrashReporter Key: B8058626-02FE-46BF-8920-996C79237F94 Hardware Model: iPad6,12 Process: AppName Mob [7280] Path: /private/var/containers/Bundle/Application/2F84E5CC-A010-4FBD-A309-7641E1A5C475/AppName Mobile.app/AppName Mobile Identifier: com.appname.mobile Version: 2.0.194 (2.0.194) Code Type: ARM-64 Parent Process: ??? [1] Date/Time: 2019-10-30T01:11:52Z Launch Time: 2019-10-29T23:18:20Z OS Version: iPhone OS 13.1.2 (17A860) Report Version: 104 Exception Type: SIGSEGV Exception Codes: SEGV_ACCERR at 0xb756f3590 Crashed Thread: 6 Thread 0: 0 libsystem_kernel.dylib 0x0000000189f215f4 mach_msg_trap + 8 1 CoreFoundation 0x000000018a0c8068 __CFRunLoopServiceMachPort + 212 2 CoreFoundation 0x000000018a0c3188 __CFRunLoopRun + 1440 3 CoreFoundation 0x000000018a0c28bc CFRunLoopRunSpecific + 460 4 GraphicsServices 0x0000000193f2e328 GSEventRunModal + 100 5 UIKitCore 0x000000018e1586d4 UIApplicationMain + 1932 6 AppName Mobile 0x00000001026e9510 main (main.m:32) 7 libdyld.dylib 0x0000000189f4d460 start + 0 Thread 1: 0 libsystem_kernel.dylib 0x0000000189f215f4 mach_msg_trap + 8 1 CoreFoundation 0x000000018a0c8068 __CFRunLoopServiceMachPort + 212 2 CoreFoundation 0x000000018a0c3188 __CFRunLoopRun + 1440 3 CoreFoundation 0x000000018a0c28bc CFRunLoopRunSpecific + 460 4 Foundation 0x000000018a402994 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 224 5 Foundation 0x000000018a402874 -[NSRunLoop(NSRunLoop) runUntilDate:] + 84 6 UIKitCore 0x000000018e1f049c -[UIEventFetcher threadMain] + 148 7 Foundation 0x000000018a5330b0 __NSThread__start__ + 844 8 libsystem_pthread.dylib 0x0000000189e671ec _pthread_start + 120 9 libsystem_pthread.dylib 0x0000000189e6aaec thread_start + 4 Thread 2: 0 libsystem_kernel.dylib 0x0000000189f42c8c __psynch_cvwait + 8 1 libc++.1.dylib 0x0000000189f947a8 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 20 2 JavaScriptCore 0x0000000198d203fc void std::__1::condition_variable_any::wait<std::__1::unique_lock>(std::__1::unique_lock&) + 104 3 JavaScriptCore 0x0000000198d23dcc bmalloc::Scavenger::threadRunLoop() + 196 4 JavaScriptCore 0x0000000198d23ab4 bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*) + 8 5 JavaScriptCore 0x0000000198d24dc0 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct=""> >, void (*)(bmalloc::Scavenger*), bmalloc::Scavenger*> >(void*) + 36 6 libsystem_pthread.dylib 0x0000000189e671ec _pthread_start + 120 7 libsystem_pthread.dylib 0x0000000189e6aaec thread_start + 4 Thread 3: 0 libsystem_kernel.dylib 0x0000000189f215f4 mach_msg_trap + 8 1 CoreFoundation 0x000000018a0c8068 __CFRunLoopServiceMachPort + 212 2 CoreFoundation 0x000000018a0c3188 __CFRunLoopRun + 1440 3 CoreFoundation 0x000000018a0c28bc CFRunLoopRunSpecific + 460 4 CFNetwork 0x000000018d33de68 0x18d33c000 + 7784 5 Foundation 0x000000018a5330b0 __NSThread__start__ + 844 6 libsystem_pthread.dylib 0x0000000189e671ec _pthread_start + 120 7 libsystem_pthread.dylib 0x0000000189e6aaec thread_start + 4 Thread 4: 0 libsystem_kernel.dylib 0x0000000189f215f4 mach_msg_trap + 8 1 CoreFoundation 0x000000018a0c8068 __CFRunLoopServiceMachPort + 212 2 CoreFoundation 0x000000018a0c3188 __CFRunLoopRun + 1440 3 CoreFoundation 0x000000018a0c28bc CFRunLoopRunSpecific + 460 4 CoreFoundation 0x000000018a0c3608 CFRunLoopRun + 56 5 CoreMotion 0x00000001969e264c CLClientCreateIso6709Notation + 149560 6 libsystem_pthread.dylib 0x0000000189e671ec _pthread_start + 120 7 libsystem_pthread.dylib 0x0000000189e6aaec thread_start + 4 Thread 5: 0 libsystem_kernel.dylib 0x0000000189f43a74 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x0000000189e6aae0 start_wqthread + 4 Thread 6 Crashed: 0 libobjc.A.dylib 0x0000000189e8d150 objc_release + 16 1 libobjc.A.dylib 0x0000000189e8e6e0 AutoreleasePoolPage::releaseUntil(objc_object**) + 176 2 libobjc.A.dylib 0x0000000189e8e5d8 objc_autoreleasePoolPop + 220 3 libdispatch.dylib 0x0000000189e18164 _dispatch_last_resort_autorelease_pool_pop + 36 4 libdispatch.dylib 0x0000000189dc4eb4 _dispatch_lane_invoke$VARIANT$mp + 508 5 libdispatch.dylib 0x0000000189dce340 _dispatch_workloop_worker_thread + 584 6 libsystem_pthread.dylib 0x0000000189e67fa4 _pthread_wqthread + 272 7 libsystem_pthread.dylib 0x0000000189e6aae0 start_wqthread + 4 Thread 7: 0 libsystem_kernel.dylib 0x0000000189f43a74 __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x0000000189e6aae0 start_wqthread + 4 Thread 8: 0 ??? 0x0000000000000000 0x0 + 0 Thread 6 crashed with ARM-64 Thread State: pc: 0x0000000189e8d150 fp: 0x000000016d82e990 sp: 0x000000016d82e960 x0: 0x0000000280773570 x1: 0x0000000282a9b070 x2: 0x0000000000000004 x3: 0x0000000189e320dc x4: 0x0000000143b6c9c0 x5: 0x000000000000001d x6: 0x0000000000000000 x7: 0x0000000000000f10 x8: 0x0000000b756f3570 x9: 0x0000000142956218 x10: 0x0000000142956210 x11: 0x00000000000007fb x12: 0x00000000000007fd x13: 0x0000000000000000 x14: 0x00000000c3813800 x15: 0x0000000000000027 x16: 0x0000000189e8d140 x17: 0x0000000043800000 x18: 0x0000000000000000 x19: 0x0000000142956000 x20: 0x0000000142956038 x21: 0x00000000a1a1a1a1 x22: 0x000000016d82f0e0 x23: 0xa3a3a3a3a3a3a3a3 x24: 0x000000016d82f0e0 x25: 0x000000016d82f0e0 x26: 0x00000002827c48b8 x27: 0x000000016d82f180 x28: 0x000000016d82eab0 lr: 0x0000000189e8e6e0 cpsr: 0x0000000020000000 Binary Images: 0x1026e4000 - 0x103073fff +AppName Mobile arm64 /private/var/containers/Bundle/Application/2F84E5CC-A010-4FBD-A309-7641E1A5C475/AppName Mobile.app/AppName Mobile 0x1033dc000 - 0x10342bfff libstdc++.6.0.9.dylib arm64 <00e7ac237c7836448b127a8db7ff00ba> /usr/lib/libstdc++.6.0.9.dylib 0x1035a4000 - 0x1035affff libobjc-trampolines.dylib arm64 <048eb53f47913e0a9314876c6577aa10> /usr/lib/libobjc-trampolines.dylib 0x189cf5000 - 0x189d0bfff libsystem_trace.dylib arm64 /usr/lib/system/libsystem_trace.dylib 0x189d0c000 - 0x189d3dfff libxpc.dylib arm64 <217dc1a778213f1fa8373825d770ef05> /usr/lib/system/libxpc.dylib 0x189d3e000 - 0x189d3efff libsystem_blocks.dylib arm64 /usr/lib/system/libsystem_blocks.dylib 0x189d3f000 - 0x189dbbfff libsystem_c.dylib arm64 /usr/lib/system/libsystem_c.dylib 0x189dbc000 - 0x189e30fff libdispatch.dylib arm64 <3a5db4e0bc24375d897e51e6cf7d6304> /usr/lib/system/libdispatch.dylib 0x189e31000 - 0x189e50fff libsystem_malloc.dylib arm64 <5dbcbc6428083e64890cb59f2ddfeb1d> /usr/lib/system/libsystem_malloc.dylib 0x189e51000 - 0x189e5bfff libsystem_platform.dylib arm64 <09a51269d3c53ece87b7f32c096af8e7> /usr/lib/system/libsystem_platform.dylib 0x189e5c000 - 0x189e6cfff libsystem_pthread.dylib arm64 /usr/lib/system/libsystem_pthread.dylib 0x189e6d000 - 0x189e9dfff libobjc.A.dylib arm64 /usr/lib/libobjc.A.dylib 0x189e9e000 - 0x189f09fff libcorecrypto.dylib arm64 <6ddbd01331ce32cb9fce3c5f40880ac5> /usr/lib/system/libcorecrypto.dylib 0x189f0a000 - 0x189f1dfff libc++abi.dylib arm64 /usr/lib/libc++abi.dylib 0x189f1e000 - 0x189f4bfff libsystem_kernel.dylib arm64 <92cbd0cb514f3a23a21c169e915052a7> /usr/lib/system/libsystem_kernel.dylib 0x189f4c000 - 0x189f7dfff libdyld.dylib arm64 /usr/lib/system/libdyld.dylib 0x189f7e000 - 0x189f85fff libsystem_darwin.dylib arm64 /usr/lib/system/libsystem_darwin.dylib 0x189f86000 - 0x189fdcfff libc++.1.dylib arm64 <4547c800a6533ece9808c26768583e25> /usr/lib/libc++.1.dylib 0x189fdd000 - 0x18a01efff libsystem_info.dylib arm64 /usr/lib/system/libsystem_info.dylib 0x18a01f000 - 0x18a393fff CoreFoundation arm64 /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x18a394000 - 0x18a3fafff SystemConfiguration arm64 <24254722088c3cb5af21e32f8a1366f9> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration 0x18a3fb000 - 0x18a6b4fff Foundation arm64 <0df2911e80cb32898a1eed0913d55a12> /System/Library/Frameworks/Foundation.framework/Foundation 0x18a6b5000 - 0x18a6e7fff libCRFSuite.dylib arm64 <5eea9a99dc773f8fa38a7214c7192306> /usr/lib/libCRFSuite.dylib 0x18a6e8000 - 0x18a861fff CoreServices arm64 <4631a29affb23a9d95ff1037507bd066> /System/Library/Frameworks/CoreServices.framework/CoreServices 0x18a862000 - 0x18a8c3fff libSparse.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib 0x18a8c4000 - 0x18adb2fff ImageIO arm64 <71d13168073032b08e658e66dc59001c> /System/Library/Frameworks/ImageIO.framework/ImageIO 0x18adb3000 - 0x18adb5fff ConstantClasses arm64 /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses 0x18adb6000 - 0x18af52fff CoreText arm64 <47a65ed0e0b43c039a4fe4222224ca3a> /System/Library/Frameworks/CoreText.framework/CoreText 0x18af53000 - 0x18b07dfff Security arm64 <8003f4ebb0f83e9ba3174364b92dae41> /System/Library/Frameworks/Security.framework/Security 0x18b07e000 - 0x18b120fff IOKit arm64 <8acdb99787bd3d9b841c28ad5b55b74a> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x18b121000 - 0x18b157fff libMobileGestalt.dylib arm64 /usr/lib/libMobileGestalt.dylib 0x18b158000 - 0x18b1b4fff libprotobuf.dylib arm64 <857eac10094e3fb0a8412969b0b27389> /usr/lib/libprotobuf.dylib 0x18b1b5000 - 0x18b1c6fff libprotobuf-lite.dylib arm64 /usr/lib/libprotobuf-lite.dylib 0x18b1c7000 - 0x18b418fff libicucore.A.dylib arm64 <9204a32b02813cb58029ebca005794cf> /usr/lib/libicucore.A.dylib 0x18b419000 - 0x18b442fff CoreServicesInternal arm64 /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal 0x18b443000 - 0x18b48bfff WirelessDiagnostics arm64 /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics 0x18b48c000 - 0x18b4c5fff libAWDSupport.dylib arm64 /usr/lib/libAWDSupport.dylib 0x18b4c6000 - 0x18b94cfff CoreAudio arm64 <68b4311c467231b2a4bbb640ffefb7b1> /System/Library/Frameworks/CoreAudio.framework/CoreAudio 0x18b94d000 - 0x18bc18fff CoreImage arm64 <5041875b776930448d5f1e40ff094bce> /System/Library/Frameworks/CoreImage.framework/CoreImage 0x18bc19000 - 0x18bd07fff LanguageModeling arm64 <019d35151d7739409fecbaa2f0bc9be4> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling 0x18bd08000 - 0x18bd4efff Lexicon arm64 /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon 0x18bd4f000 - 0x18bed2fff libsqlite3.dylib arm64 /usr/lib/libsqlite3.dylib 0x18bed3000 - 0x18bf02fff MobileKeyBag arm64 <77a7737b65673a42be50c4551d1e3d2b> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag 0x18bf03000 - 0x18bf0cfff libsystem_notify.dylib arm64 /usr/lib/system/libsystem_notify.dylib 0x18bf0d000 - 0x18c0d6fff CoreDuet arm64 <1ba0f3cf789a38b1916b5405c7254039> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet 0x18c0d7000 - 0x18c218fff Montreal arm64 <58aa00de87a53a988a7a6925b68f96a3> /System/Library/PrivateFrameworks/Montreal.framework/Montreal 0x18c219000 - 0x18c300fff NLP arm64 /System/Library/PrivateFrameworks/NLP.framework/NLP 0x18c301000 - 0x18c31dfff CellularPlanManager arm64 <4b2b7c4c96f2339b8073aa7dffc73bf5> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager 0x18c31e000 - 0x18c35bfff AppSupport arm64 /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport 0x18c35c000 - 0x18c828fff libnetwork.dylib arm64 <66ee12926fe43b729cd6c8dd412fa201> /usr/lib/libnetwork.dylib 0x18c829000 - 0x18c932fff ManagedConfiguration arm64 <2f9f7222069a3269bf8ed393e3c5d0d9> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration 0x18c933000 - 0x18c95dfff CoreServicesStore arm64 <0d51d3b6cf493681b7fe115573ad8354> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore 0x18c95e000 - 0x18c97efff UserManagement arm64 <2565b0e2de2533c8818b6c7e89d7b2f9> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement 0x18c97f000 - 0x18cc36fff CoreML arm64 <6a211919d74f39aa80cbf2f3b0eadd7d> /System/Library/Frameworks/CoreML.framework/CoreML 0x18cc37000 - 0x18cc4dfff ProtocolBuffer arm64 /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer 0x18cc4e000 - 0x18cc68fff CommonUtilities arm64 <70615b240c993a968f7d8b22e810632f> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities 0x18cc69000 - 0x18cc69fff libenergytrace.dylib arm64 /usr/lib/libenergytrace.dylib 0x18cc6a000 - 0x18cca0fff RunningBoardServices arm64 /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices 0x18cca1000 - 0x18cd14fff BaseBoard arm64 /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard 0x18cd15000 - 0x18d25afff SiriTTS arm64 /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS 0x18d25b000 - 0x18d2c9fff CoreLocation arm64 /System/Library/Frameworks/CoreLocation.framework/CoreLocation 0x18d2ca000 - 0x18d2d6fff libMobileGestaltExtensions.dylib arm64 /usr/lib/libMobileGestaltExtensions.dylib 0x18d2d7000 - 0x18d32afff Accounts arm64 /System/Library/Frameworks/Accounts.framework/Accounts 0x18d32b000 - 0x18d33bfff SharedWebCredentials arm64 <962b8d7013b836b8a6e2e73119acce6f> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials 0x18d33c000 - 0x18d687fff CFNetwork arm64 /System/Library/Frameworks/CFNetwork.framework/CFNetwork 0x18d688000 - 0x18d767fff UIFoundation arm64 <762ab2275b383575ab8edadd5cce81ca> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation 0x18d768000 - 0x18e809fff UIKitCore arm64 <82c949dd37f635f7b3ef62ba342f6bf5> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore 0x18e80a000 - 0x18e817fff AssertionServices arm64 <4fef6e63b07c31819944cba5beef11c2> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices 0x18e818000 - 0x18e8e9fff CoreTelephony arm64 <8498f53222a138bfa79be9c333d8237b> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony 0x18e8ea000 - 0x18e8effff AggregateDictionary arm64 <627b9cb989923d4887e48fa247a37cfe> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary 0x18e8f0000 - 0x18e906fff libsystem_asl.dylib arm64 <04233c43380135619ce81eb5ed210716> /usr/lib/system/libsystem_asl.dylib 0x18e907000 - 0x18e97efff CloudDocs arm64 /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs 0x18e97f000 - 0x18eca0fff CoreData arm64 /System/Library/Frameworks/CoreData.framework/CoreData 0x18eca1000 - 0x18eec9fff Vision arm64 <71690c1ca2da32dfaa3334002c6affa8> /System/Library/Frameworks/Vision.framework/Vision 0x18eeca000 - 0x18ef0dfff PhotoFoundation arm64 /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation 0x18ef0e000 - 0x18ef39fff BoardServices arm64 <397361d5d88d315ea2e9979a46efac0c> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices 0x18ef3a000 - 0x18efe8fff libboringssl.dylib arm64 <7410767017ce3c4d8b1c5f553acb709b> /usr/lib/libboringssl.dylib 0x18efe9000 - 0x18eff7fff libsystem_networkextension.dylib arm64 <20bc358488a93893aac7b5e4a0130106> /usr/lib/system/libsystem_networkextension.dylib 0x18eff8000 - 0x18f018fff CoreAnalytics arm64 <1ae72168247f3e57b56f80b361a65f1a> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics 0x18f019000 - 0x18f189fff CloudKit arm64 <92fcfab621483f38b7df5bb78e4c4c87> /System/Library/Frameworks/CloudKit.framework/CloudKit 0x18f18a000 - 0x18f1d6fff SpringBoardServices arm64 /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices 0x18f1d7000 - 0x18f24afff FrontBoardServices arm64 <949083b6181132709ca8fe2468c56568> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices 0x18f24b000 - 0x18f362fff Network arm64 <92a1012a81b43c1890e61982b82d41af> /System/Library/Frameworks/Network.framework/Network 0x18f363000 - 0x18f3bffff libusrtcp.dylib arm64 /usr/lib/libusrtcp.dylib 0x18f3c0000 - 0x18f3c7fff libsystem_symptoms.dylib arm64 /usr/lib/system/libsystem_symptoms.dylib 0x18f3c8000 - 0x19024afff GeoServices arm64 <761d16b850e43d28946687d4bbb96ea0> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices 0x19024b000 - 0x190253fff TCC arm64 /System/Library/PrivateFrameworks/TCC.framework/TCC 0x190254000 - 0x1902adfff IMFoundation arm64 <6b88d26a956e3d8cb00bc921cf0d1741> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation 0x1902ae000 - 0x19040dfff CoreUtils arm64 <9bae008296e836f7b0ca309787a1e0e6> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils 0x1904b6000 - 0x190503fff ImageCaptureCore arm64 /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore 0x190504000 - 0x19050dfff libsystem_containermanager.dylib arm64 <7c46f5c119843115a4c79610c0b7019a> /usr/lib/system/libsystem_containermanager.dylib 0x19050e000 - 0x190588fff AppleAccount arm64 <94805868ca243c17a018784a27fadd0d> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount 0x190589000 - 0x1905a4fff ApplePushService arm64 /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService 0x1905a5000 - 0x19068efff IDS arm64 <7eb9348ace92300881f367f6de48c0b3> /System/Library/PrivateFrameworks/IDS.framework/IDS 0x19068f000 - 0x1907bbfff IDSFoundation arm64 <5c7cfdd9e14737a68b259d4f13f2a025> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation 0x1907bc000 - 0x1907bdfff libCTGreenTeaLogger.dylib arm64 <47db0a7fe71938d4bf303758cc76bcf3> /usr/lib/libCTGreenTeaLogger.dylib 0x19081e000 - 0x19091bfff CoreMedia arm64 <4e0d2da77f5b31d0998a027b7e16c987> /System/Library/Frameworks/CoreMedia.framework/CoreMedia 0x19091c000 - 0x19092bfff UIKitServices arm64 <1b738cdb4c523ab5a81cf03994ba8be2> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices 0x19092c000 - 0x19097efff BackBoardServices arm64 /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices 0x19097f000 - 0x190bccfff QuartzCore arm64 <5a4a8f86a37d3290ac6a9c03140fa5d3> /System/Library/Frameworks/QuartzCore.framework/QuartzCore 0x190bcd000 - 0x190d8afff ColorSync arm64 <6f2244d3ec8039ce9703fff1c6be602e> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync 0x190d8b000 - 0x1912f9fff CoreGraphics arm64 <28e4305086b13449ab7514ac4056a1bf> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics 0x1912fa000 - 0x19142afff Contacts arm64 <39c73201bd0f37538ee0aff07a5b4b97> /System/Library/Frameworks/Contacts.framework/Contacts 0x19142b000 - 0x19145afff UserNotifications arm64 /System/Library/Frameworks/UserNotifications.framework/UserNotifications 0x19145b000 - 0x19147efff LocationSupport arm64 /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport 0x19147f000 - 0x1915d6fff Sharing arm64 <8d428009942235af95f382238f671e14> /System/Library/PrivateFrameworks/Sharing.framework/Sharing 0x1915d7000 - 0x191b90fff WebKit arm64 <049fc73494c93e5d826fabb56f7e2d25> /System/Library/Frameworks/WebKit.framework/WebKit 0x191b91000 - 0x193775fff WebCore arm64 <2545001929ac3112b397178574b6afa5> /System/Library/PrivateFrameworks/WebCore.framework/WebCore 0x193776000 - 0x19378dfff libAccessibility.dylib arm64 <77030d6452fa3a9e821225db5b013204> /usr/lib/libAccessibility.dylib 0x19378e000 - 0x193799fff AXCoreUtilities arm64 /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities 0x19379a000 - 0x19380efff ContactsFoundation arm64 <3770041970503cd49103e024e44d922d> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation 0x19380f000 - 0x193823fff PowerLog arm64 <3a35cb784cb733148a853fdba6ae5441> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog 0x193824000 - 0x193835fff IOSurface arm64 <4b69c4e924b13c0bb6302065b9bf9665> /System/Library/Frameworks/IOSurface.framework/IOSurface 0x193836000 - 0x193f2afff MediaToolbox arm64 /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox 0x193f2b000 - 0x193f33fff GraphicsServices arm64 <0bf55c8caf0033c882926d40ffeb6f46> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x193f34000 - 0x194015fff AccessibilityUtilities arm64 /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities 0x194016000 - 0x194205fff AVFoundation arm64 /System/Library/Frameworks/AVFoundation.framework/AVFoundation 0x194206000 - 0x19423dfff OnBoardingKit arm64 /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit 0x19423e000 - 0x19428bfff MobileWiFi arm64 <32ed7928804239d7ae59d7e706c2ae3c> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi 0x19428c000 - 0x1942a4fff MobileAsset arm64 <98105034326f35c783bd932f5ede0386> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset 0x1942a5000 - 0x1942b2fff libGSFont.dylib arm64 <1e3a2506bd9d3ff3a7fd2bd734e6443e> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib 0x1942b3000 - 0x1942bcfff FontServices arm64 /System/Library/PrivateFrameworks/FontServices.framework/FontServices 0x1942bd000 - 0x194406fff libFontParser.dylib arm64 /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib 0x194407000 - 0x194451fff AXRuntime arm64 <57db498ac8743d64bf4915a8cd5301f2> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime 0x194452000 - 0x194454fff libAXSafeCategoryBundle.dylib arm64 /usr/lib/libAXSafeCategoryBundle.dylib 0x194455000 - 0x194593fff SearchFoundation arm64 <816637f6492b340a95b95880d01a1079> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation 0x194594000 - 0x1946b6fff Preferences arm64 <630a5de04b073e1c8c0bd3d8e070551c> /System/Library/PrivateFrameworks/Preferences.framework/Preferences 0x1946b7000 - 0x194d0dfff PhotoLibraryServices arm64 <764531d928ef3d1da009f10d5993d954> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices 0x194d0e000 - 0x194f71fff vImage arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage 0x194f72000 - 0x1951a4fff AudioToolbox arm64 <845848c42a7a31338883d56f3dee889b> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox 0x1951a5000 - 0x1951dafff libAudioToolboxUtility.dylib arm64 <800acfd8417e3c28aee5e654f7982a55> /usr/lib/libAudioToolboxUtility.dylib 0x1951db000 - 0x195388fff ContactsUI arm64 /System/Library/Frameworks/ContactsUI.framework/ContactsUI 0x195389000 - 0x1953f2fff UIAccessibility arm64 <19442239ab983805b5d16da7aeae4da3> /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility 0x1953f3000 - 0x1955f3fff Photos arm64 <081139b940433715b543ee1237b1b8be> /System/Library/Frameworks/Photos.framework/Photos 0x1955f4000 - 0x195686fff ShareSheet arm64 <6e07be385171376eb1c68ea3e23ccbdc> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet 0x195687000 - 0x19569afff BaseBoardUI arm64 /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI 0x19569b000 - 0x19574ffff PDFKit arm64 <1827bc968a4238afa7ebe460e96b7c02> /System/Library/Frameworks/PDFKit.framework/PDFKit 0x1957cd000 - 0x1957fafff DocumentManager arm64 /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager 0x1957fb000 - 0x195a52fff libmecabra.dylib arm64 <22dafd04fe8e33f68e8894a9046545d7> /usr/lib/libmecabra.dylib 0x195a53000 - 0x195ac6fff AuthKit arm64 <0e3d32ce73e9392ebef45baeaf331715> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit 0x195ac7000 - 0x195ed5fff Intents arm64 <051990c089773064b1f2f0929a599021> /System/Library/Frameworks/Intents.framework/Intents 0x195ed6000 - 0x195eeafff libCGInterfaces.dylib arm64 <7d870225f18b3a34aae31fd62c6aa7d0> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib 0x195eeb000 - 0x196037fff WebKitLegacy arm64 /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy 0x196038000 - 0x1960a0fff TextInput arm64 <0c3b121d00d036d98b4ec76698e7421e> /System/Library/PrivateFrameworks/TextInput.framework/TextInput 0x1960a1000 - 0x19611dfff AXMediaUtilities arm64 /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities 0x19611e000 - 0x196121fff XCTTargetBootstrap arm64 /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap 0x196122000 - 0x1961d7fff CorePDF arm64 <36fe0cc3cffa39a1be4e21a69109d7ba> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF 0x1961d8000 - 0x196212fff AccessibilityUIUtilities arm64 /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities 0x196213000 - 0x1965cafff MediaPlayer arm64 <0db0bd46a449381c810081714e526b2d> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer 0x1965cb000 - 0x1968d4fff AppleMediaServices arm64 /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices 0x1968d5000 - 0x1968fbfff CacheDelete arm64 <0b5da2a547733de3bac919384c9d3699> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete 0x1968fc000 - 0x196abdfff CoreMotion arm64 <81ae655a9ea93456ac44fb41da5ac4e0> /System/Library/Frameworks/CoreMotion.framework/CoreMotion 0x196abe000 - 0x196babfff AVFAudio arm64 <90502188446033e884fd9a1d30a416b4> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio 0x196dca000 - 0x196e80fff CoreUI arm64 <65a0afca82ea340b95a95d5136646a16> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI 0x196e81000 - 0x196ea5fff AppSupportUI arm64 <6000f496dcd639159beb51486cc0382f> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI 0x196ea6000 - 0x196edbfff CoreVideo arm64 <95d72d7d25aa37e8aa77260884538882> /System/Library/Frameworks/CoreVideo.framework/CoreVideo 0x196edc000 - 0x197110fff AudioToolboxCore arm64 <279b39efc6fb3ca7889754e855161fac> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore 0x197111000 - 0x197155fff CoreDuetContext arm64 /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext 0x197156000 - 0x19718ffff SetupAssistant arm64 <0f8ec0c6084c32edbe3ac31fd9c897a3> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant 0x197190000 - 0x19724afff TelephonyUtilities arm64 <66b8fec948a73cdab515b85db3c089a7> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities 0x19724b000 - 0x197275fff PlugInKit arm64 /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit 0x1975bd000 - 0x1976ebfff AssistantServices arm64 <0b1380d280c73c96aac8a0240494b676> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices 0x1976ec000 - 0x19774cfff ProactiveSupport arm64 /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport 0x19774d000 - 0x197985fff MapKit arm64 <405663c5b42433a18336ede9a4920903> /System/Library/Frameworks/MapKit.framework/MapKit 0x197986000 - 0x19799dfff PrototypeTools arm64 <1e3a3602813c32339f229a0f99468ade> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools 0x19799e000 - 0x197a8bfff MediaExperience arm64 <9a663f1064af37c5b70518b635fc6cbd> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience 0x197a8c000 - 0x197d3ffff ********* arm64 <94529087e6343000859f7e58ee890bf8> /System/Library/PrivateFrameworks/*********.framework/********* 0x197d40000 - 0x197d97fff CallKit arm64 /System/Library/Frameworks/CallKit.framework/CallKit 0x197f59000 - 0x198656fff VectorKit arm64 <759e92a1ee4d3c76ae3442dfb0610d7b> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit 0x198657000 - 0x198726fff AVKit arm64 /System/Library/Frameworks/AVKit.framework/AVKit 0x198727000 - 0x198755fff Pegasus arm64 /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus 0x198756000 - 0x198758fff libapp_launch_measurement.dylib arm64 /usr/lib/libapp_launch_measurement.dylib 0x198833000 - 0x198895fff CoreSpotlight arm64 /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight 0x198896000 - 0x198929fff AddressBookLegacy arm64 <2346d467850636c5a3d21770cf4af3fe> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy 0x19892a000 - 0x198939fff CrashReporterSupport arm64 <2f3dcb71e4ee37df8ba41ca1bd43a6c9> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport 0x19893a000 - 0x19894cfff MobileBluetooth arm64 <97d4ae206f6231688bae3f2f3a996b24> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth 0x19894d000 - 0x198a07fff LinkPresentation arm64 /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation 0x198a3d000 - 0x198a41fff libsystem_configuration.dylib arm64 <482ba88cc017345a8efbaf6348914f12> /usr/lib/system/libsystem_configuration.dylib 0x198c21000 - 0x198c2ffff HangTracer arm64 /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer 0x198c30000 - 0x198c95fff CoreNLP arm64 /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP 0x198c96000 - 0x198c97fff liblangid.dylib arm64 /usr/lib/liblangid.dylib 0x198c98000 - 0x1999f8fff JavaScriptCore arm64 <6d4e079bcbd2340388dfe601466dfd46> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore 0x1999f9000 - 0x199a86fff libTelephonyUtilDynamic.dylib arm64 /usr/lib/libTelephonyUtilDynamic.dylib 0x199a9b000 - 0x199d14fff StoreServices arm64 <92609f6fd8143850bb53b8b358d5dad8> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices 0x199d15000 - 0x199d1efff IOMobileFramebuffer arm64 /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer 0x199e7d000 - 0x19a051fff Message arm64 /System/Library/PrivateFrameworks/Message.framework/Message 0x19a069000 - 0x19a083fff CoreMaterial arm64 <4ac1f9baac87368c9e94692f1c4b5b89> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial 0x19a084000 - 0x19a16afff libxml2.2.dylib arm64 <6e692ba566223b738f3e96ef0b5d078b> /usr/lib/libxml2.2.dylib 0x19b7d6000 - 0x19b81efff MetadataUtilities arm64 <770681b046343cf69c1d8e43a41cb4c3> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities 0x19c101000 - 0x19c1aafff QuickLook arm64 <0c932e13f6fb3efc9e300436f51a917c> /System/Library/Frameworks/QuickLook.framework/QuickLook 0x19c1ab000 - 0x19c3c6fff NetworkExtension arm64 <90b0cbb1a3bf3570ab878a58871442f5> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension 0x19c3c7000 - 0x19c3fdfff DataDetectorsCore arm64 /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore 0x19c3fe000 - 0x19c45efff CalendarFoundation arm64 <700ab7227bb333eb9781f6342407c6dc> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation 0x19c45f000 - 0x19c551fff EventKit arm64 <3cd05a3b2f4535cf9e820dcd5e84592f> /System/Library/Frameworks/EventKit.framework/EventKit 0x19c552000 - 0x19c586fff MediaServices arm64 <79462d9dfa03390d866910b5d15c75a7> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices 0x19c692000 - 0x19c832fff PencilKit arm64 <60c51438fe4b35ed8680546615a7aac7> /System/Library/Frameworks/PencilKit.framework/PencilKit 0x19c833000 - 0x19c983fff MessageUI arm64 <640c46b333313cdc99b1ffd5a7ddb8ec> /System/Library/Frameworks/MessageUI.framework/MessageUI 0x19c9d0000 - 0x19ca0ffff BiometricKit arm64 /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit 0x19ca10000 - 0x19ca3bfff PersistentConnection arm64 /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection 0x19ca3c000 - 0x19ca8ffff CalendarDaemon arm64 <18e5c5b220363eb1bd6dded40f58f37a> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon 0x19ca90000 - 0x19cb26fff CalendarDatabase arm64 <0888845be2773a6ebef874da62c2323a> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase 0x19cb27000 - 0x19ccfdfff MediaRemote arm64 /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote 0x19ccfe000 - 0x19cd06fff CorePhoneNumbers arm64 /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers 0x19cd17000 - 0x19cd3cfff DuetActivityScheduler arm64 /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler 0x19cdfc000 - 0x19ce3bfff ContactsAutocompleteUI arm64 /System/Library/PrivateFrameworks/ContactsAutocompleteUI.framework/ContactsAutocompleteUI 0x19ce3c000 - 0x19ce5efff CoreSVG arm64 <405dbd55c7b03ade9b467743aecd9ad3> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG 0x19ce79000 - 0x19ce96fff ProactiveEventTracker arm64 <057c3e98ce1e34458dec485cbfff0eb9> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker 0x19ce97000 - 0x19cea1fff MallocStackLogging arm64 <5e3fa430968c3f5ca7caef722499ee36> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging 0x19cea2000 - 0x19cf36fff CoreSuggestions arm64 /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions 0x19d0e3000 - 0x19d133fff DeviceManagement arm64 /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement 0x19d90b000 - 0x19d917fff BluetoothManager arm64 /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager 0x19d918000 - 0x19d94dfff CoreBluetooth arm64 <90d827c268983b83a6cad890d36ab24d> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth 0x19d94e000 - 0x19d950fff libsystem_sandbox.dylib arm64 <8790f7f8f85e333b9bbfdab82787f7a1> /usr/lib/system/libsystem_sandbox.dylib 0x19da34000 - 0x19da67fff TextInputUI arm64 <0e4937ceff863259af88c7a1beacc823> /System/Library/PrivateFrameworks/TextInputUI.framework/TextInputUI 0x19da76000 - 0x19da82fff ContextKit arm64 <30d1957a16ca331b888215237b9c565c> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit 0x19dab1000 - 0x19db18fff Rapport arm64 <95842c19a5783bfeb5aa15933fa7fe96> /System/Library/PrivateFrameworks/Rapport.framework/Rapport 0x19db19000 - 0x19db45fff OSAnalytics arm64 <741167c0cdd83e4d871c6fcf5b75315a> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics 0x19db46000 - 0x19db73fff MobileInstallation arm64 <9ac7519f99703268a02317ae8724228b> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation 0x19db74000 - 0x19dc0efff Metal arm64 /System/Library/Frameworks/Metal.framework/Metal 0x19dc0f000 - 0x19dc15fff IOAccelerator arm64 /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator 0x19dc16000 - 0x19dc21fff MediaAccessibility arm64 <9a969317430d3916aba8c75982d3d188> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility 0x19dc3f000 - 0x19dc46fff libsystem_dnssd.dylib arm64 /usr/lib/system/libsystem_dnssd.dylib 0x19dc47000 - 0x19dc4dfff PushKit arm64 /System/Library/Frameworks/PushKit.framework/PushKit 0x19dc4e000 - 0x19dd51fff FileProvider arm64 <65d024f77aa03bb0a76f4d8e2c5945af> /System/Library/Frameworks/FileProvider.framework/FileProvider 0x19dd65000 - 0x19dd66fff BackgroundTaskAgent arm64 /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent 0x19dd67000 - 0x19dd6bfff LinguisticData arm64 /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData 0x19dd85000 - 0x19dd95fff Categories arm64 /System/Library/PrivateFrameworks/Categories.framework/Categories 0x19dd96000 - 0x19ddaffff DoNotDisturb arm64 /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb 0x19ddb0000 - 0x19de6bfff ************ arm64 <568f073809c53b80b5b90e0b0080b71c> /System/Library/Frameworks/************.framework/************ 0x19e2a1000 - 0x19e2a2fff MessageSupport arm64 /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport 0x19e3c5000 - 0x19e3cdfff SymptomDiagnosticReporter arm64 /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter 0x19e3ce000 - 0x19e3d0fff IOSurfaceAccelerator arm64 <69fa54616a3031cda2e9833a04cd4e1f> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator 0x19e3d1000 - 0x19e47cfff AssetsLibraryServices arm64 <5fe047d9983b3914aef97f2e35e64591> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices 0x19e47d000 - 0x19e4acfff DataAccessExpress arm64 /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress 0x19e4ad000 - 0x19e51afff EmailFoundation arm64 /System/Library/PrivateFrameworks/EmailFoundation.framework/EmailFoundation 0x19e51b000 - 0x19e530fff CoreFollowUp arm64 <49cfbdbda3a833a1ba695f15dcc95078> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp 0x19e531000 - 0x19e539fff FamilyCircle arm64 <2616d81120db3b6f990d8b67f4bf49df> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle 0x19e53a000 - 0x19e54ffff libcoretls.dylib arm64 <73cbc7c41bd13c9fb7ab4b3249d2c137> /usr/lib/libcoretls.dylib 0x19e5a5000 - 0x19e634fff libate.dylib arm64 /usr/lib/libate.dylib 0x19f8c7000 - 0x19f8ecfff Pasteboard arm64 /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard 0x19f8ed000 - 0x19f93bfff FTServices arm64 <37b461adb05e379291d1537874772da5> /System/Library/PrivateFrameworks/FTServices.framework/FTServices 0x19f9db000 - 0x19f9ebfff MaterialKit arm64 /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit 0x19f9ec000 - 0x19fa25fff SAObjects arm64 <8fe4b90e06d134189de6c0067fc66d1e> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects 0x19fa26000 - 0x19fa30fff CoreRecents arm64 <925e4d2b40e0368b8d14357679af3668> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents 0x19fa31000 - 0x19fa77fff MIME arm64 <95d61b5959fa3e70ad902abeb0139fe1> /System/Library/PrivateFrameworks/MIME.framework/MIME 0x19fad9000 - 0x19fae6fff DataMigration arm64 <7b0d9fd981eb3dde8f58522b5e5286d3> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration 0x19fbec000 - 0x19fc47fff EmailCore arm64 /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore 0x19fc99000 - 0x19fcbdfff IconServices arm64 <2320fdd83df33f14b74bf60324e95465> /System/Library/PrivateFrameworks/IconServices.framework/IconServices 0x19fcbe000 - 0x19fea1fff iTunesCloud arm64 <6c1cd5e0c2a43c4184660c5f0642b31e> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud 0x19fea2000 - 0x1a0107fff MusicLibrary arm64 /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary 0x1a0108000 - 0x1a0109fff WatchdogClient arm64 <99c4b76de07238a1a6a9db0f7b4fd928> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient 0x1a010a000 - 0x1a011bfff libprequelite.dylib arm64 /usr/lib/libprequelite.dylib 0x1a0140000 - 0x1a0150fff CoreEmoji arm64 <61b0c15324be377995c806372710b507> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji 0x1a0151000 - 0x1a01e2fff Email arm64 /System/Library/PrivateFrameworks/Email.framework/Email 0x1a01e3000 - 0x1a0230fff ClassKit arm64 <20cbfe4079133f278da27826c4a0117f> /System/Library/Frameworks/ClassKit.framework/ClassKit 0x1a029d000 - 0x1a02a7fff CPMS arm64 /System/Library/PrivateFrameworks/CPMS.framework/CPMS 0x1a02a8000 - 0x1a02b0fff RTCReporting arm64 /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting 0x1a03f1000 - 0x1a0408fff IAP arm64 /System/Library/PrivateFrameworks/IAP.framework/IAP 0x1a0409000 - 0x1a0455fff MobileBackup arm64 <9edb3fbc98a13bcca1c2c4d298e6fb2f> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup 0x1a0505000 - 0x1a050cfff CoreTime arm64 <4686ef91e5bf345a9e11204317ac84ee> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime 0x1a071b000 - 0x1a0769fff DataAccess arm64 <275c55c7cd0f35749f428faa170de07e> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess 0x1a0a9a000 - 0x1a0aeefff ToneLibrary arm64 <3ce640a5408434dc80e18aac06ec7893> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary 0x1a0db1000 - 0x1a0dcffff AppConduit arm64 /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit 0x1a0dd0000 - 0x1a0de8fff IntlPreferences arm64 <3649d7fd9d673c10afb307f8a66c5e60> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences 0x1a1147000 - 0x1a121afff CoreBrightness arm64 <5e787a9996db3121b6ddf74af3ffd8cb> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness 0x1a121b000 - 0x1a1222fff libIOReport.dylib arm64 <608a00131d4d3adfb6ade4baafe2c905> /usr/lib/libIOReport.dylib 0x1a13b2000 - 0x1a155afff libBNNS.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib 0x1a155b000 - 0x1a1561fff StudyLog arm64 <75bd4f9ad94d388090731234304fc77f> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog 0x1a15e7000 - 0x1a1675fff iTunesStore arm64 <0429db48490c3a0bb9494958bf87a02b> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore 0x1a1676000 - 0x1a168afff ExternalAccessory arm64 <7e4b70206cf7347dbcc02329e23f84e6> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory 0x1a277a000 - 0x1a278dfff LocalAuthentication arm64 <349a7045d79d37bbaa6ceb36a60759d7> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication 0x1a278e000 - 0x1a2792fff CommunicationsFilter arm64 <520048ac3f663a8380f612450d4adf7a> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter 0x1a2793000 - 0x1a27b5fff AddressBook arm64 <13c65256a9f53ff4a82b39583b6b1578> /System/Library/Frameworks/AddressBook.framework/AddressBook 0x1a27b6000 - 0x1a27c1fff CaptiveNetwork arm64 <7b9872f15ef53d949a1ec3c621672d1f> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork 0x1a2913000 - 0x1a29c5fff libBLAS.dylib arm64 <096dcd9c201133cc83c9f198963ffafb> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib 0x1a29c6000 - 0x1a29d4fff CTCarrierSpace arm64 <4f2ac44ddbad31fc9172c6fa5385a89d> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace 0x1a3455000 - 0x1a346efff libtailspin.dylib arm64 <92a341afb72834eb99f1d815318cf2a6> /usr/lib/libtailspin.dylib 0x1a34cc000 - 0x1a34e0fff ContactsDonation arm64 <2f36cb64ad043317b1c340da77228a4e> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation 0x1a352a000 - 0x1a3533fff MobileActivation arm64 <30e70a8a02093ee2b0aa5e6fa10816fc> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation 0x1a35bb000 - 0x1a35c9fff MobileIcons arm64 /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons 0x1a35ca000 - 0x1a36cafff ResponseKit arm64 <028761cdcf523a50b2f009a5d4f74c09> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit 0x1a36e7000 - 0x1a3720fff Notes arm64 /System/Library/PrivateFrameworks/Notes.framework/Notes 0x1a3721000 - 0x1a3738fff MetalKit arm64 /System/Library/Frameworks/MetalKit.framework/MetalKit 0x1a3791000 - 0x1a37d8fff CoreHaptics arm64 <25d720c635eb30a58467ec76aa553b91> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics 0x1a37d9000 - 0x1a38a1fff ProofReader arm64 <5b341390bb22333e92273b1fa7053dc7> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader 0x1a38ef000 - 0x1a38fafff EmailAddressing arm64 <2fc3a36a1dfb37a9b979185d5ee5fd27> /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing 0x1a38fb000 - 0x1a3910fff MailServices arm64 <50e086e03b553ad494d21e8bb8ee58d0> /System/Library/PrivateFrameworks/MailServices.framework/MailServices 0x1a3911000 - 0x1a3991fff CoreSymbolication arm64 <3bb5224121c131908ee079775b7fa1f5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication 0x1a3992000 - 0x1a3998fff IdleTimerServices arm64 /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices 0x1a3b42000 - 0x1a3b45fff FTClientServices arm64 <6018f09f4f823ca79ffaf323d7a1d722> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices 0x1a3b46000 - 0x1a3bacfff ContactsUICore arm64 /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore 0x1a4016000 - 0x1a405dfff LoggingSupport arm64 <1efe9eef51d439b1896521d304b8f9cc> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport 0x1a4162000 - 0x1a41bcfff ProtectedCloudStorage arm64 <2d8760437fd83e3bb2cdcb37d4c00848> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage 0x1a42a6000 - 0x1a42affff OpenGLES arm64 /System/Library/Frameworks/OpenGLES.framework/OpenGLES 0x1a4410000 - 0x1a4418fff libGFXShared.dylib arm64 <935e83d3ba7d3a07b84de5e69d47a28c> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib 0x1a4419000 - 0x1a444dfff SharedUtils arm64 <40a4b28d62813281ae76bd53d85bfc80> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils 0x1a444e000 - 0x1a449bfff PhotosFormats arm64 <1bda4fb3e8713a2fab72b37974f93d43> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats 0x1a54e4000 - 0x1a5520fff StreamingZip arm64 <8b969f56f78d3585b589d58d4b23dcc9> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip 0x1a63f5000 - 0x1a63f8fff InternationalTextSearch arm64 /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch 0x1a6416000 - 0x1a6432fff AssetCacheServices arm64 /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices 0x1a6d9b000 - 0x1a6da0fff IncomingCallFilter arm64 <0e05eeb3f7ef30d7ba86a48741bb9362> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter 0x1a6dbc000 - 0x1a6dd4fff NetworkStatistics arm64 <6cef360982ae39c0b01abe9084287b17> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics 0x1a722f000 - 0x1a7235fff Netrb arm64 <40a8a1a95e1c38d5af74bbafb0919119> /System/Library/PrivateFrameworks/Netrb.framework/Netrb 0x1a7239000 - 0x1a7269fff EAP8021X arm64 /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X 0x1a726a000 - 0x1a726cfff OSAServicesClient arm64 /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient 0x1a7406000 - 0x1a740afff libgermantok.dylib arm64 <519dde12281b39c98940ae8185b07e4d> /usr/lib/libgermantok.dylib 0x1a740b000 - 0x1a74befff libmecab.dylib arm64 <0656d578f9f93f2a9c8a765db61d3e19> /usr/lib/libmecab.dylib 0x1a74bf000 - 0x1a74fafff Catalyst arm64 /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst 0x1a75ba000 - 0x1a75cffff EmojiFoundation arm64 <88c88377b2a23e67a04c329d701221da> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation 0x1a764b000 - 0x1a7685fff VoiceServices arm64 <0f1ad589f1a13643977228ccae5c712a> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices 0x1a7686000 - 0x1a779bfff Navigation arm64 /System/Library/PrivateFrameworks/Navigation.framework/Navigation 0x1a7aa8000 - 0x1a7ab6fff CoreDuetDaemonProtocol arm64 <3e59e555f21e3203849dda490e1ac19b> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol 0x1a7ab7000 - 0x1a7ad6fff FTAWD arm64 /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD 0x1a8a71000 - 0x1a8a73fff OAuth arm64 /System/Library/PrivateFrameworks/OAuth.framework/OAuth 0x1a8d23000 - 0x1a8d5efff DifferentialPrivacy arm64 /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy 0x1a8ffa000 - 0x1a9181fff EmailDaemon arm64 <2f46fa89177a32a1941c9e2992712b32> /System/Library/PrivateFrameworks/EmailDaemon.framework/EmailDaemon 0x1a94e6000 - 0x1a9512fff MailSupport arm64 <384a4f8ee8c43c4e8db60e1f7806a4a1> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport 0x1a9513000 - 0x1a9582fff libarchive.2.dylib arm64 /usr/lib/libarchive.2.dylib 0x1a9583000 - 0x1a95b2fff C2 arm64 /System/Library/PrivateFrameworks/C2.framework/C2 0x1a95b3000 - 0x1a95e7fff NaturalLanguage arm64 /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage 0x1a967b000 - 0x1a967cfff libsystem_coreservices.dylib arm64 <056ff41b4a3e3e058c63563a2b6cc624> /usr/lib/system/libsystem_coreservices.dylib 0x1a968e000 - 0x1a969ffff libmis.dylib arm64 /usr/lib/libmis.dylib 0x1a96f7000 - 0x1a9704fff DCIMServices arm64 <6d743e4fcd10316ea61dd319ba81a6ed> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices 0x1a9705000 - 0x1a9856fff CloudPhotoLibrary arm64 /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary 0x1a9857000 - 0x1a9890fff ContactsAutocomplete arm64 <6371cce0f36c321a80683390a730d3a7> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete 0x1a9891000 - 0x1a9899fff libcopyfile.dylib arm64 <0680a413ee233d1d877cbd1a1b98cd7e> /usr/lib/system/libcopyfile.dylib 0x1a9be6000 - 0x1a9c75fff AccountsDaemon arm64 <0de70eb7ac3c3a5b9982fba9df0bd53b> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon 0x1a9c76000 - 0x1a9c81fff AppleIDSSOAuthentication arm64 <8571665a6d953776b80282e3531a91e2> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication 0x1a9c82000 - 0x1a9c93fff SettingsFoundation arm64 /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation 0x1a9db4000 - 0x1a9e2ffff Symbolication arm64 /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication 0x1a9fe4000 - 0x1aa032fff ChunkingLibrary arm64 <1ff2202c91fc32198ec48d59ebd8d3c0> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary 0x1aa036000 - 0x1aa03afff DAAPKit arm64 <6fd2855505703bbdb580a179e8f3c49b> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit 0x1aa520000 - 0x1aa522fff CoreDuetDebugLogging arm64 /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging 0x1aaff3000 - 0x1ab030fff SignpostSupport arm64 <5d0dbc6b595d33e0abef55d64c3b8798> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport 0x1ab25c000 - 0x1ab265fff SignpostCollection arm64 <4db83358c8c039fda69a821becb01363> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection 0x1ab98d000 - 0x1ab994fff URLFormatting arm64 /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting 0x1ab9a9000 - 0x1aba50fff MMCS arm64 <3cf3e9ecab9c34b4bf228559b1a84348> /System/Library/PrivateFrameworks/MMCS.framework/MMCS 0x1abaa9000 - 0x1abccffff MobileSpotlightIndex arm64 /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex 0x1ac0b7000 - 0x1ac0fdfff CoreLocationProtobuf arm64 <84dfc3606d803552bdff56b837e57beb> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf 0x1ac188000 - 0x1ac205fff Quagga arm64 <7a1f4aa0ebee356296d167ebec9d3440> /System/Library/PrivateFrameworks/Quagga.framework/Quagga 0x1ac49c000 - 0x1ac4a8fff libAXSpeechManager.dylib arm64 /usr/lib/libAXSpeechManager.dylib 0x1ac50e000 - 0x1ac522fff libEDR arm64 <37b400daffbe3678805197a77f3c43e9> /System/Library/PrivateFrameworks/libEDR.framework/libEDR 0x1ad12d000 - 0x1ad13bfff libperfcheck.dylib arm64 <5dd7217122b43afe9a58122605f7a58c> /usr/lib/libperfcheck.dylib 0x1ad13c000 - 0x1ad147fff libAudioStatistics.dylib arm64 /usr/lib/libAudioStatistics.dylib 0x1ad2fe000 - 0x1ad30efff caulk arm64 <40c59f79f177373787db8857002e4a9a> /System/Library/PrivateFrameworks/caulk.framework/caulk 0x1ad34e000 - 0x1ad354fff MobileSystemServices arm64 /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices 0x1ad4f0000 - 0x1ad507fff TextToSpeech arm64 /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech 0x1ae09d000 - 0x1ae0b1fff RemoteXPC arm64 /System/Library/PrivateFrameworks/RemoteXPC.framework/RemoteXPC 0x1ae414000 - 0x1ae44dfff libGLImage.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib 0x1ae873000 - 0x1ae884fff libSparseBLAS.dylib arm64 <2388d02f952132cb891f08249ccb6253> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib 0x1ae885000 - 0x1ae898fff Engram arm64 <766e498cdb82360889b73f670b1c3c45> /System/Library/PrivateFrameworks/Engram.framework/Engram 0x1ae910000 - 0x1ae94afff DataDetectorsNaturalLanguage arm64 /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage 0x1aec2c000 - 0x1aec34fff FSEvents arm64 /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents 0x1aec35000 - 0x1aecb3fff CoreDAV arm64 <53899828aa7431839999685892419b04> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV 0x1af5f5000 - 0x1af605fff RemoteTextInput arm64 /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput 0x1af62e000 - 0x1af65dfff iCalendar arm64 <1edb3421405c37258b7869c850885a4f> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar 0x1af67a000 - 0x1af683fff CloudPhotoServices arm64 <579580c7fb583ef28b345db3e02083d8> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices 0x1af6c2000 - 0x1af6d6fff libLinearAlgebra.dylib arm64 <188a2c0085103d40968c51b56786a050> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib 0x1af869000 - 0x1af870fff CertUI arm64 <1b64d222c3433e2cb7f34a0361706bef> /System/Library/PrivateFrameworks/CertUI.framework/CertUI 0x1af973000 - 0x1af981fff CoreAUC arm64 /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC 0x1b0374000 - 0x1b03bbfff PhysicsKit arm64 <7559b947b99d34dc92b1168af13a010b> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit 0x1b03bc000 - 0x1b040dfff CorePrediction arm64 <823145e885533d46a7036c7edd5d3c55> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction 0x1b0840000 - 0x1b088bfff SafariSafeBrowsing arm64 <94d66640f5f9338d81202be956d09679> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing 0x1b0c2a000 - 0x1b0c9ffff HomeSharing arm64 /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing 0x1b0d2e000 - 0x1b0d4cfff GenerationalStorage arm64 <7679232cd37d322391458de38cfba542> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage 0x1b0db0000 - 0x1b0dbbfff PersonaKit arm64 <2711c35822cb372b94b26227ac95c3ae> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit 0x1b0dbc000 - 0x1b0dc8fff PersonaUI arm64 <7e2b07dcaf243495a5799ebab7e881f7> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI 0x1b11c9000 - 0x1b11cefff kperf arm64 /System/Library/PrivateFrameworks/kperf.framework/kperf 0x1b135b000 - 0x1b1369fff AssetsLibrary arm64 /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary 0x1b1396000 - 0x1b13c6fff libpcap.A.dylib arm64 <680fb4c1bd6b3049b41a4e03338e5a04> /usr/lib/libpcap.A.dylib 0x1b16f7000 - 0x1b1791fff libvDSP.dylib arm64 <17cedcd634703db1947605912da5c153> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib 0x1b1792000 - 0x1b17bdfff vCard arm64 <08b7040ecb1f34128c8e037d87456a1a> /System/Library/PrivateFrameworks/vCard.framework/vCard 0x1b17ff000 - 0x1b188afff SampleAnalysis arm64 <5129d9cc0b8d381782ef5759bf290bb2> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis 0x1b188b000 - 0x1b1895fff IntentsFoundation arm64 <1dcf59962c193c069e4c9e0bd5694759> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation 0x1b1a7f000 - 0x1b1b0efff MediaPlatform arm64 /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform 0x1b1b0f000 - 0x1b1e1cfff MediaLibraryCore arm64 <98bbb008c1ad36eea2afbdbc0a1803e2> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore 0x1b1e7b000 - 0x1b1eb3fff PhotosImagingFoundation arm64 <778695642f4433c9837f685b759990ca> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation 0x1b1eb4000 - 0x1b1ed6fff MediaConversionService arm64 <8144b5bcc3663c379d0c13c05a24fcc1> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService 0x1b1ed7000 - 0x1b1ef4fff MediaStream arm64 /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream 0x1b1ef5000 - 0x1b1ff0fff CoreMediaStream arm64 /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream 0x1b21e7000 - 0x1b21e7fff Accelerate arm64 <6e2f0eb242eb3d698c49d7b8937ce681> /System/Library/Frameworks/Accelerate.framework/Accelerate 0x1b21e9000 - 0x1b2504fff libLAPACK.dylib arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib 0x1b2505000 - 0x1b2509fff libQuadrature.dylib arm64 <01a3f7ce12f73cd6bbfc1aa29f62c134> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib 0x1b250a000 - 0x1b2563fff libvMisc.dylib arm64 <0ce6a4851cc3335aa62b3c574ada23ca> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib 0x1b2564000 - 0x1b2564fff vecLib arm64 <2cf4dce3a72b3ddf9c1cc5a73120b032> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib 0x1b26cb000 - 0x1b271bfff CoreMIDI arm64 <750bf0977f6c3210af90d8e7844f83cd> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI 0x1b2925000 - 0x1b2952fff GSS arm64 <225e035e34ef3230887f4b414afbb0f6> /System/Library/Frameworks/GSS.framework/GSS 0x1b2966000 - 0x1b2997fff MPSCore arm64 <253f3941794d3d36bf90c53ad2876155> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore 0x1b2998000 - 0x1b2a11fff MPSImage arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage 0x1b2a12000 - 0x1b2a34fff MPSMatrix arm64 <33c124071cf13deea1bb4a48e72fbb41> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix 0x1b2a35000 - 0x1b2a48fff MPSNDArray arm64 <5a5c21a804e1357ab7064fd433aafd11> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray 0x1b2a49000 - 0x1b2bd9fff MPSNeuralNetwork arm64 <90d91a4c61f43277ae5aa1420558b674> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork 0x1b2bda000 - 0x1b2c1ffff MPSRayIntersector arm64 /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector 0x1b2c20000 - 0x1b2c20fff MetalPerformanceShaders arm64 <524dd85aa77238da874d1229353c75c7> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders 0x1b2c2d000 - 0x1b2c2dfff MobileCoreServices arm64 /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices 0x1b2c38000 - 0x1b2c39fff libCVMSPluginSupport.dylib arm64 <39c3e90d26ed386d9955392a8da964e0> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib 0x1b2c3a000 - 0x1b2c40fff libCoreFSCache.dylib arm64 <32d64b26af353775af862800179e1d1c> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib 0x1b2c41000 - 0x1b2c46fff libCoreVMClient.dylib arm64 <7418e2f0eb4034e6ab4f783fb21edaa5> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib 0x1b2c7a000 - 0x1b2caefff QuickLookThumbnailing arm64 <795d3c9195bd30c78c78df3a22dab551> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing 0x1b3108000 - 0x1b3108fff UIKit arm64 <9b025821a6063634a0383032b850f8e2> /System/Library/Frameworks/UIKit.framework/UIKit 0x1b312a000 - 0x1b31edfff VisionKit arm64 <9bde9362769d36f68d660d1a9f9574f0> /System/Library/Frameworks/VisionKit.framework/VisionKit 0x1b33b9000 - 0x1b3501fff ANECompiler arm64 <0d6e93768fa637c6897f0d353809ae7f> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler 0x1b3502000 - 0x1b3512fff ANEServices arm64 <5d2c3db7a40730dfb59284006538da7f> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices 0x1b35ac000 - 0x1b35b0fff ASEProcessing arm64 <0be9968405863cd097ab4ed2c3859cb6> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing 0x1b36af000 - 0x1b36e7fff AccessibilitySharedSupport arm64 /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/AccessibilitySharedSupport 0x1b3743000 - 0x1b374efff AccountSettings arm64 <11239ef0cb573b44b94329704ddb767f> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings 0x1b40ff000 - 0x1b410dfff AppleFSCompression arm64 <20b78ff40b34321c8397a01f9a92cb7b> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression 0x1b4114000 - 0x1b411efff AppleIDAuthSupport arm64 /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport 0x1b411f000 - 0x1b4160fff AppleJPEG arm64 /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG 0x1b417c000 - 0x1b418dfff AppleNeuralEngine arm64 /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine 0x1b4194000 - 0x1b41b7fff AppleSauce arm64 <46c45cd4efe533f28302e2818e916179> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce 0x1b43ae000 - 0x1b43defff Bom arm64 <2d8cca84b2113c37a3d6d24acc22224e> /System/Library/PrivateFrameworks/Bom.framework/Bom 0x1b4e19000 - 0x1b4e20fff CommonAuth arm64 /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth 0x1b5100000 - 0x1b51effff CoreHandwriting arm64 <43361f1a42993dc59911d401740213b7> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting 0x1b5206000 - 0x1b520afff CoreOptimization arm64 /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization 0x1b5322000 - 0x1b532dfff DeviceIdentity arm64 <8f5cb2106a6a39a296a2fb946b4cc9f6> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity 0x1b54b8000 - 0x1b54d2fff DocumentManagerCore arm64 <541299da83fa30a39572afccfcdb9288> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore 0x1b5589000 - 0x1b5bd3fff Espresso arm64 <4bf12b5fa9e43b319c94f443f75826d4> /System/Library/PrivateFrameworks/Espresso.framework/Espresso 0x1b5e99000 - 0x1b62abfff FaceCore arm64 /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore 0x1b637b000 - 0x1b638ffff libGSFontCache.dylib arm64 <805cb023cea63ead9e157671ab941a6f> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib 0x1b63f3000 - 0x1b63fffff libhvf.dylib arm64 <943e21adebc932fab557c3ba69921476> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib 0x1b6421000 - 0x1b6435fff Futhark arm64 /System/Library/PrivateFrameworks/Futhark.framework/Futhark 0x1b70f9000 - 0x1b7105fff GraphVisualizer arm64 /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer 0x1b73ef000 - 0x1b745efff Heimdal arm64 /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal 0x1b797c000 - 0x1b7982fff InternationalSupport arm64 /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport 0x1b7c39000 - 0x1b7c39fff Marco arm64 <84106752c0e433848f3a45d25d8adee3> /System/Library/PrivateFrameworks/Marco.framework/Marco 0x1b8125000 - 0x1b8137fff MobileDeviceLink arm64 <6aedf5ec46203ce39055d75f1ce3537c> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink 0x1b8149000 - 0x1b8152fff MobileStorage arm64 <083ff797373c3a738887e3d82f6f37c6> /System/Library/PrivateFrameworks/MobileStorage.framework/MobileStorage 0x1b83e6000 - 0x1b8425fff OTSVG arm64 /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG 0x1b8a73000 - 0x1b8a73fff PhoneNumbers arm64 /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers 0x1ba20e000 - 0x1ba222fff QuickLookSupport arm64 <3fffaa9cae723c3a82862d7704a65502> /System/Library/PrivateFrameworks/QuickLookSupport.framework/QuickLookSupport 0x1ba2fe000 - 0x1ba30afff RemoteServiceDiscovery arm64 /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/RemoteServiceDiscovery 0x1ba363000 - 0x1ba367fff RevealCore arm64 /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore 0x1ba455000 - 0x1ba486fff ScreenReaderCore arm64 /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore 0x1ba4eb000 - 0x1ba4f7fff SetupAssistantSupport arm64 <5c1f14cb73a03d0eb3d6a1bb803ae3f4> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport 0x1ba515000 - 0x1ba515fff SignpostMetrics arm64 <6a23f80b3e95362a97024435d699234d> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics 0x1ba543000 - 0x1ba55ffff SiriInstrumentation arm64 <10d53d18cfd831a0bf1bf3e38b98fa2d> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation 0x1bacba000 - 0x1badd7fff TextRecognition arm64 <602074cd752f3fc6a6efa37f4d8162bf> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition 0x1badd8000 - 0x1bae7afff TextureIO arm64 /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO 0x1bbc8e000 - 0x1bc173fff libwebrtc.dylib arm64 /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib 0x1bc2fa000 - 0x1bc302fff kperfdata arm64 /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata 0x1bc303000 - 0x1bc34afff ktrace arm64 <614bdefc4f223b10aadade4e08cc09d0> /System/Library/PrivateFrameworks/ktrace.framework/ktrace 0x1bc363000 - 0x1bc36ffff perfdata arm64 <7fbb27c9d7703b95be175f147f109bdb> /System/Library/PrivateFrameworks/perfdata.framework/perfdata 0x1bc370000 - 0x1bc37efff zudp arm64 /System/Library/PrivateFrameworks/zudp.framework/zudp 0x1bc752000 - 0x1bca4bfff libAWDSupportFramework.dylib arm64 /usr/lib/libAWDSupportFramework.dylib 0x1bcbfa000 - 0x1bcc04fff libChineseTokenizer.dylib arm64 /usr/lib/libChineseTokenizer.dylib 0x1bcc29000 - 0x1bcddcfff libFosl_dynamic.dylib arm64 /usr/lib/libFosl_dynamic.dylib 0x1bce59000 - 0x1bce5ffff libMatch.1.dylib arm64 /usr/lib/libMatch.1.dylib 0x1bcf15000 - 0x1bcf16fff libSystem.B.dylib arm64 /usr/lib/libSystem.B.dylib 0x1bcf1f000 - 0x1bcf21fff libThaiTokenizer.dylib arm64 /usr/lib/libThaiTokenizer.dylib 0x1bd020000 - 0x1bd035fff libapple_nghttp2.dylib arm64 <8f44a3c8d09d3767a9faac6ecd1e117d> /usr/lib/libapple_nghttp2.dylib 0x1bd0ae000 - 0x1bd0befff libbsm.0.dylib arm64 <34e5d47f9eb53fcb90e8d376b2495d76> /usr/lib/libbsm.0.dylib 0x1bd0bf000 - 0x1bd0cbfff libbz2.1.0.dylib arm64 <585b38ef25d13a32ae5a58063781d3f3> /usr/lib/libbz2.1.0.dylib 0x1bd0cc000 - 0x1bd0ccfff libcharset.1.dylib arm64 <8f45b0844d5137cf81dad41df7d09791> /usr/lib/libcharset.1.dylib 0x1bd0cd000 - 0x1bd0defff libcmph.dylib arm64 <613da5e4a09f34fc8d38e2522ca6e355> /usr/lib/libcmph.dylib 0x1bd0df000 - 0x1bd0f6fff libcompression.dylib arm64 <0510173465113cb5a85ad77c1f2ab922> /usr/lib/libcompression.dylib 0x1bd0f7000 - 0x1bd0f8fff libcoretls_cfhelpers.dylib arm64 <7c006b990b843bebb47b3a2b7226af4d> /usr/lib/libcoretls_cfhelpers.dylib 0x1bd0f9000 - 0x1bd0fffff libcupolicy.dylib arm64 /usr/lib/libcupolicy.dylib 0x1bd13f000 - 0x1bd148fff libdscsym.dylib arm64 /usr/lib/libdscsym.dylib 0x1bd149000 - 0x1bd165fff libedit.3.dylib arm64 /usr/lib/libedit.3.dylib 0x1bd17f000 - 0x1bd184fff libheimdal-asn1.dylib arm64 <194f2d30c4133319ba80b44b8fb95da5> /usr/lib/libheimdal-asn1.dylib 0x1bd185000 - 0x1bd276fff libiconv.2.dylib arm64 /usr/lib/libiconv.2.dylib 0x1bd28c000 - 0x1bd297fff liblockdown.dylib arm64 <54781e736ccd39a3bca20a8387978134> /usr/lib/liblockdown.dylib 0x1bd2b1000 - 0x1bd2c9fff liblzma.5.dylib arm64 /usr/lib/liblzma.5.dylib 0x1bd63c000 - 0x1bd66bfff libncurses.5.4.dylib arm64 <5e5c455de6ba30b9960c057a460ccf0b> /usr/lib/libncurses.5.4.dylib 0x1bd66c000 - 0x1bd680fff libnetworkextension.dylib arm64 <3485a06e384737bf9e51cb52409ba639> /usr/lib/libnetworkextension.dylib 0x1bda0a000 - 0x1bda22fff libresolv.9.dylib arm64 /usr/lib/libresolv.9.dylib 0x1bda23000 - 0x1bda25fff libsandbox.1.dylib arm64 <79d45127a2a630da946c8a5a32b79900> /usr/lib/libsandbox.1.dylib 0x1bda2c000 - 0x1bda5dfff libtidy.A.dylib arm64 /usr/lib/libtidy.A.dylib 0x1bda65000 - 0x1bda68fff libutil.dylib arm64 <8d7200aea3aa34d5a83e314569bffcb5> /usr/lib/libutil.dylib 0x1bda96000 - 0x1bdaa7fff libz.1.dylib arm64 /usr/lib/libz.1.dylib 0x1bdad0000 - 0x1bdad2fff liblog_network.dylib arm64 <7c8fe3bf8f0f3979ad975f4758bfd7d6> /usr/lib/log/liblog_network.dylib 0x1bdede000 - 0x1bdee3fff libcache.dylib arm64 /usr/lib/system/libcache.dylib 0x1bdee4000 - 0x1bdef0fff libcommonCrypto.dylib arm64 /usr/lib/system/libcommonCrypto.dylib 0x1bdef1000 - 0x1bdef5fff libcompiler_rt.dylib arm64 <95a2a970877e365fae720a708a8edd68> /usr/lib/system/libcompiler_rt.dylib 0x1bdfca000 - 0x1bdfcafff liblaunch.dylib arm64 /usr/lib/system/liblaunch.dylib 0x1bdfcb000 - 0x1bdfd0fff libmacho.dylib arm64 /usr/lib/system/libmacho.dylib 0x1bdfd1000 - 0x1bdfd3fff libremovefile.dylib arm64 <056edd870d1a3755b48c06dcbe44441b> /usr/lib/system/libremovefile.dylib 0x1bdfd4000 - 0x1bdfd5fff libsystem_featureflags.dylib arm64 <112de23b918f32fc95b72d5bbc4de99f> /usr/lib/system/libsystem_featureflags.dylib 0x1bdfd6000 - 0x1be003fff libsystem_m.dylib arm64 /usr/lib/system/libsystem_m.dylib 0x1be004000 - 0x1be009fff libunwind.dylib arm64 /usr/lib/system/libunwind.dylib 0x1be2e3000 - 0x1be34afff NanoRegistry arm64 /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry 0x1be34b000 - 0x1be358fff NanoPreferencesSync arm64 /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync 0x1bf498000 - 0x1bf4b5fff AppSSO arm64 <3244e46ad3f93e6b8007d91292275da1> /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO 0x1bf4b6000 - 0x1bf4cafff AppSSOCore arm64 /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore
Posted
by andreyqin.
Last updated
.