diff --git a/FreeRASPDemo.xcodeproj/project.pbxproj b/FreeRASPDemo.xcodeproj/project.pbxproj index 6d6abdd..1989b56 100644 --- a/FreeRASPDemo.xcodeproj/project.pbxproj +++ b/FreeRASPDemo.xcodeproj/project.pbxproj @@ -59,8 +59,6 @@ 37A1237C26BD253000D0BB68 /* SecurityService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37A1237B26BD253000D0BB68 /* SecurityService.swift */; }; 37A1238326BD261800D0BB68 /* ProtectionType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37A1238226BD261800D0BB68 /* ProtectionType.swift */; }; 37A1238526BD39C700D0BB68 /* ProtectionStatusViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 37A1238426BD39C700D0BB68 /* ProtectionStatusViewController.xib */; }; - 37B7E2E6270C39ED004B439E /* TalsecRuntime.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 37B7E2E5270C39ED004B439E /* TalsecRuntime.xcframework */; }; - 37B7E2E7270C39ED004B439E /* TalsecRuntime.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 37B7E2E5270C39ED004B439E /* TalsecRuntime.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 37FD8E5926EA0FC700B0D674 /* CommonControllersAssembly.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37FD8E5826EA0FC700B0D674 /* CommonControllersAssembly.swift */; }; 37FD8E6326EA109200B0D674 /* CommonServicesAssembly.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37FD8E6226EA109200B0D674 /* CommonServicesAssembly.swift */; }; 37FD8E7126EA146A00B0D674 /* LogAssembly.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37FD8E6726EA146A00B0D674 /* LogAssembly.swift */; }; @@ -72,16 +70,18 @@ 37FD8E7826EA146A00B0D674 /* ExternalLogService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37FD8E6E26EA146A00B0D674 /* ExternalLogService.swift */; }; 37FD8E7A26EA146A00B0D674 /* LogService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37FD8E7026EA146A00B0D674 /* LogService.swift */; }; 37FD8E7C26EA15D200B0D674 /* BasePropertyController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37FD8E7B26EA15D200B0D674 /* BasePropertyController.swift */; }; + A45845CF2C62453600D264B4 /* TalsecRuntime.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 37B7E2E5270C39ED004B439E /* TalsecRuntime.xcframework */; }; + A45845D02C62453600D264B4 /* TalsecRuntime.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 37B7E2E5270C39ED004B439E /* TalsecRuntime.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; /* End PBXBuildFile section */ /* Begin PBXCopyFilesBuildPhase section */ - 37B7E2E8270C39ED004B439E /* Embed Frameworks */ = { + A45845D12C62453600D264B4 /* Embed Frameworks */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( - 37B7E2E7270C39ED004B439E /* TalsecRuntime.xcframework in Embed Frameworks */, + A45845D02C62453600D264B4 /* TalsecRuntime.xcframework in Embed Frameworks */, ); name = "Embed Frameworks"; runOnlyForDeploymentPostprocessing = 0; @@ -163,9 +163,9 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + A45845CF2C62453600D264B4 /* TalsecRuntime.xcframework in Frameworks */, 37A122CA26BAD06D00D0BB68 /* Rswift in Frameworks */, 37A122A826BAC9DB00D0BB68 /* Swinject in Frameworks */, - 37B7E2E6270C39ED004B439E /* TalsecRuntime.xcframework in Frameworks */, 37A122AB26BAC9F500D0BB68 /* SwinjectAutoregistration in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; @@ -518,7 +518,7 @@ 37A1228926BAC5D900D0BB68 /* Sources */, 37A1228A26BAC5D900D0BB68 /* Frameworks */, 37A1228B26BAC5D900D0BB68 /* Resources */, - 37B7E2E8270C39ED004B439E /* Embed Frameworks */, + A45845D12C62453600D264B4 /* Embed Frameworks */, ); buildRules = ( ); diff --git a/Talsec/TalsecRuntime.xcframework/Info.plist b/Talsec/TalsecRuntime.xcframework/Info.plist index 40a3758..46dc5fd 100644 --- a/Talsec/TalsecRuntime.xcframework/Info.plist +++ b/Talsec/TalsecRuntime.xcframework/Info.plist @@ -5,31 +5,35 @@ AvailableLibraries + BinaryPath + TalsecRuntime.framework/TalsecRuntime LibraryIdentifier - ios-arm64 + ios-arm64_x86_64-simulator LibraryPath TalsecRuntime.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform ios + SupportedPlatformVariant + simulator + BinaryPath + TalsecRuntime.framework/TalsecRuntime LibraryIdentifier - ios-arm64_x86_64-simulator + ios-arm64 LibraryPath TalsecRuntime.framework SupportedArchitectures arm64 - x86_64 SupportedPlatform ios - SupportedPlatformVariant - simulator CFBundlePackageType diff --git a/Talsec/TalsecRuntime.xcframework/_CodeSignature/CodeDirectory b/Talsec/TalsecRuntime.xcframework/_CodeSignature/CodeDirectory index 7d85d42..4d38221 100644 Binary files a/Talsec/TalsecRuntime.xcframework/_CodeSignature/CodeDirectory and b/Talsec/TalsecRuntime.xcframework/_CodeSignature/CodeDirectory differ diff --git a/Talsec/TalsecRuntime.xcframework/_CodeSignature/CodeRequirements-1 b/Talsec/TalsecRuntime.xcframework/_CodeSignature/CodeRequirements-1 index dfc609d..2aee33f 100644 Binary files a/Talsec/TalsecRuntime.xcframework/_CodeSignature/CodeRequirements-1 and b/Talsec/TalsecRuntime.xcframework/_CodeSignature/CodeRequirements-1 differ diff --git a/Talsec/TalsecRuntime.xcframework/_CodeSignature/CodeResources b/Talsec/TalsecRuntime.xcframework/_CodeSignature/CodeResources index dbaa0b4..1d346ba 100644 --- a/Talsec/TalsecRuntime.xcframework/_CodeSignature/CodeResources +++ b/Talsec/TalsecRuntime.xcframework/_CodeSignature/CodeResources @@ -10,11 +10,11 @@ ios-arm64/TalsecRuntime.framework/Headers/CurlWrapper.h - x4s2pxB8iInbhxtcGo7FddSYSAs= + OPhPiIjXO9kHkIdgWsw/7hVw+BU= ios-arm64/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h - IwU/naoEyUrdewvdrieeR1d0220= + LA3e16I8vXhCi3DZVOSgFceNkGE= ios-arm64/TalsecRuntime.framework/Headers/TalsecRuntime_iOS.h @@ -22,11 +22,11 @@ ios-arm64/TalsecRuntime.framework/Headers/curl.h - MJ9bPEABQK2l5Boe4gFGg5z8zbY= + iO9Zw8vWmy9BXOj2RMtohw2sXaw= ios-arm64/TalsecRuntime.framework/Headers/curlver.h - v/fUWaBxk9NIywMSfdLJ+EBEn+4= + 3Ahl0q9UO2KT0UGTpEvqAWnY2Ww= ios-arm64/TalsecRuntime.framework/Headers/easy.h @@ -38,15 +38,15 @@ ios-arm64/TalsecRuntime.framework/Headers/mprintf.h - hBCDWCh+mIlVBCkuAaut0sP1jGI= + iYXepEvej7y1r7pDKK/RxvWtnj8= ios-arm64/TalsecRuntime.framework/Headers/multi.h - xhtI7mFOKJ/H1iQnReLVB1yDkVM= + 2LJ/Z2/tONAvi24cFsGup+d+Ibw= ios-arm64/TalsecRuntime.framework/Headers/options.h - Zw89JvlUFUyI3bxfFkKY2gJxQCc= + /2xDjh/EMJJ7iODqFx9qYTb70ws= ios-arm64/TalsecRuntime.framework/Headers/stdcheaders.h @@ -54,11 +54,11 @@ ios-arm64/TalsecRuntime.framework/Headers/system.h - Uoik/uwHMTwxkP3fzjtixqjDUrM= + 1FThM5RIl0+4azOG8Ona0nfwB7o= ios-arm64/TalsecRuntime.framework/Headers/urlapi.h - jVbFza7a6/jSlAb2MltNXbBKLDQ= + 5L2bCI2KyFvCXBLgOdpJ2stwrFs= ios-arm64/TalsecRuntime.framework/Headers/websockets.h @@ -66,23 +66,23 @@ ios-arm64/TalsecRuntime.framework/Info.plist - qitH8o/LnAXdVhqMo052VzKKJfE= + N5rQONsm3VB1AiMlMm34GICjgKU= ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.abi.json - GM+/vP/rbOZ2fw2cNxxsahqT48g= + OQKxKNU0msJ4sMsAbpDjvbzpLZQ= ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.private.swiftinterface - qp6MUR86rkdZYrIqTj96GWvrW3U= + wixuZS03PNGDHs8pzMeC8CCf+9k= ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.swiftdoc - QSjRvgfwfHG5eRSR+yvakXzpsiM= + 4KLBGGQCAVJgJZ1F9yN97+ILeFk= ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.swiftinterface - qp6MUR86rkdZYrIqTj96GWvrW3U= + wixuZS03PNGDHs8pzMeC8CCf+9k= ios-arm64/TalsecRuntime.framework/Modules/module.modulemap @@ -94,7 +94,7 @@ ios-arm64/TalsecRuntime.framework/TalsecRuntime - bLX4WHNDExFbzPnzPG/Yg9VHTIY= + q7wH63jJNi8ETH5Hp6E3LpQ6yww= ios-arm64/TalsecRuntime.framework/cacert.pem @@ -110,11 +110,11 @@ ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/CurlWrapper.h - x4s2pxB8iInbhxtcGo7FddSYSAs= + OPhPiIjXO9kHkIdgWsw/7hVw+BU= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h - HbkvsrJ02EffWlkK/tANPR7VzLU= + 3jsnOWftaJXf955oPyVKyBYq9b4= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/TalsecRuntime_iOS.h @@ -122,11 +122,11 @@ ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/curl.h - MJ9bPEABQK2l5Boe4gFGg5z8zbY= + iO9Zw8vWmy9BXOj2RMtohw2sXaw= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/curlver.h - v/fUWaBxk9NIywMSfdLJ+EBEn+4= + 3Ahl0q9UO2KT0UGTpEvqAWnY2Ww= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/easy.h @@ -138,15 +138,15 @@ ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/mprintf.h - hBCDWCh+mIlVBCkuAaut0sP1jGI= + iYXepEvej7y1r7pDKK/RxvWtnj8= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/multi.h - xhtI7mFOKJ/H1iQnReLVB1yDkVM= + 2LJ/Z2/tONAvi24cFsGup+d+Ibw= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/options.h - Zw89JvlUFUyI3bxfFkKY2gJxQCc= + /2xDjh/EMJJ7iODqFx9qYTb70ws= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/stdcheaders.h @@ -154,11 +154,11 @@ ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/system.h - Uoik/uwHMTwxkP3fzjtixqjDUrM= + 1FThM5RIl0+4azOG8Ona0nfwB7o= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/urlapi.h - jVbFza7a6/jSlAb2MltNXbBKLDQ= + 5L2bCI2KyFvCXBLgOdpJ2stwrFs= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/websockets.h @@ -166,39 +166,39 @@ ios-arm64_x86_64-simulator/TalsecRuntime.framework/Info.plist - KqQaTf3ANV09FCP3V2SxUdUwi5c= + Obn2JUf2VcXPjRnOJ/O+uQLys2c= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.abi.json - PEHqtxvds6KqXq9h7wMzkXa45LA= + OQKxKNU0msJ4sMsAbpDjvbzpLZQ= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface - cmqOXFMjWJ+aUApsBimTJU20J8Q= + MxS65Z1PLhcp2OJXxgwtkttap7A= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftdoc - awEbRwPGOzQalu1HUIm3iPWJPrc= + uAM1CBZUy9pgidZot4HlmKcjHng= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftinterface - cmqOXFMjWJ+aUApsBimTJU20J8Q= + MxS65Z1PLhcp2OJXxgwtkttap7A= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.abi.json - PEHqtxvds6KqXq9h7wMzkXa45LA= + OQKxKNU0msJ4sMsAbpDjvbzpLZQ= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface - 4gzphCObnVUYLncwB2nFS5Vk+sk= + 2hLuCQSmfshghPDVe4iC5bu35vo= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftdoc - FEQPHz6b7tRTbfZ8Z546cnuUMDk= + qfSNwi8jCtYfU2CwbJ9GmfIFR8s= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - 4gzphCObnVUYLncwB2nFS5Vk+sk= + 2hLuCQSmfshghPDVe4iC5bu35vo= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/module.modulemap @@ -210,11 +210,11 @@ ios-arm64_x86_64-simulator/TalsecRuntime.framework/TalsecRuntime - tjJdc31X5lILAFeROr5AA9H4LsY= + WYyTWsnWhQ7qD89hWMlI029cZOQ= ios-arm64_x86_64-simulator/TalsecRuntime.framework/_CodeSignature/CodeResources - gLFqmMHkVQGR2EE8uk+GO4QPRmo= + c3EHciuv04hOwdt+WPFk7kRIHHc= ios-arm64_x86_64-simulator/TalsecRuntime.framework/cacert.pem @@ -242,22 +242,22 @@ hash - x4s2pxB8iInbhxtcGo7FddSYSAs= + OPhPiIjXO9kHkIdgWsw/7hVw+BU= hash2 - 8Cl17uDY2g3jxooiuPFpJdm2N/TOIfOejrP6YQsgWtM= + c+4EJnnGqWM09Yp5NYK/vXnDT4Y5CaRqW9l2KUXrMBM= ios-arm64/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h hash - IwU/naoEyUrdewvdrieeR1d0220= + LA3e16I8vXhCi3DZVOSgFceNkGE= hash2 - QQHWXB5fNTonoYku1ZHnUcIDl9jIqWweNjSrzgqltKg= + J6XZntp5bKmQiD0AKPjdBI1/9IBP4HWwTgd92nc1d5I= ios-arm64/TalsecRuntime.framework/Headers/TalsecRuntime_iOS.h @@ -275,22 +275,22 @@ hash - MJ9bPEABQK2l5Boe4gFGg5z8zbY= + iO9Zw8vWmy9BXOj2RMtohw2sXaw= hash2 - 7tiOetNBdDaetGuPv4q9tj/HPAUBlATOCf0yW4D8XpA= + e5lmxOZK7+rCj70kgUpkwxmLNpVTcVFecRSy3u1cWbc= ios-arm64/TalsecRuntime.framework/Headers/curlver.h hash - v/fUWaBxk9NIywMSfdLJ+EBEn+4= + 3Ahl0q9UO2KT0UGTpEvqAWnY2Ww= hash2 - bOR1McyuSVDs16ogyQU96LrpFnYVU+Rlk0iIPL/wsBQ= + AZDHV18h/CggCUN5oQYnwjdXgnePgr6a+uffZniUUm0= ios-arm64/TalsecRuntime.framework/Headers/easy.h @@ -319,33 +319,33 @@ hash - hBCDWCh+mIlVBCkuAaut0sP1jGI= + iYXepEvej7y1r7pDKK/RxvWtnj8= hash2 - a9CEOfQMKepUxrj16XMbDjGj7YzG0XrBhGKjKauIbMI= + D7qnEhav3WykSvZ+PR+uGAh/Y15SkRNvzmKU/4EyLmM= ios-arm64/TalsecRuntime.framework/Headers/multi.h hash - xhtI7mFOKJ/H1iQnReLVB1yDkVM= + 2LJ/Z2/tONAvi24cFsGup+d+Ibw= hash2 - ea5KjE/UygcN0j94QruuRddvTGmp/4L3ej620ZHjUCk= + YSy7y5zMkBmVkAq5c2XecTdcpe8ShZcmkoZEuPm7BS8= ios-arm64/TalsecRuntime.framework/Headers/options.h hash - Zw89JvlUFUyI3bxfFkKY2gJxQCc= + /2xDjh/EMJJ7iODqFx9qYTb70ws= hash2 - oASRJ8DwFPAEoecKY6+Zp2g/rvEmHSbO7KFHHuaVdXU= + tC2GYni5bHjUvzeEYuBgl8FlbRzZ3NAtLC/ssO3s2Hg= ios-arm64/TalsecRuntime.framework/Headers/stdcheaders.h @@ -363,22 +363,22 @@ hash - Uoik/uwHMTwxkP3fzjtixqjDUrM= + 1FThM5RIl0+4azOG8Ona0nfwB7o= hash2 - h0DuZAxL1vlpeSBRpcKqBI2m6Lh0JsWWKNxZpQN5TXg= + iTPu5JUBAmeGJ0QJaRCRQhHkDUOTWoGGSjeAphKZ5E8= ios-arm64/TalsecRuntime.framework/Headers/urlapi.h hash - jVbFza7a6/jSlAb2MltNXbBKLDQ= + 5L2bCI2KyFvCXBLgOdpJ2stwrFs= hash2 - d5BpU0bbGgh8Q83BUArK+dW+Pmyz+r+VgMoVq4EzUh0= + r1vk/FuC3LIVYtyofHZVd4b49Scy3ayvw1JWevxsTJ0= ios-arm64/TalsecRuntime.framework/Headers/websockets.h @@ -396,55 +396,55 @@ hash - qitH8o/LnAXdVhqMo052VzKKJfE= + N5rQONsm3VB1AiMlMm34GICjgKU= hash2 - LYc8rV0GAbi3jgXpEmvnaGdtSx9aq5wo2Qb8ZaW/0p4= + 6dT55BjY4l1VhnCReoevPE59Cx+qrd5N+r7aLqt1BHo= ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.abi.json hash - GM+/vP/rbOZ2fw2cNxxsahqT48g= + OQKxKNU0msJ4sMsAbpDjvbzpLZQ= hash2 - TANZvMNkDeP2Mwp+Cvt6sW/EScOb/mwphVaMrWO4Lho= + HpK+Du8f9omzrdvWpBBCy1h35VTQhNR+tfLFaISI7xk= ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.private.swiftinterface hash - qp6MUR86rkdZYrIqTj96GWvrW3U= + wixuZS03PNGDHs8pzMeC8CCf+9k= hash2 - lbcsBAGOdhb3pi1ZGP17BOyxgIK9qmkqMf2rxXrn95o= + hxc7CbpC2OnZW+9+JA7NJGgkb8RQuD1TvPE9KgoHyW8= ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.swiftdoc hash - QSjRvgfwfHG5eRSR+yvakXzpsiM= + 4KLBGGQCAVJgJZ1F9yN97+ILeFk= hash2 - PNunf6Sdpwo9Dvcv/yXMLVZ1VUTPoH7Jr/aNOctTPAM= + KlXbxf/m74jWos1KEbeN+uqC4LECIl14+NFzIZF/vos= ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.swiftinterface hash - qp6MUR86rkdZYrIqTj96GWvrW3U= + wixuZS03PNGDHs8pzMeC8CCf+9k= hash2 - lbcsBAGOdhb3pi1ZGP17BOyxgIK9qmkqMf2rxXrn95o= + hxc7CbpC2OnZW+9+JA7NJGgkb8RQuD1TvPE9KgoHyW8= ios-arm64/TalsecRuntime.framework/Modules/module.modulemap @@ -473,11 +473,11 @@ hash - bLX4WHNDExFbzPnzPG/Yg9VHTIY= + q7wH63jJNi8ETH5Hp6E3LpQ6yww= hash2 - Cl9z0CtLIOaQpZUBNcAUZkDeJO43W6CPs+Lx9k14o3E= + /MnP9vCKC6vZT1TEznv/gwbNshM5lX4MnfnScHP05mY= ios-arm64/TalsecRuntime.framework/cacert.pem @@ -517,22 +517,22 @@ hash - x4s2pxB8iInbhxtcGo7FddSYSAs= + OPhPiIjXO9kHkIdgWsw/7hVw+BU= hash2 - 8Cl17uDY2g3jxooiuPFpJdm2N/TOIfOejrP6YQsgWtM= + c+4EJnnGqWM09Yp5NYK/vXnDT4Y5CaRqW9l2KUXrMBM= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h hash - HbkvsrJ02EffWlkK/tANPR7VzLU= + 3jsnOWftaJXf955oPyVKyBYq9b4= hash2 - z3hhGdT/BgT3pDTClayUoy8xm1duVOEtD/dc3FXo6zQ= + SS9hx5VSKpfBp5AcaDHY7vGN6vv4Rokn+T/soOOeOCI= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/TalsecRuntime_iOS.h @@ -550,22 +550,22 @@ hash - MJ9bPEABQK2l5Boe4gFGg5z8zbY= + iO9Zw8vWmy9BXOj2RMtohw2sXaw= hash2 - 7tiOetNBdDaetGuPv4q9tj/HPAUBlATOCf0yW4D8XpA= + e5lmxOZK7+rCj70kgUpkwxmLNpVTcVFecRSy3u1cWbc= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/curlver.h hash - v/fUWaBxk9NIywMSfdLJ+EBEn+4= + 3Ahl0q9UO2KT0UGTpEvqAWnY2Ww= hash2 - bOR1McyuSVDs16ogyQU96LrpFnYVU+Rlk0iIPL/wsBQ= + AZDHV18h/CggCUN5oQYnwjdXgnePgr6a+uffZniUUm0= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/easy.h @@ -594,33 +594,33 @@ hash - hBCDWCh+mIlVBCkuAaut0sP1jGI= + iYXepEvej7y1r7pDKK/RxvWtnj8= hash2 - a9CEOfQMKepUxrj16XMbDjGj7YzG0XrBhGKjKauIbMI= + D7qnEhav3WykSvZ+PR+uGAh/Y15SkRNvzmKU/4EyLmM= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/multi.h hash - xhtI7mFOKJ/H1iQnReLVB1yDkVM= + 2LJ/Z2/tONAvi24cFsGup+d+Ibw= hash2 - ea5KjE/UygcN0j94QruuRddvTGmp/4L3ej620ZHjUCk= + YSy7y5zMkBmVkAq5c2XecTdcpe8ShZcmkoZEuPm7BS8= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/options.h hash - Zw89JvlUFUyI3bxfFkKY2gJxQCc= + /2xDjh/EMJJ7iODqFx9qYTb70ws= hash2 - oASRJ8DwFPAEoecKY6+Zp2g/rvEmHSbO7KFHHuaVdXU= + tC2GYni5bHjUvzeEYuBgl8FlbRzZ3NAtLC/ssO3s2Hg= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/stdcheaders.h @@ -638,22 +638,22 @@ hash - Uoik/uwHMTwxkP3fzjtixqjDUrM= + 1FThM5RIl0+4azOG8Ona0nfwB7o= hash2 - h0DuZAxL1vlpeSBRpcKqBI2m6Lh0JsWWKNxZpQN5TXg= + iTPu5JUBAmeGJ0QJaRCRQhHkDUOTWoGGSjeAphKZ5E8= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/urlapi.h hash - jVbFza7a6/jSlAb2MltNXbBKLDQ= + 5L2bCI2KyFvCXBLgOdpJ2stwrFs= hash2 - d5BpU0bbGgh8Q83BUArK+dW+Pmyz+r+VgMoVq4EzUh0= + r1vk/FuC3LIVYtyofHZVd4b49Scy3ayvw1JWevxsTJ0= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/websockets.h @@ -671,99 +671,99 @@ hash - KqQaTf3ANV09FCP3V2SxUdUwi5c= + Obn2JUf2VcXPjRnOJ/O+uQLys2c= hash2 - gr3GIpjuvZyguqCOSpacuqNBnSXM5M3dUHoIMMDclxo= + /Phpc2lFfPijFlk7WbZYUQeo8cZC2BFKKrdx1BKvfXw= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.abi.json hash - PEHqtxvds6KqXq9h7wMzkXa45LA= + OQKxKNU0msJ4sMsAbpDjvbzpLZQ= hash2 - iBrbb0jOEuk/p/QiWNkya3W6vAW76C25qfr4ZoXxJM8= + HpK+Du8f9omzrdvWpBBCy1h35VTQhNR+tfLFaISI7xk= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface hash - cmqOXFMjWJ+aUApsBimTJU20J8Q= + MxS65Z1PLhcp2OJXxgwtkttap7A= hash2 - Doq31oBGY/yQ9BJsZmUIVVko4IkXynuP1eSl+YmKMXw= + B0uyhMaiNL4cApbZT9k2ySoeBuF6+Mb1jR8zElUZlUA= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftdoc hash - awEbRwPGOzQalu1HUIm3iPWJPrc= + uAM1CBZUy9pgidZot4HlmKcjHng= hash2 - fNMCiUd9u9ru2mwlGfyIJvJ/3jttU/KBTMbAAjw9avg= + 8dyUY0uYxu4B6KefIiQz08s7eqVafOM0bKpKXahDk50= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftinterface hash - cmqOXFMjWJ+aUApsBimTJU20J8Q= + MxS65Z1PLhcp2OJXxgwtkttap7A= hash2 - Doq31oBGY/yQ9BJsZmUIVVko4IkXynuP1eSl+YmKMXw= + B0uyhMaiNL4cApbZT9k2ySoeBuF6+Mb1jR8zElUZlUA= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.abi.json hash - PEHqtxvds6KqXq9h7wMzkXa45LA= + OQKxKNU0msJ4sMsAbpDjvbzpLZQ= hash2 - iBrbb0jOEuk/p/QiWNkya3W6vAW76C25qfr4ZoXxJM8= + HpK+Du8f9omzrdvWpBBCy1h35VTQhNR+tfLFaISI7xk= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface hash - 4gzphCObnVUYLncwB2nFS5Vk+sk= + 2hLuCQSmfshghPDVe4iC5bu35vo= hash2 - goTcnJSXHHmnrLzGFF85fHBWGZ1vlcG6XzDAI5KvTE4= + 7B316jxug/fKL9GiWayBtK576QQmSTXMB4FoiYQFldU= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftdoc hash - FEQPHz6b7tRTbfZ8Z546cnuUMDk= + qfSNwi8jCtYfU2CwbJ9GmfIFR8s= hash2 - hdnu8XZPjPc8ivNOHm7xzNJoatNnAVXmUH7XExIHyDY= + /yTeX+8MUTLAQdxVvE2lIxn73C07WMBnTYOTRPn9wh0= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftinterface hash - 4gzphCObnVUYLncwB2nFS5Vk+sk= + 2hLuCQSmfshghPDVe4iC5bu35vo= hash2 - goTcnJSXHHmnrLzGFF85fHBWGZ1vlcG6XzDAI5KvTE4= + 7B316jxug/fKL9GiWayBtK576QQmSTXMB4FoiYQFldU= ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/module.modulemap @@ -792,22 +792,22 @@ hash - tjJdc31X5lILAFeROr5AA9H4LsY= + WYyTWsnWhQ7qD89hWMlI029cZOQ= hash2 - dUvaej2SBtGBGDSclv4ANI9JUEgHcVhbupDeWBoqOzg= + i1rEWmRC6SDJSM0TN3whWzb+wH8FF4Dv7J6pzZnclqU= ios-arm64_x86_64-simulator/TalsecRuntime.framework/_CodeSignature/CodeResources hash - gLFqmMHkVQGR2EE8uk+GO4QPRmo= + c3EHciuv04hOwdt+WPFk7kRIHHc= hash2 - CiOyaV53NswQoudRX/ffV8eq2DknLcQhsq0eiyUO3p0= + djFqybdEyHMIIFUO/z+EOW4rfTH+EEU8QelKudSa4/4= ios-arm64_x86_64-simulator/TalsecRuntime.framework/cacert.pem diff --git a/Talsec/TalsecRuntime.xcframework/_CodeSignature/CodeSignature b/Talsec/TalsecRuntime.xcframework/_CodeSignature/CodeSignature index 2777c9c..ae0ce91 100644 Binary files a/Talsec/TalsecRuntime.xcframework/_CodeSignature/CodeSignature and b/Talsec/TalsecRuntime.xcframework/_CodeSignature/CodeSignature differ diff --git a/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/CurlWrapper.h b/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/CurlWrapper.h index a7e30f3..234369d 100644 --- a/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/CurlWrapper.h +++ b/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/CurlWrapper.h @@ -16,7 +16,7 @@ #include #include -struct jcyejoeNuXsB { +struct mnZyOwdBnPWM { char *memory; size_t size; CURLcode ret; diff --git a/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h b/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h index 06c67c7..0e2c438 100644 --- a/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h +++ b/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h @@ -1,6 +1,6 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) +// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) #ifndef TALSECRUNTIME_SWIFT_H #define TALSECRUNTIME_SWIFT_H #pragma clang diagnostic push @@ -42,12 +42,18 @@ #include #endif #if defined(__cplusplus) -#if __has_include() +#if defined(__arm64e__) && __has_include() # include #else +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wreserved-macro-identifier" # ifndef __ptrauth_swift_value_witness_function_pointer # define __ptrauth_swift_value_witness_function_pointer(x) # endif +# ifndef __ptrauth_swift_class_method_pointer +# define __ptrauth_swift_class_method_pointer(x) +# endif +#pragma clang diagnostic pop #endif #endif @@ -246,6 +252,17 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #else # define SWIFT_NOEXCEPT #endif +#if !defined(SWIFT_C_INLINE_THUNK) +# if __has_attribute(always_inline) +# if __has_attribute(nodebug) +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) +# else +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) +# endif +# else +# define SWIFT_C_INLINE_THUNK inline +# endif +#endif #if defined(_WIN32) #if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) # define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) @@ -281,14 +298,14 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #if defined(__OBJC__) -SWIFT_EXTERN void __ufPClAGKDVoyzaJzQuUGUlM(void); +SWIFT_EXTERN void __ZHTGnYaZGtssQgQfLqjRmSe(void); -#endif -#if defined(__cplusplus) #endif #if __has_attribute(external_source_symbol) # pragma clang attribute pop #endif +#if defined(__cplusplus) +#endif #pragma clang diagnostic pop #endif diff --git a/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/curl.h b/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/curl.h index 90aab02..75e17e1 100644 --- a/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/curl.h +++ b/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/curl.h @@ -631,6 +631,8 @@ typedef enum { CURLE_PROXY, /* 97 - proxy handshake error */ CURLE_SSL_CLIENTCERT, /* 98 - client-side certificate required */ CURLE_UNRECOVERABLE_POLL, /* 99 - poll/select returned fatal error */ + CURLE_TOO_LARGE, /* 100 - a value/data met its maximum */ + CURLE_ECH_REQUIRED, /* 101 - ECH tried but failed */ CURL_LAST /* never use! */ } CURLcode; @@ -787,11 +789,11 @@ typedef enum { * * CURLAUTH_NONE - No HTTP authentication * CURLAUTH_BASIC - HTTP Basic authentication (default) - * CURLAUTH_DIGEST - HTTP DisKUt authentication + * CURLAUTH_DIGEST - HTTP DingPt authentication * CURLAUTH_NEGOTIATE - HTTP Negotiate (SPNEGO) authentication * CURLAUTH_GSSNEGOTIATE - Alias for CURLAUTH_NEGOTIATE (deprecated) * CURLAUTH_NTLM - HTTP NTLM authentication - * CURLAUTH_DIGEST_IE - HTTP DisKUt authentication with IE flavour + * CURLAUTH_DIGEST_IE - HTTP DingPt authentication with IE flavour * CURLAUTH_NTLM_WB - HTTP NTLM authentication delegated to winbind helper * CURLAUTH_BEARER - HTTP Bearer token authentication * CURLAUTH_ONLY - Use together with a single other type to force no @@ -810,7 +812,10 @@ typedef enum { #define CURLAUTH_GSSAPI CURLAUTH_NEGOTIATE #define CURLAUTH_NTLM (((unsigned long)1)<<3) #define CURLAUTH_DIGEST_IE (((unsigned long)1)<<4) +#ifndef CURL_NO_OLDIES + /* functionality removed since 8.8.0 */ #define CURLAUTH_NTLM_WB (((unsigned long)1)<<5) +#endif #define CURLAUTH_BEARER (((unsigned long)1)<<6) #define CURLAUTH_AWS_SIGV4 (((unsigned long)1)<<7) #define CURLAUTH_ONLY (((unsigned long)1)<<31) @@ -1120,7 +1125,7 @@ typedef enum { /* Specified file stream to upload from (use as input): */ CURLOPT(CURLOPT_READDATA, CURLOPTTYPE_CBPOINT, 9), - /* Buffer to receive error messasKU in, must be at least CURL_ERROR_SIZE + /* Buffer to receive error messangP in, must be at least CURL_ERROR_SIZE * bytes big. */ CURLOPT(CURLOPT_ERRORBUFFER, CURLOPTTYPE_OBJECTPOINT, 10), @@ -1500,7 +1505,7 @@ typedef enum { Note that setting multiple bits may cause extra network round-trips. */ CURLOPT(CURLOPT_PROXYAUTH, CURLOPTTYPE_VALUES, 111), - /* Option that chansKU the timeout, in seconds, associated with getting a + /* Option that channgP the timeout, in seconds, associated with getting a response. This is different from transfer timeout time and essentially places a demand on the server to acknowledge commands in a timely manner. For FTP, SMTP, IMAP and POP3. */ @@ -1845,7 +1850,8 @@ typedef enum { /* allow GSSAPI credential delegation */ CURLOPT(CURLOPT_GSSAPI_DELEGATION, CURLOPTTYPE_VALUES, 210), - /* Set the name servers to use for DNS resolution */ + /* Set the name servers to use for DNS resolution. + * Only supported by the c-ares DNS backend */ CURLOPT(CURLOPT_DNS_SERVERS, CURLOPTTYPE_STRINGPOINT, 211), /* Time-out accept operations (currently for FTP only) after this amount @@ -2201,6 +2207,12 @@ typedef enum { /* set a specific client IP for HAProxy PROXY protocol header? */ CURLOPT(CURLOPT_HAPROXY_CLIENT_IP, CURLOPTTYPE_STRINGPOINT, 323), + /* millisecond version */ + CURLOPT(CURLOPT_SERVER_RESPONSE_TIMEOUT_MS, CURLOPTTYPE_LONG, 324), + + /* set ECH configuration */ + CURLOPT(CURLOPT_ECH, CURLOPTTYPE_STRINGPOINT, 325), + CURLOPT_LASTENTRY /* the last unused */ } CURLoption; @@ -2306,30 +2318,26 @@ enum CURL_NETRC_OPTION { CURL_NETRC_LAST }; -enum { - CURL_SSLVERSION_DEFAULT, - CURL_SSLVERSION_TLSv1, /* TLS 1.x */ - CURL_SSLVERSION_SSLv2, - CURL_SSLVERSION_SSLv3, - CURL_SSLVERSION_TLSv1_0, - CURL_SSLVERSION_TLSv1_1, - CURL_SSLVERSION_TLSv1_2, - CURL_SSLVERSION_TLSv1_3, - - CURL_SSLVERSION_LAST /* never use, keep last */ -}; +#define CURL_SSLVERSION_DEFAULT 0 +#define CURL_SSLVERSION_TLSv1 1 /* TLS 1.x */ +#define CURL_SSLVERSION_SSLv2 2 +#define CURL_SSLVERSION_SSLv3 3 +#define CURL_SSLVERSION_TLSv1_0 4 +#define CURL_SSLVERSION_TLSv1_1 5 +#define CURL_SSLVERSION_TLSv1_2 6 +#define CURL_SSLVERSION_TLSv1_3 7 -enum { - CURL_SSLVERSION_MAX_NONE = 0, - CURL_SSLVERSION_MAX_DEFAULT = (CURL_SSLVERSION_TLSv1 << 16), - CURL_SSLVERSION_MAX_TLSv1_0 = (CURL_SSLVERSION_TLSv1_0 << 16), - CURL_SSLVERSION_MAX_TLSv1_1 = (CURL_SSLVERSION_TLSv1_1 << 16), - CURL_SSLVERSION_MAX_TLSv1_2 = (CURL_SSLVERSION_TLSv1_2 << 16), - CURL_SSLVERSION_MAX_TLSv1_3 = (CURL_SSLVERSION_TLSv1_3 << 16), +#define CURL_SSLVERSION_LAST 8 /* never use, keep last */ + +#define CURL_SSLVERSION_MAX_NONE 0 +#define CURL_SSLVERSION_MAX_DEFAULT (CURL_SSLVERSION_TLSv1 << 16) +#define CURL_SSLVERSION_MAX_TLSv1_0 (CURL_SSLVERSION_TLSv1_0 << 16) +#define CURL_SSLVERSION_MAX_TLSv1_1 (CURL_SSLVERSION_TLSv1_1 << 16) +#define CURL_SSLVERSION_MAX_TLSv1_2 (CURL_SSLVERSION_TLSv1_2 << 16) +#define CURL_SSLVERSION_MAX_TLSv1_3 (CURL_SSLVERSION_TLSv1_3 << 16) /* never use, keep last */ - CURL_SSLVERSION_MAX_LAST = (CURL_SSLVERSION_LAST << 16) -}; +#define CURL_SSLVERSION_MAX_LAST (CURL_SSLVERSION_LAST << 16) enum CURL_TLSAUTH { CURL_TLSAUTH_NONE, @@ -2932,7 +2940,9 @@ typedef enum { CURLINFO_CAPATH = CURLINFO_STRING + 62, CURLINFO_XFER_ID = CURLINFO_OFF_T + 63, CURLINFO_CONN_ID = CURLINFO_OFF_T + 64, - CURLINFO_LASTONE = 64 + CURLINFO_QUEUE_TIME_T = CURLINFO_OFF_T + 65, + CURLINFO_USED_PROXY = CURLINFO_LONG + 66, + CURLINFO_LASTONE = 66 } CURLINFO; /* CURLINFO_RESPONSE_CODE is the new name for the option previously known as @@ -3028,26 +3038,27 @@ CURL_EXTERN CURLSHcode curl_share_cleanup(CURLSH *share); */ typedef enum { - CURLVERSION_FIRST, - CURLVERSION_SECOND, - CURLVERSION_THIRD, - CURLVERSION_FOURTH, - CURLVERSION_FIFTH, - CURLVERSION_SIXTH, - CURLVERSION_SEVENTH, - CURLVERSION_EIGHTH, - CURLVERSION_NINTH, - CURLVERSION_TENTH, - CURLVERSION_ELEVENTH, + CURLVERSION_FIRST, /* 7.10 */ + CURLVERSION_SECOND, /* 7.11.1 */ + CURLVERSION_THIRD, /* 7.12.0 */ + CURLVERSION_FOURTH, /* 7.16.1 */ + CURLVERSION_FIFTH, /* 7.57.0 */ + CURLVERSION_SIXTH, /* 7.66.0 */ + CURLVERSION_SEVENTH, /* 7.70.0 */ + CURLVERSION_EIGHTH, /* 7.72.0 */ + CURLVERSION_NINTH, /* 7.75.0 */ + CURLVERSION_TENTH, /* 7.77.0 */ + CURLVERSION_ELEVENTH, /* 7.87.0 */ + CURLVERSION_TWELFTH, /* 8.8.0 */ CURLVERSION_LAST /* never actually use this */ } CURLversion; /* The 'CURLVERSION_NOW' is the symbolic name meant to be used by basically all programs ever that want to get version information. It is meant to be a built-in version number for what kind of struct the caller - expects. If the struct ever chansKU, we redefine the NOW to another enum + expects. If the struct ever channgP, we redefine the NOW to another enum from above. */ -#define CURLVERSION_NOW CURLVERSION_ELEVENTH +#define CURLVERSION_NOW CURLVERSION_TWELFTH struct curl_version_info_data { CURLversion age; /* age of the returned struct */ @@ -3107,6 +3118,9 @@ struct curl_version_info_data { /* These fields were added in CURLVERSION_ELEVENTH */ /* feature_names is terminated by an entry with a NULL feature name */ const char * const *feature_names; + + /* These fields were added in CURLVERSION_TWELFTH */ + const char *rtmp_version; /* human readable string. */ }; typedef struct curl_version_info_data curl_version_info_data; @@ -3147,7 +3161,7 @@ typedef struct curl_version_info_data curl_version_info_data; #define CURL_VERSION_GSASL (1<<29) /* libgsasl is supported */ #define CURL_VERSION_THREADSAFE (1<<30) /* libcurl API is thread-safe */ - /* +/* * NAME curl_version_info() * * DESCRIPTION @@ -3164,7 +3178,7 @@ CURL_EXTERN curl_version_info_data *curl_version_info(CURLversion); * * The curl_easy_strerror function may be used to turn a CURLcode value * into the equivalent human readable error string. This is useful - * for printing meaningful error messasKU. + * for printing meaningful error messangP. */ CURL_EXTERN const char *curl_easy_strerror(CURLcode); @@ -3175,7 +3189,7 @@ CURL_EXTERN const char *curl_easy_strerror(CURLcode); * * The curl_share_strerror function may be used to turn a CURLSHcode value * into the equivalent human readable error string. This is useful - * for printing meaningful error messasKU. + * for printing meaningful error messangP. */ CURL_EXTERN const char *curl_share_strerror(CURLSHcode); diff --git a/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/curlver.h b/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/curlver.h index 73b37e8..b68e3ee 100644 --- a/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/curlver.h +++ b/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/curlver.h @@ -32,12 +32,12 @@ /* This is the version number of the libcurl package from which this header file origins: */ -#define LIBCURL_VERSION "8.5.0" +#define LIBCURL_VERSION "8.8.0" /* The numeric version number is also available "in parts" by using these defines: */ #define LIBCURL_VERSION_MAJOR 8 -#define LIBCURL_VERSION_MINOR 5 +#define LIBCURL_VERSION_MINOR 8 #define LIBCURL_VERSION_PATCH 0 /* This is the numeric version of the libcurl version number, meant for easier @@ -59,7 +59,7 @@ CURL_VERSION_BITS() macro since curl's own configure script greps for it and needs it to contain the full number. */ -#define LIBCURL_VERSION_NUM 0x080500 +#define LIBCURL_VERSION_NUM 0x080800 /* * This is the date and time when the full source package was created. The @@ -70,7 +70,7 @@ * * "2007-11-23" */ -#define LIBCURL_TIMESTAMP "2023-12-06" +#define LIBCURL_TIMESTAMP "2024-05-22" #define CURL_VERSION_BITS(x,y,z) ((x)<<16|(y)<<8|(z)) #define CURL_AT_LEAST_VERSION(x,y,z) \ diff --git a/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/mprintf.h b/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/mprintf.h index dc5664b..4f70454 100644 --- a/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/mprintf.h +++ b/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/mprintf.h @@ -34,19 +34,27 @@ extern "C" { #if (defined(__GNUC__) || defined(__clang__)) && \ defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L) && \ - !defined(__MINGW32__) && !defined(CURL_NO_FMT_CHECKS) -#define CURL_TEMP_PRINTF(a,b) __attribute__ ((format(printf, a, b))) + !defined(CURL_NO_FMT_CHECKS) +#if defined(__MINGW32__) && !defined(__clang__) +#define CURL_TEMP_PRINTF(fmt, arg) \ + __attribute__((format(gnu_printf, fmt, arg))) #else -#define CURL_TEMP_PRINTF(a,b) +#define CURL_TEMP_PRINTF(fmt, arg) \ + __attribute__((format(printf, fmt, arg))) +#endif +#else +#define CURL_TEMP_PRINTF(fmt, arg) #endif -CURL_EXTERN int curl_mprintf(const char *format, ...) CURL_TEMP_PRINTF(1, 2); +CURL_EXTERN int curl_mprintf(const char *format, ...) + CURL_TEMP_PRINTF(1, 2); CURL_EXTERN int curl_mfprintf(FILE *fd, const char *format, ...) CURL_TEMP_PRINTF(2, 3); CURL_EXTERN int curl_msprintf(char *buffer, const char *format, ...) CURL_TEMP_PRINTF(2, 3); CURL_EXTERN int curl_msnprintf(char *buffer, size_t maxlength, - const char *format, ...) CURL_TEMP_PRINTF(3, 4); + const char *format, ...) + CURL_TEMP_PRINTF(3, 4); CURL_EXTERN int curl_mvprintf(const char *format, va_list args) CURL_TEMP_PRINTF(1, 0); CURL_EXTERN int curl_mvfprintf(FILE *fd, const char *format, va_list args) diff --git a/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/multi.h b/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/multi.h index 569c006..e9872c5 100644 --- a/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/multi.h +++ b/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/multi.h @@ -236,8 +236,8 @@ CURL_EXTERN CURLMcode curl_multi_cleanup(CURLM *multi_handle); /* * Name: curl_multi_info_read() * - * Desc: Ask the multi handle if there's any messasKU/informationals from - * the individual transfers. MessasKU include informationals such as + * Desc: Ask the multi handle if there's any messangP/informationals from + * the individual transfers. MessangP include informationals such as * error code from the transfer or just the fact that a transfer is * completed. More details on these should be written down as well. * @@ -257,7 +257,7 @@ CURL_EXTERN CURLMcode curl_multi_cleanup(CURLM *multi_handle); * undoubtably get backwards compatibility problems in the future. * * Returns: A pointer to a filled-in struct, or NULL if it failed or ran out - * of structs. It also writes the number of messasKU left in the + * of structs. It also writes the number of messangP left in the * queue (after this read) in the integer the second argument points * to. */ @@ -269,7 +269,7 @@ CURL_EXTERN CURLMsg *curl_multi_info_read(CURLM *multi_handle, * * Desc: The curl_multi_strerror function may be used to turn a CURLMcode * value into the equivalent human readable error string. This is - * useful for printing meaningful error messasKU. + * useful for printing meaningful error messangP. * * Returns: A pointer to a null-terminated error message. */ @@ -464,6 +464,20 @@ typedef int (*curl_push_callback)(CURL *parent, struct curl_pushheaders *headers, void *userp); +/* + * Name: curl_multi_waitfds() + * + * Desc: Ask curl for fds for polling. The app can use these to poll on. + * We want curl_multi_perform() called as soon as one of them are + * ready. Passing zero size allows to get just a number of fds. + * + * Returns: CURLMcode type, general multi error code. + */ +CURL_EXTERN CURLMcode curl_multi_waitfds(CURLM *multi, + struct curl_waitfd *ufds, + unsigned int size, + unsigned int *fd_count); + #ifdef __cplusplus } /* end of extern "C" */ #endif diff --git a/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/options.h b/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/options.h index 4156c3e..f677a15 100644 --- a/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/options.h +++ b/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/options.h @@ -46,7 +46,7 @@ typedef enum { we prefer another name */ #define CURLOT_FLAG_ALIAS (1<<0) -/* The CURLOPTTYPE_* id ransKU can still be used to figure out what type/size +/* The CURLOPTTYPE_* id ranngP can still be used to figure out what type/size to use for curl_easy_setopt() for the given id */ struct curl_easyoption { const char *name; diff --git a/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/system.h b/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/system.h index f2554b4..81a1b81 100644 --- a/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/system.h +++ b/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/system.h @@ -184,9 +184,8 @@ # define CURL_FORMAT_CURL_OFF_TU PRIu64 # define CURL_SUFFIX_CURL_OFF_T LL # define CURL_SUFFIX_CURL_OFF_TU ULL -# define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t +# define CURL_TYPEOF_CURL_SOCKLEN_T int # define CURL_PULL_SYS_TYPES_H 1 -# define CURL_PULL_WS2TCPIP_H 1 #elif defined(__VMS) # if defined(__VAX) @@ -417,15 +416,6 @@ #define CURL_PULL_SYS_POLL_H #endif - -/* CURL_PULL_WS2TCPIP_H is defined above when inclusion of header file */ -/* ws2tcpip.h is required here to properly make type definitions below. */ -#ifdef CURL_PULL_WS2TCPIP_H -# include -# include -# include -#endif - /* CURL_PULL_SYS_TYPES_H is defined above when inclusion of header file */ /* sys/types.h is required here to properly make type definitions below. */ #ifdef CURL_PULL_SYS_TYPES_H diff --git a/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/urlapi.h b/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/urlapi.h index 82e805e..20dfe03 100644 --- a/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/urlapi.h +++ b/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/urlapi.h @@ -63,6 +63,7 @@ typedef enum { CURLUE_BAD_SLASHES, /* 28 */ CURLUE_BAD_USER, /* 29 */ CURLUE_LACKS_IDN, /* 30 */ + CURLUE_TOO_LARGE, /* 31 */ CURLUE_LAST } CURLUcode; @@ -98,6 +99,9 @@ typedef enum { #define CURLU_ALLOW_SPACE (1<<11) /* Allow spaces in the URL */ #define CURLU_PUNYCODE (1<<12) /* get the host name in punycode */ #define CURLU_PUNY2IDN (1<<13) /* punycode => IDN conversion */ +#define CURLU_GET_EMPTY (1<<14) /* allow empty queries and fragments + when extracting the URL or the + components */ typedef struct Curl_URL CURLU; @@ -139,7 +143,7 @@ CURL_EXTERN CURLUcode curl_url_set(CURLU *handle, CURLUPart what, /* * curl_url_strerror() turns a CURLUcode value into the equivalent human * readable error string. This is useful for printing meaningful error - * messasKU. + * messangP. */ CURL_EXTERN const char *curl_url_strerror(CURLUcode); diff --git a/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Info.plist b/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Info.plist index 184d1bf..80b8708 100644 Binary files a/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Info.plist and b/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Info.plist differ diff --git a/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.abi.json b/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.abi.json index 29e0fb3..bb909d1 100644 --- a/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.abi.json +++ b/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.abi.json @@ -1500,6 +1500,39 @@ "RawDocComment" ] }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TalsecRuntime.SecurityThreat?", + "children": [ + { + "kind": "TypeNominal", + "name": "SecurityThreat", + "printedName": "TalsecRuntime.SecurityThreat", + "usr": "s:13TalsecRuntime14SecurityThreatO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:13TalsecRuntime14SecurityThreatO8rawValueACSgSS_tcfc", + "mangledName": "$s13TalsecRuntime14SecurityThreatO8rawValueACSgSS_tcfc", + "moduleName": "TalsecRuntime", + "implicit": true, + "init_kind": "Designated" + }, { "kind": "Var", "name": "rawValue", @@ -1539,39 +1572,6 @@ } ] }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TalsecRuntime.SecurityThreat?", - "children": [ - { - "kind": "TypeNominal", - "name": "SecurityThreat", - "printedName": "TalsecRuntime.SecurityThreat", - "usr": "s:13TalsecRuntime14SecurityThreatO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:13TalsecRuntime14SecurityThreatO8rawValueACSgSS_tcfc", - "mangledName": "$s13TalsecRuntime14SecurityThreatO8rawValueACSgSS_tcfc", - "moduleName": "TalsecRuntime", - "implicit": true, - "init_kind": "Designated" - }, { "kind": "Var", "name": "allCases", @@ -1747,6 +1747,7 @@ "mangledName": "$sSS", "moduleName": "Swift", "declAttributes": [ + "EagerMove", "Frozen" ], "isExternal": true, @@ -2277,2933 +2278,945 @@ }, "ConstValues": [ { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/String+Utils.swift", - "kind": "StringLiteral", - "offset": 692, - "length": 4, - "value": "\"-:\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/String+Utils.swift", - "kind": "StringLiteral", - "offset": 1076, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/RuntimeManipulation\/RuntimeManipulationDetection.swift", - "kind": "IntegerLiteral", - "offset": 689, - "length": 5, - "value": "27042" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/RuntimeManipulation\/RuntimeManipulationDetection.swift", - "kind": "IntegerLiteral", - "offset": 796, - "length": 4, - "value": "4444" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/RuntimeManipulation\/RuntimeManipulationDetection.swift", - "kind": "IntegerLiteral", - "offset": 892, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/RuntimeManipulation\/RuntimeManipulationDetection.swift", - "kind": "BooleanLiteral", - "offset": 908, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/RuntimeManipulation\/RuntimeManipulationDetection.swift", - "kind": "IntegerLiteral", - "offset": 1453, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 243, "length": 13, "value": "\"development\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 279, "length": 12, "value": "\"production\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 312, "length": 10, "value": "\"disabled\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 243, "length": 13, "value": "\"development\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 279, "length": 12, "value": "\"production\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 312, "length": 10, "value": "\"disabled\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 575, "length": 24, "value": "\"keychain-access-groups\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 628, "length": 16, "value": "\"get-task-allow\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 675, "length": 17, "value": "\"aps-environment\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 722, "length": 24, "value": "\"application-identifier\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 575, "length": 24, "value": "\"keychain-access-groups\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 628, "length": 16, "value": "\"get-task-allow\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 675, "length": 17, "value": "\"aps-environment\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 722, "length": 24, "value": "\"application-identifier\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", - "kind": "Array", - "offset": 1293, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", - "kind": "BooleanLiteral", - "offset": 1390, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "BooleanLiteral", "offset": 1994, "length": 5, "value": "false" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2227, "length": 6, "value": "\"Name\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2259, "length": 11, "value": "\"AppIDName\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2296, "length": 29, "value": "\"ApplicationIdentifierPrefix\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2350, "length": 10, "value": "\"TeamName\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2392, "length": 16, "value": "\"TeamIdentifier\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2433, "length": 10, "value": "\"Platform\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2474, "length": 16, "value": "\"IsXcodeManaged\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2519, "length": 14, "value": "\"CreationDate\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2564, "length": 16, "value": "\"ExpirationDate\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2607, "length": 12, "value": "\"TimeToLive\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2640, "length": 6, "value": "\"UUID\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2670, "length": 9, "value": "\"Version\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2708, "length": 14, "value": "\"Entitlements\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2227, "length": 6, "value": "\"Name\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2259, "length": 11, "value": "\"AppIDName\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2296, "length": 29, "value": "\"ApplicationIdentifierPrefix\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2350, "length": 10, "value": "\"TeamName\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2392, "length": 16, "value": "\"TeamIdentifier\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2433, "length": 10, "value": "\"Platform\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2474, "length": 16, "value": "\"IsXcodeManaged\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2519, "length": 14, "value": "\"CreationDate\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2564, "length": 16, "value": "\"ExpirationDate\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2607, "length": 12, "value": "\"TimeToLive\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2640, "length": 6, "value": "\"UUID\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2670, "length": 9, "value": "\"Version\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2708, "length": 14, "value": "\"Entitlements\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", - "kind": "StringLiteral", - "offset": 3111, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", - "kind": "StringLiteral", - "offset": 3344, - "length": 8, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift", "kind": "Array", "offset": 375, "length": 2, "value": "[]" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift", "kind": "StringLiteral", "offset": 415, "length": 2, "value": "\"\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift", "kind": "BooleanLiteral", "offset": 491, "length": 4, "value": "true" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift", - "kind": "Array", - "offset": 9007, - "length": 61, - "value": "[0x01, 0xe9, 0x4c, 0xa7, 0xb5, 0xfb, 0xf9, 0x38, 0xd5, 0x79]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift", - "kind": "StringLiteral", - "offset": 9146, - "length": 7, - "value": "\"6.4.0\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift", - "kind": "StringLiteral", - "offset": 9214, - "length": 8, - "value": "\"Native\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift", - "kind": "StringLiteral", - "offset": 9745, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 471, "length": 11, "value": "\"osVersion\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 511, "length": 14, "value": "\"manufacturer\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 547, "length": 7, "value": "\"model\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 471, "length": 11, "value": "\"osVersion\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 511, "length": 14, "value": "\"manufacturer\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 547, "length": 7, "value": "\"model\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 753, "length": 10, "value": "\"security\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 790, "length": 12, "value": "\"biometrics\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 835, "length": 18, "value": "\"hwBackedKeychain\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 753, "length": 10, "value": "\"security\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 790, "length": 12, "value": "\"biometrics\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 835, "length": 18, "value": "\"hwBackedKeychain\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 1430, "length": 18, "value": "\"endOfGracePeriod\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 1430, "length": 18, "value": "\"endOfGracePeriod\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 1874, "length": 15, "value": "\"appIdentifier\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 1916, "length": 12, "value": "\"appVersion\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 1874, "length": 15, "value": "\"appIdentifier\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 1916, "length": 12, "value": "\"appVersion\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 5848, "length": 5, "value": "\"iOS\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 6285, "length": 7, "value": "\"en_US\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 6764, "length": 3, "value": "\".\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 6814, "length": 2, "value": "\"\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7037, "length": 12, "value": "\"instanceId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7076, "length": 12, "value": "\"deviceInfo\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7116, "length": 13, "value": "\"deviceState\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7153, "length": 9, "value": "\"appInfo\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7187, "length": 10, "value": "\"platform\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7223, "length": 11, "value": "\"occurence\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7265, "length": 16, "value": "\"incidentReport\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7304, "length": 8, "value": "\"checks\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7339, "length": 12, "value": "\"externalId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7377, "length": 11, "value": "\"sessionId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7413, "length": 10, "value": "\"deviceId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7450, "length": 12, "value": "\"sdkVersion\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7490, "length": 13, "value": "\"sdkPlatform\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7533, "length": 15, "value": "\"sdkIdentifier\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7037, "length": 12, "value": "\"instanceId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7076, "length": 12, "value": "\"deviceInfo\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7116, "length": 13, "value": "\"deviceState\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7153, "length": 9, "value": "\"appInfo\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7187, "length": 10, "value": "\"platform\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7223, "length": 11, "value": "\"occurence\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7265, "length": 16, "value": "\"incidentReport\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7304, "length": 8, "value": "\"checks\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7339, "length": 12, "value": "\"externalId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7377, "length": 11, "value": "\"sessionId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7413, "length": 10, "value": "\"deviceId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7450, "length": 12, "value": "\"sdkVersion\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7490, "length": 13, "value": "\"sdkPlatform\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7533, "length": 15, "value": "\"sdkIdentifier\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/Reactions\/SimulatorReaction.swift", - "kind": "IntegerLiteral", - "offset": 498, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceProperties\/PhoneDeviceProperties.swift", - "kind": "BooleanLiteral", - "offset": 1841, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceProperties\/PhoneDeviceProperties.swift", - "kind": "BooleanLiteral", - "offset": 1962, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceProperties\/PhoneDeviceProperties.swift", - "kind": "BooleanLiteral", - "offset": 1993, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceBinding\/DeviceBinding.swift", - "kind": "IntegerLiteral", - "offset": 3468, - "length": 3, - "value": "256" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceBinding\/DeviceBinding.swift", - "kind": "BooleanLiteral", - "offset": 3955, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceBinding\/DeviceBinding.swift", - "kind": "Array", - "offset": 4279, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceBinding\/DeviceBinding.swift", - "kind": "BooleanLiteral", - "offset": 5469, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceBinding\/DeviceBinding.swift", - "kind": "BooleanLiteral", - "offset": 5973, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 369, "length": 5, "value": "\"iOS\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 883, "length": 7, "value": "\"en_US\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1138, "length": 12, "value": "\"instanceId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1177, "length": 12, "value": "\"sdkVersion\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1214, "length": 10, "value": "\"platform\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1252, "length": 13, "value": "\"sdkPlatform\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1292, "length": 12, "value": "\"deviceInfo\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1332, "length": 13, "value": "\"deviceState\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1371, "length": 11, "value": "\"occurence\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1405, "length": 8, "value": "\"checks\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1438, "length": 10, "value": "\"deviceId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1475, "length": 12, "value": "\"externalId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1513, "length": 11, "value": "\"licensing\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1138, "length": 12, "value": "\"instanceId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1177, "length": 12, "value": "\"sdkVersion\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1214, "length": 10, "value": "\"platform\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1252, "length": 13, "value": "\"sdkPlatform\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1292, "length": 12, "value": "\"deviceInfo\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1332, "length": 13, "value": "\"deviceState\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1371, "length": 11, "value": "\"occurence\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1405, "length": 8, "value": "\"checks\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1438, "length": 10, "value": "\"deviceId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1475, "length": 12, "value": "\"externalId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1513, "length": 11, "value": "\"licensing\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Check.swift", "kind": "StringLiteral", - "offset": 676, - "length": 24, - "value": "\"StoringError \"" + "offset": 539, + "length": 8, + "value": "\"status\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Check.swift", "kind": "StringLiteral", - "offset": 699, - "length": 1, - "value": "\"\"" + "offset": 570, + "length": 8, + "value": "\"timeMs\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Check.swift", "kind": "StringLiteral", - "offset": 760, - "length": 24, - "value": "\"LoadingError \"" + "offset": 539, + "length": 8, + "value": "\"status\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Check.swift", "kind": "StringLiteral", - "offset": 783, - "length": 1, - "value": "\"\"" + "offset": 570, + "length": 8, + "value": "\"timeMs\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", - "kind": "StringLiteral", - "offset": 831, - "length": 13, - "value": "\"KeyNotFound\"" + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/FreeRASP\/TalsecRunner.swift", + "kind": "BooleanLiteral", + "offset": 477, + "length": 4, + "value": "true" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", "kind": "StringLiteral", - "offset": 894, - "length": 16, - "value": "\"KeyInvalidated\"" + "offset": 288, + "length": 14, + "value": "\"appIntegrity\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", "kind": "StringLiteral", - "offset": 974, - "length": 37, - "value": "\"AllreadyTracked message: \"" + "offset": 380, + "length": 18, + "value": "\"privilegedAccess\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", "kind": "StringLiteral", - "offset": 1010, - "length": 1, - "value": "\"\"" + "offset": 453, + "length": 7, + "value": "\"debug\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", "kind": "StringLiteral", - "offset": 1072, - "length": 35, - "value": "\"IllegalState, message: \"" + "offset": 558, + "length": 7, + "value": "\"hooks\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", "kind": "StringLiteral", - "offset": 1106, - "length": 1, - "value": "\"\"" + "offset": 900, + "length": 15, + "value": "\"deviceBinding\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", "kind": "StringLiteral", - "offset": 1168, - "length": 35, - "value": "\"GeneralError, message: \"" + "offset": 288, + "length": 14, + "value": "\"appIntegrity\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", "kind": "StringLiteral", - "offset": 1202, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/Reactions\/JailbreakReaction.swift", - "kind": "IntegerLiteral", - "offset": 505, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/Reactions\/DeviceBindingReaction.swift", - "kind": "IntegerLiteral", - "offset": 514, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/Reactions\/SignatureReaction.swift", - "kind": "IntegerLiteral", - "offset": 593, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceProperties\/SecureEnclaveDetection.swift", - "kind": "IntegerLiteral", - "offset": 1317, - "length": 3, - "value": "256" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceProperties\/SecureEnclaveDetection.swift", - "kind": "BooleanLiteral", - "offset": 1740, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceProperties\/SecureEnclaveDetection.swift", - "kind": "BooleanLiteral", - "offset": 1939, - "length": 4, - "value": "true" + "offset": 380, + "length": 18, + "value": "\"privilegedAccess\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/SignatureDetection.swift", - "kind": "BooleanLiteral", - "offset": 1608, - "length": 4, - "value": "true" + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", + "kind": "StringLiteral", + "offset": 453, + "length": 7, + "value": "\"debug\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/SignatureDetection.swift", - "kind": "BooleanLiteral", - "offset": 1787, - "length": 5, - "value": "false" + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", + "kind": "StringLiteral", + "offset": 558, + "length": 7, + "value": "\"hooks\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/SignatureDetection.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", "kind": "StringLiteral", - "offset": 4060, - "length": 3, - "value": "\".\"" + "offset": 900, + "length": 15, + "value": "\"deviceBinding\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/UnofficialStore\/UnofficialStore.swift", - "kind": "BooleanLiteral", - "offset": 820, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceProperties\/DeviceProperties.swift", - "kind": "StringLiteral", - "offset": 735, - "length": 4, - "value": "\"\u0000\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceProperties\/DeviceProperties.swift", - "kind": "StringLiteral", - "offset": 747, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Check.swift", - "kind": "IntegerLiteral", - "offset": 455, - "length": 4, - "value": "1000" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Check.swift", - "kind": "StringLiteral", - "offset": 539, - "length": 8, - "value": "\"status\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Check.swift", - "kind": "StringLiteral", - "offset": 570, - "length": 8, - "value": "\"timeMs\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Check.swift", - "kind": "StringLiteral", - "offset": 539, - "length": 8, - "value": "\"status\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Check.swift", - "kind": "StringLiteral", - "offset": 570, - "length": 8, - "value": "\"timeMs\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 2125, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 2189, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 4279, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 5062, - "length": 2, - "value": "22" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 5079, - "length": 4, - "value": "2222" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 5098, - "length": 2, - "value": "44" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 5115, - "length": 4, - "value": "1337" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 5624, - "length": 10, - "value": "0x80000002" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 5906, - "length": 73688, - "value": "[[[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0xC6, 0x2F], [0x78, 0x8A, 0x3E], [0x68, 0x99, 0x38], [0x31, 0xC7, 0x75]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0xC6, 0x28, 0xD7], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0xD4], [0x74, 0x8B, 0x3F], [0x75, 0x9B, 0x2D, 0xD3], [0x64, 0xC7, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x85, 0x25], [0x63, 0xC6, 0x28, 0xD7], [0x6A, 0x8E, 0x63], [0x68, 0x87, 0x2A], [0x6E, 0xC6, 0x2F, 0xC8], [0x6C, 0xC7, 0x3F], [0x60, 0x9C, 0x3E, 0xCE], [0x6A, 0xC7, 0x3F, 0xD2], [0x63, 0x9A, 0x38], [0x73, 0x88, 0x38], [0x64, 0xC7, 0x3F, 0xC6], [0x67, 0x8C, 0x21], [0x6E, 0x8D, 0x29], [0x2F, 0x85, 0x25, 0xD4], [0x75]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x85, 0x25, 0xC5], [0x2E, 0x8D, 0x3C, 0xCC], [0x66, 0xC6, 0x25, 0xC9], [0x67, 0x86, 0x63], [0x62, 0x86, 0x21], [0x2F, 0x9A, 0x2D], [0x74, 0x9B, 0x25], [0x6A, 0xC7, 0x3F], [0x74, 0x8B, 0x3F, 0xD3], [0x73, 0x88, 0x38], [0x64, 0xC7, 0x3F], [0x60, 0x8F, 0x29], [0x6C, 0x86, 0x28, 0xC2], [0x2F, 0x84, 0x28, 0x92], [0x72, 0x9C, 0x21], [0x72]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x63], [0x65, 0x99, 0x27], [0x66, 0xC6, 0x25, 0xC9], [0x67, 0x86, 0x63, 0xCA], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x3F, 0xD2], [0x63, 0x9A, 0x38], [0x73, 0x88, 0x38], [0x64, 0xC7, 0x3C, 0xC8], [0x72, 0x9D, 0x3E, 0xCA]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x85, 0x25], [0x63, 0xC6, 0x28, 0xD7], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23, 0x88], [0x6C, 0x86, 0x2E], [0x68, 0x85, 0x29, 0xD4], [0x74, 0x8B, 0x3F, 0xD3], [0x73, 0x88, 0x38], [0x64, 0xC7, 0x29], [0x79, 0x9D, 0x3E], [0x60, 0x80, 0x22], [0x72, 0x9D, 0x13]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0xC6, 0x28], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A, 0xC8], [0x2E, 0x8A, 0x35, 0xC3], [0x68, 0x88, 0x62], [0x6C, 0x8D, 0x79, 0xD4], [0x74, 0x84, 0x3F]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x85, 0x25, 0xC5], [0x2E, 0x8D, 0x3C, 0xCC], [0x66, 0xC6, 0x25], [0x6F, 0x8F, 0x23, 0x88], [0x62, 0x90, 0x28], [0x68, 0x88, 0x62, 0xD7], [0x73, 0x8C, 0x25, 0xC9], [0x72, 0x9D]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x85, 0x25, 0xC5], [0x2E, 0x8D, 0x3C], [0x6A, 0x8E, 0x63], [0x68, 0x87, 0x2A], [0x6E, 0xC6, 0x2F, 0xDE], [0x65, 0x80, 0x2D, 0x89], [0x71, 0x86, 0x3F, 0xD3], [0x68, 0x87, 0x3F, 0xD3]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x85, 0x25, 0xC5], [0x2E, 0x8D, 0x3C], [0x6A, 0x8E, 0x63], [0x68, 0x87, 0x2A, 0xC8], [0x2E, 0x8A, 0x35, 0xC3], [0x68, 0x88, 0x62], [0x75, 0x9B, 0x25], [0x66, 0x8E, 0x29, 0xD5], [0x72]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0x8D, 0x3C, 0xCC], [0x66, 0xC6, 0x25, 0xC9], [0x67, 0x86, 0x63, 0xCA], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x3F], [0x74, 0x8B, 0x3F], [0x75, 0x9B, 0x2D, 0xD3], [0x64, 0xC7, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x28], [0x71, 0x82, 0x2B], [0x2E, 0x80, 0x22], [0x67, 0x86, 0x63, 0xC4], [0x6E, 0x84, 0x62], [0x72, 0x88, 0x39], [0x73, 0x80, 0x27], [0x2F, 0x9A, 0x39], [0x63, 0x9A, 0x38, 0xD5], [0x60, 0x9D, 0x29, 0x89], [0x72, 0x88, 0x2A, 0xC2], [0x6C, 0x86, 0x28, 0xC2], [0x2F, 0x85, 0x25], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0x8D, 0x3C], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23], [0x2E, 0x8A, 0x23], [0x6C, 0xC7, 0x3F], [0x60, 0x9C, 0x3E, 0xCE], [0x6A, 0xC7, 0x3F], [0x74, 0x8B, 0x3F], [0x75, 0x9B, 0x2D], [0x75, 0x8C, 0x62, 0xD4], [0x60, 0x8F, 0x29], [0x6C, 0x86, 0x28, 0xC2], [0x2F, 0x84, 0x28, 0x92], [0x72, 0x9C, 0x21, 0xD4]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x28, 0xD7], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0xD4], [0x74, 0x8B, 0x3F], [0x75, 0x9B, 0x2D], [0x75, 0x8C, 0x62], [0x71, 0x86, 0x3F], [0x75, 0x9B, 0x21]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xC3], [0x71, 0x82, 0x2B], [0x2E, 0x80, 0x22], [0x67, 0x86, 0x63, 0xCA], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x3F, 0xD2], [0x63, 0x9A, 0x38, 0xD5], [0x60, 0x9D, 0x29, 0x89], [0x64, 0x91, 0x38, 0xD5], [0x60, 0x80, 0x22], [0x72, 0x9D, 0x13]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0x8D, 0x3C, 0xCC], [0x66, 0xC6, 0x25], [0x6F, 0x8F, 0x23, 0x88], [0x62, 0x90, 0x28], [0x68, 0x88, 0x62], [0x6C, 0x8D, 0x79, 0xD4], [0x74, 0x84, 0x3F]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0x8D, 0x3C], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23], [0x2E, 0x8A, 0x35, 0xC3], [0x68, 0x88, 0x62, 0xD7], [0x73, 0x8C, 0x25, 0xC9], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0x8D, 0x3C], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23, 0x88], [0x62, 0x90, 0x28, 0xCE], [0x60, 0xC7, 0x3C, 0xC8], [0x72, 0x9D, 0x25], [0x6F, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xC3], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A], [0x6E, 0xC6, 0x2F], [0x78, 0x8D, 0x25, 0xC6], [0x2F, 0x9D, 0x3E], [0x68, 0x8E, 0x2B, 0xC2], [0x73, 0x9A]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0x88], [0x4D, 0x80, 0x2E, 0xD5], [0x60, 0x9B, 0x35], [0x2E, 0xAA, 0x2D], [0x62, 0x81, 0x29], [0x72, 0xC6, 0x2F], [0x6E, 0x84, 0x62], [0x72, 0x88, 0x39, 0xD5], [0x68, 0x82, 0x62], [0x42, 0x90, 0x28, 0xCE], [0x60]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23], [0x63, 0x80, 0x20], [0x64, 0xC6, 0x0, 0xCE], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x0, 0xC8], [0x66, 0x9A, 0x63, 0xE4], [0x78, 0x8D, 0x25], [0x60]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29], [0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0xF, 0xDE], [0x65, 0x80, 0x2D]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x29], [0x79, 0x8C, 0x2F], [0x2E, 0x9A, 0x39], [0x63, 0x9A, 0x38, 0xD5], [0x60, 0x9D, 0x29]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x80, 0x22], [0x62, 0x85, 0x39, 0xC3], [0x64, 0xC6, 0x3F, 0xD2], [0x63, 0x9A, 0x38], [0x73, 0x88, 0x38], [0x64, 0xC7, 0x24]], [[0x2E, 0x8C, 0x38], [0x62, 0xC6, 0x2D, 0xD7], [0x75, 0xC6, 0x3C, 0xD5], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0x3F, 0x89], [0x65, 0xC6, 0x2F], [0x78, 0x8D, 0x25], [0x60]], [[0x2E, 0x8C, 0x38], [0x62, 0xC6, 0x2D, 0xD7], [0x75, 0xC6, 0x38, 0xD5], [0x74, 0x9A, 0x38], [0x64, 0x8D, 0x62], [0x66, 0x99, 0x2B], [0x2F, 0x8D, 0x63, 0xD4], [0x60, 0x9C, 0x3E, 0xCE], [0x6A, 0xC7, 0x2B], [0x71, 0x8E, 0x62, 0xC3], [0x68, 0x9A, 0x38, 0xD5], [0x68, 0x8B]], [[0x2E, 0x99, 0x3E], [0x68, 0x9F, 0x2D], [0x75, 0x8C, 0x63, 0xC2], [0x75, 0x8A, 0x63, 0xD5], [0x62, 0xC7, 0x28, 0x88], [0x72, 0x9C, 0x2E, 0xD4], [0x75, 0x9B, 0x2D], [0x75, 0x8C]], [[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25], [0x62, 0x88, 0x38], [0x68, 0x86, 0x22], [0x72, 0xC6, 0xF, 0xDE], [0x65, 0x80, 0x2D, 0x89], [0x60, 0x99, 0x3C]], [[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25, 0xC4], [0x60, 0x9D, 0x25, 0xC8], [0x6F, 0x9A, 0x63, 0xE1], [0x60, 0x82, 0x29], [0x42, 0x88, 0x3E, 0xD5], [0x68, 0x8C, 0x3E, 0x89], [0x60, 0x99, 0x3C]], [[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25], [0x62, 0x88, 0x38, 0xCE], [0x6E, 0x87, 0x3F], [0x2E, 0xA0, 0x2F], [0x78, 0xC7, 0x2D, 0xD7], [0x71]], [[0x2E, 0xA8, 0x3C, 0xD7], [0x6D, 0x80, 0x2F], [0x60, 0x9D, 0x25], [0x6E, 0x87, 0x3F, 0x88], [0x48, 0x87, 0x38], [0x64, 0x85, 0x20], [0x68, 0xBA, 0x2F, 0xD5], [0x64, 0x8C, 0x22, 0x89], [0x60, 0x99, 0x3C]], [[0x2E, 0xA8, 0x3C, 0xD7], [0x6D, 0x80, 0x2F, 0xC6], [0x75, 0x80, 0x23, 0xC9], [0x72, 0xC6, 0x1], [0x79, 0xBD, 0x39], [0x63, 0x8C, 0x62], [0x60, 0x99, 0x3C]], [[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25], [0x62, 0x88, 0x38], [0x68, 0x86, 0x22], [0x72, 0xC6, 0x1E, 0xC8], [0x62, 0x82, 0xD], [0x71, 0x99, 0x62, 0xC6], [0x71, 0x99]], [[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25, 0xC4], [0x60, 0x9D, 0x25, 0xC8], [0x6F, 0x9A, 0x63], [0x52, 0xAB, 0x1F], [0x64, 0x9D, 0x38, 0xCE], [0x6F, 0x8E, 0x3F], [0x2F, 0x88, 0x3C, 0xD7]], [[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25], [0x62, 0x88, 0x38], [0x68, 0x86, 0x22], [0x72, 0xC6, 0x1F], [0x6F, 0x86, 0x23], [0x71, 0xC4, 0x25, 0xD3], [0x42, 0x86, 0x22, 0xC1], [0x68, 0x8E, 0x62, 0xC6], [0x71, 0x99]], [[0x2E, 0xA8, 0x3C, 0xD7], [0x6D, 0x80, 0x2F], [0x60, 0x9D, 0x25, 0xC8], [0x6F, 0x9A, 0x63], [0x56, 0x80, 0x22, 0xD3], [0x64, 0x9B, 0xE, 0xC8], [0x60, 0x9B, 0x28, 0x89], [0x60, 0x99, 0x3C]], [[0x2E, 0x8B, 0x25, 0xC9], [0x2E, 0x8B, 0x2D, 0xD4], [0x69]], [[0x2E, 0x8B, 0x25, 0xC9], [0x2E, 0x9A, 0x24]], [[0x2E, 0x8C, 0x38, 0xC4], [0x2E, 0x88, 0x3C], [0x75]], [[0x2E, 0x8B, 0x25, 0xC9], [0x2E, 0x8B, 0x36, 0xCE], [0x71, 0xDB]], [[0x2E, 0x8B, 0x25, 0xC9], [0x2E, 0x8A, 0x24], [0x6C, 0x86, 0x28]], [[0x2E, 0x8B, 0x25], [0x6F, 0xC6, 0x2F, 0xCF], [0x6E, 0x9E, 0x22]], [[0x2E, 0x8B, 0x25, 0xC9], [0x2E, 0x82, 0x25, 0xCB], [0x6D]], [[0x2E, 0x8B, 0x25, 0xC9], [0x2E, 0x84, 0x27, 0xC3], [0x68, 0x9B]], [[0x2E, 0x8B, 0x25], [0x6F, 0xC6, 0x3F, 0xD2]], [[0x2E, 0x8C, 0x38], [0x62, 0xC6, 0x3F], [0x72, 0x81, 0x63], [0x72, 0x9A, 0x24, 0xC3], [0x5E, 0x8A, 0x23, 0xC9], [0x67, 0x80, 0x2B]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xBA, 0x39, 0xC5], [0x72, 0x9D, 0x3E, 0xC6], [0x75, 0x8C, 0x63], [0x45, 0x90, 0x22], [0x60, 0x84, 0x25, 0xC4], [0x4D, 0x80, 0x2E, 0xD5], [0x60, 0x9B, 0x25, 0xC2], [0x72, 0xC6, 0x0], [0x68, 0x9F, 0x29, 0xE4], [0x6D, 0x86, 0x2F, 0xCC], [0x2F, 0x99, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xA4, 0x23], [0x63, 0x80, 0x20, 0xC2], [0x52, 0x9C, 0x2E], [0x72, 0x9D, 0x3E, 0xC6], [0x75, 0x8C, 0x63], [0x45, 0x90, 0x22, 0xC6], [0x6C, 0x80, 0x2F, 0xEB], [0x68, 0x8B, 0x3E, 0xC6], [0x73, 0x80, 0x29, 0xD4], [0x2E, 0xBF, 0x29], [0x64, 0x87, 0x2F], [0x78, 0xC7, 0x3C, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xBA, 0x39, 0xC5], [0x72, 0x9D, 0x3E], [0x60, 0x9D, 0x29], [0x2E, 0xA4, 0x23, 0xC5], [0x68, 0x85, 0x29], [0x52, 0x9C, 0x2E], [0x72, 0x9D, 0x3E], [0x60, 0x9D, 0x29], [0x2F, 0x8D, 0x35, 0xCB], [0x68, 0x8B]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xA4, 0x23, 0xC5], [0x68, 0x85, 0x29], [0x52, 0x9C, 0x2E], [0x72, 0x9D, 0x3E], [0x60, 0x9D, 0x29], [0x2E, 0xAD, 0x35, 0xC9], [0x60, 0x84, 0x25], [0x62, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x80, 0x29, 0xD4], [0x2E, 0xA5, 0x25, 0xD1], [0x64, 0xAA, 0x20], [0x6E, 0x8A, 0x27], [0x2F, 0x99, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38], [0x64, 0xC6, 0x3A, 0xC6], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x63, 0xC6], [0x71, 0x9D]], [[0x2E, 0x99, 0x3E], [0x68, 0x9F, 0x2D, 0xD3], [0x64, 0xC6, 0x3A], [0x60, 0x9B, 0x63, 0xCB], [0x68, 0x8B, 0x63], [0x62, 0x90, 0x28, 0xCE], [0x60]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38], [0x64, 0xC6, 0x3A], [0x60, 0x9B, 0x63, 0xCA], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x63, 0xEB], [0x68, 0x8B, 0x3E], [0x60, 0x9B, 0x35], [0x2E, 0xBA, 0xE, 0xF4], [0x64, 0x9D, 0x38, 0xCE], [0x6F, 0x8E, 0x3F], [0x2E, 0xBD, 0x24], [0x64, 0x84, 0x29, 0xD4]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38, 0xC2], [0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x9A, 0x38, 0xC6], [0x72, 0x81]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38, 0xC2], [0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x38, 0xCA], [0x71, 0xC6, 0x2F], [0x78, 0x8D, 0x25, 0xC6], [0x2F, 0x85, 0x23, 0xC0]], [[0x2E, 0xBA, 0x35, 0xD4], [0x75, 0x8C, 0x21], [0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x0], [0x60, 0x9C, 0x22, 0xC4], [0x69, 0xAD, 0x2D, 0xC2], [0x6C, 0x86, 0x22], [0x72, 0xC6, 0x2F], [0x6E, 0x84, 0x62, 0xCE], [0x6A, 0x8C, 0x35], [0x2F, 0x8B, 0x2E], [0x6E, 0x9D, 0x62, 0xD7], [0x6D, 0x80, 0x3F], [0x75]], [[0x2E, 0xBA, 0x35, 0xD4], [0x75, 0x8C, 0x21, 0x88], [0x4D, 0x80, 0x2E, 0xD5], [0x60, 0x9B, 0x35], [0x2E, 0xA5, 0x2D], [0x74, 0x87, 0x2F, 0xCF], [0x45, 0x88, 0x29], [0x6C, 0x86, 0x22, 0xD4], [0x2E, 0x8A, 0x23, 0xCA], [0x2F, 0x9A, 0x2D, 0xD2], [0x73, 0x80, 0x27], [0x2F, 0xAA, 0x35, 0xC3], [0x68, 0x88, 0x62], [0x52, 0x9D, 0x2D], [0x73, 0x9D, 0x39], [0x71, 0xC7, 0x3C, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x2E], [0x68, 0x87, 0x63, 0xD4], [0x72, 0x81, 0x28]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x8B, 0x25], [0x6F, 0xC6, 0x27], [0x68, 0x85, 0x20, 0xC6], [0x6D, 0x85]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x2E, 0xCE], [0x6F, 0xC6, 0x3C, 0xC6], [0x72, 0x9A, 0x3B, 0xC3]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x85, 0x25, 0xC5], [0x64, 0x91, 0x29], [0x62, 0xC6, 0x3F], [0x67, 0x9D, 0x3C, 0x8A], [0x72, 0x8C, 0x3E, 0xD1], [0x64, 0x9B]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0x8C, 0x34], [0x64, 0x8A, 0x63], [0x72, 0x9A, 0x24], [0x2C, 0x82, 0x29, 0xDE], [0x72, 0x80, 0x2B], [0x6F]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x29, 0xDF], [0x64, 0x8A, 0x63], [0x62, 0x90, 0x28], [0x68, 0x88, 0x63]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x63, 0xCB], [0x68, 0x8B, 0x2F, 0xDE], [0x62, 0x9B, 0x25, 0xD7], [0x75, 0xC7, 0x28, 0xDE], [0x6D, 0x80, 0x2E]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x85, 0x23, 0xC4], [0x60, 0x85, 0x63], [0x63, 0x80, 0x22], [0x2E, 0x8A, 0x35], [0x62, 0x9B, 0x25], [0x71, 0x9D]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x2E, 0xCE], [0x6F, 0xC6, 0x2F], [0x78, 0x8A, 0x3E, 0xCE], [0x71, 0x9D]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x9A, 0x2E], [0x68, 0x87, 0x63], [0x67, 0x9B, 0x25, 0xC3], [0x60, 0xC4, 0x3F, 0xC2], [0x73, 0x9F, 0x29], [0x73]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x9A, 0x2E], [0x68, 0x87, 0x63, 0xD4], [0x72, 0x81, 0x28]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x2F, 0xC6], [0x62, 0x81, 0x29], [0x2E, 0x88, 0x3C], [0x75]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x85, 0x25, 0xC5], [0x2E, 0x88, 0x3C, 0xD3]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x85, 0x25], [0x63, 0xC6, 0x2F], [0x78, 0x8D, 0x25, 0xC6]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x85, 0x23], [0x66, 0xC6, 0x3F, 0xDE], [0x72, 0x85, 0x23], [0x66]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x9D, 0x21], [0x71, 0xC6, 0x2F, 0xDE], [0x65, 0x80, 0x2D], [0x2F, 0x85, 0x23, 0xC0]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0xC6, 0x2F], [0x78, 0x8D, 0x25], [0x60]], [[0x2E, 0xC7, 0x2E, 0xC8], [0x6E, 0x9D, 0x3F, 0xD3], [0x73, 0x88, 0x3C, 0xD7], [0x64, 0x8D, 0x13], [0x64, 0x85, 0x29, 0xC4], [0x75, 0x9B, 0x2D]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0xA, 0xD5], [0x60, 0x84, 0x29, 0xD0], [0x6E, 0x9B, 0x27], [0x72, 0xC6, 0xF, 0xDE], [0x65, 0x80, 0x2D], [0x52, 0x9C, 0x2E], [0x72, 0x9D, 0x3E, 0xC6], [0x75, 0x8C, 0x62], [0x67, 0x9B, 0x2D], [0x6C, 0x8C, 0x3B, 0xC8], [0x73, 0x82]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1C], [0x73, 0x8C, 0x2A, 0xC2], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0xE, 0xD2], [0x6F, 0x8D, 0x20], [0x64, 0x9A, 0x63, 0xEB], [0x60, 0x9C, 0x22, 0xC4], [0x69, 0xA0, 0x22], [0x52, 0x88, 0x2A, 0xC2], [0x4C, 0x86, 0x28, 0xC2], [0x2F, 0x8B, 0x39, 0xC9], [0x65, 0x85, 0x29]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F], [0x64, 0xA5, 0x23], [0x60, 0x8D, 0x29], [0x73, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F], [0x64, 0x9A, 0x63], [0x4D, 0x88, 0x39, 0xC9], [0x62, 0x81, 0x5, 0xC9], [0x52, 0x88, 0x2A], [0x64, 0xA4, 0x23], [0x65, 0x8C, 0x62], [0x71, 0x85, 0x25, 0xD4], [0x75]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xC3], [0x71, 0x82, 0x2B], [0x2E, 0x80, 0x22, 0xC1], [0x6E, 0xC6, 0x2F], [0x6E, 0x84, 0x62, 0xCE], [0x6F, 0x86, 0x2D], [0x69, 0x8D, 0x29, 0xD1], [0x2F, 0x85, 0x2D, 0xD2], [0x6F, 0x8A, 0x24, 0xCE], [0x6F, 0x9A, 0x2D, 0xC1], [0x64, 0x84, 0x23, 0xC3], [0x64, 0xC7, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0xA8, 0x3C, 0xD7], [0x6D, 0x80, 0x2F, 0xC6], [0x75, 0x80, 0x23, 0xC9], [0x72, 0xC6, 0x1F], [0x68, 0x85, 0x29, 0xC8], [0x2F, 0x88, 0x3C], [0x71]], [[0x2E, 0x8B, 0x23], [0x6E, 0x9D, 0x3F], [0x75, 0x9B, 0x2D, 0xD7]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38, 0xC2], [0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x8B, 0x25, 0xC9], [0x71, 0x88, 0x2F], [0x6A]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x63], [0x52, 0xAB, 0x5], [0x6F, 0x83, 0x29], [0x62, 0x9D]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x63, 0xF4], [0x43, 0xA0, 0x22], [0x6B, 0x8C, 0x2F, 0xD3], [0x2F, 0x8D, 0x35, 0xCB], [0x68, 0x8B]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x85, 0x25, 0xC5], [0x2E, 0xBD, 0x3B, 0xC2], [0x60, 0x82, 0x5], [0x6F, 0x83, 0x29, 0xC4], [0x75]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x63], [0x75, 0x9E, 0x29], [0x60, 0x82, 0x20], [0x6E, 0x88, 0x28], [0x64, 0x9B, 0x62, 0xC3], [0x78, 0x85, 0x25, 0xC5]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x85, 0x25, 0xC5], [0x2E, 0xBD, 0x3B, 0xC2], [0x60, 0x82, 0x5], [0x6F, 0x83, 0x29, 0xC4], [0x75, 0xC7, 0x28], [0x78, 0x85, 0x25, 0xC5]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x85, 0x25], [0x63, 0xC6, 0x20], [0x68, 0x8B, 0x26], [0x60, 0x80, 0x20], [0x63, 0x9B, 0x29, 0xC6], [0x6A, 0xC7, 0x28], [0x78, 0x85, 0x25, 0xC5]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x63, 0xCB], [0x68, 0x8B, 0x3F], [0x74, 0x8B, 0x3F, 0xD3], [0x68, 0x9D, 0x39], [0x75, 0x8C, 0x62], [0x31, 0xC7, 0x28, 0xDE], [0x6D, 0x80, 0x2E]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x85, 0x25], [0x63, 0xC6, 0x20, 0xCE], [0x63, 0x9A, 0x39, 0xC5], [0x72, 0x9D, 0x25, 0xD3], [0x74, 0x9D, 0x29, 0x89], [0x65, 0x90, 0x20, 0xCE], [0x63]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0xC6, 0x20], [0x68, 0x8B, 0x3F, 0xD2], [0x63, 0x9A, 0x38], [0x73, 0x88, 0x38, 0xC2], [0x2F, 0x8D, 0x35], [0x6D, 0x80, 0x2E]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23], [0x63, 0x80, 0x20], [0x64, 0xC6, 0x0, 0xCE], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x62, 0xD4], [0x63, 0x80, 0x22], [0x6B, 0x8C, 0x2F, 0xD3], [0x52, 0x88, 0x2A, 0xC2], [0x4C, 0x86, 0x28, 0xC2]], [[0x2E, 0x8C, 0x38], [0x62, 0xC6, 0x2D, 0xD7], [0x75, 0xC6, 0x3F, 0xC8], [0x74, 0x9B, 0x2F, 0xC2], [0x72, 0xC7, 0x20], [0x68, 0x9A, 0x38], [0x2F, 0x8D, 0x63, 0xC2], [0x6D, 0x8C, 0x2F], [0x75, 0x9B, 0x2D], [0x2F, 0x85, 0x25, 0xD4], [0x75]], [[0x2E, 0x8C, 0x38], [0x62, 0xC6, 0x2D, 0xD7], [0x75, 0xC6, 0x3F], [0x6E, 0x9C, 0x3E], [0x62, 0x8C, 0x3F], [0x2F, 0x85, 0x25, 0xD4], [0x75, 0xC7, 0x28, 0x88], [0x72, 0x80, 0x20], [0x64, 0x86, 0x62], [0x72, 0x86, 0x39, 0xD5], [0x62, 0x8C, 0x3F]], [[0x2E, 0x8A, 0x24, 0xCE], [0x6C, 0x8C, 0x3E], [0x60]], [[0x2E, 0x8C, 0x20], [0x64, 0x8A, 0x38, 0xD5], [0x60]], [[0x2E, 0x83, 0x2E], [0x2E, 0x85, 0x36, 0xCA], [0x60]], [[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25, 0xC4], [0x60, 0x9D, 0x25], [0x6E, 0x87, 0x3F], [0x2E, 0xBA, 0x39], [0x63, 0x9A, 0x38], [0x68, 0x9D, 0x39, 0xD3], [0x64, 0xBA, 0x29, 0xD3], [0x75, 0x80, 0x22], [0x66, 0x9A, 0x62, 0xC6], [0x71, 0x99]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xC3], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A, 0xC8], [0x2E, 0x8A, 0x23], [0x6C, 0xC7, 0x23], [0x71, 0x88, 0x7F, 0x94], [0x35, 0xC7, 0x2F], [0x69, 0x86, 0x25], [0x62, 0x90, 0x62], [0x6D, 0x80, 0x3F, 0xD3]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xC3], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A], [0x6E, 0xC6, 0x2F, 0xC8], [0x6C, 0xC7, 0x23, 0xD7], [0x60, 0xDA, 0x7F, 0x93], [0x2F, 0x8A, 0x24], [0x6E, 0x80, 0x2F], [0x78, 0xC7, 0x21, 0xC3], [0x34, 0x9A, 0x39], [0x6C, 0x9A]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x28], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A, 0xC8], [0x2E, 0x8A, 0x23, 0xCA], [0x2F, 0x86, 0x3C, 0xC6], [0x32, 0xDA, 0x78, 0x89], [0x60, 0x85, 0x38], [0x6D, 0x80, 0x3F], [0x75, 0xC7, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0x8D, 0x3C], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23], [0x2E, 0x8A, 0x23, 0xCA], [0x2F, 0x86, 0x3C, 0xC6], [0x32, 0xDA, 0x78, 0x89], [0x60, 0x85, 0x38], [0x6D, 0x80, 0x3F, 0xD3], [0x2F, 0x84, 0x28, 0x92], [0x72, 0x9C, 0x21], [0x72]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xC3], [0x71, 0x82, 0x2B], [0x2E, 0x80, 0x22, 0xC1], [0x6E, 0xC6, 0x2F, 0xC8], [0x6C, 0xC7, 0x29, 0xDF], [0x2F, 0x9A, 0x39], [0x63, 0x9A, 0x38], [0x68, 0x9D, 0x39, 0xD3], [0x64, 0xC7, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xC3], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A], [0x6E, 0xC6, 0x2F, 0xC8], [0x6C, 0xC7, 0x29, 0xDF], [0x2F, 0x9A, 0x39, 0xC5], [0x72, 0x9D, 0x25, 0xD3], [0x74, 0x9D, 0x29], [0x2F, 0x84, 0x28], [0x34, 0x9A, 0x39, 0xCA], [0x72]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x28, 0xD7], [0x6A, 0x8E, 0x63], [0x68, 0x87, 0x2A, 0xC8], [0x2E, 0x8A, 0x23, 0xCA], [0x2F, 0x8C, 0x34], [0x2F, 0x9A, 0x39, 0xC5], [0x72, 0x9D, 0x25], [0x75, 0x9C, 0x38, 0xC2], [0x2F, 0x8C, 0x34], [0x75, 0x9B, 0x2D, 0xCE], [0x6F, 0x9A, 0x38, 0xF8]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x65, 0x99, 0x27, 0xC0], [0x2E, 0x80, 0x22, 0xC1], [0x6E, 0xC6, 0x2F, 0xC8], [0x6C, 0xC7, 0x29], [0x79, 0xC7, 0x3F], [0x74, 0x8B, 0x3F, 0xD3], [0x68, 0x9D, 0x39], [0x75, 0x8C, 0x62, 0xD7], [0x73, 0x8C, 0x25], [0x6F, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x65, 0x99, 0x27, 0xC0], [0x2E, 0x80, 0x22], [0x67, 0x86, 0x63], [0x62, 0x86, 0x21], [0x2F, 0x8C, 0x34, 0x89], [0x72, 0x9C, 0x2E], [0x72, 0x9D, 0x25], [0x75, 0x9C, 0x38], [0x64, 0xC7, 0x3C], [0x6E, 0x9A, 0x38], [0x68, 0x87, 0x3F], [0x75]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F, 0xC2], [0x43, 0x9C, 0x22, 0xC3], [0x6D, 0x8C, 0x3F], [0x2E, 0xBA, 0x39], [0x63, 0x9A, 0x38], [0x68, 0x9D, 0x39], [0x75, 0x8C, 0x1C], [0x73, 0x8C, 0x2A, 0xD4], [0x2F, 0x8B, 0x39], [0x6F, 0x8D, 0x20, 0xC2]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0x88], [0x4D, 0x80, 0x2E, 0xD5], [0x60, 0x9B, 0x35, 0x88], [0x51, 0x9B, 0x29, 0xC1], [0x64, 0x9B, 0x29, 0xC9], [0x62, 0x8C, 0x3F], [0x2E, 0x8A, 0x23, 0xCA], [0x2F, 0x9A, 0x2D, 0xD2], [0x73, 0x80, 0x27], [0x2F, 0xAA, 0x35, 0xC3], [0x68, 0x88, 0x62], [0x71, 0x85, 0x25], [0x72, 0x9D]], [[0x2E, 0xC7, 0x2E, 0xC8], [0x6E, 0x9D, 0x3F, 0xD3], [0x73, 0x88, 0x3C, 0xD7], [0x64, 0x8D]], [[0x2E, 0xC7, 0x21], [0x6E, 0x9C, 0x22], [0x75, 0xB6, 0x3E, 0xD0]], [[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25, 0xC4], [0x60, 0x9D, 0x25, 0xC8], [0x6F, 0x9A, 0x63, 0xE6], [0x6F, 0x8C, 0x21, 0xC8], [0x6F, 0x8C, 0x62], [0x60, 0x99, 0x3C]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0xC6, 0x28, 0xD7], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23, 0x88], [0x6C, 0x86, 0x2E], [0x68, 0x85, 0x29, 0xD4], [0x74, 0x8B, 0x3F, 0xD3], [0x73, 0x88, 0x38], [0x64, 0xC7, 0x21], [0x65, 0xDC, 0x3F], [0x74, 0x84, 0x3F]], [[0x2E, 0x9D, 0x21, 0xD7], [0x2E, 0x8A, 0x35, 0xC3], [0x68, 0x88, 0x62], [0x6D, 0x86, 0x2B]], [[0x2E, 0x8C, 0x38], [0x62, 0xC6, 0x3E, 0xC4], [0x2F, 0x8D, 0x63], [0x72, 0x9C, 0x2E], [0x72, 0x9D, 0x3E, 0xC6], [0x75, 0x8C]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0xC6, 0xF], [0x64, 0x99, 0x24, 0xC2], [0x68, 0xB9, 0x3E], [0x64, 0x8F, 0x3F, 0x89], [0x67, 0x9B, 0x2D, 0xCA], [0x64, 0x9E, 0x23], [0x73, 0x82]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x63, 0xE4], [0x64, 0x99, 0x24], [0x64, 0x80, 0x62, 0xC1], [0x73, 0x88, 0x21], [0x64, 0x9E, 0x23, 0xD5], [0x6A]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x63], [0x42, 0x8C, 0x3C, 0xCF], [0x64, 0x80, 0x19], [0x48, 0xC7, 0x2A, 0xD5], [0x60, 0x84, 0x29, 0xD0], [0x6E, 0x9B, 0x27]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x63], [0x6D, 0x80, 0x2E, 0xC4], [0x64, 0x99, 0x24], [0x64, 0x80, 0x3C, 0xD5], [0x64, 0x8F, 0x3F], [0x2F, 0x8D, 0x35], [0x6D, 0x80, 0x2E]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x85, 0x25, 0xC5], [0x2E, 0x85, 0x25], [0x63, 0x8A, 0x29], [0x71, 0x81, 0x29], [0x68, 0xC7, 0x28], [0x78, 0x85, 0x25], [0x63]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xBA, 0x39, 0xC5], [0x72, 0x9D, 0x3E], [0x60, 0x9D, 0x29], [0x2E, 0xAD, 0x35, 0xC9], [0x60, 0x84, 0x25], [0x62, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x68, 0x8C, 0x3F], [0x2E, 0xAA, 0x29, 0xD7], [0x69, 0x8C, 0x25, 0xF4], [0x71, 0x9B, 0x25], [0x6F, 0x8E, 0xE, 0xC8], [0x60, 0x9B, 0x28], [0x2F, 0x99, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xEA], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xBA, 0x39], [0x63, 0x9A, 0x38], [0x73, 0x88, 0x38, 0xC2], [0x2E, 0xAD, 0x35, 0xC9], [0x60, 0x84, 0x25], [0x62, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x68, 0x8C, 0x3F], [0x2E, 0xAA, 0x29, 0xD7], [0x69, 0x8C, 0x25, 0xF4], [0x71, 0x9B, 0x25, 0xC9], [0x66, 0xAB, 0x23, 0xC6], [0x73, 0x8D, 0x62, 0xC3], [0x78, 0x85, 0x25, 0xC5]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xAF, 0x3E, 0xC6], [0x6C, 0x8C, 0x3B, 0xC8], [0x73, 0x82, 0x3F], [0x2E, 0xAA, 0x29, 0xD7], [0x69, 0x8C, 0x25, 0x89], [0x67, 0x9B, 0x2D, 0xCA], [0x64, 0x9E, 0x23], [0x73, 0x82]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x47, 0x9B, 0x2D, 0xCA], [0x64, 0x9E, 0x23], [0x73, 0x82, 0x3F, 0x88], [0x42, 0x8C, 0x3C], [0x69, 0x8C, 0x25, 0xF7], [0x73, 0x8C, 0x2A, 0xD4], [0x2F, 0x8F, 0x3E, 0xC6], [0x6C, 0x8C, 0x3B], [0x6E, 0x9B, 0x27]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xAF, 0x3E, 0xC6], [0x6C, 0x8C, 0x3B, 0xC8], [0x73, 0x82, 0x3F, 0x88], [0x42, 0x8C, 0x3C, 0xCF], [0x64, 0x80, 0x19, 0xEE], [0x2F, 0x8F, 0x3E], [0x60, 0x84, 0x29, 0xD0], [0x6E, 0x9B, 0x27]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0xE, 0xD2], [0x6F, 0x8D, 0x20], [0x64, 0x9A, 0x63, 0xE4], [0x64, 0x99, 0x24], [0x64, 0x80, 0x62], [0x63, 0x9C, 0x22], [0x65, 0x85, 0x29]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0x88], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1C], [0x73, 0x8C, 0x2A, 0xC2], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0x3F, 0x88], [0x6B, 0x99, 0x62, 0xC6], [0x6A, 0x9C, 0x3F, 0xCE], [0x6E, 0xC7, 0x27], [0x64, 0x9B, 0x22], [0x63, 0x90, 0x3C], [0x60, 0x9A, 0x3F], [0x2F, 0x99, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x2E, 0xCE], [0x6F, 0xC6, 0x27, 0xC2], [0x73, 0x87, 0x2E], [0x78, 0x99, 0x2D], [0x72, 0x9A, 0x28]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xE4], [0x6E, 0x87, 0x38], [0x73, 0x86, 0x20], [0x42, 0x8C, 0x22, 0xD3], [0x64, 0x9B, 0x63], [0x43, 0x9C, 0x22, 0xC3], [0x6D, 0x8C, 0x3F], [0x2E, 0xA2, 0x29], [0x73, 0x87, 0xE], [0x78, 0x99, 0x2D], [0x72, 0x9A, 0x28], [0x42, 0xAA, 0x62], [0x63, 0x9C, 0x22], [0x65, 0x85, 0x29]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F, 0xC2], [0x4D, 0x86, 0x2D], [0x65, 0x8C, 0x3E, 0x88], [0x51, 0x9B, 0x29], [0x67, 0x8C, 0x3E, 0xC2], [0x6F, 0x8A, 0x29, 0xD4], [0x2E, 0xA2, 0x29], [0x73, 0x87, 0xE], [0x78, 0x99, 0x2D], [0x72, 0x9A, 0x1C], [0x73, 0x8C, 0x2A, 0xD4], [0x2F, 0x99, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x28], [0x71, 0x82, 0x2B], [0x2E, 0x80, 0x22, 0xC1], [0x6E, 0xC6, 0x26], [0x71, 0xC7, 0x2D], [0x6A, 0x9C, 0x3F], [0x68, 0x86, 0x62, 0xCC], [0x64, 0x9B, 0x22, 0xC5], [0x78, 0x99, 0x2D], [0x72, 0x9A, 0x61], [0x74, 0x87, 0x23], [0x67, 0x8F, 0x25, 0xC4], [0x68, 0x88, 0x20], [0x2F, 0x85, 0x25], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0x8D, 0x3C], [0x6A, 0x8E, 0x63], [0x68, 0x87, 0x2A, 0xC8], [0x2E, 0x83, 0x3C, 0x89], [0x60, 0x82, 0x39], [0x72, 0x80, 0x23], [0x2F, 0x82, 0x29, 0xD5], [0x6F, 0x8B, 0x35, 0xD7], [0x60, 0x9A, 0x3F], [0x2C, 0x9C, 0x22], [0x6E, 0x8F, 0x2A, 0xCE], [0x62, 0x80, 0x2D, 0xCB], [0x2F, 0x84, 0x28, 0x92], [0x72, 0x9C, 0x21, 0xD4]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0xC6, 0x28, 0xD7], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23, 0x88], [0x6A, 0x83, 0x2F], [0x2F, 0x8A, 0x24], [0x64, 0x8A, 0x27], [0x73, 0x88, 0x7D, 0xC9], [0x2F, 0x84, 0x23], [0x63, 0x80, 0x20, 0xC2], [0x72, 0x9C, 0x2E], [0x72, 0x9D, 0x3E, 0xC6], [0x75, 0x8C, 0x3E, 0xC2], [0x71, 0x86, 0x62], [0x6D, 0x80, 0x3F, 0xD3]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xC3], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A, 0xC8], [0x2E, 0x82, 0x26], [0x62, 0xC7, 0x2F, 0xCF], [0x64, 0x8A, 0x27, 0xD5], [0x60, 0xD8, 0x22], [0x2F, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0xD4], [0x74, 0x8B, 0x3F], [0x75, 0x9B, 0x2D, 0xD3], [0x64, 0x9B, 0x29], [0x71, 0x86, 0x62, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0x8C, 0x38, 0xC4], [0x2E, 0x88, 0x3C], [0x75, 0xC6, 0x3C], [0x73, 0x8C, 0x2A, 0xC2], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0x3F, 0x89], [0x65, 0xC6, 0x2F], [0x69, 0x8C, 0x2F], [0x6A, 0x9B, 0x2D], [0x30, 0x87]], [[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25, 0xC4], [0x60, 0x9D, 0x25, 0xC8], [0x6F, 0x9A, 0x63], [0x63, 0x85, 0x2D], [0x62, 0x82, 0x3E], [0x60, 0xD8, 0x22, 0x89], [0x60, 0x99, 0x3C]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38], [0x64, 0xC6, 0x3A], [0x60, 0x9B, 0x63], [0x62, 0x81, 0x29, 0xC4], [0x6A, 0x9B, 0x2D], [0x30, 0x87, 0x62, 0xC3], [0x6C, 0x8E]], [[0x2E, 0x8C, 0x38], [0x62, 0xC6, 0x2D, 0xD7], [0x75, 0xC6, 0x39], [0x6F, 0x8D, 0x29], [0x62, 0x80, 0x21, 0xD2], [0x72, 0xC6, 0x39, 0xC9], [0x65, 0x8C, 0x2F, 0xCE], [0x6C, 0x9C, 0x3F], [0x2F, 0x85, 0x25, 0xD4], [0x75]], [[0x2E, 0xC7, 0x2F, 0xDE], [0x65, 0x80, 0x2D], [0x5E, 0x87, 0x23], [0x5E, 0x9A, 0x38], [0x60, 0x9A, 0x24]], [[0x2E, 0x83, 0x2E], [0x2E, 0x83, 0x2D, 0xCE], [0x6D, 0x8B, 0x3E], [0x64, 0x88, 0x27, 0xC3], [0x2F, 0x99, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0xC7, 0x25, 0xC9], [0x72, 0x9D, 0x2D], [0x6D, 0x85, 0x29], [0x65, 0xB6, 0x39], [0x6F, 0x8A, 0x7C, 0xD1], [0x64, 0x9B]], [[0x2E, 0x83, 0x2E], [0x2E, 0x88, 0x21, 0xC1], [0x68, 0x8D, 0x13, 0xD7], [0x60, 0x90, 0x20, 0xC8], [0x60, 0x8D, 0x62, 0xC3], [0x78, 0x85, 0x25, 0xC5]], [[0x2E, 0x83, 0x2E], [0x2E, 0x85, 0x25, 0xC5], [0x6B, 0x88, 0x25, 0xCB], [0x63, 0x9B, 0x29, 0xC6], [0x6A, 0xC7, 0x28], [0x78, 0x85, 0x25], [0x63]], [[0x2E, 0x83, 0x2E], [0x2E, 0x86, 0x2A, 0xC1], [0x72, 0x8C, 0x38, 0xD4], [0x2F, 0x99, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x9A, 0x24, 0xC6], [0x73, 0x8C, 0x63, 0xCD], [0x60, 0x80, 0x20], [0x63, 0x9B, 0x29], [0x60, 0x82, 0x63, 0xCE], [0x6F, 0x83, 0x29, 0xC4], [0x75, 0x84, 0x29], [0x2F, 0x99, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0x8D, 0x3C, 0xCC], [0x66, 0xC6, 0x25, 0xC9], [0x67, 0x86, 0x63], [0x62, 0x86, 0x21, 0x89], [0x6A, 0x8A, 0x79, 0x90], [0x2F, 0x80, 0x24], [0x68, 0x8D, 0x29], [0x2F, 0x85, 0x25, 0xD4], [0x75]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x28], [0x71, 0x82, 0x2B], [0x2E, 0x80, 0x22, 0xC1], [0x6E, 0xC6, 0x2F], [0x6E, 0x84, 0x62], [0x6A, 0x8A, 0x79, 0x90], [0x2F, 0x80, 0x24, 0xCE], [0x65, 0x8C, 0x62], [0x6C, 0x8D, 0x79], [0x72, 0x9C, 0x21, 0xD4]], [[0x2E, 0x99, 0x3E], [0x68, 0x9F, 0x2D, 0xD3], [0x64, 0xC6, 0x3A, 0xC6], [0x73, 0xC6, 0x21, 0xC8], [0x63, 0x80, 0x20], [0x64, 0xC6, 0x0, 0xCE], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F, 0xC2], [0x72, 0xC6, 0x2F], [0x6E, 0x84, 0x62, 0xCC], [0x62, 0xDC, 0x7B], [0x2F, 0x80, 0x24], [0x68, 0x8D, 0x29, 0xD7], [0x73, 0x8C, 0x2A, 0xD4], [0x2F, 0x99, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0x88], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xB9, 0x3E, 0xC2], [0x67, 0x8C, 0x3E], [0x64, 0x87, 0x2F], [0x64, 0x9A, 0x63], [0x62, 0x86, 0x21], [0x2F, 0x82, 0x2F], [0x34, 0xDE, 0x62, 0xCE], [0x69, 0x80, 0x28, 0xC2], [0x71, 0x9B, 0x29, 0xC1], [0x72, 0xC7, 0x3C, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0xE], [0x74, 0x87, 0x28], [0x6D, 0x8C, 0x3F, 0x88], [0x68, 0xA1, 0x25], [0x65, 0x8C, 0x1C], [0x73, 0x8C, 0x2A, 0xD4], [0x2F, 0x8B, 0x39], [0x6F, 0x8D, 0x20, 0xC2]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x4C, 0x86, 0x2E, 0xCE], [0x6D, 0x8C, 0x1F], [0x74, 0x8B, 0x3F], [0x75, 0x9B, 0x2D, 0xD3], [0x64, 0xC6, 0x8], [0x78, 0x87, 0x2D], [0x6C, 0x80, 0x2F, 0xEB], [0x68, 0x8B, 0x3E], [0x60, 0x9B, 0x25], [0x64, 0x9A, 0x63], [0x68, 0x81, 0x25], [0x65, 0x8C, 0x62], [0x71, 0x85, 0x25], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x1F, 0xD2], [0x63, 0x9A, 0x38, 0xD5], [0x60, 0x9D, 0x29, 0x88], [0x45, 0x90, 0x22, 0xC6], [0x6C, 0x80, 0x2F, 0xEB], [0x68, 0x8B, 0x3E], [0x60, 0x9B, 0x25], [0x64, 0x9A, 0x63, 0xCE], [0x69, 0x80, 0x28], [0x64, 0xC7, 0x28], [0x78, 0x85, 0x25, 0xC5]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x51, 0x9B, 0x29, 0xC1], [0x64, 0x9B, 0x29], [0x6F, 0x8A, 0x29, 0xEB], [0x6E, 0x88, 0x28, 0xC2], [0x73, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0x3F], [0x2E, 0x80, 0x24], [0x68, 0x8D, 0x29], [0x71, 0x9B, 0x29, 0xC1], [0x72, 0xC7, 0x3C], [0x6D, 0x80, 0x3F, 0xD3]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xA4, 0x23, 0xC5], [0x68, 0x85, 0x29], [0x52, 0x9C, 0x2E], [0x72, 0x9D, 0x3E, 0xC6], [0x75, 0x8C, 0x63, 0xE3], [0x78, 0x87, 0x2D], [0x6C, 0x80, 0x2F, 0xEB], [0x68, 0x8B, 0x3E, 0xC6], [0x73, 0x80, 0x29, 0xD4], [0x2E, 0x93, 0x36], [0x7B, 0x93, 0x0], [0x68, 0x8B, 0x29], [0x73, 0x9D, 0x35, 0x89], [0x65, 0x90, 0x20], [0x68, 0x8B]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xBA, 0x39], [0x63, 0x9A, 0x38, 0xD5], [0x60, 0x9D, 0x29], [0x2E, 0xAD, 0x35], [0x6F, 0x88, 0x21], [0x68, 0x8A, 0x0, 0xCE], [0x63, 0x9B, 0x2D, 0xD5], [0x68, 0x8C, 0x3F, 0x88], [0x7B, 0x93, 0x36], [0x7B, 0xA5, 0x25], [0x63, 0x8C, 0x3E, 0xD3], [0x78, 0xC7, 0x3C, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xA4, 0x23], [0x63, 0x80, 0x20, 0xC2], [0x52, 0x9C, 0x2E], [0x72, 0x9D, 0x3E, 0xC6], [0x75, 0x8C, 0x63, 0xF7], [0x73, 0x8C, 0x2A], [0x64, 0x9B, 0x29, 0xC9], [0x62, 0x8C, 0xE], [0x74, 0x87, 0x28], [0x6D, 0x8C, 0x3F, 0x88], [0x4D, 0x80, 0x2E, 0xC2], [0x73, 0x9D, 0x35], [0x51, 0x9B, 0x29], [0x67, 0xC7, 0x2E, 0xD2], [0x6F, 0x8D, 0x20], [0x64, 0xC6, 0x25, 0xC9], [0x67, 0x86, 0x62, 0xD7], [0x6D, 0x80, 0x3F], [0x75]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xBA, 0x39], [0x63, 0x9A, 0x38, 0xD5], [0x60, 0x9D, 0x29], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F, 0xC2], [0x43, 0x9C, 0x22], [0x65, 0x85, 0x29], [0x72, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0x0], [0x6E, 0x88, 0x28, 0xC2], [0x73, 0xC6, 0x1C], [0x73, 0x8C, 0x2A], [0x64, 0x9B, 0x29], [0x6F, 0x8A, 0x29, 0xD4], [0x2E, 0xA5, 0x25, 0xC5], [0x64, 0x9B, 0x38], [0x78, 0xB9, 0x3E], [0x64, 0x8F, 0x62], [0x71, 0x85, 0x25, 0xD4], [0x75]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23], [0x63, 0x80, 0x20], [0x64, 0xC6, 0x0, 0xCE], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xF7], [0x73, 0x8C, 0x2A], [0x64, 0x9B, 0x29], [0x6F, 0x8A, 0x29, 0xD4], [0x2E, 0x8A, 0x23, 0xCA], [0x2F, 0x9B, 0x35, 0xCB], [0x64, 0x90, 0x2D, 0xC9], [0x66, 0x9C, 0x3F, 0x89], [0x6D, 0x80, 0x2E, 0xC2], [0x73, 0x9D, 0x35, 0xCB], [0x68, 0x9D, 0x29, 0x89], [0x71, 0x85, 0x25, 0xD4], [0x75]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x28], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A], [0x6E, 0xC6, 0x2F, 0xC8], [0x6C, 0xC7, 0x3E, 0xDE], [0x6D, 0x8C, 0x35], [0x60, 0x87, 0x2B, 0xD2], [0x72, 0xC7, 0x20, 0xCE], [0x63, 0x8C, 0x3E, 0xD3], [0x78, 0x85, 0x25, 0xD3], [0x64, 0xC7, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xC3], [0x71, 0x82, 0x2B], [0x2E, 0x80, 0x22], [0x67, 0x86, 0x63, 0xC4], [0x6E, 0x84, 0x62, 0xD5], [0x78, 0x85, 0x29], [0x78, 0x88, 0x22, 0xC0], [0x74, 0x9A, 0x62, 0xCB], [0x68, 0x8B, 0x29, 0xD5], [0x75, 0x90, 0x20, 0xCE], [0x75, 0x8C, 0x62], [0x6C, 0x8D, 0x79, 0xD4], [0x74, 0x84, 0x3F]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1, 0xC8], [0x63, 0x80, 0x20, 0xC2], [0x52, 0x9C, 0x2E], [0x72, 0x9D, 0x3E], [0x60, 0x9D, 0x29, 0x88], [0x45, 0x90, 0x22, 0xC6], [0x6C, 0x80, 0x2F], [0x4D, 0x80, 0x2E, 0xD5], [0x60, 0x9B, 0x25], [0x64, 0x9A, 0x63, 0xEB], [0x68, 0x8B, 0x29], [0x73, 0x9D, 0x35], [0x2F, 0x99, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1C], [0x73, 0x8C, 0x2A, 0xC2], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0xE, 0xD2], [0x6F, 0x8D, 0x20], [0x64, 0x9A, 0x63], [0x4D, 0x80, 0x2E, 0xC2], [0x73, 0x9D, 0x35, 0xF7], [0x73, 0x8C, 0x2A], [0x2F, 0x8B, 0x39], [0x6F, 0x8D, 0x20], [0x64]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1C], [0x73, 0x8C, 0x2A], [0x64, 0x9B, 0x29, 0xC9], [0x62, 0x8C, 0x0], [0x6E, 0x88, 0x28], [0x64, 0x9B, 0x63], [0x51, 0x9B, 0x29, 0xC1], [0x64, 0x9B, 0x29], [0x6F, 0x8A, 0x29], [0x72, 0xC6, 0x0, 0xCE], [0x63, 0x8C, 0x3E], [0x75, 0x90, 0x1C, 0xD5], [0x64, 0x8F, 0x62], [0x71, 0x85, 0x25, 0xD4], [0x75]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0x88], [0x4D, 0x80, 0x2E, 0xD5], [0x60, 0x9B, 0x35], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F], [0x64, 0x9A, 0x63], [0x6A, 0x9B, 0x62, 0xDF], [0x72, 0x8F, 0x7D, 0xD5], [0x64, 0xC7, 0x2A], [0x6D, 0x90, 0x26, 0xC5], [0x2F, 0x99, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25], [0x62, 0x88, 0x38], [0x68, 0x86, 0x22, 0xD4], [0x2E, 0xAF, 0x20, 0xDE], [0x4B, 0xAB, 0x62, 0xC6], [0x71, 0x99]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0x8D, 0x3C], [0x6A, 0x8E, 0x63], [0x68, 0x87, 0x2A], [0x6E, 0xC6, 0x3E, 0xC2], [0x71, 0x86, 0x62, 0xC3], [0x71, 0x82, 0x2B, 0xCF], [0x74, 0x8B, 0x62, 0xC1], [0x6D, 0x90, 0x26], [0x63, 0x91, 0x62, 0xCA], [0x65, 0xDC, 0x3F], [0x74, 0x84, 0x3F]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xC3], [0x71, 0x82, 0x2B], [0x2E, 0x80, 0x22, 0xC1], [0x6E, 0xC6, 0x3E, 0xC2], [0x71, 0x86, 0x62, 0xC3], [0x71, 0x82, 0x2B], [0x69, 0x9C, 0x2E, 0x89], [0x67, 0x85, 0x35], [0x6B, 0x8B, 0x34], [0x2F, 0x85, 0x25, 0xD4], [0x75]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x65, 0x99, 0x27, 0xC0], [0x2E, 0x80, 0x22, 0xC1], [0x6E, 0xC6, 0x3E], [0x64, 0x99, 0x23, 0x89], [0x65, 0x99, 0x27], [0x66, 0x81, 0x39, 0xC5], [0x2F, 0x8F, 0x20, 0xDE], [0x6B, 0x8B, 0x34, 0x89], [0x71, 0x86, 0x3F], [0x75, 0x80, 0x22, 0xD4], [0x75]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x28, 0xD7], [0x6A, 0x8E, 0x63], [0x68, 0x87, 0x2A, 0xC8], [0x2E, 0x9B, 0x29, 0xD7], [0x6E, 0xC7, 0x28], [0x71, 0x82, 0x2B], [0x69, 0x9C, 0x2E], [0x2F, 0x8F, 0x20], [0x78, 0x83, 0x2E, 0xDF], [0x2F, 0x99, 0x3E, 0xC2], [0x73, 0x84]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xEA], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xBA, 0x39, 0xC5], [0x72, 0x9D, 0x3E, 0xC6], [0x75, 0x8C, 0x63], [0x45, 0x90, 0x22], [0x60, 0x84, 0x25, 0xC4], [0x4D, 0x80, 0x2E, 0xD5], [0x60, 0x9B, 0x25], [0x64, 0x9A, 0x63, 0xE1], [0x6D, 0x90, 0x6], [0x43, 0xC7, 0x28, 0xDE], [0x6D, 0x8B]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22, 0xC4], [0x64, 0xAB, 0x39], [0x6F, 0x8D, 0x20, 0xC2], [0x72, 0xC6, 0xA, 0xCB], [0x78, 0xA3, 0xE], [0x51, 0x9B, 0x29, 0xC1], [0x72, 0xC7, 0x2E, 0xD2], [0x6F, 0x8D, 0x20], [0x64]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x1F], [0x74, 0x8B, 0x3F], [0x75, 0x9B, 0x2D], [0x75, 0x8C, 0x63, 0xE3], [0x78, 0x87, 0x2D], [0x6C, 0x80, 0x2F, 0xEB], [0x68, 0x8B, 0x3E, 0xC6], [0x73, 0x80, 0x29], [0x72, 0xC6, 0xA], [0x6D, 0x90, 0x6, 0xE5], [0x59, 0xC7, 0x3C, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xEA], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xBA, 0x39], [0x63, 0x9A, 0x38], [0x73, 0x88, 0x38, 0xC2], [0x2E, 0xAD, 0x35, 0xC9], [0x60, 0x84, 0x25], [0x62, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x68, 0x8C, 0x3F, 0x88], [0x47, 0x85, 0x35], [0x4B, 0xAB, 0x14, 0x89], [0x65, 0x90, 0x20, 0xCE], [0x63]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x4C, 0x86, 0x2E], [0x68, 0x85, 0x29], [0x52, 0x9C, 0x2E], [0x72, 0x9D, 0x3E], [0x60, 0x9D, 0x29], [0x2E, 0xAD, 0x35, 0xC9], [0x60, 0x84, 0x25, 0xC4], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E, 0xCE], [0x64, 0x9A, 0x63, 0xEF], [0x68, 0x8D, 0x29], [0x4B, 0xAB, 0x62], [0x65, 0x90, 0x20, 0xCE], [0x63]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xEA], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xBA, 0x39, 0xC5], [0x72, 0x9D, 0x3E, 0xC6], [0x75, 0x8C, 0x63], [0x45, 0x90, 0x22, 0xC6], [0x6C, 0x80, 0x2F], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E], [0x68, 0x8C, 0x3F], [0x2E, 0xA1, 0x25], [0x65, 0x8C, 0x6], [0x43, 0xC7, 0x3C], [0x6D, 0x80, 0x3F, 0xD3]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1, 0xC8], [0x63, 0x80, 0x20, 0xC2], [0x52, 0x9C, 0x2E, 0xD4], [0x75, 0x9B, 0x2D, 0xD3], [0x64, 0xC6, 0x8, 0xDE], [0x6F, 0x88, 0x21], [0x68, 0x8A, 0x0, 0xCE], [0x63, 0x9B, 0x2D], [0x73, 0x80, 0x29], [0x72, 0xC6, 0x4], [0x68, 0x8D, 0x29, 0xED], [0x43, 0xA7, 0x23, 0xD4], [0x74, 0x8B, 0x62], [0x65, 0x90, 0x20], [0x68, 0x8B]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xA4, 0x23, 0xC5], [0x68, 0x85, 0x29], [0x52, 0x9C, 0x2E, 0xD4], [0x75, 0x9B, 0x2D, 0xD3], [0x64, 0xC6, 0x8], [0x78, 0x87, 0x2D, 0xCA], [0x68, 0x8A, 0x0], [0x68, 0x8B, 0x3E], [0x60, 0x9B, 0x25], [0x64, 0x9A, 0x63, 0xEF], [0x68, 0x8D, 0x29, 0xED], [0x43, 0xA7, 0x23, 0xD4], [0x74, 0x8B, 0x62], [0x71, 0x85, 0x25], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x1F], [0x74, 0x8B, 0x3F, 0xD3], [0x73, 0x88, 0x38], [0x64, 0xC6, 0x1C], [0x73, 0x8C, 0x2A], [0x64, 0x9B, 0x29, 0xC9], [0x62, 0x8C, 0xE, 0xD2], [0x6F, 0x8D, 0x20, 0xC2], [0x72, 0xC6, 0x4], [0x68, 0x8D, 0x29], [0x4B, 0xAB, 0x1C, 0xD5], [0x64, 0x8F, 0x3F, 0x89], [0x63, 0x9C, 0x22, 0xC3], [0x6D, 0x8C, 0x63], [0x48, 0x87, 0x2A, 0xC8], [0x2F, 0x99, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xBA, 0x39], [0x63, 0x9A, 0x38], [0x73, 0x88, 0x38, 0xC2], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F], [0x64, 0xA5, 0x23, 0xC6], [0x65, 0x8C, 0x3E], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0x3F, 0x88], [0x49, 0x80, 0x28], [0x64, 0xA3, 0xE], [0x51, 0x9B, 0x29], [0x67, 0x9A, 0x62, 0xD7], [0x6D, 0x80, 0x3F, 0xD3]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x21, 0xC8], [0x63, 0x80, 0x20], [0x64, 0xC6, 0x0], [0x68, 0x8B, 0x3E], [0x60, 0x9B, 0x35, 0x88], [0x51, 0x9B, 0x29], [0x67, 0x8C, 0x3E], [0x64, 0x87, 0x2F], [0x64, 0x9A, 0x63], [0x62, 0x86, 0x21], [0x2F, 0x9D, 0x24, 0xD2], [0x75, 0x81, 0x39, 0xC6], [0x75, 0x83, 0x2E, 0x89], [0x69, 0x80, 0x28, 0xC2], [0x6B, 0x8B, 0x62, 0xD7], [0x6D, 0x80, 0x3F, 0xD3]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x65, 0x99, 0x27], [0x66, 0xC6, 0x25], [0x6F, 0x8F, 0x23], [0x2E, 0x8A, 0x23, 0xCA], [0x2F, 0x9D, 0x24, 0xD2], [0x75, 0x81, 0x39], [0x60, 0x9D, 0x26, 0xC5], [0x2F, 0x81, 0x25], [0x65, 0x8C, 0x26, 0xC5], [0x2F, 0x84, 0x28, 0x92], [0x72, 0x9C, 0x21], [0x72]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0x8D, 0x3C], [0x6A, 0x8E, 0x63], [0x68, 0x87, 0x2A, 0xC8], [0x2E, 0x8A, 0x23, 0xCA], [0x2F, 0x9D, 0x24], [0x74, 0x9D, 0x24], [0x74, 0x88, 0x38, 0xCD], [0x63, 0xC7, 0x24, 0xCE], [0x65, 0x8C, 0x26], [0x63, 0xC7, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22, 0xC4], [0x64, 0xAB, 0x39, 0xC9], [0x65, 0x85, 0x29, 0xD4], [0x2E, 0xA1, 0x25], [0x65, 0x8C, 0x6], [0x43, 0xB9, 0x3E, 0xC2], [0x67, 0x9A, 0x62, 0xC5], [0x74, 0x87, 0x28], [0x6D, 0x8C]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1C], [0x73, 0x8C, 0x2A, 0xC2], [0x73, 0x8C, 0x22, 0xC4], [0x64, 0xA5, 0x23, 0xC6], [0x65, 0x8C, 0x3E, 0x88], [0x51, 0x9B, 0x29], [0x67, 0x8C, 0x3E, 0xC2], [0x6F, 0x8A, 0x29], [0x72, 0xC6, 0x4, 0xCE], [0x65, 0x8C, 0x6], [0x43, 0xB9, 0x3E], [0x64, 0x8F, 0x3F], [0x2F, 0x99, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x21, 0xC8], [0x63, 0x80, 0x20], [0x64, 0xC6, 0x4, 0xCE], [0x65, 0x8C, 0x6, 0xE5], [0x5E, 0xA5, 0x23], [0x66, 0x9A, 0x62, 0xD3], [0x79, 0x9D]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xA4, 0x23, 0xC5], [0x68, 0x85, 0x29], [0x52, 0x9C, 0x2E], [0x72, 0x9D, 0x3E], [0x60, 0x9D, 0x29, 0x88], [0x45, 0x90, 0x22, 0xC6], [0x6C, 0x80, 0x2F, 0xEB], [0x68, 0x8B, 0x3E], [0x60, 0x9B, 0x25, 0xC2], [0x72, 0xC6, 0x4], [0x64, 0x9A, 0x38, 0xCE], [0x60, 0xC7, 0x28], [0x78, 0x85, 0x25, 0xC5]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xA4, 0x23, 0xC5], [0x68, 0x85, 0x29, 0xF4], [0x74, 0x8B, 0x3F, 0xD3], [0x73, 0x88, 0x38, 0xC2], [0x2E, 0xAD, 0x35, 0xC9], [0x60, 0x84, 0x25, 0xC4], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E], [0x68, 0x8C, 0x3F], [0x2E, 0xA1, 0x29], [0x72, 0x9D, 0x25, 0xC6], [0x2F, 0x99, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x4C, 0x86, 0x2E], [0x68, 0x85, 0x29], [0x52, 0x9C, 0x2E, 0xD4], [0x75, 0x9B, 0x2D], [0x75, 0x8C, 0x63, 0xF7], [0x73, 0x8C, 0x2A, 0xC2], [0x73, 0x8C, 0x22, 0xC4], [0x64, 0xAB, 0x39], [0x6F, 0x8D, 0x20], [0x64, 0x9A, 0x63], [0x49, 0x8C, 0x3F], [0x75, 0x80, 0x2D], [0x51, 0x9B, 0x29], [0x67, 0x9A, 0x62], [0x63, 0x9C, 0x22], [0x65, 0x85, 0x29, 0x88], [0x48, 0x87, 0x2A], [0x6E, 0xC7, 0x3C], [0x6D, 0x80, 0x3F, 0xD3]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29], [0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F, 0xC2], [0x72, 0xC6, 0x2F], [0x6E, 0x84, 0x62], [0x68, 0x8A, 0x3E, 0xC6], [0x7B, 0x8C, 0x62], [0x69, 0x8C, 0x3F], [0x75, 0x80, 0x2D, 0xD7], [0x73, 0x8C, 0x2A, 0xD4], [0x2F, 0x99, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x28], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A], [0x6E, 0xC6, 0x2F, 0xC8], [0x6C, 0xC7, 0x25], [0x62, 0x9B, 0x2D], [0x7B, 0x8C, 0x62], [0x69, 0x8C, 0x3F], [0x75, 0x80, 0x2D], [0x2F, 0x84, 0x28], [0x34, 0x9A, 0x39], [0x6C, 0x9A]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x28], [0x71, 0x82, 0x2B], [0x2E, 0x80, 0x22], [0x67, 0x86, 0x63, 0xC4], [0x6E, 0x84, 0x62], [0x68, 0x8A, 0x3E], [0x60, 0x93, 0x29, 0x89], [0x69, 0x8C, 0x3F, 0xD3], [0x68, 0x88, 0x62, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1C], [0x73, 0x8C, 0x2A, 0xC2], [0x73, 0x8C, 0x22, 0xC4], [0x64, 0xAB, 0x39], [0x6F, 0x8D, 0x20, 0xC2], [0x72, 0xC6, 0x4, 0xC2], [0x72, 0x9D, 0x25], [0x60, 0xB9, 0x3E], [0x64, 0x8F, 0x3F], [0x2F, 0x8B, 0x39], [0x6F, 0x8D, 0x20, 0xC2]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0x0, 0xC8], [0x60, 0x8D, 0x29], [0x73, 0xC6, 0x1C], [0x73, 0x8C, 0x2A], [0x64, 0x9B, 0x29], [0x6F, 0x8A, 0x29, 0xD4], [0x2E, 0xA1, 0x29], [0x72, 0x9D, 0x25, 0xC6], [0x51, 0x9B, 0x29, 0xC1], [0x72, 0xC7, 0x3C, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0xBC, 0x3F], [0x64, 0x9B, 0x63], [0x45, 0x86, 0x2F, 0xD2], [0x6C, 0x8C, 0x22, 0xD3], [0x72, 0xC6, 0x4, 0xC2], [0x72, 0x9D, 0x25], [0x60, 0xA5, 0x25, 0xD4], [0x75, 0xC7, 0x3C], [0x6D, 0x80, 0x3F, 0xD3]], [[0x2E, 0xBC, 0x3F, 0xC2], [0x73, 0xC6, 0x8], [0x6E, 0x8A, 0x39, 0xCA], [0x64, 0x87, 0x38], [0x72, 0xC6, 0x4, 0xC2], [0x72, 0x9D, 0x25, 0xC6], [0x4D, 0x80, 0x22, 0xCC], [0x4D, 0x80, 0x3F], [0x75, 0xC7, 0x3C], [0x6D, 0x80, 0x3F, 0xD3]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0xC6, 0xD], [0x43, 0xAD, 0x15, 0xEB], [0x45, 0xC7, 0x28], [0x78, 0x85, 0x25], [0x63]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0x88], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F], [0x64, 0x9A, 0x63], [0x40, 0xAB, 0x1C], [0x60, 0x9D, 0x38, 0xC2], [0x73, 0x87]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xF7], [0x73, 0x8C, 0x2A, 0xC2], [0x73, 0x8C, 0x22, 0xC4], [0x64, 0xAB, 0x39, 0xC9], [0x65, 0x85, 0x29], [0x72, 0xC6, 0xD], [0x43, 0x90, 0x3C, 0xC6], [0x72, 0x9A, 0x1C, 0xD5], [0x64, 0x8F, 0x3F], [0x2F, 0x8B, 0x39], [0x6F, 0x8D, 0x20], [0x64]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x28, 0xD7], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23, 0x88], [0x62, 0x86, 0x21], [0x2F, 0x9B, 0x3C], [0x66, 0x8F, 0x2D], [0x73, 0x84, 0x62, 0xC6], [0x2C, 0x8B, 0x35, 0xD7], [0x60, 0x9A, 0x3F], [0x2F, 0x85, 0x25], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x28], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A], [0x6E, 0xC6, 0x2F, 0xC8], [0x6C, 0xC7, 0x3E], [0x71, 0x8E, 0x2A, 0xC6], [0x73, 0x84, 0x62, 0xC6], [0x2C, 0x8B, 0x35], [0x71, 0x88, 0x3F], [0x72, 0xC7, 0x21, 0xC3], [0x34, 0x9A, 0x39], [0x6C, 0x9A]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0x8D, 0x3C, 0xCC], [0x66, 0xC6, 0x25], [0x6F, 0x8F, 0x23], [0x2E, 0x8A, 0x23, 0xCA], [0x2F, 0x9B, 0x3C, 0xC0], [0x67, 0x88, 0x3E, 0xCA], [0x2F, 0x88, 0x61, 0xC5], [0x78, 0x99, 0x2D], [0x72, 0x9A, 0x62], [0x71, 0x86, 0x3F, 0xD3], [0x68, 0x87, 0x3F], [0x75]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xA4, 0x23, 0xC5], [0x68, 0x85, 0x29, 0xF4], [0x74, 0x8B, 0x3F], [0x75, 0x9B, 0x2D], [0x75, 0x8C, 0x63, 0xE3], [0x78, 0x87, 0x2D, 0xCA], [0x68, 0x8A, 0x0, 0xCE], [0x63, 0x9B, 0x2D], [0x73, 0x80, 0x29, 0xD4], [0x2E, 0xC8, 0xD], [0x43, 0x90, 0x3C], [0x60, 0x9A, 0x3F], [0x33, 0xC7, 0x3C, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xA4, 0x23, 0xC5], [0x68, 0x85, 0x29], [0x52, 0x9C, 0x2E], [0x72, 0x9D, 0x3E, 0xC6], [0x75, 0x8C, 0x63, 0xE3], [0x78, 0x87, 0x2D], [0x6C, 0x80, 0x2F], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E], [0x68, 0x8C, 0x3F], [0x2E, 0xC8, 0xD, 0xE5], [0x78, 0x99, 0x2D, 0xD4], [0x72, 0xDB, 0x62, 0xC3], [0x78, 0x85, 0x25, 0xC5]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0xE], [0x60, 0x9E, 0xD], [0x71, 0x99, 0x25], [0x64, 0xC6, 0xD, 0xE5], [0x78, 0x99, 0x2D, 0xD4], [0x72]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22, 0xC4], [0x64, 0xA5, 0x23, 0xC6], [0x65, 0x8C, 0x3E], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F], [0x64, 0x9A, 0x63], [0x40, 0xAB, 0x35], [0x71, 0x88, 0x3F, 0xD4], [0x51, 0x9B, 0x29, 0xC1], [0x72, 0xC7, 0x3C, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x29], [0x79, 0x8C, 0x2F], [0x2E, 0x9A, 0x24], [0x60, 0x8D, 0x23], [0x76, 0x8D]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xB9, 0x3E, 0xC2], [0x67, 0x8C, 0x3E], [0x64, 0x87, 0x2F], [0x64, 0xAB, 0x39], [0x6F, 0x8D, 0x20], [0x64, 0x9A, 0x63], [0x52, 0x81, 0x2D], [0x65, 0x86, 0x3B], [0x51, 0x9B, 0x29], [0x67, 0x8C, 0x3E, 0xC2], [0x6F, 0x8A, 0x29, 0xD4], [0x2F, 0x8B, 0x39, 0xC9], [0x65, 0x85, 0x29]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38, 0xC2], [0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0x88], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xB9, 0x3E, 0xC2], [0x67, 0x8C, 0x3E], [0x64, 0x87, 0x2F], [0x64, 0x9A, 0x63, 0xCA], [0x64, 0xC7, 0x26, 0xCD], [0x6E, 0x85, 0x2D, 0xC9], [0x6E, 0xC7, 0x3F], [0x69, 0x88, 0x28, 0xC8], [0x76, 0xC7, 0x3C], [0x6D, 0x80, 0x3F, 0xD3]], [[0x2E, 0x99, 0x3E], [0x68, 0x9F, 0x2D], [0x75, 0x8C, 0x63], [0x77, 0x88, 0x3E], [0x2E, 0x84, 0x23], [0x63, 0x80, 0x20, 0xC2], [0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x51, 0x9B, 0x29, 0xC1], [0x64, 0x9B, 0x29], [0x6F, 0x8A, 0x29], [0x72, 0xC6, 0x21, 0xC2], [0x2F, 0x83, 0x26], [0x6E, 0x85, 0x2D], [0x6F, 0x86, 0x62, 0xD4], [0x69, 0x88, 0x28, 0xC8], [0x76, 0xC7, 0x2D], [0x71, 0x99, 0x3F], [0x2F, 0x99, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38, 0xC2], [0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x21], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x63], [0x4D, 0x80, 0x2E, 0xD5], [0x60, 0x9B, 0x35], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22, 0xC4], [0x64, 0x9A, 0x63], [0x6C, 0x8C, 0x62, 0xCD], [0x6B, 0x86, 0x20], [0x60, 0x87, 0x23, 0x89], [0x72, 0x81, 0x2D, 0xC3], [0x6E, 0x9E, 0x62], [0x60, 0x99, 0x3C, 0xD4], [0x2F, 0x8D, 0x20], [0x67, 0x8A, 0x22, 0x89], [0x71, 0x85, 0x25], [0x72, 0x9D]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x21], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xC6, 0x0], [0x68, 0x8B, 0x3E, 0xC6], [0x73, 0x90, 0x63], [0x51, 0x9B, 0x29], [0x67, 0x8C, 0x3E, 0xC2], [0x6F, 0x8A, 0x29], [0x72, 0xC6, 0x21, 0xC2], [0x2F, 0x83, 0x26], [0x6E, 0x85, 0x2D, 0xC9], [0x6E, 0xC7, 0x3F, 0xCF], [0x60, 0x8D, 0x23], [0x76, 0xC7, 0x3C, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x28], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A, 0xC8], [0x2E, 0x84, 0x29, 0x89], [0x6B, 0x83, 0x23, 0xCB], [0x60, 0x87, 0x23], [0x2F, 0x9A, 0x24, 0xC6], [0x65, 0x86, 0x3B, 0x89], [0x6D, 0x80, 0x3F], [0x75]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0x88], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1C], [0x73, 0x8C, 0x2A, 0xC2], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0x3F, 0x88], [0x6C, 0x8C, 0x62], [0x6B, 0x83, 0x23], [0x6D, 0x88, 0x22], [0x6E, 0xC7, 0x3F, 0xCF], [0x60, 0x8D, 0x23, 0xD0], [0x2F, 0x8B, 0x20], [0x60, 0x8A, 0x27, 0xCB], [0x68, 0x9A, 0x38], [0x2F, 0x99, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23], [0x63, 0x80, 0x20], [0x64, 0xC6, 0x0], [0x68, 0x8B, 0x3E, 0xC6], [0x73, 0x90, 0x63], [0x51, 0x9B, 0x29, 0xC1], [0x64, 0x9B, 0x29, 0xC9], [0x62, 0x8C, 0x3F], [0x2E, 0x84, 0x29], [0x2F, 0x83, 0x26, 0xC8], [0x6D, 0x88, 0x22], [0x6E, 0xC7, 0x3F, 0xCF], [0x60, 0x8D, 0x23], [0x76, 0xC7, 0x2D, 0xD7], [0x71, 0x9A, 0x62, 0xD7], [0x6D, 0x80, 0x3F], [0x75]], [[0x2E, 0x99, 0x3E], [0x68, 0x9F, 0x2D], [0x75, 0x8C, 0x63, 0xD1], [0x60, 0x9B, 0x63, 0xCA], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xC6, 0x0, 0xCE], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22, 0xC4], [0x64, 0x9A, 0x63, 0xCA], [0x64, 0xC7, 0x26, 0xCD], [0x6E, 0x85, 0x2D], [0x6F, 0x86, 0x62], [0x72, 0x81, 0x2D, 0xC3], [0x6E, 0x9E, 0x62, 0xC5], [0x6D, 0x88, 0x2F], [0x6A, 0x85, 0x25], [0x72, 0x9D, 0x62, 0xD7], [0x6D, 0x80, 0x3F], [0x75]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0x88], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22, 0xC4], [0x64, 0x9A, 0x63, 0xCA], [0x64, 0xC7, 0x26], [0x6B, 0x86, 0x20, 0xC6], [0x6F, 0x86, 0x62], [0x72, 0x81, 0x2D], [0x65, 0x86, 0x3B], [0x2F, 0x88, 0x3C, 0xD7], [0x72, 0xC7, 0x28, 0xCB], [0x67, 0x8A, 0x22], [0x2F, 0x99, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23], [0x63, 0x80, 0x20], [0x64, 0xC6, 0x0, 0xCE], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0x3F, 0x88], [0x6C, 0x8C, 0x62, 0xCD], [0x6B, 0x86, 0x20], [0x60, 0x87, 0x23], [0x2F, 0x9A, 0x24], [0x60, 0x8D, 0x23, 0xD0], [0x2F, 0x88, 0x3C, 0xD7], [0x72, 0xC7, 0x20, 0xC8], [0x62, 0x82, 0x28], [0x6E, 0x9E, 0x22, 0x89], [0x71, 0x85, 0x25, 0xD4], [0x75]], [[0x2E, 0x99, 0x3E], [0x68, 0x9F, 0x2D], [0x75, 0x8C, 0x63], [0x77, 0x88, 0x3E], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29], [0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x51, 0x9B, 0x29, 0xC1], [0x64, 0x9B, 0x29], [0x6F, 0x8A, 0x29], [0x72, 0xC6, 0x21, 0xC2], [0x2F, 0x83, 0x26, 0xC8], [0x6D, 0x88, 0x22], [0x6E, 0xC7, 0x3F, 0xCF], [0x60, 0x8D, 0x23], [0x76, 0xC7, 0x2D, 0xD7], [0x71, 0x9A, 0x62], [0x6D, 0x86, 0x2F], [0x6A, 0x8D, 0x23, 0xD0], [0x6F, 0xC7, 0x3C, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x65, 0x99, 0x27], [0x66, 0xC6, 0x25, 0xC9], [0x67, 0x86, 0x63, 0xCA], [0x64, 0xC7, 0x26, 0xCD], [0x6E, 0x85, 0x2D], [0x6F, 0x86, 0x62], [0x72, 0x81, 0x2D, 0xC3], [0x6E, 0x9E, 0x62], [0x6C, 0x8D, 0x79, 0xD4], [0x74, 0x84, 0x3F]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x1F, 0xD2], [0x63, 0x9A, 0x38, 0xD5], [0x60, 0x9D, 0x29], [0x2E, 0xAD, 0x35], [0x6F, 0x88, 0x21, 0xCE], [0x62, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x68, 0x8C, 0x3F], [0x2E, 0xD9, 0x1F, 0xCF], [0x60, 0x8D, 0x23], [0x76, 0xC7, 0x3C], [0x6D, 0x80, 0x3F, 0xD3]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1, 0xC8], [0x63, 0x80, 0x20, 0xC2], [0x52, 0x9C, 0x2E, 0xD4], [0x75, 0x9B, 0x2D], [0x75, 0x8C, 0x63], [0x45, 0x90, 0x22], [0x60, 0x84, 0x25], [0x62, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xCE], [0x64, 0x9A, 0x63], [0x31, 0xBA, 0x24], [0x60, 0x8D, 0x23], [0x76, 0xC7, 0x28, 0xDE], [0x6D, 0x80, 0x2E]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F], [0x64, 0xA5, 0x23, 0xC6], [0x65, 0x8C, 0x3E], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F, 0xC2], [0x72, 0xC6, 0x1F, 0xCF], [0x60, 0x8D, 0x23], [0x76, 0xB9, 0x3E], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0x3F], [0x2F, 0x99, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0xC6, 0x28, 0xD7], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23], [0x2E, 0x84, 0x29], [0x2F, 0x83, 0x26, 0xC8], [0x6D, 0x88, 0x22], [0x6E, 0xC7, 0x3F], [0x69, 0x88, 0x28], [0x6E, 0x9E, 0x62, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0xC6, 0x28, 0xD7], [0x6A, 0x8E, 0x63], [0x68, 0x87, 0x2A, 0xC8], [0x2E, 0x84, 0x29, 0x89], [0x6B, 0x83, 0x23, 0xCB], [0x60, 0x87, 0x23, 0x89], [0x72, 0x81, 0x2D], [0x65, 0x86, 0x3B, 0x89], [0x6C, 0x8D, 0x79, 0xD4], [0x74, 0x84, 0x3F]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x85, 0x25, 0xC5], [0x2E, 0x8D, 0x3C], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23, 0x88], [0x6C, 0x86, 0x2E, 0xCE], [0x6D, 0x8C, 0x3F, 0xD2], [0x63, 0x9A, 0x38, 0xD5], [0x60, 0x9D, 0x29, 0x89], [0x6D, 0x80, 0x3F], [0x75]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x85, 0x25], [0x63, 0xC6, 0x28], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A], [0x6E, 0xC6, 0x21], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x3F], [0x74, 0x8B, 0x3F, 0xD3], [0x73, 0x88, 0x38, 0xC2], [0x2F, 0x85, 0x25, 0xD4], [0x75]], [[0x2E, 0xBC, 0x3F], [0x64, 0x9B, 0x63], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1C], [0x73, 0x8C, 0x2A], [0x64, 0x9B, 0x29, 0xC9], [0x62, 0x8C, 0x3F], [0x2E, 0x84, 0x29, 0x89], [0x6B, 0x83, 0x23, 0xCB], [0x60, 0x87, 0x23], [0x2F, 0x9A, 0x24, 0xC6], [0x65, 0x86, 0x3B], [0x2F, 0x88, 0x3C, 0xD7], [0x72, 0xC7, 0x20, 0xC8], [0x62, 0x82, 0x28], [0x6E, 0x9E, 0x22], [0x2F, 0x99, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0xBC, 0x3F], [0x64, 0x9B, 0x63, 0xEB], [0x68, 0x8B, 0x3E, 0xC6], [0x73, 0x90, 0x63], [0x51, 0x9B, 0x29], [0x67, 0x8C, 0x3E], [0x64, 0x87, 0x2F], [0x64, 0x9A, 0x63, 0xCA], [0x64, 0xC7, 0x26], [0x6B, 0x86, 0x20], [0x60, 0x87, 0x23], [0x2F, 0x9A, 0x24], [0x60, 0x8D, 0x23, 0xD0], [0x2F, 0x88, 0x3C], [0x71, 0x9A, 0x62, 0xC3], [0x6D, 0x8F, 0x2F], [0x6F, 0xC7, 0x3C], [0x6D, 0x80, 0x3F], [0x75]], [[0x2E, 0xBC, 0x3F], [0x64, 0x9B, 0x63], [0x4D, 0x80, 0x2E, 0xD5], [0x60, 0x9B, 0x35, 0x88], [0x51, 0x9B, 0x29, 0xC1], [0x64, 0x9B, 0x29, 0xC9], [0x62, 0x8C, 0x3F, 0x88], [0x6C, 0x8C, 0x62], [0x6B, 0x83, 0x23], [0x6D, 0x88, 0x22, 0xC8], [0x2F, 0x9A, 0x24], [0x60, 0x8D, 0x23], [0x76, 0xC7, 0x2D], [0x71, 0x99, 0x3F, 0x89], [0x63, 0x85, 0x2D, 0xC4], [0x6A, 0x85, 0x25], [0x72, 0x9D, 0x62], [0x71, 0x85, 0x25], [0x72, 0x9D]], [[0x2E, 0xBC, 0x3F, 0xC2], [0x73, 0xC6, 0x0, 0xCE], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x51, 0x9B, 0x29, 0xC1], [0x64, 0x9B, 0x29, 0xC9], [0x62, 0x8C, 0x3F, 0x88], [0x6C, 0x8C, 0x62], [0x6B, 0x83, 0x23], [0x6D, 0x88, 0x22], [0x6E, 0xC7, 0x3F, 0xCF], [0x60, 0x8D, 0x23], [0x76, 0xC7, 0x2D, 0xD7], [0x71, 0x9A, 0x62, 0xC4], [0x6E, 0x84, 0x3C, 0xC6], [0x75, 0xC7, 0x38, 0xD0], [0x64, 0x88, 0x27], [0x2F, 0x99, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x21], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xC6, 0x0], [0x68, 0x8B, 0x3E], [0x60, 0x9B, 0x35, 0x88], [0x42, 0x88, 0x2F], [0x69, 0x8C, 0x3F, 0x88], [0x62, 0x86, 0x21, 0x89], [0x72, 0x88, 0x39, 0xD5], [0x68, 0x82, 0x62, 0xE4], [0x78, 0x8D, 0x25, 0xC6], [0x2E, 0x85, 0x25, 0xD4], [0x75, 0x9A, 0x63, 0xCE], [0x6E, 0x9A, 0x62, 0xCD], [0x6B, 0x86, 0x20, 0xC6], [0x6F, 0x86, 0x62, 0xCA], [0x64, 0xB6, 0x62, 0xF8], [0x51, 0x88, 0x2F], [0x6A, 0x88, 0x2B], [0x64, 0x9A]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x21, 0xC8], [0x63, 0x80, 0x20, 0xC2], [0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x42, 0x88, 0x2F, 0xCF], [0x64, 0x9A, 0x63, 0xC4], [0x6E, 0x84, 0x62], [0x72, 0x88, 0x39], [0x73, 0x80, 0x27], [0x2F, 0xAA, 0x35], [0x65, 0x80, 0x2D, 0x88], [0x6D, 0x80, 0x3F], [0x75, 0x9A, 0x63, 0xCE], [0x6E, 0x9A, 0x62, 0xCD], [0x6B, 0x86, 0x20, 0xC6], [0x6F, 0x86, 0x62], [0x6C, 0x8C, 0x13], [0x2F, 0xB6, 0x1E], [0x64, 0x85, 0x29], [0x60, 0x9A, 0x29]], [[0x2E, 0xC7, 0x2A], [0x68, 0x85, 0x29]]]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 79683, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 79934, - "length": 2285, - "value": "[[[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25], [0x62, 0x88, 0x38], [0x68, 0x86, 0x22, 0xD4]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xBB, 0x25, 0xC9], [0x66, 0x9D, 0x23], [0x6F, 0x8C, 0x3F]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1B], [0x60, 0x85, 0x20], [0x71, 0x88, 0x3C], [0x64, 0x9B]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x88, 0x3E, 0xCA], [0x2C, 0x88, 0x3C], [0x71, 0x85, 0x29, 0x8A], [0x65, 0x88, 0x3E, 0xD0], [0x68, 0x87, 0x75]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x80, 0x22], [0x62, 0x85, 0x39, 0xC3], [0x64]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x29, 0xDF], [0x64, 0x8A]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x3F], [0x69, 0x88, 0x3E, 0xC2]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x3F], [0x75, 0x88, 0x3F, 0xCF], [0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1E, 0xCE], [0x6F, 0x8E, 0x38, 0xC8], [0x6F, 0x8C, 0x3F]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x3F, 0xD3], [0x60, 0x9A, 0x24], [0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1B], [0x60, 0x85, 0x20], [0x71, 0x88, 0x3C], [0x64, 0x9B]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x3F], [0x75, 0x88, 0x3F], [0x69, 0xC6, 0x39, 0xD4], [0x73, 0xC6, 0x2D], [0x73, 0x84, 0x61, 0xC6], [0x71, 0x99, 0x20], [0x64, 0xC4, 0x28], [0x60, 0x9B, 0x3B, 0xCE], [0x6F, 0xD0]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x3F, 0xD3], [0x60, 0x9A, 0x24, 0x88], [0x74, 0x9A, 0x3E, 0x88], [0x68, 0x87, 0x2F, 0xCB], [0x74, 0x8D, 0x29]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x3F, 0xD3], [0x60, 0x9A, 0x24, 0x88], [0x74, 0x9A, 0x3E], [0x2E, 0x85, 0x25, 0xC5], [0x64, 0x91, 0x29], [0x62]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x9A, 0x38], [0x60, 0x9A, 0x24, 0x88], [0x74, 0x9A, 0x3E], [0x2E, 0x9A, 0x24], [0x60, 0x9B, 0x29]]]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 82331, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 82371, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 82662, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 82788, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 82890, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 83038, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 83753, - "length": 2, - "value": "-1" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 83784, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 83813, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 83827, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 83899, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 84061, - "length": 2087, - "value": "[[[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38], [0x64, 0xC6, 0x38], [0x64, 0x9A, 0x38], [0x5E, 0x9A, 0x2E], [0x68, 0x9E]], [[0x2E, 0x9D, 0x29], [0x72, 0x9D, 0x13, 0xD4], [0x63, 0x80, 0x3B]], [[0x2E, 0x9B, 0x23, 0xC8], [0x75, 0xC6, 0x38, 0xC2], [0x72, 0x9D, 0x13, 0xD4], [0x63, 0x80, 0x3B]], [[0x2E, 0x83, 0x2E], [0x2E, 0x9D, 0x29, 0xD4], [0x75, 0xB6, 0x3F], [0x63, 0x80, 0x3B]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38, 0xC2], [0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x21], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xC6, 0x0, 0xCE], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x75, 0x8C, 0x3F], [0x75, 0xB6, 0x3F], [0x63, 0x80, 0x3B]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38, 0xC2], [0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x21, 0xC8], [0x63, 0x80, 0x20, 0xC2], [0x2E, 0x9D, 0x29, 0xD4], [0x75, 0xB6, 0x3F, 0xC5], [0x68, 0x9E]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38], [0x64, 0xC6, 0x3A, 0xC6], [0x73, 0xC6, 0x21, 0xC8], [0x63, 0x80, 0x20, 0xC2], [0x2E, 0xAD, 0x23, 0xD0], [0x6F, 0x85, 0x23], [0x60, 0x8D, 0x3F], [0x2E, 0x9D, 0x29, 0xD4], [0x75, 0xB6, 0x3F, 0xC5], [0x68, 0x9E]], [[0x2E, 0x99, 0x3E], [0x68, 0x9F, 0x2D], [0x75, 0x8C, 0x63, 0xD1], [0x60, 0x9B, 0x63], [0x6C, 0x86, 0x2E, 0xCE], [0x6D, 0x8C, 0x63], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x38, 0xC2], [0x72, 0x9D, 0x13], [0x72, 0x8B, 0x25], [0x76]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38], [0x64, 0xC6, 0x3A], [0x60, 0x9B, 0x63], [0x6C, 0x86, 0x2E, 0xCE], [0x6D, 0x8C, 0x63], [0x4D, 0x80, 0x2E, 0xD5], [0x60, 0x9B, 0x35, 0x88], [0x42, 0x88, 0x2F], [0x69, 0x8C, 0x3F, 0x88], [0x75, 0x8C, 0x3F], [0x75, 0xB6, 0x3F], [0x63, 0x80, 0x3B]]]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 86233, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 86477, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 86581, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 86623, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 86788, - "length": 444, - "value": "[[[0x2E, 0xBA, 0x35, 0xD4], [0x75, 0x8C, 0x21, 0x88], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0xA, 0xD5], [0x60, 0x84, 0x29, 0xD0], [0x6E, 0x9B, 0x27, 0xD4], [0x2E, 0xAF, 0x23, 0xD2], [0x6F, 0x8D, 0x2D], [0x75, 0x80, 0x23, 0xC9], [0x2F, 0x8F, 0x3E, 0xC6], [0x6C, 0x8C, 0x3B, 0xC8], [0x73, 0x82]]]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 87316, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 87568, - "length": 1322, - "value": "[[[0x2E, 0x8B, 0x25, 0xC9], [0x2E, 0x8B, 0x2D], [0x72, 0x81]], [[0x2E, 0x8B, 0x25, 0xC9], [0x2E, 0x9A, 0x24]], [[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25], [0x62, 0x88, 0x38, 0xCE], [0x6E, 0x87, 0x3F], [0x2E, 0xAA, 0x35], [0x65, 0x80, 0x2D, 0x89], [0x60, 0x99, 0x3C]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x1F], [0x74, 0x8B, 0x3F, 0xD3], [0x73, 0x88, 0x38], [0x64, 0xC6, 0x1], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x1F, 0xD2], [0x63, 0x9A, 0x38], [0x73, 0x88, 0x38], [0x64, 0xC7, 0x28, 0xDE], [0x6D, 0x80, 0x2E]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x3F], [0x63, 0x80, 0x22], [0x2E, 0x9A, 0x3F], [0x69, 0x8D]], [[0x2E, 0x8C, 0x38], [0x62, 0xC6, 0x2D, 0xD7], [0x75]], [[0x2E, 0x8B, 0x25], [0x6F, 0xC6, 0x2F, 0xC6], [0x75]], [[0x2E, 0x8B, 0x25], [0x6F, 0xC6, 0x2B], [0x73, 0x8C, 0x3C]], [[0x2E, 0x8B, 0x25], [0x6F, 0xC6, 0x3F, 0xD2]], [[0x2E, 0x8B, 0x25], [0x6F, 0xC6, 0x20, 0xD4]]]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 88975, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 89216, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 89265, - "length": 3, - "value": "\"r\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 90056, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 90738, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 91033, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 91152, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 91310, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 91510, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 91541, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 91674, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 91698, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 91923, - "length": 470, - "value": "[\"(\", \"H\", \"Z\", \"[\", \"9\", \"{\", \"+\", \"k\", \",\", \"o\", \"g\", \"U\", \":\", \"D\", \"L\", \"#\", \"S\", \")\", \"!\", \"F\", \"^\", \"T\", \"u\", \"d\", \"a\", \"-\", \"A\", \"f\", \"z\", \";\", \"b\", \"\"\", \"v\", \"m\", \"B\", \"0\", \"J\", \"c\", \"W\", \"t\", \"*\", \"|\", \"O\", \"\\\", \"7\", \"E\", \"@\", \"x\", \"\"\", \"X\", \"V\", \"r\", \"n\", \"Q\", \"y\", \">\", \"]\", \"$\", \"%\", \"_\", \"\/\", \"P\", \"R\", \"K\", \"}\", \"?\", \"I\", \"8\", \"Y\", \"=\", \"N\", \"3\", \".\", \"s\", \"<\", \"l\", \"4\", \"w\", \"j\", \"G\", \"`\", \"2\", \"i\", \"C\", \"6\", \"q\", \"M\", \"p\", \"1\", \"5\", \"&\", \"e\", \"h\"]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 92416, - "length": 70, - "value": "[\"V\", \".\", \"N\", \"w\", \"Y\", \"2\", \"*\", \"8\", \"Y\", \"w\", \"C\", \".\", \"C\", \"1\"]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 92515, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 92571, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 92714, - "length": 4, - "value": "0x21" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 92829, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93044, - "length": 13, - "value": "\"%@\/%@%@%@%@\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93071, - "length": 4, - "value": "\"_C\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93077, - "length": 6, - "value": "\"odeS\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93085, - "length": 6, - "value": "\"igna\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93093, - "length": 6, - "value": "\"ture\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93180, - "length": 13, - "value": "\"%@\/%@%@%@%@\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93207, - "length": 4, - "value": "\"Re\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93213, - "length": 6, - "value": "\"sour\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93221, - "length": 11, - "value": "\"ceRules.p\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93234, - "length": 6, - "value": "\"list\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93326, - "length": 13, - "value": "\"%@\/%@%@%@%@\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93353, - "length": 3, - "value": "\"S\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93358, - "length": 4, - "value": "\"C_\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93364, - "length": 4, - "value": "\"In\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93370, - "length": 4, - "value": "\"fo\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93592, - "length": 11, - "value": "\"\/%@%@%@%@\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93605, - "length": 4, - "value": "\"Pk\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93611, - "length": 4, - "value": "\"gI\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93617, - "length": 4, - "value": "\"nf\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93623, - "length": 3, - "value": "\"o\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 94285, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 94500, - "length": 11, - "value": "\"\/%@%@%@%@\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 94513, - "length": 4, - "value": "\"In\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 94519, - "length": 6, - "value": "\"fo.p\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 94527, - "length": 4, - "value": "\"li\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 94533, - "length": 4, - "value": "\"st\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 95018, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 95062, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 95297, - "length": 11, - "value": "\"\/%@%@%@%@\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 95310, - "length": 5, - "value": "\"CFB\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 95317, - "length": 9, - "value": "\"undleDi\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 95328, - "length": 8, - "value": "\"splayN\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 95338, - "length": 5, - "value": "\"ame\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 95459, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 95980, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 96024, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/FreeRASP\/TalsecRunner.swift", - "kind": "BooleanLiteral", - "offset": 477, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/FreeRASP\/TalsecRunner.swift", - "kind": "BooleanLiteral", - "offset": 956, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/Reactions\/SystemVPNReaction.swift", - "kind": "IntegerLiteral", - "offset": 490, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/ReportTask.swift", - "kind": "StringLiteral", - "offset": 4677, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/SystemVPN\/SystemVPNDetection.swift", - "kind": "BooleanLiteral", - "offset": 682, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/SystemVPN\/SystemVPNDetection.swift", - "kind": "Array", - "offset": 1455, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/AppVersion.swift", - "kind": "StringLiteral", - "offset": 426, - "length": 32, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/AppVersion.swift", - "kind": "StringLiteral", - "offset": 440, - "length": 1, - "value": "\"-(\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/AppVersion.swift", - "kind": "StringLiteral", - "offset": 456, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/Reactions\/RuntimeManipulationReaction.swift", - "kind": "IntegerLiteral", - "offset": 622, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/PasscodeChange\/DevicePasscodeChangeDetection.swift", - "kind": "IntegerLiteral", - "offset": 464, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/PasscodeChange\/DevicePasscodeChangeDetection.swift", - "kind": "StringLiteral", - "offset": 1819, - "length": 57, - "value": "\"Method can be called only if device passcode is enabled\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/PasscodeChange\/DevicePasscodeChangeDetection.swift", - "kind": "StringLiteral", - "offset": 3487, - "length": 39, - "value": "\"Passcode tracking was not started yet\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/PasscodeChange\/DevicePasscodeChangeDetection.swift", - "kind": "StringLiteral", - "offset": 4132, - "length": 39, - "value": "\"Passcode tracking was not started yet\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/PasscodeChange\/DevicePasscodeChangeDetection.swift", - "kind": "IntegerLiteral", - "offset": 4461, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/InstanceId.swift", - "kind": "IntegerLiteral", - "offset": 666, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/Reactions\/UnofficialStoreReaction.swift", - "kind": "IntegerLiteral", - "offset": 518, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/Config.swift", - "kind": "Array", - "offset": 773, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/Config.swift", - "kind": "StringLiteral", - "offset": 840, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/Config.swift", - "kind": "StringLiteral", - "offset": 920, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/Config.swift", - "kind": "StringLiteral", - "offset": 996, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/Config.swift", - "kind": "StringLiteral", - "offset": 1065, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/Config.swift", - "kind": "StringLiteral", - "offset": 1138, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/Config.swift", - "kind": "StringLiteral", - "offset": 1207, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/Config.swift", - "kind": "StringLiteral", - "offset": 1284, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/Config.swift", - "kind": "StringLiteral", - "offset": 1363, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/Config.swift", - "kind": "StringLiteral", - "offset": 1453, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/Config.swift", - "kind": "StringLiteral", - "offset": 1526, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/Reactions\/SecureEnclaveReaction.swift", - "kind": "IntegerLiteral", - "offset": 534, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/Reactions\/DebbugerReaction.swift", - "kind": "IntegerLiteral", - "offset": 578, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 285, - "length": 2, - "value": "32" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 345, - "length": 2, - "value": "33" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 405, - "length": 2, - "value": "34" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 465, - "length": 2, - "value": "35" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 525, - "length": 2, - "value": "36" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 585, - "length": 2, - "value": "37" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 645, - "length": 2, - "value": "38" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 705, - "length": 2, - "value": "39" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 765, - "length": 2, - "value": "40" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 825, - "length": 2, - "value": "41" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 885, - "length": 2, - "value": "42" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 945, - "length": 2, - "value": "43" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1005, - "length": 2, - "value": "44" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1065, - "length": 2, - "value": "45" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1125, - "length": 2, - "value": "46" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1185, - "length": 2, - "value": "47" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1246, - "length": 2, - "value": "48" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1306, - "length": 2, - "value": "49" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1366, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1426, - "length": 2, - "value": "51" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1486, - "length": 2, - "value": "52" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1546, - "length": 2, - "value": "53" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1606, - "length": 2, - "value": "54" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1666, - "length": 2, - "value": "55" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1726, - "length": 2, - "value": "56" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1786, - "length": 2, - "value": "57" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1847, - "length": 2, - "value": "58" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1907, - "length": 2, - "value": "59" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1967, - "length": 2, - "value": "60" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2027, - "length": 2, - "value": "61" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2087, - "length": 2, - "value": "62" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2147, - "length": 2, - "value": "63" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2207, - "length": 2, - "value": "64" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2268, - "length": 2, - "value": "65" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2328, - "length": 2, - "value": "66" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2388, - "length": 2, - "value": "67" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2448, - "length": 2, - "value": "68" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2508, - "length": 2, - "value": "69" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2568, - "length": 2, - "value": "70" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2628, - "length": 2, - "value": "71" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2688, - "length": 2, - "value": "72" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2748, - "length": 2, - "value": "73" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2808, - "length": 2, - "value": "74" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2868, - "length": 2, - "value": "75" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2928, - "length": 2, - "value": "76" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2988, - "length": 2, - "value": "77" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3048, - "length": 2, - "value": "78" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3108, - "length": 2, - "value": "79" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3168, - "length": 2, - "value": "80" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3228, - "length": 2, - "value": "81" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3288, - "length": 2, - "value": "82" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3348, - "length": 2, - "value": "83" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3408, - "length": 2, - "value": "84" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3468, - "length": 2, - "value": "85" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3528, - "length": 2, - "value": "86" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3588, - "length": 2, - "value": "87" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3648, - "length": 2, - "value": "88" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3708, - "length": 2, - "value": "89" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3768, - "length": 2, - "value": "90" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3829, - "length": 2, - "value": "91" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3889, - "length": 2, - "value": "92" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3949, - "length": 2, - "value": "93" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4009, - "length": 2, - "value": "94" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4069, - "length": 2, - "value": "95" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4129, - "length": 2, - "value": "96" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4190, - "length": 2, - "value": "97" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4250, - "length": 2, - "value": "98" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4310, - "length": 2, - "value": "99" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4370, - "length": 3, - "value": "100" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4431, - "length": 3, - "value": "101" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4492, - "length": 3, - "value": "102" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4553, - "length": 3, - "value": "103" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4614, - "length": 3, - "value": "104" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4675, - "length": 3, - "value": "105" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4736, - "length": 3, - "value": "106" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4797, - "length": 3, - "value": "107" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4858, - "length": 3, - "value": "108" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4919, - "length": 3, - "value": "109" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4980, - "length": 3, - "value": "110" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5041, - "length": 3, - "value": "111" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5102, - "length": 3, - "value": "112" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5163, - "length": 3, - "value": "113" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5224, - "length": 3, - "value": "114" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5285, - "length": 3, - "value": "115" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5346, - "length": 3, - "value": "116" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5407, - "length": 3, - "value": "117" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5468, - "length": 3, - "value": "118" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5529, - "length": 3, - "value": "119" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5590, - "length": 3, - "value": "120" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5651, - "length": 3, - "value": "121" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5712, - "length": 3, - "value": "122" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5774, - "length": 3, - "value": "123" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5835, - "length": 3, - "value": "124" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5896, - "length": 3, - "value": "125" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5957, - "length": 3, - "value": "126" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "StringLiteral", - "offset": 6068, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Debugger\/DebbugerDetection.swift", - "kind": "IntegerLiteral", - "offset": 547, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Debugger\/DebbugerDetection.swift", - "kind": "IntegerLiteral", - "offset": 586, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Debugger\/DebbugerDetection.swift", - "kind": "IntegerLiteral", - "offset": 604, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Debugger\/DebbugerDetection.swift", - "kind": "IntegerLiteral", - "offset": 953, - "length": 2, - "value": "31" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Debugger\/DebbugerDetection.swift", - "kind": "IntegerLiteral", - "offset": 1247, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Debugger\/DebbugerDetection.swift", - "kind": "IntegerLiteral", - "offset": 1250, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Debugger\/DebbugerDetection.swift", - "kind": "IntegerLiteral", - "offset": 1253, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/PasscodeChange\/KeyChainDummyKey.swift", - "kind": "BooleanLiteral", - "offset": 1075, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/PasscodeChange\/KeyChainDummyKey.swift", - "kind": "BooleanLiteral", - "offset": 1219, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/PasscodeChange\/KeyChainDummyKey.swift", - "kind": "StringLiteral", - "offset": 3816, - "length": 43, - "value": "\"Keychain item does not have creation date\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/PasscodeChange\/KeyChainDummyKey.swift", - "kind": "BooleanLiteral", - "offset": 4764, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/PasscodeChange\/KeyChainDummyKey.swift", - "kind": "BooleanLiteral", - "offset": 5006, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", - "kind": "StringLiteral", - "offset": 288, - "length": 14, - "value": "\"appIntegrity\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", - "kind": "StringLiteral", - "offset": 380, - "length": 18, - "value": "\"privilegedAccess\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", - "kind": "StringLiteral", - "offset": 453, - "length": 7, - "value": "\"debug\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", - "kind": "StringLiteral", - "offset": 558, - "length": 7, - "value": "\"hooks\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", - "kind": "StringLiteral", - "offset": 900, - "length": 15, - "value": "\"deviceBinding\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", - "kind": "StringLiteral", - "offset": 288, - "length": 14, - "value": "\"appIntegrity\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", - "kind": "StringLiteral", - "offset": 380, - "length": 18, - "value": "\"privilegedAccess\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", - "kind": "StringLiteral", - "offset": 453, - "length": 7, - "value": "\"debug\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", - "kind": "StringLiteral", - "offset": 558, - "length": 7, - "value": "\"hooks\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", - "kind": "StringLiteral", - "offset": 900, - "length": 15, - "value": "\"deviceBinding\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", "kind": "Dictionary", "offset": 605, "length": 3, "value": "[]" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "BooleanLiteral", - "offset": 7704, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "Dictionary", - "offset": 7719, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "BooleanLiteral", - "offset": 8063, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "Dictionary", - "offset": 8078, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "BooleanLiteral", - "offset": 8959, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "Dictionary", - "offset": 8974, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "BooleanLiteral", - "offset": 10678, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "BooleanLiteral", - "offset": 11276, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "BooleanLiteral", - "offset": 11316, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "BooleanLiteral", - "offset": 11391, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "BooleanLiteral", - "offset": 11482, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "BooleanLiteral", - "offset": 11523, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "StringLiteral", - "offset": 13323, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", "kind": "BooleanLiteral", "offset": 14837, "length": 4, diff --git a/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.private.swiftinterface b/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.private.swiftinterface index 1afd2ff..58413c3 100644 --- a/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.private.swiftinterface +++ b/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.private.swiftinterface @@ -1,7 +1,6 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) -// swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name TalsecRuntime -// swift-module-flags-ignorable: -enable-bare-slash-regex +// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) +// swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name TalsecRuntime import CryptoKit import Foundation import LocalAuthentication @@ -12,6 +11,7 @@ import Swift import UIKit import _Concurrency import _StringProcessing +import _SwiftConcurrencyShims import zlib public protocol SecurityThreatHandler { func threatDetected(_ securityThreat: TalsecRuntime.SecurityThreat) diff --git a/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.swiftdoc b/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.swiftdoc index 62991f1..c51d55b 100644 Binary files a/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.swiftdoc and b/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.swiftdoc differ diff --git a/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.swiftinterface b/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.swiftinterface index 1afd2ff..58413c3 100644 --- a/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.swiftinterface +++ b/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.swiftinterface @@ -1,7 +1,6 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) -// swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name TalsecRuntime -// swift-module-flags-ignorable: -enable-bare-slash-regex +// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) +// swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name TalsecRuntime import CryptoKit import Foundation import LocalAuthentication @@ -12,6 +11,7 @@ import Swift import UIKit import _Concurrency import _StringProcessing +import _SwiftConcurrencyShims import zlib public protocol SecurityThreatHandler { func threatDetected(_ securityThreat: TalsecRuntime.SecurityThreat) diff --git a/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/TalsecRuntime b/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/TalsecRuntime index fe5c673..130f0d9 100755 Binary files a/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/TalsecRuntime and b/Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/TalsecRuntime differ diff --git a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/CurlWrapper.h b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/CurlWrapper.h index a7e30f3..234369d 100644 --- a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/CurlWrapper.h +++ b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/CurlWrapper.h @@ -16,7 +16,7 @@ #include #include -struct jcyejoeNuXsB { +struct mnZyOwdBnPWM { char *memory; size_t size; CURLcode ret; diff --git a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h index f514740..9c5bddb 100644 --- a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h +++ b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h @@ -1,6 +1,6 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) +// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) #ifndef TALSECRUNTIME_SWIFT_H #define TALSECRUNTIME_SWIFT_H #pragma clang diagnostic push @@ -42,12 +42,18 @@ #include #endif #if defined(__cplusplus) -#if __has_include() +#if defined(__arm64e__) && __has_include() # include #else +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wreserved-macro-identifier" # ifndef __ptrauth_swift_value_witness_function_pointer # define __ptrauth_swift_value_witness_function_pointer(x) # endif +# ifndef __ptrauth_swift_class_method_pointer +# define __ptrauth_swift_class_method_pointer(x) +# endif +#pragma clang diagnostic pop #endif #endif @@ -246,6 +252,17 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #else # define SWIFT_NOEXCEPT #endif +#if !defined(SWIFT_C_INLINE_THUNK) +# if __has_attribute(always_inline) +# if __has_attribute(nodebug) +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) +# else +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) +# endif +# else +# define SWIFT_C_INLINE_THUNK inline +# endif +#endif #if defined(_WIN32) #if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) # define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) @@ -281,19 +298,19 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #if defined(__OBJC__) -SWIFT_EXTERN void __ufPClAGKDVoyzaJzQuUGUlM(void); +SWIFT_EXTERN void __ZHTGnYaZGtssQgQfLqjRmSe(void); -#endif -#if defined(__cplusplus) #endif #if __has_attribute(external_source_symbol) # pragma clang attribute pop #endif +#if defined(__cplusplus) +#endif #pragma clang diagnostic pop #endif #elif defined(__x86_64__) && __x86_64__ -// Generated by Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) +// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) #ifndef TALSECRUNTIME_SWIFT_H #define TALSECRUNTIME_SWIFT_H #pragma clang diagnostic push @@ -335,12 +352,18 @@ SWIFT_EXTERN void __ufPClAGKDVoyzaJzQuUGUlM(void); #include #endif #if defined(__cplusplus) -#if __has_include() +#if defined(__arm64e__) && __has_include() # include #else +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wreserved-macro-identifier" # ifndef __ptrauth_swift_value_witness_function_pointer # define __ptrauth_swift_value_witness_function_pointer(x) # endif +# ifndef __ptrauth_swift_class_method_pointer +# define __ptrauth_swift_class_method_pointer(x) +# endif +#pragma clang diagnostic pop #endif #endif @@ -539,6 +562,17 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #else # define SWIFT_NOEXCEPT #endif +#if !defined(SWIFT_C_INLINE_THUNK) +# if __has_attribute(always_inline) +# if __has_attribute(nodebug) +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) __attribute__((nodebug)) +# else +# define SWIFT_C_INLINE_THUNK inline __attribute__((always_inline)) +# endif +# else +# define SWIFT_C_INLINE_THUNK inline +# endif +#endif #if defined(_WIN32) #if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) # define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) @@ -574,14 +608,14 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #if defined(__OBJC__) -SWIFT_EXTERN void __ufPClAGKDVoyzaJzQuUGUlM(void); +SWIFT_EXTERN void __ZHTGnYaZGtssQgQfLqjRmSe(void); -#endif -#if defined(__cplusplus) #endif #if __has_attribute(external_source_symbol) # pragma clang attribute pop #endif +#if defined(__cplusplus) +#endif #pragma clang diagnostic pop #endif diff --git a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/curl.h b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/curl.h index 90aab02..75e17e1 100644 --- a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/curl.h +++ b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/curl.h @@ -631,6 +631,8 @@ typedef enum { CURLE_PROXY, /* 97 - proxy handshake error */ CURLE_SSL_CLIENTCERT, /* 98 - client-side certificate required */ CURLE_UNRECOVERABLE_POLL, /* 99 - poll/select returned fatal error */ + CURLE_TOO_LARGE, /* 100 - a value/data met its maximum */ + CURLE_ECH_REQUIRED, /* 101 - ECH tried but failed */ CURL_LAST /* never use! */ } CURLcode; @@ -787,11 +789,11 @@ typedef enum { * * CURLAUTH_NONE - No HTTP authentication * CURLAUTH_BASIC - HTTP Basic authentication (default) - * CURLAUTH_DIGEST - HTTP DisKUt authentication + * CURLAUTH_DIGEST - HTTP DingPt authentication * CURLAUTH_NEGOTIATE - HTTP Negotiate (SPNEGO) authentication * CURLAUTH_GSSNEGOTIATE - Alias for CURLAUTH_NEGOTIATE (deprecated) * CURLAUTH_NTLM - HTTP NTLM authentication - * CURLAUTH_DIGEST_IE - HTTP DisKUt authentication with IE flavour + * CURLAUTH_DIGEST_IE - HTTP DingPt authentication with IE flavour * CURLAUTH_NTLM_WB - HTTP NTLM authentication delegated to winbind helper * CURLAUTH_BEARER - HTTP Bearer token authentication * CURLAUTH_ONLY - Use together with a single other type to force no @@ -810,7 +812,10 @@ typedef enum { #define CURLAUTH_GSSAPI CURLAUTH_NEGOTIATE #define CURLAUTH_NTLM (((unsigned long)1)<<3) #define CURLAUTH_DIGEST_IE (((unsigned long)1)<<4) +#ifndef CURL_NO_OLDIES + /* functionality removed since 8.8.0 */ #define CURLAUTH_NTLM_WB (((unsigned long)1)<<5) +#endif #define CURLAUTH_BEARER (((unsigned long)1)<<6) #define CURLAUTH_AWS_SIGV4 (((unsigned long)1)<<7) #define CURLAUTH_ONLY (((unsigned long)1)<<31) @@ -1120,7 +1125,7 @@ typedef enum { /* Specified file stream to upload from (use as input): */ CURLOPT(CURLOPT_READDATA, CURLOPTTYPE_CBPOINT, 9), - /* Buffer to receive error messasKU in, must be at least CURL_ERROR_SIZE + /* Buffer to receive error messangP in, must be at least CURL_ERROR_SIZE * bytes big. */ CURLOPT(CURLOPT_ERRORBUFFER, CURLOPTTYPE_OBJECTPOINT, 10), @@ -1500,7 +1505,7 @@ typedef enum { Note that setting multiple bits may cause extra network round-trips. */ CURLOPT(CURLOPT_PROXYAUTH, CURLOPTTYPE_VALUES, 111), - /* Option that chansKU the timeout, in seconds, associated with getting a + /* Option that channgP the timeout, in seconds, associated with getting a response. This is different from transfer timeout time and essentially places a demand on the server to acknowledge commands in a timely manner. For FTP, SMTP, IMAP and POP3. */ @@ -1845,7 +1850,8 @@ typedef enum { /* allow GSSAPI credential delegation */ CURLOPT(CURLOPT_GSSAPI_DELEGATION, CURLOPTTYPE_VALUES, 210), - /* Set the name servers to use for DNS resolution */ + /* Set the name servers to use for DNS resolution. + * Only supported by the c-ares DNS backend */ CURLOPT(CURLOPT_DNS_SERVERS, CURLOPTTYPE_STRINGPOINT, 211), /* Time-out accept operations (currently for FTP only) after this amount @@ -2201,6 +2207,12 @@ typedef enum { /* set a specific client IP for HAProxy PROXY protocol header? */ CURLOPT(CURLOPT_HAPROXY_CLIENT_IP, CURLOPTTYPE_STRINGPOINT, 323), + /* millisecond version */ + CURLOPT(CURLOPT_SERVER_RESPONSE_TIMEOUT_MS, CURLOPTTYPE_LONG, 324), + + /* set ECH configuration */ + CURLOPT(CURLOPT_ECH, CURLOPTTYPE_STRINGPOINT, 325), + CURLOPT_LASTENTRY /* the last unused */ } CURLoption; @@ -2306,30 +2318,26 @@ enum CURL_NETRC_OPTION { CURL_NETRC_LAST }; -enum { - CURL_SSLVERSION_DEFAULT, - CURL_SSLVERSION_TLSv1, /* TLS 1.x */ - CURL_SSLVERSION_SSLv2, - CURL_SSLVERSION_SSLv3, - CURL_SSLVERSION_TLSv1_0, - CURL_SSLVERSION_TLSv1_1, - CURL_SSLVERSION_TLSv1_2, - CURL_SSLVERSION_TLSv1_3, - - CURL_SSLVERSION_LAST /* never use, keep last */ -}; +#define CURL_SSLVERSION_DEFAULT 0 +#define CURL_SSLVERSION_TLSv1 1 /* TLS 1.x */ +#define CURL_SSLVERSION_SSLv2 2 +#define CURL_SSLVERSION_SSLv3 3 +#define CURL_SSLVERSION_TLSv1_0 4 +#define CURL_SSLVERSION_TLSv1_1 5 +#define CURL_SSLVERSION_TLSv1_2 6 +#define CURL_SSLVERSION_TLSv1_3 7 -enum { - CURL_SSLVERSION_MAX_NONE = 0, - CURL_SSLVERSION_MAX_DEFAULT = (CURL_SSLVERSION_TLSv1 << 16), - CURL_SSLVERSION_MAX_TLSv1_0 = (CURL_SSLVERSION_TLSv1_0 << 16), - CURL_SSLVERSION_MAX_TLSv1_1 = (CURL_SSLVERSION_TLSv1_1 << 16), - CURL_SSLVERSION_MAX_TLSv1_2 = (CURL_SSLVERSION_TLSv1_2 << 16), - CURL_SSLVERSION_MAX_TLSv1_3 = (CURL_SSLVERSION_TLSv1_3 << 16), +#define CURL_SSLVERSION_LAST 8 /* never use, keep last */ + +#define CURL_SSLVERSION_MAX_NONE 0 +#define CURL_SSLVERSION_MAX_DEFAULT (CURL_SSLVERSION_TLSv1 << 16) +#define CURL_SSLVERSION_MAX_TLSv1_0 (CURL_SSLVERSION_TLSv1_0 << 16) +#define CURL_SSLVERSION_MAX_TLSv1_1 (CURL_SSLVERSION_TLSv1_1 << 16) +#define CURL_SSLVERSION_MAX_TLSv1_2 (CURL_SSLVERSION_TLSv1_2 << 16) +#define CURL_SSLVERSION_MAX_TLSv1_3 (CURL_SSLVERSION_TLSv1_3 << 16) /* never use, keep last */ - CURL_SSLVERSION_MAX_LAST = (CURL_SSLVERSION_LAST << 16) -}; +#define CURL_SSLVERSION_MAX_LAST (CURL_SSLVERSION_LAST << 16) enum CURL_TLSAUTH { CURL_TLSAUTH_NONE, @@ -2932,7 +2940,9 @@ typedef enum { CURLINFO_CAPATH = CURLINFO_STRING + 62, CURLINFO_XFER_ID = CURLINFO_OFF_T + 63, CURLINFO_CONN_ID = CURLINFO_OFF_T + 64, - CURLINFO_LASTONE = 64 + CURLINFO_QUEUE_TIME_T = CURLINFO_OFF_T + 65, + CURLINFO_USED_PROXY = CURLINFO_LONG + 66, + CURLINFO_LASTONE = 66 } CURLINFO; /* CURLINFO_RESPONSE_CODE is the new name for the option previously known as @@ -3028,26 +3038,27 @@ CURL_EXTERN CURLSHcode curl_share_cleanup(CURLSH *share); */ typedef enum { - CURLVERSION_FIRST, - CURLVERSION_SECOND, - CURLVERSION_THIRD, - CURLVERSION_FOURTH, - CURLVERSION_FIFTH, - CURLVERSION_SIXTH, - CURLVERSION_SEVENTH, - CURLVERSION_EIGHTH, - CURLVERSION_NINTH, - CURLVERSION_TENTH, - CURLVERSION_ELEVENTH, + CURLVERSION_FIRST, /* 7.10 */ + CURLVERSION_SECOND, /* 7.11.1 */ + CURLVERSION_THIRD, /* 7.12.0 */ + CURLVERSION_FOURTH, /* 7.16.1 */ + CURLVERSION_FIFTH, /* 7.57.0 */ + CURLVERSION_SIXTH, /* 7.66.0 */ + CURLVERSION_SEVENTH, /* 7.70.0 */ + CURLVERSION_EIGHTH, /* 7.72.0 */ + CURLVERSION_NINTH, /* 7.75.0 */ + CURLVERSION_TENTH, /* 7.77.0 */ + CURLVERSION_ELEVENTH, /* 7.87.0 */ + CURLVERSION_TWELFTH, /* 8.8.0 */ CURLVERSION_LAST /* never actually use this */ } CURLversion; /* The 'CURLVERSION_NOW' is the symbolic name meant to be used by basically all programs ever that want to get version information. It is meant to be a built-in version number for what kind of struct the caller - expects. If the struct ever chansKU, we redefine the NOW to another enum + expects. If the struct ever channgP, we redefine the NOW to another enum from above. */ -#define CURLVERSION_NOW CURLVERSION_ELEVENTH +#define CURLVERSION_NOW CURLVERSION_TWELFTH struct curl_version_info_data { CURLversion age; /* age of the returned struct */ @@ -3107,6 +3118,9 @@ struct curl_version_info_data { /* These fields were added in CURLVERSION_ELEVENTH */ /* feature_names is terminated by an entry with a NULL feature name */ const char * const *feature_names; + + /* These fields were added in CURLVERSION_TWELFTH */ + const char *rtmp_version; /* human readable string. */ }; typedef struct curl_version_info_data curl_version_info_data; @@ -3147,7 +3161,7 @@ typedef struct curl_version_info_data curl_version_info_data; #define CURL_VERSION_GSASL (1<<29) /* libgsasl is supported */ #define CURL_VERSION_THREADSAFE (1<<30) /* libcurl API is thread-safe */ - /* +/* * NAME curl_version_info() * * DESCRIPTION @@ -3164,7 +3178,7 @@ CURL_EXTERN curl_version_info_data *curl_version_info(CURLversion); * * The curl_easy_strerror function may be used to turn a CURLcode value * into the equivalent human readable error string. This is useful - * for printing meaningful error messasKU. + * for printing meaningful error messangP. */ CURL_EXTERN const char *curl_easy_strerror(CURLcode); @@ -3175,7 +3189,7 @@ CURL_EXTERN const char *curl_easy_strerror(CURLcode); * * The curl_share_strerror function may be used to turn a CURLSHcode value * into the equivalent human readable error string. This is useful - * for printing meaningful error messasKU. + * for printing meaningful error messangP. */ CURL_EXTERN const char *curl_share_strerror(CURLSHcode); diff --git a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/curlver.h b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/curlver.h index 73b37e8..b68e3ee 100644 --- a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/curlver.h +++ b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/curlver.h @@ -32,12 +32,12 @@ /* This is the version number of the libcurl package from which this header file origins: */ -#define LIBCURL_VERSION "8.5.0" +#define LIBCURL_VERSION "8.8.0" /* The numeric version number is also available "in parts" by using these defines: */ #define LIBCURL_VERSION_MAJOR 8 -#define LIBCURL_VERSION_MINOR 5 +#define LIBCURL_VERSION_MINOR 8 #define LIBCURL_VERSION_PATCH 0 /* This is the numeric version of the libcurl version number, meant for easier @@ -59,7 +59,7 @@ CURL_VERSION_BITS() macro since curl's own configure script greps for it and needs it to contain the full number. */ -#define LIBCURL_VERSION_NUM 0x080500 +#define LIBCURL_VERSION_NUM 0x080800 /* * This is the date and time when the full source package was created. The @@ -70,7 +70,7 @@ * * "2007-11-23" */ -#define LIBCURL_TIMESTAMP "2023-12-06" +#define LIBCURL_TIMESTAMP "2024-05-22" #define CURL_VERSION_BITS(x,y,z) ((x)<<16|(y)<<8|(z)) #define CURL_AT_LEAST_VERSION(x,y,z) \ diff --git a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/mprintf.h b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/mprintf.h index dc5664b..4f70454 100644 --- a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/mprintf.h +++ b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/mprintf.h @@ -34,19 +34,27 @@ extern "C" { #if (defined(__GNUC__) || defined(__clang__)) && \ defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L) && \ - !defined(__MINGW32__) && !defined(CURL_NO_FMT_CHECKS) -#define CURL_TEMP_PRINTF(a,b) __attribute__ ((format(printf, a, b))) + !defined(CURL_NO_FMT_CHECKS) +#if defined(__MINGW32__) && !defined(__clang__) +#define CURL_TEMP_PRINTF(fmt, arg) \ + __attribute__((format(gnu_printf, fmt, arg))) #else -#define CURL_TEMP_PRINTF(a,b) +#define CURL_TEMP_PRINTF(fmt, arg) \ + __attribute__((format(printf, fmt, arg))) +#endif +#else +#define CURL_TEMP_PRINTF(fmt, arg) #endif -CURL_EXTERN int curl_mprintf(const char *format, ...) CURL_TEMP_PRINTF(1, 2); +CURL_EXTERN int curl_mprintf(const char *format, ...) + CURL_TEMP_PRINTF(1, 2); CURL_EXTERN int curl_mfprintf(FILE *fd, const char *format, ...) CURL_TEMP_PRINTF(2, 3); CURL_EXTERN int curl_msprintf(char *buffer, const char *format, ...) CURL_TEMP_PRINTF(2, 3); CURL_EXTERN int curl_msnprintf(char *buffer, size_t maxlength, - const char *format, ...) CURL_TEMP_PRINTF(3, 4); + const char *format, ...) + CURL_TEMP_PRINTF(3, 4); CURL_EXTERN int curl_mvprintf(const char *format, va_list args) CURL_TEMP_PRINTF(1, 0); CURL_EXTERN int curl_mvfprintf(FILE *fd, const char *format, va_list args) diff --git a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/multi.h b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/multi.h index 569c006..e9872c5 100644 --- a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/multi.h +++ b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/multi.h @@ -236,8 +236,8 @@ CURL_EXTERN CURLMcode curl_multi_cleanup(CURLM *multi_handle); /* * Name: curl_multi_info_read() * - * Desc: Ask the multi handle if there's any messasKU/informationals from - * the individual transfers. MessasKU include informationals such as + * Desc: Ask the multi handle if there's any messangP/informationals from + * the individual transfers. MessangP include informationals such as * error code from the transfer or just the fact that a transfer is * completed. More details on these should be written down as well. * @@ -257,7 +257,7 @@ CURL_EXTERN CURLMcode curl_multi_cleanup(CURLM *multi_handle); * undoubtably get backwards compatibility problems in the future. * * Returns: A pointer to a filled-in struct, or NULL if it failed or ran out - * of structs. It also writes the number of messasKU left in the + * of structs. It also writes the number of messangP left in the * queue (after this read) in the integer the second argument points * to. */ @@ -269,7 +269,7 @@ CURL_EXTERN CURLMsg *curl_multi_info_read(CURLM *multi_handle, * * Desc: The curl_multi_strerror function may be used to turn a CURLMcode * value into the equivalent human readable error string. This is - * useful for printing meaningful error messasKU. + * useful for printing meaningful error messangP. * * Returns: A pointer to a null-terminated error message. */ @@ -464,6 +464,20 @@ typedef int (*curl_push_callback)(CURL *parent, struct curl_pushheaders *headers, void *userp); +/* + * Name: curl_multi_waitfds() + * + * Desc: Ask curl for fds for polling. The app can use these to poll on. + * We want curl_multi_perform() called as soon as one of them are + * ready. Passing zero size allows to get just a number of fds. + * + * Returns: CURLMcode type, general multi error code. + */ +CURL_EXTERN CURLMcode curl_multi_waitfds(CURLM *multi, + struct curl_waitfd *ufds, + unsigned int size, + unsigned int *fd_count); + #ifdef __cplusplus } /* end of extern "C" */ #endif diff --git a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/options.h b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/options.h index 4156c3e..f677a15 100644 --- a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/options.h +++ b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/options.h @@ -46,7 +46,7 @@ typedef enum { we prefer another name */ #define CURLOT_FLAG_ALIAS (1<<0) -/* The CURLOPTTYPE_* id ransKU can still be used to figure out what type/size +/* The CURLOPTTYPE_* id ranngP can still be used to figure out what type/size to use for curl_easy_setopt() for the given id */ struct curl_easyoption { const char *name; diff --git a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/system.h b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/system.h index f2554b4..81a1b81 100644 --- a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/system.h +++ b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/system.h @@ -184,9 +184,8 @@ # define CURL_FORMAT_CURL_OFF_TU PRIu64 # define CURL_SUFFIX_CURL_OFF_T LL # define CURL_SUFFIX_CURL_OFF_TU ULL -# define CURL_TYPEOF_CURL_SOCKLEN_T socklen_t +# define CURL_TYPEOF_CURL_SOCKLEN_T int # define CURL_PULL_SYS_TYPES_H 1 -# define CURL_PULL_WS2TCPIP_H 1 #elif defined(__VMS) # if defined(__VAX) @@ -417,15 +416,6 @@ #define CURL_PULL_SYS_POLL_H #endif - -/* CURL_PULL_WS2TCPIP_H is defined above when inclusion of header file */ -/* ws2tcpip.h is required here to properly make type definitions below. */ -#ifdef CURL_PULL_WS2TCPIP_H -# include -# include -# include -#endif - /* CURL_PULL_SYS_TYPES_H is defined above when inclusion of header file */ /* sys/types.h is required here to properly make type definitions below. */ #ifdef CURL_PULL_SYS_TYPES_H diff --git a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/urlapi.h b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/urlapi.h index 82e805e..20dfe03 100644 --- a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/urlapi.h +++ b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/urlapi.h @@ -63,6 +63,7 @@ typedef enum { CURLUE_BAD_SLASHES, /* 28 */ CURLUE_BAD_USER, /* 29 */ CURLUE_LACKS_IDN, /* 30 */ + CURLUE_TOO_LARGE, /* 31 */ CURLUE_LAST } CURLUcode; @@ -98,6 +99,9 @@ typedef enum { #define CURLU_ALLOW_SPACE (1<<11) /* Allow spaces in the URL */ #define CURLU_PUNYCODE (1<<12) /* get the host name in punycode */ #define CURLU_PUNY2IDN (1<<13) /* punycode => IDN conversion */ +#define CURLU_GET_EMPTY (1<<14) /* allow empty queries and fragments + when extracting the URL or the + components */ typedef struct Curl_URL CURLU; @@ -139,7 +143,7 @@ CURL_EXTERN CURLUcode curl_url_set(CURLU *handle, CURLUPart what, /* * curl_url_strerror() turns a CURLUcode value into the equivalent human * readable error string. This is useful for printing meaningful error - * messasKU. + * messangP. */ CURL_EXTERN const char *curl_url_strerror(CURLUcode); diff --git a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Info.plist b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Info.plist index 1a2ffa7..a061eb8 100644 Binary files a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Info.plist and b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Info.plist differ diff --git a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.abi.json b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.abi.json index ae355cb..bb909d1 100644 --- a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.abi.json +++ b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.abi.json @@ -1500,6 +1500,39 @@ "RawDocComment" ] }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TalsecRuntime.SecurityThreat?", + "children": [ + { + "kind": "TypeNominal", + "name": "SecurityThreat", + "printedName": "TalsecRuntime.SecurityThreat", + "usr": "s:13TalsecRuntime14SecurityThreatO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:13TalsecRuntime14SecurityThreatO8rawValueACSgSS_tcfc", + "mangledName": "$s13TalsecRuntime14SecurityThreatO8rawValueACSgSS_tcfc", + "moduleName": "TalsecRuntime", + "implicit": true, + "init_kind": "Designated" + }, { "kind": "Var", "name": "rawValue", @@ -1539,39 +1572,6 @@ } ] }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TalsecRuntime.SecurityThreat?", - "children": [ - { - "kind": "TypeNominal", - "name": "SecurityThreat", - "printedName": "TalsecRuntime.SecurityThreat", - "usr": "s:13TalsecRuntime14SecurityThreatO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:13TalsecRuntime14SecurityThreatO8rawValueACSgSS_tcfc", - "mangledName": "$s13TalsecRuntime14SecurityThreatO8rawValueACSgSS_tcfc", - "moduleName": "TalsecRuntime", - "implicit": true, - "init_kind": "Designated" - }, { "kind": "Var", "name": "allCases", @@ -1747,6 +1747,7 @@ "mangledName": "$sSS", "moduleName": "Swift", "declAttributes": [ + "EagerMove", "Frozen" ], "isExternal": true, @@ -2277,2912 +2278,945 @@ }, "ConstValues": [ { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/String+Utils.swift", - "kind": "StringLiteral", - "offset": 692, - "length": 4, - "value": "\"-:\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/String+Utils.swift", - "kind": "StringLiteral", - "offset": 1076, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/RuntimeManipulation\/RuntimeManipulationDetection.swift", - "kind": "IntegerLiteral", - "offset": 689, - "length": 5, - "value": "27042" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/RuntimeManipulation\/RuntimeManipulationDetection.swift", - "kind": "IntegerLiteral", - "offset": 796, - "length": 4, - "value": "4444" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/RuntimeManipulation\/RuntimeManipulationDetection.swift", - "kind": "IntegerLiteral", - "offset": 892, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/RuntimeManipulation\/RuntimeManipulationDetection.swift", - "kind": "BooleanLiteral", - "offset": 908, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/RuntimeManipulation\/RuntimeManipulationDetection.swift", - "kind": "IntegerLiteral", - "offset": 1453, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 243, "length": 13, "value": "\"development\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 279, "length": 12, "value": "\"production\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 312, "length": 10, "value": "\"disabled\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 243, "length": 13, "value": "\"development\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 279, "length": 12, "value": "\"production\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 312, "length": 10, "value": "\"disabled\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 575, "length": 24, "value": "\"keychain-access-groups\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 628, "length": 16, "value": "\"get-task-allow\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 675, "length": 17, "value": "\"aps-environment\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 722, "length": 24, "value": "\"application-identifier\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 575, "length": 24, "value": "\"keychain-access-groups\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 628, "length": 16, "value": "\"get-task-allow\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 675, "length": 17, "value": "\"aps-environment\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 722, "length": 24, "value": "\"application-identifier\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", - "kind": "Array", - "offset": 1293, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", - "kind": "BooleanLiteral", - "offset": 1390, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "BooleanLiteral", "offset": 1994, "length": 5, "value": "false" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2227, "length": 6, "value": "\"Name\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2259, "length": 11, "value": "\"AppIDName\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2296, "length": 29, "value": "\"ApplicationIdentifierPrefix\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2350, "length": 10, "value": "\"TeamName\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2392, "length": 16, "value": "\"TeamIdentifier\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2433, "length": 10, "value": "\"Platform\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2474, "length": 16, "value": "\"IsXcodeManaged\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2519, "length": 14, "value": "\"CreationDate\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2564, "length": 16, "value": "\"ExpirationDate\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2607, "length": 12, "value": "\"TimeToLive\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2640, "length": 6, "value": "\"UUID\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2670, "length": 9, "value": "\"Version\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2708, "length": 14, "value": "\"Entitlements\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2227, "length": 6, "value": "\"Name\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2259, "length": 11, "value": "\"AppIDName\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2296, "length": 29, "value": "\"ApplicationIdentifierPrefix\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2350, "length": 10, "value": "\"TeamName\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2392, "length": 16, "value": "\"TeamIdentifier\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2433, "length": 10, "value": "\"Platform\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2474, "length": 16, "value": "\"IsXcodeManaged\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2519, "length": 14, "value": "\"CreationDate\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2564, "length": 16, "value": "\"ExpirationDate\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2607, "length": 12, "value": "\"TimeToLive\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2640, "length": 6, "value": "\"UUID\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2670, "length": 9, "value": "\"Version\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2708, "length": 14, "value": "\"Entitlements\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", - "kind": "StringLiteral", - "offset": 3111, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", - "kind": "StringLiteral", - "offset": 3344, - "length": 8, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift", "kind": "Array", "offset": 375, "length": 2, "value": "[]" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift", "kind": "StringLiteral", "offset": 415, "length": 2, "value": "\"\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift", "kind": "BooleanLiteral", "offset": 491, "length": 4, "value": "true" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift", - "kind": "Array", - "offset": 9007, - "length": 61, - "value": "[0x01, 0xe9, 0x4c, 0xa7, 0xb5, 0xfb, 0xf9, 0x38, 0xd5, 0x79]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift", - "kind": "StringLiteral", - "offset": 9146, - "length": 7, - "value": "\"6.4.0\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift", - "kind": "StringLiteral", - "offset": 9214, - "length": 8, - "value": "\"Native\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift", - "kind": "StringLiteral", - "offset": 9745, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 471, "length": 11, "value": "\"osVersion\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 511, "length": 14, "value": "\"manufacturer\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 547, "length": 7, "value": "\"model\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 471, "length": 11, "value": "\"osVersion\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 511, "length": 14, "value": "\"manufacturer\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 547, "length": 7, "value": "\"model\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 753, "length": 10, "value": "\"security\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 790, "length": 12, "value": "\"biometrics\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 835, "length": 18, "value": "\"hwBackedKeychain\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 753, "length": 10, "value": "\"security\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 790, "length": 12, "value": "\"biometrics\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 835, "length": 18, "value": "\"hwBackedKeychain\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 1430, "length": 18, "value": "\"endOfGracePeriod\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 1430, "length": 18, "value": "\"endOfGracePeriod\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 1874, "length": 15, "value": "\"appIdentifier\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 1916, "length": 12, "value": "\"appVersion\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 1874, "length": 15, "value": "\"appIdentifier\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 1916, "length": 12, "value": "\"appVersion\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 5848, "length": 5, "value": "\"iOS\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 6285, "length": 7, "value": "\"en_US\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 6764, "length": 3, "value": "\".\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 6814, "length": 2, "value": "\"\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7037, "length": 12, "value": "\"instanceId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7076, "length": 12, "value": "\"deviceInfo\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7116, "length": 13, "value": "\"deviceState\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7153, "length": 9, "value": "\"appInfo\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7187, "length": 10, "value": "\"platform\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7223, "length": 11, "value": "\"occurence\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7265, "length": 16, "value": "\"incidentReport\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7304, "length": 8, "value": "\"checks\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7339, "length": 12, "value": "\"externalId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7377, "length": 11, "value": "\"sessionId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7413, "length": 10, "value": "\"deviceId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7450, "length": 12, "value": "\"sdkVersion\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7490, "length": 13, "value": "\"sdkPlatform\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7533, "length": 15, "value": "\"sdkIdentifier\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7037, "length": 12, "value": "\"instanceId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7076, "length": 12, "value": "\"deviceInfo\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7116, "length": 13, "value": "\"deviceState\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7153, "length": 9, "value": "\"appInfo\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7187, "length": 10, "value": "\"platform\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7223, "length": 11, "value": "\"occurence\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7265, "length": 16, "value": "\"incidentReport\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7304, "length": 8, "value": "\"checks\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7339, "length": 12, "value": "\"externalId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7377, "length": 11, "value": "\"sessionId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7413, "length": 10, "value": "\"deviceId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7450, "length": 12, "value": "\"sdkVersion\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7490, "length": 13, "value": "\"sdkPlatform\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7533, "length": 15, "value": "\"sdkIdentifier\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/Reactions\/SimulatorReaction.swift", - "kind": "IntegerLiteral", - "offset": 498, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceProperties\/PhoneDeviceProperties.swift", - "kind": "BooleanLiteral", - "offset": 1841, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceProperties\/PhoneDeviceProperties.swift", - "kind": "BooleanLiteral", - "offset": 1962, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceProperties\/PhoneDeviceProperties.swift", - "kind": "BooleanLiteral", - "offset": 1993, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceBinding\/DeviceBinding.swift", - "kind": "IntegerLiteral", - "offset": 3468, - "length": 3, - "value": "256" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceBinding\/DeviceBinding.swift", - "kind": "BooleanLiteral", - "offset": 3955, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceBinding\/DeviceBinding.swift", - "kind": "Array", - "offset": 4279, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceBinding\/DeviceBinding.swift", - "kind": "BooleanLiteral", - "offset": 5469, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceBinding\/DeviceBinding.swift", - "kind": "BooleanLiteral", - "offset": 5973, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 369, "length": 5, "value": "\"iOS\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 883, "length": 7, "value": "\"en_US\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1138, "length": 12, "value": "\"instanceId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1177, "length": 12, "value": "\"sdkVersion\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1214, "length": 10, "value": "\"platform\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1252, "length": 13, "value": "\"sdkPlatform\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1292, "length": 12, "value": "\"deviceInfo\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1332, "length": 13, "value": "\"deviceState\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1371, "length": 11, "value": "\"occurence\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1405, "length": 8, "value": "\"checks\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1438, "length": 10, "value": "\"deviceId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1475, "length": 12, "value": "\"externalId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1513, "length": 11, "value": "\"licensing\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1138, "length": 12, "value": "\"instanceId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1177, "length": 12, "value": "\"sdkVersion\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1214, "length": 10, "value": "\"platform\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1252, "length": 13, "value": "\"sdkPlatform\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1292, "length": 12, "value": "\"deviceInfo\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1332, "length": 13, "value": "\"deviceState\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1371, "length": 11, "value": "\"occurence\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1405, "length": 8, "value": "\"checks\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1438, "length": 10, "value": "\"deviceId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1475, "length": 12, "value": "\"externalId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1513, "length": 11, "value": "\"licensing\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Check.swift", "kind": "StringLiteral", - "offset": 676, - "length": 24, - "value": "\"StoringError \"" + "offset": 539, + "length": 8, + "value": "\"status\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Check.swift", "kind": "StringLiteral", - "offset": 699, - "length": 1, - "value": "\"\"" + "offset": 570, + "length": 8, + "value": "\"timeMs\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Check.swift", "kind": "StringLiteral", - "offset": 760, - "length": 24, - "value": "\"LoadingError \"" + "offset": 539, + "length": 8, + "value": "\"status\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Check.swift", "kind": "StringLiteral", - "offset": 783, - "length": 1, - "value": "\"\"" + "offset": 570, + "length": 8, + "value": "\"timeMs\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", - "kind": "StringLiteral", - "offset": 831, - "length": 13, - "value": "\"KeyNotFound\"" + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/FreeRASP\/TalsecRunner.swift", + "kind": "BooleanLiteral", + "offset": 477, + "length": 4, + "value": "true" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", "kind": "StringLiteral", - "offset": 894, - "length": 16, - "value": "\"KeyInvalidated\"" + "offset": 288, + "length": 14, + "value": "\"appIntegrity\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", "kind": "StringLiteral", - "offset": 974, - "length": 37, - "value": "\"AllreadyTracked message: \"" + "offset": 380, + "length": 18, + "value": "\"privilegedAccess\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", "kind": "StringLiteral", - "offset": 1010, - "length": 1, - "value": "\"\"" + "offset": 453, + "length": 7, + "value": "\"debug\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", "kind": "StringLiteral", - "offset": 1072, - "length": 35, - "value": "\"IllegalState, message: \"" + "offset": 558, + "length": 7, + "value": "\"hooks\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", "kind": "StringLiteral", - "offset": 1106, - "length": 1, - "value": "\"\"" + "offset": 900, + "length": 15, + "value": "\"deviceBinding\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", "kind": "StringLiteral", - "offset": 1168, - "length": 35, - "value": "\"GeneralError, message: \"" + "offset": 288, + "length": 14, + "value": "\"appIntegrity\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", "kind": "StringLiteral", - "offset": 1202, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/Reactions\/JailbreakReaction.swift", - "kind": "IntegerLiteral", - "offset": 505, - "length": 1, - "value": "5" + "offset": 380, + "length": 18, + "value": "\"privilegedAccess\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/Reactions\/DeviceBindingReaction.swift", - "kind": "IntegerLiteral", - "offset": 514, - "length": 1, - "value": "5" + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", + "kind": "StringLiteral", + "offset": 453, + "length": 7, + "value": "\"debug\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/Reactions\/SignatureReaction.swift", - "kind": "IntegerLiteral", - "offset": 593, - "length": 1, - "value": "5" + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", + "kind": "StringLiteral", + "offset": 558, + "length": 7, + "value": "\"hooks\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceProperties\/SecureEnclaveDetection.swift", - "kind": "BooleanLiteral", - "offset": 377, - "length": 5, - "value": "false" + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", + "kind": "StringLiteral", + "offset": 900, + "length": 15, + "value": "\"deviceBinding\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceProperties\/SecureEnclaveDetection.swift", - "kind": "IntegerLiteral", - "offset": 1317, - "length": 3, - "value": "256" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceProperties\/SecureEnclaveDetection.swift", - "kind": "BooleanLiteral", - "offset": 1740, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceProperties\/SecureEnclaveDetection.swift", - "kind": "BooleanLiteral", - "offset": 1939, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/SignatureDetection.swift", - "kind": "BooleanLiteral", - "offset": 1608, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/SignatureDetection.swift", - "kind": "BooleanLiteral", - "offset": 1787, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/SignatureDetection.swift", - "kind": "StringLiteral", - "offset": 4060, - "length": 3, - "value": "\".\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/UnofficialStore\/UnofficialStore.swift", - "kind": "BooleanLiteral", - "offset": 820, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceProperties\/DeviceProperties.swift", - "kind": "StringLiteral", - "offset": 735, - "length": 4, - "value": "\"\u0000\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceProperties\/DeviceProperties.swift", - "kind": "StringLiteral", - "offset": 747, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Check.swift", - "kind": "IntegerLiteral", - "offset": 455, - "length": 4, - "value": "1000" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Check.swift", - "kind": "StringLiteral", - "offset": 539, - "length": 8, - "value": "\"status\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Check.swift", - "kind": "StringLiteral", - "offset": 570, - "length": 8, - "value": "\"timeMs\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Check.swift", - "kind": "StringLiteral", - "offset": 539, - "length": 8, - "value": "\"status\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Check.swift", - "kind": "StringLiteral", - "offset": 570, - "length": 8, - "value": "\"timeMs\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 2125, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 2189, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 3472, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 5062, - "length": 2, - "value": "22" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 5079, - "length": 4, - "value": "2222" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 5098, - "length": 2, - "value": "44" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 5115, - "length": 4, - "value": "1337" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 5624, - "length": 10, - "value": "0x80000002" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 5906, - "length": 73688, - "value": "[[[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0xC6, 0x2F], [0x78, 0x8A, 0x3E], [0x68, 0x99, 0x38], [0x31, 0xC7, 0x75]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0xC6, 0x28, 0xD7], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0xD4], [0x74, 0x8B, 0x3F], [0x75, 0x9B, 0x2D, 0xD3], [0x64, 0xC7, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x85, 0x25], [0x63, 0xC6, 0x28, 0xD7], [0x6A, 0x8E, 0x63], [0x68, 0x87, 0x2A], [0x6E, 0xC6, 0x2F, 0xC8], [0x6C, 0xC7, 0x3F], [0x60, 0x9C, 0x3E, 0xCE], [0x6A, 0xC7, 0x3F, 0xD2], [0x63, 0x9A, 0x38], [0x73, 0x88, 0x38], [0x64, 0xC7, 0x3F, 0xC6], [0x67, 0x8C, 0x21], [0x6E, 0x8D, 0x29], [0x2F, 0x85, 0x25, 0xD4], [0x75]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x85, 0x25, 0xC5], [0x2E, 0x8D, 0x3C, 0xCC], [0x66, 0xC6, 0x25, 0xC9], [0x67, 0x86, 0x63], [0x62, 0x86, 0x21], [0x2F, 0x9A, 0x2D], [0x74, 0x9B, 0x25], [0x6A, 0xC7, 0x3F], [0x74, 0x8B, 0x3F, 0xD3], [0x73, 0x88, 0x38], [0x64, 0xC7, 0x3F], [0x60, 0x8F, 0x29], [0x6C, 0x86, 0x28, 0xC2], [0x2F, 0x84, 0x28, 0x92], [0x72, 0x9C, 0x21], [0x72]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x63], [0x65, 0x99, 0x27], [0x66, 0xC6, 0x25, 0xC9], [0x67, 0x86, 0x63, 0xCA], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x3F, 0xD2], [0x63, 0x9A, 0x38], [0x73, 0x88, 0x38], [0x64, 0xC7, 0x3C, 0xC8], [0x72, 0x9D, 0x3E, 0xCA]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x85, 0x25], [0x63, 0xC6, 0x28, 0xD7], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23, 0x88], [0x6C, 0x86, 0x2E], [0x68, 0x85, 0x29, 0xD4], [0x74, 0x8B, 0x3F, 0xD3], [0x73, 0x88, 0x38], [0x64, 0xC7, 0x29], [0x79, 0x9D, 0x3E], [0x60, 0x80, 0x22], [0x72, 0x9D, 0x13]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0xC6, 0x28], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A, 0xC8], [0x2E, 0x8A, 0x35, 0xC3], [0x68, 0x88, 0x62], [0x6C, 0x8D, 0x79, 0xD4], [0x74, 0x84, 0x3F]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x85, 0x25, 0xC5], [0x2E, 0x8D, 0x3C, 0xCC], [0x66, 0xC6, 0x25], [0x6F, 0x8F, 0x23, 0x88], [0x62, 0x90, 0x28], [0x68, 0x88, 0x62, 0xD7], [0x73, 0x8C, 0x25, 0xC9], [0x72, 0x9D]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x85, 0x25, 0xC5], [0x2E, 0x8D, 0x3C], [0x6A, 0x8E, 0x63], [0x68, 0x87, 0x2A], [0x6E, 0xC6, 0x2F, 0xDE], [0x65, 0x80, 0x2D, 0x89], [0x71, 0x86, 0x3F, 0xD3], [0x68, 0x87, 0x3F, 0xD3]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x85, 0x25, 0xC5], [0x2E, 0x8D, 0x3C], [0x6A, 0x8E, 0x63], [0x68, 0x87, 0x2A, 0xC8], [0x2E, 0x8A, 0x35, 0xC3], [0x68, 0x88, 0x62], [0x75, 0x9B, 0x25], [0x66, 0x8E, 0x29, 0xD5], [0x72]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0x8D, 0x3C, 0xCC], [0x66, 0xC6, 0x25, 0xC9], [0x67, 0x86, 0x63, 0xCA], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x3F], [0x74, 0x8B, 0x3F], [0x75, 0x9B, 0x2D, 0xD3], [0x64, 0xC7, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x28], [0x71, 0x82, 0x2B], [0x2E, 0x80, 0x22], [0x67, 0x86, 0x63, 0xC4], [0x6E, 0x84, 0x62], [0x72, 0x88, 0x39], [0x73, 0x80, 0x27], [0x2F, 0x9A, 0x39], [0x63, 0x9A, 0x38, 0xD5], [0x60, 0x9D, 0x29, 0x89], [0x72, 0x88, 0x2A, 0xC2], [0x6C, 0x86, 0x28, 0xC2], [0x2F, 0x85, 0x25], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0x8D, 0x3C], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23], [0x2E, 0x8A, 0x23], [0x6C, 0xC7, 0x3F], [0x60, 0x9C, 0x3E, 0xCE], [0x6A, 0xC7, 0x3F], [0x74, 0x8B, 0x3F], [0x75, 0x9B, 0x2D], [0x75, 0x8C, 0x62, 0xD4], [0x60, 0x8F, 0x29], [0x6C, 0x86, 0x28, 0xC2], [0x2F, 0x84, 0x28, 0x92], [0x72, 0x9C, 0x21, 0xD4]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x28, 0xD7], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0xD4], [0x74, 0x8B, 0x3F], [0x75, 0x9B, 0x2D], [0x75, 0x8C, 0x62], [0x71, 0x86, 0x3F], [0x75, 0x9B, 0x21]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xC3], [0x71, 0x82, 0x2B], [0x2E, 0x80, 0x22], [0x67, 0x86, 0x63, 0xCA], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x3F, 0xD2], [0x63, 0x9A, 0x38, 0xD5], [0x60, 0x9D, 0x29, 0x89], [0x64, 0x91, 0x38, 0xD5], [0x60, 0x80, 0x22], [0x72, 0x9D, 0x13]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0x8D, 0x3C, 0xCC], [0x66, 0xC6, 0x25], [0x6F, 0x8F, 0x23, 0x88], [0x62, 0x90, 0x28], [0x68, 0x88, 0x62], [0x6C, 0x8D, 0x79, 0xD4], [0x74, 0x84, 0x3F]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0x8D, 0x3C], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23], [0x2E, 0x8A, 0x35, 0xC3], [0x68, 0x88, 0x62, 0xD7], [0x73, 0x8C, 0x25, 0xC9], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0x8D, 0x3C], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23, 0x88], [0x62, 0x90, 0x28, 0xCE], [0x60, 0xC7, 0x3C, 0xC8], [0x72, 0x9D, 0x25], [0x6F, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xC3], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A], [0x6E, 0xC6, 0x2F], [0x78, 0x8D, 0x25, 0xC6], [0x2F, 0x9D, 0x3E], [0x68, 0x8E, 0x2B, 0xC2], [0x73, 0x9A]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0x88], [0x4D, 0x80, 0x2E, 0xD5], [0x60, 0x9B, 0x35], [0x2E, 0xAA, 0x2D], [0x62, 0x81, 0x29], [0x72, 0xC6, 0x2F], [0x6E, 0x84, 0x62], [0x72, 0x88, 0x39, 0xD5], [0x68, 0x82, 0x62], [0x42, 0x90, 0x28, 0xCE], [0x60]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23], [0x63, 0x80, 0x20], [0x64, 0xC6, 0x0, 0xCE], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x0, 0xC8], [0x66, 0x9A, 0x63, 0xE4], [0x78, 0x8D, 0x25], [0x60]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29], [0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0xF, 0xDE], [0x65, 0x80, 0x2D]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x29], [0x79, 0x8C, 0x2F], [0x2E, 0x9A, 0x39], [0x63, 0x9A, 0x38, 0xD5], [0x60, 0x9D, 0x29]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x80, 0x22], [0x62, 0x85, 0x39, 0xC3], [0x64, 0xC6, 0x3F, 0xD2], [0x63, 0x9A, 0x38], [0x73, 0x88, 0x38], [0x64, 0xC7, 0x24]], [[0x2E, 0x8C, 0x38], [0x62, 0xC6, 0x2D, 0xD7], [0x75, 0xC6, 0x3C, 0xD5], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0x3F, 0x89], [0x65, 0xC6, 0x2F], [0x78, 0x8D, 0x25], [0x60]], [[0x2E, 0x8C, 0x38], [0x62, 0xC6, 0x2D, 0xD7], [0x75, 0xC6, 0x38, 0xD5], [0x74, 0x9A, 0x38], [0x64, 0x8D, 0x62], [0x66, 0x99, 0x2B], [0x2F, 0x8D, 0x63, 0xD4], [0x60, 0x9C, 0x3E, 0xCE], [0x6A, 0xC7, 0x2B], [0x71, 0x8E, 0x62, 0xC3], [0x68, 0x9A, 0x38, 0xD5], [0x68, 0x8B]], [[0x2E, 0x99, 0x3E], [0x68, 0x9F, 0x2D], [0x75, 0x8C, 0x63, 0xC2], [0x75, 0x8A, 0x63, 0xD5], [0x62, 0xC7, 0x28, 0x88], [0x72, 0x9C, 0x2E, 0xD4], [0x75, 0x9B, 0x2D], [0x75, 0x8C]], [[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25], [0x62, 0x88, 0x38], [0x68, 0x86, 0x22], [0x72, 0xC6, 0xF, 0xDE], [0x65, 0x80, 0x2D, 0x89], [0x60, 0x99, 0x3C]], [[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25, 0xC4], [0x60, 0x9D, 0x25, 0xC8], [0x6F, 0x9A, 0x63, 0xE1], [0x60, 0x82, 0x29], [0x42, 0x88, 0x3E, 0xD5], [0x68, 0x8C, 0x3E, 0x89], [0x60, 0x99, 0x3C]], [[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25], [0x62, 0x88, 0x38, 0xCE], [0x6E, 0x87, 0x3F], [0x2E, 0xA0, 0x2F], [0x78, 0xC7, 0x2D, 0xD7], [0x71]], [[0x2E, 0xA8, 0x3C, 0xD7], [0x6D, 0x80, 0x2F], [0x60, 0x9D, 0x25], [0x6E, 0x87, 0x3F, 0x88], [0x48, 0x87, 0x38], [0x64, 0x85, 0x20], [0x68, 0xBA, 0x2F, 0xD5], [0x64, 0x8C, 0x22, 0x89], [0x60, 0x99, 0x3C]], [[0x2E, 0xA8, 0x3C, 0xD7], [0x6D, 0x80, 0x2F, 0xC6], [0x75, 0x80, 0x23, 0xC9], [0x72, 0xC6, 0x1], [0x79, 0xBD, 0x39], [0x63, 0x8C, 0x62], [0x60, 0x99, 0x3C]], [[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25], [0x62, 0x88, 0x38], [0x68, 0x86, 0x22], [0x72, 0xC6, 0x1E, 0xC8], [0x62, 0x82, 0xD], [0x71, 0x99, 0x62, 0xC6], [0x71, 0x99]], [[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25, 0xC4], [0x60, 0x9D, 0x25, 0xC8], [0x6F, 0x9A, 0x63], [0x52, 0xAB, 0x1F], [0x64, 0x9D, 0x38, 0xCE], [0x6F, 0x8E, 0x3F], [0x2F, 0x88, 0x3C, 0xD7]], [[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25], [0x62, 0x88, 0x38], [0x68, 0x86, 0x22], [0x72, 0xC6, 0x1F], [0x6F, 0x86, 0x23], [0x71, 0xC4, 0x25, 0xD3], [0x42, 0x86, 0x22, 0xC1], [0x68, 0x8E, 0x62, 0xC6], [0x71, 0x99]], [[0x2E, 0xA8, 0x3C, 0xD7], [0x6D, 0x80, 0x2F], [0x60, 0x9D, 0x25, 0xC8], [0x6F, 0x9A, 0x63], [0x56, 0x80, 0x22, 0xD3], [0x64, 0x9B, 0xE, 0xC8], [0x60, 0x9B, 0x28, 0x89], [0x60, 0x99, 0x3C]], [[0x2E, 0x8B, 0x25, 0xC9], [0x2E, 0x8B, 0x2D, 0xD4], [0x69]], [[0x2E, 0x8B, 0x25, 0xC9], [0x2E, 0x9A, 0x24]], [[0x2E, 0x8C, 0x38, 0xC4], [0x2E, 0x88, 0x3C], [0x75]], [[0x2E, 0x8B, 0x25, 0xC9], [0x2E, 0x8B, 0x36, 0xCE], [0x71, 0xDB]], [[0x2E, 0x8B, 0x25, 0xC9], [0x2E, 0x8A, 0x24], [0x6C, 0x86, 0x28]], [[0x2E, 0x8B, 0x25], [0x6F, 0xC6, 0x2F, 0xCF], [0x6E, 0x9E, 0x22]], [[0x2E, 0x8B, 0x25, 0xC9], [0x2E, 0x82, 0x25, 0xCB], [0x6D]], [[0x2E, 0x8B, 0x25, 0xC9], [0x2E, 0x84, 0x27, 0xC3], [0x68, 0x9B]], [[0x2E, 0x8B, 0x25], [0x6F, 0xC6, 0x3F, 0xD2]], [[0x2E, 0x8C, 0x38], [0x62, 0xC6, 0x3F], [0x72, 0x81, 0x63], [0x72, 0x9A, 0x24, 0xC3], [0x5E, 0x8A, 0x23, 0xC9], [0x67, 0x80, 0x2B]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xBA, 0x39, 0xC5], [0x72, 0x9D, 0x3E, 0xC6], [0x75, 0x8C, 0x63], [0x45, 0x90, 0x22], [0x60, 0x84, 0x25, 0xC4], [0x4D, 0x80, 0x2E, 0xD5], [0x60, 0x9B, 0x25, 0xC2], [0x72, 0xC6, 0x0], [0x68, 0x9F, 0x29, 0xE4], [0x6D, 0x86, 0x2F, 0xCC], [0x2F, 0x99, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xA4, 0x23], [0x63, 0x80, 0x20, 0xC2], [0x52, 0x9C, 0x2E], [0x72, 0x9D, 0x3E, 0xC6], [0x75, 0x8C, 0x63], [0x45, 0x90, 0x22, 0xC6], [0x6C, 0x80, 0x2F, 0xEB], [0x68, 0x8B, 0x3E, 0xC6], [0x73, 0x80, 0x29, 0xD4], [0x2E, 0xBF, 0x29], [0x64, 0x87, 0x2F], [0x78, 0xC7, 0x3C, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xBA, 0x39, 0xC5], [0x72, 0x9D, 0x3E], [0x60, 0x9D, 0x29], [0x2E, 0xA4, 0x23, 0xC5], [0x68, 0x85, 0x29], [0x52, 0x9C, 0x2E], [0x72, 0x9D, 0x3E], [0x60, 0x9D, 0x29], [0x2F, 0x8D, 0x35, 0xCB], [0x68, 0x8B]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xA4, 0x23, 0xC5], [0x68, 0x85, 0x29], [0x52, 0x9C, 0x2E], [0x72, 0x9D, 0x3E], [0x60, 0x9D, 0x29], [0x2E, 0xAD, 0x35, 0xC9], [0x60, 0x84, 0x25], [0x62, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x80, 0x29, 0xD4], [0x2E, 0xA5, 0x25, 0xD1], [0x64, 0xAA, 0x20], [0x6E, 0x8A, 0x27], [0x2F, 0x99, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38], [0x64, 0xC6, 0x3A, 0xC6], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x63, 0xC6], [0x71, 0x9D]], [[0x2E, 0x99, 0x3E], [0x68, 0x9F, 0x2D, 0xD3], [0x64, 0xC6, 0x3A], [0x60, 0x9B, 0x63, 0xCB], [0x68, 0x8B, 0x63], [0x62, 0x90, 0x28, 0xCE], [0x60]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38], [0x64, 0xC6, 0x3A], [0x60, 0x9B, 0x63, 0xCA], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x63, 0xEB], [0x68, 0x8B, 0x3E], [0x60, 0x9B, 0x35], [0x2E, 0xBA, 0xE, 0xF4], [0x64, 0x9D, 0x38, 0xCE], [0x6F, 0x8E, 0x3F], [0x2E, 0xBD, 0x24], [0x64, 0x84, 0x29, 0xD4]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38, 0xC2], [0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x9A, 0x38, 0xC6], [0x72, 0x81]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38, 0xC2], [0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x38, 0xCA], [0x71, 0xC6, 0x2F], [0x78, 0x8D, 0x25, 0xC6], [0x2F, 0x85, 0x23, 0xC0]], [[0x2E, 0xBA, 0x35, 0xD4], [0x75, 0x8C, 0x21], [0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x0], [0x60, 0x9C, 0x22, 0xC4], [0x69, 0xAD, 0x2D, 0xC2], [0x6C, 0x86, 0x22], [0x72, 0xC6, 0x2F], [0x6E, 0x84, 0x62, 0xCE], [0x6A, 0x8C, 0x35], [0x2F, 0x8B, 0x2E], [0x6E, 0x9D, 0x62, 0xD7], [0x6D, 0x80, 0x3F], [0x75]], [[0x2E, 0xBA, 0x35, 0xD4], [0x75, 0x8C, 0x21, 0x88], [0x4D, 0x80, 0x2E, 0xD5], [0x60, 0x9B, 0x35], [0x2E, 0xA5, 0x2D], [0x74, 0x87, 0x2F, 0xCF], [0x45, 0x88, 0x29], [0x6C, 0x86, 0x22, 0xD4], [0x2E, 0x8A, 0x23, 0xCA], [0x2F, 0x9A, 0x2D, 0xD2], [0x73, 0x80, 0x27], [0x2F, 0xAA, 0x35, 0xC3], [0x68, 0x88, 0x62], [0x52, 0x9D, 0x2D], [0x73, 0x9D, 0x39], [0x71, 0xC7, 0x3C, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x2E], [0x68, 0x87, 0x63, 0xD4], [0x72, 0x81, 0x28]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x8B, 0x25], [0x6F, 0xC6, 0x27], [0x68, 0x85, 0x20, 0xC6], [0x6D, 0x85]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x2E, 0xCE], [0x6F, 0xC6, 0x3C, 0xC6], [0x72, 0x9A, 0x3B, 0xC3]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x85, 0x25, 0xC5], [0x64, 0x91, 0x29], [0x62, 0xC6, 0x3F], [0x67, 0x9D, 0x3C, 0x8A], [0x72, 0x8C, 0x3E, 0xD1], [0x64, 0x9B]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0x8C, 0x34], [0x64, 0x8A, 0x63], [0x72, 0x9A, 0x24], [0x2C, 0x82, 0x29, 0xDE], [0x72, 0x80, 0x2B], [0x6F]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x29, 0xDF], [0x64, 0x8A, 0x63], [0x62, 0x90, 0x28], [0x68, 0x88, 0x63]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x63, 0xCB], [0x68, 0x8B, 0x2F, 0xDE], [0x62, 0x9B, 0x25, 0xD7], [0x75, 0xC7, 0x28, 0xDE], [0x6D, 0x80, 0x2E]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x85, 0x23, 0xC4], [0x60, 0x85, 0x63], [0x63, 0x80, 0x22], [0x2E, 0x8A, 0x35], [0x62, 0x9B, 0x25], [0x71, 0x9D]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x2E, 0xCE], [0x6F, 0xC6, 0x2F], [0x78, 0x8A, 0x3E, 0xCE], [0x71, 0x9D]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x9A, 0x2E], [0x68, 0x87, 0x63], [0x67, 0x9B, 0x25, 0xC3], [0x60, 0xC4, 0x3F, 0xC2], [0x73, 0x9F, 0x29], [0x73]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x9A, 0x2E], [0x68, 0x87, 0x63, 0xD4], [0x72, 0x81, 0x28]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x2F, 0xC6], [0x62, 0x81, 0x29], [0x2E, 0x88, 0x3C], [0x75]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x85, 0x25, 0xC5], [0x2E, 0x88, 0x3C, 0xD3]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x85, 0x25], [0x63, 0xC6, 0x2F], [0x78, 0x8D, 0x25, 0xC6]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x85, 0x23], [0x66, 0xC6, 0x3F, 0xDE], [0x72, 0x85, 0x23], [0x66]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x9D, 0x21], [0x71, 0xC6, 0x2F, 0xDE], [0x65, 0x80, 0x2D], [0x2F, 0x85, 0x23, 0xC0]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0xC6, 0x2F], [0x78, 0x8D, 0x25], [0x60]], [[0x2E, 0xC7, 0x2E, 0xC8], [0x6E, 0x9D, 0x3F, 0xD3], [0x73, 0x88, 0x3C, 0xD7], [0x64, 0x8D, 0x13], [0x64, 0x85, 0x29, 0xC4], [0x75, 0x9B, 0x2D]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0xA, 0xD5], [0x60, 0x84, 0x29, 0xD0], [0x6E, 0x9B, 0x27], [0x72, 0xC6, 0xF, 0xDE], [0x65, 0x80, 0x2D], [0x52, 0x9C, 0x2E], [0x72, 0x9D, 0x3E, 0xC6], [0x75, 0x8C, 0x62], [0x67, 0x9B, 0x2D], [0x6C, 0x8C, 0x3B, 0xC8], [0x73, 0x82]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1C], [0x73, 0x8C, 0x2A, 0xC2], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0xE, 0xD2], [0x6F, 0x8D, 0x20], [0x64, 0x9A, 0x63, 0xEB], [0x60, 0x9C, 0x22, 0xC4], [0x69, 0xA0, 0x22], [0x52, 0x88, 0x2A, 0xC2], [0x4C, 0x86, 0x28, 0xC2], [0x2F, 0x8B, 0x39, 0xC9], [0x65, 0x85, 0x29]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F], [0x64, 0xA5, 0x23], [0x60, 0x8D, 0x29], [0x73, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F], [0x64, 0x9A, 0x63], [0x4D, 0x88, 0x39, 0xC9], [0x62, 0x81, 0x5, 0xC9], [0x52, 0x88, 0x2A], [0x64, 0xA4, 0x23], [0x65, 0x8C, 0x62], [0x71, 0x85, 0x25, 0xD4], [0x75]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xC3], [0x71, 0x82, 0x2B], [0x2E, 0x80, 0x22, 0xC1], [0x6E, 0xC6, 0x2F], [0x6E, 0x84, 0x62, 0xCE], [0x6F, 0x86, 0x2D], [0x69, 0x8D, 0x29, 0xD1], [0x2F, 0x85, 0x2D, 0xD2], [0x6F, 0x8A, 0x24, 0xCE], [0x6F, 0x9A, 0x2D, 0xC1], [0x64, 0x84, 0x23, 0xC3], [0x64, 0xC7, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0xA8, 0x3C, 0xD7], [0x6D, 0x80, 0x2F, 0xC6], [0x75, 0x80, 0x23, 0xC9], [0x72, 0xC6, 0x1F], [0x68, 0x85, 0x29, 0xC8], [0x2F, 0x88, 0x3C], [0x71]], [[0x2E, 0x8B, 0x23], [0x6E, 0x9D, 0x3F], [0x75, 0x9B, 0x2D, 0xD7]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38, 0xC2], [0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x8B, 0x25, 0xC9], [0x71, 0x88, 0x2F], [0x6A]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x63], [0x52, 0xAB, 0x5], [0x6F, 0x83, 0x29], [0x62, 0x9D]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x63, 0xF4], [0x43, 0xA0, 0x22], [0x6B, 0x8C, 0x2F, 0xD3], [0x2F, 0x8D, 0x35, 0xCB], [0x68, 0x8B]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x85, 0x25, 0xC5], [0x2E, 0xBD, 0x3B, 0xC2], [0x60, 0x82, 0x5], [0x6F, 0x83, 0x29, 0xC4], [0x75]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x63], [0x75, 0x9E, 0x29], [0x60, 0x82, 0x20], [0x6E, 0x88, 0x28], [0x64, 0x9B, 0x62, 0xC3], [0x78, 0x85, 0x25, 0xC5]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x85, 0x25, 0xC5], [0x2E, 0xBD, 0x3B, 0xC2], [0x60, 0x82, 0x5], [0x6F, 0x83, 0x29, 0xC4], [0x75, 0xC7, 0x28], [0x78, 0x85, 0x25, 0xC5]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x85, 0x25], [0x63, 0xC6, 0x20], [0x68, 0x8B, 0x26], [0x60, 0x80, 0x20], [0x63, 0x9B, 0x29, 0xC6], [0x6A, 0xC7, 0x28], [0x78, 0x85, 0x25, 0xC5]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x63, 0xCB], [0x68, 0x8B, 0x3F], [0x74, 0x8B, 0x3F, 0xD3], [0x68, 0x9D, 0x39], [0x75, 0x8C, 0x62], [0x31, 0xC7, 0x28, 0xDE], [0x6D, 0x80, 0x2E]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x85, 0x25], [0x63, 0xC6, 0x20, 0xCE], [0x63, 0x9A, 0x39, 0xC5], [0x72, 0x9D, 0x25, 0xD3], [0x74, 0x9D, 0x29, 0x89], [0x65, 0x90, 0x20, 0xCE], [0x63]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0xC6, 0x20], [0x68, 0x8B, 0x3F, 0xD2], [0x63, 0x9A, 0x38], [0x73, 0x88, 0x38, 0xC2], [0x2F, 0x8D, 0x35], [0x6D, 0x80, 0x2E]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23], [0x63, 0x80, 0x20], [0x64, 0xC6, 0x0, 0xCE], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x62, 0xD4], [0x63, 0x80, 0x22], [0x6B, 0x8C, 0x2F, 0xD3], [0x52, 0x88, 0x2A, 0xC2], [0x4C, 0x86, 0x28, 0xC2]], [[0x2E, 0x8C, 0x38], [0x62, 0xC6, 0x2D, 0xD7], [0x75, 0xC6, 0x3F, 0xC8], [0x74, 0x9B, 0x2F, 0xC2], [0x72, 0xC7, 0x20], [0x68, 0x9A, 0x38], [0x2F, 0x8D, 0x63, 0xC2], [0x6D, 0x8C, 0x2F], [0x75, 0x9B, 0x2D], [0x2F, 0x85, 0x25, 0xD4], [0x75]], [[0x2E, 0x8C, 0x38], [0x62, 0xC6, 0x2D, 0xD7], [0x75, 0xC6, 0x3F], [0x6E, 0x9C, 0x3E], [0x62, 0x8C, 0x3F], [0x2F, 0x85, 0x25, 0xD4], [0x75, 0xC7, 0x28, 0x88], [0x72, 0x80, 0x20], [0x64, 0x86, 0x62], [0x72, 0x86, 0x39, 0xD5], [0x62, 0x8C, 0x3F]], [[0x2E, 0x8A, 0x24, 0xCE], [0x6C, 0x8C, 0x3E], [0x60]], [[0x2E, 0x8C, 0x20], [0x64, 0x8A, 0x38, 0xD5], [0x60]], [[0x2E, 0x83, 0x2E], [0x2E, 0x85, 0x36, 0xCA], [0x60]], [[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25, 0xC4], [0x60, 0x9D, 0x25], [0x6E, 0x87, 0x3F], [0x2E, 0xBA, 0x39], [0x63, 0x9A, 0x38], [0x68, 0x9D, 0x39, 0xD3], [0x64, 0xBA, 0x29, 0xD3], [0x75, 0x80, 0x22], [0x66, 0x9A, 0x62, 0xC6], [0x71, 0x99]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xC3], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A, 0xC8], [0x2E, 0x8A, 0x23], [0x6C, 0xC7, 0x23], [0x71, 0x88, 0x7F, 0x94], [0x35, 0xC7, 0x2F], [0x69, 0x86, 0x25], [0x62, 0x90, 0x62], [0x6D, 0x80, 0x3F, 0xD3]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xC3], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A], [0x6E, 0xC6, 0x2F, 0xC8], [0x6C, 0xC7, 0x23, 0xD7], [0x60, 0xDA, 0x7F, 0x93], [0x2F, 0x8A, 0x24], [0x6E, 0x80, 0x2F], [0x78, 0xC7, 0x21, 0xC3], [0x34, 0x9A, 0x39], [0x6C, 0x9A]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x28], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A, 0xC8], [0x2E, 0x8A, 0x23, 0xCA], [0x2F, 0x86, 0x3C, 0xC6], [0x32, 0xDA, 0x78, 0x89], [0x60, 0x85, 0x38], [0x6D, 0x80, 0x3F], [0x75, 0xC7, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0x8D, 0x3C], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23], [0x2E, 0x8A, 0x23, 0xCA], [0x2F, 0x86, 0x3C, 0xC6], [0x32, 0xDA, 0x78, 0x89], [0x60, 0x85, 0x38], [0x6D, 0x80, 0x3F, 0xD3], [0x2F, 0x84, 0x28, 0x92], [0x72, 0x9C, 0x21], [0x72]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xC3], [0x71, 0x82, 0x2B], [0x2E, 0x80, 0x22, 0xC1], [0x6E, 0xC6, 0x2F, 0xC8], [0x6C, 0xC7, 0x29, 0xDF], [0x2F, 0x9A, 0x39], [0x63, 0x9A, 0x38], [0x68, 0x9D, 0x39, 0xD3], [0x64, 0xC7, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xC3], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A], [0x6E, 0xC6, 0x2F, 0xC8], [0x6C, 0xC7, 0x29, 0xDF], [0x2F, 0x9A, 0x39, 0xC5], [0x72, 0x9D, 0x25, 0xD3], [0x74, 0x9D, 0x29], [0x2F, 0x84, 0x28], [0x34, 0x9A, 0x39, 0xCA], [0x72]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x28, 0xD7], [0x6A, 0x8E, 0x63], [0x68, 0x87, 0x2A, 0xC8], [0x2E, 0x8A, 0x23, 0xCA], [0x2F, 0x8C, 0x34], [0x2F, 0x9A, 0x39, 0xC5], [0x72, 0x9D, 0x25], [0x75, 0x9C, 0x38, 0xC2], [0x2F, 0x8C, 0x34], [0x75, 0x9B, 0x2D, 0xCE], [0x6F, 0x9A, 0x38, 0xF8]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x65, 0x99, 0x27, 0xC0], [0x2E, 0x80, 0x22, 0xC1], [0x6E, 0xC6, 0x2F, 0xC8], [0x6C, 0xC7, 0x29], [0x79, 0xC7, 0x3F], [0x74, 0x8B, 0x3F, 0xD3], [0x68, 0x9D, 0x39], [0x75, 0x8C, 0x62, 0xD7], [0x73, 0x8C, 0x25], [0x6F, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x65, 0x99, 0x27, 0xC0], [0x2E, 0x80, 0x22], [0x67, 0x86, 0x63], [0x62, 0x86, 0x21], [0x2F, 0x8C, 0x34, 0x89], [0x72, 0x9C, 0x2E], [0x72, 0x9D, 0x25], [0x75, 0x9C, 0x38], [0x64, 0xC7, 0x3C], [0x6E, 0x9A, 0x38], [0x68, 0x87, 0x3F], [0x75]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F, 0xC2], [0x43, 0x9C, 0x22, 0xC3], [0x6D, 0x8C, 0x3F], [0x2E, 0xBA, 0x39], [0x63, 0x9A, 0x38], [0x68, 0x9D, 0x39], [0x75, 0x8C, 0x1C], [0x73, 0x8C, 0x2A, 0xD4], [0x2F, 0x8B, 0x39], [0x6F, 0x8D, 0x20, 0xC2]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0x88], [0x4D, 0x80, 0x2E, 0xD5], [0x60, 0x9B, 0x35, 0x88], [0x51, 0x9B, 0x29, 0xC1], [0x64, 0x9B, 0x29, 0xC9], [0x62, 0x8C, 0x3F], [0x2E, 0x8A, 0x23, 0xCA], [0x2F, 0x9A, 0x2D, 0xD2], [0x73, 0x80, 0x27], [0x2F, 0xAA, 0x35, 0xC3], [0x68, 0x88, 0x62], [0x71, 0x85, 0x25], [0x72, 0x9D]], [[0x2E, 0xC7, 0x2E, 0xC8], [0x6E, 0x9D, 0x3F, 0xD3], [0x73, 0x88, 0x3C, 0xD7], [0x64, 0x8D]], [[0x2E, 0xC7, 0x21], [0x6E, 0x9C, 0x22], [0x75, 0xB6, 0x3E, 0xD0]], [[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25, 0xC4], [0x60, 0x9D, 0x25, 0xC8], [0x6F, 0x9A, 0x63, 0xE6], [0x6F, 0x8C, 0x21, 0xC8], [0x6F, 0x8C, 0x62], [0x60, 0x99, 0x3C]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0xC6, 0x28, 0xD7], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23, 0x88], [0x6C, 0x86, 0x2E], [0x68, 0x85, 0x29, 0xD4], [0x74, 0x8B, 0x3F, 0xD3], [0x73, 0x88, 0x38], [0x64, 0xC7, 0x21], [0x65, 0xDC, 0x3F], [0x74, 0x84, 0x3F]], [[0x2E, 0x9D, 0x21, 0xD7], [0x2E, 0x8A, 0x35, 0xC3], [0x68, 0x88, 0x62], [0x6D, 0x86, 0x2B]], [[0x2E, 0x8C, 0x38], [0x62, 0xC6, 0x3E, 0xC4], [0x2F, 0x8D, 0x63], [0x72, 0x9C, 0x2E], [0x72, 0x9D, 0x3E, 0xC6], [0x75, 0x8C]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0xC6, 0xF], [0x64, 0x99, 0x24, 0xC2], [0x68, 0xB9, 0x3E], [0x64, 0x8F, 0x3F, 0x89], [0x67, 0x9B, 0x2D, 0xCA], [0x64, 0x9E, 0x23], [0x73, 0x82]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x63, 0xE4], [0x64, 0x99, 0x24], [0x64, 0x80, 0x62, 0xC1], [0x73, 0x88, 0x21], [0x64, 0x9E, 0x23, 0xD5], [0x6A]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x63], [0x42, 0x8C, 0x3C, 0xCF], [0x64, 0x80, 0x19], [0x48, 0xC7, 0x2A, 0xD5], [0x60, 0x84, 0x29, 0xD0], [0x6E, 0x9B, 0x27]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x63], [0x6D, 0x80, 0x2E, 0xC4], [0x64, 0x99, 0x24], [0x64, 0x80, 0x3C, 0xD5], [0x64, 0x8F, 0x3F], [0x2F, 0x8D, 0x35], [0x6D, 0x80, 0x2E]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x85, 0x25, 0xC5], [0x2E, 0x85, 0x25], [0x63, 0x8A, 0x29], [0x71, 0x81, 0x29], [0x68, 0xC7, 0x28], [0x78, 0x85, 0x25], [0x63]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xBA, 0x39, 0xC5], [0x72, 0x9D, 0x3E], [0x60, 0x9D, 0x29], [0x2E, 0xAD, 0x35, 0xC9], [0x60, 0x84, 0x25], [0x62, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x68, 0x8C, 0x3F], [0x2E, 0xAA, 0x29, 0xD7], [0x69, 0x8C, 0x25, 0xF4], [0x71, 0x9B, 0x25], [0x6F, 0x8E, 0xE, 0xC8], [0x60, 0x9B, 0x28], [0x2F, 0x99, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xEA], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xBA, 0x39], [0x63, 0x9A, 0x38], [0x73, 0x88, 0x38, 0xC2], [0x2E, 0xAD, 0x35, 0xC9], [0x60, 0x84, 0x25], [0x62, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x68, 0x8C, 0x3F], [0x2E, 0xAA, 0x29, 0xD7], [0x69, 0x8C, 0x25, 0xF4], [0x71, 0x9B, 0x25, 0xC9], [0x66, 0xAB, 0x23, 0xC6], [0x73, 0x8D, 0x62, 0xC3], [0x78, 0x85, 0x25, 0xC5]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xAF, 0x3E, 0xC6], [0x6C, 0x8C, 0x3B, 0xC8], [0x73, 0x82, 0x3F], [0x2E, 0xAA, 0x29, 0xD7], [0x69, 0x8C, 0x25, 0x89], [0x67, 0x9B, 0x2D, 0xCA], [0x64, 0x9E, 0x23], [0x73, 0x82]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x47, 0x9B, 0x2D, 0xCA], [0x64, 0x9E, 0x23], [0x73, 0x82, 0x3F, 0x88], [0x42, 0x8C, 0x3C], [0x69, 0x8C, 0x25, 0xF7], [0x73, 0x8C, 0x2A, 0xD4], [0x2F, 0x8F, 0x3E, 0xC6], [0x6C, 0x8C, 0x3B], [0x6E, 0x9B, 0x27]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xAF, 0x3E, 0xC6], [0x6C, 0x8C, 0x3B, 0xC8], [0x73, 0x82, 0x3F, 0x88], [0x42, 0x8C, 0x3C, 0xCF], [0x64, 0x80, 0x19, 0xEE], [0x2F, 0x8F, 0x3E], [0x60, 0x84, 0x29, 0xD0], [0x6E, 0x9B, 0x27]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0xE, 0xD2], [0x6F, 0x8D, 0x20], [0x64, 0x9A, 0x63, 0xE4], [0x64, 0x99, 0x24], [0x64, 0x80, 0x62], [0x63, 0x9C, 0x22], [0x65, 0x85, 0x29]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0x88], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1C], [0x73, 0x8C, 0x2A, 0xC2], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0x3F, 0x88], [0x6B, 0x99, 0x62, 0xC6], [0x6A, 0x9C, 0x3F, 0xCE], [0x6E, 0xC7, 0x27], [0x64, 0x9B, 0x22], [0x63, 0x90, 0x3C], [0x60, 0x9A, 0x3F], [0x2F, 0x99, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x2E, 0xCE], [0x6F, 0xC6, 0x27, 0xC2], [0x73, 0x87, 0x2E], [0x78, 0x99, 0x2D], [0x72, 0x9A, 0x28]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xE4], [0x6E, 0x87, 0x38], [0x73, 0x86, 0x20], [0x42, 0x8C, 0x22, 0xD3], [0x64, 0x9B, 0x63], [0x43, 0x9C, 0x22, 0xC3], [0x6D, 0x8C, 0x3F], [0x2E, 0xA2, 0x29], [0x73, 0x87, 0xE], [0x78, 0x99, 0x2D], [0x72, 0x9A, 0x28], [0x42, 0xAA, 0x62], [0x63, 0x9C, 0x22], [0x65, 0x85, 0x29]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F, 0xC2], [0x4D, 0x86, 0x2D], [0x65, 0x8C, 0x3E, 0x88], [0x51, 0x9B, 0x29], [0x67, 0x8C, 0x3E, 0xC2], [0x6F, 0x8A, 0x29, 0xD4], [0x2E, 0xA2, 0x29], [0x73, 0x87, 0xE], [0x78, 0x99, 0x2D], [0x72, 0x9A, 0x1C], [0x73, 0x8C, 0x2A, 0xD4], [0x2F, 0x99, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x28], [0x71, 0x82, 0x2B], [0x2E, 0x80, 0x22, 0xC1], [0x6E, 0xC6, 0x26], [0x71, 0xC7, 0x2D], [0x6A, 0x9C, 0x3F], [0x68, 0x86, 0x62, 0xCC], [0x64, 0x9B, 0x22, 0xC5], [0x78, 0x99, 0x2D], [0x72, 0x9A, 0x61], [0x74, 0x87, 0x23], [0x67, 0x8F, 0x25, 0xC4], [0x68, 0x88, 0x20], [0x2F, 0x85, 0x25], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0x8D, 0x3C], [0x6A, 0x8E, 0x63], [0x68, 0x87, 0x2A, 0xC8], [0x2E, 0x83, 0x3C, 0x89], [0x60, 0x82, 0x39], [0x72, 0x80, 0x23], [0x2F, 0x82, 0x29, 0xD5], [0x6F, 0x8B, 0x35, 0xD7], [0x60, 0x9A, 0x3F], [0x2C, 0x9C, 0x22], [0x6E, 0x8F, 0x2A, 0xCE], [0x62, 0x80, 0x2D, 0xCB], [0x2F, 0x84, 0x28, 0x92], [0x72, 0x9C, 0x21, 0xD4]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0xC6, 0x28, 0xD7], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23, 0x88], [0x6A, 0x83, 0x2F], [0x2F, 0x8A, 0x24], [0x64, 0x8A, 0x27], [0x73, 0x88, 0x7D, 0xC9], [0x2F, 0x84, 0x23], [0x63, 0x80, 0x20, 0xC2], [0x72, 0x9C, 0x2E], [0x72, 0x9D, 0x3E, 0xC6], [0x75, 0x8C, 0x3E, 0xC2], [0x71, 0x86, 0x62], [0x6D, 0x80, 0x3F, 0xD3]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xC3], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A, 0xC8], [0x2E, 0x82, 0x26], [0x62, 0xC7, 0x2F, 0xCF], [0x64, 0x8A, 0x27, 0xD5], [0x60, 0xD8, 0x22], [0x2F, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0xD4], [0x74, 0x8B, 0x3F], [0x75, 0x9B, 0x2D, 0xD3], [0x64, 0x9B, 0x29], [0x71, 0x86, 0x62, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0x8C, 0x38, 0xC4], [0x2E, 0x88, 0x3C], [0x75, 0xC6, 0x3C], [0x73, 0x8C, 0x2A, 0xC2], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0x3F, 0x89], [0x65, 0xC6, 0x2F], [0x69, 0x8C, 0x2F], [0x6A, 0x9B, 0x2D], [0x30, 0x87]], [[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25, 0xC4], [0x60, 0x9D, 0x25, 0xC8], [0x6F, 0x9A, 0x63], [0x63, 0x85, 0x2D], [0x62, 0x82, 0x3E], [0x60, 0xD8, 0x22, 0x89], [0x60, 0x99, 0x3C]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38], [0x64, 0xC6, 0x3A], [0x60, 0x9B, 0x63], [0x62, 0x81, 0x29, 0xC4], [0x6A, 0x9B, 0x2D], [0x30, 0x87, 0x62, 0xC3], [0x6C, 0x8E]], [[0x2E, 0x8C, 0x38], [0x62, 0xC6, 0x2D, 0xD7], [0x75, 0xC6, 0x39], [0x6F, 0x8D, 0x29], [0x62, 0x80, 0x21, 0xD2], [0x72, 0xC6, 0x39, 0xC9], [0x65, 0x8C, 0x2F, 0xCE], [0x6C, 0x9C, 0x3F], [0x2F, 0x85, 0x25, 0xD4], [0x75]], [[0x2E, 0xC7, 0x2F, 0xDE], [0x65, 0x80, 0x2D], [0x5E, 0x87, 0x23], [0x5E, 0x9A, 0x38], [0x60, 0x9A, 0x24]], [[0x2E, 0x83, 0x2E], [0x2E, 0x83, 0x2D, 0xCE], [0x6D, 0x8B, 0x3E], [0x64, 0x88, 0x27, 0xC3], [0x2F, 0x99, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0xC7, 0x25, 0xC9], [0x72, 0x9D, 0x2D], [0x6D, 0x85, 0x29], [0x65, 0xB6, 0x39], [0x6F, 0x8A, 0x7C, 0xD1], [0x64, 0x9B]], [[0x2E, 0x83, 0x2E], [0x2E, 0x88, 0x21, 0xC1], [0x68, 0x8D, 0x13, 0xD7], [0x60, 0x90, 0x20, 0xC8], [0x60, 0x8D, 0x62, 0xC3], [0x78, 0x85, 0x25, 0xC5]], [[0x2E, 0x83, 0x2E], [0x2E, 0x85, 0x25, 0xC5], [0x6B, 0x88, 0x25, 0xCB], [0x63, 0x9B, 0x29, 0xC6], [0x6A, 0xC7, 0x28], [0x78, 0x85, 0x25], [0x63]], [[0x2E, 0x83, 0x2E], [0x2E, 0x86, 0x2A, 0xC1], [0x72, 0x8C, 0x38, 0xD4], [0x2F, 0x99, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x9A, 0x24, 0xC6], [0x73, 0x8C, 0x63, 0xCD], [0x60, 0x80, 0x20], [0x63, 0x9B, 0x29], [0x60, 0x82, 0x63, 0xCE], [0x6F, 0x83, 0x29, 0xC4], [0x75, 0x84, 0x29], [0x2F, 0x99, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0x8D, 0x3C, 0xCC], [0x66, 0xC6, 0x25, 0xC9], [0x67, 0x86, 0x63], [0x62, 0x86, 0x21, 0x89], [0x6A, 0x8A, 0x79, 0x90], [0x2F, 0x80, 0x24], [0x68, 0x8D, 0x29], [0x2F, 0x85, 0x25, 0xD4], [0x75]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x28], [0x71, 0x82, 0x2B], [0x2E, 0x80, 0x22, 0xC1], [0x6E, 0xC6, 0x2F], [0x6E, 0x84, 0x62], [0x6A, 0x8A, 0x79, 0x90], [0x2F, 0x80, 0x24, 0xCE], [0x65, 0x8C, 0x62], [0x6C, 0x8D, 0x79], [0x72, 0x9C, 0x21, 0xD4]], [[0x2E, 0x99, 0x3E], [0x68, 0x9F, 0x2D, 0xD3], [0x64, 0xC6, 0x3A, 0xC6], [0x73, 0xC6, 0x21, 0xC8], [0x63, 0x80, 0x20], [0x64, 0xC6, 0x0, 0xCE], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F, 0xC2], [0x72, 0xC6, 0x2F], [0x6E, 0x84, 0x62, 0xCC], [0x62, 0xDC, 0x7B], [0x2F, 0x80, 0x24], [0x68, 0x8D, 0x29, 0xD7], [0x73, 0x8C, 0x2A, 0xD4], [0x2F, 0x99, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0x88], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xB9, 0x3E, 0xC2], [0x67, 0x8C, 0x3E], [0x64, 0x87, 0x2F], [0x64, 0x9A, 0x63], [0x62, 0x86, 0x21], [0x2F, 0x82, 0x2F], [0x34, 0xDE, 0x62, 0xCE], [0x69, 0x80, 0x28, 0xC2], [0x71, 0x9B, 0x29, 0xC1], [0x72, 0xC7, 0x3C, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0xE], [0x74, 0x87, 0x28], [0x6D, 0x8C, 0x3F, 0x88], [0x68, 0xA1, 0x25], [0x65, 0x8C, 0x1C], [0x73, 0x8C, 0x2A, 0xD4], [0x2F, 0x8B, 0x39], [0x6F, 0x8D, 0x20, 0xC2]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x4C, 0x86, 0x2E, 0xCE], [0x6D, 0x8C, 0x1F], [0x74, 0x8B, 0x3F], [0x75, 0x9B, 0x2D, 0xD3], [0x64, 0xC6, 0x8], [0x78, 0x87, 0x2D], [0x6C, 0x80, 0x2F, 0xEB], [0x68, 0x8B, 0x3E], [0x60, 0x9B, 0x25], [0x64, 0x9A, 0x63], [0x68, 0x81, 0x25], [0x65, 0x8C, 0x62], [0x71, 0x85, 0x25], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x1F, 0xD2], [0x63, 0x9A, 0x38, 0xD5], [0x60, 0x9D, 0x29, 0x88], [0x45, 0x90, 0x22, 0xC6], [0x6C, 0x80, 0x2F, 0xEB], [0x68, 0x8B, 0x3E], [0x60, 0x9B, 0x25], [0x64, 0x9A, 0x63, 0xCE], [0x69, 0x80, 0x28], [0x64, 0xC7, 0x28], [0x78, 0x85, 0x25, 0xC5]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x51, 0x9B, 0x29, 0xC1], [0x64, 0x9B, 0x29], [0x6F, 0x8A, 0x29, 0xEB], [0x6E, 0x88, 0x28, 0xC2], [0x73, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0x3F], [0x2E, 0x80, 0x24], [0x68, 0x8D, 0x29], [0x71, 0x9B, 0x29, 0xC1], [0x72, 0xC7, 0x3C], [0x6D, 0x80, 0x3F, 0xD3]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xA4, 0x23, 0xC5], [0x68, 0x85, 0x29], [0x52, 0x9C, 0x2E], [0x72, 0x9D, 0x3E, 0xC6], [0x75, 0x8C, 0x63, 0xE3], [0x78, 0x87, 0x2D], [0x6C, 0x80, 0x2F, 0xEB], [0x68, 0x8B, 0x3E, 0xC6], [0x73, 0x80, 0x29, 0xD4], [0x2E, 0x93, 0x36], [0x7B, 0x93, 0x0], [0x68, 0x8B, 0x29], [0x73, 0x9D, 0x35, 0x89], [0x65, 0x90, 0x20], [0x68, 0x8B]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xBA, 0x39], [0x63, 0x9A, 0x38, 0xD5], [0x60, 0x9D, 0x29], [0x2E, 0xAD, 0x35], [0x6F, 0x88, 0x21], [0x68, 0x8A, 0x0, 0xCE], [0x63, 0x9B, 0x2D, 0xD5], [0x68, 0x8C, 0x3F, 0x88], [0x7B, 0x93, 0x36], [0x7B, 0xA5, 0x25], [0x63, 0x8C, 0x3E, 0xD3], [0x78, 0xC7, 0x3C, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xA4, 0x23], [0x63, 0x80, 0x20, 0xC2], [0x52, 0x9C, 0x2E], [0x72, 0x9D, 0x3E, 0xC6], [0x75, 0x8C, 0x63, 0xF7], [0x73, 0x8C, 0x2A], [0x64, 0x9B, 0x29, 0xC9], [0x62, 0x8C, 0xE], [0x74, 0x87, 0x28], [0x6D, 0x8C, 0x3F, 0x88], [0x4D, 0x80, 0x2E, 0xC2], [0x73, 0x9D, 0x35], [0x51, 0x9B, 0x29], [0x67, 0xC7, 0x2E, 0xD2], [0x6F, 0x8D, 0x20], [0x64, 0xC6, 0x25, 0xC9], [0x67, 0x86, 0x62, 0xD7], [0x6D, 0x80, 0x3F], [0x75]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xBA, 0x39], [0x63, 0x9A, 0x38, 0xD5], [0x60, 0x9D, 0x29], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F, 0xC2], [0x43, 0x9C, 0x22], [0x65, 0x85, 0x29], [0x72, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0x0], [0x6E, 0x88, 0x28, 0xC2], [0x73, 0xC6, 0x1C], [0x73, 0x8C, 0x2A], [0x64, 0x9B, 0x29], [0x6F, 0x8A, 0x29, 0xD4], [0x2E, 0xA5, 0x25, 0xC5], [0x64, 0x9B, 0x38], [0x78, 0xB9, 0x3E], [0x64, 0x8F, 0x62], [0x71, 0x85, 0x25, 0xD4], [0x75]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23], [0x63, 0x80, 0x20], [0x64, 0xC6, 0x0, 0xCE], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xF7], [0x73, 0x8C, 0x2A], [0x64, 0x9B, 0x29], [0x6F, 0x8A, 0x29, 0xD4], [0x2E, 0x8A, 0x23, 0xCA], [0x2F, 0x9B, 0x35, 0xCB], [0x64, 0x90, 0x2D, 0xC9], [0x66, 0x9C, 0x3F, 0x89], [0x6D, 0x80, 0x2E, 0xC2], [0x73, 0x9D, 0x35, 0xCB], [0x68, 0x9D, 0x29, 0x89], [0x71, 0x85, 0x25, 0xD4], [0x75]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x28], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A], [0x6E, 0xC6, 0x2F, 0xC8], [0x6C, 0xC7, 0x3E, 0xDE], [0x6D, 0x8C, 0x35], [0x60, 0x87, 0x2B, 0xD2], [0x72, 0xC7, 0x20, 0xCE], [0x63, 0x8C, 0x3E, 0xD3], [0x78, 0x85, 0x25, 0xD3], [0x64, 0xC7, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xC3], [0x71, 0x82, 0x2B], [0x2E, 0x80, 0x22], [0x67, 0x86, 0x63, 0xC4], [0x6E, 0x84, 0x62, 0xD5], [0x78, 0x85, 0x29], [0x78, 0x88, 0x22, 0xC0], [0x74, 0x9A, 0x62, 0xCB], [0x68, 0x8B, 0x29, 0xD5], [0x75, 0x90, 0x20, 0xCE], [0x75, 0x8C, 0x62], [0x6C, 0x8D, 0x79, 0xD4], [0x74, 0x84, 0x3F]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1, 0xC8], [0x63, 0x80, 0x20, 0xC2], [0x52, 0x9C, 0x2E], [0x72, 0x9D, 0x3E], [0x60, 0x9D, 0x29, 0x88], [0x45, 0x90, 0x22, 0xC6], [0x6C, 0x80, 0x2F], [0x4D, 0x80, 0x2E, 0xD5], [0x60, 0x9B, 0x25], [0x64, 0x9A, 0x63, 0xEB], [0x68, 0x8B, 0x29], [0x73, 0x9D, 0x35], [0x2F, 0x99, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1C], [0x73, 0x8C, 0x2A, 0xC2], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0xE, 0xD2], [0x6F, 0x8D, 0x20], [0x64, 0x9A, 0x63], [0x4D, 0x80, 0x2E, 0xC2], [0x73, 0x9D, 0x35, 0xF7], [0x73, 0x8C, 0x2A], [0x2F, 0x8B, 0x39], [0x6F, 0x8D, 0x20], [0x64]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1C], [0x73, 0x8C, 0x2A], [0x64, 0x9B, 0x29, 0xC9], [0x62, 0x8C, 0x0], [0x6E, 0x88, 0x28], [0x64, 0x9B, 0x63], [0x51, 0x9B, 0x29, 0xC1], [0x64, 0x9B, 0x29], [0x6F, 0x8A, 0x29], [0x72, 0xC6, 0x0, 0xCE], [0x63, 0x8C, 0x3E], [0x75, 0x90, 0x1C, 0xD5], [0x64, 0x8F, 0x62], [0x71, 0x85, 0x25, 0xD4], [0x75]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0x88], [0x4D, 0x80, 0x2E, 0xD5], [0x60, 0x9B, 0x35], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F], [0x64, 0x9A, 0x63], [0x6A, 0x9B, 0x62, 0xDF], [0x72, 0x8F, 0x7D, 0xD5], [0x64, 0xC7, 0x2A], [0x6D, 0x90, 0x26, 0xC5], [0x2F, 0x99, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25], [0x62, 0x88, 0x38], [0x68, 0x86, 0x22, 0xD4], [0x2E, 0xAF, 0x20, 0xDE], [0x4B, 0xAB, 0x62, 0xC6], [0x71, 0x99]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0x8D, 0x3C], [0x6A, 0x8E, 0x63], [0x68, 0x87, 0x2A], [0x6E, 0xC6, 0x3E, 0xC2], [0x71, 0x86, 0x62, 0xC3], [0x71, 0x82, 0x2B, 0xCF], [0x74, 0x8B, 0x62, 0xC1], [0x6D, 0x90, 0x26], [0x63, 0x91, 0x62, 0xCA], [0x65, 0xDC, 0x3F], [0x74, 0x84, 0x3F]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xC3], [0x71, 0x82, 0x2B], [0x2E, 0x80, 0x22, 0xC1], [0x6E, 0xC6, 0x3E, 0xC2], [0x71, 0x86, 0x62, 0xC3], [0x71, 0x82, 0x2B], [0x69, 0x9C, 0x2E, 0x89], [0x67, 0x85, 0x35], [0x6B, 0x8B, 0x34], [0x2F, 0x85, 0x25, 0xD4], [0x75]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x65, 0x99, 0x27, 0xC0], [0x2E, 0x80, 0x22, 0xC1], [0x6E, 0xC6, 0x3E], [0x64, 0x99, 0x23, 0x89], [0x65, 0x99, 0x27], [0x66, 0x81, 0x39, 0xC5], [0x2F, 0x8F, 0x20, 0xDE], [0x6B, 0x8B, 0x34, 0x89], [0x71, 0x86, 0x3F], [0x75, 0x80, 0x22, 0xD4], [0x75]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x28, 0xD7], [0x6A, 0x8E, 0x63], [0x68, 0x87, 0x2A, 0xC8], [0x2E, 0x9B, 0x29, 0xD7], [0x6E, 0xC7, 0x28], [0x71, 0x82, 0x2B], [0x69, 0x9C, 0x2E], [0x2F, 0x8F, 0x20], [0x78, 0x83, 0x2E, 0xDF], [0x2F, 0x99, 0x3E, 0xC2], [0x73, 0x84]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xEA], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xBA, 0x39, 0xC5], [0x72, 0x9D, 0x3E, 0xC6], [0x75, 0x8C, 0x63], [0x45, 0x90, 0x22], [0x60, 0x84, 0x25, 0xC4], [0x4D, 0x80, 0x2E, 0xD5], [0x60, 0x9B, 0x25], [0x64, 0x9A, 0x63, 0xE1], [0x6D, 0x90, 0x6], [0x43, 0xC7, 0x28, 0xDE], [0x6D, 0x8B]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22, 0xC4], [0x64, 0xAB, 0x39], [0x6F, 0x8D, 0x20, 0xC2], [0x72, 0xC6, 0xA, 0xCB], [0x78, 0xA3, 0xE], [0x51, 0x9B, 0x29, 0xC1], [0x72, 0xC7, 0x2E, 0xD2], [0x6F, 0x8D, 0x20], [0x64]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x1F], [0x74, 0x8B, 0x3F], [0x75, 0x9B, 0x2D], [0x75, 0x8C, 0x63, 0xE3], [0x78, 0x87, 0x2D], [0x6C, 0x80, 0x2F, 0xEB], [0x68, 0x8B, 0x3E, 0xC6], [0x73, 0x80, 0x29], [0x72, 0xC6, 0xA], [0x6D, 0x90, 0x6, 0xE5], [0x59, 0xC7, 0x3C, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xEA], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xBA, 0x39], [0x63, 0x9A, 0x38], [0x73, 0x88, 0x38, 0xC2], [0x2E, 0xAD, 0x35, 0xC9], [0x60, 0x84, 0x25], [0x62, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x68, 0x8C, 0x3F, 0x88], [0x47, 0x85, 0x35], [0x4B, 0xAB, 0x14, 0x89], [0x65, 0x90, 0x20, 0xCE], [0x63]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x4C, 0x86, 0x2E], [0x68, 0x85, 0x29], [0x52, 0x9C, 0x2E], [0x72, 0x9D, 0x3E], [0x60, 0x9D, 0x29], [0x2E, 0xAD, 0x35, 0xC9], [0x60, 0x84, 0x25, 0xC4], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E, 0xCE], [0x64, 0x9A, 0x63, 0xEF], [0x68, 0x8D, 0x29], [0x4B, 0xAB, 0x62], [0x65, 0x90, 0x20, 0xCE], [0x63]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xEA], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xBA, 0x39, 0xC5], [0x72, 0x9D, 0x3E, 0xC6], [0x75, 0x8C, 0x63], [0x45, 0x90, 0x22, 0xC6], [0x6C, 0x80, 0x2F], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E], [0x68, 0x8C, 0x3F], [0x2E, 0xA1, 0x25], [0x65, 0x8C, 0x6], [0x43, 0xC7, 0x3C], [0x6D, 0x80, 0x3F, 0xD3]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1, 0xC8], [0x63, 0x80, 0x20, 0xC2], [0x52, 0x9C, 0x2E, 0xD4], [0x75, 0x9B, 0x2D, 0xD3], [0x64, 0xC6, 0x8, 0xDE], [0x6F, 0x88, 0x21], [0x68, 0x8A, 0x0, 0xCE], [0x63, 0x9B, 0x2D], [0x73, 0x80, 0x29], [0x72, 0xC6, 0x4], [0x68, 0x8D, 0x29, 0xED], [0x43, 0xA7, 0x23, 0xD4], [0x74, 0x8B, 0x62], [0x65, 0x90, 0x20], [0x68, 0x8B]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xA4, 0x23, 0xC5], [0x68, 0x85, 0x29], [0x52, 0x9C, 0x2E, 0xD4], [0x75, 0x9B, 0x2D, 0xD3], [0x64, 0xC6, 0x8], [0x78, 0x87, 0x2D, 0xCA], [0x68, 0x8A, 0x0], [0x68, 0x8B, 0x3E], [0x60, 0x9B, 0x25], [0x64, 0x9A, 0x63, 0xEF], [0x68, 0x8D, 0x29, 0xED], [0x43, 0xA7, 0x23, 0xD4], [0x74, 0x8B, 0x62], [0x71, 0x85, 0x25], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x1F], [0x74, 0x8B, 0x3F, 0xD3], [0x73, 0x88, 0x38], [0x64, 0xC6, 0x1C], [0x73, 0x8C, 0x2A], [0x64, 0x9B, 0x29, 0xC9], [0x62, 0x8C, 0xE, 0xD2], [0x6F, 0x8D, 0x20, 0xC2], [0x72, 0xC6, 0x4], [0x68, 0x8D, 0x29], [0x4B, 0xAB, 0x1C, 0xD5], [0x64, 0x8F, 0x3F, 0x89], [0x63, 0x9C, 0x22, 0xC3], [0x6D, 0x8C, 0x63], [0x48, 0x87, 0x2A, 0xC8], [0x2F, 0x99, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xBA, 0x39], [0x63, 0x9A, 0x38], [0x73, 0x88, 0x38, 0xC2], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F], [0x64, 0xA5, 0x23, 0xC6], [0x65, 0x8C, 0x3E], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0x3F, 0x88], [0x49, 0x80, 0x28], [0x64, 0xA3, 0xE], [0x51, 0x9B, 0x29], [0x67, 0x9A, 0x62, 0xD7], [0x6D, 0x80, 0x3F, 0xD3]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x21, 0xC8], [0x63, 0x80, 0x20], [0x64, 0xC6, 0x0], [0x68, 0x8B, 0x3E], [0x60, 0x9B, 0x35, 0x88], [0x51, 0x9B, 0x29], [0x67, 0x8C, 0x3E], [0x64, 0x87, 0x2F], [0x64, 0x9A, 0x63], [0x62, 0x86, 0x21], [0x2F, 0x9D, 0x24, 0xD2], [0x75, 0x81, 0x39, 0xC6], [0x75, 0x83, 0x2E, 0x89], [0x69, 0x80, 0x28, 0xC2], [0x6B, 0x8B, 0x62, 0xD7], [0x6D, 0x80, 0x3F, 0xD3]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x65, 0x99, 0x27], [0x66, 0xC6, 0x25], [0x6F, 0x8F, 0x23], [0x2E, 0x8A, 0x23, 0xCA], [0x2F, 0x9D, 0x24, 0xD2], [0x75, 0x81, 0x39], [0x60, 0x9D, 0x26, 0xC5], [0x2F, 0x81, 0x25], [0x65, 0x8C, 0x26, 0xC5], [0x2F, 0x84, 0x28, 0x92], [0x72, 0x9C, 0x21], [0x72]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0x8D, 0x3C], [0x6A, 0x8E, 0x63], [0x68, 0x87, 0x2A, 0xC8], [0x2E, 0x8A, 0x23, 0xCA], [0x2F, 0x9D, 0x24], [0x74, 0x9D, 0x24], [0x74, 0x88, 0x38, 0xCD], [0x63, 0xC7, 0x24, 0xCE], [0x65, 0x8C, 0x26], [0x63, 0xC7, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22, 0xC4], [0x64, 0xAB, 0x39, 0xC9], [0x65, 0x85, 0x29, 0xD4], [0x2E, 0xA1, 0x25], [0x65, 0x8C, 0x6], [0x43, 0xB9, 0x3E, 0xC2], [0x67, 0x9A, 0x62, 0xC5], [0x74, 0x87, 0x28], [0x6D, 0x8C]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1C], [0x73, 0x8C, 0x2A, 0xC2], [0x73, 0x8C, 0x22, 0xC4], [0x64, 0xA5, 0x23, 0xC6], [0x65, 0x8C, 0x3E, 0x88], [0x51, 0x9B, 0x29], [0x67, 0x8C, 0x3E, 0xC2], [0x6F, 0x8A, 0x29], [0x72, 0xC6, 0x4, 0xCE], [0x65, 0x8C, 0x6], [0x43, 0xB9, 0x3E], [0x64, 0x8F, 0x3F], [0x2F, 0x99, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x21, 0xC8], [0x63, 0x80, 0x20], [0x64, 0xC6, 0x4, 0xCE], [0x65, 0x8C, 0x6, 0xE5], [0x5E, 0xA5, 0x23], [0x66, 0x9A, 0x62, 0xD3], [0x79, 0x9D]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xA4, 0x23, 0xC5], [0x68, 0x85, 0x29], [0x52, 0x9C, 0x2E], [0x72, 0x9D, 0x3E], [0x60, 0x9D, 0x29, 0x88], [0x45, 0x90, 0x22, 0xC6], [0x6C, 0x80, 0x2F, 0xEB], [0x68, 0x8B, 0x3E], [0x60, 0x9B, 0x25, 0xC2], [0x72, 0xC6, 0x4], [0x64, 0x9A, 0x38, 0xCE], [0x60, 0xC7, 0x28], [0x78, 0x85, 0x25, 0xC5]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xA4, 0x23, 0xC5], [0x68, 0x85, 0x29, 0xF4], [0x74, 0x8B, 0x3F, 0xD3], [0x73, 0x88, 0x38, 0xC2], [0x2E, 0xAD, 0x35, 0xC9], [0x60, 0x84, 0x25, 0xC4], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E], [0x68, 0x8C, 0x3F], [0x2E, 0xA1, 0x29], [0x72, 0x9D, 0x25, 0xC6], [0x2F, 0x99, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x4C, 0x86, 0x2E], [0x68, 0x85, 0x29], [0x52, 0x9C, 0x2E, 0xD4], [0x75, 0x9B, 0x2D], [0x75, 0x8C, 0x63, 0xF7], [0x73, 0x8C, 0x2A, 0xC2], [0x73, 0x8C, 0x22, 0xC4], [0x64, 0xAB, 0x39], [0x6F, 0x8D, 0x20], [0x64, 0x9A, 0x63], [0x49, 0x8C, 0x3F], [0x75, 0x80, 0x2D], [0x51, 0x9B, 0x29], [0x67, 0x9A, 0x62], [0x63, 0x9C, 0x22], [0x65, 0x85, 0x29, 0x88], [0x48, 0x87, 0x2A], [0x6E, 0xC7, 0x3C], [0x6D, 0x80, 0x3F, 0xD3]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29], [0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F, 0xC2], [0x72, 0xC6, 0x2F], [0x6E, 0x84, 0x62], [0x68, 0x8A, 0x3E, 0xC6], [0x7B, 0x8C, 0x62], [0x69, 0x8C, 0x3F], [0x75, 0x80, 0x2D, 0xD7], [0x73, 0x8C, 0x2A, 0xD4], [0x2F, 0x99, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x28], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A], [0x6E, 0xC6, 0x2F, 0xC8], [0x6C, 0xC7, 0x25], [0x62, 0x9B, 0x2D], [0x7B, 0x8C, 0x62], [0x69, 0x8C, 0x3F], [0x75, 0x80, 0x2D], [0x2F, 0x84, 0x28], [0x34, 0x9A, 0x39], [0x6C, 0x9A]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x28], [0x71, 0x82, 0x2B], [0x2E, 0x80, 0x22], [0x67, 0x86, 0x63, 0xC4], [0x6E, 0x84, 0x62], [0x68, 0x8A, 0x3E], [0x60, 0x93, 0x29, 0x89], [0x69, 0x8C, 0x3F, 0xD3], [0x68, 0x88, 0x62, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1C], [0x73, 0x8C, 0x2A, 0xC2], [0x73, 0x8C, 0x22, 0xC4], [0x64, 0xAB, 0x39], [0x6F, 0x8D, 0x20, 0xC2], [0x72, 0xC6, 0x4, 0xC2], [0x72, 0x9D, 0x25], [0x60, 0xB9, 0x3E], [0x64, 0x8F, 0x3F], [0x2F, 0x8B, 0x39], [0x6F, 0x8D, 0x20, 0xC2]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0x0, 0xC8], [0x60, 0x8D, 0x29], [0x73, 0xC6, 0x1C], [0x73, 0x8C, 0x2A], [0x64, 0x9B, 0x29], [0x6F, 0x8A, 0x29, 0xD4], [0x2E, 0xA1, 0x29], [0x72, 0x9D, 0x25, 0xC6], [0x51, 0x9B, 0x29, 0xC1], [0x72, 0xC7, 0x3C, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0xBC, 0x3F], [0x64, 0x9B, 0x63], [0x45, 0x86, 0x2F, 0xD2], [0x6C, 0x8C, 0x22, 0xD3], [0x72, 0xC6, 0x4, 0xC2], [0x72, 0x9D, 0x25], [0x60, 0xA5, 0x25, 0xD4], [0x75, 0xC7, 0x3C], [0x6D, 0x80, 0x3F, 0xD3]], [[0x2E, 0xBC, 0x3F, 0xC2], [0x73, 0xC6, 0x8], [0x6E, 0x8A, 0x39, 0xCA], [0x64, 0x87, 0x38], [0x72, 0xC6, 0x4, 0xC2], [0x72, 0x9D, 0x25, 0xC6], [0x4D, 0x80, 0x22, 0xCC], [0x4D, 0x80, 0x3F], [0x75, 0xC7, 0x3C], [0x6D, 0x80, 0x3F, 0xD3]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0xC6, 0xD], [0x43, 0xAD, 0x15, 0xEB], [0x45, 0xC7, 0x28], [0x78, 0x85, 0x25], [0x63]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0x88], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F], [0x64, 0x9A, 0x63], [0x40, 0xAB, 0x1C], [0x60, 0x9D, 0x38, 0xC2], [0x73, 0x87]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xF7], [0x73, 0x8C, 0x2A, 0xC2], [0x73, 0x8C, 0x22, 0xC4], [0x64, 0xAB, 0x39, 0xC9], [0x65, 0x85, 0x29], [0x72, 0xC6, 0xD], [0x43, 0x90, 0x3C, 0xC6], [0x72, 0x9A, 0x1C, 0xD5], [0x64, 0x8F, 0x3F], [0x2F, 0x8B, 0x39], [0x6F, 0x8D, 0x20], [0x64]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x28, 0xD7], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23, 0x88], [0x62, 0x86, 0x21], [0x2F, 0x9B, 0x3C], [0x66, 0x8F, 0x2D], [0x73, 0x84, 0x62, 0xC6], [0x2C, 0x8B, 0x35, 0xD7], [0x60, 0x9A, 0x3F], [0x2F, 0x85, 0x25], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x28], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A], [0x6E, 0xC6, 0x2F, 0xC8], [0x6C, 0xC7, 0x3E], [0x71, 0x8E, 0x2A, 0xC6], [0x73, 0x84, 0x62, 0xC6], [0x2C, 0x8B, 0x35], [0x71, 0x88, 0x3F], [0x72, 0xC7, 0x21, 0xC3], [0x34, 0x9A, 0x39], [0x6C, 0x9A]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0x8D, 0x3C, 0xCC], [0x66, 0xC6, 0x25], [0x6F, 0x8F, 0x23], [0x2E, 0x8A, 0x23, 0xCA], [0x2F, 0x9B, 0x3C, 0xC0], [0x67, 0x88, 0x3E, 0xCA], [0x2F, 0x88, 0x61, 0xC5], [0x78, 0x99, 0x2D], [0x72, 0x9A, 0x62], [0x71, 0x86, 0x3F, 0xD3], [0x68, 0x87, 0x3F], [0x75]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xA4, 0x23, 0xC5], [0x68, 0x85, 0x29, 0xF4], [0x74, 0x8B, 0x3F], [0x75, 0x9B, 0x2D], [0x75, 0x8C, 0x63, 0xE3], [0x78, 0x87, 0x2D, 0xCA], [0x68, 0x8A, 0x0, 0xCE], [0x63, 0x9B, 0x2D], [0x73, 0x80, 0x29, 0xD4], [0x2E, 0xC8, 0xD], [0x43, 0x90, 0x3C], [0x60, 0x9A, 0x3F], [0x33, 0xC7, 0x3C, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xA4, 0x23, 0xC5], [0x68, 0x85, 0x29], [0x52, 0x9C, 0x2E], [0x72, 0x9D, 0x3E, 0xC6], [0x75, 0x8C, 0x63, 0xE3], [0x78, 0x87, 0x2D], [0x6C, 0x80, 0x2F], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E], [0x68, 0x8C, 0x3F], [0x2E, 0xC8, 0xD, 0xE5], [0x78, 0x99, 0x2D, 0xD4], [0x72, 0xDB, 0x62, 0xC3], [0x78, 0x85, 0x25, 0xC5]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0xE], [0x60, 0x9E, 0xD], [0x71, 0x99, 0x25], [0x64, 0xC6, 0xD, 0xE5], [0x78, 0x99, 0x2D, 0xD4], [0x72]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22, 0xC4], [0x64, 0xA5, 0x23, 0xC6], [0x65, 0x8C, 0x3E], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F], [0x64, 0x9A, 0x63], [0x40, 0xAB, 0x35], [0x71, 0x88, 0x3F, 0xD4], [0x51, 0x9B, 0x29, 0xC1], [0x72, 0xC7, 0x3C, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x29], [0x79, 0x8C, 0x2F], [0x2E, 0x9A, 0x24], [0x60, 0x8D, 0x23], [0x76, 0x8D]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xB9, 0x3E, 0xC2], [0x67, 0x8C, 0x3E], [0x64, 0x87, 0x2F], [0x64, 0xAB, 0x39], [0x6F, 0x8D, 0x20], [0x64, 0x9A, 0x63], [0x52, 0x81, 0x2D], [0x65, 0x86, 0x3B], [0x51, 0x9B, 0x29], [0x67, 0x8C, 0x3E, 0xC2], [0x6F, 0x8A, 0x29, 0xD4], [0x2F, 0x8B, 0x39, 0xC9], [0x65, 0x85, 0x29]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38, 0xC2], [0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0x88], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xB9, 0x3E, 0xC2], [0x67, 0x8C, 0x3E], [0x64, 0x87, 0x2F], [0x64, 0x9A, 0x63, 0xCA], [0x64, 0xC7, 0x26, 0xCD], [0x6E, 0x85, 0x2D, 0xC9], [0x6E, 0xC7, 0x3F], [0x69, 0x88, 0x28, 0xC8], [0x76, 0xC7, 0x3C], [0x6D, 0x80, 0x3F, 0xD3]], [[0x2E, 0x99, 0x3E], [0x68, 0x9F, 0x2D], [0x75, 0x8C, 0x63], [0x77, 0x88, 0x3E], [0x2E, 0x84, 0x23], [0x63, 0x80, 0x20, 0xC2], [0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x51, 0x9B, 0x29, 0xC1], [0x64, 0x9B, 0x29], [0x6F, 0x8A, 0x29], [0x72, 0xC6, 0x21, 0xC2], [0x2F, 0x83, 0x26], [0x6E, 0x85, 0x2D], [0x6F, 0x86, 0x62, 0xD4], [0x69, 0x88, 0x28, 0xC8], [0x76, 0xC7, 0x2D], [0x71, 0x99, 0x3F], [0x2F, 0x99, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38, 0xC2], [0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x21], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x63], [0x4D, 0x80, 0x2E, 0xD5], [0x60, 0x9B, 0x35], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22, 0xC4], [0x64, 0x9A, 0x63], [0x6C, 0x8C, 0x62, 0xCD], [0x6B, 0x86, 0x20], [0x60, 0x87, 0x23, 0x89], [0x72, 0x81, 0x2D, 0xC3], [0x6E, 0x9E, 0x62], [0x60, 0x99, 0x3C, 0xD4], [0x2F, 0x8D, 0x20], [0x67, 0x8A, 0x22, 0x89], [0x71, 0x85, 0x25], [0x72, 0x9D]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x21], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xC6, 0x0], [0x68, 0x8B, 0x3E, 0xC6], [0x73, 0x90, 0x63], [0x51, 0x9B, 0x29], [0x67, 0x8C, 0x3E, 0xC2], [0x6F, 0x8A, 0x29], [0x72, 0xC6, 0x21, 0xC2], [0x2F, 0x83, 0x26], [0x6E, 0x85, 0x2D, 0xC9], [0x6E, 0xC7, 0x3F, 0xCF], [0x60, 0x8D, 0x23], [0x76, 0xC7, 0x3C, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x28], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A, 0xC8], [0x2E, 0x84, 0x29, 0x89], [0x6B, 0x83, 0x23, 0xCB], [0x60, 0x87, 0x23], [0x2F, 0x9A, 0x24, 0xC6], [0x65, 0x86, 0x3B, 0x89], [0x6D, 0x80, 0x3F], [0x75]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0x88], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1C], [0x73, 0x8C, 0x2A, 0xC2], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0x3F, 0x88], [0x6C, 0x8C, 0x62], [0x6B, 0x83, 0x23], [0x6D, 0x88, 0x22], [0x6E, 0xC7, 0x3F, 0xCF], [0x60, 0x8D, 0x23, 0xD0], [0x2F, 0x8B, 0x20], [0x60, 0x8A, 0x27, 0xCB], [0x68, 0x9A, 0x38], [0x2F, 0x99, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23], [0x63, 0x80, 0x20], [0x64, 0xC6, 0x0], [0x68, 0x8B, 0x3E, 0xC6], [0x73, 0x90, 0x63], [0x51, 0x9B, 0x29, 0xC1], [0x64, 0x9B, 0x29, 0xC9], [0x62, 0x8C, 0x3F], [0x2E, 0x84, 0x29], [0x2F, 0x83, 0x26, 0xC8], [0x6D, 0x88, 0x22], [0x6E, 0xC7, 0x3F, 0xCF], [0x60, 0x8D, 0x23], [0x76, 0xC7, 0x2D, 0xD7], [0x71, 0x9A, 0x62, 0xD7], [0x6D, 0x80, 0x3F], [0x75]], [[0x2E, 0x99, 0x3E], [0x68, 0x9F, 0x2D], [0x75, 0x8C, 0x63, 0xD1], [0x60, 0x9B, 0x63, 0xCA], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xC6, 0x0, 0xCE], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22, 0xC4], [0x64, 0x9A, 0x63, 0xCA], [0x64, 0xC7, 0x26, 0xCD], [0x6E, 0x85, 0x2D], [0x6F, 0x86, 0x62], [0x72, 0x81, 0x2D, 0xC3], [0x6E, 0x9E, 0x62, 0xC5], [0x6D, 0x88, 0x2F], [0x6A, 0x85, 0x25], [0x72, 0x9D, 0x62, 0xD7], [0x6D, 0x80, 0x3F], [0x75]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0x88], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22, 0xC4], [0x64, 0x9A, 0x63, 0xCA], [0x64, 0xC7, 0x26], [0x6B, 0x86, 0x20, 0xC6], [0x6F, 0x86, 0x62], [0x72, 0x81, 0x2D], [0x65, 0x86, 0x3B], [0x2F, 0x88, 0x3C, 0xD7], [0x72, 0xC7, 0x28, 0xCB], [0x67, 0x8A, 0x22], [0x2F, 0x99, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23], [0x63, 0x80, 0x20], [0x64, 0xC6, 0x0, 0xCE], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0x3F, 0x88], [0x6C, 0x8C, 0x62, 0xCD], [0x6B, 0x86, 0x20], [0x60, 0x87, 0x23], [0x2F, 0x9A, 0x24], [0x60, 0x8D, 0x23, 0xD0], [0x2F, 0x88, 0x3C, 0xD7], [0x72, 0xC7, 0x20, 0xC8], [0x62, 0x82, 0x28], [0x6E, 0x9E, 0x22, 0x89], [0x71, 0x85, 0x25, 0xD4], [0x75]], [[0x2E, 0x99, 0x3E], [0x68, 0x9F, 0x2D], [0x75, 0x8C, 0x63], [0x77, 0x88, 0x3E], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29], [0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x51, 0x9B, 0x29, 0xC1], [0x64, 0x9B, 0x29], [0x6F, 0x8A, 0x29], [0x72, 0xC6, 0x21, 0xC2], [0x2F, 0x83, 0x26, 0xC8], [0x6D, 0x88, 0x22], [0x6E, 0xC7, 0x3F, 0xCF], [0x60, 0x8D, 0x23], [0x76, 0xC7, 0x2D, 0xD7], [0x71, 0x9A, 0x62], [0x6D, 0x86, 0x2F], [0x6A, 0x8D, 0x23, 0xD0], [0x6F, 0xC7, 0x3C, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x65, 0x99, 0x27], [0x66, 0xC6, 0x25, 0xC9], [0x67, 0x86, 0x63, 0xCA], [0x64, 0xC7, 0x26, 0xCD], [0x6E, 0x85, 0x2D], [0x6F, 0x86, 0x62], [0x72, 0x81, 0x2D, 0xC3], [0x6E, 0x9E, 0x62], [0x6C, 0x8D, 0x79, 0xD4], [0x74, 0x84, 0x3F]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x1F, 0xD2], [0x63, 0x9A, 0x38, 0xD5], [0x60, 0x9D, 0x29], [0x2E, 0xAD, 0x35], [0x6F, 0x88, 0x21, 0xCE], [0x62, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x68, 0x8C, 0x3F], [0x2E, 0xD9, 0x1F, 0xCF], [0x60, 0x8D, 0x23], [0x76, 0xC7, 0x3C], [0x6D, 0x80, 0x3F, 0xD3]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1, 0xC8], [0x63, 0x80, 0x20, 0xC2], [0x52, 0x9C, 0x2E, 0xD4], [0x75, 0x9B, 0x2D], [0x75, 0x8C, 0x63], [0x45, 0x90, 0x22], [0x60, 0x84, 0x25], [0x62, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xCE], [0x64, 0x9A, 0x63], [0x31, 0xBA, 0x24], [0x60, 0x8D, 0x23], [0x76, 0xC7, 0x28, 0xDE], [0x6D, 0x80, 0x2E]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F], [0x64, 0xA5, 0x23, 0xC6], [0x65, 0x8C, 0x3E], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F, 0xC2], [0x72, 0xC6, 0x1F, 0xCF], [0x60, 0x8D, 0x23], [0x76, 0xB9, 0x3E], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0x3F], [0x2F, 0x99, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0xC6, 0x28, 0xD7], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23], [0x2E, 0x84, 0x29], [0x2F, 0x83, 0x26, 0xC8], [0x6D, 0x88, 0x22], [0x6E, 0xC7, 0x3F], [0x69, 0x88, 0x28], [0x6E, 0x9E, 0x62, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0xC6, 0x28, 0xD7], [0x6A, 0x8E, 0x63], [0x68, 0x87, 0x2A, 0xC8], [0x2E, 0x84, 0x29, 0x89], [0x6B, 0x83, 0x23, 0xCB], [0x60, 0x87, 0x23, 0x89], [0x72, 0x81, 0x2D], [0x65, 0x86, 0x3B, 0x89], [0x6C, 0x8D, 0x79, 0xD4], [0x74, 0x84, 0x3F]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x85, 0x25, 0xC5], [0x2E, 0x8D, 0x3C], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23, 0x88], [0x6C, 0x86, 0x2E, 0xCE], [0x6D, 0x8C, 0x3F, 0xD2], [0x63, 0x9A, 0x38, 0xD5], [0x60, 0x9D, 0x29, 0x89], [0x6D, 0x80, 0x3F], [0x75]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x85, 0x25], [0x63, 0xC6, 0x28], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A], [0x6E, 0xC6, 0x21], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x3F], [0x74, 0x8B, 0x3F, 0xD3], [0x73, 0x88, 0x38, 0xC2], [0x2F, 0x85, 0x25, 0xD4], [0x75]], [[0x2E, 0xBC, 0x3F], [0x64, 0x9B, 0x63], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1C], [0x73, 0x8C, 0x2A], [0x64, 0x9B, 0x29, 0xC9], [0x62, 0x8C, 0x3F], [0x2E, 0x84, 0x29, 0x89], [0x6B, 0x83, 0x23, 0xCB], [0x60, 0x87, 0x23], [0x2F, 0x9A, 0x24, 0xC6], [0x65, 0x86, 0x3B], [0x2F, 0x88, 0x3C, 0xD7], [0x72, 0xC7, 0x20, 0xC8], [0x62, 0x82, 0x28], [0x6E, 0x9E, 0x22], [0x2F, 0x99, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0xBC, 0x3F], [0x64, 0x9B, 0x63, 0xEB], [0x68, 0x8B, 0x3E, 0xC6], [0x73, 0x90, 0x63], [0x51, 0x9B, 0x29], [0x67, 0x8C, 0x3E], [0x64, 0x87, 0x2F], [0x64, 0x9A, 0x63, 0xCA], [0x64, 0xC7, 0x26], [0x6B, 0x86, 0x20], [0x60, 0x87, 0x23], [0x2F, 0x9A, 0x24], [0x60, 0x8D, 0x23, 0xD0], [0x2F, 0x88, 0x3C], [0x71, 0x9A, 0x62, 0xC3], [0x6D, 0x8F, 0x2F], [0x6F, 0xC7, 0x3C], [0x6D, 0x80, 0x3F], [0x75]], [[0x2E, 0xBC, 0x3F], [0x64, 0x9B, 0x63], [0x4D, 0x80, 0x2E, 0xD5], [0x60, 0x9B, 0x35, 0x88], [0x51, 0x9B, 0x29, 0xC1], [0x64, 0x9B, 0x29, 0xC9], [0x62, 0x8C, 0x3F, 0x88], [0x6C, 0x8C, 0x62], [0x6B, 0x83, 0x23], [0x6D, 0x88, 0x22, 0xC8], [0x2F, 0x9A, 0x24], [0x60, 0x8D, 0x23], [0x76, 0xC7, 0x2D], [0x71, 0x99, 0x3F, 0x89], [0x63, 0x85, 0x2D, 0xC4], [0x6A, 0x85, 0x25], [0x72, 0x9D, 0x62], [0x71, 0x85, 0x25], [0x72, 0x9D]], [[0x2E, 0xBC, 0x3F, 0xC2], [0x73, 0xC6, 0x0, 0xCE], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x51, 0x9B, 0x29, 0xC1], [0x64, 0x9B, 0x29, 0xC9], [0x62, 0x8C, 0x3F, 0x88], [0x6C, 0x8C, 0x62], [0x6B, 0x83, 0x23], [0x6D, 0x88, 0x22], [0x6E, 0xC7, 0x3F, 0xCF], [0x60, 0x8D, 0x23], [0x76, 0xC7, 0x2D, 0xD7], [0x71, 0x9A, 0x62, 0xC4], [0x6E, 0x84, 0x3C, 0xC6], [0x75, 0xC7, 0x38, 0xD0], [0x64, 0x88, 0x27], [0x2F, 0x99, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x21], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xC6, 0x0], [0x68, 0x8B, 0x3E], [0x60, 0x9B, 0x35, 0x88], [0x42, 0x88, 0x2F], [0x69, 0x8C, 0x3F, 0x88], [0x62, 0x86, 0x21, 0x89], [0x72, 0x88, 0x39, 0xD5], [0x68, 0x82, 0x62, 0xE4], [0x78, 0x8D, 0x25, 0xC6], [0x2E, 0x85, 0x25, 0xD4], [0x75, 0x9A, 0x63, 0xCE], [0x6E, 0x9A, 0x62, 0xCD], [0x6B, 0x86, 0x20, 0xC6], [0x6F, 0x86, 0x62, 0xCA], [0x64, 0xB6, 0x62, 0xF8], [0x51, 0x88, 0x2F], [0x6A, 0x88, 0x2B], [0x64, 0x9A]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x21, 0xC8], [0x63, 0x80, 0x20, 0xC2], [0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x42, 0x88, 0x2F, 0xCF], [0x64, 0x9A, 0x63, 0xC4], [0x6E, 0x84, 0x62], [0x72, 0x88, 0x39], [0x73, 0x80, 0x27], [0x2F, 0xAA, 0x35], [0x65, 0x80, 0x2D, 0x88], [0x6D, 0x80, 0x3F], [0x75, 0x9A, 0x63, 0xCE], [0x6E, 0x9A, 0x62, 0xCD], [0x6B, 0x86, 0x20, 0xC6], [0x6F, 0x86, 0x62], [0x6C, 0x8C, 0x13], [0x2F, 0xB6, 0x1E], [0x64, 0x85, 0x29], [0x60, 0x9A, 0x29]], [[0x2E, 0xC7, 0x2A], [0x68, 0x85, 0x29]]]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 79683, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 79934, - "length": 2285, - "value": "[[[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25], [0x62, 0x88, 0x38], [0x68, 0x86, 0x22, 0xD4]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xBB, 0x25, 0xC9], [0x66, 0x9D, 0x23], [0x6F, 0x8C, 0x3F]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1B], [0x60, 0x85, 0x20], [0x71, 0x88, 0x3C], [0x64, 0x9B]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x88, 0x3E, 0xCA], [0x2C, 0x88, 0x3C], [0x71, 0x85, 0x29, 0x8A], [0x65, 0x88, 0x3E, 0xD0], [0x68, 0x87, 0x75]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x80, 0x22], [0x62, 0x85, 0x39, 0xC3], [0x64]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x29, 0xDF], [0x64, 0x8A]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x3F], [0x69, 0x88, 0x3E, 0xC2]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x3F], [0x75, 0x88, 0x3F, 0xCF], [0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1E, 0xCE], [0x6F, 0x8E, 0x38, 0xC8], [0x6F, 0x8C, 0x3F]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x3F, 0xD3], [0x60, 0x9A, 0x24], [0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1B], [0x60, 0x85, 0x20], [0x71, 0x88, 0x3C], [0x64, 0x9B]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x3F], [0x75, 0x88, 0x3F], [0x69, 0xC6, 0x39, 0xD4], [0x73, 0xC6, 0x2D], [0x73, 0x84, 0x61, 0xC6], [0x71, 0x99, 0x20], [0x64, 0xC4, 0x28], [0x60, 0x9B, 0x3B, 0xCE], [0x6F, 0xD0]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x3F, 0xD3], [0x60, 0x9A, 0x24, 0x88], [0x74, 0x9A, 0x3E, 0x88], [0x68, 0x87, 0x2F, 0xCB], [0x74, 0x8D, 0x29]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x3F, 0xD3], [0x60, 0x9A, 0x24, 0x88], [0x74, 0x9A, 0x3E], [0x2E, 0x85, 0x25, 0xC5], [0x64, 0x91, 0x29], [0x62]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x9A, 0x38], [0x60, 0x9A, 0x24, 0x88], [0x74, 0x9A, 0x3E], [0x2E, 0x9A, 0x24], [0x60, 0x9B, 0x29]]]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 82331, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 82371, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 82662, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 82788, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 82890, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 83038, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 83753, - "length": 2, - "value": "-1" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 83784, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 83813, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 83827, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 83899, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 84061, - "length": 2087, - "value": "[[[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38], [0x64, 0xC6, 0x38], [0x64, 0x9A, 0x38], [0x5E, 0x9A, 0x2E], [0x68, 0x9E]], [[0x2E, 0x9D, 0x29], [0x72, 0x9D, 0x13, 0xD4], [0x63, 0x80, 0x3B]], [[0x2E, 0x9B, 0x23, 0xC8], [0x75, 0xC6, 0x38, 0xC2], [0x72, 0x9D, 0x13, 0xD4], [0x63, 0x80, 0x3B]], [[0x2E, 0x83, 0x2E], [0x2E, 0x9D, 0x29, 0xD4], [0x75, 0xB6, 0x3F], [0x63, 0x80, 0x3B]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38, 0xC2], [0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x21], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xC6, 0x0, 0xCE], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x75, 0x8C, 0x3F], [0x75, 0xB6, 0x3F], [0x63, 0x80, 0x3B]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38, 0xC2], [0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x21, 0xC8], [0x63, 0x80, 0x20, 0xC2], [0x2E, 0x9D, 0x29, 0xD4], [0x75, 0xB6, 0x3F, 0xC5], [0x68, 0x9E]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38], [0x64, 0xC6, 0x3A, 0xC6], [0x73, 0xC6, 0x21, 0xC8], [0x63, 0x80, 0x20, 0xC2], [0x2E, 0xAD, 0x23, 0xD0], [0x6F, 0x85, 0x23], [0x60, 0x8D, 0x3F], [0x2E, 0x9D, 0x29, 0xD4], [0x75, 0xB6, 0x3F, 0xC5], [0x68, 0x9E]], [[0x2E, 0x99, 0x3E], [0x68, 0x9F, 0x2D], [0x75, 0x8C, 0x63, 0xD1], [0x60, 0x9B, 0x63], [0x6C, 0x86, 0x2E, 0xCE], [0x6D, 0x8C, 0x63], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x38, 0xC2], [0x72, 0x9D, 0x13], [0x72, 0x8B, 0x25], [0x76]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38], [0x64, 0xC6, 0x3A], [0x60, 0x9B, 0x63], [0x6C, 0x86, 0x2E, 0xCE], [0x6D, 0x8C, 0x63], [0x4D, 0x80, 0x2E, 0xD5], [0x60, 0x9B, 0x35, 0x88], [0x42, 0x88, 0x2F], [0x69, 0x8C, 0x3F, 0x88], [0x75, 0x8C, 0x3F], [0x75, 0xB6, 0x3F], [0x63, 0x80, 0x3B]]]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 86233, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 86477, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 86581, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 86623, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 86788, - "length": 444, - "value": "[[[0x2E, 0xBA, 0x35, 0xD4], [0x75, 0x8C, 0x21, 0x88], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0xA, 0xD5], [0x60, 0x84, 0x29, 0xD0], [0x6E, 0x9B, 0x27, 0xD4], [0x2E, 0xAF, 0x23, 0xD2], [0x6F, 0x8D, 0x2D], [0x75, 0x80, 0x23, 0xC9], [0x2F, 0x8F, 0x3E, 0xC6], [0x6C, 0x8C, 0x3B, 0xC8], [0x73, 0x82]]]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 87316, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 87568, - "length": 1322, - "value": "[[[0x2E, 0x8B, 0x25, 0xC9], [0x2E, 0x8B, 0x2D], [0x72, 0x81]], [[0x2E, 0x8B, 0x25, 0xC9], [0x2E, 0x9A, 0x24]], [[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25], [0x62, 0x88, 0x38, 0xCE], [0x6E, 0x87, 0x3F], [0x2E, 0xAA, 0x35], [0x65, 0x80, 0x2D, 0x89], [0x60, 0x99, 0x3C]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x1F], [0x74, 0x8B, 0x3F, 0xD3], [0x73, 0x88, 0x38], [0x64, 0xC6, 0x1], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x1F, 0xD2], [0x63, 0x9A, 0x38], [0x73, 0x88, 0x38], [0x64, 0xC7, 0x28, 0xDE], [0x6D, 0x80, 0x2E]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x3F], [0x63, 0x80, 0x22], [0x2E, 0x9A, 0x3F], [0x69, 0x8D]], [[0x2E, 0x8C, 0x38], [0x62, 0xC6, 0x2D, 0xD7], [0x75]], [[0x2E, 0x8B, 0x25], [0x6F, 0xC6, 0x2F, 0xC6], [0x75]], [[0x2E, 0x8B, 0x25], [0x6F, 0xC6, 0x2B], [0x73, 0x8C, 0x3C]], [[0x2E, 0x8B, 0x25], [0x6F, 0xC6, 0x3F, 0xD2]], [[0x2E, 0x8B, 0x25], [0x6F, 0xC6, 0x20, 0xD4]]]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 88975, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 89216, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 89265, - "length": 3, - "value": "\"r\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 90056, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 90538, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 90881, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 91674, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 91698, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 91923, - "length": 470, - "value": "[\"(\", \"H\", \"Z\", \"[\", \"9\", \"{\", \"+\", \"k\", \",\", \"o\", \"g\", \"U\", \":\", \"D\", \"L\", \"#\", \"S\", \")\", \"!\", \"F\", \"^\", \"T\", \"u\", \"d\", \"a\", \"-\", \"A\", \"f\", \"z\", \";\", \"b\", \"\"\", \"v\", \"m\", \"B\", \"0\", \"J\", \"c\", \"W\", \"t\", \"*\", \"|\", \"O\", \"\\\", \"7\", \"E\", \"@\", \"x\", \"\"\", \"X\", \"V\", \"r\", \"n\", \"Q\", \"y\", \">\", \"]\", \"$\", \"%\", \"_\", \"\/\", \"P\", \"R\", \"K\", \"}\", \"?\", \"I\", \"8\", \"Y\", \"=\", \"N\", \"3\", \".\", \"s\", \"<\", \"l\", \"4\", \"w\", \"j\", \"G\", \"`\", \"2\", \"i\", \"C\", \"6\", \"q\", \"M\", \"p\", \"1\", \"5\", \"&\", \"e\", \"h\"]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 92416, - "length": 70, - "value": "[\"V\", \".\", \"N\", \"w\", \"Y\", \"2\", \"*\", \"8\", \"Y\", \"w\", \"C\", \".\", \"C\", \"1\"]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 92515, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 92571, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 92714, - "length": 4, - "value": "0x21" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 92829, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93044, - "length": 13, - "value": "\"%@\/%@%@%@%@\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93071, - "length": 4, - "value": "\"_C\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93077, - "length": 6, - "value": "\"odeS\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93085, - "length": 6, - "value": "\"igna\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93093, - "length": 6, - "value": "\"ture\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93180, - "length": 13, - "value": "\"%@\/%@%@%@%@\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93207, - "length": 4, - "value": "\"Re\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93213, - "length": 6, - "value": "\"sour\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93221, - "length": 11, - "value": "\"ceRules.p\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93234, - "length": 6, - "value": "\"list\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93326, - "length": 13, - "value": "\"%@\/%@%@%@%@\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93353, - "length": 3, - "value": "\"S\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93358, - "length": 4, - "value": "\"C_\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93364, - "length": 4, - "value": "\"In\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93370, - "length": 4, - "value": "\"fo\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93592, - "length": 11, - "value": "\"\/%@%@%@%@\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93605, - "length": 4, - "value": "\"Pk\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93611, - "length": 4, - "value": "\"gI\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93617, - "length": 4, - "value": "\"nf\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93623, - "length": 3, - "value": "\"o\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 94285, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 94500, - "length": 11, - "value": "\"\/%@%@%@%@\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 94513, - "length": 4, - "value": "\"In\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 94519, - "length": 6, - "value": "\"fo.p\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 94527, - "length": 4, - "value": "\"li\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 94533, - "length": 4, - "value": "\"st\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 95018, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 95062, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 95297, - "length": 11, - "value": "\"\/%@%@%@%@\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 95310, - "length": 5, - "value": "\"CFB\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 95317, - "length": 9, - "value": "\"undleDi\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 95328, - "length": 8, - "value": "\"splayN\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 95338, - "length": 5, - "value": "\"ame\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 95459, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 95980, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 96024, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/FreeRASP\/TalsecRunner.swift", - "kind": "BooleanLiteral", - "offset": 477, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/FreeRASP\/TalsecRunner.swift", - "kind": "BooleanLiteral", - "offset": 956, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/Reactions\/SystemVPNReaction.swift", - "kind": "IntegerLiteral", - "offset": 490, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/ReportTask.swift", - "kind": "StringLiteral", - "offset": 4677, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/SystemVPN\/SystemVPNDetection.swift", - "kind": "BooleanLiteral", - "offset": 682, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/SystemVPN\/SystemVPNDetection.swift", - "kind": "Array", - "offset": 1455, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/AppVersion.swift", - "kind": "StringLiteral", - "offset": 426, - "length": 32, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/AppVersion.swift", - "kind": "StringLiteral", - "offset": 440, - "length": 1, - "value": "\"-(\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/AppVersion.swift", - "kind": "StringLiteral", - "offset": 456, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/Reactions\/RuntimeManipulationReaction.swift", - "kind": "IntegerLiteral", - "offset": 622, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/PasscodeChange\/DevicePasscodeChangeDetection.swift", - "kind": "IntegerLiteral", - "offset": 464, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/PasscodeChange\/DevicePasscodeChangeDetection.swift", - "kind": "StringLiteral", - "offset": 1819, - "length": 57, - "value": "\"Method can be called only if device passcode is enabled\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/PasscodeChange\/DevicePasscodeChangeDetection.swift", - "kind": "StringLiteral", - "offset": 3487, - "length": 39, - "value": "\"Passcode tracking was not started yet\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/PasscodeChange\/DevicePasscodeChangeDetection.swift", - "kind": "StringLiteral", - "offset": 4132, - "length": 39, - "value": "\"Passcode tracking was not started yet\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/PasscodeChange\/DevicePasscodeChangeDetection.swift", - "kind": "IntegerLiteral", - "offset": 4461, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/InstanceId.swift", - "kind": "IntegerLiteral", - "offset": 666, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/Reactions\/UnofficialStoreReaction.swift", - "kind": "IntegerLiteral", - "offset": 518, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/Config.swift", - "kind": "Array", - "offset": 773, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/Config.swift", - "kind": "StringLiteral", - "offset": 840, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/Config.swift", - "kind": "StringLiteral", - "offset": 920, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/Config.swift", - "kind": "StringLiteral", - "offset": 996, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/Config.swift", - "kind": "StringLiteral", - "offset": 1065, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/Config.swift", - "kind": "StringLiteral", - "offset": 1138, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/Config.swift", - "kind": "StringLiteral", - "offset": 1207, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/Config.swift", - "kind": "StringLiteral", - "offset": 1284, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/Config.swift", - "kind": "StringLiteral", - "offset": 1363, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/Config.swift", - "kind": "StringLiteral", - "offset": 1453, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/Config.swift", - "kind": "StringLiteral", - "offset": 1526, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/Reactions\/SecureEnclaveReaction.swift", - "kind": "IntegerLiteral", - "offset": 534, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/Reactions\/DebbugerReaction.swift", - "kind": "IntegerLiteral", - "offset": 578, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 285, - "length": 2, - "value": "32" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 345, - "length": 2, - "value": "33" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 405, - "length": 2, - "value": "34" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 465, - "length": 2, - "value": "35" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 525, - "length": 2, - "value": "36" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 585, - "length": 2, - "value": "37" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 645, - "length": 2, - "value": "38" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 705, - "length": 2, - "value": "39" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 765, - "length": 2, - "value": "40" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 825, - "length": 2, - "value": "41" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 885, - "length": 2, - "value": "42" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 945, - "length": 2, - "value": "43" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1005, - "length": 2, - "value": "44" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1065, - "length": 2, - "value": "45" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1125, - "length": 2, - "value": "46" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1185, - "length": 2, - "value": "47" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1246, - "length": 2, - "value": "48" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1306, - "length": 2, - "value": "49" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1366, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1426, - "length": 2, - "value": "51" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1486, - "length": 2, - "value": "52" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1546, - "length": 2, - "value": "53" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1606, - "length": 2, - "value": "54" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1666, - "length": 2, - "value": "55" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1726, - "length": 2, - "value": "56" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1786, - "length": 2, - "value": "57" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1847, - "length": 2, - "value": "58" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1907, - "length": 2, - "value": "59" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1967, - "length": 2, - "value": "60" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2027, - "length": 2, - "value": "61" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2087, - "length": 2, - "value": "62" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2147, - "length": 2, - "value": "63" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2207, - "length": 2, - "value": "64" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2268, - "length": 2, - "value": "65" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2328, - "length": 2, - "value": "66" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2388, - "length": 2, - "value": "67" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2448, - "length": 2, - "value": "68" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2508, - "length": 2, - "value": "69" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2568, - "length": 2, - "value": "70" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2628, - "length": 2, - "value": "71" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2688, - "length": 2, - "value": "72" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2748, - "length": 2, - "value": "73" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2808, - "length": 2, - "value": "74" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2868, - "length": 2, - "value": "75" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2928, - "length": 2, - "value": "76" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2988, - "length": 2, - "value": "77" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3048, - "length": 2, - "value": "78" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3108, - "length": 2, - "value": "79" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3168, - "length": 2, - "value": "80" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3228, - "length": 2, - "value": "81" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3288, - "length": 2, - "value": "82" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3348, - "length": 2, - "value": "83" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3408, - "length": 2, - "value": "84" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3468, - "length": 2, - "value": "85" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3528, - "length": 2, - "value": "86" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3588, - "length": 2, - "value": "87" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3648, - "length": 2, - "value": "88" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3708, - "length": 2, - "value": "89" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3768, - "length": 2, - "value": "90" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3829, - "length": 2, - "value": "91" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3889, - "length": 2, - "value": "92" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3949, - "length": 2, - "value": "93" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4009, - "length": 2, - "value": "94" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4069, - "length": 2, - "value": "95" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4129, - "length": 2, - "value": "96" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4190, - "length": 2, - "value": "97" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4250, - "length": 2, - "value": "98" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4310, - "length": 2, - "value": "99" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4370, - "length": 3, - "value": "100" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4431, - "length": 3, - "value": "101" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4492, - "length": 3, - "value": "102" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4553, - "length": 3, - "value": "103" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4614, - "length": 3, - "value": "104" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4675, - "length": 3, - "value": "105" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4736, - "length": 3, - "value": "106" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4797, - "length": 3, - "value": "107" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4858, - "length": 3, - "value": "108" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4919, - "length": 3, - "value": "109" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4980, - "length": 3, - "value": "110" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5041, - "length": 3, - "value": "111" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5102, - "length": 3, - "value": "112" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5163, - "length": 3, - "value": "113" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5224, - "length": 3, - "value": "114" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5285, - "length": 3, - "value": "115" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5346, - "length": 3, - "value": "116" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5407, - "length": 3, - "value": "117" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5468, - "length": 3, - "value": "118" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5529, - "length": 3, - "value": "119" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5590, - "length": 3, - "value": "120" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5651, - "length": 3, - "value": "121" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5712, - "length": 3, - "value": "122" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5774, - "length": 3, - "value": "123" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5835, - "length": 3, - "value": "124" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5896, - "length": 3, - "value": "125" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5957, - "length": 3, - "value": "126" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "StringLiteral", - "offset": 6068, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Debugger\/DebbugerDetection.swift", - "kind": "IntegerLiteral", - "offset": 547, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Debugger\/DebbugerDetection.swift", - "kind": "IntegerLiteral", - "offset": 586, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Debugger\/DebbugerDetection.swift", - "kind": "IntegerLiteral", - "offset": 604, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Debugger\/DebbugerDetection.swift", - "kind": "IntegerLiteral", - "offset": 953, - "length": 2, - "value": "31" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Debugger\/DebbugerDetection.swift", - "kind": "IntegerLiteral", - "offset": 1247, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Debugger\/DebbugerDetection.swift", - "kind": "IntegerLiteral", - "offset": 1250, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Debugger\/DebbugerDetection.swift", - "kind": "IntegerLiteral", - "offset": 1253, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/PasscodeChange\/KeyChainDummyKey.swift", - "kind": "BooleanLiteral", - "offset": 1075, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/PasscodeChange\/KeyChainDummyKey.swift", - "kind": "BooleanLiteral", - "offset": 1219, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/PasscodeChange\/KeyChainDummyKey.swift", - "kind": "StringLiteral", - "offset": 3816, - "length": 43, - "value": "\"Keychain item does not have creation date\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/PasscodeChange\/KeyChainDummyKey.swift", - "kind": "BooleanLiteral", - "offset": 4764, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/PasscodeChange\/KeyChainDummyKey.swift", - "kind": "BooleanLiteral", - "offset": 5006, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", - "kind": "StringLiteral", - "offset": 288, - "length": 14, - "value": "\"appIntegrity\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", - "kind": "StringLiteral", - "offset": 380, - "length": 18, - "value": "\"privilegedAccess\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", - "kind": "StringLiteral", - "offset": 453, - "length": 7, - "value": "\"debug\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", - "kind": "StringLiteral", - "offset": 558, - "length": 7, - "value": "\"hooks\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", - "kind": "StringLiteral", - "offset": 900, - "length": 15, - "value": "\"deviceBinding\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", - "kind": "StringLiteral", - "offset": 288, - "length": 14, - "value": "\"appIntegrity\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", - "kind": "StringLiteral", - "offset": 380, - "length": 18, - "value": "\"privilegedAccess\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", - "kind": "StringLiteral", - "offset": 453, - "length": 7, - "value": "\"debug\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", - "kind": "StringLiteral", - "offset": 558, - "length": 7, - "value": "\"hooks\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", - "kind": "StringLiteral", - "offset": 900, - "length": 15, - "value": "\"deviceBinding\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "Dictionary", - "offset": 605, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "BooleanLiteral", - "offset": 7704, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "Dictionary", - "offset": 7719, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "BooleanLiteral", - "offset": 8063, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "Dictionary", - "offset": 8078, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "BooleanLiteral", - "offset": 8959, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "Dictionary", - "offset": 8974, + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", + "kind": "Dictionary", + "offset": 605, "length": 3, "value": "[]" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "BooleanLiteral", - "offset": 10678, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "BooleanLiteral", - "offset": 11276, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "BooleanLiteral", - "offset": 11316, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "BooleanLiteral", - "offset": 11391, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "BooleanLiteral", - "offset": 11482, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "BooleanLiteral", - "offset": 11523, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "StringLiteral", - "offset": 13323, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", "kind": "BooleanLiteral", "offset": 14837, "length": 4, diff --git a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface index 96ac50a..ef020df 100644 --- a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +++ b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface @@ -1,7 +1,6 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) -// swift-module-flags: -target arm64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name TalsecRuntime -// swift-module-flags-ignorable: -enable-bare-slash-regex +// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) +// swift-module-flags: -target arm64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name TalsecRuntime import CryptoKit import Foundation import LocalAuthentication @@ -12,6 +11,7 @@ import Swift import UIKit import _Concurrency import _StringProcessing +import _SwiftConcurrencyShims import zlib public protocol SecurityThreatHandler { func threatDetected(_ securityThreat: TalsecRuntime.SecurityThreat) diff --git a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftdoc index 94c05ee..9fd6b2e 100644 Binary files a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftdoc and b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ diff --git a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftinterface index 96ac50a..ef020df 100644 --- a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftinterface +++ b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftinterface @@ -1,7 +1,6 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) -// swift-module-flags: -target arm64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name TalsecRuntime -// swift-module-flags-ignorable: -enable-bare-slash-regex +// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) +// swift-module-flags: -target arm64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name TalsecRuntime import CryptoKit import Foundation import LocalAuthentication @@ -12,6 +11,7 @@ import Swift import UIKit import _Concurrency import _StringProcessing +import _SwiftConcurrencyShims import zlib public protocol SecurityThreatHandler { func threatDetected(_ securityThreat: TalsecRuntime.SecurityThreat) diff --git a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.abi.json b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.abi.json index ae355cb..bb909d1 100644 --- a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.abi.json +++ b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.abi.json @@ -1500,6 +1500,39 @@ "RawDocComment" ] }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TalsecRuntime.SecurityThreat?", + "children": [ + { + "kind": "TypeNominal", + "name": "SecurityThreat", + "printedName": "TalsecRuntime.SecurityThreat", + "usr": "s:13TalsecRuntime14SecurityThreatO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:13TalsecRuntime14SecurityThreatO8rawValueACSgSS_tcfc", + "mangledName": "$s13TalsecRuntime14SecurityThreatO8rawValueACSgSS_tcfc", + "moduleName": "TalsecRuntime", + "implicit": true, + "init_kind": "Designated" + }, { "kind": "Var", "name": "rawValue", @@ -1539,39 +1572,6 @@ } ] }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TalsecRuntime.SecurityThreat?", - "children": [ - { - "kind": "TypeNominal", - "name": "SecurityThreat", - "printedName": "TalsecRuntime.SecurityThreat", - "usr": "s:13TalsecRuntime14SecurityThreatO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:13TalsecRuntime14SecurityThreatO8rawValueACSgSS_tcfc", - "mangledName": "$s13TalsecRuntime14SecurityThreatO8rawValueACSgSS_tcfc", - "moduleName": "TalsecRuntime", - "implicit": true, - "init_kind": "Designated" - }, { "kind": "Var", "name": "allCases", @@ -1747,6 +1747,7 @@ "mangledName": "$sSS", "moduleName": "Swift", "declAttributes": [ + "EagerMove", "Frozen" ], "isExternal": true, @@ -2277,2912 +2278,945 @@ }, "ConstValues": [ { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/String+Utils.swift", - "kind": "StringLiteral", - "offset": 692, - "length": 4, - "value": "\"-:\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/String+Utils.swift", - "kind": "StringLiteral", - "offset": 1076, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/RuntimeManipulation\/RuntimeManipulationDetection.swift", - "kind": "IntegerLiteral", - "offset": 689, - "length": 5, - "value": "27042" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/RuntimeManipulation\/RuntimeManipulationDetection.swift", - "kind": "IntegerLiteral", - "offset": 796, - "length": 4, - "value": "4444" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/RuntimeManipulation\/RuntimeManipulationDetection.swift", - "kind": "IntegerLiteral", - "offset": 892, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/RuntimeManipulation\/RuntimeManipulationDetection.swift", - "kind": "BooleanLiteral", - "offset": 908, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/RuntimeManipulation\/RuntimeManipulationDetection.swift", - "kind": "IntegerLiteral", - "offset": 1453, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 243, "length": 13, "value": "\"development\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 279, "length": 12, "value": "\"production\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 312, "length": 10, "value": "\"disabled\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 243, "length": 13, "value": "\"development\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 279, "length": 12, "value": "\"production\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 312, "length": 10, "value": "\"disabled\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 575, "length": 24, "value": "\"keychain-access-groups\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 628, "length": 16, "value": "\"get-task-allow\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 675, "length": 17, "value": "\"aps-environment\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 722, "length": 24, "value": "\"application-identifier\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 575, "length": 24, "value": "\"keychain-access-groups\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 628, "length": 16, "value": "\"get-task-allow\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 675, "length": 17, "value": "\"aps-environment\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 722, "length": 24, "value": "\"application-identifier\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", - "kind": "Array", - "offset": 1293, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", - "kind": "BooleanLiteral", - "offset": 1390, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "BooleanLiteral", "offset": 1994, "length": 5, "value": "false" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2227, "length": 6, "value": "\"Name\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2259, "length": 11, "value": "\"AppIDName\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2296, "length": 29, "value": "\"ApplicationIdentifierPrefix\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2350, "length": 10, "value": "\"TeamName\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2392, "length": 16, "value": "\"TeamIdentifier\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2433, "length": 10, "value": "\"Platform\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2474, "length": 16, "value": "\"IsXcodeManaged\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2519, "length": 14, "value": "\"CreationDate\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2564, "length": 16, "value": "\"ExpirationDate\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2607, "length": 12, "value": "\"TimeToLive\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2640, "length": 6, "value": "\"UUID\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2670, "length": 9, "value": "\"Version\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2708, "length": 14, "value": "\"Entitlements\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2227, "length": 6, "value": "\"Name\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2259, "length": 11, "value": "\"AppIDName\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2296, "length": 29, "value": "\"ApplicationIdentifierPrefix\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2350, "length": 10, "value": "\"TeamName\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2392, "length": 16, "value": "\"TeamIdentifier\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2433, "length": 10, "value": "\"Platform\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2474, "length": 16, "value": "\"IsXcodeManaged\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2519, "length": 14, "value": "\"CreationDate\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2564, "length": 16, "value": "\"ExpirationDate\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2607, "length": 12, "value": "\"TimeToLive\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2640, "length": 6, "value": "\"UUID\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2670, "length": 9, "value": "\"Version\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", "kind": "StringLiteral", "offset": 2708, "length": 14, "value": "\"Entitlements\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", - "kind": "StringLiteral", - "offset": 3111, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift", - "kind": "StringLiteral", - "offset": 3344, - "length": 8, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift", "kind": "Array", "offset": 375, "length": 2, "value": "[]" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift", "kind": "StringLiteral", "offset": 415, "length": 2, "value": "\"\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift", "kind": "BooleanLiteral", "offset": 491, "length": 4, "value": "true" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift", - "kind": "Array", - "offset": 9007, - "length": 61, - "value": "[0x01, 0xe9, 0x4c, 0xa7, 0xb5, 0xfb, 0xf9, 0x38, 0xd5, 0x79]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift", - "kind": "StringLiteral", - "offset": 9146, - "length": 7, - "value": "\"6.4.0\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift", - "kind": "StringLiteral", - "offset": 9214, - "length": 8, - "value": "\"Native\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift", - "kind": "StringLiteral", - "offset": 9745, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 471, "length": 11, "value": "\"osVersion\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 511, "length": 14, "value": "\"manufacturer\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 547, "length": 7, "value": "\"model\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 471, "length": 11, "value": "\"osVersion\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 511, "length": 14, "value": "\"manufacturer\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 547, "length": 7, "value": "\"model\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 753, "length": 10, "value": "\"security\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 790, "length": 12, "value": "\"biometrics\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 835, "length": 18, "value": "\"hwBackedKeychain\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 753, "length": 10, "value": "\"security\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 790, "length": 12, "value": "\"biometrics\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 835, "length": 18, "value": "\"hwBackedKeychain\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 1430, "length": 18, "value": "\"endOfGracePeriod\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 1430, "length": 18, "value": "\"endOfGracePeriod\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 1874, "length": 15, "value": "\"appIdentifier\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 1916, "length": 12, "value": "\"appVersion\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 1874, "length": 15, "value": "\"appIdentifier\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 1916, "length": 12, "value": "\"appVersion\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 5848, "length": 5, "value": "\"iOS\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 6285, "length": 7, "value": "\"en_US\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 6764, "length": 3, "value": "\".\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 6814, "length": 2, "value": "\"\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7037, "length": 12, "value": "\"instanceId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7076, "length": 12, "value": "\"deviceInfo\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7116, "length": 13, "value": "\"deviceState\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7153, "length": 9, "value": "\"appInfo\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7187, "length": 10, "value": "\"platform\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7223, "length": 11, "value": "\"occurence\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7265, "length": 16, "value": "\"incidentReport\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7304, "length": 8, "value": "\"checks\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7339, "length": 12, "value": "\"externalId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7377, "length": 11, "value": "\"sessionId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7413, "length": 10, "value": "\"deviceId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7450, "length": 12, "value": "\"sdkVersion\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7490, "length": 13, "value": "\"sdkPlatform\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7533, "length": 15, "value": "\"sdkIdentifier\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7037, "length": 12, "value": "\"instanceId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7076, "length": 12, "value": "\"deviceInfo\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7116, "length": 13, "value": "\"deviceState\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7153, "length": 9, "value": "\"appInfo\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7187, "length": 10, "value": "\"platform\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7223, "length": 11, "value": "\"occurence\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7265, "length": 16, "value": "\"incidentReport\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7304, "length": 8, "value": "\"checks\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7339, "length": 12, "value": "\"externalId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7377, "length": 11, "value": "\"sessionId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7413, "length": 10, "value": "\"deviceId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7450, "length": 12, "value": "\"sdkVersion\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7490, "length": 13, "value": "\"sdkPlatform\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift", "kind": "StringLiteral", "offset": 7533, "length": 15, "value": "\"sdkIdentifier\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/Reactions\/SimulatorReaction.swift", - "kind": "IntegerLiteral", - "offset": 498, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceProperties\/PhoneDeviceProperties.swift", - "kind": "BooleanLiteral", - "offset": 1841, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceProperties\/PhoneDeviceProperties.swift", - "kind": "BooleanLiteral", - "offset": 1962, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceProperties\/PhoneDeviceProperties.swift", - "kind": "BooleanLiteral", - "offset": 1993, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceBinding\/DeviceBinding.swift", - "kind": "IntegerLiteral", - "offset": 3468, - "length": 3, - "value": "256" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceBinding\/DeviceBinding.swift", - "kind": "BooleanLiteral", - "offset": 3955, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceBinding\/DeviceBinding.swift", - "kind": "Array", - "offset": 4279, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceBinding\/DeviceBinding.swift", - "kind": "BooleanLiteral", - "offset": 5469, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceBinding\/DeviceBinding.swift", - "kind": "BooleanLiteral", - "offset": 5973, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 369, "length": 5, "value": "\"iOS\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 883, "length": 7, "value": "\"en_US\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1138, "length": 12, "value": "\"instanceId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1177, "length": 12, "value": "\"sdkVersion\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1214, "length": 10, "value": "\"platform\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1252, "length": 13, "value": "\"sdkPlatform\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1292, "length": 12, "value": "\"deviceInfo\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1332, "length": 13, "value": "\"deviceState\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1371, "length": 11, "value": "\"occurence\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1405, "length": 8, "value": "\"checks\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1438, "length": 10, "value": "\"deviceId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1475, "length": 12, "value": "\"externalId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1513, "length": 11, "value": "\"licensing\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1138, "length": 12, "value": "\"instanceId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1177, "length": 12, "value": "\"sdkVersion\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1214, "length": 10, "value": "\"platform\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1252, "length": 13, "value": "\"sdkPlatform\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1292, "length": 12, "value": "\"deviceInfo\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1332, "length": 13, "value": "\"deviceState\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1371, "length": 11, "value": "\"occurence\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1405, "length": 8, "value": "\"checks\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1438, "length": 10, "value": "\"deviceId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1475, "length": 12, "value": "\"externalId\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift", "kind": "StringLiteral", "offset": 1513, "length": 11, "value": "\"licensing\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Check.swift", "kind": "StringLiteral", - "offset": 676, - "length": 24, - "value": "\"StoringError \"" + "offset": 539, + "length": 8, + "value": "\"status\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Check.swift", "kind": "StringLiteral", - "offset": 699, - "length": 1, - "value": "\"\"" + "offset": 570, + "length": 8, + "value": "\"timeMs\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Check.swift", "kind": "StringLiteral", - "offset": 760, - "length": 24, - "value": "\"LoadingError \"" + "offset": 539, + "length": 8, + "value": "\"status\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Check.swift", "kind": "StringLiteral", - "offset": 783, - "length": 1, - "value": "\"\"" + "offset": 570, + "length": 8, + "value": "\"timeMs\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", - "kind": "StringLiteral", - "offset": 831, - "length": 13, - "value": "\"KeyNotFound\"" + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/FreeRASP\/TalsecRunner.swift", + "kind": "BooleanLiteral", + "offset": 477, + "length": 4, + "value": "true" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", "kind": "StringLiteral", - "offset": 894, - "length": 16, - "value": "\"KeyInvalidated\"" + "offset": 288, + "length": 14, + "value": "\"appIntegrity\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", "kind": "StringLiteral", - "offset": 974, - "length": 37, - "value": "\"AllreadyTracked message: \"" + "offset": 380, + "length": 18, + "value": "\"privilegedAccess\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", "kind": "StringLiteral", - "offset": 1010, - "length": 1, - "value": "\"\"" + "offset": 453, + "length": 7, + "value": "\"debug\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", "kind": "StringLiteral", - "offset": 1072, - "length": 35, - "value": "\"IllegalState, message: \"" + "offset": 558, + "length": 7, + "value": "\"hooks\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", "kind": "StringLiteral", - "offset": 1106, - "length": 1, - "value": "\"\"" + "offset": 900, + "length": 15, + "value": "\"deviceBinding\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", "kind": "StringLiteral", - "offset": 1168, - "length": 35, - "value": "\"GeneralError, message: \"" + "offset": 288, + "length": 14, + "value": "\"appIntegrity\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/SecurityError.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", "kind": "StringLiteral", - "offset": 1202, - "length": 1, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/Reactions\/JailbreakReaction.swift", - "kind": "IntegerLiteral", - "offset": 505, - "length": 1, - "value": "5" + "offset": 380, + "length": 18, + "value": "\"privilegedAccess\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/Reactions\/DeviceBindingReaction.swift", - "kind": "IntegerLiteral", - "offset": 514, - "length": 1, - "value": "5" + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", + "kind": "StringLiteral", + "offset": 453, + "length": 7, + "value": "\"debug\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/Reactions\/SignatureReaction.swift", - "kind": "IntegerLiteral", - "offset": 593, - "length": 1, - "value": "5" + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", + "kind": "StringLiteral", + "offset": 558, + "length": 7, + "value": "\"hooks\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceProperties\/SecureEnclaveDetection.swift", - "kind": "BooleanLiteral", - "offset": 377, - "length": 5, - "value": "false" + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", + "kind": "StringLiteral", + "offset": 900, + "length": 15, + "value": "\"deviceBinding\"" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceProperties\/SecureEnclaveDetection.swift", - "kind": "IntegerLiteral", - "offset": 1317, - "length": 3, - "value": "256" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceProperties\/SecureEnclaveDetection.swift", - "kind": "BooleanLiteral", - "offset": 1740, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceProperties\/SecureEnclaveDetection.swift", - "kind": "BooleanLiteral", - "offset": 1939, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/SignatureDetection.swift", - "kind": "BooleanLiteral", - "offset": 1608, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/SignatureDetection.swift", - "kind": "BooleanLiteral", - "offset": 1787, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Signature\/SignatureDetection.swift", - "kind": "StringLiteral", - "offset": 4060, - "length": 3, - "value": "\".\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/UnofficialStore\/UnofficialStore.swift", - "kind": "BooleanLiteral", - "offset": 820, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceProperties\/DeviceProperties.swift", - "kind": "StringLiteral", - "offset": 735, - "length": 4, - "value": "\"\u0000\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DeviceProperties\/DeviceProperties.swift", - "kind": "StringLiteral", - "offset": 747, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Check.swift", - "kind": "IntegerLiteral", - "offset": 455, - "length": 4, - "value": "1000" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Check.swift", - "kind": "StringLiteral", - "offset": 539, - "length": 8, - "value": "\"status\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Check.swift", - "kind": "StringLiteral", - "offset": 570, - "length": 8, - "value": "\"timeMs\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Check.swift", - "kind": "StringLiteral", - "offset": 539, - "length": 8, - "value": "\"status\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/Check.swift", - "kind": "StringLiteral", - "offset": 570, - "length": 8, - "value": "\"timeMs\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 2125, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 2189, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 3472, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 5062, - "length": 2, - "value": "22" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 5079, - "length": 4, - "value": "2222" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 5098, - "length": 2, - "value": "44" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 5115, - "length": 4, - "value": "1337" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 5624, - "length": 10, - "value": "0x80000002" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 5906, - "length": 73688, - "value": "[[[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0xC6, 0x2F], [0x78, 0x8A, 0x3E], [0x68, 0x99, 0x38], [0x31, 0xC7, 0x75]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0xC6, 0x28, 0xD7], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0xD4], [0x74, 0x8B, 0x3F], [0x75, 0x9B, 0x2D, 0xD3], [0x64, 0xC7, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x85, 0x25], [0x63, 0xC6, 0x28, 0xD7], [0x6A, 0x8E, 0x63], [0x68, 0x87, 0x2A], [0x6E, 0xC6, 0x2F, 0xC8], [0x6C, 0xC7, 0x3F], [0x60, 0x9C, 0x3E, 0xCE], [0x6A, 0xC7, 0x3F, 0xD2], [0x63, 0x9A, 0x38], [0x73, 0x88, 0x38], [0x64, 0xC7, 0x3F, 0xC6], [0x67, 0x8C, 0x21], [0x6E, 0x8D, 0x29], [0x2F, 0x85, 0x25, 0xD4], [0x75]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x85, 0x25, 0xC5], [0x2E, 0x8D, 0x3C, 0xCC], [0x66, 0xC6, 0x25, 0xC9], [0x67, 0x86, 0x63], [0x62, 0x86, 0x21], [0x2F, 0x9A, 0x2D], [0x74, 0x9B, 0x25], [0x6A, 0xC7, 0x3F], [0x74, 0x8B, 0x3F, 0xD3], [0x73, 0x88, 0x38], [0x64, 0xC7, 0x3F], [0x60, 0x8F, 0x29], [0x6C, 0x86, 0x28, 0xC2], [0x2F, 0x84, 0x28, 0x92], [0x72, 0x9C, 0x21], [0x72]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x63], [0x65, 0x99, 0x27], [0x66, 0xC6, 0x25, 0xC9], [0x67, 0x86, 0x63, 0xCA], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x3F, 0xD2], [0x63, 0x9A, 0x38], [0x73, 0x88, 0x38], [0x64, 0xC7, 0x3C, 0xC8], [0x72, 0x9D, 0x3E, 0xCA]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x85, 0x25], [0x63, 0xC6, 0x28, 0xD7], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23, 0x88], [0x6C, 0x86, 0x2E], [0x68, 0x85, 0x29, 0xD4], [0x74, 0x8B, 0x3F, 0xD3], [0x73, 0x88, 0x38], [0x64, 0xC7, 0x29], [0x79, 0x9D, 0x3E], [0x60, 0x80, 0x22], [0x72, 0x9D, 0x13]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0xC6, 0x28], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A, 0xC8], [0x2E, 0x8A, 0x35, 0xC3], [0x68, 0x88, 0x62], [0x6C, 0x8D, 0x79, 0xD4], [0x74, 0x84, 0x3F]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x85, 0x25, 0xC5], [0x2E, 0x8D, 0x3C, 0xCC], [0x66, 0xC6, 0x25], [0x6F, 0x8F, 0x23, 0x88], [0x62, 0x90, 0x28], [0x68, 0x88, 0x62, 0xD7], [0x73, 0x8C, 0x25, 0xC9], [0x72, 0x9D]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x85, 0x25, 0xC5], [0x2E, 0x8D, 0x3C], [0x6A, 0x8E, 0x63], [0x68, 0x87, 0x2A], [0x6E, 0xC6, 0x2F, 0xDE], [0x65, 0x80, 0x2D, 0x89], [0x71, 0x86, 0x3F, 0xD3], [0x68, 0x87, 0x3F, 0xD3]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x85, 0x25, 0xC5], [0x2E, 0x8D, 0x3C], [0x6A, 0x8E, 0x63], [0x68, 0x87, 0x2A, 0xC8], [0x2E, 0x8A, 0x35, 0xC3], [0x68, 0x88, 0x62], [0x75, 0x9B, 0x25], [0x66, 0x8E, 0x29, 0xD5], [0x72]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0x8D, 0x3C, 0xCC], [0x66, 0xC6, 0x25, 0xC9], [0x67, 0x86, 0x63, 0xCA], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x3F], [0x74, 0x8B, 0x3F], [0x75, 0x9B, 0x2D, 0xD3], [0x64, 0xC7, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x28], [0x71, 0x82, 0x2B], [0x2E, 0x80, 0x22], [0x67, 0x86, 0x63, 0xC4], [0x6E, 0x84, 0x62], [0x72, 0x88, 0x39], [0x73, 0x80, 0x27], [0x2F, 0x9A, 0x39], [0x63, 0x9A, 0x38, 0xD5], [0x60, 0x9D, 0x29, 0x89], [0x72, 0x88, 0x2A, 0xC2], [0x6C, 0x86, 0x28, 0xC2], [0x2F, 0x85, 0x25], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0x8D, 0x3C], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23], [0x2E, 0x8A, 0x23], [0x6C, 0xC7, 0x3F], [0x60, 0x9C, 0x3E, 0xCE], [0x6A, 0xC7, 0x3F], [0x74, 0x8B, 0x3F], [0x75, 0x9B, 0x2D], [0x75, 0x8C, 0x62, 0xD4], [0x60, 0x8F, 0x29], [0x6C, 0x86, 0x28, 0xC2], [0x2F, 0x84, 0x28, 0x92], [0x72, 0x9C, 0x21, 0xD4]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x28, 0xD7], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0xD4], [0x74, 0x8B, 0x3F], [0x75, 0x9B, 0x2D], [0x75, 0x8C, 0x62], [0x71, 0x86, 0x3F], [0x75, 0x9B, 0x21]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xC3], [0x71, 0x82, 0x2B], [0x2E, 0x80, 0x22], [0x67, 0x86, 0x63, 0xCA], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x3F, 0xD2], [0x63, 0x9A, 0x38, 0xD5], [0x60, 0x9D, 0x29, 0x89], [0x64, 0x91, 0x38, 0xD5], [0x60, 0x80, 0x22], [0x72, 0x9D, 0x13]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0x8D, 0x3C, 0xCC], [0x66, 0xC6, 0x25], [0x6F, 0x8F, 0x23, 0x88], [0x62, 0x90, 0x28], [0x68, 0x88, 0x62], [0x6C, 0x8D, 0x79, 0xD4], [0x74, 0x84, 0x3F]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0x8D, 0x3C], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23], [0x2E, 0x8A, 0x35, 0xC3], [0x68, 0x88, 0x62, 0xD7], [0x73, 0x8C, 0x25, 0xC9], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0x8D, 0x3C], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23, 0x88], [0x62, 0x90, 0x28, 0xCE], [0x60, 0xC7, 0x3C, 0xC8], [0x72, 0x9D, 0x25], [0x6F, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xC3], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A], [0x6E, 0xC6, 0x2F], [0x78, 0x8D, 0x25, 0xC6], [0x2F, 0x9D, 0x3E], [0x68, 0x8E, 0x2B, 0xC2], [0x73, 0x9A]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0x88], [0x4D, 0x80, 0x2E, 0xD5], [0x60, 0x9B, 0x35], [0x2E, 0xAA, 0x2D], [0x62, 0x81, 0x29], [0x72, 0xC6, 0x2F], [0x6E, 0x84, 0x62], [0x72, 0x88, 0x39, 0xD5], [0x68, 0x82, 0x62], [0x42, 0x90, 0x28, 0xCE], [0x60]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23], [0x63, 0x80, 0x20], [0x64, 0xC6, 0x0, 0xCE], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x0, 0xC8], [0x66, 0x9A, 0x63, 0xE4], [0x78, 0x8D, 0x25], [0x60]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29], [0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0xF, 0xDE], [0x65, 0x80, 0x2D]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x29], [0x79, 0x8C, 0x2F], [0x2E, 0x9A, 0x39], [0x63, 0x9A, 0x38, 0xD5], [0x60, 0x9D, 0x29]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x80, 0x22], [0x62, 0x85, 0x39, 0xC3], [0x64, 0xC6, 0x3F, 0xD2], [0x63, 0x9A, 0x38], [0x73, 0x88, 0x38], [0x64, 0xC7, 0x24]], [[0x2E, 0x8C, 0x38], [0x62, 0xC6, 0x2D, 0xD7], [0x75, 0xC6, 0x3C, 0xD5], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0x3F, 0x89], [0x65, 0xC6, 0x2F], [0x78, 0x8D, 0x25], [0x60]], [[0x2E, 0x8C, 0x38], [0x62, 0xC6, 0x2D, 0xD7], [0x75, 0xC6, 0x38, 0xD5], [0x74, 0x9A, 0x38], [0x64, 0x8D, 0x62], [0x66, 0x99, 0x2B], [0x2F, 0x8D, 0x63, 0xD4], [0x60, 0x9C, 0x3E, 0xCE], [0x6A, 0xC7, 0x2B], [0x71, 0x8E, 0x62, 0xC3], [0x68, 0x9A, 0x38, 0xD5], [0x68, 0x8B]], [[0x2E, 0x99, 0x3E], [0x68, 0x9F, 0x2D], [0x75, 0x8C, 0x63, 0xC2], [0x75, 0x8A, 0x63, 0xD5], [0x62, 0xC7, 0x28, 0x88], [0x72, 0x9C, 0x2E, 0xD4], [0x75, 0x9B, 0x2D], [0x75, 0x8C]], [[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25], [0x62, 0x88, 0x38], [0x68, 0x86, 0x22], [0x72, 0xC6, 0xF, 0xDE], [0x65, 0x80, 0x2D, 0x89], [0x60, 0x99, 0x3C]], [[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25, 0xC4], [0x60, 0x9D, 0x25, 0xC8], [0x6F, 0x9A, 0x63, 0xE1], [0x60, 0x82, 0x29], [0x42, 0x88, 0x3E, 0xD5], [0x68, 0x8C, 0x3E, 0x89], [0x60, 0x99, 0x3C]], [[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25], [0x62, 0x88, 0x38, 0xCE], [0x6E, 0x87, 0x3F], [0x2E, 0xA0, 0x2F], [0x78, 0xC7, 0x2D, 0xD7], [0x71]], [[0x2E, 0xA8, 0x3C, 0xD7], [0x6D, 0x80, 0x2F], [0x60, 0x9D, 0x25], [0x6E, 0x87, 0x3F, 0x88], [0x48, 0x87, 0x38], [0x64, 0x85, 0x20], [0x68, 0xBA, 0x2F, 0xD5], [0x64, 0x8C, 0x22, 0x89], [0x60, 0x99, 0x3C]], [[0x2E, 0xA8, 0x3C, 0xD7], [0x6D, 0x80, 0x2F, 0xC6], [0x75, 0x80, 0x23, 0xC9], [0x72, 0xC6, 0x1], [0x79, 0xBD, 0x39], [0x63, 0x8C, 0x62], [0x60, 0x99, 0x3C]], [[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25], [0x62, 0x88, 0x38], [0x68, 0x86, 0x22], [0x72, 0xC6, 0x1E, 0xC8], [0x62, 0x82, 0xD], [0x71, 0x99, 0x62, 0xC6], [0x71, 0x99]], [[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25, 0xC4], [0x60, 0x9D, 0x25, 0xC8], [0x6F, 0x9A, 0x63], [0x52, 0xAB, 0x1F], [0x64, 0x9D, 0x38, 0xCE], [0x6F, 0x8E, 0x3F], [0x2F, 0x88, 0x3C, 0xD7]], [[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25], [0x62, 0x88, 0x38], [0x68, 0x86, 0x22], [0x72, 0xC6, 0x1F], [0x6F, 0x86, 0x23], [0x71, 0xC4, 0x25, 0xD3], [0x42, 0x86, 0x22, 0xC1], [0x68, 0x8E, 0x62, 0xC6], [0x71, 0x99]], [[0x2E, 0xA8, 0x3C, 0xD7], [0x6D, 0x80, 0x2F], [0x60, 0x9D, 0x25, 0xC8], [0x6F, 0x9A, 0x63], [0x56, 0x80, 0x22, 0xD3], [0x64, 0x9B, 0xE, 0xC8], [0x60, 0x9B, 0x28, 0x89], [0x60, 0x99, 0x3C]], [[0x2E, 0x8B, 0x25, 0xC9], [0x2E, 0x8B, 0x2D, 0xD4], [0x69]], [[0x2E, 0x8B, 0x25, 0xC9], [0x2E, 0x9A, 0x24]], [[0x2E, 0x8C, 0x38, 0xC4], [0x2E, 0x88, 0x3C], [0x75]], [[0x2E, 0x8B, 0x25, 0xC9], [0x2E, 0x8B, 0x36, 0xCE], [0x71, 0xDB]], [[0x2E, 0x8B, 0x25, 0xC9], [0x2E, 0x8A, 0x24], [0x6C, 0x86, 0x28]], [[0x2E, 0x8B, 0x25], [0x6F, 0xC6, 0x2F, 0xCF], [0x6E, 0x9E, 0x22]], [[0x2E, 0x8B, 0x25, 0xC9], [0x2E, 0x82, 0x25, 0xCB], [0x6D]], [[0x2E, 0x8B, 0x25, 0xC9], [0x2E, 0x84, 0x27, 0xC3], [0x68, 0x9B]], [[0x2E, 0x8B, 0x25], [0x6F, 0xC6, 0x3F, 0xD2]], [[0x2E, 0x8C, 0x38], [0x62, 0xC6, 0x3F], [0x72, 0x81, 0x63], [0x72, 0x9A, 0x24, 0xC3], [0x5E, 0x8A, 0x23, 0xC9], [0x67, 0x80, 0x2B]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xBA, 0x39, 0xC5], [0x72, 0x9D, 0x3E, 0xC6], [0x75, 0x8C, 0x63], [0x45, 0x90, 0x22], [0x60, 0x84, 0x25, 0xC4], [0x4D, 0x80, 0x2E, 0xD5], [0x60, 0x9B, 0x25, 0xC2], [0x72, 0xC6, 0x0], [0x68, 0x9F, 0x29, 0xE4], [0x6D, 0x86, 0x2F, 0xCC], [0x2F, 0x99, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xA4, 0x23], [0x63, 0x80, 0x20, 0xC2], [0x52, 0x9C, 0x2E], [0x72, 0x9D, 0x3E, 0xC6], [0x75, 0x8C, 0x63], [0x45, 0x90, 0x22, 0xC6], [0x6C, 0x80, 0x2F, 0xEB], [0x68, 0x8B, 0x3E, 0xC6], [0x73, 0x80, 0x29, 0xD4], [0x2E, 0xBF, 0x29], [0x64, 0x87, 0x2F], [0x78, 0xC7, 0x3C, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xBA, 0x39, 0xC5], [0x72, 0x9D, 0x3E], [0x60, 0x9D, 0x29], [0x2E, 0xA4, 0x23, 0xC5], [0x68, 0x85, 0x29], [0x52, 0x9C, 0x2E], [0x72, 0x9D, 0x3E], [0x60, 0x9D, 0x29], [0x2F, 0x8D, 0x35, 0xCB], [0x68, 0x8B]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xA4, 0x23, 0xC5], [0x68, 0x85, 0x29], [0x52, 0x9C, 0x2E], [0x72, 0x9D, 0x3E], [0x60, 0x9D, 0x29], [0x2E, 0xAD, 0x35, 0xC9], [0x60, 0x84, 0x25], [0x62, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x80, 0x29, 0xD4], [0x2E, 0xA5, 0x25, 0xD1], [0x64, 0xAA, 0x20], [0x6E, 0x8A, 0x27], [0x2F, 0x99, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38], [0x64, 0xC6, 0x3A, 0xC6], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x63, 0xC6], [0x71, 0x9D]], [[0x2E, 0x99, 0x3E], [0x68, 0x9F, 0x2D, 0xD3], [0x64, 0xC6, 0x3A], [0x60, 0x9B, 0x63, 0xCB], [0x68, 0x8B, 0x63], [0x62, 0x90, 0x28, 0xCE], [0x60]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38], [0x64, 0xC6, 0x3A], [0x60, 0x9B, 0x63, 0xCA], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x63, 0xEB], [0x68, 0x8B, 0x3E], [0x60, 0x9B, 0x35], [0x2E, 0xBA, 0xE, 0xF4], [0x64, 0x9D, 0x38, 0xCE], [0x6F, 0x8E, 0x3F], [0x2E, 0xBD, 0x24], [0x64, 0x84, 0x29, 0xD4]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38, 0xC2], [0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x9A, 0x38, 0xC6], [0x72, 0x81]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38, 0xC2], [0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x38, 0xCA], [0x71, 0xC6, 0x2F], [0x78, 0x8D, 0x25, 0xC6], [0x2F, 0x85, 0x23, 0xC0]], [[0x2E, 0xBA, 0x35, 0xD4], [0x75, 0x8C, 0x21], [0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x0], [0x60, 0x9C, 0x22, 0xC4], [0x69, 0xAD, 0x2D, 0xC2], [0x6C, 0x86, 0x22], [0x72, 0xC6, 0x2F], [0x6E, 0x84, 0x62, 0xCE], [0x6A, 0x8C, 0x35], [0x2F, 0x8B, 0x2E], [0x6E, 0x9D, 0x62, 0xD7], [0x6D, 0x80, 0x3F], [0x75]], [[0x2E, 0xBA, 0x35, 0xD4], [0x75, 0x8C, 0x21, 0x88], [0x4D, 0x80, 0x2E, 0xD5], [0x60, 0x9B, 0x35], [0x2E, 0xA5, 0x2D], [0x74, 0x87, 0x2F, 0xCF], [0x45, 0x88, 0x29], [0x6C, 0x86, 0x22, 0xD4], [0x2E, 0x8A, 0x23, 0xCA], [0x2F, 0x9A, 0x2D, 0xD2], [0x73, 0x80, 0x27], [0x2F, 0xAA, 0x35, 0xC3], [0x68, 0x88, 0x62], [0x52, 0x9D, 0x2D], [0x73, 0x9D, 0x39], [0x71, 0xC7, 0x3C, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x2E], [0x68, 0x87, 0x63, 0xD4], [0x72, 0x81, 0x28]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x8B, 0x25], [0x6F, 0xC6, 0x27], [0x68, 0x85, 0x20, 0xC6], [0x6D, 0x85]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x2E, 0xCE], [0x6F, 0xC6, 0x3C, 0xC6], [0x72, 0x9A, 0x3B, 0xC3]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x85, 0x25, 0xC5], [0x64, 0x91, 0x29], [0x62, 0xC6, 0x3F], [0x67, 0x9D, 0x3C, 0x8A], [0x72, 0x8C, 0x3E, 0xD1], [0x64, 0x9B]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0x8C, 0x34], [0x64, 0x8A, 0x63], [0x72, 0x9A, 0x24], [0x2C, 0x82, 0x29, 0xDE], [0x72, 0x80, 0x2B], [0x6F]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x29, 0xDF], [0x64, 0x8A, 0x63], [0x62, 0x90, 0x28], [0x68, 0x88, 0x63]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x63, 0xCB], [0x68, 0x8B, 0x2F, 0xDE], [0x62, 0x9B, 0x25, 0xD7], [0x75, 0xC7, 0x28, 0xDE], [0x6D, 0x80, 0x2E]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x85, 0x23, 0xC4], [0x60, 0x85, 0x63], [0x63, 0x80, 0x22], [0x2E, 0x8A, 0x35], [0x62, 0x9B, 0x25], [0x71, 0x9D]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x2E, 0xCE], [0x6F, 0xC6, 0x2F], [0x78, 0x8A, 0x3E, 0xCE], [0x71, 0x9D]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x9A, 0x2E], [0x68, 0x87, 0x63], [0x67, 0x9B, 0x25, 0xC3], [0x60, 0xC4, 0x3F, 0xC2], [0x73, 0x9F, 0x29], [0x73]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x9A, 0x2E], [0x68, 0x87, 0x63, 0xD4], [0x72, 0x81, 0x28]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x2F, 0xC6], [0x62, 0x81, 0x29], [0x2E, 0x88, 0x3C], [0x75]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x85, 0x25, 0xC5], [0x2E, 0x88, 0x3C, 0xD3]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x85, 0x25], [0x63, 0xC6, 0x2F], [0x78, 0x8D, 0x25, 0xC6]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x85, 0x23], [0x66, 0xC6, 0x3F, 0xDE], [0x72, 0x85, 0x23], [0x66]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x9D, 0x21], [0x71, 0xC6, 0x2F, 0xDE], [0x65, 0x80, 0x2D], [0x2F, 0x85, 0x23, 0xC0]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0xC6, 0x2F], [0x78, 0x8D, 0x25], [0x60]], [[0x2E, 0xC7, 0x2E, 0xC8], [0x6E, 0x9D, 0x3F, 0xD3], [0x73, 0x88, 0x3C, 0xD7], [0x64, 0x8D, 0x13], [0x64, 0x85, 0x29, 0xC4], [0x75, 0x9B, 0x2D]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0xA, 0xD5], [0x60, 0x84, 0x29, 0xD0], [0x6E, 0x9B, 0x27], [0x72, 0xC6, 0xF, 0xDE], [0x65, 0x80, 0x2D], [0x52, 0x9C, 0x2E], [0x72, 0x9D, 0x3E, 0xC6], [0x75, 0x8C, 0x62], [0x67, 0x9B, 0x2D], [0x6C, 0x8C, 0x3B, 0xC8], [0x73, 0x82]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1C], [0x73, 0x8C, 0x2A, 0xC2], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0xE, 0xD2], [0x6F, 0x8D, 0x20], [0x64, 0x9A, 0x63, 0xEB], [0x60, 0x9C, 0x22, 0xC4], [0x69, 0xA0, 0x22], [0x52, 0x88, 0x2A, 0xC2], [0x4C, 0x86, 0x28, 0xC2], [0x2F, 0x8B, 0x39, 0xC9], [0x65, 0x85, 0x29]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F], [0x64, 0xA5, 0x23], [0x60, 0x8D, 0x29], [0x73, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F], [0x64, 0x9A, 0x63], [0x4D, 0x88, 0x39, 0xC9], [0x62, 0x81, 0x5, 0xC9], [0x52, 0x88, 0x2A], [0x64, 0xA4, 0x23], [0x65, 0x8C, 0x62], [0x71, 0x85, 0x25, 0xD4], [0x75]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xC3], [0x71, 0x82, 0x2B], [0x2E, 0x80, 0x22, 0xC1], [0x6E, 0xC6, 0x2F], [0x6E, 0x84, 0x62, 0xCE], [0x6F, 0x86, 0x2D], [0x69, 0x8D, 0x29, 0xD1], [0x2F, 0x85, 0x2D, 0xD2], [0x6F, 0x8A, 0x24, 0xCE], [0x6F, 0x9A, 0x2D, 0xC1], [0x64, 0x84, 0x23, 0xC3], [0x64, 0xC7, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0xA8, 0x3C, 0xD7], [0x6D, 0x80, 0x2F, 0xC6], [0x75, 0x80, 0x23, 0xC9], [0x72, 0xC6, 0x1F], [0x68, 0x85, 0x29, 0xC8], [0x2F, 0x88, 0x3C], [0x71]], [[0x2E, 0x8B, 0x23], [0x6E, 0x9D, 0x3F], [0x75, 0x9B, 0x2D, 0xD7]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38, 0xC2], [0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x8B, 0x25, 0xC9], [0x71, 0x88, 0x2F], [0x6A]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x63], [0x52, 0xAB, 0x5], [0x6F, 0x83, 0x29], [0x62, 0x9D]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x63, 0xF4], [0x43, 0xA0, 0x22], [0x6B, 0x8C, 0x2F, 0xD3], [0x2F, 0x8D, 0x35, 0xCB], [0x68, 0x8B]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x85, 0x25, 0xC5], [0x2E, 0xBD, 0x3B, 0xC2], [0x60, 0x82, 0x5], [0x6F, 0x83, 0x29, 0xC4], [0x75]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x63], [0x75, 0x9E, 0x29], [0x60, 0x82, 0x20], [0x6E, 0x88, 0x28], [0x64, 0x9B, 0x62, 0xC3], [0x78, 0x85, 0x25, 0xC5]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x85, 0x25, 0xC5], [0x2E, 0xBD, 0x3B, 0xC2], [0x60, 0x82, 0x5], [0x6F, 0x83, 0x29, 0xC4], [0x75, 0xC7, 0x28], [0x78, 0x85, 0x25, 0xC5]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x85, 0x25], [0x63, 0xC6, 0x20], [0x68, 0x8B, 0x26], [0x60, 0x80, 0x20], [0x63, 0x9B, 0x29, 0xC6], [0x6A, 0xC7, 0x28], [0x78, 0x85, 0x25, 0xC5]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x63, 0xCB], [0x68, 0x8B, 0x3F], [0x74, 0x8B, 0x3F, 0xD3], [0x68, 0x9D, 0x39], [0x75, 0x8C, 0x62], [0x31, 0xC7, 0x28, 0xDE], [0x6D, 0x80, 0x2E]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x85, 0x25], [0x63, 0xC6, 0x20, 0xCE], [0x63, 0x9A, 0x39, 0xC5], [0x72, 0x9D, 0x25, 0xD3], [0x74, 0x9D, 0x29, 0x89], [0x65, 0x90, 0x20, 0xCE], [0x63]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0xC6, 0x20], [0x68, 0x8B, 0x3F, 0xD2], [0x63, 0x9A, 0x38], [0x73, 0x88, 0x38, 0xC2], [0x2F, 0x8D, 0x35], [0x6D, 0x80, 0x2E]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23], [0x63, 0x80, 0x20], [0x64, 0xC6, 0x0, 0xCE], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x62, 0xD4], [0x63, 0x80, 0x22], [0x6B, 0x8C, 0x2F, 0xD3], [0x52, 0x88, 0x2A, 0xC2], [0x4C, 0x86, 0x28, 0xC2]], [[0x2E, 0x8C, 0x38], [0x62, 0xC6, 0x2D, 0xD7], [0x75, 0xC6, 0x3F, 0xC8], [0x74, 0x9B, 0x2F, 0xC2], [0x72, 0xC7, 0x20], [0x68, 0x9A, 0x38], [0x2F, 0x8D, 0x63, 0xC2], [0x6D, 0x8C, 0x2F], [0x75, 0x9B, 0x2D], [0x2F, 0x85, 0x25, 0xD4], [0x75]], [[0x2E, 0x8C, 0x38], [0x62, 0xC6, 0x2D, 0xD7], [0x75, 0xC6, 0x3F], [0x6E, 0x9C, 0x3E], [0x62, 0x8C, 0x3F], [0x2F, 0x85, 0x25, 0xD4], [0x75, 0xC7, 0x28, 0x88], [0x72, 0x80, 0x20], [0x64, 0x86, 0x62], [0x72, 0x86, 0x39, 0xD5], [0x62, 0x8C, 0x3F]], [[0x2E, 0x8A, 0x24, 0xCE], [0x6C, 0x8C, 0x3E], [0x60]], [[0x2E, 0x8C, 0x20], [0x64, 0x8A, 0x38, 0xD5], [0x60]], [[0x2E, 0x83, 0x2E], [0x2E, 0x85, 0x36, 0xCA], [0x60]], [[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25, 0xC4], [0x60, 0x9D, 0x25], [0x6E, 0x87, 0x3F], [0x2E, 0xBA, 0x39], [0x63, 0x9A, 0x38], [0x68, 0x9D, 0x39, 0xD3], [0x64, 0xBA, 0x29, 0xD3], [0x75, 0x80, 0x22], [0x66, 0x9A, 0x62, 0xC6], [0x71, 0x99]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xC3], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A, 0xC8], [0x2E, 0x8A, 0x23], [0x6C, 0xC7, 0x23], [0x71, 0x88, 0x7F, 0x94], [0x35, 0xC7, 0x2F], [0x69, 0x86, 0x25], [0x62, 0x90, 0x62], [0x6D, 0x80, 0x3F, 0xD3]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xC3], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A], [0x6E, 0xC6, 0x2F, 0xC8], [0x6C, 0xC7, 0x23, 0xD7], [0x60, 0xDA, 0x7F, 0x93], [0x2F, 0x8A, 0x24], [0x6E, 0x80, 0x2F], [0x78, 0xC7, 0x21, 0xC3], [0x34, 0x9A, 0x39], [0x6C, 0x9A]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x28], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A, 0xC8], [0x2E, 0x8A, 0x23, 0xCA], [0x2F, 0x86, 0x3C, 0xC6], [0x32, 0xDA, 0x78, 0x89], [0x60, 0x85, 0x38], [0x6D, 0x80, 0x3F], [0x75, 0xC7, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0x8D, 0x3C], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23], [0x2E, 0x8A, 0x23, 0xCA], [0x2F, 0x86, 0x3C, 0xC6], [0x32, 0xDA, 0x78, 0x89], [0x60, 0x85, 0x38], [0x6D, 0x80, 0x3F, 0xD3], [0x2F, 0x84, 0x28, 0x92], [0x72, 0x9C, 0x21], [0x72]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xC3], [0x71, 0x82, 0x2B], [0x2E, 0x80, 0x22, 0xC1], [0x6E, 0xC6, 0x2F, 0xC8], [0x6C, 0xC7, 0x29, 0xDF], [0x2F, 0x9A, 0x39], [0x63, 0x9A, 0x38], [0x68, 0x9D, 0x39, 0xD3], [0x64, 0xC7, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xC3], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A], [0x6E, 0xC6, 0x2F, 0xC8], [0x6C, 0xC7, 0x29, 0xDF], [0x2F, 0x9A, 0x39, 0xC5], [0x72, 0x9D, 0x25, 0xD3], [0x74, 0x9D, 0x29], [0x2F, 0x84, 0x28], [0x34, 0x9A, 0x39, 0xCA], [0x72]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x28, 0xD7], [0x6A, 0x8E, 0x63], [0x68, 0x87, 0x2A, 0xC8], [0x2E, 0x8A, 0x23, 0xCA], [0x2F, 0x8C, 0x34], [0x2F, 0x9A, 0x39, 0xC5], [0x72, 0x9D, 0x25], [0x75, 0x9C, 0x38, 0xC2], [0x2F, 0x8C, 0x34], [0x75, 0x9B, 0x2D, 0xCE], [0x6F, 0x9A, 0x38, 0xF8]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x65, 0x99, 0x27, 0xC0], [0x2E, 0x80, 0x22, 0xC1], [0x6E, 0xC6, 0x2F, 0xC8], [0x6C, 0xC7, 0x29], [0x79, 0xC7, 0x3F], [0x74, 0x8B, 0x3F, 0xD3], [0x68, 0x9D, 0x39], [0x75, 0x8C, 0x62, 0xD7], [0x73, 0x8C, 0x25], [0x6F, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x65, 0x99, 0x27, 0xC0], [0x2E, 0x80, 0x22], [0x67, 0x86, 0x63], [0x62, 0x86, 0x21], [0x2F, 0x8C, 0x34, 0x89], [0x72, 0x9C, 0x2E], [0x72, 0x9D, 0x25], [0x75, 0x9C, 0x38], [0x64, 0xC7, 0x3C], [0x6E, 0x9A, 0x38], [0x68, 0x87, 0x3F], [0x75]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F, 0xC2], [0x43, 0x9C, 0x22, 0xC3], [0x6D, 0x8C, 0x3F], [0x2E, 0xBA, 0x39], [0x63, 0x9A, 0x38], [0x68, 0x9D, 0x39], [0x75, 0x8C, 0x1C], [0x73, 0x8C, 0x2A, 0xD4], [0x2F, 0x8B, 0x39], [0x6F, 0x8D, 0x20, 0xC2]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0x88], [0x4D, 0x80, 0x2E, 0xD5], [0x60, 0x9B, 0x35, 0x88], [0x51, 0x9B, 0x29, 0xC1], [0x64, 0x9B, 0x29, 0xC9], [0x62, 0x8C, 0x3F], [0x2E, 0x8A, 0x23, 0xCA], [0x2F, 0x9A, 0x2D, 0xD2], [0x73, 0x80, 0x27], [0x2F, 0xAA, 0x35, 0xC3], [0x68, 0x88, 0x62], [0x71, 0x85, 0x25], [0x72, 0x9D]], [[0x2E, 0xC7, 0x2E, 0xC8], [0x6E, 0x9D, 0x3F, 0xD3], [0x73, 0x88, 0x3C, 0xD7], [0x64, 0x8D]], [[0x2E, 0xC7, 0x21], [0x6E, 0x9C, 0x22], [0x75, 0xB6, 0x3E, 0xD0]], [[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25, 0xC4], [0x60, 0x9D, 0x25, 0xC8], [0x6F, 0x9A, 0x63, 0xE6], [0x6F, 0x8C, 0x21, 0xC8], [0x6F, 0x8C, 0x62], [0x60, 0x99, 0x3C]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0xC6, 0x28, 0xD7], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23, 0x88], [0x6C, 0x86, 0x2E], [0x68, 0x85, 0x29, 0xD4], [0x74, 0x8B, 0x3F, 0xD3], [0x73, 0x88, 0x38], [0x64, 0xC7, 0x21], [0x65, 0xDC, 0x3F], [0x74, 0x84, 0x3F]], [[0x2E, 0x9D, 0x21, 0xD7], [0x2E, 0x8A, 0x35, 0xC3], [0x68, 0x88, 0x62], [0x6D, 0x86, 0x2B]], [[0x2E, 0x8C, 0x38], [0x62, 0xC6, 0x3E, 0xC4], [0x2F, 0x8D, 0x63], [0x72, 0x9C, 0x2E], [0x72, 0x9D, 0x3E, 0xC6], [0x75, 0x8C]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0xC6, 0xF], [0x64, 0x99, 0x24, 0xC2], [0x68, 0xB9, 0x3E], [0x64, 0x8F, 0x3F, 0x89], [0x67, 0x9B, 0x2D, 0xCA], [0x64, 0x9E, 0x23], [0x73, 0x82]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x63, 0xE4], [0x64, 0x99, 0x24], [0x64, 0x80, 0x62, 0xC1], [0x73, 0x88, 0x21], [0x64, 0x9E, 0x23, 0xD5], [0x6A]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x63], [0x42, 0x8C, 0x3C, 0xCF], [0x64, 0x80, 0x19], [0x48, 0xC7, 0x2A, 0xD5], [0x60, 0x84, 0x29, 0xD0], [0x6E, 0x9B, 0x27]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x63], [0x6D, 0x80, 0x2E, 0xC4], [0x64, 0x99, 0x24], [0x64, 0x80, 0x3C, 0xD5], [0x64, 0x8F, 0x3F], [0x2F, 0x8D, 0x35], [0x6D, 0x80, 0x2E]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x85, 0x25, 0xC5], [0x2E, 0x85, 0x25], [0x63, 0x8A, 0x29], [0x71, 0x81, 0x29], [0x68, 0xC7, 0x28], [0x78, 0x85, 0x25], [0x63]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xBA, 0x39, 0xC5], [0x72, 0x9D, 0x3E], [0x60, 0x9D, 0x29], [0x2E, 0xAD, 0x35, 0xC9], [0x60, 0x84, 0x25], [0x62, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x68, 0x8C, 0x3F], [0x2E, 0xAA, 0x29, 0xD7], [0x69, 0x8C, 0x25, 0xF4], [0x71, 0x9B, 0x25], [0x6F, 0x8E, 0xE, 0xC8], [0x60, 0x9B, 0x28], [0x2F, 0x99, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xEA], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xBA, 0x39], [0x63, 0x9A, 0x38], [0x73, 0x88, 0x38, 0xC2], [0x2E, 0xAD, 0x35, 0xC9], [0x60, 0x84, 0x25], [0x62, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x68, 0x8C, 0x3F], [0x2E, 0xAA, 0x29, 0xD7], [0x69, 0x8C, 0x25, 0xF4], [0x71, 0x9B, 0x25, 0xC9], [0x66, 0xAB, 0x23, 0xC6], [0x73, 0x8D, 0x62, 0xC3], [0x78, 0x85, 0x25, 0xC5]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xAF, 0x3E, 0xC6], [0x6C, 0x8C, 0x3B, 0xC8], [0x73, 0x82, 0x3F], [0x2E, 0xAA, 0x29, 0xD7], [0x69, 0x8C, 0x25, 0x89], [0x67, 0x9B, 0x2D, 0xCA], [0x64, 0x9E, 0x23], [0x73, 0x82]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x47, 0x9B, 0x2D, 0xCA], [0x64, 0x9E, 0x23], [0x73, 0x82, 0x3F, 0x88], [0x42, 0x8C, 0x3C], [0x69, 0x8C, 0x25, 0xF7], [0x73, 0x8C, 0x2A, 0xD4], [0x2F, 0x8F, 0x3E, 0xC6], [0x6C, 0x8C, 0x3B], [0x6E, 0x9B, 0x27]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xAF, 0x3E, 0xC6], [0x6C, 0x8C, 0x3B, 0xC8], [0x73, 0x82, 0x3F, 0x88], [0x42, 0x8C, 0x3C, 0xCF], [0x64, 0x80, 0x19, 0xEE], [0x2F, 0x8F, 0x3E], [0x60, 0x84, 0x29, 0xD0], [0x6E, 0x9B, 0x27]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0xE, 0xD2], [0x6F, 0x8D, 0x20], [0x64, 0x9A, 0x63, 0xE4], [0x64, 0x99, 0x24], [0x64, 0x80, 0x62], [0x63, 0x9C, 0x22], [0x65, 0x85, 0x29]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0x88], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1C], [0x73, 0x8C, 0x2A, 0xC2], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0x3F, 0x88], [0x6B, 0x99, 0x62, 0xC6], [0x6A, 0x9C, 0x3F, 0xCE], [0x6E, 0xC7, 0x27], [0x64, 0x9B, 0x22], [0x63, 0x90, 0x3C], [0x60, 0x9A, 0x3F], [0x2F, 0x99, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x2E, 0xCE], [0x6F, 0xC6, 0x27, 0xC2], [0x73, 0x87, 0x2E], [0x78, 0x99, 0x2D], [0x72, 0x9A, 0x28]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xE4], [0x6E, 0x87, 0x38], [0x73, 0x86, 0x20], [0x42, 0x8C, 0x22, 0xD3], [0x64, 0x9B, 0x63], [0x43, 0x9C, 0x22, 0xC3], [0x6D, 0x8C, 0x3F], [0x2E, 0xA2, 0x29], [0x73, 0x87, 0xE], [0x78, 0x99, 0x2D], [0x72, 0x9A, 0x28], [0x42, 0xAA, 0x62], [0x63, 0x9C, 0x22], [0x65, 0x85, 0x29]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F, 0xC2], [0x4D, 0x86, 0x2D], [0x65, 0x8C, 0x3E, 0x88], [0x51, 0x9B, 0x29], [0x67, 0x8C, 0x3E, 0xC2], [0x6F, 0x8A, 0x29, 0xD4], [0x2E, 0xA2, 0x29], [0x73, 0x87, 0xE], [0x78, 0x99, 0x2D], [0x72, 0x9A, 0x1C], [0x73, 0x8C, 0x2A, 0xD4], [0x2F, 0x99, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x28], [0x71, 0x82, 0x2B], [0x2E, 0x80, 0x22, 0xC1], [0x6E, 0xC6, 0x26], [0x71, 0xC7, 0x2D], [0x6A, 0x9C, 0x3F], [0x68, 0x86, 0x62, 0xCC], [0x64, 0x9B, 0x22, 0xC5], [0x78, 0x99, 0x2D], [0x72, 0x9A, 0x61], [0x74, 0x87, 0x23], [0x67, 0x8F, 0x25, 0xC4], [0x68, 0x88, 0x20], [0x2F, 0x85, 0x25], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0x8D, 0x3C], [0x6A, 0x8E, 0x63], [0x68, 0x87, 0x2A, 0xC8], [0x2E, 0x83, 0x3C, 0x89], [0x60, 0x82, 0x39], [0x72, 0x80, 0x23], [0x2F, 0x82, 0x29, 0xD5], [0x6F, 0x8B, 0x35, 0xD7], [0x60, 0x9A, 0x3F], [0x2C, 0x9C, 0x22], [0x6E, 0x8F, 0x2A, 0xCE], [0x62, 0x80, 0x2D, 0xCB], [0x2F, 0x84, 0x28, 0x92], [0x72, 0x9C, 0x21, 0xD4]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0xC6, 0x28, 0xD7], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23, 0x88], [0x6A, 0x83, 0x2F], [0x2F, 0x8A, 0x24], [0x64, 0x8A, 0x27], [0x73, 0x88, 0x7D, 0xC9], [0x2F, 0x84, 0x23], [0x63, 0x80, 0x20, 0xC2], [0x72, 0x9C, 0x2E], [0x72, 0x9D, 0x3E, 0xC6], [0x75, 0x8C, 0x3E, 0xC2], [0x71, 0x86, 0x62], [0x6D, 0x80, 0x3F, 0xD3]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xC3], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A, 0xC8], [0x2E, 0x82, 0x26], [0x62, 0xC7, 0x2F, 0xCF], [0x64, 0x8A, 0x27, 0xD5], [0x60, 0xD8, 0x22], [0x2F, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0xD4], [0x74, 0x8B, 0x3F], [0x75, 0x9B, 0x2D, 0xD3], [0x64, 0x9B, 0x29], [0x71, 0x86, 0x62, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0x8C, 0x38, 0xC4], [0x2E, 0x88, 0x3C], [0x75, 0xC6, 0x3C], [0x73, 0x8C, 0x2A, 0xC2], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0x3F, 0x89], [0x65, 0xC6, 0x2F], [0x69, 0x8C, 0x2F], [0x6A, 0x9B, 0x2D], [0x30, 0x87]], [[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25, 0xC4], [0x60, 0x9D, 0x25, 0xC8], [0x6F, 0x9A, 0x63], [0x63, 0x85, 0x2D], [0x62, 0x82, 0x3E], [0x60, 0xD8, 0x22, 0x89], [0x60, 0x99, 0x3C]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38], [0x64, 0xC6, 0x3A], [0x60, 0x9B, 0x63], [0x62, 0x81, 0x29, 0xC4], [0x6A, 0x9B, 0x2D], [0x30, 0x87, 0x62, 0xC3], [0x6C, 0x8E]], [[0x2E, 0x8C, 0x38], [0x62, 0xC6, 0x2D, 0xD7], [0x75, 0xC6, 0x39], [0x6F, 0x8D, 0x29], [0x62, 0x80, 0x21, 0xD2], [0x72, 0xC6, 0x39, 0xC9], [0x65, 0x8C, 0x2F, 0xCE], [0x6C, 0x9C, 0x3F], [0x2F, 0x85, 0x25, 0xD4], [0x75]], [[0x2E, 0xC7, 0x2F, 0xDE], [0x65, 0x80, 0x2D], [0x5E, 0x87, 0x23], [0x5E, 0x9A, 0x38], [0x60, 0x9A, 0x24]], [[0x2E, 0x83, 0x2E], [0x2E, 0x83, 0x2D, 0xCE], [0x6D, 0x8B, 0x3E], [0x64, 0x88, 0x27, 0xC3], [0x2F, 0x99, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0xC7, 0x25, 0xC9], [0x72, 0x9D, 0x2D], [0x6D, 0x85, 0x29], [0x65, 0xB6, 0x39], [0x6F, 0x8A, 0x7C, 0xD1], [0x64, 0x9B]], [[0x2E, 0x83, 0x2E], [0x2E, 0x88, 0x21, 0xC1], [0x68, 0x8D, 0x13, 0xD7], [0x60, 0x90, 0x20, 0xC8], [0x60, 0x8D, 0x62, 0xC3], [0x78, 0x85, 0x25, 0xC5]], [[0x2E, 0x83, 0x2E], [0x2E, 0x85, 0x25, 0xC5], [0x6B, 0x88, 0x25, 0xCB], [0x63, 0x9B, 0x29, 0xC6], [0x6A, 0xC7, 0x28], [0x78, 0x85, 0x25], [0x63]], [[0x2E, 0x83, 0x2E], [0x2E, 0x86, 0x2A, 0xC1], [0x72, 0x8C, 0x38, 0xD4], [0x2F, 0x99, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x9A, 0x24, 0xC6], [0x73, 0x8C, 0x63, 0xCD], [0x60, 0x80, 0x20], [0x63, 0x9B, 0x29], [0x60, 0x82, 0x63, 0xCE], [0x6F, 0x83, 0x29, 0xC4], [0x75, 0x84, 0x29], [0x2F, 0x99, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0x8D, 0x3C, 0xCC], [0x66, 0xC6, 0x25, 0xC9], [0x67, 0x86, 0x63], [0x62, 0x86, 0x21, 0x89], [0x6A, 0x8A, 0x79, 0x90], [0x2F, 0x80, 0x24], [0x68, 0x8D, 0x29], [0x2F, 0x85, 0x25, 0xD4], [0x75]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x28], [0x71, 0x82, 0x2B], [0x2E, 0x80, 0x22, 0xC1], [0x6E, 0xC6, 0x2F], [0x6E, 0x84, 0x62], [0x6A, 0x8A, 0x79, 0x90], [0x2F, 0x80, 0x24, 0xCE], [0x65, 0x8C, 0x62], [0x6C, 0x8D, 0x79], [0x72, 0x9C, 0x21, 0xD4]], [[0x2E, 0x99, 0x3E], [0x68, 0x9F, 0x2D, 0xD3], [0x64, 0xC6, 0x3A, 0xC6], [0x73, 0xC6, 0x21, 0xC8], [0x63, 0x80, 0x20], [0x64, 0xC6, 0x0, 0xCE], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F, 0xC2], [0x72, 0xC6, 0x2F], [0x6E, 0x84, 0x62, 0xCC], [0x62, 0xDC, 0x7B], [0x2F, 0x80, 0x24], [0x68, 0x8D, 0x29, 0xD7], [0x73, 0x8C, 0x2A, 0xD4], [0x2F, 0x99, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0x88], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xB9, 0x3E, 0xC2], [0x67, 0x8C, 0x3E], [0x64, 0x87, 0x2F], [0x64, 0x9A, 0x63], [0x62, 0x86, 0x21], [0x2F, 0x82, 0x2F], [0x34, 0xDE, 0x62, 0xCE], [0x69, 0x80, 0x28, 0xC2], [0x71, 0x9B, 0x29, 0xC1], [0x72, 0xC7, 0x3C, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0xE], [0x74, 0x87, 0x28], [0x6D, 0x8C, 0x3F, 0x88], [0x68, 0xA1, 0x25], [0x65, 0x8C, 0x1C], [0x73, 0x8C, 0x2A, 0xD4], [0x2F, 0x8B, 0x39], [0x6F, 0x8D, 0x20, 0xC2]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x4C, 0x86, 0x2E, 0xCE], [0x6D, 0x8C, 0x1F], [0x74, 0x8B, 0x3F], [0x75, 0x9B, 0x2D, 0xD3], [0x64, 0xC6, 0x8], [0x78, 0x87, 0x2D], [0x6C, 0x80, 0x2F, 0xEB], [0x68, 0x8B, 0x3E], [0x60, 0x9B, 0x25], [0x64, 0x9A, 0x63], [0x68, 0x81, 0x25], [0x65, 0x8C, 0x62], [0x71, 0x85, 0x25], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x1F, 0xD2], [0x63, 0x9A, 0x38, 0xD5], [0x60, 0x9D, 0x29, 0x88], [0x45, 0x90, 0x22, 0xC6], [0x6C, 0x80, 0x2F, 0xEB], [0x68, 0x8B, 0x3E], [0x60, 0x9B, 0x25], [0x64, 0x9A, 0x63, 0xCE], [0x69, 0x80, 0x28], [0x64, 0xC7, 0x28], [0x78, 0x85, 0x25, 0xC5]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x51, 0x9B, 0x29, 0xC1], [0x64, 0x9B, 0x29], [0x6F, 0x8A, 0x29, 0xEB], [0x6E, 0x88, 0x28, 0xC2], [0x73, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0x3F], [0x2E, 0x80, 0x24], [0x68, 0x8D, 0x29], [0x71, 0x9B, 0x29, 0xC1], [0x72, 0xC7, 0x3C], [0x6D, 0x80, 0x3F, 0xD3]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xA4, 0x23, 0xC5], [0x68, 0x85, 0x29], [0x52, 0x9C, 0x2E], [0x72, 0x9D, 0x3E, 0xC6], [0x75, 0x8C, 0x63, 0xE3], [0x78, 0x87, 0x2D], [0x6C, 0x80, 0x2F, 0xEB], [0x68, 0x8B, 0x3E, 0xC6], [0x73, 0x80, 0x29, 0xD4], [0x2E, 0x93, 0x36], [0x7B, 0x93, 0x0], [0x68, 0x8B, 0x29], [0x73, 0x9D, 0x35, 0x89], [0x65, 0x90, 0x20], [0x68, 0x8B]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xBA, 0x39], [0x63, 0x9A, 0x38, 0xD5], [0x60, 0x9D, 0x29], [0x2E, 0xAD, 0x35], [0x6F, 0x88, 0x21], [0x68, 0x8A, 0x0, 0xCE], [0x63, 0x9B, 0x2D, 0xD5], [0x68, 0x8C, 0x3F, 0x88], [0x7B, 0x93, 0x36], [0x7B, 0xA5, 0x25], [0x63, 0x8C, 0x3E, 0xD3], [0x78, 0xC7, 0x3C, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xA4, 0x23], [0x63, 0x80, 0x20, 0xC2], [0x52, 0x9C, 0x2E], [0x72, 0x9D, 0x3E, 0xC6], [0x75, 0x8C, 0x63, 0xF7], [0x73, 0x8C, 0x2A], [0x64, 0x9B, 0x29, 0xC9], [0x62, 0x8C, 0xE], [0x74, 0x87, 0x28], [0x6D, 0x8C, 0x3F, 0x88], [0x4D, 0x80, 0x2E, 0xC2], [0x73, 0x9D, 0x35], [0x51, 0x9B, 0x29], [0x67, 0xC7, 0x2E, 0xD2], [0x6F, 0x8D, 0x20], [0x64, 0xC6, 0x25, 0xC9], [0x67, 0x86, 0x62, 0xD7], [0x6D, 0x80, 0x3F], [0x75]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xBA, 0x39], [0x63, 0x9A, 0x38, 0xD5], [0x60, 0x9D, 0x29], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F, 0xC2], [0x43, 0x9C, 0x22], [0x65, 0x85, 0x29], [0x72, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0x0], [0x6E, 0x88, 0x28, 0xC2], [0x73, 0xC6, 0x1C], [0x73, 0x8C, 0x2A], [0x64, 0x9B, 0x29], [0x6F, 0x8A, 0x29, 0xD4], [0x2E, 0xA5, 0x25, 0xC5], [0x64, 0x9B, 0x38], [0x78, 0xB9, 0x3E], [0x64, 0x8F, 0x62], [0x71, 0x85, 0x25, 0xD4], [0x75]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23], [0x63, 0x80, 0x20], [0x64, 0xC6, 0x0, 0xCE], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xF7], [0x73, 0x8C, 0x2A], [0x64, 0x9B, 0x29], [0x6F, 0x8A, 0x29, 0xD4], [0x2E, 0x8A, 0x23, 0xCA], [0x2F, 0x9B, 0x35, 0xCB], [0x64, 0x90, 0x2D, 0xC9], [0x66, 0x9C, 0x3F, 0x89], [0x6D, 0x80, 0x2E, 0xC2], [0x73, 0x9D, 0x35, 0xCB], [0x68, 0x9D, 0x29, 0x89], [0x71, 0x85, 0x25, 0xD4], [0x75]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x28], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A], [0x6E, 0xC6, 0x2F, 0xC8], [0x6C, 0xC7, 0x3E, 0xDE], [0x6D, 0x8C, 0x35], [0x60, 0x87, 0x2B, 0xD2], [0x72, 0xC7, 0x20, 0xCE], [0x63, 0x8C, 0x3E, 0xD3], [0x78, 0x85, 0x25, 0xD3], [0x64, 0xC7, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xC3], [0x71, 0x82, 0x2B], [0x2E, 0x80, 0x22], [0x67, 0x86, 0x63, 0xC4], [0x6E, 0x84, 0x62, 0xD5], [0x78, 0x85, 0x29], [0x78, 0x88, 0x22, 0xC0], [0x74, 0x9A, 0x62, 0xCB], [0x68, 0x8B, 0x29, 0xD5], [0x75, 0x90, 0x20, 0xCE], [0x75, 0x8C, 0x62], [0x6C, 0x8D, 0x79, 0xD4], [0x74, 0x84, 0x3F]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1, 0xC8], [0x63, 0x80, 0x20, 0xC2], [0x52, 0x9C, 0x2E], [0x72, 0x9D, 0x3E], [0x60, 0x9D, 0x29, 0x88], [0x45, 0x90, 0x22, 0xC6], [0x6C, 0x80, 0x2F], [0x4D, 0x80, 0x2E, 0xD5], [0x60, 0x9B, 0x25], [0x64, 0x9A, 0x63, 0xEB], [0x68, 0x8B, 0x29], [0x73, 0x9D, 0x35], [0x2F, 0x99, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1C], [0x73, 0x8C, 0x2A, 0xC2], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0xE, 0xD2], [0x6F, 0x8D, 0x20], [0x64, 0x9A, 0x63], [0x4D, 0x80, 0x2E, 0xC2], [0x73, 0x9D, 0x35, 0xF7], [0x73, 0x8C, 0x2A], [0x2F, 0x8B, 0x39], [0x6F, 0x8D, 0x20], [0x64]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1C], [0x73, 0x8C, 0x2A], [0x64, 0x9B, 0x29, 0xC9], [0x62, 0x8C, 0x0], [0x6E, 0x88, 0x28], [0x64, 0x9B, 0x63], [0x51, 0x9B, 0x29, 0xC1], [0x64, 0x9B, 0x29], [0x6F, 0x8A, 0x29], [0x72, 0xC6, 0x0, 0xCE], [0x63, 0x8C, 0x3E], [0x75, 0x90, 0x1C, 0xD5], [0x64, 0x8F, 0x62], [0x71, 0x85, 0x25, 0xD4], [0x75]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0x88], [0x4D, 0x80, 0x2E, 0xD5], [0x60, 0x9B, 0x35], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F], [0x64, 0x9A, 0x63], [0x6A, 0x9B, 0x62, 0xDF], [0x72, 0x8F, 0x7D, 0xD5], [0x64, 0xC7, 0x2A], [0x6D, 0x90, 0x26, 0xC5], [0x2F, 0x99, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25], [0x62, 0x88, 0x38], [0x68, 0x86, 0x22, 0xD4], [0x2E, 0xAF, 0x20, 0xDE], [0x4B, 0xAB, 0x62, 0xC6], [0x71, 0x99]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0x8D, 0x3C], [0x6A, 0x8E, 0x63], [0x68, 0x87, 0x2A], [0x6E, 0xC6, 0x3E, 0xC2], [0x71, 0x86, 0x62, 0xC3], [0x71, 0x82, 0x2B, 0xCF], [0x74, 0x8B, 0x62, 0xC1], [0x6D, 0x90, 0x26], [0x63, 0x91, 0x62, 0xCA], [0x65, 0xDC, 0x3F], [0x74, 0x84, 0x3F]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xC3], [0x71, 0x82, 0x2B], [0x2E, 0x80, 0x22, 0xC1], [0x6E, 0xC6, 0x3E, 0xC2], [0x71, 0x86, 0x62, 0xC3], [0x71, 0x82, 0x2B], [0x69, 0x9C, 0x2E, 0x89], [0x67, 0x85, 0x35], [0x6B, 0x8B, 0x34], [0x2F, 0x85, 0x25, 0xD4], [0x75]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x65, 0x99, 0x27, 0xC0], [0x2E, 0x80, 0x22, 0xC1], [0x6E, 0xC6, 0x3E], [0x64, 0x99, 0x23, 0x89], [0x65, 0x99, 0x27], [0x66, 0x81, 0x39, 0xC5], [0x2F, 0x8F, 0x20, 0xDE], [0x6B, 0x8B, 0x34, 0x89], [0x71, 0x86, 0x3F], [0x75, 0x80, 0x22, 0xD4], [0x75]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x28, 0xD7], [0x6A, 0x8E, 0x63], [0x68, 0x87, 0x2A, 0xC8], [0x2E, 0x9B, 0x29, 0xD7], [0x6E, 0xC7, 0x28], [0x71, 0x82, 0x2B], [0x69, 0x9C, 0x2E], [0x2F, 0x8F, 0x20], [0x78, 0x83, 0x2E, 0xDF], [0x2F, 0x99, 0x3E, 0xC2], [0x73, 0x84]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xEA], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xBA, 0x39, 0xC5], [0x72, 0x9D, 0x3E, 0xC6], [0x75, 0x8C, 0x63], [0x45, 0x90, 0x22], [0x60, 0x84, 0x25, 0xC4], [0x4D, 0x80, 0x2E, 0xD5], [0x60, 0x9B, 0x25], [0x64, 0x9A, 0x63, 0xE1], [0x6D, 0x90, 0x6], [0x43, 0xC7, 0x28, 0xDE], [0x6D, 0x8B]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22, 0xC4], [0x64, 0xAB, 0x39], [0x6F, 0x8D, 0x20, 0xC2], [0x72, 0xC6, 0xA, 0xCB], [0x78, 0xA3, 0xE], [0x51, 0x9B, 0x29, 0xC1], [0x72, 0xC7, 0x2E, 0xD2], [0x6F, 0x8D, 0x20], [0x64]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x1F], [0x74, 0x8B, 0x3F], [0x75, 0x9B, 0x2D], [0x75, 0x8C, 0x63, 0xE3], [0x78, 0x87, 0x2D], [0x6C, 0x80, 0x2F, 0xEB], [0x68, 0x8B, 0x3E, 0xC6], [0x73, 0x80, 0x29], [0x72, 0xC6, 0xA], [0x6D, 0x90, 0x6, 0xE5], [0x59, 0xC7, 0x3C, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xEA], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xBA, 0x39], [0x63, 0x9A, 0x38], [0x73, 0x88, 0x38, 0xC2], [0x2E, 0xAD, 0x35, 0xC9], [0x60, 0x84, 0x25], [0x62, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x68, 0x8C, 0x3F, 0x88], [0x47, 0x85, 0x35], [0x4B, 0xAB, 0x14, 0x89], [0x65, 0x90, 0x20, 0xCE], [0x63]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x4C, 0x86, 0x2E], [0x68, 0x85, 0x29], [0x52, 0x9C, 0x2E], [0x72, 0x9D, 0x3E], [0x60, 0x9D, 0x29], [0x2E, 0xAD, 0x35, 0xC9], [0x60, 0x84, 0x25, 0xC4], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E, 0xCE], [0x64, 0x9A, 0x63, 0xEF], [0x68, 0x8D, 0x29], [0x4B, 0xAB, 0x62], [0x65, 0x90, 0x20, 0xCE], [0x63]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xEA], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xBA, 0x39, 0xC5], [0x72, 0x9D, 0x3E, 0xC6], [0x75, 0x8C, 0x63], [0x45, 0x90, 0x22, 0xC6], [0x6C, 0x80, 0x2F], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E], [0x68, 0x8C, 0x3F], [0x2E, 0xA1, 0x25], [0x65, 0x8C, 0x6], [0x43, 0xC7, 0x3C], [0x6D, 0x80, 0x3F, 0xD3]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1, 0xC8], [0x63, 0x80, 0x20, 0xC2], [0x52, 0x9C, 0x2E, 0xD4], [0x75, 0x9B, 0x2D, 0xD3], [0x64, 0xC6, 0x8, 0xDE], [0x6F, 0x88, 0x21], [0x68, 0x8A, 0x0, 0xCE], [0x63, 0x9B, 0x2D], [0x73, 0x80, 0x29], [0x72, 0xC6, 0x4], [0x68, 0x8D, 0x29, 0xED], [0x43, 0xA7, 0x23, 0xD4], [0x74, 0x8B, 0x62], [0x65, 0x90, 0x20], [0x68, 0x8B]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xA4, 0x23, 0xC5], [0x68, 0x85, 0x29], [0x52, 0x9C, 0x2E, 0xD4], [0x75, 0x9B, 0x2D, 0xD3], [0x64, 0xC6, 0x8], [0x78, 0x87, 0x2D, 0xCA], [0x68, 0x8A, 0x0], [0x68, 0x8B, 0x3E], [0x60, 0x9B, 0x25], [0x64, 0x9A, 0x63, 0xEF], [0x68, 0x8D, 0x29, 0xED], [0x43, 0xA7, 0x23, 0xD4], [0x74, 0x8B, 0x62], [0x71, 0x85, 0x25], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x1F], [0x74, 0x8B, 0x3F, 0xD3], [0x73, 0x88, 0x38], [0x64, 0xC6, 0x1C], [0x73, 0x8C, 0x2A], [0x64, 0x9B, 0x29, 0xC9], [0x62, 0x8C, 0xE, 0xD2], [0x6F, 0x8D, 0x20, 0xC2], [0x72, 0xC6, 0x4], [0x68, 0x8D, 0x29], [0x4B, 0xAB, 0x1C, 0xD5], [0x64, 0x8F, 0x3F, 0x89], [0x63, 0x9C, 0x22, 0xC3], [0x6D, 0x8C, 0x63], [0x48, 0x87, 0x2A, 0xC8], [0x2F, 0x99, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xBA, 0x39], [0x63, 0x9A, 0x38], [0x73, 0x88, 0x38, 0xC2], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F], [0x64, 0xA5, 0x23, 0xC6], [0x65, 0x8C, 0x3E], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0x3F, 0x88], [0x49, 0x80, 0x28], [0x64, 0xA3, 0xE], [0x51, 0x9B, 0x29], [0x67, 0x9A, 0x62, 0xD7], [0x6D, 0x80, 0x3F, 0xD3]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x21, 0xC8], [0x63, 0x80, 0x20], [0x64, 0xC6, 0x0], [0x68, 0x8B, 0x3E], [0x60, 0x9B, 0x35, 0x88], [0x51, 0x9B, 0x29], [0x67, 0x8C, 0x3E], [0x64, 0x87, 0x2F], [0x64, 0x9A, 0x63], [0x62, 0x86, 0x21], [0x2F, 0x9D, 0x24, 0xD2], [0x75, 0x81, 0x39, 0xC6], [0x75, 0x83, 0x2E, 0x89], [0x69, 0x80, 0x28, 0xC2], [0x6B, 0x8B, 0x62, 0xD7], [0x6D, 0x80, 0x3F, 0xD3]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x65, 0x99, 0x27], [0x66, 0xC6, 0x25], [0x6F, 0x8F, 0x23], [0x2E, 0x8A, 0x23, 0xCA], [0x2F, 0x9D, 0x24, 0xD2], [0x75, 0x81, 0x39], [0x60, 0x9D, 0x26, 0xC5], [0x2F, 0x81, 0x25], [0x65, 0x8C, 0x26, 0xC5], [0x2F, 0x84, 0x28, 0x92], [0x72, 0x9C, 0x21], [0x72]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0x8D, 0x3C], [0x6A, 0x8E, 0x63], [0x68, 0x87, 0x2A, 0xC8], [0x2E, 0x8A, 0x23, 0xCA], [0x2F, 0x9D, 0x24], [0x74, 0x9D, 0x24], [0x74, 0x88, 0x38, 0xCD], [0x63, 0xC7, 0x24, 0xCE], [0x65, 0x8C, 0x26], [0x63, 0xC7, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22, 0xC4], [0x64, 0xAB, 0x39, 0xC9], [0x65, 0x85, 0x29, 0xD4], [0x2E, 0xA1, 0x25], [0x65, 0x8C, 0x6], [0x43, 0xB9, 0x3E, 0xC2], [0x67, 0x9A, 0x62, 0xC5], [0x74, 0x87, 0x28], [0x6D, 0x8C]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1C], [0x73, 0x8C, 0x2A, 0xC2], [0x73, 0x8C, 0x22, 0xC4], [0x64, 0xA5, 0x23, 0xC6], [0x65, 0x8C, 0x3E, 0x88], [0x51, 0x9B, 0x29], [0x67, 0x8C, 0x3E, 0xC2], [0x6F, 0x8A, 0x29], [0x72, 0xC6, 0x4, 0xCE], [0x65, 0x8C, 0x6], [0x43, 0xB9, 0x3E], [0x64, 0x8F, 0x3F], [0x2F, 0x99, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x21, 0xC8], [0x63, 0x80, 0x20], [0x64, 0xC6, 0x4, 0xCE], [0x65, 0x8C, 0x6, 0xE5], [0x5E, 0xA5, 0x23], [0x66, 0x9A, 0x62, 0xD3], [0x79, 0x9D]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xA4, 0x23, 0xC5], [0x68, 0x85, 0x29], [0x52, 0x9C, 0x2E], [0x72, 0x9D, 0x3E], [0x60, 0x9D, 0x29, 0x88], [0x45, 0x90, 0x22, 0xC6], [0x6C, 0x80, 0x2F, 0xEB], [0x68, 0x8B, 0x3E], [0x60, 0x9B, 0x25, 0xC2], [0x72, 0xC6, 0x4], [0x64, 0x9A, 0x38, 0xCE], [0x60, 0xC7, 0x28], [0x78, 0x85, 0x25, 0xC5]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xA4, 0x23, 0xC5], [0x68, 0x85, 0x29, 0xF4], [0x74, 0x8B, 0x3F, 0xD3], [0x73, 0x88, 0x38, 0xC2], [0x2E, 0xAD, 0x35, 0xC9], [0x60, 0x84, 0x25, 0xC4], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E], [0x68, 0x8C, 0x3F], [0x2E, 0xA1, 0x29], [0x72, 0x9D, 0x25, 0xC6], [0x2F, 0x99, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x4C, 0x86, 0x2E], [0x68, 0x85, 0x29], [0x52, 0x9C, 0x2E, 0xD4], [0x75, 0x9B, 0x2D], [0x75, 0x8C, 0x63, 0xF7], [0x73, 0x8C, 0x2A, 0xC2], [0x73, 0x8C, 0x22, 0xC4], [0x64, 0xAB, 0x39], [0x6F, 0x8D, 0x20], [0x64, 0x9A, 0x63], [0x49, 0x8C, 0x3F], [0x75, 0x80, 0x2D], [0x51, 0x9B, 0x29], [0x67, 0x9A, 0x62], [0x63, 0x9C, 0x22], [0x65, 0x85, 0x29, 0x88], [0x48, 0x87, 0x2A], [0x6E, 0xC7, 0x3C], [0x6D, 0x80, 0x3F, 0xD3]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29], [0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F, 0xC2], [0x72, 0xC6, 0x2F], [0x6E, 0x84, 0x62], [0x68, 0x8A, 0x3E, 0xC6], [0x7B, 0x8C, 0x62], [0x69, 0x8C, 0x3F], [0x75, 0x80, 0x2D, 0xD7], [0x73, 0x8C, 0x2A, 0xD4], [0x2F, 0x99, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x28], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A], [0x6E, 0xC6, 0x2F, 0xC8], [0x6C, 0xC7, 0x25], [0x62, 0x9B, 0x2D], [0x7B, 0x8C, 0x62], [0x69, 0x8C, 0x3F], [0x75, 0x80, 0x2D], [0x2F, 0x84, 0x28], [0x34, 0x9A, 0x39], [0x6C, 0x9A]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x28], [0x71, 0x82, 0x2B], [0x2E, 0x80, 0x22], [0x67, 0x86, 0x63, 0xC4], [0x6E, 0x84, 0x62], [0x68, 0x8A, 0x3E], [0x60, 0x93, 0x29, 0x89], [0x69, 0x8C, 0x3F, 0xD3], [0x68, 0x88, 0x62, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1C], [0x73, 0x8C, 0x2A, 0xC2], [0x73, 0x8C, 0x22, 0xC4], [0x64, 0xAB, 0x39], [0x6F, 0x8D, 0x20, 0xC2], [0x72, 0xC6, 0x4, 0xC2], [0x72, 0x9D, 0x25], [0x60, 0xB9, 0x3E], [0x64, 0x8F, 0x3F], [0x2F, 0x8B, 0x39], [0x6F, 0x8D, 0x20, 0xC2]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0x0, 0xC8], [0x60, 0x8D, 0x29], [0x73, 0xC6, 0x1C], [0x73, 0x8C, 0x2A], [0x64, 0x9B, 0x29], [0x6F, 0x8A, 0x29, 0xD4], [0x2E, 0xA1, 0x29], [0x72, 0x9D, 0x25, 0xC6], [0x51, 0x9B, 0x29, 0xC1], [0x72, 0xC7, 0x3C, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0xBC, 0x3F], [0x64, 0x9B, 0x63], [0x45, 0x86, 0x2F, 0xD2], [0x6C, 0x8C, 0x22, 0xD3], [0x72, 0xC6, 0x4, 0xC2], [0x72, 0x9D, 0x25], [0x60, 0xA5, 0x25, 0xD4], [0x75, 0xC7, 0x3C], [0x6D, 0x80, 0x3F, 0xD3]], [[0x2E, 0xBC, 0x3F, 0xC2], [0x73, 0xC6, 0x8], [0x6E, 0x8A, 0x39, 0xCA], [0x64, 0x87, 0x38], [0x72, 0xC6, 0x4, 0xC2], [0x72, 0x9D, 0x25, 0xC6], [0x4D, 0x80, 0x22, 0xCC], [0x4D, 0x80, 0x3F], [0x75, 0xC7, 0x3C], [0x6D, 0x80, 0x3F, 0xD3]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0xC6, 0xD], [0x43, 0xAD, 0x15, 0xEB], [0x45, 0xC7, 0x28], [0x78, 0x85, 0x25], [0x63]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0x88], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F], [0x64, 0x9A, 0x63], [0x40, 0xAB, 0x1C], [0x60, 0x9D, 0x38, 0xC2], [0x73, 0x87]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63, 0xF7], [0x73, 0x8C, 0x2A, 0xC2], [0x73, 0x8C, 0x22, 0xC4], [0x64, 0xAB, 0x39, 0xC9], [0x65, 0x85, 0x29], [0x72, 0xC6, 0xD], [0x43, 0x90, 0x3C, 0xC6], [0x72, 0x9A, 0x1C, 0xD5], [0x64, 0x8F, 0x3F], [0x2F, 0x8B, 0x39], [0x6F, 0x8D, 0x20], [0x64]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x28, 0xD7], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23, 0x88], [0x62, 0x86, 0x21], [0x2F, 0x9B, 0x3C], [0x66, 0x8F, 0x2D], [0x73, 0x84, 0x62, 0xC6], [0x2C, 0x8B, 0x35, 0xD7], [0x60, 0x9A, 0x3F], [0x2F, 0x85, 0x25], [0x72, 0x9D]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x28], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A], [0x6E, 0xC6, 0x2F, 0xC8], [0x6C, 0xC7, 0x3E], [0x71, 0x8E, 0x2A, 0xC6], [0x73, 0x84, 0x62, 0xC6], [0x2C, 0x8B, 0x35], [0x71, 0x88, 0x3F], [0x72, 0xC7, 0x21, 0xC3], [0x34, 0x9A, 0x39], [0x6C, 0x9A]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0x8D, 0x3C, 0xCC], [0x66, 0xC6, 0x25], [0x6F, 0x8F, 0x23], [0x2E, 0x8A, 0x23, 0xCA], [0x2F, 0x9B, 0x3C, 0xC0], [0x67, 0x88, 0x3E, 0xCA], [0x2F, 0x88, 0x61, 0xC5], [0x78, 0x99, 0x2D], [0x72, 0x9A, 0x62], [0x71, 0x86, 0x3F, 0xD3], [0x68, 0x87, 0x3F], [0x75]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xA4, 0x23, 0xC5], [0x68, 0x85, 0x29, 0xF4], [0x74, 0x8B, 0x3F], [0x75, 0x9B, 0x2D], [0x75, 0x8C, 0x63, 0xE3], [0x78, 0x87, 0x2D, 0xCA], [0x68, 0x8A, 0x0, 0xCE], [0x63, 0x9B, 0x2D], [0x73, 0x80, 0x29, 0xD4], [0x2E, 0xC8, 0xD], [0x43, 0x90, 0x3C], [0x60, 0x9A, 0x3F], [0x33, 0xC7, 0x3C, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xA4, 0x23, 0xC5], [0x68, 0x85, 0x29], [0x52, 0x9C, 0x2E], [0x72, 0x9D, 0x3E, 0xC6], [0x75, 0x8C, 0x63, 0xE3], [0x78, 0x87, 0x2D], [0x6C, 0x80, 0x2F], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E], [0x68, 0x8C, 0x3F], [0x2E, 0xC8, 0xD, 0xE5], [0x78, 0x99, 0x2D, 0xD4], [0x72, 0xDB, 0x62, 0xC3], [0x78, 0x85, 0x25, 0xC5]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0xE], [0x60, 0x9E, 0xD], [0x71, 0x99, 0x25], [0x64, 0xC6, 0xD, 0xE5], [0x78, 0x99, 0x2D, 0xD4], [0x72]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22, 0xC4], [0x64, 0xA5, 0x23, 0xC6], [0x65, 0x8C, 0x3E], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F], [0x64, 0x9A, 0x63], [0x40, 0xAB, 0x35], [0x71, 0x88, 0x3F, 0xD4], [0x51, 0x9B, 0x29, 0xC1], [0x72, 0xC7, 0x3C, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x29], [0x79, 0x8C, 0x2F], [0x2E, 0x9A, 0x24], [0x60, 0x8D, 0x23], [0x76, 0x8D]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xB9, 0x3E, 0xC2], [0x67, 0x8C, 0x3E], [0x64, 0x87, 0x2F], [0x64, 0xAB, 0x39], [0x6F, 0x8D, 0x20], [0x64, 0x9A, 0x63], [0x52, 0x81, 0x2D], [0x65, 0x86, 0x3B], [0x51, 0x9B, 0x29], [0x67, 0x8C, 0x3E, 0xC2], [0x6F, 0x8A, 0x29, 0xD4], [0x2F, 0x8B, 0x39, 0xC9], [0x65, 0x85, 0x29]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38, 0xC2], [0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0x88], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xB9, 0x3E, 0xC2], [0x67, 0x8C, 0x3E], [0x64, 0x87, 0x2F], [0x64, 0x9A, 0x63, 0xCA], [0x64, 0xC7, 0x26, 0xCD], [0x6E, 0x85, 0x2D, 0xC9], [0x6E, 0xC7, 0x3F], [0x69, 0x88, 0x28, 0xC8], [0x76, 0xC7, 0x3C], [0x6D, 0x80, 0x3F, 0xD3]], [[0x2E, 0x99, 0x3E], [0x68, 0x9F, 0x2D], [0x75, 0x8C, 0x63], [0x77, 0x88, 0x3E], [0x2E, 0x84, 0x23], [0x63, 0x80, 0x20, 0xC2], [0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x51, 0x9B, 0x29, 0xC1], [0x64, 0x9B, 0x29], [0x6F, 0x8A, 0x29], [0x72, 0xC6, 0x21, 0xC2], [0x2F, 0x83, 0x26], [0x6E, 0x85, 0x2D], [0x6F, 0x86, 0x62, 0xD4], [0x69, 0x88, 0x28, 0xC8], [0x76, 0xC7, 0x2D], [0x71, 0x99, 0x3F], [0x2F, 0x99, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38, 0xC2], [0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x21], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x63], [0x4D, 0x80, 0x2E, 0xD5], [0x60, 0x9B, 0x35], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22, 0xC4], [0x64, 0x9A, 0x63], [0x6C, 0x8C, 0x62, 0xCD], [0x6B, 0x86, 0x20], [0x60, 0x87, 0x23, 0x89], [0x72, 0x81, 0x2D, 0xC3], [0x6E, 0x9E, 0x62], [0x60, 0x99, 0x3C, 0xD4], [0x2F, 0x8D, 0x20], [0x67, 0x8A, 0x22, 0x89], [0x71, 0x85, 0x25], [0x72, 0x9D]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x21], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xC6, 0x0], [0x68, 0x8B, 0x3E, 0xC6], [0x73, 0x90, 0x63], [0x51, 0x9B, 0x29], [0x67, 0x8C, 0x3E, 0xC2], [0x6F, 0x8A, 0x29], [0x72, 0xC6, 0x21, 0xC2], [0x2F, 0x83, 0x26], [0x6E, 0x85, 0x2D, 0xC9], [0x6E, 0xC7, 0x3F, 0xCF], [0x60, 0x8D, 0x23], [0x76, 0xC7, 0x3C, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x28], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A, 0xC8], [0x2E, 0x84, 0x29, 0x89], [0x6B, 0x83, 0x23, 0xCB], [0x60, 0x87, 0x23], [0x2F, 0x9A, 0x24, 0xC6], [0x65, 0x86, 0x3B, 0x89], [0x6D, 0x80, 0x3F], [0x75]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0x88], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1C], [0x73, 0x8C, 0x2A, 0xC2], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0x3F, 0x88], [0x6C, 0x8C, 0x62], [0x6B, 0x83, 0x23], [0x6D, 0x88, 0x22], [0x6E, 0xC7, 0x3F, 0xCF], [0x60, 0x8D, 0x23, 0xD0], [0x2F, 0x8B, 0x20], [0x60, 0x8A, 0x27, 0xCB], [0x68, 0x9A, 0x38], [0x2F, 0x99, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23], [0x63, 0x80, 0x20], [0x64, 0xC6, 0x0], [0x68, 0x8B, 0x3E, 0xC6], [0x73, 0x90, 0x63], [0x51, 0x9B, 0x29, 0xC1], [0x64, 0x9B, 0x29, 0xC9], [0x62, 0x8C, 0x3F], [0x2E, 0x84, 0x29], [0x2F, 0x83, 0x26, 0xC8], [0x6D, 0x88, 0x22], [0x6E, 0xC7, 0x3F, 0xCF], [0x60, 0x8D, 0x23], [0x76, 0xC7, 0x2D, 0xD7], [0x71, 0x9A, 0x62, 0xD7], [0x6D, 0x80, 0x3F], [0x75]], [[0x2E, 0x99, 0x3E], [0x68, 0x9F, 0x2D], [0x75, 0x8C, 0x63, 0xD1], [0x60, 0x9B, 0x63, 0xCA], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xC6, 0x0, 0xCE], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22, 0xC4], [0x64, 0x9A, 0x63, 0xCA], [0x64, 0xC7, 0x26, 0xCD], [0x6E, 0x85, 0x2D], [0x6F, 0x86, 0x62], [0x72, 0x81, 0x2D, 0xC3], [0x6E, 0x9E, 0x62, 0xC5], [0x6D, 0x88, 0x2F], [0x6A, 0x85, 0x25], [0x72, 0x9D, 0x62, 0xD7], [0x6D, 0x80, 0x3F], [0x75]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29, 0x88], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22, 0xC4], [0x64, 0x9A, 0x63, 0xCA], [0x64, 0xC7, 0x26], [0x6B, 0x86, 0x20, 0xC6], [0x6F, 0x86, 0x62], [0x72, 0x81, 0x2D], [0x65, 0x86, 0x3B], [0x2F, 0x88, 0x3C, 0xD7], [0x72, 0xC7, 0x28, 0xCB], [0x67, 0x8A, 0x22], [0x2F, 0x99, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x84, 0x23], [0x63, 0x80, 0x20], [0x64, 0xC6, 0x0, 0xCE], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1C, 0xD5], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0x3F, 0x88], [0x6C, 0x8C, 0x62, 0xCD], [0x6B, 0x86, 0x20], [0x60, 0x87, 0x23], [0x2F, 0x9A, 0x24], [0x60, 0x8D, 0x23, 0xD0], [0x2F, 0x88, 0x3C, 0xD7], [0x72, 0xC7, 0x20, 0xC8], [0x62, 0x82, 0x28], [0x6E, 0x9E, 0x22, 0x89], [0x71, 0x85, 0x25, 0xD4], [0x75]], [[0x2E, 0x99, 0x3E], [0x68, 0x9F, 0x2D], [0x75, 0x8C, 0x63], [0x77, 0x88, 0x3E], [0x2E, 0x84, 0x23, 0xC5], [0x68, 0x85, 0x29], [0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x51, 0x9B, 0x29, 0xC1], [0x64, 0x9B, 0x29], [0x6F, 0x8A, 0x29], [0x72, 0xC6, 0x21, 0xC2], [0x2F, 0x83, 0x26, 0xC8], [0x6D, 0x88, 0x22], [0x6E, 0xC7, 0x3F, 0xCF], [0x60, 0x8D, 0x23], [0x76, 0xC7, 0x2D, 0xD7], [0x71, 0x9A, 0x62], [0x6D, 0x86, 0x2F], [0x6A, 0x8D, 0x23, 0xD0], [0x6F, 0xC7, 0x3C, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x65, 0x99, 0x27], [0x66, 0xC6, 0x25, 0xC9], [0x67, 0x86, 0x63, 0xCA], [0x64, 0xC7, 0x26, 0xCD], [0x6E, 0x85, 0x2D], [0x6F, 0x86, 0x62], [0x72, 0x81, 0x2D, 0xC3], [0x6E, 0x9E, 0x62], [0x6C, 0x8D, 0x79, 0xD4], [0x74, 0x84, 0x3F]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x1F, 0xD2], [0x63, 0x9A, 0x38, 0xD5], [0x60, 0x9D, 0x29], [0x2E, 0xAD, 0x35], [0x6F, 0x88, 0x21, 0xCE], [0x62, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x68, 0x8C, 0x3F], [0x2E, 0xD9, 0x1F, 0xCF], [0x60, 0x8D, 0x23], [0x76, 0xC7, 0x3C], [0x6D, 0x80, 0x3F, 0xD3]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1, 0xC8], [0x63, 0x80, 0x20, 0xC2], [0x52, 0x9C, 0x2E, 0xD4], [0x75, 0x9B, 0x2D], [0x75, 0x8C, 0x63], [0x45, 0x90, 0x22], [0x60, 0x84, 0x25], [0x62, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xCE], [0x64, 0x9A, 0x63], [0x31, 0xBA, 0x24], [0x60, 0x8D, 0x23], [0x76, 0xC7, 0x28, 0xDE], [0x6D, 0x80, 0x2E]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F], [0x64, 0xA5, 0x23, 0xC6], [0x65, 0x8C, 0x3E], [0x2E, 0xB9, 0x3E], [0x64, 0x8F, 0x29, 0xD5], [0x64, 0x87, 0x2F, 0xC2], [0x72, 0xC6, 0x1F, 0xCF], [0x60, 0x8D, 0x23], [0x76, 0xB9, 0x3E], [0x64, 0x8F, 0x29], [0x73, 0x8C, 0x22], [0x62, 0x8C, 0x3F], [0x2F, 0x99, 0x20], [0x68, 0x9A, 0x38]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0xC6, 0x28, 0xD7], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23], [0x2E, 0x84, 0x29], [0x2F, 0x83, 0x26, 0xC8], [0x6D, 0x88, 0x22], [0x6E, 0xC7, 0x3F], [0x69, 0x88, 0x28], [0x6E, 0x9E, 0x62, 0xCB], [0x68, 0x9A, 0x38]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x20, 0xCE], [0x63, 0xC6, 0x28, 0xD7], [0x6A, 0x8E, 0x63], [0x68, 0x87, 0x2A, 0xC8], [0x2E, 0x84, 0x29, 0x89], [0x6B, 0x83, 0x23, 0xCB], [0x60, 0x87, 0x23, 0x89], [0x72, 0x81, 0x2D], [0x65, 0x86, 0x3B, 0x89], [0x6C, 0x8D, 0x79, 0xD4], [0x74, 0x84, 0x3F]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x85, 0x25, 0xC5], [0x2E, 0x8D, 0x3C], [0x6A, 0x8E, 0x63, 0xCE], [0x6F, 0x8F, 0x23, 0x88], [0x6C, 0x86, 0x2E, 0xCE], [0x6D, 0x8C, 0x3F, 0xD2], [0x63, 0x9A, 0x38, 0xD5], [0x60, 0x9D, 0x29, 0x89], [0x6D, 0x80, 0x3F], [0x75]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x85, 0x25], [0x63, 0xC6, 0x28], [0x71, 0x82, 0x2B, 0x88], [0x68, 0x87, 0x2A], [0x6E, 0xC6, 0x21], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x3F], [0x74, 0x8B, 0x3F, 0xD3], [0x73, 0x88, 0x38, 0xC2], [0x2F, 0x85, 0x25, 0xD4], [0x75]], [[0x2E, 0xBC, 0x3F], [0x64, 0x9B, 0x63], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1C], [0x73, 0x8C, 0x2A], [0x64, 0x9B, 0x29, 0xC9], [0x62, 0x8C, 0x3F], [0x2E, 0x84, 0x29, 0x89], [0x6B, 0x83, 0x23, 0xCB], [0x60, 0x87, 0x23], [0x2F, 0x9A, 0x24, 0xC6], [0x65, 0x86, 0x3B], [0x2F, 0x88, 0x3C, 0xD7], [0x72, 0xC7, 0x20, 0xC8], [0x62, 0x82, 0x28], [0x6E, 0x9E, 0x22], [0x2F, 0x99, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0xBC, 0x3F], [0x64, 0x9B, 0x63, 0xEB], [0x68, 0x8B, 0x3E, 0xC6], [0x73, 0x90, 0x63], [0x51, 0x9B, 0x29], [0x67, 0x8C, 0x3E], [0x64, 0x87, 0x2F], [0x64, 0x9A, 0x63, 0xCA], [0x64, 0xC7, 0x26], [0x6B, 0x86, 0x20], [0x60, 0x87, 0x23], [0x2F, 0x9A, 0x24], [0x60, 0x8D, 0x23, 0xD0], [0x2F, 0x88, 0x3C], [0x71, 0x9A, 0x62, 0xC3], [0x6D, 0x8F, 0x2F], [0x6F, 0xC7, 0x3C], [0x6D, 0x80, 0x3F], [0x75]], [[0x2E, 0xBC, 0x3F], [0x64, 0x9B, 0x63], [0x4D, 0x80, 0x2E, 0xD5], [0x60, 0x9B, 0x35, 0x88], [0x51, 0x9B, 0x29, 0xC1], [0x64, 0x9B, 0x29, 0xC9], [0x62, 0x8C, 0x3F, 0x88], [0x6C, 0x8C, 0x62], [0x6B, 0x83, 0x23], [0x6D, 0x88, 0x22, 0xC8], [0x2F, 0x9A, 0x24], [0x60, 0x8D, 0x23], [0x76, 0xC7, 0x2D], [0x71, 0x99, 0x3F, 0x89], [0x63, 0x85, 0x2D, 0xC4], [0x6A, 0x85, 0x25], [0x72, 0x9D, 0x62], [0x71, 0x85, 0x25], [0x72, 0x9D]], [[0x2E, 0xBC, 0x3F, 0xC2], [0x73, 0xC6, 0x0, 0xCE], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x51, 0x9B, 0x29, 0xC1], [0x64, 0x9B, 0x29, 0xC9], [0x62, 0x8C, 0x3F, 0x88], [0x6C, 0x8C, 0x62], [0x6B, 0x83, 0x23], [0x6D, 0x88, 0x22], [0x6E, 0xC7, 0x3F, 0xCF], [0x60, 0x8D, 0x23], [0x76, 0xC7, 0x2D, 0xD7], [0x71, 0x9A, 0x62, 0xC4], [0x6E, 0x84, 0x3C, 0xC6], [0x75, 0xC7, 0x38, 0xD0], [0x64, 0x88, 0x27], [0x2F, 0x99, 0x20, 0xCE], [0x72, 0x9D]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x21], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xC6, 0x0], [0x68, 0x8B, 0x3E], [0x60, 0x9B, 0x35, 0x88], [0x42, 0x88, 0x2F], [0x69, 0x8C, 0x3F, 0x88], [0x62, 0x86, 0x21, 0x89], [0x72, 0x88, 0x39, 0xD5], [0x68, 0x82, 0x62, 0xE4], [0x78, 0x8D, 0x25, 0xC6], [0x2E, 0x85, 0x25, 0xD4], [0x75, 0x9A, 0x63, 0xCE], [0x6E, 0x9A, 0x62, 0xCD], [0x6B, 0x86, 0x20, 0xC6], [0x6F, 0x86, 0x62, 0xCA], [0x64, 0xB6, 0x62, 0xF8], [0x51, 0x88, 0x2F], [0x6A, 0x88, 0x2B], [0x64, 0x9A]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x21, 0xC8], [0x63, 0x80, 0x20, 0xC2], [0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x42, 0x88, 0x2F, 0xCF], [0x64, 0x9A, 0x63, 0xC4], [0x6E, 0x84, 0x62], [0x72, 0x88, 0x39], [0x73, 0x80, 0x27], [0x2F, 0xAA, 0x35], [0x65, 0x80, 0x2D, 0x88], [0x6D, 0x80, 0x3F], [0x75, 0x9A, 0x63, 0xCE], [0x6E, 0x9A, 0x62, 0xCD], [0x6B, 0x86, 0x20, 0xC6], [0x6F, 0x86, 0x62], [0x6C, 0x8C, 0x13], [0x2F, 0xB6, 0x1E], [0x64, 0x85, 0x29], [0x60, 0x9A, 0x29]], [[0x2E, 0xC7, 0x2A], [0x68, 0x85, 0x29]]]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 79683, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 79934, - "length": 2285, - "value": "[[[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25], [0x62, 0x88, 0x38], [0x68, 0x86, 0x22, 0xD4]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E, 0xDE], [0x2E, 0xBB, 0x25, 0xC9], [0x66, 0x9D, 0x23], [0x6F, 0x8C, 0x3F]], [[0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1B], [0x60, 0x85, 0x20], [0x71, 0x88, 0x3C], [0x64, 0x9B]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x88, 0x3E, 0xCA], [0x2C, 0x88, 0x3C], [0x71, 0x85, 0x29, 0x8A], [0x65, 0x88, 0x3E, 0xD0], [0x68, 0x87, 0x75]], [[0x2E, 0x9C, 0x3F, 0xD5], [0x2E, 0x80, 0x22], [0x62, 0x85, 0x39, 0xC3], [0x64]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x20], [0x68, 0x8B, 0x29, 0xDF], [0x64, 0x8A]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x3F], [0x69, 0x88, 0x3E, 0xC2]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x3F], [0x75, 0x88, 0x3F, 0xCF], [0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1E, 0xCE], [0x6F, 0x8E, 0x38, 0xC8], [0x6F, 0x8C, 0x3F]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x3F, 0xD3], [0x60, 0x9A, 0x24], [0x2E, 0xA5, 0x25, 0xC5], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x1B], [0x60, 0x85, 0x20], [0x71, 0x88, 0x3C], [0x64, 0x9B]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x3F], [0x75, 0x88, 0x3F], [0x69, 0xC6, 0x39, 0xD4], [0x73, 0xC6, 0x2D], [0x73, 0x84, 0x61, 0xC6], [0x71, 0x99, 0x20], [0x64, 0xC4, 0x28], [0x60, 0x9B, 0x3B, 0xCE], [0x6F, 0xD0]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x3F, 0xD3], [0x60, 0x9A, 0x24, 0x88], [0x74, 0x9A, 0x3E, 0x88], [0x68, 0x87, 0x2F, 0xCB], [0x74, 0x8D, 0x29]], [[0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x3F, 0xD3], [0x60, 0x9A, 0x24, 0x88], [0x74, 0x9A, 0x3E], [0x2E, 0x85, 0x25, 0xC5], [0x64, 0x91, 0x29], [0x62]], [[0x2E, 0x9F, 0x2D, 0xD5], [0x2E, 0x9A, 0x38], [0x60, 0x9A, 0x24, 0x88], [0x74, 0x9A, 0x3E], [0x2E, 0x9A, 0x24], [0x60, 0x9B, 0x29]]]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 82331, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 82371, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 82662, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 82788, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 82890, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 83038, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 83753, - "length": 2, - "value": "-1" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 83784, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 83813, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 83827, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 83899, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 84061, - "length": 2087, - "value": "[[[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38], [0x64, 0xC6, 0x38], [0x64, 0x9A, 0x38], [0x5E, 0x9A, 0x2E], [0x68, 0x9E]], [[0x2E, 0x9D, 0x29], [0x72, 0x9D, 0x13, 0xD4], [0x63, 0x80, 0x3B]], [[0x2E, 0x9B, 0x23, 0xC8], [0x75, 0xC6, 0x38, 0xC2], [0x72, 0x9D, 0x13, 0xD4], [0x63, 0x80, 0x3B]], [[0x2E, 0x83, 0x2E], [0x2E, 0x9D, 0x29, 0xD4], [0x75, 0xB6, 0x3F], [0x63, 0x80, 0x3B]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38, 0xC2], [0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x21], [0x6E, 0x8B, 0x25, 0xCB], [0x64, 0xC6, 0x0, 0xCE], [0x63, 0x9B, 0x2D], [0x73, 0x90, 0x63], [0x75, 0x8C, 0x3F], [0x75, 0xB6, 0x3F], [0x63, 0x80, 0x3B]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38, 0xC2], [0x2E, 0x9F, 0x2D], [0x73, 0xC6, 0x21, 0xC8], [0x63, 0x80, 0x20, 0xC2], [0x2E, 0x9D, 0x29, 0xD4], [0x75, 0xB6, 0x3F, 0xC5], [0x68, 0x9E]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38], [0x64, 0xC6, 0x3A, 0xC6], [0x73, 0xC6, 0x21, 0xC8], [0x63, 0x80, 0x20, 0xC2], [0x2E, 0xAD, 0x23, 0xD0], [0x6F, 0x85, 0x23], [0x60, 0x8D, 0x3F], [0x2E, 0x9D, 0x29, 0xD4], [0x75, 0xB6, 0x3F, 0xC5], [0x68, 0x9E]], [[0x2E, 0x99, 0x3E], [0x68, 0x9F, 0x2D], [0x75, 0x8C, 0x63, 0xD1], [0x60, 0x9B, 0x63], [0x6C, 0x86, 0x2E, 0xCE], [0x6D, 0x8C, 0x63], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0x38, 0xC2], [0x72, 0x9D, 0x13], [0x72, 0x8B, 0x25], [0x76]], [[0x2E, 0x99, 0x3E, 0xCE], [0x77, 0x88, 0x38], [0x64, 0xC6, 0x3A], [0x60, 0x9B, 0x63], [0x6C, 0x86, 0x2E, 0xCE], [0x6D, 0x8C, 0x63], [0x4D, 0x80, 0x2E, 0xD5], [0x60, 0x9B, 0x35, 0x88], [0x42, 0x88, 0x2F], [0x69, 0x8C, 0x3F, 0x88], [0x75, 0x8C, 0x3F], [0x75, 0xB6, 0x3F], [0x63, 0x80, 0x3B]]]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 86233, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 86477, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 86581, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 86623, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 86788, - "length": 444, - "value": "[[[0x2E, 0xBA, 0x35, 0xD4], [0x75, 0x8C, 0x21, 0x88], [0x4D, 0x80, 0x2E], [0x73, 0x88, 0x3E], [0x78, 0xC6, 0xA, 0xD5], [0x60, 0x84, 0x29, 0xD0], [0x6E, 0x9B, 0x27, 0xD4], [0x2E, 0xAF, 0x23, 0xD2], [0x6F, 0x8D, 0x2D], [0x75, 0x80, 0x23, 0xC9], [0x2F, 0x8F, 0x3E, 0xC6], [0x6C, 0x8C, 0x3B, 0xC8], [0x73, 0x82]]]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 87316, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 87568, - "length": 1322, - "value": "[[[0x2E, 0x8B, 0x25, 0xC9], [0x2E, 0x8B, 0x2D], [0x72, 0x81]], [[0x2E, 0x8B, 0x25, 0xC9], [0x2E, 0x9A, 0x24]], [[0x2E, 0xA8, 0x3C], [0x71, 0x85, 0x25], [0x62, 0x88, 0x38, 0xCE], [0x6E, 0x87, 0x3F], [0x2E, 0xAA, 0x35], [0x65, 0x80, 0x2D, 0x89], [0x60, 0x99, 0x3C]], [[0x2E, 0xA5, 0x25], [0x63, 0x9B, 0x2D, 0xD5], [0x78, 0xC6, 0x1], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x1F], [0x74, 0x8B, 0x3F, 0xD3], [0x73, 0x88, 0x38], [0x64, 0xC6, 0x1], [0x6E, 0x8B, 0x25], [0x6D, 0x8C, 0x1F, 0xD2], [0x63, 0x9A, 0x38], [0x73, 0x88, 0x38], [0x64, 0xC7, 0x28, 0xDE], [0x6D, 0x80, 0x2E]], [[0x2E, 0x9C, 0x3F], [0x73, 0xC6, 0x3F], [0x63, 0x80, 0x22], [0x2E, 0x9A, 0x3F], [0x69, 0x8D]], [[0x2E, 0x8C, 0x38], [0x62, 0xC6, 0x2D, 0xD7], [0x75]], [[0x2E, 0x8B, 0x25], [0x6F, 0xC6, 0x2F, 0xC6], [0x75]], [[0x2E, 0x8B, 0x25], [0x6F, 0xC6, 0x2B], [0x73, 0x8C, 0x3C]], [[0x2E, 0x8B, 0x25], [0x6F, 0xC6, 0x3F, 0xD2]], [[0x2E, 0x8B, 0x25], [0x6F, 0xC6, 0x20, 0xD4]]]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 88975, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 89216, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 89265, - "length": 3, - "value": "\"r\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 90056, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 90538, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 90881, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 91674, - "length": 2, - "value": "10" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 91698, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 91923, - "length": 470, - "value": "[\"(\", \"H\", \"Z\", \"[\", \"9\", \"{\", \"+\", \"k\", \",\", \"o\", \"g\", \"U\", \":\", \"D\", \"L\", \"#\", \"S\", \")\", \"!\", \"F\", \"^\", \"T\", \"u\", \"d\", \"a\", \"-\", \"A\", \"f\", \"z\", \";\", \"b\", \"\"\", \"v\", \"m\", \"B\", \"0\", \"J\", \"c\", \"W\", \"t\", \"*\", \"|\", \"O\", \"\\\", \"7\", \"E\", \"@\", \"x\", \"\"\", \"X\", \"V\", \"r\", \"n\", \"Q\", \"y\", \">\", \"]\", \"$\", \"%\", \"_\", \"\/\", \"P\", \"R\", \"K\", \"}\", \"?\", \"I\", \"8\", \"Y\", \"=\", \"N\", \"3\", \".\", \"s\", \"<\", \"l\", \"4\", \"w\", \"j\", \"G\", \"`\", \"2\", \"i\", \"C\", \"6\", \"q\", \"M\", \"p\", \"1\", \"5\", \"&\", \"e\", \"h\"]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "Array", - "offset": 92416, - "length": 70, - "value": "[\"V\", \".\", \"N\", \"w\", \"Y\", \"2\", \"*\", \"8\", \"Y\", \"w\", \"C\", \".\", \"C\", \"1\"]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 92515, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 92571, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 92714, - "length": 4, - "value": "0x21" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "IntegerLiteral", - "offset": 92829, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93044, - "length": 13, - "value": "\"%@\/%@%@%@%@\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93071, - "length": 4, - "value": "\"_C\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93077, - "length": 6, - "value": "\"odeS\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93085, - "length": 6, - "value": "\"igna\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93093, - "length": 6, - "value": "\"ture\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93180, - "length": 13, - "value": "\"%@\/%@%@%@%@\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93207, - "length": 4, - "value": "\"Re\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93213, - "length": 6, - "value": "\"sour\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93221, - "length": 11, - "value": "\"ceRules.p\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93234, - "length": 6, - "value": "\"list\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93326, - "length": 13, - "value": "\"%@\/%@%@%@%@\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93353, - "length": 3, - "value": "\"S\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93358, - "length": 4, - "value": "\"C_\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93364, - "length": 4, - "value": "\"In\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93370, - "length": 4, - "value": "\"fo\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93592, - "length": 11, - "value": "\"\/%@%@%@%@\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93605, - "length": 4, - "value": "\"Pk\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93611, - "length": 4, - "value": "\"gI\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93617, - "length": 4, - "value": "\"nf\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 93623, - "length": 3, - "value": "\"o\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 94285, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 94500, - "length": 11, - "value": "\"\/%@%@%@%@\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 94513, - "length": 4, - "value": "\"In\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 94519, - "length": 6, - "value": "\"fo.p\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 94527, - "length": 4, - "value": "\"li\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 94533, - "length": 4, - "value": "\"st\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 95018, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 95062, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 95297, - "length": 11, - "value": "\"\/%@%@%@%@\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 95310, - "length": 5, - "value": "\"CFB\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 95317, - "length": 9, - "value": "\"undleDi\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 95328, - "length": 8, - "value": "\"splayN\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 95338, - "length": 5, - "value": "\"ame\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "StringLiteral", - "offset": 95459, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 95980, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Jailbreak\/AppValidator.swift", - "kind": "BooleanLiteral", - "offset": 96024, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/FreeRASP\/TalsecRunner.swift", - "kind": "BooleanLiteral", - "offset": 477, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/FreeRASP\/TalsecRunner.swift", - "kind": "BooleanLiteral", - "offset": 956, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/Reactions\/SystemVPNReaction.swift", - "kind": "IntegerLiteral", - "offset": 490, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Report\/ReportTask.swift", - "kind": "StringLiteral", - "offset": 4677, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/SystemVPN\/SystemVPNDetection.swift", - "kind": "BooleanLiteral", - "offset": 682, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/SystemVPN\/SystemVPNDetection.swift", - "kind": "Array", - "offset": 1455, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/AppVersion.swift", - "kind": "StringLiteral", - "offset": 426, - "length": 32, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/AppVersion.swift", - "kind": "StringLiteral", - "offset": 440, - "length": 1, - "value": "\"-(\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/AppVersion.swift", - "kind": "StringLiteral", - "offset": 456, - "length": 1, - "value": "\")\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/Reactions\/RuntimeManipulationReaction.swift", - "kind": "IntegerLiteral", - "offset": 622, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/PasscodeChange\/DevicePasscodeChangeDetection.swift", - "kind": "IntegerLiteral", - "offset": 464, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/PasscodeChange\/DevicePasscodeChangeDetection.swift", - "kind": "StringLiteral", - "offset": 1819, - "length": 57, - "value": "\"Method can be called only if device passcode is enabled\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/PasscodeChange\/DevicePasscodeChangeDetection.swift", - "kind": "StringLiteral", - "offset": 3487, - "length": 39, - "value": "\"Passcode tracking was not started yet\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/PasscodeChange\/DevicePasscodeChangeDetection.swift", - "kind": "StringLiteral", - "offset": 4132, - "length": 39, - "value": "\"Passcode tracking was not started yet\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/PasscodeChange\/DevicePasscodeChangeDetection.swift", - "kind": "IntegerLiteral", - "offset": 4461, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/InstanceId.swift", - "kind": "IntegerLiteral", - "offset": 666, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/Reactions\/UnofficialStoreReaction.swift", - "kind": "IntegerLiteral", - "offset": 518, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/Config.swift", - "kind": "Array", - "offset": 773, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/Config.swift", - "kind": "StringLiteral", - "offset": 840, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/Config.swift", - "kind": "StringLiteral", - "offset": 920, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/Config.swift", - "kind": "StringLiteral", - "offset": 996, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/Config.swift", - "kind": "StringLiteral", - "offset": 1065, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/Config.swift", - "kind": "StringLiteral", - "offset": 1138, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/Config.swift", - "kind": "StringLiteral", - "offset": 1207, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/Config.swift", - "kind": "StringLiteral", - "offset": 1284, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/Config.swift", - "kind": "StringLiteral", - "offset": 1363, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/Config.swift", - "kind": "StringLiteral", - "offset": 1453, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/Config.swift", - "kind": "StringLiteral", - "offset": 1526, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/Reactions\/SecureEnclaveReaction.swift", - "kind": "IntegerLiteral", - "offset": 534, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/Reactions\/DebbugerReaction.swift", - "kind": "IntegerLiteral", - "offset": 578, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 285, - "length": 2, - "value": "32" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 345, - "length": 2, - "value": "33" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 405, - "length": 2, - "value": "34" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 465, - "length": 2, - "value": "35" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 525, - "length": 2, - "value": "36" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 585, - "length": 2, - "value": "37" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 645, - "length": 2, - "value": "38" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 705, - "length": 2, - "value": "39" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 765, - "length": 2, - "value": "40" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 825, - "length": 2, - "value": "41" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 885, - "length": 2, - "value": "42" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 945, - "length": 2, - "value": "43" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1005, - "length": 2, - "value": "44" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1065, - "length": 2, - "value": "45" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1125, - "length": 2, - "value": "46" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1185, - "length": 2, - "value": "47" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1246, - "length": 2, - "value": "48" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1306, - "length": 2, - "value": "49" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1366, - "length": 2, - "value": "50" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1426, - "length": 2, - "value": "51" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1486, - "length": 2, - "value": "52" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1546, - "length": 2, - "value": "53" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1606, - "length": 2, - "value": "54" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1666, - "length": 2, - "value": "55" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1726, - "length": 2, - "value": "56" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1786, - "length": 2, - "value": "57" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1847, - "length": 2, - "value": "58" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1907, - "length": 2, - "value": "59" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 1967, - "length": 2, - "value": "60" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2027, - "length": 2, - "value": "61" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2087, - "length": 2, - "value": "62" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2147, - "length": 2, - "value": "63" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2207, - "length": 2, - "value": "64" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2268, - "length": 2, - "value": "65" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2328, - "length": 2, - "value": "66" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2388, - "length": 2, - "value": "67" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2448, - "length": 2, - "value": "68" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2508, - "length": 2, - "value": "69" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2568, - "length": 2, - "value": "70" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2628, - "length": 2, - "value": "71" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2688, - "length": 2, - "value": "72" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2748, - "length": 2, - "value": "73" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2808, - "length": 2, - "value": "74" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2868, - "length": 2, - "value": "75" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2928, - "length": 2, - "value": "76" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 2988, - "length": 2, - "value": "77" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3048, - "length": 2, - "value": "78" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3108, - "length": 2, - "value": "79" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3168, - "length": 2, - "value": "80" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3228, - "length": 2, - "value": "81" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3288, - "length": 2, - "value": "82" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3348, - "length": 2, - "value": "83" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3408, - "length": 2, - "value": "84" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3468, - "length": 2, - "value": "85" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3528, - "length": 2, - "value": "86" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3588, - "length": 2, - "value": "87" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3648, - "length": 2, - "value": "88" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3708, - "length": 2, - "value": "89" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3768, - "length": 2, - "value": "90" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3829, - "length": 2, - "value": "91" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3889, - "length": 2, - "value": "92" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 3949, - "length": 2, - "value": "93" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4009, - "length": 2, - "value": "94" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4069, - "length": 2, - "value": "95" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4129, - "length": 2, - "value": "96" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4190, - "length": 2, - "value": "97" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4250, - "length": 2, - "value": "98" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4310, - "length": 2, - "value": "99" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4370, - "length": 3, - "value": "100" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4431, - "length": 3, - "value": "101" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4492, - "length": 3, - "value": "102" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4553, - "length": 3, - "value": "103" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4614, - "length": 3, - "value": "104" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4675, - "length": 3, - "value": "105" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4736, - "length": 3, - "value": "106" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4797, - "length": 3, - "value": "107" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4858, - "length": 3, - "value": "108" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4919, - "length": 3, - "value": "109" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 4980, - "length": 3, - "value": "110" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5041, - "length": 3, - "value": "111" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5102, - "length": 3, - "value": "112" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5163, - "length": 3, - "value": "113" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5224, - "length": 3, - "value": "114" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5285, - "length": 3, - "value": "115" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5346, - "length": 3, - "value": "116" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5407, - "length": 3, - "value": "117" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5468, - "length": 3, - "value": "118" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5529, - "length": 3, - "value": "119" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5590, - "length": 3, - "value": "120" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5651, - "length": 3, - "value": "121" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5712, - "length": 3, - "value": "122" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5774, - "length": 3, - "value": "123" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5835, - "length": 3, - "value": "124" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5896, - "length": 3, - "value": "125" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "IntegerLiteral", - "offset": 5957, - "length": 3, - "value": "126" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Common\/ObfuscatedString.swift", - "kind": "StringLiteral", - "offset": 6068, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Debugger\/DebbugerDetection.swift", - "kind": "IntegerLiteral", - "offset": 547, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Debugger\/DebbugerDetection.swift", - "kind": "IntegerLiteral", - "offset": 586, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Debugger\/DebbugerDetection.swift", - "kind": "IntegerLiteral", - "offset": 604, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Debugger\/DebbugerDetection.swift", - "kind": "IntegerLiteral", - "offset": 953, - "length": 2, - "value": "31" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Debugger\/DebbugerDetection.swift", - "kind": "IntegerLiteral", - "offset": 1247, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Debugger\/DebbugerDetection.swift", - "kind": "IntegerLiteral", - "offset": 1250, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Debugger\/DebbugerDetection.swift", - "kind": "IntegerLiteral", - "offset": 1253, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/PasscodeChange\/KeyChainDummyKey.swift", - "kind": "BooleanLiteral", - "offset": 1075, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/PasscodeChange\/KeyChainDummyKey.swift", - "kind": "BooleanLiteral", - "offset": 1219, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/PasscodeChange\/KeyChainDummyKey.swift", - "kind": "StringLiteral", - "offset": 3816, - "length": 43, - "value": "\"Keychain item does not have creation date\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/PasscodeChange\/KeyChainDummyKey.swift", - "kind": "BooleanLiteral", - "offset": 4764, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/PasscodeChange\/KeyChainDummyKey.swift", - "kind": "BooleanLiteral", - "offset": 5006, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", - "kind": "StringLiteral", - "offset": 288, - "length": 14, - "value": "\"appIntegrity\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", - "kind": "StringLiteral", - "offset": 380, - "length": 18, - "value": "\"privilegedAccess\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", - "kind": "StringLiteral", - "offset": 453, - "length": 7, - "value": "\"debug\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", - "kind": "StringLiteral", - "offset": 558, - "length": 7, - "value": "\"hooks\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", - "kind": "StringLiteral", - "offset": 900, - "length": 15, - "value": "\"deviceBinding\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", - "kind": "StringLiteral", - "offset": 288, - "length": 14, - "value": "\"appIntegrity\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", - "kind": "StringLiteral", - "offset": 380, - "length": 18, - "value": "\"privilegedAccess\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", - "kind": "StringLiteral", - "offset": 453, - "length": 7, - "value": "\"debug\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", - "kind": "StringLiteral", - "offset": 558, - "length": 7, - "value": "\"hooks\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift", - "kind": "StringLiteral", - "offset": 900, - "length": 15, - "value": "\"deviceBinding\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "Dictionary", - "offset": 605, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "BooleanLiteral", - "offset": 7704, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "Dictionary", - "offset": 7719, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "BooleanLiteral", - "offset": 8063, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "Dictionary", - "offset": 8078, - "length": 3, - "value": "[]" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "BooleanLiteral", - "offset": 8959, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "Dictionary", - "offset": 8974, + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", + "kind": "Dictionary", + "offset": 605, "length": 3, "value": "[]" }, { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "BooleanLiteral", - "offset": 10678, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "BooleanLiteral", - "offset": 11276, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "BooleanLiteral", - "offset": 11316, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "BooleanLiteral", - "offset": 11391, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "BooleanLiteral", - "offset": 11482, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "BooleanLiteral", - "offset": 11523, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", - "kind": "StringLiteral", - "offset": 13323, - "length": 2, - "value": "\"\"" - }, - { - "filePath": "\/Users\/testing\/builds\/82aA3BrM\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", + "filePath": "\/Users\/testing\/builds\/odyYa8_z\/0\/talsec\/rasp\/Talsec_iOS_Security_Library\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift", "kind": "BooleanLiteral", "offset": 14837, "length": 4, diff --git a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface index 9dba30d..4e6fefd 100644 --- a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +++ b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface @@ -1,7 +1,6 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) -// swift-module-flags: -target x86_64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name TalsecRuntime -// swift-module-flags-ignorable: -enable-bare-slash-regex +// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) +// swift-module-flags: -target x86_64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name TalsecRuntime import CryptoKit import Foundation import LocalAuthentication @@ -12,6 +11,7 @@ import Swift import UIKit import _Concurrency import _StringProcessing +import _SwiftConcurrencyShims import zlib public protocol SecurityThreatHandler { func threatDetected(_ securityThreat: TalsecRuntime.SecurityThreat) diff --git a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftdoc index b9f9af1..a3355dd 100644 Binary files a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ diff --git a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftinterface index 9dba30d..4e6fefd 100644 --- a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +++ b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftinterface @@ -1,7 +1,6 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.8.1 (swiftlang-5.8.0.124.5 clang-1403.0.22.11.100) -// swift-module-flags: -target x86_64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name TalsecRuntime -// swift-module-flags-ignorable: -enable-bare-slash-regex +// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) +// swift-module-flags: -target x86_64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name TalsecRuntime import CryptoKit import Foundation import LocalAuthentication @@ -12,6 +11,7 @@ import Swift import UIKit import _Concurrency import _StringProcessing +import _SwiftConcurrencyShims import zlib public protocol SecurityThreatHandler { func threatDetected(_ securityThreat: TalsecRuntime.SecurityThreat) diff --git a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/TalsecRuntime b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/TalsecRuntime index f17408f..cbcea3e 100755 Binary files a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/TalsecRuntime and b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/TalsecRuntime differ diff --git a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/_CodeSignature/CodeResources b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/_CodeSignature/CodeResources index ca5b8bb..e6d96e6 100644 --- a/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/_CodeSignature/CodeResources +++ b/Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/_CodeSignature/CodeResources @@ -10,11 +10,11 @@ Headers/CurlWrapper.h - x4s2pxB8iInbhxtcGo7FddSYSAs= + OPhPiIjXO9kHkIdgWsw/7hVw+BU= Headers/TalsecRuntime-Swift.h - HbkvsrJ02EffWlkK/tANPR7VzLU= + 3jsnOWftaJXf955oPyVKyBYq9b4= Headers/TalsecRuntime_iOS.h @@ -22,11 +22,11 @@ Headers/curl.h - MJ9bPEABQK2l5Boe4gFGg5z8zbY= + iO9Zw8vWmy9BXOj2RMtohw2sXaw= Headers/curlver.h - v/fUWaBxk9NIywMSfdLJ+EBEn+4= + 3Ahl0q9UO2KT0UGTpEvqAWnY2Ww= Headers/easy.h @@ -38,15 +38,15 @@ Headers/mprintf.h - hBCDWCh+mIlVBCkuAaut0sP1jGI= + iYXepEvej7y1r7pDKK/RxvWtnj8= Headers/multi.h - xhtI7mFOKJ/H1iQnReLVB1yDkVM= + 2LJ/Z2/tONAvi24cFsGup+d+Ibw= Headers/options.h - Zw89JvlUFUyI3bxfFkKY2gJxQCc= + /2xDjh/EMJJ7iODqFx9qYTb70ws= Headers/stdcheaders.h @@ -54,11 +54,11 @@ Headers/system.h - Uoik/uwHMTwxkP3fzjtixqjDUrM= + 1FThM5RIl0+4azOG8Ona0nfwB7o= Headers/urlapi.h - jVbFza7a6/jSlAb2MltNXbBKLDQ= + 5L2bCI2KyFvCXBLgOdpJ2stwrFs= Headers/websockets.h @@ -66,47 +66,47 @@ Info.plist - KqQaTf3ANV09FCP3V2SxUdUwi5c= + Obn2JUf2VcXPjRnOJ/O+uQLys2c= Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.abi.json - PEHqtxvds6KqXq9h7wMzkXa45LA= + OQKxKNU0msJ4sMsAbpDjvbzpLZQ= Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface - cmqOXFMjWJ+aUApsBimTJU20J8Q= + MxS65Z1PLhcp2OJXxgwtkttap7A= Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftdoc - awEbRwPGOzQalu1HUIm3iPWJPrc= + uAM1CBZUy9pgidZot4HlmKcjHng= Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftinterface - cmqOXFMjWJ+aUApsBimTJU20J8Q= + MxS65Z1PLhcp2OJXxgwtkttap7A= Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftmodule - sqx6d41AgelTyOEmAwa8spMDAJM= + JvIbMa0Ox+r8EZuNJUYV9Zqe0PM= Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.abi.json - PEHqtxvds6KqXq9h7wMzkXa45LA= + OQKxKNU0msJ4sMsAbpDjvbzpLZQ= Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface - 4gzphCObnVUYLncwB2nFS5Vk+sk= + 2hLuCQSmfshghPDVe4iC5bu35vo= Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftdoc - FEQPHz6b7tRTbfZ8Z546cnuUMDk= + qfSNwi8jCtYfU2CwbJ9GmfIFR8s= Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - 4gzphCObnVUYLncwB2nFS5Vk+sk= + 2hLuCQSmfshghPDVe4iC5bu35vo= Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - KoKVESMeyeNYcIxioh3LUHnW+PQ= + 3eUhFkpw6QAHW2oycxQSDoUL9CA= Modules/module.modulemap @@ -138,14 +138,14 @@ hash2 - 8Cl17uDY2g3jxooiuPFpJdm2N/TOIfOejrP6YQsgWtM= + c+4EJnnGqWM09Yp5NYK/vXnDT4Y5CaRqW9l2KUXrMBM= Headers/TalsecRuntime-Swift.h hash2 - z3hhGdT/BgT3pDTClayUoy8xm1duVOEtD/dc3FXo6zQ= + SS9hx5VSKpfBp5AcaDHY7vGN6vv4Rokn+T/soOOeOCI= Headers/TalsecRuntime_iOS.h @@ -159,14 +159,14 @@ hash2 - 7tiOetNBdDaetGuPv4q9tj/HPAUBlATOCf0yW4D8XpA= + e5lmxOZK7+rCj70kgUpkwxmLNpVTcVFecRSy3u1cWbc= Headers/curlver.h hash2 - bOR1McyuSVDs16ogyQU96LrpFnYVU+Rlk0iIPL/wsBQ= + AZDHV18h/CggCUN5oQYnwjdXgnePgr6a+uffZniUUm0= Headers/easy.h @@ -187,21 +187,21 @@ hash2 - a9CEOfQMKepUxrj16XMbDjGj7YzG0XrBhGKjKauIbMI= + D7qnEhav3WykSvZ+PR+uGAh/Y15SkRNvzmKU/4EyLmM= Headers/multi.h hash2 - ea5KjE/UygcN0j94QruuRddvTGmp/4L3ej620ZHjUCk= + YSy7y5zMkBmVkAq5c2XecTdcpe8ShZcmkoZEuPm7BS8= Headers/options.h hash2 - oASRJ8DwFPAEoecKY6+Zp2g/rvEmHSbO7KFHHuaVdXU= + tC2GYni5bHjUvzeEYuBgl8FlbRzZ3NAtLC/ssO3s2Hg= Headers/stdcheaders.h @@ -215,14 +215,14 @@ hash2 - h0DuZAxL1vlpeSBRpcKqBI2m6Lh0JsWWKNxZpQN5TXg= + iTPu5JUBAmeGJ0QJaRCRQhHkDUOTWoGGSjeAphKZ5E8= Headers/urlapi.h hash2 - d5BpU0bbGgh8Q83BUArK+dW+Pmyz+r+VgMoVq4EzUh0= + r1vk/FuC3LIVYtyofHZVd4b49Scy3ayvw1JWevxsTJ0= Headers/websockets.h @@ -236,70 +236,70 @@ hash2 - iBrbb0jOEuk/p/QiWNkya3W6vAW76C25qfr4ZoXxJM8= + HpK+Du8f9omzrdvWpBBCy1h35VTQhNR+tfLFaISI7xk= Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface hash2 - Doq31oBGY/yQ9BJsZmUIVVko4IkXynuP1eSl+YmKMXw= + B0uyhMaiNL4cApbZT9k2ySoeBuF6+Mb1jR8zElUZlUA= Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftdoc hash2 - fNMCiUd9u9ru2mwlGfyIJvJ/3jttU/KBTMbAAjw9avg= + 8dyUY0uYxu4B6KefIiQz08s7eqVafOM0bKpKXahDk50= Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftinterface hash2 - Doq31oBGY/yQ9BJsZmUIVVko4IkXynuP1eSl+YmKMXw= + B0uyhMaiNL4cApbZT9k2ySoeBuF6+Mb1jR8zElUZlUA= Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftmodule hash2 - U3QZHr/iRYuVZgy6J0OdmTXVfq3/0DbTwvWcY0t1tws= + e5hlueJ9cH6vnAyJlkOEUPToKVbgIcJ7+QauEoXQql8= Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.abi.json hash2 - iBrbb0jOEuk/p/QiWNkya3W6vAW76C25qfr4ZoXxJM8= + HpK+Du8f9omzrdvWpBBCy1h35VTQhNR+tfLFaISI7xk= Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface hash2 - goTcnJSXHHmnrLzGFF85fHBWGZ1vlcG6XzDAI5KvTE4= + 7B316jxug/fKL9GiWayBtK576QQmSTXMB4FoiYQFldU= Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftdoc hash2 - hdnu8XZPjPc8ivNOHm7xzNJoatNnAVXmUH7XExIHyDY= + /yTeX+8MUTLAQdxVvE2lIxn73C07WMBnTYOTRPn9wh0= Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftinterface hash2 - goTcnJSXHHmnrLzGFF85fHBWGZ1vlcG6XzDAI5KvTE4= + 7B316jxug/fKL9GiWayBtK576QQmSTXMB4FoiYQFldU= Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftmodule hash2 - REUJ9PLIb+x8t+qOZkvewVmseVTGGmjR+nj/+SUQpKI= + s+BHYrHF9veUguSNPUe2cOj3ZxcDapxXSvZhiFVCHG8= Modules/module.modulemap